@charset "UTF-8";
/* assets/scss/main.scss */
/* ===== 1) 共通部分（フロント＋エディター） ===== */
/* ----------------------------------------------
	===============  共通パーツ　===============
-------------------------------------------------*/
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;
  }
}
[class*=is-style-btn_] {
  --the-min-width: 0;
}

.line-btn a {
  width: var(--btn-min-width);
  background-color: #06c755;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  　border: none;
  border-radius: 10px;
  padding: 1em 2em;
  z-index: 1;
  transition: all 0.25s ease;
  position: relative;
}

.line-btn::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 11px;
  top: 9px;
  z-index: 3;
  background: url("../img/enixi_LP/LINE_logo.png") center/cover no-repeat;
}

.line-btn a:hover {
  background-color: #d69507;
}

.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;
}

/* ----------------------------------------------
	===============  ヘッダー　===============
-------------------------------------------------*/
.l-fixHeader__inner {
  padding: 0 17px 20px;
}

.c-gnav {
  height: 84%;
}

.c-gnav .menu-item {
  height: 50px;
  width: 135px;
}

.c-gnav > .menu-item > a {
  padding: 0 4%;
  margin: 0;
  width: 132px;
  height: 57px;
}

.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 .line-btn a {
  width: 175px;
  height: 55px;
  padding: 0.6em 0.9em;
  text-align: right;
  margin: 30px auto 0;
}
.p-spMenu__body .c-spnav > .menu-item:first-child > a {
  border-top: none;
  margin: 13px 0 0 0;
  padding: 15px 21px 0px 5px;
}
.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;
}
.p-spMenu__body .p-spMenu__nav {
  margin-top: -1em;
  padding-bottom: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* ----------------------------------------------
	===============  フッター　===============
-------------------------------------------------*/
#media_image-6 a {
  display: block;
  text-align: center;
}

/* ----------------------------------------------
	=============  メインコンテンツ　=============
-------------------------------------------------*/
.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」=======　  mainvisual　========　*/
@media (max-width: 765px) {
  .mainvisual .enixi_icon {
    width: 150px;
    text-align: center;
    margin: 0 auto;
  }
}
.mainvisual__content {
  padding: 0 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainvisual__content .face {
  width: 40%;
}
.mainvisual__content .brmt {
  display: none;
}
@media (max-width: 765px) {
  .mainvisual__content .brmt {
    display: block;
  }
}
.mainvisual__content h1 {
  font-size: clamp(1.2rem, 6vw, 2rem);
}
.mainvisual__content .mt {
  font-size: clamp(1rem, 3vw, 1.3rem);
}
@media (max-width: 765px) {
  .mainvisual__content {
    gap: 2em;
  }
  .mainvisual__content .wp-block-group.is-stack {
    gap: 0;
  }
}

/* 「section」=======　  about　========　*/
.about {
  margin: 200px auto 0;
}
.about__flex {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 0 auto 60px;
}
.about__flex .has-medium-font-size {
  width: 50% !important;
}
@media (max-width: 765px) {
  .about__flex {
    align-items: center;
    gap: 20px;
    flex-direction: column;
    margin: 0 0 20px;
  }
  .about__flex img {
    width: 100% !important;
  }
  .about__flex .has-medium-font-size {
    width: 100% !important;
  }
  .about .colum {
    flex-direction: column-reverse;
  }
}

/* 「section」=======    SERVISE  ========  */
.service {
  padding: 150px 0 !important;
}
.service .service-btn a {
  border: 2px solid #fff;
  transition: all 0.25s ease;
}
.service .sp-bg .is-style-btn_normal a {
  background: #eb6b1c;
}
.service .sp-bg .is-style-btn_normal a:hover {
  color: #eb6b1c;
  background: #fff;
  border: 2px solid #eb6b1c;
}
.service .sl-bg .is-style-btn_normal a {
  background: #1a6a75;
}
.service .sl-bg .is-style-btn_normal a:hover {
  color: #1a6a75;
  background: #fff;
  border: 2px solid #1a6a75;
}

.-frame-on .l-mainContent {
  background: #fcf4e8;
  border-radius: var(--swl-radius--4, 0);
  padding: 0;
}

/* ===== 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;
}

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

@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 */