html {
  scroll-behavior: smooth;
}

.neo_orange {
  color: #b3570c !important;
}

.wp-block-snow-monkey-blocks-box {
  border: none;
}

.relative {
  position: relative;
}

.smb-box__body>h2 {
  border: none !important;
  padding: 0 !important;
  background-color: #fff !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.top_main_sec {
  padding-top: 30px !important;
}

.fv_top {
  height: calc(100vh - 90px);
}

.p-section-front-page-content {
  padding: 0;
}

.recruit_t_btn {
  margin-top: 36px;
  margin-bottom: 36px;
}

.recruit_t_btn a {
  border: 1px solid #333;
}

.recruit_t_btn a:hover {
  background-color: #333 !important;
}

.recruit_t_btn_01 {
  margin-top: 36px !important;
  font-weight: bold;
}

.recruit_t_btn_01 a:hover {
  background-color: #f07a1a !important;
  color: #fff !important;
  opacity: 1 !important;
}

.fv_top h1 {
  color: #000;
  -webkit-text-stroke: 2px #FFF;
  text-stroke: 2px #FFF;
}

.recruit_t_btn a,
.service_t_btn a {
  border-radius: 100px !important;
}

.service_t_btn a {
  background-color: #333 !important;
}

.service_t_box h3 {
  font-size: 1.6em;
}

/* サークルボタン */

.wrap {
  width: min(1200px, 96vw);
  padding: 24px 12px;
}

#menu-globalmenu-1 li {
  position: relative;
}

#menu-globalmenu-1 li::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #333;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

#menu-globalmenu-1 li:nth-of-type(5)::after {
  display: none;
}


#menu-globalmenu-2 li {
  position: relative;
}

#menu-globalmenu-2 li::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #333;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

#menu-globalmenu-2 li:nth-of-type(5)::after {
  display: none;
}

/* 5個を横並び（折り返し無しがいいなら nowrap に） */
.circle-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  /* 画面が狭い時は折り返し（必要なら消してOK） */
  flex-wrap: wrap;
  justify-content: space-between;
}

/* ボタンを丸に */
.circle-card {
  width: 19%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: none;
  background: #f07a1a;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 26px 18px;
  cursor: pointer;

  transition: box-shadow 220ms ease, transform 220ms ease;
}

/* 黄色いハイライト（ホバー＋キーボードフォーカス） */
.circle-card:hover,
.circle-card:focus-visible {
  box-shadow:
    0 0 0 2px rgba(255, 214, 51, 0.55),
    0 0 28px 10px rgba(255, 214, 51, 0.35),
    0 0 60px 18px rgba(255, 214, 51, 0.18);
  transform: translateY(-1px);
}

.circle-card:active {
  transform: translateY(0) scale(0.99);
}

/* アイコンの丸背景 */
.icon-badge {
  width: 100px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  overflow: hidden;
}

/* imgで表示（SVG直書きではなく） */
.icon-badge img {
  object-fit: contain;
  display: block;
}

/* テキスト */
.label {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #fff;
}

/* 下向き記号（軽量に文字で） */
.chev {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  transform: translateY(2px);
}

/* もっと小さい画面向け */
@media (max-width:900px) {
  :root {
    --circle: 200px;
  }
}

@media (max-width:520px) {
  :root {
    --circle: 180px;
    --gap: 16px;
  }

  .label {
    font-size: 18px;
  }
}

.t_ser_container {
  margin-top: 60px !important;
}


.service_t_box {
  background-color: #f08630;
  margin-top: 20px;
  padding: 30px 50px;
  border-radius: 100px;
  border: 5px solid #7b7b7b;
}

.service_t_box .service_container {
  background-color: #fff;
  padding: 30px 20px;
  border: double 5px #333;
  text-align: center;
  font-weight: 700;
}

.service_t_box .service_container .price_title {
  font-size: 20px;
}

.service_t_box .smb-information {
  margin: 10px auto 0;
  max-width: 300px;
}

.service_t_box .smb-information .smb-information__item__body {
  color: #990021;
}

.t_recruit_sec .smb-section-with-bgimage__bgimage {
  max-width: 100% !important;
}

.t_map {
  margin: 0 !important;
}

.t_recruit_sec {
  margin-bottom: 0 !important;
}

/* service */
.sub_fv {
  text-align: center;
  padding: 50px 0;
  background-color: #f07a1a;
}

.sub_fv h1 {
  margin: 0 !important;
  color: #fff;
}

.none_line {
  border-bottom: none !important;
}

.case_box_wrapper img {
  display: inline-block;
  width: 64px !important;
}

.case_box_wrapper .case_flex {
  align-items: stretch;
}

.case_box_wrapper .case_flex .case_box {
  height: 100%;
}

.case_box {
  padding: 20px;
  border: 3px solid #f07a1a;
  text-align: center;
  background-color: #fff;
}

.case_box p {
  margin-top: 10px !important;
}

.contact_box {
  border: 1px solid #f07a1a;
  text-align: center;
  background-color: #fff;
}

.broken_sec {
  background-color: #e7e7e7;
}

.broken_sec .smb-box {
  padding: 30px;
}

[data-is-full-template=true] .c-entry__content:not([data-home-page-container=true])>* {
  width: 100%;
}

.service_flex:nth-of-type(2) .wp-block-image {
  width: 250px !important;
}


.service_flex:nth-of-type(odd) .wp-block-image {
  width: 180px !important;
}

.service_flex h2 {
  margin-bottom: 10px !important;
  color: #f07a1a;
}

.under_line {
  padding-bottom: 5px;
  border-bottom: 1px solid #7b7b7b;
}

/* 採用情報 */
.reasoun_box {
  padding: 0;
  border: none;
}

.rec_pint {
  padding: 20px 30px;
  border: 1px solid #7b7b7b;
}

.rec_pint strong {
  color: #f07a1a;
}

.reasoun_box_wrapper {
  background-color: #c7c7c7;
  padding: 30px 20px;
}

.reasoun_box .orange_box {
  background-color: #f07a1a;
  padding: 20px 30px;
  text-align: left;
  max-width: 870px;
  margin: 0 0 0 auto !important;
}

.reasoun_box .black_box {
  background-color: #333;
  color: #fff;
  text-align: left;
  margin: 0 !important;
  padding: 20px 30px;
}

.reasoun_box .black_box strong {
  font-size: 1.2em;
}

.reasoun_box .orange_box h2 {
  background-color: #f07a1a !important;
  margin: 0;
  position: relative;
}

.reasoun_box .orange_box h2::before {
  content: "01";
  position: absolute;
  left: -110px;
  font-size: 58px;
  bottom: 0;
  color: #f07a1a;
  line-height: 1;
}

.reasoun_box_02 .orange_box h2::before {
  content: "02";
}

.reasoun_box_03 .orange_box h2::before {
  content: "03";
}

.rec_sec_02 {
  background-color: #333;
  color: #fff;
}

.rec_sec_02 h2 {
  color: #f07a1a;
}

.rec_sec_03 .recruit_graph .smb-information__item__label,
.rec_sec_03 .recruit_graph .smb-information__item__body {
  padding: 10px;
}

.rec_sec_03 .recruit_graph .smb-information__item__label {
  background-color: #e3e3e3;
  color: #f07a1a;
  font-weight: 700;
}

.work_flow strong {
  color: #f07a1a;
  font-size: 1.2em;
}

.wp-block-accordion-panel p {
  color: #f07a1a;
}

.wp-block-accordion-item {
  margin-bottom: 20px;
}

/* 会社概要 */
.company_graph .wp-block-snow-monkey-blocks-information-item {
  padding: 20px 40px;
  background-color: #e3e3e3;
}

.company_graph .wp-block-snow-monkey-blocks-information-item:nth-of-type(n+2) {
  margin-top: 20px;
}

.company_graph .smb-information__item__label {
  font-weight: bold;
}

/* お問い合わせ */
.contact_w_box {
  background-color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 40px auto 0;
  border: 3px solid #333;
}

.contact_w_box {
  position: absolute;
  bottom: -300px;
  left: 50%;
  transform: translateX(-50%);
}

.contact_w_box strong {
  font-size: 1.1em;
}

.contact_fv {
  min-height: 150px;
  margin-bottom: 280px !important;
}

.contact_form_sec {
  margin-top: 0 !important;
}

.contact_form_sec .smb-section__body {
  margin-top: 20px !important;
}

.rec_contact_sec_02 .smf-form {
  background-color: #fff;
  padding: 30px 20px;
}

/* cta */
.cta-fixed {
  position: fixed;
  right: 16px;
  bottom: 60px;
  z-index: 9999;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 18px 16px;
  border-radius: 999px;

  background: #333;
  border: 3px solid #f07a1a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;

  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  transition: transform .15s ease, opacity .15s ease;

  width: 270px !important;
}

@media (min-width: 768px) {
  .cta-fixed:hover {
    transform: translateY(-2px);
    background: #f07a1a;
    border-color: #333;
  }

  .cta-fixed:active {
    transform: translateY(0);
    opacity: .9;
  }

  .cta-fixed:focus-visible {
    outline: 3px solid rgba(0, 0, 0, .25);
    outline-offset: 3px;
  }
}



/* footer */
footer .l-footer-widget-area {
  background-color: #f07a1a;
  color: #333;
}

footer .l-footer-widget-area .c-row {
  display: block;
}

#menu-globalmenu-3 {
  display: flex;
  font-size: 16px !important;
  justify-content: center;
}

#menu-globalmenu-3 li {
  margin: 0 !important;
}

#menu-globalmenu-3 li a {
  padding: 20px;
  transition: all 0.3s;
}

footer .c-row__col--lg-1-4,
footer .c-row__col--lg-2-8,
footer .c-row__col--lg-3-12 {
  --_item-width: 100% !important;
}

#menu-globalmenu-3 li {
  position: relative;
}

#menu-globalmenu-3 li::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

#menu-globalmenu-3 li:nth-of-type(5)::after {
  display: none;
}

#menu-globalmenu-3 li a:hover {
  color: #fff;
}

.footer_column {
  max-width: 860px;
  margin: 0 auto;
}

.c-copyright {
  background-color: #f07a1a;
  color: #333;
}

.footer_logo a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.footer_logo a:hover {
  color: #fff;
}

.company_graph .c-row .c-row__col:nth-of-type(1) {
  color: #b3570c;
}

@media (max-width: 768px) {
  .fv_top h1 span {
    font-size: 32px !important;
  }

  .fv_top h1 {
    color: #000;
    -webkit-text-stroke: 0.1px #FFF;
  }

  .fv_top {
    height: 50vh;
  }

  .driver_btn {
    width: 100% !important;
  }

  .circle-row {
    flex-direction: column;
  }

  .circle-card {
    width: 70% !important;
  }

  .t_ser_container {
    padding: 0% !important;
  }

  .service_t_box {
    padding: 30px 20px !important;
  }

  .service_container {
    text-align: left !important;
  }

  .service_t_btn {
    width: 100% !important;
  }


  .service_container .c-row .c-row__col:nth-of-type(1) {
    margin-bottom: 0 !important;
  }

  .service_container .price_title {
    font-size: 17px !important;
  }

  .t_recruit_sec .wp-block-button__width-50 {
    width: 100% !important;
  }

  .home .t_map {
    padding: 20px 0;
  }

  #menu-globalmenu-3 {
    flex-wrap: wrap;
  }

  #menu-globalmenu-3 li {
    width: 100%;
  }

  #menu-globalmenu-3 li::after {
    display: none;
  }

  .service_t_box {
    border-radius: 50px;
  }

  .recruit_t_btn .wp-block-button__width-50 {
    width: 100% !important;
  }

  .service_flex:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .reasoun_box .orange_box h2::before {
    left: -70px;
    top: -90px;
  }

  .reasoun_box:nth-of-type(n+2) {
    margin-top: 60px !important;
  }

  .work_flow .c-row .c-row__col:nth-of-type(1) {
    margin-bottom: 0 !important;
    color: #b3570c;
  }

  .company_graph .c-row .c-row__col:nth-of-type(1) {
    margin-bottom: 0 !important;
  }

  .contact_w_box {
    width: 360px !important;
    bottom: -420px;
    padding: 20px 10px !important;
  }


  .contact_fv {
    margin-bottom: 420px !important;
  }

  #menu-globalmenu-3 li a {
    padding: 20px 0;
  }

  .cta-fixed {
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0);
  }


}