@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-interview {
  font-family: "EB Garamond", serif;
  opacity: 0.3;
  font-weight: 500;
}

.subtitle-interview {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 6px;
  position: absolute;
}

.desc, .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-interview {
    font-size: 14rem;
    line-height: 2.14;
    letter-spacing: 1.4rem;
    width: 100%;
  }
}

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: 30px;
}

.subtitle-en-interview {
  font-size: 180px;
  opacity: 0.3;
  color: #B39A47;
}

.subtitle-interview {
  bottom: 19%;
  left: 0;
  right: 0;
  margin: auto;
}

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

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

.inner-interview2 {
  position: relative;
}

.li-employees {
  display: flex;
  padding-left: 3.125%;
  padding-right: 3.125%;
}

.card-employee:nth-child(4), .card-employee:nth-child(3), .card-employee:nth-child(2), .card-employee:first-child {
  width: 26.8%;
  flex-shrink: 0;
  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:nth-child(4), .card-employee:nth-child(3), .card-employee:nth-child(2), .card-employee:first-child {
    width: 180rem;
    aspect-ratio: 0.679245283;
  }
}

.card-employee:nth-child(2) {
  transform: translate(-11.1%, 19%);
}
.card-employee:nth-child(3) {
  transform: translate(-19.4%, 9%);
}
.card-employee:nth-child(4) {
  transform: translate(-26.8%, -6%);
}

.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 {
  position: absolute;
  right: 3.3%;
  bottom: -20%;
}

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

.head-page {
  position: relative;
}

.head-page--title-en {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 180px;
  font-weight: 500;
}

.head-page--title {
  color: #B39A47;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(-100%);
}

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

.head2-en {
  display: block;
  font-family: "EB Garamond", serif;
  color: #B39A47;
  font-size: 100px;
  font-weight: 500;
  line-height: 0.83;
  opacity: 0.3;
}
.sec-requirements .head2-en {
  width: 1040px;
  height: 90px;
  margin: 0 auto;
  color: #F9F9F9;
}

.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: 70rem;
    white-space: nowrap;
  }
  .subtitle-interview {
    font-size: 24rem;
    letter-spacing: 4.8rem;
    bottom: -20rem;
    white-space: nowrap;
  }
  .wrapper-interview1 {
    padding-top: 10rem;
    padding-bottom: 52rem;
  }
  .wrapper-interview2 {
    padding-top: 50rem;
    padding-bottom: 205rem;
  }
  .li-employees {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .card-employee:nth-child(2) {
    transform: translate(-10rem, 25rem);
  }
  .card-employee:nth-child(3) {
    display: none;
  }
  .card-employee:nth-child(4) {
    display: none;
  }
  .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 {
    width: 100%;
    right: 0;
    bottom: -106rem;
    display: flex;
    justify-content: center;
  }
  .sec-head .inner {
    padding: 12rem 7rem 42rem;
  }
  .head-page--title-en {
    font-size: 70rem;
    display: block;
    text-align: center;
  }
  .head-page--title {
    font-size: 20rem;
    letter-spacing: 2rem;
    transform: translateY(-5rem);
    right: 0;
    margin: auto;
    text-align: center;
  }
  .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;
}

.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-head-career {
  background-color: #9E8B4B;
}
.sec-head-career .inner {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-head-career {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  width: fit-content;
  min-width: min(863px, 100%);
  max-width: 100%;
}

.area-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.head-career-contract {
  display: inline-block;
  padding: 6px 17px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
}

.head-career-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  white-space: normal;
}

.sec-content, .sec-culture {
  padding-top: 123px;
}
.sec-content .area-head2, .sec-culture .area-head2 {
  padding-bottom: 34px;
  border-bottom: 1px solid #ccc;
}

.content {
  margin-top: 60px;
  width: 81.25%;
  margin-right: auto;
  margin-left: auto;
}
.content > *:not(:last-child) {
  margin-bottom: 60px;
}
.content p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.22;
  letter-spacing: 2px;
}

.desc {
  margin-top: 80px;
}

.sec-requirements {
  padding-top: 123px;
}
.sec-requirements .area-head2 {
  padding-bottom: 55px;
  margin-bottom: 0;
}

.area-requirements {
  background: #F9F9F9;
  padding: 60px 4.6875% 55px;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.area-requirements dl > div {
  display: flex;
}
.area-requirements dt {
  padding-left: 5.5%;
  font-weight: 600;
  border-right: 1px solid #CCC;
  width: 20.7%;
  display: flex;
  align-items: center;
}
.area-requirements dd {
  flex: 1;
  padding: 20px 0 20px 5.5%;
  line-height: 2.2;
}
.area-requirements h3 {
  color: #B39A47;
  font-size: 20px;
  font-weight: 700;
  border-left: 3px solid #B39A47;
  padding-left: 2%;
  margin-bottom: 26px;
}

.main-requirements {
  margin-bottom: 25px;
}

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

.wrapper-btn-entry {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.btn-entry-career {
  width: 100%;
  aspect-ratio: 640/200;
  padding: 60px;
  background: linear-gradient(135deg, #9E8B4B 0%, #E7D493 100%);
  position: relative;
  overflow: hidden;
}

.btn-title {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 6px;
}

.arrow-w::after {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 1024px) {
  .sec-content .inner, .sec-culture .inner {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .container-head-career {
    width: 100%;
  }
  .sec-head-career .inner {
    padding: 12rem 7rem 42rem;
    height: auto;
  }
  .area-title {
    flex-direction: column;
    align-items: center;
    gap: 10rem;
  }
  .head-career-contract {
    padding: 4rem 8rem;
    font-size: 12rem;
    letter-spacing: 0.6rem;
  }
  .head-career-title {
    font-size: 20rem;
    letter-spacing: 1rem;
    line-height: 1.5;
    text-align: center;
    white-space: normal;
  }
  .sec-content, .sec-culture {
    padding-top: 40rem;
  }
  .sec-content .area-head2, .sec-culture .area-head2 {
    padding-bottom: 25rem;
  }
  .content {
    margin-top: 35rem;
    width: 350rem;
  }
  .content > *:not(:last-child) {
    margin-bottom: 35rem;
  }
  .content p {
    font-size: 14rem;
    line-height: 2.14;
    letter-spacing: 1.4rem;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 35rem;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
  .desc {
    margin-top: 40rem;
  }
  .sec-requirements {
    padding-top: 92rem;
  }
  .sec-requirements .area-head2 {
    padding-bottom: 24rem;
  }
  .sec-requirements .head2-en {
    width: 100%;
    height: auto;
  }
  .area-requirements {
    background: #F9F9F9;
    padding: 60rem 20rem 42rem;
    font-size: 14rem;
  }
  .area-requirements dl > div {
    flex-direction: column;
  }
  .area-requirements dt {
    border-right: none;
    padding-left: 0;
    width: 100%;
    padding-bottom: 20rem;
    border-bottom: 1rem solid #CCC;
  }
  .area-requirements dd {
    padding: 15rem 0 24rem;
    line-height: 2.14;
  }
  .area-requirements h3 {
    border-left: 3rem solid #B39A47;
    padding-left: 16rem;
    font-size: 18rem;
    margin-bottom: 26rem;
    letter-spacing: 0.9rem;
  }
  .main-requirements {
    margin-bottom: 5rem;
  }
  .sec-entry {
    padding-top: 0;
    padding-bottom: 0;
  }
  .wrapper-btn-entry {
    width: 100%;
  }
  .btn-entry-career {
    width: 100%;
    aspect-ratio: 2.1081081081;
    padding: 55rem 25rem 55rem 30rem;
  }
  .btn-title {
    font-size: 24rem;
    letter-spacing: 4.8rem;
  }
  .arrow-w::after {
    width: 80rem;
    height: 80rem;
  }
}/*# sourceMappingURL=career_child.css.map */