@charset "UTF-8";
/* アニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  overflow-x: hidden;
}
body input, body input:focus {
  outline: none;
  transform: none !important;
  zoom: 1 !important;
}
body #body_wrap.home #top-search.sp {
  display: none;
}
@media (max-width: 600px) {
  body #body_wrap.home #top-search.sp {
    display: block;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body #body_wrap.home #top-search.pc {
  display: block;
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  body #body_wrap.home #top-search.pc {
    display: none;
  }
}
body #body_wrap.home #top-search.pc .w-frontTop {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  body #body_wrap.home #top-search .w-frontTop {
    margin-bottom: 0;
  }
}
body #body_wrap.home #top-search .w-frontTop .widget_search form {
  display: flex;
  gap: 10px;
}
body #body_wrap.home #top-search .w-frontTop .widget_search form input {
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  outline: none;
}
@media (max-width: 600px) {
  body #body_wrap.home #top-search .w-frontTop .widget_search form input {
    height: 44px;
    padding: 0 10px;
    font-size: 16px;
  }
}
body #body_wrap.home #top-search .w-frontTop .widget_search form input:focus {
  border: 2px solid #1baf78;
  outline: none;
}
body #body_wrap.home #top-search .w-frontTop .widget_search form input::-moz-placeholder {
  color: #c8c8c8;
}
body #body_wrap.home #top-search .w-frontTop .widget_search form input::placeholder {
  color: #c8c8c8;
}
body #body_wrap.home #top-search .w-frontTop .widget_search form button {
  position: relative;
  right: unset;
  top: unset;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  flex: none;
  color: #ffffff !important;
  background-color: #1baf78 !important;
}
@media (max-width: 600px) {
  body #body_wrap.home #top-search .w-frontTop .widget_search form button {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 600px) {
  body #body_wrap.home #top-search .w-frontTop .widget_search form button::before {
    font-size: 20px;
  }
}
body #body_wrap.home .p-homeContent {
  margin-top: 12px !important;
}
@media (max-width: 768px) {
  body #body_wrap.home .p-homeContent {
    margin-top: 0 !important;
  }
}
body #body_wrap.home #main_content .p-postListTab {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
body #body_wrap.home #main_content .p-postListTab .c-tabList {
  gap: 0.5rem;
  --the-tab-flex: unset;
  --the-tab-flex_wrap: unset;
}
@media (max-width: 768px) {
  body #body_wrap.home #main_content .p-postListTab .c-tabList {
    gap: 8px;
    margin-bottom: 24px;
  }
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item {
  width: 33.3333%;
}
@media (max-width: 768px) {
  body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item {
    margin-bottom: 0;
  }
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item .c-tabList__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  padding: 0 10px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #023825;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item .c-tabList__button {
    gap: 4px;
    height: 40px;
    padding: 10px 4px;
    text-align: center;
    font-size: 10px;
  }
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item .c-tabList__button[aria-selected=true] {
  color: #ffffff;
  background-color: #1baf78;
  border-color: #1baf78;
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item .c-tabList__button .text {
  margin-top: 2px;
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item .c-tabList__button .icon {
  width: 20px;
  height: 20px;
  background-position: center !important;
  background-size: contain !important;
}
@media (max-width: 768px) {
  body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item .c-tabList__button .icon {
    width: 18px;
    height: 18px;
  }
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item .c-tabList__button:hover {
  color: #ffffff;
  background-color: #1baf78;
  border-color: #1baf78;
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item:nth-child(1) button .icon {
  background: url("../img/tab-icon-01-g.png") no-repeat;
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item:nth-child(1) button:hover .icon, body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item:nth-child(1) button[aria-selected=true] .icon {
  background: url("../img/tab-icon-01-w.png") no-repeat;
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item:nth-child(2) button .icon {
  background: url("../img/tab-icon-02-g.png") no-repeat;
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item:nth-child(2) button:hover .icon, body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item:nth-child(2) button[aria-selected=true] .icon {
  background: url("../img/tab-icon-02-w.png") no-repeat;
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item:nth-child(3) button .icon {
  background: url("../img/tab-icon-03-g.png") no-repeat;
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item:nth-child(3) button:hover .icon, body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item:nth-child(3) button[aria-selected=true] .icon {
  background: url("../img/tab-icon-03-w.png") no-repeat;
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item:nth-child(4) button .icon {
  background: url("../img/tab-icon-04-g.png") no-repeat;
}
body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item:nth-child(4) button:hover .icon, body #body_wrap.home #main_content .p-postListTab .c-tabList .c-tabList__item:nth-child(4) button[aria-selected=true] .icon {
  background: url("../img/tab-icon-04-w.png") no-repeat;
}
body #body_wrap.home .p-homeHeader {
  display: flex;
  align-items: flex-end;
  margin: 40px 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #c3c3c3;
}
@media (max-width: 600px) {
  body #body_wrap.home .p-homeHeader {
    display: none;
  }
}
body #body_wrap.home .p-homeHeader .hh-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #1baf78;
}
@media (max-width: 600px) {
  body #body_wrap.home .p-homeHeader .hh-title {
    margin-bottom: 16px;
    font-size: 12px;
  }
}
body #body_wrap.home .p-homeHeader .hh-title span {
  display: block;
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #033824;
}
@media (max-width: 600px) {
  body #body_wrap.home .p-homeHeader .hh-title span {
    font-size: 20px;
  }
}
body #body_wrap.home .p-homeHeader .hh-desc {
  margin: 0 0 4px 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #033824;
}
@media (max-width: 600px) {
  body #body_wrap.home .p-homeHeader .hh-desc {
    margin: 0;
    font-size: 14px;
  }
}
body #body_wrap #header .l-header__inner, body #body_wrap #fix_header .l-header__inner {
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
}
body #body_wrap #fix_header {
  box-shadow: none;
}
body #body_wrap #fix_header .l-fixHeader__inner {
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
}
body #body_wrap #fix_header .l-fixHeader__inner .w-header {
  display: none;
}
@media (min-width: 961px) {
  body #body_wrap .l-header-right .w-header {
    display: block !important;
  }
}
body #body_wrap .l-header-right .c-gnav {
  gap: 30px;
  margin-bottom: 10px;
}
body #body_wrap .l-header-right .c-gnav .menu-item a {
  padding: 0;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease;
}
body #body_wrap .l-header-right .c-gnav .menu-item a .ttl {
  color: #033824;
}
body #body_wrap .l-header-right .c-gnav .menu-item a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
body #body_wrap .l-header-right .c-gnav .menu-item a::after {
  content: "\e921" !important;
  top: 50%;
  right: 0;
  left: unset !important;
  bottom: unset !important;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-family: icomoon !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  transition: none !important;
  background-color: #1baf78 !important;
  border-radius: 50%;
  opacity: 1;
}
body #body_wrap .l-header-right .c-gnav .menu-item a:hover {
  opacity: 0.7;
}
body #body_wrap .l-header-right .l-header__customBtn {
  display: none;
}
body #body_wrap .l-header-right .l-header__menuBtn.sp_ button {
  position: relative;
}
body #body_wrap .l-header-right .l-header__menuBtn.sp_ button span {
  position: absolute;
  left: 20px;
  height: 3px;
  background-color: #1baf78;
  border-radius: 2px;
}
body #body_wrap .l-header-right .l-header__menuBtn.sp_ button span:nth-child(1) {
  width: 30px;
  top: 30px;
}
body #body_wrap .l-header-right .l-header__menuBtn.sp_ button span:nth-child(2) {
  width: 15px;
  top: 40px;
}
body #body_wrap .l-header-right .l-header__menuBtn.sp_ button span:nth-child(3) {
  width: 23px;
  top: 50px;
}
body #body_wrap #sp_menu .p-spMenu__inner {
  width: 100vw;
  background-color: transparent;
  box-shadow: none;
}
body #body_wrap #sp_menu .p-spMenu__inner::before {
  background-color: transparent;
}
body #body_wrap #sp_menu .p-spMenu__inner .p-spMenu__body {
  padding-top: 20px;
  background-color: #f2f4f3;
}
body #body_wrap #sp_menu .p-spMenu__inner .p-spMenu__body .w-header .w-header__inner {
  width: 100%;
}
body #body_wrap #sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav {
  margin-top: 0;
}
body #body_wrap #sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu li {
  border-top: 1px solid #dfdfdf;
}
body #body_wrap #sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu li a {
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #033824;
  border-bottom: none;
}
body #body_wrap #sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu li a::before {
  left: unset;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #ffffff;
  background-color: #1baf78;
  border-radius: 50%;
}
body #body_wrap #sp_menu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-listMenu li:last-child {
  border-bottom: 1px solid #dfdfdf;
}
body #body_wrap #sp_menu .p-spMenu__inner .p-spMenu__body .sp-header-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  margin: 0 auto;
  padding: 0 80px;
  background-color: #1baf78;
  border-radius: 25px;
}
body #body_wrap #sp_menu .p-spMenu__inner .p-spMenu__body .sp-header-contact .text {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
body #body_wrap #sp_menu .p-spMenu__inner .p-spMenu__body .sp-header-contact .icon {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
}
body #body_wrap #sp_menu .p-spMenu__inner .p-spMenu__body .sp-header-contact .icon::after {
  content: "\e921" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 1px;
  font-family: icomoon !important;
  font-size: 12px;
  line-height: 1;
  color: #1baf78;
}
body #body_wrap #sp_menu .p-spMenu__overlay {
  opacity: 0;
}
@media (max-width: 960px) {
  body #body_wrap .w-header .widget_search {
    margin-bottom: 20px;
  }
}
body #body_wrap .w-header .widget_search form {
  display: flex;
  align-items: center;
  gap: 10px;
}
body #body_wrap .w-header .widget_search form input {
  height: 40px;
  border: 2px solid #f4f4f4;
  border-radius: 8px;
  outline: none;
  background-color: #f4f4f4;
}
@media (max-width: 960px) {
  body #body_wrap .w-header .widget_search form input {
    background-color: #ffffff;
    border-color: #ffffff;
  }
}
body #body_wrap .w-header .widget_search form input:focus {
  border: 2px solid #1baf78;
}
body #body_wrap .w-header .widget_search form input::-moz-placeholder {
  color: #c8c8c8;
}
body #body_wrap .w-header .widget_search form input::placeholder {
  color: #c8c8c8;
}
body #body_wrap .w-header .widget_search form button {
  position: relative;
  top: unset;
  right: unset;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  flex: none;
}
@media (min-width: 961px) {
  body #body_wrap .wp-block-image img {
    width: 100%;
    max-width: 540px;
  }
}
body #body_wrap .-type-card .p-postList__item {
  margin-bottom: 16px;
}
body #body_wrap .-type-card .p-postList__link {
  background-color: #ffffff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.18);
  border-radius: 12px;
  overflow: hidden;
}
body #body_wrap .-type-card .p-postList__thumb {
  border-radius: 0;
  box-shadow: none;
}
body #body_wrap .-type-card .p-postList__body {
  padding: 1rem;
  background-color: #ffffff;
}
@media (max-width: 960px) {
  body #body_wrap .-type-card .p-postList__body {
    padding: 10px;
  }
}
body #body_wrap .-type-card .p-postList__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.61;
  color: #033824;
}
@media (max-width: 960px) {
  body #body_wrap .-type-card .p-postList__title {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
}
body #body_wrap .-type-card .p-postList__categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  body #body_wrap .-type-card .p-postList__categories {
    gap: 4px;
  }
}
body #body_wrap .-type-card .p-postList__categories span {
  display: inline-block;
  padding: 3px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  background-color: #1baf78;
  border-radius: 24px;
}
@media (max-width: 600px) {
  body #body_wrap .-type-card .p-postList__categories span {
    padding: 3px 8px;
    font-size: 8px;
  }
}
body #body_wrap.single .p-postList__categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
body #body_wrap.single .p-postList__categories a {
  background-color: #1baf78;
  border-radius: 32px;
  transition: all 0.3s ease;
}
body #body_wrap.single .p-postList__categories a span {
  display: inline-block;
  padding: 4px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 600px) {
  body #body_wrap.single .p-postList__categories a span {
    font-size: 10px;
  }
}
body #body_wrap.single .p-postList__categories a:hover {
  opacity: 0.7;
}
body #body_wrap.single .post-views {
  display: none;
}

.-right .p-spMenu__inner {
  transform: translateX(100vw);
}

html[data-spmenu=opened] .l-header__menuBtn.sp_ {
  opacity: 0;
}
html[data-spmenu=opened] .p-spMenu__inner {
  transform: translateX(0);
}

.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  color: var(--color_text);
  background: transparent;
}
.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  top: unset;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--color_htag) 0%, var(--color_htag) 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%);
  border: none;
}

.c-postTitle__ttl {
  padding-bottom: 32px;
  border-bottom: 1px solid #c3c3c3;
}
@media (max-width: 600px) {
  .c-postTitle__ttl {
    padding-bottom: 24px;
  }
}

.c-categoryList::before {
  content: none;
}

#loading-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
  z-index: 1;
  transition: transform 0.6s ease;
}
#loading-overlay.hidden {
  transform: translateY(-100%);
}
#loading-overlay #loading-overlay-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 600px) {
  #loading-overlay #loading-overlay-text {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#loading-overlay #loading-overlay-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 4px;
  color: #033824;
  opacity: 0;
}
@media (max-width: 600px) {
  #loading-overlay #loading-overlay-text p {
    width: 100%;
    text-align: left;
    font-size: 18px;
  }
}
#loading-overlay #loading-overlay-text p span {
  display: inline-block;
  opacity: 0;
}