@charset "UTF-8";
/* ==================================================

<目次>
 汎用スタイル
 パーツ：WPブロック・SMブロック
 パーツ：個別設定
 ヘッダー・フッター
 トップページ
 下層ページ

=================================================== */
/* ==================================================

 汎用クラス

================================================== */
/* margin-top */
.mt0 {
  margin-top: 0 !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt80 {
  margin-top: 80px !important;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0 !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

/* padding */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* 表示切り替え */
.is_pc {
  display: none;
}
@media (min-width: 1024px) {
  .is_pc {
    display: block;
  }
}

.is_sp {
  display: block;
}
@media (min-width: 1024px) {
  .is_sp {
    display: none;
  }
}

.u-link_text-decoration_remove a {
  text-decoration: none !important;
}
.u-link_text-decoration_remove a:hover {
  opacity: 0.8 !important;
}

.u-link_hover_opacity a:hover {
  opacity: 0.8 !important;
}

/* ==================================================

 パーツ：WPブロック・SMブロック

================================================== */
/* メディアとテキスト:めり込み解消 */
.wp-block-snow-monkey-blocks-media-text .c-row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

/* セクション：背景テキスト選択不可 */
.smb-section__background-text__text {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* ==================================================

 パーツ：個別設定

================================================== */
/* 見出し
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3 !important;
}

/* h1 */
body:not(.home) .c-page-header {
  color: #fff;
  background-color: var(--wp--preset--color--sm-accent);
  background-image: url(../img/bg_page-head.png);
  background-repeat: no-repeat;
  background-size: 20%;
}

@media (max-width: 1080px) {
  body:not(.home) .c-page-header {
    background-size: 200px;
  }
}
@media (max-width: 639px) {
  body:not(.home) .c-page-header {
    padding-bottom: var(--_padding1);
    padding-top: var(--_padding1);
  }
  body:not(.home) .c-page-header .c-page-header__title {
    font-size: 1.6rem;
  }
}
/* h2 - 5 */
body:not(.home) .l-contents__main h2:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title) {
  color: #fff;
  background-color: var(--wp--preset--color--sm-accent);
  border-radius: 4px;
  padding: 0.5em;
}
body:not(.home) .l-contents__main h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title) {
  padding: 0.25em 0.25em 0.5em 0.25em;
  position: relative;
}
body:not(.home) .l-contents__main h3:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title)::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  border-bottom: 4px solid var(--wp--preset--color--sm-accent);
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
body:not(.home) .l-contents__main h4:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title)::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon_circle.png) no-repeat center center/contain;
  margin-right: 0.35em;
  vertical-align: middle;
}
body:not(.home) .l-contents__main h5:not(.is-style-plain):not(.is-style-snow-monkey-143826):not(.p-related-posts__title):not(.c-entry-aside__title):not(.c-entry-summary__title):not(.wp-profile-box__title):not(.smb-section__title) {
  color: var(--wp--preset--color--sm-accent);
}

/* ボタン
---------------------------------------- */
.smb-btn-wrapper.is-style-standard .smb-btn {
  position: relative;
  background-color: #fff;
  color: var(--wp--preset--color--sm-accent);
  border: 1px solid var(--wp--preset--color--sm-accent);
  border-radius: 5px;
}
.smb-btn-wrapper.is-style-standard .smb-btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #EAEAEA;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  padding: 0.8em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0.8em;
  position: absolute;
}
.smb-btn-wrapper.is-style-standard .smb-btn:hover {
  background-color: #f2f7fa;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.smb-btn-wrapper.is-style-standard-inverted .smb-btn {
  position: relative;
  background-color: var(--wp--preset--color--sm-accent);
  color: #fff;
  border: 1px solid var(--wp--preset--color--sm-accent);
}
.smb-btn-wrapper.is-style-standard-inverted .smb-btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #EAEAEA;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  padding: 0.8em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0.8em;
  position: absolute;
}

/* リスト
---------------------------------------- */
.c-icon-list_circle {
  padding-left: 0;
}
.c-icon-list_circle li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.c-icon-list_circle li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon_circle.png) no-repeat center center/contain;
}

/* ボックス
---------------------------------------- */
/* 画像
---------------------------------------- */
.c-img_cover {
  height: 100% !important;
}
.c-img_cover img {
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* 項目
---------------------------------------- */
.c-items_height_full .smb-items__item {
  height: 100% !important;
}
.c-items_height_full .smb-items__item .smb-items__item__body {
  height: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Contact Form 7 フォーム
---------------------------------------- */
.p-contactform table {
  width: 100%;
  border-collapse: collapse;
}
.p-contactform table tbody th, .p-contactform table tbody td {
  padding: 1rem;
}
.p-contactform table tbody th {
  background-color: #f6f6f6 !important;
  width: 30%;
}
.p-contactform table tbody td:first-child {
  font-weight: bold;
  background-color: #f6f6f6;
}
.p-contactform input[type=text],
.p-contactform input[type=tel],
.p-contactform input[type=email] {
  padding: 0.25em 0.5em;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform input[type=text].full,
.p-contactform input[type=tel].full,
.p-contactform input[type=email].full {
  width: 100%;
  max-width: 100%;
}
.p-contactform input[type=text]:focus,
.p-contactform input[type=tel]:focus,
.p-contactform input[type=email]:focus {
  background-color: #EEE;
}
.p-contactform input[type=text].wpcf7-not-valid,
.p-contactform input[type=tel].wpcf7-not-valid,
.p-contactform input[type=email].wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform textarea {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform textarea:focus {
  background-color: #EEE;
}
.p-contactform textarea.wpcf7-not-valid {
  border: 1px solid #E00;
}
.p-contactform select {
  padding: 8px;
  border-color: #CCC;
}
.p-contactform .wpcf7-list-item {
  margin: 0 1em 0 0;
  margin-bottom: 8px !important;
}
.p-contactform span.wpcf7-not-valid-tip {
  margin-top: 2px;
  color: #E00;
}
.p-contactform p {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .p-contactform table tbody th,
  .p-contactform table tbody td:first-child {
    width: 300px;
  }
}
@media (max-width: 639px) {
  .p-contactform {
    padding-left: 0;
  }
  .p-contactform table {
    display: block;
  }
  .p-contactform table tbody, .p-contactform table tr, .p-contactform table th, .p-contactform table td {
    display: block;
    width: 100%;
  }
  .p-contactform table tr:first-child th,
  .p-contactform table tr:first-child td {
    border-bottom: 0;
  }
  .p-contactform .wpcf7-list-item {
    margin-bottom: 0.8rem;
    display: block !important;
  }
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder {
  color: #999;
}
input::placeholder {
  color: #999;
}

.p-required_mark::after {
  content: "必須";
  display: inline-block;
  color: #ED1C24;
  font-size: 0.8em;
  margin-left: 0.3rem;
}

.wpcf7-submit {
  font-weight: bold;
  margin-left: 72px;
}

/* ==================================================

 3.ヘッダー・フッター

================================================== */
/* ヘッダー
---------------------------------------- */
.l-1row-header .p-global-nav .c-navbar__item > a {
  padding: var(--_padding-2) var(--_padding-1);
}
.l-1row-header .p-global-nav .c-navbar__item:not([class^=c-btn_]):hover {
  background-color: var(--wp--preset--color--sm-accent);
  color: #fff;
}
.l-1row-header .p-global-nav .c-navbar__submenu {
  padding-top: 8px;
  background-color: initial;
}
.l-1row-header .p-global-nav .c-navbar__submenu > .menu-item {
  border: 1px solid rgba(255, 255, 255, 0.4588235294);
  background-color: var(--wp--preset--color--sm-accent);
  margin-top: -1px;
}

@media (min-width: 1024px) {
  .l-1row-header .l-1row-header__branding {
    padding-bottom: var(--_padding-1);
    padding-top: var(--_padding-1);
  }
}
.p-drop-nav .c-navbar__submenu > .menu-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.4588235294);
  background-color: var(--wp--preset--color--sm-accent);
  margin-top: -1px;
}

.c-drawer__menu .menu-item a {
  font-weight: bold;
}
.c-drawer__menu .c-btn_contact a {
  padding: 1em 0.75em;
}

.c-drawer__submenu .menu-item a {
  font-weight: normal;
}

/* フッター
---------------------------------------- */
.l-footer {
  border-top: none !important;
  background-color: #333;
  color: #fff;
}
.l-footer .menu-footer_nav-container > .menu a {
  display: block;
  font-weight: bold;
  padding: var(--_padding-2) var(--_padding-1);
  text-decoration: none;
}
.l-footer .menu-footer_nav-container > .menu a:hover {
  opacity: 0.8;
}
.l-footer a {
  color: #fff;
  text-decoration: none;
}
.l-footer a:hover {
  opacity: 0.8;
}

@media (min-width: 640px) {
  .l-footer .menu-footer_nav-container > .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
  }
  .l-footer .menu-footer_nav-container li + li {
    margin-top: 0;
  }
}
/* ボタン
---------------------------------------- */
.c-btn_contact a {
  color: #fff !important;
  background-color: var(--wp--preset--color--sm-sub-accent);
}
.c-btn_contact a:hover {
  color: var(--wp--preset--color--sm-sub-accent) !important;
  background-color: #fff;
  outline: 1px solid var(--wp--preset--color--sm-sub-accent);
  outline-offset: -1px;
}

/* ==================================================

 トップページ

================================================== */
.p-home_mv {
  position: relative;
  z-index: 2;
}

.p-home_introduction {
  padding-bottom: 10em;
}
.p-home_introduction .smb-section__fixed-background {
  background-color: var(--smb-section--fixed-background-color);
  background-image: url(../img/bg_home_introduction.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.p-home_introduction .smb-section__title {
  position: relative;
}
.p-home_introduction .smb-section__title::after {
  content: "";
  display: block;
  width: 550px;
  height: 150px;
  background: url(../img/since.svg) no-repeat center center/contain;
  position: absolute;
  top: -101px;
  left: -1em;
}

@media (max-width: 1079px) {
  .p-home_introduction {
    padding-bottom: 6em;
  }
  .p-home_introduction .smb-section__fixed-background {
    background-size: 90%;
  }
}
.p-home_service_list li {
  line-height: 1.3;
}

.p-home_message .c-container {
  background-image: url(../img/bg_worker.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: var(--smb-section--padding);
}

.p-home_recruit {
  z-index: 2;
}

.p-home_news .smb-section__title {
  position: relative;
}
.p-home_news .smb-section__title::before {
  content: "";
  display: block;
  width: 550px;
  height: 150px;
  background: url(../img/news-topics.svg) no-repeat center center/contain;
  position: absolute;
  top: -120px;
  left: 0;
}
.p-home_news .p-home_news_list .c-entries--text2.c-entries {
  border-top: none !important;
}
.p-home_news .p-home_news_list .c-entries__item {
  border-bottom: 1px solid #DBDBDB;
  padding-inline: 0.5em;
}
.p-home_news .p-home_news_list .c-entries__item:hover {
  background-color: #f2f7fa;
}
.p-home_news .p-home_news_list .c-entry-summary__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
.p-home_news .p-home_news_list .c-entry-summary__header {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-home_news .p-home_news_list .c-entry-summary__meta {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-home_news .p-home_news_list .c-meta__item:not(:last-child) {
  margin-right: 1em;
}
.p-home_news .p-home_news_list .c-entry-summary__term {
  background-color: #D9E8F4;
  color: inherit;
  border-radius: 3em;
  min-width: 8em;
  text-align: center;
}

@media (max-width: 639px) {
  .p-home_news .smb-section__title::before {
    background-size: 65% !important;
    background-position: left;
    top: -90px;
  }
  .p-home_news .p-home_news_list .c-entry-summary__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1em;
  }
}
/* ==================================================

 採用

================================================== */
.p-recruit_mv .p-recruit_mv_title {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  background-color: var(--wp--preset--color--sm-accent);
  padding: 0 2em;
}

@media (min-width: 640px) {
  .p-recruit_mv .p-recruit_mv_copy {
    margin-top: -40px;
    padding-left: 40px;
  }
}
@media (max-width: 639px) {
  .p-recruit_mv .p-recruit_mv_title {
    font-size: 1.25rem;
  }
  .p-recruit_mv .p-recruit_mv_copy {
    margin-top: -20px;
  }
}
.p-recruit_introduction {
  background-image: url(../img/bg_recruit_introduction.png);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 90% 5%;
}

.p-recruit_work {
  padding-top: 8em;
}
.p-recruit_work .smb-section__background-text__text {
  line-height: 0.68;
}
.p-recruit_work .smb-section__lede-wrapper {
  margin-top: var(--_margin-2) !important;
}

@media (max-width: 639px) {
  .p-recruit_work {
    padding-top: 4.5em;
  }
}
.p-recruit_message {
  padding-top: 9em;
}
.p-recruit_message .smb-section__background-text__text {
  line-height: 1.5;
}
.p-recruit_message .smb-section__lede-wrapper {
  margin-top: var(--_margin-2) !important;
}

@media (max-width: 639px) {
  .p-recruit_message {
    padding-top: 4.5em;
  }
}
.p-recruit_data {
  background-image: url(../img/bg_recruit_data.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
.p-recruit_data .smb-section__background-text__text {
  font-size: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

@media (max-width: 639px) {
  .p-recruit_data .smb-section__background-text__text {
    font-size: 2.5rem;
    top: 0.5em;
  }
}
.p-recruit_reason .smb-section__background-text__text {
  font-size: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

@media (min-width: 640px) {
  .p-recruit_reason .smb-btn {
    width: 18em;
  }
}
@media (max-width: 639px) {
  .p-recruit_reason .smb-section__background-text__text {
    font-size: 2.5rem;
    top: 0.5em;
  }
}
.p-recruit_cta .smb-section-with-bgimage__bgimage--lg img {
  opacity: 1;
}
.p-recruit_cta .smb-section__title {
  font-size: 3rem;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}
.p-recruit_cta .p-recruit_text {
  text-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
}

@media (max-width: 639px) {
  .p-recruit_cta .smb-section__title {
    font-size: 2rem;
  }
}
.c-btn_requirements,
.c-btn_entry {
  width: 45%;
}
.c-btn_requirements .smb-btn,
.c-btn_entry .smb-btn {
  width: 100%;
  padding-top: var(--_padding1);
  padding-bottom: var(--_padding1);
  position: relative;
}
.c-btn_requirements .smb-btn::after,
.c-btn_entry .smb-btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #EAEAEA;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  padding: 0.8em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0.8em;
  position: absolute;
}
.c-btn_requirements .smb-btn__label,
.c-btn_entry .smb-btn__label {
  text-shadow: #333 0 0 40px;
}

.c-btn_requirements .smb-btn {
  border: 1px solid #fff;
  background-color: rgba(0, 118, 255, 0.7);
}

.c-btn_entry .smb-btn {
  border: 1px solid #fff;
  background-color: rgba(255, 98, 0, 0.7);
}

@media (max-width: 639px) {
  .c-btn_requirements,
  .c-btn_entry {
    width: 100%;
  }
}
/* ==================================================

 下層ページ

================================================== */
/* 投稿者と更新日時を非表示 */
.c-meta__item--author {
  display: none !important;
}

/* 代表メッセージ */
@media (max-width: 639px) {
  .p-company_ceo .smb-media-text__figure {
    max-width: 250px;
    margin: auto;
  }
}
/* 沿革 */
.p-history_list .smb-information__body .smb-information__item .smb-information__item__label {
  position: relative;
  line-height: 1.3;
}

.p-history_list .smb-information__body .smb-information__item .smb-information__item__label::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: var(--accent-color);
  border-radius: 100%;
  position: absolute;
  left: calc(100% - 0.5em);
  top: 0;
}

.p-history_list .smb-information__body .smb-information__item .smb-information__item__label::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--accent-color);
  position: absolute;
  right: 0;
  top: 0;
}

.p-history_list .smb-information__body .wp-block-columns {
  height: 100%;
}

@media (max-width: 639px) {
  .p-history_list .smb-information__body .smb-information__item .smb-information__item__label {
    padding-left: 2em;
  }
  .p-history_list .smb-information__body .smb-information__item .smb-information__item__label::before {
    left: 0;
    top: 2px;
  }
  .p-history_list .smb-information__body .smb-information__item .smb-information__item__label::after {
    content: none;
  }
  .p-history_list .smb-information__body .smb-information__item .smb-information__item__body .wp-block-columns {
    gap: 8px;
  }
}
@media (min-width: 640px) {
  .p-history_list {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p-history_list .c-row__col--md-3-4 {
    padding-left: var(--_gap);
    padding-right: var(--_gap);
  }
  .p-history_list .smb-information__body > * + * {
    margin-top: 0 !important;
  }
  .p-history_list .smb-information__body .smb-information__item .smb-information__item__label {
    min-height: 4rem;
    padding-right: 1em;
  }
}