@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  width: 100%;
  height: auto;
}

nav, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

strong {
  font-weight: 700;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.subtitle-en-recruit, .subtitle-en-welfare,
.subtitle-en-questions, .subtitle-en-numbers, .subtitle-en-interview {
  font-family: "EB Garamond", serif;
  font-weight: 500;
}

.subtitle-recruit, .subtitle-welfare,
.subtitle-questions, .subtitle-numbers, .subtitle-interview {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 6px;
  position: absolute;
}

.desc, .desc-questions, .desc-welfare, .desc-numbers, .desc-interview {
  line-height: 2.2;
  letter-spacing: 2px;
  width: 81.25%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .desc, .desc-numbers, .desc-interview {
    font-size: 14rem;
    line-height: 2.14;
    letter-spacing: 1.4rem;
    width: 100%;
  }
  .desc-questions, .desc-welfare {
    font-size: 10rem;
    line-height: 2.14;
    letter-spacing: 1.4rem;
    width: 100%;
  }
}

.view-alternate-dept, .view-alternate-questions, .view-alternate-welfare {
  display: flex;
}
.view-alternate-dept .section-desc, .view-alternate-questions .section-desc, .view-alternate-welfare .section-desc {
  width: 61.328125%;
}
.view-alternate-dept .section-img, .view-alternate-questions .section-img, .view-alternate-welfare .section-img {
  position: relative;
  flex: 1;
}
.view-alternate-dept .section-img::after, .view-alternate-questions .section-img::after, .view-alternate-welfare .section-img::after {
  content: "";
  display: block;
  width: 130.303030303%;
  max-width: 645px;
  aspect-ratio: 645/500;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.__r-img.view-alternate-dept .section-img::after, .__r-img.view-alternate-questions .section-img::after, .__r-img.view-alternate-welfare .section-img::after {
  left: -30.303030303%;
  border-radius: 16px 0 0 16px;
}
.__l-img.view-alternate-dept .section-img::after, .__l-img.view-alternate-questions .section-img::after, .__l-img.view-alternate-welfare .section-img::after {
  right: -30.303030303%;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 1024px) {
  .view-alternate-dept .section-desc, .view-alternate-questions .section-desc, .view-alternate-welfare .section-desc {
    width: 100%;
  }
  .view-alternate-dept .section-img, .view-alternate-questions .section-img, .view-alternate-welfare .section-img {
    padding-right: 20rem;
    padding-left: 20rem;
    transform: translateY(-130rem);
  }
  .view-alternate-dept .section-img::after, .view-alternate-questions .section-img::after, .view-alternate-welfare .section-img::after {
    position: static;
    width: 100%;
    aspect-ratio: 350/270;
    transform: translateY(0);
  }
  .__r-img.view-alternate-dept, .__r-img.view-alternate-questions, .__r-img.view-alternate-welfare {
    flex-direction: column;
  }
  .__l-img.view-alternate-dept, .__l-img.view-alternate-questions, .__l-img.view-alternate-welfare {
    flex-direction: column-reverse;
  }
}

html {
  font-size: 18px;
}

a {
  color: inherit;
}

a, button {
  transition: opacity 0.3s;
}
a:hover, button:hover {
  opacity: 0.7;
}

body, input, textarea, button {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

select, option {
  font-family: inherit;
}

main {
  padding-top: 70px;
}

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

.pc-view {
  display: block;
}

.sp-view {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
}
.wrapper {
  position: relative;
}

.inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.head-interview {
  position: relative;
  text-align: center;
  margin-bottom: 75px;
}

.subtitle-en-interview {
  font-size: 100px;
  line-height: 0.83;
  opacity: 0.3;
  color: #B39A47;
}

.subtitle-interview {
  font-size: 35px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.desc-interview {
  text-align: center;
}

.wrapper-interview1 {
  padding-top: 40px;
  padding-bottom: 82px;
}

.wrapper-interview2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 165px;
}

.inner-interview2 {
  position: relative;
}

.swiper-interview {
  overflow: hidden;
  padding-left: 3.125%;
  padding-right: 3.125%;
}

.card-employee {
  aspect-ratio: 0.6808510638;
  position: relative;
  -webkit-clip-path: polygon(11.3% 0%, 100% 0%, 88.7% 100%, 0% 100%);
          clip-path: polygon(11.3% 0%, 100% 0%, 88.7% 100%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .card-employee {
    aspect-ratio: 0.679245283;
  }
}

.card-employee:nth-child(2),
.card-employee:nth-child(3),
.card-employee:nth-child(4) {
  transform: none;
}

.employee--img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.employee {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-weight: 700;
  color: #fff;
  background-color: rgba(179, 154, 71, 0.8);
  padding: 10px 30px;
}

.employee--dept {
  font-size: 14px;
}

.employee--name {
  font-size: 20px;
}

.wrapper-btn-employee {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

.sec-head {
  background-color: #9E8B4B;
}
.sec-head .inner {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.head-page {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  width: 863px;
}

.head-page--title-en {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: 15px;
  margin-bottom: 8px;
}

.head-page--title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  display: block;
}

.area-head2 {
  width: 81.25%;
  margin-right: auto;
  margin-left: auto;
}

.head2-en {
  display: block;
  font-family: "EB Garamond", serif;
  color: #B39A47;
  font-size: 100px;
  font-weight: 500;
  line-height: 0.83;
  opacity: 0.3;
}

.head2 {
  display: block;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.btn-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 130px;
  height: 40px;
  color: #9E8B4B;
  font-size: 14px;
  font-weight: 700;
}
.btn-more::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/arrow02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.btn-more.__w {
  color: #fff;
}
.btn-more.__w::after {
  background-image: url(../img/common/arrow01.svg);
}

.arrow-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrow-w::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header--w {
  background-color: #fff;
}

.inner-header {
  display: flex;
  align-items: center;
  padding: 15px 30px;
}

.logo-header {
  width: 110px;
  margin-right: 7.4%;
}
@media screen and (max-width: 1080px) {
  .logo-header {
    margin-right: 3%;
  }
}
.logo-header a {
  display: flex;
  align-items: center;
}

.gnav {
  flex: 1;
}

.li-menu {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.li-menu li {
  flex-shrink: 0;
}
.li-menu li a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
}
.li-menu li a.current {
  color: #B39A47;
}
.li-menu li a.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #B39A47;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.li-menu.--black a {
  color: #000;
}
@media screen and (max-width: 1180px) {
  .li-menu {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (max-width: 1080px) {
  .li-menu li a {
    font-size: 12px;
  }
}

.sp-menu {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.sp-menu.opened {
  opacity: 1;
}

.sp-menu-header {
  display: flex;
  align-items: center;
  padding-left: 20rem;
}

.btn-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #B39A47;
  width: 192px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  margin-left: auto;
  padding-left: 58px;
  padding-right: 16px;
}
.btn-entry::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/arrow03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.btn-menu {
  width: 60rem;
  height: 60rem;
  background-image: url(../img/common/menu-open.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.btn-menu--w {
  background-image: url(../img/common/menu-open-w.svg);
}
.btn-menu--close {
  background-image: url(../img/common/menu-close.svg);
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.wp-pagenavi span, .wp-pagenavi a {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #9E8B4B;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi {
    gap: 30rem;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 12rem;
    width: 30rem;
    height: 30rem;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: min(0.2564102564vw, 1.5px);
  }
  main {
    padding-top: 60rem;
  }
  .head-interview {
    margin-bottom: 55rem;
  }
  .inner-interview {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .subtitle-en-interview {
    font-size: 50rem;
    white-space: nowrap;
  }
  .subtitle-interview {
    font-size: 20rem;
    letter-spacing: 3rem;
    white-space: nowrap;
  }
  .wrapper-interview1 {
    padding-top: 10rem;
    padding-bottom: 0rem;
  }
  .wrapper-interview2 {
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
  .employee {
    padding: 6rem 20rem;
  }
  .employee--dept {
    font-size: 10rem;
    letter-spacing: 0.5rem;
  }
  .employee--name {
    font-size: 16rem;
    letter-spacing: 0.8rem;
  }
  .wrapper-btn-employee {
    justify-content: center;
    padding-right: 0;
    padding-top: 20rem;
  }
  .sec-head .inner {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    padding: 12rem 7rem 42rem;
  }
  .head-page {
    width: 100%;
  }
  .head-page--title-en {
    font-size: 24rem;
    display: block;
    text-align: center;
    margin-bottom: 4rem;
  }
  .head-page--title {
    font-size: 20rem;
    letter-spacing: 2rem;
    text-align: center;
    display: block;
  }
  .area-head2 {
    width: 100%;
    text-align: center;
  }
  .head2-en {
    font-size: 30rem;
    margin-bottom: 5rem;
  }
  .head2 {
    font-size: 24rem;
    letter-spacing: 4.8rem;
  }
  .btn-more {
    width: 135rem;
    height: auto;
    font-size: 14rem;
  }
  .btn-more::after {
    width: 42rem;
    height: 42rem;
  }
  .arrow-w::after {
    width: 40rem;
    height: 40rem;
  }
  .inner-header {
    justify-content: flex-start;
    padding: 0 0 0 20rem;
  }
  .logo-header {
    width: 130rem;
    margin-right: auto;
  }
  .gnav {
    display: none;
  }
  .gnav--sp-menu {
    display: block;
  }
  .li-menu--sp-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 60rem);
    row-gap: 52rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 680px) {
  .li-menu--sp-menu {
    row-gap: 20rem;
  }
}
@media screen and (max-width: 1024px) {
  .li-menu--sp-menu li a {
    color: #000;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 16rem;
    font-weight: 600;
    letter-spacing: 0.8rem;
  }
  .btn-entry {
    width: 114rem;
    height: 20rem;
    font-size: 10rem;
    margin-left: 0;
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .btn-entry::after {
    width: 13rem;
    height: 13rem;
  }
  .li-footer-menu {
    flex-direction: column;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main section:first-child .copy {
  animation: fadeIn 1s ease-in-out;
}

.head-numbers {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

.subtitle-en-numbers {
  font-size: 180px;
  opacity: 0.3;
  color: #B39A47;
  line-height: 0.83;
}

.subtitle-numbers {
  bottom: 42%;
  left: 0;
  right: 0;
  margin: auto;
}

.desc-numbers {
  margin-bottom: 82px;
}

.sec-numbers {
  padding-top: 150px;
  padding-bottom: 40px;
}

.img-sales-trend {
  width: 100%;
  margin-bottom: 80px;
}

.li-numbers {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.8333333333%;
       column-gap: 0.8333333333%;
  row-gap: 0.8333333333vw;
  padding: 0 3.125%;
}
.li-numbers li {
  width: 20.8333333333%;
}
.li-numbers li:first-child, .li-numbers li:nth-child(5) {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .head-numbers {
    margin-bottom: 40rem;
  }
  .subtitle-en-numbers {
    font-size: 70rem;
    line-height: 94rem;
  }
  .subtitle-numbers {
    font-size: 24rem;
    letter-spacing: 4rem;
    bottom: 75rem;
  }
  .desc-numbers {
    margin-bottom: 40rem;
  }
  .sec-numbers {
    padding-top: 62rem;
    padding-bottom: 50rem;
  }
  .inner-numbers {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .li-numbers {
    padding: 0;
    gap: 5rem;
  }
  .li-numbers li {
    width: calc((100% - 5rem) / 2);
  }
  .li-numbers li:first-child, .li-numbers li:nth-child(5) {
    width: 100%;
  }
  .li-numbers li:first-child {
    order: 1;
  }
  .li-numbers li:nth-child(2) {
    order: 3;
  }
  .li-numbers li:nth-child(3) {
    order: 4;
  }
  .li-numbers li:nth-child(4) {
    order: 5;
  }
  .li-numbers li:nth-child(5) {
    order: 2;
  }
  .li-numbers li:nth-child(6) {
    order: 6;
  }
  .li-numbers li:nth-child(7) {
    order: 7;
  }
  .li-numbers li:nth-child(8) {
    order: 8;
  }
}
.head-welfare,
.head-questions {
  position: relative;
  text-align: center;
}

.subtitle-en-welfare,
.subtitle-en-questions {
  font-size: 50px;
  color: #fff;
  display: block;
  letter-spacing: normal;
  margin-bottom: 12px;
}

.subtitle-welfare,
.subtitle-questions {
  display: block;
  position: static;
  margin-top: 10px;
  margin-bottom: 45px;
}

.desc-welfare {
  width: 100%;
  text-align: center;
}

.desc-questions {
  width: 100%;
  text-align: center;
}

.sec-welfare {
  padding-bottom: 40px;
}

.view-alternate-welfare .section-desc {
  padding-top: 22px;
  padding-bottom: 22px;
  width: 100%;
  background-color: #9E8B4B;
  color: #fff;
}

.content-welfare {
  width: 74%;
  margin: 0 auto;
}

.wrapper-btn-welfare {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
.wrapper-btn-welfare.--spview {
  display: none;
}

.sec-questions {
  padding-bottom: 40px;
}

.view-alternate-questions .section-desc {
  padding-top: 22px;
  padding-bottom: 22px;
  width: 100%;
  background-color: #9E8B4B;
  color: #fff;
}

.content-questions {
  width: 74%;
  margin: 0 auto;
}

.wrapper-btn-questions {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

@media screen and (max-width: 1024px) {
  .subtitle-en-welfare,
  .subtitle-en-questions {
    font-size: 15rem;
    line-height: 11rem;
    margin-bottom: 6rem;
  }
  .subtitle-welfare,
  .subtitle-questions {
    font-size: 20rem;
    margin-bottom: 18rem;
    letter-spacing: 2.4rem;
  }
  .sec-welfare {
    padding-bottom: 25rem;
  }
  .view-alternate-welfare .section-desc {
    padding: 50rem 10rem;
  }
  .view-alternate-welfare .section-img::after {
    transform: translateY(0);
  }
  .content-welfare {
    width: 100%;
    padding-right: 0;
  }
  .wrapper-btn-welfare.--pcview {
    display: none;
  }
  .wrapper-btn-welfare.--spview {
    display: flex;
    position: absolute;
    bottom: -40rem;
    right: 0;
    left: 0;
    margin: auto;
  }
  .sec-questions {
    padding-bottom: 25rem;
  }
  .view-alternate-questions .section-desc {
    padding: 50rem 10rem;
  }
  .view-alternate-questions .section-img::after {
    transform: translateY(0);
  }
  .content-questions {
    width: 100%;
    padding-left: 0;
  }
  .wrapper-btn-questions.--pcview {
    display: none;
  }
  .wrapper-btn-questions.--spview {
    display: flex;
    position: absolute;
    bottom: -40rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.subtitle-en-recruit {
  font-size: 80px;
  opacity: 0.3;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  letter-spacing: normal;
  margin-bottom: 12px;
}
@media screen and (max-width: 1150px) {
  .subtitle-en-recruit {
    transform: scale(0.8);
    transform-origin: top left;
  }
}

.subtitle-recruit {
  color: #fff;
  display: block;
  padding-left: 5%;
  position: static;
  white-space: nowrap;
}
@media screen and (max-width: 1150px) {
  .subtitle-recruit {
    transform: scale(0.8);
    transform-origin: top left;
  }
}

.sec-recruit {
  padding-bottom: 40px;
}

.li-recruit {
  display: flex;
  -moz-column-gap: 34px;
       column-gap: 34px;
}
.li-recruit > li {
  width: calc((100% - 34px) / 2);
  aspect-ratio: 638/200;
}

.entry, .recruit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.entry a, .recruit a {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10%;
}
.entry a::after, .recruit a::after {
  content: "";
  display: block;
  width: 12.539184953%;
  aspect-ratio: 1;
  background-image: url(../img/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9.4043887147%;
}
@media screen and (max-width: 679px) {
  .entry a, .recruit a {
    padding-top: 4rem;
    padding-left: 10rem;
  }
  .entry a::after, .recruit a::after {
    width: 70rem;
    height: 70rem;
    top: initial;
    bottom: -2rem;
    right: 65rem;
  }
}

.recruit {
  background-image: linear-gradient(180deg, #E7D493 0%, #9E8B4B 100%);
}

.entry {
  background-image: linear-gradient(180deg, #E7D493 0%, #9E8B4B 100%);
}

@media screen and (max-width: 679px) {
  .subtitle-en-recruit {
    font-size: 60rem;
    margin-bottom: 16rem;
    transform: scale(1);
  }
  .subtitle-recruit {
    padding-left: 50rem;
    font-size: 24rem;
    letter-spacing: 4rem;
    transform: scale(1);
  }
  .sec-recruit {
    padding-bottom: 0;
  }
  .li-recruit {
    flex-direction: column;
    row-gap: 5rem;
  }
  .li-recruit > li {
    width: 100%;
    aspect-ratio: 390/185;
  }
}
.footer {
  padding: 40px 0;
  background: #F9F9F9;
}

.inner-footer {
  padding: 0 min(7.8125%, 100px);
}

.container-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wrapper-logo-footer {
  width: 110px;
  margin-right: 4.4%;
}

.li-footer-menu {
  display: flex;
  gap: 9%;
}
.li-footer-menu li {
  flex-shrink: 0;
}
.li-footer-menu a, .li-footer-menu span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 1250px) {
  .li-footer-menu {
    gap: 5%;
  }
}
@media screen and (max-width: 1160px) {
  .li-footer-menu {
    gap: 4%;
  }
  .li-footer-menu a {
    font-size: 11px;
  }
}

.li-footer-submenu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.area-footer-btn {
  margin-left: auto;
  padding-top: 10px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.copy-footer {
  color: #727171;
  font-size: 10px;
}
.copy-footer.pc-view {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .footer {
    height: 666rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40rem 0;
  }
  .inner-footer {
    padding: 0;
  }
  .container-footer {
    flex-direction: column;
  }
  .wrapper-logo-footer {
    width: 110rem;
    margin-right: 0;
    order: 1;
    margin-bottom: 50rem;
  }
  .li-footer-menu {
    order: 3;
    font-size: 13rem;
    gap: 43rem;
  }
  .li-footer-menu a {
    font-size: 13rem;
    font-weight: 600;
    letter-spacing: 1rem;
  }
  .li-footer-menu > li {
    padding-left: 27rem;
  }
  .li-footer-menu > li:last-child {
    margin-bottom: 43rem;
  }
  .li-footer-submenu {
    gap: 23rem;
  }
  .area-footer-btn {
    width: 192rem;
    font-size: 14rem;
    letter-spacing: 0.7rem;
    order: 2;
    padding-top: 0;
    flex-direction: column;
    margin-right: auto;
    margin-bottom: 46rem;
  }
  .area-footer-btn .btn-entry {
    width: 192rem;
    padding-left: 58rem;
  }
  .copy-footer {
    order: 4;
    font-size: 10rem;
  }
}

.sec-mv {
  aspect-ratio: 1.8550724638;
  background-image: url(../img/job/mv2.webp);
  background-size: cover;
  background-position: center top;
  position: relative;
}

.copy {
  position: absolute;
  top: 30.3125vw;
  left: 7.8125%;
  color: #fff;
}

main section:first-child .copy {
  animation: unset;
}

.head-copy {
  position: relative;
}

.title-en {
  font-family: "EB Garamond", serif;
  font-size: 180px;
  font-weight: 500;
  color: rgb(255, 0, 0);
  mix-blend-mode: multiply;
  animation: fadeInForEn 1s ease-in-out forwards;
}

@keyframes fadeInForEn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  animation: fadeIn 1s ease-in-out;
}

.sec-org {
  padding-top: 99px;
  padding-bottom: 90px;
  border-bottom: 1px solid #B39A47;
}

.area-head2 {
  position: relative;
  margin-bottom: 75px;
  text-align: center;
}

.desc {
  margin-bottom: 78px;
  text-align: center;
}

.wrapper-img-org {
  width: 73.515625%;
  margin: 0 auto;
}

.sec-dept {
  padding-top: 90px;
  padding-bottom: 40px;
}

.li-dept > li {
  height: 930px;
}
.li-dept > li:not(:last-child) {
  margin-bottom: 80px;
}

.view-alternate-dept:not(:last-child) {
  margin-bottom: 40px;
}
.view-alternate-dept.__r-img .wrapper-btn-app, .view-alternate-dept.__r-img .wrapper-btn-detail {
  margin-left: 37%;
}
.view-alternate-dept.__r-img .content-dept,
.view-alternate-dept.__r-img .content-detail {
  width: 560px;
  margin-left: 120px;
}
.view-alternate-dept.__l-img .wrapper-btn-app, .view-alternate-dept.__l-img .wrapper-btn-detail {
  margin-left: 37%;
}
.view-alternate-dept.__l-img {
  flex-direction: row-reverse;
}
.view-alternate-dept.__l-img .content-dept,
.view-alternate-dept.__l-img .content-detail {
  width: 560px;
  margin-right: 120px;
  margin-left: auto;
}
.view-alternate-dept .section-desc.__dept {
  width: 980px;
  height: 930px;
  padding-top: 119px;
  padding-bottom: 134px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  background-color: #F9F2D9;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
}
.view-alternate-dept .section-img::after {
  width: 450px;
  max-width: 450px;
  aspect-ratio: 450/452;
}
.view-alternate-dept .section-desc.__detail {
  padding-top: 80px;
  padding-bottom: 80px;
}

.img-1-1::after {
  background-image: url(../img/job/dept1-1.webp);
}

.img-1-2::after {
  background-image: url(../img/job/dept1-2.webp);
}

.img-1-3::after {
  background-image: url(../img/job/dept1-3.webp);
}

.img-2-1::after {
  background-image: url(../img/job/dept2-1.webp);
}

.img-2-2::after {
  background-image: url(../img/job/dept2-2.webp);
}

.img-2-3::after {
  background-image: url(../img/job/dept2-3.webp);
}

.img-3-1::after {
  background-image: url(../img/job/dept3-1.webp);
}

.img-3-2::after {
  background-image: url(../img/job/dept3-2.webp);
}

.img-3-3::after {
  background-image: url(../img/job/dept3-3.webp);
}

.img-4-1::after {
  background-image: url(../img/job/dept4-1.webp);
}

.img-4-2::after {
  background-image: url(../img/job/dept4-2.webp);
}

.img-4-3::after {
  background-image: url(../img/job/dept4-3.webp);
}

.img-5-1::after {
  background-image: url(../img/job/dept5-1.webp);
}

.img-5-2::after {
  background-image: url(../img/job/dept5-2.webp);
}

.img-5-3::after {
  background-image: url(../img/job/dept5-3.webp);
}

.content-dept {
  width: 74%;
}

.content-detail {
  width: 74%;
}

.head-dept {
  margin-bottom: 45px;
}

.head-title-en {
  display: block;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.head-title {
  display: block;
  color: #B39A47;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 5px;
}

.desc2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 2px;
}
.desc2:not(:last-child) {
  margin-bottom: 50px;
}

.wrapper-btn-app.--spview {
  display: none;
}

.wrapper-btn-detail.--spview {
  display: none;
}

.btn-detail {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #9E8B4B;
  font-size: 14px;
  font-weight: 700;
}
.btn-detail::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1;
  background-image: url(../img/common/arrow02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.head-detail {
  display: block;
  width: 560px;
  text-align: center;
  padding: 7px 16px;
  margin: 0 auto 20px;
  background-color: #fff;
  color: #9E8B4B;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* 高山職種の上書き */
.takayama-job .sec-mv {
  background-image: url(../img/job/mv3.webp);
}

@media screen and (max-width: 1024px) {
  .sec-mv {
    height: 100vh;
    aspect-ratio: initial;
    background-image: url(../img/job/mv.webp);
    background-size: cover;
  }
  .copy {
    padding-right: 20rem;
    padding-left: 20rem;
    top: 388rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) and (min-width: 700px) {
  .copy {
    top: 20rem;
  }
}
@media screen and (max-width: 1024px) {
  .head-copy {
    margin-bottom: 46rem;
  }
  .title-en {
    font-size: 100rem;
  }
  .title {
    font-size: 24rem;
    letter-spacing: 2.4rem;
    bottom: 0;
    left: 0;
    transform: translateY(0);
  }
  .sec-org {
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
  .sec-org .inner {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .area-head2 {
    margin-bottom: 37rem;
  }
  .desc {
    font-size: 14rem;
    line-height: 2.14;
    letter-spacing: 1.4rem;
    margin-bottom: 20rem;
  }
  .wrapper-img-org {
    width: 100%;
  }
  .sec-dept {
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
  .sec-dept .desc {
    padding-left: 20rem;
    padding-right: 20rem;
    margin-bottom: 50rem;
  }
  .li-dept > li {
    height: auto;
  }
  .li-dept > li:not(:last-child) {
    margin-bottom: 60rem;
  }
  .view-alternate-dept:not(:last-child) {
    margin-bottom: 0;
  }
  .__l-img.view-alternate-dept {
    flex-direction: column;
  }
  .view-alternate-dept .section-img {
    transform: translateY(0);
    margin-top: 30rem;
    padding-right: 0;
    padding-left: 0;
  }
  .view-alternate-dept .section-img::after {
    width: 264rem;
    aspect-ratio: 264/246;
  }
  .view-alternate-dept.__r-img .section-img::after {
    margin-left: auto;
    margin-right: 0;
  }
  .view-alternate-dept.__l-img .section-img::after {
    margin-left: 0;
    margin-right: auto;
  }
  .view-alternate-dept.__r-img .wrapper-btn-app, .view-alternate-dept.__r-img .wrapper-btn-detail {
    margin-left: 0;
    margin-right: 0;
  }
  .view-alternate-dept.__r-img .content-dept,
  .view-alternate-dept.__r-img .content-detail,
  .view-alternate-dept.__l-img .content-dept,
  .view-alternate-dept.__l-img .content-detail {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .view-alternate-dept.__l-img .wrapper-btn-app, .view-alternate-dept.__l-img .wrapper-btn-detail {
    margin-left: 0;
    margin-right: 0;
  }
  .view-alternate-dept .section-desc.__dept {
    width: 100%;
    height: auto;
    padding-top: 44rem;
    padding-bottom: 44rem;
    gap: 30rem;
  }
  .view-alternate-dept .section-desc.__detail {
    padding-top: 50rem;
    padding-bottom: 160rem;
  }
  .content-dept {
    width: 100%;
  }
  .content-dept .desc2:not(:last-child) {
    margin-bottom: 0;
  }
  .content-detail {
    width: 100%;
  }
  .content-detail .desc2:not(:last-child) {
    margin-bottom: 40rem;
  }
  .head-dept {
    margin-bottom: 37rem;
  }
  .head-title-en {
    font-size: 20rem;
    margin-bottom: 8rem;
  }
  .head-title {
    font-size: 20rem;
    letter-spacing: 4rem;
  }
  .desc2 {
    font-size: 14rem;
    line-height: 2.14;
    letter-spacing: 1.4rem;
    margin-bottom: 16rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .wrapper-btn-app.--pcview {
    display: flex;
    justify-content: center;
    margin-top: 30rem;
  }
  .wrapper-btn-app.--spview {
    display: none;
  }
  .btn-detail {
    gap: 10rem;
    font-size: 14rem;
    padding-right: 0;
  }
  .btn-detail::after {
    width: 40rem;
  }
  .head-detail {
    width: auto;
    padding: 9rem 20rem;
    margin: 0 20rem 20rem;
    font-size: 14rem;
    letter-spacing: 0.7rem;
  }
  .wrapper-btn-detail.--pcview {
    display: flex;
    justify-content: center;
    margin-top: 20rem;
  }
  .wrapper-btn-detail.--spview {
    display: none;
  }
  .sp-negative-margin {
    margin-top: -80rem;
  }
  .takayama-job .sec-mv {
    background-image: url(../img/job/mv4.webp);
  }
}
/* 高山職種の上書き */
.takayama-job .img-1-1::after {
  background-image: url(../img/job/dept_takayama1-1.webp);
}
.takayama-job .img-1-2::after {
  background-image: url(../img/job/dept_takayama1-2.webp);
}
.takayama-job .img-1-3::after {
  background-image: url(../img/job/dept_takayama1-3.webp);
}
.takayama-job .img-2-1::after {
  background-image: url(../img/job/dept_takayama2-1.webp);
}
.takayama-job .img-2-2::after {
  background-image: url(../img/job/dept_takayama2-2.webp);
}
.takayama-job .img-2-3::after {
  background-image: url(../img/job/dept_takayama2-3.webp);
}
.takayama-job .img-3-1::after {
  background-image: url(../img/job/dept_takayama3-1.webp);
}
.takayama-job .img-3-2::after {
  background-image: url(../img/job/dept_takayama3-2.webp);
}
.takayama-job .img-3-3::after {
  background-image: url(../img/job/dept_takayama3-3.webp);
}
.takayama-job .img-4-1::after {
  background-image: url(../img/job/dept_takayama4-1.webp);
}
.takayama-job .img-4-2::after {
  background-image: url(../img/job/dept_takayama4-2.webp);
}
.takayama-job .img-4-3::after {
  background-image: url(../img/job/dept_takayama4-3.webp);
}
.takayama-job .img-5-1::after {
  background-image: url(../img/job/dept_takayama5-1.webp);
}
.takayama-job .img-5-2::after {
  background-image: url(../img/job/dept_takayama5-2.webp);
}
.takayama-job .img-5-3::after {
  background-image: url(../img/job/dept_takayama5-3.webp);
}/*# sourceMappingURL=job.css.map */
/* SP: 見出し下線の幅を全ページ統一 */
@media screen and (max-width: 1024px) {
  .head-page {
    width: 330rem;
  }
}
