@charset "UTF-8";
/* ============================
* ドロワー
* ========================= */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

/* ============================
* ヘッダー、フッター
* ========================= */
.l-header {
  background-color: #d2daf1;
}
.l-header .menu-item a {
  font-weight: 400;
  font-size: 1rem;
  padding-block: 14px;
}

.l-1row-header__branding {
  padding-block: 11px;
}
@media (max-width: 639px) {
  .l-1row-header__branding {
    padding-block: 0;
  }
}

.c-site-branding__title {
  font-size: 1.2rem;
  font-weight: 400;
}

footer .c-fluid-container {
  padding-inline: 0;
}
footer a {
  text-decoration: none;
  color: #333;
}
footer a:hover {
  color: var(--wp--preset--color--sm-accent);
}

.footer_sitename {
  position: relative;
  display: inline-block;
  padding-right: 32px;
  z-index: 1;
}
@media (max-width: 639px) {
  .footer_sitename {
    padding: 8px 16px 8px 0;
  }
}
.footer_sitename::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0; /* 右端をテキスト要素の右端に固定 */
  width: 100vw; /* 左方向へ画面幅分伸ばす */
  height: 100%; /* 親要素（.footer_sitename）と同じ高さ */
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}

.l-footer-widget-area {
  padding-block: 0 !important;
}

.c-copyright {
  background-color: #d2daf1;
  color: #333;
  font-size: 14px;
}

/* ============================
* 共通
* ========================= */
@media (max-width: 639px) {
  html {
    font-size: 16px;
  }
  h2,
  .has-sm-xl-font-size,
  .has-sm-3-xl-font-size,
  .has-sm-2-xl-font-size {
    line-height: 1.4 !important;
  }
  .has-sm-3-xl-font-size {
    font-size: 1.7rem !important;
  }
  .has-sm-2-xl-font-size {
    font-size: 1.3rem;
  }
  .has-sm-s-font-size {
    font-size: 1rem !important;
  }
}
h2 {
  font-size: 2rem;
}
@media (max-width: 639px) {
  h2 {
    font-size: 1.8rem;
  }
}

/* ============================
* ボタン
* ========================= */
.cta-btn {
  max-width: 600px;
  width: 100%;
}
.cta-btn a {
  width: 100%;
  position: relative;
}
.cta-btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 46px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/uploads/2026/02/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-btn a:hover {
  opacity: 0.5;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

/* ============================
* 装飾画像 絶対配置
* ========================= */
.po-re {
  position: relative;
}

.po-ab {
  position: absolute;
}

.sec1_ab1 {
  top: -10%;
  left: 3%;
}

.sec1_ab2 {
  top: 40%;
  left: 8%;
}

.sec1_ab3 {
  top: -10%;
  right: 3%;
}

.sec1_ab4 {
  top: 40%;
  right: 8%;
}

.sec1_ab5 {
  bottom: 0;
  right: 8%;
  line-height: 1;
}

.sec1_ab6 {
  top: 0;
  left: 5%;
}

.sec1_ab7 {
  bottom: 0;
  right: 5%;
}

.sec4 .po-ab {
  top: -40%;
  right: 8%;
}

.sec5_ab1 {
  top: 18%;
  left: -5%;
}

.sec5_ab2 {
  bottom: 5%;
  right: -3%;
}

.sec5_ab3 {
  top: 0;
  left: 5%;
}

.sec5_ab4 {
  bottom: 0%;
  right: 5%;
}

.sec6_ab1 {
  top: 0;
  left: 10%;
}

.sec6_ab2 {
  bottom: 0;
  right: 15%;
}

@media screen and (max-width: 900px) {
  .sec1_ab1 {
    left: 0;
  }
  .sec1_ab2 {
    left: 5%;
  }
  .sec1_ab3 {
    right: 0;
  }
  .sec1_ab4 {
    right: 5%;
  }
  .sec1_ab5 {
    right: 0;
  }
  .sec1_ab6 {
    left: 0;
    width: 120px;
  }
  .sec1_ab7 {
    right: 0;
    width: 120px;
  }
}
@media (max-width: 639px) {
  .sec1_ab1 {
    width: 120px;
    top: -15%;
    left: -3%;
  }
  .sec1_ab2 {
    width: 120px;
    top: 23%;
    left: -1%;
  }
  .sec1_ab3 {
    width: 120px;
    top: -15%;
    right: -3%;
  }
  .sec1_ab4 {
    width: 120px;
    top: 23%;
    right: -1%;
  }
  .sec1_ab5 {
    top: 103%;
    width: 100%;
    text-align: center;
  }
  .sec1 .po-re {
    margin-bottom: 3rem !important;
  }
  .sec1 .sec1-po-re-2 {
    padding-block: 2rem 1rem;
    margin-bottom: 0 !important;
  }
  .sec1_ab6 {
    top: -3%;
    left: -5%;
    width: 96px;
    margin-top: 0;
  }
  .sec1_ab7 {
    bottom: -6%;
    right: -5%;
    width: 96px;
  }
  .sec4 .po-ab {
    top: -20%;
    right: 0;
    width: 96px;
  }
  .sec5_ab1 {
    top: 30%;
    width: 100px;
  }
  .sec5_ab2 {
    top: 30%;
    width: 120px;
  }
  .sec5_ab3 {
    top: 40px;
    left: -5%;
    width: 40px;
  }
  .sec5_ab4 {
    bottom: 40px;
    right: -5%;
    width: 40px;
  }
  .sec6_ab1,
  .sec6_ab2 {
    display: none;
  }
}
.sec3 .smb-section-with-bgimage__bgimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; /* 下に寄せる */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec3 .smb-section-with-bgimage__bgimage img {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* ============================
* 微調整
* ========================= */
.z-1 {
  z-index: 1;
}

.lh-1 {
  line-height: 1;
}

.lh-1_3 {
  line-height: 1.3;
}

.lh-1_43 {
  line-height: 1.43;
}

.lh-1_78 {
  line-height: 1.78;
}

@media (max-width: 639px) {
  .sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec6_grad {
  border: 3px solid transparent; /* 枠線幅 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#ddab08), color-stop(27%, #ebd797), color-stop(56%, #ddab08), color-stop(83%, #ebd797), color-stop(97%, #ddab08)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ddab08 0%, #ebd797 27%, #ddab08 56%, #ebd797 83%, #ddab08 97%) border-box;
}
@media (max-width: 639px) {
  .sec6_grad {
    line-height: 2 !important;
  }
}

.sec6 ul {
  list-style: none;
  padding-left: 0;
}
.sec6 li {
  position: relative;
  padding-left: 56px; /* 画像分の余白 */
}
.sec6 li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2026/02/check_5.png);
}
.sec6 .sec6-lead {
  line-height: 1.4;
}

@media (max-width: 639px) {
  .sec8 .sec8-lead {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 639px) {
  .sec9 .sec9_box {
    padding-inline: 1rem !important;
  }
}

@media (max-width: 639px) {
  .sec10 .sec10_box {
    padding-inline: 1rem !important;
  }
}

@media (max-width: 639px) {
  .sec11 .sec11_box {
    padding-inline: 1rem !important;
  }
}

.sec12 .comment-odd .smb-container__body,
.sec12 .comment-even .smb-container__body {
  margin-inline: 0;
}
@media (max-width: 639px) {
  .sec12 .comment-odd .smb-container__body,
  .sec12 .comment-even .smb-container__body {
    width: 100% !important;
  }
  .sec12 .comment-odd .smb-container__body .wp-block-group,
  .sec12 .comment-even .smb-container__body .wp-block-group {
    padding-inline: 16px !important;
  }
}
.sec12 .comment-odd,
.sec12 .comment-even {
  gap: 8px;
}
.sec12 .comment-odd {
  padding-left: 40px;
}
@media (max-width: 639px) {
  .sec12 .comment-odd {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec12 .comment-even {
  padding-right: 40px;
}
@media (max-width: 639px) {
  .sec12 .comment-even {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* ============================
* 問い合わせページ
* ========================= */
.page-id-331 table {
  font-size: 16px !important;
  width: 100%;
  border-collapse: collapse;
}
.page-id-331 tbody > tr:not(:first-child) > td {
  text-align: left;
}
.page-id-331 table td,
.page-id-331 td {
  background: #fff !important;
}
.page-id-331 td,
.page-id-331 th {
  line-height: 1.4 !important;
  padding: 20px 20px !important;
}
.page-id-331 input {
  font-size: 20px;
  font-weight: bold;
}
.page-id-331 button,
.page-id-331 optgroup,
.page-id-331 select,
.page-id-331 textarea {
  font-size: 100% !important;
}
.page-id-331 textarea {
  border: 1px solid #ccc !important;
}
.page-id-331 input[type=text],
.page-id-331 textarea {
  width: 100%;
}
.page-id-331 table td,
.page-id-331 td input[type=text] {
  border: 1px solid #ccc !important;
}
.page-id-331 .btn_table td {
  border: none !important;
}
.page-id-331 .btn_table input {
  background: #73b4ee !important;
  color: #fff !important;
  text-align: center !important;
  padding: 16px 40px !important;
  border: none !important;
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 782px) {
  .page-id-331 table {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
  .page-id-331 tbody > tr {
    display: block !important;
  }
  .page-id-331 tbody > tr td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-id-331 tbody > tr td:first-child {
    border-bottom: none !important;
  }
  .page-id-331 tbody > tr td:not(:first-child) {
    border-top: none !important;
    padding: 0px 20px 15px !important;
  }
  .page-id-331 font[color=red] br {
    display: none !important;
  }
}

/* ============================
* 特定商取引法に基づく表示
* ======================
=== */
.page-id-339 .law td,
.page-id-339 .law th {
  font-size: 18px;
  padding-bottom: 10px;
  border-color: #bbb;
}
.page-id-339 .law th {
  background-color: #ddd;
  width: 30%;
  text-align: left;
  vertical-align: top;
}
.page-id-339 .law .wp-block-image {
  margin: 0;
}
.page-id-339 .law .wp-block-image img {
  vertical-align: text-bottom;
}
@media screen and (min-width: 1280px) {
  .page-id-339 .law td,
  .page-id-339 .law th {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .page-id-339 table.law tr,
  .page-id-339 table.law tr th,
  .page-id-339 table.law tr td {
    display: block;
    width: 100%;
  }
  .page-id-339 th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-id-339 td {
    padding-top: 20px;
    padding-bottom: 20px !important;
  }
}

/* ============================
* 利用規約
* ========================= */
.page-id-360 h2 {
  font-size: 1.6rem;
}

/* ============================
* プライバシーポリシー
* ========================= */
.page-id-364 h2 {
  font-size: 1.6rem;
}

body {
  color: #333333;
  background-color: #fefefe;
}