@charset "UTF-8";
/* =======================
共通
======================= */
@media print, screen and (min-width: 600px) {
  br.spview2 {
    display: none !important;
  }
}

body {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  body {
    font-size: 19px;
  }
}
body * {
  letter-spacing: 0.05em;
}
body .u-thin {
  opacity: 1;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-content * {
  line-height: 1.6;
}

.jcsb, .jcsb > .swell-block-columns__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center, .center > .swell-block-columns__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-mainContent__inner > .post_content {
  padding: 0;
}

.swell-block-columns__inner {
  -webkit-column-gap: var(--swl-clmn-mrgn--x);
     -moz-column-gap: var(--swl-clmn-mrgn--x);
          column-gap: var(--swl-clmn-mrgn--x);
  margin-left: 0;
}

.swell-block-columns .swell-block-column {
  width: var(--clmn-w);
  margin-left: 0;
}

.top #content {
  padding-top: 0;
}

.swell-block-fullWide + .swell-block-fullWide {
  margin-top: 0;
}

.page .post_content > * {
  margin-bottom: 0;
}

.page p, .page li, .archive p, .archive li {
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  .page p, .page li, .archive p, .archive li {
    font-size: 19px;
  }
}
.page p, .archive p {
  line-height: 1.7;
}
.page h2, .page h3, .page h4, .archive h2, .archive h3, .archive h4 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
.page h2, .archive h2 {
  font-size: 24px;
  line-height: 2;
  font-weight: 600;
}
@media screen and (min-width: 960.001px) {
  .page h2, .archive h2 {
    font-size: 34px;
  }
}

.single p, .single li {
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  .single p, .single li {
    font-size: 19px;
  }
}
.single p {
  line-height: 1.7;
}
.single h2, .single h3, .single h4 {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.single h2 {
  font-size: 24px;
}
@media screen and (min-width: 960.001px) {
  .single h2 {
    font-size: 28px;
  }
}
.single h3 {
  font-size: 22px;
}
@media screen and (min-width: 960.001px) {
  .single h3 {
    font-size: 24px;
  }
}
.single h4 {
  font-size: 18px;
}
@media screen and (min-width: 960.001px) {
  .single h4 {
    font-size: 22px;
  }
}

.post_content .is-style-section_ttl {
  letter-spacing: 0.1em;
}

.ff-serif {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 600;
}
.ff-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 600 !important;
}

/* =======================
固定ページ共通
======================= */
.home .post_content, .page-id-209 .post_content, .page-id-61 .post_content, .page-id-59 .post_content, .page-id-60 .post_content, .page-id-62 .post_content, .page-id-280 .post_content {
  margin-top: 0;
}
.home .l-content, .page-id-209 .l-content, .page-id-61 .l-content, .page-id-59 .l-content, .page-id-60 .l-content, .page-id-62 .l-content, .page-id-280 .l-content {
  padding-top: 0;
  margin-bottom: 0;
}

.full-inner-left {
  padding-left: max(50vw - 540px, 20px) !important;
  padding-right: 20px !important;
}

.full-inner-right {
  padding-right: max(50vw - 540px, 20px) !important;
  padding-left: 20px !important;
}

.p-blogParts {
  margin: 0 !important;
}

/* =======================
ヘッダー・固定ヘッダー
======================= */
.l-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-header .l-header__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 15px;
  padding: 0 0 0 20px;
  max-width: calc(1280px + var(--swl-pad_container, 0) * 2);
}
@media screen and (min-width: 960.001px) {
  .l-header .l-header__inner {
    padding: 20px var(--swl-pad_container, 0);
  }
}
.l-header .l-header__logo {
  padding: 0;
}
.l-header .l-header__logo .c-headLogo__link {
  padding: 0;
}
.l-header .w-header {
  display: none;
  color: #FFFFFF;
}
@media screen and (min-width: 960.001px) {
  .l-header .w-header {
    display: block;
  }
}
.l-header .w-header .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.l-header .w-header .menu-item a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  height: 60px;
  border-radius: 5px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  border: 2px solid #367D56;
}
.l-header .w-header .nav-line a {
  background: #367D56;
}
.l-header .w-header .nav-line a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/wp-content/uploads/2025/06/line-icon-white.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .w-header .nav-line a:hover {
  background: #fff;
  color: #363636;
}
.l-header .w-header .nav-line a:hover::before {
  background-image: url(/wp-content/uploads/2025/06/hover-line.png);
}
.l-header .w-header .nav-tel a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #C0520D;
  border-color: #C0520D;
  line-height: 1.3;
}
.l-header .w-header .nav-tel a span {
  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;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  line-height: 1.3;
}
.l-header .w-header .nav-tel a span::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(/wp-content/uploads/2025/06/phone-icon-white.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .w-header .nav-tel a:hover {
  background: #fff;
  color: #C0520D;
}
.l-header .w-header .nav-tel a:hover span::before {
  background-image: url(/wp-content/uploads/2025/06/hover-tel.png);
}
.l-header .w-header .nav-contact a {
  background: #348370;
  border-color: #348370;
}
.l-header .w-header .nav-contact a::before {
  content: "";
  width: 26px;
  height: 17px;
  background: url(/wp-content/uploads/2025/06/mail-icon-white.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .w-header .nav-contact a:hover {
  background: #fff;
  color: #348370;
}
.l-header .w-header .nav-contact a:hover::before {
  background-image: url(/wp-content/uploads/2025/06/hover-mail.png);
}
.l-header .l-header__gnav {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 960.001px) {
  .l-header .l-header__gnav {
    padding-inline: 40px;
  }
}

.c-gnav {
  -webkit-column-gap: clamp(10px, 1vw, 20px);
     -moz-column-gap: clamp(10px, 1vw, 20px);
          column-gap: clamp(10px, 1vw, 20px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-gnav .menu-item a {
  padding: 0;
}
.c-gnav .menu-item a:hover {
  color: #41a48b;
}
.c-gnav .menu-item a::after {
  content: none;
}
.c-gnav .menu-item a .ttl {
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 18px);
}

.l-fixHeader .l-fixHeader__inner {
  max-width: calc(1280px + var(--swl-pad_container, 0) * 2);
}
.l-fixHeader .l-fixHeader__logo {
  margin: 0;
}
.l-fixHeader .w-header {
  display: none;
}

@media not all and (min-width: 960px) {
  .l-header[data-spfix="1"] {
    position: fixed;
  }
}
#breadcrumb {
  background: #E1EDEA !important;
}
#breadcrumb .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
}

/* =======================
各ページの調整
======================= */
/* =======================
ハンバーガーメニュー
======================= */
.p-spMenu .p-spMenu__inner {
  padding-top: 110px;
}
.p-spMenu .p-spMenu__nav {
  position: relative;
  padding-bottom: 80px;
}
.p-spMenu .p-spMenu__nav::after {
  content: "";
  width: 34px;
  height: 34px;
  background: url(/wp-content/uploads/2025/06/sp-square.png) no-repeat center/contain;
  position: absolute;
  right: 12px;
  bottom: 0;
}
.p-spMenu .c-widget__title {
  display: none;
}
.p-spMenu .c-spnav {
  max-width: 250px;
  margin-inline: auto;
}
.p-spMenu .c-spnav a {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #41A48B;
  padding: 12px 3px 12px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-spMenu .c-spnav a:hover {
  background: none;
  opacity: 0.7;
}
.p-spMenu .c-spnav a::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #41A48B;
  position: relative;
  -webkit-transform: none;
          transform: none;
  margin-top: 3px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.l-header__menuBtn {
  width: 75px;
  height: 75px;
}

.c-iconBtn .c-iconBtn__icon {
  font-size: 26px;
}
.c-iconBtn .c-iconBtn__icon::before {
  color: #fff;
}
.c-iconBtn .c-iconBtn__label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transform: none;
          transform: none;
}

.p-spMenu__closeBtn {
  background: #348370;
  width: 75px;
  height: 75px;
}
.p-spMenu__closeBtn .c-iconBtn__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-spMenu__closeBtn .c-iconBtn__icon::after {
  content: "CLOSE";
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-style: normal;
}

.c-gnav .sub-menu a:before, .c-listMenu a:before {
  content: none;
}

.-right .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 93%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: none;
          box-shadow: none;
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
}

/* =======================
フッター上ウィジェットブロック
======================= */
@media screen and (max-width: 960px) {
  #fix_bottom_menu + .p-fixBtnWrap {
    bottom: 116px;
  }
}

.fixed__cta {
  background: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 10px;
  line-height: 1.3;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta {
    bottom: 20px;
    background: none;
    width: auto;
    padding: 0;
    line-height: inherit;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.fixed__cta.show {
  -webkit-transform: none;
          transform: none;
}
.fixed__cta > .swell-block-columns__inner {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta > .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fixed__cta .fixed__item a {
  position: relative;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  padding: 5px 30px 5px 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 250px;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item a {
    width: 120px;
    height: 120px;
    padding: 5px 10px 10px;
    border: 2px solid #fff;
    border-right: none;
    border-radius: 0;
  }
}
.fixed__cta .fixed__item a p {
  font-size: 14px;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item a p {
    font-size: 16px;
  }
}
.fixed__cta .fixed__item.tel a {
  background: #CCB68A;
  margin-left: auto;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item.tel a {
    border-radius: 5px 0 0 0;
    margin-left: 0;
  }
}
.fixed__cta .fixed__item.tel a img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item.tel a img {
    position: static;
    margin-top: 10px;
    margin-bottom: 7px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item.tel a .text1 {
    line-height: 1.3;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
  }
}
.fixed__cta .fixed__item.tel a .text2 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item.tel a .text2 {
    line-height: 1;
    margin-top: 4px;
  }
}
.fixed__cta .fixed__item.line a {
  background: #4CC764;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item.line a {
    border-top: none;
    border-radius: 0 0 0 5px;
  }
}
.fixed__cta .fixed__item.line a img {
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
}
@media screen and (min-width: 960.001px) {
  .fixed__cta .fixed__item.line a img {
    width: 54px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.fixed__cta .fixed__item.line a .text1 {
  line-height: 1;
}
.fixed__cta .fixed__item.line a .text2 {
  font-size: 20px;
  font-weight: 700;
}

/* =======================
フッター
======================= */
#fix_bottom_menu {
  background: #fff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  bottom: 0;
}
#fix_bottom_menu .menu_list {
  padding: 10px 10px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 0px;
  height: 100px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#fix_bottom_menu .menu_list .menu-item {
  height: auto;
}
#fix_bottom_menu .menu_list .menu-item a {
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: #fff;
  height: 100%;
  padding: 8px 3px 12px 3px;
  row-gap: 5px;
}
#fix_bottom_menu .menu_list .menu-item a span {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  margin-top: auto;
  display: block;
}
#fix_bottom_menu .menu_list .menu-item a i {
  display: none;
}
#fix_bottom_menu .menu_list .menu-item a::before {
  content: "";
  width: 39px;
  height: 39px;
}
#fix_bottom_menu .menu_list .nav-line a {
  background: #367D56;
}
#fix_bottom_menu .menu_list .nav-line a::before {
  background: url(/wp-content/uploads/2025/06/line-icon-white.png) no-repeat center/contain;
}
#fix_bottom_menu .menu_list .nav-tel a {
  background: #C0520D;
}
#fix_bottom_menu .menu_list .nav-tel a span {
  font-size: 15px;
  letter-spacing: -0.025em;
}
#fix_bottom_menu .menu_list .nav-tel a::before {
  background: url(/wp-content/uploads/2025/06/sp-phone.png) no-repeat center/contain;
}
#fix_bottom_menu .menu_list .nav-contact a {
  background: #348370;
}
#fix_bottom_menu .menu_list .nav-contact a span {
  letter-spacing: -0.025em;
}
#fix_bottom_menu .menu_list .nav-contact a::before {
  background: url(/wp-content/uploads/2025/06/sp-mail.png) no-repeat center/contain;
}

[data-scrolled=true] #fix_bottom_menu {
  -webkit-transform: none;
          transform: none;
}

.l-footer {
  z-index: 1;
}
.l-footer .l-footer__widgetArea {
  padding: 30px 0;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea {
    padding: 50px 0 0;
  }
}
.l-footer .l-footer__widgetArea .l-container {
  max-width: calc(1200px + var(--swl-pad_container, 0) * 2);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  padding-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .l-container {
    padding-bottom: 70px;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box {
  padding: 0;
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:first-of-type {
    width: 250px;
    margin-left: 0;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type .widget_media_image {
  margin-inline: auto;
  width: 240px;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:first-of-type .widget_media_image {
    margin-left: 0;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul li {
    margin-bottom: 30px;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul li a {
  border-bottom: none;
  padding: 5px 30px 5px 10px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
  background: #fff;
  border: 2px solid #fff;
  color: #348370;
  border-radius: 50px;
  min-height: 50px;
  min-width: 250px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul li a::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(/wp-content/uploads/2025/05/line-icon-green.png) no-repeat center/contain;
  position: relative;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul li a::after {
  content: "";
  width: 13px;
  height: 11px;
  background: #348370;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul li a:hover {
  background: #348370;
  color: #fff;
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul li a:hover::before {
  background-image: url(/wp-content/uploads/2025/06/line-icon-white.png);
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul li a:hover::after {
  background: #fff;
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul li:last-of-type {
  margin-bottom: 0;
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul .footer__tel a::before {
  width: 27px;
  height: 27px;
  background-image: url(/wp-content/uploads/2025/05/phone-icon-green.png);
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul .footer__tel a:hover::before {
  background-image: url(/wp-content/uploads/2025/06/phone-icon-white.png);
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul .footer__mail a::before {
  width: 25px;
  height: 17px;
  background-image: url(/wp-content/uploads/2025/06/mail-icon.png);
}
.l-footer .l-footer__widgetArea .w-footer__box:first-of-type ul .footer__mail a:hover::before {
  background-image: url(/wp-content/uploads/2025/06/mail-icon-white.png);
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) {
  max-width: 660px;
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) {
    margin-right: 0;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .footer__menu p {
  margin: 0;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .footer__menu a {
  display: block;
  border-bottom: none;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .footer__menu a {
    border-left: 1px solid #fff;
    padding: 15px 3px 15px 20px;
    text-align: left;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .footer__menu a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960.001px) {
  .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .footer__menu a:hover {
    padding: 15px 3px 15px 20px;
  }
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .footer__menu a:nth-of-type(1), .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .footer__menu a:nth-of-type(4), .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .footer__menu a:nth-of-type(7) {
  padding-top: 0 !important;
}
.l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .footer__menu a:nth-of-type(3), .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .footer__menu a:nth-of-type(6), .l-footer .l-footer__widgetArea .w-footer__box:nth-of-type(2) .footer__menu a:nth-of-type(11) {
  padding-bottom: 0 !important;
}
.l-footer .l-footer__foot {
  background: #fff;
  color: #242424;
  padding: 5px;
}

/* =======================
トップページFV
======================= */
.p-mainVisual {
  position: relative;
}
.p-mainVisual::before {
  content: "";
  width: 100%;
  height: 70%;
  background: #41A48B;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-mainVisual .p-mainVisual__inner {
  height: auto;
}
.p-mainVisual .p-mainVisual__imgLayer {
  position: static;
  display: block;
  width: auto;
  margin-left: 25px;
  margin-bottom: 33px;
}
@media screen and (min-width: 960.001px) {
  .p-mainVisual .p-mainVisual__imgLayer {
    margin-left: max((100% - 1200px) / 2, var(--swl-pad_container, 0) + 40px);
    margin-bottom: 48px;
  }
}
.p-mainVisual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  position: absolute;
  left: -25px;
  top: 47%;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 960.001px) {
  .p-mainVisual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
    top: 32%;
    left: max((100% - 1000px) / 2, 20px);
    row-gap: 20px;
  }
}
.p-mainVisual .p-mainVisual__textLayer .p-mainVisual__slideTitle span {
  display: block;
  padding: 8px 50px;
  background: #fff;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 960.001px) {
  .p-mainVisual .p-mainVisual__textLayer .p-mainVisual__slideTitle span {
    font-size: 45px;
  }
}

/* =======================
下層ヘッダー
======================= */
.l-topTitleArea {
  margin-top: 75px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea {
    margin-top: 0;
  }
}
.l-topTitleArea::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(65, 164, 139, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.l-topTitleArea .c-pageTitle {
  text-shadow: none;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea .c-pageTitle {
    font-size: 28px;
  }
}
.l-topTitleArea .c-pageTitle::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/wp-content/uploads/2025/05/heading-icon2.png) no-repeat center/contain;
  position: relative;
  top: 0;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea .c-pageTitle::before {
    width: 38px;
    height: 36px;
  }
}

/* =======================
記事一覧
======================= */
.archive .c-pageTitle__subTitle {
  display: none;
}

.p-postList {
  border-color: #348370 !important;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.p-postList .icon-posted:before {
  content: none;
}
.p-postList .p-postList__item {
  padding: 0 !important;
}
.p-postList .p-postList__title {
  font-weight: 500;
}
.p-postList .p-postList__link {
  border-color: #348370;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 10px;
}
@media screen and (min-width: 960.001px) {
  .p-postList .p-postList__link {
    padding: 25px 50px;
  }
}
.p-postList .p-postList__link:hover {
  background: none;
  opacity: 0.7;
}
.p-postList .p-postList__times {
  font-size: 16px;
  padding: 0;
}
@media screen and (min-width: 960.001px) {
  .p-postList .p-postList__times {
    font-size: 19px;
  }
}
.p-postList .p-postList__cat {
  color: #348370;
  font-size: 16px;
  padding: 0;
}
@media screen and (min-width: 960.001px) {
  .p-postList .p-postList__cat {
    font-size: 19px;
  }
}
.p-postList .p-postList__cat::before {
  color: #348370;
}

.c-pagination {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    margin-top: 40px;
  }
}
.c-pagination .page-numbers {
  width: 42px;
  height: 42px;
  font-weight: 500;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  color: #348370;
  border: 1px solid #348370;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960.001px) {
  .c-pagination .page-numbers {
    font-size: 19px;
  }
}
.c-pagination .page-numbers.current {
  background: #348370;
  color: #fff;
}
.c-pagination .page-numbers:hover {
  background: #348370;
  color: #fff;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  display: none;
}

.l-sidebar h2 {
  background: #348370;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
}
@media screen and (min-width: 960.001px) {
  .l-sidebar h2 {
    padding: 10px 35px;
    font-size: 22px;
  }
}
.l-sidebar .cat-item a {
  font-size: 18px;
  padding: 20px 10px 20px 30px;
  border-color: #348370;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 960.001px) {
  .l-sidebar .cat-item a {
    padding: 24px 36px;
    font-size: 20px;
  }
}
.l-sidebar .cat-item a:hover {
  background: none;
  opacity: 0.7;
}
.l-sidebar .cat-item a::before {
  color: #348370;
}

.blog #content, .archive #content, .single #content {
  max-width: 1200px;
}
@media screen and (min-width: 960.001px) {
  .blog .l-mainContent, .archive .l-mainContent, .single .l-mainContent {
    width: 64%;
  }
}
@media screen and (min-width: 960.001px) {
  .blog .l-sidebar, .archive .l-sidebar, .single .l-sidebar {
    width: 30%;
  }
}

/* =======================
記事詳細
======================= */
/* =======================
事務所一覧・詳細
======================= */
.post-type-archive-office .l-mainContent {
  width: 100%;
}
.post-type-archive-office main .c-pageTitle {
  display: none;
}
.post-type-archive-office .l-content {
  margin-bottom: 0;
  padding-bottom: 100px;
  position: relative;
}
.post-type-archive-office .l-content::before, .post-type-archive-office .l-content::after {
  content: "";
  width: 100vw;
  height: 300px;
  background: #CAE2DC;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  z-index: -1;
}
.post-type-archive-office .l-content::after {
  height: clamp(100px, 15vw, 280px);
  background: url(/wp-content/uploads/2025/07/office-bg-scaled.png) no-repeat center/100% 100%;
  bottom: 299px;
}
.post-type-archive-office .office__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-office .office__items {
    row-gap: 40px;
  }
}
.post-type-archive-office .office__items li {
  width: min(100%, 600px);
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-office .office__items li {
    width: calc((100% - 60px) / 3);
    margin-left: 0;
  }
}
.post-type-archive-office .office__items li a {
  background: #fff;
  border: 2px solid #41A48B;
  border-radius: 5px;
  padding: 20px;
  display: block;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-office .office__items li a {
    padding: 30px 30px 100px;
  }
}
.post-type-archive-office .office__items li a h2 {
  color: #348370;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-office .office__items li a h2 {
    font-size: 22px;
  }
}
.post-type-archive-office .office__items li a .p-postList__thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.post-type-archive-office .office__items li a .office__address {
  margin-bottom: 10px;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-office .office__items li a .office__address {
    margin-bottom: 0;
  }
}
.post-type-archive-office .office__items li a .office__btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #348370;
  background: #348370;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 30px 10px 10px;
  min-width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border-radius: 50px;
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .post-type-archive-office .office__items li a .office__btn {
    font-size: 22px;
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 25px;
  }
}
.post-type-archive-office .office__items li a .office__btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-type-archive-office .office__items li a:hover .office__btn {
  background: #fff;
  color: #348370;
}
.post-type-archive-office .office__items li a:hover .office__btn::after {
  background: #348370;
}

.single-office .l-mainContent {
  width: 100%;
}
.single-office .l-topTitleArea .c-postTitle__date, .single-office .l-topTitleArea .p-articleMetas {
  display: none;
}
.single-office .p-articleThumb {
  margin: 0;
}
@media screen and (min-width: 960.001px) {
  .single-office .p-articleThumb {
    width: 80%;
    margin-inline: auto;
  }
}
.single-office .p-articleThumb img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-office .post_content {
  margin-top: 20px;
}
@media screen and (min-width: 960.001px) {
  .single-office .post_content {
    margin-top: 40px;
  }
}
.single-office h2 {
  margin-bottom: 20px;
  color: #348370;
}
.single-office .office__detail {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 960.001px) {
  .single-office .office__detail {
    max-width: 70%;
    margin-inline: auto;
  }
}
.single-office .office__address {
  border-top: 1px solid #348370;
  border-bottom: 1px solid #348370;
  padding: 10px;
  margin: 0;
  padding-left: calc(3em + 10px);
  text-indent: -3em;
}
@media screen and (min-width: 960.001px) {
  .single-office .office__address {
    padding: 20px;
    padding-left: 5em;
    text-indent: -3em;
  }
}
.single-office .office__phone {
  border-bottom: 1px solid #348370;
  padding: 10px;
  margin: 0;
  padding-left: calc(4em + 10px);
  text-indent: -4em;
  margin: 0;
}
@media screen and (min-width: 960.001px) {
  .single-office .office__phone {
    padding: 20px;
    padding-left: 6em;
    text-indent: -4em;
  }
}
.single-office .office__btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #348370;
  background: #348370;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 30px 10px 10px;
  min-width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border-radius: 50px;
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .single-office .office__btn {
    font-size: 22px;
    width: min(100%, 400px);
  }
}
.single-office .office__btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-office .office__btn:hover {
  background: #fff;
  color: #348370;
}
.single-office .office__btn:hover::after {
  background: #348370;
}
.single-office .l-articleBottom__section {
  display: none;
}

/* =======================
404
======================= */
/* =======================
検索
======================= */
.post_content {
  /* =======================
  共通
  ======================= */
  /* =======================
  共通パーツ
  ======================= */
  /* =======================
  固定ページ共通
  ======================= */
  /* =======================
  トップページ
  ======================= */
  /* =======================
  事業所紹介
  ======================= */
  /* =======================
  サービス案内
  ======================= */
  /* =======================
  ご利用の流れ
  ======================= */
  /* =======================
  採用情報
  ======================= */
  /* =======================
  リユース教育・作業紹介
  ======================= */
  /* =======================
  お問い合わせ
  ======================= */
}
.post_content .swell-block-button a {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #348370;
  background: #348370;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 30px 10px 10px;
  min-width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  width: min(400px, 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 960.001px) {
  .post_content .swell-block-button a {
    font-size: 22px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: min(100%, 350px);
    min-height: 60px;
  }
}
.post_content .swell-block-button a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post_content .swell-block-button a:hover {
  background: #fff;
  color: #348370;
}
.post_content .swell-block-button a:hover::after {
  background: #348370;
}
.post_content .swell-block-button.red_ a {
  border-color: #C0520D;
  background: #C0520D;
}
.post_content .swell-block-button.red_ a:hover {
  color: #C0520D;
  background: #fff;
}
.post_content .swell-block-button.red_ a:hover::after {
  background: #C0520D;
}
@media screen and (min-width: 960.001px) {
  .post_content .swell-block-button.pc-left a {
    margin-left: 0;
  }
}
.post_content .swell-block-button.recruit__btn a {
  min-width: min(100%, 400px);
}
.post_content .swell-block-button.recruit__btn a::after {
  right: 30px;
}
.post_content .title {
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .title {
    margin-bottom: 55px;
  }
}
.post_content .title .title-en {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 960.001px) {
  .post_content .title .title-en {
    font-size: 19px;
  }
}
.post_content .heading-design1 {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.post_content .heading-design1::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/wp-content/uploads/2025/05/heading-icon.png) no-repeat center/contain;
  position: relative;
  top: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .heading-design1::before {
    width: 38px;
    height: 36px;
  }
}
.post_content .heading-design1.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content .heading-design2 {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.post_content .heading-design2::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/wp-content/uploads/2025/05/heading-icon2.png) no-repeat center/contain;
  position: relative;
  top: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .heading-design2::before {
    width: 38px;
    height: 36px;
  }
}
.post_content .heading-design2.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content .mark_green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, var(--color_mark_green)));
  background: -webkit-linear-gradient(transparent 85%, var(--color_mark_green) 0%);
  background: linear-gradient(transparent 85%, var(--color_mark_green) 0%);
}
.post_content .wp-block-table {
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .post_content .wp-block-table {
    width: 80%;
    margin-inline: auto;
  }
}
.post_content .wp-block-table tr, .post_content .wp-block-table td, .post_content .wp-block-table th {
  border: none;
  background: none;
}
.post_content .wp-block-table tr {
  border-bottom: 1px solid #252525;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 16px;
}
@media screen and (min-width: 960.001px) {
  .post_content .wp-block-table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 19px;
  }
}
.post_content .wp-block-table tr th {
  font-weight: 500;
  padding: 20px 10px 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .wp-block-table tr th {
    text-align: center;
    padding: 30px 10px;
    width: 41% !important;
  }
}
.post_content .wp-block-table tr td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 10px 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .wp-block-table tr td {
    padding: 30px 10px;
  }
}
.post_content .cmn__check {
  padding: 0;
}
.post_content .cmn__check li {
  padding-left: 25px;
  list-style: none;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__check li {
    padding-left: 35px;
    margin-bottom: 26px;
  }
}
.post_content .cmn__check li::before {
  content: "";
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/06/check-icon.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__check li::before {
    width: 22px;
    top: 3px;
  }
}
.post_content .cmn__lead {
  line-height: 2.17;
  margin-bottom: 30px;
  font-size: 24px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__lead {
    font-size: 28px;
    margin-bottom: 55px;
  }
}
.post_content .top__about {
  position: relative;
  padding-block: 50px 70px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__about {
    padding-block: 100px 120px;
  }
}
.post_content .top__about h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__about h2 {
    margin-bottom: 55px;
  }
}
.post_content .top__about p {
  line-height: 2;
}
.post_content .top__about .text1 {
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__about .text1 {
    margin-bottom: 55px;
  }
}
.post_content .top__about .img1 {
  position: absolute;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  width: 0;
  top: 30px;
  left: 0;
  height: auto;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__about .img1 {
    width: clamp(50px, 16%, 160px);
    top: 125px;
  }
}
.post_content .top__about .img1 figure {
  position: relative;
}
.post_content .top__about .img1 figure::after {
  content: "";
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  background: #DF7A07;
  position: absolute;
  bottom: 0;
  left: 12px;
  -webkit-transform: translate(-39%, 53%);
          transform: translate(-39%, 53%);
  visibility: visible;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__about .img1 figure::after {
    width: 50%;
    left: 0;
  }
}
.post_content .top__about .img1 figure img {
  width: 100%;
  height: 100%;
}
.post_content .top__about .img2 {
  position: absolute;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  width: 0;
  bottom: 10px;
  right: 0px;
  height: auto;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__about .img2 {
    width: clamp(53px, 16.3%, 163px);
    bottom: auto;
    top: 280px;
    right: -22px;
  }
}
.post_content .top__about .img2 figure {
  position: relative;
}
.post_content .top__about .img2 figure::after {
  content: "";
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background: #41A48B;
  position: absolute;
  top: 0;
  right: 28px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  visibility: visible;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__about .img2 figure::after {
    width: 33%;
    right: 0;
  }
}
.post_content .top__about .img2 figure img {
  width: 100%;
  height: 100%;
}
.post_content .top__news {
  padding-bottom: 60px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__news {
    padding-bottom: 120px;
  }
}
.post_content .top__news .p-postListWrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__news .p-postListWrap {
    margin-bottom: 55px;
  }
}
.post_content .top__news .p-postList {
  border-color: #252525;
}
.post_content .top__news .p-postList .p-postList__item {
  margin: 0;
}
.post_content .top__news .p-postList .p-postList__link {
  border-color: #252525;
  padding: 14px 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__news .p-postList .p-postList__link {
    padding: 22px 55px;
  }
}
.post_content .top__news .p-postList .p-postList__link:hover {
  background: none;
}
.post_content .top__news .p-postList .p-postList__body {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 0px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__news .p-postList .p-postList__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.post_content .top__news .p-postList .p-postList__cat {
  display: none;
}
.post_content .top__news .p-postList .p-postList__times {
  margin: 0;
}
.post_content .top__news .p-postList .p-postList__times .c-postTimes__posted {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__news .p-postList .p-postList__times .c-postTimes__posted {
    font-size: 19px;
  }
}
.post_content .top__news .p-postList .p-postList__title {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__news .p-postList .p-postList__title {
    font-size: 19px;
  }
}
.post_content .top__can {
  padding-block: 50px 60px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__can {
    padding-block: 100px 120px;
  }
}
.post_content .top__can h2 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__can h2 {
    margin-bottom: 65px;
  }
}
.post_content .top__can .can__items .item {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__can .can__items .item {
    padding: 30px 24px 110px;
  }
}
.post_content .top__can .can__items .item figure {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.post_content .top__can .can__items .item figure img {
  width: 100%;
}
.post_content .top__can .can__items .item h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__can .can__items .item h3 {
    font-size: clamp(18px, 1.9vw, 22px);
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .top__can .can__items .item .swell-block-button {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    bottom: 30px;
    width: calc(100% - 76px);
  }
}
.post_content .top__can .can__items .item .swell-block-button a {
  padding: 12px 20px 12px 10px;
  min-width: auto;
  width: min(400px, 100%);
}
@media screen and (min-width: 960.001px) {
  .post_content .top__can .can__items .item .swell-block-button a {
    width: 100%;
  }
}
.post_content .top__can .can__items .item .swell-block-button a::after {
  right: 25px;
}
.post_content .top__can .can__items .item p {
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__can .can__items .item p {
    margin-bottom: 0;
  }
}
.post_content .top__flow {
  padding-block: 50px min(13vh, 150px);
}
@media screen and (min-width: 960.001px) {
  .post_content .top__flow {
    padding-block: 100px 200px;
  }
}
.post_content .top__flow .flow__items {
  margin-bottom: 40px;
  width: min(80%, 350px);
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__flow .flow__items {
    margin-bottom: 80px;
    width: 100%;
  }
}
.post_content .top__flow .flow__items .item {
  border: 3px solid #41A38A;
  border-radius: 25px 0;
  padding: 0 0 20px;
  position: relative;
}
.post_content .top__flow .flow__items .item::after {
  content: "";
  width: 30px;
  height: 15px;
  background: #41A48B;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -33px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 960.001px) {
  .post_content .top__flow .flow__items .item::after {
    width: 13px;
    height: 34px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    bottom: auto;
    top: 50%;
    right: -14%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.post_content .top__flow .flow__items .item:last-of-type::after {
  content: none;
}
.post_content .top__flow .flow__items .item figure {
  height: 140px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.post_content .top__flow .flow__items .item figure img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}
.post_content .top__flow .flow__items .item h3 {
  font-size: 20px;
  padding: 4px 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__flow .flow__items .item h3 {
    font-size: 22px;
  }
}
.post_content .top__flow .flow__items .item p {
  padding: 0 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.post_content .top__instagram {
  position: relative;
  padding-block: 20px 50px !important;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__instagram {
    padding-block: 40px 100px !important;
  }
}
.post_content .top__instagram::before {
  content: "";
  width: 100%;
  height: min(14vw, 200px);
  background: url(/wp-content/uploads/2025/06/green-wave3-scaled.png) no-repeat center/100% 100%;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (min-width: 960.001px) {
  .post_content .top__instagram .heading-design1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.post_content .top__instagram h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__instagram h2 {
    margin-bottom: 40px;
  }
}
.post_content .top__instagram p {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__instagram p {
    margin-bottom: 45px;
    font-size: 21px;
    text-align: left;
  }
}
.post_content .top__instagram .swell-block-button {
  margin-top: 10px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__instagram .swell-block-button {
    margin-top: 0;
  }
}
.post_content .top__instagram .swell-block-button a:hover {
  background: #E1EDEA;
}
.post_content .top__contact {
  padding-block: 50px !important;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__contact {
    padding-block: 100px !important;
  }
}
.post_content .top__contact::before {
  background: #fff;
  opacity: 0.6;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__contact::before {
    opacity: 0;
  }
}
.post_content .top__contact .title {
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__contact .title {
    margin-bottom: 40px;
  }
}
.post_content .top__contact p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 18px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__contact p {
    margin-bottom: 40px;
    font-size: 21px;
  }
}
.post_content .top__contact .swell-block-button a {
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
.post_content .top__contact .swell-block-button a::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(/wp-content/uploads/2025/06/line-icon-white.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .top__contact .swell-block-button a::after {
  right: 40px;
}
.post_content .top__contact .swell-block-button a:hover::before {
  background-image: url(/wp-content/uploads/2025/06/hover-line.png);
}
.post_content .top__recruit {
  padding-block: 250px 50px !important;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__recruit {
    padding-block: 350px 50px !important;
  }
}
.post_content .top__recruit h2 {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__recruit h2 {
    margin-bottom: 25px;
    text-align: left;
  }
}
.post_content .top__recruit p {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__recruit p {
    text-align: left;
    font-size: 20px;
  }
}
.post_content .top__recruit .swell-block-button a {
  border: none;
  background: #fff;
  color: #348370;
}
.post_content .top__recruit .swell-block-button a::after {
  right: 60px;
  background: #348370;
}
.post_content .top__recruit .swell-block-button a:hover {
  color: #fff;
  background: #348370;
}
.post_content .top__recruit .swell-block-button a:hover::after {
  background: #fff;
}
.post_content .top__company {
  padding-block: 100px 80px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__company {
    padding-block: 180px 120px;
  }
}
.post_content .top__company::before {
  content: "";
  width: 58.5vw;
  height: 250px;
  background: #41A48B;
  border-radius: 0 25px 25px 0;
  position: absolute;
  top: 70px;
  right: 42%;
  z-index: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__company::before {
    top: 120px;
  }
}
.post_content .top__company > .wp-block-group__inner-container {
  position: relative;
  padding: 40px 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__company > .wp-block-group__inner-container {
    padding: 70px 20px;
  }
}
.post_content .top__company > .wp-block-group__inner-container::before {
  content: "";
  width: calc(50% + 50vw);
  height: 100%;
  border: 3px solid #41A48B;
  border-right: none;
  background: #fff;
  border-radius: 25px 0 0 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.post_content .top__company > .wp-block-group__inner-container::after {
  content: "";
  width: calc(50% + 50vw);
  height: min(14vw, 200px);
  border-radius: 0 0 0 25px;
  background: url(/wp-content/uploads/2025/06/green-wave-scaled.png) center/100% 100%;
  position: absolute;
  bottom: 3px;
  left: 3px;
}
.post_content .top__company > .wp-block-group__inner-container .title {
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__company > .wp-block-group__inner-container .title {
    margin-bottom: 40px;
  }
}
.post_content .top__company > .wp-block-group__inner-container p {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media screen and (min-width: 960.001px) {
  .post_content .top__company > .wp-block-group__inner-container p {
    font-size: 21px;
    margin-bottom: 40px;
  }
}
.post_content .top__company > .wp-block-group__inner-container .swell-block-button {
  z-index: 1;
}
.post_content .top__company > .wp-block-group__inner-container .swell-block-button a::after {
  right: 30px;
}
.post_content .about__concept {
  padding-block: 50px clamp(150px, 40vw, 250px);
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__concept {
    padding-block: 70px 410px;
  }
}
.post_content .about__concept::before, .post_content .about__concept::after {
  content: "";
  width: clamp(40px, 7vw, 74px);
  height: 63px;
  background: url(/wp-content/uploads/2025/06/squere-green1.png) no-repeat center/contain;
  position: absolute;
  top: 40%;
  left: 0;
}
@media screen and (max-width: 600px) {
  .post_content .about__concept::before, .post_content .about__concept::after {
    top: 48%;
  }
}
@media (min-width: 1200px) {
  .post_content .about__concept::before, .post_content .about__concept::after {
    top: 28%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.post_content .about__concept::after {
  top: 11%;
  left: auto;
  right: 0;
  background-image: url(/wp-content/uploads/2025/06/squere-green2.png);
}
@media (min-width: 1200px) {
  .post_content .about__concept::after {
    top: 9%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.post_content .about__concept .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__concept .title {
    row-gap: 35px;
    margin-bottom: 35px;
  }
}
.post_content .about__concept .title h2 {
  letter-spacing: 0.1em;
  line-height: 2.17;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__concept .title h2 {
    font-size: 28px;
  }
}
.post_content .about__concept .title::after {
  content: "";
  width: 1px;
  height: 40px;
  background: #242424;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__concept .title::after {
    height: 70px;
  }
}
.post_content .about__concept p {
  line-height: 2.1;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__concept p {
    margin-bottom: 55px;
  }
}
.post_content .about__concept .about__figure {
  width: 75%;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__concept .about__figure {
    margin-bottom: 80px;
  }
}
.post_content .about__concept .img1, .post_content .about__concept .img2, .post_content .about__concept .img3 {
  position: absolute;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.post_content .about__concept .img1 {
  width: min(60%, 300px);
  bottom: -3%;
  left: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__concept .img1 {
    width: 40%;
    bottom: 0;
  }
}
.post_content .about__concept .img2 {
  width: min(32.5%, 165px);
  bottom: -10%;
  left: 8%;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__concept .img2 {
    width: 19.5%;
    left: 49%;
    bottom: -48px;
  }
}
.post_content .about__concept .img3 {
  width: min(46%, 235px);
  bottom: -6%;
  right: 5%;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__concept .img3 {
    width: 25.7%;
    bottom: 54px;
    right: 0;
  }
}
.post_content .about__greeting {
  position: relative;
  padding-block: 250px 50px !important;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__greeting {
    padding-block: 150px 120px !important;
  }
}
.post_content .about__greeting::before {
  content: "";
  width: 100%;
  height: min(25vw, 200px);
  background: url(/wp-content/uploads/2025/06/office-wave-scaled.png) no-repeat center/100% 100%;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.post_content .about__greeting .title {
  margin-bottom: 35px;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__greeting .title {
    margin-bottom: 70px;
  }
}
.post_content .about__greeting p {
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.post_content .about__greeting .name {
  letter-spacing: 0.05em;
}
.post_content .about__greeting .greeting__top {
  margin-bottom: 35px;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__greeting .greeting__top {
    margin-bottom: 70px;
  }
}
.post_content .about__greeting .greeting__top .img {
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__greeting .greeting__top .img {
    padding-left: 105px;
  }
}
.post_content .about__greeting .greeting__top .img::before {
  content: "";
  width: 57px;
  height: 51px;
  background: url(/wp-content/uploads/2025/06/squere-green1.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(calc(-100% - 20px));
          transform: translateY(calc(-100% - 20px));
}
@media screen and (min-width: 960.001px) {
  .post_content .about__greeting .greeting__top .img::before {
    top: 44%;
    -webkit-transform: none;
            transform: none;
  }
}
.post_content .about__greeting .greeting__top .img figure {
  position: relative;
  margin-bottom: 40px;
}
.post_content .about__greeting .greeting__top .img figure::before {
  content: "";
  width: max(50vw, 400px);
  height: 108px;
  background: #41A48B;
  position: absolute;
  bottom: -25px;
  right: 50px;
  z-index: -1;
}
.post_content .about__greeting .greeting__top .img figure img {
  max-width: 500px;
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__greeting .greeting__top .img figure img {
    width: 100%;
  }
}
.post_content .about__greeting .logo figure {
  text-align: right;
}
.post_content .about__greeting .logo img {
  width: clamp(80px, 13vw, 150px);
}
.post_content .about__message {
  padding-block: 50px 70px;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__message {
    padding-block: 120px 150px;
  }
}
.post_content .about__message h2 {
  margin-bottom: 35px;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__message h2 {
    margin-bottom: 70px;
  }
}
.post_content .about__message .img figure {
  position: relative;
  margin-bottom: 35px;
}
.post_content .about__message .img figure img {
  max-width: 500px;
  margin-inline: auto;
  width: 85%;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__message .img figure img {
    width: 100%;
  }
}
.post_content .about__message .img figure::before {
  content: "";
  width: 40%;
  height: 130px;
  background: #CAE2DC;
  position: absolute;
  bottom: -24px;
  left: -24px;
  z-index: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__message .img figure::before {
    width: 130px;
  }
}
.post_content .about__message .text {
  border-top: 1px solid #41A48B;
  padding-top: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__message .text {
    margin-top: 60px;
  }
}
.post_content .about__message .text p {
  line-height: 2.1;
  letter-spacing: 0.02em;
}
.post_content .about__table {
  padding-bottom: 70px;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__table {
    padding-bottom: 120px;
  }
}
.post_content .about__access {
  padding-block: 50px 60px !important;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__access {
    padding-block: 100px 120px !important;
  }
}
.post_content .about__access iframe {
  width: 100%;
  margin-bottom: 30px;
  height: auto;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__access iframe {
    height: 280px;
    margin-bottom: 40px;
  }
}
.post_content .about__access .has-background {
  padding: 20px 10px;
  border: 2px solid #FFFFFF;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__access .has-background {
    padding: 30px;
  }
}
.post_content .about__access .has-background > div {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__access .has-background > div {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.post_content .about__access .has-background > div p {
  margin: 0;
  line-height: 1.4;
}
.post_content .about__access .has-background > div p:first-of-type {
  grid-column: 1/3;
}
.post_content .about__company {
  padding-block: 50px 70px;
}
@media screen and (min-width: 960.001px) {
  .post_content .about__company {
    padding-block: 100px 120px;
  }
}
.post_content .service__about {
  padding-block: 50px 120px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__about {
    padding-block: 70px 250px;
  }
}
.post_content .service__about::before {
  content: "";
  width: 100vw;
  height: 70vw;
  background: url(/wp-content/uploads/2025/06/service-wave-scaled.png) no-repeat center/130% 100%;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__about::before {
    height: 41vw;
    background-size: 100% 100%;
  }
}
.post_content .service__about::after {
  content: "";
  width: 50px;
  height: 63px;
  background: url(/wp-content/uploads/2025/06/squere-lightgreen.png) no-repeat center/contain;
  position: absolute;
  bottom: -30px;
  right: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__about::after {
    width: 69px;
    bottom: 26px;
  }
}
.post_content .service__about .service__items {
  position: relative;
}
.post_content .service__about .service__items::before {
  content: "";
  width: 50px;
  height: 63px;
  background: url(/wp-content/uploads/2025/06/squere-white.png) no-repeat center/contain;
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 600px) {
  .post_content .service__about .service__items::before {
    bottom: -10px;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .service__about .service__items::before {
    width: 71px;
    bottom: -37px;
  }
}
.post_content .service__about .service__items > .swell-block-columns__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__about .service__items > .swell-block-columns__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.post_content .service__about .service__items .item {
  background: #fff;
  border: 2px solid #41A48B;
  border-radius: 5px;
  padding: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__about .service__items .item {
    padding: 30px;
  }
}
.post_content .service__about .service__items .item figure {
  margin-bottom: 10px;
}
.post_content .service__about .service__items .item h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__about .service__items .item h2 {
    font-size: 22px;
  }
}
.post_content .service__about .service__items .item p {
  letter-spacing: 0.02em;
}
.post_content .service__schedule {
  padding-block: 50px 60px;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__schedule {
    padding-block: 0 120px;
  }
}
.post_content .service__schedule h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__schedule h2 {
    margin-bottom: 55px;
  }
}
.post_content .service__schedule .item {
  position: relative;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 0;
  padding: 40px 0 30px 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__schedule .item {
    padding: 0 0 60px 125px;
  }
}
.post_content .service__schedule .item::before, .post_content .service__schedule .item::after {
  content: "";
  background: #348370;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 3px;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__schedule .item::before, .post_content .service__schedule .item::after {
    left: 10px;
    top: 5px;
  }
}
.post_content .service__schedule .item::after {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__schedule .item::after {
    width: 22px;
    height: 22px;
  }
}
.post_content .service__schedule .item:last-of-type::before {
  content: none;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__schedule .item > .swell-block-columns__inner {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
  }
}
.post_content .service__schedule .item .img h3 {
  font-weight: 500;
  position: absolute;
  left: 30px;
  top: 0;
  font-size: 18px;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__schedule .item .img h3 {
    left: 40px;
    font-size: 22px;
  }
}
.post_content .service__schedule .item .text p {
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__schedule .item .text p {
    font-size: 20px;
  }
}
.post_content .service__bottom {
  padding-block: 100px 30px !important;
}
@media screen and (min-width: 960.001px) {
  .post_content .service__bottom {
    padding-block: 150px 50px !important;
  }
}
@media screen and (max-width: 960px) {
  .post_content .service__bottom h2 {
    font-size: 22px;
  }
}
.post_content .flow__trouble {
  padding-block: 70px 10px;
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__trouble {
    padding-block: 140px 30px;
  }
}
.post_content .flow__trouble .swell-block-columns {
  margin-bottom: 60px;
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__trouble .swell-block-columns {
    margin-bottom: 120px;
  }
}
.post_content .flow__trouble .swell-block-columns .img {
  position: relative;
  padding-bottom: max(150px, 30vw);
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__trouble .swell-block-columns .img {
    padding-bottom: 0;
  }
}
.post_content .flow__trouble .swell-block-columns .img .img1 {
  width: 64%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__trouble .swell-block-columns .img .img1 {
    position: absolute;
  }
}
.post_content .flow__trouble .swell-block-columns .img .img1 figure {
  position: relative;
}
.post_content .flow__trouble .swell-block-columns .img .img1 figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #CAE2DC;
  position: absolute;
  top: 80px;
  left: 66px;
  z-index: -1;
}
.post_content .flow__trouble .swell-block-columns .img .img2 {
  width: 52%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.post_content .flow__trouble h2 {
  border: 2px solid #348370;
  font-size: 18px;
  line-height: 1.9;
  padding: 10px;
  border-radius: 5px;
  width: min(100%, 700px);
  margin-inline: auto;
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__trouble h2 {
    font-size: 21px;
    padding: 25px;
  }
}
.post_content .flow__detail {
  position: relative;
}
.post_content .flow__detail::before {
  content: "";
  width: 100%;
  height: clamp(100px, 14vw, 200px);
  background: url(/wp-content/uploads/2025/06/office-wave-scaled.png) no-repeat center/100% 100%;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: -1;
}
.post_content .flow__detail .flow__items {
  margin-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__detail .flow__items {
    margin-bottom: 70px;
  }
}
.post_content .flow__detail .flow__item {
  width: 90%;
  margin-inline: auto;
  background: #fff;
  border: 2px solid #348370;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__detail .flow__item {
    padding: 30px;
  }
}
.post_content .flow__detail .flow__item:after {
  content: "";
  width: 66px;
  height: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #348370;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.post_content .flow__detail .flow__item:last-of-type::after {
  content: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__detail .flow__item:last-of-type::after {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__detail .flow__item figure {
    text-align: right;
  }
}
.post_content .flow__detail .flow__item h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__detail .flow__item h3 {
    font-size: 24px;
    text-align: left;
  }
}
.post_content .flow__detail .flow__bottom {
  font-size: 18px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__detail .flow__bottom {
    font-size: 20px;
  }
}
.post_content .flow__detail .flow__bottom::before, .post_content .flow__detail .flow__bottom::after {
  content: "";
  width: 2px;
  height: 56px;
  background: #252525;
  -webkit-transform: translateX(-25px) rotate(-20deg);
          transform: translateX(-25px) rotate(-20deg);
  position: absolute;
  bottom: -10px;
  left: 16px;
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__detail .flow__bottom::before, .post_content .flow__detail .flow__bottom::after {
    left: 0;
    -webkit-transform: translateX(-25px) rotate(-40deg);
            transform: translateX(-25px) rotate(-40deg);
  }
}
.post_content .flow__detail .flow__bottom::after {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(25px) rotate(20deg);
          transform: translateX(25px) rotate(20deg);
}
@media screen and (min-width: 960.001px) {
  .post_content .flow__detail .flow__bottom::after {
    right: 0;
    -webkit-transform: translateX(25px) rotate(40deg);
            transform: translateX(25px) rotate(40deg);
  }
}
.post_content .recruit__lead {
  padding-top: 30px;
  line-height: 1.8;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__lead {
    padding-top: 70px;
  }
}
.post_content .recruit__h2 {
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 24px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
.post_content .recruit__about {
  margin-bottom: 70px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__about {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 100px;
  }
}
.post_content .recruit__about p {
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__about {
    width: 90%;
    margin-inline: auto;
  }
}
.post_content .recruit__about .swell-block-columns {
  margin-bottom: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__about .swell-block-columns {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__about .swell-block-columns {
    padding-inline: 30px;
  }
}
.post_content .recruit__about .swell-block-columns .img {
  max-width: 500px;
  margin-inline: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__about .swell-block-columns .img {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.post_content .recruit__schedule {
  border: 2px solid #348370;
  border-radius: 5px;
  padding-inline: 20px;
  position: relative;
  margin-inline: auto;
  max-width: 600px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__schedule {
    padding-inline: 30px;
    margin-inline: 125px;
    max-width: none;
  }
}
.post_content .recruit__schedule::before {
  content: "";
  width: 100vw;
  height: 80%;
  background: #E1EDEA;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: -2px;
  z-index: -1;
}
.post_content .recruit__schedule::after {
  content: "";
  width: clamp(40px, 7vw, 75px);
  height: 63px;
  background: url(/wp-content/uploads/2025/06/squere-green2.png) no-repeat center/contain;
  position: absolute;
  top: -50px;
  right: -20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 600px) {
  .post_content .recruit__schedule::after {
    top: -70px;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__schedule::after {
    right: -75px;
  }
}
.post_content .recruit__schedule h2 {
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__schedule h2 {
    margin-bottom: 36px;
    font-size: 22px;
  }
}
.post_content .recruit__schedule .schedule__detail {
  max-width: 470px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
  padding-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__schedule .schedule__detail {
    padding-left: 40px;
    padding-bottom: 40px;
  }
}
.post_content .recruit__schedule .schedule__detail::before, .post_content .recruit__schedule .schedule__detail::after {
  content: "";
  background: #348370;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 3px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__schedule .schedule__detail::before, .post_content .recruit__schedule .schedule__detail::after {
    left: 10px;
    top: 5px;
  }
}
.post_content .recruit__schedule .schedule__detail::after {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__schedule .schedule__detail::after {
    width: 22px;
    height: 22px;
  }
}
.post_content .recruit__schedule .schedule__detail:last-of-type::before {
  content: none;
}
.post_content .recruit__schedule .schedule__detail h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__schedule .schedule__detail h3 {
    font-size: 22px;
  }
}
.post_content .recruit__features {
  padding-block: 40px 0 !important;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__features {
    padding-block: 70px 0 !important;
  }
}
.post_content .recruit__features::after {
  content: "";
  width: 100%;
  height: clamp(50px, 10vw, 124px);
  background: #E1EDEA;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 0;
  bottom: 1px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.post_content .recruit__features .feature__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__features .feature__items {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-bottom: 60px;
  }
}
.post_content .recruit__features .feature__items p {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding: 5px;
  border-radius: 50%;
  max-width: 200px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__features .feature__items p {
    padding: 10px;
    font-size: 22px;
  }
}
.post_content .recruit__features .cmn__check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__features .cmn__check {
    padding-bottom: 0;
  }
}
.post_content .recruit__cta {
  padding-block: 100px 60px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__cta {
    padding-block: 200px 120px;
  }
}
.post_content .recruit__cta::after {
  content: "";
  width: clamp(40px, 7vw, 75px);
  height: 63px;
  background: url(/wp-content/uploads/2025/06/squere-green1.png) no-repeat center/contain;
  position: absolute;
  top: 130px;
  left: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__cta::after {
    top: 150px;
    left: -20px;
  }
}
.post_content .recruit__cta h2 {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__cta h2 {
    font-size: 28px;
  }
}
.post_content .recruit__voice {
  margin-bottom: 70px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__voice {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__voice .voice__detail {
    padding-inline: 30px;
  }
}
.post_content .recruit__voice .voice__detail .img img {
  max-width: 70%;
}
.post_content .recruit__voice .voice__detail .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__voice .voice__detail .text {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.post_content .recruit__voice .voice__detail .text p {
  letter-spacing: 0.02em;
  line-height: 2;
}
.post_content .recruit__detail {
  padding-bottom: 80px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__detail {
    width: 90%;
    margin-inline: auto;
    padding-bottom: 120px;
  }
}
.post_content .recruit__detail .wp-block-table {
  margin-bottom: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__detail .wp-block-table {
    max-width: 800px;
    width: 100%;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .recruit__detail .wp-block-table th {
    width: 28% !important;
  }
}
.post_content .reuse__top {
  padding-block: 50px 100px;
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__top {
    padding-block: 70px 250px;
  }
}
.post_content .reuse__top .logo {
  margin-bottom: 6px;
}
.post_content .reuse__top h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__top h2 {
    margin-bottom: 50px;
  }
}
.post_content .reuse__top p:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__top p:not(:last-of-type) {
    margin-bottom: 55px;
  }
}
.post_content .reuse__education {
  padding-block: 0 150px !important;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__education {
    padding-block: 0 230px !important;
  }
}
.post_content .reuse__education::before, .post_content .reuse__education::after {
  content: "";
  width: 100%;
  height: min(14vw, 200px);
  background: url(/wp-content/uploads/2025/07/reuse-wave1-scaled.png) no-repeat center/100% 100%;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.post_content .reuse__education::after {
  background-image: url(/wp-content/uploads/2025/07/reuse-wave2-scaled.png);
  top: auto;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}
.post_content .reuse__education .lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__education .lead {
    margin-bottom: 55px;
  }
}
.post_content .reuse__education .bottom {
  line-height: 2;
}
.post_content .reuse__items {
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__items {
    margin-bottom: 55px;
  }
}
.post_content .reuse__items .item {
  border: 2px solid #348370;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.post_content .reuse__items .item h3 {
  width: 100%;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  font-size: 18px;
  line-height: 1.36;
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__items .item h3 {
    font-size: 22px;
  }
}
.post_content .reuse__skill {
  padding-block: 20px 70px;
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__skill {
    padding-block: 20px 130px;
  }
}
.post_content .reuse__skill .lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__skill .lead {
    margin-bottom: 55px;
  }
}
.post_content .reuse__skill .bottom {
  line-height: 2;
}
.post_content .reuse__action {
  position: relative;
  padding-bottom: 70px;
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__action {
    padding-bottom: 120px;
  }
}
.post_content .reuse__action .swell-block-columns {
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__action .swell-block-columns {
    margin-bottom: 55px;
  }
}
.post_content .reuse__action .img::before {
  content: "";
  width: 540px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #E1EDEA;
  position: absolute;
  top: 19%;
  left: calc(50% - 40vw);
  z-index: -1;
}
.post_content .reuse__action .img .img1 {
  width: 85%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__action .img .img1 {
    margin-bottom: 44px;
  }
}
.post_content .reuse__action .img .img2 {
  width: 50%;
  margin-left: auto;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.post_content .reuse__action .text h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .reuse__action .text h2 {
    margin-bottom: 55px;
  }
}
.post_content .reuse__action .text p {
  line-height: 2;
}
.post_content .contact__top {
  padding-block: 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__top {
    padding-block: 70px;
  }
}
.post_content .contact__top .lead {
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__top .lead {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
.post_content .contact__top .swell-block-button {
  margin-bottom: 35px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__top .swell-block-button {
    margin-bottom: 70px;
  }
}
.post_content .contact__bg {
  padding: 20px 10px;
  font-size: 20px;
  line-height: 1.77;
  margin: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__bg {
    padding: 50px 10px;
    font-size: 22px;
  }
}
.post_content .contact__bg p {
  letter-spacing: 0.1em;
}
.post_content .contact__bg p span {
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  line-height: 1.77;
}
.post_content .contact__items {
  padding-block: 40px 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__items {
    padding-block: 80px 100px;
  }
}
.post_content .contact__items .contact__item a {
  border: 2px solid #367D56;
  border-radius: 50px 0 0 0;
  padding: 36px 10px;
  display: block;
  position: relative;
  background: #E7F5F2;
  max-width: 380px;
  margin-inline: auto;
}
.post_content .contact__items .contact__item a:hover {
  opacity: 0.8;
}
.post_content .contact__items .contact__item a::after {
  content: "";
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #367D56;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.post_content .contact__items .contact__item a h2 {
  margin-bottom: 20px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__items .contact__item a h2 {
    font-size: 24px;
  }
}
.post_content .contact__items .contact__item a h2::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(/wp-content/uploads/2025/07/line-icon.png) no-repeat center/contain;
  position: relative;
  top: auto;
}
.post_content .contact__items .contact__item a p {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__items .contact__item a p {
    font-size: 20px;
  }
}
.post_content .contact__items .contact__item a .number {
  font-size: 28px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__items .contact__item a .number {
    font-size: 32px;
  }
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__items .contact__item.contact__line a {
    margin-left: auto;
  }
}
.post_content .contact__items .contact__item.contact__phone a {
  border-color: #C0520D;
  background: #F2E8E1;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__items .contact__item.contact__phone a {
    margin-left: 0;
  }
}
.post_content .contact__items .contact__item.contact__phone a::after {
  background: #C0520D;
}
.post_content .contact__items .contact__item.contact__phone a h2::before {
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2025/06/hover-tel.png);
}
.post_content .contact__block {
  padding-block: 60px 70px !important;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__block {
    padding-block: 80px 120px !important;
  }
}
.post_content .contact__block .contact__square {
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__block .contact__square {
    margin-bottom: 30px;
  }
}
.post_content .contact__block h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__block h2 {
    margin-bottom: 36px;
  }
}
.post_content .cmn__form {
  background: #fff;
  border: 2px solid #348370;
  border-radius: 5px;
  padding: 30px 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form {
    padding: 100px 20px;
    width: 90%;
    margin-inline: auto;
  }
}
.post_content .cmn__form table {
  max-width: 666px;
  margin-inline: auto;
}
.post_content .cmn__form a {
  text-decoration: none;
}
.post_content .cmn__form a:hover {
  opacity: 0.7;
}
.post_content .cmn__form .contact__remark p {
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
.post_content .cmn__form table {
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form table {
    margin-bottom: 70px;
  }
}
.post_content .cmn__form table, .post_content .cmn__form tbody {
  display: block;
}
.post_content .cmn__form tr {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 50px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.post_content .cmn__form tr:last-of-type {
  padding-bottom: 0;
}
.post_content .cmn__form th {
  background-color: transparent;
  border: none;
  font-weight: 500;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form th {
    width: 230px;
    padding-top: 8px;
  }
}
.post_content .cmn__form td {
  padding: 0;
  border: none;
  width: 100%;
}
.post_content .cmn__form .required, .post_content .cmn__form .norequired {
  display: inline-block;
  background: #C0520D;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  border-radius: 3px;
  line-height: 1.3;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form .required, .post_content .cmn__form .norequired {
    font-size: 16px;
  }
}
.post_content .cmn__form .norequired {
  background: #348370;
}
.post_content .cmn__form span.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post_content .cmn__form :is(input, textarea, select) {
  font-size: 16px;
  padding: 7px 5px;
  border: none;
  background: none;
  border: 1px solid #252525;
  width: 100%;
}
.post_content .cmn__form .wpcf7 :where(input[type=tel], input[type=email], input[type=text]) {
  max-width: 400px;
  width: 100%;
}
.post_content .cmn__form .wpcf7 textarea {
  max-width: 570px;
  width: 100%;
}
.post_content .cmn__form span.wpcf7-form-control.wpcf7-acceptance {
  display: block;
  text-align: center;
}
.post_content .cmn__form input[type=file] {
  background: transparent;
  border: none;
}
.post_content .cmn__form .contact__order {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post_content .cmn__form .contact__order li {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 10px;
}
.post_content .cmn__form .contact__order .select-item {
  width: 247px;
  margin-left: 10px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form .contact__order .select-item {
    width: 200px;
  }
}
.post_content .cmn__form .contact__order .select-gram {
  width: 60px;
  margin-left: 10px;
}
.post_content .cmn__form .contact__order .select-piece {
  width: 60px;
  margin-left: 10px;
}
.post_content .cmn__form .form-agreement {
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form .form-agreement {
    margin-bottom: 40px;
  }
}
.post_content .cmn__form .form-agreement a {
  color: #6FA18F;
  text-decoration: underline;
}
.post_content .cmn__form .form-agreement a:hover {
  opacity: 0.7;
}
.post_content .cmn__form .form-submit input[disabled] {
  background: #ccc !important;
  color: #fff !important;
  border: none;
}
.post_content .cmn__form .form-submit {
  position: relative;
  width: min(100%, 350px);
  margin-inline: auto;
}
.post_content .cmn__form .form-submit::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post_content .cmn__form .form-submit input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #348370;
  background: #348370;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 30px 10px 10px;
  min-width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  width: min(350px, 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form .form-submit input {
    font-size: 22px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: min(100%, 350px);
    min-height: 60px;
  }
}
.post_content .cmn__form .form-submit .wpcf7-spinner {
  display: none;
}
.post_content .cmn__form .form-submit:hover::after {
  background: #348370;
}
.post_content .cmn__form .form-submit:hover input {
  color: #348370;
  background: #fff;
}
.post_content .cmn__form .wpcf7-radio input, .post_content .cmn__form .wpcf7-checkbox input {
  display: none;
}
.post_content .cmn__form .wpcf7-radio .wpcf7-list-item, .post_content .cmn__form .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  padding-left: 30px;
  margin: 0;
  display: block;
}
.post_content .cmn__form .wpcf7-radio input[type=radio] + span::before, .post_content .cmn__form .wpcf7-radio input[type=checkbox] + span::before, .post_content .cmn__form .wpcf7-checkbox input[type=radio] + span::before, .post_content .cmn__form .wpcf7-checkbox input[type=checkbox] + span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #CCCCCC;
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-radio input[type=radio]:checked + span::after, .post_content .cmn__form .wpcf7-radio input[type=checkbox]:checked + span::after, .post_content .cmn__form .wpcf7-checkbox input[type=radio]:checked + span::after, .post_content .cmn__form .wpcf7-checkbox input[type=checkbox]:checked + span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #348370;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 4px;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-acceptance {
  font-size: 14px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
  padding-left: 24px;
  position: relative;
  color: #383635;
}
.post_content .cmn__form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.post_content .cmn__form .wpcf7-acceptance a {
  text-decoration: underline;
}
.post_content .cmn__form .wpcf7-acceptance input {
  display: none;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox] + span::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #707070;
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox]:checked + span::before {
  background: #547B74;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox]:checked + span::after {
  content: "";
  width: 9px;
  height: 9px;
  background: url(/wp-content/uploads/2025/07/check.png) no-repeat center/contain;
  position: absolute;
  top: 8px;
  left: 3px;
  display: inline-block;
}/*# sourceMappingURL=style.css.map */