.l-header__inner {
  max-width: initial;
  align-items: center !important;
}

.l-fixHeader__inner {
  align-items: center;
}

.border-bottm_ttl::after {
  content: "";
  display: block !important;
  width: 100px;
  height: 3px;
  background-color: #00A54F;
  margin: 20px auto;
}

.post_content > h2 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1em;
  margin-top: 1em;
}

.l-topTitleArea {
  min-height: 114px !important;
  color: initial;
}
.l-topTitleArea img {
  display: none;
}
.l-topTitleArea::after {
  display: none;
}
.l-topTitleArea::before {
  background-color: #EFEFEF;
}
.l-topTitleArea .c-pageTitle {
  font-size: 2em;
  text-shadow: none;
  color: initial;
}

.l-header__gnav .line-btn a, .l-fixHeader .line-btn a {
  background-color: #00A54F;
  overflow: hidden;
  border-radius: 50px;
  transition-duration: 0.3s;
  height: 40px;
  padding: 5px 30px;
}
.l-header__gnav .line-btn a:hover, .l-fixHeader .line-btn a:hover {
  background-color: #EBB000;
  transition-duration: 0.3s;
}
.l-header__gnav .line-btn a:hover::after, .l-fixHeader .line-btn a:hover::after {
  display: none;
}
.l-header__gnav .line-btn a .ttl, .l-fixHeader .line-btn a .ttl {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.l-header__gnav .line-btn a .ttl::before, .l-fixHeader .line-btn a .ttl::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/LINE_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.line-icon-btn a {
  transition-duration: 0.3s;
}
.line-icon-btn a:hover {
  background: #EBB000;
  transition-duration: 0.3s;
}
.line-icon-btn a .swl-fz {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.line-icon-btn a .swl-fz::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/LINE_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.firstview .swell-block-fullWide__inner {
  padding: 0 50px;
  max-width: 1980px;
}
.firstview .wp-block-heading .lv01,
.firstview .wp-block-heading .lv02 {
  display: block;
}
.firstview .wp-block-heading .lv01::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 500px;
  height: 1px;
  background-color: #00A54F;
  margin: 20px 0 10px auto;
}
.firstview .wp-block-heading .lv02 {
  color: #00A54F;
}
.firstview.sp_only {
  margin-top: 0;
}
.firstview.sp_only .swell-block-fullWide__inner {
  padding: 0 10px;
  max-width: 1980px;
}
.firstview.sp_only .lv01::after {
  width: 50%;
}

.cap_box {
  box-shadow: 0 0 10px rgba(0, 165, 79, 0.25);
}
.cap_box .cap_box_content {
  padding: 0;
  height: 88%;
}
.cap_box .cap_box_content figure {
  width: 100%;
}
.cap_box .cap_box_content figure img {
  width: 100% !important;
}
.cap_box .cap_box_content p {
  padding: 0 15px 15px 15px;
}
.cap_box.check-icon {
  position: relative;
}
.cap_box.check-icon::before {
  position: absolute;
  left: -16px;
  top: -30px;
  display: flex;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #EBB000;
  color: #fff;
  content: "Check!";
  font-size: 12px;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transform: rotate(-11deg);
  box-shadow: 0 0 10px rgba(0, 165, 79, 0.25);
}

.wp-block-column {
  align-items: stretch;
}
.wp-block-column .cap_box {
  height: 100%;
}

#flow .pc_only .swell-block-step {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
#flow .pc_only .swell-block-step__item {
  padding-bottom: 0;
}
#flow .pc_only .swell-block-step__item::before {
  display: none;
}
#flow .swell-block-step__item::before {
  border-left: 1px solid #00A54F;
}

.block-list {
  list-style: none;
  padding: 0 !important;
}
.block-list li {
  background-color: #00A54F;
  text-align: center;
  padding: 10px 16px;
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
}

.post_content h3::before {
  background-color: #ECECEC;
}
.post_content h3::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #00A54F;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  z-index: 0;
}/*# sourceMappingURL=add_style.css.map */