@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
body#recruit {
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 0.09em;
  font-size: 1rem;
  overflow-x: hidden;
  animation: BodyFadeIn 1.5s forwards;
  margin: 0;
  padding: 0;
}

@keyframes BodyFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}

#global-navi.common-navi-style #recruit-navi {
  min-height: inherit;
  max-width: 1810px;
  width: 100%;
  margin: 20px auto;
  /*     @media (max-width: 1100px) and (min-width: 992px) {
    flex-flow: column wrap;
  } */
}
#global-navi.common-navi-style #recruit-navi * {
  font-size: 1rem;
}
#global-navi.common-navi-style #recruit-navi .logo-wrap {
  display: flex;
  align-items: center;
  max-width: inherit;
  width: inherit;
  height: inherit;
}
#global-navi.common-navi-style #recruit-navi .logo-wrap a.logo {
  width: 158px;
  max-width: 158px;
  height: 50px;
  max-height: 50px;
  margin-right: 15px;
  background: url(../images/logo-quadcept+.svg) no-repeat left top;
  /*         @media screen and (max-width: 780px) {
    margin-left: calc(45vw / 7.8);
    width: calc(158vw / 7.8);
    height: calc(50vw / 7.8);
    background-size: cover;
  } */
}
#global-navi.common-navi-style #recruit-navi .logo-wrap a.sitename {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 7px;
  transition: 0.3s;
}
#global-navi.common-navi-style #recruit-navi .logo-wrap a.sitename:hover {
  color: #0087e1;
}
#global-navi.common-navi-style #recruit-navi .navbar-nav {
  max-width: 862px;
  width: 100%;
  margin-left: auto;
  gap: min(3.6458333333vw, 70px);
}
#global-navi.common-navi-style #recruit-navi .navbar-nav li {
  border: none;
  white-space: pre;
}
#global-navi.common-navi-style #recruit-navi .navbar-nav a.nav-link {
  padding: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  transition: 0.3s;
}
#global-navi.common-navi-style #recruit-navi .navbar-nav a.nav-link:hover {
  color: #0087e1;
}
#global-navi.common-navi-style #recruit-navi .navbar-nav a.nav-recruit-apply {
  background-color: #0087e1;
  border: 2px solid #0087e1;
  color: #ffffff;
  min-width: 150px;
  border-radius: 3px;
  transition: 0.3s;
}
#global-navi.common-navi-style #recruit-navi .navbar-nav a.nav-recruit-apply:hover {
  background-color: #ffffff;
  color: #0087e1;
}

.recruitContent {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.recruitContent .row {
  margin: 0;
}
.recruitContent p,
.recruitContent span {
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.recruitContent .Red {
  color: #e51304;
}
.recruitContent em {
  font-style: normal;
}
.recruitContent figure {
  margin: 0;
}
.recruitContent img {
  max-width: 100%;
}
.recruitContent .textArea p:not(:last-of-type) {
  margin-bottom: 27px;
}
.recruitContent .textArea p {
  text-align: justify;
}
.recruitContent .ttl01 {
  font-size: 2.5rem;
  font-size: min(2.0833333333vw, 40px);
  font-weight: bold;
}
.recruitContent .ttl01 span {
  font-size: 10rem;
  font-size: min(8.3333333333vw, 160px);
  font-weight: bold;
  line-height: 1;
  display: block;
  letter-spacing: 0.025em;
}
.recruitContent .ttl02 {
  font-size: 4.5rem;
  font-size: min(3.75vw, 72px);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.recruitContent .ttl02 em {
  color: #0087e1;
}
.recruitContent .recruitContainer {
  padding: 50px 0 100px;
}
.recruitContent .inner {
  max-width: min(89.5833333333vw, 1720px);
  width: 100%;
  margin: 0 auto;
}
.recruitContent.index #hero {
  background: url(../images/top-hero.png) no-repeat center center/cover;
  width: 100%;
  height: 46.875vw;
}
.recruitContent.index #hero .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.recruitContent.index #hero .textArea {
  margin: 5px 0 30px min(3.125vw, 60px);
}
.recruitContent.index #hero p.catchphrase {
  font-size: 5.25rem;
  font-size: min(4.375vw, 84px);
  color: #0087e1;
  margin-bottom: min(2.34375vw, 45px);
  line-height: 1.4;
}
.recruitContent.index #hero p.text {
  font-size: 2.5rem;
  font-size: min(2.0833333333vw, 40px);
  line-height: 1.5;
  margin-bottom: min(2.34375vw, 45px);
}
.recruitContent.index #hero h2 {
  font-size: 1.6875rem;
  font-size: min(1.40625vw, 27px);
  font-weight: 800;
  letter-spacing: 0.1em;
}
.recruitContent.index #intro {
  padding: min(6.5104166667vw, 125px) 0;
}
.recruitContent.index #intro .row {
  gap: min(2.6041666667vw, 50px);
}
.recruitContent.index #intro .row .textArea {
  max-width: min(52.0833333333vw, 1000px);
  width: 100%;
}
.recruitContent.index #intro .row .textArea h3.ttl02 {
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: min(3.6458333333vw, 70px);
}
.recruitContent.index #intro .row figure {
  display: flex;
  align-items: flex-end;
  width: min(34.7395833333vw, 667px);
}
.recruitContent.index #about {
  background: url(../images/top-about-bg.png) no-repeat center center/cover;
  padding: min(5.2083333333vw, 100px) 0 min(5.7291666667vw, 110px);
}
.recruitContent.index #about * {
  color: #ffffff;
}
.recruitContent.index #about .ttl01 {
  text-align: center;
  margin-bottom: min(5.46875vw, 105px);
}
.recruitContent.index #about .ttl01 span {
  margin-bottom: 10px;
}
.recruitContent.index #about .textArea .ttl02 {
  margin-bottom: min(3.90625vw, 75px);
  line-height: 1.2;
}
.recruitContent.index #ceo-message {
  background: url(../images/top-ceo-bg.png) no-repeat bottom right;
  padding: min(5.2083333333vw, 100px) 0 min(6.7708333333vw, 130px);
}
.recruitContent.index #ceo-message .ttl01 {
  text-align: right;
  margin-bottom: min(5.7291666667vw, 110px);
}
.recruitContent.index #ceo-message .textArea .ttl02 {
  line-height: 1.4;
  margin-bottom: min(3.125vw, 60px);
}
.recruitContent.index #ceo-message .textArea p {
  max-width: 900px;
  width: 100%;
  line-height: 2.2;
}
.recruitContent.index #recruiter-message {
  padding: min(5.9895833333vw, 115px) 0 min(6.25vw, 120px);
}
.recruitContent.index #recruiter-message .ttl01 {
  text-align: center;
  margin-bottom: min(5.46875vw, 105px);
}
.recruitContent.index #recruiter-message .ttl01 span {
  margin-bottom: 10px;
}
.recruitContent.index #recruiter-message .row {
  gap: min(5.2083333333vw, 100px);
}
.recruitContent.index #recruiter-message .row figure {
  max-width: min(36.4583333333vw, 700px);
  width: 100%;
}
.recruitContent.index #recruiter-message .row .textArea {
  max-width: min(47.9166666667vw, 920px);
  width: 100%;
}
.recruitContent.index #recruiter-message .row .textArea .ttl02 {
  font-size: 2.25rem;
  margin-bottom: 30px;
  line-height: 1.67;
}
.recruitContent.career #hero {
  width: 100%;
  height: 31.25vw;
  color: #ffffff;
}
.recruitContent.career #hero .inner {
  max-width: min(66.6666666667vw, 1280px);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.recruitContent.career #hero .inner .textArea {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.recruitContent.career #hero .inner .textArea h2 {
  font-size: min(3.75vw, 72px);
  font-weight: bold;
  margin-bottom: min(2.0833333333vw, 40px);
  letter-spacing: 0.1em;
}
.recruitContent.career #hero .inner .textArea p {
  font-size: min(1.5625vw, 30px);
  line-height: 1.5;
  margin-bottom: min(3.6458333333vw, 70px);
}
.recruitContent.career.career-sales #hero {
  background: url(../images/career-sales-hero.png) no-repeat center center/cover;
}
.recruitContent.career.career-sales-asst #hero {
  background: url(../images/career-sales-asst-hero.png) no-repeat center center/cover;
}
.recruitContent.career.career-cs #hero {
  background: url(../images/career-cs-hero.png) no-repeat center center/cover;
}
.recruitContent.career.career-cad-eng #hero {
  background: url(../images/career-cad-eng-hero.png) no-repeat center center/cover;
}
.recruitContent.career.career-web-eng #hero {
  background: url(../images/career-web-eng-hero.png) no-repeat center center/cover;
}
.recruitContent.career.apply #hero {
  background: url(../images/apply-hero.png) no-repeat center center/cover;
}
.recruitContent.career .ttl01 {
  text-align: center;
  margin-bottom: min(3.3854166667vw, 65px);
}
.recruitContent.career .ttl01 span {
  margin-bottom: 10px;
}
.recruitContent.career #business {
  padding: min(6.5104166667vw, 125px) 0 min(5.2083333333vw, 100px);
}
.recruitContent.career #business figure {
  margin-top: 40px;
}
.recruitContent.career #job-information {
  padding: min(6.7708333333vw, 130px) 0;
}
.recruitContent.career #job-information .inner {
  max-width: min(66.6666666667vw, 1280px);
}
.recruitContent.career #job-information .textArea {
  padding-top: 12px;
}
.recruitContent.career #job-information .textArea dl {
  display: flex;
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #d4d4d4;
}
.recruitContent.career #job-information .textArea dl:not(:last-of-type) {
  margin-bottom: 25px;
}
.recruitContent.career #job-information .textArea dl dt {
  font-size: 20px;
  max-width: 280px;
  max-width: min(14.5833333333vw, 280px);
  width: 100%;
}
.recruitContent.career #job-information .textArea dl dd {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 0;
}
.recruitContent.career #job-information .textArea dl dd ul,
.recruitContent.career #job-information .textArea dl dd ol {
  margin-bottom: 25px;
}
.recruitContent.career #job-information .textArea dl dd ul li,
.recruitContent.career #job-information .textArea dl dd ol li {
  font-weight: 500;
}
.recruitContent.career #job-information .textArea dl dd ul li:not(:last-child),
.recruitContent.career #job-information .textArea dl dd ol li:not(:last-child) {
  margin-bottom: 3px;
}
.recruitContent.career #job-information .textArea dl dd ul {
  padding-left: 1em;
}
.recruitContent.career #job-information .textArea dl dd ol {
  padding-left: 1.5em;
}
.recruitContent.career #job-information .textArea dl dd iframe {
  width: 100%;
  height: 350px;
  margin-top: 40px;
}
.recruitContent.career #flow {
  padding: min(4.9479166667vw, 95px) 0 min(6.25vw, 120px);
}
.recruitContent.career #flow .inner {
  max-width: min(66.6666666667vw, 1280px);
}
.recruitContent.career #flow .ttl01 {
  margin-bottom: 45px;
}
.recruitContent.career #flow .textArea dl {
  display: flex;
  margin-bottom: 70px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d4d4d4;
}
.recruitContent.career #flow .textArea dl:not(:last-of-type) {
  margin-bottom: 25px;
}
.recruitContent.career #flow .textArea dl dt {
  font-size: 20px;
  max-width: 280px;
  width: 100%;
  padding-top: 1em;
}
.recruitContent.career #flow .textArea dl dd {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 0;
}
.recruitContent.career #flow .textArea dl dd ol.chart {
  max-width: 850px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.recruitContent.career #flow .textArea dl dd ol.chart li {
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #0087e1;
  border-radius: 4px;
  position: relative;
  padding: 22px 10px 22px 60px;
  letter-spacing: 0.1em;
}
.recruitContent.career #flow .textArea dl dd ol.chart li:not(:last-child) {
  margin-bottom: 50px;
}
.recruitContent.career #flow .textArea dl dd ol.chart li:last-child {
  color: #0087e1;
}
.recruitContent.career #flow .textArea dl dd ol.chart li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  display: block;
}
.recruitContent.career #flow .textArea dl dd ol.chart li:nth-child(1)::before {
  background: url(../images/ico-num01.svg) no-repeat center center/cover;
}
.recruitContent.career #flow .textArea dl dd ol.chart li:nth-child(2)::before {
  background: url(../images/ico-num02.svg) no-repeat center center/cover;
}
.recruitContent.career #flow .textArea dl dd ol.chart li:nth-child(3)::before {
  background: url(../images/ico-num03.svg) no-repeat center center/cover;
}
.recruitContent.career #flow .textArea dl dd ol.chart li:nth-child(4)::before {
  background: url(../images/ico-num04.svg) no-repeat center center/cover;
}
.recruitContent.career #flow .textArea dl dd ol.chart li:nth-child(5)::before {
  background: url(../images/ico-num05.svg) no-repeat center center/cover;
}
.recruitContent.career #flow .textArea dl dd ol.chart li:not(:last-child)::after {
  content: "";
  background: url(../images/ico-arrow_drop_down.svg) no-repeat center center/cover;
  width: 22px;
  height: 11px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.recruitContent.career #flow a.applyBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  height: 100px;
  width: 100%;
  background-color: #0087e1;
  border: 3px solid #0087e1;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.5rem;
  margin: auto;
  transition: 0.3s;
}
.recruitContent.career #flow a.applyBtn:hover {
  background-color: #ffffff;
  color: #0087e1;
  text-decoration: none;
}
.recruitContent.apply #hero {
  width: 100%;
  height: 31.25vw;
  color: #ffffff;
}
.recruitContent.apply #hero .inner {
  max-width: min(66.6666666667vw, 1280px);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.recruitContent.apply #hero .inner .textArea {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.recruitContent.apply #hero .inner .textArea h2 {
  font-size: min(3.75vw, 72px);
  font-weight: bold;
  margin-bottom: min(10.4166666667vw, 200px);
  letter-spacing: 0.1em;
}
.recruitContent.apply #hero .inner .textArea p {
  font-size: min(1.5625vw, 30px);
  line-height: 1.5;
  margin-bottom: min(3.6458333333vw, 70px);
}
.recruitContent #apply {
  padding: min(6.5104166667vw, 125px) 0 min(5.2083333333vw, 100px);
}
.recruitContent #apply .inner {
  max-width: min(66.6666666667vw, 1280px);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.recruitContent #apply .inner .textArea {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.recruitContent #apply .inner .textArea form * {
  font-weight: 500;
}
.recruitContent #apply .inner .textArea form p.notes {
  margin-bottom: min(5.9895833333vw, 115px);
}
.recruitContent #apply .inner .textArea form p.notes em {
  color: #e51304;
}
.recruitContent #apply .inner .textArea form .wp-block-snow-monkey-forms-item:not(.privacy-check) {
  display: flex;
}
.recruitContent #apply .inner .textArea form .wp-block-snow-monkey-forms-item:not(.privacy-check) .smf-item__col--label {
  max-width: min(22.9166666667vw, 440px);
  width: 100%;
  padding: 0 min(2.0833333333vw, 40px) 0 0;
}
.recruitContent #apply .inner .textArea form .wp-block-snow-monkey-forms-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
}
.recruitContent #apply .inner .textArea form .wp-block-snow-monkey-forms-item.required .smf-item__label__text::after {
  content: "*";
  color: #e51304;
}
.recruitContent #apply .inner .textArea form .wp-block-snow-monkey-forms-item:not(.label-apply_message) .smf-item__label__text {
  white-space: pre;
}
.recruitContent #apply .inner .textArea form .smf-item__label__text {
  font-size: 1.25rem;
}
.recruitContent #apply .inner .textArea form .smf-item__col--controls {
  width: 100%;
}
.recruitContent #apply .inner .textArea form .smf-item__col--controls .smf-radio-button-control__control,
.recruitContent #apply .inner .textArea form .smf-item__col--controls .smf-checkbox-control__control {
  margin-top: calc(var(--_half-leading) * 1.25em);
  width: 1.125rem;
  height: 1.125rem;
}
.recruitContent #apply .inner .textArea form .smf-item__col--controls *::placeholder {
  font-weight: 400;
  color: #b2b2b2;
}
.recruitContent #apply .inner .textArea form .smf-item__col--controls div[data-name=apply_email]::after {
  content: "※迷惑メール対策などでドメイン指定受信を設定されている方は、フォーム送信前に「@quadcept.com」 を受信許可に設定してください。";
  margin-top: 10px;
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
}
.recruitContent #apply .inner .textArea form .smf-select-control {
  width: 100%;
}
.recruitContent #apply .inner .textArea form .smf-select-control select {
  width: 100%;
}
.recruitContent #apply .inner .textArea form .privacy-check .smf-item__description {
  font-size: 1rem;
}
.recruitContent #apply .inner .textArea form .privacy-check .smf-label {
  padding: 10px;
  border: 1px solid #77bde5;
  background-color: #f6fafd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
}
.recruitContent #apply .inner .textArea form .privacy-check .smf-label label {
  margin-bottom: 0;
}
.recruitContent #apply .inner .textArea form .privacy-check .smf-label span.smf-checkbox-control__label {
  font-size: 1.125rem;
}
.recruitContent #apply .inner .textArea form .privacy-check input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  margin: calc(var(--_half-leading) * 1.25em) 0 0;
}
.recruitContent #apply .inner .textArea form input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
  border-radius: 0;
}
.recruitContent #apply .inner .textArea form .smf-action {
  display: flex;
}
.recruitContent #apply .inner .textArea form .smf-action .smf-button-control {
  width: 100%;
}
.recruitContent #apply .inner .textArea form button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  height: 100px;
  width: 100%;
  background-color: #0087e1;
  background-image: none;
  border: 3px solid #0087e1;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.5rem;
  margin: auto;
  transition: 0.3s;
}
.recruitContent #apply .inner .textArea form button[type=submit]:hover {
  background-color: #ffffff;
  color: #0087e1;
  text-decoration: none;
}
.recruitContent #apply .inner .textArea form button[type=submit][disabled] {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.recruitContent #apply .inner .textArea form button[type=submit][disabled]:hover {
  background-color: #c4c4c4;
  color: #ffffff;
  cursor: not-allowed;
}
.recruitContent #apply .inner .textArea form button[type=submit][data-action=back] {
  background-color: #999999;
  border-color: #999999;
}
.recruitContent #apply .inner .textArea form button[type=submit][data-action=back]:hover {
  background-color: #ffffff;
  color: #999999;
}
.recruitContent #apply .inner .textArea form[data-screen=confirm] .smf-placeholder {
  background-color: #f6fafd;
  padding: 10px;
}
.recruitContent #apply .inner .textArea form[data-screen=confirm] .smf-placeholder[data-name=apply_privacy] {
  text-align: center;
  margin: 30px 0;
}
.recruitContent #apply .inner .textArea form[data-screen=confirm] .smf-action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruitContent #apply .inner .textArea form[data-screen=confirm] .smf-action .smf-button-control {
  max-width: 360px;
  width: 100%;
}
.recruitContent #apply .inner .textArea form[data-screen=complete] .smf-complete-content {
  background-color: #f5f5f5;
  padding: min(1.5625vw, 30px) min(2.6041666667vw, 50px);
  border-radius: 10px;
}
.recruitContent #apply .inner .textArea form[data-screen=complete] .smf-complete-content strong {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  display: inline-block;
}
.recruitContent #positions {
  background: url(../images/positions-bg.png) no-repeat center center/cover;
  padding: min(4.6875vw, 90px) 0 min(6.7708333333vw, 130px);
  color: #ffffff;
}
.recruitContent #positions .ttl01 {
  text-align: center;
  margin-bottom: min(3.90625vw, 75px);
}
.recruitContent #positions .ttl01 span {
  margin-bottom: 10px;
}
.recruitContent .positionCardWrap {
  gap: min(5.2083333333vw, 100px);
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.recruitContent .positionCardWrap .positionCard {
  max-width: calc((100% - 2 * min(5.2083333333vw, 100px)) / 3);
  width: 100%;
  text-align: center;
}
.recruitContent .positionCardWrap .positionCard h4 {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.recruitContent .positionCardWrap .positionCard a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  color: #ffffff;
  max-width: 300px;
  width: 100%;
  margin: 25px auto 0;
  font-size: 1.125rem;
  position: relative;
  border-radius: 0;
}
.recruitContent .positionCardWrap .positionCard a::after {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  align-self: center;
}
.recruitContent .positionCardWrap .positionCard a:hover {
  background-color: #ffffff;
  color: #0087e1;
}
.recruitContent ul.notes {
  padding-left: 1em;
  margin-bottom: 25px;
  list-style: none;
}
.recruitContent ul.notes li {
  font-weight: 500;
}
.recruitContent ul.notes li:not(:last-child) {
  margin-bottom: 3px;
}
.recruitContent ul.notes li::before {
  content: "※";
  margin-left: -1em;
  text-indent: 1em;
}
.recruitContent #footerNav .inner {
  max-width: 1200px;
  width: 100%;
}
.recruitContent #footerNav div.row {
  align-items: center;
  padding: 50px 0 30px;
}
.recruitContent #footerNav div.row a {
  color: #333333;
  font-weight: bold;
  transition: 0.3s;
}
.recruitContent #footerNav div.row a:hover {
  color: #0087e1;
  text-decoration: none;
}
.recruitContent #footerNav .logo-wrap {
  display: flex;
}
.recruitContent #footerNav .logo-wrap a.logo {
  display: block;
  margin-right: 15px;
}
.recruitContent #footerNav .logo-wrap a.logo img {
  width: 158px;
  height: 50px;
  position: relative;
  top: -20px;
}
.recruitContent #footerNav .logo-wrap .sitename {
  font-size: 1.125rem;
  letter-spacing: 0.2em;
}
.recruitContent #footerNav ul.row {
  margin-left: auto;
  gap: 10px min(2.6041666667vw, 50px);
  min-height: 50px;
  padding-right: 15px;
}
.recruitContent #footerNav ul.row li {
  list-style: none;
}

@media screen and (min-width: 780px){
  .recruitContent.career #job-information .textArea dl dt {
    padding-right: 1em;
  }
  .recruitContent.career #flow .textArea dl dt {
    padding-right: 1em;
  }
}

@media screen and (min-width: 992px){
  body#recruit {
    padding-top: 100px;
  }
}

@media (min-width: 1100px){
  #global-navi.common-navi-style #recruit-navi .navbar-collapse {
    padding: 0;
  }
}

@media screen and (max-width: 1810px){
  #global-navi.common-navi-style #recruit-navi {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1720px){
  .recruitContent.index #ceo-message {
    background-size: 100%;
  }
  .recruitContent.index #ceo-message .textArea p {
    max-width: min(46.875vw, 900px);
  }
}

@media screen and (max-width: 1280px){
  .recruitContent.career .ttl01 {
    margin-bottom: 50px;
  }
  .recruitContent.career #job-information .inner {
    max-width: 100%;
    padding: 0 30px;
  }
  .recruitContent.career #job-information .textArea dl dt {
    max-width: min(21.875vw, 280px);
  }
  .recruitContent.career #flow .inner {
    max-width: 100%;
    padding: 0 30px;
  }
  .recruitContent.career #flow .textArea dl dt {
    max-width: min(21.875vw, 280px);
  }
  .recruitContent #apply .inner {
    max-width: 100%;
    padding: 0 30px;
  }
  .recruitContent #apply .inner .textArea form .wp-block-snow-monkey-forms-item:not(.privacy-check) .smf-item__col--label {
    max-width: 34.375vw;
    padding: 0 3.125vw 0 0;
  }
}

@media screen and (max-width: 1200px){
  .recruitContent #footerNav div.row {
    padding: 50px 10px 30px;
  }
  .recruitContent #footerNav ul.row {
    padding: 0 10px;
  }
}

@media (max-width: 1100px) and (min-width: 992px){
  #global-navi.common-navi-style #recruit-navi .navbar-collapse {
    width: 100%;
    padding: 0;
  }
  #global-navi.common-navi-style #recruit-navi .navbar-nav {
    max-width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 1070px){
  .recruitContent.index #intro .row .textArea {
    max-width: 100%;
  }
  .recruitContent.index #intro .row figure {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 1000px){
  .recruitContent #footerNav div.row {
    justify-content: center;
  }
  .recruitContent #footerNav ul.row {
    width: 100%;
    justify-content: center;
    padding: 0;
    gap: 10px 30px;
    margin: auto;
    min-height: inherit;
  }
}

@media screen and (max-width: 992px){
  #global-navi.common-navi-style #recruit-navi .logo-wrap a.logo {
    width: 120px;
  }
  #global-navi.common-navi-style #recruit-navi .logo-wrap a.sitename {
    font-size: 1rem;
    margin-left: auto;
    top: 0;
  }
  #global-navi.common-navi-style #recruit-navi {
    flex-wrap: nowrap;
    margin: 0;
  }
  #global-navi.common-navi-style #recruit-navi .navbar-nav {
    max-width: 100%;
    gap: 0;
  }
  #global-navi.common-navi-style #recruit-navi .navbar-nav li {
    white-space: inherit;
  }
  .recruitContent .ttl02 {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .recruitContent .ttl02 br {
    display: none;
  }
  .recruitContent .inner {
    max-width: 100%;
    padding: 0 30px;
  }
  .recruitContent.index #ceo-message .textArea p {
    max-width: 100%;
  }
  .recruitContent.index #ceo-message .textArea {
    margin-bottom: 38.4615384615vw;
  }
  .recruitContent.index #recruiter-message .row figure {
    max-width: 100%;
    text-align: center;
  }
  .recruitContent.index #recruiter-message .row figure img {
    width: 100%;
  }
  .recruitContent.index #recruiter-message .row .textArea {
    max-width: 100%;
  }
  .recruitContent.index #recruiter-message .row .textArea .ttl02 {
    line-height: 1.4;
  }
  .recruitContent.career #hero .inner {
    max-width: 100%;
    padding: 0 30px;
  }
  .recruitContent.career #job-information .textArea dl dd ul li,
  .recruitContent.career #job-information .textArea dl dd ol li {
    font-size: 0.875rem;
  }
  .recruitContent.apply #hero .inner {
    max-width: 100%;
    padding: 0 30px;
  }
  .recruitContent .positionCardWrap .positionCard {
    max-width: calc((100% - min(5.2083333333vw, 100px)) / 2);
  }
  .recruitContent .positionCardWrap .positionCard h4 {
    font-size: 4.375vw;
    font-size: 1.75rem;
  }
  .recruitContent ul.notes li {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 780px){
  .recruitContent.career #job-information .textArea dl {
    flex-direction: column;
  }
  .recruitContent.career #job-information .textArea dl dt {
    background-color: #f5f5f5;
    max-width: 100%;
    padding: 5px;
    margin-bottom: 10px;
  }
  .recruitContent.career #job-information .textArea dl dd {
    padding: 0 5px;
  }
  .recruitContent.career #flow .textArea dl {
    flex-direction: column;
  }
  .recruitContent.career #flow .textArea dl dt {
    background-color: #f5f5f5;
    max-width: 100%;
    padding: 5px;
    margin-bottom: 30px;
  }
  .recruitContent #apply .inner .textArea form .wp-block-snow-monkey-forms-item:not(.privacy-check) {
    display: block;
  }
  .recruitContent #apply .inner .textArea form .wp-block-snow-monkey-forms-item:not(.privacy-check) .smf-item__col--label {
    max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .recruitContent #apply .inner .textArea form .wp-block-snow-monkey-forms-item:not(.label-apply_message) .smf-item__label__text {
    white-space: inherit;
  }
  .recruitContent #apply .inner .textArea form .smf-item__label__text {
    font-size: 1rem;
  }
  .recruitContent #apply .inner .textArea form .privacy-check .smf-item__description {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 640px){
  .recruitContent .recruitContainer {
    padding: 50px 0 !important;
  }
  .recruitContent .positionCardWrap {
    gap: 70px;
  }
  .recruitContent .positionCardWrap .positionCard {
    max-width: 100%;
  }
  .recruitContent .positionCardWrap .positionCard h4 {
    font-size: 1.5rem;
  }
  .recruitContent .positionCardWrap .positionCard figure img {
    width: 100%;
  }
}

@media screen and (max-width: 480px){
  .recruitContent .ttl01 {
    font-size: 1rem;
  }
  .recruitContent .ttl01 span {
    font-size: 2.5rem;
  }
  .recruitContent .ttl02 {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .recruitContent.index #intro .row .textArea h3.ttl02 {
    line-height: 1.4;
  }
  .recruitContent.index #about .textArea .ttl02 {
    line-height: 1.4;
  }
  .recruitContent.index #recruiter-message .row .textArea .ttl02 {
    font-size: 1.5rem;
  }
  .recruitContent #footerNav .logo-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .recruitContent #footerNav .logo-wrap a.logo {
    margin-right: 0;
  }
  .recruitContent #footerNav .logo-wrap a.logo img {
    top: -10px;
  }
}

@media screen and (max-width: 425px){
  #global-navi.common-navi-style #recruit-navi .logo-wrap a.sitename {
    font-size: 0.75rem;
  }
}

/*# sourceMappingURL=recruit.css.map */