@charset "UTF-8";
/*font--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&display=swap");
.home {
  font-size: 16px;
  line-height: 1.5;
  font-family: "リュウミン R-KL", "リュウミン B-KL", "Ryumin Regular KL", "	Ryumin Bold KL", serif;
  font-weight: 500;
  color: 1a1714;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .home {
  }
}
.home h1, .home h2, .home h3, .home h4, .home p, .home ul, .home li, .home dl, .home dt, .home dd, .home span {
  text-box-trim: trim-both;
}

/*font--------------------*/
/*inner--------------------*/
.l-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1366px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 95%;
  }
}

/*inner--------------------*/
/*br--------------------*/
.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/*br--------------------*/
/*footer--------------------*/
.l-footer {
  /* CSS Document */
  /*reset css--------------------*/
}
.l-footer html, .l-footer body, .l-footer div, .l-footer span, .l-footer object, .l-footer iframe,
.l-footer h1, .l-footer h2, .l-footer h3, .l-footer h4, .l-footer h5, .l-footer h6, .l-footer p, .l-footer blockquote, .l-footer pre,
.l-footer abbr, .l-footer address, .l-footer cite, .l-footer code,
.l-footer del, .l-footer dfn, .l-footer em, .l-footer img, .l-footer ins, .l-footer kbd, .l-footer q, .l-footer samp,
.l-footer small, .l-footer strong, .l-footer sub, .l-footer sup, .l-footer var,
.l-footer b, .l-footer i,
.l-footer dl, .l-footer dt, .l-footer dd, .l-footer ol, .l-footer ul, .l-footer li, .l-footer a,
.l-footer fieldset, .l-footer form, .l-footer label, .l-footer legend,
.l-footer table, .l-footer caption, .l-footer tbody, .l-footer tfoot, .l-footer thead, .l-footer tr, .l-footer th, .l-footer td,
.l-footer article, .l-footer aside, .l-footer canvas, .l-footer details, .l-footer figcaption, .l-footer figure,
.l-footer footer, .l-footer header, .l-footer hgroup, .l-footer improve, .l-footer nav, .l-footer section, .l-footer summary,
.l-footer time, .l-footer mark, .l-footer audio, .l-footer video, .l-footer input, .l-footer textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-all;
}
.l-footer body {
  line-height: 1;
}
.l-footer article, .l-footer aside, .l-footer details, .l-footer figcaption, .l-footer figure,
.l-footer footer, .l-footer header, .l-footer hgroup, .l-footer improve, .l-footer nav, .l-footer section {
  display: block;
}
.l-footer nav ul {
  list-style: none;
}
.l-footer li {
  list-style: none;
}
.l-footer blockquote, .l-footer q {
  quotes: none;
}
.l-footer blockquote:before, .l-footer blockquote:after,
.l-footer q:before, .l-footer q:after {
  content: "";
  content: none;
}
.l-footer a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.l-footer {
  /* change colours to suit your needs */
}
.l-footer ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.l-footer {
  /* change colours to suit your needs */
}
.l-footer mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.l-footer del {
  text-decoration: line-through;
}
.l-footer abbr[title], .l-footer dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.l-footer table {
  border-collapse: collapse;
  border-spacing: 0;
}
.l-footer {
  /* change border colour to suit your needs */
}
.l-footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
.l-footer input, .l-footer select {
  vertical-align: middle;
}
.l-footer html {
  overflow: auto;
}
.l-footer body {
  overflow: hidden;
}
.l-footer img {
  width: 100%;
  vertical-align: bottom;
}
.l-footer {
  /*reset css--------------------*/
  background: #000000;
  padding: 50px 0 30px 0;
  text-align: center;
  position: relative;
  color:#1a1714;
  z-index: 999999999;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 50px 0;
  }
}
.l-footer__ttl {
  font-size: clamp(1.5rem, -0.214rem + 2.68vw, 3rem);
}
@media screen and (max-width: 768px) {
  .l-footer__ttl {
    font-size: 30px;
  }
}
.l-footer__ttl {
  letter-spacing: 0.02em;
  font-weight: bold;
  font-style: italic;
  font-family: "Avenir Next", sans-serif;
  margin-bottom: 20px;
}
.l-footer__copy {
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 16px;
  }
}
.l-footer__copy {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

/*footer--------------------*/
body {
  margin: 0;
}

.application {
  /*btn--------------------*/
}
.application {
  /*btn--------------------*/
  /*breascrumbs--------------------*/
}
.application {
  /*breascrumbs--------------------*/
  /*ttl--------------------*/
}
.application .c-ttl-em {
  color: #1a1714;
  text-align: center;
}
.application .c-ttl-em-en {
  font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .application .c-ttl-em-en {
    font-size: 16px;
  }
}
.application .c-ttl-em-en {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 10px;
}
.application .c-ttl-em-jp {
  font-size: clamp(1.5rem, -1.071rem + 4.02vw, 3.75rem);
}
@media screen and (max-width: 768px) {
  .application .c-ttl-em-jp {
    font-size: 30px;
  }
}
.application .c-ttl-em-jp {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application .c-ttl-em-jp span {
  font-size: clamp(1.5rem, 2.34vw, 2.813rem);
}
@media screen and (max-width: 768px) {
  .application .c-ttl-em-jp span {
    font-size: 24px;
  }
}
.application .c-ttl-em-jp span {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .application .c-ttl-em-jp {
    display: block;
  }
}
.application .c-ttl {
  color: #1a1714;
  text-align: center;
}
.application .c-ttl-en {
  font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .application .c-ttl-en {
    font-size: 16px;
  }
}
.application .c-ttl-en {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 20px;
}
.application .c-ttl-jp {
  font-size: clamp(1.5rem, 2.34vw, 2.813rem);
}
@media screen and (max-width: 768px) {
  .application .c-ttl-jp {
    font-size: 24px;
  }
}
.application .c-ttl-jp {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application .c-ttl-jp span {
  font-size: clamp(1.5rem, 2.34vw, 2.813rem);
}
@media screen and (max-width: 768px) {
  .application .c-ttl-jp span {
    font-size: 24px;
  }
}
.application .c-ttl-jp span {
  font-weight: 500;
}
.application {
  /*ttl--------------------*/
  font-size: 16px;
  line-height: 1.5;
  font-family: "リュウミン R-KL", "リュウミン B-KL", "Ryumin Regular KL", "	Ryumin Bold KL", serif;
  font-weight: 500;
  color: #ffffff;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .application {
    font-family: "Noto Serif JP", serif;
  }
}
.application h1, .application h2, .application h3, .application h4, .application p, .application ul, .application li, .application dl, .application dt, .application dd, .application span {
  text-box-trim: trim-both;
}
.application {
  padding: 75px 0;
  color: #ffffff;
  background: #4b4b4b;
  position: relative;
  z-index: 999999999;
}
@media screen and (max-width: 768px) {
  .application {
    padding: 50px 0;
  }
}
.application .c-ttl {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .application .c-ttl {
    margin-bottom: 50px;
  }
}
.application__form {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.application__form * {
  text-box-trim: unset !important;
}
.application__form-item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.application__form-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.application__form-label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.application__form-label span {
  color: #1a1714;
  margin-left: 10px;
  font-size: 14px;
}
.application__form-label br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .application__form-label br {
    display: block;
  }
}
.application__form input, .application__form textarea, .application__form select {
  background: #ffffff;
  padding: 8px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
.application__form .wpcf7-acceptance * {
  color: #ffffff;
}
.application__form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.application__form .wpcf7-acceptance label {
  display: flex;
  align-self: center;
}
.application__form .wpcf7-acceptance label > input {
  width: -moz-fit-content;
  width: fit-content;
}
.application__form .wpcf7-acceptance input {
  margin-right: 10px;
}
.application__form .wpcf7-acceptance a {
  text-decoration: underline;
}
.application__form-submit {
  position: relative;
  margin-top: 50px;
}
.application__form-submit::before {
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  background: #000000;
  clip-path: polygon(0 0, 15% 0, 100% 50%, 15% 100%, 0 100%, 85% 50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 999999;
}
.application__form-submit input[type=submit] {
  background: #1a1714;
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .application__form-submit input[type=submit] {
    font-size: 16px;
  }
}
.application__form-submit input[type=submit] {
  font-weight: 680;
  border-radius: 30px;
  color: #000000;
}
.application__form-submit input[type=submit]:hover {
  cursor: pointer;
}
.application__form .wpcf7-spinner {
  display: none;
}
.application__form dd {
  margin-left: 0;
}
.application__form select {
  width: 100%;
}/*# sourceMappingURL=applycation.css.map */
/* 新しいLPのフォーム背景色 */
.application {
  background-color: #e8e0d5 !important;
  background: #e8e0d5 !important;
  color: #1a1714 !important;
}
.p-lp__application {
  background-color: #e8e0d5 !important;
  background: #e8e0d5 !important;
}
.application,
.application .application__form-label,
.application .application__form-content,
.application h2,
.application p,
.application span,
.application label {
  color: #1a1714 !important;
}
.application__form-label span {
  color: #cc0000 !important;
}

.application__form-label span::before {
  content: "※";
}
section.application .c-ttl-en,
section.application .c-ttl-jp,
section.application .c-ttl h2,
section.application .c-ttl span.c-ttl-en,
section.application h2.c-ttl-jp {
  color: #1a1714 !important;
}
.application .c-ttl-en,
.application .c-ttl-jp,
.application .c-ttl-jp span {
  color: #1a1714 !important;
}
.application__form .wpcf7-acceptance a {
  color: #0066cc !important;
}
.application__form-submit input[type=submit] {
  background: #1a1714 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}
.application__form-submit input[type=submit]:hover {
  background: #9e8456 !important;
}
.application__form-submit input[type=submit] {
  background: #1a1714 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}
.application__form-submit input[type=submit]:hover {
  background: #9e8456 !important;
}
application__form-submit input[type=submit],
.application__form-submit input.wpcf7-submit {
  background: #1a1714 !important;
  background-color: #1a1714 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}
.application__form-submit input[type=submit]:hover,
.application__form-submit input.wpcf7-submit:hover {
  background: #9e8456 !important;
  background-color: #9e8456 !important;
}
.hero h1 em {
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .hero-sub br {
    display: none;
  }
}
.case-tag {
  font-weight: 700 !important;
  font-size: 13px !important;
  margin-bottom: 12px !important;
  display: block !important;
}
@media (max-width: 768px) {
  .article h2 br {
    display: none;
  }
.cta-section {
  padding: 32px 24px 16px !important;
}
.cta-section > div {
  margin-bottom: 0 !important;
}	
.application__form-item,
.application__form-content input,
.application__form-content select,
.application__form-content textarea {
  max-width: 100% !important;
  width: 100% !important;
}

.application__form {
  max-width: 680px !important;
  margin: 0 auto !important;
}
	.application .l-inner {
  max-width: 680px !important;
}
}
@media (max-width: 768px) {
  .btn-main {
    font-size: 11px !important;
    letter-spacing: 0.05em !important;
    padding: 16px 20px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    width: auto !important;
  }
  
  .hero-cta-wrap {
    align-items: center !important;
    padding: 0 5% !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
}
	@media (max-width: 600px) {
  .profile {
    padding: 24px 8px !important;
  }
}
@media (max-width: 768px) {
  .case-body {
    padding: 16px 0 !important;
  }
}
	.case-card p strong,
.case-body p strong {
  font-weight: 700 !important;
  color: #1a1714 !important;
}
.case-card .case-body p {
  font-weight: 500 !important;
  color: #2e2b27 !important;
}

.case-card .case-body {
  padding: 16px 20px 32px !important;
}
@media (max-width: 768px) {
  .case-card[style*="border-left-color:var(--gold)"] {
    padding: 24px 16px !important;
  }
}
	@media (max-width: 768px) {
  .application .l-inner {
    width: 85% !important;
    margin: 0 auto !important;
  }
}
.application__form-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 0px !important;
}
.application__form-label span {
  display: inline !important;
}
	.hero h1 .br-pc,
.hero h1 .br-sp {
  display: contents;
}

@media (max-width: 768px) {
  .hero h1 .br-sp br {
    display: block !important;
  }
  .hero h1 .br-pc br {
    display: none !important;
  }
}
	@media (max-width: 768px) {
  .hero h1 {
    word-break: keep-all;
  }
}
	@media (max-width: 768px) {
  .hero-label {
    letter-spacing: 0.15em !important;
  }
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px !important;
  }
}
@media (max-width: 768px) {
  .hero h1 br.br-pc {
    display: none !important;
  }
  .hero h1 br.br-sp {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .hero h1 br.br-pc {
    display: block !important;
  }
  .hero h1 br.br-sp {
    display: none !important;
  }
}
.case-tag,
.case-body .case-tag {
  font-family: 'BIZ UDMincho', serif !important;
  font-weight: 700 !important;
}
	.faq-item:last-child {
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .application .c-ttl-jp {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .br-sp {
    display: inline !important;
  }
  .br-sp br {
    display: block !important;
  }
}
.flow-step {
  gap: 8px !important;
}

/*追従フッター--------------------*/
.floating-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating-footer.is-visible {
  opacity: 1;
  visibility: visible;
}

.floating-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.floating-footer__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  height: 60px;
  background: var(--gold);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* 期間限定ラベル */
.floating-footer__label {
  background-color: #fff;
  color: var(--gold);
  font-size: 12px;
  padding: 6px 8px;
  margin-right: 10px;
  line-height: 1.2;
}

.floating-footer__btn small {
  font-size: 14px;
  margin-left: 5px;
  font-weight: normal;
}

.floating-footer__btn:hover {
  background-color: #c5000f;
opacity:1 !important;
}

.floating-footer__arrow {
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 600px) {
  .pc-toten { display: none; }
}
@media (min-width: 601px) {
  .br-sp { display: none; }
}
.br-pc { display: none; }

@media (min-width: 601px) {
  .br-pc { display: inline; }
  .br-sp { display: none; }
  .pc-toten { display: inline; }
}
@media (max-width: 600px) {
  .pc-toten { display: none; }
}
.hero-title {
  line-height: 1.3;
}

/* PC */
@media screen and (min-width: 769px) {
  .hero-title br {
    display: block;
  }
}

}
/* 採用ブランディングの進め方 左詰め修正 */
.flow-step {
  display: flex;
  align-items: flex-start !important;
  text-align: left !important;
}

.flow-step__content,
.flow-step h3,
.flow-step p {
  text-align: left !important;
}

.flow-step p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* 採用ブランディングの進め方：左寄せ修正 */
.flow-step {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.flow-step__content {
  width: 100% !important;
  text-align: left !important;
}

.flow-step__content h3,
.flow-step__content p {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* 強制的に左寄せ */
.flow-step * {
  text-align: left !important;
}

.flow-step {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.hero {
  padding-top: 60px !important;
}
.profile-role {
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  display: block;
}
@media (max-width: 768px) {
  .article h2 br.keep-br {
    display: block !important;
  }
}