@media (min-width: 1200px) {
  :root {
    --swl-sidebar_width: 304px;
    --swl-sidebar_margin: 72px ;
  }
  :root .-frame-on-sidebar {
    --swl-sidebar_width: 316px ;
  }
  :root .-frame-on.-sidebar-on {
    --swl-sidebar_margin: 36px ;
  }
  :root {
    --swl-pad_container: 48px ;
  }
}
img.sab-custom-avatar {
  max-width: 100% !important;
}

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

#content.l-content {
  margin-bottom: 0;
}

.l-header {
  border-top: 5px solid #000;
  padding: 10px 0;
}
.l-header__bar .c-catchphrase {
  font-weight: bold;
}

.-txt .c-headLogo__link {
  font-size: 28px;
}

.c-gnav > .menu-item > a {
  padding: 0 14px;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
  font-weight: bold;
}
.c-gnav > .menu-item > .sub-menu {
  top: 95px;
  left: 0;
  transform: translateX(0);
  width: 100vw;
}
.c-gnav > .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 800px;
}
.c-gnav .sub-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  max-height: 0;
  position: fixed;
  text-align: left;
  transition: opacity 0.6s, visibility 0.6s, max-height 0.4s;
  visibility: hidden;
  z-index: 1;
  width: 100vw;
  background: #EBEFF7;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 30px calc((100vw - var(--container_size, 1200px) + var(--swl-pad_container, 20px) * 2) / 2);
}
.c-gnav .sub-menu li {
  border-bottom: 1px solid var(--color_main);
  width: calc((100% - 80px) / 3 - 3px);
  margin-bottom: 16px;
}
.c-gnav .sub-menu li a {
  padding: 0.5em 0.75em;
}
.c-gnav .sub-menu li::after {
  display: inline-block;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f054";
  color: var(--color_main);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.c-gnav .sub-menu .ttl {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 960px) {
  .c-gnav__sBtn {
    display: none;
  }
}

#fix_header .c-gnav > .menu-item > .sub-menu {
  left: 0;
  top: 100%;
}

.c-smallNavTitle.desc {
  display: none;
}

.ecm_logo {
  padding: 2px 4px;
  height: 34px;
  margin: 2px 0;
}
.ecm_logo img {
  height: 100%;
}

.header__bar__link {
  font-size: 13px;
  color: #fff;
  padding-right: 20px;
}
.header__bar__link a {
  color: #fff;
}

.l-fixHeader {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #ddd;
}

@media (max-width: 781px) {
  .c-listMenu.c-listMenu > li {
    font-weight: bold;
    font-size: 1.2em;
    background: #ececec;
  }
  .sub-menu {
    background: #fff;
  }
}
.p-profileBox__iconImg {
  border-radius: 0;
}

.footer__logo {
  margin: 0 0 20px;
  color: #1f2879;
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  line-height: 1;
  display: none;
}
.footer__auther {
  margin: 0;
  font-size: 16px;
}
.footer__ecm {
  width: 250px;
}
.footer__nav__list {
  margin: 40px 0;
  padding: 0;
}
.footer__nav__list li + li {
  margin: 15px 0 0;
}
.footer__nav__list li a {
  color: #000;
  text-decoration: none;
  line-height: 1;
}
.footer__nav__list li a::before {
  margin: 0 10px 0 0;
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
}
.footer__twitter {
  width: 400px;
  margin: 0 0 0 40px;
}

small.footer__copyright {
  font-size: 100%;
}

.is-style-more_btn a {
  box-shadow: 0 0 0 1px #999;
}

.-type-list .p-postList__item {
  margin-bottom: 4em;
}

@media (min-width: 600px) {
  .p-postList .p-postList__title {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .p-postList .-type-card .p-postList__item {
    padding-bottom: 1em;
  }
}

@media (min-width: 600px) {
  .-type-card .p-postList__title {
    font-size: 20px;
  }
}

@media (min-width: 600px) {
  .c-pageTitle {
    font-size: 1.8em;
  }
  .c-secTitle {
    font-size: 20px;
  }
  .l-articleBottom__section {
    margin-top: 6em;
  }
}
.post_content h2 {
  margin: 4.5em 0 1em;
}
.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  background-color: var(--color_main);
  padding: 0.5em 0.75em;
}
.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  border-top: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 70%;
  transform: translateY(-50%);
  box-sizing: content-box;
  border-left: solid 4px var(--color_main);
}
@media (min-width: 600px) {
  .post_content h2 {
    font-size: 1.45em;
  }
}
.post_content h3 {
  margin: 2.5em 0 1em;
}
.post_content h3 + h4 {
  margin-top: 2em;
}
.post_content h3:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  background-color: transparent;
  color: #000;
  font-weight: bold;
  padding: 0.5em 0.8em;
}
.post_content h3:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  border-top: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.post_content h3:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 70%;
  transform: translateY(-50%);
  box-sizing: content-box;
  border-left: solid 4px var(--color_main);
}
@media (min-width: 600px) {
  .post_content h3 {
    font-size: 1.4em;
  }
}
.post_content h4:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  padding: 0 0 0 16px;
  border-left: solid 4px var(--color_htag);
}
@media (min-width: 600px) {
  .post_content h4 {
    font-size: 1.3em;
  }
}

@media (min-width: 600px) {
  .is-style-more_btn a {
    min-width: 50%;
  }
  .p-toc .p-toc__expandBtn {
    min-width: 15em !important;
  }
}
.c-pageTitle__subTitle {
  display: none;
}

.wp-block-image {
  text-align: center;
  background: #EBEFF7;
  padding: 20px;
}
@media (max-width: 599px) {
  .wp-block-image {
    padding: 5px;
  }
}

.l-mainContent__inner > .post_content {
  margin: 2em 0;
}

.c-categoryList::before,
.icon-folder::before {
  content: "\e918";
  display: none;
}

.widget_categories > ul > .cat-item > a::before,
.wp-block-categories-list > li > a::before {
  content: "\e921";
}

.tag-cloud-link,
.category-tags-link {
  background: #fff;
  border: 1px solid var(--color_border);
  border-radius: 4px !important;
}
.tag-cloud-link::before,
.category-tags-link::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.2em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' aria-hidden='true' focusable='false'%3E%3Cpath d='M4.75 4a.75.75 0 0 0-.75.75v7.826c0 .2.08.39.22.53l6.72 6.716a2.313 2.313 0 0 0 3.276-.001l5.61-5.611-.531-.53.532.528a2.315 2.315 0 0 0 0-3.264L13.104 4.22a.75.75 0 0 0-.53-.22H4.75ZM19 12.576a.815.815 0 0 1-.236.574l-5.61 5.611a.814.814 0 0 1-1.153 0L5.5 12.264V5.5h6.763l6.5 6.502a.816.816 0 0 1 .237.574ZM8.75 9.75a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.-type-card .p-postList__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.-type-card .p-postList__cats-tags {
  width: 100%;
}
.-type-card .p-postList__author {
  flex: 1;
  min-width: 0;
}
.-type-card .p-postList__times {
  flex-shrink: 0;
}
.-type-card .c-postAuthor {
  display: flex;
  align-items: center;
  gap: 8px;
}
.-type-card .c-postAuthor__figure {
  flex-shrink: 0;
}
.-type-card .c-postAuthor__name {
  flex: 1;
  min-width: 0;
}

.p-postSlider {
  margin-bottom: 30px;
}
.p-postSlider .p-postList__link {
  padding: 10px;
  background: #fff;
}
.p-postSlider.-ps-style-normal .p-postList__body {
  padding: 0 8px;
}

.swell-block-postLink {
  margin-top: 3em;
}
@media (min-width: 600px) {
  .swell-block-postLink {
    margin-top: 3em;
  }
}

.p-blogCard__caption {
  font-size: 14px;
  font-weight: bold;
  color: var(--color_main);
}
@media (min-width: 600px) {
  .p-blogCard__caption {
    font-size: 16px;
  }
}

.home_pickup_main {
  margin-bottom: 0;
  position: relative;
  background: linear-gradient(to bottom, #F4F5F7 0%, #F4F5F7 calc(100% - 112px), rgba(244, 245, 247, 0) calc(100% - 112px + 1px), rgba(244, 245, 247, 0) 100%);
  margin: 40px 0 0;
  padding: 16px 0 64px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.home_pickup_main h2 {
  display: none;
}
.home_pickup_main .p-postListWrap {
  position: relative;
  /* overflow: hidden; */
  max-width: 1440px;
  /* $container-size; */
  margin: 0 auto;
  padding: 0 var(--swl-pad_container, 20px);
}
.home_pickup_main .p-postList {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  transition: transform 0.5s ease;
  margin: 0 !important;
  gap: 0 !important;
}
.home_pickup_main .p-postList__item {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.home_pickup_main .p-postList__item.active {
  opacity: 1;
  visibility: visible;
}
.home_pickup_main .p-postList__link {
  display: flex;
  align-items: flex-start;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  min-height: 330px;
}
.home_pickup_main .p-postList__thumb {
  width: 50%;
  aspect-ratio: 16/9;
  height: auto;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.home_pickup_main .p-postList__thumb .c-postThumb__figure {
  height: 100%;
}
.home_pickup_main .p-postList__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_pickup_main .p-postList__body {
  width: 50%;
  padding: 32px 0 8px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home_pickup_main .p-postList__body .p-postList__cat-container {
  margin-bottom: 16px;
}
.home_pickup_main .p-postList__body .p-postList__cat.icon-folder {
  background: var(--color_main);
  border-radius: 13px;
  color: #fff;
  font-size: 13px;
  opacity: 1;
  padding: 4px 16px;
  display: inline-block;
}
.home_pickup_main .p-postList__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.home_pickup_main .p-postList__meta {
  margin-top: auto;
}
@media (max-width: 959px) {
  .home_pickup_main {
    background: linear-gradient(to bottom, #F4F5F7 0%, #F4F5F7 calc(100% - 40px), rgba(244, 245, 247, 0) 100%);
    padding: 0;
  }
  .home_pickup_main .p-postList__link {
    flex-direction: column;
    min-height: auto;
  }
  .home_pickup_main .p-postList__thumb {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    aspect-ratio: 16/9;
    height: auto;
    min-height: 200px;
    z-index: 2;
  }
  .home_pickup_main .p-postList__body {
    width: 100%;
    padding: 24px;
    background: #fff;
  }
  .home_pickup_main .p-postList__title {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .home_pickup_main {
    background: linear-gradient(to bottom, #F4F5F7 0%, #F4F5F7 calc(100% - 30px), rgba(244, 245, 247, 0) 100%);
    padding: 0;
  }
  .home_pickup_main .p-postList__thumb {
    height: 200px;
  }
  .home_pickup_main .p-postList__body {
    padding: 20px;
  }
  .home_pickup_main .p-postList__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.home_pickup_slider_nav {
  position: absolute;
  right: 48px;
  bottom: -8px;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 959px) {
  .home_pickup_slider_nav {
    right: 20px;
    bottom: -12px;
  }
}
@media (max-width: 599px) {
  .home_pickup_slider_nav {
    right: 10px;
  }
}
.home_pickup_slider_btn {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid var(--color_border);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.home_pickup_slider_btn:hover {
  background: #f0f0f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.home_pickup_slider_btn svg {
  width: 28px;
  height: 28px;
  fill: #333;
}
@media (max-width: 959px) {
  .home_pickup_slider_btn {
    width: 50px;
    height: 50px;
  }
  .home_pickup_slider_btn svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 599px) {
  .home_pickup_slider_btn {
    width: 44px;
    height: 44px;
  }
  .home_pickup_slider_btn svg {
    width: 20px;
    height: 20px;
  }
}
.home_pickup_slider_dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  position: absolute;
  bottom: 24px;
  left: calc(50% + 64px);
}
@media (max-width: 959px) {
  .home_pickup_slider_dots {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.home_pickup_slider_dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.home_pickup_slider_dot.active {
  background: var(--color_main);
  width: 32px;
  border-radius: 6px;
}

.home_new_articles {
  margin-bottom: 32px;
  padding-top: 40px;
}
.home_new_articles .wp-block-group__inner-container {
  display: grid;
  grid-template-areas: "title list" "title more";
  grid-template-columns: 180px 1fr;
  grid-template-rows: 1fr auto;
  gap: 20px;
}
@media (max-width: 959px) {
  .home_new_articles .wp-block-group__inner-container {
    grid-template-areas: "title" "list" "more";
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.home_new_articles h2.wp-block-heading {
  grid-area: title;
  position: relative;
  padding-top: 42px;
  font-size: 11px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding-left: 0px;
  background: none;
  border: none;
}
.home_new_articles h2.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 42px;
  background-image: url("./assets/img/h2_new.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  border: none;
}
.home_new_articles h2.wp-block-heading::after {
  content: none;
}
.home_new_articles .p-postListWrap {
  grid-area: list;
}
.home_new_articles .p-postList.-type-card {
  margin-left: -12px;
  margin-right: -12px;
}
.home_new_articles .p-postList__item {
  padding-left: 12px;
  padding-right: 12px;
}
.home_new_articles .p-postList__item .p-postList__link {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.home_new_articles .p-postList__item .p-postList__link .p-postList__thumb {
  border-radius: 0;
}
.home_new_articles .p-postList__item .p-postList__link .p-postList__body {
  padding: 16px;
}
.home_new_articles .p-postList__item .p-postList__link .p-postList__title {
  font-size: 18px;
  margin-bottom: 16px;
}

.pt-front_page .is-style-more_btn {
  grid-area: more;
  justify-self: end;
  align-self: end;
  margin: 0 0 0 auto;
  background: transparent;
}
@media (max-width: 959px) {
  .pt-front_page .is-style-more_btn {
    justify-self: end;
  }
}
.pt-front_page .is-style-more_btn a {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  box-shadow: none;
  transition: all 0.3s;
  background: transparent;
}
.pt-front_page .is-style-more_btn a:hover {
  background: var(--color_border);
}
.pt-front_page .is-style-more_btn a::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #000;
  border-radius: 50%;
  margin-left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z'/%3E%3C/svg%3E");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  transform: translateX(4px) translateY(-50%);
}

.home_category_list {
  width: 100vw;
  background-color: #F4F5F7;
  margin: 0 calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #F4F5F7;
  margin-bottom: 0px;
  padding-top: 64px;
  padding-bottom: 32px;
}
.home_category_list .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 3.5fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 959px) {
  .home_category_list .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.home_category_list h2.wp-block-heading {
  position: relative;
  padding-top: 42px;
  font-size: 11px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding-left: 0px;
  background: none;
  border: none;
}
.home_category_list h2.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 215px;
  height: 42px;
  background-image: url("./assets/img/h2_category.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  border: none;
}
.home_category_list h2.wp-block-heading::after {
  content: none;
}
.home_category_list .swell-block-linkList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 959px) {
  .home_category_list .swell-block-linkList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .home_category_list .swell-block-linkList {
    grid-template-columns: 1fr;
  }
}
.home_category_list .swell-block-linkList__item {
  margin: 0;
  padding: 0;
}
.home_category_list .swell-block-linkList__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 16px 20px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  min-height: 60px;
}
.home_category_list .swell-block-linkList__link:hover {
  background: #f8f8f8;
  border-color: #ccc;
}
.home_category_list .swell-block-linkList__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  flex: 1;
}
.home_category_list .swell-block-linkList__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 12px;
  order: 2;
  color: #000 !important;
}
.home_category_list .swell-block-linkList__icon.-left {
  order: 2;
}
.home_category_list .swell-block-linkList__icon svg {
  width: 100%;
  height: 100%;
  fill: #000;
}

.home_keyword_list {
  width: 100vw;
  background-color: #F4F5F7;
  margin: 0 calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #F4F5F7;
  margin-bottom: 0px;
  padding-top: 64px;
  padding-bottom: 96px;
}
.home_keyword_list .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 3.5fr;
  gap: 60px;
  align-items: start;
  background-color: #e9eaf2;
  margin: -40px;
  padding: 40px;
  border-radius: 8px;
}
@media (max-width: 959px) {
  .home_keyword_list .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.home_keyword_list h2.wp-block-heading {
  position: relative;
  padding-top: 42px;
  font-size: 11px;
  color: var(--color_main);
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding-left: 0px;
  background: none;
  border: none;
}
.home_keyword_list h2.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 215px;
  height: 42px;
  background-image: url("./assets/img/h2_keyword.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  border: none;
}
.home_keyword_list h2.wp-block-heading::after {
  content: none;
}
.home_keyword_list .wp-block-tag-cloud {
  gap: 12px;
}
.home_keyword_list .tag-cloud-link.tag-cloud-link {
  font-size: 16px !important;
  padding: 8px 12px !important;
}

.home_about {
  width: 100vw;
  background-color: #F4F5F7;
  margin: 0 calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-image: url("./assets/img/bg_about.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.home_about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.home_about .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
.home_about .swell-block-columns {
  max-width: 1080px;
  margin: 0 auto;
}
.home_about .swell-block-columns .swell-block-column {
  padding: 0;
  margin: 0;
  width: auto;
}
.home_about .swell-block-columns__inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 48px;
  align-items: start;
  margin-left: 0;
}
@media (max-width: 959px) {
  .home_about .swell-block-columns__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.home_about .swell-block-column:first-child {
  color: #fff;
}
.home_about .swell-block-column:first-child h2.wp-block-heading {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  line-height: 1.3;
  background: none;
}
.home_about .swell-block-column:first-child h2.wp-block-heading::before, .home_about .swell-block-column:first-child h2.wp-block-heading::after {
  content: none;
  display: none;
}
@media (max-width: 959px) {
  .home_about .swell-block-column:first-child h2.wp-block-heading {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .home_about .swell-block-column:first-child h2.wp-block-heading {
    font-size: 24px;
  }
}
.home_about .swell-block-column:first-child p {
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 32px;
}
@media (max-width: 599px) {
  .home_about .swell-block-column:first-child p {
    font-size: 14px;
  }
}
.home_about .swell-block-column:first-child .swell-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: transparent;
}
.home_about .swell-block-column:first-child .swell-block-button__link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.home_about .swell-block-column:first-child .swell-block-button__link .__icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.home_about .swell-block-column:last-child {
  padding-top: 8px;
}
.home_about .swell-block-column:last-child h3.wp-block-heading {
  position: relative;
  padding-top: 24px;
  padding-left: 0;
  margin-bottom: 32px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.home_about .swell-block-column:last-child h3.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 215px;
  height: 42px;
  background-image: url("./assets/img/h3_pickup_service.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
}
.home_about .swell-block-column:last-child h3.wp-block-heading::after {
  content: none;
  display: none;
}
.home_about .swell-block-column:last-child .swell-block-box-menu__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 599px) {
  .home_about .swell-block-column:last-child .swell-block-box-menu__inner {
    grid-template-columns: 1fr;
  }
}
.home_about .swell-block-column:last-child .swell-block-box-menu.is-style-default,
.home_about .swell-block-column:last-child .swell-block-box-menu .swell-block-box-menu__item {
  border: none;
}
.home_about .swell-block-column:last-child .swell-block-box-menu__item {
  margin: 0;
  width: auto;
}
.home_about .swell-block-column:last-child .swell-block-box-menu__item:first-child .swell-block-box-menu__figure::before {
  content: "\f0d0";
}
.home_about .swell-block-column:last-child .swell-block-box-menu__item:nth-child(2) .swell-block-box-menu__figure::before {
  content: "\f2b5";
}
.home_about .swell-block-column:last-child .swell-block-box-menu__item:nth-child(3) .swell-block-box-menu__figure::before {
  content: "\f0ac";
}
.home_about .swell-block-column:last-child .swell-block-box-menu__item:nth-child(4) .swell-block-box-menu__figure::before {
  content: "\f00e";
}
.home_about .swell-block-column:last-child .swell-block-box-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 59, 173, 0.9);
  border-radius: 8px;
  padding: 20px 24px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  min-height: 80px;
  position: relative;
  flex-flow: row nowrap;
}
.home_about .swell-block-column:last-child .swell-block-box-menu__link:hover {
  background: #151d5c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.home_about .swell-block-column:last-child .swell-block-box-menu__figure {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 16px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_about .swell-block-column:last-child .swell-block-box-menu__figure svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  display: none;
}
.home_about .swell-block-column:last-child .swell-block-box-menu__figure::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 28px;
  color: #fff;
}
.home_about .swell-block-column:last-child .swell-block-box-menu__text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  flex: 1;
  text-align: left;
}
@media (max-width: 599px) {
  .home_about .swell-block-column:last-child .swell-block-box-menu__text {
    font-size: 14px;
  }
}
.home_about .swell-block-column:last-child .swell-block-box-menu__link::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 8px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  padding: 0;
}

.home_popular {
  width: 100vw;
  background-color: #F4F5F7;
  margin: 0 calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #F4F5F7;
  margin-bottom: 0px;
  padding-top: 64px;
  padding-bottom: 64px;
}
.home_popular h2.wp-block-heading {
  position: relative;
  padding-top: 42px;
  font-size: 11px;
  color: #000;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 24px 0;
  padding-left: 0px;
  background: none;
  border: none;
}
.home_popular h2.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 215px;
  height: 42px;
  background-image: url("./assets/img/h2_popular.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  border: none;
}
.home_popular h2.wp-block-heading::after {
  content: none;
}
.home_popular .home_popular_category {
  margin-bottom: 48px;
  position: relative;
  background: #fff;
  padding: 32px 32px;
  border-radius: 8px;
  overflow: visible;
}
.home_popular .home_popular_category:last-child {
  margin-bottom: 0;
}
.home_popular .home_popular_category h3.wp-block-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--color_main);
  margin-bottom: 12px;
  padding: 0;
  background: none;
  border: none;
}
.home_popular .home_popular_category h3.wp-block-heading::before, .home_popular .home_popular_category h3.wp-block-heading::after {
  content: none;
  display: none;
}
.home_popular .home_popular_category .p-postListWrap {
  position: relative;
  margin: 0 -24px;
  padding: 12px 24px 4px;
  overflow: hidden;
}
.home_popular .home_popular_category .p-postListWrap.swiper {
  overflow: hidden;
}
.home_popular .home_popular_category .p-postListWrap .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.home_popular .home_popular_category .p-postListWrap .swiper-slide {
  height: auto;
  display: flex;
}
.home_popular .home_popular_category .p-postList {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -0.25em;
  padding: 0;
  list-style: none;
  align-items: stretch;
}
.home_popular .home_popular_category .p-postList__item {
  flex-shrink: 0;
  position: relative;
  margin-bottom: 0;
  width: auto;
  height: auto;
  display: flex;
}
@media (min-width: 960px) {
  .home_popular .home_popular_category .p-postList__item {
    width: calc((100% - 20px) / 3.5);
  }
}
@media (max-width: 959px) {
  .home_popular .home_popular_category .p-postList__item {
    width: calc((100% - 12px) / 2.5);
  }
}
@media (max-width: 599px) {
  .home_popular .home_popular_category .p-postList__item {
    width: calc((100% - 5.6px) / 1.7);
  }
}
.home_popular .home_popular_category .p-postList__item .p-postList__link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.home_popular .home_popular_category .p-postList__item::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -8px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.home_popular .home_popular_category .p-postList__item:nth-child(1)::before {
  content: "1";
  background-image: url("./assets/img/ico_gold@3x.png");
}
.home_popular .home_popular_category .p-postList__item:nth-child(2)::before {
  content: "2";
  background-image: url("./assets/img/ico_silver@3x.png");
}
.home_popular .home_popular_category .p-postList__item:nth-child(3)::before {
  content: "3";
  background-image: url("./assets/img/ico_copper@3x.png");
}
.home_popular .home_popular_category .p-postList__item:nth-child(4)::before {
  content: "4";
  background-image: url("./assets/img/ico_gray@3x.png");
}
.home_popular .home_popular_category .p-postList__item:nth-child(5)::before {
  content: "5";
  background-image: url("./assets/img/ico_gray@3x.png");
}
.home_popular .home_popular_category .p-postList__item:nth-child(6)::before {
  content: "6";
  background-image: url("./assets/img/ico_gray@3x.png");
}
.home_popular .home_popular_category .p-postList__item:nth-child(7)::before {
  content: "7";
  background-image: url("./assets/img/ico_gray@3x.png");
}
.home_popular .home_popular_category .p-postList__item:nth-child(8)::before {
  content: "8";
  background-image: url("./assets/img/ico_gray@3x.png");
}
.home_popular .home_popular_category .p-postList__item:nth-child(9)::before {
  content: "9";
  background-image: url("./assets/img/ico_gray@3x.png");
}
.home_popular .home_popular_category .p-postList__item:nth-child(10)::before {
  content: "10";
  background-image: url("./assets/img/ico_gray@3x.png");
}
.home_popular .home_popular_category .p-postList__item .p-postList__thumb {
  border-radius: 0;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 16/9;
}
.home_popular .home_popular_category .p-postList__item .p-postList__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_popular .home_popular_category .p-postList__item .p-postList__body {
  padding: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home_popular .home_popular_category .p-postList__item .p-postList__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #000;
}
@media (max-width: 599px) {
  .home_popular .home_popular_category .p-postList__item .p-postList__title {
    font-size: 14px;
  }
}
.home_popular .home_popular_category .p-postList__item .p-postList__meta {
  display: none;
}
.home_popular .home_popular_category .is-style-more_btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  margin: 0;
  padding: 0;
}
@media (max-width: 959px) {
  .home_popular .home_popular_category .is-style-more_btn {
    right: 20px;
  }
}
@media (max-width: 599px) {
  .home_popular .home_popular_category .is-style-more_btn {
    right: 16px;
  }
}
.home_popular .home_popular_category .is-style-more_btn a {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  box-shadow: none;
  transition: all 0.3s;
  background: transparent;
  white-space: nowrap;
}
.home_popular .home_popular_category .is-style-more_btn a:hover {
  background: var(--color_border);
}
.home_popular .home_popular_category .is-style-more_btn a::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #000;
  border-radius: 50%;
  margin-left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z'/%3E%3C/svg%3E");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  transform: translateX(4px) translateY(-50%);
}
.home_popular .home_popular_category .wp-block-swell-child-category-tags {
  margin-top: 24px;
}
.home_popular .home_popular_category .wp-block-swell-child-category-tags .category-tags-heading-dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 0;
}
.home_popular .home_popular_category .wp-block-swell-child-category-tags .category-tags-heading-dt {
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  color: var(--color_main);
  margin: 0;
}
.home_popular .home_popular_category .wp-block-swell-child-category-tags .category-tags-list {
  gap: 0.25em 0.5em;
}
.home_popular .home_popular_category .wp-block-swell-child-category-tags .category-tags-list li {
  margin: 0;
}
@media (max-width: 959px) {
  .home_popular .home_popular_category .wp-block-swell-child-category-tags .category-tags-list {
    padding-left: 0;
    margin-bottom: 48px !important;
  }
}
.home_popular .home_popular_category .wp-block-swell-child-category-tags .category-tags-count {
  display: none;
}
.home_popular .home_popular_category .wp-block-swell-child-category-tags .category-tags-link {
  font-size: 13px;
  padding: 4px 12px;
  margin: 0;
}
.home_popular .home_popular_category .wp-block-swell-child-category-tags .category-tags-link:hover {
  background: #000;
  color: #fff;
}
.home_popular .category-tags-heading-dl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home_popular .category-tags-heading-dt {
  font-size: 15px;
  padding: 0;
  color: var(--color_main);
}
.home_popular .category-tags-link {
  font-size: 13px;
  padding: 4px 8px;
}
.home_popular .category-tags-link:hover {
  background: #000;
  color: #fff;
}

.w-beforeFooter {
  background-color: #F4F5F7;
  margin: 0;
  padding: 0px var(--swl-pad_post_content, 0) 40px;
}
@media (max-width: 959px) {
  .w-beforeFooter {
    padding-bottom: 0;
  }
}
.w-beforeFooter .l-container {
  max-width: var(--container_size, 1200px);
  margin: 0 auto;
  padding: 40px var(--swl-pad_post_content, 0);
}
@media (max-width: 959px) {
  .w-beforeFooter .l-container {
    padding-bottom: 0;
  }
}
.w-beforeFooter .l-container .l-before_footer_wiget_content {
  position: relative;
  border-radius: 8px;
  background-color: var(--color_main);
  padding: 40px 15%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.w-beforeFooter .l-container .l-before_footer_wiget_content::before {
  content: "";
  display: block;
  width: 200px;
  height: 120px;
  background-color: #fff;
  border-radius: 8px;
  background-image: url("./assets/img/webly_logo_2025.png");
  background-size: 130px;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media (max-width: 959px) {
  .w-beforeFooter .l-container .l-before_footer_wiget_content::before {
    width: 180px;
    height: 100px;
  }
}
@media (max-width: 599px) {
  .w-beforeFooter .l-container .l-before_footer_wiget_content::before {
    width: 160px;
    height: 90px;
  }
}
@media (max-width: 959px) {
  .w-beforeFooter .l-container .l-before_footer_wiget_content {
    flex-direction: column;
    gap: 24px;
    border-radius: 0;
  }
}
.w-beforeFooter .l-container .widget_text,
.w-beforeFooter .l-container .widget_custom_html {
  flex: 1;
  color: #fff;
}
.w-beforeFooter .l-container .widget_text .textwidget p,
.w-beforeFooter .l-container .widget_text .custom-html-widget p,
.w-beforeFooter .l-container .widget_custom_html .textwidget p,
.w-beforeFooter .l-container .widget_custom_html .custom-html-widget p {
  margin: 0 0 12px 0;
  color: #fff;
  line-height: 1.8;
  font-size: 15px;
}
.w-beforeFooter .l-container .widget_text .textwidget p:last-child,
.w-beforeFooter .l-container .widget_text .custom-html-widget p:last-child,
.w-beforeFooter .l-container .widget_custom_html .textwidget p:last-child,
.w-beforeFooter .l-container .widget_custom_html .custom-html-widget p:last-child {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .w-beforeFooter .l-container .widget_text .textwidget p,
  .w-beforeFooter .l-container .widget_text .custom-html-widget p,
  .w-beforeFooter .l-container .widget_custom_html .textwidget p,
  .w-beforeFooter .l-container .widget_custom_html .custom-html-widget p {
    font-size: 13px;
  }
}/*# sourceMappingURL=custom.css.map */