html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #101010;
  letter-spacing: 0.07rem;
  font-weight: 500;
}
@media print {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-width: 359px) {
  body {
    zoom: 0.8;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  display: block;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(-35px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(35px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(-35px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(35px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 0 2rem;
  height: 8rem;
  color: #fff;
  transition: 0.3s;
}
@media print {
  header {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 6.5rem;
  }
}
header .logo {
  width: 26rem;
}
header .logo .sc {
  display: none;
}
header nav {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}
@media screen and (max-width: 1400px) {
  header nav {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    gap: 0 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%) translateX(100%);
    flex-direction: column;
    background: #fff;
    color: #101010;
    width: 25rem;
    transition: 0.5s;
  }
  header nav.open {
    transform: translateY(100%);
  }
}
header nav > a {
  position: relative;
}
@media screen and (max-width: 1199px) {
  header nav > a {
    display: block;
    width: 100%;
    padding: 1.5rem;
  }
}
header nav > a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav > a::after {
    display: none;
  }
}
header nav > a.active::after {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  header nav > a.active {
    background: #101010;
    color: #fff;
  }
}
@media (min-width: 992px) {
  header nav > a:hover::after {
    width: 100%;
  }
}
header nav .nav_btn {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1199px) {
  header nav .nav_btn {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 1.5rem;
  }
}
header nav .nav_btn .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 5rem;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media (min-width: 992px) {
  header nav .nav_btn .mail:hover {
    background: #fff;
    color: #101010;
  }
}
@media screen and (max-width: 1199px) {
  header nav .nav_btn .mail {
    padding: 1rem;
    width: 100%;
    border-color: #101010;
  }
}
header nav .nav_btn .mail.active {
  background: #fff;
  color: #101010;
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  header .toggle {
    display: block;
  }
}
header.scroll {
  background: #fff;
  color: #101010;
}
header.scroll .logo .df {
  display: none;
}
header.scroll .logo .sc {
  display: block;
}
header.scroll nav > a {
  position: relative;
}
header.scroll nav > a::after {
  background: #101010;
}
header.scroll nav .nav_btn .mail {
  border: 1px solid #101010;
  color: #101010;
}
header.scroll nav .nav_btn .mail {
  transition: 0.3s;
}
@media (min-width: 992px) {
  header.scroll nav .nav_btn .mail:hover {
    background: #101010;
    color: #fff;
  }
}
header.scroll nav .nav_btn .mail.active {
  background: #101010;
  color: #fff;
}
header.scroll .toggle span {
  background: #101010;
}

main {
  overflow: hidden;
}

.title {
  display: flex;
  align-items: baseline;
  color: #fff;
  gap: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .title {
    gap: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .title {
    flex-direction: column;
  }
}
.title .en {
  font-size: 6.4rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .title .en {
    font-size: 4.5rem;
  }
}
.title h3 {
  font-size: 2rem;
  font-size: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .title h3 {
    font-size: 1.6rem;
  }
}
.title .bar {
  width: 0.2rem;
  height: 5rem;
  transform: rotate(27.052deg);
  background: #fff;
  display: block;
}
@media screen and (max-width: 1199px) {
  .title .bar {
    height: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .title .bar {
    display: none;
  }
}
.title div {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}
.title.black {
  color: #101010;
}
.title.black .bar {
  background: #101010;
}
.title_bottom h3 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .title_bottom h3 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 574px) {
  .title_bottom h3 {
    font-size: 2.6rem;
  }
}
.title_bottom h3 span {
  display: block;
  background: #fff;
  width: fit-content;
  color: #101010;
  padding: 1rem;
}

.recruit_title {
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 2.5rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 574px) {
  .recruit_title {
    font-size: 3rem;
  }
}
.recruit_title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 2px;
  background-color: #DECB7F;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23rem;
  height: 5rem;
  border-radius: 5rem;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}
.more::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .more:hover {
    background: #fff;
    color: #101010;
  }
  .more:hover::after {
    background: #101010;
  }
}
.more.black {
  border: 2px solid #101010;
  color: #101010;
}
.more.black::after {
  background: #101010;
}
@media (min-width: 992px) {
  .more.black:hover {
    background: #101010;
    color: #fff;
  }
  .more.black:hover::after {
    background: #fff;
  }
}

.footer_contact {
  display: flex;
}
@media screen and (max-width: 991px) {
  .footer_contact {
    flex-direction: column;
  }
}
.footer_contact > * {
  flex: 1;
  display: block;
}
@media screen and (max-width: 991px) {
  .footer_contact > * {
    flex: none;
    width: 100%;
  }
}
.footer_contact .tel, .footer_contact .mail {
  height: 15rem;
  color: #fff;
}
.footer_contact .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  background: #B29138;
}
.footer_contact .tel.fax {
  background: #A68A41;
}
.footer_contact .tel_num {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .footer_contact .tel_num {
    font-size: 3rem;
  }
}
.footer_contact .tel_num small {
  font-weight: bold;
  font-size: 3rem;
}
.footer_contact .mail {
  background: #8F7340;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: 4rem;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .footer_contact .mail {
    font-size: 3rem;
    gap: 1rem;
  }
}
.footer_contact .mail i {
  font-size: 3.5rem;
}
@media screen and (max-width: 1199px) {
  .footer_contact .mail i {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .footer_contact .mail:hover {
    background: #5b3c04;
  }
}
.footer_bottom {
  padding: 8rem 0;
  background: #101010;
  color: #fff;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 8rem;
  }
}
.footer_left .logo {
  width: 34.5rem;
}
@media screen and (max-width: 767px) {
  .footer_left .logo {
    margin: 0 auto;
  }
}
.footer_left .logo img {
  display: block;
}
.footer_left .add {
  margin-top: 3rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer_left .add {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer_left .add a:hover {
    color: #fff;
  }
}
.footer_left ul {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.footer_left ul li .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}
.footer_left ul li .text {
  margin-top: 1rem;
  font-size: 1.3rem;
}
.footer_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_nav {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer_nav ul li {
  font-weight: 700;
}
.footer .copy {
  text-align: right;
  font-size: 1.3rem;
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 4.5rem;
  z-index: 999;
}

#top .mv {
  position: relative;
  z-index: 0;
  background: #000;
}
@media screen and (max-width: 767px) {
  #top .mv {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv {
    padding-bottom: 12rem;
  }
}
#top .mv_image {
  height: 100vh;
}
@media screen and (max-width: 1199px) {
  #top .mv_image {
    height: 90rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_image {
    height: 70rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_image {
    height: 60rem;
  }
}
#top .mv_image img {
  height: 100%;
  object-fit: cover;
}
#top .mv_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35rem;
}
@media screen and (max-width: 1199px) {
  #top .mv_catch {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_catch {
    top: 40%;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_catch {
    width: 50%;
  }
}
@media screen and (max-height: 800px) {
  #top .mv_catch {
    width: 25rem;
  }
}
#top .mv_text {
  position: absolute;
  bottom: 8.6rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  padding: 0 2rem;
}
@media screen and (max-height: 830px) {
  #top .mv_text {
    bottom: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_text {
    font-size: 1.8rem;
    bottom: 5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    font-size: 3vw;
  }
}
#top .mv_text .large {
  display: block;
  font-size: 3.4rem;
  font-weight: bold;
  margin-top: 1.8rem;
}
@media screen and (max-width: 991px) {
  #top .mv_text .large {
    font-size: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text .large {
    font-size: 4.7vw;
  }
}
#top .instagram {
  background: linear-gradient(180deg, #000 0%, #101010 100%);
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  #top .instagram {
    padding-top: 3rem;
  }
}
#top .instagram_title {
  text-align: center;
  color: #fff;
}
#top .instagram_title .en {
  font-family: "Poppins", sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  #top .instagram_title .en {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .instagram_title .en {
    font-size: 4rem;
  }
}
#top .instagram_title h3 {
  margin-top: 0.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  #top .instagram_title h3 {
    font-size: 1.6rem;
  }
}
#top .bg_text {
  position: absolute;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #DECB7F;
  font-family: "Poppins", sans-serif;
  font-size: 13.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.81rem;
  opacity: 0.15;
  color: transparent;
}
@media screen and (max-width: 1400px) {
  #top .bg_text {
    font-size: 10rem;
  }
}
@media screen and (max-width: 574px) {
  #top .bg_text {
    font-size: 7rem;
  }
}
@media screen and (max-width: 450px) {
  #top .bg_text {
    font-size: 6rem;
  }
}
#top .recruit {
  padding: 18rem 0;
  position: relative;
  background: #171717;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #top .recruit {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .recruit {
    padding: 8rem 0;
  }
}
#top .recruit_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 48vw;
  z-index: -1;
}
#top .recruit_bg img {
  height: 100%;
  object-fit: cover;
}
#top .recruit .row {
  gap: 5rem 0;
  align-items: center;
}
#top .recruit_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-right: 10rem;
  padding-left: 8rem;
}
@media screen and (max-width: 1199px) {
  #top .recruit_image {
    padding-left: 3rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #top .recruit_image {
    width: 100%;
    margin: 0;
    padding: 0 1.2rem;
  }
}
#top .recruit_image01 {
  width: 32vw;
  box-shadow: 4px 4px 10px 0 rgba(92, 74, 35, 0.85);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  #top .recruit_image01 {
    height: 40rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  #top .recruit_image01 {
    height: auto;
    width: 55vw;
  }
}
#top .recruit_image02 {
  width: 25.5vw;
  box-shadow: 4px 4px 10px 0 rgba(92, 74, 35, 0.85);
  display: block;
  margin-left: auto;
  margin-top: -9rem;
}
@media screen and (max-width: 1199px) {
  #top .recruit_image02 {
    height: 45rem;
    object-fit: cover;
    width: 30vw;
  }
}
@media screen and (max-width: 767px) {
  #top .recruit_image02 {
    height: auto;
    width: 43vw;
    margin-top: -18rem;
  }
}
@media screen and (max-width: 574px) {
  #top .recruit_image02 {
    margin-top: -10rem;
  }
}
#top .recruit .bg_text {
  top: -9.5rem;
  left: 0;
}
@media screen and (max-width: 574px) {
  #top .recruit .bg_text {
    top: -5rem;
  }
}
#top .recruit_text {
  position: relative;
  color: #fff;
}
#top .recruit_text h4 {
  margin: 3rem 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #top .recruit_text h4 {
    font-size: 2rem;
  }
}
#top .recruit_text ul {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#top .recruit_lead {
  line-height: 2;
}
#top .recruit_bnr {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  height: 15rem;
  z-index: 0;
}
#top .recruit_bnr::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #927940 0%, #B7A764 37.02%, #7A6236 68.75%, #BDAA66 100%);
  mix-blend-mode: multiply;
  z-index: 1;
  transition: 0.5s;
}
#top .recruit_bnr img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
@media (min-width: 992px) {
  #top .recruit_bnr:hover::before {
    opacity: 0.3;
  }
  #top .recruit_bnr:hover img {
    transform: scale(1.1);
  }
  #top .recruit_bnr:hover .recruit_bnr_text .arrow {
    background: #fff;
    color: #DECB7F;
  }
}
#top .recruit_bnr_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5rem;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #top .recruit_bnr_text {
    padding: 0 3rem;
  }
}
#top .recruit_bnr_text p {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
#top .recruit_bnr_text .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s;
}
#top .recruit_bnr_text .arrow i {
  font-size: 1.8rem;
}
#top .business {
  padding: 12rem 0;
  background: url(../../images/top/business_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#top .business .title {
  position: relative;
}
#top .business .title .bg_text {
  right: 0;
  bottom: 0;
}
#top .business .row {
  margin-top: 3.5rem;
  gap: 2.4rem 0;
}
#top .business_item {
  padding: 3rem 1rem;
  border-radius: 0.5rem;
  border: 2px solid #DECB7F;
  background: rgba(255, 244, 200, 0.1);
  display: flex;
  align-items: center;
  gap: 2rem;
}
#top .business_item .num_box {
  padding-right: 2rem;
  border-right: 1px solid #DECB7F;
  text-align: center;
  color: #E6C644;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1;
}
#top .business_item .num_box .en {
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 574px) {
  #top .business_item .num_box .en {
    font-size: 1.2rem;
  }
}
#top .business_item .num_box .num {
  margin-top: 0.5rem;
  font-size: 6rem;
}
@media screen and (max-width: 1199px) {
  #top .business_item .num_box .num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .business_item .num_box .num {
    font-size: 4rem;
  }
}
#top .business_item h4 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1199px) {
  #top .business_item h4 {
    font-size: 1.8rem;
  }
}
#top .business .more {
  margin-top: 3.5rem;
  margin-left: auto;
}
#top .safety {
  padding: 8rem 0;
  background: #171717;
}
#top .safety .row {
  align-items: center;
  gap: 5rem 0;
}
@media screen and (max-width: 767px) {
  #top .safety .row {
    flex-direction: column-reverse;
  }
}
#top .safety_image {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #top .safety_image {
    margin: 0;
    width: 100%;
    padding: 0 1.2rem;
  }
}
#top .safety_text {
  position: relative;
  color: #fff;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  #top .safety_text {
    padding-right: 0;
  }
}
#top .safety_text .bg_text {
  left: -1.7rem;
  top: 3rem;
  transform: translateY(-100%);
  line-height: 1;
}
#top .safety_text ul {
  margin-top: 4rem;
}
#top .safety_text ul li {
  padding: 2rem 0;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
}
#top .safety_text ul li:first-of-type {
  border-top: 1px solid #fff;
}
#top .safety_text ul li .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 50%;
  color: #101010;
  font-family: "Poppins", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
}
#top .safety_text ul li p {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  #top .safety_text ul li p {
    font-size: 1.6rem;
  }
}
#top .safety_catch {
  padding: 1rem;
  border: 2px solid #DECB7F;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
#top .safety_catch p {
  color: #E6C644;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05rem;
  width: fit-content;
}
@media screen and (max-width: 1400px) {
  #top .safety_catch p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .safety_catch p {
    font-feature-settings: "palt";
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .safety_catch p br {
    display: none;
  }
}
#top .news {
  padding: 8rem 0;
}
#top .news_title .en {
  font-size: 6.4rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top .news_title .en {
    font-size: 4.5rem;
  }
}
#top .news_title h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #top .news_title h3 {
    font-size: 1.8rem;
  }
}
#top .news .row {
  gap: 3rem 0;
}
#top .news_list li a {
  display: flex;
  align-items: center;
  gap: 4.5rem;
  padding: 2rem 1rem;
  border-top: 1px solid #DCDCDC;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #top .news_list li a {
    flex-wrap: wrap;
    gap: 1.5rem;
    position: relative;
  }
}
#top .news_list li a .date {
  width: 16rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #top .news_list li a .date {
    width: calc(100% - 5rem);
  }
}
#top .news_list li a .date .new {
  color: #AC1F1F;
}
#top .news_list li a h4 {
  width: calc(100% - 27.5rem);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #top .news_list li a h4 {
    width: calc(100% - 5rem);
  }
}
#top .news_list li a .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #101010;
  border-radius: 50%;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #top .news_list li a .arrow {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 3.5rem;
    height: 3.5rem;
    padding-top: 2px;
  }
}
#top .news_list li a .arrow i {
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top .news_list li a .arrow i {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  #top .news_list li a:hover {
    background: #f6f6f6;
  }
  #top .news_list li a:hover .arrow {
    background: #101010;
    color: #fff;
    transform: translateX(5px);
  }
}
#top .news_list li:last-of-type a {
  border-bottom: 1px solid #DCDCDC;
}
#top .links {
  display: flex;
  gap: 1rem;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  #top .links {
    flex-direction: column;
  }
}
#top .links_item {
  flex: 1;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
#top .links_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(0deg, rgba(146, 121, 64, 0.85) 0%, rgba(183, 167, 100, 0.85) 23.56%, rgba(170, 136, 72, 0.85) 65.38%, rgba(189, 170, 102, 0.85) 100%);
  z-index: 1;
  transition: 0.5s;
}
@media (min-width: 992px) {
  #top .links_item:hover::after {
    opacity: 0.3;
  }
  #top .links_item:hover .links_image img {
    transform: scale(1.1);
  }
  #top .links_item:hover .links_text .more {
    background: #fff;
    color: #DECB7F;
  }
  #top .links_item:hover .links_text .more::after {
    background: #DECB7F;
  }
}
#top .links_image {
  overflow: hidden;
  height: 35rem;
}
@media screen and (max-width: 991px) {
  #top .links_image {
    height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  #top .links_image {
    height: 25rem;
  }
}
#top .links_image img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
#top .links_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: #fff;
}
#top .links_text .en {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
#top .links_text h3 {
  margin-top: 1.5rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
#top .links_text .more {
  margin-top: 3rem;
}
#top .partner {
  padding: 10rem 0 20rem;
  background: #171717;
  margin-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  #top .partner {
    padding: 10rem 0;
  }
}
#top .partner .row {
  align-items: flex-end;
}
#top .partner_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-right: 15px;
  z-index: 1;
  min-height: 58rem;
}
@media screen and (max-width: 991px) {
  #top .partner_image {
    min-height: 0;
    margin: 0;
    padding: 0 1.2rem;
    width: 100%;
  }
}
#top .partner_image img {
  min-height: 58rem;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  #top .partner_image img {
    min-height: 0;
  }
}
#top .partner_text {
  background: #fff;
  position: relative;
  padding: 11rem 8rem 11rem 4rem;
  z-index: 0;
  margin-bottom: -7.2rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 991px) {
  #top .partner_text {
    z-index: 1;
    padding: 6rem 3rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 574px) {
  #top .partner_text {
    padding: 4rem 1.5rem;
    gap: 2rem;
    text-align: justify;
  }
}
#top .partner_text::after {
  content: "";
  width: 65%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-99%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #top .partner_text::after {
    display: none;
  }
}
#top .partner_lead {
  line-height: 2;
}
@media screen and (max-width: 991px) {
  #top .partner_lead .sp_none {
    display: none;
  }
}
#top .partner_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 13.5rem;
  transform: translate(40%, -40%);
}
@media screen and (max-width: 574px) {
  #top .partner_bg {
    width: 8rem;
  }
}

.subhead {
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10rem 3rem 0;
  position: relative;
}
@media screen and (max-width: 574px) {
  .subhead {
    height: 25rem;
    padding: 3rem 2rem 0;
  }
}
.subhead_text {
  display: flex;
  align-items: baseline;
  color: #fff;
  gap: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .subhead_text {
    gap: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .subhead_text {
    flex-direction: column;
  }
}
.subhead_text .en {
  font-size: 7.4rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .subhead_text .en {
    font-size: 4.5rem;
  }
}
.subhead_text h2 {
  font-size: 2.5rem;
  font-size: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .subhead_text h2 {
    font-size: 1.6rem;
  }
}
.subhead_text .bar {
  width: 0.2rem;
  height: 5.2841rem;
  transform: rotate(27.052deg);
  background: #fff;
  display: block;
}
@media screen and (max-width: 1199px) {
  .subhead_text .bar {
    height: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .subhead_text .bar {
    display: none;
  }
}
.subhead_text div {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}
@media screen and (max-width: 574px) {
  .subhead_index {
    display: none;
  }
}
.subhead_index .index_ttl {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.subhead_index .index_ttl::before {
  content: "";
  width: 1.5rem;
  height: 0.5rem;
  background: #fff;
  display: block;
  border-radius: 3rem;
}
.subhead_index ul {
  margin-top: 0.5rem;
}
.subhead_index ul li a {
  display: block;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
  position: relative;
  transition: 0.5s;
  color: #fff;
  z-index: 0;
  font-weight: 700;
}
.subhead_index ul li a::after {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: -1;
}
@media (min-width: 992px) {
  .subhead_index ul li a:hover {
    color: #101010;
  }
  .subhead_index ul li a:hover::after {
    width: 100%;
  }
}

#news .subhead {
  background: url(../../images/news/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#news .news {
  padding: 10rem 0;
  background: #171717;
  color: #fff;
}
#news .news .date {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
}
#news .news .date .new {
  color: #AC1F1F;
  background: #fff;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
#news .news h3 {
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #news .news h3 {
    font-size: 2.4rem;
  }
}
#news .news_text {
  margin-top: 3rem;
}
#news .news .row {
  margin-top: 3rem;
  gap: 1.5rem 0;
}
#news .news_image {
  aspect-ratio: 3/2;
}
#news .news_image img {
  aspect-ratio: 3/2;
  object-fit: contain;
}
#news .news .back {
  margin-top: 4rem;
}
#news .news .back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 1rem 3rem;
  border-radius: 5rem;
  border: 2px solid #fff;
  gap: 1.5rem;
  font-weight: bold;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #news .news .back a:hover {
    background: #fff;
    color: #171717;
  }
}

#business .subhead {
  background: url(../../images/business/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#business section {
  padding: 8rem 0;
  background: #101010;
  color: #fff;
}
#business section:nth-of-type(even) {
  background: #171717;
}
@media screen and (max-width: 767px) {
  #business section {
    padding: 7rem 0;
  }
}
#business .business .row {
  margin-top: 3rem;
  gap: 2rem 0;
}
#business .business_item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  background: #fff;
  color: #101010;
  height: 100%;
  border-radius: 0.5rem;
}
#business .business_image img {
  border-radius: 0.5rem;
}
#business .business_text {
  line-height: 1.8;
  text-align: justify;
}
#business .electric {
  padding: 15rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #business .electric {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 574px) {
  #business .electric {
    padding: 7rem 0;
  }
}
#business .electric .row {
  align-items: flex-end;
  gap: 3rem 0;
}
#business .electric_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-right: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #business .electric_image {
    width: 100%;
  }
}
#business .electric_image img {
  box-shadow: 4px 4px 10px 0 rgba(92, 74, 35, 0.85);
}
#business .electric_image .image01 {
  display: block;
  max-width: 90%;
  margin-left: auto;
  min-height: 43rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #business .electric_image .image01 {
    margin: 0;
    min-height: 0;
  }
}
#business .electric_image .image02 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -5vw);
  width: 30vw;
  object-fit: cover;
  max-height: 38rem;
}
@media screen and (max-width: 767px) {
  #business .electric_image .image02 {
    right: 10rem;
    height: auto !important;
    width: 50%;
  }
}
#business .electric_box h4 {
  margin-top: 2rem;
  font-size: 2rem;
}
#business .electric_text {
  margin-top: 1.5rem;
  line-height: 1.8;
}
#business .feature .row {
  margin-top: 3.5rem;
  gap: 2.4rem 0;
}
#business .feature_item {
  padding: 3rem 2rem;
  border-radius: 0.5rem;
  border: 2px solid #DECB7F;
  background: rgba(255, 244, 200, 0.1);
  height: 100%;
}
#business .feature_item .item_flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#business .feature_item .num_box {
  padding-right: 2rem;
  border-right: 1px solid #DECB7F;
  text-align: center;
  color: #E6C644;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1;
}
#business .feature_item .num_box .en {
  letter-spacing: 0.075rem;
  font-size: 1.2rem;
}
#business .feature_item .num_box .num {
  margin-top: 0.5rem;
  font-size: 4rem;
}
#business .feature_item h4 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1199px) {
  #business .feature_item h4 {
    font-size: 1.8rem;
  }
}
#business .feature_item p {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}
#business section:nth-of-type(even).flow {
  background: url(../../images/business/flow_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#business section:nth-of-type(even).flow ul {
  margin-top: 4rem;
  padding-left: 5rem;
}
@media screen and (max-width: 574px) {
  #business section:nth-of-type(even).flow ul {
    padding-left: 2rem;
  }
}
#business section:nth-of-type(even).flow ul li {
  border-left: 1.5px solid #fff;
  position: relative;
  padding: 2rem 4rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 574px) {
  #business section:nth-of-type(even).flow ul li {
    padding-right: 0;
  }
}
#business section:nth-of-type(even).flow ul li::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
}
#business .bnr {
  padding: 7rem 0;
  background: #101010;
  color: #fff;
}
#business .bnr .recruit_bnr {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
#business .bnr .recruit_bnr::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #927940 0%, #B7A764 37.02%, #7A6236 68.75%, #BDAA66 100%);
  mix-blend-mode: multiply;
  z-index: 1;
  transition: 0.5s;
}
@media (min-width: 992px) {
  #business .bnr .recruit_bnr:hover::before {
    opacity: 0.3;
  }
  #business .bnr .recruit_bnr:hover img {
    transform: scale(1.1);
  }
  #business .bnr .recruit_bnr:hover .recruit_bnr_text .arrow {
    background: #fff;
    color: #DECB7F;
  }
}
#business .bnr .recruit_bnr img {
  height: 30rem;
  object-fit: cover;
  transition: 0.5s;
}
#business .bnr .recruit_bnr_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 574px) {
  #business .bnr .recruit_bnr_text {
    padding: 2rem 1.4rem;
  }
}
#business .bnr .recruit_bnr_text > div {
  width: calc(100% - 7rem);
}
#business .bnr .recruit_bnr_text > div .title {
  zoom: 0.85;
}
#business .bnr .recruit_bnr_text > div > p {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
#business .bnr .recruit_bnr_text .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s;
}
#business .bnr .recruit_bnr_text .arrow i {
  font-size: 1.8rem;
}

#work .subhead {
  background: url(../../images/work/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#work .work {
  padding: 10rem 0;
  background: #101010;
}
#work .work .category {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #fff;
}
#work .work .category li a {
  display: block;
  padding: 0.5rem 2.5rem;
  border-radius: 4rem;
  font-size: 1.8rem;
  border: 2px solid #fff;
  background: #101010;
  color: #fff;
  transition: 0.3s;
}
#work .work .category li a.active {
  background: #fff;
  color: #101010;
}
@media (min-width: 992px) {
  #work .work .category li a:hover {
    background: #fff;
    color: #101010;
  }
}
#work .work h3 {
  margin-top: 3rem;
}
#work .work .row {
  gap: 2.4rem 0;
  margin-top: 2rem;
}
#work .work_item {
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
#work .work_image {
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
}
#work .work_image img {
  aspect-ratio: 3/2;
  transition: 0.3s;
  object-fit: contain;
}
@media (min-width: 992px) {
  #work .work_image:hover img {
    transform: scale(1.1);
  }
}
#work .work_text h4 {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-bottom: 1rem;
}
#work .work .more {
  margin: 1.5rem auto 0;
}
#work .detail {
  padding: 10rem 0;
  background: #101010;
  color: #fff;
}
#work .detail .row {
  gap: 3rem 0;
}
#work .detail .slider_box .thumbnail-img {
  opacity: 0.7;
  aspect-ratio: 3/2;
}
@media (min-width: 575px) {
  #work .detail .slider_box .thumbnail-img {
    width: 20% !important;
  }
}
#work .detail .slider_box .thumbnail-img img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: contain;
}
#work .detail .slider_box .thumbnail.stop .slick-track {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 575px) {
  #work .detail .slider_box .thumbnail.stop .slick-track {
    transform: unset !important;
    width: 100% !important;
  }
}
#work .detail .slider_box .thumbnail.stop2 .slick-track {
  transform: unset !important;
}
#work .detail .slider_box .thumbnail-img.slick-current {
  opacity: 1;
}
#work .detail .slider_box .slick-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
}
#work .detail .slider_box .slick-img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}
#work .detail .slider_box .slick-prev, #work .detail .slider_box .slick-next {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 574px) {
  #work .detail .slider_box .slick-prev, #work .detail .slider_box .slick-next {
    width: 2rem;
    height: 2rem;
  }
}
#work .detail .slider_box .slick-prev::before, #work .detail .slider_box .slick-next::before {
  font-size: 3rem;
}
@media screen and (max-width: 574px) {
  #work .detail .slider_box .slick-prev::before, #work .detail .slider_box .slick-next::before {
    font-size: 2rem;
  }
}
#work .detail .slider_box .slick-next {
  right: 5px;
}
#work .detail .slider_box .slick-prev {
  left: 5px;
  z-index: 1;
}
#work .detail_text {
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  #work .detail_text {
    padding-left: 0;
  }
}
#work .detail_text .category {
  display: block;
  padding: 0.5rem 2.5rem;
  border-radius: 4rem;
  font-size: 1.8rem;
  border: 2px solid #fff;
  color: #fff;
  transition: 0.3s;
  background: #fff;
  color: #101010;
  width: fit-content;
}
#work .detail_text h3 {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #fff;
  margin-bottom: 2rem;
}
#work .detail_text .back {
  margin-top: 3rem;
}
#work .detail_text .back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 1rem 3rem;
  border-radius: 5rem;
  border: 2px solid #fff;
  gap: 1.5rem;
  font-weight: bold;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #work .detail_text .back a:hover {
    background: #fff;
    color: #171717;
  }
}

#recruit .subhead {
  background: url(../../images/recruit/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#recruit section {
  padding: 8rem 0;
  background: #101010;
  color: #fff;
}
#recruit section:nth-of-type(even) {
  background: #171717;
}
@media screen and (max-width: 767px) {
  #recruit section {
    padding: 7rem 0;
  }
}
#recruit .atmosphere .recruit_title {
  text-align: center;
}
#recruit .atmosphere_images {
  margin-top: 3rem;
  display: flex;
}
@media screen and (max-width: 450px) {
  #recruit .atmosphere_images {
    flex-direction: column;
  }
}
#recruit .atmosphere_images div {
  flex: 1;
}
#recruit .charm_box {
  margin-top: 8rem;
  display: flex;
  align-items: center;
}
#recruit .charm_box:first-of-type {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #recruit .charm_box {
    flex-direction: column;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit .charm_box.rev {
    flex-direction: column-reverse;
  }
}
#recruit .charm_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: 70vw;
  padding-right: 15px;
  padding-left: 8vw;
  height: 55rem;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #recruit .charm_image {
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0;
  }
}
#recruit .charm_image img {
  height: 100%;
  object-fit: cover;
}
#recruit .charm_image.rev {
  margin-left: 0;
  margin-right: calc(-1 * (100vw - 100%) / 2);
  padding-left: 0;
  padding-right: 8vw;
}
@media screen and (max-width: 767px) {
  #recruit .charm_image.rev {
    padding: 0;
    margin: 0;
  }
}
#recruit .charm_text {
  width: 48%;
  margin-left: -18%;
  background: #fff;
  color: #101010;
  padding: 5rem 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  #recruit .charm_text {
    padding: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  #recruit .charm_text {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit .charm_text {
    width: 100%;
    margin: 0;
  }
}
#recruit .charm_text.rev {
  margin-left: 0;
  margin-right: -18%;
}
@media screen and (max-width: 767px) {
  #recruit .charm_text.rev {
    margin: 0;
  }
}
#recruit .charm_text .num {
  position: absolute;
  right: 3rem;
  top: 3rem;
  font-size: 10rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #DECB7F;
  color: transparent;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  #recruit .charm_text .num {
    top: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  #recruit .charm_text .num {
    font-size: 7rem;
  }
}
#recruit .charm_text h4 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  #recruit .charm_text h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  #recruit .charm_text h4 {
    font-size: 2.2rem;
  }
}
#recruit .charm_text h5 {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
#recruit .charm_text p {
  margin-top: 1.5rem;
  line-height: 1.8;
  text-align: justify;
  font-size: 1.5rem;
}
#recruit .flow ul {
  width: fit-content;
  margin: 4rem auto 0;
}
#recruit .flow ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 450px) {
  #recruit .flow ul li {
    gap: 1rem;
  }
}
#recruit .flow ul li .time {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  width: 5.5rem;
}
#recruit .flow_box {
  padding: 2rem;
  border-left: 3px solid #DECB7F;
  width: calc(100% - 7.5rem);
  position: relative;
}
@media screen and (max-width: 450px) {
  #recruit .flow_box {
    width: calc(100% - 6.5rem);
  }
}
#recruit .flow_box::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #DECB7F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -1.5px;
  transform: translateY(-50%) translateX(-50%);
}
#recruit .flow_text {
  background: rgba(255, 244, 200, 0.3);
  padding: 2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 450px) {
  #recruit .flow_text {
    padding: 2rem 1rem;
  }
}
#recruit .flow_text h4 {
  font-weight: bold;
  font-size: 2.2rem;
}
@media screen and (max-width: 450px) {
  #recruit .flow_text h4 {
    font-size: 2rem;
  }
}
#recruit .flow_text p {
  margin-top: 1.5rem;
}
#recruit .voice .row {
  gap: 3rem 0;
  margin-top: 4rem;
}
#recruit .voice_item {
  background: #333333;
  padding: 3rem;
  border-radius: 0.5rem;
  height: 100%;
  position: relative;
}
#recruit .voice .num {
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 8rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #DECB7F;
  color: transparent;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  #recruit .voice .num {
    font-size: 6rem;
  }
}
#recruit .voice_image {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  max-width: 25rem;
  margin: 0 auto;
}
#recruit .voice_image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
#recruit .voice_text {
  margin-top: 2rem;
}
#recruit .voice_text .name {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  #recruit .voice_text .name {
    font-size: 2rem;
  }
}
#recruit .voice_text p {
  margin-top: 1rem;
  text-align: justify;
  line-height: 1.8;
}
#recruit .welfare_box {
  background: #fff;
  padding: 5rem;
  border-radius: 1rem;
}
#recruit .welfare_box .recruit_title {
  color: #101010;
}
@media screen and (max-width: 767px) {
  #recruit .welfare_box {
    padding: 3rem;
  }
}
#recruit .welfare_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem 0;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #recruit .welfare_flex {
    gap: 3rem 0;
    justify-content: space-between;
    gap: 2rem 0;
  }
}
#recruit .welfare_item {
  width: 25%;
  color: #101010;
  padding: 0 2.5rem;
  border-right: 2px solid #DECB7F;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #recruit .welfare_item {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 991px) {
  #recruit .welfare_item {
    width: 47%;
    border-right: 0;
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 2px solid #DECB7F;
  }
}
@media screen and (max-width: 574px) {
  #recruit .welfare_item {
    width: 100%;
  }
}
#recruit .welfare_item:last-of-type {
  border-right: 0;
}
#recruit .welfare_item:nth-of-type(4) {
  border-right: 0;
}
#recruit .welfare_item h4 {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  #recruit .welfare_item h4 {
    width: calc(100% - 7rem);
    text-align: left;
    padding-left: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  #recruit .welfare_item h4 {
    width: calc(100% - 5rem);
    font-size: 1.7rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 574px) {
  #recruit .welfare_item h4 {
    font-size: 2rem;
    width: calc(100% - 7rem);
    padding-left: 2rem;
  }
}
#recruit .welfare_image {
  width: 65%;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 991px) {
  #recruit .welfare_image {
    width: 7rem;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #recruit .welfare_image {
    width: 5rem;
  }
}
@media screen and (max-width: 574px) {
  #recruit .welfare_image {
    width: 7rem;
  }
}
#recruit .links ul {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 991px) {
  #recruit .links ul {
    flex-direction: column;
  }
}
#recruit .links ul li {
  flex: 1;
}
#recruit .links_bnr {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  height: 20rem;
  z-index: 0;
}
#recruit .links_bnr::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #927940 0%, #B7A764 37.02%, #7A6236 68.75%, #BDAA66 100%);
  mix-blend-mode: multiply;
  z-index: 1;
  transition: 0.5s;
}
#recruit .links_bnr img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
@media (min-width: 992px) {
  #recruit .links_bnr:hover::before {
    opacity: 0.3;
  }
  #recruit .links_bnr:hover img {
    transform: scale(1.1);
  }
  #recruit .links_bnr:hover .recruit_bnr_text .arrow {
    background: #fff;
    color: #DECB7F;
  }
}
#recruit .links_bnr_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5rem;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #recruit .links_bnr_text {
    padding: 0 3rem;
  }
}
#recruit .links_bnr_text p {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
#recruit .links_bnr_text .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s;
}
#recruit .links_bnr_text .arrow i {
  font-size: 1.8rem;
}

#req .subhead {
  background: url(../../images/req/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#req section {
  padding: 8rem 0;
  background: #101010;
  color: #fff;
}
#req section:nth-of-type(even) {
  background: #171717;
}
@media screen and (max-width: 767px) {
  #req section {
    padding: 7rem 0;
  }
}
#req .req table {
  width: 100%;
  margin-top: 3rem;
}
#req .req table th {
  border-bottom: #fff 1px solid;
  width: 20%;
  font-weight: 500;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 574px) {
  #req .req table th {
    background: #fff;
    color: #101010;
    font-weight: 600;
  }
}
#req .req table tr:last-of-type th {
  border-color: #fff;
}
#req .req table td {
  border-bottom: #fff 1px solid;
  width: 80%;
  line-height: 1.8;
}
#req .req table th, #req .req table td {
  padding: 2.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  #req .req table th, #req .req table td {
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 574px) {
  #req .req table th, #req .req table td {
    width: 100%;
    display: block;
    border: 0;
    padding: 1.8rem;
  }
}
#req .req .more {
  width: 30rem;
  height: 7rem;
  margin: 3rem auto;
}
#req .links ul {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 991px) {
  #req .links ul {
    flex-direction: column;
  }
}
#req .links ul li {
  flex: 1;
}
#req .links_bnr {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  height: 20rem;
  z-index: 0;
}
#req .links_bnr::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #927940 0%, #B7A764 37.02%, #7A6236 68.75%, #BDAA66 100%);
  mix-blend-mode: multiply;
  z-index: 1;
  transition: 0.5s;
}
#req .links_bnr img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
@media (min-width: 992px) {
  #req .links_bnr:hover::before {
    opacity: 0.3;
  }
  #req .links_bnr:hover img {
    transform: scale(1.1);
  }
  #req .links_bnr:hover .recruit_bnr_text .arrow {
    background: #fff;
    color: #DECB7F;
  }
}
#req .links_bnr_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5rem;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #req .links_bnr_text {
    padding: 0 3rem;
  }
}
#req .links_bnr_text p {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
#req .links_bnr_text .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s;
}
#req .links_bnr_text .arrow i {
  font-size: 1.8rem;
}

#company .subhead {
  background: url(../../images/company/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#company section {
  padding: 8rem 0;
  background: #101010;
  color: #fff;
}
#company section:nth-of-type(even) {
  background: #171717;
}
@media screen and (max-width: 767px) {
  #company section {
    padding: 7rem 0;
  }
}
@media screen and (min-width: 1400px) {
  #company section .container {
    max-width: 1140px;
  }
}
#company .message_text {
  margin-top: 3rem;
}
#company .message_text p {
  line-height: 2;
  font-size: 1.8rem;
}
#company .message .name {
  margin-top: 2rem;
  text-align: right;
  font-size: 1.8rem;
}
#company .outline table {
  width: 100%;
  margin-top: 3rem;
}
#company .outline table th {
  border-bottom: #fff 1px solid;
  width: 20%;
  font-weight: 500;
  font-size: 1.8rem;
  white-space: nowrap;
  vertical-align: text-top;
}
@media screen and (max-width: 574px) {
  #company .outline table th {
    background: #fff;
    color: #101010;
    font-weight: 600;
  }
}
#company .outline table tr:last-of-type th {
  border-color: #fff;
}
#company .outline table td {
  border-bottom: #fff 1px solid;
  width: 80%;
  line-height: 1.8;
}
#company .outline table td .ttl {
  font-weight: bold;
  font-size: 1.8rem;
}
#company .outline table td p {
  margin-top: 1rem;
}
#company .outline table th, #company .outline table td {
  padding: 2.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  #company .outline table th, #company .outline table td {
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 574px) {
  #company .outline table th, #company .outline table td {
    width: 100%;
    display: block;
    border: 0;
    padding: 1.8rem;
  }
}
#company .history ul {
  width: fit-content;
  margin: 4rem auto 0;
}
#company .history ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 574px) {
  #company .history ul li {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    border-left: 3px solid #DECB7F;
  }
}
#company .history ul li .time {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  width: 17rem;
}
@media screen and (max-width: 574px) {
  #company .history ul li .time {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 574px) {
  #company .history ul li .time::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: #DECB7F;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -2rem;
    transform: translateY(-50%) translateX(-50%);
  }
}
#company .history_box {
  padding: 2rem;
  border-left: 3px solid #DECB7F;
  width: calc(100% - 19rem);
  position: relative;
}
@media screen and (max-width: 574px) {
  #company .history_box {
    border-left: 0;
    width: 100%;
    padding: 0;
  }
}
#company .history_box::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #DECB7F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -1.5px;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 574px) {
  #company .history_box::before {
    display: none;
  }
}
#company .history_text {
  background: rgba(255, 244, 200, 0.3);
  padding: 2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 450px) {
  #company .history_text {
    padding: 2rem 1rem;
  }
}
#company .access iframe {
  margin-top: 4rem;
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 574px) {
  #company .access iframe {
    height: 40rem;
  }
}
#company .access .more {
  margin: 3rem auto 0;
}
#company .bnr {
  padding: 7rem 0;
  background: #101010;
  color: #fff;
}
#company .bnr .recruit_bnr {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
#company .bnr .recruit_bnr::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #927940 0%, #B7A764 37.02%, #7A6236 68.75%, #BDAA66 100%);
  mix-blend-mode: multiply;
  z-index: 1;
  transition: 0.5s;
}
@media (min-width: 992px) {
  #company .bnr .recruit_bnr:hover::before {
    opacity: 0.3;
  }
  #company .bnr .recruit_bnr:hover img {
    transform: scale(1.1);
  }
  #company .bnr .recruit_bnr:hover .recruit_bnr_text .arrow {
    background: #fff;
    color: #DECB7F;
  }
}
#company .bnr .recruit_bnr img {
  height: 30rem;
  object-fit: cover;
  transition: 0.5s;
}
#company .bnr .recruit_bnr_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  color: #fff;
}
#company .bnr .recruit_bnr_text > div .title {
  zoom: 0.85;
}
#company .bnr .recruit_bnr_text > div > p {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
#company .bnr .recruit_bnr_text .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s;
}
#company .bnr .recruit_bnr_text .arrow i {
  font-size: 1.8rem;
}

@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .subhead {
  background: url(../../images/contact/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#contact .subhead.entry {
  background: url(../../images/entry/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#contact h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 1rem;
  border-bottom: 2px solid #fff;
  line-height: 1.5;
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 10px;
  text-align: justify;
  margin-top: 3rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .greeting span {
  margin-right: 5px;
  vertical-align: middle;
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .tel {
  background: #171717;
}
#contact .tel .container {
  padding: 80px 12px;
}
@media screen and (max-width: 767px) {
  #contact .tel .container {
    padding: 60px 12px;
  }
}
#contact .tel .row {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #contact .tel .col-12 {
    margin-bottom: 20px;
  }
}
@media print {
  #contact .tel .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#contact .tel .tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem 1rem;
  background: #B29138;
  border-radius: 0.5rem;
}
#contact .tel .tel_wrap.fax {
  background: #A68A41;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
#contact .tel .tel_btn small {
  font-size: 20px;
  font-weight: 600;
}
#contact .tel .tel_btn i {
  margin-right: 15px;
}
#contact .tel .tel_btn .times {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-family: "Noto Sans JP", sans-serif;
}
#contact .tel .time {
  margin-top: 20px;
  text-align: center;
}
#contact .tel .time p {
  letter-spacing: 0.1em;
}
#contact .tel .time a {
  margin-top: 10px;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 450px) {
  #contact .tel .time a {
    font-size: 85%;
  }
}
#contact .tel .fax_order {
  margin-top: 20px;
}
#contact .tel .fax_order .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#contact .tel .fax_order p {
  text-align: center;
}
#contact .tel .fax_order p a {
  display: block;
  margin: 10px auto 0;
  padding: 10px 0;
}
#contact .contact {
  padding: 8rem 0;
  background: #101010;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 6rem 0;
  }
}
#contact .form_wrap {
  margin-top: 4rem;
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form {
  padding: 4rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form {
    padding: 3rem 1.5rem;
  }
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #ece8de 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th .requied {
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    padding-bottom: 0;
  }
}
#contact .form_wrap form table td {
  padding: 2rem 0.5rem 2rem 4rem;
  border-bottom: #ece8de 1px solid;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    padding: 1rem 0.5rem 2rem 0.5rem;
  }
}
#contact .form_wrap form table td input {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
#contact .form_wrap form table td input.w50 {
  width: 330px;
}
#contact .form_wrap form table td input.w30 {
  margin-left: 10px;
}
#contact .form_wrap form table td input[type=file] {
  border: none;
}
#contact .form_wrap form table td input[type=text] {
  width: 100%;
}
#contact .form_wrap form table td .red {
  font-size: 90%;
  color: #bb1515;
  font-weight: 400;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
#contact .form_wrap form table td .birthday {
  display: flex;
}
#contact .form_wrap form table td .birthday label {
  display: block;
  margin-right: 1rem;
}
#contact .form_wrap form table td .birthday label input {
  width: 5em;
  margin-right: 0.5rem;
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form table td .birthday label input {
    width: 3em;
  }
}
#contact .form_wrap form table td .birthday label:nth-of-type(1) input {
  width: 5em;
}
#contact .form_wrap form table td select {
  padding: 5px;
  width: 30%;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td select {
    width: auto;
  }
}
#contact .form_wrap form table td textarea {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    display: block;
    width: 100%;
  }
  #contact .form_wrap form table td input {
    width: 100%;
  }
  #contact .form_wrap form table td input.w50 {
    width: 100%;
  }
  #contact .form_wrap form table td input.w30 {
    max-width: 250px;
  }
  #contact .form_wrap form table td label input[type=radio] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #101010;
  margin-bottom: 20px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form h4 {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_ttl {
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #101010;
  background: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  font-weight: 400;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner {
  max-height: 340px;
  overflow-y: scroll;
  padding: 20px 30px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #242424;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul {
  padding-left: 0;
  list-style: none;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
  margin-bottom: 5px;
  display: flex;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul:last-of-type li {
  display: block;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner .name {
  text-align: right;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar {
  width: 10px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-thumb {
  background: #101010;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner a {
  color: #007bff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner {
    padding: 20px 10px;
  }
}
#contact .form_wrap form .check {
  margin-bottom: 30px;
}
#contact .form_wrap form .check input[type=checkbox] {
  margin-right: 10px;
  padding: 5px;
}
#contact .form_wrap form .submit {
  text-align: center;
}
#contact .form_wrap form .submit button {
  background: #101010;
  color: #fff;
  font-weight: 500;
  border: none;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  padding: 15px 40px;
  position: relative;
}
#contact .form_wrap form .submit button i {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
#contact .form_wrap form .confirm button {
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  width: 250px;
}
#contact .form_wrap form .confirm button[type=button] {
  background: #838383;
  color: #fff;
  margin-right: 30px;
  position: relative;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=button] i {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 10px;
  }
}
#contact .form_wrap form .confirm button[type=submit] {
  background: #101010;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=submit] i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm {
    flex-wrap: wrap;
  }
  #contact .form_wrap form .confirm button {
    width: 250px;
  }
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */