@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  overflow-x: clip;
}

body {
  width: 100%;
}

/* #st-ami, #wrapper の overflow-x:clip は sticky を破壊するため削除 */
html body.front-page main#main,
html body.front-page main {
  background: #EFF9FF !important;
  background-color: #EFF9FF !important;
}

section {
  margin-bottom: 3.75rem !important;
}

br.pc-br {
  display: block;
}
@media screen and (max-width: 959px) {
  br.pc-br {
    display: none;
  }
}
br.sp-br {
  display: none;
}
@media screen and (max-width: 959px) {
  br.sp-br {
    display: block;
  }
}

p {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

li {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.st-fa.st-svg-clock-o::before {
  display: none;
}
.st-fa.st-svg-clock-o {
  display: none;
}

@media print, screen and (min-width: 960px) {
  body.not-front-page main {
    margin-top: 1.25rem !important;
    padding-top: 0.625rem !important;
  }
}
@media only screen and (min-width: 960px) {
  #side aside {
    margin-top: 1.25rem !important;
  }
}
@media print, screen and (min-width: 960px) {
  .not-front-page .colum1 main {
    padding: 0.625rem 3.125rem 3.75rem !important;
    margin-bottom: 2.5rem !important;
  }
}
@media only screen and (min-width: 960px) {
  /* 1. 全体のコンテナ：画面幅に合わせて伸縮できるようにする */
  body.blog #content,
  body.archive #content,
  body.single #content,
  body.error404 #content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 96% !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
    float: none !important;
    overflow: visible !important;
  }
  body.blog #content::before, body.blog #content::after,
  body.archive #content::before,
  body.archive #content::after,
  body.single #content::before,
  body.single #content::after,
  body.error404 #content::before,
  body.error404 #content::after {
    display: none !important;
  }
  /* 2. メインエリア：最大 980px だが、画面が狭ければ縮む設定 */
  body.blog #contentInner,
  body.archive #contentInner,
  body.single #contentInner,
  body.error404 #contentInner {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
    width: auto !important;
    max-width: 980px !important;
    min-width: 0;
    margin: 1.25rem 0 0 0 !important;
    padding: 0 !important;
    float: none !important;
  }
  body.blog #contentInner main,
  body.archive #contentInner main,
  body.single #contentInner main,
  body.error404 #contentInner main {
    width: 100% !important;
    margin: 0 0 2.5rem !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    padding-bottom: 2.25rem !important;
  }
  body.blog #contentInner main img, body.blog #contentInner main table, body.blog #contentInner main iframe,
  body.archive #contentInner main img,
  body.archive #contentInner main table,
  body.archive #contentInner main iframe,
  body.single #contentInner main img,
  body.single #contentInner main table,
  body.single #contentInner main iframe,
  body.error404 #contentInner main img,
  body.error404 #contentInner main table,
  body.error404 #contentInner main iframe {
    max-width: 100% !important;
    height: auto !important;
  }
  /* 3. サイドバー：300px を維持するが、メインを圧迫しないようにする */
  body.blog #side,
  body.archive #side,
  body.single #side,
  body.error404 #side {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 300px !important;
            flex: 0 0 300px !important;
    width: 300px !important;
    margin-left: 20px !important;
    float: none !important;
  }
}
/* 4. 【重要】画面幅が 1280px（980+300）を切った時の微調整 */
@media only screen and (min-width: 960px) and (max-width: 1299px) {
  body.blog #content,
  body.archive #content,
  body.single #content,
  body.error404 #content {
    width: 98% !important;
  }
}
@media only screen and (min-width: 960px) {
  #headbox {
    max-width: 1300px !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    padding: 0.875rem 0.625rem 1.125rem !important;
  }
}
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 959px) {
  header .descr {
    font-size: 0.5rem !important;
    margin-top: 0.125rem !important;
  }
}

#header-l #st-text-logo .descr {
  font-size: 0.8125rem !important;
  color: #707070;
  line-height: 1 !important;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

#st-mobile-logo .descr {
  font-size: 0.5rem !important;
  color: #707070 !important;
  line-height: 1.4 !important;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin-top: 0.5rem;
}

@media print, screen and (min-width: 960px) {
  #header-r {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}

.hinfo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  gap: 2rem;
}
@media only screen and (max-width: 1060px) {
  .hinfo {
    gap: 1rem;
  }
}
.hinfo .hinfo-left {
  -ms-flex-line-pack: center;
      align-content: center;
  color: #333333;
}
.hinfo .hinfo-left .hinfo-left-time {
  font-size: 0.8rem;
  margin-top: 0.25rem;
  color: #707070;
}
.hinfo .hinfo-left .hinfo-left-note {
  font-size: 0.75rem;
  color: #EB0051;
}
.hinfo .hinfo-left .hinfo-left-tel {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 1060px) {
  .hinfo .hinfo-left .hinfo-left-tel {
    font-size: 1.125rem !important;
  }
}
.hinfo .hinfo-left .hinfo-left-tel a {
  text-decoration: none;
  color: #333333;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Jost", sans-serif;
  font-size: 1.625rem;
}
.hinfo .hinfo-left .hinfo-left-tel .hinfo-left-tel-txt {
  color: #0078E0;
  font-weight: 700;
}
.hinfo .hinfo-left .hinfo-left-tel .hinfo-left-tel-number .hinfo-left-tel-number-icon {
  display: inline-block;
  width: 2.5rem;
  height: 1.625rem;
  background-image: url("../images/common/icon-freenumber.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0.2rem;
}
.hinfo .hinfo-right-btn {
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#EB0051), to(#FF387C));
  background: linear-gradient(to bottom, #EB0051, #FF387C);
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  border-radius: 0.3125rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hinfo .hinfo-right-btn::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon-mail.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.625rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.hinfo .hinfo-right-btn:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1060px) {
  .hinfo-left-tel {
    white-space: nowrap;
  }
}
#st-mobile-logo img, #st-mobile-logo header .sitename img {
  width: 80% !important;
  max-width: 400px !important;
  height: auto !important;
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

#s-navi dt.trigger .op {
  font-size: 1.875rem !important;
}

#s-navi dt.trigger .op.has-text .st-fa::after {
  font-size: 0.625rem !important;
  font-weight: 700 !important;
}

.s-navi-active #s-navi-overlay,
.s-navi-search-slide.s-navi-search-active #s-navi-overlay {
  z-index: 10000 !important;
}

#s-navi dd.acordion_tree,
#s-navi dd.acordion_search {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #0078E0 !important;
}

.sp-contact-flow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100004;
  background-color: #FFF;
  padding-bottom: 0.5rem;
}
.sp-contact-flow a {
  text-decoration: none;
}
.sp-contact-flow__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.5rem 0.5rem 0;
}
.sp-contact-flow__call {
  color: #333333;
  font-size: 7.12vw;
  font-weight: 800;
  font-family: "Jost", sans-serif;
  white-space: nowrap;
}
.sp-contact-flow__call::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon-freenumber.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 10vw;
  height: 6vw;
  margin-right: 0.125rem;
}
.sp-contact-flow__contact {
  color: #FFF;
  -ms-flex-line-pack: center;
      align-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#EB0051), to(#FF387C));
  background: linear-gradient(to bottom, #EB0051, #FF387C);
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  white-space: nowrap;
  padding: 0.5rem 0.75rem;
  font-size: 3vw;
  letter-spacing: 0.05em;
  border-radius: 0.3125rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sp-contact-flow__contact::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon-mail.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4vw;
  height: 3.1vw;
  margin-right: 0.375rem;
}
.sp-contact-flow__contact:hover {
  color: #FFF !important;
}
.sp-contact-flow__notes {
  font-size: 3vw !important;
  color: #707070;
  line-height: 1;
  text-align: center;
  margin: 0.25rem 0.25rem 0 !important;
}
.sp-contact-flow__attention {
  color: #EB0051;
  font-size: 2.6vw !important;
  text-align: center;
  margin: -0.125rem 0.25rem 0 !important;
}

#footer .footermenust li {
  color: #707070 !important;
  border-right-color: #CCCCCC !important;
}
#footer .footermenust li a {
  font-size: 0.875rem !important;
}

.footermenust {
  padding-bottom: 1.75rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.75rem;
}
@media screen and (max-width: 959px) {
  .footermenust {
    padding-bottom: 2rem;
  }
}

#footer .footerlogo {
  font-weight: 500 !important;
}

.footer-description.st-text-logo-bottom {
  font-size: 0.875rem !important;
}

.st-text-logo-bottom:last-child, .st-text-logo-bottom {
  margin-bottom: 0.875rem !important;
}

.copyr small {
  font-size: 0.875rem !important;
}

#footer-wrapper {
  padding: 1.25rem 1.25rem 5rem !important;
}
@media screen and (max-width: 959px) {
  #footer-wrapper {
    padding: 2.5rem 1.25rem 8.75rem !important;
  }
}

.colum1.lp #content-w main {
  padding-top: 0 !important;
}

@media print, screen and (min-width: 960px) {
  #wrapper:not(.colum1) #content-w, header + #content-w {
    padding-top: 0 !important;
  }
}
.st-author-profile {
  margin-bottom: 0 !important;
}

.st-author-profile-avatar img {
  width: 7rem !important;
  height: 7rem !important;
}
.st-author-profile-avatar .avatar.avatar-150.wp-user-avatar.wp-user-avatar-150.photo.avatar-default {
  margin: 1.125rem auto 0;
}

.post.st-author-profile-content .st-author-nickname {
  color: #707070 !important;
  padding: 0 !important;
  margin: 0 auto 0.5rem !important;
  font-weight: 600 !important;
}
.post.st-author-profile-content .st-author-description {
  text-align: start !important;
  font-size: 0.875rem !important;
  margin-bottom: 0 !important;
}
.post.st-author-profile-content .st-author-description a {
  color: #0078E0;
}
.post.st-author-profile-content .sns {
  display: none;
}

.st-widgets-title.st-side-widgetsmenu {
  display: none;
}

p.st-widgets-title {
  display: none;
}

h5.kanren-t a {
  color: #707070 !important;
  font-weight: 600 !important;
}

@media only screen and (min-width: 960px) {
  body #footer .kanren .clearfix dd h5 a,
  body #side dd h3:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a,
  body #side .kanren .clearfix dd h5:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a {
    /* ここにあなたが適用したいサイズを記述 */
    font-size: 0.875rem !important;
  }
}
.newentrybox .kanren {
  margin: 2.5rem 0 3.75rem 0 !important;
}
.newentrybox .kanren dl {
  margin-bottom: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

#categories-2.side-widgets.widget_categories {
  margin-bottom: 2.5rem;
}

.cat-item-label {
  font-size: 1rem !important;
}

#footer li.cat-item a::after, #side li.cat-item a::after {
  font-size: 0.75rem !important;
}

#footer li.cat-item a, #side li.cat-item a {
  border-bottom-color: #C9C9C9 !important;
  padding: 0.875rem 0 0.875rem 0 !important;
  color: #0078E0 !important;
}

#scrollad {
  padding: 0 !important;
}

.side-widgets > * {
  margin-bottom: 0 !important;
}

.widget_text.side-widgets.widget_custom_html {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 960px) {
  /* JSが無理やり書き換える style 属性を、CSSで優しく上書き */
  #scrollad {
    /* JSが fixed に切り替えた瞬間の「飛び」を 0.2秒の動きで滑らかにする */
    -webkit-transition: top 0.1s ease-out, opacity 0.2s !important;
    transition: top 0.1s ease-out, opacity 0.2s !important;
    /* 常にこの位置を基準にする（JSの top: 0px を上書き） */
    top: 150px !important;
    /* 横位置がガクッとなるのを防ぐ（サイドバー内に固定） */
    left: auto !important;
    width: 300px !important;
  }
}
/* 例：CTAの高さが267pxなら */
.st-scrollad-unit { /* 親要素のクラス名 */
  min-height: 257px;
}

.c-button__primary__outer {
  margin-top: 1.875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .c-button__primary__outer {
    margin-top: 1.25rem;
  }
}
.c-button__primary {
  text-decoration: none;
  color: #0078E0;
  border: 1px solid #0078E0;
  background-color: #FFF;
  font-size: 1.125rem !important;
  padding: 1.125rem 3.125rem 1.125rem 2.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.c-button__primary:hover {
  background-color: #0078E0;
  color: #FFF;
}
.c-button__primary:hover::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.c-button__primary::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.125rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #0078E0;
  border-right: 2px solid #0078E0;
}

.c-cta {
  width: 100%;
  position: relative;
}
.c-cta__link-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .c-cta__link-overlay {
    display: block;
    cursor: pointer;
  }
}
.c-cta__link-overlay--side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.c-tel-link {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
  cursor: text;
}
@media screen and (max-width: 959px) {
  .c-tel-link {
    pointer-events: auto;
    color: #4682b4;
    text-decoration: underline;
    cursor: pointer;
  }
}

.c-recruit {
  display: grid;
  grid-template-columns: 2fr 1fr;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFF;
  border: 2px dashed #0078E0;
}
@media screen and (max-width: 959px) {
  .c-recruit {
    grid-template-columns: 1fr;
  }
}
.c-recruit__link-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .c-recruit__link-overlay {
    display: block;
  }
}
.c-recruit__inner {
  z-index: 2;
}
.c-recruit__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .c-recruit__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.25rem;
  }
}
.c-recruit__title {
  margin-left: 21.875rem;
  font-size: 1.25rem !important;
  color: #444444;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}
@media screen and (max-width: 959px) {
  .c-recruit__title {
    margin-left: 0;
    text-align: center;
    font-size: 1.125rem !important;
    margin-top: 0.75rem;
  }
}
.c-recruit__accent {
  position: absolute;
  background-color: #0078E0;
  color: #FFF145;
  padding: 0.5rem 2.25rem;
  left: -0.875rem;
  z-index: 10;
  -webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.5rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.3125rem 0.3125rem 0.5rem rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 959px) {
  .c-recruit__accent {
    position: relative;
    left: 0;
    padding: 0.5rem 1.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.c-recruit__accent p {
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .c-recruit__accent p {
    font-size: 1.5rem !important;
  }
}
.c-recruit__accent::before, .c-recruit__accent::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.25rem;
  background-color: inherit;
  z-index: -1;
}
.c-recruit__accent::before {
  left: -0.8125rem;
  -webkit-mask-image: url("../images/common/zigzag.svg");
  mask-image: url("../images/common/zigzag.svg");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .c-recruit__accent::before {
    left: -0.75rem;
  }
}
.c-recruit__accent::after {
  right: -0.8125rem;
  -webkit-mask-image: url("../images/common/zigzag.svg");
  mask-image: url("../images/common/zigzag.svg");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  -webkit-mask-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 959px) {
  .c-recruit__accent::after {
    right: -0.75rem;
  }
}
.c-recruit__body {
  padding: 2rem 0 1.25rem 2.25rem;
}
@media screen and (max-width: 959px) {
  .c-recruit__body {
    padding: 1rem 1.25rem 1.25rem;
    margin-bottom: 11.25rem;
  }
}
@media only screen and (max-width: 375px) {
  .c-recruit__body {
    padding: 1rem 1.25rem 0;
  }
}
.c-recruit__point {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .c-recruit__point {
    justify-items: center;
    gap: 0.375rem;
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 0.75rem;
  }
}
.c-recruit__point li {
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  font-size: 1.125rem !important;
  padding: 0.25rem 1.25rem;
  background-color: #EAEAC0;
}
.c-recruit__point li:nth-child(2) {
  background-color: #DBEAC0;
}
.c-recruit__point li:nth-child(3) {
  background-color: #C7EFD6;
  grid-column: span 2 !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media screen and (max-width: 959px) {
  .c-recruit__point li:nth-child(3) {
    grid-column: span 1 !important;
  }
}
.c-recruit__point li span {
  display: block;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
@media screen and (max-width: 959px) {
  .c-recruit__point li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding: 0.25rem 0.75rem;
  }
}
.c-recruit__phone p {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .c-recruit__phone p {
    margin-bottom: 0.625rem;
    text-align: center;
    line-height: 1.4 !important;
  }
}
.c-recruit__number {
  font-size: 2.25rem !important;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
  margin-top: 0.5rem;
}
@media screen and (max-width: 959px) {
  .c-recruit__number {
    font-size: 8.5vw !important;
    white-space: nowrap;
    margin-top: 0;
  }
}
.c-recruit__number::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon-freenumber.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 3rem;
  height: 1.75rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 959px) {
  .c-recruit__number::before {
    width: 2.875rem;
    height: 1.6875rem;
    margin-right: 0.125rem;
  }
}
.c-recruit__note {
  color: #EB0051;
  font-size: 0.875rem !important;
}
@media screen and (max-width: 959px) {
  .c-recruit__note {
    font-size: 0.75rem !important;
  }
}
.c-recruit__photo {
  position: absolute;
  bottom: 0;
  right: 0.625rem;
  z-index: 10;
  width: 50vw;
  min-width: 18.75rem;
  max-width: 25rem !important;
}
@media screen and (max-width: 959px) {
  .c-recruit__photo {
    right: 0;
    width: 50vw;
    max-width: 18.75rem !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 375px) {
  .c-recruit__photo {
    min-width: 15.625rem !important;
  }
}

.entry-title {
  background-color: #EEEEEE !important;
  font-size: 1.375rem !important;
  color: #333333 !important;
  font-weight: 600 !important;
  padding: 0.25rem 1rem !important;
  margin-bottom: 2.5rem !important;
}
@media screen and (max-width: 959px) {
  .entry-title {
    margin-bottom: 1.5rem !important;
  }
}

#breadcrumb {
  margin-bottom: 0.5rem !important;
}
#breadcrumb li span {
  margin: 0 0.5rem;
}
#breadcrumb li:first-child span {
  margin: 0 0.5rem 0 0;
}
#breadcrumb {
  white-space: normal !important;
}

.h2modoki, h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  margin: 3.75rem 0 1.875rem !important;
  line-height: 1.4 !important;
}
.h2modoki:first-of-type, h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):first-of-type {
  margin: 0 0 1.875rem !important;
}
@media screen and (max-width: 959px) {
  .h2modoki:first-of-type, h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):first-of-type {
    margin-bottom: 1.5rem !important;
  }
}
@media screen and (max-width: 959px) {
  .h2modoki, h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
    font-size: 1.375rem !important;
    padding: 0.5rem 1rem !important;
    margin: 3rem 0 1.5rem !important;
  }
}

body:not(.home):not(.front-page) .post h3:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
body:not(.home):not(.front-page) .h3modoki {
  font-size: 1.25rem !important;
  color: #707070 !important;
  background-color: #EFF9FF !important;
  font-weight: 600 !important;
  padding: 0.625rem 0.75rem !important;
  margin: 0 0 1.5rem !important;
}
@media screen and (max-width: 959px) {
  body:not(.home):not(.front-page) .post h3:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
  body:not(.home):not(.front-page) .h3modoki {
    margin-top: 2rem !important;
  }
}
body:not(.home):not(.front-page) .h4modoki,
body:not(.home):not(.front-page) .post h4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh4):not(.point) {
  font-size: 1.125rem !important;
  color: #707070 !important;
  background-color: #EEEEEE !important;
  font-weight: 600 !important;
  padding: 0.625rem 0.75rem !important;
}

body:not(.home):not(.front-page) .post table thead {
  border-top: 1px #0078E0 solid;
  position: relative;
  z-index: 0 !important;
}
body:not(.home):not(.front-page) table > thead > tr > td, body:not(.home):not(.front-page) table > thead > tr > th, body:not(.home):not(.front-page) table > tr > td, body:not(.home):not(.front-page) table > tr > th {
  background-color: #0078E0;
  color: #FFF;
  font-weight: 600;
}
body:not(.home):not(.front-page) table tr td, body:not(.home):not(.front-page) .wp-block-table table tr td {
  border-bottom-color: #CCCCCC !important;
  border-left-color: #CCCCCC !important;
}
body:not(.home):not(.front-page) .post table {
  border-right: 1px #CCCCCC solid;
}
body:not(.home):not(.front-page) .wp-block-table thead {
  border-bottom: 4px solid #CCCCCC;
}

#page-top {
  position: relative;
}
#page-top .st-fa.st-svg-angle-up {
  position: absolute;
  opacity: 1;
  bottom: 3.75rem !important;
  right: 0.25rem;
}
@media screen and (max-width: 959px) {
  #page-top .st-fa.st-svg-angle-up {
    bottom: 1.875rem !important;
  }
}
#page-top:not(.page-top-img) a {
  background-color: #0078E0 !important;
}

@media screen and (min-width: 980px) {
  body.front-page main {
    max-width: 61.25rem !important;
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
}
@media screen and (max-width: 979px) {
  body.front-page main {
    padding-left: 1.375rem !important;
    padding-right: 1.375rem !important;
  }
}
.front-page main .kanren:not(.st-cardbox) dd {
  padding: 0 !important;
}
.front-page .post h5 {
  padding-right: 0 !important;
  margin-bottom: 0.625rem !important;
}
.front-page .entry-content {
  margin-bottom: 0.625rem !important;
}

.top-main-visual {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  aspect-ratio: 1366/478;
  background-image: url("../images/top/mv-bg-pc.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@supports not (background-image: url("../images/top/mv-bg-pc.webp")) {
  .top-main-visual {
    background-image: url("../images/top/mv-bg-pc.jpg");
  }
}
@media screen and (max-width: 959px) {
  .top-main-visual {
    aspect-ratio: 393/580;
    background-image: url("../images/top/mv-bg-sp.webp");
  }
  @supports not (background-image: url("../images/top/mv-bg-sp.webp")) {
    .top-main-visual {
      background-image: url("../images/top/mv-bg-sp.jpg");
    }
  }
}
.top-main-visual__inner {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .top-main-visual__inner {
    position: relative;
    height: auto;
    aspect-ratio: 393/580;
  }
}
.top-main-visual__container {
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-main-visual img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.top-main-visual__category {
  width: 40vw;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .top-main-visual__category {
    width: 45%;
  }
}
.top-main-visual__company {
  width: 16vw;
  margin: -4vw auto 0.5vw;
}
@media screen and (max-width: 959px) {
  .top-main-visual__company {
    width: 60%;
    margin: 4% auto 4%;
  }
}
.top-main-visual__copy {
  width: 35vw;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .top-main-visual__copy {
    width: 95%;
  }
}
.top-main-visual__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.5vw auto;
}
@media screen and (max-width: 959px) {
  .top-main-visual__area {
    margin: 2vw 4vw 0;
  }
}
.top-main-visual__area__label {
  background-color: #454545;
  font-size: 1.4vw;
  font-weight: 700;
  padding: 0.5vw 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .top-main-visual__area__label {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
.top-main-visual__area__value {
  background-color: #a38a21;
  font-size: 1.2vw;
  padding: 0.5vw 1.5vw;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .top-main-visual__area__value {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
.top-main-visual__area__value small {
  font-size: 0.8em;
}
@media screen and (max-width: 959px) {
  .top-main-visual__area__value small {
    font-size: 0.625rem;
  }
}
.top-main-visual__area__value span {
  font-size: 0.6em;
  vertical-align: super;
}

.p-top__primary-title {
  background-image: url("../images/top/p-top__primary-title-pc.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@supports not (background-image: url("../images/top/p-top__primary-title-pc.webp")) {
  .p-top__primary-title {
    background-image: url("../images/top/p-top__primary-title-pc.jpg");
  }
}
@media screen and (max-width: 959px) {
  .p-top__primary-title {
    background-image: url("../images/top/p-top__primary-title-sp.webp");
  }
  @supports not (background-image: url("../images/top/p-top__primary-title-sp.webp")) {
    .p-top__primary-title {
      background-image: url("../images/top/p-top__primary-title-sp.jpg");
    }
  }
}
.p-top__primary-title {
  padding: 0 !important;
  margin: 0 0 2.5rem !important;
}
@media screen and (max-width: 959px) {
  .p-top__primary-title {
    margin: 0 0 1.875rem !important;
  }
}
.p-top__primary-title .st-dash-design {
  color: #FFF;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  display: block;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 1.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-top__primary-title .st-dash-design {
    font-size: 1.125rem;
    padding: 0;
  }
}

.p-top__reason {
  margin-top: 2.5rem;
}
.p-top__reason__secondary-title {
  color: #0078E0 !important;
  font-size: 2.75rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-top__reason__secondary-title {
    font-size: 1.75rem !important;
  }
}
.p-top__reason__text {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 1.125rem !important;
  line-height: 2 !important;
}
@media screen and (max-width: 959px) {
  .p-top__reason__text {
    font-size: 1rem !important;
    line-height: 1.8 !important;
    text-align: start;
  }
}
.p-top__reason__message {
  position: relative;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 959px) {
  .p-top__reason__message {
    margin-bottom: 2.25rem;
  }
}
.p-top__reason__message__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 3.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .p-top__reason__message__photo {
    position: static;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.p-top__reason__message__photo__right img {
  height: 27.5rem !important;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .p-top__reason__message__photo__right img {
    height: 16.25rem !important;
  }
}
.p-top__reason__message__photo__left img {
  height: 27.5rem !important;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .p-top__reason__message__photo__left img {
    height: 16.25rem !important;
  }
}

.p-top__features__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 959px) {
  .p-top__features__container {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}
.p-top__features__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .p-top__features__item img {
    width: 16.25rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .p-top__features__item {
    width: 100%;
  }
}
.p-top__features__inner {
  margin-top: 1rem;
}
.p-top__features__title {
  font-size: 1.5rem !important;
  font-weight: 700;
  margin-bottom: 0.75rem !important;
  line-height: 1.4 !important;
}
@media screen and (max-width: 959px) {
  .p-top__features__title {
    font-size: 1.25rem !important;
    margin-bottom: 0.625rem !important;
  }
}
.p-top__features__title span {
  font-size: 2.25rem !important;
  color: #0078E0;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-top__features__title span {
    font-size: 1.875rem !important;
  }
}
.p-top__features__text {
  font-size: 1.125rem !important;
  line-height: 2 !important;
}
@media screen and (max-width: 959px) {
  .p-top__features__text {
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }
}

.p-top__example {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 959px) {
  .p-top__example {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
.p-top__example__item {
  position: relative;
}
.p-top__example__label {
  position: absolute;
  width: 8rem;
  height: 8rem;
  color: #FFF;
  border-radius: 50%;
  font-size: 1.625rem;
  font-weight: 700;
  left: -1.25rem;
  top: -1.25rem;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-top__example__label {
    font-size: 1.25rem;
    width: 5.875rem;
    height: 5.875rem;
  }
}
.p-top__example__label.p-top__example__water-leak {
  background-color: #409FE4;
}
.p-top__example__label.p-top__example__clog {
  background-color: #9CCB00;
}
.p-top__example__label.p-top__example__pump {
  background-color: #CC7FC6;
}
.p-top__example__label.p-top__example__other {
  background-color: #DEB400;
}
.p-top__example__photo {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-top__example__inner {
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  height: 100%;
}
.p-top__example__container {
  padding: 1.625rem 1.875rem;
}
@media screen and (max-width: 959px) {
  .p-top__example__container {
    padding: 1.25rem;
  }
}
.p-top__example__title {
  color: #0078E0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.375rem !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 959px) {
  .p-top__example__title {
    font-size: 1.25rem !important;
  }
}
.p-top__example__text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 959px) {
  .p-top__example__text {
    margin-top: 1rem;
  }
}
.p-top__example__text p {
  margin-bottom: 0.5rem !important;
  font-size: 1.125rem !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 959px) {
  .p-top__example__text p {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
}
.p-top__example__text ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.p-top__example__text li {
  font-size: 1.125rem !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 959px) {
  .p-top__example__text li {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
}

.p-top__voice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 959px) {
  .p-top__voice {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-top__voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  border-radius: 1.25rem;
  border: 1px solid #999999;
  position: relative;
}
.p-top__voice__item p {
  padding: 1.75rem 1.75rem 1.75rem 1.25rem;
  margin-bottom: 0 !important;
  font-size: 1.125rem !important;
}
@media screen and (max-width: 959px) {
  .p-top__voice__item p {
    font-size: 1rem !important;
  }
}
.p-top__voice__illust {
  position: absolute;
  bottom: 0;
  right: 1.25rem;
  pointer-events: none;
}
.p-top__voice__reviews {
  margin-top: 1.875rem;
  background-color: #FFF;
  padding: 1.375rem 1.5rem;
  min-height: 25rem;
}
@media screen and (max-width: 959px) {
  .p-top__voice__reviews {
    padding: 1rem 0.75rem;
    margin-top: 1rem;
    min-height: 31.25rem;
  }
}

.p-top__price {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 959px) {
  .p-top__price {
    margin-bottom: 0 !important;
  }
}
.p-top__price__text {
  font-size: 1.375rem !important;
  font-weight: 600;
  line-height: 1.8 !important;
  margin: 0 !important;
}
@media screen and (max-width: 959px) {
  .p-top__price__text {
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
  }
}
.p-top__price__emphasis {
  background-color: #FF8900;
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 0 0.625rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 959px) {
  .p-top__price__emphasis {
    font-size: 1.625rem;
  }
}
.p-top__price__note {
  font-size: 1.125rem !important;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .p-top__price__note {
    font-size: 1rem !important;
    margin-right: 7.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-top__price__note {
    margin-right: 0;
  }
}
.p-top__price__inner {
  margin-top: 1.5rem;
  position: relative;
}
.p-top__price__secondary-title {
  font-weight: 600 !important;
  font-size: 1.375rem !important;
  color: #707070 !important;
  margin: 0 !important;
  padding: 0 0 1.125rem 1.5rem !important;
  position: relative;
}
.p-top__price__secondary-title::before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #707070;
}
.p-top__price__accent {
  position: absolute;
  bottom: 0;
  right: 1.5rem;
  width: 12.5rem;
  height: 15.625rem;
}
@media screen and (max-width: 959px) {
  .p-top__price__accent {
    right: 0.625rem;
    width: 6.875rem;
    height: 8.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-top__price__accent {
    width: 4.375rem;
    right: 0;
  }
}
.p-top__price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 959px) {
  .p-top__price__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.p-top__price__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
.p-top__price__table {
  border: none !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0 !important;
}
.p-top__price__table thead > tr > th {
  background-color: #0078E0;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 600 !important;
  text-align: start;
  padding: 0.75rem 1.875rem;
  border: none !important;
  z-index: 1 !important;
}
@media screen and (max-width: 959px) {
  .p-top__price__table thead > tr > th {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
.p-top__price__table tbody {
  border: 1px solid #CCCCCC !important;
  background-color: #FFF;
}
.p-top__price__table tbody th {
  border: none !important;
  text-align: start;
  font-size: 1.125rem;
  padding: 0.375rem 1rem 0.375rem 1.875rem;
}
@media screen and (max-width: 959px) {
  .p-top__price__table tbody th {
    font-size: 1rem;
    padding: 0.375rem 0.75rem 0.375rem 1.5rem;
  }
}
.p-top__price__table tbody td {
  border: none !important;
  text-align: end;
  font-family: "Jost", sans-serif;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  padding: 0.375rem 1.875rem 0.375rem 1rem;
}
@media screen and (max-width: 959px) {
  .p-top__price__table tbody td {
    font-size: 1rem !important;
    padding: 0.375rem 1.5rem 0.375rem 0.75rem;
  }
}
.p-top__price__table tbody tr:first-child th, .p-top__price__table tbody tr:first-child td {
  padding-top: 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-top__price__table tbody tr:first-child th, .p-top__price__table tbody tr:first-child td {
    padding-top: 0.75rem;
  }
}
.p-top__price__table tbody tr:last-child th, .p-top__price__table tbody tr:last-child td {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-top__price__table tbody tr:last-child th, .p-top__price__table tbody tr:last-child td {
    padding-bottom: 0.75rem;
  }
}
.p-top__price__table tbody tr span {
  padding-right: 0.875rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 959px) {
  .p-top__price__table tbody tr span {
    font-size: 0.75rem;
    padding-right: 0.75rem;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 959px) {
  .p-top__price__reason {
    margin-top: 1.875rem;
  }
}
.p-top__price__container {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 959px) {
  .p-top__price__container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-top__price__card {
  position: relative;
}
.p-top__price__number {
  background-color: #C3AC00;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.625rem;
  width: 5.375rem;
  height: 5.375rem;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__price__number p {
  font-weight: 700 !important;
  color: #FFF;
  line-height: 1.2 !important;
}
.p-top__price__number p span {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 700 !important;
}
.p-top__price__group {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.p-top__price__item {
  margin-top: 4.75rem;
  padding: 1.25rem 1.25rem 1rem;
}
.p-top__price__title {
  font-size: 1.625rem !important;
  font-weight: 600;
  margin-bottom: 0.875rem !important;
  line-height: 1.4 !important;
}
@media screen and (max-width: 959px) {
  .p-top__price__title {
    font-size: 1.5rem !important;
  }
}
.p-top__price__photo {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-top__area__inner {
  margin: 0 auto;
  width: 80%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .p-top__area__inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
.p-top__area__caption {
  text-align: center;
  font-size: 1.25rem !important;
  font-weight: 700;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 959px) {
  .p-top__area__caption {
    text-align: start;
  }
}
.p-top__area__list {
  list-style-type: none !important;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media screen and (max-width: 959px) {
  .p-top__area__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top__area__list li {
  background-color: #FFF;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 1.125rem !important;
  line-height: 1.2 !important;
}
.p-top__area__note {
  font-size: 0.875rem !important;
  margin-top: 1rem;
  line-height: 1.4 !important;
}

.p-top__quality__catch {
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.8 !important;
  margin: 0 !important;
  margin-bottom: 0.625rem !important;
}
@media screen and (max-width: 959px) {
  .p-top__quality__catch {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 0.5rem !important;
  }
}
.p-top__quality__emphasis {
  background-color: #FF8900;
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 0 0.625rem;
  margin-left: 0.25rem;
}
@media screen and (max-width: 959px) {
  .p-top__quality__emphasis {
    font-size: 1.375rem;
    margin-left: 0rem;
  }
}
.p-top__quality__copy {
  color: #0078E0;
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin-bottom: 1.125rem !important;
}
@media screen and (max-width: 959px) {
  .p-top__quality__copy {
    font-size: 1.375rem !important;
  }
}
.p-top__quality__text {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 959px) {
  .p-top__quality__text {
    margin-bottom: 1.5rem;
  }
}
.p-top__quality__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 959px) {
  .p-top__quality__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-top__quality__group {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1.75rem 1rem;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .p-top__quality__group {
    padding: 1.25rem 1.25rem 1rem;
  }
}
@media only screen and (max-width: 959px) and (max-width: 375px) {
  .p-top__quality__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
  }
}
.p-top__quality__illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-top__quality__illust {
    gap: 2.5rem;
  }
}
.p-top__quality__caption {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  white-space: nowrap;
  margin: 0 !important;
  padding-right: 0.625rem;
}
@media screen and (max-width: 959px) {
  .p-top__quality__caption {
    font-size: 0.75rem !important;
  }
}
.p-top__quality__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 959px) {
  .p-top__quality__item {
    width: 2.5rem;
  }
}
.p-top__quality__item p {
  font-weight: 600 !important;
  text-align: center;
  line-height: 1 !important;
}
@media screen and (max-width: 959px) {
  .p-top__quality__item p {
    font-size: 0.625rem !important;
  }
}
.p-top__quality__item img {
  width: auto;
  height: 4rem;
}
.p-top__quality__item {
  position: relative;
}
.p-top__quality__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -1.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
}
@media screen and (max-width: 959px) {
  .p-top__quality__item:not(:last-child)::after {
    right: -1.5rem;
  }
}
.p-top__quality__flow {
  width: 28.75rem;
}
@media screen and (max-width: 959px) {
  .p-top__quality__flow {
    width: 100%;
  }
}
.p-top__quality__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 959px) {
  .p-top__quality__flow {
    gap: 0.75rem;
  }
}
.p-top__quality__photo img {
  width: 100%;
  height: 100%;
}

.p-top__flow__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 959px) {
  .p-top__flow__container {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }
}
.p-top__flow__item {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  padding: 1.25rem 1rem 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .p-top__flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.375rem 1rem;
    gap: 2.5rem;
  }
}
.p-top__flow__item img {
  margin: 0 auto;
  width: auto;
  height: 3.75rem !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .p-top__flow__item img {
    width: 3.875rem !important;
    max-height: 3.25rem;
  }
}
.p-top__flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -1.375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
}
@media screen and (max-width: 959px) {
  .p-top__flow__item:not(:last-child)::after {
    right: 50%;
    top: calc(100% + 0.25rem);
    -webkit-transform: translateX(50%) rotate(135deg);
            transform: translateX(50%) rotate(135deg);
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-top__flow__title {
  color: #0078E0;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  text-align: center;
  margin-bottom: 0.75rem !important;
  min-height: 1.875rem;
}
@media screen and (max-width: 959px) {
  .p-top__flow__title {
    text-align: start;
    margin-bottom: 0.25rem !important;
  }
}
@media screen and (max-width: 959px) {
  .p-top__flow__text {
    width: 75%;
  }
}
.p-top__flow__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}
@media screen and (max-width: 959px) {
  .p-top__flow__inner {
    grid-template-columns: 1fr;
  }
}
.p-top__flow__inner p {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  margin-bottom: 1.875rem !important;
}
@media screen and (max-width: 959px) {
  .p-top__flow__inner p {
    font-size: 1rem !important;
    margin-bottom: 1.125rem !important;
  }
}
.p-top__payment {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  padding: 1.5rem 2.25rem;
}
.p-top__payment img {
  min-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-top__payment {
    padding: 1.375rem;
  }
}
.p-top__maker {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  padding: 1.5rem 2.25rem;
}
@media screen and (max-width: 959px) {
  .p-top__maker {
    padding: 1.375rem;
  }
}
.p-top__maker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0.375rem 0.25rem;
}
@media screen and (max-width: 959px) {
  .p-top__maker__list {
    gap: 0.25rem 0.5rem;
  }
}
.p-top__maker__item {
  list-style-type: none;
  border: 1px solid #999999;
  padding: 0.25rem 0.5rem;
  font-size: 1.125rem !important;
}
@media screen and (max-width: 959px) {
  .p-top__maker__item {
    font-size: 0.75rem !important;
    padding: 0.125rem 0.375rem;
  }
}

.p-top__faq {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
@media screen and (max-width: 959px) {
  .p-top__faq {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.p-top__faq__item {
  margin-bottom: 2.5rem;
}
.p-top__faq__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .p-top__faq__item {
    margin-bottom: 1.5rem;
  }
}
.p-top__faq__item dt {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #0078E0;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 2rem;
  line-height: 1.8 !important;
}
.p-top__faq__item dt::before {
  content: "Q";
  position: absolute;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.75rem !important;
  font-family: "Jost", sans-serif;
  left: 0;
  top: -0.5rem;
}
@media screen and (max-width: 959px) {
  .p-top__faq__item dt {
    font-size: 1.125rem !important;
    margin-bottom: 0.5rem;
  }
}
.p-top__faq__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8 !important;
  position: relative;
  padding-left: 2rem;
  font-size: 1.125rem !important;
  line-height: 1.8 !important;
}
@media screen and (max-width: 959px) {
  .p-top__faq__item dd {
    font-size: 1rem !important;
  }
}
.p-top__faq__item dd::before {
  content: "A";
  position: absolute;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.75rem !important;
  font-family: "Jost", sans-serif;
  color: #68BE3A;
  font-weight: 700 !important;
  left: 0;
  top: -0.5rem;
}
.p-top__faq__accent {
  position: relative;
  width: 14.375rem;
  height: 14.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-top__faq__accent {
    width: 10.625rem;
    height: 10.625rem;
  }
}
.p-top__faq__accent::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #EFE8B6;
  border-radius: 50%;
  z-index: 1;
}
.p-top__faq__accent img {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black)), radial-gradient(circle at center, black 50%, transparent 50.5%);
  -webkit-mask-image: linear-gradient(black, black), radial-gradient(circle at center, black 50%, transparent 50.5%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black)), radial-gradient(circle at center, black 50%, transparent 50.5%);
  mask-image: linear-gradient(black, black), radial-gradient(circle at center, black 50%, transparent 50.5%);
  -webkit-mask-size: 100% 50%, 240% 100%;
  mask-size: 100% 50%, 240% 100%;
  -webkit-mask-position: top, center;
  mask-position: top, center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .p-top__faq__accent img {
    width: 7.25rem;
  }
}

.p-top__company__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 959px) {
  .p-top__company__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 1.625rem;
  }
}
.p-top__company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  line-height: 1.6 !important;
}
@media screen and (max-width: 959px) {
  .p-top__company__item {
    margin-bottom: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top__company__item:last-child {
  margin-bottom: 0;
}
.p-top__company__item dt {
  min-width: 9.375rem;
}
@media screen and (max-width: 959px) {
  .p-top__company__item dt {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top__company__item dd {
    padding-left: 1.875rem;
  }
}
.p-top__company__item ul {
  margin: 0 !important;
  padding-left: 1rem;
}
.p-top__company__item ul li {
  font-size: 1rem !important;
}

.p-top__media .kanren.shortcode-kanren {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  padding-top: 0;
}
@media screen and (max-width: 959px) {
  .p-top__media .kanren.shortcode-kanren {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.p-top__media .clearfix {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  margin: 0 !important;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 959px) {
  .p-top__media .clearfix {
    padding: 1.5rem;
  }
}
.p-top__media .clearfix:last-child {
  border: 1px solid #CCCCCC;
  margin-bottom: 0;
}
.p-top__media .clearfix dt {
  width: 100% !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-top__media .clearfix dd {
  margin-top: 0.875rem;
}
.p-top__media .clearfix dd .smanone {
  display: none !important;
}
.p-top__media .clearfix dd .kanren-t > a {
  font-size: 1.125rem !important;
  color: #707070 !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.front-page .blog_info p {
  font-size: 0.875rem !important;
}

.p-top__links__button {
  display: inline-block;
  width: 18.75rem;
  text-decoration: none;
  color: inherit;
  background-color: #FFF;
  border: 1px solid #999999;
  padding: 0.75rem 1.125rem;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-top__links__button small {
  display: block;
  margin-top: 0.25rem;
}
.p-top__links__button::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../images/common/icon-akar-link-out.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  right: 1.125rem;
  bottom: 0.75rem;
}
.p-top__links__button:hover {
  color: #0078E0;
}
@media screen and (max-width: 959px) {
  .p-top__links__button {
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    max-width: 100% !important;
  }
}

.p-case__price-table {
  max-width: 26.875rem !important;
  border-collapse: collapse;
  border: 1px solid #CCCCCC !important;
  font-family: sans-serif;
  margin-top: 1.875rem;
}
.p-case__price-table th, .p-case__price-table td {
  border: 1px solid #CCCCCC !important;
  padding: 0.375rem 0.9375rem;
}
.p-case__price-table-label-main {
  background-color: #FFF;
  font-weight: 500;
  text-align: left;
  width: 25%;
}
.p-case__price-table-label-sub {
  text-align: left;
  width: 50%;
}
.p-case__price-table-price {
  text-align: right;
  width: 25%;
}
.p-case__lead {
  font-weight: 600;
  line-height: 1.6 !important;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 959px) {
  .p-case__lead {
    margin-bottom: 1.25rem;
  }
}

aside .kanren {
  padding-top: 0 !important;
}

.kanren h3 a {
  font-size: 1.125rem !important;
  color: #707070 !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 959px) {
  .kanren h3 a {
    font-size: 1rem !important;
  }
}
.kanren h3 {
  margin-bottom: 0.625rem !important;
}
@media screen and (max-width: 959px) {
  .kanren h3 {
    margin-bottom: 0 !important;
  }
}

.kanren dl {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #C9C9C9 !important;
  margin-bottom: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}
.kanren dl:last-child {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #C9C9C9 !important;
  padding-bottom: 1.875rem !important;
}
@media screen and (max-width: 959px) {
  .kanren dl {
    margin-bottom: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media only screen and (min-width: 600px) {
  main .kanren:not(.st-cardbox) dd {
    padding-left: 13.75rem !important;
  }
}
.st-pagelink {
  padding: 0.625rem 0 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 959px) {
  .st-pagelink {
    padding: 2.5rem 0 0 !important;
  }
}

.st-pagelink .page-numbers.current, .st-pagelink.page-numbers.disabled {
  opacity: 1 !important;
}

.page-numbers.current {
  background-color: #F9F9F9 !important;
}

.st-pagelink .page-numbers {
  border: 1px solid #DDDDDD !important;
  font-size: 1rem !important;
}

.dots.page-numbers {
  border: none !important;
}

@media screen and (max-width: 959px) {
  .prev.page-numbers {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 9.875rem !important;
    padding: 0.625rem 0 !important;
    width: 40% !important;
    margin: 0 !important;
  }
  .next.page-numbers {
    width: 40% !important;
    min-width: 10rem !important;
    right: 0 !important;
    left: auto !important;
    padding: 0.625rem 0 !important;
    margin: 0 !important;
  }
  .st-pagelink-in {
    padding-top: 3.75rem !important;
  }
}
@media print, screen and (min-width: 960px) {
  .st-pagelink .page-numbers {
    padding: 0.1875rem 0.25rem !important;
    margin: 0 0.3125rem !important;
  }
  .next.page-numbers, .prev.page-numbers {
    padding: 0.1875rem 0.75rem !important;
  }
}
aside .kanren .blog_info p {
  display: none;
}

.p-media__title {
  color: #333333 !important;
  font-size: 2.25rem !important;
  line-height: 1.4 !important;
  margin: 2.5rem auto 1.25rem !important;
}
@media screen and (max-width: 959px) {
  .p-media__title {
    font-size: 1.5rem !important;
    margin: 1.25rem auto 0.5rem !important;
  }
}

.catname {
  color: #707070 !important;
  font-size: 0.875rem !important;
  background: none !important;
  padding: 0 !important;
  border-radius: none !important;
  margin: 0 !important;
}

.st-catgroup {
  padding: 0 !important;
}

.blogbox {
  margin-bottom: 2.25rem !important;
}
.blogbox p {
  line-height: 1 !important;
}
@media screen and (max-width: 959px) {
  .blogbox {
    margin-bottom: 1rem !important;
  }
}

.kdate .updated {
  color: #707070 !important;
  font-size: 0.875rem !important;
}

.st-eyecatch-under {
  text-align: center;
  width: 100%;
  margin-bottom: 3.75rem !important;
}
@media screen and (max-width: 959px) {
  .st-eyecatch-under {
    margin-bottom: 1.5rem !important;
  }
}

@media only screen and (min-width: 960px) {
  body.single #contentInner main .st-eyecatch-under img {
    width: 40rem;
    height: auto;
    display: inline-block;
  }
}
#toc_container {
  margin: 3.375rem 0 3.75rem !important;
  padding: 1.25rem 1.875rem !important;
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: stretch !important;
}
@media screen and (max-width: 959px) {
  #toc_container {
    margin: 1.5rem 0 2rem !important;
    padding: 1.25rem 1rem !important;
  }
}
#toc_container.toc_light_blue {
  background-color: #EFF9FF !important;
  border: 1px solid #CCCCCC !important;
}
#toc_container p.toc_title {
  text-align: start !important;
  display: block;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
#toc_container ul {
  margin-top: 1.75rem !important;
}
#toc_container ul ul {
  margin: 0 !important;
  padding: 0 1.25rem !important;
}
#toc_container ul ul a {
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  border-bottom: none !important;
  margin: 0 !important;
}
#toc_container ul ul li {
  margin-bottom: 0.5rem !important;
}
#toc_container ul a {
  color: #0078E0 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.875rem !important;
}
#toc_container ul a::before {
  display: none;
}
#toc_container li {
  padding: 0 !important;
  text-indent: 0 !important;
  margin-bottom: 1.375rem !important;
}

body.single h3.wp-block-heading.is-style-st-heading-custom-check {
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 959px) {
  body.single h3.wp-block-heading.is-style-st-heading-custom-check {
    margin-top: 2rem !important;
    margin-bottom: 1.125rem !important;
    font-size: 1.25rem !important;
  }
}

body.single .entry-content p {
  margin-bottom: 2.5rem !important;
}
body.single .entry-content p:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 959px) {
  body.single .entry-content p {
    margin-bottom: 1.25rem !important;
  }
}

body.single .entry-content p.is-style-st-paragraph-attention {
  color: #444444 !important;
  font-weight: 600 !important;
}

body.single .entry-content ul, body.single .entry-content ol {
  padding: 0 !important;
  margin-bottom: 2.5rem !important;
}
body.single .entry-content ul li, body.single .entry-content ol li {
  font-size: 1rem !important;
}
@media screen and (max-width: 959px) {
  body.single .entry-content ul, body.single .entry-content ol {
    margin-bottom: 1.25rem !important;
    margin-left: 1.5rem;
  }
}

.c-entry-bottom {
  margin-top: 5rem;
  padding-top: 2rem;
  border-top: 1px solid #CCCCCC;
}
.c-entry-bottom ul {
  padding: 0 !important;
}
.c-entry-bottom ul li {
  font-size: 1rem !important;
}
@media screen and (max-width: 959px) {
  .c-entry-bottom ul {
    margin-bottom: 1.25rem !important;
    margin-left: 1.5rem;
  }
}

.st-widgets-box.post-widgets-bottom.widget_text .st-author-box {
  border: 1px solid #CCCCCC;
  margin-top: 3.75rem;
}
.st-widgets-box.post-widgets-bottom.widget_text .st-author-box #st-tab-menu .active .st-fa.st-svg-user.st-css-no {
  display: none;
}
.st-widgets-box.post-widgets-bottom.widget_text .st-author-box #st-tab-menu .active {
  background-color: #EEEEEE;
  color: #707070 !important;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 0.625rem 1rem !important;
}
.st-widgets-box.post-widgets-bottom.widget_text .st-author-box #st-tab-box {
  border: none;
  padding: 1.875rem 1.5rem !important;
  margin: 0 !important;
}
.st-widgets-box.post-widgets-bottom.widget_text .st-author-box #st-tab-box .st-author-nickname {
  margin-bottom: 0.5rem !important;
  padding: 0 !important;
  font-weight: 600 !important;
}
.st-widgets-box.post-widgets-bottom.widget_text .st-author-box #st-tab-box .st-author-description {
  color: #707070 !important;
  margin: 0 !important;
}
.st-widgets-box.post-widgets-bottom.widget_text .st-author-box #st-tab-box .st-author-description a {
  color: #0078E0 !important;
}
.st-widgets-box.post-widgets-bottom.widget_text .st-author-box #st-tab-box .active dl {
  display: grid;
  grid-template-columns: 1fr 8fr;
}
@media screen and (max-width: 959px) {
  .st-widgets-box.post-widgets-bottom.widget_text .st-author-box #st-tab-box .active dl {
    grid-template-columns: 1fr 8fr;
  }
}
.st-widgets-box.post-widgets-bottom.widget_text .st-author-box #st-tab-box .active dt {
  width: 5.375rem;
  height: 5.375rem;
  margin-right: 0.875rem;
}
@media screen and (max-width: 959px) {
  .st-widgets-box.post-widgets-bottom.widget_text .st-author-box #st-tab-box .active dt {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.st-widgets-box.post-widgets-bottom.widget_text .st-author-box #st-tab-box .active dt img {
  width: 100%;
  height: auto;
}
.st-widgets-box.post-widgets-bottom.widget_text .st-author-box #st-tab-box .active dd {
  padding: 0 !important;
}

h4.point {
  margin: 2.5rem 0 0 !important;
  border-bottom: none !important;
  height: 2.9375rem !important;
}
h4.point .point-in {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  max-width: 100% !important;
  font-size: 1rem !important;
  color: #707070 !important;
  font-weight: 600 !important;
  padding: 0.625rem 1rem !important;
}

.p-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: none !important;
  margin-top: 1.5rem !important;
}
.p-navi a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: none;
  color: #707070 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}
.p-navi a:hover {
  opacity: 0.6 !important;
  background-color: inherit !important;
}
.p-navi {
  /* 左側（前の記事） */
}
.p-navi .st-prev-link .st-prev {
  position: relative;
  margin: 0;
  padding: 0.5rem 1.875rem 0.5rem 2.5rem !important;
}
@media screen and (max-width: 959px) {
  .p-navi .st-prev-link .st-prev {
    padding: 1rem 1.875rem 1rem 3.125rem !important;
  }
}
.p-navi .st-prev-link .st-prev::before {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  width: 1.125rem;
  height: 1.125rem;
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
}
.p-navi {
  /* 右側（次の記事） */
}
.p-navi .st-next-link .st-next {
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0.5rem 2.5rem 0.5rem 1.875rem !important;
}
@media screen and (max-width: 959px) {
  .p-navi .st-next-link .st-next {
    padding: 1rem 3.125rem 1rem 1.875rem !important;
  }
}
.p-navi .st-next-link .st-next::after {
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1.125rem;
  height: 1.125rem;
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
}
.p-navi {
  /* 既存のアイコンを非表示 */
}
.p-navi i {
  display: none !important;
}

.p-navi a:nth-of-type(2) p {
  border-left: 1px solid #CCCCCC !important;
}
@media screen and (max-width: 959px) {
  .p-navi a:nth-of-type(2) p {
    border-left: none !important;
  }
}

body.single .kanren {
  margin-top: 1.875rem !important;
}

body.single .wp-block-image {
  margin-bottom: 2.5rem;
}

.post blockquote cite, .post blockquote cite a {
  margin-top: 0 !important;
}

body.privacy-policy .h2modoki, body.privacy-policy h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 1.875rem 0 1.25rem !important;
}
body.privacy-policy .h2modoki:first-child, body.privacy-policy h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):first-child {
  margin: 0 0 1.25rem !important;
}
@media screen and (max-width: 959px) {
  body.privacy-policy .h2modoki, body.privacy-policy h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
    margin: 2.5rem 0 0.625rem !important;
  }
  body.privacy-policy .h2modoki:first-child, body.privacy-policy h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):first-child {
    margin: 0 0 0.625rem !important;
  }
}
body.privacy-policy .h2modoki, body.privacy-policy h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
  font-size: 1.25rem !important;
  color: #707070 !important;
  font-weight: 600 !important;
}
body.privacy-policy .h2modoki strong, body.privacy-policy h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) strong {
  font-weight: 600 !important;
}
body.privacy-policy .wp-block-list {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

body.page-id-46 .h2modoki, body.page-id-46 h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
  font-size: 1.25rem !important;
  color: #707070 !important;
  background-color: #FFF !important;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 0.625rem 0 !important;
  margin: 2.5rem 0 1.875rem !important;
}
@media screen and (max-width: 959px) {
  body.page-id-46 .h2modoki, body.page-id-46 h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no) {
    margin: 3.75rem 0 1.875rem !important;
  }
}
body.page-id-46 .wpcf7-not-valid-tip {
  display: none !important;
}
body.page-id-46 .wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: block !important;
  color: #FF387C !important;
  font-size: 0.875rem !important;
  margin-top: 0.3125rem !important;
}

.p-contact__label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  text-align: left !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  margin-bottom: 1.25rem !important;
  margin-left: 0 !important;
  color: #707070 !important;
}
.p-contact__required {
  font-size: 0.75rem !important;
  color: #FFF !important;
  background-color: #FF387C;
  padding: 0.25rem 0.375rem;
  border-radius: 0.25rem;
  margin-left: 0.75rem;
  line-height: 1 !important;
  display: inline-block;
}
.p-contact__row {
  margin-bottom: 1.875rem;
  text-align: left !important;
}
.p-contact .wpcf7-form-control-wrap {
  display: block !important;
  width: calc(100% - 2.5rem) !important;
  margin-left: 2.5rem !important;
  margin-right: 0 !important;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-contact .wpcf7-form-control-wrap {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.p-contact .wpcf7-form-control-wrap .wpcf7-text,
.p-contact .wpcf7-form-control-wrap .wpcf7-textarea,
.p-contact .wpcf7-form-control-wrap .wpcf7-select {
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border: 1px solid #CCCCCC !important;
  background-color: #FFF !important;
  color: #707070 !important;
  padding: 0.625rem 0.9375rem !important;
  border-radius: 0.25rem !important;
  font-size: 1rem !important;
}
.p-contact .wpcf7-form-control-wrap .wpcf7-text::-webkit-input-placeholder, .p-contact .wpcf7-form-control-wrap .wpcf7-textarea::-webkit-input-placeholder, .p-contact .wpcf7-form-control-wrap .wpcf7-select::-webkit-input-placeholder {
  color: #999999 !important;
}
.p-contact .wpcf7-form-control-wrap .wpcf7-text::-moz-placeholder, .p-contact .wpcf7-form-control-wrap .wpcf7-textarea::-moz-placeholder, .p-contact .wpcf7-form-control-wrap .wpcf7-select::-moz-placeholder {
  color: #999999 !important;
}
.p-contact .wpcf7-form-control-wrap .wpcf7-text:-ms-input-placeholder, .p-contact .wpcf7-form-control-wrap .wpcf7-textarea:-ms-input-placeholder, .p-contact .wpcf7-form-control-wrap .wpcf7-select:-ms-input-placeholder {
  color: #999999 !important;
}
.p-contact .wpcf7-form-control-wrap .wpcf7-text::-ms-input-placeholder, .p-contact .wpcf7-form-control-wrap .wpcf7-textarea::-ms-input-placeholder, .p-contact .wpcf7-form-control-wrap .wpcf7-select::-ms-input-placeholder {
  color: #999999 !important;
}
.p-contact .wpcf7-form-control-wrap .wpcf7-text::placeholder,
.p-contact .wpcf7-form-control-wrap .wpcf7-textarea::placeholder,
.p-contact .wpcf7-form-control-wrap .wpcf7-select::placeholder {
  color: #999999 !important;
}
.p-contact .wpcf7-form-control-wrap .wpcf7-select {
  appearance: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem !important;
  cursor: pointer;
}
.p-contact .wpcf7-form-control-wrap:has(.wpcf7-select)::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 1.125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  pointer-events: none;
}
.p-contact .wpcf7-checkbox,
.p-contact .wpcf7-radio {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.25rem 1.625rem;
  width: calc(100% - 2.5rem) !important;
  margin-bottom: 1.25rem !important;
}
@media screen and (max-width: 959px) {
  .p-contact .wpcf7-checkbox,
  .p-contact .wpcf7-radio {
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.p-contact .wpcf7-checkbox .wpcf7-list-item,
.p-contact .wpcf7-radio .wpcf7-list-item {
  margin: 0 !important;
}
.p-contact .wpcf7-checkbox .wpcf7-list-item label,
.p-contact .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 0.9375rem;
  color: #707070;
  cursor: pointer;
}
.p-contact .wpcf7-checkbox .wpcf7-list-item label input,
.p-contact .wpcf7-radio .wpcf7-list-item label input {
  all: unset !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  display: inline-block !important;
  position: relative !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  aspect-ratio: 1/1 !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  border: 2px solid #999999 !important;
  background-color: #FFF !important;
  border-radius: 4px !important;
  margin-right: 10px !important;
  padding: 0 !important;
  cursor: pointer;
}
.p-contact .wpcf7-checkbox .wpcf7-list-item label input:checked::after,
.p-contact .wpcf7-radio .wpcf7-list-item label input:checked::after {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #0078E0;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block !important;
}
.p-contact__submit-area .wpcf7-form-control-wrap {
  width: 100% !important;
  margin-left: 0 !important;
}
.p-contact__submit-area .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.p-contact__submit-area .wpcf7-list-item label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  cursor: pointer;
  color: #707070;
  margin: 0 !important;
}
.p-contact__submit-area input[type=checkbox] {
  all: unset !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  display: inline-block !important;
  position: relative !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  aspect-ratio: 1/1 !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  border: 2px solid #999999 !important;
  background-color: #FFF !important;
  border-radius: 4px !important;
  margin-right: 10px !important;
  padding: 0 !important;
  cursor: pointer;
}
.p-contact__submit-area input[type=checkbox]:checked::after {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #0078E0;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block !important;
}
.p-contact__btn-wrap {
  margin: 2.5rem 0 0 !important;
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__btn-wrap input[type=submit] {
  margin: 0 !important;
  background-color: #0078E0;
  color: #FFF;
  font-size: 1.25rem !important;
  letter-spacing: 1em;
  border-radius: 0.25rem !important;
  text-indent: 1em;
  width: 15rem !important;
  padding: 1.625rem 0 !important;
  text-align: center !important;
  cursor: pointer;
  border: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1) !important;
}

.wpcf7-response-output {
  text-align: center;
  border: none !important;
  color: #FF387C;
}/*# sourceMappingURL=custom-style.css.map */