@charset "UTF-8";
.page-id-1054 .lows.def {
  margin-bottom: 0;
}

.facility.facility_top {
  background: #FFF7F5;
}
.facility.facility_top .base_wrap {
  padding: 64px 0 120px;
}
.facility.facility_top .base {
  margin-bottom: 32px;
}
.facility.facility_top .base a {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  gap: 50px;
  color: #000;
}
.facility.facility_top .base a .left {
  width: 38%;
}
.facility.facility_top .base a .right {
  padding-top: 16px;
  width: 62%;
}
.facility.facility_top .base a .right .label {
  margin-bottom: 20px;
}
.facility.facility_top .base a .right .label span {
  background-color: #DD8972;
  color: #fff;
  border-radius: 4px;
  font-family: "Noto serif JP", serif;
  font-size: 13px;
  padding: 4px 8px;
}
.facility.facility_top .base a .right h3 {
  color: #CE5737;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 17px;
  font-weight: 600;
  font-family: "Noto serif JP", serif;
  margin-bottom: 8px;
}
.facility .contact2 {
  padding: 120px 0 150px;
  background: url(/wp-content/themes/joyne_001_1-2-7/assets/img/yonezawa/contact2_bg.jpg) no-repeat center top/cover;
  position: relative;
}
.facility .contact2::before {
  content: "";
  display: block;
  width: calc(100% - 23px);
  max-width: 1099px;
  height: 448px;
  background: url(/wp-content/themes/joyne_001_1-2-7/assets/img/yonezawa/contact2_img.png) no-repeat center/contain;
  position: absolute;
  top: 23px;
  left: calc(50% + 11px);
  transform: translateX(-50%);
}
.facility .contact2 .inner {
  position: relative;
  z-index: 2;
}
.facility .contact2 .inner .message {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 49px;
  font-family: "Noto serif JP", serif;
  font-weight: 500;
}
.facility .contact2 .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 334px;
  height: 64px;
  background: #CE5737;
  color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  font-size: 18px;
  font-family: "Noto serif JP", serif;
  font-weight: 500;
}
.facility .btn_orenge {
  display: flex;
  align-items: center;
  color: #000;
}
.facility .btn_orenge.right {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}
.facility .btn_orenge span {
  border: 1px solid #CE5737;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.facility .btn_orenge span::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url("../images/common/arrow_right_orenge.svg") no-repeat center/contain;
  z-index: 2;
  position: relative;
}
.facility .btn_orenge span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #CE5737;
  transition: 0.3s;
  border-radius: 50%;
}
.facility .btn_orenge:hover {
  opacity: 1;
}
.facility .btn_orenge:hover span::before {
  background-image: url("../images/common/arrow_right_white.svg");
}
.facility .btn_orenge:hover span::after {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .facility.facility_top .base_wrap {
    padding: 40px 24px 64px;
  }
  .facility.facility_top .base {
    margin-bottom: 32px;
  }
  .facility.facility_top .base a {
    display: block;
    padding: 24px;
    gap: 50px;
  }
  .facility.facility_top .base a .left {
    width: 100%;
  }
  .facility.facility_top .base a .right {
    padding-top: 24px;
    width: 100%;
  }
  .facility.facility_top .base a .right .label {
    margin-bottom: 12px;
  }
  .facility.facility_top .base a .right .label span {
    background-color: #DD8972;
    color: #fff;
    border-radius: 4px;
    font-family: "Noto serif JP", serif;
    font-size: 12px;
    padding: 4px 6px 6px;
  }
  .facility.facility_top .base a .right h3 {
    font-size: 22px;
    margin-bottom: 17px;
    margin-bottom: 16px;
  }
}

@keyframes bgRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero-animated-bg {
  position: absolute;
  top: 100px;
  left: 0;
  width: 1400px;
  height: 1400px;
  /* 背景をはみ出さないように */
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  /* 背景のイベントを無効化 */
}

.hero-animated-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2%;
  width: 700px;
  height: 700px;
  background-image: url("https://cienz.co.jp/wp-content/themes/joyne_001_1-2-7/assets/img/yonezawa/mv_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
  animation: bgRotation 15s linear infinite;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .hero-animated-bg {
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 0;
    width: 650px;
    height: 650px;
    overflow: hidden;
  }
  .hero-animated-bg::before {
    width: 325px;
    height: 325px;
    top: inherit;
    left: inherit;
    right: -30px;
    bottom: 100px;
    overflow: hidden;
  }
}
div.skrb-cb001-title-text-btn-v .skrb-block-title-wrap .skrb-block-sub-title {
  margin-bottom: 10px;
}

/* 会社概要
-------------------------------------------------------- */
.page-id-15 div.skrb-block-width-default table {
  border: none !important;
}
.page-id-15 div.skrb-block-width-default table tr td {
  width: 70%;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}
.page-id-15 div.skrb-block-width-default table tr .ths {
  width: 30%;
  font-weight: bold !important;
}

/*　サービス
-------------------------------------------------------- */
div.skrb-cb002-col2-media-contents-h::after {
  background-color: #faeeeb !important;
}

.skrb-block-id-block_bb62ed70a3596ed429df74f4a5bcd95b {
  color: #fff;
}
.skrb-block-id-block_bb62ed70a3596ed429df74f4a5bcd95b .skrb-block-sub-title {
  color: #fff !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #fff7f4 !important;
}
.wp-block-table .ths {
  font-weight: bold !important;
  text-align: left;
}

.company_value .skrb-text-contents {
  color: #fff;
}

.company_value .s_box {
  border: 1px solid #4a7e98;
  padding: 40px 24px;
}
.company_value .s_box h2.skrb-block-title span {
  font-size: 20px !important;
}

.page-id-17 .lows.def {
  margin-bottom: 0 !important;
}

.page-id-17 .b_s .skrb-btn-wrap .skrb-btn a {
  padding: 8px 8px 10px;
  font-size: 14px;
}
.page-id-17 .b_s .is-layout-flex {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  align-items: flex-start !important;
}
.page-id-17 .b_s .bdrs {
  border-radius: 16px;
}
.page-id-17 .b_s .w_base {
  margin-bottom: 40px;
}
.page-id-17 .b_s .p_none {
  padding: 0 !important;
}
.page-id-17 .b_s .ttl_m {
  margin-bottom: 24px !important;
}
.page-id-17 .b_s .f_p_none {
  padding: 0 !important;
}
.page-id-17 .b_s .f_p_none .wp-block-column-is-layout-flow {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 16px;
  padding-bottom: 8px;
}
.page-id-17 .b_s .f_p_none .wp-block-column-is-layout-flow .p_none {
  padding: 0 !important;
  margin: 0 16px;
  gap: 16px !important;
}
.page-id-17 .b_s .f_p_none .wp-block-column-is-layout-flow .p_none .wp-block-column-is-layout-flow {
  padding: 0;
  border: none;
  border-radius: 8px;
  overflow: hidden;
}
.page-id-17 .b_s .f_p_none .skrb-block-id-block_c4f720025d11cd0c7f543b3e0e8deb7d,
.page-id-17 .b_s .f_p_none div.skrb-layout-block div.skrb-block-width-default .skrb-layout-block {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .page-id-17 .b_s .is-layout-flex {
    padding: 24px;
  }
  .page-id-17 .b_s div.skrb-block-width-default h3 {
    font-size: 20px !important;
    padding-left: 0 !important;
  }
  .page-id-17 .b_s h2.skrb-block-title {
    font-size: 24px;
  }
  .page-id-17 .b_s .bdrs h2.skrb-block-title {
    font-size: 24px !important;
  }
  .page-id-17 .b_s .bdrs h3.wp-block-heading {
    font-size: 20px;
    padding-left: 0 !important;
    margin-bottom: 0;
  }
  .page-id-17 .b_s .f_p_none h3.wp-block-heading {
    padding: 16px !important;
    font-size: 17px !important;
  }
  .page-id-17 .b_s .f_p_none .skrb-btn-wrap {
    width: 90%;
    margin: 24px auto 0;
  }
  .page-id-17 .b_s .f_p_none .wp-block-columns {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .page-id-17 div.skrb-cb001-title-text-btn-v .skrb-block-title-wrap .skrb-block-title {
    font-size: 24px;
  }
  .page-id-17 #s1:where(.wp-block-columns.is-layout-flex) {
    gap: 1em !important;
  }
  .page-id-17 div.skrb-block-id-block_7558ee50fe2d9267bed4fd4afddc93de {
    background-image: url(/wp-content/uploads/2025/03/Frame-6-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 129%;
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  div.skrb-cb001-title-text-btn-v .skrb-block-title-wrap .skrb-block-title {
    font-size: 24px !important;
  }
}
.skrb-block-id-block_0df38ff3b5595f6b8c66e98037d2c2fb {
  margin-bottom: 0 !important;
}

.tel_line {
  border: 1px solid #ce5737;
  padding: 40px 0 64px 0;
}
.tel_line .skrb-block-caption a {
  color: #ce5737;
}
.tel_line .skrb-block-caption a span {
  font-size: 30px;
}
.tel_line .skrb-block-caption a i {
  padding-right: 8px;
  font-size: 20px;
}

footer .btn a {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 24px 0 0 24px;
}
footer .btn a.right {
  display: flex;
  justify-content: flex-end;
}
footer .btn a span {
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
}
footer .btn a span::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url("../images/common/arrow_right.svg") no-repeat center/contain;
  z-index: 2;
  position: relative;
}
footer .btn a span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00496b;
  transition: 0.3s;
  border-radius: 50%;
}
footer .btn a:hover {
  opacity: 1;
}
footer .btn a:hover span::before {
  background-image: url("../images/common/arrow_right_white.svg");
}
footer .btn a:hover span::after {
  width: 100%;
  height: 100%;
}

.floating-wrap {
  position: fixed;
  bottom: 24px;
  right: 24px;
  /* スマホ中央寄せしたい場合は下の @media を参照 */
  display: flex;
  gap: 8px;
  padding: 10px;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
  width: calc(100% - 48px);
  z-index: 9999;
}

/* ── ボタン ─────────────────────────────── */
.floating-btn {
  flex: 0 0 auto;
  padding: 12px 4px;
  border: none;
  border-radius: 9999px;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.25s ease;
  width: calc(50% - 6px);
}
.floating-btn a {
  display: block;
  color: #fff;
}
.floating-btn.c1 {
  background-color: #CE5737;
}
.floating-btn.c2 {
  background-color: #0eb78a;
}

.floating-btn:hover {
  opacity: 0.6;
}

.recpc-only {
  display: block;
}

.recsp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .recpc-only {
    display: none;
  }
  .recsp-only {
    display: block !important;
  }
}
.recruit_logo {
  width: 256px !important;
}
@media screen and (max-width: 768px) {
  .recruit_logo {
    width: 145px !important;
  }
}

.scrolled .recruit_logo {
  width: 200px !important;
}/*# sourceMappingURL=add.css.map */