@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap");
.font-title {
  font-family: "BIZ UDPGothic", sans-serif;
}

#message .wp-block-group {
  box-shadow: 5px 5px 0 #DB2027;
}
#message .wp-block-media-text__content {
  margin-left: 0;
  padding-top: 0;
}
@media screen and (max-width: 765px) {
  #message .wp-block-media-text__media img {
    max-width: 250px;
    margin: 0 auto;
  }
}

.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: 6px;
  background: linear-gradient(to right, #008EE0 0%, #DB2027 100%);
  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 .c-pageTitle {
  color: #fff !important;
}
.l-topTitleArea img {
  display: none;
}
.l-topTitleArea::after {
  display: none;
}
.l-topTitleArea::before {
  background-color: #aaa !important;
  opacity: 1 !important;
}
.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: #09AE4C;
  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: #09AE4C;
  margin: 20px 0 10px auto;
}
.firstview .wp-block-heading .lv02 {
  color: #09AE4C;
}
.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%;
}

#feature .cap_box .cap_box_content {
  padding: 0;
}
#feature .cap_box .cap_box_content figure {
  width: 100%;
}
#feature .cap_box .cap_box_content figure img {
  width: 100% !important;
}
#feature .cap_box .cap_box_content p {
  padding: 0 15px 15px 15px;
}
#feature .wp-block-column {
  align-items: stretch;
}
#feature .wp-block-column .cap_box {
  height: 100%;
}
#feature .wp-block-column .cap_box .cap_box_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100px;
  position: relative;
}
#feature .wp-block-column .cap_box .cap_box_content {
  background-color: #DB2027;
  color: #fff;
}
#feature .wp-block-column .cap_box .cap_box_content p {
  min-height: 9em;
}

#interview .border-bottm_ttl::after {
  border-color: #fff;
}

#flow .swell-block-step__item {
  padding-bottom: 0 !important;
}
#flow .swell-block-step__item::before {
  display: none;
}

#info .wp-block-image {
  border-radius: 20px;
  overflow: hidden;
}
#info .wp-block-heading::before {
  background-color: #646464;
  height: 1px;
}
#info .wp-block-heading::after {
  display: none;
}

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

li::marker {
  color: #09AE4C;
}

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