@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : subpage.css
Description : 下層ページ
===================================================================== */
@keyframes scrollAnime01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes loopAnime01-1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopAnime01-2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* ========================================================
    submv
======================================================== */
.submv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 47rem;
}
@media screen and (min-width: 768px) {
  .submv {
    height: 40rem;
  }
}
.submv:has(+ .construction)::before {
  background-image: url(../images/construction/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv:has(+ .construction)::before {
    background-image: url(../images/construction/submv_bg01_pc.jpg);
  }
}
.submv:has(+ .facility)::before {
  background-image: url(../images/facility/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv:has(+ .facility)::before {
    background-image: url(../images/facility/submv_bg01_pc.jpg);
  }
}
.submv:has(+ .property)::before {
  background-image: url(../images/property/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv:has(+ .property)::before {
    background-image: url(../images/property/submv_bg01_pc.jpg);
  }
}
.submv:has(+ .staff)::before {
  background-image: url(../images/staff/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv:has(+ .staff)::before {
    background-image: url(../images/staff/submv_bg01_pc.jpg);
  }
}
.submv:has(+ .company)::before {
  background-image: url(../images/company/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv:has(+ .company)::before {
    background-image: url(../images/company/submv_bg01_pc.jpg);
  }
}
.submv:has(+ .humanrights)::before {
  background-image: url(../images/human-rights/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv:has(+ .humanrights)::before {
    background-image: url(../images/human-rights/submv_bg01_pc.jpg);
  }
}
@media screen and (max-width: 767.98px) {
  .submv:has(+ .humanrights) .submv_ttl > em::before {
    right: 6.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .submv:has(+ .humanrights) .submv_ttl > span {
    margin-left: -1.2rem;
  }
}
.submv:has(+ .privacy)::before {
  background-image: url(../images/privacy/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv:has(+ .privacy)::before {
    background-image: url(../images/privacy/submv_bg01_pc.jpg);
  }
}
.submv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .submv::before {
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .submv::before {
    background-size: 100% auto;
  }
}
.submv_column {
  position: relative;
  width: 100%;
}
.submv_wrap {
  position: relative;
  width: 100%;
}
.submv_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.submv_ttl:has(> em > br.sp) {
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .submv_ttl:has(> em > br.sp) {
    align-items: center;
  }
}
.submv_ttl:has(> em > br.sp) > span {
  margin-left: 12.2rem;
}
.submv_ttl > em {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 5rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .submv_ttl > em {
    font-size: 4rem;
  }
}
.submv_ttl > em::before {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: 0.075em;
  display: block;
  width: 1px;
  height: 110%;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: center bottom;
}
.submv_ttl > em * {
  line-height: 1.3;
}
.submv_ttl > span {
  position: relative;
  display: block;
  margin-left: 7.2rem;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1.6;
  transform: translateY(0.1em);
}
@media screen and (min-width: 768px) {
  .submv_ttl > span {
    margin-left: 6.2rem !important;
    font-size: 1.8rem;
  }
}

/* ========================================================
    subcont
======================================================== */
.subcont_lead {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .subcont_lead {
    width: 83.3333333333%;
  }
}
.subcont_lead > p {
  width: 100%;
  margin-top: 1em;
}
.subcont_lead > p:first-child {
  margin-top: 0;
}
.subcont_loop {
  position: relative;
  width: 100vw;
  margin: 12rem 0 0 50%;
  padding-top: 32rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .subcont_loop {
    margin: 9rem 0 0 50%;
    padding-top: 21rem;
  }
}
.subcont_loop::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 20rem;
  background-color: #bfa26a;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .subcont_loop::before {
    height: 12rem;
  }
}
.subcont_loop_img {
  position: relative;
  width: 100%;
  height: 124.6rem;
}
@media screen and (min-width: 768px) {
  .subcont_loop_img {
    height: 92rem;
  }
}
.subcont_loop_img > figure {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  backface-visibility: hidden;
}
.subcont_loop_img > figure.forSP {
  display: flex;
}
@media screen and (min-width: 768px) {
  .subcont_loop_img > figure.forSP {
    display: none;
  }
}
.subcont_loop_img > figure.forPC {
  display: none;
}
@media screen and (min-width: 768px) {
  .subcont_loop_img > figure.forPC {
    display: flex;
  }
}
.subcont_loop_img > figure > img {
  flex-shrink: 0;
  display: inline-block;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateZ(0);
  will-change: transform;
}
.subcont_loop_img > figure > img:nth-child(1) {
  animation: loopAnime01-1 40s -20s linear infinite;
}
@media screen and (min-width: 768px) {
  .subcont_loop_img > figure > img:nth-child(1) {
    animation: loopAnime01-1 112s -56s linear infinite;
  }
}
.subcont_loop_img > figure > img:nth-child(2) {
  animation: loopAnime01-2 40s 0s linear infinite;
}
@media screen and (min-width: 768px) {
  .subcont_loop_img > figure > img:nth-child(2) {
    animation: loopAnime01-2 112s 0s linear infinite;
  }
}
.subcont_slide {
  position: relative;
  width: 100vw;
  margin: 12rem 0 0 50%;
  padding-top: 32rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .subcont_slide {
    margin: 9rem 0 0 50%;
    padding-top: 21rem;
  }
}
.subcont_slide::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 20rem;
  background-color: #bfa26a;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .subcont_slide::before {
    height: 12rem;
  }
}
.subcont_slide_list {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  opacity: 0;
}
.subcont_slide_list.slick-initialized.slick-slider {
  padding-bottom: 16.4rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .subcont_slide_list.slick-initialized.slick-slider {
    padding-bottom: 10.8rem;
  }
}
.subcont_slide_list.slick-initialized.slick-slider * {
  line-height: 1;
}
.subcont_slide_list.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
  cursor: grab;
  touch-action: pan-y;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.subcont_slide_list.slick-initialized.slick-slider .slick-list:active {
  cursor: grabbing;
}
.subcont_slide_list.slick-initialized.slick-slider .slick-slide {
  position: relative;
  margin: 0 2rem;
}
@media screen and (min-width: 768px) {
  .subcont_slide_list.slick-initialized.slick-slider .slick-slide {
    margin: 0;
  }
}
.subcont_slide_list.slick-initialized.slick-slider .slick-slide > div {
  width: 71rem;
}
@media screen and (min-width: 768px) {
  .subcont_slide_list.slick-initialized.slick-slider .slick-slide > div {
    width: 128rem;
  }
}
.subcont_slide_list.slick-initialized.slick-slider .slick-slide > div img {
  width: 100%;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
.subcont_slide_list.slick-initialized.slick-slider .prev {
  position: absolute;
  right: calc(50% + 0.5rem);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 32rem;
  aspect-ratio: 320/100;
  background: linear-gradient(90deg, #bfa26a 0%, #efe6d5 100%);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .subcont_slide_list.slick-initialized.slick-slider .prev {
    right: calc(50% + 1rem);
    justify-content: flex-start;
    width: 49rem;
    aspect-ratio: 490/60;
  }
}
@media screen and (min-width: 768px) {
  .subcont_slide_list.slick-initialized.slick-slider .prev:hover {
    background: linear-gradient(90deg, #a2803e 0%, #f8dba2 100%);
  }
}
.subcont_slide_list.slick-initialized.slick-slider .prev::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: 50%;
  display: block;
  width: auto;
  height: 0.8em;
  aspect-ratio: 22/32;
  -webkit-mask-image: url(../images/common/arrow_bg01.svg);
          mask-image: url(../images/common/arrow_bg01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #3c3a35;
  transform: translateY(-50%) scale(-1, 1);
}
.subcont_slide_list.slick-initialized.slick-slider .prev > span {
  display: block;
  padding: 0 7rem;
  color: #3c3a35;
  line-height: 1;
  transform: translateY(-0.08em);
}
.subcont_slide_list.slick-initialized.slick-slider .next {
  position: absolute;
  left: calc(50% + 0.5rem);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 32rem;
  aspect-ratio: 320/100;
  background: linear-gradient(-90deg, #bfa26a 0%, #efe6d5 100%);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .subcont_slide_list.slick-initialized.slick-slider .next {
    left: calc(50% + 1rem);
    justify-content: flex-end;
    width: 49rem;
    aspect-ratio: 490/60;
  }
}
@media screen and (min-width: 768px) {
  .subcont_slide_list.slick-initialized.slick-slider .next:hover {
    background: linear-gradient(-90deg, #a2803e 0%, #f8dba2 100%);
  }
}
.subcont_slide_list.slick-initialized.slick-slider .next::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  display: block;
  width: auto;
  height: 0.8em;
  aspect-ratio: 22/32;
  -webkit-mask-image: url(../images/common/arrow_bg01.svg);
          mask-image: url(../images/common/arrow_bg01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #3c3a35;
  transform: translateY(-50%) scale(1, 1);
}
.subcont_slide_list.slick-initialized.slick-slider .next > span {
  display: block;
  padding: 0 7rem;
  color: #3c3a35;
  line-height: 1;
  transform: translateY(-0.08em);
}

/* ========================================================
    construction
======================================================== */
.construction {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .construction {
    padding: 12rem 0;
  }
}
.construction_column {
  position: relative;
  width: 100%;
}
.construction_wrap {
  position: relative;
  width: 100%;
}
.construction .subcont_loop_img {
  height: 124.6rem;
}
@media screen and (min-width: 768px) {
  .construction .subcont_loop_img {
    height: 92rem;
  }
}

/* ========================================================
    facility
======================================================== */
.facility {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .facility {
    padding: 12rem 0;
  }
}
.facility_column {
  position: relative;
  width: 100%;
}
.facility_wrap {
  position: relative;
  width: 100%;
}
.facility_list {
  position: relative;
  width: 112.3076923077%;
  margin: 12rem 0 0 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .facility_list {
    width: 120%;
    max-width: calc(100vw - 10rem);
    margin: 9rem 0 0 50%;
  }
}
.facility_list > li {
  width: 100%;
  margin-top: 7.2rem;
  padding-top: 7.2rem;
  border-top: 1px solid #bfa26a;
}
@media screen and (min-width: 768px) {
  .facility_list > li {
    margin-top: 5.4rem;
    padding-top: 5.4rem;
  }
}
.facility_list > li:first-child {
  margin-top: 0;
}
.facility_list > li:nth-child(2n) .facility_item {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .facility_list > li:nth-child(2n) .facility_item_detail {
    margin: 0 auto 0 0;
    padding: 0 0 0 8rem;
  }
}
.facility_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.facility_item_detail {
  position: relative;
  width: 89.0410958904%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .facility_item_detail {
    width: 60rem;
    margin: 0 0 0 auto;
    padding: 0 8rem 0 0;
  }
}
.facility_item_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.facility_item_ttl::before {
  content: "";
  position: absolute;
  left: -7.8700576851rem;
  top: 0;
  display: block;
  width: 26.8700576851rem;
  height: 1px;
  background-color: #bfa26a;
  transform: rotate(-45deg);
  transform-origin: right top;
}
@media screen and (min-width: 768px) {
  .facility_item_ttl::before {
    left: -6.1303607231rem;
    width: 20.9303607231rem;
  }
}
.facility_item_ttl > span {
  display: block;
  padding: 0;
  color: #b08b42;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .facility_item_ttl > span {
    font-size: 1.6rem;
  }
}
.facility_item_ttl > em {
  display: block;
  padding: 10rem 0 0 15rem;
  color: #b08b42;
  font-size: 5.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .facility_item_ttl > em {
    padding: 8rem 0 0 8rem;
    font-size: 4.2rem;
  }
}
.facility_item_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding: 0 0 0 15rem;
}
@media screen and (min-width: 768px) {
  .facility_item_text {
    margin-top: 3rem;
    padding: 0 0 0 8rem;
  }
}
.facility_item_text > p {
  width: 100%;
  margin-top: 1em;
}
.facility_item_text > p:first-child {
  margin-top: 0;
}
.facility_item_text > ul {
  width: 100%;
  margin-top: 1em;
}
.facility_item_text > ul:first-child {
  margin-top: 0;
}
.facility_item_text > ul > li {
  position: relative;
  width: 100%;
  padding-left: 1.2em;
}
.facility_item_text > ul > li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #bfa26a;
}
.facility_item_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 5.2rem 0 0 0;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .facility_item_img {
    width: calc(100% - 60rem);
    max-width: 72rem;
    margin: 0;
    padding-bottom: 5rem;
  }
}
.facility_item_img > li {
  width: 49.3150684932%;
}
@media screen and (min-width: 768px) {
  .facility_item_img > li {
    width: 48.6111111111%;
  }
}
.facility_item_img > li:nth-child(1) {
  margin: 0;
}
.facility_item_img > li:nth-child(2) {
  margin: 0 0 0 1.3698630137%;
  transform: translateY(10rem);
}
@media screen and (min-width: 768px) {
  .facility_item_img > li:nth-child(2) {
    margin: 0 0 0 2.7777777778%;
    transform: translateY(5rem);
  }
}

/* ========================================================
    property
======================================================== */
.property {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .property {
    padding: 12rem 0;
  }
}
.property_column {
  position: relative;
  width: 100%;
}
.property_wrap {
  position: relative;
  width: 100%;
}
.property .subcont_loop_img {
  height: 139.8rem;
}
@media screen and (min-width: 768px) {
  .property .subcont_loop_img {
    height: 92rem;
  }
}

/* ========================================================
    staff
======================================================== */
.staff {
  position: relative;
  width: 100%;
}
.staff_column {
  position: relative;
  width: 100%;
}
.staff_wrap {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .staff_wrap {
    padding: 12rem 0;
  }
}
.staff_wrap:nth-child(2n)::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  z-index: -3;
}
.staff_client {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 112.3076923077%;
  margin: 12rem 0 0 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .staff_client {
    width: 100%;
    margin: 9rem 0 0 50%;
  }
}
.staff_client_detail {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .staff_client_detail {
    width: 30%;
  }
}
.staff_client_ttl {
  position: relative;
  width: 100%;
  padding: 0 4rem 1.2rem 4rem;
  border-bottom: 1px solid #bfa26a;
}
@media screen and (min-width: 768px) {
  .staff_client_ttl {
    padding: 0 0 0.9rem 0;
  }
}
.staff_client_ttl > em {
  display: block;
  color: #b08b42;
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .staff_client_ttl > em {
    font-size: 3.2rem;
  }
}
.staff_client_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  padding: 0 4rem;
}
@media screen and (min-width: 768px) {
  .staff_client_text {
    margin-top: 3rem;
    padding: 0;
  }
}
.staff_client_text > p {
  width: 100%;
  margin-top: 1em;
}
.staff_client_text > p:first-child {
  margin-top: 0;
}
.staff_client_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 5.2rem 0 -1rem 0;
}
@media screen and (min-width: 768px) {
  .staff_client_img {
    width: 60%;
    margin: 0 0 -2rem 0;
  }
}
.staff_client_img > li {
  width: 49.3150684932%;
  margin: 0 0 1rem 1.3698630137%;
}
@media screen and (min-width: 768px) {
  .staff_client_img > li {
    width: 48.6111111111%;
    margin: 0 0 2rem 2.7777777778%;
  }
}
.staff_client_img > li:nth-child(2n+1) {
  margin-left: 0;
}
.staff_job {
  position: relative;
  width: 112.3076923077%;
  margin: 0 0 0 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .staff_job {
    width: 100%;
  }
}
.staff_job_ttl {
  position: relative;
  width: 100%;
  padding: 0 4rem 1.2rem 4rem;
  text-align: left;
  border-bottom: 1px solid #bfa26a;
}
@media screen and (min-width: 768px) {
  .staff_job_ttl {
    padding: 0 0 0.9rem 0;
    text-align: center;
  }
}
.staff_job_ttl > em {
  display: block;
  color: #b08b42;
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .staff_job_ttl > em {
    font-size: 3.2rem;
  }
}
.staff_job_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 6rem 0 -4.8rem 0;
}
@media screen and (min-width: 768px) {
  .staff_job_list {
    margin: 4.5rem 0 -3.6rem 0;
  }
}
.staff_job_list > li {
  width: 94.5205479452%;
  margin: 0 0 4.8rem auto;
}
@media screen and (min-width: 768px) {
  .staff_job_list > li {
    width: 31.6666666667%;
    margin: 0 0 3.6rem 2.5% !important;
  }
}
@media screen and (min-width: 768px) {
  .staff_job_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.staff_job_subttl {
  position: relative;
  width: 100%;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #bfa26a;
}
@media screen and (min-width: 768px) {
  .staff_job_subttl {
    padding-bottom: 0.6rem;
  }
}
.staff_job_subttl > em {
  display: block;
  color: #b08b42;
  font-size: 3.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .staff_job_subttl > em {
    font-size: 2.4rem;
  }
}
.staff_job_sublist {
  position: relative;
  width: 100%;
}
.staff_job_sublist > li {
  position: relative;
  width: 100%;
  margin-top: 0.8rem;
  padding: 0 0 0.8rem 1.2em;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (min-width: 768px) {
  .staff_job_sublist > li {
    margin-top: 0.6rem;
    padding: 0 0 0.6rem 1.2em;
  }
}
.staff_job_sublist > li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #bfa26a;
}
.staff_btn {
  position: relative;
  width: 100%;
  height: 29rem;
  margin: 12rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .staff_btn {
    width: 83.3333333333%;
    height: 15rem;
    margin: 9rem auto 0 auto;
  }
}
.staff_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #d8c59f;
}
@media screen and (min-width: 768px) {
  .staff_btn > a:hover {
    background-color: #deb668;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .staff_btn > a:hover::before {
    width: 3.4rem;
  }
}
@media screen and (min-width: 768px) {
  .staff_btn > a:hover .staff_btn_item > span {
    transform: translateX(2rem);
  }
}
.staff_btn > a::before {
  content: "";
  position: absolute;
  right: 5rem;
  bottom: 5.2rem;
  display: block;
  width: 5.4rem;
  height: 1.9rem;
  background-image: url(../images/common/arrow_bg04.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  transform: none;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .staff_btn > a::before {
    right: 3rem;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.staff_btn_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 84.6153846154%;
}
@media screen and (min-width: 768px) {
  .staff_btn_item {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 90%;
  }
}
.staff_btn_item::before {
  content: "";
  position: absolute;
  left: 16.1299423149rem;
  top: 0;
  display: block;
  width: 26.8700576851rem;
  height: 1px;
  background-color: #000000;
  transform: rotate(-45deg);
  transform-origin: right top;
}
@media screen and (min-width: 768px) {
  .staff_btn_item::before {
    top: -2.2rem;
    left: 52.686291501rem;
    width: 11.313708499rem;
  }
}
.staff_btn_item > em {
  display: block;
  font-size: 3.2rem;
  line-height: 1.5;
  transform: translateY(-1rem);
}
@media screen and (min-width: 768px) {
  .staff_btn_item > em {
    font-size: 2.2rem;
    transform: none;
  }
}
.staff_btn_item > span {
  display: block;
  margin: 6.8rem 0 0 auto;
  padding: 0 7rem 0 0;
  font-size: 2.6rem;
  line-height: 1;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .staff_btn_item > span {
    margin: 0;
    padding: 0 5rem 0 0;
    font-size: 1.8rem;
  }
}

/* ========================================================
    company
======================================================== */
.company {
  position: relative;
  width: 100%;
}
.company_column {
  position: relative;
  width: 100%;
}
.company_wrap {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .company_wrap {
    padding: 12rem 0;
  }
}
.company_wrap:nth-child(2n)::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  z-index: -3;
}
.company_outline {
  position: relative;
  width: 112.3076923077%;
  margin: 0 0 0 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .company_outline {
    width: 83.3333333333%;
  }
}
.company_outline_tbl {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}
.company_outline_tbl tr:first-child th::before {
  border-top: 1px solid #bfa26a;
}
.company_outline_tbl tr:first-child td::before {
  border-top: 1px solid #d2d2d2;
}
.company_outline_tbl th {
  position: relative;
  width: 27.397260274%;
  padding: 2rem 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .company_outline_tbl th {
    width: 31%;
    padding: 1.5rem 0;
  }
}
.company_outline_tbl th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 95%;
  height: 100%;
  border-bottom: 1px solid #bfa26a;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .company_outline_tbl th::before {
    width: 96.7741935484%;
  }
}
.company_outline_tbl th > span {
  display: block;
  color: #b08b42;
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .company_outline_tbl th > span {
    font-size: 1.8rem;
  }
}
.company_outline_tbl td {
  position: relative;
  width: 72.602739726%;
  padding: 2rem 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .company_outline_tbl td {
    width: 69%;
    padding: 1.5rem 0;
  }
}
.company_outline_tbl td::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #d2d2d2;
  z-index: -1;
}
.company_outline_tbl td * {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .company_outline_tbl td * {
    font-size: 1.8rem;
  }
}
.company_outline_tbl td a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-weight: 700;
  text-decoration: underline;
}
.company_outline_tbl td a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  display: block;
  width: 0.6em;
  height: 0.8em;
  background-color: #000000;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.company_outline_tbl td > p {
  width: 100%;
}
.company_outline_tbl td > ul {
  width: 100%;
}
.company_outline_tbl td > ul > li {
  position: relative;
  width: 100%;
  padding-left: 1.2em;
}
.company_outline_tbl td > ul > li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #bfa26a;
}
.company_outline_tbl td > ul > li > ul {
  width: calc(100% + 1.2em);
  margin-left: -1.2em;
}
.company_outline_tbl td > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding-left: 1.2em;
}
.company_outline_tbl td > ul > li > ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.company_outline_btn {
  position: relative;
  width: 89.0410958904%;
  aspect-ratio: 650/120;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .company_outline_btn {
    width: 40%;
    margin: 6rem auto 0 auto;
  }
}
.company_outline_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: #d8c59f;
}
@media screen and (min-width: 768px) {
  .company_outline_btn > a:hover {
    background-color: #deb668;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .company_outline_btn > a:hover::after {
    transform: translateX(1rem) translateY(-50%);
  }
}
.company_outline_btn > a::after {
  content: "";
  position: absolute;
  right: 7.6923076923%;
  top: 50%;
  display: block;
  width: 3.3846153846%;
  aspect-ratio: 22/32;
  -webkit-mask-image: url(../images/common/arrow_bg01.svg);
          mask-image: url(../images/common/arrow_bg01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #000000;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.company_outline_btn > a > span {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .company_outline_btn > a > span {
    font-size: 2.2rem;
  }
}
.company_history {
  position: relative;
  width: 112.3076923077%;
  margin: 0 0 0 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .company_history {
    width: 83.3333333333%;
  }
}
.company_history_ttl {
  position: relative;
  width: 100%;
  padding: 0 4rem 1.2rem 4rem;
  text-align: center;
  border-bottom: 1px solid #bfa26a;
}
@media screen and (min-width: 768px) {
  .company_history_ttl {
    padding: 0 0 0.9rem 0;
  }
}
.company_history_ttl > em {
  display: block;
  color: #b08b42;
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .company_history_ttl > em {
    font-size: 3.2rem;
  }
}
.company_history_list {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .company_history_list {
    margin-top: 4.5rem;
  }
}
.company_history_list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: auto auto;
  z-index: -2;
}
.company_history_list > li {
  position: relative;
  width: 100%;
  margin-top: 2.4rem;
  padding: 0 4rem;
}
@media screen and (min-width: 768px) {
  .company_history_list > li {
    margin-top: 1.8rem;
    padding: 0 0 0 2.4rem;
  }
}
.company_history_list > li:first-child {
  margin-top: 0;
}
.company_history_list > li:first-child::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  display: block;
  width: 4px;
  height: 0.8em;
  background-color: #ffffff;
  z-index: -1;
}
.company_history_list > li:last-child::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  display: block;
  width: 4px;
  height: calc(100% - 0.8em - 2px);
  background-color: #ffffff;
  z-index: -1;
}
.company_history_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  display: block;
  width: 4rem;
  height: 2px;
  background-image: url(../images/common/common_bg03.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .company_history_list > li::before {
    width: 2.4rem;
  }
}
.company_history_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.company_history_item > dt {
  width: 24.6153846154%;
}
@media screen and (min-width: 768px) {
  .company_history_item > dt {
    width: 11.8852459016%;
  }
}
.company_history_item > dt > span {
  display: block;
  padding: 0.4rem 0;
  color: #b08b42;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  background-color: #f8f6f7;
  transform: translateY(0.32em);
}
@media screen and (min-width: 768px) {
  .company_history_item > dt > span {
    padding: 0.32rem 0;
    font-size: 1.6rem;
  }
}
.company_history_item > dd {
  width: 70.7692307692%;
}
@media screen and (min-width: 768px) {
  .company_history_item > dd {
    width: 85.0409836066%;
  }
}
.company_history_item > dd > span {
  display: block;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .company_history_item > dd > span {
    font-size: 1.8rem;
  }
}
.company_access {
  position: relative;
  width: 100%;
}
.company_access_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.company_access_ttl > em {
  display: block;
  color: #b08b42;
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .company_access_ttl > em {
    font-size: 3.2rem;
  }
}
.company_access_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company_access_text {
    margin-top: 4.5rem;
  }
}
.company_access_text > p {
  width: 100%;
  margin-top: 1em;
}
.company_access_text > p:first-child {
  margin-top: 0;
}
.company_access_map {
  position: relative;
  width: 100vw;
  height: 100rem;
  margin: 8rem 0 0 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .company_access_map {
    height: 50rem;
    margin: 6rem 0 0 50%;
  }
}
.company_access_map::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #968055;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}
.company_access_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

/* ========================================================
    humanrights
======================================================== */
.humanrights {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .humanrights {
    padding: 12rem 0;
  }
}
.humanrights_column {
  position: relative;
  width: 100%;
}
.humanrights_wrap {
  position: relative;
  width: 100%;
}
.humanrights_cont {
  position: relative;
  width: 100%;
  margin: 12rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .humanrights_cont {
    width: 83.3333333333%;
    margin: 9rem auto 0 auto;
  }
}
.humanrights_list {
  position: relative;
  width: 100%;
}
.humanrights_list > li {
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .humanrights_list > li {
    margin-top: 3.6rem;
  }
}
.humanrights_list > li:first-child {
  margin-top: 0;
}
.humanrights_item {
  position: relative;
  width: 100%;
}
.humanrights_item_ttl {
  position: relative;
  width: 100%;
}
.humanrights_item_ttl > em {
  display: block;
  color: #997631;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .humanrights_item_ttl > em {
    font-size: 1.8rem;
  }
}
.humanrights_item_text {
  position: relative;
  width: 100%;
  padding-left: 1em;
}
.humanrights_item_text > p {
  width: 100%;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .humanrights_item_text > p {
    font-size: 1.8rem;
  }
}
.humanrights_sign {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .humanrights_sign {
    margin-top: 4.5rem;
  }
}
.humanrights_sign > p {
  width: 100%;
  color: #997631;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .humanrights_sign > p {
    font-size: 1.4rem;
  }
}

/* ========================================================
    privacy
======================================================== */
.privacy {
  position: relative;
  width: 100%;
}
.privacy_column {
  position: relative;
  width: 100%;
}
.privacy_wrap {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .privacy_wrap {
    padding: 12rem 0;
  }
}
.privacy_wrap:has(.privacy_contact) {
  padding: 12rem 0;
}
@media screen and (min-width: 768px) {
  .privacy_wrap:has(.privacy_contact) {
    padding: 9rem 0;
  }
}
.privacy_wrap:has(.privacy_note) {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .privacy_wrap:has(.privacy_note) {
    padding-top: 6rem;
  }
}
.privacy_wrap:nth-child(2n)::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #e7dfcf;
  z-index: -3;
}
.privacy_cont {
  position: relative;
  width: 112.3076923077%;
  margin: 12rem 0 0 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .privacy_cont {
    width: 83.3333333333%;
    margin: 9rem 0 0 50%;
  }
}
.privacy_ttl {
  position: relative;
  width: 100%;
  padding: 0 4rem 1.2rem 4rem;
  text-align: center;
  border-bottom: 1px solid #bfa26a;
}
@media screen and (min-width: 768px) {
  .privacy_ttl {
    padding: 0 0 0.9rem 0;
  }
}
.privacy_ttl > em {
  display: block;
  color: #b08b42;
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .privacy_ttl > em {
    font-size: 3.2rem;
  }
}
.privacy_text {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 0 4rem;
}
@media screen and (min-width: 768px) {
  .privacy_text {
    margin-top: 4.5rem;
    padding: 0;
  }
}
.privacy_text > p {
  width: 100%;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .privacy_text > p {
    font-size: 1.8rem;
  }
}
.privacy_list {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 0 4rem;
}
@media screen and (min-width: 768px) {
  .privacy_list {
    margin-top: 4.5rem;
    padding: 0;
  }
}
.privacy_list > li {
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .privacy_list > li {
    margin-top: 3.6rem;
  }
}
.privacy_list > li:first-child {
  margin-top: 0;
}
.privacy_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.privacy_item > dt {
  position: relative;
  width: 7.6923076923%;
}
@media screen and (min-width: 768px) {
  .privacy_item > dt {
    width: 5%;
  }
}
.privacy_item > dt::before {
  content: "";
  position: absolute;
  left: -2.0710678119rem;
  top: 0;
  display: block;
  width: 7.0710678119rem;
  height: 1px;
  background-color: #bfa26a;
  transform: rotate(-45deg);
  transform-origin: right top;
}
.privacy_item > dt > span {
  display: block;
  padding: 0;
  color: #b08b42;
  font-size: 2rem;
  line-height: 1;
}
.privacy_item > dd {
  position: relative;
  width: 88.6153846154%;
  min-height: 5rem;
  margin-top: -0.4em;
}
@media screen and (min-width: 768px) {
  .privacy_item > dd {
    width: 92.6%;
  }
}
.privacy_item_ttl {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.privacy_item_ttl > em {
  display: block;
  color: #997631;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .privacy_item_ttl > em {
    font-size: 2.2rem;
  }
}
.privacy_item_ttl + .privacy_item_text {
  width: 112.8472222222%;
  margin-left: -12.8472222222%;
}
@media screen and (min-width: 768px) {
  .privacy_item_ttl + .privacy_item_text {
    width: 94.6004319654%;
    margin-left: auto;
  }
}
.privacy_item_text {
  position: relative;
  width: 100%;
  margin: 0;
}
.privacy_item_text * {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .privacy_item_text * {
    font-size: 1.8rem;
  }
}
.privacy_item_text > p {
  width: 100%;
  margin-top: 1em;
}
.privacy_item_text > p:first-child {
  margin-top: 0;
}
.privacy_item_text > ul {
  width: 100%;
  margin-top: 1em;
}
.privacy_item_text > ul:first-child {
  margin-top: 0;
}
.privacy_item_text > ul > li {
  width: 100%;
}
.privacy_item_text > ul > li > p {
  width: 100%;
}
.privacy_item_text > ul > li > ul {
  width: 100%;
}
.privacy_item_text > ul > li > ul.list01 > li {
  padding-left: 1em;
  text-indent: -1em;
}
.privacy_item_text > ul > li > ul > li {
  width: 100%;
}
.privacy_sign {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .privacy_sign {
    margin-top: 4.5rem;
  }
}
.privacy_sign > p {
  width: 100%;
  color: #997631;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .privacy_sign > p {
    font-size: 1.4rem;
  }
}
.privacy_contact {
  position: relative;
  width: 112.3076923077%;
  margin: 0 0 0 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .privacy_contact {
    width: 83.3333333333%;
  }
}
.privacy_contact .privacy_ttl > em {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .privacy_contact .privacy_ttl > em {
    font-size: 2.2rem;
  }
}
.privacy_contact_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .privacy_contact_text {
    margin-top: 3rem;
  }
}
.privacy_contact_text > p {
  width: 100%;
  margin-top: 1em;
}
.privacy_contact_text > p:first-child {
  margin-top: 0;
}
.privacy_note {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .privacy_note {
    width: 83.3333333333%;
  }
}
.privacy_note > li {
  width: 100%;
  padding-left: 1em;
  font-size: 2.6rem;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .privacy_note > li {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=subpage.css.map */