/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  color: #424242;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 180%;
  z-index: 1;
  position: relative;
}

.flex_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}
@media (max-width: 900px) {
  .flex_box {
    flex-direction: column;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: none;
  position: relative;
}

/*tab*/
.panel {
  display: none;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.tab.tab-active,
.tab:hover {
  transition: all 0.2s ease-out;
}

.panel.tab-show {
  display: block;
  opacity: 1;
}

.acd_area {
  position: relative;
}
.acd_area .acd_tit {
  position: relative;
}
.acd_area .acd_cont {
  display: none;
}

h3.tit_bg_sub {
  text-align: center;
  background: url(../images/tit_bg01.svg) no-repeat top center;
  background-size: 104px auto;
  min-height: 74px;
  color: #424242;
  padding: 30px 0 0;
  margin: 0 auto 50px;
}
@media (max-width: 900px) {
  h3.tit_bg_sub {
    background: url(../images/tit_bg01.svg) no-repeat top center;
    background-size: 62px auto;
    min-height: 62px;
    padding: 10px 0 0;
  }
}
h3.tit_bg_sub strong {
  font-weight: 600;
  font-size: 34px;
  display: block;
  letter-spacing: 0.15em;
  margin: 0 0 15px;
}
@media (max-width: 900px) {
  h3.tit_bg_sub strong {
    font-size: 21px;
    letter-spacing: 0.1em;
    margin: 0 0 5px;
  }
}
h3.tit_bg_sub span {
  display: block;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media (max-width: 900px) {
  h3.tit_bg_sub span {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
h3.tit_bg_sub.red {
  background: url(../images/sec03_faq_ttl_bg.svg) no-repeat top center;
  background-size: 104px auto;
}
@media (max-width: 900px) {
  h3.tit_bg_sub.red {
    background: url(../images/sec03_faq_ttl_bg.svg) no-repeat top center;
    background-size: 62px auto;
  }
}

.sp {
  display: none;
}

@media (max-width: 900px) {
  /*sp*/
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block;
  }
}
/*header*/
.rec_header .mv_area {
  background: url(../images/main_bg.jpg) no-repeat center top;
  background-size: cover;
  height: 840px;
  position: relative;
}
@media (max-width: 900px) {
  .rec_header .mv_area {
    padding: 60px 0 0;
    min-height: 600px;
    height: auto;
    background: url(../images/main_bg_sp.jpg) no-repeat center top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: center;
  }
}
.rec_header .mv_area .top_slide {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  width: 57.29%;
  max-width: 1100px;
  height: 700px;
}
@media (max-width: 900px) {
  .rec_header .mv_area .top_slide {
    position: relative;
    top: initial;
    transform: translate3d(0, 0, 0);
    width: 81.25%;
    max-width: 500px;
    height: 350px;
    border-radius: 20px 0 0 20px;
  }
}
@media (max-width: 450px) {
  .rec_header .mv_area .top_slide {
    max-width: 320px;
    height: 270px;
  }
}
.rec_header .mv_area .top_slide .slick-track {
  height: 100%;
}
.rec_header .mv_area .top_slide > div {
  width: 100%;
  height: 100%;
}
.rec_header .mv_area .top_slide > div img {
  height: 100%;
  width: auto;
}
.rec_header .mv_area .rec_title {
  width: 37.5%;
  max-width: 720px;
  position: absolute;
  left: 10.41%;
  top: 20.83%;
}
@media (max-width: 900px) {
  .rec_header .mv_area .rec_title {
    width: calc(100% - 30px);
    max-width: 580px;
    position: relative;
    left: initial;
    top: initial;
    margin: 0 auto;
  }
  .rec_header .mv_area .rec_title.sp {
    padding: 35px 15px 40px;
  }
}
.rec_header .mv_area .rec_title strong {
  width: 100%;
}
.rec_header .mv_area .rec_title strong img {
  width: 100%;
}
.rec_header .mv_area .rec_title .mv_entry_btn {
  padding: 70px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .rec_header .mv_area .rec_title .mv_entry_btn {
    padding: 40px 0 50px;
    margin: 0 auto;
  }
}

.pulse-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 167px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .pulse-btn {
    width: 120px;
    height: 120px;
    margin: 30px auto 0 auto;
  }
}
.pulse-btn > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 167px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #f3e9a1 40%, #d5c143 75%, #ad9e32 100%);
  box-shadow: 0 0 20px rgba(197, 184, 92, 0.6);
}
@media screen and (max-width: 900px) {
  .pulse-btn > div {
    width: 120px;
    height: 120px;
  }
}

.pulse-btn img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .pulse-btn img {
    width: 70%;
  }
}

.pulse-btn::before, .pulse-btn::after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(197, 184, 92, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 2s linear infinite;
}

.pulse-btn::after {
  animation-delay: 1s;
}

/*sp_fix_entry_btn*/
@media (max-width: 900px) {
  .sp_fix_entry_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }
  .sp_fix_entry_btn a {
    opacity: 0;
    display: block;
    transition: all ease 0.3s;
  }
  .sp_fix_entry_btn.active a {
    opacity: 1;
  }
  .sp_fix_entry_btn .pulse-btn {
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .sp_fix_entry_btn .pulse-btn > div {
    width: 80px;
    height: 80px;
  }
  .sp_fix_entry_btn .pulse-btn img {
    width: 80%;
  }
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.rec_navi_area {
  /*pc*/
  background: #471414;
  width: 93.75%;
  padding: 20px 3.125%;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1450px) {
  .rec_navi_area {
    padding: 15px 3.125%;
  }
}
@media screen and (max-width: 1200px) {
  .rec_navi_area {
    flex-direction: column;
  }
}
.rec_navi_area.fixed {
  left: 0;
  position: fixed;
  top: 0;
}
.rec_navi_area .logo_area {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  gap: 15px;
  width: 28.33%;
  max-width: 465px;
}
@media screen and (max-width: 1200px) {
  .rec_navi_area .logo_area {
    width: 40%;
    max-width: 360px;
  }
}
.rec_navi_area .logo_area .logo {
  width: 62.58%;
  max-width: 291px;
}
.rec_navi_area .logo_area .logo h1 {
  width: 100%;
}
.rec_navi_area .logo_area .logo h1 img {
  width: 100%;
}
.rec_navi_area .logo_area .year {
  width: 31.61%;
  max-width: 147px;
}
.rec_navi_area .logo_area .year h2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 0;
}
.rec_navi_area .logo_area .year h2 img {
  width: 100%;
}
.rec_navi_area nav {
  gap: 0 20px;
  align-items: center;
}
.rec_navi_area nav ul {
  gap: 0 20px;
}
.rec_navi_area nav ul li a {
  color: #FFF;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 1450px) {
  .rec_navi_area nav ul li a {
    font-size: 14px;
  }
}
.rec_navi_area nav ul li a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 9px;
  background: url(../images/nav_arrow_off.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0 0 5px;
}
.rec_navi_area nav ul li a:hover {
  color: #e2d78b;
}
.rec_navi_area nav ul li a:hover:after {
  background: url(../images/nav_arrow_on.svg) no-repeat center center;
  background-size: contain;
}
.rec_navi_area nav .entry_btn a {
  color: #342503;
  background-image: linear-gradient(to bottom, #f3e9a1 40%, #d5c143 75%, #ad9e32 100%);
  border-radius: 30px;
  border: 2px solid #a69832;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 1450px) {
  .rec_navi_area nav .entry_btn a {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .rec_navi_area nav .entry_btn a {
    padding: 5px 10px;
  }
}
.rec_navi_area nav .entry_btn a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 9px;
  background: url(../images/nav_arrow_entry.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0 0 5px;
}

/*sp*/
.rec_navi_area_sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .rec_navi_area_sp {
    display: block;
    background: #471414;
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: calc(100dvw - 30px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
}
.rec_navi_area_sp .logo_area {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  width: 100%;
}
.rec_navi_area_sp .logo_area .logo {
  width: 55%;
  max-width: 319px;
}
.rec_navi_area_sp .logo_area .logo h1 {
  width: 100%;
}
.rec_navi_area_sp .logo_area .logo h1 img {
  width: 100%;
}
.rec_navi_area_sp .logo_area .year {
  width: 39.31%;
  max-width: 228px;
}
.rec_navi_area_sp .logo_area .year h2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 0;
}
.rec_navi_area_sp .logo_area .year h2 img {
  width: 100%;
}

.rec_content {
  position: relative;
  overflow: hidden;
}

#about_us {
  position: relative;
  background: url(../images/bg-pattern-stripe.png);
  overflow: hidden;
}
#about_us .bg_area {
  position: relative;
  z-index: 1;
}
#about_us .bg_area .bg_txt {
  position: absolute;
  top: 65px;
  left: 60px;
  z-index: 0;
  height: auto;
  width: 6%;
}
@media screen and (max-width: 900px) {
  #about_us .bg_area .bg_txt {
    position: relative;
    top: initial;
    left: initial;
    border-bottom: 1px solid #beb698;
    padding: 50px 0 20px;
    width: 100%;
  }
}
#about_us .bg_area .bg_txt img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  #about_us .bg_area .bg_txt img {
    position: relative;
    top: initial;
    left: initial;
    width: 241px;
    height: auto;
  }
}
#about_us .bg_area .bg_txt:before {
  content: "";
  display: block;
  background: #beb698;
  width: 2px;
  height: 5000px;
  position: absolute;
  top: 940px;
  left: 50px;
  z-index: -1;
}
@media screen and (max-width: 1540px) {
  #about_us .bg_area .bg_txt:before {
    display: none;
  }
}
#about_us .about_cont01 {
  padding: 145px 0 60px;
}
@media screen and (max-width: 1100px) {
  #about_us .about_cont01 {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  #about_us .about_cont01 {
    padding: 40px 0 50px;
  }
}
#about_us .about_cont01 .txt_area {
  width: calc(100% - 730px);
  max-width: 600px;
  position: relative;
}
@media screen and (max-width: 1540px) {
  #about_us .about_cont01 .txt_area {
    padding: 0 0 0 110px;
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  #about_us .about_cont01 .txt_area {
    width: calc(100% - 200px);
    max-width: 700px;
    margin: 0 140px 60px 140px;
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  #about_us .about_cont01 .txt_area {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0;
  }
}
#about_us .about_cont01 .txt_area h3 {
  position: relative;
  margin: 0 0 60px;
}
@media screen and (max-width: 1100px) {
  #about_us .about_cont01 .txt_area h3 {
    max-width: 478px;
    margin: 0 auto 45px;
  }
}
#about_us .about_cont01 .txt_area h3 img {
  position: relative;
  left: -20px;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #about_us .about_cont01 .txt_area h3 img {
    left: 0;
  }
}
#about_us .about_cont01 .txt_area h3:after {
  content: "";
  display: block;
  width: 149px;
  height: 164px;
  background: url(../images/sec01_ab_ttl_bg.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  right: -50px;
  z-index: 0;
}
@media screen and (max-width: 1100px) {
  #about_us .about_cont01 .txt_area h3:after {
    width: 69px;
    height: 82.5px;
    bottom: -20px;
    right: 0px;
  }
}
#about_us .about_cont01 .txt_area p {
  text-shadow: 0 0 5px #F1EEE2, 0 0 5px #F1EEE2;
}
#about_us .about_cont01 .img_area {
  position: relative;
  right: -11.25%;
}
@media screen and (max-width: 1540px) {
  #about_us .about_cont01 .img_area {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  #about_us .about_cont01 .img_area {
    right: initial;
    background: url(../images/sec01_ab_ph_bg.svg) no-repeat center center;
    background-size: contain;
    padding: 20px 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 900px) {
  #about_us .about_cont01 .img_area {
    width: 70%;
  }
}
#about_us .about_cont01 .img_area:before {
  content: "";
  display: block;
  width: 736px;
  height: 621px;
  background: url(../images/sec01_ab_ph_bg.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: -110px;
}
@media screen and (max-width: 1100px) {
  #about_us .about_cont01 .img_area:before {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #about_us .about_cont01 .img_area .about_slide {
    width: 100%;
    margin: 0 auto;
  }
}
#about_us .about_cont01 .img_area .about_slide > div {
  width: 660px;
  height: 520px;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  #about_us .about_cont01 .img_area .about_slide > div {
    width: 100%;
    height: auto;
  }
}
#about_us .about_cont01 .img_area .about_slide > div img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1100px) {
  #about_us .about_cont01 .img_area .about_slide > div img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#about_us .about_cont02 .company_area {
  position: relative;
  background: #FFF;
  box-shadow: 0 0 5px #c9c2a6;
  padding: 50px 100px;
}
@media screen and (max-width: 900px) {
  #about_us .about_cont02 .company_area {
    padding: 30px 15px;
  }
}
#about_us .about_cont02 .company_area .icon01:before {
  content: "";
  width: 49px;
  height: 49px;
  background: url(../images/sec01_ab_kado_l.svg) no-repeat center center;
  position: absolute;
  top: -10px;
  left: -10px;
}
#about_us .about_cont02 .company_area .icon02:after {
  content: "";
  width: 49px;
  height: 49px;
  background: url(../images/sec01_ab_kado_r.svg) no-repeat center center;
  position: absolute;
  bottom: -10px;
  right: -10px;
}
#about_us .about_cont02 .company_area .tit_sub {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #564a18;
}
@media screen and (max-width: 900px) {
  #about_us .about_cont02 .company_area .tit_sub {
    font-size: 20px;
  }
}
#about_us .about_cont02 .company_area .tit_sub span {
  padding: 15px 0 0;
  font-weight: 400;
  font-size: 15px;
  display: block;
}
@media screen and (max-width: 900px) {
  #about_us .about_cont02 .company_area .tit_sub span {
    font-size: 13px;
  }
}
#about_us .about_cont02 .company_area dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #about_us .about_cont02 .company_area dl {
    flex-direction: column;
    width: calc(100% - 20px);
  }
}
#about_us .about_cont02 .company_area dl dt {
  width: calc(24.7% - 30px);
  max-width: 247px;
  border-bottom: 1px solid #dcd8c6;
  padding: 20px 10px 20px 20px;
}
#about_us .about_cont02 .company_area dl dt:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 900px) {
  #about_us .about_cont02 .company_area dl dt {
    width: 100%;
    max-width: 100%;
    padding: 5px 15px;
    background: #dcd8c6;
    border-bottom: 0;
  }
}
#about_us .about_cont02 .company_area dl dd {
  width: calc(75.3% - 30px);
  border-bottom: 1px solid #dcd8c6;
  padding: 20px 10px 20px 20px;
}
#about_us .about_cont02 .company_area dl dd:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 900px) {
  #about_us .about_cont02 .company_area dl dd {
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    border: none;
  }
}
#about_us .about_cont02 .company_area dl dd .company {
  font-weight: 700;
  position: relative;
  color: #7c7660;
}
#about_us .about_cont02 .company_area dl dd .company:before {
  content: "";
  width: 12px;
  height: 16px;
  display: inline-block;
  background: url(../images/sec01_ab_ico_bill.svg) no-repeat center center;
  background-size: contain;
  margin: 0 5px 0 0;
}
#about_us .about_cont02 .company_area dl dd .company_address {
  justify-content: flex-start;
  padding: 5px 0 0;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  #about_us .about_cont02 .company_area dl dd .company_address {
    gap: 5px;
  }
}
#about_us .about_cont02 .company_area dl dd .company_address strong {
  background: #7c7660;
  color: #FFF;
  padding: 3px 5px;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 7em;
}
@media screen and (max-width: 900px) {
  #about_us .about_cont02 .company_area dl dd .company_address strong {
    padding: 5px 5px;
    width: 100%;
  }
}
#about_us .work_info {
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  #about_us .work_info {
    gap: 20px;
    align-items: center;
  }
}
#about_us .work_info div {
  max-width: 380px;
  width: 31.66%;
}
@media screen and (max-width: 900px) {
  #about_us .work_info div {
    width: 100%;
  }
}
#about_us .work_info div img {
  width: 100%;
}
#about_us .work_plan {
  flex-wrap: wrap;
  margin: 60px 0 0;
}
@media (max-width: 900px) {
  #about_us .work_plan {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#about_us .work_plan > div {
  max-width: 540px;
  width: 45%;
  position: relative;
  margin: 0 0 60px;
}
@media (max-width: 900px) {
  #about_us .work_plan > div {
    width: 100%;
    margin: 0 0 40px;
  }
}
#about_us .work_plan > div .img_area {
  position: relative;
}
#about_us .work_plan > div .img_area > img {
  width: 100%;
}
#about_us .work_plan > div .img_area > div {
  max-width: 174px;
  width: 32.22%;
  position: absolute;
  top: -20px;
  left: -40px;
}
@media screen and (max-width: 900px) {
  #about_us .work_plan > div .img_area > div {
    top: -15px;
    left: 0;
  }
}
#about_us .work_plan > div .img_area > div img {
  width: 100%;
}
#about_us .work_plan > div p {
  padding: 15px 0 0;
  font-weight: 400;
}
#about_us #career {
  padding: 90px 0 0;
}
#about_us .career_vision_area {
  position: relative;
}
#about_us .career_vision_area:after {
  content: "";
  display: block;
  width: 100dvw;
  height: 330px;
  background: #601818;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 900px) {
  #about_us .career_vision_area:after {
    height: 230px;
  }
}
#about_us .career_vision_area .inner {
  z-index: 1;
}
#about_us .career_vision_area .vision_box {
  padding: 0 0 90px;
}
@media (max-width: 900px) {
  #about_us .career_vision_area .vision_box {
    padding: 0 0 45px;
  }
}
#about_us .career_vision_area .vision_box .vision_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 900px) {
  #about_us .career_vision_area .vision_box .vision_tit img {
    max-width: 195px;
  }
}
@media screen and (max-width: 900px) {
  #about_us .career_vision_area .slide-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 900px) {
  #about_us .career_vision_area .slide-arrow.prev-arrow {
    position: absolute;
    top: 45px;
    left: 30px;
    z-index: 100;
  }
}
@media screen and (max-width: 900px) {
  #about_us .career_vision_area .slide-arrow.next-arrow {
    position: absolute;
    top: 45px;
    right: 30px;
    z-index: 100;
  }
}
@media (max-width: 900px) {
  #about_us .career_vision_area .sp.slide_sec {
    display: block;
    position: relative;
    margin: 0 0 -10px;
    width: 100%;
    top: -10px;
  }
}
#about_us .career_vision_area .vision_list {
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 900px) {
  #about_us .career_vision_area .vision_list {
    align-items: center;
    display: block;
    width: 100%;
  }
}
#about_us .career_vision_area .vision_list > div {
  width: 28%;
  max-width: 336px;
  color: #FFF;
}
@media (max-width: 900px) {
  #about_us .career_vision_area .vision_list > div {
    width: 100%;
    max-width: initial;
  }
}
#about_us .career_vision_area .vision_list > div.arrow_sec {
  width: 4.41%;
  max-width: 53px;
  padding: 140px 0 0;
}
@media (max-width: 900px) {
  #about_us .career_vision_area .vision_list > div.arrow_sec {
    display: none;
  }
}
#about_us .career_vision_area .vision_list > div.arrow_sec img {
  width: 100%;
}
@media (max-width: 900px) {
  #about_us .career_vision_area .vision_list > div .img_area {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }
}
#about_us .career_vision_area .vision_list > div .img_area img {
  width: 100%;
  left: 0;
  transform: none;
}
@media (max-width: 900px) {
  #about_us .career_vision_area .vision_list > div .img_area img {
    width: 160px;
    height: 160px;
  }
}
#about_us .career_vision_area .vision_list > div .step_tit {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
#about_us .career_vision_area .vision_list > div .step_tit span {
  display: block;
  font-size: 16px;
}
#about_us .career_vision_area .vision_list > div p {
  padding: 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 900px) {
  #about_us .career_vision_area .vision_list > div p {
    width: calc(100% - 30px);
    max-width: 470px;
    margin: 0 auto;
    font-size: 14px;
    padding: 0 15px;
  }
}

#job_intro .our_works_bg {
  height: 330px;
  width: 100%;
  background: url(../images/sec02_main_bg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media (max-width: 900px) {
  #job_intro .our_works_bg {
    height: 205px;
    width: 100%;
    background: url(../images/sec02_main_bg_sp.jpg) no-repeat bottom right;
    background-size: cover;
  }
}
#job_intro .our_works_bg h3 {
  position: relative;
}
#job_intro .our_works_bg h3 > img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: auto;
  mix-blend-mode: color-burn;
}
@media (max-width: 900px) {
  #job_intro .our_works_bg h3 > img {
    width: 100%;
    max-width: 360px;
    left: 0;
  }
}
#job_intro .our_works_bg h3 span {
  display: block;
  position: relative;
  z-index: 1;
  padding: 40px 0 0;
}
@media (max-width: 900px) {
  #job_intro .our_works_bg h3 span {
    padding: 30px 0 0;
  }
}
#job_intro .our_works_bg h3 span img {
  width: 100%;
  max-width: 462px;
}
@media (max-width: 900px) {
  #job_intro .our_works_bg h3 span img {
    max-width: 245px;
  }
}
@media (max-width: 900px) {
  #job_intro .our_works_bg {
    width: 100%;
  }
}
#job_intro .intro_box {
  padding: 85px 0 100px;
}
@media screen and (max-width: 1100px) {
  #job_intro .intro_box .intro_cont01 {
    flex-direction: column;
  }
}
#job_intro .intro_box .img_area {
  position: relative;
  left: -11.25%;
  margin: 0 -11.25% 0 0;
}
@media screen and (max-width: 1100px) {
  #job_intro .intro_box .img_area {
    right: initial;
    background: url(../images/sec02_flt_ph_bg.svg) no-repeat center top;
    background-size: contain;
    padding: 20px 20px;
    margin: 0 auto;
    max-width: 450px;
    left: initial;
    width: 70%;
  }
}
#job_intro .intro_box .img_area:before {
  content: "";
  display: block;
  width: 736px;
  height: 621px;
  background: url(../images/sec02_flt_ph_bg.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: -110px;
}
@media screen and (max-width: 1100px) {
  #job_intro .intro_box .img_area:before {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #job_intro .intro_box .img_area.box02 {
    right: initial;
    background: url(../images/sec02_svc_ph_bg.svg) no-repeat center center;
    background-size: contain;
    padding: 20px 20px;
    margin: 0 auto;
    max-width: 400px;
    left: initial;
  }
}
#job_intro .intro_box .img_area.box02:before {
  background: url(../images/sec02_svc_ph_bg.svg) no-repeat center center;
}
@media screen and (max-width: 1100px) {
  #job_intro .intro_box .img_area.box02:before {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #job_intro .intro_box .img_area .intro_slide {
    width: 100%;
    margin: 0 auto;
  }
}
#job_intro .intro_box .img_area .intro_slide > div {
  width: 660px;
  height: 520px;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  #job_intro .intro_box .img_area .intro_slide > div {
    width: 100%;
    height: auto;
  }
}
#job_intro .intro_box .img_area .intro_slide > div img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1100px) {
  #job_intro .intro_box .img_area .intro_slide > div img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#job_intro .intro_box .txt_area {
  width: calc(100% - 660px);
  max-width: 660px;
  padding: 0 0 0 55px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #job_intro .intro_box .txt_area {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 1100px) {
  #job_intro .intro_box .txt_area {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box .txt_area {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 0 0;
  }
}
#job_intro .intro_box .txt_area h3 {
  position: relative;
  margin: 0 0 35px;
  padding: 0 0 20px;
  border-bottom: 1px solid #8e221e;
}
#job_intro .intro_box .txt_area h3.box02 {
  border-bottom: 1px solid #a38c25;
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box .txt_area h3 {
    text-align: center;
    padding: 0 0 10px;
    margin: 0 0 25px;
  }
}
#job_intro .intro_box .txt_area h3 img {
  width: 100%;
  max-width: 389px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  #job_intro .intro_box .txt_area h3 img {
    max-width: 300px;
  }
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box .txt_area h3 img {
    max-width: 250px;
  }
}
#job_intro .intro_box .txt_area h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box .txt_area h4 {
    text-align: center;
    font-size: 17px;
  }
}
#job_intro .intro_box .txt_area h4 strong {
  font-size: 28px;
  font-weight: 700;
  color: #9c2521;
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box .txt_area h4 strong {
    font-size: 20px;
  }
}
#job_intro .intro_box .txt_area h4.box02 strong {
  color: #a38c25;
}
#job_intro .intro_box .txt_area p {
  margin: 0 0 30px;
}
#job_intro .intro_box .txt_area .comment_area {
  width: 110.09%;
  max-width: 596px;
  position: relative;
  left: -9.16%;
}
@media screen and (max-width: 1100px) {
  #job_intro .intro_box .txt_area .comment_area {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box .txt_area .comment_area {
    max-width: 500px;
  }
}
#job_intro .intro_box .txt_area .comment_area img {
  width: 100%;
}
#job_intro .intro_box .schedule_area {
  margin: 66px 0 0;
}
#job_intro .intro_box .schedule_area h3 {
  color: #672323;
  margin: 0 0 20px;
}
#job_intro .intro_box .schedule_area h3.box02 {
  background: url(../images/sec02_svc_sche_bg.svg) no-repeat top center;
  background-size: 104px auto;
  color: #745809;
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box .schedule_area h3.box02 {
    background: url(../images/sec02_svc_sche_bg.svg) no-repeat top center;
    background-size: 62px auto;
  }
}
#job_intro .intro_box .schedule_area h3 strong {
  text-shadow: 0 0 1px #caafab;
}
#job_intro .intro_box .schedule_area .sc_txt01 {
  text-align: center;
  color: #672323;
  margin: 0 0 40px;
}
#job_intro .intro_box .schedule_area .sc_txt01.box02 {
  color: #745809;
}
#job_intro .intro_box .schedule_area .sc_area_pc .flex_box {
  gap: 30px;
}
#job_intro .intro_box .schedule_area .sc_area_pc .flex_box img {
  width: 50%;
  max-width: 570px;
}
#job_intro .intro_box {
  /*sp*/
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box .sc_tab_area {
    width: 100%;
    display: block;
  }
  #job_intro .intro_box .tab-group {
    justify-content: center;
    gap: 40px;
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  #job_intro .intro_box .tab-group {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box .tab-group li {
    max-width: 400px;
    width: calc(45% - 30px);
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-weight: 700;
    position: relative;
    color: #d0711d;
    border: 2px solid #d0711d;
    cursor: pointer;
  }
  #job_intro .intro_box .tab-group li:hover {
    opacity: 0.7;
  }
  #job_intro .intro_box .tab-group li.early_tab {
    color: #d0711d;
    border: 2px solid #d0711d;
  }
  #job_intro .intro_box .tab-group li.late_tab {
    color: #184693;
    border: 2px solid #184693;
  }
  #job_intro .intro_box .tab-group li.early_tab.tab-active {
    background: #d0711d;
    border: 2px solid #d0711d;
    color: #FFF;
  }
  #job_intro .intro_box .tab-group li.early_tab.tab-active:before {
    content: "";
    background: url(../images/sec02_svc_sche_early_tab.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 27px;
    height: 15px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate3d(-50%, 0, 0);
  }
  #job_intro .intro_box .tab-group li.late_tab.tab-active {
    background: #184693;
    border: 2px solid #184693;
    color: #FFF;
  }
  #job_intro .intro_box .tab-group li.late_tab.tab-active:before {
    content: "";
    background: url(../images/sec02_svc_sche_late_tab.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 27px;
    height: 15px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate3d(-50%, 0, 0);
  }
}
#job_intro .intro_box .sc_area {
  background: #FFF;
  padding: 30px 15px 20px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
#job_intro .intro_box .sc_area h4 {
  text-align: center;
}
#job_intro .intro_box .sc_area h4 img {
  max-width: 181px;
}
#job_intro .intro_box .sc_area > div dl dt {
  font-size: 14px;
  font-weight: 700;
  color: #c4660b;
}
#job_intro .intro_box .sc_area > div dl dt.b_line {
  border-bottom: 3px dotted #f5d4b2;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
#job_intro .intro_box .sc_area > div dl dd {
  font-size: 14px;
  border-bottom: 3px dotted #f5d4b2;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-weight: 400;
}
#job_intro .intro_box .sc_area > div dl dd ul {
  width: 100%;
}
#job_intro .intro_box .sc_area > div dl dd ul li {
  position: relative;
  padding: 0 0 0 18px;
}
#job_intro .intro_box .sc_area > div dl dd ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #ecd5c0;
  position: absolute;
  left: 0;
  top: 6px;
}
#job_intro .intro_box .sc_area.early {
  background: url(../images/sec02_sche_early_bg_sp.svg) no-repeat left top #FFF;
  background-size: 30%;
}
#job_intro .intro_box .sc_area.late {
  background: url(../images/sec02_sche_late_bg_sp.svg) no-repeat left top #FFF;
  background-size: 30%;
}
#job_intro .intro_box .sc_area.late > div dl dt {
  color: #10488a;
}
#job_intro .intro_box .sc_area.late > div dl dt.b_line {
  border-bottom: 3px dotted #f5d4b2;
}
#job_intro .intro_box .sc_area.late > div dl dd {
  border-bottom: 3px dotted #ccd4e1;
}
#job_intro .intro_box .sc_area.late > div dl dd ul li::before {
  background: #ccd4e1;
}
#job_intro .intro_box .btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box .btn_box {
    max-width: 90%;
    margin: 40px auto 0;
  }
}
#job_intro .intro_box .btn_box a {
  background-image: linear-gradient(to right, #660808, #750e0a);
  color: #FFF;
  position: relative;
  width: 100%;
  padding: 0 50px;
  max-width: 450px;
  height: 67px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box .btn_box a {
    font-size: 14px;
    margin: 40px auto 0;
  }
}
#job_intro .intro_box .btn_box a:before {
  content: "";
  display: block;
  width: 11.11%;
  max-width: 50px;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
#job_intro .intro_box .btn_box a:after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background: url(../images/btn_arrow_under.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
#job_intro .intro_box .btn_box.box2 a {
  background-image: linear-gradient(to right, #745709, #796509);
}
#job_intro .intro_box.box01 {
  background: url(../images/sec02_flt_bg.jpg) no-repeat center top #f8ebeb;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box.box01 {
    background: url(../images/sec02_flt_bg_sp.jpg) no-repeat center bottom #f8ebeb;
    background-size: cover;
  }
}
#job_intro .intro_box.box02 {
  background: url(../images/sec02_svc_bg.jpg) no-repeat center top #f2efdc;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  #job_intro .intro_box.box02 {
    background: url(../images/sec02_svc_bg_sp.jpg) no-repeat center bottom #f2efdc;
    background-size: cover;
  }
}

.flow_bg {
  padding: 60px 0 100px;
  background: url(../images/sec03_bg.jpg) no-repeat center top #f7eeee;
  background-size: 100%;
}
@media screen and (max-width: 900px) {
  .flow_bg {
    padding: 60px 0 100px;
    background: url(../images/sec03_bg_sp.jpg) no-repeat center top #f7eeee;
    background-size: contain;
  }
}

#flow .tit_bg_sub {
  color: #313131;
  margin: 0 0 20px;
  background: url(../images/sec03_faq_ttl_bg_2.svg) no-repeat top center;
  background-size: 104px auto;
}
@media (max-width: 900px) {
  #flow .tit_bg_sub {
    background: url(../images/sec03_faq_ttl_bg_2.svg) no-repeat top center;
    background-size: 62px auto;
  }
}
#flow .flow_txt01 {
  text-align: center;
  color: #424242;
  margin: 0 0 40px;
}
@media screen and (max-width: 900px) {
  #flow .flow_txt01 {
    text-align: left;
  }
}
#flow .flow_list {
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  #flow .flow_list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
#flow .flow_list > div {
  width: 23.33%;
  max-width: 280px;
}
@media screen and (max-width: 900px) {
  #flow .flow_list > div {
    width: 100%;
    max-width: 400px;
  }
}
#flow .flow_list > div .img_area img {
  width: 100%;
}
#flow .flow_list > div.arrow_sec {
  width: 1.66%;
  max-width: initial;
  padding: 85px 0 0;
}
@media (max-width: 900px) {
  #flow .flow_list > div.arrow_sec {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
#flow .flow_list > div.arrow_sec img {
  width: 100%;
  transform: rotate(-90deg);
}
@media (max-width: 900px) {
  #flow .flow_list > div.arrow_sec img {
    width: 42px;
    transform: rotate(0deg);
  }
}
#flow .flow_list > div h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #672323;
}
@media (max-width: 900px) {
  #flow .flow_list > div h4 {
    font-size: 20px;
  }
}
#flow .flow_list > div h4 span {
  display: block;
  font-size: 16px;
}
#flow .flow_list > div p {
  padding: 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 900px) {
  #flow .flow_list > div p {
    font-size: 14px;
  }
}

#faq {
  padding: 85px 0 0;
}
#faq .tit_bg_sub {
  color: #313131;
  margin: 0 0 20px;
  background: url(../images/sec03_faq_ttl_bg_2.svg) no-repeat top center;
  background-size: 104px auto;
}
@media (max-width: 900px) {
  #faq .tit_bg_sub {
    background: url(../images/sec03_faq_ttl_bg_2.svg) no-repeat top center;
    background-size: 62px auto;
  }
}
#faq .tit_bg_sub strong {
  text-shadow: 0 0 1px #caafab;
}
#faq .acd_area .acd_bg {
  background: #FFF;
  border-radius: 10px;
  margin: 15px 0 0;
}
#faq .acd_area .acd_tit {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  padding: 25px;
  transition: all ease 0.3s;
}
@media (max-width: 900px) {
  #faq .acd_area .acd_tit {
    padding: 15px;
  }
}
#faq .acd_area .acd_tit:hover {
  opacity: 0.6;
}
#faq .acd_area .acd_tit > div {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  position: relative;
}
#faq .acd_area .acd_tit > div:after {
  content: "";
  background: url(../images/sec03_faq_arrow_cl.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 18px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  transition: all ease 0.3s;
}
@media (max-width: 900px) {
  #faq .acd_area .acd_tit > div:after {
    right: 0;
  }
}
#faq .acd_area .acd_tit.acd_active > div:after {
  transform: translate3d(0, -50%, 0) rotate(180deg);
}
#faq .acd_area .acd_tit .que_ico {
  background: #672323;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  margin: 0 20px 0 0;
}
@media (max-width: 900px) {
  #faq .acd_area .acd_tit .que_ico {
    font-size: 16px;
  }
}
#faq .acd_area .acd_tit .que_txt {
  width: calc(100% - 50px);
}
@media (max-width: 900px) {
  #faq .acd_area .acd_tit .que_txt {
    font-size: 14px;
    padding: 0 15px 0 0;
  }
}
#faq .acd_area .acd_cont {
  padding: 0 25px 25px;
}
@media (max-width: 900px) {
  #faq .acd_area .acd_cont {
    padding: 0 15px 15px;
  }
}
#faq .acd_area .acd_cont .ans_tit {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  position: relative;
}
#faq .acd_area .acd_cont .ans_tit .ans_ico {
  line-height: 1;
  background: #ebe1e1;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #601818;
  font-weight: 500;
  margin: 0 20px 0 0;
}
@media (max-width: 900px) {
  #faq .acd_area .acd_cont .ans_tit .ans_ico {
    font-size: 16px;
  }
}
#faq .acd_area .acd_cont .ans_tit .ans_txt {
  width: calc(100% - 50px);
}
@media (max-width: 900px) {
  #faq .acd_area .acd_cont .ans_tit .ans_txt {
    font-size: 14px;
  }
}

#job_detail {
  position: relative;
  background: url(../images/bg-pattern-stripe.png);
  padding: 60px 0 100px;
}
#job_detail .job_tab_area .tab-group {
  justify-content: center;
  gap: 40px;
  padding: 0 0 40px;
}
@media (max-width: 900px) {
  #job_detail .job_tab_area .tab-group {
    flex-direction: row;
    gap: 20px;
  }
}
#job_detail .job_tab_area .tab-group li {
  width: 33.33%;
  max-width: 400px;
  padding: 25px 35px;
  border-radius: 50px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #712121;
  border: 2px solid #712121;
  cursor: pointer;
}
#job_detail .job_tab_area .tab-group li:hover {
  opacity: 0.7;
}
@media (max-width: 900px) {
  #job_detail .job_tab_area .tab-group li {
    width: calc(45% - 30px);
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
  }
}
#job_detail .job_tab_area .tab-group li.job01 {
  color: #712121;
  border: 2px solid #712121;
}
#job_detail .job_tab_area .tab-group li.job02 {
  color: #796409;
  border: 2px solid #796409;
}
#job_detail .job_tab_area .tab-group li.job01.tab-active {
  background: #712121;
  border: 2px solid #712121;
  color: #FFF;
}
#job_detail .job_tab_area .tab-group li.job01.tab-active:before {
  content: "";
  background: url(../images/sec04_job_tab_flt.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 27px;
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate3d(-50%, 0, 0);
}
#job_detail .job_tab_area .tab-group li.job02.tab-active {
  background: #796409;
  border: 2px solid #796409;
  color: #FFF;
}
#job_detail .job_tab_area .tab-group li.job02.tab-active:before {
  content: "";
  background: url(../images/sec04_job_tab_svc.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 27px;
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate3d(-50%, 0, 0);
}
#job_detail .job_tab_area .panel-group .panel {
  /*reset*/
  margin-bottom: 0;
  background-color: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #FFF;
  box-shadow: 0 0 3px #dcdcdc;
  padding: 50px 8.33%;
  border-radius: 10px;
}
@media (max-width: 900px) {
  #job_detail .job_tab_area .panel-group .panel {
    padding: 20px 15px;
  }
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl {
  flex-wrap: wrap;
  width: 100%;
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl dt {
  width: calc(21.7% - 40px);
  border-bottom: 2px solid #d4c3c3;
  padding: 25px 20px;
  font-size: 16px;
  color: #783b3b;
  font-weight: 700;
}
@media (max-width: 900px) {
  #job_detail .job_tab_area .panel-group .panel .panel_content dl dt {
    width: calc(100% - 30px);
    border-bottom: 0;
    padding: 5px 15px;
    font-size: 15px;
    background: #f4e7e7;
    font-weight: 500;
  }
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl dd {
  width: calc(77.3% - 40px);
  padding: 25px 20px;
  border-bottom: 2px solid #ededed;
  font-weight: 700;
}
@media (max-width: 900px) {
  #job_detail .job_tab_area .panel-group .panel .panel_content dl dd {
    width: calc(100% - 30px);
    border-bottom: 0;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 500;
  }
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl dd ul {
  width: 100%;
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl dd ul li {
  position: relative;
  padding: 0 0 0 18px;
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl dd ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #783b3b;
  position: absolute;
  left: 0;
  top: 6px;
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl dd ul.col02 li::before {
  background: #796409;
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl dd .num_01 {
  position: relative;
  padding: 0 3px 0 0;
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl dd .num_01:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/sec04_job_flt_ico01.svg) no-repeat center center;
  background-size: contain;
  vertical-align: text-bottom;
  padding: 0 5px 0 0;
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl dd .num_02 {
  position: relative;
  padding: 0 3px 0 0;
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl dd .num_02:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/sec04_job_flt_ico02.svg) no-repeat center center;
  background-size: contain;
  vertical-align: text-bottom;
  padding: 0 5px 0 0;
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl dd .num_03 {
  position: relative;
  padding: 0 3px 0 0;
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl dd .num_03:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/sec04_job_flt_ico03.svg) no-repeat center center;
  background-size: contain;
  vertical-align: text-bottom;
  padding: 0 5px 0 0;
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl.banquet_staff dt {
  border-bottom: 2px solid #b5ae8f;
  color: #796409;
}
@media (max-width: 900px) {
  #job_detail .job_tab_area .panel-group .panel .panel_content dl.banquet_staff dt {
    background: #f8f4e2;
    border-bottom: none;
  }
}
#job_detail .job_tab_area .panel-group .panel .panel_content dl.banquet_staff dd {
  border-bottom: 2px solid #f8f4e2;
}
@media (max-width: 900px) {
  #job_detail .job_tab_area .panel-group .panel .panel_content dl.banquet_staff dd {
    border-bottom: none;
  }
}

#entry {
  background: url(../images/sec05_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 85px 0 70px;
}
@media (max-width: 900px) {
  #entry {
    background: url(../images/sec05_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 42px 0 35px;
  }
}
#entry .inner {
  position: relative;
}
#entry .entry_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  mix-blend-mode: exclusion;
}
@media (max-width: 900px) {
  #entry .entry_tit img {
    max-width: 180px;
  }
}
#entry p {
  text-align: center;
  color: #FFF;
  position: relative;
  top: -1em;
  margin: 0 0 -1em;
  font-size: 18px;
}
@media (max-width: 900px) {
  #entry p {
    text-align: left;
    font-size: 15px;
  }
}
#entry ul {
  width: 100%;
  padding: 35px 0 0;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 900px) {
  #entry ul {
    gap: 20px;
    align-items: center;
  }
}
#entry ul li {
  width: 26.66%;
  max-width: 500px;
}
@media (max-width: 900px) {
  #entry ul li {
    width: 100%;
  }
}
#entry ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 700;
  color: #342503;
  background-image: linear-gradient(to bottom, #f3e9a1 40%, #d5c143 75%, #ad9e32 100%);
  border-radius: 50px;
  border: 2px solid #a69832;
  padding: 25px 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
@media (max-width: 1200px) {
  #entry ul li a {
    flex-direction: column;
    padding: 15px 25px;
  }
}
@media (max-width: 900px) {
  #entry ul li a {
    padding: 15px 35px;
    font-size: 14px;
  }
}
#entry ul li a:after {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  background: url(../images/nav_arrow_entry.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0 0 5px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(-90deg);
}
#entry ul li a strong {
  font-size: 22px;
  color: #712121;
}
@media (max-width: 900px) {
  #entry ul li a strong {
    font-size: 17px;
  }
}
#entry ul li > span {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  display: block;
  line-height: 1.5;
  margin: 5px 0 0;
}
#entry ul li > span span {
  font-size: 14px;
  font-weight: 700;
}

/*footer*/
.rec_footer {
  background: #340b0b;
  padding: 25px 15px 10px;
}
@media (max-width: 900px) {
  .rec_footer {
    padding-inline: 0 0 20px;
  }
}
.rec_footer .footer_logo {
  text-align: center;
  padding: 0 0 40px;
}
@media (max-width: 900px) {
  .rec_footer .footer_logo {
    padding: 0 0 10px;
  }
}
.rec_footer .footer_logo img {
  max-width: 243px;
}
@media (max-width: 900px) {
  .rec_footer .footer_logo img {
    max-width: 173px;
  }
}
.rec_footer .footer_copy {
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-weight: 300px;
}
@media (max-width: 900px) {
  .rec_footer .footer_copy {
    font-size: 9px;
  }
}

@media screen and (max-width: 900px) {
  .cc-revoke.cc-bottom {
    bottom: 0px !important;
    left: 0.5em !important;
  }
}/*# sourceMappingURL=style.css.map */