@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* =======================
共通
======================= */
@media print, screen and (min-width: 600px) {
  br.spview2 {
    display: none !important;
  }
}

body {
  font-weight: 500;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 16px;
  }
}
body * {
  letter-spacing: 0;
  line-height: 1.6;
}
body .u-thin {
  opacity: 1;
}

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

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

p {
  text-align: justify;
}

li {
  text-align: justify;
}

th, td {
  text-align: justify;
}

div {
  text-align: justify;
}

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

.has-white-background-color {
  color: #3F2F24;
}

.jcsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.page p, .page li, .single p, .single li, .archive p, .archive li {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .page p, .page li, .single p, .single li, .archive p, .archive li {
    font-size: 16px;
  }
}

.page .l-content {
  margin-bottom: 0px;
}

.page h2, .page h3, .page h4 {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}

.ff-shippori {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
}
.ff-en {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
}
.ff-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

@media screen and (max-width: 960px) {
  #lp-content .post_content, #main_content .post_content {
    font-size: 13px;
  }
}

/*　リッチカラムreset　*/
.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;
}

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

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

.p-postList.-type-card, .p-postList.-type-thumb {
  margin-left: 0;
  margin-right: 0;
}

.swell-block-button a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swell-block-button.center a {
  margin-inline: auto;
}
.swell-block-button.right a {
  margin-left: auto;
}

.is-style-btn_line a {
  min-width: auto;
  font-size: 18px;
  font-weight: 700;
  gap: 20px;
  padding: 15px 25px 15px 40px;
  border-width: 2px;
}
.is-style-btn_line.btn-wh a {
  color: #fff;
  border-color: #fff;
}
.is-style-btn_line.btn-or a {
  color: #ed6e01;
  border-color: #ed6e01;
}
.is-style-btn_line.btn-or a:hover {
  background: #ed6e01;
}
.is-style-btn_line.btn-gr a {
  color: #14a83c;
  border-color: #14a83c;
}

.is-style-btn_normal a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cmn__cta {
  padding-block: 64px !important;
}
.cmn__cta p {
  font-weight: 700;
}
.cmn__cta .is-style-btn_normal a {
  padding: 10px 20px;
  min-height: 86px;
  min-width: 360px;
  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;
  gap: 5px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .cmn__cta .is-style-btn_normal a {
    font-size: 18px;
  }
}
.cmn__cta .is-style-btn_normal a::before {
  content: "";
  width: 21px;
  height: 16px;
  background: url(/wp-content/uploads/2025/11/mail-white.svg) no-repeat center/contain;
}

/* =======================
ヘッダー・固定ヘッダー
======================= */
.l-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 960px) {
  .l-header {
    -webkit-box-shadow: 0 0 10px #87ADFF;
            box-shadow: 0 0 10px #87ADFF;
  }
}
.l-header .l-header__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  max-width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-height: 165px;
}
@media screen and (max-width: 960px) {
  .l-header .l-header__inner {
    min-height: 100px;
  }
}
.l-header .l-header__inner .l-header__logo {
  margin-right: 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;
  -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: 10px;
  gap: 12px;
}
@media screen and (max-width: 960px) {
  .l-header .l-header__inner .l-header__logo {
    width: 100%;
    gap: 0;
    padding: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .l-header .l-header__inner .l-header__logo .c-headLogo {
    padding: 10px 20px;
  }
}
.l-header .l-header__inner .l-header__logo .c-headLogo__link {
  padding: 0;
}
.l-header .l-header__inner .l-header__logo img {
  width: 100%;
  -o-object-position: left;
     object-position: left;
  height: 73px;
}
@media screen and (max-width: 960px) {
  .l-header .l-header__inner .l-header__logo img {
    height: 51px;
  }
}
.l-header .l-header__inner .l-header__logo .c-catchphrase {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #14A83C;
  padding: 4px 10px;
  background: #E9F6CF;
}
@media screen and (max-width: 960px) {
  .l-header .l-header__inner .l-header__logo .c-catchphrase {
    display: block;
    margin-top: auto;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .l-header .l-header__inner .l-header__customBtn {
    display: none;
  }
}

.w-header {
  position: absolute;
  right: 0;
  top: 100px;
  background: #2D9E4B;
  padding: 28px max(50vw - 600px, 4vw) 28px 50px;
}
.w-header .swell-block-bannerLink {
  border-right: 1px dashed #C6C6C6;
}
.w-header .swell-block-bannerLink:first-of-type .c-bannerLink {
  padding-left: 0;
}
.w-header .swell-block-bannerLink:last-of-type {
  border-right: none;
}
.w-header .swell-block-bannerLink:last-of-type .c-bannerLink {
  padding-right: 0;
}
.w-header .c-bannerLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 25px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.w-header .c-bannerLink__figure {
  width: 120px;
}
.w-header .c-bannerLink__text {
  position: relative;
  gap: 7px;
  width: auto;
}
.w-header .c-bannerLink__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.w-header .c-bannerLink__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.w-header .c-bannerLink__description {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ED6E01;
  color: #fff;
}
.w-header .corporation .c-bannerLink__description {
  background: #65D940;
}
.w-header .job .c-bannerLink__description {
  background: #fff;
  color: #14A83C;
}

.l-header__menuBtn.sp_ {
  width: auto;
  height: auto;
  row-gap: 5px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__menuBtn.sp_ .c-iconBtn {
  height: 94px;
  width: 100px;
  -webkit-transition: 1s;
  transition: 1s;
}
.l-header__menuBtn.sp_ .c-iconBtn__label {
  font-size: 14px;
  font-weight: 700;
  margin-top: 3px;
}

.l-header__gnav .c-gnav {
  gap: 50px;
  height: auto;
  padding: 0 280px 0 30px;
  margin-top: 44px;
}
.l-header__gnav .c-gnav > li {
  padding-bottom: 20px;
}
.l-header__gnav .c-gnav > li > a {
  padding-inline: 0px;
  height: auto;
}
.l-header__gnav .c-gnav > li > a .ttl {
  font-size: 18px;
  font-weight: 700;
  gap: 6px;
  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;
}
.l-header__gnav .c-gnav > li > a .ttl::before {
  content: "";
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  background: -webkit-radial-gradient(#7ADF6C, #BAF162);
  background: radial-gradient(#7ADF6C, #BAF162);
  border-radius: 50%;
}
.l-header__gnav .c-gnav > li > a::after {
  content: none !important;
}
.l-header__gnav .c-gnav > li > a:hover {
  opacity: 0.7;
}
.l-header__gnav .c-gnav > li .c-smallNavTitle {
  font-family: "GFS Didot", serif;
  font-size: 16px;
  font-weight: 400;
  color: #87ADFF;
  letter-spacing: 0.05em;
  top: 0;
  opacity: 1;
  line-height: 1.6;
}
.l-header__gnav .c-gnav .nav-contact {
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
  height: 200px;
  z-index: 1;
}
.l-header__gnav .c-gnav .nav-contact a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #FFF;
  font-weight: 700;
  padding: 32px 5px 10px;
  margin-top: 0;
  background: url(/wp-content/uploads/2025/11/nav-contact-bg.svg) no-repeat left bottom/cover;
  width: 100%;
  height: 100%;
}
.l-header__gnav .c-gnav .nav-contact a::before {
  content: "";
  width: 23px;
  height: 17px;
  background: url(/wp-content/uploads/2025/11/mail-white.svg) no-repeat center/contain;
  margin-bottom: 10px;
}
.l-header__gnav .c-gnav .nav-contact .ttl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
}
.l-header__gnav .c-gnav .nav-contact .ttl::before {
  content: none;
}
.l-header__gnav .c-gnav .nav-contact .c-smallNavTitle {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.l-header__gnav .c-gnav .sub-menu {
  z-index: 5;
  border: 1px solid #14A83C;
  top: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.l-header__gnav .c-gnav .sub-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 18px;
  background: #fff;
  border-bottom: 1px dashed #14A83C;
}
.l-header__gnav .c-gnav .sub-menu li a::before {
  content: none;
}
.l-header__gnav .c-gnav .sub-menu li:last-of-type a {
  border: none;
}

.l-fixHeader .w-header {
  display: none;
}

@media not all and (min-width: 960px) {
  .l-header[data-spfix="1"] {
    position: fixed;
  }
}
.p-breadcrumb {
  z-index: 2;
}

/* =======================
各ページの調整
======================= */
/* =======================
ハンバーガーメニュー
======================= */
.c-iconBtn__icon {
  font-size: 20px;
}

.c-iconBtn__icon:before {
  color: #fff;
}

.p-spMenu__closeBtn {
  top: 7px;
  right: calc(18px + var(--swl-scrollbar_width, 0)) !important;
}
@media screen and (min-width: 960.001px) {
  .p-spMenu__closeBtn {
    top: 10px;
    right: calc(20px + var(--swl-scrollbar_width, 0)) !important;
  }
}
.p-spMenu__closeBtn .c-iconBtn__icon {
  font-size: 22px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .p-spMenu__closeBtn .c-iconBtn__icon {
    font-size: 34px;
  }
}
.p-spMenu__closeBtn .c-iconBtn__icon::after {
  content: "";
  width: 37px;
  height: 12px;
  background: url(/wp-content/uploads/2025/11/close.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.c-widget__title {
  display: none;
}

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

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

.p-spMenu__body {
  padding: 24px 0px 24px;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-spMenu__body .p-spMenu__nav {
  display: none;
}

.p-spMenu__bottom {
  width: 100%;
  max-width: 1168px;
  padding-inline: 20px;
  margin-inline: auto;
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .p-spMenu__bottom {
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-spMenu__bottom .sp__hamburger {
    padding-bottom: 50px;
  }
}
.p-spMenu__bottom .sp__hamburger-top {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .p-spMenu__bottom .sp__hamburger-top {
    margin-bottom: 30px;
  }
}
.p-spMenu__bottom .is-style-btn_line {
  margin-bottom: 10px;
}
.p-spMenu__bottom .is-style-btn_line a {
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -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;
  min-height: 50px;
  padding: 4px 10px;
  background: #F3FF4A;
  color: #6595FF;
  -webkit-box-shadow: 0 0 10px rgba(191, 211, 255, 0.7);
          box-shadow: 0 0 10px rgba(191, 211, 255, 0.7);
  border: none;
  width: min(100%, 400px);
}
.p-spMenu__bottom .is-style-btn_line a::before {
  content: "";
  width: 14px;
  height: 12px;
  background: url(/wp-content/uploads/2025/11/mail-icon.svg) no-repeat center/contain;
}
.p-spMenu__bottom .is-style-btn_line.line a {
  background: #28D016;
  color: #FFF;
}
.p-spMenu__bottom .is-style-btn_line.line a::before {
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/uploads/2025/11/line-icon.svg);
}

.sp__logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sp__logo img {
  display: block;
}

.sp__menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 900px;
}
@media screen and (max-width: 960px) {
  .sp__menu {
    min-width: auto;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    padding-inline: 30px !important;
  }
}
.sp__menu p {
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .sp__menu p {
    margin-bottom: 18px;
  }
}
.sp__menu ul {
  padding-left: 0;
  margin-bottom: 10px;
}
.sp__menu ul li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .sp__menu ul li {
    margin-bottom: 16px;
  }
}
.sp__menu ul li::before {
  content: "▶︎";
  font-size: 10px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

/* =======================
トップページ
======================= */
.page #content {
  padding-top: 0px;
}

.p-mainVisual .p-mainVisual__inner {
  height: auto;
}
.p-mainVisual .c-filterLayer__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-mainVisual .p-mainVisual__textLayer {
  padding-block: 340px 90px;
  position: relative;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.p-mainVisual h1 {
  text-shadow: none;
  font-size: clamp(40px, 6vw, 62px);
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-mainVisual h1 {
    letter-spacing: -0.05em;
  }
}
.p-mainVisual h1 span {
  padding: 2px 14px;
  background: #fff;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
}
.p-mainVisual p {
  text-shadow: none;
  font-size: 26px;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .p-mainVisual p {
    font-size: 18px;
  }
}

/* =======================
フッター上ウィジェットブロック
======================= */
/* =======================
フッター
======================= */
.c-fixBtn {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-fixBtn i {
  display: none;
}
.c-fixBtn::before {
  content: "";
  position: relative;
  width: 48px;
  height: 28px;
  background: url(/wp-content/uploads/2025/11/page-top.svg) no-repeat center/contain;
}

.hov-bg-main:hover {
  background: none !important;
  opacity: 0.7;
}

#fix_bottom_menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#fix_bottom_menu::before {
  content: none;
}
#fix_bottom_menu .menu-item a {
  min-height: 50px;
  padding: 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;
  gap: 4px;
  background: #F3FF4A;
  color: #6595FF;
}
#fix_bottom_menu .menu-item a::before {
  content: "";
  width: 14px;
  height: 12px;
  background: url(/wp-content/uploads/2025/11/mail-icon.svg) no-repeat center/contain;
}
#fix_bottom_menu .menu-item a i {
  display: none;
}
#fix_bottom_menu .menu-item a span {
  width: auto;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
#fix_bottom_menu .menu-item.line a {
  background: #28D016;
  color: #FFF;
}
#fix_bottom_menu .menu-item.line a::before {
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/uploads/2025/11/line-icon.svg);
}

.w-beforeFooter {
  margin-top: 0;
  margin-bottom: 0;
}
.w-beforeFooter a {
  text-decoration: none;
}

footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.7;
}
footer .l-footer__widgetArea {
  padding: 64px 0 24px;
}
footer .w-footer {
  gap: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .w-footer__box {
  padding: 0;
}
footer .w-footer__box:nth-of-type(1) {
  -webkit-flex-basis: 260px;
      -ms-flex-preferred-size: 260px;
          flex-basis: 260px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
footer .w-footer__box:nth-of-type(1) .widget_media_image {
  width: 260px;
  margin-bottom: 35px;
}
footer .w-footer__box:nth-of-type(1) .widget_text img {
  height: 30px !important;
  margin-right: 16px;
  width: auto;
}
footer .w-footer__box:nth-of-type(2) {
  max-width: 673px;
}
footer .w-footer__box:nth-of-type(2) .privacy {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
footer .footer__menu {
  padding-bottom: 55px;
}
footer .footer__menu p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 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;
  gap: 6px;
}
footer .footer__menu p::before {
  content: "";
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  background: -webkit-radial-gradient(#7ADF6C, #BAF162);
  background: radial-gradient(#7ADF6C, #BAF162);
  border-radius: 50%;
}
footer .footer__menu li {
  list-style: none;
}
footer .footer__menu li a {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
footer .footer__menu li a::before {
  content: "";
  width: 4px;
  height: 7px;
  background: url(/wp-content/uploads/2025/11/footer-arrow.svg) no-repeat center/contain;
}
footer .l-footer__foot {
  padding-top: 0;
  padding-bottom: 0;
  background: #14A83C;
}
footer .l-footer__foot .copyright {
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  color: #fff;
}

.home .w-beforeFooter {
  display: none;
}

/* =======================
下層ヘッダー
======================= */
.l-topTitleArea {
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
  height: 280px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
  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;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea {
    height: auto;
    padding-top: 260px;
    padding-bottom: 105px;
  }
}
.l-topTitleArea .l-topTitleArea__body {
  color: #fff;
  width: 100%;
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  text-shadow: none;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle {
    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: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 46px;
  }
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
  font-style: normal;
  margin-top: 10px;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
    font-size: 20px;
  }
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle::before {
  content: "";
  width: 150px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -15px;
}
@media screen and (min-width: 960.001px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle::before {
    width: 250px;
    top: -30px;
  }
}
.l-topTitleArea .l-topTitleArea__body .p-termNavigation {
  display: none;
}

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

.-type-simple.p-postList {
  border: none;
}
.-type-simple .p-postList__link {
  border: none;
  padding: 40px 0 35px;
  border-bottom: 1px dashed #3F2F24;
}
.-type-simple .p-postList__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.-type-simple .p-postList__meta {
  margin: 0;
  gap: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.-type-simple .c-postTimes__posted {
  font-size: 18px;
  font-weight: 500;
}
.-type-simple .c-postTimes__posted::before {
  content: none;
}
.-type-simple .p-postList__cat {
  color: #ED6E01;
  background: #FFEEC2;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  padding: 2px 14px;
}
.-type-simple .p-postList__cat::before {
  content: none;
}
.-type-simple .p-postList__title {
  font-size: 18px;
  font-weight: 500;
}

.-type-card.p-postList {
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
}
.-type-card.p-postList.-pc-col3 .p-postList__item {
  padding: 0;
  width: calc((100% - 78px) / 4);
}
.-type-card .p-postList__thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.-type-card .p-postList__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 5px;
}
.-type-card .p-postList__title {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .-type-card .p-postList__title {
    font-size: 18px;
  }
}
.-type-card .p-postList__meta {
  margin: 0;
  gap: 10px;
}
.-type-card .p-postList__times {
  padding: 0;
}
.-type-card .c-postTimes__posted {
  font-size: 18px;
  font-weight: 500;
}
.-type-card .c-postTimes__posted::before {
  content: none;
}
.-type-card .p-postList__cat {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #14A83C;
  padding: 3px 16px;
  background: #D0F8DB;
  border-radius: 30px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.-type-card .p-postList__cat::before {
  content: none;
}

.blog .c-tabBody .icon-posted:before, .category .c-tabBody .icon-posted:before {
  content: "\e931";
}
.blog .c-tabBody .p-postList__item, .category .c-tabBody .p-postList__item {
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .blog .c-tabBody .p-postList__item, .category .c-tabBody .p-postList__item {
    width: calc((100% - 24px) / 2);
  }
}
.blog .c-tabBody .p-postList__body, .category .c-tabBody .p-postList__body {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blog .c-tabBody .p-postList__body .p-postList__title, .category .c-tabBody .p-postList__body .p-postList__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #518577;
}
@media screen and (min-width: 960.001px) {
  .blog .c-tabBody .p-postList__body .p-postList__title, .category .c-tabBody .p-postList__body .p-postList__title {
    font-size: 20px;
  }
}
.blog .c-tabBody .p-postList__body .p-postList__excerpt, .category .c-tabBody .p-postList__body .p-postList__excerpt {
  margin-bottom: 5px;
}
.blog .c-tabBody .p-postList__body .c-postTimes__posted, .category .c-tabBody .p-postList__body .c-postTimes__posted {
  font-size: 12px;
}
.blog .l-content, .category .l-content {
  padding-top: 0em;
}
@media screen and (min-width: 960.001px) {
  .blog .l-content, .category .l-content {
    padding-top: 2em;
  }
}

.c-pagination .page-numbers {
  width: 36px;
  height: 36px;
  font-weight: 700;
  background: #DEDEDE;
  color: #fff;
  -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;
}
.c-pagination .page-numbers.current {
  background: #518577;
}
.c-pagination .page-numbers:hover {
  background: #518577;
}

.wp-block-tag-cloud {
  gap: 5px;
}
.wp-block-tag-cloud a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 20px;
}
.wp-block-tag-cloud a::before {
  content: "#";
}
.wp-block-tag-cloud a:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}

.c-pagination {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    margin-top: 40px;
  }
}

.page-numbers {
  color: var(--blue);
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: auto;
  height: auto;
  line-height: 1;
  padding: 12px 13px;
  font-size: 16px;
  font-weight: 500;
}
.page-numbers.current {
  border-color: #000;
}
.page-numbers.prev, .page-numbers.next {
  display: none;
}

/* =======================
記事詳細
======================= */
.single .custom-head h1 {
  font-size: 30px;
  font-weight: 500;
  color: #547B74;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .single .custom-head h1 {
    font-size: 42px;
  }
}
.single .custom-head .post__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.single .custom-head .post-categories a {
  background: #547B74;
  color: #fff;
  border: 1px solid #547B74;
  font-size: 14px;
  padding: 1px 9px;
}
.single .custom-head .post-categories a:hover {
  color: #547B74;
  background: #fff;
}
.single .custom-head .head__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.single .custom-head .head__tag a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 3px 9px;
  border-radius: 20px;
  background: #F7F7F7;
}
.single .custom-head .head__tag a::before {
  content: "#";
}
.single .custom-head .head__tag a:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}
.single h2 {
  margin: 0 0 20px;
}
@media screen and (min-width: 960.001px) {
  .single h2 {
    margin-bottom: 30px;
  }
}
.single h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  margin: 1.5em 0 1em;
}
@media screen and (min-width: 960.001px) {
  .single h3 {
    font-size: 26px;
  }
}
.single h3 strong {
  font-weight: 500;
}
.single .p-articleThumb img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single .post_content {
  margin-top: 35px;
}

/* =======================
サイドバー
======================= */
@media screen and (min-width: 960.001px) {
  .-sidebar-on .l-mainContent {
    width: 67%;
  }
}

#sidebar a {
  text-decoration: none;
}
#sidebar h2.wp-block-heading {
  font-weight: 500;
  font-size: 16px;
  padding-left: 12px;
  border-left: 2px solid #547B74;
  margin-bottom: 16px;
  margin-top: 28px !important;
}
@media screen and (min-width: 960.001px) {
  #sidebar h2.wp-block-heading {
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 35px !important;
  }
}
#sidebar h2, #sidebar h3 {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
#sidebar li {
  font-size: 14px;
}
#sidebar .side__about {
  border: 1px solid #C4C4C4;
  padding: 20px;
}
#sidebar .side__about .logo {
  width: 120px;
  margin-inline: auto;
}
#sidebar .side__about h2 {
  margin: 0 !important;
  font-weight: 500;
  padding: 0;
  border: none;
}
#sidebar .side__about .about {
  font-size: 12px;
  margin-bottom: 20px;
}
#sidebar .side__about .txt {
  font-size: 14px;
  margin-bottom: 16px;
}
#sidebar .side__about .instagram {
  width: 16px;
  margin-inline: auto;
}
#sidebar .widget_search .c-searchForm__s {
  border-color: #CDCDCD;
}
#sidebar .widget_search .c-searchForm__submit {
  background: #547B74 !important;
  border-color: #547B74;
}
#sidebar .widget_search .c-searchForm__submit::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2025/04/search-icon.svg) no-repeat center/contain;
}
#sidebar .wp-block-categories > li > a {
  font-size: 15px;
}
#sidebar .wp-block-categories > li > a::before {
  content: "";
  width: 5px;
  height: 7px;
  background: url(/wp-content/uploads/2025/04/cat-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sidebar .wp-block-categories > li > a:hover {
  opacity: 0.7;
}
#sidebar .wp-block-categories > li > a:hover::before {
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
#sidebar .p-postList__body .icon-posted {
  font-size: 12px;
}
#sidebar .p-postList__body .icon-posted::before {
  content: "\e931";
}
#sidebar .p-postList__body .p-postList__cat {
  background: #C1AC80;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 11px;
  text-decoration: none;
}
#sidebar .p-postList__body .p-postList__cat::before {
  content: none;
}
#sidebar .p-postList__body .p-postList__title {
  color: #518577;
  font-size: 14px;
  font-weight: 500;
}
#sidebar .side__column .p-postList__title {
  margin-bottom: 5px;
}
#sidebar .side__column .p-postList__link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#sidebar .side__news .p-postList {
  border-top: none;
}
#sidebar .side__news .p-postList__link {
  border-color: #C7C7C7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sidebar .side__news .p-postList__link:hover {
  opacity: 0.7;
  background: none;
}
#sidebar .side__news .p-postList__item {
  margin-bottom: 0;
}
#sidebar .side__news .p-postList__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#sidebar .side__news .p-postList__body .icon-posted::before {
  content: none;
}
#sidebar .side__news .p-postListWrap {
  margin-bottom: 24px;
}
#sidebar .side__news .wp-block-buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sidebar .side__news .wp-block-buttons a {
  border: 1px solid #547B74;
}
#sidebar .side__news .wp-block-buttons a:hover {
  color: #547B74 !important;
  background: #fff !important;
}

:is(.post-type-archive-case, .single-case, .search-results) .l-sidebar {
  display: none;
}
:is(.post-type-archive-case, .single-case, .search-results) .l-mainContent {
  width: 100%;
}
:is(.post-type-archive-case, .single-case, .search-results) .l-content {
  margin-bottom: 0px;
}

/* =======================
404
======================= */
.error404 .l-topTitleArea__body .c-pageTitle {
  font-size: 28px;
}
@media screen and (min-width: 960.001px) {
  .error404 .l-topTitleArea__body .c-pageTitle {
    font-size: 46px;
  }
}
.error404 h2.wp-block-heading {
  font-family: "Shippori Mincho", serif;
  color: #518577 !important;
  font-size: 24px;
  text-align: left;
}
@media screen and (min-width: 960.001px) {
  .error404 h2.wp-block-heading {
    font-size: 32px;
    text-align: center;
  }
}
.error404 p {
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 960.001px) {
  .error404 p {
    font-size: 18px;
    text-align: center;
  }
}
.error404 .wp-block-search__inside-wrapper {
  width: 450px !important;
}
.error404 .wp-block-search__button {
  margin-left: 0;
  background: #547B74;
  width: 40px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .error404 .wp-block-search__button {
    width: 50px;
  }
}
.error404 .wp-block-search__button::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2025/04/search-icon.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 960.001px) {
  .error404 .wp-block-search__button::before {
    width: 20px;
    height: 20px;
  }
}
.error404 .wp-block-search__button svg {
  display: none;
}
.error404 .is-style-more_btn a {
  text-decoration: none;
  min-height: 70px;
}

/* =======================
検索
======================= */
.search .l-content .c-pageTitle {
  font-family: "Shippori Mincho", serif;
  color: #518577 !important;
  font-size: 20px;
}
.search .l-content main .p-postList__item {
  width: 100%;
  padding-block: 20px !important;
  border-bottom: 1px solid #CDCDCD;
  margin: 0;
}
.search .l-content main .p-postList__thumb {
  display: none;
}
.search .l-content main .p-postList__body {
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960.001px) {
  .search .l-content main .p-postList__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.search .l-content main .p-postList__body .p-postList__meta {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.search .l-content main .p-postList__body .p-postList__excerpt {
  display: none !important;
}
.search .l-content main .p-postList__body .p-postList__title {
  margin-bottom: 0;
}

.post_content {
  /* =======================
  共通
  ======================= */
  /* =======================
  共通パーツ
  ======================= */
  /* =======================
  固定ページ共通
  ======================= */
  /* =======================
  トップページ
  ======================= */
  /* =======================
  about
  ======================= */
  /* =======================
  お問い合わせ
  ======================= */
  /* =======================
  注文フォーム
  ======================= */
  /* =======================
  送信完了
  ======================= */
  /* =======================
  プライバシーポリシー
  ======================= */
  /* =======================
  特商法
  ======================= */
  /* =======================
  サイトマップ
  ======================= */
}
.post_content .home__intro {
  position: relative;
  margin-bottom: 16px;
}
.post_content .home__intro::before {
  content: "";
  width: 226px;
  height: 142px;
  background: url(/wp-content/uploads/2025/11/home_intro_bg_left.png) no-repeat center/contain;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  z-index: 1;
}
.post_content .home__intro::after {
  content: "";
  width: 360px;
  height: 300px;
  background: url(/wp-content/uploads/2025/11/home_intro_bg_right.png) no-repeat center/contain;
  position: absolute;
  right: calc(50% - 50vw);
  top: 0;
}
.post_content .home__intro .txt {
  padding: 144px 150px 108px 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .post_content .home__intro .txt {
    width: 100%;
    padding: 126px 0 156px;
  }
}
.post_content .home__intro .txt::before {
  content: "";
  width: calc(max(50vw - 540px, 4vw) + 100%);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ED6E01), to(#FF9840));
  background: -webkit-linear-gradient(left, #ED6E01, #FF9840);
  background: linear-gradient(to right, #ED6E01, #FF9840);
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 960px) {
  .post_content .home__intro .txt::before {
    width: 100vw;
    right: calc(50% - 50vw);
  }
}
.post_content .home__intro .txt::after {
  content: "";
  width: 257px;
  height: 300px;
  background: url(/wp-content/uploads/2025/11/home_intro_bg_bottom.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.post_content .home__intro .txt p {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.post_content .home__intro .txt h2 {
  font-weight: 900;
}
.post_content .home__intro .txt .ff-en {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
}
.post_content .home__intro .txt .icon {
  width: 210px;
  position: absolute;
  bottom: -1px;
  left: 350px;
}
.post_content .home__intro .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48%;
  -webkit-transform: translateX(33%);
          transform: translateX(33%);
}
.post_content .home__point .num {
  padding: 3px 18px 3px 8px;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post_content .home__point :is(.point1, .point2, .point3) .wp-block-cover {
  padding: 260px 20px 44px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .post_content .home__point :is(.point1, .point2, .point3) .wp-block-cover {
    padding: 82px 4vw 30px;
  }
}
.post_content .home__point :is(.point1, .point2, .point3) .wp-block-cover img {
  height: auto;
}
.post_content .home__point .point1, .post_content .home__point .point3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post_content .home__point .point2 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.post_content .home__point .point1 .wp-block-cover {
  padding-left: max(50vw - 540px - var(--swl-scrollbar_width, 0px) / 2, 4vw);
}
.post_content .home__point .point1 .wp-block-cover::before {
  content: "";
  width: max(50vw - 540px - 40px, 4vw - 10px);
  height: 100%;
  background: #FFFFFF;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .post_content .home__point .point1 .wp-block-cover::before {
    content: none;
  }
}
.post_content .home__point .point3 .wp-block-cover {
  padding-right: max(50vw - 540px - var(--swl-scrollbar_width, 0px) / 2, 4vw);
}
.post_content .home__point .point3 .wp-block-cover::before {
  content: "";
  width: max(50vw - 540px - 40px, 4vw - 10px);
  height: 100%;
  background: #FFFFFF;
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .post_content .home__point .point3 .wp-block-cover::before {
    content: none;
  }
}
.post_content .home__point h2 span {
  margin-bottom: 5px;
  color: #ED6E01;
  display: inline-block;
}
.post_content .home__point h2 span:last-of-type {
  margin-bottom: 0;
}
.post_content .home__point p {
  font-weight: 700;
}
.post_content .home__business {
  position: relative;
}
.post_content .home__business::before {
  content: "";
  width: calc(100% + 320px);
  height: 100%;
  background: #E9F6CF;
  position: absolute;
  top: 0;
  left: -160px;
}
.post_content .home__business::after {
  content: "";
  width: 170px;
  height: 68px;
  background: url(/wp-content/uploads/2025/11/home_business_illust03.svg) no-repeat center/contain;
  position: absolute;
  left: 50px;
  bottom: -1px;
}
.post_content .home__business > div {
  position: relative;
  z-index: 1;
  padding-block: 46px 100px;
}
.post_content .home__business .head-block .ff-en {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post_content .home__business .lead {
  width: 40%;
}
.post_content .home__business .home__business-block {
  padding-bottom: 46px;
  margin-bottom: 60px;
  position: relative;
}
.post_content .home__business .home__business-block .img {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.post_content .home__business .home__business-block .txt {
  padding: 40px;
  margin-left: auto;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 0 30px rgba(132, 132, 132, 0.1);
          box-shadow: 0 0 30px rgba(132, 132, 132, 0.1);
}
.post_content .home__business .home__business-block .txt h3 {
  margin-bottom: 26px;
}
.post_content .home__business .home__business-block .txt h3 span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 3px 10px;
  color: #fff;
  display: inline-block;
}
.post_content .home__business .home__business-block:nth-of-type(2n + 1) .img {
  left: auto;
  right: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.post_content .home__business .home__business-block:nth-of-type(2n + 1) .txt {
  margin-left: 0;
}
.post_content .home__business .home__business-block1 .txt {
  position: relative;
}
.post_content .home__business .home__business-block1 .txt::before {
  content: "";
  width: 370px;
  height: 100px;
  background: url(/wp-content/uploads/2025/11/home_business_illust01.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.post_content .home__business .home__business-block2 .img figure {
  position: relative;
}
.post_content .home__business .home__business-block2 .img figure::before {
  content: "";
  width: 162px;
  height: 160px;
  background: url(/wp-content/uploads/2025/11/home_business_illust02.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.post_content .home__recruit .home__recruit-top {
  margin-bottom: 10px;
  position: relative;
}
.post_content .home__recruit .home__recruit-top::before {
  content: "";
  width: 293px;
  height: 340px;
  background: url(/wp-content/uploads/2025/11/home_recruit_bg_bottom.png) no-repeat center/contain;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  z-index: 1;
}
.post_content .home__recruit .home__recruit-top .txt {
  position: relative;
  width: min(80%, 740px);
  margin-bottom: 0;
}
.post_content .home__recruit .home__recruit-top .txt::before {
  content: "";
  width: calc(max(50vw - 540px, 4vw) + 100%);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#2D9E4B), color-stop(60%, #63BF7C), to(transparent));
  background: -webkit-linear-gradient(left, #2D9E4B 0%, #63BF7C 60%, transparent 100%);
  background: linear-gradient(to right, #2D9E4B 0%, #63BF7C 60%, transparent 100%);
  position: absolute;
  right: 0;
  top: 0;
}
.post_content .home__recruit .home__recruit-top .txt > div {
  padding: 86px 100px 70px 0;
  position: relative;
  z-index: 1;
}
.post_content .home__recruit .home__recruit-top .txt .recruit-txt {
  position: absolute;
  top: 0;
  left: min(540px - 50vw, -4vw);
  width: 500px;
}
.post_content .home__recruit .home__recruit-top .txt h2 {
  margin-bottom: 10px;
}
.post_content .home__recruit .home__recruit-top .txt h2 span {
  display: inline-block;
  margin-bottom: 10px;
  color: #14A83C;
  padding: 2px 10px;
}
.post_content .home__recruit .home__recruit-top .img {
  position: absolute;
  top: 0;
  right: min(540px - 50vw, -4vw);
  z-index: -1;
  width: 70vw;
  height: 100%;
}
.post_content .home__recruit .home__recruit-top .img img {
  width: 100%;
  height: 100%;
}
.post_content .home__recruit .home__recruit-bottom {
  gap: 10px;
}
.post_content .home__column .swell-block-fullWide {
  padding-block: 80px 100px !important;
}
.post_content .home__column .home__column-top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_content .home__company {
  position: relative;
}
.post_content .home__company::after {
  content: "";
  width: 431px;
  height: 525px;
  background: url(/wp-content/uploads/2025/11/home_bottom_bg_right.png) no-repeat center/contain;
  position: absolute;
  right: calc(50% - 50vw);
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: -1;
}
.post_content .home__company .home__company-txt {
  padding-right: 20px;
}
.post_content .home__company .home__company-txt p {
  font-weight: 700;
}
.post_content .home__company .home__company-link figure {
  overflow: hidden;
}
.post_content .home__company .home__company-link img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .home__company .home__company-link p {
  font-weight: 700;
  padding: 7px 20px;
  text-align: center;
  position: relative;
}
.post_content .home__company .home__company-link p::after {
  content: "";
  background: url(/wp-content/uploads/2025/11/company-arrow.svg) no-repeat center/contain;
  width: 7px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .home__company .home__company-link a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.post_content .home__company .home__company-link a:hover p::after {
  right: 15px;
}
.post_content .home__tiktok {
  position: relative;
  padding-bottom: 100px;
}
.post_content .home__tiktok::after {
  content: "";
  width: 313px;
  height: 525px;
  background: url(/wp-content/uploads/2025/11/home_bottom_bg_left.png) no-repeat center/contain;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: -10px;
  z-index: -1;
}
.post_content .contact__intro h2 {
  font-weight: 500;
  padding-inline: 10px;
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__intro h2 {
    font-size: 24px;
  }
}
.post_content .contact__intro h2 span {
  font-weight: 600;
}
.post_content .contact__intro a:hover {
  opacity: 0.7;
}
.post_content .contact__intro .contact__list-wrapper h2 span {
  font-weight: 500;
}
.post_content .contact__intro .contact__list .contact__item {
  border: 1px solid #C8C8C8;
  padding: 16px 24px 24px;
}
.post_content .contact__intro .contact__list .contact__item .wp-block-group {
  position: relative;
  height: 100%;
  padding-bottom: 55px;
}
.post_content .contact__intro .contact__list .contact__item .contact__item-tit {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #C8C8C8;
  font-size: 20px;
}
@media screen and (min-width: 960.001px) {
  .post_content .contact__intro .contact__list .contact__item .contact__item-tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .post_content .contact__intro .contact__list .contact__item .contact__item-tit .pc_ {
    display: block !important;
  }
}
.post_content .contact__intro .contact__list .contact__item .txt {
  font-size: 16px;
}
.post_content .contact__intro .contact__list .contact__item .cta__time {
  font-size: 14px;
}
.post_content .contact__intro .contact__list .contact__item .swell-block-button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.post_content .contact__intro .contact__list .contact__item .contact__item-tel {
  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: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  letter-spacing: 0.05em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content .contact__intro .contact__list .contact__item .contact__item-tel::before {
  content: "";
  background: url(/wp-content/uploads/2025/05/phone-gray.svg) no-repeat center/contain;
  width: 26px;
  height: 1em;
}
.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: 40px;
}
.post_content .cmn__form table, .post_content .cmn__form tbody {
  display: block;
}
.post_content .cmn__form tr {
  padding: 20px 0;
  border-bottom: 1px dashed #6FA18F;
  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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.post_content .cmn__form tr.contact__message {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post_content .cmn__form th {
  background-color: transparent;
  border: none;
  font-weight: 500;
  width: 100%;
  max-width: 260px;
  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;
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  .post_content .cmn__form th {
    font-size: 18px;
  }
}
.post_content .cmn__form th .small {
  font-size: 14px;
  margin-top: 4px;
}
.post_content .cmn__form td {
  color: #000;
  padding: 0;
  border: none;
  width: 100%;
}
.post_content .cmn__form .required, .post_content .cmn__form .norequired {
  display: inline-block;
  background: #C1AC80;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  padding: 3px 4px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}
.post_content .cmn__form .norequired {
  background: #EBF2EF;
  color: #518577;
}
.post_content .cmn__form .form-memo {
  font-size: 13px;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin-top: 5px;
}
.post_content .cmn__form .form-memo.no-indent {
  padding-left: 0;
  text-indent: 0;
}
.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 .wpcf7 :is(input, textarea, select) {
  font-size: 16px;
  padding: 7px 5px;
  border: none;
  background: none;
  border: 1px solid #C8C8C8;
  color: #000;
}
.post_content .cmn__form .wpcf7 select {
  width: 200px;
}
.post_content .cmn__form .wpcf7 input[type=file] {
  padding: 3px 0;
}
.post_content .cmn__form .wpcf7 input[type=file]::-webkit-file-upload-button {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #CCCCCC;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 86px 8px 14px;
}
.post_content .cmn__form .wpcf7 input[type=file]::file-selector-button {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #CCCCCC;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 86px 8px 14px;
}
.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[data-name=your-zip] input {
  width: 182px;
  margin-left: 4px;
}
.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 .wpcf7-not-valid {
  background: #FFF3F3 !important;
}
.post_content .cmn__form .wpcf7-response-output {
  border: 2px solid #FAC3C3 !important;
  background: #FFF3F3;
  color: #dc3232;
  text-align: center;
}
.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;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form .contact__order input, .post_content .cmn__form .contact__order select {
    padding: 2px 5px;
  }
  .post_content .cmn__form .contact__order li {
    padding-bottom: 10px;
    border-bottom: 1px solid #C8C8C8;
  }
}
.post_content .cmn__form .form-agreement {
  margin-bottom: 25px;
}
.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 textarea {
  resize: vertical;
  border: none;
}
.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: "";
  display: inline-block;
  width: 24px;
  height: 7px;
  background-image: url(/wp-content/uploads/2025/03/right-arrow.svg);
  position: absolute;
  right: 20px;
  top: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .cmn__form .form-submit input {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  max-width: 350px;
  height: 75px;
  background-color: #CCB68A;
  border: 1px solid #CCB68A;
  color: #fff;
  margin: 60px auto 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form .form-submit input {
    padding: 16px;
    width: 100%;
  }
}
.post_content .cmn__form .form-submit:hover::after {
  background-image: url(/wp-content/uploads/2025/04/arrow-mail.svg);
}
.post_content .cmn__form .form-submit:hover input {
  color: #CCB68A;
  background: #fff;
}
.post_content .cmn__form .wpcf7-form .wpcf7-radio input, .post_content .cmn__form .wpcf7-form .wpcf7-checkbox input {
  display: none;
}
.post_content .cmn__form .wpcf7-form .wpcf7-radio .wpcf7-list-item, .post_content .cmn__form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  padding-left: 30px;
  margin: 0;
  display: block;
}
.post_content .cmn__form .wpcf7-form .wpcf7-radio input[type=radio] + span::before, .post_content .cmn__form .wpcf7-form .wpcf7-radio input[type=checkbox] + span::before, .post_content .cmn__form .wpcf7-form .wpcf7-checkbox input[type=radio] + span::before, .post_content .cmn__form .wpcf7-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-form .wpcf7-radio input[type=radio]:checked + span::after, .post_content .cmn__form .wpcf7-form .wpcf7-radio input[type=checkbox]:checked + span::after, .post_content .cmn__form .wpcf7-form .wpcf7-checkbox input[type=radio]:checked + span::after, .post_content .cmn__form .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 4px;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-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-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.post_content .cmn__form .wpcf7-form .wpcf7-acceptance a {
  text-decoration: underline;
}
.post_content .cmn__form .wpcf7-form .wpcf7-acceptance input {
  display: none;
}
.post_content .cmn__form .wpcf7-form .wpcf7-acceptance input[type=checkbox] + span::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #C8C8C8;
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span::before {
  background: #547B74;
}
.post_content .cmn__form .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span::after {
  content: "";
  width: 9px;
  height: 9px;
  background: url(/wp-content/uploads/2025/05/check.png.webp) no-repeat center/contain;
  position: absolute;
  top: 8px;
  left: 3px;
  display: inline-block;
}
.post_content .order__intro h2 {
  font-weight: 700;
}
.post_content .thanks__intro h2 {
  font-weight: 600;
}
.post_content .thanks__intro p {
  text-align: justify;
}
@media screen and (min-width: 960.001px) {
  .post_content .thanks__intro p {
    text-align: center;
  }
}
.post_content .privacy__block h2 {
  padding-left: calc(20px + 1em);
  text-indent: -1em;
}
.post_content .tokushogo__outline tr, .post_content .tokushogo__outline th, .post_content .tokushogo__outline td {
  border-color: #547B74;
  text-align: justify;
}
.post_content .tokushogo__outline tr {
  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;
}
@media screen and (min-width: 960.001px) {
  .post_content .tokushogo__outline tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.post_content .tokushogo__outline tr:first-of-type th {
  border-top: 1px solid #547B74;
}
@media screen and (min-width: 960.001px) {
  .post_content .tokushogo__outline tr:first-of-type td {
    border-top: 1px solid #547B74;
  }
}
.post_content .tokushogo__outline th {
  background: #EBF2EF;
  font-family: "Shippori Mincho", serif !important;
  font-size: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  padding: 10px;
  border-top: none;
  flex-shrink: 0;
  color: #518577;
}
@media screen and (min-width: 960.001px) {
  .post_content .tokushogo__outline th {
    width: max(25%, 245px) !important;
    font-size: 18px;
    padding: 15px 20px;
    text-align: left;
  }
}
.post_content .tokushogo__outline td {
  font-size: 16px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: none;
}
@media screen and (min-width: 960.001px) {
  .post_content .tokushogo__outline td {
    border-left: none;
    padding: 15px 20px;
  }
}
.post_content .sitemap__sec01 a:hover {
  opacity: 0.7;
}
.post_content .sitemap__sec01 injury__block strong {
  font-weight: 400;
}
.post_content .sitemap__sec01 .wsp-container > ul > li {
  list-style: none;
}
.post_content .sitemap__sec01 .wsp-container > ul > li::before {
  content: "";
  background: url(/wp-content/uploads/2025/05/sitemap-arrow.svg) no-repeat center/contain;
  width: 8px;
  height: 5px;
  position: absolute;
  top: 14px;
  left: -15px;
}
.post_content .sitemap__sec01 .wsp-container > ul ul li {
  list-style: none;
}
.post_content .sitemap__sec01 .wsp-container > ul ul li::before {
  content: "-";
  color: #547B74;
  position: absolute;
  top: 0;
  left: -15px;
}/*# sourceMappingURL=style.css.map */