@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.1
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



.h2-top-small{
  background: #fdfdfd!important;
  color: #333!important;
	font-size: var(--swl-fz--large) !important;
	font-weight:normal!important;
	text-align:center;
}



.h2-backnone {
  visibility: visible;
  color: #f9f9f9!important;
  font-family: "Cinzel", serif;
  line-height: 1.25!important;
  opacity: 0.6!important;
  letter-spacing: 5px!important;
  text-align: center;
  font-size: 80px!important;
  background: none!important;
	font-weight:normal!important;
}

/* SP（-767px） */
@media screen and (max-width: 959px) {
.h2-backnone{
  background: none!important;
  line-height: 1.25!important;
  opacity: 0.6!important;
  letter-spacing: 3px!important;
  text-align:center;
	font-weight:normal!important;
  font-size: 9vw!important;
	font-family: "Cinzel", serif;
}}

/*TOPのメインビジュルの文字*/
.p-mainVisual__slideTitle{
 /* font-size:68px;*/
  font-size:4vw;
	font-family: "Cinzel", serif;
}

.p-mainVisual__slideText{
  /*font-size:32px;*/
  font-size:2vw;
	font-family: "Cinzel", serif;
}


/*782*/
@media screen and (max-width: 959px) {
	
.p-mainVisual__slideTitle{
 /* font-size:68px;*/
  font-size:6vw;
	font-family: "Cinzel", serif;
}

.p-mainVisual__slideText{
  /*font-size:32px;*/
  font-size:4vw;
	font-family: "Cinzel", serif;
}
	
}
/*スマホサイズでの変更*/
/*
 * @media (max-width: 480px){
.p-mainVisual__slideTitle{
  font-size:32px;
}
}
*/





/* 投稿・アーカイブのみ、H1に上下マージンを追加 */
body #content {
  margin-top: 2rem!important;
}
/*
body #content h1 {
  margin-top: 2rem!important;
  margin-bottom: 0.5rem!important;
}
*/

/* カテゴリーページのH1にのみマージンを追加 */
body.category h1 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

body #content .l-mainContent__inner>.post_content {
	margin: 4em 0!important;
}




.pb0{padding-bottom:0!important;}

.my-button-nobr{
  white-space : nowrap;
}

/*
.l-header .l-header__inner, .p-mainVisual__textLayer {
	  font-family: "Cinzel", serif;
}
*/

/*TOPページのヘッダーロゴを差し替え*/
/* ── ホームだけ既存ロゴを非表示 ── */
.home .c-headLogo__img.-top,
.home .c-headLogo__img.-common {
  display: none !important;
}

/* ── ホームだけカスタムロゴを背景表示 ── */
.home .c-headLogo__link {
  display: inline-block !important;
  width: 264px;   /* 実際のロゴ幅に合わせて調整 */
  height: 38px;   /* 実際のロゴ高さに合わせて調整 */
  background: url('/wp-content/uploads/2025/07/logo-white.png') no-repeat center;
  background-size: contain;
}




/*** H2 ***/
.posth2 h2{
	font-family: "Cinzel", serif;
  line-height: 1.25;
  text-align: center;
	background: #ffffff;
  color: #000;
	
}

/*PC*/
@media screen and (min-width: 768px) {
	.posth2 h2{
		letter-spacing: 5px;
	  padding: .1em 1em;
	}
}

/*SP*/
@media screen and (max-width: 767px) {
	.posth2 h2{
	  padding: .75em 1em;
	}
}

/*** H3 ***/
.posth3-1 h3{
	
}

/*** ダンボードのボコボコ ***/
.cardboard  {
  /* ベースの紙・プラ色を白寄りに */
  background-color: #fafafa;

  /* 縦リブの影を repeating-linear-gradient で生成 */
  background-image: repeating-linear-gradient(
    38deg,
    rgba(0, 0, 0, 0.02) 0px,    /* 影の濃さ */
    rgba(0, 0, 0, 0.02) 3px,    /* リブ（線）の太さ */
    transparent 10px,            /* リブ間の空白開始 */
    transparent 6px             /* リブ間隔（6px→リブピッチ約8px） */
  );

  /* 繰り返し */
	  background-repeat: repeat;

	/* opacity:0.4;*/
}

  .white-box {
  background-color: rgba(255, 255, 255, 0.5);
  padding:3%;
	border-radius: 6px;
}


/*TOP下*/
.top-under {
	color:#000;
	background:rgba(255,255,255,0.1);
	padding:1rem 0;
}

.top-under p{
 margin:0;
}

/*** SWELL のフルワイドブロック（alignfull）の最大横幅を 1200px に制限する ***/
.swell-block-fullWide.alignfull .swell-block-fullWide__inner {
  max-width: 1200px;   /* お好きな幅に変更 */
  margin-left: auto;
  margin-right: auto;
  /* もし左右の余白（padding）を削りたい場合は下記例のように追記 */
  /* padding-left: 0;
     padding-right: 0; */
}



/*商品カテゴリーの小見出し*/
.side-border {
    display: flex;
    align-items: center;
}

.side-border:before,
.side-border:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
    margin:0 1rem;
}




/*** フォント ***/
.cinzel-f {
  font-family: "Cinzel", serif;
}

.cinzel-font {
  font-family: "Cinzel", serif;
  line-height: 1.25;
 /* opacity: 0.6;*/
  letter-spacing: 5px;
  text-align: center;
  font-size: 80px;
}

.cinzel-font2 {
  font-family: "Cinzel", serif;
  line-height: 1.25;
  letter-spacing: 5px;
  text-align: center;
  font-size: 4vw;
}


.is-style-more_btn a {
  color:#fff;
	background:#f39801;
	box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.20);
}
.is-style-more_btn a:hover {
	color:#f39801;
  background:#fff;
  box-shadow: 0px 5px 6px 5px rgba(0, 0, 0, 0.10);
}
.is-style-more_btn a:active {
    box-shadow: 0 0;
    transform: translate(5px, 5px);
}



/*** TOP下 会社概要 採用情報 ***/

/*
.top-widebox .box　figure img:hover{
  transform:scale(1.2,1.2);
}
*/


.top-widebox .wp-block-columns {
  --wp-column-gap: 0.5em 3px;
}




.top-widebox .box .en{
  font-size:2.8vw;
	margin-bottom:0;
}


/* 透明リンクをカラム全体にフィットさせる */
.top-widebox .overlay-link {
  position: absolute;
  inset: 0;            /* top:0; right:0; bottom:0; left:0; */
  z-index: 10;         /* 上に重ねる */
  display: block;      /* ブロックにして全領域をカバー */
  text-indent: -9999px;/* テキストは画面外へ */
  overflow: hidden;    /* はみ出し隠す */
  white-space: nowrap; /* 改行させない */
}


.top-widebox .box {
  position: relative;
  z-index: 1;
}

.top-widebox .box a:before {
    content: "";
    position: absolute;
    bottom: 48px;
    right: 36px;
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease-in-out, right 0.3s ease-in-out;
}

.top-widebox .box a:after {
    content: "";
    position: absolute;
    bottom: 48px;
    right: 36px;
    -webkit-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg);
    width: 7px;
    height: 2px;
    background: #fff;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}


/* 親要素に overflow:hidden を指定 */
.top-widebox .box {
  position: relative; /* 必要に応じて */
  overflow: hidden;
}

/* 変形にアニメーションを付与 */
.top-widebox .box img {
  display: block;             /* 画像の隙間をなくす */
  width: 100%;                /* 必要に応じて */
  transition: transform 0.4s ease;
  transform-origin: center center;
}

/* ホバー時に拡大 */
.top-widebox .box:hover img {
  transform: scale(1.1);      /* 拡大率はお好みで */
}





/*** 記事下のお問い合わせ ***/
.contact-box h2{
	background:white!important;
	color:#000!important;
	padding:0.4em 1em 0.3em 1em!important;
}

.contact-box .tel ,.contact-box .fax{
	background:#fff;
	border-radius:5px;
}

.contact-box .telbox .teltxt,
.contact-box .faxbox .faxtxt {
	font-size:18px;
}

.contact-box .telbox .number,
.contact-box .faxbox .number
{
	font-size:36px;
}

.contact-box .telbox p.has-border {
  display: flex;           /* 横並びに */
  align-items: center;     /* 縦方向の中央揃え */
  justify-content: center; /* 横方向も中央に */
  gap: 1rem;               /* TEL と番号の間に余白 */
}

/* 同じようにFAXも揃えたい場合 */
.contact-box .faxbox p.has-border {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}


.contact-box .telbox {
  position: relative;
}

.contact-box .telbox .overlay-link{
  position: absolute;
  inset: 0; /* あるいは top:0; right:0; bottom:0; left:0; */
  z-index: 10;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

.contact-box .mailbox a{
	font-size:1.5vw;
	border-radius:5px;
}
.contact-box .mailbox  .is-style-more_btn a {
    padding-top: 2rem !important;
	  padding-bottom: 2rem !important;
}



@media screen and (max-width: 1250px) {
  .contact-box .telbox .teltxt,
  .contact-box .faxbox .faxtxt {
	  font-size:1.5vw;
  }
  .contact-box .telbox .number,
  .contact-box .faxbox .number
  {
	  font-size:2.5vw;
  }
	.contact-box .mailbox a{
  	font-size:1.5vw;
  }
}

@media screen and (max-width: 1150px) {
  .contact-box .telbox .teltxt,
  .contact-box .faxbox .faxtxt {
	  font-size:1.7vw;
  }
  .contact-box .telbox .number,
  .contact-box .faxbox .number
  {
	  font-size:2.7vw;
  }
	.contact-box .mailbox a{
  	font-size:1.7vw;
  }
}

@media screen and (max-width: 1050px) {
  .contact-box .telbox .teltxt,
  .contact-box .faxbox .faxtxt {
	  font-size:1.9vw;
  }
  .contact-box .telbox .number,
  .contact-box .faxbox .number
  {
	  font-size:2.9vw;
  }
	.contact-box .mailbox a{
  	font-size:1.9vw;
  }
}

@media screen and (max-width: 950px) {
  .contact-box .telbox .teltxt,
  .contact-box .faxbox .faxtxt {
	  font-size:2.1vw;
  }
  .contact-box .telbox .number,
  .contact-box .faxbox .number
  {
	  font-size:3.1vw;
  }
	.contact-box .mailbox a{
  	font-size:2.3vw;
  }
}

@media screen and (max-width: 850px) {
	.contact-box .mailbox a{
  	font-size:2.5vw;
  }
}

@media screen and (max-width: 780px) {
  .contact-box .telbox .teltxt,
  .contact-box .faxbox .faxtxt {
	  font-size:2.3vw;
  }
  .contact-box .telbox .number,
  .contact-box .faxbox .number
  {
	  font-size:3.3vw;
  }
	.contact-box .mailbox a{
  	font-size:2.5vw;
  }
	
  .contact-box .wp-block-columns {
    --wp-column-gap: 0.5em 3px;
  }

}


@media screen and (max-width: 780px) {
  /* 1) カラムを flex コンテナに */
  .contact-box .wp-block-columns {
    display: flex !important;
    gap: 0 !important;           /* 列間のギャップをゼロに */
    margin: 0;                   /* 余白リセット（必要なら） */
  }
  /* 2) 各カラムを等しい幅に */
  .contact-box .wp-block-column {
    flex: 1 1 50% !important;    /* 幅の最小値50%、あとは均等に */
    max-width: none !important;  /* WP デフォルトのカラム幅制限を解除 */
    margin: 0 !important;        /* 不要なマージンがあればリセット */
    box-sizing: border-box;      /* パディング込みの幅計算 */
  }
}



@media screen and (max-width: 700px) {
  .contact-box .telbox .teltxt,
  .contact-box .faxbox .faxtxt {
	  font-size:2.5vw;
  }
  .contact-box .telbox .number,
  .contact-box .faxbox .number
  {
	  font-size:3.5vw;
  }
	.contact-box .mailbox a{
  	font-size:2.7vw;
  }
}

@media screen and (max-width: 640px) {
  .contact-box .telbox .teltxt,
  .contact-box .faxbox .faxtxt {
	  font-size:2.7vw;
  }
  .contact-box .telbox .number,
  .contact-box .faxbox .number
  {
	  font-size:3.7vw;
  }
	.contact-box .mailbox a{
  	font-size:2.9vw;
  }
}

@media screen and (max-width: 599px) {
  .has-border, div.has-background, p.has-background {
    padding: 10% 5%;
  }
	.contact-box .mailbox a{
  	font-size:3.9vw;
  }
}



/*** フォーム用CSS ***/

/* レスポンシブフォーム全体 */
.responsive-form {
  margin: 0 auto;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-sizing: border-box;
}

/* テーブルレイアウト */
.responsive-form .form-table {
  width: 100%;
  border-collapse: collapse;
}
.responsive-form .form-table th,
.responsive-form .form-table td {
  padding: 12px 8px;
	border: none;
  vertical-align: middle;
  box-sizing: border-box;
	background-color:#fff;
}
.responsive-form .form-table th {
  width: 30%;
  font-weight: bold;
  text-align: left;
  color: #333;
}
.responsive-form .form-table td {
  width: 70%;
}

.responsive-form .form-table  span{
  margin-left: 5px;
}


/* 必須マーク */
.responsive-form .form__required {
  color: #fff;
	font-size:80%;
  font-weight: bold;
	background:#d00;
	letter-spacing:2px;
	border-radius:4px;
  display: inline-block;
  vertical-align: middle;
	padding: 0 8px;
	
}

/* 入力フィールド */
.responsive-form input[type="text"],
.responsive-form input[type="email"],
.responsive-form input[type="tel"],
.responsive-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}
.responsive-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* 送信ボタン */
.responsive-form .form-submit {
  text-align: center;
  margin-top: 24px;
}



.responsive-form .form-submit input[type="submit"],
.responsive-form .form-submit-confirm input[type="submit"]{
  background-color: #28a745;    /* 添付の緑色 */
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .2s;
	box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.20);
}
.responsive-form .form-submit input[type="submit"]:hover,
.responsive-form .form-submit-confirm input[type="submit"]:hover {
  background-color: #218838;
}


/* ── 横並び＆中央寄せ ── */
.responsive-form .form-submit-confirm {
  text-align: center;
	margin-top: 24px;
}

/* 全てのボタンをインラインブロック化＆余白調整 */
.responsive-form .form-submit-confirm input {
  display: inline-block;
  width: auto;
	/* 幅を内容に合わせる */
  margin: 0 8px;
	/* 左右の間隔 */
}

/* 「修正する」ボタン(Previous) */
.responsive-form .form-submit-confirm input.wpcf7-previous {
  background-color: #d9534f;  /* 赤 */
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .2s;
	box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.20);
}
.responsive-form .form-submit-confirm input.wpcf7-previous:hover {
  background-color: #c9302c;
}

.responsive-form .form-submit-confirm input[type="submit"]:hover {
  background-color: #218838;
}


/* 問い合わせフォームのボタンを中央に寄せる*/
.page-id-15 .wpcf7-form .wpcf7-submit {
  display: block !important;
  margin: 0 auto !important; /* ブロック要素を中央に */
  width: auto !important;
}

/* 確認画面のボタンの上に余白 */
.confirm-form .form-submit-confirm{margin-top:4rem!important;}


/* スマホ時の余白調整 */
@media screen and (max-width: 600px) {
  .responsive-form {
    padding: 24px 16px;
  }
	.responsive-form .form-table th{
		padding-bottom:0px;
	}
	.responsive-form .form-table th,
  .responsive-form .form-table td {
    display: block;
    width: 100%;
  }
  .responsive-form .form-table th {
    margin-top: 1.6rem;
		text-align:center;
  }


  .confirm-form .form-table {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid var(--color_border, #e6e6e6); /* 最下部の線 */
  }
  .confirm-form .form-table tr + tr th,
  .confirm-form .form-table tr + tr td {
    border-top: 1px solid var(--color_border, #e6e6e6);   /* 行の区切り線 */
  }
  .confirm-form .form-table th,
  .confirm-form .form-table td {
    padding: 12px 14px;
  }


}


/*** FEATURE ***/

/******* what ********/
/*** 事業内容 ***/


.what .back {
  position: relative;
  z-index: 3;
}
.what .back p {
  visibility: visible;
  color: #f9f9f9;
font-family: "Cinzel", serif;
  line-height: 1.25;
  opacity: 0.6;
  letter-spacing: 5px;
  text-align: center;
  font-size: 80px;
}
.what .container {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto 0;
}
.what .container .mark {
  color: #ffffff !important;
  font-size: 160%;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1em;
  box-sizing: border-box;
  line-height: 1.5;
}
.what .container .cg {
  color: #ffffff !important;
  margin: 0 0 0 0!important;
}
.what .container .mark-wrapper {
  width: 600px;
}
.what .container .mark-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
}
.what .container .mark-wrapper ul li {
  visibility: visible;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  margin: 0 30px 0 0;
}
.what .container .mark-wrapper ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid rgba(139, 139, 139, 0.7);
  border-top-color: rgb(214, 214, 214);
  border-radius: 50%;
  animation: what-mark-spin 3s ease-in-out infinite;
  width: 100%;
  height: 100%;
}
@keyframes what-mark-spin {
  to {
    transform: rotate(360deg);
  }
}
.what .container .mark-wrapper ul li p {
  color: #f9f9f9;
  text-align: center;
  font-size: 22px;
}
.what .container .mark-wrapper ul li.cg {
  width: 100px;
}
.what .container .mark-wrapper ul li.cg p {
  font-family: "Cinzel";
  font-size: 55px;
}
.what .container .mark-wrapper ul li.cg::after {
  display: none;
}
.what .container .mark-wrapper ul li:last-child {
  margin: 0 0 0 0;
}
.what .container .mark-wrapper ul:nth-child(1) li:nth-child(2)::after {
  animation-delay: 0.4s;
}
.what .container .mark-wrapper ul:nth-child(2) li:nth-child(1)::after {
  animation-delay: 0.8s;
}
.what .container .mark-wrapper ul:nth-child(2) li:nth-child(3)::after {
  animation-delay: 1.2s;
}
.what .container .mark-wrapper ul:nth-child(3) {
  margin: -30px 0 0 0;
}
.what .container .mark-wrapper ul:nth-child(3) li:nth-child(1)::after {
  animation-delay: 1.6s;
}
.what .container .text {
  color: #f9f9f9;
  width: 40%;
  padding: 0 0 0 80px;
  box-sizing: border-box;
  max-width: 100%;
}
.what .container .text .sentence {
  margin: 30px 0 0 0;
}
.what .container .text .sentence p {
  line-height: 2;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 25px 0 25px 0;
text-shadow:
  1px 1px 2px #000,
  0 0 1em #000,
  0 0 0.2em #000;
}

  .what .container .mark-wrapper .mark {
	text-shadow:
  1px 1px 2px #000,
  0 0 1em #000,
  0 0 0.2em #000;
  }



/* ipad（768px-1023px） */
@media screen and (min-width: 1040px) and (max-width: 1082px) {

	.swell-block-columns {
    --swl-clmn-mrgn--x: 5.5rem;
    --swl-clmn-mrgn--y: 1.5rem;
}
	
}


/* ipad（768px-1023px） */
@media screen and (min-width: 960px) and (max-width: 1039px) {

	.swell-block-columns {
    --swl-clmn-mrgn--x: 5.5rem;
    --swl-clmn-mrgn--y: 1.5rem;
  }
	.what .container .mark-wrapper ul li {
  visibility: visible;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin: 0 30px 0 0;
  }
}


/* SP（-767px） */
@media screen and (max-width: 959px) {

  /* グーテンベルグ2カラムを1カラム扱いに強制変更 */
  .what .swell-block-columns__inner {
    display: block !important;
  }

  .what .swell-block-column {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .what {
    margin: 30px 0 0 0;
    padding: 20px 0 40px 0;
  }
  .what .bg-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .what .bg-color {
    z-index: 2;
    opacity: 0.85;
  }
  .what .back p {
    line-height: 1.25;
    opacity: 0.6;
    letter-spacing: 3px;
    font-size: 9vw;
  }
  .what .container {
    display: block;
    max-width: 100%;
    margin: 20px auto 0;
  }
  .what .container .mark-wrapper {
    width: 100%;
    margin: 0 auto 0;
  }
  .what .container .mark-wrapper ul {
    margin: 20px 0 0 0;
  }
  .what .container .mark-wrapper ul li {
    position: relative;
    width: 32vw;
    height: 32vw;
    margin: 0 2vw 0 0;

  }
  .what .container .mark-wrapper ul li::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .what .container .mark-wrapper ul li {
    font-size: 4vw;
  }
  .what .container .mark-wrapper ul li.cg {
    width: 20vw;
    font-size: 10vw;
  }
  .what .container .mark-wrapper ul li.cg::after {
    display: none;
  }
  .what .container .mark-wrapper ul li:last-child {
    margin: 0 0 0 0;
  }
  .what .container .mark-wrapper ul:nth-child(3) {
    margin: -20px 0 0 0;
  }
  .what .container .text {
    width: calc(100% - 0px);
    padding: 30px 5% 0 5%;
		margin-top:6rem!important;
  }
	.what .container .text .catch {
    text-align: center !important;
    margin: 0 auto 0;
	}
  .what .container .text .catch h2 {
    text-align: center!important;
    font-size: 7.25vw;
    	display: block;
    	width: 100%;
    line-height:1.7;
  }
  .what .container .text .sentence {
    margin: 15px 0 0 0;
	  text-align: left !important;
    line-height: 2;
    letter-spacing: 1px;
    font-size: 4vw;
    padding: 20px 0 20px 0;
  }

}




/*** 商品カテゴリー ***/

.category-box {
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
	background-color:#fff;
border-radius: 6px;
}
.category-box img{
border-radius: 6px 6px 0 0;
}

.category-box p{
	padding-bottom:1rem;
}



/* カラムを親要素に */
.category-box {
  position: relative;
}

/* 透明リンクをカラム全体にフィットさせる */
.category-box .overlay-link {
  position: absolute;
  inset: 0;            /* top:0; right:0; bottom:0; left:0; */
  z-index: 10;         /* 上に重ねる */
  display: block;      /* ブロックにして全領域をカバー */
  text-indent: -9999px;/* テキストは画面外へ */
  overflow: hidden;    /* はみ出し隠す */
  white-space: nowrap; /* 改行させない */
}


/*** TOP下スライダー 左に移動 ***/
.top-slider {
    display: flex;
    overflow: hidden;
    gap: 1rem;
}

.top-slider .wp-block-group__inner-container,
.top-slider .swell-block-columns {
    display: contents;
}

.top-slider .swell-block-columns__inner {
    flex-wrap: nowrap;
    animation: infinity-scroll-left 46s infinite linear;
	/* アニメーションの時間を指定 */
}

.top-slider .swell-block-column figure {
    width: 240px; /* 180 画像の横幅を指定（パソコン） */
    position: relative;
	margin-bottom:0;
}

.top-slider .swell-block-column figure::before {
    padding-top: 65%; /* 画像の縦横比を指定 */
    display: block;
    content: "";
}

.top-slider .swell-block-column figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.top-slider .swell-block-columns .slyder-box p{
	text-align:center;
	margin:0 0 0 1rem!important;
}

@media screen and (max-width: 959px) {
    .top-slider .swell-block-column figure {
        width: 200px; /* 画像の横幅を指定（スマホ） */
    }
}


@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}



/*TOP下スライダー 右に移動*/
.top-slider1 {
    display: flex;
    overflow: hidden;
    gap: 1rem;
}

.top-slider1 .wp-block-group__inner-container,
.top-slider1 .swell-block-columns {
    display: contents;
}

.top-slider1 .swell-block-columns__inner {
    flex-wrap: nowrap;
    animation: infinity-scroll-right 46s infinite linear;
	/* アニメーションの時間を指定 */
}

.top-slider1 .swell-block-column figure {
    width: 240px; /* 180 画像の横幅を指定（パソコン） */
    position: relative;
	margin-bottom:0;
}

.top-slider1 .swell-block-column figure::before {
    padding-top: 65%; /* 画像の縦横比を指定 */
    display: block;
    content: "";
}

.top-slider1 .swell-block-column figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.top-slider1 .swell-block-columns .slyder-box p{
	text-align:center;
	margin:0 0 0 1rem!important;
}

@media screen and (max-width: 959px) {
    .top-slider1 .swell-block-column figure {
        width: 200px; /* 画像の横幅を指定（スマホ） */
    }
}


@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}





/*** TOP お悩みスライダー ***/
.loop-slider {
    display: flex;
    overflow: hidden;
    gap: 1.5rem; /* 画像間の余白を指定 */
}

.loop-slider .wp-block-group__inner-container,
.loop-slider .swell-block-columns {
    display: contents;
}

.loop-slider .swell-block-columns__inner {
    flex-wrap: nowrap;
    animation: infinity-scroll-left 25s infinite linear; /* アニメーションの時間を指定 */
}

.loop-slider .swell-block-column figure {
    width: 500px; /* 画像の横幅を指定（パソコン） */
    position: relative;
}

.loop-slider .swell-block-column figure::before {
    padding-top: 65%; /* 画像の縦横比を指定 */
    display: block;
    content: "";
}

.loop-slider .swell-block-column figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 959px) {
    .loop-slider .swell-block-column figure {
        /*width: 200px;*/
        width: 300px;
			/* 画像の横幅を指定（スマホ） */

	}
}


@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


/*** スライダー１つ１つ全体をクリックできるようにする ***/
/* カラムを親要素に */
.slyder-box {
  position: relative;
}

.slyder-box{
	/*box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);*/
	border: 1px solid #d3d3d3;
}


.slyder-box p{
	padding:1rem;
}

/* 透明リンクをカラム全体にフィットさせる */
.slyder-box .overlay-link {
  position: absolute;
  inset: 0;            /* top:0; right:0; bottom:0; left:0; */
  z-index: 10;         /* 上に重ねる */
  display: block;      /* ブロックにして全領域をカバー */
  text-indent: -9999px;/* テキストは画面外へ */
  overflow: hidden;    /* はみ出し隠す */
  white-space: nowrap; /* 改行させない */
}





/***** FEATURE *****/

/* #feature 配下の全ての fullWide コンテナの背景をクリア */
#feature .swell-block-fullWide__inner,
#feature .swell-block-fullWide__inner .container {
  background-color: transparent !important;
}


#feature {
  position: relative;
  /* ベースの背景色 */
  background-color: #fafafa !important;
  /* 子要素を上に出すために z-index を 0 に */
  z-index: 0;
}

/* 疑似要素でパターンを全域に描画 */
#feature::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  /* ①白の半透明レイヤー ②縦リブパターン */
  background-image:
    linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)),
    repeating-linear-gradient(
      38deg,
      rgba(0, 0, 0, 0.06) 0,
      rgba(0, 0, 0, 0.06) 3px,
      transparent 3px,
      transparent 10px
    );
  background-repeat: repeat, repeat;
  pointer-events: none;
  z-index: 0;
}

/* コンテンツは疑似要素の上に来るように */
#feature .swell-block-fullWide__inner {
  position: relative;
  z-index: 1;
  background: transparent !important;
}




.feature {
  overflow: hidden;
  padding: 100px 0 0 0;
}
.feature .container {
  padding: 0 0 0 0;
}
.feature .container .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
	max-width: 1280px;
  height: 650px;
  margin: 0 auto 0;
}
.feature .container .title .text {
  position: relative;
	white-space: nowrap;
  z-index: 2;
  padding: 0 0 0 6%;
}
.feature .container .title .text .catch h3 {
  font-family: "Cinzel", serif;
  font-weight: 500;
  letter-spacing: 10px;
  font-size: 90px;
}
.feature .container .title .text h2 {
  margin: 60px 0 0 0;
}
.feature .container .title .text .catch h2 {
  font-weight: 600;
  line-height: 1.8;
  font-size: 24px;
}
.feature .container .title .thumb {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 60%;
  height: 650px;
}
.feature .container .title .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature .container .box-wrapper {
  /* max-width: 1920px; */
	max-width: 1280px;
  margin: 0 auto 0;
  padding: 60px 6% 0 6%;
}
.feature .container .box-wrapper .box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
}
.feature .container .box-wrapper .box .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature .container .box-wrapper .box .top .thumb {
  position: relative;
  z-index: 3;
}
.feature .container .box-wrapper .box .top .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%!important;
  height: 100%!important;
}


.feature .container .box-wrapper .box .top .thumb .number {
  position: absolute;
  right: 10px;
  top: -40px;
}
.feature .container .box-wrapper .box .top .thumb .number p {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: 1;
  opacity: 0.7;
  background: linear-gradient(90deg, #cbcbb6 0%, #d6d2b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  font-size: 100px;
}
.feature .container .box-wrapper .box .top .text {
  position: relative;
  padding: 0 0 0 70px;
}
.feature .container .box-wrapper .box .top .text .en {
  position: relative;
  z-index: 2;
}
.feature .container .box-wrapper .box .top .text .en p {
/*  font-family: "Cinzel", serif; */
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 14px;
  font-size: 64px;
}
.feature .container .box-wrapper .box .top .text h3 {
  position: relative;
  z-index: 2;
  margin: 30px 0 0 0;
}
.feature .container .box-wrapper .box .top .text .catch h3 {
  line-height: 1.6;
  letter-spacing: 3px;
  font-size: 30px;
	padding-left:0;
}
.feature .container .box-wrapper .box .top .text ul {
  position: relative;
  z-index: 2;
  margin: 30px 0 0 0;
  list-style: none;
	padding-left:0;
}
.feature .container .box-wrapper .box .top .text ul li {
  background: url(/wp-content/themes/swell_child/images/gems.svg) no-repeat 0 center;
  background-size: 20px auto;
  font-size: 20px;
  padding: 5px 20px 5px 30px;
}
.feature .container .box-wrapper .box .top .text .geometory {
  position: absolute;
  z-index: 1;
  opacity: 0.4;
  right: 0;
  bottom: 0;
  width: 400px;
}
.feature .container .box-wrapper .box .top .text .geometory img {
  animation: 6s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
}
.feature .container .box-wrapper .box .bottom {
  margin: 30px auto 0;
}
.feature .container .box-wrapper .box .bottom .sentence {
  position: relative;
  z-index: 3;
  width: 100%;
}
.feature .container .box-wrapper .box .bottom .sentence p {
  line-height: 2;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.feature .container .box-wrapper > .box:nth-child(2n) .top {
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.feature .container .box-wrapper > .box:nth-child(2n) .top .text {
  padding: 0 70px 0 0;
}
.feature .container .box-wrapper > .box:nth-child(2n) .top .text .geometory {
  right: 70px;
}




/* 追加する場所：子テーマの style.css か、外観→カスタマイズ→追加 CSS */
.box--reverse .top > .wp-block-group__inner-container {
  display: flex !important;              /* SWELL 側で display:flex になってますが念のため */
  flex-direction: row-reverse !important;
  align-items: center;                   /* 必要なら調整 */
}

/* テキスト部分の余白を左右入れ替え */
.box--reverse .top .text {
  padding-left: 0 !important;
  padding-right: 70px !important;
}

/* サムネイル側の余白もお好みで */
.box--reverse .top .thumb {
  margin-right: 0;
  margin-left: 20px;
}


/*
	.feature  h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    padding: 0 .5em .5em 0;
}
*/
/*
.min1800-disp {
	display:none;
}
*/


/*** Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用 ***/
@media screen and (min-width: 1024px) {
  .feature {
    padding: 100px 0 0 0;
  }
  .feature .container {
    padding: 0 0 0 0;
  }
  .feature .container .title {
    max-width: 1920px;
    height: 600px;
    margin: 0 auto 0;
  }
  .feature .container .title .text {
    padding: 0 0 0 6%;
  }
  .feature .container .title .text .catch h3 {
    letter-spacing: 10px;
    font-size: 75px;
text-shadow:
  1px 1px 2px #fff,
  0 0 1em #fff,
  0 0 1.2em #fff;
  }
  .feature .container .title .text h2 {
    margin: 60px 0 0 0;
  }
  .feature .container .title .text .catch h2 {
    line-height: 1.8;
    font-size: 24px;
  }
  .feature .container .title .thumb {
    width: 60%;
    height: 600px;
  }
  .feature .container .title .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
	
	
	/*** ***/
	
	  /* ① タイトルコンテナを相対配置に */
  .feature .wp-block-group.title {
    position: relative;
  }

  /* ② ::before で正方形ブロックを絶対配置 */
  .feature .wp-block-group.title::before {
    content: "";
    position: absolute;
    /* 上から20%下がった位置 */
    top: 0%;
    /* 右から10%内側 */
    right: 0%;
    /* 横幅80vw、高さも同じ80vwで正方形 */
    width: 60vw;
    height: 60vw;
    /* お好きな画像URLに置き換え */
    background: url("/wp-content/uploads/2025/07/taihei1.jpg") no-repeat center center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
  }

  /* ③ テキストは上に重ねる */
  .feature .wp-block-group.title .wp-block-group__inner-container {
    position: relative;
    z-index: 2;
    /* 上下のパディングはお好みで */
    padding: 0;
  }

  /* ④ 元の thumb（figure）は非表示に */
  .feature .wp-block-group.title .thumb {
    display: none !important;
    position: absolute;
    /* 上から20%下がった位置 */
    top: 5%;
    /* 右から10%内側 */
    left: 20%;
		width:100vw;		
    width: 80vw;
    height: 60vw;
  }

	/*
	.feature-space{
		margin-bottom:20rem;
	}
*/




/*** ***/
	
  .feature .container .box-wrapper {
    max-width: 100%;
    padding: 60px 0 0 0;
  }
  .feature .container .box-wrapper .box {
    margin: 60px 0 0 0;
  }
  .feature .container .box-wrapper .box .top .thumb {
		width: 600px;
  	height: 600px;
    width: 50vw;
    height: 50vw;
  }

  .feature .container .box-wrapper .box .top .thumb img {
    width: 100%;
    height: 100%;
  }

	
	.feature .container .box-wrapper .box .top .thumb .number {
	  left: auto;      /* 既存の left をリセット */
	  right: 10px;     /* お好みで調整 */
	  top:   -40px;    /* お好みで調整 */
	  text-align: right;          /* テキストも右寄せ */
	}


  .feature .container .box-wrapper .box .top .thumb .number p {
    line-height: 1;
    opacity: 0.7;
    letter-spacing: 4px;
    font-size: 90px;
  }
  .feature .container .box-wrapper .box .top .text {
    width: calc(100% - 50vw);
    padding: 0 0 0 35px;
  }
  .feature .container .box-wrapper .box .top .text .en p {
    line-height: 1.4;
    letter-spacing: 10px;
    font-size: 48px;
  }
  .feature .container .box-wrapper .box .top .text h3 {
    margin: 30px 0 0 0;
  }
  .feature .container .box-wrapper .box .top .text .catch h3 {
    line-height: 1.6;
    letter-spacing: 3px;
    font-size: 30px;
		padding-bottom:10px
  }



	
	.feature .container .box-wrapper .box .top .text ul {
    margin: 30px 0 0 0;
  }
  .feature .container .box-wrapper .box .top .text ul li {
    background: url(/wp-content/themes/swell_child/images/gems.svg) no-repeat 0 center;
    background-size: 20px auto;
    font-size: 20px;
    padding: 5px 20px 5px 30px;
  }
  .feature .container .box-wrapper .box .top .text .geometory {
    opacity: 0.4;
    right: 0;
    bottom: 0;
    width: 400px;
  }
  .feature .container .box-wrapper .box .bottom {
    margin: 30px auto 0;
  }
  .feature .container .box-wrapper .box .bottom .sentence {
    width: 100%;
    padding: 0 4% 0 4%;
  }
  .feature .container .box-wrapper .box .bottom .sentence p {
    line-height: 2;
    font-size: 18px;
    padding: 10px 0 10px 0;
  }
  .feature .container .box-wrapper  .box:nth-child(2n) .top .text {
    padding: 0 35px 0 4%;
  }
  .feature .container .box-wrapper  .box:nth-child(2n) .top .text .geometory {
    right: 70px;
  }

	.feature .box .top .thumb figure {
	  position: relative;
	  width: 100%;
		aspect-ratio: 1 / 1;
	  overflow: hidden;
	}

	/* 中の画像をコンテナいっぱいに広げて切り抜き */
	.feature .box .top .thumb figure img {
	  position: absolute;
	  inset: 0;
		/* top:0; right:0; bottom:0; left:0; と同じ */
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
		/* アスペクト比を保ったまま拡大・切り抜き */
	  display: block;
		/* 下に余白が出ないように */
	}


	
/* Gutenberg対応のflex化 */
.feature .box .top > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* 各カラム幅の明確化 */
.feature .box .top .thumb {
  flex: 0 0 50%;
  max-width: 50%;
  width: 600px!important;
  height: 600px!important;
}
.feature .box .top .text {
  flex: 1;
  max-width: 50%;
  padding-left: 60px;
}


}/* 1024px～1280px responsive-close */



/*** min-width: 1480px ***/
@media screen and (min-width: 1480px) {


	.feature .container .title .text .catch h3 {
    letter-spacing: 10px;
    font-size: 98px;
		padding: 0 .5em .5em 0!important;
		text-shadow:
  		1px 1px 2px #fff,
  		0 0 1em #fff,
  		0 0 1.2em #fff;
	}
	.feature .container .title .text .catch h2 {
    line-height: 1.8;
    font-size: 36px;
	}

	/*
		.feature-space{
		margin-bottom:30rem;
	}
	*/
	
	
}


/*
@media screen and (min-width: 1480px) {
    .min1800-disp {
	 		display:block;
 	}
}
*/



/*** Stylesheet: 767pxまで(スマホ)のモニタで適用 ***/
@media screen and (max-width: 1023px) {

	.feature .container .title {
	  position: relative;
	  display: flex;
	  align-items: center;
	  justify-content: flex-start;
	  max-width: 1140px;
	  height: 480px;
	  margin: 0 auto 0;
	}

  /* ① タイトルコンテナを相対配置に */
  .feature .wp-block-group.title {
    position: relative;
  }

  /* ② ::before で正方形ブロックを絶対配置 */
  .feature .wp-block-group.title::before {
    content: "";
    position: absolute;
    /* 上から20%下がった位置 */
    top: 0%;
    /* 右から10%内側 */
    left: 20%;
    /* 横幅80vw、高さも同じ80vwで正方形 */
    width: 80vw;
    height: 80vw;
    /* お好きな画像URLに置き換え */
    background: url("/wp-content/uploads/2025/07/taihei1-2.jpg") no-repeat center center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
  }

  /* ③ テキストは上に重ねる */
  .feature .wp-block-group.title .wp-block-group__inner-container {
    position: relative;
    z-index: 2;
    /* 上下のパディングはお好みで */
    padding: 0;
  }

  /* ④ 元の thumb（figure）は非表示に */
  .feature .wp-block-group.title .thumb {
    display: none !important;
    position: absolute;
    /* 上から20%下がった位置 */
    top: 5%;
    /* 右から10%内側 */
    left: 20%;
		width:100vw;		
    width: 80vw;
    height: 60vw;
  }


  .feature .container .title .text .catch h3 {
    font-size: 9vw;
    line-height: 1.3;
    letter-spacing: normal;
		padding: 0 .5em .5em 0!important;
		text-shadow:
  1px 1px 2px #fff,
  0 0 1em #fff,
  0 0 1.2em #fff;
  }
	.feature .container .title .text {
		padding:0!important;
	}

	
	.feature .container .title .text .catch .wp-block-heading {
  white-space: normal;       /* 改行を許可 */
  overflow-wrap: anywhere;   /* どこでも改行 */
  word-break: break-word;    /* 単語内で改行 */
	}



  /* 親コンテナを縦並びに */
  .feature .box .top > .wp-block-group__inner-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

	.feature .container .box-wrapper {
    margin: 0 auto 0;
    padding: 60px 0 0 0;
}
	
	.feature .box-weapper .swell-block-fullWide__inner {
		margin:0 0 0 0!important;
	}

.feature .container .box-wrapper .box  {
		margin:0 0 0 0!important;
	display: block;
	}
	
  /* サムネイルとテキストを幅100%に */
  .feature .box .top .thumb,
  .feature .box .top .text {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }
  .feature .box .top .thumb {
    margin-bottom: 1rem;
  }
	

  /* テキスト部分だけ横並びに */
  .feature .box .top .text {
    display: flex !important;
    flex-wrap: wrap;           /* 要素がはみ出す場合は wrap を off に */
    align-items: flex-start;
    gap: 1rem;
  }
  /* テキスト内の各ブロックを固定幅で並べる */
	.feature .box .top .text .en P{
		font-size: calc(4vw + 1.3rem);
		letter-spacing: normal;
	}

  .feature .box .top .text > .en,
  .feature .box .top .text > .catch,
  .feature .box .top .text > ul {
    flex: 0 0 auto;
  }


  /* ボックス下部の文も余白調整 */
  .feature .box .bottom .sentence {
    padding: 0 !important;
  }

	/* サムネイル側の余白もお好みで */
.box--reverse .top .thumb {
  margin-right: 0;
  margin-left: 0;
}
	
  /* 画像は幅にフィット＆アスペクト保つ */
  .feature .box .top .thumb img {
    width: 100%   !important;
    height: auto  !important;
    object-fit: cover !important;
  }

	
	
	
	
	  /* 文字を重ねているテキストブロック */
  .feature .container .title {
    position: static !important;
    top: auto     !important;
    left: auto    !important;
    transform: none !important;
    width: 100%   !important;
    margin: 1rem 0 !important; /* お好みで上下の余白調整 */
  }


	
}


@media screen and (max-width: 767px) {
	    .feature .container .box-wrapper .box .top .text .catch h3 {
        line-height: 1.8;
        letter-spacing: 2px;
        font-size: 6vw;
    }
	
	  .feature .container .box-wrapper .box .top .text .en p {
    line-height: 1.1;
    letter-spacing: 8px;
    font-size: 8vw;
  }
	
    .t-font {
        line-height: 1.1;
        letter-spacing: 10px;
        font-size: 9vw;
    }
}


@media screen and (min-width: 2100px) {
	.feature-space{
		margin-bottom:50rem;
	}
}

@media screen and (max-width: 2020px) {
	.feature-space{
		margin-bottom:46rem;
	}
}


@media screen and (max-width: 1970px) {
	.feature-space{
		margin-bottom:46rem;
	}
}

@media screen and (max-width: 1920px) {
	.feature-space{
		margin-bottom:42rem;
	}
}

@media screen and (max-width: 1870px) {
	.feature-space{
		margin-bottom:42rem;
	}
}

@media screen and (max-width: 1820px) {
	.feature-space{
		margin-bottom:36rem;
	}
}


@media screen and (max-width: 1770px) {
	.feature-space{
		margin-bottom:36rem;
	}
}


@media screen and (max-width: 1720px) {
	.feature-space{
		margin-bottom:32rem;
	}
}

@media screen and (max-width: 1670px) {
	.feature-space{
		margin-bottom:32rem;
	}
}

@media screen and (max-width: 1620px) {
	.feature-space{
		margin-bottom:28rem;
	}
}

@media screen and (max-width: 1580px) {
	.feature-space{
		margin-bottom:24rem;
	}
}

@media screen and (max-width: 1530px) {
	.feature-space{
		margin-bottom:20rem;
	}
}


@media screen and (max-width: 1480px) {
	.feature-space{
		margin-bottom:17rem;
	}
}


@media screen and (max-width: 1400px) {
	.feature-space{
		margin-bottom:15rem;
	}
}


@media screen and (max-width: 1340px) {
	.feature-space{
		margin-bottom:15rem;
	}
}


@media screen and (max-width: 1240px) {
	.feature-space{
		margin-bottom:10rem;
	}
}


@media screen and (max-width: 1140px) {
	.feature-space{
		margin-bottom:10rem;
	}
}


@media screen and (max-width: 1000px) {
	.feature-space{
		margin-bottom:20rem;
	}
}

@media screen and (max-width: 959px) {
	.feature-space{
		margin-bottom:30rem;
	}
}

@media screen and (max-width: 900px) {
	.feature-space{
		margin-bottom:23rem;
	}
}

@media screen and (max-width: 800px) {
	.feature-space{
		margin-bottom:18rem;
	}
}

@media screen and (max-width: 746px) {
	.feature-space{
		margin-bottom:15rem;
	}
}

@media screen and (max-width: 698x) {
	.feature-space{
		margin-bottom:10rem;
	}
}

@media screen and (max-width: 648px) {
	.feature-space{
		margin-bottom:7rem;
	}
}

@media screen and (max-width: 598px) {
	.feature-space{
		margin-bottom:5rem;
	}
}

@media screen and (max-width: 598px) {
	.feature-space{
		margin-bottom:3rem;
	}
}



/* 疑似要素でパターンを全域に描画 */
.stlipe-css::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  /* ①白の半透明レイヤー ②縦リブパターン */
  background-image:
    linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)),
    repeating-linear-gradient(
      38deg,
      rgba(0, 0, 0, 0.06) 0,
      rgba(0, 0, 0, 0.06) 3px,
      transparent 3px,
      transparent 10px
    );
  background-repeat: repeat, repeat;
  pointer-events: none;
  z-index: 0;
}




/*** HEADER ***/

.top-header {
  overflow: hidden;
  background: url(/wp-content/themes/swell_child/images/top-header-bg-min.webp) no-repeat 0 0;
  background-size: cover;
}
/*
.fullscreen-header {
  width: 100vw;
  height: 100vh;
  background-image:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #e6f4ff 25%,
      #d2e8ff 50%,
      #f0e6ff 75%,
      #ffffff 100%
    );
  background-size: cover;
  background-repeat: no-repeat;
}
*/



.fullscreen-header-bg {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(
    135deg,          /* 斜め方向 */
    #ffffff 0%,      /* グラデのスタート色＝白 */
    #e6f4ff 25%,
    #d2e8ff 50%,
    #f0e6ff 75%,
    #ffffff 100%     /* グラデの終端色＝白 */
  );
  background-size: cover;
  background-repeat: no-repeat;
}




.top-header .top-container {
  max-width: 1920px;
  margin: 0 auto 0;
}
/*.top-header .top-container nav ul {
  display: flex;
  align-items: center;
	
}
.top-header .top-container nav ul li {
  margin: 0 30px 0 0;
}
.top-header .top-container nav ul li a {
  color: #000000;
  font-family: "Cinzel";
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 22px;
  padding: 0 0 0 0;
}
.top-header .top-container nav ul li:last-child {
  margin: 0 0 0 0;
}
.top-header .top-container nav h1 {
  display: none;
}
*/
.top-header .top-container .first-view {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 20px 0 0 0;
  padding: 0 0 0 3%;
}
.top-header .top-container .first-view .text {
  color: #343434;
  width: calc(100% - 50vw);
  padding: 50px 0 0 0;
}

  .top-header .top-container .first-view .text h2 .catch {
	font-family: "Cinzel", serif;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 5px;
/*    font-size: 80px;
*/
		font-size: 4.2vw;
		padding:3% 0 3% 3%;
  }

.top-header .top-container .first-view .text .catch-h2 {
	font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 32px;
}
.top-header .top-container .first-view .text ul {
  margin: 30px 0 0 0;
}
.top-header .top-container .first-view .text ul li {
  background: url(/wp-content/themes/swell_child/images/verify.svg) no-repeat 0 center;
  background-size: 20px auto;
  font-size: 20px;
  padding: 5px 20px 5px 30px;
}
.top-header .top-container .first-view .text .sentence {
  margin: 10px 0 0 0;
}
.top-header .top-container .first-view .text .sentence p {
  line-height: 2;
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.top-header .top-container .first-view .splide {
  width: 50vw;
}
.top-header .top-container .first-view .splide .splide__track {
  width: 100%;
}
.top-header .top-container .first-view .splide .splide__track .splide__list {
  width: 100%;
}
.top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide {
  width: 100%;
}
.top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide .thumb {
  overflow: hidden;
  position: relative;
  right: -5vw;
  top: 0;
  border-radius: 50%;
  width: 50vw;
  height: 50vw;
}
.top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide .thumb img {
  border-radius: 50%;
  transition: 8s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
  transform: scale(1.15);
  transition-delay: 0s;
}

.top-header .top-container .text li{list-style:none;}



/*** 1024px～1280px(iPad縦からiPad横)までのモニタで適用 ***/

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .top-header .top-container {
    max-width: 1920px;
    margin: 0 auto 0;
  }
/*  .top-header .top-container nav {
    padding: 30px 2% 0 2%;
  }
  .top-header .top-container nav .logo {
    line-height: 0;
    width: 170px;
  }
  .top-header .top-container nav ul li {
    margin: 0 20px 0 0;
  }
  .top-header .top-container nav ul li a {
    letter-spacing: 2px;
    font-size: 19px;
    padding: 0 0 0 0;
  }
  .top-header .top-container nav ul li:last-child {
    margin: 0 0 0 0;
  }
  .top-header .top-container nav h1 {
    display: none;
  }
*/	
	
  .top-header .top-container .first-view {
    margin: 20px 0 0 0;
    padding: 0 0 0 3%;
  }
  .top-header .top-container .first-view .text {
    width: calc(100% - 50vw);
    padding: 50px 0 0 0;
  }
  .top-header .top-container .first-view .text h2 .catch {
    font-family: "Cinzel", serif;
		line-height: 1.5;
    letter-spacing: 5px;
    /*font-size: 80px;*/
		font-size: 4vw;
		padding:3% 0 2% 3%;
  }
  .top-header .top-container .first-view .text .catch-h2 {
		font-family: "Cinzel", serif;
    letter-spacing: 2px;
    font-size: 28px;
  }
  .top-header .top-container .first-view .text ul {
    margin: 30px 0 0 0;
  }
  .top-header .top-container .first-view .text ul li {
    background-size: 19px auto;
    font-size: 19px;
    padding: 5px 20px 5px 30px;
  }
  .top-header .top-container .first-view .text .sentence {
    margin: 10px 0 0 0;
  }
  .top-header .top-container .first-view .text .sentence p {
    line-height: 2;
    font-size: 17px;
    padding: 10px 0 10px 0;
  }
  .top-header .top-container .first-view .splide {
    position: relative;
    width: 50vw;
  }
  .top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide .thumb {
    right: -5vw;
    top: 0;
    width: 50vw;
    height: 50vw;
  }
  .top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
} /* 1024px～1280px responsive-close */



/*** 768px～1023px(iPad縦からiPad横)までのモニタで適用 **/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-header .top-container {
    max-width: 1920px;
    margin: 0 auto 0;
  }
	
/*
  .top-header .top-container nav {
    padding: 30px 2% 0 2%;
  }
  .top-header .top-container nav .logo {
    line-height: 0;
    width: 170px;
  }
  .top-header .top-container nav ul {
    display: none;
  }
  .top-header .top-container nav h1 {
    display: block;
  }
  .top-header .top-container nav h1 .catch {
    font-size: 17px;
  }
*/	
	
  .top-header .top-container .first-view {
    margin: 20px 0 0 0;
    padding: 0 0 0 3%;
  }
  .top-header .top-container .first-view .text {
    width: calc(100% - 50vw);
    padding: 50px 0 0 0;
  }
  .top-header .top-container .first-view .text h2 .catch {
		font-family: "Cinzel", serif;
    line-height: 1.25;
    letter-spacing: 5px;
    /*font-size: 60px;*/
		font-size: 3.8vw;
		padding:2% 0 2% 0;
  }
  .top-header .top-container .first-view .text .catch-h2 {
		font-family: "Cinzel", serif;
    letter-spacing: 2px;
    font-size: 26px;

  }
  .top-header .top-container .first-view .text ul {
    width: 120%;
    margin: 30px 0 0 0;
  }
  .top-header .top-container .first-view .text ul li {
    background-size: 18px auto;
    font-size: 18px;
    padding: 5px 20px 5px 28px;
  }
  .top-header .top-container .first-view .text .sentence {
    margin: 10px 0 0 0;
  }
  .top-header .top-container .first-view .text .sentence p {
    line-height: 2;
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
  .top-header .top-container .first-view .splide {
    position: relative;
    width: 50vw;
  }
  .top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide .thumb {
    right: -5vw;
    top: 0;
    width: 50vw;
    height: 50vw;
  }
  .top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
} /* 768px～1023px responsive-closed */




/*** 767pxまで(スマホ)のモニタで適用 ***/

@media screen and (max-width: 767px) {
  .top-header .top-container {
    max-width: 1920px;
    margin: 0 auto 0;
  }

	/*
	.header .container nav {
    padding: 20px 3% 0 3%;
  }
  .header .container nav .logo {
    line-height: 0;
    width: 35vw;
  }
  .header .container nav ul {
    display: none;
  }
  .header .container nav h1 {
    display: block;
  }
  .header .container nav h1 .catch {
    line-height: 1.3;
    font-size: 4vw;
  }
	
*/
	
	
  .top-header .top-container .first-view {
    display: block;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
  }
  .top-header .top-container .first-view .text {
    width: calc(100% - 0vw);
    padding: 20px 4% 0 4%;
  }
  .top-header .top-container .first-view .text h2 .catch {
		font-family: "Cinzel", serif;
    line-height: 1.25;
    letter-spacing: 5px;
    /*font-size: 12vw;*/
		font-size: 8.5vw;
		padding:3% 0 2% 1%;
  }
  .top-header .top-container .first-view .text .catch-h2 {
		font-family: "Cinzel", serif;
    letter-spacing: 2px;
    font-size: 6vw;
  }
  .top-header .top-container .first-view .text ul {
    width: 120%;
    margin: 30px 0 0 0;
  }
  .top-header .top-container .first-view .text ul li {
    background-size: 4vw auto;
    letter-spacing: 0;
    font-size: 4.35vw;
    padding: 5px 20px 5px 4.5vw;
  }
  .top-header .top-container .first-view .text .sentence {
    margin: 10px 0 0 0;
  }
  .top-header .top-container .first-view .text .sentence p {
    line-height: 2;
    font-size: 4vw;
    padding: 10px 0 10px 0;
  }
  .top-header .top-container .first-view .splide {
    position: relative;
    width: 90vw;
    margin: 0 auto 0;
		margin-bottom:1rem!important;
  }
	
	
  .top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide .thumb {
    right: 0;
    top: 0;
    width: 90vw;
    height: 90vw;
		border-radius:0%
  }
  .top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
		border-radius:0%

  }
  .top-header .top-container .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
} /* 767px responsive-closed */



/*** 選ばれる理由 REASON ***/
.reason-box {
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
	background-color:#fff;
border-radius: 6px;
padding:2%;
}

.reason-box1 {
padding:2%;

}


.reason-box .no{
	color:#01714b;
	font-weight:bold;
	font-family: "Cinzel", serif;
}

.reason-box h3{
	margin:0 0 1rem 0;
	border-bottom:#fff;
	text-align:center;
}
.reason-box p{
	padding-bottom:0rem;
}

.reason-box img{
border-radius: 6px;
}

.reason-p{
	margin-bottom:2rem;
	text-align:left;
}

.reason-box a:before {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 16px;
    display: block;
    width: 40px;
    height: 2px;
    background: #01714b;
    transition: width 0.3s ease-in-out, right 0.3s ease-in-out;
}

.reason-box a:after {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 14px;
    -webkit-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg);
    width: 7px;
    height: 2px;
    background: #01714b;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}


/* カラムを親要素に */
.reason-box {
  position: relative;
}

/* 透明リンクをカラム全体にフィットさせる */
.reason-box .overlay-link {
  position: absolute;
  inset: 0;            /* top:0; right:0; bottom:0; left:0; */
  z-index: 10;         /* 上に重ねる */
  display: block;      /* ブロックにして全領域をカバー */
  text-indent: -9999px;/* テキストは画面外へ */
  overflow: hidden;    /* はみ出し隠す */
  white-space: nowrap; /* 改行させない */
}

@media (max-width: 859px) {
    .wp-block-columns.sp_column2>.wp-block-column {
        flex-basis: calc(50% - var(--wp-column-gap) / 2) !important;
        flex-grow: 0 !important;
    }
}



/*****************/
.reason-container1 .thumb {
  position: relative;
}
.reason-container1 .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%!important;
  height: 100%!important;
	z-index: 1;
}


.reason-container1 .thumb .number {
  position: absolute;
  right: 10px;
  top: -40px;
  z-index: 3;
}
.reason-container1 .thumb .number p {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: 1;
  opacity: 0.7;
  background: linear-gradient(90deg, #cbcbb6 0%, #d6d2b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  font-size: 100px;
}

.reason-container1 .thumb .number1 {
  position: absolute;
  left: 10px;
  top: -40px;
  z-index: 3;
}
.reason-container1 .thumb .number1 p {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: 1;
  opacity: 0.7;
  background: linear-gradient(90deg, #cbcbb6 0%, #d6d2b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  font-size: 100px;
}


	.reason-container1 .text h2{
		font-family: "Cinzel", serif;

 }

	.reason-container1 .text ul {
    margin: 1rem 0 1rem 0;
		list-style:none;
  }
  .reason-container1 .text ul li {
    background: url(/wp-content/themes/swell_child/images/gems.svg) no-repeat 0 center;
    background-size: 20px auto;
    font-size: 20px;
    padding: 5px 20px 5px 30px;
  }


/*** ふわふわ***/

.reason-container1 .text {
  position: relative;
}

.reason-container1 .text .geometory {
  position: absolute;
  z-index: 1;
  opacity: 0.2;
  right: 0;
  bottom: 0;
  width: 400px;
}
.reason-container1 .text .geometory img {
  animation: 6s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
}



/*** 783px - 959px ***/
@media screen and (min-width: 783px) and (max-width: 959px) {
 .reason-container1 .thumb figure {
   position: relative;
   height: 100%;
	 aspect-ratio: 1 / 1;
   overflow: hidden;
 }

 /* 中の画像をコンテナいっぱいに広げて切り抜き */
 .reason-container1 .thumb figure img {
   position: absolute;
   inset: 0;
	 /* top:0; right:0; bottom:0; left:0; と同じ */
   width: 100%;
   height: 100%;
   object-fit: cover;
	/* アスペクト比を保ったまま拡大・切り抜き */
   display: block;
	 /* 下に余白が出ないように */
 }
}

/*** 782px ***/
@media screen and (min-width: 782px) {

 .reason-container1 .thumb figure {
   position: relative;
   width: 100%;
	 aspect-ratio: 1 / 1;
   overflow: hidden;
 }

 /* 中の画像をコンテナいっぱいに広げて切り抜き */
 .reason-container1 .thumb figure img {
   position: absolute;
   inset: 0;
	 /* top:0; right:0; bottom:0; left:0; と同じ */
   width: 100%;
   height: 100%;
   object-fit: cover;
	/* アスペクト比を保ったまま拡大・切り抜き */
   display: block;
	 /* 下に余白が出ないように */
 }

}

/*** SP ***/
@media screen and (max-width: 767px) {

	.reason-container1 h2{
		font-size:4.5vw;
		text-align:center;
	}

	.reason-box {
   padding:4%;
 }

.reason-box1 {
padding:2%;

}
	
	#reason2 .wp-block-columns,
	#reason4 .wp-block-columns,
	#reason6 .wp-block-columns,
	#reason8 .wp-block-columns{
    display: flex;
    flex-direction: column-reverse;
  }
	
  .reason-container1 .thumb .number {
    position: absolute;
    left: 10px;
    top: -40px;
    z-index: 3;
  }
}




/*** 会社概要 ***/

/*PC*/
@media screen and (min-width: 768px) {
	.wp-block-table table tr th {
    width: 20%!important;
  }
}
/*SP*/
@media screen and (max-width: 767px) {
  .wp-block-table table tr th {
    width: 100% !important;
		text-align:center;
		font-size:120%;
  } 
}





/*** FLOW ***/
.flow {
  overflow: hidden;
  padding: 60px 0 60px 0;
}

.flow .container .title .catch h3 {
  text-align: center;
  font-family: "Cinzel";
  font-weight: 500;
  line-height: 1;
  letter-spacing: 10px;
  font-size: 90px;
}

.flow .container .title h2 {
  margin: 10px 0 0 0;
}

.flow .container .title .catch h2 {
  text-align: center;
  line-height: 1.25;
  font-weight: 600;
  font-size: 24px;
}

.flow .container .box-wrapper,
#flow .swell-block-fullWide__inner {
  max-width: 1680px;
  width: 96%;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.flow .container .box-wrapper .box {
  position: relative;
  background: linear-gradient(
    30deg,
    rgba(231, 237, 242, 0.9) 0%,
    rgba(244, 248, 252, 0.9) 35%,
    rgba(255, 255, 255, 0.9) 100%
  );
  box-shadow: rgba(236, 236, 236, 0.2) 0 7px 29px 0;
  margin: 30px 0 0 0;
  width: 30%;

}

.flow .container .box-wrapper .box .inner {
  display: flex;
  align-items: center;
  padding: 30px 45px 30px 45px;
}

.flow .container .box-wrapper .box .inner .number {
background-color: #287a38;
/*
 * background-image: linear-gradient(315deg, #b4e7c8 0%, #f0fbf5 74%);
*/
	
  box-shadow: rgba(236, 236, 236, 0.2) 0 7px 29px 0;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
/*  color: #757485; */
	color:#fff;
  top: -20px;
}

.flow .container .box-wrapper .box .inner .number p {
  font-family: "Cinzel";
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

.flow .container .box-wrapper .box .inner .number p.sub {
  font-size: 20px;
	margin-bottom:0;
	margin-top:3px!important;

}

.flow .container .box-wrapper .box .inner .number p.main {
  font-size: 30px;
}

.flow .container .box-wrapper .box .inner .text {
  width: calc(100% - 100px);
  padding: 0 0 0 45px;
}

.flow .container .box-wrapper .box .inner .text .catch h3 {
  font-size: 30px;
}

.flow .container .box-wrapper .box .inner .text .sentence {
  margin: 10px 0 0 0;
}

.flow .container .box-wrapper .box .inner .text .sentence p {
  color: #343434;
  line-height: 1.8;
  padding: 10px 0 10px 0;
  font-size: 18px;
}

.flow .container .box-wrapper .farrow {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-box .swell-block-fullWide.alignfull .swell-block-fullWide__inner,
.flow-box .swell-block-fullWide.alignwide .swell-block-fullWide__inner {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
}

.flow .container .box-wrapper .farrow {
  width: 5%;
  height: auto;
  background: url("/wp-content/uploads/2025/05/flow-arrow.svg") no-repeat center;
  background-size: contain;
}

.flow .container .box-wrapper .farrow img {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .flow {
    padding: 60px 0 60px 0;
  }
  .flow .container .title .catch h3 {
    line-height: 1;
    letter-spacing: 10px;
    font-size: 77px;
  }
  .flow .container .title h2 {
    margin: 10px 0 0 0;
  }
  .flow .container .title .catch h2 {
    line-height: 1.25;
    font-size: 24px;
  }
  .flow .container .box-wrapper {
    max-width: 96%;
    margin: 0 auto 0;
    padding: 20px 0 0 0;
  }
  .flow .container .box-wrapper .box {
    margin: 50px 0 0 0 !important;
  }
  .flow .container .box-wrapper .box .inner {
    padding: 5px 30px 25px 30px;
    display: block;
  }
  .flow .container .box-wrapper .box .inner .number {
    width: 7vw;
    height: 7vw;
    margin: -20px auto 0;
    line-height: 1.2;
  }
  .flow .container .box-wrapper .box .inner .number p.sub {
    font-size: 1.85vw;
  }
  .flow .container .box-wrapper .box .inner .number p.main {
    font-size: 2.5vw;
  }
  .flow .container .box-wrapper .box .inner .text {
    width: 100%;
    padding: 20px 0 0 0px;
  }
  .flow .container .box-wrapper .box .inner .text .catch h3 {
    font-size: 24px;
    text-align: center;
  }
  .flow .container .box-wrapper .box .inner .text .sentence {
    margin: 5px 0 0 0;
  }
  .flow .container .box-wrapper .box .inner .text .sentence p {
    line-height: 1.8;
    padding: 10px 0 10px 0;
    font-size: 1.8vw;
  }
  .flow .container .box-wrapper .farrow {
    width: 5%;
    margin: 0px auto 0px;
    transform: rotate(-90deg);
    transform-origin: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow {
    padding: 60px 0 60px 0;
  }
  .flow .container .title .catch h3 {
    line-height: 1;
    letter-spacing: 10px;
    font-size: 77px;
  }
  .flow .container .title h2 {
    margin: 10px 0 0 0;
  }
  .flow .container .title .catch h2 {
    line-height: 1.25;
    font-size: 24px;
  }
  .flow .container .box-wrapper {
    max-width: 94%;
    margin: 0 auto 0;
    padding: 10px 0 0 0;
  }
  .flow .container .box-wrapper .box {
    margin: 50px auto 0 !important;
  }
  .flow .container .box-wrapper .box .inner {
    padding: 5px 25px 25px 25px;
    display: block;
  }
  .flow .container .box-wrapper .box .inner .number {
    width: 8vw;
    height: 8vw;
    margin: -20px auto 0;
    line-height: 1.2;
  }
  .flow .container .box-wrapper .box .inner .number p.sub {
    font-size: 2vw;
  }
  .flow .container .box-wrapper .box .inner .number p.main {
    font-size: 2.5vw;
  }
  .flow .container .box-wrapper .box .inner .text {
    width: calc(100% - 0vw);
    padding: 20px 0 0 0px;
  }
  .flow .container .box-wrapper .box .inner .text .catch h3 {
    font-size: 3.15vw;
    text-align: center;
  }
  .flow .container .box-wrapper .box .inner .text .sentence {
    margin: 1px 0 0 0;
  }
  .flow .container .box-wrapper .box .inner .text .sentence p {
    line-height: 1.8;
    padding: 10px 0 10px 0;
    font-size: 1.8vw;
  }
  .flow .container .box-wrapper .farrow {
    width: 5%;
    margin: 0px auto 0px;
    transform: rotate(-90deg);
    transform-origin: center;
  }
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 60px 0 60px 0;
  }
  .flow .container .box-wrapper {
    max-width: 94%;
    margin: 0 auto 0;
    display: block;
  }
  .flow .container .box-wrapper .box {
    margin: 0px auto 0;
    width: 100%;
  }
  .flow .container .box-wrapper .box .inner {
    display: block;
    padding: 30px 20px 30px 20px;
  }
  .flow .container .box-wrapper .box .inner .number {
    width: 20vw;
    height: 20vw;
    top: -20px;
    line-height: 1.2;
    margin: auto;
  }
  .flow .container .box-wrapper .box .inner .number p.sub {
    font-size: 4vw;
  }
  .flow .container .box-wrapper .box .inner .number p.main {
    font-size: 6vw;
  }
  .flow .container .box-wrapper .box .inner .text {
    width: 100%;
    padding: 20px 0 0 0;
		text-align:center;
  }
  .flow .container .box-wrapper .box .inner .text .catch h3 {
    font-size: 6vw;
  }
  .flow .container .box-wrapper .box .inner .text .sentence {
    margin: 10px 0 0 0;
  }
  .flow .container .box-wrapper .box .inner .text .sentence p {
    line-height: 1.8;
    padding: 10px 0 10px 0;
    font-size: 4vw;
  }
  .flow .container .box-wrapper .farrow {
    width: 30vw;
    margin: 30px auto 30px;
    height: 30px;
    background: url("/wp-content/uploads/2025/05/flow-arrow.svg") no-repeat center;
    background-size: contain;
  }
}



/*** 取り扱い素材 ***/
.material-box .box {
  position: relative;
  z-index: 1;
}

/*
.material-box .g-text {
	color:#01714b;
	font-size:2vw;
	font-weight:bold;
  position: absolute;
  left: 30%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
}

.material-box .w-text {
	color:#fff;
	font-size:2vw;
	font-weight:bold;
  position: absolute;
  left: 25%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
}
*/

.material-box .wp-block-cover, .wp-block-cover-image {
    min-height: 250px;
}

.material-box .box a:before {
    content: "";
    position: absolute;
    bottom: 32px;
    right: 22px;
    display: block;
    width: 40px;
    height: 2px;
    background: #01714b;
    transition: width 0.3s ease-in-out, right 0.3s ease-in-out;
}

.material-box .box a:after {
    content: "";
    position: absolute;
    bottom: 32px;
    right: 20px;
    -webkit-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg);
    width: 7px;
    height: 2px;
    background: #01714b;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}


/* 透明リンクをカラム全体にフィットさせる */
.material-box  .overlay-link {
  position: absolute;
  inset: 0;            /* top:0; right:0; bottom:0; left:0; */
  z-index: 10;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}



.material-box .g-text {
	color:#01714b;
	font-size:1.8vw;
	font-weight:bold;
}

.material-box .w-text {
	color:#fff;
	font-size:1.8vw;
	font-weight:bold;
}



.material-li{
	margin-bottom:0;
}

	.material-table table th , .material-table table td{
    vertical-align: middle;
  }






.text-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.text-head::before,
.text-head::after {
  content: '';
  display: block;
  width: 60px; /* ← 線の長さを固定 */
  height: 1px;
  background: black;
}

.text-head::before {
  margin-right: 12px; /* 文字との間隔 */
}

.text-head::after {
  margin-left: 12px;
}

.text-head span {
  white-space: nowrap;
  font-weight: bold;
}

/*
.text-head {
  position: relative;
  display: inline-block;
  padding: 0 55px;
	text-align:center;
}

.text-head:before, .text-head:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.text-head:before {
  left:0;
}
.text-head:after {
  right: 0;
}
*/




/*PC*/
@media screen and (min-width: 768px) {
	.material-table table th:first-child {
    width: 6%!important;
  }

  .text-head p{
	  font-size:120%;
	  font-weight:bold;
  }

	
}
/*SP*/
@media screen and (max-width: 767px) {

	.text-head p{
	  font-weight:bold;
  }

  .material-box .wp-block-cover, .wp-block-cover-image {
      min-height: 200px;
  }
	
	.material-box .g-text {
	  font-size:3vw;
	}

	.material-box .w-text {
	  font-size:3vw;
	}

	/*
	.material-box .g-text {
	  font-size:4vw;
    left: 15%;
    transform: translateX(-50%);
    top: 50%;
    transform: translateY(-50%);
	}

	.material-box .w-text {
	  font-size:4vw;
    left: 10%;
    transform: translateX(-50%);
    top: 50%;
    transform: translateY(-50%);
	}

	 */

	.material-table table th:first-child {
    width: 130px!important;
  }
	
}



/*** 素材見本帳 ***/
.sample-container .thumb {
  position: relative;
}
.sample-container .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%!important;
  height: 100%!important;
	z-index: 1;
}



/*PC*/
@media screen and (min-width: 960px) {
	.posth2-sample {
		letter-spacing: 5px;
  	font-family: "Cinzel", serif;
    line-height: 1.25;
	  background: #ffffff;
    color: #000;	
	  padding: .1em 1em;
	}
.sample-container .thumb .number {
  position: absolute;
  right: 10px;
  top: -40px;
  z-index: 3;
  }
  .sample-container .thumb .number p {
    display: inline-block;
    font-family: "Cinzel", serif;
    font-weight: 600;
    line-height: 1;
    opacity: 0.7;
    background: linear-gradient(90deg, #cbcbb6 0%, #d6d2b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
		font-size:4.5vw;
  }

}

/*SP*/
@media screen and (max-width: 959px) {
	.posth2-sample h2{
	  padding: 0 1em .75em 1em;
    line-height: 1.45;
    font-family: "Cinzel", serif;
	}

	 .sample-theme {
		 margin-bottom:.5rem;
	}

 .sample-theme p {
    font-family: "Cinzel", serif;
    line-height: 1;
	  text-align: center;
    color:#01714b;
	 	font-size:3.5vw;
    font-weight: 600;
  }

}


/*** 設備 ***/
.facilities .wp-block-columns {
  --wp-column-gap: 0.5em 8px;
    line-height: 1.6;
}






/***商品カテゴリー ***/
/** 注文の流れ **/
/* FLOW */

		.order-flow .container {
    padding-left: 5%;
  }

.order-flow .container .title .catch h3 {
  text-align: center;
  font-family: "Cinzel";
  font-weight: 500;
  line-height: 1;
  letter-spacing: 10px;
  font-size: 90px;
}

.order-flow .container .title h2 {
  margin: 10px 0 0 0;
}


.order-flow .container .box-wrapper,
.order-flow .swell-block-fullWide__inner {
  max-width: 1920px;
  margin: 80px auto 0;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;


}


.order-flow .container .box-wrapper .box {
  position: relative;
  background: linear-gradient(
    30deg,
    rgba(231, 237, 242, 0.9) 0%,
    rgba(244, 248, 252, 0.9) 35%,
    rgba(255, 255, 255, 0.9) 100%
  );
  box-shadow: rgba(236, 236, 236, 0.2) 0 7px 29px 0;
  margin: 30px 0 0 0;
  width: 28%;

}


.order-flow .container .box-wrapper .box .inner .number {
  background-color: #287a38;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	color:#fff;
}

.order-flow .container .box-wrapper .box .inner .number p {
  font-family: "Cinzel";
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

.order-flow .container .box-wrapper .box .inner .number p.sub {
	margin-bottom:0;
	margin-top:5px!important;

}


.order-flow .swell-block-fullWide.alignfull .swell-block-fullWide__inner,
.order-flow .swell-block-fullWide.alignwide .swell-block-fullWide__inner {
  width: 100% !important;
}

.order-flow .container .box-wrapper .farrow {
  background: url("/wp-content/uploads/2025/05/flow-arrow.svg") no-repeat center;
}

.order-flow .container .box-wrapper .farrow:last-child {
  background: url("/wp-content/uploads/2025/06/flow-arrow-f7f7f7.png") no-repeat center;
}


.order-flow .container .box-wrapper .farrow img {
  display: none !important;
}


@media screen and (min-width: 1024px) {
.tb_only{
	display:none;
}


	.order-flow {
    padding: 60px 0 60px 0;
  }
  .order-flow .container .title .catch h3 {
    line-height: 1;
    letter-spacing: 10px;
    font-size: 77px;
  }
  .order-flow .container .title h2 {
    margin: 10px 0 0 0;
  }
  .order-flow .container .title .catch h2 {
    line-height: 1.25;
    font-size: 24px;
  }
  .order-flow .container .box-wrapper {
    max-width: 96%;
    margin: 0 auto 0;
    padding: 20px 0 0 0;
  }
  .order-flow .container .box-wrapper .box {
    margin: 50px 0 0 0 !important;
  }
  .order-flow .container .box-wrapper .box .inner {
    padding: 5px 30px 25px 30px;
    display: block;
  }
  .order-flow .container .box-wrapper .box .inner .number {
    width: 7vw;
    height: 7vw;
    margin: -20px auto 0;
    line-height: 1.2;
  }
  .order-flow .container .box-wrapper .box .inner .number p.sub {
    font-size: 1.85vw;
  }
  .order-flow .container .box-wrapper .box .inner .number p.main {
    font-size: 2.5vw;
  }
  .order-flow .container .box-wrapper .box .inner .text {
    width: 100%;
    padding: 20px 0 0 0px;
  }
  .order-flow .container .box-wrapper .box .inner .text .catch h3 {
    font-size: 24px;
    text-align: center;
  }
  .order-flow .container .box-wrapper .box .inner .text .sentence {
    margin: 5px 0 0 0;
  }
  .order-flow .container .box-wrapper .box .inner .text .sentence p {
    line-height: 1.8;
    padding: 10px 0 10px 0;
  }
  .order-flow .container .box-wrapper .farrow {
    width: 5%;
    margin: 0px auto 0px;
    transform: rotate(-90deg);
    transform-origin: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.tb_only{
		display: contents;
	}
	
	
  .order-flow {
    padding: 60px 0 60px 0;
  }
  .order-flow .container .title .catch h3 {
    line-height: 1;
    letter-spacing: 10px;
    font-size: 77px;
  }
  .order-flow .container .title h2 {
    margin: 10px 0 0 0;
  }
  .order-flow .container .title .catch h2 {
    line-height: 1.25;
    font-size: 24px;
  }
  .order-flow .container .box-wrapper {
    max-width: 94%;
    margin: 0 auto 0;
    padding: 10px 0 0 0;
  }
  .order-flow .container .box-wrapper .box {
    margin: 50px auto 0 !important;
  }
  .order-flow .container .box-wrapper .box .inner {
    padding: 5px 25px 25px 25px;
    display: block;
  }
  .order-flow .container .box-wrapper .box .inner .number {
    width: 8vw;
    height: 8vw;
    margin: -20px auto 0;
    line-height: 1.2;
  }
  .order-flow .container .box-wrapper .box .inner .number p.sub {
    font-size: 2vw;
  }
  .order-flow .container .box-wrapper .box .inner .number p.main {
    font-size: 2.5vw;
  }
  .order-flow .container .box-wrapper .box .inner .text {
    width: calc(100% - 0vw);
    padding: 20px 0 0 0px;
  }
  .order-flow .container .box-wrapper .box .inner .text .catch h3 {
    font-size: 3.15vw;
    text-align: center;
  }
  .order-flow .container .box-wrapper .box .inner .text .sentence {
    margin: 1px 0 0 0;
  }
  .order-flow .container .box-wrapper .box .inner .text .sentence p {
    line-height: 1.8;
    padding: 10px 0 10px 0;
  }
  .order-flow .container .box-wrapper .farrow {
    width: 5%;
    margin: 0px auto 0px;
    transform: rotate(-90deg);
    transform-origin: center;
  }
}

@media screen and (max-width: 767px) {
.tb_only{
	display:none;
}
  .order-flow {
    padding: 60px 0 60px 0;
  }
  .order-flow .container .box-wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    display: block;
  }
  .order-flow .container .box-wrapper .box {
    margin: 0px auto 0;
    width: 100%;
  }
  .order-flow .container .box-wrapper .box .inner {
    display: block;
    padding: 30px 20px 30px 20px;
  }
  .order-flow .container .box-wrapper .box .inner .number {
    width: 20vw;
    height: 20vw;
    top: -20px;
    line-height: 1.2;
    margin: auto;
  }
  .order-flow .container .box-wrapper .box .inner .number p.sub {
    font-size: 4vw;
  }
  .order-flow .container .box-wrapper .box .inner .number p.main {
    font-size: 6vw;
  }
  .order-flow .container .box-wrapper .box .inner .text {
    width: 100%;
    padding: 20px 0 0 0;
		text-align:center;
  }
  .order-flow .container .box-wrapper .box .inner .text .catch h3 {
    font-size: 6vw;
  }
  .order-flow .container .box-wrapper .box .inner .text .sentence {
    margin: 10px 0 0 0;
  }
  .order-flow .container .box-wrapper .box .inner .text .sentence p {
    line-height: 1.8;
    padding: 10px 0 10px 0;
    font-size: 4vw;
  }
  .order-flow .container .box-wrapper .farrow {
    width: 30vw;
    margin: 30px auto 30px;
    height: 30px;
    background: url("/wp-content/uploads/2025/05/flow-arrow.svg") no-repeat center;
    background-size: contain;
  }
}




/***　採用情報  ***/

.l-content {
  padding-top: 0;
}
.l-mainContent__inner>.post_content {
    margin-top: 0!important;
}



.top-image{
	position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-size: cover;
	z-index: 0!important;
}

.top-image::after {
  content: "";
  position: absolute;
  bottom: -12%;
	left: 0;
  width: 110%;
  height: 12vh;
  background: #F6F6F6;
  transform-origin: top left;
  transform: skewY(-3deg); /* 角度はお好みで */
	z-index: 3!important;
}

/*
.top-image::before {
  content: "";
  position: absolute;
  top: 30%;
	left: 0;
  width: 110%;
  height: 36vh;
  background: #000;
  transform-origin: top left;
  transform: skewY(-3deg);
	opacity: 0.3;
	z-index: 3!important;
}
*/

/*
.top-image::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    125deg,
    rgba(0, 0, 0, 0.2) 0px,
    rgba(0, 0, 0, 0.2) 1px,
    transparent 1px,
    transparent 4px
  );

  z-index:2!important;
}
*/

.top-image video {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

.top-img-box{
  height: 100vh;
  width: 100vw;
}


.r-top-title{
  position: absolute;
	font-family: "Cinzel", serif;
	font-size:3.6vw!important;
  color:#fff;
	font-weight:bold;
	margin-bottom:1rem;
}

.r-top-title2{
  position: absolute;
	font-family: "Cinzel", serif;
	font-size:2.6vw!important;
  color:#fff;
	font-weight:bold;
	margin-bottom:1rem;
}
.r-top-title-box p{
	color:#fff;
}

.r-h1{
  position: absolute;
	color:#fff;
	font-size:1.5vw!important;
  position: absolute;
  right: 5%;
  bottom: 90%;
	font-weight:normal!important;
  z-index: 10!important;
}


.r-top-msg {
	padding-top:2rem!important;

 }

.r-top-msg h2{
	background:#f6f6f6;
	color:#000;
	text-align:left;
	margin-bottom:1rem;
	padding-bottom:1rem!important;
	padding-left:0;
}
.r-top-msg p{
	font-weight:bold;
}

  .r-top-title-box{
	  padding-left:5%;
  }

.r-top-msg-box{
  display: table;    /* 中身の幅に縮む */
  margin: 0 auto;    /* ページ中央に寄せる */
  text-align: left;  /* ブロック内は左揃え */
}

/*recruit SP*/
@media screen and (max-width: 959px) {

	.r-top-title{
  	position: absolute;
		font-family: "Cinzel", serif;
		font-size:7vw!important;
  	color:#fff;
		font-weight:bold;
		margin-bottom:1rem;
	}

	.r-top-title2{
  	position: absolute;
		font-family: "Cinzel", serif;
		font-size:5vw!important;
  	color:#fff;
		font-weight:bold;
		margin-bottom:1rem;
	}

  .r-h1{
    position: absolute;
	  color:#fff;
	  font-size:5vw!important;
    position: absolute;
    right: 5%;
    bottom: 90%;
	  font-weight:normal!important;
    z-index: 10!important;
　}
	
}


/*** 採用情報 メッセージ ***/

.r-container1 svg {
  z-index: 0;
}


.r-container1 .box .txt {
/*  position: relative; */
	margin-left:10%!important;
}

.r-container1 .box .txt .number {
/*  position: absolute;
  left: 0;
  top: -120px;*/
  z-index: 10;
}

.r-container1 .box .txt .number p {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: 1;
  opacity: 0.7;
  background: linear-gradient(90deg, #cbcbb6 0%, #d6d2b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  font-size: 98px;
/*	font-size:6.8vw; */
	white-space: nowrap;
	
}
.r-container1 .box .txt .number p span{
	font-size:1.5vw;
  display: block;
/*  margin: 0;
	justify-content: flex-end;
	white-space: nowrap;

  display: flex;
  align-items: center;*/
}



/*
@media screen and (min-width: 841px) and (max-width: 959px) {
  .r-container1 .box .txt .number {
    position: absolute;
    left: 0;
    top: -90px;
    z-index: 10;
  }
  .r-container1 .box .txt .number p {
		font-size:6.8vw;
	}
}
@media screen and (min-width: 782px) and (max-width: 840px) {
  .r-container1 .box .txt .number {
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 10;
  }
}
@media screen and (min-width: 781px) {
  .r-container1 .box .txt .number {
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 10;
  }	

	
}
*/

/*
.r-container1 .box .txt .number p span::after{
  content: "";
  flex: 1;
  border-bottom: 1px solid #cbcbb6;
  margin-right: 0.5em;
}
*/

.r-container1 .box .txt h2{
	font-family: "Cinzel", serif;
	padding:0;
  margin:3rem 0 3rem 0!important;
	font-size:2.4vw;
 }


.r-container1 .box .txt .wp-block-heading{
	padding:0;
  margin:0;	
}



@media screen and (max-width: 781px) {
	
	
	.r-container1 .box .txt {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

	/*英字*/
	.r-container1 .box .txt .number p{
    font-size:16vw!important;
	  font-family: "Cinzel", serif;
  }

	
  .r-container1 .box .txt .number span{
    font-size:6vw!important;
	  font-family: "Cinzel", serif;
  }

	  .r-container1 .box .txt h2{
    font-size:6vw!important;
	  font-family: "Cinzel", serif;
  }

}




/*slyder*/
.re-msg-slider .r-slyder-box1 {
    display: flex;
    overflow: hidden;
    gap: 1.5rem;
	/* 画像間の余白を指定 */
	z-index: 1;
}

.re-msg-slider .r-slyder-box1 .wp-block-group__inner-container,
.re-msg-slider .r-slyder-box1 .swell-block-columns {
    display: contents;
}

.re-msg-slider .r-slyder-box1 .swell-block-columns__inner {
    flex-wrap: nowrap;
    animation: infinity-scroll-left 60s infinite linear; /* アニメーションの時間を指定 */
}

.re-msg-slider .r-slyder-box1 .swell-block-column figure {
  width: 210px;
	height:480px;
  position: relative;
}

.re-msg-slider .r-slyder-box1 .swell-block-column figure::before {
    padding-top: 65%; /* 画像の縦横比を指定 */
    display: block;
    content: "";
}

.re-msg-slider .r-slyder-box1 .swell-block-column figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.re-msg-slider .r-slyder-box1  .mslyder-box:nth-child(2n){
	margin-top:3rem!important;
}

@media screen and (min-width: 782px) and (max-width: 959px) {
	.re-msg-slider .r-slyder-box1  .mslyder-box{margin-top:6rem;}
}


@media screen and (max-width: 959px) {
    .re-msg-slider .r-slyder-box1 .swell-block-column figure {
        width: 200px; /* 画像の横幅を指定（スマホ） */
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}



/*** 採用情報 会社紹介 ***/

.r-aboutus svg {
  z-index: 0;
}


.r-aboutus .box .txt {
  position: relative;
	margin-left:10%!important;
}

.r-aboutus .box .txt .number {
  position: absolute;
  left: 0;
  top: -120px;
  z-index: 10;
}

.r-aboutus .box .txt .number p {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: 1;
  opacity: 0.7;
  background: linear-gradient(90deg, #cbcbb6 0%, #d6d2b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  font-size: 100px;
}
.r-aboutus .box .txt .number p span{
	font-size:1.5vw;
  display: block;
}

.r-aboutus .box .txt h2{
	font-family: "Cinzel", serif;
	padding:0;
  margin:3rem 0 3rem 0!important;
	font-size:2.4vw;
	background:none;
	color:#000;
	opacity: 0.7;
 }


.r-aboutus .box .txt .wp-block-heading{
	padding:0;
  margin:0;	
}

	.r-aboutus ul {
    margin: 1rem 0 1rem 0;
		padding-left:0;
		list-style:none;
  }
  .r-aboutus ul li {
    background: url(/wp-content/themes/swell_child/images/gems.svg) no-repeat 0 center;
    background-size: 20px auto;
    font-size: 20px;
    padding: 5px 20px 5px 30px;
  }


/*************/
.r-msg-title h2{
	font-family: "Cinzel", serif;
	font-size:2.4vw;
	line-height:1.7!important;
  margin-top: 0!important;
}


/*** 採用情報 仕事の紹介 ***/
.r-work .en{
  font-family: "Cinzel", serif;
	color:#fff!important;
  font-weight: 600;
  line-height: 1;
	font-size:100px;
	color:#cbcbb6!important;
	margin-bottom:.5rem!important;
  text-align:center;
}

.r-work h2{
  font-family: "Cinzel", serif;
	color:#cbcbb6!important;
  font-weight: 600;
  line-height: 1;
/*  background: linear-gradient(90deg, #cbcbb6 0%, #d6d2b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
*/
	letter-spacing: 4px;
	font-size:2.4vw;
  text-align:center;
	margin-top:0!important;
	padding-top:0!important;
}

.r-work .title{
	color:#fff;
	font-weight:600;
	font-family: "Cinzel", serif;
	font-size:2.4vw;
	line-height:1.7!important;
  margin-top: 0!important;
}

@media screen and (max-width: 782px) {

	.r-work .en p{
		font-size:16vw;
	}

	.r-work h2{
		font-size:6vw;
	}

	.r-work .title{
		font-size:5vw;
  }

}


/*** 1日のスケジュール ***/
/* ── タイムライン全体 ── */
.timeline {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  overflow-x: auto;
}
.timeline li {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1rem;
  text-align: center;
}

/* ── つなぎの線 ── */
.timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc( (2rem + 2.5rem) / 2 ); /* icon (2rem) + margin-bottom (0.5rem) の半分 */
  left: 100%;
  width: 2rem;   /* アイコン間隔に合わせる */
  height: 2px;
  background: #01714b;
}

/* ── 上段：時間 ── */
.timeline .time {
  font-weight: bold;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 0.5rem;
}

/* ── 中段：SVG時計アイコン ── */
.clock-icon {
  width: 3rem;
  height: 3rem;
  color: #01714b;
}
.clock-icon .hour,
.clock-icon .minute {
  transform-origin: 12px 12px;
  transition: transform 0.3s;
}

/* 各時刻ごとの針の角度指定 */
.timeline li:nth-child(1) .hour   { transform: rotate(240deg); } /* 08:00 → 8×30 */
.timeline li:nth-child(1) .minute { transform: rotate(0deg);   } /* 00分 = 0×6 */

.timeline li:nth-child(2) .hour   { transform: rotate(247.5deg); } /* 08:15 */
.timeline li:nth-child(2) .minute { transform: rotate(90deg);    }

.timeline li:nth-child(3) .hour   { transform: rotate(255deg);   } /* 08:30 */
.timeline li:nth-child(3) .minute { transform: rotate(180deg);   }

.timeline li:nth-child(4) .hour   { transform: rotate(300deg);   } /* 10:00 */
.timeline li:nth-child(4) .minute { transform: rotate(0deg);     }

.timeline li:nth-child(5) .hour   { transform: rotate(0deg);     } /* 12:00 */
.timeline li:nth-child(5) .minute { transform: rotate(0deg);     }

.timeline li:nth-child(6) .hour   { transform: rotate(22.5deg);  } /* 12:45 */
.timeline li:nth-child(6) .minute { transform: rotate(270deg);   }

.timeline li:nth-child(7) .hour   { transform: rotate(90deg);    } /* 15:00 */
.timeline li:nth-child(7) .minute { transform: rotate(0deg);     }

.timeline li:nth-child(8) .hour   { transform: rotate(180deg);   } /* 18:00 */
.timeline li:nth-child(8) .minute { transform: rotate(0deg);     }

.timeline li:nth-child(9) .hour   { transform: rotate(142.5deg); } /* 16:45 */
.timeline li:nth-child(9) .minute { transform: rotate(270deg);   }

/* ── 下段：ラベル ── */
.timeline .label {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.25rem;
}


/*** タブレット ****/
@media screen and (min-width: 768px) and (max-width: 927px) {
  .timeline {
    /* 3列のグリッドに切り替え */
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-rows: auto !important;
    gap: 1.5rem !important;      /* 列・行間の余白 */
    overflow: visible !important;
  }

  /* 各アイテムは縦積みレイアウトを継続 */
  .timeline li {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    margin: 0 !important;
  }

  /* モバイル用の▼や矢印は隠す */
  .timeline li::before,
  .timeline li::after {
    display: none !important;
  }

	  /* ■ まず既存の ::before があったら隠す */
  .timeline li::before {
    display: none !important;
  }

/* ▼ 表示 */
  .timeline li::before {
    content: "";
    display: block !important;
    width: 0;
    height: 0;
    margin: 0.5rem auto;            /* ▼ とアイコンの間隔 */
    border-left: 0.5rem solid transparent;
    border-right:0.5rem solid transparent;
    border-top:   0.75rem solid #0a5 !important; /* ブランドカラーに */
  }
	
  /* 1番目の■（li:first-child）の▼だけ、背景色で上書き */
  .timeline li:first-child::before {
    /* 背景と同じ色で目立たなくする */
    border-top-color: #f5f5f5 !important;

    /* もしくは完全に消すならこちらを使ってください */
    /* border-top-width: 0 !important; */
  }
	
  /* 時刻 のサイズ調整 */
  .timeline .time {
    font-size: 1rem !important;
    margin-bottom: 0.3rem !important;
  }
  /* アイコン のサイズ調整 */
  .timeline .icon {
    width: 3rem !important;
    height: 2.6rem !important;
    font-size: 1.3rem !important;
    margin-bottom: 0.8rem !important;
  }
  /* ラベル のサイズ調整 */
  .timeline .label {
    font-size: 0.9rem !important;
    margin-top: 0 !important;
  }
	
	

}


/*** SP ***/
@media screen and (max-width: 767px) {
  /* 1) タイムラインを 2 列グリッドに */
  .timeline {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-auto-rows: auto !important;
    gap: 1rem !important;          /* 列・行の隙間 */
    overflow: visible !important;  /* 横スクロールオフ */
  }

  /* 2) 各アイテムは縦積みの flex */
  .timeline li {
    margin: 0 !important;  
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }

  /* 3) コネクタ線は非表示 */
  .timeline li::after {
    display: none !important;
  }
	
  /* ── ▼三角マーカーを表示 ── */
  .timeline li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0.5rem auto;            /* 上下の余白を調整 */
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.75rem solid #0a5; /* 三角の色（ブランドグリーンに合わせて）*/
  }
	
  /* 最初の▼だけ背景色で消す */
  .timeline li:first-child::before {
    border-top-color: #f5f5f5; /* 背景色に合わせてください */
  }

  /* 4) アイテムごとのポジション指定 */
  .timeline li:nth-child(1) { grid-row: 1; grid-column: 1; }
  .timeline li:nth-child(2) { grid-row: 2; grid-column: 1; }
  .timeline li:nth-child(3) { grid-row: 3; grid-column: 1; }
  .timeline li:nth-child(4) { grid-row: 4; grid-column: 1; }
  .timeline li:nth-child(5) { grid-row: 5; grid-column: 1; }

  .timeline li:nth-child(6) { grid-row: 1; grid-column: 2; }
  .timeline li:nth-child(7) { grid-row: 2; grid-column: 2; }
  .timeline li:nth-child(8) { grid-row: 3; grid-column: 2; }
  .timeline li:nth-child(9) { grid-row: 4; grid-column: 2; }

  /* 5) 時刻／アイコン／ラベルのサイズ調整 */
  .timeline .time {
    font-size: 1rem !important;
    margin-bottom: 0.1rem !important;
  }
  .timeline .icon {
    height: 2.8rem !important;
    font-size: 1rem !important;
    margin-bottom: 0.3rem !important;
  }
  .timeline .label {
    font-size: 0.85rem !important;
    margin-top: 0 !important;
  }
}


/****　採用情報　社長メッセージ ****/

.r-president .box .txt {
	margin-right:10%!important;
}

/* 1. fullWide ブロック内側を画面いっぱいに */
/*
 * .r-president.alignfull .swell-block-fullWide__inner {
  max-width: none !important;
  width:     100%  !important;
  margin:    0     !important;
  padding:   0     !important;
}
*/
/* 2. ２カラムを CSS Grid で作成（左300px＋右可変） */
/*    同時に「背景をグラデーション」で半分から色を敷く */
.r-president .wp-block-columns {
  display:grid!important;
  grid-template-columns: 360px 1fr!important;
  align-items:center!important;
  max-width:1920px;/* 好みで調整 */
  margin:0 auto;
  background-image:
    linear-gradient(
      to right,
      transparent 180px,
			/* 画像幅300px の半分 */
      #01714b 180px
			/* ここから紫を表示 */
    );
  background-repeat: no-repeat;
}

/* 3. 左側サムネイルを正方形に */
.r-president .thumb figure {
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  margin:0;
}
.r-president .thumb img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position: center;
  position:relative;
  z-index:3;
	/* 背景より前面に */
}

/* 4. 右側テキストの余白と文字色 */
.r-president .txt {
  padding:2rem;
  color:#fff;
  position:relative;
	/* Grid 配置のまま */
  z-index:4;
	/* 背景グラデより前面 */
}




/*** 783px - 959px ***/
@media screen and (min-width: 783px) and (max-width: 959px) {
 .r-presiden .box .thumb figure {
   position: relative;
   height: 100%;
	 aspect-ratio: 1 / 1;
   overflow: hidden;
 }

 /* 中の画像をコンテナいっぱいに広げて切り抜き */
 .r-presiden .box .thumb figure img {
   position: absolute;
   inset: 0;
	 /* top:0; right:0; bottom:0; left:0; と同じ */
   width: 100%;
   height: 100%;
   object-fit: cover;
	/* アスペクト比を保ったまま拡大・切り抜き */
   display: block;
	 /* 下に余白が出ないように */
 }

.r-president .txt {
  padding:1rem;
  color:#fff;
  position:relative;
	/* Grid 配置のまま */
  z-index:4;
	/* 背景グラデより前面 */
}

}

/*** 782px ***/
@media screen and (min-width: 782px) {

 .r-presiden .box .thumb figure {
   position: relative;
   width: 100%;
	 aspect-ratio: 1 / 1;
   overflow: hidden;
 }

 /* 中の画像をコンテナいっぱいに広げて切り抜き */
 .r-presiden .box .thumb figure img {
   position: absolute;
   inset: 0;
	 /* top:0; right:0; bottom:0; left:0; と同じ */
   width: 100%;
   height: 100%;
   object-fit: cover;
	/* アスペクト比を保ったまま拡大・切り抜き */
   display: block;
	 /* 下に余白が出ないように */
 }

}

/*** SP ***/
@media screen and (max-width: 767px) {
  /* 1) 2カラムを縦並びに＆全体を緑背景 */
  .r-president .wp-block-columns {
    display: block!important;
    background: #01714b!important;
  }


  /* 4) テキスト部分はそのまま緑背景の上に載せて白文字 */
  .r-president .txt {
    padding: 1.5rem 1rem!important;
	}
  .r-president .box .txt {
    margin-right: 0 !important;
  }

		
  .r-president .thumb {
    position: relative;
    width: 100%!important;
 /*   max-width: 600px!important; */
    margin: 0 auto 1rem!important;
	}

	/* ■ aspect-ratio を解除 */
  .r-president .thumb figure {
    aspect-ratio: auto !important;
    height: auto      !important;
  }

	
	/* 4) 写真の上半分を白でマスク */
  .r-president .thumb::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 50%;           /* 写真の半分だけ隠す */
    background: #fff!important;
		/* ページ背景色 */
    z-index: 2;
  }
	
}




/**** こんな方に向いている ****/
.r-work .box3 .txt ul li{
	color:#fff;
	line-height:1.7;
	margin-bottom:1rem;
	font-weight:bold;
}

.r-work .box3 .txt ul{
 font-size:1.6vw;
}

/*** 783px - 959px ***/
@media screen and (min-width: 783px) and (max-width: 959px) {
.r-work .box3 .thumb figure {
   position: relative;
   height: 100%;
	 aspect-ratio: 1 / 1;
   overflow: hidden;
 }

 /* 中の画像をコンテナいっぱいに広げて切り抜き */
 .r-work .box3 .thumb figure img {
   position: absolute;
   inset: 0;
	 /* top:0; right:0; bottom:0; left:0; と同じ */
   width: 100%;
   height: 100%;
   object-fit: cover;
	/* アスペクト比を保ったまま拡大・切り抜き */
   display: block;
	 /* 下に余白が出ないように */
 }
}


 .r-work .box3 .thumb figure {
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  margin:0;
}
 .r-work .box3 .thumb img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position: center;
  position:relative;
  z-index:3;
	/* 背景より前面に */
}


	.r-work .box3 .is-style-check_list li:before {
    color:#f39801!important;
    content: "\e923";
}

/*** 782px ***/
@media screen and (max-width: 782px) {

  .r-work .box3 .thumb figure {
    aspect-ratio: auto !important;
    height: auto      !important;
    overflow: visible !important;
  }

  .r-work .box3 .thumb img {
    width: 100%         !important;
    height: auto        !important;
    object-fit: contain  !important;
  }

  .r-work .box3 .txt ul{
   font-size:4.8vw;
		margin:2rem 5%!important;
  }
	
}


/**** 福利厚生 ****/


.r-fukuri .box .txt2 h3 {
	margin-top:3rem!important;
	padding-left:0!important;
}

.r-fukuri .box .txt2 {
	padding-top:7rem!important;
}

.r-fukuri .box .txt .number p {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: 1;
  opacity: 0.7;
  background: linear-gradient(90deg, #cbcbb6 0%, #d6d2b6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 4px;
  font-size: 98px;
/*	font-size:6.8vw; */
	white-space: nowrap;
	
}
.r-fukuri .box .txt .number p span{
	font-size:1.5vw;
  display: block;
 
}


@media screen and (min-width: 783px) {

  .r-fukuri .box .txt .number {
	  margin-left:10%!important;
  }

  .r-fukuri .box .txt h2 {
	  margin-left:6%!important;
	  margin-top:0;
  }
}

@media screen and (max-width: 782px) {

	  .r-fukuri .box .txt .number {
	  margin-left:0;
  }

  .r-fukuri .box .txt h2 {
	  padding-left:0%!important;
	  margin-top:0;
  }

  .r-fukuri .box .txt2 h3 {
	  margin-top:3rem!important;
  }

  .r-fukuri .box .txt2 {
	  padding: 1.5rem 1rem!important;
  }

	
	.r-fukuri .box .txt {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

	/*英字*/
	.r-fukuri .box .txt .number p{
    font-size:16vw!important;
	  font-family: "Cinzel", serif;
  }

	
  .r-fukuri .box .txt .number span{
    font-size:6vw!important;
	  font-family: "Cinzel", serif;
  }

	.r-fukuri .box .txt h2{
    font-size:6vw!important;
	  font-family: "Cinzel", serif;
  }
	
}



/*** 募集要項 ***/
.job-list .c-tabBody{
	padding:0!important;
}


@media screen and (max-width: 782px) {
	.job-list table th{
		width:100%!important;
		text-align:center;
	}

}


/* Q&A */
.r-qa{
	color:#fff;
}

/* カテゴリーページ、カバー全体をリンクにする */
/* 透明リンクをカラム全体にフィットさせる */
.category-page {
  position: relative;
}
.category-page .overlay-link {
  position: absolute;
  inset: 0;            /* top:0; right:0; bottom:0; left:0; */
  z-index: 10;         /* 上に重ねる */
  display: block;      /* ブロックにして全領域をカバー */
  text-indent: -9999px;/* テキストは画面外へ */
  overflow: hidden;    /* はみ出し隠す */
  white-space: nowrap; /* 改行させない */
}