@charset "UTF-8";
@import "ress.css";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/*-------------------------------------------/
    ページ共通要素
/-------------------------------------------*/
/* 表示切替 ----------------------------- */
@media screen and (min-width: 1024px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* カラー設定 ---------------------------------*/
.point-color {
  color: #ab8a4a;
}

.point-color2 {
  color: #15156f;
}

.point {
  color: #d16b42;
}

/*-------------------------------------------/
    Index トップページ
/-------------------------------------------*/
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes anime1 {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(90% 0, 90% 0, 10% 100%, 10% 100%);
            clip-path: polygon(90% 0, 90% 0, 10% 100%, 10% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
#mv {
  position: relative;
  z-index: 0;
  width: 100%;
}
#mv .mv_top-slider .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#mv .mv_top-slider .bg-box .inbox {
  width: 33.3333333333%;
  aspect-ratio: 640/780;
  overflow: hidden;
}
#mv .mv_top-slider .bg-box img.slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .mv_top-slider .bg-box .inbox_1 img.slide-image {
  animation: anime1 0.5s linear 0.5s 1 normal both;
}
#mv .mv_top-slider .bg-box .inbox_2 img.slide-image {
  animation: anime1 0.5s linear 0.75s 1 normal both;
}
#mv .mv_top-slider .bg-box .inbox_3 img.slide-image {
  animation: anime1 0.5s linear 1s 1 normal both;
}
#mv .mv_top-slider .swiper-slide {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
#mv .mv_top-slider .swiper-slide .inbox {
  width: 33.3333333333%;
  aspect-ratio: 640/780;
  overflow: hidden;
}
#mv .mv_top-slider .swiper-slide img.slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .mv_top-slider .swiper-slide.swiper-slide-duplicate.swiper-slide-prev .inbox img.slide-image {
  opacity: 0;
}
#mv .mv_top-slider .swiper-slide.swiper-slide-active .inbox_1 img.slide-image {
  animation: fadeInLeft 0.5s linear 0s 1 normal both;
}
#mv .mv_top-slider .swiper-slide.swiper-slide-active .inbox_2 img.slide-image {
  animation: fadeInLeft 0.5s linear 0.25s 1 normal both;
}
#mv .mv_top-slider .swiper-slide.swiper-slide-active .inbox_3 img.slide-image {
  animation: fadeInLeft 0.5s linear 0.5s 1 normal both;
}
#mv .mv_top-slider .catch-copy {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#mv .mv_top-slider .catch-copy .catch-txt {
  margin-bottom: 5rem;
}
#mv .mv_top-slider .catch-copy .catch-txt h2 {
  font-size: 7rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3), -1px -1px 2rem rgba(0, 0, 0, 0.3), -1px 1px 2rem rgba(0, 0, 0, 0.3), 1px -1px 2rem rgba(0, 0, 0, 0.3);
}
#mv .mv_top-slider .catch-copy .bottom-txt p {
  font-size: 2rem;
  display: inline-block;
  padding-left: 0.5em;
  letter-spacing: 0.5em;
  text-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3), -1px -1px 2rem rgba(0, 0, 0, 0.3), -1px 1px 2rem rgba(0, 0, 0, 0.3), 1px -1px 2rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #mv .mv_top-slider .bg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #mv .mv_top-slider .bg-box .inbox {
    width: 100%;
    aspect-ratio: 750/404;
    overflow: hidden;
  }
  #mv .mv_top-slider .bg-box img.slide-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mv .mv_top-slider .bg-box .inbox_1 img.slide-image {
    animation: anime1 0.5s linear 0.5s 1 normal both;
  }
  #mv .mv_top-slider .bg-box .inbox_2 img.slide-image {
    animation: anime1 0.5s linear 0.75s 1 normal both;
  }
  #mv .mv_top-slider .bg-box .inbox_3 img.slide-image {
    animation: anime1 0.5s linear 1s 1 normal both;
  }
  #mv .mv_top-slider .swiper-slide {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #mv .mv_top-slider .swiper-slide .inbox {
    width: 100%;
    aspect-ratio: 750/404;
    overflow: hidden;
  }
  #mv .mv_top-slider .swiper-slide img.slide-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mv .mv_top-slider .swiper-slide.swiper-slide-active .inbox_1 img.slide-image {
    animation: fadeInLeft 0.5s linear 1.5s 1 normal both;
  }
  #mv .mv_top-slider .swiper-slide.swiper-slide-active .inbox_2 img.slide-image {
    animation: fadeInLeft 0.5s linear 2s 1 normal both;
  }
  #mv .mv_top-slider .swiper-slide.swiper-slide-active .inbox_3 img.slide-image {
    animation: fadeInLeft 0.5s linear 2.5s 1 normal both;
  }
  #mv .mv_top-slider .catch-copy {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 57rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  #mv .mv_top-slider .catch-copy .catch-txt {
    margin-bottom: 1rem;
  }
  #mv .mv_top-slider .catch-copy .catch-txt h2 {
    font-size: 6rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    text-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3), -1px -1px 2rem rgba(0, 0, 0, 0.3), -1px 1px 2rem rgba(0, 0, 0, 0.3), 1px -1px 2rem rgba(0, 0, 0, 0.3);
  }
  #mv .mv_top-slider .catch-copy .bottom-txt p {
    font-size: 2rem;
    display: inline-block;
    padding-left: 0.5em;
    letter-spacing: 0.5em;
    text-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3), -1px -1px 2rem rgba(0, 0, 0, 0.3), -1px 1px 2rem rgba(0, 0, 0, 0.3), 1px -1px 2rem rgba(0, 0, 0, 0.3);
  }
}

.home .content-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: normal;
  gap: 3rem;
}
.home .content-title span {
  display: inline-block;
}
.home .content-title span.txt-jp {
  font-size: max(14px, 2rem);
}
.home .content-title span.line {
  content: "";
  display: inline-block;
  width: 30rem;
  height: 1px;
  background: #000;
}
.home .content-title span.txt-en {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 300;
  font-size: 10rem;
  letter-spacing: 0.05em;
  background: linear-gradient(-90deg, #ced2c2 0%, #f5eab9 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .home .content-title {
    gap: 2rem;
  }
  .home .content-title span {
    display: inline-block;
  }
  .home .content-title span.txt-jp {
    font-size: min(3rem, 18px);
  }
  .home .content-title span.line {
    content: "";
    display: inline-block;
    width: 30rem;
    height: 1px;
    background: #000;
  }
  .home .content-title span.txt-en {
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 300;
    font-size: 10rem;
    letter-spacing: 0.05em;
    background: linear-gradient(-90deg, #ced2c2 0%, #f5eab9 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
  }
}
.home p {
  font-size: max(14px, 2rem);
}
.home p.txt {
  font-size: 4rem;
  line-height: 1.75;
  margin-top: 8rem;
}
.home p.name {
  line-height: 1.5;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .home p {
    font-size: min(3rem, 18px);
  }
  .home p.txt {
    font-size: 1.3333333333em;
    line-height: 1.75;
    margin-top: 4rem;
  }
  .home p.name {
    line-height: 1.5;
    margin-top: 3rem;
  }
}
.home .btn-viewmore {
  font-size: max(14px, 2.2rem);
  width: 20.4545454545em;
  height: 4.5454545455em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #583c04;
  background: #583c04;
  transition: 0.3s all;
}
.home .btn-viewmore:hover {
  color: #583c04;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .home .btn-viewmore {
    font-size: min(3.2rem, 22px);
    width: 14.0625em;
    height: 3.125em;
  }
}
.home .btn-viewmore2 {
  font-size: max(14px, 2.2rem);
  width: 35rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #412502;
  border: 1px solid #fff;
  background: #fff;
  transition: 0.3s all;
}
.home .btn-viewmore2:hover {
  color: #fff;
  background: #412502;
}
@media screen and (max-width: 767px) {
  .home .btn-viewmore2 {
    font-size: min(3.2rem, 22px);
    width: 14.0625em;
    height: 3.125em;
  }
}
.home #lead .box_01 {
  padding-top: 15rem;
  padding-bottom: 19rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.home #lead .box_01 h3 {
  font-size: max(24px, 4rem);
  font-weight: 400;
}
.home #lead .box_01 p {
  line-height: 2;
  text-align: center;
}
.home #lead .box_02 {
  width: 100%;
}
.home #lead .box_02 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home #lead .box_01 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .home #lead .box_01 .inner {
    padding: 0 2.5rem;
  }
  .home #lead .box_01 h3 {
    font-size: min(4rem, 24px);
    font-weight: 400;
  }
  .home #lead .box_01 p {
    line-height: 1.6666666667;
    text-align: left;
  }
}
.home #section-01 {
  padding-top: 18rem;
  padding-bottom: 22rem;
}
.home #section-01 .box-wrap {
  width: min(88.2352941176%, 1500px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.home #section-01 .box-wrap .text-box-01 {
  width: 50%;
  padding-right: 5rem;
  align-content: center;
}
.home #section-01 .box-wrap .text-box-01 .btn-viewmore {
  margin-top: 9rem;
}
.home #section-01 .box-wrap .pic-box {
  width: 50%;
}
.home #section-01 .box-wrap .pic-box img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home #section-01 {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  .home #section-01 .box-wrap {
    width: min(86.6666666667%, 650px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .home #section-01 .box-wrap .text-box-01 {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 0;
    align-content: center;
    margin-bottom: 5rem;
  }
  .home #section-01 .box-wrap .pic-box {
    width: 55rem;
  }
  .home #section-01 .box-wrap .pic-box img {
    width: 100%;
  }
  .home #section-01 .box-wrap .text-box-02 {
    width: 55rem;
  }
  .home #section-01 .box-wrap .text-box-02 .btn-viewmore {
    margin: 5rem auto 0;
  }
}
.home #section-02 {
  position: relative;
  z-index: 1;
  width: min(100%, 1920px);
  margin: 0 auto;
}
.home #section-02 .box-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home #section-02 .box-wrap .box {
  width: 33.3333333333%;
}
.home #section-02 .box-wrap .box .pic {
  width: 100%;
  aspect-ratio: 640/640;
}
.home #section-02 .box-wrap .box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #section-02 .box-wrap .box.box_06 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home #section-02 .box-wrap .box.box_06::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home #section-02 .box-wrap .box.box_06 .pic {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home #section-02 .box-wrap .box.box_06 .text-box {
  position: relative;
  z-index: 2;
}
.home #section-02 .box-wrap .box.box_06 .text-box p {
  text-align: center;
  color: #fff;
}
.home #section-02 .box-wrap .box.box_06 .text-box p.ttl {
  font-size: max(12px, 2rem);
  margin-bottom: 3rem;
}
.home #section-02 .box-wrap .box.box_06 .text-box p.catch {
  font-size: max(16px, 2.8rem);
  line-height: 1.7857142857;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .home #section-02 .box-wrap .box {
    width: 50%;
  }
  .home #section-02 .box-wrap .box.box_01 {
    order: 1;
  }
  .home #section-02 .box-wrap .box.box_02 {
    order: 2;
  }
  .home #section-02 .box-wrap .box.box_03 {
    display: none;
  }
  .home #section-02 .box-wrap .box.box_04 {
    order: 4;
  }
  .home #section-02 .box-wrap .box.box_05 {
    order: 5;
  }
  .home #section-02 .box-wrap .box.box_06 {
    order: 3;
    width: 100%;
    aspect-ratio: 750/420;
  }
  .home #section-02 .box-wrap .box.box_06 .text-box {
    position: relative;
    z-index: 2;
  }
  .home #section-02 .box-wrap .box.box_06 .text-box p {
    text-align: center;
    color: #fff;
  }
  .home #section-02 .box-wrap .box.box_06 .text-box p.ttl {
    font-size: min(2.6rem, 16px);
    line-height: 1.2;
    margin-bottom: 2rem;
  }
  .home #section-02 .box-wrap .box.box_06 .text-box p.catch {
    font-size: min(3.2rem, 20px);
    line-height: 1.7857142857;
    margin-bottom: 3rem;
  }
}
.home #section-03 {
  position: relative;
  z-index: 0;
  padding-top: 13rem;
  padding-bottom: 10rem;
}
.home #section-03 .box-wrap {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.home #section-03 .text-box {
  width: min(88.2352941176%, 1500px);
  margin: 0 auto 3rem;
}
.home #section-03 .slider-box {
  width: min(91.7647058824%, 1560px);
  margin: 0 auto;
  overflow: hidden;
}
.home #section-03 .slider-box .carousel-slider {
  margin: 0 3rem;
  overflow: visible;
}
.home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .pic {
  width: 100%;
  aspect-ratio: 420/500;
  overflow: hidden;
}
.home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease all;
}
.home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box {
  padding: 2rem 0;
}
.home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p {
  font-size: max(12px, 2rem);
  line-height: 1.5;
}
.home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p.txt-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1em;
  line-height: 1.3333333333;
}
.home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p.txt-name .txt-jp {
  font-size: 1.5em;
}
.home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide:hover .pic img {
  transform: scale(1.05);
}
.home #section-03 .btn-viewmore {
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .home #section-03 .slider-box {
    width: min(86.6666666667%, 650px);
    margin: 0 auto;
    overflow: auto;
  }
  .home #section-03 .slider-box .carousel-slider {
    width: 100%;
    margin: 0 auto;
    overflow: unset;
  }
  .home #section-03 .slider-box .carousel-slider .swiper-wrapper {
    width: min(92.3076923077%, 600px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide {
    width: calc(50% - 1rem);
  }
  .home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .pic {
    width: 100%;
    aspect-ratio: 420/500;
    overflow: hidden;
  }
  .home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease all;
  }
  .home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box {
    padding: 2rem 2.5rem 2rem 0;
  }
  .home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p {
    font-size: min(3rem, 18px);
    line-height: 1.5;
  }
  .home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p.txt-department {
    font-size: 0.8666666667em;
  }
  .home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p.txt-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 1em;
    line-height: 1.3333333333;
  }
  .home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p.txt-name .txt-jp {
    font-size: 1em;
  }
  .home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p.txt-name .txt-en {
    font-size: 0.8em;
  }
  .home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p.txt-year-joined {
    font-size: 0.6666666667em;
  }
  .home #section-03 .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide:hover .pic img {
    transform: scale(1.05);
  }
}

/*-------------------------------------------/
    page-header
/-------------------------------------------*/
#page-header .page-title-box {
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 10rem;
  padding-left: 11rem;
  padding-right: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#page-header .page-title-box h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: normal;
  gap: 2rem;
}
#page-header .page-title-box h2 span {
  display: inline-block;
}
#page-header .page-title-box h2 span.txt-jp {
  font-size: max(14px, 2.5rem);
}
#page-header .page-title-box h2 span.line {
  content: "";
  display: inline-block;
  width: 30rem;
  height: 1px;
  background: #000;
}
#page-header .page-title-box h2 span.txt-en {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 300;
  font-size: 13rem;
  letter-spacing: 0.05em;
  background: linear-gradient(-90deg, #ced2c2 0%, #f5eab9 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
#page-header .page-title-box h2 span.txt-en.small {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  #page-header .page-title-box h2 {
    gap: 2rem;
  }
  #page-header .page-title-box h2 span {
    display: inline-block;
  }
  #page-header .page-title-box h2 span.txt-jp {
    font-size: min(3rem, 18px);
  }
  #page-header .page-title-box h2 span.line {
    content: "";
    display: inline-block;
    width: 30rem;
    height: 1px;
    background: #000;
  }
  #page-header .page-title-box h2 span.txt-en {
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 300;
    font-size: 10rem;
    letter-spacing: 0.05em;
    background: linear-gradient(-90deg, #ced2c2 0%, #f5eab9 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
  }
}
#page-header .page-title-box p.topTxt {
  font-size: max(14px, 2rem);
  text-align: center;
}
#page-header .page-kv-image {
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
#page-header .page-kv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #page-header .page-title-box {
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 10rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #page-header .page-title-box h2 {
    text-align: center;
  }
  #page-header .page-title-box h2 span {
    display: block;
  }
  #page-header .page-title-box h2 span.txt-en {
    font-size: min(10rem, 60px);
  }
  #page-header .page-title-box h2 span.txt-jp {
    font-size: min(3rem, 18px);
  }
  #page-header.bg-none .page-title-box {
    height: 30em;
  }
}

.sub-page #page-header .page-title-box {
  height: 35rem;
  background: #28283c;
}
@media screen and (max-width: 767px) {
  .sub-page #page-header .page-title-box {
    height: 30rem;
    background: #28283c;
  }
}

/* パンくず */
.breadcrumb {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 4rem;
  padding-left: 11rem;
  padding-right: 11rem;
  font-size: max(12px, 1.6rem);
}
.breadcrumb ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li a {
  color: #ab8a4a;
}
.breadcrumb ul li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: min(2.4rem, 14px);
  }
}

a.imgswitch img.mouse-on {
  opacity: 0;
  display: none;
}
a.imgswitch img.mouse-off {
  opacity: 1;
  display: block;
}
a.imgswitch:hover img.mouse-on {
  opacity: 1;
  display: block;
}
a.imgswitch:hover img.mouse-off {
  display: none;
  opacity: 0;
}

/*-------------------------------------------/
    下層 コンテンツ
/-------------------------------------------*/
.page-content {
  width: 100%;
  padding-left: 11rem;
  padding-right: 11rem;
}
.page-content__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.page-content p {
  font-size: max(14px, 2rem);
}
.page-content p.fs18 {
  font-size: max(13px, 1.8rem);
}
.page-content p.fs25 {
  font-size: max(18px, 2.5rem);
}
.page-content p.fs30 {
  font-size: max(21px, 3rem);
}
@media screen and (max-width: 767px) {
  .page-content p {
    font-size: min(3rem, 18px);
  }
  .page-content p.fs18 {
    font-size: min(2.8rem, 17px);
  }
  .page-content p.fs25 {
    font-size: min(2.5rem, 15px);
  }
  .page-content p.fs30 {
    font-size: min(3rem, 18px);
  }
}

.page_area {
  /* テーブル */
  /* デフォルト*/
  /* 投稿記事内 */
  /* リンクボタン */
}
.page_area .page-content .box-wrap {
  width: min(100%, 1500px);
  margin: 0 auto;
}
.page_area table {
  position: relative;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.8181818182;
  border-collapse: collapse;
}
.page_area table tr th {
  width: 17.2727272727em;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #e3e0c9;
  font-weight: 500;
  text-align: left;
}
.page_area table tr th span.fs20 {
  font-size: 0.9090909091em;
}
.page_area table tr td {
  width: calc(100% - 17.2727272727em);
  padding: 1em 0;
  border-bottom: 1px solid #e3e0c9;
}
.page_area table tr td a:link,
.page_area table tr td a:visited {
  color: #ab8a4a;
  border-bottom: 1px solid #ab8a4a;
}
.page_area table tr td a[href^="tel:"] {
  color: inherit;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .page_area table {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
  .page_area table tr th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  .page_area table tr td {
    padding-top: 0.5em;
    width: 100%;
    display: block;
  }
}
.page_area table.data {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.page_area table.data td,
.page_area table.data th {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .page_area table.data td,
  .page_area table.data th {
    font-size: 12px;
  }
}
.page_area table.data th {
  background-color: #e6e6e6;
}
.page_area a.btn-nomal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: max(15px, 2.3rem);
  min-width: 17.3913043478em;
  height: 4.347826087em;
  text-align: center;
  color: #fff;
  background: #28283c;
  border: 1px solid #28283c;
  border-radius: 0.5rem;
  padding: 0.5em;
  transition: 0.3s all;
}
.page_area a.btn-nomal:hover {
  color: #28283c;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page_area a.btn-nomal {
    font-size: 3rem;
    min-width: 13.3333333333em;
    height: 3.3333333333em;
  }
}

/*-------------------------------------------/
    MESSAGE 総支配人メッセージ
/-------------------------------------------*/
.message #sec-message {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.message #sec-message .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}
.message #sec-message .layout-box-01 {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
.message #sec-message .layout-box-01 .text-box {
  width: 50%;
  padding: 6rem 0;
}
.message #sec-message .layout-box-01 .text-box .inbox {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.message #sec-message .layout-box-01 .text-box .inbox p {
  line-height: 1.4;
}
.message #sec-message .layout-box-01 .text-box p.copy {
  font-size: max(25px, 4.5rem);
  line-height: 1.7777777778;
  margin-bottom: 6rem;
}
.message #sec-message .layout-box-01 .text-box p.name span {
  font-size: 1.5em;
}
.message #sec-message .layout-box-01 .image-box {
  width: min(50% - 10rem, 650px);
}
.message #sec-message .layout-box-02 {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 10rem;
}
.message #sec-message .layout-box-02 .text-box {
  width: 50%;
}
.message #sec-message .layout-box-02 .text-box p {
  line-height: 2.5;
}
.message #sec-message .layout-box-02 .image-box {
  width: min(50% - 10rem, 650px);
}
@media screen and (max-width: 1023px) {
  .message #sec-message .layout-box-01 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 7rem;
  }
  .message #sec-message .layout-box-01 .text-box {
    width: calc(100% - 10rem);
    padding: 6rem 0;
  }
  .message #sec-message .layout-box-01 .text-box .inbox {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .message #sec-message .layout-box-01 .text-box .inbox p {
    line-height: 1.4;
  }
  .message #sec-message .layout-box-01 .text-box p.copy {
    font-size: max(25px, 4.5rem);
    line-height: 1.7777777778;
    margin-bottom: 6rem;
  }
  .message #sec-message .layout-box-01 .text-box p.name span {
    font-size: 1.5em;
  }
  .message #sec-message .layout-box-01 .image-box {
    width: min(100% - 10rem, 650px);
  }
  .message #sec-message .layout-box-02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 7rem;
  }
  .message #sec-message .layout-box-02 .text-box {
    width: calc(100% - 10rem);
  }
  .message #sec-message .layout-box-02 .text-box p {
    line-height: 2;
  }
  .message #sec-message .layout-box-02 .image-box {
    width: min(100% - 10rem, 650px);
  }
}
@media screen and (max-width: 767px) {
  .message #sec-message {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .message #sec-message .box-wrap {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .message #sec-message .layout-box-01 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 7rem;
  }
  .message #sec-message .layout-box-01 .text-box {
    width: min(100%, 600px);
    padding: 0;
  }
  .message #sec-message .layout-box-01 .text-box .inbox {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .message #sec-message .layout-box-01 .text-box .inbox p {
    line-height: 1.4;
  }
  .message #sec-message .layout-box-01 .text-box p.copy {
    font-size: min(3.8rem, 25px);
    line-height: 1.5789473684;
    margin-bottom: 4rem;
  }
  .message #sec-message .layout-box-01 .text-box p.name {
    font-size: 2rem;
  }
  .message #sec-message .layout-box-01 .text-box p.name span {
    font-size: 1.5em;
  }
  .message #sec-message .layout-box-01 .image-box {
    width: 60rem;
  }
  .message #sec-message .layout-box-02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 7rem;
  }
  .message #sec-message .layout-box-02 .text-box {
    width: 60rem;
  }
  .message #sec-message .layout-box-02 .text-box p {
    line-height: 1.6666666667;
  }
  .message #sec-message .layout-box-02 .image-box {
    width: 60rem;
  }
}

/*-------------------------------------------/
    FEATURE 日本平ホテルの魅力
/-------------------------------------------*/
.feature #sec-feature {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.feature #sec-feature .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}
.feature #sec-feature .lead-box h3 {
  font-size: 5.5rem;
  margin-bottom: 1em;
}
.feature #sec-feature .lead-box p {
  line-height: 2.5;
}
.feature #sec-feature .layout-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10rem;
}
.feature #sec-feature .layout-box .item-box {
  width: min(50% - 5rem, 650px);
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.feature #sec-feature .layout-box .item-box .image-box {
  width: 100%;
  aspect-ratio: 650/700;
  overflow: hidden;
}
.feature #sec-feature .layout-box .item-box .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature #sec-feature .layout-box .item-box .text-box {
  padding: 0 2rem;
}
.feature #sec-feature .layout-box .item-box .text-box p.ttl {
  font-size: max(22px, 3.5rem);
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .feature #sec-feature .box-wrap {
    gap: 10rem;
  }
  .feature #sec-feature .lead-box h3 {
    font-size: min(5.5rem, 35px);
  }
  .feature #sec-feature .lead-box p {
    line-height: 1.6666666667;
  }
  .feature #sec-feature .layout-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10rem;
  }
  .feature #sec-feature .layout-box .item-box {
    width: min(100%, 650px);
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  .feature #sec-feature .layout-box .item-box .image-box {
    width: 100%;
    aspect-ratio: 650/700;
    overflow: hidden;
  }
  .feature #sec-feature .layout-box .item-box .image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .feature #sec-feature .layout-box .item-box .text-box {
    padding: 0;
  }
  .feature #sec-feature .layout-box .item-box .text-box p.ttl {
    font-size: min(4rem, 24px);
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .feature #sec-feature .layout-box .item-box .text-box p.txt {
    line-height: 1.6666666667;
  }
}

/*-------------------------------------------/
    INTERVIEW 社員・職種紹介
/-------------------------------------------*/
.interview .layout-box {
  margin-bottom: 15rem;
}
.interview .cat-ttl {
  font-size: 2.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin-bottom: 3rem;
}
.interview .cat-ttl span {
  flex-shrink: 0;
}
.interview .cat-ttl::after {
  content: "";
  width: 60rem;
  height: 1px;
  background: #000;
}
.interview .interview-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12rem;
}
.interview .interview-list .interview-list-item {
  width: min((100% - 24rem) / 3, 420px);
}
.interview .interview-list .interview-list-item .pic {
  width: 100%;
  aspect-ratio: 420/500;
  overflow: hidden;
}
.interview .interview-list .interview-list-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease all;
}
.interview .interview-list .interview-list-item .txt-box {
  padding: 2rem 0;
}
.interview .interview-list .interview-list-item .txt-box p {
  font-size: max(12px, 2rem);
  line-height: 1.5;
}
.interview .interview-list .interview-list-item .txt-box p.txt-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1em;
  line-height: 1.3333333333;
}
.interview .interview-list .interview-list-item .txt-box p.txt-name .txt-jp {
  font-size: 1.5em;
}
.interview .interview-list .interview-list-item .btn-arrow {
  content: "";
  display: block;
  width: 8.7rem;
  aspect-ratio: 87/6;
  background: url("../images/btn-arrow.png") no-repeat;
  background-size: 100% 100%;
  margin-left: auto;
}
.interview .interview-list .interview-list-item:hover .pic img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .interview .cat-ttl {
    font-size: 3.6rem;
  }
  .interview .interview-list {
    width: min(92.3076923077%, 650px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6rem 2rem;
  }
  .interview .interview-list .interview-list-item {
    width: min(50% - 1rem, 420px);
  }
  .interview .interview-list .interview-list-item .pic {
    width: 100%;
    aspect-ratio: 420/500;
    overflow: hidden;
  }
  .interview .interview-list .interview-list-item .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease all;
  }
  .interview .interview-list .interview-list-item .txt-box {
    padding: 2rem 0;
  }
  .interview .interview-list .interview-list-item .txt-box p {
    font-size: min(3rem, 18px);
    line-height: 1.5;
  }
  .interview .interview-list .interview-list-item .txt-box p.txt-department {
    font-size: 0.8666666667em;
  }
  .interview .interview-list .interview-list-item .txt-box p.txt-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 1em;
    line-height: 1.3333333333;
  }
  .interview .interview-list .interview-list-item .txt-box p.txt-name .txt-jp {
    font-size: 1em;
  }
  .interview .interview-list .interview-list-item .txt-box p.txt-name .txt-en {
    font-size: 0.8em;
  }
  .interview .interview-list .interview-list-item .txt-box p.txt-year-joined {
    font-size: 0.6666666667em;
  }
  .interview .interview-list .interview-list-item .btn-arrow {
    display: none;
  }
  .interview .interview-list .interview-list-item:hover .pic img {
    transform: scale(1.05);
  }
}

/*-------------------------------------------/
    INTERVIEW 社員・職種紹介 個別ページ
/-------------------------------------------*/
.interview #sec-interview-detail {
  padding-top: 10rem;
  padding-bottom: 12rem;
}
.interview #sec-interview-detail .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.interview #sec-interview-detail p.txt-department {
  font-size: 1.75em;
  line-height: 1.2;
}
.interview #sec-interview-detail p.txt-name {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 1.75em;
}
.interview #sec-interview-detail p.txt-name .txt-jp {
  font-size: 2.25em;
  line-height: 1.3333333333;
}
.interview #sec-interview-detail p.txt-name .txt-en {
  font-size: 1.25em;
  line-height: 1.2;
}
.interview #sec-interview-detail p.txt-year-joined {
  font-size: 1.25em;
  line-height: 1.8;
}
.interview #sec-interview-detail p.sub-ttl {
  font-size: 2em;
  line-height: 1.75;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 7rem;
}
.interview #sec-interview-detail p.sub-ttl span {
  display: inline-block;
  flex-shrink: 0;
}
.interview #sec-interview-detail p.sub-ttl::after {
  content: "";
  height: 1px;
  width: 30rem;
  flex-grow: 1;
  background: #000;
}
.interview #sec-interview-detail .txt-message h3 {
  font-size: max(38px, 5.5rem);
  font-weight: 400;
}
.interview #sec-interview-detail .text-box {
  width: 50%;
  padding: 6rem 0;
}
.interview #sec-interview-detail .text-box p {
  line-height: 2.5;
}
.interview #sec-interview-detail .image-box {
  width: min(50% - 10rem, 650px);
}
.interview #sec-interview-detail .layout-box-01 {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
.interview #sec-interview-detail .layout-box-02 {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 10rem;
}
@media screen and (max-width: 1023px) {
  .interview #sec-interview-detail .box-wrap {
    align-items: center;
  }
  .interview #sec-interview-detail .profile-info,
  .interview #sec-interview-detail .txt-message {
    width: calc(100% - 10rem);
  }
  .interview #sec-interview-detail .text-box {
    width: calc(100% - 10rem);
    padding: 6rem 0;
  }
  .interview #sec-interview-detail .text-box p {
    line-height: 2;
  }
  .interview #sec-interview-detail .image-box {
    width: min(100% - 10rem, 650px);
  }
  .interview #sec-interview-detail .layout-box-01 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 7rem;
  }
  .interview #sec-interview-detail .layout-box-02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .interview #sec-interview-detail {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .interview #sec-interview-detail .box-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
  .interview #sec-interview-detail p {
    font-size: min(3rem, 18px);
    line-height: 1.6666666667;
  }
  .interview #sec-interview-detail p.txt-department {
    font-size: 1em;
    line-height: 1.2;
  }
  .interview #sec-interview-detail p.txt-name {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 1em;
  }
  .interview #sec-interview-detail p.txt-name .txt-jp {
    font-size: 1.3333333333em;
    line-height: 1.3333333333;
  }
  .interview #sec-interview-detail p.txt-name .txt-en {
    font-size: 0.8333333333em;
    line-height: 1.2;
  }
  .interview #sec-interview-detail p.txt-year-joined {
    font-size: 1em;
    line-height: 1.8;
  }
  .interview #sec-interview-detail p.sub-ttl {
    font-size: min(1.3333333333em, 28px);
    line-height: 1.75;
    margin-bottom: 3.5rem;
  }
  .interview #sec-interview-detail .profile-info {
    width: min(100%, 600px);
  }
  .interview #sec-interview-detail .txt-message {
    width: min(100%, 600px);
  }
  .interview #sec-interview-detail .txt-message h3 {
    font-size: min(4rem, 32px);
    font-weight: 400;
  }
  .interview #sec-interview-detail .text-box {
    width: min(100%, 600px);
    padding: 0;
  }
  .interview #sec-interview-detail .text-box p {
    line-height: 1.6666666667;
  }
  .interview #sec-interview-detail .image-box {
    width: 60rem;
  }
  .interview #sec-interview-detail .layout-box-01 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 7rem;
  }
  .interview #sec-interview-detail .layout-box-02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 7rem;
  }
}
.interview #time-schedule {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background: #f7f7f7;
}
.interview #time-schedule .box-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.interview #time-schedule h3 {
  font-size: max(20px, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.interview #time-schedule h3 span {
  display: inline-block;
  font-size: 0.8333333333em;
}
.interview #time-schedule h3::before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: url("../images/interview/icon_clock.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.interview #time-schedule .schedule-wrap {
  width: min(100%, 1350px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.interview #time-schedule .schedule-wrap .schedule-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: max(12px, 2rem);
}
.interview #time-schedule .schedule-wrap .schedule-item p {
  text-align: center;
}
.interview #time-schedule .schedule-wrap .schedule-item p.time {
  width: 100%;
  position: relative;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 400;
  color: #ab8a4a;
  padding-bottom: 1em;
}
.interview #time-schedule .schedule-wrap .schedule-item p.time::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ab8a4a;
}
.interview #time-schedule .schedule-wrap .schedule-item p.ttl {
  font-size: 1.15em;
  line-height: 1.3043478261;
  font-weight: 500;
  margin-bottom: 1rem;
}
.interview #time-schedule .schedule-wrap .schedule-item p.txt {
  font-size: 0.9em;
  line-height: 1.3888888889;
  text-align: left;
}
.interview #time-schedule .schedule-wrap .schedule-item .inbox {
  max-width: 8em;
}
.interview #time-schedule .schedule-wrap .schedule-item:not(:last-child) p.time::before {
  position: absolute;
  bottom: 0.2em;
  left: 50%;
  content: "";
  width: calc(100% + 2rem);
  height: 0.1em;
  background: #ab8a4a;
}
@media screen and (max-width: 767px) {
  .interview #time-schedule .box-wrap {
    gap: 5rem;
  }
  .interview #time-schedule h3 {
    font-size: min(4rem, 24px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .interview #time-schedule h3 span {
    display: inline-block;
    font-size: 0.75em;
  }
  .interview #time-schedule h3::before {
    content: "";
    width: 1em;
    aspect-ratio: 1/1;
    background: url("../images/interview/icon_clock.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
  }
  .interview #time-schedule .schedule-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .interview #time-schedule .schedule-wrap .schedule-item {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: min(3rem, 18px);
  }
  .interview #time-schedule .schedule-wrap .schedule-item p {
    text-align: left;
  }
  .interview #time-schedule .schedule-wrap .schedule-item p.time {
    width: 5em;
    position: relative;
    font-size: 1.2em;
    line-height: 1.1111111111;
    font-weight: 400;
    color: #ab8a4a;
    padding-bottom: 0;
    padding-left: 2em;
    flex-shrink: 0;
  }
  .interview #time-schedule .schedule-wrap .schedule-item p.time::after {
    content: "";
    width: 1.3333333333em;
    height: 1.3333333333em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: unset;
    background: #ab8a4a;
    display: inline;
  }
  .interview #time-schedule .schedule-wrap .schedule-item p.ttl {
    font-size: 1.0666666667em;
    line-height: 1.25;
    font-weight: 500;
  }
  .interview #time-schedule .schedule-wrap .schedule-item p.txt {
    font-size: 1em;
    line-height: 1.3333333333;
    text-align: left;
  }
  .interview #time-schedule .schedule-wrap .schedule-item .inbox {
    max-width: unset;
  }
  .interview #time-schedule .schedule-wrap .schedule-item:not(:last-child)::before {
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0.75em;
    content: "";
    width: 0.5rem;
    height: calc(100% + 5rem);
    background: #ab8a4a;
  }
  .interview #time-schedule .schedule-wrap .schedule-item:not(:last-child) p.time::before {
    display: none;
  }
}
.interview #other-interview {
  padding-top: 10rem;
  padding-bottom: 15rem;
}
.interview #other-interview .box-wrap {
  width: min(92.6470588235%, 1260px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.interview #other-interview .box-wrap h3 {
  font-size: 3rem;
  padding: 0 3rem;
}
.interview #other-interview .box-wrap .slider-box {
  width: 100%;
  overflow: hidden;
}
.interview #other-interview .box-wrap .slider-box .carousel-slider {
  margin: 0 3rem;
  overflow: visible;
}
.interview #other-interview .box-wrap .slider-box .swiper-wrapper .carousel-slider__slide .pic {
  width: 100%;
  aspect-ratio: 350/350;
  overflow: hidden;
}
.interview #other-interview .box-wrap .slider-box .swiper-wrapper .carousel-slider__slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transform: scale(1);
  transition: 0.5s ease all;
}
.interview #other-interview .box-wrap .slider-box .swiper-wrapper .carousel-slider__slide .txt-box {
  position: relative;
  padding: 2rem 0;
}
.interview #other-interview .box-wrap .slider-box .swiper-wrapper .carousel-slider__slide .txt-box p {
  font-size: max(11px, 2rem);
  line-height: 1.5;
}
.interview #other-interview .box-wrap .slider-box .swiper-wrapper .carousel-slider__slide .txt-box p.txt-department span {
  font-size: 0.9em;
}
.interview #other-interview .box-wrap .slider-box .swiper-wrapper .carousel-slider__slide .txt-box p.txt-name {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0 1em;
  line-height: 1.3333333333;
}
.interview #other-interview .box-wrap .slider-box .swiper-wrapper .carousel-slider__slide .txt-box p.txt-name .txt-jp {
  font-size: 1.5em;
}
.interview #other-interview .box-wrap .slider-box .swiper-wrapper .carousel-slider__slide .txt-box .arrow {
  position: absolute;
  bottom: 3rem;
  right: 0;
  content: "";
  display: block;
  width: 8.7rem;
  aspect-ratio: 87/6;
  background: url(../images/btn-arrow.png) no-repeat;
  background-size: 100% 100%;
  margin-left: auto;
}
.interview #other-interview .box-wrap .slider-box .swiper-wrapper .carousel-slider__slide:hover .pic img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .interview #other-interview .box-wrap h3 {
    font-size: 4rem;
    padding: 0;
  }
  .interview #other-interview .box-wrap .slider-box {
    width: min(92.3076923077%, 600px);
    margin: 0 auto;
    overflow: auto;
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider {
    width: 100%;
    margin: 0 auto;
    overflow: unset;
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 5rem 2rem;
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide {
    width: calc(50% - 1rem);
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .pic {
    width: 100%;
    aspect-ratio: 420/500;
    overflow: hidden;
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease all;
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box {
    padding: 2rem 2.5rem 2rem 0;
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p {
    font-size: min(3rem, 18px);
    line-height: 1.5;
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p.txt-department {
    font-size: 0.8666666667em;
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p.txt-name {
    line-height: 1.3333333333;
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p.txt-name .txt-jp {
    font-size: 1em;
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box p.txt-name .txt-en {
    font-size: 0.8em;
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide .txt-box .arrow {
    display: none;
  }
  .interview #other-interview .box-wrap .slider-box .carousel-slider .swiper-wrapper .carousel-slider__slide:hover .pic img {
    transform: scale(1.05);
  }
}

/*-------------------------------------------/
    CONTACT お問い合わせ
    ENTRY エントリーフォーム
/-------------------------------------------*/
.contact .contact-top,
.contact-confirm .contact-top,
.contact-complete .contact-top,
.career-entry .contact-top,
.career-entry-confirm .contact-top,
.career-entry-complete .contact-top,
.part-time-entry .contact-top,
.part-time-entry-confirm .contact-top,
.part-time-entry-complete .contact-top {
  padding-top: 10rem;
  padding-bottom: 3rem;
  padding-left: 11rem;
  padding-right: 11rem;
}
.contact .contact-top .text-box,
.contact-confirm .contact-top .text-box,
.contact-complete .contact-top .text-box,
.career-entry .contact-top .text-box,
.career-entry-confirm .contact-top .text-box,
.career-entry-complete .contact-top .text-box,
.part-time-entry .contact-top .text-box,
.part-time-entry-confirm .contact-top .text-box,
.part-time-entry-complete .contact-top .text-box {
  width: min(100%, 1500px);
  margin: 0 auto;
}
.contact .contact-top .text-box p,
.contact-confirm .contact-top .text-box p,
.contact-complete .contact-top .text-box p,
.career-entry .contact-top .text-box p,
.career-entry-confirm .contact-top .text-box p,
.career-entry-complete .contact-top .text-box p,
.part-time-entry .contact-top .text-box p,
.part-time-entry-confirm .contact-top .text-box p,
.part-time-entry-complete .contact-top .text-box p {
  font-size: 1.1em;
}
.contact .contact-top .text-box ul.progress,
.contact-confirm .contact-top .text-box ul.progress,
.contact-complete .contact-top .text-box ul.progress,
.career-entry .contact-top .text-box ul.progress,
.career-entry-confirm .contact-top .text-box ul.progress,
.career-entry-complete .contact-top .text-box ul.progress,
.part-time-entry .contact-top .text-box ul.progress,
.part-time-entry-confirm .contact-top .text-box ul.progress,
.part-time-entry-complete .contact-top .text-box ul.progress {
  font-size: max(15px, 2.2rem);
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
}
.contact .contact-top .text-box ul.progress li,
.contact-confirm .contact-top .text-box ul.progress li,
.contact-complete .contact-top .text-box ul.progress li,
.career-entry .contact-top .text-box ul.progress li,
.career-entry-confirm .contact-top .text-box ul.progress li,
.career-entry-complete .contact-top .text-box ul.progress li,
.part-time-entry .contact-top .text-box ul.progress li,
.part-time-entry-confirm .contact-top .text-box ul.progress li,
.part-time-entry-complete .contact-top .text-box ul.progress li {
  display: inline-block;
  color: #cacaca;
}
.contact .contact-top .text-box ul.progress li.current,
.contact-confirm .contact-top .text-box ul.progress li.current,
.contact-complete .contact-top .text-box ul.progress li.current,
.career-entry .contact-top .text-box ul.progress li.current,
.career-entry-confirm .contact-top .text-box ul.progress li.current,
.career-entry-complete .contact-top .text-box ul.progress li.current,
.part-time-entry .contact-top .text-box ul.progress li.current,
.part-time-entry-confirm .contact-top .text-box ul.progress li.current,
.part-time-entry-complete .contact-top .text-box ul.progress li.current {
  color: #000;
}
.contact .contact-top .text-box ul.progress li:not(:last-child)::after,
.contact-confirm .contact-top .text-box ul.progress li:not(:last-child)::after,
.contact-complete .contact-top .text-box ul.progress li:not(:last-child)::after,
.career-entry .contact-top .text-box ul.progress li:not(:last-child)::after,
.career-entry-confirm .contact-top .text-box ul.progress li:not(:last-child)::after,
.career-entry-complete .contact-top .text-box ul.progress li:not(:last-child)::after,
.part-time-entry .contact-top .text-box ul.progress li:not(:last-child)::after,
.part-time-entry-confirm .contact-top .text-box ul.progress li:not(:last-child)::after,
.part-time-entry-complete .contact-top .text-box ul.progress li:not(:last-child)::after {
  content: ">";
  color: #000;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .contact .contact-top,
  .contact-confirm .contact-top,
  .contact-complete .contact-top,
  .career-entry .contact-top,
  .career-entry-confirm .contact-top,
  .career-entry-complete .contact-top,
  .part-time-entry .contact-top,
  .part-time-entry-confirm .contact-top,
  .part-time-entry-complete .contact-top {
    padding-top: 6rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .contact .contact-top .text-box,
  .contact-confirm .contact-top .text-box,
  .contact-complete .contact-top .text-box,
  .career-entry .contact-top .text-box,
  .career-entry-confirm .contact-top .text-box,
  .career-entry-complete .contact-top .text-box,
  .part-time-entry .contact-top .text-box,
  .part-time-entry-confirm .contact-top .text-box,
  .part-time-entry-complete .contact-top .text-box {
    width: 100%;
    margin: 0 auto;
  }
  .contact .contact-top .text-box p,
  .contact-confirm .contact-top .text-box p,
  .contact-complete .contact-top .text-box p,
  .career-entry .contact-top .text-box p,
  .career-entry-confirm .contact-top .text-box p,
  .career-entry-complete .contact-top .text-box p,
  .part-time-entry .contact-top .text-box p,
  .part-time-entry-confirm .contact-top .text-box p,
  .part-time-entry-complete .contact-top .text-box p {
    font-size: 3rem;
  }
  .contact .contact-top .text-box ul.progress,
  .contact-confirm .contact-top .text-box ul.progress,
  .contact-complete .contact-top .text-box ul.progress,
  .career-entry .contact-top .text-box ul.progress,
  .career-entry-confirm .contact-top .text-box ul.progress,
  .career-entry-complete .contact-top .text-box ul.progress,
  .part-time-entry .contact-top .text-box ul.progress,
  .part-time-entry-confirm .contact-top .text-box ul.progress,
  .part-time-entry-complete .contact-top .text-box ul.progress {
    margin-top: 3rem;
  }
}
.contact #section-01,
.contact-confirm #section-01,
.contact-complete #section-01,
.career-entry #section-01,
.career-entry-confirm #section-01,
.career-entry-complete #section-01,
.part-time-entry #section-01,
.part-time-entry-confirm #section-01,
.part-time-entry-complete #section-01 {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background: #f8f7f2;
}
.contact #section-01 .box-wrap,
.contact-confirm #section-01 .box-wrap,
.contact-complete #section-01 .box-wrap,
.career-entry #section-01 .box-wrap,
.career-entry-confirm #section-01 .box-wrap,
.career-entry-complete #section-01 .box-wrap,
.part-time-entry #section-01 .box-wrap,
.part-time-entry-confirm #section-01 .box-wrap,
.part-time-entry-complete #section-01 .box-wrap {
  padding: 6rem 15rem 10rem;
  background: #fff;
}
.contact #section-01 .inbox,
.contact-confirm #section-01 .inbox,
.contact-complete #section-01 .inbox,
.career-entry #section-01 .inbox,
.career-entry-confirm #section-01 .inbox,
.career-entry-complete #section-01 .inbox,
.part-time-entry #section-01 .inbox,
.part-time-entry-confirm #section-01 .inbox,
.part-time-entry-complete #section-01 .inbox {
  display: flex;
  flex-wrap: wrap;
  align-items: first baseline;
  gap: 0 3rem;
}
.contact #section-01 .inbox:not(:first-child),
.contact-confirm #section-01 .inbox:not(:first-child),
.contact-complete #section-01 .inbox:not(:first-child),
.career-entry #section-01 .inbox:not(:first-child),
.career-entry-confirm #section-01 .inbox:not(:first-child),
.career-entry-complete #section-01 .inbox:not(:first-child),
.part-time-entry #section-01 .inbox:not(:first-child),
.part-time-entry-confirm #section-01 .inbox:not(:first-child),
.part-time-entry-complete #section-01 .inbox:not(:first-child) {
  margin-top: 3rem;
}
.contact #section-01 .inbox a.tel,
.contact-confirm #section-01 .inbox a.tel,
.contact-complete #section-01 .inbox a.tel,
.career-entry #section-01 .inbox a.tel,
.career-entry-confirm #section-01 .inbox a.tel,
.career-entry-complete #section-01 .inbox a.tel,
.part-time-entry #section-01 .inbox a.tel,
.part-time-entry-confirm #section-01 .inbox a.tel,
.part-time-entry-complete #section-01 .inbox a.tel {
  font-size: max(21px, 3rem);
  color: #ab8a4a;
}
.contact #section-01 .inbox p,
.contact-confirm #section-01 .inbox p,
.contact-complete #section-01 .inbox p,
.career-entry #section-01 .inbox p,
.career-entry-confirm #section-01 .inbox p,
.career-entry-complete #section-01 .inbox p,
.part-time-entry #section-01 .inbox p,
.part-time-entry-confirm #section-01 .inbox p,
.part-time-entry-complete #section-01 .inbox p {
  text-align: left;
}
.contact #section-01 .inbox p.txt,
.contact-confirm #section-01 .inbox p.txt,
.contact-complete #section-01 .inbox p.txt,
.career-entry #section-01 .inbox p.txt,
.career-entry-confirm #section-01 .inbox p.txt,
.career-entry-complete #section-01 .inbox p.txt,
.part-time-entry #section-01 .inbox p.txt,
.part-time-entry-confirm #section-01 .inbox p.txt,
.part-time-entry-complete #section-01 .inbox p.txt {
  width: 100%;
  font-size: max(15px, 2.2rem);
}
.contact #section-01 .bottom-box,
.contact-confirm #section-01 .bottom-box,
.contact-complete #section-01 .bottom-box,
.career-entry #section-01 .bottom-box,
.career-entry-confirm #section-01 .bottom-box,
.career-entry-complete #section-01 .bottom-box,
.part-time-entry #section-01 .bottom-box,
.part-time-entry-confirm #section-01 .bottom-box,
.part-time-entry-complete #section-01 .bottom-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .contact #section-01.page-content,
  .contact-confirm #section-01.page-content,
  .contact-complete #section-01.page-content,
  .career-entry #section-01.page-content,
  .career-entry-confirm #section-01.page-content,
  .career-entry-complete #section-01.page-content,
  .part-time-entry #section-01.page-content,
  .part-time-entry-confirm #section-01.page-content,
  .part-time-entry-complete #section-01.page-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .contact #section-01 .box-wrap,
  .contact-confirm #section-01 .box-wrap,
  .contact-complete #section-01 .box-wrap,
  .career-entry #section-01 .box-wrap,
  .career-entry-confirm #section-01 .box-wrap,
  .career-entry-complete #section-01 .box-wrap,
  .part-time-entry #section-01 .box-wrap,
  .part-time-entry-confirm #section-01 .box-wrap,
  .part-time-entry-complete #section-01 .box-wrap {
    padding: 4rem;
  }
  .contact #section-01 .inbox,
  .contact-confirm #section-01 .inbox,
  .contact-complete #section-01 .inbox,
  .career-entry #section-01 .inbox,
  .career-entry-confirm #section-01 .inbox,
  .career-entry-complete #section-01 .inbox,
  .part-time-entry #section-01 .inbox,
  .part-time-entry-confirm #section-01 .inbox,
  .part-time-entry-complete #section-01 .inbox {
    display: flex;
    flex-wrap: wrap;
    align-items: first baseline;
    gap: 0 3rem;
  }
  .contact #section-01 .inbox:not(:first-child),
  .contact-confirm #section-01 .inbox:not(:first-child),
  .contact-complete #section-01 .inbox:not(:first-child),
  .career-entry #section-01 .inbox:not(:first-child),
  .career-entry-confirm #section-01 .inbox:not(:first-child),
  .career-entry-complete #section-01 .inbox:not(:first-child),
  .part-time-entry #section-01 .inbox:not(:first-child),
  .part-time-entry-confirm #section-01 .inbox:not(:first-child),
  .part-time-entry-complete #section-01 .inbox:not(:first-child) {
    margin-top: 3rem;
  }
  .contact #section-01 .inbox a.tel,
  .contact-confirm #section-01 .inbox a.tel,
  .contact-complete #section-01 .inbox a.tel,
  .career-entry #section-01 .inbox a.tel,
  .career-entry-confirm #section-01 .inbox a.tel,
  .career-entry-complete #section-01 .inbox a.tel,
  .part-time-entry #section-01 .inbox a.tel,
  .part-time-entry-confirm #section-01 .inbox a.tel,
  .part-time-entry-complete #section-01 .inbox a.tel {
    font-size: 4rem;
    color: #ab8a4a;
  }
  .contact #section-01 .inbox p,
  .contact-confirm #section-01 .inbox p,
  .contact-complete #section-01 .inbox p,
  .career-entry #section-01 .inbox p,
  .career-entry-confirm #section-01 .inbox p,
  .career-entry-complete #section-01 .inbox p,
  .part-time-entry #section-01 .inbox p,
  .part-time-entry-confirm #section-01 .inbox p,
  .part-time-entry-complete #section-01 .inbox p {
    font-size: 3rem;
    line-height: 1.3333333333;
    text-align: left;
  }
  .contact #section-01 .inbox p.txt,
  .contact-confirm #section-01 .inbox p.txt,
  .contact-complete #section-01 .inbox p.txt,
  .career-entry #section-01 .inbox p.txt,
  .career-entry-confirm #section-01 .inbox p.txt,
  .career-entry-complete #section-01 .inbox p.txt,
  .part-time-entry #section-01 .inbox p.txt,
  .part-time-entry-confirm #section-01 .inbox p.txt,
  .part-time-entry-complete #section-01 .inbox p.txt {
    font-size: 3.2rem;
    line-height: 1.25;
  }
}

/* フォーム */
.form-area {
  padding: 9rem 11rem 12rem;
  background: #f8f7f2;
}
.form-area .formbox {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: 10rem 15rem;
  background: #fff;
}
.form-area .formbox > p:not(:last-child) {
  margin-bottom: 1em;
}
.form-area .formbox table {
  font-size: max(14px, 2rem);
  line-height: 1.5;
}
.form-area .formbox table tr th,
.form-area .formbox table tr td {
  border: none;
}
.form-area .formbox table tr th {
  width: 28.3333333333%;
  vertical-align: text-top;
}
.form-area .formbox table tr th span.mandatory {
  display: inline-block;
  margin: 0 0.2em;
  color: #d16b42;
}
.form-area .formbox table tr th h4 {
  position: relative;
  padding-bottom: 1rem;
}
.form-area .formbox table tr th h4::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e3e0c9;
}
.form-area .formbox table tr th h4::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 15rem;
  height: 1px;
  background: #ab8a4a;
}
.form-area .formbox table tr td {
  width: 71.6666666667%;
}
.form-area .formbox table tr td.pre-wrap {
  white-space: pre-wrap;
}
.form-area .formbox form {
  font-size: max(14px, 2rem);
  width: 100%;
}
.form-area .formbox form input[type=tel],
.form-area .formbox form input[type=text],
.form-area .formbox form input[type=email],
.form-area .formbox form select,
.form-area .formbox form textarea {
  padding: 0.5em 1em;
  background: #fff;
  outline: 1px solid #e3e0c9;
}
.form-area .formbox form input[type=email].your-email {
  width: min(100%, 25em);
}
.form-area .formbox form input[type=text] {
  width: 100%;
}
.form-area .formbox form input[type=text].your-name, .form-area .formbox form input[type=text].your-kana, .form-area .formbox form input[type=text].your-email, .form-area .formbox form input[type=text].your-tel, .form-area .formbox form input[type=text].your-fax {
  width: min(100%, 25em);
}
.form-area .formbox form input[type=text].wpcf7-free-text:disabled {
  background: #fcfbfa;
}
.form-area .formbox form input[type=button]#btn_copy {
  background: #28283c;
  color: #fff;
  border: 1px solid #28283c;
  transition: 0.3s all;
  font-size: 0.5em;
  padding: 0 0.5em;
  line-height: 2;
}
.form-area .formbox form input[type=button]#btn_copy:hover input {
  color: #28283c;
  background: #fff;
}
.form-area .formbox form input[type=radio],
.form-area .formbox form input[type=checkbox] {
  accent-color: #ab8a4a;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
}
.form-area .formbox form .gender input[type=radio] {
  width: 1.4em;
  height: 1.4em;
  vertical-align: text-bottom;
  margin-right: 0.25em;
}
.form-area .formbox form select {
  position: relative;
  padding-right: 1.5em;
  background: url("../images/arrow.png") no-repeat right 0.75em center;
  background-size: 0.75em auto;
  cursor: pointer;
}
.form-area .formbox form select.your-subject, .form-area .formbox form select.select-job, .form-area .formbox form select.select-occupations {
  width: min(100%, 25em);
}
.form-area .formbox form select.birth-year {
  width: min(100%, 10em);
}
.form-area .formbox form select.birth-month, .form-area .formbox form select.birth-day {
  width: min(100%, 6em);
}
.form-area .formbox form .select-group {
  width: min(100%, 25em);
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
}
.form-area .formbox form .select-group .inbox.w40 {
  width: min(40%, 10em);
}
.form-area .formbox form .select-group .inbox.w24 {
  width: min(24%, 10em);
}
.form-area .formbox form .birth-year ~ .wpcf7-not-valid-tip,
.form-area .formbox form .birth-month ~ .wpcf7-not-valid-tip,
.form-area .formbox form .birth-day ~ .wpcf7-not-valid-tip {
  display: none;
}
.form-area .formbox form textarea {
  width: 100%;
  height: 7.5em;
}
.form-area .formbox form .wpcf7-list-item {
  margin: 0.5em;
}
.form-area .formbox form .wpcf7-list-item.has-free-text {
  display: block;
}
.form-area .formbox form .name-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.25em 1em;
}
.form-area .formbox form .name-group .inbox {
  width: min(100%, 15em);
}
.form-area .formbox form .bottom-box {
  text-align: center;
  margin-top: 5rem;
}
.form-area .formbox form .bottom-box .agree_check {
  margin: 1em auto;
}
.form-area .formbox form .bottom-box .agree_check p {
  text-align: center;
}
.form-area .formbox form .bottom-box p.link-privacy {
  text-align: center;
  color: #ab8a4a;
  text-decoration: underline;
}
.form-area .formbox form .bottom-box .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 6rem;
}
.form-area .formbox form .bottom-box .btn-box .btn-back {
  font-size: 1.15em;
  font-weight: 500;
  transition: 0.3s all;
  margin: 0 auto;
  position: absolute;
  left: 0;
}
.form-area .formbox form .bottom-box .btn-box .btn-back input {
  width: 4.347826087em;
  height: 3.0434782609em;
  background: #fff;
  color: #583c04;
  border: 1px solid #583c04;
}
.form-area .formbox form .bottom-box .btn-box .btn-back:hover input {
  color: #fff;
  background: #583c04;
}
.form-area .formbox form .bottom-box .btn-box .btn-submit {
  font-size: 1.15em;
  font-weight: 500;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.form-area .formbox form .bottom-box .btn-box .btn-submit span.wpcf7-spinner {
  display: none;
}
.form-area .formbox form .bottom-box .btn-box .btn-submit input[type=submit] {
  width: 17.3913043478em;
  height: 4.347826087em;
  background: #583c04;
  color: #fff;
  border: 1px solid #583c04;
  transition: 0.3s all;
}
.form-area .formbox form .bottom-box .btn-box .btn-submit:hover input {
  color: #583c04;
  background: #fff;
}
.form-area .formbox form .bottom-box .caution-txt {
  margin-top: 5rem;
}
.form-area .formbox form .bottom-box .caution-txt p {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .form-area {
    padding: 8rem 2.5rem;
  }
  .form-area .formbox {
    width: 100%;
    margin: 0 auto;
    padding: 8rem 4rem;
    background: #fff;
  }
  .form-area .formbox table {
    font-size: 3rem;
    line-height: 1.5;
  }
  .form-area .formbox table tr th,
  .form-area .formbox table tr td {
    border: none;
  }
  .form-area .formbox table tr th {
    width: 100%;
    display: block;
  }
  .form-area .formbox table tr th span.mandatory {
    display: inline-block;
    margin: 0 0.2em;
    color: #d16b42;
  }
  .form-area .formbox table tr td {
    width: 100%;
    display: block;
  }
  .form-area .formbox form {
    font-size: 3rem;
    width: 100%;
  }
  .form-area .formbox form input[type=text],
  .form-area .formbox form input[type=email],
  .form-area .formbox form select,
  .form-area .formbox form textarea {
    padding: 0.5em 1em;
    background: #fff;
    outline: 1px solid #e3e0c9;
  }
  .form-area .formbox form input[type=text] {
    width: 100%;
  }
  .form-area .formbox form input[type=text].your-name, .form-area .formbox form input[type=text].contact-address {
    width: 100%;
  }
  .form-area .formbox form input[type=text].your-tel, .form-area .formbox form input[type=text].your-fax {
    width: min(100%, 13.3333333333em);
  }
  .form-area .formbox form input[type=text].your-zip {
    width: min(100%, 8.3333333333em);
  }
  .form-area .formbox form input[type=text].name_s, .form-area .formbox form input[type=text].name_f {
    width: min(100%, 8.5em);
  }
  .form-area .formbox form input[type=email] {
    width: 100%;
  }
  .form-area .formbox form select {
    position: relative;
    padding-right: 1.5em;
    background: url("../images/arrow.png") no-repeat right 0.75em center;
    background-size: 0.75em auto;
    cursor: pointer;
  }
  .form-area .formbox form select.your-subject {
    width: 100%;
  }
  .form-area .formbox form textarea {
    width: 100%;
    min-height: 10em;
  }
  .form-area .formbox form .name-group {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.25em 1em;
  }
  .form-area .formbox form .name-group .inbox {
    width: min(100%, 10em);
  }
  .form-area .formbox form .bottom-box {
    text-align: center;
    margin-top: 5rem;
  }
  .form-area .formbox form .bottom-box .agree_check {
    margin: 1em auto;
  }
  .form-area .formbox form .bottom-box p.link-privacy {
    text-align: center;
  }
  .form-area .formbox form .bottom-box .btn-box {
    margin-top: 6rem;
  }
  .form-area .formbox form .bottom-box .btn-box .btn-back input {
    height: 2.3333333333em;
  }
  .form-area .formbox form .bottom-box .btn-box .btn-submit {
    font-size: 3rem;
    font-weight: 500;
  }
  .form-area .formbox form .bottom-box .btn-box .btn-submit input[type=submit] {
    width: 9.3333333333em;
    height: 3.3333333333em;
  }
}

.wpcf7-not-valid-tip,
.error-message {
  font-size: 0.8em;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

/*-------------------------------------------/
    CAREER 中途採用
    PART TIME アルバイト採用
/-------------------------------------------*/
#article-list .box-wrap {
  width: min(100%, 1500px);
  margin: 0 auto;
}
#article-list .box-wrap h3.top-ttl {
  font-size: max(28px, 4rem);
  letter-spacing: 0;
  margin-bottom: 1em;
}
#article-list .box-wrap .top-txt-box {
  margin-bottom: 8rem;
}
#article-list .box-wrap .top-txt-box p {
  font-size: 1.1em;
  line-height: 1.8181818182;
}
#article-list .box-wrap .post-list-wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 10rem;
}
#article-list .box-wrap .post-list-wrap .mainbox {
  width: 100%;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list {
  width: 100%;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item {
  position: relative;
  width: 100%;
  padding: 9rem 0;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e3e0c9;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 15rem;
  height: 1px;
  background: #ab8a4a;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-ttl {
  font-size: max(24px, 3.5rem);
  line-height: 1.2857142857;
  margin: 2rem 0;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box {
  width: min(53.3333333333%, 700px);
  display: flex;
  flex-direction: column;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .inner {
  flex-grow: 1;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box p {
  line-height: 2;
  margin-bottom: 1em;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .content-excerpt {
  font-size: max(14px, 2rem);
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .btn-box {
  margin: 5rem auto 1.5rem;
  align-self: flex-end;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .btn-box .btn-viewmore {
  font-size: max(14px, 2.2rem);
  width: 20.4545454545em;
  height: 4.5454545455em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #583c04;
  background: #583c04;
  transition: 0.3s all;
  margin: 0 auto;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .btn-box .btn-viewmore:hover {
  color: #583c04;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .btn-box .btn-viewmore {
    font-size: min(3.2rem, 22px);
    width: 14.0625em;
    height: 3.125em;
  }
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .image-box {
  width: 40%;
  aspect-ratio: 600/450;
  margin-right: 5rem;
  align-self: flex-start;
}
#article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#article-list .box-wrap .post-list-wrap .mainbox .pagenation {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 15rem;
  margin-bottom: 5rem;
  font-size: max(20px, 3rem);
}
#article-list .box-wrap .post-list-wrap .mainbox .pagenation a {
  display: inline-block;
}
#article-list .box-wrap .post-list-wrap .mainbox .pagenation a:hover,
#article-list .box-wrap .post-list-wrap .mainbox .pagenation .current {
  color: #ab8a4a;
}
@media screen and (max-width: 767px) {
  #article-list .box-wrap {
    width: 100%;
  }
  #article-list .box-wrap h3.top-ttl {
    font-size: 4rem;
    letter-spacing: 0;
    margin-bottom: 1em;
  }
  #article-list .box-wrap .post-list-wrap {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10rem;
  }
  #article-list .box-wrap .post-list-wrap .mainbox {
    width: 100%;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list {
    width: 100%;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item {
    position: relative;
    width: 100%;
    padding: 5rem 0;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #e3e0c9;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 15rem;
    height: 1px;
    background: #ab8a4a;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-ttl {
    font-size: min(4rem, 24px);
    line-height: 1.2857142857;
    margin: 3rem 0;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box {
    width: min(100%, 700px);
    display: flex;
    flex-direction: column;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .inner {
    flex-grow: 1;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box p {
    line-height: 1.6666666667;
    margin-bottom: 1em;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .content-excerpt {
    font-size: min(3rem, 18px);
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .btn-box {
    margin: 5rem auto 1.5rem;
    align-self: flex-end;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .btn-box .btn-viewmore {
    font-size: max(14px, 2.2rem);
    width: 20.4545454545em;
    height: 4.5454545455em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #583c04;
    background: #583c04;
    transition: 0.3s all;
    margin: 0 auto;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .btn-box .btn-viewmore:hover {
    color: #583c04;
    background: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .text-box .btn-box .btn-viewmore {
    font-size: min(3.2rem, 22px);
    width: 14.0625em;
    height: 3.125em;
  }
}
@media screen and (max-width: 767px) {
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .image-box {
    width: min(100%, 700px);
    aspect-ratio: 600/450;
    margin-right: 5rem;
    align-self: flex-start;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .post-list .post-item .post-content .image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .pagenation {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-top: 15rem;
    margin-bottom: 5rem;
    font-size: max(20px, 3rem);
  }
  #article-list .box-wrap .post-list-wrap .mainbox .pagenation a {
    display: inline-block;
  }
  #article-list .box-wrap .post-list-wrap .mainbox .pagenation a:hover,
  #article-list .box-wrap .post-list-wrap .mainbox .pagenation .current {
    color: #ab8a4a;
  }
}

/*-------------------------------------------/
    CAREER 中途採用 詳細ページ
    PART TIME アルバイト採用 詳細ページ
/-------------------------------------------*/
.single .page-content .box-wrap,
.single-career .page-content .box-wrap,
.single-part-time .page-content .box-wrap {
  width: min(100%, 1500px);
  margin: 0 auto;
}
.single .page-content .single-content,
.single-career .page-content .single-content,
.single-part-time .page-content .single-content {
  position: relative;
  width: min(100%, 1200px);
  margin: 3rem auto 15rem;
  padding-top: 8rem;
}
.single .page-content .single-content::before,
.single-career .page-content .single-content::before,
.single-part-time .page-content .single-content::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e3e0c9;
}
.single .page-content .single-content::after,
.single-career .page-content .single-content::after,
.single-part-time .page-content .single-content::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 15rem;
  height: 1px;
  background: #ab8a4a;
}
.single .page-content .single-content .post-ttl,
.single-career .page-content .single-content .post-ttl,
.single-part-time .page-content .single-content .post-ttl {
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.single .page-content .single-content .single-post-content,
.single-career .page-content .single-content .single-post-content,
.single-part-time .page-content .single-content .single-post-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single .page-content .single-content .single-post-content .main-slider-box,
.single-career .page-content .single-content .single-post-content .main-slider-box,
.single-part-time .page-content .single-content .single-post-content .main-slider-box {
  width: min(80%, 800px);
  margin: 0 auto 10rem;
}
.single .page-content .single-content .single-post-content .main-slider-box .img,
.single-career .page-content .single-content .single-post-content .main-slider-box .img,
.single-part-time .page-content .single-content .single-post-content .main-slider-box .img {
  width: 100%;
}
.single .page-content .single-content .single-post-content .item-box,
.single-career .page-content .single-content .single-post-content .item-box,
.single-part-time .page-content .single-content .single-post-content .item-box {
  font-size: max(14px, 2rem);
  line-height: 2;
  letter-spacing: 0.05em;
  width: 100%;
}
.single .page-content .single-content .single-post-content .item-box h3,
.single-career .page-content .single-content .single-post-content .item-box h3,
.single-part-time .page-content .single-content .single-post-content .item-box h3 {
  font-size: max(20px, 3rem);
  line-height: 1.6666666667;
  color: #583c04;
  padding: 0.3333333333em 1em;
  border: 1px solid #583c04;
}
.single .page-content .single-content .single-post-content .item-box .inbox,
.single-career .page-content .single-content .single-post-content .item-box .inbox,
.single-part-time .page-content .single-content .single-post-content .item-box .inbox {
  width: 100%;
  padding: 3rem;
  margin-bottom: 3rem;
}
.single .page-content .single-content .single-post-content .item-box ul.item-list,
.single-career .page-content .single-content .single-post-content .item-box ul.item-list,
.single-part-time .page-content .single-content .single-post-content .item-box ul.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.single .page-content .single-content .single-post-content .item-box ul.item-list li,
.single-career .page-content .single-content .single-post-content .item-box ul.item-list li,
.single-part-time .page-content .single-content .single-post-content .item-box ul.item-list li {
  list-style: none;
  display: inline-block;
  padding: 0 0.5em;
  background: #e9e7e3;
}
.single .page-content .single-content .single-post-content .item-box .table-list,
.single-career .page-content .single-content .single-post-content .item-box .table-list,
.single-part-time .page-content .single-content .single-post-content .item-box .table-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.single .page-content .single-content .single-post-content .item-box .table-list .table-list-item,
.single-career .page-content .single-content .single-post-content .item-box .table-list .table-list-item,
.single-part-time .page-content .single-content .single-post-content .item-box .table-list .table-list-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.single .page-content .single-content .single-post-content .item-box .table-list .table-list-item .item-ttl,
.single-career .page-content .single-content .single-post-content .item-box .table-list .table-list-item .item-ttl,
.single-part-time .page-content .single-content .single-post-content .item-box .table-list .table-list-item .item-ttl {
  width: 10em;
  padding: 0.25em;
  background: #f4f3f1;
  text-align: center;
  flex-shrink: 0;
}
.single .page-content .single-content .single-post-content .item-box .table-list .table-list-item .item-txt,
.single-career .page-content .single-content .single-post-content .item-box .table-list .table-list-item .item-txt,
.single-part-time .page-content .single-content .single-post-content .item-box .table-list .table-list-item .item-txt {
  padding: 0.25em;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .single .page-content .single-content .single-post-content,
  .single-career .page-content .single-content .single-post-content,
  .single-part-time .page-content .single-content .single-post-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .single .page-content .single-content .single-post-content .main-slider-box,
  .single-career .page-content .single-content .single-post-content .main-slider-box,
  .single-part-time .page-content .single-content .single-post-content .main-slider-box {
    width: min(100%, 650px);
    margin: 0 auto 10rem;
  }
  .single .page-content .single-content .single-post-content .main-slider-box .img,
  .single-career .page-content .single-content .single-post-content .main-slider-box .img,
  .single-part-time .page-content .single-content .single-post-content .main-slider-box .img {
    width: 100%;
  }
  .single .page-content .single-content .single-post-content .item-box,
  .single-career .page-content .single-content .single-post-content .item-box,
  .single-part-time .page-content .single-content .single-post-content .item-box {
    font-size: min(3rem, 18px);
    line-height: 2;
    letter-spacing: 0.05em;
    width: 100%;
  }
  .single .page-content .single-content .single-post-content .item-box h3,
  .single-career .page-content .single-content .single-post-content .item-box h3,
  .single-part-time .page-content .single-content .single-post-content .item-box h3 {
    font-size: min(4rem, 24px);
    line-height: 1.6666666667;
    color: #583c04;
    padding: 0.3333333333em 1em;
    border: 1px solid #583c04;
  }
  .single .page-content .single-content .single-post-content .item-box .inbox,
  .single-career .page-content .single-content .single-post-content .item-box .inbox,
  .single-part-time .page-content .single-content .single-post-content .item-box .inbox {
    width: 100%;
    padding: 3rem 2.5rem;
    margin-bottom: 3rem;
  }
  .single .page-content .single-content .single-post-content .item-box .table-list,
  .single-career .page-content .single-content .single-post-content .item-box .table-list,
  .single-part-time .page-content .single-content .single-post-content .item-box .table-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .single .page-content .single-content .single-post-content .item-box .table-list .table-list-item,
  .single-career .page-content .single-content .single-post-content .item-box .table-list .table-list-item,
  .single-part-time .page-content .single-content .single-post-content .item-box .table-list .table-list-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
  .single .page-content .single-content .single-post-content .item-box .table-list .table-list-item .item-ttl,
  .single-career .page-content .single-content .single-post-content .item-box .table-list .table-list-item .item-ttl,
  .single-part-time .page-content .single-content .single-post-content .item-box .table-list .table-list-item .item-ttl {
    width: 100%;
    padding: 0.25em 2em;
    background: #f4f3f1;
    text-align: center;
    flex-shrink: 0;
  }
  .single .page-content .single-content .single-post-content .item-box .table-list .table-list-item .item-txt,
  .single-career .page-content .single-content .single-post-content .item-box .table-list .table-list-item .item-txt,
  .single-part-time .page-content .single-content .single-post-content .item-box .table-list .table-list-item .item-txt {
    width: 100%;
    padding: 0.25em;
    flex-grow: 1unset;
  }
}
.single .page-content .btn-box,
.single-career .page-content .btn-box,
.single-part-time .page-content .btn-box {
  margin: 5rem auto 1.5rem;
  align-self: flex-end;
}
.single .page-content .btn-box .btn-entry,
.single-career .page-content .btn-box .btn-entry,
.single-part-time .page-content .btn-box .btn-entry {
  font-size: max(18px, 2.5rem);
  width: 32em;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #583c04;
  background: #583c04;
  transition: 0.3s all;
  margin: 0 auto;
}
.single .page-content .btn-box .btn-entry:hover,
.single-career .page-content .btn-box .btn-entry:hover,
.single-part-time .page-content .btn-box .btn-entry:hover {
  color: #583c04;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .single .page-content .btn-box .btn-entry,
  .single-career .page-content .btn-box .btn-entry,
  .single-part-time .page-content .btn-box .btn-entry {
    font-size: min(3.2rem, 22px);
    width: 17.1875em;
    height: 3.125em;
  }
}

/*-------------------------------------------/
   404 NOT FOUND
/-------------------------------------------*/
#error {
  padding-top: 10rem;
  padding-bottom: 10rem;
}/*# sourceMappingURL=page.css.map */