/**
 * フロントとエディタの両方に適応するスタイル
 */

@charset "UTF-8";

/*共通*/
body * {
  font-feature-settings: "palt";
}

a {
  text-decoration: none !important;
}

@media (hover: hover) {

  a:hover,
  .ek-linked-block:hover {
    opacity: 0.7 !important;
    cursor: pointer;
  }
}

/* :hoverが使えない端末を想定 */
@media (hover: none) {

  a:active,
  .ek-linked-block:active {
    opacity: 0.7 !important;
  }
}

/*リンクカラーリセット*/
.link-color-unset>a {
  color: unset !important
}

sub,
sup {
  font-size: 10px;
  letter-spacing: .1em;
  display: block;
}

/*画像の最小縦幅リセット*/
.wp-block-image figure,
figure.wp-block-image {
  line-height: 0;
}

/*フォント*/
.montserrat {
  font-family: "Montserrat", var(--swl-font_family) !important;
  font-style: normal;
  font-weight: normal;
}

.shippori-min {
  font-family: "Shippori Mincho", var(--swl-font_family), serif !important;
  font-style: normal;
  font-weight: normal;
}

.yu-min {
  font-family: YuMincho, "Shippori Mincho", var(--swl-font_family), serif !important;
  font-style: normal;
  font-weight: normal;
}

/*幅広オーバーライド from 1230px to 1200px*/
@media (min-width: 1238px) {
  .alignwide {
    left: -85px;
    width: calc(100% + 170px);
  }
}

/*リストスタイルnone*/
ul.list-style-none {
  list-style: none !important;
  padding-left: 0 !important;
}

/*リストスタイルnone*/

/*リストスタイル四角*/
ul.is-style-square {
  list-style: none;
}

ul.is-style-square li {
  position: relative;
}

ul.is-style-square li:before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  border: 1px solid var(--color_text);
  top: 0.4em;
  left: -1.5em;
}

/*リストスタイル四角*/

/*●付きアコーディオン
.beg-aq-aco summary:before {
  color: var(--color_list_good);
  content: "\ea56";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  font-family: icomoon;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 35px;
  top: 40px;
}

.beg-aq-aco {
  font-size: 1.125rem;
}

.beg-aq-aco summary {
  background: #fff;
  padding: 35px 70px;

}

.beg-aq-aco .swell-block-accordion__body {
  background: #fff;
  padding: 0px 70px 35px;
}

.beg-aq-aco .icon-plus:before,
.beg-aq-aco .icon-minus:before {
  font-size: 40px;
  color: #FFD255;
}
*/

/*swellのリッチカラムセンター配置*/
.swell-rich-col-center .swell-block-columns__inner {
  justify-content: center !important;
}

/*swellのリッチカラムspace-around配置*/
.swell-rich-col-around .swell-block-columns__inner {
  justify-content: space-around !important;
}

/*swellのリッチカラムspace-around配置*/
.swell-rich-col-between .swell-block-columns__inner {
  justify-content: space-between !important;
}

/*swellのリッチカラム幅均等配置(リッチカラムの幅設定は効かなくなる)*/
.swell-rich-col-evenly .swell-block-columns__inner .swell-block-column {
  flex: 1 !important;
}

/* 投稿リストブロックのカード型とサムネイル型を4,5列表示にする */
@media (min-width: 960px) {

  .-col4 .-type-card.-pc-col3 .p-postList__item,
  .-col4 .-type-thumb.-pc-col3 .p-postList__item {
    width: calc(100% / 4);
  }

  .-col5 .-type-card.-pc-col3 .p-postList__item,
  .-col4 .-type-thumb.-pc-col3 .p-postList__item {
    width: calc(100% / 5);
  }
}

/*テキストの前後に＼/をつける*/
.text-decoration-slash {
  position: relative;
}

/*背景スタイル*/
/*台形*/
.trapezoid-left:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  clip-path: polygon(0 48%, 100% 0, 100% 100%, 0% 100%);
}

.text-decoration-slash:before,
.text-decoration-slash:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 1.4px;
  background-color: black;
  top: 7px;
}

.text-decoration-slash:before {
  transform: rotate(55deg) translate(-11px, 11px);
  transform-origin: 0 0;

}

.text-decoration-slash:after {
  transform: rotate(-55deg) translate(0px, -7px);
  transform-origin: 100% 0;
}

.f-before-btn a {
  width: 280px;
  padding: 23px 50px !important;
  border-radius: 34.5px !important;
}

/*ボーダーオレンジ*/
:root{

}

/*共通*/


/*ユーティリティ*/
.width-100 {
  width: 100%;
}

.sec-child-width-100 :nth-child(n+2) {
  width: 100%;
}

.ps-relative {
  position: relative;
}

.pd-0 {
  padding: 0 !important;
}

.pd-04em {
  padding: .4em !important;
}

.pd-05em {
  padding: .5em !important;
}

.pd-l-04em {
  padding-left: .4em !important;
}

.pd-l-0 {
  padding-left: 0 !important;
}

.pd-r-0 {
  padding-right: 0 !important;
}

.mg-0 {
  margin: 0 !important;
}

.mg-b-0 {
  margin-bottom: 0 !important;
}

.mg-b-125em {
  margin-bottom: 1.25em !important;
}

.mg-b-08em {
  margin-bottom: .8em !important;
}

.mg-b-07em {
  margin-bottom: .7em !important;
}

.mg-l-auto {
  margin-left: auto !important;
}

.mg-auto {
  margin: 0 auto !important;
}

.fw-light {
  font-weight: 400;
}

.fw-normal {
  font-weight: 500;
}

.fw-bold {
  font-weight: 600;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.text-align-justify {
  text-align: justify;
}

.text-align-last-justify {
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.align-item-cnt {
  display: flex !important;
  align-items: center !important;
}

.justify-content-cnt {
  display: flex !important;
  justify-content: center !important;
}

.justify-content-btw {
  display: flex !important;
  justify-content: space-between !important;
}

.w-article {
  width: var(--article_size);
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.obj-fit-cover {
  object-fit: cover;
}

.text-narrow-08 {
  transform: scale(0.8, 1);
}

.zindex-1 {
  z-index: 1;
}

.border-bt-dotted {
  border-bottom: 1px dotted;
}

.ovf-visible,
.ovf-visible * {
  overflow: visible;
}

/*スクロールバー非表示*/
.scb-none::-webkit-scrollbar {
  display: none;
}

.scb-none {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*改行禁止*/
.nowrap {
  white-space: nowrap !important;
}

/*縦書き*/
.is-style-vertical-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*縦書き*/
.icon-posted:before {
  display: none;
}

.p-postList__meta :before {
  display: none;
}

/*テキスト波線*/
.text-with-wave {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: var(--color_main);
  text-underline-offset: 6px;
}

/*破線*/
.dotted01-bottom {
  background-image: linear-gradient(to right, #000 0.8px, transparent 0.8px);
  background-size: 3.8px 0.8px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.dotted01-top {
  background-image: linear-gradient(to right, #000 0.8px, transparent 0.8px);
  background-size: 3.8px 0.8px;
  background-repeat: repeat-x;
  background-position: left top;
}

.dotted01-right {
  background-image: linear-gradient(to bottom, #000 1px, transparent 1px);
  background-size: 1px 3.8px;
  background-repeat: repeat-y;
  background-position: right top;
}

.dotted01-left {
  background-image: linear-gradient(to bottom, #000 1px, transparent 1px);
  background-size: 1px 3.8px;
  background-repeat: repeat-y;
  background-position: left top;
}

.dotted01-top-bottom {
  background-image: linear-gradient(to right, #000 0.8px, transparent 0.8px), linear-gradient(to right, #000 0.8px, transparent 0.8px);
  background-size: 3.8px 0.8px, 3.8px 0.8px;
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
}

/*ジグザグ境界線
 * backgroundの色は背景色によって変える
 * linera-gradientで角度変える*/
.zigzag-under::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(30deg, transparent 75%, #5cb531 75%) 0 0, linear-gradient(150deg, #5cb531 25%, transparent 25%) 0 0;
  background-size: 40px 40px;
}

/*投稿リストの一個目を消す*/
.disp-none-first-post ul>li:first-child {
  display: none;
}

/*
 * 画像の上に文字を重ねる
 * 以下の構成でグループに指定
 * グループ
 *  -画像
 *  -テキスト
 * */

.is-style-overlay-text {
  position: relative;
}

.is-style-overlay-text div:nth-child(n+2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay-text-parent {
  position: relative;
}

.overlay-text-child-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*ユーティリティ*/

/*フルワイドのサイト幅を1200pxに
@media only screen and (min-width: 1201px) {
  .swell-block-fullWide__inner.l-container {
    width: 1200px;
    max-width: 1200px;
  }
}
*/

/*swellで要素をフルワイド*/
.swl-custom-fullwide {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((100vw - var(--container_size, 0px)) / -2);
}

/*max-widthはサイト幅設定によって変更する
*1030px + 64px = 1094px*/
@media (max-width: 1094px) {
  .swl-custom-fullwide {
    left: calc(var(--swl-pad_container, 0)*-1);
  }
}

/*kiraku共通*/
#main_content {
  margin-bottom: 20em;
}

.top #main_content {
  margin-bottom: 0em;
}

/*moreボタン*/
.more.is-style-more_btn {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
}

.more.is-style-more_btn a {
  color: #3c3c3c;
  padding: 0;
  text-align: left;
  box-shadow: none;
  background: transparent;
}

.more.is-style-more_btn a:after {
  content: "";
  background: url(/wp-content/uploads/2025/08/left-arrow-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 33.8257px;
  height: 7.458px;
  right: 0em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.more.is-style-more_btn a:hover {
  background-color: transparent;
  box-shadow: none;
  color: #000;
  opacity: 0.7;
}

.more.round.is-style-more_btn a {
  width: 197px;
  height: 49px;
  border: 1px solid #9da4ae;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto !important;
  border-radius: 24.5px;
  padding: 0 62px;
}

.more.round.is-style-more_btn a:hover {
  background-color: #323232;
  box-shadow: none;
  color: #fff;
}

.more.round.is-style-more_btn a:hover:after {
  content: "";
  background: url(/wp-content/uploads/2025/08/left-arrow-w-2.svg);
}

.more.round.is-style-more_btn a:after {
  right: 46px;
}

/*トップへボタン*/
#pagetop {
  border: 1px solid #323232;
  color: #323232;
}

#pagetop.hov-bg-main:hover {
  background-color: var(--color_main) !important;
  color: #fff !important;
  border-color: transparent;
}

/*ヘッダー*/
/*ヘッダー透過*/
.l-header .l-container {
  max-width: var(--container_size);
  padding-left: 0px;
  padding-right: 0px;

}

.l-header {
  z-index: 2000;
  position: fixed !important;
  background: transparent;
}

.l-header__inner {
  justify-content: flex-end;
}

@media (min-width: 960px) {
  .l-header {
    background: none;
    box-shadow: none !important;
    position: fixed !important;
  }
}

.l-header__logo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}

.l-header__logo.is-visible {
  opacity: 1;
  visibility: visible;
}

.header-icon-wp {
  margin-right: 30px;
}

.header-icon-item>figure a {
  display: flex;
  align-items: center;
  padding: 10px;
}

/*ヘッダーウィジェット*/
.pc_.w-header {
  align-items: center;
  display: flex !important;
}

/*ハンバーガーメニュー*/
#sp_menu .sp_,
#sp_menu .sp_only {
  display: block !important;
}

.c-gnav {
  display: none;
}

.c-iconBtn__icon {
  font-size: 38.2px;
}



.l-header__menuBtn {
  height: 90px;
  width: 90px;
  background: #000;
  display: block !important;
}

.-right .p-spMenu__inner {
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: unset;
  transform: unset;
}

/*START ハンバーガー*/
/* 元々あるハンバーガーアイコンを非表示に */

.c-gnav>.menu-item>a .ttl {
  font-size: 1.09735em;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.c-iconBtn__icon {
  display: none;
}

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

ul.c-gnav li:last-child {
  padding-right: 28px;
}

span.c-iconBtn__label {
  font-size: 0.8875em;
  font-weight: 600;
}

.p-spMenu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #f3f1df;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, left 0.5s;
}

[data-spmenu=closed] .p-spMenu {
  opacity: 0;
  left: 100%;
  visibility: hidden;
}

[data-spmenu=opened] .p-spMenu.active {
  opacity: 1;
  left: 0;
  visibility: visible;
}


/* ハンバーガーの3本線をCSSで作成 */
.p-spMenu__closeBtn {
  display: none;
}

.l-header__menuBtn {
  position: relative;
}

.l-header__menuBtn.sp_,
.p-spMenu__closeBtn {
  background: #000000;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

[data-spmenu="opened"] .c-iconBtn {
  background-color: #000;
}

.c-iconBtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 38px;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.3s;
}

.c-iconBtn::before,
.c-iconBtn::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  background-color: inherit;
  position: absolute;
  transition: transform 0.125s;
}

.c-iconBtn::before {
  top: -11px;
}

.c-iconBtn::after {
  top: 11px;
}

/* ハンバーガーがクリックされた時の動き */

[data-spmenu="opened"] .c-iconBtn {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

[data-spmenu="opened"] .c-iconBtn::before,
[data-spmenu="opened"] .c-iconBtn::after {
  top: auto;
  background-color: #fff;
  transition: transform 0.3s;
}

[data-spmenu="opened"] .c-iconBtn::before {
  transform: rotate(45deg);
}

[data-spmenu="opened"] .c-iconBtn::after {
  transform: rotate(-45deg);
}

[data-spmenu=closed] .p-spMenu {
  transition-delay: .2s;
}

/* スマホ開閉メニューのデザインを調整 */
ul#menu {
  gap: 1.6em;
  letter-spacing: 0.2em;
  width: 60%;
  z-index: 2;
}

ul#menu span.swell-block-linkList__text {
  display: flex;
  align-items: center;
}

ul#menu span.swl-fz {
  line-height: 1;
  padding-left: 2px;
  padding-top: 2px;
  font-family: "Montserrat", var(--swl-font_family) !important;
}

figure.spmenu-logo {
  width: 247px;
  max-width: 247px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 50%;
  right: 10vw;
  transform: translateY(-16%);
  z-index: 1;
}

figure.spmenu-logo a {
  width: 100%;
}

figure.spmenu-logo img {
  width: 100%;
  height: auto;
}

.p-spMenu__body {
  padding: 0px 10vw 10vw;
  overflow: hidden;
}

.c-widget__title.-spmenu {
  display: none;
}

.p-spMenu__inner {
  padding-top: var(--swl-headerH);
  min-height: 475px;
}

/*下層ページヘッダー*/
.page-header-inner {
  padding-top: var(--swl-headerH) !important;
}

.page-header-wp {
  min-height: 464px;
}

.page-header-wp:before {
  content: "";
  background: #ebebe1;
  width: 100%;
  height: 409px;
  position: absolute;
  top: 0;
  left: 0;
}

/* 装飾的な円形要素 */
.decorative-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  pointer-events: none;
  opacity: 1;
  transition: opacity 1s ease-in-out 0.5s;
}

.decorative-circle {
  position: absolute;
  border: 1px solid rgba(100, 100, 100, 0.08);
  border-radius: 50%;
  animation: rotateCircle 30s linear infinite;
}

.circle-1 {
  width: 100px;
  height: 100px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation-duration: 25s;
}

.circle-2 {
  width: 60px;
  height: 60px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  animation-duration: 35s;
  animation-direction: reverse;
}

.circle-3 {
  width: 80px;
  height: 80px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  animation-duration: 40s;
}

.circle-4 {
  width: 120px;
  height: 120px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  animation-duration: 30s;
  animation-direction: reverse;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg) translateX(50px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(50px) rotate(-360deg);
  }
}

/*トップ*/
.top-mv-wp {
  height: calc(var(--vh, 1vh) * 100);
  height: 100svh;
  position: relative;
}

.top-mv-wp>div {
  height: 100%;
}

.top-mv-text-wp {
  padding-top: calc(var(--vh, 1vh) * 28.2);
  padding-top: 28.2svh !important;
}

.top-mv-news-wp {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 636px;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 11px 5px 13px;
}

.top-mv-news-right.top-mv-news-item ul {
  border: none;
}

.top-mv-news-right.top-mv-news-item ul li {
  display: flex;
  border: none !important;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}

.top-mv-news-right.top-mv-news-item ul li a.wp-block-latest-posts__post-title {
  padding-left: 28.5px;
}

.top-mv-news-right .-type-simple .p-postList__link {
  padding: 0;
  width: 100%;
}

.top-mv-news-right .p-postList__link:after {
  content: "";
  background: url(/wp-content/uploads/2025/08/left-arrow-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 33px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.top-mv-news-right.top-mv-news-item ul li time {
  font-size: 1em !important;
}

.top-mv-news-right h2.p-postList__title {
  min-height: auto;
  line-height: 1;
  font-weight: normal;
  font-size: 0.9375em !important;
  order: 1;
}

.top-mv-news-right .p-postList__body {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 1.5em;
}

.top-mv-news-right .-type-simple .p-postList__meta {
  margin: 0;
  order: 0;
}

.top-mv-news-right .p-postList__body:after,
.p-postList__body:after {
  display: none;
}

.top-concept-left {
  padding-right: 50px !important;
}

.top-gallery {
  z-index: 1;
  gap: min(3.28vw, 3em) !Important;
  flex-wrap: nowrap !important;
}

.top-gallery figure.wp-block-image {
  margin-bottom: 0 !important;
  justify-content: flex-start !important;
}

.top-gallery figure.wp-block-image:nth-of-type(1) {
  margin-top: 2em !important;
  width: 28.82vw !important;
}

.top-gallery figure.wp-block-image:nth-of-type(2) {
  margin-top: 4.3125em !important;
  width: 16.25vw !important;
}

.top-gallery figure.wp-block-image:nth-of-type(3) {
  width: 16.25vw !important;
}

.top-gallery figure.wp-block-image:nth-of-type(4) {
  margin-top: 3.9775em !important;
  width: 28.82vw !important;
}

.top-event-wp {
  margin-top: -15.23vw !important;
}

.top-blog-list {
  width: 66.8%;
  margin: 0 auto;
}

.top-blog-list .p-postList.-type-simple {
  border: none;
}

.top-blog-list .p-postList__body {
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.top-blog-list .-type-simple .p-postList__link {
  padding: 1.6875em 1.03em;
}

.top-blog-list .p-postList__body:after,
.p-postList__body:after {
  display: none;
}

.top-blog-list .p-postList__meta {
  font-size: 0.875em;
  margin: 0;
}

.top-blog-list .p-postList__times {
  padding: 0;
  margin-right: 2.875em;
}

.top-blog-list .p-postList__times time {
  color: #646464;
}

.top-blog-list .p-postList__title {
  font-weight: 400;
  font-size: 0.875em !important;
  min-height: unset;
}

.top-pef-text {
  width: 313.3413px;
}

.num-02 .top-pef-text {
  width: 311.9565px;
}

.top-pef-lt-title-wp {
  position: relative;
}

.top-pef-lt-title-wp:before {
  content: "";
  background: #c8c8c8;
  width: 2px;
  height: 121px;
  position: absolute;
  left: -31px;
  top: -7px;
}

.top-pef-lt-title-wp:after {
  content: "";
  background: #c8c8c8;
  width: 392px;
  height: 2px;
  position: absolute;
  left: -64px;
  bottom: -24px;
}

.top-pef-lt-left {
  padding-left: 99.5px !important;
}

.top-pef-lt-img-y {
  position: relative;
  transform: translate(40px, -41px);
}

.num-05 .top-pef-lt-img-y {
  position: relative;
  transform: translate(-22px, -41px);
}

.top-pef-lt-img-y:before {
  content: "";
  background: #555555;
  width: 348px;
  height: 234px;
  position: absolute;
  z-index: -1;
  top: -37.7px;
  left: 98px;
}

.num-03 .top-pef-lt-img-y:before {
    content: "";
    background: #555555;
    width: 348px;
    height: 234px;
    position: absolute;
    z-index: -1;
    top: 112px;
    left: 146px;
}

.num-03 .top-pef-lt-img-y:before {
    top: -37.7px;
    left: 118px;
}

.top-pef-rt-right {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  padding-right: 143.8567px !important;
}

.top-pef-rt-title-wp {
  position: relative;
}

.top-pef-rt-title-wp:before {
  content: "";
  background: #c8c8c8;
  width: 2px;
  height: 121px;
  position: absolute;
  left: calc(100% + 31px);
  top: -7px;
}

.top-pef-rt-title-wp:after {
  content: "";
  background: #c8c8c8;
  width: 392px;
  height: 2px;
  position: absolute;
  right: -64px;
  bottom: -24px;
}

.top-pef-rt-img-ys {
  transform: translate(-56px, 36px);
}

.top-pef-rt-img-yl {
  position: relative;
  z-index: -1;
}

.top-pef-rt-img-yl:before {
  content: "";
  background: #555555;
  width: 348px;
  height: 234px;
  position: absolute;
  z-index: -1;
  top: -145px;
  left: calc(100% - 388px);
}

.post_content div>.top-pef-rt-left {
  margin-top: calc(-63px - 36px) !important;
}

.top-pef-wp-all .more.is-style-more_btn a {
  width: 314px;
  height: 50px;
  background: #c8c8c8;
  padding: 15px 56px !important;
  color: #323232;
  letter-spacing: 0.1em;
}

.top-pef-wp-all .more.is-style-more_btn a:after {
  right: 51px;
}

.top-pef-lt-img-t {
  position: relative;
  transform: translate(-116px, -26.7px);
}

.top-pef-lt-img-t:before {
  content: "";
  background: #555555;
  width: 234px;
  height: 348px;
  position: absolute;
  z-index: -1;
  top: 97px;
  left: calc(100% - 210px);
}

.post_content div>.num-04 .top-pef-rt-left {
  margin-top: -29px !important;
}

.num-04 .top-pef-rt-left {
  padding-left: 144.6645px;
}

.top-pef-rt-img-t {
  position: relative;
}

.top-pef-rt-img-t:before {
  content: "";
  background: #555555;
  width: 228.1461px;
  height: 311.8694px;
  position: absolute;
  z-index: -1;
  top: 80px;
  left: -38px;
}

.post_content div>.num-06 .top-pef-rt-left {
    margin-top: 20px !important;
	padding-left: 99.5px !important;
}
.num-06 .top-pef-rt-img-yl:before {
    content: "";
    height: 203px;
    top: 152px;
    left: -61px;
}
/*
.num-06 .top-pef-rt-img-ys {
  transform: translate(-42px, 112px);
}

.num-06 .top-pef-rt-img-yl:before {
  content: "";
  background: #555555;
  width: 348px;
  height: 198px;
  position: absolute;
  z-index: -1;
  top: 34px;
  left: calc(100% - 482px);
}


.post_content div>.num-06 .top-pef-rt-left {
  margin-top: calc(-112px - 114px) !important;
}
*/

.top-sns-wp-all {
  position: relative;
  padding: 84px 120px 49px 0px;
}

.wp-block-group.top-sns-wp-all.u-mb-ctrl.u-mb-0:before {
  content: "";
  background: rgba(235, 235, 225, 0.8);
  width: 75.125vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc((100vw - var(--container_size)) / -2);
}

.top-sns-wp {
  width: 746px;
}

.top-sns-title * {
  text-align: left !important;
}

.top-sns-icon {
  column-gap: 1.687em;
  align-items: center;
}

.top-sns-btn {
  --the-btn-radius: 10px;
  --the-solid-shadow: none;
  --the-btn-color2: #d2d2d2;
}

.top-sns-btn a {
  font-weight: 400;
  font-size: 0.875em;
  width: 478px;
  background: #323232;
}

.top-sns-btn a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-sns-btn .swl-inline-icon {
  width: 58.1891px;
  height: 40.7324px;
}

.swl-inline-icon:after {
  max-width: unset;
}

/*youtube*/
.yrc-item-adjacent .yrc-thumb {
  width: 47% !important;
}

.yrc-item-adjacent .yrc-item-meta {
  width: 53% !important;
}

li.yrc-video.yrc-item-large.yrc-item-adjacent.yrc-item.yrc-just-listed.yrc-full-scale {
  width: 100% !important;
}

.__grid .yrc-item.yrc-item-adjacent .yrc-item-title {
  white-space: wrap !important;
}

.yrc-item-title {
  font-size: 1em !important;
  margin-bottom: 0.4em !important;
}

#yrc-shell-0 .yrc-section-action,
#yrc-shell-0 .yrc-section-action,
#yrc-shell-0 .yrc-load-more-button,
.yrc-search button,
.yrc-player-bar,
.yrc-player-bar span,
.yrc-search-form-top button {
  border-radius: 18px;
}

.top-works-postlist .p-postList__body {
  justify-content: center;
  align-items: center;
}

.top-works-postlist .p-postList__body:after,
.p-postList__body:after {
  display: none;
}

.top-works-postlist .p-postList__title {
  font-family: "Shippori Mincho", var(--swl-font_family), serif;
  font-weight: 500;
  font-size: 1em !important;
  min-height: unset;
  padding-bottom: 0.7em;
  width: 100%;
  text-align: center;
}

.top-works-postlist .p-postList__meta {
  width: 100%;
  justify-content: center;
  align-items: center;

}

.top-works-postlist .c-postThumb__cat {
  background-color: #e6e6e6;
  color: #646464;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 6px, transparent 6px, transparent 12px);
  position: relative;
}

.top-works-postlist .my_postThumb__term {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 100%;
  flex-wrap: wrap;
}

/*コンセプト*/
.wide .concept-rt-left {
  position: relative;
}

.wide .concept-rt-left-inner {
  position: absolute;
  top: 0;
  left: calc((1280px - var(--container_size)) / -2) !important;
}

.wide .concept-rt-left>div {
  gap: 1em;
}

.wide .concept-lt-left {
  position: relative;
}

.wide .concept-lt-left-inner {
  position: relative;
  right: calc((1280px - var(--container_size)) / -2) !important;
}

.concept-semi-hash-wp {
  grid-template-columns: repeat(5, auto) !important;
  width: 658px;
  margin: 0 auto;
}

.concept-semi-hash {
  padding: 4px !important;
  border-radius: 6.6521px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concept-semi-table.effect-scroll {
    padding-bottom: 0;
}

.concept-semi-table table tr td {
  line-height:1;
}
.concept-semi-table table tr:not(.div-cel-tr) td{
	padding:1.25em;
}
.concept-semi-table td[rowspan="10"] {
	writing-mode: vertical-rl; /* 縦書き（右から左） */
  text-orientation: upright; /* 文字を正立させる */
  white-space: nowrap;       /* 改行させない */
  text-align: center;        /* 中央寄せ */
  vertical-align: middle;    /* 縦方向中央 */
  padding: 0;
}

.concept-semi-table span.absolute {
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}
.concept-semiorder-border{
	position:relative;
}

/*会社概要*/
.company-youtube a {
  border-radius: 0;
  border: 0.3px solid #fff;
  padding: 16px 50px;
  text-align: left;
  width: 269px;
}

.company-youtube a:before {
  position: relative;
}

.company-youtube a:before {
  content: "";
  background: url(/wp-content/uploads/2025/08/company-youtube-btn.svg);
  width: 52px;
  height: 52px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
}

.company-youtube a:hover {
  background-color: transparent !important;
  border-color: #fff;
}

.company-youtube.jitaku a:before {
  content: "";
  background: url(/wp-content/uploads/2025/09/company-jitaku-btn.svg);
  width: 52.282px;
  height: 42.0457px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
}
.company-table-wp {
  padding: min(4.16vw, 50px) !important;
  border-radius: 30px;
}

.company-small-wp>div {
  padding: 0 6.3%;
}

.company-table td,
.company-table th {
  border: none;
  border-bottom: var(--table-border) !important;
  border-color: #231815 !important;
  padding: 0.9rem 0 !important;
  letter-spacing: 0.2em;
}

.company-table tr td:first-child {
  font-size: 0.875rem !important;
  font-weight: 600;
}

.company-table tr td:nth-child(2) {
  font-weight: 400;
}

.company-table tr td:first-child,
.company-table tr td:nth-child(2) {
  border-top: var(--table-border) !important;
  border-color: #231815 !important;
}

/*コンタクト*/
.mark_gray .swl-marker.mark_orange {
    background: linear-gradient(transparent 64%, #eeeae5 0%);
}
@media(min-width:960px) {
  .contact-inner {
    width: 77.2%;
    margin: 0 auto;
  }
}

.contact-info {
  position: relative;
  padding-top: 2.362em !important;
  padding-bottom: 1.712em !important;
}

.contact-info:before {
  content: "";
  background: url(/wp-content/uploads/2025/08/contact-phone.svg);
  width: 51.4362px;
  height: 79.9271px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 123px;
  transform: translateY(-50%);
}

.contact-step-item {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.contact-step1 {
  background-color: #727171;
  flex: 1;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
  z-index: 2;

}

.contact-step2 {
  background-color: #949495;
  flex: 1;
  margin-left: -12px !important;
  clip-path: polygon(0px 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0px 100%);
  z-index: 1;
}

.contact-step3 {
  background-color: #b5b5b6;
  flex: 1;
  margin-left: -12px !important;
  z-index: 0;
}

/*コンタクトフォーム*/

.matter-field .wpcf7-list-item {
    margin: 0;
}
.siryodl{
	line-height: 1;
    letter-spacing: 0.01em;
    background: #625552;
    padding: 4px 7px;	
}
.siryodl a{
	color:#eeeae5;
}
/* チェックボックスを視覚的に隠す（でもクリックは通す） */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* ラベル全体をクリック可能に */
.wpcf7-form-control.wpcf7-checkbox label {
    position: relative;
    padding-left:1.6em;
    cursor: pointer;
    display: inline-block;
    line-height: 2;
    letter-spacing: 0.01em;
	margin-right: 1em;
}

/* 丸いチェックボックスの外枠 */
.wpcf7-form-control.wpcf7-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border: 1px solid #333;
  border-radius: 50%;
  background: white;
}

/* チェックが入った時の丸い中身 */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked+span::after {
      content: "";
    position: absolute;
    left: 0.3125rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.375rem;
    height: 0.375rem;
    background: #333;
    border-radius: 50%;
}


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-size: 1em;
  background: #f7f7f7;
  line-height: 1.5;
  border-radius: 0px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

/* デフォルトの矢印アイコンを追加する例 */
select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="none" stroke="gray" stroke-width="1" d="M0 0l2 2 2-2"/></svg>');
  background-repeat: no-repeat;
  background-position: top 63% right 14px;
  background-size: 12px;

}

form.wpcf7-form {
  color: #231815;
  font-size: 0.875em;
  letter-spacing: 0.32em;
}

span.haifun {
  padding: 4px;
}

.contact-form-wp {
  margin-bottom: 3.375em;
}

.contact-form-row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 2.6875em;
}

.contact-form-label {
  flex-basis: 25.3%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-left: 0px;
    padding-right: 20px;
    flex-flow: column;
    align-items: flex-start;
    letter-spacing: 0.2em;
}

.contact-form-items {
  flex-basis: 74.7%;
  padding: 0px;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

input:not([type="radio"]).wpcf7-form-control,
textarea.wpcf7-form-control,
select.wpcf7-form-control {
  width: 100%;
  border-radius: 0px;
  height: 57px;
}

.zip-field .contact-form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.zip-field .zip-icon {
  margin-left: 0.5em;
  width: 5.09%;
}

.zip-field .note {
  color: #231815;
  font-size: 0.8em;
  width: 50%;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-top: auto;
  margin-left: 10px;
}

span.wpcf7-form-control-wrap[data-name="your-zip"] {
  width: 228px;
}

span.wpcf7-form-control-wrap[data-name="your-time"]>select {
  width: 100%;
}

.datetime-field .contact-form-items {
  gap: 12px;
}

span.wpcf7-list-item-label {
  line-height: 1;
}

span.wpcf7-form-control.wpcf7-radio.matter .wpcf7-list-item {
  margin-left: 0;
}

span.wpcf7-form-control.wpcf7-radio.matter {
  display: flex;
  flex-flow: row;
  gap: 2em;
}

span.wpcf7-form-control.wpcf7-radio.contact-kind .wpcf7-list-item.first {
  margin-left: 0;
}

.contact-kind .wpcf7-list-item {
  margin: 0 0 0 0em;
}

.contact-kind .wpcf7-list-item.last label {
  margin-right: 0px;
}


.contact-form-item label {
  margin-right: 7px;
}

.contact-form-item {
  width: 100%;
}

.name-field .contact-form-items,
.kana-field .contact-form-items {
  gap: 1em;
}

.mail-field .contact-form-item {
  flex: 1;
}


.phone-field .contact-form-item p {
  display: flex;
}


.address-field .contact-form-items {
  flex-flow: column;
  align-items: flex-start;
  gap: 0.5em;
}

.address-field .contact-form-item {
  width: 100%;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.contact-form-requred {
  color: #625552;
  background-color: #eeeae5;
  border-radius: 0px;
  width: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 0.775em;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.contact-form-requred.not {
  background-color: #9fa0a0;
	color:#fff;
}

.wpcf7 textarea {
  height: 200px;
  width: 100% !important;
}

.contact-form-under {
  text-align: center;
  margin-bottom: 2.8125em;
}

.contact-form-under a {
  color: #007DFF;
}

.contact-form-submit.confirm p {
  margin: 0 auto;
  flex-direction: row;
}

.contact-form-submit>p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  flex-wrap: wrap;
}

div#wpcf7-f611-p612-o1 input.wpcf7-form-control.wpcf7-previous.return,
input.wpcf7-form-control.wpcf7-submit {
  flex: 0 0 calc(50% - 20px);
}

input.wpcf7-form-control.wpcf7-submit {
  margin: 10px;
  box-sizing: border-box;
}

input.wpcf7-form-control.wpcf7-previous.return {
  flex: 0 0 40%;
}

.contact-form-submit input.wpcf7-form-control.wpcf7-submit,
input.wpcf7-form-control.wpcf7-previous.return {
  color: #625552;
    border-radius: 32.6565px;
    padding: 22.5px 74px !important;
    line-height: 1;
    background: #eeeae5;
    letter-spacing: 0.26em;
    height: auto;
    font-size: 1.0625rem;
    font-weight: 600;
}

.contact-form-submit input.wpcf7-form-control.wpcf7-submit:hover,
.contact-form-submit input.wpcf7-form-control.wpcf7-previous.return:hover {
  opacity: .7;
}


.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  padding-right: 1em;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.contact-form-submit.kiraku-btn-style {
  width: 339px;
  margin: 0 auto;
}

.contact-form-submit.confirm.kiraku-btn-style {
  width: auto;
  margin: 0 auto;
}

.privacy-field span.wpcf7-form-control-wrap {
    margin-bottom: 2em;
    display: block;
}
.privacy-policy {
    padding: 1.625em;
    border: 1px solid #727171;
	letter-spacing: 0.03em;
}

/*資料DL*/
.siryodl-about{
    border: 1px solid #727171;
    padding: 2.125em 3.125em;
}
.siryodl-form .contact-form-requred {
    background-color: #625552;
	color: #eeeae5;
}
.siryodl-form + .contact-form-submit input.wpcf7-form-control.wpcf7-submit,
.siryodl-form + .contact-form-submit input.wpcf7-form-control.wpcf7-previous.return {
       color: #eeeae5;
    background: #625552;
}
.matter-field span.wpcf7-list-item-label {
    font-weight: 700;
}
.matter-field.contact-form-row {
    flex-flow: column;
    gap: 1em;
}
.matter-field .contact-form-items {
    border: 1px solid #727171;
    padding: 2.125em 3.125em;
	    font-size: 1rem;
	letter-spacing: 0.05em;
}
.matter-field .contact-form-item {
    margin-left: 2.75em;
	width: auto;
}
figure.kirakubook {
    width: 83px;
}
/*記事下の予約ボタン*/
.post-after-reservebtn a {
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    line-height: 1.2;
    padding: 2.6rem 0 2.5rem;
    width: 100%;
}
@media(min-width:737px){
	.post-after-reservebtn a {
    width: 737px;
	}
}
/*フッター直前*/
.w-beforeFooter {
  margin: 0;
  background: #323232;
  height: 21.875em;
  position: relative;
}

div#custom_html-6 {
  position: absolute;
  top: -14.625em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.fbefore-wp {
  width: 736px;
  padding: 3.875em 3.3125em 2.875em !important;
}

.fbefore-contact-btn a {
  font-weight: 500;
  border-radius: 15.4113px;
  padding: 0.59em 1em !important;
	width:100%;
}

.fbefore-contat-wp {
  padding: 2em 2.1875em 1.4375em !important;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

/*フッター*/
.l-footer__widgetArea {
  background: var(--color_footer_bg);
}

.footer-2-instagram-wp,
.footer-2-youtube-wp {
  gap: 0.5em;
  align-items: center;
}

/*固定フッター*/
@media(min-width: 768px) {
  #fix_bottom_menu {
    display: block;
    width: 58.0218px;
    top: 50svh;
    transform: translateY(-50%);
    bottom: unset !important;
    right: 0;
    left: unset;
    box-shadow: none;
  }

  #fix_bottom_menu .menu_list {
    align-items: center;
    display: flex;
    height: 585.5762px;
    justify-content: center;
    padding: 2px 0 0;
    position: relative;
    z-index: 1;
    flex-flow: column;
    gap: 1em;
  }

  #fix_bottom_menu .menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  ul.menu_list li a span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  #fix_bottom_menu span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375em;
    margin-top: 7px;
    letter-spacing: 0.1em;
  }
}

#fix_bottom_menu::before {
  background: transparent;
}

li.menu-item-1109 {
  background: #625552;
	color: #eeeae5;
}

li.menu-item-1110 {
  background: #eeeae5;
	color:#625552;
}

li.menu-item-1111 {
  background: #6e6e6e;
	color:#eeeae5;
}

/* オリジナル画像のカスタマイズ */

.catalog-icon::before,
.mail-icon::before,
.tel-icon::before {
  content: "";
  display: inline-block;
  width: 26.8987px;
  height: 17.397px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mail-icon::before {
  width: 20.4565px;
  height: 13.1743px;
}

.tel-icon::before {
  width: 20.2368px;
  height: 20.2352px;
}


.catalog-icon::before {
  background-image: url(/wp-content/uploads/2025/11/fixed-menu-catalog-2.svg);
}

.mail-icon::before {
  background-image: url(/wp-content/uploads/2025/11/fixed-menu-mail-2.svg);
}

.tel-icon::before {
  background-image: url(/wp-content/uploads/2025/11/fixed-menu-tel-2.svg);
}

/*投稿一覧(blog)*/
.p-archiveContent.u-mt-40.-blogs,
.-blogs .p-termContent{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20.25em !important;
}

.-blogs .custom-category-list-wp {
  order: 1;
	width: 22%;
}

.-blogs .p-postList.-type-card,
.-blogs .p-postList.-type-simple,
.-blogs .c-tabBody.p-postListTabBody{
  order: 0;
  width: 70%;
  border-top: none;
}

.-blogs .c-tabBody.p-postListTabBody .p-postList.-type-simple{
	width:100%;
}
.-blogs .c-tabBody__item .p-postList.-type-card{
	width:100%;
}

.-blogs .-type-simple .p-postList__link{
  padding: 0;
  padding-bottom: 2em;
  padding-top: 2em;
}



.-blogs .-type-simple li:first-child .p-postList__link {
  padding-top: 0;
}

.-blogs .p-postList__meta {
  order: 0;
}

.-blogs time.c-postTimes__posted.icon-posted {
  font-size: 0.8125em;
  letter-spacing: 0.2em;
  color: #231815;
}

.-blogs h2.p-postList__title {
  font-family: "Shippori Mincho", var(--swl-font_family), serif !important;
  order: 1;
  font-size: 0.9375em !important;
  height: auto;
  min-height: auto;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.-blogs .custom-category-list-title {
  font-family: "Shippori Mincho", var(--swl-font_family), serif !important;
  text-align: center;
  border-bottom: 1px solid var(--color_border);
  padding-bottom: 1.5em;
  line-height: 1;
  font-size: 0.9375em;
  margin-bottom: 2.1875em;
  font-weight: 500;
}

.-blogs .p-postList__body:after,
.p-postList__body:after {
  display: none;
}

.-blogs li.custom-category-item {
  font-size: 0.8125em;
  letter-spacing: 0.28em;
  padding-left: 0.9375em;
  padding-bottom: 1.75em;
  line-height: 1;
  position: relative;
}

.-blogs li.custom-category-item a:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.-blogs .c-pagination {
  width: 100%;
  order: 2;
  justify-content: flex-start;
}

.-blogs [class*="page-numbers"] {
  color: #231815;
}

.-blog.-single div#after_article {
    margin-top: 8em;
}

/*投稿一覧(イベント・works)*/
.-events,
.-works {
  margin-bottom: 20.25em !important;
}

.-works.-single figure.p-articleThumb,
.-event.-single figure.p-articleThumb{
  display: none !important;
}

.-events .custom-category-list-title,
.-works .custom-category-list-title {
  text-align: left;
  border-bottom: 1px solid var(--color_border);
  padding-bottom: 0.843125em;
  line-height: 1;
  font-size: 0.8125em;
  margin-bottom: 0.9375em;
  font-weight: 400;
}

.-events .custom-category-list-wp,
.-works .custom-category-list-wp {
  width: fit-content;
}

.-events .custom-category-list,
.-works .custom-category-list {
  display: flex;
  gap: 1em;
}

.-events .custom-category-list a,
.-works .custom-category-list a {
  font-size: 0.8125em;
}

.-events .p-archiveContent,
.-works .p-archiveContent,
.-works .c-tabBody.p-postListTabBody,
.-events .c-tabBody.p-postListTabBody{
  margin-top: 8.875em !important;
}

.-events .-type-list .p-postList__item {
  margin-bottom: 6em;
  margin-top: 0;
}

.-works .-type-card .p-postList__item {
  margin-bottom: 4.5625em;
}

.-events h2.p-postList__title {
  order: 1;
}

.-events h2.p-postList__title {
  font-family: "Shippori Mincho", var(--swl-font_family), serif !important;
  order: 1;
  font-size: 1.1875em !important;
  height: auto;
  min-height: auto;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.-works h2.p-postList__title {
  font-family: "Shippori Mincho", var(--swl-font_family), serif !important;
  order: 1;
  font-size: 1em !important;
  height: auto;
  min-height: auto;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--color_border);
  padding-bottom: 0.6875em;
}

.-events .p-postList__meta {
  order: 0;
  margin-top: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5em;
  margin-bottom: 0.5em;
}

.-works .p-postList__meta {
  margin-top: 0.8125em;
}

.-events span.c-postThumb__cat {
  position: relative;
  background: #000;
  color: #fff;
  padding: 9px 14px 8px 14px;
  line-height: 1;
}

.-works span.c-postThumb__cat {
  position: relative;
  background: transparent;
  color: #646464;
  padding: 0px;
  line-height: 1;
}

.-events .p-postList__times.c-postTimes.u-thin {
  order: 1;
  letter-spacing: 0.2em;
  font-size: 0.8125em;
}

.-works .p-postList__times.c-postTimes.u-thin {
  display: none;
}

.-events .my_postThumb__term {
  order: 0;
  display: flex;
  flex-flow: row-reverse;
  gap: 1em;
  font-family: YuMincho, "Shippori Mincho", var(--swl-font_family), serif !important;
  letter-spacing: 0.2em;
}

.-works .my_postThumb__term {
  display: flex;
  flex-flow: row-reverse;
  gap: 0.975em;
  letter-spacing: 0.1em;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.-events .p-postList__excerpt {
  font-family: "Shippori Mincho", var(--swl-font_family), serif !important;
  font-size: 0.9375em;
  margin-top: 1em;
  min-height: auto;
}

.-works .p-postList__excerpt {
  display: none;
}

.-events .p-postList__body:after {
  content: "";
  background: url(/wp-content/uploads/2025/08/event-more.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 87.0889px !important;
  height: 9.9731px;
  border-bottom: none;
  order: 3;
  width: fit-content;
  margin-top: 6em;
}

.-events .p-postList__item:hover .p-postList__body:after {
  content: "";
  background: url(/wp-content/uploads/2025/08/event-more.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 87.0889px !important;
  height: 9.9731px;
  border-bottom: none;
  order: 3;
  width: fit-content;
  margin-top: 6em;
}

.-works .p-postList__body:after {
  display: none;
}

.-events .c-pagination,
.-works .c-pagination {
  width: 100%;
  justify-content: flex-start;
}

.-events .p-archiveContent [class*="page-numbers"],
.-works .p-archiveContent [class*="page-numbers"] {
  color: #231815;
}

/*投稿のタームー一覧ページ共通*/
small.c-pageTitle__subTitle.u-fz-14 {
  display: none;
}

/*投稿のターム一覧ページ*/
.tax-blogcat .c-pageTitle {
  display: block;
}

/*イベントのターム一覧ページ*/
.tax-eventcat .c-pageTitle {
  display: block;
}

/*worksのターム一覧ページ*/
.tax-workscat .c-pageTitle {
  display: block;
}

/*投稿 イベント共通*/
.p-articleMetas__termList.c-taxList {
  margin-bottom: 2em;
}

.p-articleMetas.-top .p-articleMetas__termList {
  font-size: 0.875rem;
}

.p-articleHead.c-postTitle {
  margin-bottom: 4em;
}

h1.c-postTitle__ttl {
  font-size: 1.5625em;
  font-family: "Shippori Mincho", var(--swl-font_family), serif !important;
  letter-spacing: 0.13em;
}

.c-taxList:before {
  display: none;
}

.c-taxList__link {
  background: #323232;
  color: #fff;
  padding: 10px 16px 11px;
  font-size: 0.875em;
  font-family: "Shippori Mincho", var(--swl-font_family), serif !important;
  letter-spacing: 0.1em;
}

main#main_content.-blog.-single .l-mainContent__inner,
main#main_content.-event.-single .l-mainContent__inner {
  width: 76.7%;
  margin: 0 auto;
}

.p-articleFoot {
  display: none;
}

.w-singleBottom {
  margin-top: 8.125em;
  margin-bottom: 11.12em;
}

/*blogの投稿*/
.-blog.-single .p-articleThumb {
  margin: 1em 0 2.8125em 0;
}

/*worksの投稿*/
.-works.-single h1.c-postTitle__ttl {
  font-size: 1.125em;
  text-align: center;
}

.-works.-single .p-articleHead.c-postTitle {
  margin-bottom: 1em;
}

.-works.-single .p-articleMetas.-top {
  justify-content: center;
}

.-works.-single .c-taxList__link {
  background: transparent;
  color: #646464;
  padding: 10px 8px 10px;
  font-size: 0.875em;
  font-family: var(--swl-font_family) !important;
  letter-spacing: 0.1em;
}

.-works.-single a.c-taxList__link {
  position: relative;
}

.-works.-single a.c-taxList__link:before {
  content: "#";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.-works.-single .hov-flash-up:hover {
  -webkit-animation: flash 1s;
  animation: flash 1s;
  box-shadow: none;
}

.-works.-single .p-articleMetas__termList.c-taxList {
  margin-bottom: 3.125em;
}

.-works.-single .works-post-3col-item img {
  width: 100%;
}

.-works.-single .works-post-2col-item img {
  width: 100%;
}

.-works.-single .w-singleBottom {
  display: none;
}

.-works.-single .p-pnLinks {
  margin: 6em 0;
}

.-works.-single {
  margin-bottom: 26.25em !important;
}

/* SwellのスマホとPC切り替わり */
@media (min-width: 960px) {}

@media (max-width: 959px) {

  /*text-align*/
  .sp-figure-align-center figure {
    float: unset !important;
    display: block !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .sp-text-align-center {
    text-align: center !important;
  }

  .sp-text-align-justify {
    text-align: justify !important;
  }

  /*font-size*/
  .sp-fs-08em {
    font-size: 0.8em !important;
  }

  .sp-fs-085em {
    font-size: 0.85em !important;
  }

  .sp-fs-09em {
    font-size: 0.9em !important;
  }

  .sp-fs-095em {
    font-size: 0.95em !important;
  }

  .sp-fs-1em {
    font-size: 1em !important;
  }

  .sp-fs-11em {
    font-size: 1.1em !important;
  }

  .sp-fs-12em {
    font-size: 1.2em !important;
  }

  .sp-fs-13em {
    font-size: 1.3em !important;
  }

  .sp-fs-135em {
    font-size: 1.35em !important;
  }

  .sp-fs-14em {
    font-size: 1.4em !important;
  }

  .sp-fs-15em {
    font-size: 1.5em !important;
  }

  .sp-fs-16em {
    font-size: 1.6em !important;
  }

  .sp-fs-17em {
    font-size: 1.7em !important;
  }

  .sp-fs-18em {
    font-size: 1.8em !important;
  }

  .sp-fs-19em {
    font-size: 1.9em !important;
  }

  .sp-fs-20em {
    font-size: 2.0em !important;
  }

  .sp-fs-21em {
    font-size: 2.1em !important;
  }

  .sp-fs-25em {
    font-size: 2.5em !important;
  }

  .sp-fs-29em {
    font-size: 2.9em !important;
  }

  .sp-fs-3em {
    font-size: 3em !important;
  }

  .sp-fs-48em {
    font-size: 4.8em !important;
  }

  .sp-fs-5em {
    font-size: 5em !important;
  }

  .sp-fs-1rem {
    font-size: 1rem !important;
  }

  /*margin*/
  .sp-margin-0-auto {
    margin: 0 auto !important;
  }

  .sp-mg-bt-0 {
    margin-bottom: 0 !important;
  }

  .sp-mg-bt-05em {
    margin-bottom: .5em !important;
  }

  .sp-mg-bt-1em {
    margin-bottom: 1em !important;
  }

  .sp-mg-bt-2em {
    margin-bottom: 2em !important;
  }

  .sp-mg-bt-3em {
    margin-bottom: 3em !important;
  }

  .sp-mg-bt-4em {
    margin-bottom: 4em !important;
  }

  .sp-mg-lf-0 {
    margin-left: 0 !important;
  }

  /*padding*/
  .sp-pd-0 {
    padding: 0 !important;
  }

  .sp-pd-05em {
    padding: 0.5em !important;
  }

  .sp-pd-1em {
    padding: 1em !important;
  }

  .sp-pd-l-04em {
    padding-left: 0.4em !important;
  }

  /*width*/
  .sp-width-91 {
    width: 91% !important;
  }

  .sp-width-90 {
    width: 90% !important;
  }

  .sp-width-80 {
    width: 80% !important;
  }

  /*height*/
  .sp-height-0 {
    height: 0 !important;
  }

  .sp-height-1em {
    height: 1em !important;
  }

  .sp-height-15em {
    height: 1.5em !important;
  }

  .sp-height-2em {
    height: 2em !important;
  }

  .sp-height-25em {
    height: 2.5em !important;
  }

  .sp-height-3em {
    height: 3em !important;
  }

  .sp-height-35em {
    height: 3.5em !important;
  }

  .sp-height-4em {
    height: 4em !important;
  }

  .sp-height-5em {
    height: 5em !important;
  }

  .sp-height-6em {
    height: 6em !important;
  }

  .sp-height-7em {
    height: 7em !important;
  }

  /*line-height*/
  .sp-lh-12 {
    line-height: 1.2 !important;
  }

  .sp-lh-14 {
    line-height: 1.4 !important;
  }

  .sp-lh-2 {
    line-height: 2 !important;
  }

  /*letter-space*/
  .sp-ls-0 {
    letter-spacing: 0 !important;
  }

  /*scale*/
  .sp-scale-x-09 {
    transform: scaleX(0.9) !important;
  }

  /*flex*/
  .sp-flex-wrap {
    flex-wrap: wrap !important;
  }

  .sp-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  /*gap*/
  .sp-row-gap-2em {
    row-gap: 2em !important;
  }

  .sp-figure-width img {
    width: 70vw !important;
  }

  .sp-swell-rich-col-center .swell-block-columns__inner {
    justify-content: center !important;
  }

  /*ヘッダー*/
  .l-header__customBtn {
    display: none;
  }

  .l-header__logo {
    padding: 0 4vw;
  }

  .-img .c-headLogo__link {
    padding: 12px 0 0px 0;
  }

  /*ヘッダーウィジェット*/
  .header-icon-wp {
    margin-right: 20px;
  }

  /*ハンバーガー*/
  .l-header__menuBtn {
    height: 54px;
    width: 54px;
  }

  .c-iconBtn,
  .c-iconBtn::before,
  .c-iconBtn::after {
    width: 20px;
    height: 1px;
  }

  .c-iconBtn::before {
    top: -8px;
  }

  .c-iconBtn::after {
    top: 8px;
  }

  /*moreボタン*/
  .more.is-style-more_btn {
    text-align: center;
  }

  .more.round.is-style-more_btn a {
    width: min(32vw, 145px);
    height: 45px;
    padding: 0px 28px;
  }

  .more.round.is-style-more_btn a:after {
    right: min(6vw, 27px);
    width: min(6.76vw, 33.8257px);
  }

  .more.round.is-style-more_btn span {
    font-size: 0.8725em;
  }

  /*トップ*/
  .top-mv-text-wp {
    padding-top: calc(var(--vh, 1vh) * 21.2);
    padding-top: 21.2svh !important;
    width: 88%;
  }

  .top-mv-logo {
    width: 64%;
  }

  .top-mv-logo img {
    width: 100%;
  }

  .top-mv-news-wp {
    bottom: 4svh;
    width: 95%;
    padding: 5px 7px 5px 8px;
  }

  .top-mv-news-right .p-postList__body {
    gap: 0.5em;
  }

  .top-concept-title img {
    width: min(62.13vw, 233px) !important;
  }

  .top-event-title img {
    width: 86.3vw !important;
  }

  .top-blog-title img {
    width: 26.1vw !important;
  }

  .top-concept-left {
    padding-right: 0px !important;
  }


  .top-job-img {
    width: 88%;
    margin: 0 auto;
  }

  .top-gallery {
    flex-wrap: wrap !important;
  }

  .top-gallery figure.wp-block-image:nth-of-type(1) {
    width: 57.82vw !important;
    margin-top: auto !important;
  }

  .top-gallery figure.wp-block-image:nth-of-type(2),
  .top-gallery figure.wp-block-image:nth-of-type(3) {
    margin-top: auto !important;
    width: 38.9vw !important;
  }

  .top-gallery figure.wp-block-image:nth-of-type(4) {
    width: 57.82vw !important;
    margin-top: 0 !important;
  }

  .top-event-wp {
    margin-top: -40.23vw !important;
  }

  .top-event-wp-spacer {
    height: 60.6vw !important;
  }

  .top-blog-list {
    width: 88%;
  }

  .top-blog-list .p-postList__item:not(:last-child) {
    margin-bottom: 0em !important;
  }

  .top-pef-wp-lt,
  .top-pef-wp-rt {
    width: 86vw !important;
    margin: 0 auto;
  }

  .top-pef-lt-left {
    padding-left: 0px !important;
    margin: 0 auto !important;
  }

  .top-pef-lt-title-wp:before {
    width: 1px;
    height: 121px;
    left: -4vw;
    top: -7px;
  }

  .top-pef-text {
    width: 100% !important;
  }

  .top-pef-lt-title-wp:after {
    width: 100%;
    height: 1px;
    left: -7vw;
    bottom: -24px;
  }

  .post_content div>.top-pef-lt-img-y {
    position: relative;
    transform: translate(0px, 0em);
    margin-top: 4em !important;
  }

  .top-pef-lt-img-y:before {
    width: 67.2vw;
    height: 45.33vw;
    top: -8vw;
    left: 25.86vw;
  }
	
	.num-03 .top-pef-lt-img-y:before {
		width: 67.2vw;
    height: 45.33vw;
    top: 17.17vw;
    left: 22.39vw;
	}
	.num-05 .top-pef-lt-img-y img{
		width: 100%!important;
	}
	.num-05 .top-pef-lt-img-y:before {
        width: 67.2vw;
        height: 56.83vw;
    }
	
	
  .top-pef-rt-left {
    order: 1;
  }

  .top-pef-rt-right {
    padding-right: 0px !important;
    order: 0;
  }

  .top-pef-rt-title-wp:before {
    width: 1px;
    height: 121px;
    left: calc(100% + 4vw);
    top: -7px;
  }

  .top-pef-rt-title-wp {
    width: 100%;
  }

  .top-pef-rt-title-wp:after {
    width: 100%;
    height: 1px;
    right: -7vw;
    bottom: -24px;
  }

  .top-pef-rt-img-ys,
  .num-06 .top-pef-rt-img-ys {
    transform: translate(-7vw, 6.4vw);
  }

  .top-pef-rt-img-ys img {
    width: 72.8vw !important;
  }

  .top-pef-rt-img-yl img {
    width: 81.2vw !important;
  }

  .post_content div>.top-pef-rt-left {
    margin-top: 1em !important;
  }

  .top-pef-rt-img-yl:before {
    width: 67.2vw;
    height: 45.33vw;
    top: -34.6vw;
    left: calc(100% - 74.66vw);
  }

  .post_content div>.top-pef-lt-img-t {
    position: relative;
    transform: translate(0px, 0px);
    margin-top: 2em !important;
  }

  .top-pef-lt-img-t img {
    width: 67vw !important;
  }

  .top-pef-lt-img-t:before {
    width: 67vw;
    height: 100vw;
    top: 8vw;
    left: calc(100% - 50.13vw);
  }

  .post_content div>.num-04 .top-pef-rt-left {
    margin-top: 1em !important;
  }

  .num-04 .top-pef-rt-left {
    padding-left: 0;
  }

  .top-pef-rt-img-t img {
    width: 67vw !important;
  }

  .top-pef-rt-img-t:before {
    width: 67vw;
    height: 100vw;
    top: 8vw;
    left: 8vw;
  }

  .top-pef-rt-img-t:before {
    width: 67vw;
    height: 80vw;
    top: 16vw;
    left: -20vw;
  }

  .post_content div>.num-06 .top-pef-rt-left {
    margin-top: 0em !important;
  }
	
	.num-06 .top-pef-rt-img-yl figure {
    margin: 0;
	}
	.post_content div>.num-06 .top-pef-rt-left {
    padding-left: 7.52vw !important;
	}
	.num-06 .top-pef-rt-img-yl:before {
    content: "";
        height: 44.33vw;
        top: 32.98vw;
        left: -9.93vw;
}
  /*
  .num-06 .top-pef-rt-img-ys img {
    width: 52.8vw !important;
  }

  .num-06 .top-pef-rt-img-yl:before {
    width: 49.2vw;
    height: 38.33vw;
    top: 3.4vw;
    left: calc(100% - 89.66vw);
  }
  */
  .top-sns-wp-all {
    padding: 0;
  }

  .top-sns-wp {
    width: 100%;
  }

  .wp-block-group.top-sns-wp-all.u-mb-ctrl.u-mb-0:before {
    width: 100%;
    height: 100%;
    left: 0;
  }

  .top-sns-wp-all .swell-rich-col-between>div {
    justify-content: center !important;
  }

  .top-sns-wp>div {
    padding: 67px 6.87vw 82px;
  }

  .top-sns-logo img {
    width: 26vw !important;
  }

  .top-sns-icon {
    justify-content: center;
  }

  .top-sns-icon a {
    align-items: center;
    display: flex;
  }

  .top-sns-btn a {
    width: 100%;
    padding: 1.625em 1.625em 1.2em 1.625em;
  }

  .top-sns-btn a span {
    flex-direction: column;
    row-gap: 0.3em;
  }

  .top-works-postlist .p-postList__item:not(:last-child) {
    margin-bottom: 4em !important;
  }

  .top-works-postlist .c-postThumb__cat {
    font-size: 11px;
  }

  /*会社概要*/
  .company-table {
    font-size: 1rem !important;
  }

  .company-table table {
    --swl-cell1-width: 30vw !important;
  }

  .company-table-wp {
    padding: 2em 3vw 3em !important;
  }

  .company-table td,
  .company-table th {
    padding: 0.6rem 0.6rem !important;
  }

  .greeting-img figure {
    margin: 0 !important;
    width: 100%;
  }

  .greeting-img figure img {
    width: 70vw !important;
  }

  .post_content div>.company-youtube {
    text-align: center !important;
    margin-top: 2em !important;
  }

  /*コンタクト*/
  .contact-form-label {
    padding-left: 5px;
	  padding-right:0;
  }

  .contact-form-submit input.wpcf7-form-control.wpcf7-submit,
  input.wpcf7-form-control.wpcf7-previous.return {
    padding: 1.75em 1.8em!important;
    font-size: 0.875rem;
  }

  .contact-title {
    padding: 1.4em 0 1.1em 0 !important;
  }

  .file-field .contact-form-items {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-item.file {
    width: 100%;
  }

  .contact-form-item.limit-text {
    width: 100%;
  }

  .contact-info {
    padding-top: 1.362em !important;
    padding-bottom: 1.362em !important;
    width: 90%;
    margin: 0 auto;
  }

  .contact-info:before {
    display: none;
  }
  
	/*資料ダウンロード*/
  .siryodl-about {
    padding: 2em 1.125em;
  }
.matter-field .contact-form-items {
    padding: 2em 1.125em;
}
.matter-field .contact-form-item {
    margin-left: 1.25em;
}

  /*コンセプト*/
  .concept-main-catch,
  .concept-sub-catch {
    width: 80vw;
    margin: 0 auto;
  }

  .wide .concept-rt-left-inner {
    position: relative;
    top: unset;
    left: unset !important;
  }

  .wide .concept-lt-left-inner {
    right: calc(var(--swl-pad_container, 4vw) * -1) !important;
  }

  .wide .concept-lt-right-inner {
    position: relative;
    left: calc(var(--swl-pad_container, 4vw) * -1) !important;
  }

  .wide .concept-lt-right-inner * {
    margin-left: 0 !important;
  }

  .concept-semi-title1 {
    width: 70vw;
    margin: 0 auto;
  }

  .concept-semi-title2 {
    width: 60vw;
    margin: 0 auto;
  }

  .concept-semi-title3 {
    width: 40vw;
    margin: 0 auto;
  }

  .concept-semi-hash-wp {
    grid-template-columns: repeat(5, auto) !important;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
  }

  .concept-semi-table table {
    font-size: 0.875em !important;
  }

  .concept-semi-table table.has-white-background-color.has-background.has-fixed-layout td {
    padding: 0.4em 0.412em 0.468em 0.512em;
  }

  .concept-semi-table.wp-block-table>table tr>:first-child:not(.-no1) {
    max-width: unset;
    min-width: unset !important;
    width: 42%;
  }

  /*投稿共通*/
  main#main_content.-blog.-single .l-mainContent__inner,
  main#main_content.-event.-single .l-mainContent__inner {
    width: 100%;
  }

  /*blogの投稿*/
  .-blog.-single .p-articleThumb {
    margin: 0 0 2.8125em 0;
  }

  .w-singleBottom {
    margin-top: 6em;
    margin-bottom: 6em;
  }

  /*投稿一覧(blog)*/
	
	.-blogs ul.p-postList.-type-card,
	.-blogs .c-tabBody.p-postListTabBody{
    width: 100%;
  }
  .-blogs .p-postList.-type-simple {
    width: 100%;
    margin-bottom: 6em;
  }

  .-blogs .p-postList__item {
    margin-bottom: 6em;
  }

  .-blogs .custom-category-list-wp {
    width: 100%;
  }

  .-blogs .-type-simple .p-postList__link {
    padding: 0;
    padding-bottom: 1em;
    padding-top: 1em;
  }

  /*evet,works一覧*/
  .-events .p-archiveContent,
  .-works .p-archiveContent,
	.-works .c-tabBody.p-postListTabBody,
	.-events .c-tabBody.p-postListTabBody{
    margin-top: 4.875em !important;
  }

  .-events .-type-list .p-postList__thumb,
  .-type-list2 .p-postList__thumb {
    width: 100%;
    margin-bottom: 1em;
  }

  .-events .-type-list .p-postList__body,
  .-type-list2 .p-postList__body {
    width: 100%;
  }

  .-events .p-postList__meta {
    gap: 1em;
  }

  .-works .p-postList__body {
    text-align: center;
  }

  .-works .p-postList__meta {
    justify-content: center;
  }

  .-works span.c-postThumb__cat {
    font-size: 12px;
  }

  /*worksの投稿*/

  .-works.-single #after_article .p-pnLinks__item.-archivelink .p-pnLinks__title,
  .-event.-single #after_article .p-pnLinks__item.-archivelink .p-pnLinks__title {
    width: 75px;
    padding: 8px 8px;
  }

  .-works.-single #after_article .p-pnLinks__item.-next .p-pnLinks__title,
  .-event.-single #after_article .p-pnLinks__item.-next .p-pnLinks__title {
    text-align: right;
    padding: 9px 18px 10px 0px;
    width: 100%;
  }

  .-works.-single #after_article .p-pnLinks__item.-prev .p-pnLinks__title,
  .-event.-single #after_article .p-pnLinks__item.-prev .p-pnLinks__title {
    padding: 9px 0px 10px 18px;
    width: 100%;
  }

  .-works.-single .p-pnLinks .-next .p-pnLinks__link,
  .-event.-single .p-pnLinks .-next .p-pnLinks__link {
    padding-left: 0 !important;
  }

  .-works.-single .p-pnLinks .-prev .p-pnLinks__link,
  .-event.-single .p-pnLinks .-prev .p-pnLinks__link {
    padding-right: 0 !important;
  }

  .-works.-single .p-pnLinks,
  .-event.-single .p-pnLinks {
    margin: 4em 0;
  }

  .-works.-single {
    margin-bottom: 22.25em !important;
  }

  /*フッター直前*/
  .fbefore-wp {
    width: 92vw;
    padding: 40px 5vw 40px !important;
  }

  .fbefore-contat-wp {
    padding: 2em 1.4375em !important;
  }
	
  .fbefore-contact-btn-wp{
    grid-template-columns: repeat(1, minmax(0, 1fr))!important;
	}

  /*フッター*/
  .footer-1-wp figure,
  .footer-2-wp figure,
  .footer-3-wp figure {
    float: unset !important;
    display: block !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .footer-2-instagram-wp,
  .footer-2-youtube-wp {
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }

  .footer-logo img {
    width: min(10vw, 58px);
  }

  /*ハンバーガーメニュー*/
  .p-spMenu__body {
    padding: 30px 8vw 8vw;
  }

  ul#menu {
    font-size: 1.2em;
    width: 100%;
  }

  figure.spmenu-logo {
    width: 46vw;
    top: 63svh;
    right: unset;
    transform: translateY(-16%);
    z-index: 1;
  }

  /*下層ページヘッダー*/
  .page-header-wp {
    min-height: unset;
  }

  .page-header-inner {
    padding-top: calc(var(--swl-headerH) + 3em) !important;
  }

  .page-header-text img {
    width: min(9vw, 53px) !important;
  }


}

/* SwellのスマホとPC切り替わり */

/*小デバイス*/
@media (max-width: 768px) {

  /*text-align*/
  .xs-text-align-center {
    text-align: center !important;
  }

  .xs-text-align-justify {
    text-align: justify !important;
  }

  /*font-size*/
  .xs-fs-06em {
    font-size: 0.6em !important;
  }

  .xs-fs-07em {
    font-size: 0.7em !important;
  }

  .xs-fs-08em {
    font-size: 0.8em !important;
  }

  .xs-fs-09em {
    font-size: 0.9em !important;
  }

  .xs-fs-095em {
    font-size: 0.95em !important;
  }

  .xs-fs-01em {
    font-size: 1em !important;
  }

  .xs-fs-12em {
    font-size: 1.2em !important;
  }

  .xs-fs-13em {
    font-size: 1.3em !important;
  }

  .xs-fs-17em {
    font-size: 1.7em !important;
  }

  .xs-fs-18em {
    font-size: 1.8em !important;
  }

  /*line-height*/
  .xs-lh-10 {
    line-height: 1;
  }

  .xs-lh-11 {
    line-height: 1.1;
  }

  .xs-lh-12 {
    line-height: 1.2;
  }

  .xs-lh-13 {
    line-height: 1.3;
  }

  .xs-lh-14 {
    line-height: 1.4;
  }

  .xs-lh-15 {
    line-height: 1.5;
  }

  .xs-lh-2 {
    line-height: 2;
  }

  .xs-lh-25 {
    line-height: 2.5;
  }

  /*margin*/
  .xs-mg-bt-0 {
    margin-bottom: 0 !important;
  }

  .xs-mg-bt-05em {
    margin-bottom: 0.5em !important;
  }

  .xs-mg-bt-1em {
    margin-bottom: 1em !important;
  }

  .xs-mg-bt-2em {
    margin-bottom: 2em !important;
  }

  .xs-mg-bt-3em {
    margin-bottom: 3em !important;
  }

  .xs-mg-bt-4em {
    margin-bottom: 4em !important;
  }

  /*height*/
  .xs-height-1em {
    height: 1em !important;
  }

  .xs-height-6em {
    height: 6em !important;
  }

  .xs-height-7em {
    height: 7em !important;
  }

  .xs-height-8em {
    height: 8em !important;
  }

  /*padding*/
  .xs-pd-0 {
    padding: 0 !important;
  }

  .xs-pd-15 {
    padding: 15px !important;
  }

  .xs-pd-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .xs-pd-lr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /*line-height*/
  .xs-lh-2 {
    line-height: 2 !important;
  }

  /*flex*/
  .xs-flex-wrap {
    flex-wrap: wrap !important;
  }

  /*固定フッター*/
  #fix_bottom_menu .menu_list {
    height: 55px;
    padding: 0;
    align-items: flex-end;
    padding-top: 3px;
  }

  #fix_bottom_menu .menu-item {
    height: 100%;
  }

  #fix_bottom_menu .menu-item a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    row-gap: 2px;
  }

  /*コンタクトフォーム*/
  .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked+span::after {
    left: -1.1875rem;
    top: 66%;
  }

  .contact-title img {
    width: 80%;
  }

  .contact-form-wp {
    font-size: .93rem;
  }

  .contact-form-items {
    padding: 0px 4px 0px 9px;
  }

  input.wpcf7-form-control.wpcf7-text {
    width: 100%;
  }

  textarea.wpcf7-form-control.wpcf7-textarea.message {
    height: 117px;
    width: 100%;
  }

  .contact-form-under {
    font-size: 1rem !important;
  }

  .contact-tel-wp {
    width: 100%;
    gap: .5em !important;
    padding: 1.5em 0.5em !important;
  }

  input.zipcode {
    width: 60%;
  }

  span.wpcf7-list-item-label {
    top: -3px;
    position: relative;
    letter-spacing: 0px;
  }

  .contact-form-label {
    justify-content: flex-start;
  }

  .contact-form-requred {
    width: 2.6em;
    display: block;
    font-size: 0.875em;

    right: auto;
    text-align: center;
  }

  form.wpcf7-form {
    font-size: 0.73em !important;
    letter-spacing: 0.1em;
  }

  input:not([type="radio"]).wpcf7-form-control,
  textarea.wpcf7-form-control,
  select.wpcf7-form-control {
    height: 43px;
  }

  .contact-form-submit input.wpcf7-form-control.wpcf7-submit,
  input.wpcf7-form-control.wpcf7-previous.return {
    padding: 1em 1em !important;
    font-size: 1.1rem !important;
    margin: 0;
  }

  input.wpcf7-form-control.wpcf7-previous.return {
    margin-right: 1em;
  }

  .contact-form-submit.kiraku-btn-style {
    width: 60%;
  }
	
  figure.kirakubook {
    width: 38vw;
  }
	
  /*ページヘッダー*/
  .page-header-wp:before {
    height: 64%;
  }
	
  /*コピーライト*/
  .l-footer .copyright {
    font-size: 11px;
  }

}

/* WPカラム切り替わり*/
@media (min-width: 782px) {}

@media (max-width: 781px) {}

/* WPカラム切り替わり*/

/*swellの可変サイズブレイクポイント*/
@media (min-width: 600px) and (max-width: 959px) {
	
}

@media (min-width: 450px) and (max-width: 959px) {
	ul#menu {
        font-size: 0.9em;
	}
}

@media (max-width:600px) {
	/*コンセプト*/
	.concept-semi-table table{
		--table-width: 1000px!important;
		--swl-cell1-width: 190px!important;
	}
	/*会社概要*/
	.company-youtube-btn-wp {
    grid-template-columns: repeat(1, minmax(0, 1fr))!important;
	}
	/*コンタクトフォーム*/
	.contact-form-items{
		flex-basis:72%;
	}
	.contact-form-label {
        flex-basis: 28%;
		letter-spacing:0;
    }
	.matter-field .wpcf7-not-valid-tip {
    bottom: -7vw;
		width:max-content;
		max-width:50vw;
	}
	.wpcf7-form-control.wpcf7-checkbox label {
    white-space: nowrap;
		padding-left: 1.4em;
	}
	    .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked+span::after {
        left: -1rem;
        top: 70%;
    }
	.matter-field span.wpcf7-list-item.last {
    display: block;
	}
	span.wpcf7-not-valid-tip {
    font-size: 0.88em;
	}
	.privacy-policy {
    padding: 1em;
    height: 150px;
    overflow: scroll;
	}
	
	/*フッター直前*/
	.w-beforeFooter {
    height: 27.875em;
    }
}