@charset "UTF-8";
/* assets/scss/main.scss */
/* ===== 1) 共通部分（フロント＋エディター） ===== */
/* ----------------------------------------------
	===============  共通パーツ　===============
-------------------------------------------------*/
body {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  overflow: auto; /* スクロールは有効に */
  -ms-overflow-style: none; /* IE, Edge 古い版 */
  scrollbar-width: none; /* Firefox */
  padding: 0;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge (Webkit系) */
}

h1, .main-title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sub-text {
  font-family: "Lora", serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.en {
  font-family: "Lora", serif;
}

._sp {
  display: none;
}

@media (max-width: 765px) {
  ._sp {
    display: block;
  }
}
._pc {
  display: block;
}

@media (max-width: 765px) {
  ._pc {
    display: none;
  }
}
:root {
  --c-wood-edge:#4c2306;
  --btn-min-width:125px;
}

[class*=is-style-btn_] {
  --the-min-width: 0;
}

.btn-wood a {
  width: var(--btn-min-width);
  background: url("../img/enixi_LP/木目背景２.png") center/cover no-repeat;
  box-shadow: 0 9px 0 var(--c-wood-edge);
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 1em 2em;
  z-index: 1;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.btn-wood a:hover {
  box-shadow: 0 0 0 transparent !important;
  transform: translate3d(0, 4px, 0);
}

.is-style-more_btn {
  --the-fz: 1em;
  margin: 0 auto 2em;
}
.is-style-more_btn a {
  background: #223121;
  box-shadow: 0 0 0 3px #7DA87B;
  color: #fcfcfc;
  text-decoration: none;
  transition: box-shadow 0.25s, background-color 0.25s;
}
.is-style-more_btn a:hover {
  background: #7DA87B;
  box-shadow: 0 0 0 3px #666666;
  color: #fff;
}

@media (max-width: 765px) {
  .section-title-green {
    flex-direction: column;
    align-items: center;
  }
}
.section-title-green .section-text {
  display: flex;
  align-items: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.section-title-green .section-text .section-text_h2 {
  font-weight: 800;
  font-family: system-ui;
  letter-spacing: 0.04em;
  line-height: 0.75;
  font-size: clamp(2rem, 6vw, 3rem);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), 6px 0px 0 #b1b0b0;
}
.section-title-green .section-text .section-text_h2 span {
  color: #223121;
}
.section-title-green .section-text .section-text_sub {
  font-family: system-ui;
  color: #223121;
  letter-spacing: 0.04em;
  line-height: 0.75;
  font-size: clamp(1rem, 6vw, 2rem);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), 3px 0px 0 #b1b0b0;
}

@media (max-width: 765px) {
  .section-title-white {
    flex-direction: column;
  }
}
.section-title-white .section-text {
  display: flex;
  align-items: center;
}
.section-title-white .section-text .section-text_h2 {
  font-weight: 800;
  font-family: system-ui;
  letter-spacing: 0.04em;
  line-height: 0.75;
  font-size: clamp(2rem, 6vw, 3rem);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), 6px 0px 0 #b1b0b0;
}
.section-title-white .section-text .section-text_h2 span {
  color: #FFF;
}
.section-title-white .section-text .section-text_sub {
  font-family: system-ui;
  color: #FFF;
  letter-spacing: 0.04em;
  line-height: 0.75;
  font-size: clamp(1rem, 6vw, 2rem);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), 3px 0px 0 #b1b0b0;
}

/* ----------------------------------------------
	===============  ヘッダー　===============
-------------------------------------------------*/
.p-spMenu__body {
  padding: 0 10vw 10vw;
}
.p-spMenu__body .c-listMenu {
  text-align: center;
}
.p-spMenu__body .c-listMenu a:before {
  display: none;
}
.p-spMenu__body .btn-wood a {
  width: 170px;
  padding: 0.6em 0.9em;
  text-align: center;
  margin: 30px auto 0;
}
.p-spMenu__body .c-widget__title {
  font-size: 21px;
}
.p-spMenu__body .-spmenu {
  padding: 0.25em 1.9em;
}
.p-spMenu__body .-spmenu::before, .p-spMenu__body .-spmenu::after {
  width: 1em;
}

/* ----------------------------------------------
	===============  フッター　===============
-------------------------------------------------*/
.w-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w-footer .w-footer__box {
  padding: 0;
}
@media (max-width: 765px) {
  .w-footer .w-footer__box .media_image-3 {
    width: 100%;
  }
}
.w-footer .w-footer__box .c-listMenu li a:hover {
  color: #b38043;
}
.w-footer .w-footer__box:nth-child(1) {
  flex: 0 0 20%; /* 左カラムの幅（ロゴ） */
}
.w-footer .w-footer__box:nth-child(2) {
  flex: 0 0 70%; /* 中央カラムの幅 (menu) */
}
.w-footer .w-footer__box:nth-child(2) .c-listMenu a {
  border-bottom: 0;
  padding: 0 30px;
  border-left: 1px solid #fff;
}
@media (max-width: 765px) {
  .w-footer .w-footer__box:nth-child(2) .c-listMenu a {
    padding: 0 15px;
    border-left: 0;
  }
}
.w-footer .w-footer__box:nth-child(2) .c-listMenu li:nth-child(4) {
  border-right: 1px solid #fff;
}
@media (max-width: 765px) {
  .w-footer .w-footer__box:nth-child(2) .c-listMenu li:nth-child(4) {
    border-right: 0;
  }
}
.w-footer .w-footer__box:nth-child(2) .menu {
  display: flex;
  margin: 0 10px 0 20px;
  border-left: 0;
}
.w-footer .w-footer__box:nth-child(2) .menu a:before {
  display: none;
}
.w-footer .w-footer__box:nth-child(3) {
  flex: 0 0 10%; /* 右カラムの幅 (SNS) */
}
.w-footer .w-footer__box:nth-child(3) .u-fz-14 {
  font-size: 31px;
}
@media (max-width: 765px) {
  .w-footer .w-footer__box:nth-child(3) .u-fz-14 {
    font-size: 20px;
  }
}
.w-footer .w-footer__box:nth-child(3) .c-iconList__link:hover {
  color: #b38043;
}
.w-footer .w-footer__box:nth-child(3) .icon-twitter-x:before {
  font-size: 2rem;
}
@media (max-width: 765px) {
  .w-footer .w-footer__box:nth-child(3) .icon-twitter-x:before {
    font-size: 1rem;
  }
}

/* 右下TOPページへジャンプアイコン */
.p-fixBtnWrap .c-fixBtn {
  border: 1px solid #b38043;
}
.p-fixBtnWrap .c-fixBtn:hover {
  border: 1px solid #FFF;
}
.p-fixBtnWrap .hov-bg-main:hover {
  background-color: #b38043 !important;
}

/* ----------------------------------------------
	=============  メインコンテンツ　=============
-------------------------------------------------*/
.top #content {
  padding-top: 50px;
}

/* 全幅背景用ラッパー */
.u-bleed {
  width: 100vw !important; /* ブラウザ幅いっぱい */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff; /* 背景を白に */
  padding: 30px 0; /* 上下余白（お好みで調整） */
}

/* 内側のコンテンツはSWELLの幅に揃える */
.u-bleed .u-container {
  max-width: var(--swl-container-width, 1400px); /* SWELL設定と連動 */
  margin: 0 auto;
  padding: 0 32px; /* 左右余白を確保 */
}

/* 「section」=======　  私たちの思い。　========　*/
.about {
  padding: 120px 0;
  color: #5D5A4D;
}
.about .is-style-section_ttl {
  color: #223121;
  margin: 0 0 20px;
}
.about .u-mb-10 {
  text-align: center;
}

.-sidebar-on .l-content .alignfull {
  left: 0;
  margin-bottom: 0;
}

/* 「section」=======   NEWS   ========*/
/* NEWS共通スタイル（TOP・アーカイブ・シングルで反映） */
.news_bg .post_content,
.page-id-1302 .post_content,
.category-news .post_content {
  padding: 0 4%;
}
@media (max-width: 765px) {
  .news_bg .top-news,
  .page-id-1302 .top-news,
  .category-news .top-news {
    width: 100% !important;
  }
}
.news_bg .p-postList,
.page-id-1302 .p-postList,
.category-news .p-postList {
  align-items: flex-start;
  flex-direction: column;
  margin-top: 50px;
  width: 100% !important;
}
.news_bg .p-postList .p-postList__item,
.page-id-1302 .p-postList .p-postList__item,
.category-news .p-postList .p-postList__item {
  border-bottom: 1px solid #b38043;
  margin: 0;
}
.news_bg .p-postList .p-postList__item:first-child,
.page-id-1302 .p-postList .p-postList__item:first-child,
.category-news .p-postList .p-postList__item:first-child {
  border-top: 1px solid #b38043;
}
@media (max-width: 765px) {
  .news_bg .p-postList .p-postList__item:first-child,
  .page-id-1302 .p-postList .p-postList__item:first-child,
  .category-news .p-postList .p-postList__item:first-child {
    margin-top: 50px;
  }
}
.news_bg .p-postList .p-postList__item .p-postList__link,
.page-id-1302 .p-postList .p-postList__item .p-postList__link,
.category-news .p-postList .p-postList__item .p-postList__link {
  padding: 20px 0 20px 10px;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 765px) {
  .news_bg .p-postList .p-postList__item .p-postList__link,
  .page-id-1302 .p-postList .p-postList__item .p-postList__link,
  .category-news .p-postList .p-postList__item .p-postList__link {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
}
.news_bg .p-postList .p-postList__item .p-postList__link .p-postList__thumb,
.page-id-1302 .p-postList .p-postList__item .p-postList__link .p-postList__thumb,
.category-news .p-postList .p-postList__item .p-postList__link .p-postList__thumb {
  border: 1px solid #cbc9c9;
}
@media (max-width: 765px) {
  .news_bg .p-postList .p-postList__item .p-postList__link .p-postList__thumb,
  .page-id-1302 .p-postList .p-postList__item .p-postList__link .p-postList__thumb,
  .category-news .p-postList .p-postList__item .p-postList__link .p-postList__thumb {
    width: 100%;
  }
}
.news_bg .p-postList .p-postList__item .p-postList__link .p-postList__thumb::before,
.page-id-1302 .p-postList .p-postList__item .p-postList__link .p-postList__thumb::before,
.category-news .p-postList .p-postList__item .p-postList__link .p-postList__thumb::before {
  background: linear-gradient(45deg, #b38043, #95fb92);
}
.news_bg .p-postList .p-postList__item .p-postList__link .p-postList__body,
.page-id-1302 .p-postList .p-postList__item .p-postList__link .p-postList__body,
.category-news .p-postList .p-postList__item .p-postList__link .p-postList__body {
  padding-left: 10px;
}
@media (max-width: 765px) {
  .news_bg .p-postList .p-postList__item .p-postList__link .p-postList__body,
  .page-id-1302 .p-postList .p-postList__item .p-postList__link .p-postList__body,
  .category-news .p-postList .p-postList__item .p-postList__link .p-postList__body {
    width: 100%;
    padding: 20px 0 0;
  }
}

.news_bg .p-postList {
  padding: 70px 0;
}

.page-id-1302 .post_content div:last-child,
.page-id-1302 .post_content > :last-child {
  width: 100%;
}

/* 「section」=======    FEATURES.  ========  */
.features {
  padding: 150px 0 !important;
  background-color: #223121;
}
.features .features_list .features_item {
  padding: 40px 1.5%;
  border-radius: 15px;
  border: 1px solid #b38043;
}

/* 「section」=======    SERVISE  ========  */
.servise {
  padding: 150px 0 !important;
}
.servise .wp-block-group {
  --swl-box_padding: 0em;
}
@media (max-width: 765px) {
  .servise .wp-block-group .is-row {
    width: 100%;
  }
}
.servise .servise_list {
  margin-top: 50px;
  width: 100%;
}
.servise .servise_list .servise_list_flex {
  width: 100%;
  gap: 15px;
  margin-bottom: 1em;
}
@media (max-width: 765px) {
  .servise .servise_list .servise_list_flex {
    width: 100%;
  }
}
.servise .servise_list .servise_list_flex .servise_list_item {
  width: 100%;
  justify-content: flex-start !important;
}
.servise .servise_list .servise_list_flex .servise_list_item .servise_item__image {
  width: 50%;
}
@media (max-width: 765px) {
  .servise .servise_list .servise_list_flex .servise_list_item .servise_item__image {
    width: 100%;
  }
}
@media (max-width: 765px) {
  .servise .servise_list .servise_list_flex .servise_list_item .servise_item__image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100% !important;
    height: 300px !important;
  }
}
.servise .servise_list .servise_list_flex .servise_list_item .servise_item__textarea {
  width: 100%;
  text-align: left;
  align-items: flex-start;
  padding: 0 clamp(12px, 12px + 8 * (100vw - 768px) / 632, 20px);
}
.servise .servise_list .servise_list_flex .servise_list_item .servise_item__textarea .item_title {
  font-size: clamp(16px, 16px + 4 * (100vw - 768px) / 632, 20px);
}
.servise .servise_list .servise_list_flex .servise_list_item .servise_item__textarea .item_text {
  font-size: clamp(10px, 12px + 3 * (100vw - 768px) / 632, 16px);
  margin: clamp(12px, 12px + 8 * (100vw - 768px) / 632, 20px) 0;
}
.servise .servise_list .servise_list_flex .servise_list_item .servise_item__textarea .pum-trigger {
  transition: all 0.3s ease;
}
.servise .servise_list .servise_list_flex .servise_list_item .servise_item__textarea .pum-trigger:hover {
  color: #b38043;
}
@media (max-width: 765px) {
  .servise .servise_list .servise_list_flex .servise_list_item .servise_item__textarea {
    padding: 20px 4%;
    width: 100%;
    align-items: center;
  }
}

/* =======    PopMaker  ========  */
#popmake-620,
#popmake-922,
#popmake-925,
#popmake-926 {
  /* カバー全体の共通調整 */
  /* 背景画像を常に親サイズにフィット */
  /* オーバーレイ（SWELL標準の dim を上書き可能） */
  /* カバー内のテキスト */
}
#popmake-620 .wp-block-cover,
#popmake-922 .wp-block-cover,
#popmake-925 .wp-block-cover,
#popmake-926 .wp-block-cover {
  position: relative;
  overflow: hidden;
}
#popmake-620 .wp-block-cover__image-background,
#popmake-922 .wp-block-cover__image-background,
#popmake-925 .wp-block-cover__image-background,
#popmake-926 .wp-block-cover__image-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* はみ出しや余白を防ぐ */
  -o-object-position: center;
     object-position: center;
}
#popmake-620 .wp-block-cover__background.has-background-dim,
#popmake-922 .wp-block-cover__background.has-background-dim,
#popmake-925 .wp-block-cover__background.has-background-dim,
#popmake-926 .wp-block-cover__background.has-background-dim {
  position: absolute;
  inset: 0; /* top,right,bottom,left=0 */
  z-index: 1;
}
#popmake-620 .wp-block-cover__inner-container,
#popmake-922 .wp-block-cover__inner-container,
#popmake-925 .wp-block-cover__inner-container,
#popmake-926 .wp-block-cover__inner-container {
  position: relative;
  z-index: 2; /* ← オーバーレイの上に乗せる */
  display: flex;
  justify-content: center; /* 中央寄せ（変更可） */
  align-items: center; /* 縦中央寄せ */
  height: 100%;
  text-align: center;
}
#popmake-620 .bg-title span,
#popmake-922 .bg-title span,
#popmake-925 .bg-title span,
#popmake-926 .bg-title span {
  font-size: 3vw !important;
}
@media (max-width: 765px) {
  #popmake-620 .bg-title span,
  #popmake-922 .bg-title span,
  #popmake-925 .bg-title span,
  #popmake-926 .bg-title span {
    font-size: 5vw !important;
  }
}
#popmake-620 .plan-title span,
#popmake-922 .plan-title span,
#popmake-925 .plan-title span,
#popmake-926 .plan-title span {
  font-size: 2vw !important;
}
@media (max-width: 765px) {
  #popmake-620 .plan-title span,
  #popmake-922 .plan-title span,
  #popmake-925 .plan-title span,
  #popmake-926 .plan-title span {
    font-size: 4vw !important;
  }
}
#popmake-620 .plan-type span,
#popmake-922 .plan-type span,
#popmake-925 .plan-type span,
#popmake-926 .plan-type span {
  font-size: 1.5vw !important;
}
@media (max-width: 765px) {
  #popmake-620 .plan-type span,
  #popmake-922 .plan-type span,
  #popmake-925 .plan-type span,
  #popmake-926 .plan-type span {
    font-size: 4vw !important;
  }
}
#popmake-620 .wp-block-list,
#popmake-922 .wp-block-list,
#popmake-925 .wp-block-list,
#popmake-926 .wp-block-list {
  list-style: circle;
  list-style-position: inside;
}
@media (max-width: 765px) {
  #popmake-620 .plan-copy span,
  #popmake-922 .plan-copy span,
  #popmake-925 .plan-copy span,
  #popmake-926 .plan-copy span {
    font-size: 4vw !important;
  }
}
@media (max-width: 765px) {
  #popmake-620 .plan-list-ul span,
  #popmake-922 .plan-list-ul span,
  #popmake-925 .plan-list-ul span,
  #popmake-926 .plan-list-ul span {
    font-size: 4vw !important;
  }
}
#popmake-620 .plan-list,
#popmake-922 .plan-list,
#popmake-925 .plan-list,
#popmake-926 .plan-list {
  list-style: circle;
  list-style-position: inside;
}
@media (max-width: 765px) {
  #popmake-620 .plan-list,
  #popmake-922 .plan-list,
  #popmake-925 .plan-list,
  #popmake-926 .plan-list {
    font-size: 4vw !important;
  }
}
#popmake-620 .footer-copy,
#popmake-922 .footer-copy,
#popmake-925 .footer-copy,
#popmake-926 .footer-copy {
  font-size: 1vw !important;
}
@media (max-width: 765px) {
  #popmake-620 .footer-copy,
  #popmake-922 .footer-copy,
  #popmake-925 .footer-copy,
  #popmake-926 .footer-copy {
    font-size: 3vw !important;
  }
}
@media (max-width: 765px) {
  #popmake-620 .has-border,
  #popmake-922 .has-border,
  #popmake-925 .has-border,
  #popmake-926 .has-border {
    padding: 3%;
  }
}
@media (max-width: 765px) {
  #popmake-620 .has-background,
  #popmake-922 .has-background,
  #popmake-925 .has-background,
  #popmake-926 .has-background {
    padding: 3%;
  }
}

.pum-container {
  max-width: 1000px !important; /* 任意 */
  width: 50% !important;
}
@media (max-width: 765px) {
  .pum-container {
    padding: 0px 2%;
    width: 90% !important; /* スマホ対応 */
  }
}

/* 「section」=======    WORKS   ========  */
.works .works-bg {
  padding: 180px 2% !important;
}
.works .works-bg .works-list {
  margin: 60px auto 100px;
  align-items: center;
  flex-direction: column;
  margin: 70px auto !important;
}
.works .works-bg .p-postList {
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 765px) {
  .works .works-bg .p-postList {
    width: 100%;
  }
  .works .works-bg .p-postList__item {
    width: 100%;
  }
}
@media (max-width: 765px) and (max-width: 765px) {
  .works .works-bg .p-postList__item {
    margin: 10px auto;
    align-items: center;
  }
}
@media (max-width: 765px) {
  .works .works-bg .p-postList__item .p-postList__link .p-postList__thumb {
    border: 2px solid #223121;
  }
  .works .works-bg .p-postList__item .p-postList__link .p-postList__thumb:before {
    background: linear-gradient(45deg, #b38043, #95fb92);
  }
}

/* 「section」=======    PROCESS   ========  */
.process .process-bg {
  padding: 120px 4% !important;
}
.process .process-bg .flow_list {
  margin: 70px 0 0;
}

/* 「section」=======    MESSAGE   ========  */
.message {
  padding: 120px 4% !important;
}
@media (max-width: 765px) {
  .message {
    padding: 50px 4% 0 !important;
  }
}
.message .message_item {
  margin-top: 90px;
  gap: 70px; /* 数値はお好みで調整（例: 100px/150px） */
  display: flex; /* 念のため明示 */
  align-items: flex-start;
}
.message .message_item pre {
  padding: 0;
}
.message .message_item .image-block {
  align-items: center;
}
@media (max-width: 765px) {
  .message .message_item .image-block {
    width: 100%;
    align-items: center;
  }
}
.message .message_item .image-block .my-name {
  margin: 20px 0 0;
}
.message .message_item .text-block {
  display: flex !important;
  align-items: center !important;
}
.message .message_item .text-block__title {
  width: 80%;
  margin: 0 0 60px;
}
@media (max-width: 765px) {
  .message .message_item .text-block__title {
    width: 100%;
  }
}
.message .message_item .text-block__title blockquote {
  padding: 0;
}
.message .message_item .text-block__title blockquote :not(:last-child) {
  margin: 0 0 0em;
}
.message .message_item .text-block__title blockquote cite {
  margin: 0;
  font-size: 0.7em;
}
.message .message_item .text-block__title .wp-block-pullquote {
  padding: 0.4em 0;
}
.message .message_item .text-block__textarea {
  align-items: flex-start !important;
}
.message .message_item .text-block__textarea pre {
  margin: 0 0 30px;
}
.message .message_item .text-block__textarea .pum-trigger {
  transition: all 0.3s ease;
  color: #b38043;
}
.message .message_item .text-block__textarea .pum-trigger:hover {
  color: #6B8F71;
}

#popmake-1115 .profile__title {
  border-bottom: 2px solid #223121;
  padding: 0 0 15px;
}

/* 「section」=======    CONTACT   ========  */
.contact {
  margin: 150px 0;
}
.contact .mail_form {
  border-radius: 30px;
  padding: 6%;
  margin: 150px 0;
}
.contact .mail_form__title span {
  padding: 0 0 15px 0;
  position: relative;
}
.contact .mail_form__title span ::after {
  content: "";
  position: absolute;
  background-color: #fcfcfc;
  height: 3px;
  width: 100%;
}
.contact .wpcf7-not-valid-tip {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 500;
  color: #000;
  color: #dc3232;
  display: block;
  margin: 5px 0 -30px;
}
.contact .wpcf7 {
  background-color: #FFF;
  border-radius: 30px;
  padding: 6%;
}
@media (max-width: 765px) {
  .contact .wpcf7 {
    padding: 20% 4%;
  }
}
.contact .wpcf7 .wpcf7-form {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.contact .wpcf7 .wpcf7-form .form-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px 0 42.5px;
}
.contact .wpcf7 .wpcf7-form .form-list .label-content {
  width: 33.4%;
  height: 45px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.contact .wpcf7 .wpcf7-form .form-list .label-content label {
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 500;
  color: #000;
}
@media (max-width: 765px) {
  .contact .wpcf7 .wpcf7-form .form-list .label-content {
    width: 100%;
    margin: 0 0 5px;
  }
}
.contact .wpcf7 .wpcf7-form .form-list .label-content .required {
  width: 47px;
  height: 24px;
  text-align: center;
  padding: 0;
  border-radius: 7px;
  background-color: #b38043;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}
.contact .wpcf7 .wpcf7-form .form-list .label-content .optional {
  width: 47px;
  height: 24px;
  text-align: center;
  padding: 0;
  border-radius: 7px;
  background-color: #5D5A4D;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}
.contact .wpcf7 .wpcf7-form .form-list .input-content {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 765px) {
  .contact .wpcf7 .wpcf7-form .form-list .input-content {
    max-width: 100%;
  }
}
.contact .wpcf7 .wpcf7-form .form-list .input-content .inquiry-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: -1px 0 0px -3px;
}
.contact .wpcf7 .wpcf7-form .form-list .input-content .inquiry-radio .wpcf7-list-item {
  margin: 6px 0px 0px -1px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
  color: #000;
}
.contact .wpcf7 .wpcf7-form .form-list .input-content .inquiry-radio .wpcf7-list-item label {
  cursor: pointer;
}
.contact .wpcf7 .wpcf7-form textarea {
  width: 400px;
  height: 244px;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  background: #f6f3ef;
}
@media (max-width: 765px) {
  .contact .wpcf7 .wpcf7-form textarea {
    width: 100%;
  }
}
.contact .wpcf7 .wpcf7-form textarea:focus {
  border-color: #b38043;
  outline: none;
}
.contact .wpcf7 .wpcf7-form input[type=text],
.contact .wpcf7 .wpcf7-form input[type=email],
.contact .wpcf7 .wpcf7-form input[type=tel],
.contact .wpcf7 .wpcf7-form input[type=date] {
  max-width: 100%;
  width: 100%;
  height: 48px;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  background: #f6f3ef !important;
}
.contact .wpcf7 .wpcf7-form input[type=text]:focus,
.contact .wpcf7 .wpcf7-form input[type=email]:focus,
.contact .wpcf7 .wpcf7-form input[type=tel]:focus,
.contact .wpcf7 .wpcf7-form input[type=date]:focus {
  border-color: #b38043;
  background: #fff;
  outline: none;
}
.contact .wpcf7 .wpcf7-form input[type=radio],
.contact .wpcf7 .wpcf7-form input[type=checkbox] {
  appearance: none; /* デフォルトを消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f6f3ef !important;
  position: relative;
  transition: all 0.2s ease;
}
.contact .wpcf7 .wpcf7-form input[type=radio]:hover,
.contact .wpcf7 .wpcf7-form input[type=checkbox]:hover {
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #223121;
}
.contact .wpcf7 .wpcf7-form input[type=radio]:checked,
.contact .wpcf7 .wpcf7-form input[type=checkbox]:checked {
  border-radius: 50%;
  background: #b38043 !important;
  border: 1px solid #223121;
  background-color: #b38043; /* ブランドカラー */
}
.contact .wpcf7 .wpcf7-form input[type=radio]:focus,
.contact .wpcf7 .wpcf7-form input[type=checkbox]:focus {
  border-radius: 50%;
  border: 1px solid #223121;
  outline: 2px solid rgba(179, 128, 67, 0.6);
  outline-offset: 3px;
}
.contact .wpcf7 .wpcf7-form .btn-wrapper {
  margin: 0 auto;
  text-align: center;
  /* Contact Form 7 の送信ボタン用 */
}
.contact .wpcf7 .wpcf7-form .btn-wrapper .btn-wood {
  display: flex;
  margin: 0 auto;
  width: 60%;
  height: 50px;
  background: url("../img/enixi_LP/木目背景２.png") center/cover no-repeat;
  box-shadow: 0 9px 0 var(--c-wood-edge);
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0.5em 1em;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.contact .wpcf7 .wpcf7-form .btn-wrapper .btn-wood:hover {
  box-shadow: 0 0 0 transparent !important;
  transform: translate3d(0, 4px, 0);
}
.contact .wpcf7 form.invalid .wpcf7-response-output {
  border: 2px solid #ff8c00;
  color: #000;
}
.contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: #7DA87B;
  color: #000;
}

/* =========================
2.5) ページ別スタイル（背景・レイアウト微調整）
※ セクションCSSより後、エディター専用の直前に置く
========================= */
/* TOP（home）用背景 */
body .id_37 {
  background: url("../img/enixi_LP/main_bg.png") !important;
}
body .id_37 aside {
  display: none;
}
body .id_37 .l-content {
  justify-content: center;
  width: 100%;
}
body .id_37 .l-content .wp-block-group.is-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 765px) {
  body .id_37 .l-content .wp-block-group.is-row {
    flex-direction: column;
  }
}
@media (max-width: 765px) {
  body .id_37 .l-content .wp-block-group.is-row .wp-image-137 {
    height: auto;
    margin: 0px 0 -18px;
  }
}

/* ヘッダーコンテンツ */
#top_title_area .c-pageTitle {
  text-align: center;
}

/* 固定ページ /news/（ID=1302） */
.page-id-1302,
.postid-1275 {
  background-color: #fff !important;
  /* サイドバーランキング */
}
.page-id-1302 .section-title-green,
.postid-1275 .section-title-green {
  display: flex;
  justify-content: center;
}
@media (max-width: 765px) {
  .page-id-1302 .l-content,
  .postid-1275 .l-content {
    padding: 0;
  }
}
@media (max-width: 765px) {
  .page-id-1302 .l-mainContent,
  .postid-1275 .l-mainContent {
    width: 100% !important;
  }
}
.page-id-1302 .-w-ranking .p-postList__item,
.postid-1275 .-w-ranking .p-postList__item {
  margin-bottom: 0 !important;
  width: 100% !important;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 765px) {
  .page-id-1302 .-w-ranking .p-postList__item,
  .postid-1275 .-w-ranking .p-postList__item {
    width: 100% !important;
  }
}
.page-id-1302 .-w-ranking .p-postList__item .p-postList__link,
.postid-1275 .-w-ranking .p-postList__item .p-postList__link {
  padding: 20px 0 20px 10px;
}
.page-id-1302 .-w-ranking .p-postList__item:first-child,
.postid-1275 .-w-ranking .p-postList__item:first-child {
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 765px) {
  .page-id-1302 #content > .l-container,
  .postid-1275 #content > .l-container {
    flex-direction: column;
    padding: 0;
  }
}
.page-id-1302 .news-contents,
.postid-1275 .news-contents {
  width: 100% !important;
  gap: 50px;
  align-items: flex-start !important;
}
.page-id-1302 .news-contents .top-news,
.postid-1275 .news-contents .top-news {
  width: 60%;
}
.page-id-1302 .news-contents .c-listMenu,
.postid-1275 .news-contents .c-listMenu {
  width: 20%;
}

/* 固定ページ /WORKS/（ID=280） */
body .id_280 {
  /* メインを全幅にする（サイドバーを消した時だけ） */
}
body .id_280 .l-mainContent {
  width: 100%;
}
body .id_280 .l-content {
  padding-top: 0em;
}
body .id_280 aside {
  display: none;
}
body .id_280 .has-white-color {
  font-size: 1.5rem;
}
@media (max-width: 765px) {
  body .id_280 .has-white-color {
    font-size: 0.9rem;
  }
}
body .id_280 .wp-block-group.is-row {
  display: flex;
  justify-content: center;
}
body .id_280 .post_content {
  margin: 0;
}
body .id_280 .post_content .swell-block-tab {
  margin-top: 100px !important;
}
body .id_280 .post_content [data-scroll-pc].is-style-bb > .c-tabList {
  --the-tab-item-margin: 0 0 50px;
  justify-content: center;
}
body .id_280 .post_content [data-scroll-pc].is-style-bb > .c-tabList .c-tabList__button:after {
  background-color: #FFF;
}

/* カテゴリー  月間アーカイブのページ */
.category, .archive {
  background: url("../img/enixi_LP/main_bg.png") !important;
}
@media (max-width: 765px) {
  .category .p-postList__item .p-postList__link, .archive .p-postList__item .p-postList__link {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 765px) {
  .category .p-postList__item .p-postList__link .p-postList__thumb, .archive .p-postList__item .p-postList__link .p-postList__thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 765px) {
  .category .p-postList__item .p-postList__link .p-postList__body, .archive .p-postList__item .p-postList__link .p-postList__body {
    width: 100%;
  }
}

/* 投稿ページ /single/ */
.single {
  background: url("../img/enixi_LP/main_bg.png") !important;
}
.single #content {
  justify-content: space-around;
  padding: 0 4%;
}
.single #content #main_content {
  width: calc(80% - var(--swl-sidebar_width) - var(--swl-sidebar_margin));
}
@media (max-width: 960px) {
  .single #content #main_content {
    width: 100%;
  }
}
.single #content #main_content .p-articleThumb__img {
  width: 100%;
  margin: 0 auto;
}
.single #content #main_content .post_content {
  border-top: 7px solid #b38043;
  border-bottom: 7px solid #b38043;
  padding: 60px 0 40px;
  /* 投稿（NEWS）の記事タイトル */
}
.single #content #main_content .post_content h2 {
  margin: 0 auto 30px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  width: 90%;
}
.single #content #main_content .post_content .wp-block-columns {
  width: 80%;
}

/* ===== 2) SWELL側（フロント専用） ===== */
/* ヘッダーロゴ余白調整 */
.l-header__logo {
  margin: 0 !important;
  padding: 10px 0 !important;
}

.l-fixHeader:before {
  display: block;
  border-bottom: 1px solid #b7b7b7;
}

/* ヘッダーSP  左側余白削除 */
.l-header__customBtn {
  display: none;
}

/* ヘッダーSP padding左右 */
.l-header__inner {
  padding: 0 2%;
}
@media (max-width: 765px) {
  .l-header__inner {
    border-bottom: 1px solid #b7b7b7;
  }
}

/* ヘッダーSP  ロゴ　padding上下　削除*/
.-img .c-headLogo__link {
  padding: 0;
}

/* グローバルナビの位置や間隔 */
.c-gnav {
  align-items: center;
}

.c-gnav > .menu-item {
  height: 50%;
  position: relative;
}

.c-gnav > .menu-item > a {
  padding: 0;
  margin: 0 25px;
}

/* お問い合わせリンクだけホバー下線削除 */
.menu-item-46 a::after {
  height: 0;
}

.p-mainVisual__slideTitle {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 2.8rem;
  color: #fff;
  text-shadow: 7px 3px 3px rgba(0, 0, 0, 0.6);
}
.p-mainVisual__slideTitle .ruby {
  font-size: 0.5em; /* 親文字より小さく */
  font-weight: 400;
  vertical-align: middle; /* 上下位置を微調整 */
  margin: 0 2px;
}

.p-mainVisual__slideText {
  font-size: 1rem;
  letter-spacing: 0.08em;
  opacity: 0.9;
  text-shadow: 7px 3px 3px rgba(0, 0, 0, 0.6);
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-mainVisual__slideTitle,
.p-mainVisual__slideText {
  animation: fadeUp 1s ease-out 0.5s both;
}

@media (max-width: 765px) {
  .-col3 {
    display: flex;
    flex-direction: column;
  }
  .-col3 #media_image-3 a .wp-image-20 {
    width: 55px;
    height: 48px;
  }
  .-col3 .menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.w-footer .w-footer__box:nth-child(1) {
  flex: 1;
}
.w-footer .w-footer__box:nth-child(1) #media_image-9 img {
  max-width: 30% !important;
  margin: 0 auto !important;
  display: block !important;
}

/* ===== 3) ブロックエディター専用 ===== *//*# sourceMappingURL=main.css.map */