@charset "UTF-8";
/**** 共通カラー ****/
.fixed-btn {
  position: fixed;
  bottom: 200px;
  right: 30px;
  width: 12.5vw;
  height: 10.4166666667vw;
  max-width: 180px;
  z-index: 99;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .fixed-btn {
    width: 86px;
    height: 71px;
    bottom: 35px;
    right: 20px;
  }
}

.fixed-btn.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

.section-mv {
  overflow: hidden;
  height: 51.7361111111vw;
  max-height: 85vh;
  min-height: 675px;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url(../image/recruitment/hostess-mv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .section-mv {
    background-image: url(../image/recruitment/hostess-mv-sp.webp);
  }
}
.section-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .section-mv::before {
    display: none;
  }
}
.section-mv .inner-mv {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-45%);
  z-index: 2;
  margin: auto;
  text-align: center;
  color: #ffffff;
}
.section-mv .inner-mv .logo {
  max-width: 120px;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .section-mv .inner-mv .logo {
    max-width: 88px;
    margin-bottom: 20px;
  }
}
.section-mv .inner-mv .sub-tit {
  font-size: clamp(2rem, 2.3vw, 3rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-mv .inner-mv .sub-tit {
    font-size: 18px;
  }
}
.section-mv .inner-mv .sub-tit::after {
  display: block;
  content: "";
  background-image: url(../image/recruitment/deco-line.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14.4444444444vw;
  height: 0.6944444444vw;
  margin: 12px auto 0;
}
@media screen and (max-width: 768px) {
  .section-mv .inner-mv .sub-tit::after {
    width: 152px;
    height: 7.2px;
  }
}
.section-mv .inner-mv h1 {
  margin-top: 23px;
}
.section-mv .inner-mv h1 span:first-child {
  display: block;
  font-size: clamp(3.2rem, 3.2vw, 4.8rem);
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-mv .inner-mv h1 span:first-child {
    font-size: 16px;
  }
}
.section-mv .inner-mv h1 span:nth-child(2) {
  display: inline-block;
  width: 43.0555555556vw;
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .section-mv .inner-mv h1 span:nth-child(2) {
    width: 275px;
    height: 28px;
  }
}
.section-mv .inner-mv h1 span:nth-child(3) {
  display: inline-block;
  font-size: clamp(3.2rem, 3.2vw, 4.8rem);
  transform: translate(-12px, -6px);
}
@media screen and (max-width: 768px) {
  .section-mv .inner-mv h1 span:nth-child(3) {
    font-size: 18px;
    transform: translate(-5px, 1px);
  }
}
.section-mv .inner-mv h1 span:last-child {
  display: inline-block;
  font-size: clamp(3.2rem, 3.2vw, 4.8rem);
  transform: translate(-4px);
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .section-mv .inner-mv h1 span:last-child {
    font-size: 18px;
    margin-top: 16px;
  }
}
.section-mv .inner-mv .mv-flex {
  justify-content: center;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .section-mv .inner-mv .mv-flex {
    flex-wrap: wrap;
  }
}
.section-mv .inner-mv .mv-flex .mv-item {
  width: 16.1111111111vw;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .section-mv .inner-mv .mv-flex .mv-item {
    width: 43.2vw;
  }
  .section-mv .inner-mv .mv-flex .mv-item:last-child {
    margin-top: 20px;
  }
}
.section-mv.counter-mv {
  background-image: url(../image/recruitment/counter-mv.webp);
}
@media screen and (max-width: 768px) {
  .section-mv.counter-mv {
    background-image: url(../image/recruitment/counter-mv-sp.webp);
  }
}
.section-mv.hall-mv {
  background-image: url(../image/recruitment/hall-mv.webp);
}
@media screen and (max-width: 768px) {
  .section-mv.hall-mv {
    background-image: url(../image/recruitment/hall-mv-sp.webp);
  }
}

.section-entry {
  background-image: url(../image/recruitment/entry-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .section-entry {
    background-image: url(../image/recruitment/entry-bg-sp.webp);
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.section-entry .inner-entry {
  align-items: center;
}
@media screen and (max-width: 992px) {
  .section-entry .inner-entry {
    flex-direction: column;
  }
}
.section-entry h2 {
  color: #ffffff;
  font-size: clamp(4rem, 4.5vw, 5.6rem);
  margin-right: 4.8611111111vw;
}
@media screen and (max-width: 992px) {
  .section-entry h2 {
    font-size: 47px;
    margin: 0 auto 30px;
  }
}
.section-entry h2 .sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .section-entry h2 .sub-text {
    font-size: 14px;
  }
}
.section-entry h2 .sub-text::before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 1px;
  background-color: #ffffff;
  margin-right: 16px;
}
.section-entry .btn-flex {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .section-entry .btn-flex {
    flex-direction: column;
  }
}
.section-entry .btn-flex li {
  background: linear-gradient(#c4ae8d 0%, #e2d9bb 100%);
  width: 31%;
  max-width: 288px;
  padding: 1px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .section-entry .btn-flex li {
    width: 100%;
    margin: 0 auto 20px;
  }
  .section-entry .btn-flex li:last-child {
    margin-bottom: 0;
  }
}
.section-entry .btn-flex li:first-child span::before {
  background-image: url(../image/common/mail-icon.svg);
  width: 18px;
  height: 14px;
  margin-right: 8px;
}
.section-entry .btn-flex li:nth-child(2) span::before {
  background-image: url(../image/common/tel-icon.svg);
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.section-entry .btn-flex li:last-child span::before {
  background-image: url(../image/common/line-icon.svg);
  width: 16px;
  height: 15px;
  margin-right: 8px;
}
.section-entry .btn-flex a {
  width: 100%;
  display: block;
  background-color: #120e0c;
  padding: 20px 0;
  position: relative;
}
.section-entry .btn-flex a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.section-entry .btn-flex a > span::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-entry .btn-flex a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #b69130;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.section-entry .btn-flex a:hover::before {
  opacity: 1;
  left: 0;
}

.section-business {
  background-color: #080605;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .section-business {
    padding: 40px 0;
  }
}
.section-business .inner-business {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section-business .inner-business {
    padding: 0 20px;
  }
}
.section-business .deco-text {
  font-family: "CormorantGaramond-Medium";
  font-size: 12.5vw;
  opacity: 0.1;
  white-space: nowrap;
  letter-spacing: -0.008em;
}
@media screen and (max-width: 768px) {
  .section-business .deco-text {
    font-size: 64px;
  }
}
.section-business .description {
  font-size: clamp(1.8rem, 2vw, 2rem);
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 2;
  transform: translateY(-80%);
}
@media screen and (max-width: 768px) {
  .section-business .description {
    font-size: 17px;
    transform: translateY(-28px);
  }
}
.section-business .business-flex {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-business .business-flex {
    flex-direction: column;
  }
}
.section-business .business-flex .image {
  width: 25vw;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .section-business .business-flex .image {
    width: 100%;
    margin: 0;
  }
}
.section-business .business-flex .inner-text {
  padding-top: 30px;
  width: 30.5555555556vw;
}
@media screen and (max-width: 768px) {
  .section-business .business-flex .inner-text {
    width: 100%;
    padding-top: 20px;
  }
}
.section-business .business-flex .inner-text h3 {
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-business .business-flex .inner-text h3 {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}
.section-business .business-flex .inner-text h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0.7;
  background-color: #ffffff;
}
.section-business .business-flex .inner-text h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 20%;
  height: 1px;
  opacity: 0.7;
  background-color: #b69130;
  z-index: 2;
}
.section-business .business-flex .inner-text .text {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .section-business .business-flex .inner-text .text {
    font-size: 16px;
  }
}

.section-reccomend {
  background-image: url(../image/recruitment/reccomend-bg.webp);
  background-position: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .section-reccomend {
    padding: 60px 0 70px 0;
    background-image: url(../image/recruitment/reccomend-bg-sp.webp);
  }
}
.section-reccomend.hall-reccomend {
  background-image: url(../image/recruitment/reccomend-bg-hall.webp);
}
.section-reccomend.counter-reccomend {
  background-image: url(../image/recruitment/reccomend-bg-counter.webp);
}
.section-reccomend .inner-reccomend {
  width: 100%;
}
.section-reccomend .sub-text {
  font-size: clamp(1.8rem, 2vw, 2rem);
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section-reccomend .sub-text {
    font-size: 18px;
  }
}
.section-reccomend h2 {
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-reccomend h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.section-reccomend h2::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
.section-reccomend .reccomend-list {
  max-width: 840px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: auto;
  padding: 50px 20px;
}
@media screen and (max-width: 768px) {
  .section-reccomend .reccomend-list {
    padding: 40px 20px;
  }
}
.section-reccomend .reccomend-list .inner-reccomend-list {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-reccomend .reccomend-list .inner-reccomend-list {
    width: 100%;
  }
}
.section-reccomend .reccomend-list .inner-reccomend-list li {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .section-reccomend .reccomend-list .inner-reccomend-list li {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.6;
  }
}
.section-reccomend .reccomend-list .inner-reccomend-list li:last-child {
  margin-bottom: 0;
}
.section-reccomend .reccomend-list .inner-reccomend-list li span {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-reccomend .reccomend-list .inner-reccomend-list li span {
    align-items: flex-start;
  }
}
.section-reccomend .reccomend-list .inner-reccomend-list li span::before {
  content: "";
  display: inline-block;
  background-image: url(../image/recruitment/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 29px;
  height: 24px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .section-reccomend .reccomend-list .inner-reccomend-list li span::before {
    width: 14px;
    height: 12px;
    min-width: 14px;
    margin-right: 6px;
    transform: translateY(5px);
  }
}

.section-merit {
  padding-top: 140px;
  padding-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .section-merit {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.section-merit .inner-merit .sub-text {
  font-size: clamp(1.8rem, 2vw, 2rem);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-merit .inner-merit .sub-text {
    font-size: 18px;
  }
}
.section-merit .inner-merit .sub-text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
.section-merit .inner-merit h2 {
  margin-top: 8px;
  display: flex;
  margin-bottom: 70px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-merit .inner-merit h2 {
    margin-top: 12px;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.section-merit .inner-merit h2 span {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
}
@media screen and (max-width: 768px) {
  .section-merit .inner-merit h2 span {
    font-size: 24px;
  }
}
.section-merit .inner-merit h2 span img {
  width: 4.0277777778vw;
  max-width: 58px;
}
@media screen and (max-width: 768px) {
  .section-merit .inner-merit h2 span img {
    width: 46px;
    height: auto;
  }
}
.section-merit .inner-merit h2 span:first-child {
  transform: translateX(6px);
}
@media screen and (max-width: 768px) {
  .section-merit .inner-merit h2 span:first-child {
    width: 100%;
    text-align: center;
  }
}
.section-merit .inner-merit h2 span:nth-child(2) {
  transform: translateY(-3px);
}
.section-merit .merit-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .section-merit .merit-list {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-merit .merit-list .merit-item {
    margin-bottom: 20px;
  }
}
.section-merit .merit-list .merit-item:first-child {
  grid-column: 1/3;
}
.section-merit .merit-list .merit-item:first-child .image::before {
  background-image: url(../image/recruitment/reason1.webp);
}
.section-merit .merit-list .merit-item:nth-child(2) {
  grid-column: 3/5;
}
.section-merit .merit-list .merit-item:nth-child(2) .image::before {
  background-image: url(../image/recruitment/reason2.webp);
}
.section-merit .merit-list .merit-item:nth-child(3) {
  grid-column: 5/7;
}
.section-merit .merit-list .merit-item:nth-child(3) .image::before {
  background-image: url(../image/recruitment/reason3.webp);
}
.section-merit .merit-list .merit-item:nth-child(4) {
  grid-column: 2/4;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section-merit .merit-list .merit-item:nth-child(4) {
    margin-top: 0;
  }
}
.section-merit .merit-list .merit-item:nth-child(4) .image::before {
  background-image: url(../image/recruitment/reason4.webp);
}
.section-merit .merit-list .merit-item:nth-child(5) {
  grid-column: 4/6;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section-merit .merit-list .merit-item:nth-child(5) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section-merit .merit-list .merit-item:nth-child(5) .image::before {
  background-image: url(../image/recruitment/reason5.webp);
}
.section-merit .merit-list .image {
  margin-bottom: 20px;
  position: relative;
}
.section-merit .merit-list .image::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.2083333333vw;
  height: 5.7638888889vw;
  max-width: 75px;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translate(-40%, -40%);
}
@media screen and (max-width: 768px) {
  .section-merit .merit-list .image::before {
    width: 69px;
    height: 77px;
  }
}
.section-merit .merit-list .image::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-merit .merit-list .text {
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-merit .merit-list .text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.section-merit .merit-list .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .section-merit .merit-list .description {
    font-size: 14px;
  }
}

.section-voice {
  padding-top: 8.0555555556vw;
  padding-bottom: 4.1666666667vw;
  background-image: url(../image/recruitment/voice-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .section-voice {
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: url(../image/recruitment/voice-bg-sp.webp);
  }
}
.section-voice .inner-voice {
  text-align: center;
}
.section-voice .sub-text {
  font-size: clamp(1.8rem, 2vw, 2rem);
  position: relative;
}
.section-voice .sub-text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
.section-voice h2 {
  margin-top: 8px;
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-voice h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.section-voice .voice-list {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-voice .voice-list {
    flex-direction: column;
  }
}
.section-voice .voice-list.hall-voice {
  justify-content: center;
}
.section-voice .voice-list.hall-voice .voice-item {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.section-voice .voice-list.hall-voice .voice-item .old::before {
  background-image: url(../image/recruitment/voice01-hall.webp) !important;
}
.section-voice .voice-list.hall-voice .voice-item .old::after {
  display: none;
}
.section-voice .voice-list .voice-item {
  width: 32%;
  max-width: 370px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  .section-voice .voice-list .voice-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-voice .voice-list .voice-item:last-child {
    margin-bottom: 0;
  }
}
.section-voice .voice-list .voice-item:first-child .old::before {
  background-image: url(../image/recruitment/voice01.webp);
}
.section-voice .voice-list .voice-item:first-child .old::after {
  content: "01";
}
.section-voice .voice-list .voice-item:nth-child(2) .old::before {
  background-image: url(../image/recruitment/voice02.webp);
}
.section-voice .voice-list .voice-item:nth-child(2) .old::after {
  content: "02";
}
.section-voice .voice-list .voice-item:nth-child(3) .old::before {
  background-image: url(../image/recruitment/voice02.webp);
}
.section-voice .voice-list .voice-item:nth-child(3) .old::after {
  content: "03";
}
.section-voice .voice-list .voice-top .old {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.section-voice .voice-list .voice-top .old::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  aspect-ratio: 1;
}
.section-voice .voice-list .voice-top .old::after {
  font-family: "bodoni-72-book";
  font-size: clamp(5.4rem, 5.8vw, 6.4rem);
  opacity: 0.2;
  position: absolute;
  right: 15px;
  top: 10px;
}
.section-voice .voice-list .voice-top .old .inner-old {
  margin-left: 32px;
  position: relative;
  text-align: left;
}
.section-voice .voice-list .voice-top .old .inner-old::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -42px;
  width: 32px;
  height: 1px;
  background-color: #b69130;
  z-index: 1;
}
.section-voice .voice-list .voice-top .old .inner-old > span {
  display: block;
}
.section-voice .voice-list .voice-top .old .inner-old > span:first-child {
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .section-voice .voice-list .voice-top .old .inner-old > span:first-child {
    font-size: 14px;
  }
}
.section-voice .voice-list .voice-top .old .inner-old > span:last-child {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .section-voice .voice-list .voice-top .old .inner-old > span:last-child {
    font-size: 16px;
  }
}
.section-voice .voice-list .voice-text {
  padding: 24px 24px 30px 24px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section-voice .voice-list .voice-text {
    padding: 20px;
    font-size: 14px;
  }
}

.section-trial {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-trial {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.section-trial .deco-text {
  font-family: "CormorantGaramond-Medium";
  font-size: 12.5vw;
  opacity: 0.1;
  white-space: nowrap;
  letter-spacing: -0.008em;
  transform: translateY(15px);
}
@media screen and (max-width: 768px) {
  .section-trial .deco-text {
    font-size: 64px;
    transform: translateY(0);
  }
}
.section-trial h2 {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  position: relative;
  z-index: 2;
  transform: translateY(-130%);
}
@media screen and (max-width: 768px) {
  .section-trial h2 {
    font-size: 24px;
    transform: translateY(-20px);
  }
}
.section-trial .sub-text {
  max-width: 756px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-trial .sub-text {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-trial .trial-image {
  max-width: 550px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-trial .trial-image {
    max-width: 100%;
  }
}
.section-trial .text {
  margin-top: 30px;
  font-size: clamp(1.8rem, 2vw, 2rem);
}
@media screen and (max-width: 768px) {
  .section-trial .text {
    font-size: 16px;
    margin-top: 18px;
    letter-spacing: -0.02em;
  }
}
.section-trial .text .text-accent {
  color: #b69130;
}
.section-trial .text .text-accent > span {
  position: relative;
}
.section-trial .text .text-accent > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #b69130;
  width: 2px;
  aspect-ratio: 1;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
}
.section-trial .description {
  margin-top: 30px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .section-trial .description {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }
}
.section-trial .trial-list {
  width: 59.0277777778vw;
  max-width: 850px;
  background-color: #24201f;
  padding: 5px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list {
    width: 100%;
  }
}
.section-trial .trial-list h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-40%);
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 26px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list h3 {
    font-size: 20px;
  }
}
.section-trial .trial-list h3::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #24201f;
}
.section-trial .trial-list h3 > span {
  position: relative;
  z-index: 1;
}
.section-trial .trial-list .inner-list {
  border: solid 1px #707070;
  padding: 50px 20px 20px 20px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item {
    margin: auto;
  }
}
.section-trial .trial-list .inner-list .item .note {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.375;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item .note {
    font-size: 18px;
  }
}
.section-trial .trial-list .inner-list .item .note::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.5833333333vw;
  height: 7.2916666667vw;
  max-width: 138px;
  margin: 0 auto 14px;
}
.section-trial .trial-list .inner-list .item .note > span {
  display: block;
  font-size: 10px;
  margin-top: 6px;
}
.section-trial .trial-list .inner-list .item .note::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item:first-child {
    width: 100%;
    margin-bottom: 24px;
  }
}
.section-trial .trial-list .inner-list .item:first-child .note::before {
  background-image: url(../image/recruitment/trial-item01.webp);
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item:first-child .note::before {
    width: 138px;
    height: 105px;
  }
}
.section-trial .trial-list .inner-list .item:nth-child(2) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item:nth-child(2) {
    width: 45%;
  }
}
.section-trial .trial-list .inner-list .item:nth-child(2) .note::before {
  background-image: url(../image/recruitment/trial-item02.webp);
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item:nth-child(2) .note::before {
    width: 92px;
    height: 70px;
  }
}
.section-trial .trial-list .inner-list .item:nth-child(3) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item:nth-child(3) {
    width: 45%;
  }
}
.section-trial .trial-list .inner-list .item:nth-child(3) .note::before {
  background-image: url(../image/recruitment/trial-item03.webp);
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item:nth-child(3) .note::before {
    width: 92px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item:nth-child(4) {
    width: 45%;
  }
}
.section-trial .trial-list .inner-list .item:nth-child(4) .note::before {
  background-image: url(../image/recruitment/trial-item04.webp);
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item:nth-child(4) .note::before {
    width: 92px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item:nth-child(5) {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item:nth-child(5) .note {
    font-size: 16px;
  }
}
.section-trial .trial-list .inner-list .item:nth-child(5) .note::before {
  background-image: url(../image/recruitment/trial-item05.webp);
}
@media screen and (max-width: 768px) {
  .section-trial .trial-list .inner-list .item:nth-child(5) .note::before {
    width: 92px;
    height: 70px;
  }
}

.section-flow {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .section-flow {
    margin: auto;
    padding-top: 60px;
  }
}
.section-flow .inner-flow {
  width: 59.0277777778vw;
  max-width: 850px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-flow .inner-flow {
    width: 100%;
  }
}
.section-flow .sub-text {
  font-size: clamp(1.8rem, 2vw, 2rem);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-flow .sub-text {
    font-size: 18px;
  }
}
.section-flow .sub-text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
.section-flow h2 {
  margin-top: 16px;
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-flow h2 {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 30px;
  }
}
.section-flow .flow-list {
  flex-direction: column;
  padding: 0 20px;
}
.section-flow .flow-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-item {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.section-flow .flow-item::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 240px;
  height: 160px;
  margin-right: 37px;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-item::before {
    width: 53.3333333333vw;
    height: 34.6666666667vw;
    margin-left: 0;
    margin-right: auto;
  }
}
.section-flow .flow-item:first-child::before {
  background-image: url(../image/recruitment/flow-item01.webp);
}
.section-flow .flow-item:nth-child(2)::before {
  background-image: url(../image/recruitment/flow-item02.webp);
}
.section-flow .flow-item:nth-child(3)::before {
  background-image: url(../image/recruitment/flow-item03.webp);
}
.section-flow .flow-item:nth-child(4)::before {
  background-image: url(../image/recruitment/flow-item04.webp);
}
.section-flow .flow-item:nth-child(5)::before {
  background-image: url(../image/recruitment/flow-item05.webp);
}
.section-flow .flow-item::after {
  font-family: "bodoni-72-book";
  font-size: 140px;
  opacity: 0.2;
  position: absolute;
  right: 15px;
  top: -15px;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-item::after {
    display: none;
  }
}
.section-flow .flow-item:first-child::after {
  content: "01";
}
.section-flow .flow-item:nth-child(2)::after {
  content: "02";
}
.section-flow .flow-item:nth-child(3)::after {
  content: "03";
}
.section-flow .flow-item:nth-child(4)::after {
  content: "04";
}
.section-flow .flow-item:nth-child(5)::after {
  content: "05";
}
.section-flow .flow-item .inner-item {
  width: 39.5833333333vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-item .inner-item {
    width: 100%;
    position: static;
    margin-bottom: 30px;
  }
}
.section-flow .flow-item .inner-item .step {
  color: #8c8987;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  margin-bottom: 1.1111111111vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-item .inner-item .step {
    position: absolute;
    top: 17.3333333333vw;
    width: -moz-fit-content;
    width: fit-content;
    left: 58.6666666667vw;
    font-size: 18px;
  }
}
.section-flow .flow-item .inner-item .step::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -63px;
  background-color: #b69130;
  width: 48px;
  height: 1px;
}
.section-flow .flow-item .inner-item .text {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 1.1111111111vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-item .inner-item .text {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 6px;
  }
}
.section-flow .flow-item .inner-item .note {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.75;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-item .inner-item .note {
    font-size: 14px;
    padding-bottom: 0;
  }
}

.section-requirements {
  padding-top: 110px;
  padding-bottom: 90px;
  background-image: url(../image/recruitment/requirements-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-requirements {
    margin-top: 60px;
    padding-top: 100px;
  }
}
.section-requirements .sub-text {
  font-size: clamp(1.8rem, 2vw, 2rem);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-requirements .sub-text {
    font-size: 18px;
  }
}
.section-requirements .sub-text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
.section-requirements h2 {
  margin-top: 16px;
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-requirements h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.section-requirements .requirements-list {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .section-requirements .requirements-list {
    padding: 20px;
  }
}
.section-requirements .requirements-list dl {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #707070;
  padding: 26px 0;
}
@media screen and (max-width: 768px) {
  .section-requirements .requirements-list dl {
    flex-direction: column;
  }
}
.section-requirements .requirements-list dl:first-child {
  border-top: solid 1px #707070;
}
@media screen and (max-width: 768px) {
  .section-requirements .requirements-list dl:first-child {
    border-top: none;
  }
}
.section-requirements .requirements-list dl dt {
  width: 19.6666666667%;
  padding-left: 40px;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .section-requirements .requirements-list dl dt {
    font-size: 14px;
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #707070;
  }
}
.section-requirements .requirements-list dl dd {
  width: 80.3333333333%;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section-requirements .requirements-list dl dd {
    font-size: 14px;
    width: 100%;
    padding-top: 16px;
    padding-left: 1em;
  }
}
.section-requirements .requirements-list dl dd .mb16 {
  margin-bottom: 16px;
}
.section-requirements .requirements-list dl dd .mark {
  display: flex;
  position: relative;
}
.section-requirements .requirements-list dl dd .mark::before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  transform: rotate(45deg) translate(80%, 90%);
  margin-right: 8px;
}

.section-qa {
  background-color: #140f0d;
  padding-top: 110px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .section-qa {
    margin-top: 60px;
    padding-top: 80px;
  }
}
.section-qa .sub-text {
  font-size: clamp(1.8rem, 2vw, 2rem);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-qa .sub-text {
    font-size: 18px;
  }
}
.section-qa .sub-text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
.section-qa h2 {
  margin-top: 16px;
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-qa h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section-qa .accordion {
    max-width: 100%;
  }
}
.section-qa .accordion dl {
  cursor: pointer;
  margin-bottom: 40px;
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1.5;
  background-color: #26211e;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl {
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.section-qa .accordion dl:last-child {
  margin-bottom: 0;
}
.section-qa .accordion dl dt {
  padding: 36px 0 24px 0;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dt {
    padding: 15px 0;
  }
}
.section-qa .accordion dl dt .text {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dt .text {
    width: calc(100% - 35px);
  }
}
.section-qa .accordion dl dt .text::before {
  content: "Q";
  display: inline-block;
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  margin-right: 20px;
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dt .text::before {
    font-size: 20px;
    margin-right: 8px;
  }
}
.section-qa .accordion dl dd {
  position: relative;
  color: #bfac6d;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.2s ease-out 0.1s, top 0.3s ease-out 0.1s;
  z-index: 1;
  opacity: 0;
  padding: 26px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dd {
    padding: 10px 0 30px 0;
    margin-top: 0;
  }
}
.section-qa .accordion dl dd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #c4ae8d 0%, #e2d9bb 100%);
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dd {
    font-size: 1.4rem;
  }
}
.section-qa .accordion dl dd.open {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 3;
  transition: opacity 0.2s ease-out, top 0.3s ease-out, z-index 0.31s ease-out, max-height 0.3s ease-out, padding 0.3s ease-out;
}
.section-qa .accordion dl dd.closing {
  opacity: 0;
  top: -30px;
  z-index: 1;
  transition: opacity 0.4s ease-out, top 0.3s ease-out;
}
.section-qa .accordion dl dd .text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dd .text {
    flex-wrap: nowrap;
    margin-bottom: 8px;
  }
}
.section-qa .accordion dl dd .text::before {
  content: "A";
  display: inline-block;
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  margin-right: 20px;
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .section-qa .accordion dl dd .text::before {
    font-size: 20px;
    margin-right: 8px;
  }
}
.section-qa .accordion dl dd .text .note {
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  color: #ffffff;
  display: block;
  margin-top: 16px;
  width: 100%;
}
.section-qa .accordion .mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: #120e0c;
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion .mark {
    width: 30px;
    height: 30px;
    right: 0;
  }
}
.section-qa .accordion .mark::after {
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section-qa .accordion .mark::after {
    width: 10px;
    height: 10px;
    transform: translateY(-60%) rotate(180deg);
  }
}
.section-qa .accordion .open .mark::after {
  transform: translateY(-60%) rotate(0deg);
  transition: 0.3s;
}

.section-contact {
  padding-top: 42px;
}
.section-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../image/recruitment/contact-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 66.6666666667vw;
}
@media screen and (max-width: 768px) {
  .section-contact::before {
    background-image: url(../image/recruitment/contact-bg-sp.webp);
  }
}
.section-contact .deco-text {
  font-family: "CormorantGaramond-Medium";
  font-size: 12.5vw;
  opacity: 0.1;
  white-space: nowrap;
  letter-spacing: -0.008em;
  transform: translateY(14px);
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-contact .deco-text {
    font-size: 70px;
    transform: translateY(0);
  }
}
.section-contact h2 {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  position: relative;
  z-index: 2;
  transform: translateY(-130%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-contact h2 {
    font-size: 24px;
    transform: translateY(-20px);
  }
}
.section-contact .description {
  text-align: center;
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1.7;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-contact .description {
    font-size: 16px;
    margin-bottom: 30px;
    margin-bottom: 50px;
  }
}
.section-contact .contact-list {
  position: relative;
  z-index: 2;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .section-contact .contact-list {
    flex-direction: column;
  }
}
.section-contact .contact-list .inner-list {
  width: 47%;
  background: linear-gradient(#bfac6d 0%, #e2d9bb 100%);
  padding: 1px;
}
@media screen and (max-width: 768px) {
  .section-contact .contact-list .inner-list {
    width: 100%;
    margin-bottom: 40px;
  }
  .section-contact .contact-list .inner-list:last-child {
    margin-bottom: 0;
  }
}
.section-contact .contact-list .contact-item {
  background-color: #140f0c;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section-contact .contact-list .contact-item {
    padding: 20px;
  }
}
.section-contact .contact-list .contact-item h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: clamp(1.8rem, 2vw, 2rem);
  position: relative;
  transform: translateY(-42px);
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .section-contact .contact-list .contact-item h3 {
    font-size: 18px;
    transform: translateY(-32px);
  }
}
.section-contact .contact-list .contact-item h3 > span {
  position: relative;
  z-index: 2;
}
.section-contact .contact-list .contact-item h3::after {
  content: "";
  background-color: #140f0c;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.section-contact .contact-list .contact-item .inner-tel-item {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-contact .contact-list .contact-item .inner-tel-item {
    justify-content: space-between;
  }
}
.section-contact .contact-list .contact-item .inner-tel-item::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.5555555556vw;
  max-width: 80px;
  height: 3.6805555556vw;
  margin-right: 52px;
}
@media screen and (max-width: 768px) {
  .section-contact .contact-list .contact-item .inner-tel-item::before {
    width: 21.3333333333vw;
    height: 14.1333333333vw;
    margin-right: 0;
  }
}
.section-contact .contact-list .contact-item .inner-tel-item .tel {
  margin-bottom: 8px;
}
.section-contact .contact-list .contact-item .inner-tel-item .tel span:first-child {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: inline-block;
  margin-right: 8px;
}
.section-contact .contact-list .contact-item .inner-tel-item .tel span:last-child {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  display: inline-block;
}
.section-contact .contact-list .contact-item .inner-tel-item .text {
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
}
.section-contact .contact-list .contact-item .socie-tel {
  margin-bottom: 24px;
}
.section-contact .contact-list .contact-item .socie-tel::before {
  background-image: url(../image/recruitment/socie-tel-logo.webp);
}
.section-contact .contact-list .contact-item .glumclub-tel::before {
  background-image: url(../image/recruitment/glam-club-tel-logo.webp);
}
.section-contact .contact-list .contact-item .note {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  margin-top: 16px;
}
.section-contact .contact-list .contact-item .image {
  max-width: 128px;
  margin: auto;
}
.section-contact .contact-list .line-item .note {
  text-align: center;
}
.section-contact .form-item {
  background-color: #201c19;
  padding-top: 120px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-contact .form-item {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.section-contact .form-item .sub-text {
  font-size: clamp(1.8rem, 2vw, 2rem);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-contact .form-item .sub-text {
    font-size: 18px;
  }
}
.section-contact .form-item .sub-text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: top;
  transform: scaleY(0);
  animation: lineGrowDown 1.5s ease-in-out infinite;
}
.section-contact .form-item h4 {
  margin-top: 16px;
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-contact .form-item h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.section-contact .form {
  max-width: 1000px;
  margin: auto;
}

select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  color: #ffffff;
  border-bottom: solid 1px #707070;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}

.form-group label {
  display: flex;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}

.form-group .input_box,
.form-group .select_box {
  width: 75%;
  height: 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .form-group .input_box,
  .form-group .select_box {
    width: 100%;
    height: 40px;
  }
}

.form-group .select_box {
  display: flex;
  align-items: center;
}

.form-group .input_box input,
.form-group .select_box {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .form-group .input_box input,
  .form-group .select_box {
    height: 40px;
  }
}

.form-group .input_box input:focus-visible {
  outline: none;
}

.form-group .text_box {
  box-sizing: border-box;
  width: 75%;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .form-group .text_box {
    width: 100%;
    height: 140px;
  }
}

.form-input {
  align-items: flex-start;
  border-bottom: none;
  margin-bottom: 36px;
}
.form-input .text-label {
  padding-top: 16px;
}

.form-group .text_box textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .form-group .text_box textarea {
    height: 140px;
  }
}

.form-group .text_box textarea:focus-visible {
  outline: none;
}

.form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.form-group.center_item label {
  width: auto;
  line-height: 1;
}

.inquiry_type {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .inquiry_type {
    width: 100%;
    margin-bottom: 14px;
  }
}

.control-label {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .control-label {
    width: auto;
    margin-right: 10px;
    margin-bottom: 14px;
  }
}

.choices {
  display: inline-block;
  width: 64%;
}
@media screen and (max-width: 768px) {
  .choices {
    width: auto;
    margin-right: 10px;
  }
}

.form-group .required {
  display: inline-block;
  color: #fff;
  background: #bfac6d;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  padding: 4px 10px;
  transform: translateY(-2px);
  line-height: 1;
}

.form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}

.form-group.submit_btn {
  background: none;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .form-group.submit_btn {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.form-group.submit_btn input {
  width: 284px;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  background-color: #120e0c;
  transition: 0.3s;
}

.form-group.submit_btn input:hover {
  background-color: #b69130;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}

input::placeholder,
textarea::placeholder {
  color: #cccccc;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px !important;
}

.form-group .flex_warp {
  display: flex;
}
.form-group .flex_warp label {
  display: inline-block;
  margin-right: 16px;
  cursor: pointer;
}

.wpcf7 input[type=radio] {
  transform: scale(1.4);
  margin-right: 0.5em;
  accent-color: #bfac6d;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.shop-radio .last {
  padding-top: 14px;
  display: inline-block;
}

.policy-text {
  text-align: center;
  line-height: 1.75;
  margin-bottom: 30px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .policy-text {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}

.accent-text {
  color: #bfac6d;
}

.contact-btn {
  background: linear-gradient(#bfac6d 0%, #e2d9bb 100%);
  padding: 1px;
}

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

.btn-back {
  text-align: center;
}

.contact-confirm .form-group .input_box,
.contact-confirm .form-group .select_box,
.contact-confirm .form-group .text_box {
  background-color: transparent;
  height: auto;
}

.contact-confirm .form-input .text-label {
  padding-top: 0;
}

.thanks-text {
  text-align: center;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}

.thanks-back {
  background: linear-gradient(#bfac6d 0%, #e2d9bb 100%);
  padding: 1px;
  width: 284px;
  margin: 60px auto 0;
}
.thanks-back a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  background-color: #120e0c;
  transition: 0.3s;
}

.pm.pm-hidden {
  display: none;
}

.pm {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.pm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.pm-panel {
  position: relative;
  width: min(900px, 92vw);
  height: min(80vh, 720px);
  margin: 6vh auto 0;
  background: #111;
  color: #fff;
  border-radius: 14px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pm-panel {
    margin: 3vh auto 0;
    height: 90dvh;
  }
}

.pm-head {
  display: none;
}

.pm-title {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.pm-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
}

.pm-close:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.pm-body {
  height: calc(100% - 56px - 66px);
}

.pm-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.pm-foot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 768px) {
  .pm-foot {
    padding: 10px 8px;
  }
}

.pm-ack {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  opacity: 0.9;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .pm-ack {
    align-items: flex-start;
    padding-top: 3px;
  }
  .pm-ack input {
    margin-top: 4px;
  }
}

.pm-btn {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .pm-btn {
    padding: 5px;
    font-size: 12px;
    white-space: nowrap;
  }
}

.pm-btn:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.pm-note {
  font-size: 12px;
  opacity: 0.7;
  line-height: 1.6;
}

.policy-text .js-policy-open {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.pm-panel header {
  display: none;
}/*# sourceMappingURL=recruit-detail.css.map */