@charset "UTF-8";
/* ==========================================================================
   mdlrecruit 専用スタイル
   親テーマ basiccorp の mystyle-new.css を上書き・追記する
   ========================================================================== */
/*追加パターン：採用　ブロック*/
.checkered-pattern {
  margin-bottom: 30px;
}
.checkered-pattern h2 {
  color: var(--col-6);
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.checkered-pattern .wp-block-column {
  padding: 40px 30px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.checkered-pattern .wp-block-column:hover {
  cursor: default;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
}

.checkered-pattern01 .wp-block-column:nth-child(even),
.checkered-pattern02 .wp-block-column:nth-child(even) {
  background-color: var(--col-10);
  border: solid 1px var(--col-10);
}
.checkered-pattern01 .wp-block-column:nth-child(even):hover,
.checkered-pattern02 .wp-block-column:nth-child(even):hover {
  border-color: var(--col-2);
}
.checkered-pattern01 .wp-block-column:nth-child(odd),
.checkered-pattern02 .wp-block-column:nth-child(odd) {
  background-color: var(--col-12);
  border: solid 1px var(--col-12);
}
.checkered-pattern01 .wp-block-column:nth-child(odd):hover,
.checkered-pattern02 .wp-block-column:nth-child(odd):hover {
  border-color: var(--col-2);
}

.num-dynamicWrap.checkered-pattern h2 {
  color: #838383;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
.num-dynamicWrap.checkered-pattern .num-dynamic {
  color: var(--col-6);
  font-family: "Roboto", sans-serif;
  line-height: 100px;
  font-size: 100px;
}
.num-dynamicWrap.checkered-pattern.checkered-pattern-single .wp-block-column:last-child {
  background-color: none;
}
.num-dynamicWrap > .wp-block-column {
  padding-left: 10px;
  padding-right: 10px;
}
.num-dynamicWrap.checkered-pattern-three01 .num-dynamic, .num-dynamicWrap.checkered-pattern-three02 .num-dynamic {
  font-size: 80px;
}

.num-dynamicBox {
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.num-dynamicBox.num-dy-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.num-dynamicBox.num-dy-center .num-unit {
  font-size: 36px;
}

.num-unit {
  font-size: 24px;
}

.num-disc {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.checkered-pattern-three01 .wp-block-column:nth-child(odd) {
  background-color: var(--col-12);
  border: solid 1px var(--col-12);
}
.checkered-pattern-three01 .wp-block-column:nth-child(odd).num-blank {
  background-color: transparent;
}
.checkered-pattern-three01 .wp-block-column:nth-child(odd):hover {
  border-color: var(--col-2);
}
.checkered-pattern-three01 .wp-block-column:nth-child(even) {
  background-color: var(--col-10);
  border: solid 1px var(--col-10);
}
.checkered-pattern-three01 .wp-block-column:nth-child(even):hover {
  border-color: var(--col-2);
}

.checkered-pattern-three02 .num-blank {
  background-color: transparent !important;
}
.checkered-pattern-three02 .wp-block-column:nth-child(even) {
  background-color: var(--col-12);
  border: solid 1px var(--col-12);
}
.checkered-pattern-three02 .wp-block-column:nth-child(even):hover {
  border-color: var(--col-2);
}
.checkered-pattern-three02 .wp-block-column:nth-child(odd) {
  background-color: var(--col-10);
  border: solid 1px var(--col-10);
}
.checkered-pattern-three02 .wp-block-column:nth-child(odd):hover {
  border-color: var(--col-2);
}

.checkered-pattern .wp-block-column.num-blank,
.checkered-pattern .wp-block-column.num-blank:hover,
.checkered-pattern01 .wp-block-column.num-blank:nth-child(odd),
.checkered-pattern01 .wp-block-column.num-blank:nth-child(even),
.checkered-pattern01 .wp-block-column.num-blank:nth-child(odd):hover,
.checkered-pattern01 .wp-block-column.num-blank:nth-child(even):hover,
.checkered-pattern02 .wp-block-column.num-blank:nth-child(odd),
.checkered-pattern02 .wp-block-column.num-blank:nth-child(even),
.checkered-pattern02 .wp-block-column.num-blank:nth-child(odd):hover,
.checkered-pattern02 .wp-block-column.num-blank:nth-child(even):hover {
  background-color: transparent !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  cursor: default !important;
}

@media screen and (min-width: 769px) {
  /*追加パターン：採用　ブロック*/
  .checkered-pattern02 .wp-block-column:nth-child(even) {
    background-color: var(--col-12);
    border: solid 1px var(--col-12);
  }
  .checkered-pattern02 .wp-block-column:nth-child(even):hover {
    border-color: var(--col-2);
  }
  .checkered-pattern02 .wp-block-column:nth-child(odd) {
    background-color: var(--col-10);
    border: solid 1px var(--col-10);
  }
  .checkered-pattern02 .wp-block-column:nth-child(odd):hover {
    border-color: var(--col-2);
  }
}/*# sourceMappingURL=mystyle-recruit.css.map */