@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: clip;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-md {
    display: block;
  }
}

/***************************************
index
****************************************/
.l-inner {
  width: min(100% - 20px, 1326px);
  margin-inline: auto;
}

.l-inner__content {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100px;
}
@media screen and (max-width: 576px) {
  .header {
    height: 60px;
  }
}

.header-logo {
  width: 283px;
  margin-left: 1rem;
}
@media screen and (max-width: 576px) {
  .header-logo {
    width: 198px;
    margin-left: 1.25rem;
  }
}

.header-nav {
  margin-left: auto;
  margin-right: 1.125rem;
}

.header-nav-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  position: relative;
}

.header-nav-item {
  padding-inline: 1.5rem;
  -webkit-transform: skewX(139deg);
          transform: skewX(139deg);
  font-size: 0.875rem;
  line-height: 1.7142857143;
  position: relative;
}
.header-nav-item + .header-nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 1px;
  height: 14px;
  top: 8px;
}
@media screen and (max-width: 1200px) {
  .header-nav-item + .header-nav-item::before {
    top: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav-item {
    font-size: 0.625rem;
    padding-inline: 0.625rem;
  }
}

.header-nav-item:nth-child(4) {
  padding-inline: 1.125rem;
  padding-right: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .header-nav-item:nth-child(4) {
    padding-inline: 0.625rem;
  }
}

.header-nav-item:nth-child(5) {
  padding-inline: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .header-nav-item:nth-child(5) {
    padding-inline: 0.625rem;
  }
}

.header-nav-link {
  display: block;
  -webkit-transform: skewX(-135deg);
          transform: skewX(-135deg);
  line-height: 1.25;
}

/***************************************
index
****************************************/
body {
  background-color: #FEFDFB;
}

.c-entry__header {
  display: none;
}

.fv h2 {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.c-entry-summary__term {
  color: #333;
}

.capable-item {
  border-radius: 5px;
}

.capable-item .smb-items__item {
  padding-top: 0.9375rem;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

.capable-item .smb-items__item__title {
  text-align: center;
}

.step-item .smb-step__item__number {
  background: #fffacd;
  color: #333;
}

.contact-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 横並びにする */
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; /* 右寄せにする */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 上下中央に揃える */
  gap: 24px; /* 要素間のスペース */
}

/* 電話番号のリンク */
.phone-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; /* リンクの下線を消す */
  color: #333333; /* 文字色をダークグレーに */
  font-size: 18px; /* 文字サイズ */
  font-weight: bold; /* 少し太字に */
  letter-spacing: 1px; /* 文字間を少し広げる */
  gap: 5px;
}

/* お問い合わせボタン */
.c-header-content {
  margin-left: 3.125rem;
}

.contact-button {
  display: inline-block;
  padding: 12px 28px; /* ボタンの内側の余白 (上下 左右) */
  background-color: #fffacd; /* ソフトピンク */
  color: #333; /* 文字色を白に */
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px; /* 角を丸くして柔らかい印象に */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* ホバー時のアニメーション */
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* ほんの少し影をつける */
}

/* ボタンにマウスを乗せた時のスタイル */
.contact-button:hover {
  background-color: #f2b3d0; /* 少し濃いピンクに */
}

.l-footer__body .c-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer-widget-area__item {
  --_item-width: 33%;
}

.l-footer__footer {
  color: #5C4B3E;
  background: #fffacd !important;
}

.l-footer__footer .c-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-page-top {
  background: #C5A98C;
}/*# sourceMappingURL=style.css.map */