@charset "UTF-8";
:root {
  --br-md: 10px;
  --br-sm: 8px;
  --br-xs: 4px;
  --color-theme: #3a1e0d;
  --color-primary: #e5d9c4;
  --color-secondary: #fea910;
  --color-tertiary: #be101e;
  --color-gray: #eeeeee;
  --color-lightgray: #cbcbcb;
  --color-white: #ffffff;
  --fs-h2: 55px;
  --fs-h3: 33px;
  --fs-h4: 22px;
  --fs-md: 28px;
  --color_mark_yellow: var(--color-secondary);
}
@media (width <= 767.98px) {
  :root {
    --fs-h2: 26px;
    --fs-h3: 22px;
    --fs-h4: 18px;
    --fs-md: 20px;
  }
}

@font-face {
  font-family: "M PLUS1";
  src: url("../font/MPLUS1_SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}
h2.wp-block-heading.is-style-section_ttl {
  font-size: var(--fs-h2);
}
h2.wp-block-heading.is-style-section_ttl.-bg {
  padding: 1em 0;
  width: 100%;
}

h3.wp-block-heading {
  font-size: var(--fs-h3);
  margin: 0 !important;
}

h4.wp-block-heading {
  font-size: var(--fs-h4);
}

.mv {
  height: calc(100svh - 163px);
  container-type: size;
}
@media (width <= 767.98px) {
  .mv {
    height: calc(100svh - 130px);
    background-position: 76% !important;
  }
}
.mv > .swell-block-fullWide__inner.l-container {
  height: 100%;
  position: relative;
}
.mv__logo {
  padding-bottom: 1em !important;
}
@container (max-height: 500px) {
  .mv__logo {
    width: 85%;
  }
}
.mv__catch {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  width: min(550px, 92%);
  height: 380px !important;
  font-weight: 600;
}
@container (max-height: 500px) {
  .mv__catch {
    transform: translateY(-38%);
    width: min(480px, 84%);
  }
}
@container (min-height: 501px) {
  .mv__catch {
    transform: translateY(-30%);
  }
}
@media (width <= 767.98px) {
  .mv__catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px !important;
    font-size: 17px;
  }
}
.mv__notes {
  font-size: 13px;
  font-weight: 400;
}
@container (max-height: 500px) {
  .mv__triangle {
    width: 28% !important;
  }
}
.mv__text {
  font-size: 20px;
}
@media (width <= 767.98px) {
  .mv__text {
    font-size: 16px;
    line-height: 1.45;
  }
  .mv__text p {
    margin-bottom: 0.2em;
  }
}
.mv__certification {
  padding-bottom: 1em;
  width: 80%;
  margin-right: 0;
  margin-left: auto;
}
.mv__certification.wp-block-columns {
  gap: 0.5em !important;
}
@media (width <= 767.98px) {
  .mv__certification {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    gap: inherit;
  }
}
.mv .certification-item {
  height: 100%;
  display: grid;
  place-items: center;
  background-color: var(--color-white);
  width: 100%;
  text-align: center;
  padding: 0.35em 0;
  border-radius: 8px;
  border: solid 1px var(--color-theme);
  font-size: 0.875rem;
}
@media (width <= 767.98px) {
  .mv .certification-item {
    font-size: 0.8rem;
    width: 100%;
    padding: 0.2em 0;
  }
}

.is-style-default > .c-tabList .c-tabList__button {
  background-color: var(--color-gray);
  color: var(--swl-text_color--black);
  font-size: var(--fs-md);
  border-radius: 10px 10px 0 0;
}
.is-style-default > .c-tabList .c-tabList__button[aria-selected=true] {
  background-color: var(--color-theme);
}

.mwp-ib {
  display: inline-block;
}

@media (width <= 767.98px) {
  .mwp-fz-s {
    font-size: 0.835em !important;
  }
}

.mwp-card {
  border-radius: var(--br-md);
  overflow: hidden;
}
.mwp-card__heading {
  font-size: 24px !important;
  border-bottom: solid 1px var(--color-white);
  margin: 0 auto 1em !important;
  padding-bottom: 12px;
}
@media (width <= 767.98px) {
  .mwp-card__heading {
    font-size: 20px !important;
  }
}
.mwp-card p {
  min-height: 130px;
}
.mwp-card:has(.mwp-card__heading) p {
  font-size: 22px;
  min-height: 150px;
}
@media (width <= 767.98px) {
  .mwp-card:has(.mwp-card__heading) p {
    font-size: initial;
  }
}
.mwp-card:has(.mwp-card__num) {
  position: relative;
  overflow: visible;
  border: 2px solid var(--color-gray);
  border-radius: var(--br-md);
}
.mwp-card:has(.mwp-card__num) img {
  border-radius: 9px 9px 0 0;
}
.mwp-card:has(.mwp-card__num) p {
  border-radius: 0 0 var(--br-md) var(--br-md);
}
.mwp-card:has(.mwp-card__num):not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url(../img/triangle.webp) no-repeat;
  background-size: contain;
  width: 38px;
  height: 61px;
  z-index: 2;
}
@media (width <= 767.98px) {
  .mwp-card:has(.mwp-card__num):not(:last-child)::after {
    top: 97%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.mwp-card:has(.mwp-card__num) h3.wp-block-heading {
  font-size: var(--fs-h4) !important;
  border-bottom: solid 1px var(--color-white);
  margin: 0 auto !important;
}
.mwp-card:has(.mwp-card__num) p {
  min-height: auto;
}

.mwp-iconCard {
  border-radius: var(--br-md);
  font-size: 18px;
}
@media (width <= 767.98px) {
  .mwp-iconCard {
    font-size: initial;
  }
}

.probrem__border-box {
  border: solid 3px var(--color-secondary);
  border-radius: var(--br-md);
  padding: 2.125em 0.325em;
}
.probrem__heading {
  width: -moz-max-content;
  width: max-content;
  font-size: 44px;
  font-weight: 700;
  margin-inline: auto;
  padding: 0.325em 1.295em !important;
  border-radius: var(--br-md);
}
@media (width <= 767.98px) {
  .probrem__heading {
    width: 100%;
    font-size: 22px;
    padding: 0.325em 0em !important;
  }
}
.probrem__list {
  width: min(600px, 90%);
  margin-inline: auto;
}
.probrem__list li {
  list-style-type: none;
  position: relative;
  margin: 4em auto 4em 65px;
  font-size: var(--fs-h4);
}
@media (width <= 767.98px) {
  .probrem__list li {
    margin: 2.375em auto 2.375em 40px;
  }
}
.probrem__list li::before {
  display: block;
  content: "";
  background: url(../img/check-circle.svg) no-repeat;
  width: 3.125em;
  height: 2.75em;
  position: absolute;
  top: 60%;
  left: -65px;
  transform: translateY(-50%);
}

.certification .wp-block-columns {
  --wp-column-gap: 2.5em;
  gap: var(--wp-column-gap) !important;
}
@media (width <= 767.98px) {
  .certification .wp-block-columns {
    --wp-column-gap: 1.5em;
  }
}
.certification .border_main > .wp-block-column {
  border: 3px solid var(--color_main);
  border-radius: var(--br-md);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  background: url(https://comasuke-senri.com/mwp/wp-content/uploads/2025/07/nikukyu_clrprimary.webp) no-repeat;
  background-size: 25%;
  background-position: 50% 6%;
}
@media (width <= 767.98px) {
  .certification .border_main > .wp-block-column {
    padding: 1em;
  }
}
.certification .border_main > .wp-block-column h4 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: none !important;
}
@media (width <= 767.98px) {
  .certification .border_main > .wp-block-column h4 {
    height: 35px;
    font-size: 0.95em;
  }
}
.certification .border_main > .wp-block-column p {
  flex-grow: 1;
}
.certification .wp-block-cover {
  border-radius: var(--br-md);
  height: 100%;
}
@media (width <= 767.98px) {
  .certification .wp-block-cover {
    min-height: 250px;
  }
}

.transport__desc {
  display: flex;
  flex-direction: column;
}
@media (width <= 767.98px) {
  .transport__desc {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.transport__list {
  background-color: var(--color-gray);
  padding: 1.35rem;
  border-radius: var(--br-md);
}
.transport h3 {
  padding: 0 !important;
  border: none !important;
}
.transport h3::before {
  display: none;
}

.price .c-tabBody {
  background-color: var(--color-gray);
}
.price__table {
  background-color: var(--color-white);
}
.price__table tbody th {
  width: 30% !important;
  padding-block: 1.75em !important;
}
@media (width <= 767.98px) {
  .price__table tbody th {
    width: 40% !important;
  }
}
.price__table tbody td {
  width: 70% !important;
  padding-block: 1.75em !important;
}
@media (width <= 767.98px) {
  .price__table tbody td {
    width: 60% !important;
  }
}
.price__pay {
  border-radius: var(--br-md);
}

.case .c-tabBody {
  background-color: var(--color-white);
}
@media (width <= 767.98px) {
  .case .c-tabBody {
    padding: 1em !important;
  }
}
.case__tab .c-tabList .c-tabList__button {
  background-color: var(--color-lightgray);
  color: var(--swl-text_color--black);
  font-size: var(--fs-md);
  border-radius: 10px 10px 0 0;
}
.case__tab .c-tabList .c-tabList__button[aria-selected=true] {
  background-color: var(--color-theme);
}
.case__img {
  border-radius: var(--br-sm);
  overflow: hidden;
}
.case__table thead {
  font-size: var(--fs-h4);
}
.case h4 {
  padding: 0 !important;
  border: none !important;
}

.case-voice__container {
  border-radius: var(--br-sm);
}
.case-voice__img {
  border-radius: var(--br-xs);
  overflow: hidden;
}

.flow h3 {
  padding: 0 !important;
  border: none !important;
}
.flow h3::before {
  display: none;
}

.p-postList__thumb:before {
  background: var(--color-primary);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.25s;
  width: 100%;
  z-index: 1;
}

.faq_q {
  background-color: var(--color-theme) !important;
  color: var(--color-white);
  font-size: var(--fs-h4) !important;
  border-radius: var(--br-md) var(--br-md) 0 0 !important;
}
.faq_q::before {
  top: 50% !important;
  left: 1.5em;
  transform: translateY(-50%);
  background-color: var(--color-white);
  color: var(--color-theme);
}
.faq_a {
  background-color: var(--color-white) !important;
  color: var(--swl-text_color--black);
  padding: 1.5em 1em 1.5em 5.5em !important;
  border-radius: 0 0 var(--br-md) var(--br-md) !important;
}
@media (width <= 767.98px) {
  .faq_a {
    padding: 1.5em 1em 1.5em 4.8em !important;
  }
}
.faq_a::before {
  top: 50% !important;
  left: 1.5em;
  transform: translateY(-50%);
  background-color: var(--color-white);
  color: var(--color-theme);
  font-size: var(--fs-h4) !important;
}

.precaution__container {
  padding: 2em 0 !important;
  border-radius: var(--br-md);
}
.precaution__list {
  width: min(1080px, 95%);
  margin: 2em auto 0;
}
.precaution__list li {
  font-size: 22px;
  margin-block: 1.25em;
}
@media (width <= 767.98px) {
  .precaution__list li {
    font-size: initial;
    margin-block: 1em;
  }
}

.bottom-v__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 540px;
}
@media (width <= 767.98px) {
  .bottom-v__container {
    flex-direction: column-reverse;
    height: auto;
  }
}
.bottom-v__logo {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 767.98px) {
  .bottom-v__logo {
    flex: initial;
    height: 320px;
  }
}
.bottom-v__logo img {
  width: min(325px, 60%);
}
.bottom-v__img {
  flex: 3;
  width: 100%;
  height: 100%;
  background: url(../img/bottom-v.webp) no-repeat;
  background-size: cover;
}
@media (width <= 767.98px) {
  .bottom-v__img {
    height: 320px;
    flex: initial;
  }
}

.form__container {
  border: 2px solid var(--color-gray);
  border-radius: var(--br-md);
  padding: 2em 0;
}
.form form {
  width: min(900px, 90%);
  margin-inline: auto;
}
.form .smf-form .smf-text-control__control {
  width: 100%;
}
.form .smf-item__description {
  margin-top: 0;
}

.smf-action .smf-button-control__control {
  all: initial;
  background-color: var(--color-theme);
  color: var(--color-white);
  width: 326px;
  height: 60px;
  text-align: center;
  border-radius: var(--br-md);
  cursor: pointer;
  transition: 0.25s;
}
.smf-action .smf-button-control__control:hover {
  opacity: 0.65;
}
@media (width <= 767.98px) {
  .smf-action .smf-button-control__control {
    width: 250px;
    height: 50px;
  }
}

.outline__table {
  background-color: var(--color-white);
}
.outline__table tbody th {
  width: 30% !important;
  padding-block: 1.75em !important;
}
@media (width <= 767.98px) {
  .outline__table tbody th {
    width: 40% !important;
  }
}
.outline__table tbody td {
  width: 70% !important;
  padding-block: 1.75em !important;
}
@media (width <= 767.98px) {
  .outline__table tbody td {
    width: 60% !important;
  }
}

.l-footer a {
  text-decoration: none;
}

.w-footer__box:first-of-type img {
  width: min(200px, 70%);
}
@media (width <= 960px) {
  .w-footer__box:first-of-type {
    display: flex;
    justify-content: center;
  }
  .w-footer__box:first-of-type .c-widget.widget_media_image {
    display: flex;
    justify-content: center;
  }
}
.w-footer__box h4 {
  padding: 0;
  border: none;
}
.w-footer__box a {
  text-decoration: none !important;
}

.cta {
  width: 100%;
  background-color: var(--color-theme);
  padding-bottom: 3.25em;
}
@media (width <= 767.98px) {
  .cta {
    padding-bottom: 1em;
  }
}
.cta__heading {
  background-color: var(--color-secondary);
  display: grid;
  place-items: center;
  height: 76px;
  margin-inline: -100vw;
}
@media (width <= 767.98px) {
  .cta__heading {
    height: 70px;
  }
}
.cta__catch {
  width: min(1300px, 90%);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 0 5em;
  align-items: center;
  color: var(--color-white);
}
@media (width <= 767.98px) {
  .cta__catch {
    flex-direction: column;
  }
}
.cta__catch span {
  border: 2px solid var(--color-white);
  width: -moz-max-content;
  width: max-content;
  padding: 0.125em 0.25em;
  font-weight: 600;
}
@media (width <= 767.98px) {
  .cta__catch span {
    padding: 0.05em 0.2em;
    font-size: 13px;
  }
}
.cta__catch p {
  font-family: "M PLUS1", sans-serif;
  width: -moz-max-content;
  width: max-content;
  font-size: var(--fs-h3);
}
@media (width <= 767.98px) {
  .cta__catch p {
    font-size: 15px;
  }
}
.cta__logo {
  width: 420px;
  margin: 2.5rem auto 0;
  display: none;
}
@media (width <= 767.98px) {
  .cta__logo {
    width: 250px;
    margin: 0.8rem auto 0;
  }
}
.cta__logo img {
  width: 100%;
}
.cta__container {
  background-color: var(--color-white);
  border-radius: var(--br-md);
  padding: 3.5em 5.625em;
  margin-top: 3em;
}
@media (width <= 767.98px) {
  .cta__container {
    padding: 1em 1.25em;
    margin-top: 1em;
  }
}
.cta__inner {
  display: flex;
  align-items: center;
  gap: 0 1.875em;
  justify-content: space-between;
}
@media (width <= 767.98px) {
  .cta__inner {
    flex-direction: column-reverse;
    gap: 6px 0;
  }
}
.cta__tel {
  flex: 2;
}
@media (width <= 767.98px) {
  .cta__tel {
    flex: initial;
    height: 72px;
  }
}
.cta__tel a {
  display: grid;
  place-items: center;
  transition: 0.25s;
}
.cta__tel a:hover {
  opacity: 0.65;
}
.cta__line {
  flex: 2;
}
@media (width <= 767.98px) {
  .cta__line {
    flex: initial;
    height: 72px;
  }
}
.cta__line a {
  display: grid;
  place-items: center;
  transition: 0.25s;
}
.cta__line a:hover {
  opacity: 0.65;
}
.cta__discount {
  flex: 1;
}
@media (width <= 767.98px) {
  .cta__discount {
    flex: initial;
    height: 72px;
  }
}
.cta__notes {
  font-size: 0.875rem;
  color: var(--swl-text_color--black);
  text-align: center;
}
.cta__notes .-red {
  color: var(--color-tertiary);
}

.fixed {
  position: fixed;
  height: 100px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 !important;
  z-index: 999;
}
@media (width <= 767.98px) {
  .fixed {
    height: 90px;
    padding: 0 0 !important;
  }
}

.fixedButton__heading {
  display: none;
  background-color: var(--color-secondary);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-inline: -100vw;
}
@media (width <= 767.98px) {
  .fixedButton__heading {
    display: block;
  }
}
.fixedButton__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
@media (width <= 767.98px) {
  .fixedButton__container {
    padding: 0.3em;
    gap: 0 10px;
  }
}
@media (width <= 767.98px) and (width <= 389.98px) {
  .fixedButton__container {
    padding-top: 0.45em;
  }
}
.fixedButton__tel {
  height: 79px;
}
.fixedButton__tel img {
  max-height: 100%;
}
@media (width <= 767.98px) {
  .fixedButton__tel {
    height: 58px;
  }
}
.fixedButton__line {
  height: 79px;
  border-radius: var(--br-md);
  overflow: hidden;
}
.fixedButton__line img {
  max-height: 100%;
}
@media (width <= 767.98px) {
  .fixedButton__line {
    height: 59px;
  }
}
.fixedButton__discount {
  height: 79px;
}
.fixedButton__discount img {
  max-height: 100%;
}
@media (width <= 767.98px) {
  .fixedButton__discount {
    display: none;
  }
}

.fixed {
  transition: bottom 0.25s;
  bottom: -100px;
}

.fixed.hidden {
  pointer-events: none; /* クリック不可にする */
  bottom: -100px;
}

.fixed.visible {
  bottom: 0;
  pointer-events: auto;
}

.p-fixBtnWrap {
  display: none;
  bottom: 0.65em;
  right: 0.65em;
}
.p-fixBtnWrap.visible {
  display: block;
}

.u-indent {
  text-indent: -0.8em !important;
  padding-left: 0.865em;
}

#sb_instagram.sbi_palette_custom_1 #sbi_load .sbi_follow_btn a {
  margin-top: 0;
}

/* blog一覧へのボタン調整 */
.is-style-more_btn a {
  background-color: var(--color-theme);
  box-shadow: none;
  color: var(--color-white);
  min-width: auto !important;
  width: 326px;
  /* height: 60px; */
  text-align: center;
  border-radius: var(--br-md);
  cursor: pointer;
  transition: 0.25s;
}

.is-style-more_btn a:hover {
  opacity: 0.65;
}

.is-style-more_btn a:after {
  display: none;
}/*# sourceMappingURL=style.css.map */