@charset "UTF-8";
/* フォントフェースの定義 */
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* 全体へのフォント適用 */
body,
body * {
  font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  /* デフォルトのウェイト */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#site-header {
  z-index: 99999;
}

ul, li {
  list-style: none;
  margin: 0;
}

.d-flex {
  display: flex;
}

.d-inline-block {
  display: inline-block;
}

.justify-content-center {
  justify-content: space-center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.aligin-itemes-center {
  align-items: center;
}

.aligin-itemes-stretch {
  align-items: stretch;
}

.under-line_120 {
  position: relative;
}
.under-line_120::after {
  position: absolute;
  content: "";
  width: 140%;
  left: 50%;
  bottom: -10%;
  border-bottom: 2px solid grey;
  transform: translateX(-50%);
  transition: width 1.5s ease;
}

.text-start {
  text-align: left;
}

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

.text-end {
  text-align: right;
}

.text-color-green {
  color: #0f0;
}

.text-color-blue {
  color: #00f;
}

.text-small {
  font-size: 0.8em;
}

.fw-bold {
  font-weight: bolder;
}

.fa-solid.fa-square-check, .fa-solid.fa-droplet {
  margin-right: 0.5em;
}

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

/*************************************************************************************************************************/
.progress_hover {
  position: relative;
  overflow: hidden;
  color: #222;
  background-color: transparent;
}
.progress_hover span {
  position: relative;
  z-index: 1;
}
.progress_hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #ff0;
  z-index: 0;
  transition: width 0.5s ease;
}
.progress_hover:hover::before {
  width: 100%;
}

/*************************************************************************************************************************/
section {
  padding: 2rem 0;
}
@media (max-width: 782px) {
  section {
    padding: 1rem 0;
  }
}

#recruit-wrap .content-block_inner {
  max-width: 728px;
}
#recruit-wrap .section-body .section-ttl {
  display: flex;
  align-items: center;
}
#recruit-wrap .section-body .icon-employ {
  background: #444;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
}
#recruit-wrap .section-body .job-type {
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: 2rem;
}
#recruit-wrap .section-body table.table-recruit-info {
  border: 1px solid #d2d6d9;
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
}
#recruit-wrap .section-body table.table-recruit-info th {
  width: 20%;
  background-color: #222;
  color: white;
  padding: 16px;
}
#recruit-wrap .section-body table.table-recruit-info td {
  background-color: white;
  padding: 16px;
}
#recruit-wrap .section-body .entry-area {
  margin-top: 5rem;
  text-align: center;
}
#recruit-wrap .section-body .entry-area button {
  padding: 1.5rem 3rem;
  display: inline-block;
  background-color: #222;
  color: #fff;
}
#recruit-wrap .section-body .entry-area button svg {
  display: inline-block;
  position: relative;
  top: -0.05em;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  fill: #ddd;
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
#recruit-wrap .section-body .entry-area button:hover svg {
  transform: translate(2rem, 0);
}
#recruit-wrap .section-body .form-ttl {
  text-align: center;
  font-size: 3rem;
  margin-top: 10rem;
  font-weight: bold;
}
#recruit-wrap .section-body .custom-recruit-form #wpforms-submit-147 {
  display: none;
}
#recruit-wrap .section-body .custom-recruit-form .radio-readonly select,
#recruit-wrap .section-body .custom-recruit-form .radio-readonly input[type=radio],
#recruit-wrap .section-body .custom-recruit-form .radio-readonly input[type=checkbox],
#recruit-wrap .section-body .custom-recruit-form .radio-readonly label {
  pointer-events: none;
  opacity: 0.6 !important;
}

.speechBubble_child_text h3 {
  font-size: 3em;
}

.shop_ichibu, .shop_kashiwagi {
  background-color: rgba(255, 255, 0, 0.2) !important;
}
.shop_ichibu *, .shop_kashiwagi * {
  color: black !important;
}

.shop_omiya {
  background-color: rgba(0, 255, 0, 0.2) !important;
}
.shop_omiya * {
  color: black !important;
}

#benefits_wrap .relax-collapse {
  width: 100%;
  padding-right: 2em !important;
  padding-left: 2em !important;
  position: relative;
  transition: transform 0.5s ease;
}
#benefits_wrap .relax-collapse::after {
  position: absolute;
  content: "▲";
  right: 0.5em;
  top: 0.25em;
}
#benefits_wrap .relax-collapse.collapsed::after {
  content: "▼";
}/*# sourceMappingURL=custom_recruit.css.map */