@charset "utf-8";
/*
Theme Name: KOCHIRINGYO
Description: KOCHIRINGYO
Theme URI: KOCHIRINGYO
Author: FLOAT
Version: 1.0.0
*/

/*  BODY
----------------------------------------------------------- */  

/*コンテンツの背景*/
div.post,p.feed,#domments {background-color: #FFF;}	


body {
	padding-top: 0px;
	margin: 0 auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-feature-settings : "palt" ;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    font-size: 15px;
	letter-spacing: 0.1em;
    line-height: 2.2;
    color: #000;
	background-color: #f5f5f5;
}
img {
    max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: #696969;
}
a img:hover {
	opacity: 0.8;
	color: #fff;
}

ul {
    list-style: none;
}
.pc {
	display: block!important;
}
.pc a {
	text-decoration: none;
}
.sp {
	display: none!important;
}
.sp a {
	text-decoration: none;
}
#main {
	word-break:break-all;
}


.wraper1 {
    width: 100%;
    margin: 0 auto;
	padding: 0 10%;
}
.wraper3 {
    width: 80%;
    margin: 0 auto 5% auto;
	padding: 0;
}
.w01 {
	width: 60%;
	margin: 0 auto;
	padding-top: 10%;
}
.w02 {
	width: 80%;
	margin: 0 auto;
}
.topbox {
    width: 100%;
	height: auto;
    margin: 0 auto 0 auto;
}

iframe {
	max-width: 100%;
	margin: 0 0 5% 0;
}
.cimg {
	height: 50vh;
	overflow: hidden;
}

.cimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
@media screen and (max-width: 767px) {
	
	.wraper1 {
    	padding: 0 4%;	
    }
	.wraper3 {
		width: 90%;
    	padding: 0 0;	
    }
	.w01 {
		width: 90%;
		margin: 0 auto;
    }
	.w02 {
		width: 90%;
		margin: 0 auto;
    }
	.cimg {
		height: auto;        /* 高さを解除 */
		overflow: visible;   /* はみ出し解除 */
	}
	.cimg img {
		height: auto;        /* 元の比率に戻す */
		object-fit: contain; /* 念のため */
	}
}


.w100 {
	width: 100%;
	height: auto;
}
.w70 {
	width: 70%;
	margin: 0 10px 50px 20px;
    padding: 2%;
	float: left;
}
.w80 img{
	width: 80%;
	text-align:center;
}

hr {
  border: 1px solid #000000;
  margin: 20px 0;
}
.left {
	float: left;
}
.right {
	float: right;
}



/*  マージン
----------------------------------------------------------- */ 



/*  タイトル
----------------------------------------------------------- */  

.ttt {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2.4em;
    line-height: 1.8;
    letter-spacing: 0.05em;
	text-align: center;
    color: #736d71;
	padding: 2% 0;
}
.stt {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2.4em;
    line-height: 1.8;
    letter-spacing: 0.05em;
	text-align: center;
    color: #736d71;
	padding: 0;
}
.item-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	padding: 0 2% 0 2%;
	text-align: center;
}
.item-cat {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	color:#808080;
	padding: 0 2% 0 2%;
}

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

	.contp {
		margin: 5% 0 15% 0;
	}
	.contig {
		width: 90%;
	}
	.ttt {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.stt {
		width: 100%;
		height: auto;
		padding: 10% 0% 2% 0;
	}
	.item-title {
		font-size: 1em;
	}
}


/*  btn
----------------------------------------------------------- */

.btn_c {
	width: 100%;
	margin: auto;
	background: #c0c0c0;
}
.btn_c span{
	display: block;
    text-align: center;
    margin: auto;
    color: #696854;
    transition: 0.5s;
	padding: 5% 0;
}
.btn_c span:hover {
	color: #fff;
	background: #696854;
}
.btn_c span a:hover {
	color: #fff;
}

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

	.btn_c span{
		padding: 10% 0;
	}
}



/*  テキスト
----------------------------------------------------------- */  

#infotext {
	font-size: 14px;
	list-style: none;
	color: #000000;
	text-align:center;
}
#infotext a{
	color: #808080;
}
#infotext p{
	font-size: 14px;
	list-style: none;
	display:inline;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
#infotext li{
	padding: 1% 0;
	list-style: none;
	border-bottom: 1px dotted #ddd;
}



/*  トップへ戻るボタン
----------------------------------------------------------- */ 

/*ボタンの領域*/
#re-top {
	position:fixed; /*画面に固定*/
	bottom:0%; /*画面下へ*/
	right:0%; /*画面右へ*/
	z-index:10; /*レイヤー順序を上に*/
	background-color:transparent; /*領域の背景色（透明）*/
}
/*丸ボタン*/
.re-topB {
	position:relative;
	display:block; 
	background-color:rgba(0,0,0,0.3); /*丸ボタンの色*/
	color:rgb(255,255,255); /*三角と文字色*/
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:50px;
	height:50px;
	text-align:center;
	line-height:20px;
	padding-top:30px;
}
/*三角部分*/
.re-topB:before {
	font-family: FontAwesome;
	content:'\f106';
	position:absolute;
	top:15px;
	left:2px;
	width:100%;
	text-align:center;
	font-size:40px;
}


/* header1
----------------------------------------------------------- */  

#header {
	width: 100%;
    margin-top: 0;  
	background: #fff;
}
#header .logo {
	width: 100%;
    text-align: left;
    padding: 1.5% 1% 1% 2%;
	position: absolute;
    z-index: 100;
}
#header .logo img{
	width: 20%;
	height: auto;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
}

#header .power {
	font-size: 8px;
	text-align: right;
}
#header .power img{
	width: 45%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header .power2 {
	font-size: 8px;
	text-align: right;
}
#header .power2 img{
	width: 45%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header h1 {
	display: none;
	text-align:center;
	margin: 0;
}
#header .site-title {
	display: none;
	text-align:center;
	margin: 0;
}

@media screen and (max-width: 767px) {
	
	#header .logo {
		width: 70%;
		text-align: left;
		padding: 1%;
		z-index: 10;
	}
	#header .logo img{
		width: 75%;
		height: auto;
		padding: 4%;
	}
	#header .power {
		display: none;
	}
	#header .power2 {
		width: 100%;
		text-align: center;
		padding: 15px 0 0 0;
	}
	#header .power2 img{
		width: 60%;
		height: auto;
	}
}




/*  NAVI
----------------------------------------------------------- */

#nav{
	position: absolute;
	right: 0;
	margin: 1% 2% 0 0;
	z-index: 110;
}
#nav ul{
	list-style: none;
	margin: 0 0 0 1em;
	padding: 0;
}
.main-navigation{
	margin: 0 auto;
}

ul.nav-menu,
div.nav-menu > ul{
	margin: 0;
	padding: 0;
}

/* ===== PC: 1階層（横並び） ===== */
.nav-menu > li{
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 2px 15px;
	font-size: 1.35em;
	letter-spacing: 0.08em;
}
.nav-menu > li::after{
  content:"";
  position:absolute;
  left: -20px;
  right: -20px;
  top: 0;
  bottom: 0;
}
.menu_item{
	/* font-size: 1.2em; */
	font-weight: bold;
}
.menu-item-description{
	font-size: 0.8em;
	line-height: 1;
	display: block;
}

.nav-menu > li > a{
	color: #fff;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	filter: drop-shadow(0 0 5px rgba(0,0,0,.5));
	text-decoration: none;
}
.nav-menu > li:hover > a,
.nav-menu > li > a:hover{
	opacity: 0.7;
}

/* ===== Sub Menu (PC) : 親より控えめ / 少し下げる / 角丸なし・線なし ===== */
.nav-menu .sub-menu,
.nav-menu .children{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;  
	margin: 0;
	padding: 6px 0;             /* ← 箱の上下余白は控えめ */
	list-style: none;
	text-align: left;
	/* background: rgba(15, 15, 15, .26); */
	/* backdrop-filter: blur(10px); */
	/* -webkit-backdrop-filter: blur(10px); */
	border: none;
	border-radius: 0;
	box-shadow: none;
	z-index: 999;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
}

/* hoverで表示 */
.nav-menu li:hover > .sub-menu,
.nav-menu li:hover > .children{
	display: block;
}

/* サブ項目 */
.nav-menu .sub-menu li,
.nav-menu .children li{
	display: block;
	margin: 0;
	padding: 0;
}

/* サブリンク：親より小さく・詰めすぎない */
.nav-menu .sub-menu li a,
.nav-menu .children li a{
	display: block;
	padding: 15px 20px;
	color: rgba(255,255,255,.92);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.86em;          /* ← 親より明確に小さく */
	letter-spacing: 0.06em;     /* ← 親より少し控えめ */
	/* line-height: 1.35; */
	text-decoration: none;
	white-space: nowrap;
	filter: none;
}

.nav-menu .sub-menu li a:hover,
.nav-menu .children li a:hover{
	background: rgba(255,255,255,.10);
	color: #fff;
}

/* 2階層目（孫メニュー） */
.nav-menu .sub-menu .sub-menu,
.nav-menu .children .children{
	top: 0;
	left: 100%;
	margin-left: 10px;
}

/* 現在地 */
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a{
	color: #fff;
}
/* PCメニュー：リンクが押せない対策（被さり防止） */
.nav-menu > li::after{
  pointer-events: none;   /* 透明の当たり判定がクリックを奪わない */
}

.nav-menu > li > a{
  position: relative;
  z-index: 2;             /* 念のためリンクを前面に */
}

.nav-menu .sub-menu,
.nav-menu .children{
  z-index: 1;             /* 親リンクより奥に（開いた時は ul が前に出るのでOK） */
}

/* ===== ハンバーガー ===== */
.menu{
	height: 20px;
	position: fixed;
	right: 3%;
	top: 3%;
	width: 30px;
	z-index: 210;
}
.menu__line{
	background-color: #fff;
	display: block;
	height: 1px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
}
.menu__line--center{ top: 9px; }
.menu__line--bottom{ bottom: 0; }
.menu__line--top.active{
	top: 8px;
	transform: rotate(45deg);
}
.menu__line--center.active{ transform: scaleX(0); }
.menu__line--bottom.active{
	bottom: 10px;
	transform: rotate(135deg);
}

/* ===== gnav（SPメニューの全面オーバーレイ） ===== */
.gnav{
	background: rgba(105,104,84,1);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 95;
}
.gnav__wrap{
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}

/* メニュー項目 */
.gnav__menu__item{ margin: 40px 0; }
.gnav__menu__item a{
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #fff;
	font-size: 1.7em;
	transition: .5s;
	letter-spacing: 0.15em;
	line-height: 3.5;
	text-decoration: none;
}
.gnav__menu__item a:hover{ color: #666; }

/* hero */
.hero{
	background: url(../3bt-v2/images/hero.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


/* ===== footer menu（!important無しで勝つ） ===== */
.foot_left ul.foot_menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.foot_left ul.foot_menu > li{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.foot_left ul.foot_menu > li > a{
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}

/* 区切り（最後は出ない） */
.foot_left ul.foot_menu > li + li::before{
  content: " / ";
  margin: 0 0.6em;
  line-height: 1;
}

/* フッターだけ太字解除（ヘッダーはそのまま） */
.foot_left ul.foot_menu .menu_item{
  font-size: 1.25em;
  font-weight: normal;
}

/* フッターだけ説明文を消す */
.foot_left ul.foot_menu .menu-item-description{
  display: none;
}


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

	.menu{
		right: 4.5%;
		top: 2.5%;
	}

	.menu_item{
		font-size: 1em;
		line-height: 1.6;
	}
	.menu-item-description{
		font-size: 0.5em;
		line-height: 1;
		display: block;
		margin-bottom: 15%;
	}

	/* SPはPCナビを隠す */
	#nav{ display: none; }

	/* gnav内サブメニュー（縦展開） */
	.gnav__menu__item{ margin: 14px 0; }

	.gnav .sub-menu,
	.gnav .children{
		display: block;     /* ※開閉JSが無い場合は常に見える */
		position: static;
		background: transparent;
		padding: 0;
		margin: 0 0 10px 15px;
		min-width: auto;
	}

	.gnav .sub-menu li,
	.gnav .children li{
		display: block;
		margin: 0;
		padding: 0;
	}

	.gnav .sub-menu li a,
	.gnav .children li a{
		font-size: 1.5em;
		line-height: 2.2;
		letter-spacing: 0.10em;
		color: rgba(255,255,255,.92);
	}

	.gnav .sub-menu li a:hover,
	.gnav .children li a:hover{
		color: #fff;
		opacity: .8;
	}
}



/*  コンテンツ
----------------------------------------------------------- */

#content {
    margin: 0 auto;
	padding: 0 0;
}

#content .wraper {
    overflow: hidden;
}

/* ページャー */
#next {
	font-family: "Zen Kaku Gothic New", sans-serif;
    /* font-style: italic; */
    font-size: 85%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#next-archives {
    font-size: 85%;
    text-align: center;
    margin-top: -50px;
    padding-bottom: 30px;
}

.next-pagenavi {
    text-align: center;
    margin-top: 20px;
	margin-bottom: 20px;
}

/* ページャー（テーマオリジナル） */

.pager{
	width: 100%;
	margin: 20px 0 20px 0;
	text-align:center;
}





/* シングルPAGE
----------------------------------------------------------- */ 


/* SP
----------------------------------------------------------- */

@media (max-width: 767px) {
	body,html {
		width: 100%;
	}
    .pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
	#content {
		padding: 0 0;
	}
}


/* footer
----------------------------------------------------------- */   
   
#footer {
	font-family: "Zen Kaku Gothic New", sans-serif;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 0px;
	overflow: hidden;
}
#footer .push {
	height: 50px;
}
#footer .foot_in {
	display: flex;
	justify-content: space-between;  /* 左右に分ける */
	align-items: center; 
	margin-bottom: 3%;
}
#footer .foot_left {
	text-align: left;
	font-size: 13px;
	line-height: 3;
	letter-spacing: 1px;
}
#footer .foot_left a{
	color: #000000;
}
#footer .foot_right {
    font-size: 1em;
	float: right;
	text-align: right;
	line-height: 3;
	letter-spacing: 0.5px;
}

.footer-logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3% 0;
  flex-wrap: wrap;
}
.footer-logo {
  width: 25%;
  height: auto;
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-info {
  text-align: right;
  font-size: 1em;
  line-height: 1.6;
}


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

	#footer {
		padding: 0 3% 9px 3%;
	}
	#footer .foot_in{
		flex-direction: column;
		align-items: flex-start; /* 左揃え */
		gap: 12px;
  }
	#footer .foot_left {
	}
	#footer .foot_right {
		float: unset;
		text-align: center;
		bottom: 0;
		position: relative;
		display: block;
		margin: 10% 0 0 0;
	}
	.footer-logo-wrap {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 12% 0;
  }
	.footer-info {
		text-align: center;
		margin-top: 10px;
	}
	.footer-logo {
		width: 70%;
		height: auto;
		margin: 0 auto 5% auto;
	}
}



/* 記事
----------------------------------------------------------- */


#blog-foot { /* パンくず */
	font-family: "Zen Kaku Gothic New", sans-serif;
    /* font-style: italic; */
	margin: 2% 0 0 0;
	padding: 0px 5px 2px 3px;
	color:#999;
}

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

	#blog-foot { /* パンくず */
	margin: 10% 0 0 0;
	color:#999;
	}
}




/* ==========================================================================
   レスポンシブページネーション
   ========================================================================== */
   
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#post .section .post-data {
	margin-bottom: 1em;
}
.addtoany_list {
	display: inline-block !important;
	margin-bottom: 3em;
}



/* SNS-box
---------------------------------------------------- */
.sns_box {
  position: absolute;
  overflow: hidden;
  top: 43%;
  left: 3.5%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  position: fixed;
  z-index: 100;
}
.sns_button {
  border-radius: 100%;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}
.sns_button .background--light {
  color: black;
}
.sns_button .background--dark {
  color: white;
}
.sns_button a {
  display: table-cell;
  width: 44px;
  height: 44px;
  color: #696854;
  text-align: center;
  vertical-align: middle;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}
.sns_button i {
  font-size: 20px;
  vertical-align: middle;
  padding: 0 0 0 3px;
}
.sns_button:hover {
  box-shadow: inset 0 0 0 22px #696854;
  color: #fff;
}
.sns_button + .sns_button {
  margin: 15px 0 0 0;
}

.twitter:hover a {
  color: #fff;
}
.facebook:hover a {
  color: #fff;
}
.instagram:hover a {
  color: #fff;
}
.vimeo:hover a {
  color: #fff;
}
.mail:hover a {
  color: #fff;
}

.sns_boxL {
	top: 50%;
    right: 4%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    position: fixed;
    z-index: 100;
}
.txx {
    font-family: "Zen Kaku Gothic New", sans-serif;
    /* font-style: italic; */
    font-size: 1.2em;
    line-height: 4;
    letter-spacing: 0.05em;
    position: absolute;  /* 親要素の中で位置を絶対指定 */
    top: 50%;  /* 中央に配置する例 */
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);  /* 中央に配置しつつ回転 */
}
@media screen and (max-width: 768px) {

	.sns_button {
		float: left;
		border-radius: 100%;
		-moz-transition: all 280ms ease;
		-o-transition: all 280ms ease;
		-webkit-transition: all 280ms ease;
		transition: all 280ms ease;
	}
	.sns_button a {
		display: table-cell;
		width: 44px;
		height: 44px;
		color: #000;
		text-align: center;
		vertical-align: middle;
		-moz-transition: all 280ms ease;
		-o-transition: all 280ms ease;
		-webkit-transition: all 280ms ease;
		transition: all 280ms ease;
	}
	.sns_button + .sns_button {
		margin: 0 0 0 15px;
}
}
	

	

/* ===============================
   HERO / SLIDER（安定版）
=============================== */

/* ヒーロー高さ固定 */
.timg{
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Swiper階層を100%で繋ぐ（高さ崩れ防止） */
.timg .fade_slide,
.timg .fade_slide .swiper-wrapper,
.timg .fade_slide .swiper-slide{
  height: 100%;
}

/* 画像は親にフィット */
.timg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform, opacity;
}

/* ロゴ */
.timg_logo{
  position:absolute;
  width:35%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:10;
}
@media (max-width:767px){
  .timg{ height:65vh; }
  .timg_logo{ width:70%; }
}

/* fade系コンテナははみ出し禁止 */
.fade_slide,
.fade_slide2{
  overflow: hidden;
  width: 100%;
}

/* 初期表示で白くならないようにする（重要） */
.fade_slide,
.fade_slide2{
  opacity: 1;
}


/* ズームは画像だけ */
@keyframes fadezoom{
  0%{ transform: scale(1); }
  100%{ transform: scale(1.15); }
}
.add-animation img{
  animation: fadezoom 10s linear both;
}

/* fade_slide2 の角丸（PCは100%、SPだけ90vwにする） */
.fade_slide2{
  border-radius: 12px;
}
@media (max-width:767px){
  .fade_slide2{
    width: 90vw;
  }
}


/* =========================================
   Swiper pagination を Slick 風に
   （WORKS / RECRUIT の .fade_slide2 用）
========================================= */

/* 位置：画像の下に出す（Slickっぽく） */
.fade_slide2{
  position: relative; /* paginationの基準 */
  padding-bottom: 26px; /* 下にドット分の余白 */
}

/* ドット全体を下中央へ */
.fade_slide2 .swiper-pagination{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;          /* ここで下位置調整 */
  text-align: center;
}

/* Swiperの青を殺す */
.fade_slide2 .swiper-pagination-bullet{
  background: rgba(255,255,255,0.55); /* ← Slickっぽい薄め */
  opacity: 1;                         /* Swiperのopacity制御を無効化 */
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  border-radius: 50%;
  transition: transform .2s ease, background .2s ease;
}

/* アクティブ（Slickの current 風） */
.fade_slide2 .swiper-pagination-bullet-active{
  background: rgba(255,255,255,0.95); /* ← 現在地だけ濃く */
  transform: scale(1.05);
}


/* TOPスライド：スワイプ優先 */
.fade_slide .swiper-slide a{
  pointer-events: none;
}

/* タップで遷移させたい場合（PCだけ有効など） */
@media (hover:hover){
  .fade_slide .swiper-slide a{
    pointer-events: auto;
  }
}




.w100 {
    width: 100%;
    margin: 0 auto;
}
.w80 {
    width: 60%;
    margin: 0 auto;
}
.right {
	text-align: right;
}
.ttit {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.4em;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.btit {
    font-family: "Zen Kaku Gothic New", sans-serif;
    /* font-style: italic; */
    font-size: 2.4em;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #fff;
}
.tmid {
    font-family: "Zen Kaku Gothic New", sans-serif;
	/* font-style: italic; */
    font-size: 1em;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin: -1% 0 2% 0;
    color: #736d71;
}
.ttx {
    font-family: "Zen Kaku Gothic New", sans-serif;
	/* font-style: italic; */
    font-size: 1.2em;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
/*flexbox*/
.tcbx {
	display: flex;
	width: 100%;
	align-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 6% 0 0 0;
}
.tcbx .tc1 {
	width: 30%;
	height: auto;
}
.tcbx .tc2 {
	width: 70%;
	height: auto;
}

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

	.w80 {
		width: 90%;
	}
	.ttit {
		font-size: 2.4em;
	}
	.tmid {
		font-size: 0.8em;
	}
	.ttx {
		font-size: 1em;
	}
	.tcbx {
		width: 100%;
	}
	.tcbx .tc1 {
		width: 100%;
		margin: 5% auto;
		text-align: left;
	}
	.tcbx .tc2 {
		width: 100%;
		margin: 0 auto 25% auto;
		text-align: left;	
	}
}






/*  404
----------------------------------------------------------- */ 

.c404 { 
	background-color: #f5f5f5;
    color: #fff;
    height: 80vh;
}
.button {
    color: #000;
    background: #f5f5f5;
    font-size: 1.2em;
    text-decoration: none;
    border: 1px solid #000;
    padding: 0.5em 1em;
    border-radius: 3px;
    margin: 5% auto;
    left: 50%;
    position: relative;
    transition: all .3s linear;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.button:hover {
	background-color: #007aff;
	color: #fff;
}
.t404 {
  text-align: center;
  font-size: 15em;
  font-weight: 100;
  text-shadow: #0062cc 1px 1px, #0062cc 2px 2px, #0062cc 3px 3px, #0062cd 4px 4px, #0062cd 5px 5px, #0062cd 6px 6px, #0062cd 7px 7px, #0062ce 8px 8px, #0063ce 9px 9px, #0063ce 10px 10px, #0063ce 11px 11px, #0063cf 12px 12px, #0063cf 13px 13px, #0063cf 14px 14px, #0063cf 15px 15px, #0063d0 16px 16px, #0064d0 17px 17px, #0064d0 18px 18px, #0064d0 19px 19px, #0064d1 20px 20px, #0064d1 21px 21px, #0064d1 22px 22px, #0064d1 23px 23px, #0064d2 24px 24px, #0065d2 25px 25px, #0065d2 26px 26px, #0065d2 27px 27px, #0065d3 28px 28px, #0065d3 29px 29px, #0065d3 30px 30px, #0065d3 31px 31px, #0065d4 32px 32px, #0065d4 33px 33px, #0066d4 34px 34px, #0066d4 35px 35px, #0066d5 36px 36px, #0066d5 37px 37px, #0066d5 38px 38px, #0066d5 39px 39px, #0066d6 40px 40px, #0066d6 41px 41px, #0067d6 42px 42px, #0067d6 43px 43px, #0067d7 44px 44px, #0067d7 45px 45px, #0067d7 46px 46px, #0067d7 47px 47px, #0067d8 48px 48px, #0067d8 49px 49px, #0068d8 50px 50px, #0068d9 51px 51px, #0068d9 52px 52px, #0068d9 53px 53px, #0068d9 54px 54px, #0068da 55px 55px, #0068da 56px 56px, #0068da 57px 57px, #0068da 58px 58px, #0069db 59px 59px, #0069db 60px 60px, #0069db 61px 61px, #0069db 62px 62px, #0069dc 63px 63px, #0069dc 64px 64px, #0069dc 65px 65px, #0069dc 66px 66px, #006add 67px 67px, #006add 68px 68px, #006add 69px 69px, #006add 70px 70px, #006ade 71px 71px, #006ade 72px 72px, #006ade 73px 73px, #006ade 74px 74px, #006bdf 75px 75px, #006bdf 76px 76px, #006bdf 77px 77px, #006bdf 78px 78px, #006be0 79px 79px, #006be0 80px 80px, #006be0 81px 81px, #006be0 82px 82px, #006be1 83px 83px, #006ce1 84px 84px, #006ce1 85px 85px, #006ce1 86px 86px, #006ce2 87px 87px, #006ce2 88px 88px, #006ce2 89px 89px, #006ce2 90px 90px, #006ce3 91px 91px, #006de3 92px 92px, #006de3 93px 93px, #006de3 94px 94px, #006de4 95px 95px, #006de4 96px 96px, #006de4 97px 97px, #006de4 98px 98px, #006de5 99px 99px, #006ee5 100px 100px, #006ee5 101px 101px, #006ee6 102px 102px, #006ee6 103px 103px, #006ee6 104px 104px, #006ee6 105px 105px, #006ee7 106px 106px, #006ee7 107px 107px, #006ee7 108px 108px, #006fe7 109px 109px, #006fe8 110px 110px, #006fe8 111px 111px, #006fe8 112px 112px, #006fe8 113px 113px, #006fe9 114px 114px, #006fe9 115px 115px, #006fe9 116px 116px, #0070e9 117px 117px, #0070ea 118px 118px, #0070ea 119px 119px, #0070ea 120px 120px, #0070ea 121px 121px, #0070eb 122px 122px, #0070eb 123px 123px, #0070eb 124px 124px, #0071eb 125px 125px, #0071ec 126px 126px, #0071ec 127px 127px, #0071ec 128px 128px, #0071ec 129px 129px, #0071ed 130px 130px, #0071ed 131px 131px, #0071ed 132px 132px, #0071ed 133px 133px, #0072ee 134px 134px, #0072ee 135px 135px, #0072ee 136px 136px, #0072ee 137px 137px, #0072ef 138px 138px, #0072ef 139px 139px, #0072ef 140px 140px, #0072ef 141px 141px, #0073f0 142px 142px, #0073f0 143px 143px, #0073f0 144px 144px, #0073f0 145px 145px, #0073f1 146px 146px, #0073f1 147px 147px, #0073f1 148px 148px, #0073f1 149px 149px, #0074f2 150px 150px, #0074f2 151px 151px, #0074f2 152px 152px, #0074f3 153px 153px, #0074f3 154px 154px, #0074f3 155px 155px, #0074f3 156px 156px, #0074f4 157px 157px, #0074f4 158px 158px, #0075f4 159px 159px, #0075f4 160px 160px, #0075f5 161px 161px, #0075f5 162px 162px, #0075f5 163px 163px, #0075f5 164px 164px, #0075f6 165px 165px, #0075f6 166px 166px, #0076f6 167px 167px, #0076f6 168px 168px, #0076f7 169px 169px, #0076f7 170px 170px, #0076f7 171px 171px, #0076f7 172px 172px, #0076f8 173px 173px, #0076f8 174px 174px, #0077f8 175px 175px, #0077f8 176px 176px, #0077f9 177px 177px, #0077f9 178px 178px, #0077f9 179px 179px, #0077f9 180px 180px, #0077fa 181px 181px, #0077fa 182px 182px, #0077fa 183px 183px, #0078fa 184px 184px, #0078fb 185px 185px, #0078fb 186px 186px, #0078fb 187px 187px, #0078fb 188px 188px, #0078fc 189px 189px, #0078fc 190px 190px, #0078fc 191px 191px, #0079fc 192px 192px, #0079fd 193px 193px, #0079fd 194px 194px, #0079fd 195px 195px, #0079fd 196px 196px, #0079fe 197px 197px, #0079fe 198px 198px, #0079fe 199px 199px, #007aff 200px 200px;
}

.col_box {
	position: absolute;
    margin: 2% auto;
    padding: 1% 88px 1% 3%;
    text-align: left;
    bottom: 3%;
    background: #fff;
    opacity: 0.8;
    border-radius: 8px 0 0 8px;
    right: 0;
	z-index: 10;
}
#col_text p{
	font-size: 1em;
	list-style: none;
	display:inline;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
#col_text li{
	font-family: "Zen Kaku Gothic New", sans-serif;
    list-style: none;
    line-height: 1.8;
}
span.newMark {
    color: #ffffff;
    font-size: 0.8em;
    background: #696854;
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 10px;
    padding: 1px 10px;
}
@media (max-width: 767px) {

	.col_box {
		width: 100%;
		margin: 5% auto;
		padding: 0 0;
		display: inline-block;
	}
	#col_text li{
		padding: 4% 0;
		list-style: none;
		line-height: 1.8;
	}
}



/*プライバシーポリシー*/
.cfbx {
	height: 250px;
	margin:2em auto;
	padding:2em;/*内側余白*/
	border:solid 1px #A5A19A;/*線の種類・太さ・色*/
	overflow: scroll;
}
.pp_tm1{
	font-size: 1.8em;
    margin: 0 auto 6% auto;
}
.pp_tt1{
	font-size: 1.4em;
    font-weight: bold;
    line-height: 1.8;
    margin: 2% auto;
}
.pp_tx1{
	font-size: 1em;
    line-height: 2;
    color: #000;
    margin: 2% auto 0 auto;
}





/* =========================================================
   ABOUT / WORKS / RECRUIT / NEWS（PC + SP）最終スタイル
   ========================================================= */

/* =========================
   ABOUT（PC）
   ========================= */

/* 共通スタイル（PC） */
.about-section {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 80%;
  margin: 0 auto 5% auto;
  padding: 5% 0;

  /* 重要：Safari安定化のため、縦書きのサイド文は absolute を使わず grid 配置 */
  display: grid;
  grid-template-columns: 70% 30%; /* 左：本文 / 右：縦書きコピー */
  gap: 3vw;
  align-items: start;
}

.about-content {
  position: relative; /* ボタン等を通常フローで扱う */
}

.about-title {
  font-family: Avenir, 'Avenir Next LT Pro', Montserrat, sans-serif;
  font-size: 10vw;
  letter-spacing: 0.15em;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  line-height: 1;
  padding-top: 5%;
}

/* 本文ブロック */
.about-text {
  font-size: 1.2em;
  line-height: 1.8;
  position: relative;
  margin: 7% auto;
}

/* 左側（ABOUT本文）を縦積みに。ボタンは常に段落の下へ */
.about-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ボタン（wkと統一） */
.ab-btn{
  display: inline-block;
  position: static !important; /* 念のため既存のabsoluteを無効化 */
  float: none !important;
  clear: both;

  background: #696854;
  color: #fff;
  text-decoration: none;
  padding: 12px 26px;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .12em;
  writing-mode: horizontal-tb;
  transition: background .25s ease, transform .2s ease;
}
.ab-btn:hover{
  background:#a98c55;
  transform: translateY(-1px);
}

/* 右のサイド文：縦書き（Safari対策を含む） */
.about-side-text {
  font-size: 2.8vw;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-orientation: upright;  /* Safariで句読点が横倒れしない */
  white-space: nowrap;        /* Safariでの意図しない折り返し防止 */
  line-height: 1.6;
}
.md_en {
  font-size: 7.5vw;
  color: #fff;
  letter-spacing: 0.05em;
}
.md_ja {
	font-size: 2em;
    margin-top: -3em;
    color: #000;
}
.pmd_en {
  font-size: 7.5em;
  color: #fff;
  letter-spacing: 0.05em;
}
.pmd_ja {
	font-size: 2em;
    margin-top: -3em;
    color: #000;
}
/* =========================
   WORKS（PC）
   ========================= */

.works-section{
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 86%;
  margin: 0 auto;
  padding: 7% 0 5%;
}

.works-top{
  display: grid;
  grid-template-columns: 75% 25%;
  gap: 3vw;
  align-items: center;
  margin: 10% auto 5% auto;
}

.works-hero{ position: relative; }
.works-title{
  position: absolute;
  right: -25%;
  top: -20%;
  font-size: 7.5vw;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  z-index: 0;
  pointer-events: none;
}

.wk-slider{ position: relative; z-index: 1; margin-top: 1.6em; }
.wk-slides{ position: relative; overflow: hidden; border-radius: 10px; }
.wk-slides img{ width: 100%; display: block; }
.wk-slide{ position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease; }
.wk-slide.is-active{ opacity: 1; }
.wk-slides:not(.js-ready) .wk-slide:first-child{ position: relative; opacity: 1; }

.wk-dots{ display:flex; justify-content:center; gap:10px; margin:12px 0 0; }
.wk-dots button{ width:8px; height:12px; border-radius:50%; border:none; background:#cfcfcf; }
.wk-dots button.is-active{ background:#606060; }

/* 縦書き全体をラップ */
.works-aside{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5em;
  z-index: 10;
}

/* タイトル＋説明文だけを縦書きに */
.wk-aside-text{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.wk-aside-title{
  font-size: clamp(28px, 2.8vw, 46px);
  letter-spacing: .2em;
  color: #222;
}

.wk-aside-copy{
  margin: 0;
  font-size: 1.2em;
  line-height: 2;
  color: #444;
}

/* ボタンは横書き */
.wk-btn{
  writing-mode: horizontal-tb;
  background: #696854;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .12em;
  transition: background .25s ease, transform .2s ease;
}
.wk-btn:hover{ background:#a98c55; transform: translateY(-1px); }

/* 下部：カード3つ */
.works-grid{
  width: 88%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(26px, 2.2vw);
  margin: 0 auto;
}
.wk-card{
  background:#fff;
  overflow: hidden;
  border-radius: 12px;
}
.wk-card-img img{ width:100%; aspect-ratio:4/3; object-fit:cover; display:block; }
.wk-card-cap{ padding:12px 14px 16px; }
.wk-card-title{ margin:0; font-size:1.3em; color:#111; }

/* スライド保険＆フェード */
.wk-slides .wk-slide:first-child{ position: relative; opacity: 1; }
.wk-slides{ position: relative; min-height: 400px; }
.wk-slide{ position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease; }
.wk-slide.is-active{ opacity: 1; }

/* =========================
   RECRUIT（PC）
   ========================= */

.rec-section{
	font-family: "Zen Kaku Gothic New", sans-serif;
    width: 100%;
    margin: 7% auto 0 auto;
    padding: 7% 7% 9%;
	background: #b3ada0;
}

.recruit-top{
  display: grid;
  grid-template-columns: 75% 25%;
  gap: 3vw;
  align-items: center;
  margin: 10% auto 5% auto;
}

.recruit-hero{ position: relative; z-index: 0; }
.recruit-title{
  position: absolute;
  right: -25%;
  top: -20%;
  font-size: 7.5vw;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  z-index: 0;
  pointer-events: none;
}

.rec-slider{ position: relative; z-index: 1; margin-top: 1.6em; }
.rec-slides{ position: relative; overflow: hidden; border-radius: 10px; }
.rec-slides img{ width: 100%; height: auto; display: block; border-radius: 10px; }

.rec-slide{ position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease; }
.rec-slide.is-active{ opacity: 1; }
.rec-slides:not(.js-ready) .rec-slide:first-child{ position: relative; opacity: 1; }

.rec-dots{ display:flex; justify-content:center; gap:10px; margin:12px 0 0; }
.rec-dots button{ width:8px; height:8px; border-radius:50%; border:none; background:#cfcfcf; }
.rec-dots button.is-active{ background:#606060; }

/* 右：縦書きブロック（テキストは縦、ボタンは横・下段） */
.rec-aside{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5em;
  z-index: 10;
}
.rec-aside-text{
	writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 14px;
}
.rec-aside-title{
  font-size: clamp(28px, 2.8vw, 46px);
  letter-spacing: .2em;
  color: #222;
}
.rec-aside-copy{
  margin: 0;
  font-size: 1.2em;
  line-height: 2;
  color: #444;
}

/* =========================
   slick ドット共通
   ========================= */

.slick-dots { 
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  writing-mode: horizontal-tb;
}
.slick-dots li { margin: 0; }
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  background: #cfcfcf;
  display: block;
  line-height: 0;
  font-size: 0;
}
.slick-dots li button:before { content: ""; }
.slick-dots li.slick-active button { background: #606060; }

/* =========================
   NEWS（PC）
   ========================= */

.news-section {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 86%;
  margin: 0 auto;
  padding: 0 5% 4% 5%;
  background: #e1e3e2;
}
.news-inner {
  display: block;
  align-items: start;
}
.news-head {
	position: relative;
	margin-bottom: 5%;
}
.news-en {
  font-size: 7.5vw;
  color: #fff;
  letter-spacing: 0.05em;
}
.news-ja {
	font-size: 2em;
    margin-top: -3em;
    color: #000;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.news-item {
  display: flex;
  gap: 1.5em;
  font-size: 14px;
}
.news-date { color: #000; min-width: 90px; }
.news-title a { color: #000; text-decoration: none; }
.news-title a:hover { text-decoration: underline; }
.news-more { margin-top: 24px; }
.news-more a {
	writing-mode: horizontal-tb;
    background: #696854;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .12em;
    transition: background .25s ease, transform .2s ease;
}
.news-more a:hover { background: #a98c55; color: #fff; }

.ig-section {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 86%;
  margin: 0 auto;
  padding: 7% 5%;
}
/* =========================
   SP共通レイアウト（〜767px）
   ========================= */
@media screen and (max-width: 767px) {

  /* ---- セクション共通 ---- */
  .works-section,
  .about-section,
  .rec-section,
  .news-section,
	.ig-section{
    width: 100%;
    padding: 10% 5%;
    margin: 0 auto 5%;
  }
	.news-head {
		margin-bottom: 0;
	}
	.rec-section,.news-section{
		margin: 0 auto;
    }
	.md_en {
		position: static;
		margin: -35% auto 0 0;
		text-align: center;
		letter-spacing: .1em;
		font-weight: 700;
		font-size: 1.6rem;
		color: #333;
	}
	.md_ja {
		font-size: 1em;
		font-weight: bold;
		text-align: center;
		margin: 0 auto 10% 0;
		color: #000;
	}
	.pmd_en {
		margin: 20% auto 0 auto;;
		text-align: center;
		letter-spacing: .1em;
		font-weight: 700;
		font-size: 1.6rem;
		color: #333;
	}
	.pmd_ja {
		font-size: 1em;
		text-align: center;
		margin: 0 auto 10% 0;
		color: #000;
	}

  /* ---- 見出し（透かし系はSPで読みやすく） ---- */
  .works-title,
  .recruit-title,
  .about-title {
    position: static;
    margin: 0 0 1em;
    text-align: center;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: 1.6rem;
    color: #333;
  }
  .news-en {
    position: static;
    margin: 0 auto;
    text-align: center;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: 1.6rem;
    color: #333;
  }
	.news-ja {
		font-size: 1em;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
		color: #000;
  }

  /* ---- 本文・横書き化 ---- */
  .about-text,
  .wk-aside-copy,
  .rec-aside-copy {
    font-size: 1rem;
        line-height: 1.7;
        letter-spacing: .06em;
        /* margin: 0 0 1.2em; */
        column-count: 1;
        column-gap: 0;
  }

  /* ---- 縦書き要素はSPで横書きに ---- */
  .wk-aside-text,
  .rec-aside-text,
  .about-side-text {
    font-size: 1.6rem;
    text-align: left;
  }

  /* ---- ボタン統一 ---- */
  .wk-btn,
  .ab-btn,
  .rec-aside .wk-btn,
  .news-more a {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 16px auto 0;
    padding: 12px 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: .1em;
    border-radius: 4px;
    background: #696854;
    color: #fff;
  }
  .wk-btn:hover,
  .ab-btn:hover,
  .rec-aside .wk-btn:hover,
  .news-more a:hover {
    background: #a98c55;
    color: #fff;
  }

  /* ---- WORKS ---- */
  .works-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .works-aside { gap: 14px; }
  .fade_slide,
  .fade_slide2,
  .wk-slider,
  .rec-slider {
    margin-top: 0;
  }
  .works-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  /* ---- RECRUIT ---- */
  .recruit-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .rec-aside { gap: 14px; }

  /* ---- NEWS ---- */
  .news-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .news-list { gap: 12px; }
  .news-item {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
    font-size: .9rem;
  }
  .news-date {
    display: block;
    margin-bottom: 2px;
    color: #666;
  }

  /* ---- ABOUT：サイドテキストを独立＆上に ---- */
  .about-section {
    display: flex;                /* grid → SPは縦積み */
    flex-direction: column;
    align-items: stretch;
  }
  .about-side-text {
    order: -1;                    /* 本文より上へ */
  }
  .about-content {
    order: 0;
    width: 100% !important;
    margin: 0 0 24px;
    position: static !important;
  }
	.fade_slide2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* =========================
   角丸スライダー（共通）
   ========================= */
.fade_slide2 {
  border-radius: 12px;
  overflow: hidden;
}
.fade_slide2 .slick-list,
.fade_slide2 .slick-track,
.fade_slide2 .slick-slide {
  border-radius: inherit;
  overflow: hidden;
}
.fade_slide2 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}








:root {
  --cp-accent: #696854;
  --cp-text: #111;
  --cp-muted: #666;
  --cp-line: #ddd;
}
.cp-grid {
    margin: 5% auto;
}

.company-profile {
	font-size: 1.2em;
    margin: 0 auto 5% auto;
    padding: 0 4%;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.cp-title {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  color: var(--cp-text);
  margin: 0 0 24px;
  border-bottom: 2px solid var(--cp-accent);
  padding-bottom: .3em;
}
.cp-title span {
  font-size: .95rem;
  margin-left: .5em;
  color: var(--cp-muted);
  font-weight: 400;
}

/* メイン表 */
.cp-table {
  border-top: 1px solid var(--cp-line);
  border-bottom: 1px solid var(--cp-line);
}
.cp-row {
  display: flex;
  border-bottom: 1px solid var(--cp-line);
}
.cp-row:last-child {
  border-bottom: none;
}

/* 左ラベル */
.cp-label {
  flex: 0 0 180px;
  background: #f9f9f9;
  padding: 12px 16px;
  font-weight: 700;
  color: var(--cp-accent);
  border-right: 1px solid var(--cp-line);
}

/* 右値 */
.cp-value {
  flex: 1;
  padding: 12px 16px;
  color: var(--cp-text);
  line-height: 1.7;
}

/* 補足や小文字 */
.cp-value small {
  display: block;
  margin-top: 4px;
  font-size: .85rem;
  color: var(--cp-muted);
}

/* リンク（電話など） */
.cp-value a[href^="tel:"] {
  color: var(--cp-text);
  text-decoration: none;
  border-bottom: 1px dotted var(--cp-accent);
}
.cp-value a[href^="tel:"]:hover {
  border-bottom-color: var(--cp-text);
}

/* ===== SP調整 ===== */
@media (max-width: 767px) {
  .cp-row {
    flex-direction: column;
    border-bottom: 1px solid var(--cp-line);
  }
  .cp-label {
	  flex: none;
	  width: 100%;
	  color: #f5f5f5;
	  font-size: .9rem;
	  padding: 10px 12px;
	  background: var(--cp-accent);
	  border: none;
  }
  .cp-value {
    padding: 12px;
    font-size: .95rem;
  }
}



:root{
  --br-accent:#696854; --br-text:#111; --br-muted:#666; --br-line:#e5e5e5;
  --br-chip:#f6f1e6;  --br-bg:#fafafa;
}
.br{ width:min(100%, 1100px); margin:0 auto 64px; padding:0; font-family:"Zen Kaku Gothic New",sans-serif; }
.br-title{ font-size:clamp(20px,2.2vw,28px); font-weight:700; margin:0 0 18px; color:var(--br-text); }
.br-title span{ font-size:.95rem; color:var(--br-muted); margin-left:.5em; }

/* 年アコーディオン */
.br-year{ border:1px solid var(--br-line); border-radius:12px; background:#fff; margin:10px 0 18px; overflow:hidden; }
.br-year > summary{ display:flex; align-items:center; gap:12px; padding:14px 16px; cursor:pointer; list-style:none; }
.br-year > summary::-webkit-details-marker{ display:none; }
.br-period{ font-weight:700; letter-spacing:.02em; }
.br-badge{ margin-left:auto; font-size:.8rem; color:#6b5b35; background:var(--br-chip); padding:.2em .6em; border-radius:999px; }
.br-year[open] > summary{ background:var(--br-bg); border-bottom:1px solid var(--br-line); }

/* ブロック */
.br-block{ padding:16px; }
.br-cat{ margin:0 0 10px; font-size:1.05rem; font-weight:700; color:var(--br-text); }
.br-cat small{ font-weight:400; color:var(--br-muted); margin-left:.5em; }

/* メトリクス（間伐・主伐など） */
.br-metrics{
  display:grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap:12px;
}
.br-item{ background:#fff; border:1px solid var(--br-line); border-radius:10px; padding:12px; display:flex; flex-direction:column; gap:6px; }
.br-label{ font-weight:700; color:var(--br-accent); }
.br-val{ display:flex; align-items:baseline; gap:6px; }
.br-val strong{ font-size:clamp(20px,2.4vw,28px); font-weight:800; letter-spacing:0.1em; }
.br-val em{ font-style:normal; color:var(--br-muted); }
.br-sub{ display:flex; align-items:baseline; gap:6px; color:var(--br-text); }
.br-sub strong{ font-weight:700; }
.br-sub em{ font-style:normal; color:var(--br-muted); }
.br-sub span{ font-size:.85em; color:var(--br-muted); }
.br-sub.--empty{ visibility:hidden; height:0; }

/* 修理リスト */
.br-list{ margin:0; padding:0; list-style:none; border:1px solid var(--br-line); border-radius:10px; overflow:hidden; }
.br-list li{ display:grid; grid-template-columns: 1fr auto auto; gap:10px; padding:10px 12px; border-top:1px solid var(--br-line); }
.br-list li:first-child{ border-top:none; }
.br-list span{ color:var(--br-text); }
.br-list strong{ font-variant-numeric: tabular-nums; min-width:3ch; text-align:right; }
.br-list em{ font-style:normal; color:var(--br-muted); }
.br-total{ background:var(--br-bg); font-weight:700; }

/* スマホ */
@media (max-width: 767px){
  .br{ padding:0; }
  .br-block{ padding:14px 12px; }
  .br-metrics{ grid-template-columns:1fr; }
  .br-item{ padding:12px; }
}




/* ============ ご挨拶セクション ============ */
.greet{
  width: min(100%, 1100px);
  margin: 0 auto 8%;
  padding: 0 5%;
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
}

.greet-inner{
  display: grid;
  grid-template-columns: 40% 60%; /* 左画像40%／右文章60% */
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
}

/* 見出し */
.greet-title{
  margin: 0 0 .8em;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.3;
}
.greet-title span{
  margin-left: .6em;
  font-size: .95rem;
  color: #666;
  letter-spacing: .06em;
}

/* 本文 */
.greet-text p{
  margin: 0 0 1em;
  line-height: 1.9;
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: .02em;
}
.greet-sign{
  margin-top: 1.2em;
  font-weight: 700;
  letter-spacing: .06em;
}

/* 画像（アスペクト比を保って綺麗にトリミング） */
.greet-media{
  margin: 0;
}
.greet-media img{
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;       /* 画像比率はお好みで */
  object-fit: cover;         /* 端まで気持ちよく表示 */
  border-radius: 12px;       /* 角丸：既存トーンに合わせて */
}

/* アクセント（任意） */
.greet-title{
  border-left: 4px solid #696854;
  padding-left: .6em;
}

/* ======= スマホ（～767px） ======= */
/* 文章が先、画像が下で幅80%（中央寄せ） */
@media (max-width: 767px){
  .greet-inner{
    grid-template-columns: 1fr; /* 1カラム */
  }
  .greet-body{
    order: 1; /* 先に表示 */
  }
  .greet-media{
    order: 2; /* 後で表示（文章の下） */
    display: grid;
    place-items: center;
    margin-top: 16px;
  }
  .greet-media img{
    width: 80%;
    max-width: 520px;
    aspect-ratio: 16 / 10;  /* スマホでは少し横長にして見栄えUP */
  }
}





:root{
  --rp-accent:#696854; --rp-text:#111; --rp-muted:#666; --rp-line:#e7e7e7; --rp-bg:#fafafa;
}
.recruit-page{
  width:100%;
  margin:0 auto;
  padding:0;
  font-family:"Zen Kaku Gothic New",system-ui,sans-serif;
}

/* ヘッダ */
.rp-title{ font-size:clamp(22px,2.4vw,32px); font-weight:700; margin:0 0 .3em; }
.rp-title span{ font-size:.95rem; color:var(--rp-muted); margin-left:.6em; }
.rp-lead{ margin:0 0 1.2em; line-height:1.9; color:var(--rp-text); }

/* カード */
.job-card{
  background:#fff;
  border:1px solid var(--rp-line);
  border-radius:12px;
  padding:18px 16px;
  margin-bottom:20px;
}
.job-card.is-closed{ background:#f9f9f9; border-style:dashed; }

.job-head{ display:flex; align-items:baseline; gap:12px; margin-bottom:10px; }
.job-title{ margin:0; font-size:1.1rem; font-weight:700; }
.job-title small{ margin-left:.5em; font-size:.9rem; color:var(--rp-muted); }

.job-badge{ margin-left:auto; font-size:.8rem; padding:.25em .7em; border-radius:999px; }
.job-badge.is-open{ background:#f6f1e6; color:#6b5b35; border:1px solid var(--rp-accent); }
.job-badge.is-closed{ background:#eee; color:#777; border:1px solid #bbb; }

/* 定義リスト */
.job-meta{ margin:0; }
.job-meta div{ display:flex; gap:10px; margin-bottom:6px; }
.job-meta dt{ flex:0 0 10%; font-weight:700; color:var(--rp-accent); }
.job-meta dd{ margin:0; flex:1; line-height:1.7; }

/* 募集停止の注記 */
.job-note{ margin:6px 0; color:var(--rp-muted); }

/* 応募方法 */
.rp-howto{ margin-top:28px; padding:18px; background:var(--rp-bg); border-radius:12px; border:1px solid var(--rp-line); }
.rp-howto h2{ margin:0 0 .4em; font-size:1.05rem; }
.rp-howto p{ margin:0 0 .8em; line-height:1.9; }

.rp-btn{
  display:inline-block; padding:.7em 1.4em;
  background:var(--rp-accent); color:#fff; text-decoration:none;
  border-radius:6px; letter-spacing:.06em;
}
.rp-btn:hover{ filter:brightness(.95); }

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

  /* カード全体 */
  .job-card{ position: relative; }

  /* 丸バッジ */
  .job-badge{
    position: absolute;
    top: 12px; right: 12px;
    width: 72px; height: 72px;
    border-radius: 50%;
    display: grid; place-items: center;
    writing-mode: vertical-rl;   /* 縦書き */
    letter-spacing: .1em;
    font-weight: 700;
    background: #f6f1e6;
    color: #6b5b35;
    border: 1px solid var(--rp-accent);
    font-size: .8rem;
  }
	.job-title small{display: block;}

  /* 見出し */
  .job-head{ 
    align-items: flex-start; 
    padding-right: 92px; /* バッジ分の余白 */
  }

  /* ラベルと本文 */
  .job-meta div{ align-items: flex-start; gap: 8px; }
  .job-meta dt{ flex: 0 0 6em; font-size: .9rem; }
  .job-meta dd{ line-height: 1.8; word-break: break-word; }

  /* さらに狭い端末では縦積みに切替 */
  @media (max-width: 360px){
    .job-head{ padding-right: 80px; }
    .job-meta div{ display: block; margin-bottom: 10px; }
    .job-meta dt{ display: block; margin-bottom: 2px; }
  }
}






/*  bbs
----------------------------------------------------------- */ 

.bbs {
	font-family: "Zen Kaku Gothic New", sans-serif;
	/* font-style: italic; */
	display: block;
    font-size: 2em;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
	background: #696854;
}
.bbs__content {
	display: inline-block;
    color: #fff;
    padding-left: 100%;
    white-space: nowrap;
    animation: animate-banner 120s linear infinite;
}
.bbs__content p {
	padding-right: 1em;
}
.bbs__content > * {
  display: inline-block;
}

@media screen and (max-width: 767px) {
	.bbs {
		font-size: 1.4em;
	}
}

@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}




/*  contact Form
----------------------------------------------------------- */  

.cfmd {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #fff;
    text-align: center;
	background: #000;
	padding: 4% 0;
	margin: 5% auto;
}
.cftx {
	font-size: 1em;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin: 2% auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.cform th {
	width: 30%;
	text-align:left;
	color:#444;
	padding:2%;
	background:#f7f7f7;
	border:solid 1px #d7d7d7;
}
.cform td {
	width: 70%;
	font-size: 1.1em;
	border:solid 1px #d7d7d7;
	text-align: left;
	padding:2%;
}
.cform {
	width: 100%;
	margin: auto;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
	font-size: 0.9em;
	padding: 3% 0 3% 1%;
}
.cform select{
	width: 100%;
	font-size: 0.9em;
	padding: 4% 0 4% 1%;
}
.cform .error {
	font-size: 0.8em;
	line-height: 1.8;
	text-align: right;
}
.cform text{
	font-size: 1.1em;
	border:solid 1px #d7d7d7;
	text-align: left;
	padding:2%;
}
/*横の行とテーブル全体*/
.entry-content .cform tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #000;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
	vertical-align: middle;
}
.any {
    font-size: 8pt;
	padding: 5px;
    background: #a9a9a9;
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
    vertical-align: middle;
}
.cfbx{
	width: 100%;
	background: #dcdcdc;
	padding: 3%;
}
.cfth{
	font-size: 1em;
	line-height: 2.4;
}

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

	.cfmd {
		margin: 20% auto 10% auto;
	}
	.cform th,
	.cform td {
		width: 100%;
		display: block;
	}
}
.submit-btn input {
	background: #000;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #000 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #000;
}


/*  PHPメール
----------------------------------------------------------- */ 

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

/*プライバシーポリシー*/
.box1 {
	height: 250px;
	margin:2em auto;
	padding:2em;/*内側余白*/
	border:solid 1px #A5A19A;/*線の種類・太さ・色*/
	overflow: scroll;
}
.pp_tm1{
	font-size: 1.8em;
    margin: 0 auto 6% auto;
}
.pp_tt1{
	font-size: 1.4em;
    font-weight: bold;
    line-height: 1.8;
    margin: 2% auto;
}
.pp_tx1{
	font-size: 1em;
    line-height: 2;
    color: #000;
    margin: 2% auto 0 auto;
}
#formWrap input[type="text"] {
	cursor: pointer;
	padding: 1% 2%;
}
#formWrap input[type="submit"] {
    cursor: pointer;
	padding: 3% 2%;
}
#formWrap input[type="reset"]{
    cursor: pointer;
	padding: 1% 2%;
}
#formWrap select {
    cursor: pointer;
	padding: 1% 2%;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {

	.box1 {
		padding:2em 1em;/*内側余白*/
	}
	#formWrap {
		width:100%;
		margin:0 auto;
	}
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
	}
	form input[type="text"], form textarea {
		width:96%;
		padding:5px;
		font-size:110%;
		display:block;
	}
	form input[type="submit"], form input[type="reset"], form input[type="button"] {
		display:block;
		width:100%;
		/*height:40px;*/
	}
	#formWrap input[type="submit"] {
		padding: 6%;
	}
}

.fadein {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s;
  will-change: opacity, transform;
}

.fadein.active {
  opacity: 1;
  transform: translateY(0);
}








/* ========== KOCHIRINGYO: Section "cnt" (PC=スクショ準拠 / SP=現状維持) ========== */

/* ベース */
.cnt{
  width: 80%;
  margin: 0 auto 5%;
  padding: 2vw 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  color:#000;
}
.cnt_head{
  display:flex;
  align-items:center;
  gap:0.6em;
  margin-bottom:0.5em;
}
.cnt_mid{
	font-size: 5vw;
    font-weight: 700;
    color: #696854;
    line-height: 1;
    letter-spacing: 0.1em;
}
.cnt_bar{
	width: 2px;
    height: 5em;
    margin: 0 2em -1% 2em;
    background: #696854;
}
.cnt_tit-en{
	font-size: 4vw;
    font-weight: 700;
    color: #696854;
    line-height: 1;
}
.cnt_tit-ja{
	font-size: 2.4em;
    margin: 0.5em 0;
    color: #000;
}
.cnt_block{
  display:grid;
  grid-template-columns:48% 48%;
  gap:4%;
  align-items:start;
}
.cnt_img img{
  width:100%;
  height:auto;
  display:block;
  border-radius:8px;
  object-fit:cover;
}
.cnt_txt{
  font-size:1.2em;
  line-height:1.9;
  color:#333;
}

/* 旧 .cnt_tit / .cnt_tx を使っている箇所があれば次の2行だけ残す */
.cnt_tit{ font-size:1.8vw; font-weight:700; color:#696854; margin-bottom:1.2vw; }
.cnt_tx{  font-size:1.05vw; }

/* ====== SP（〜767px）：現状の縦積み感を維持 ====== */
@media (max-width:767px){
  .cnt{ width: 90%; padding:10vw 0; margin:0 auto; }
  .cnt_mid{ font-size:12vw; }
  .cnt_tit-en{ font-size:6vw; }
  .cnt_tit-ja{ font-size:4.5vw; margin:2vw 0 5vw; }
  .cnt_head{ gap:0.5em; }
  .cnt_bar{ height: 9vw; margin: 0 1em -1% 1em; }
  .cnt_block{
    display:grid;
    grid-template-columns:1fr;
    gap:6vw;
  }
  .cnt_txt{ font-size:3.8vw; line-height:1.8; }
  .cnt_tit{ font-size:4.5vw; margin-bottom:3vw; }
  .cnt_tx{  font-size:3.8vw; }
}



/* ========== PVセクション ========== */
.pv-section {
	    font-family: "Zen Kaku Gothic New", sans-serif;
  background: linear-gradient(
    to bottom,
    #f5f5f5 0%,      /* 上半分 白っぽい背景 */
    #f5f5f5 50%,
    #696854 50%,     /* 下半分 グリーン背景 */
    #696854 100%
  );
  padding: 4vw 2vw;
  text-align: center;
}

.pv-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pv-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9比率 */
  background: #000;
  overflow: hidden;
}

.pv-video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.pv-caption {
  margin-top: 2vw;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.1em;
}



/* Scroll Indicator */

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 2vh;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  z-index: 20;
}

.scroll-indicator__text {
  opacity: 0.7;
  margin-bottom: 6px;
}

/* Rail */
.scroll-indicator__arrow {
  position: relative;
  width: 2px;
  height: 46px;
  overflow: hidden;
}

/* Flow line */
.scroll-indicator__arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;               /* 上から余裕を持って登場 */
  width: 100%;
  height: 60%;             /* ← 光の線を長くした（40% → 60%） */
  background: #fff;
  border-radius: 2px;
  opacity: 0;
  transform: scaleX(0.6);
  animation: scrollLine 1.4s ease-in-out infinite;
}

@media screen and (max-width: 767px) {
	
	.scroll-indicator {
		top: 55vh;
		}
}	


	
/* Animation */
@keyframes scrollLine {
  0% {
    transform: translateY(0) scaleX(0.6);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateY(60%) scaleX(1);   /* 中央で太く */
    opacity: 1;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    transform: translateY(130%) scaleX(0.6); /* 下まできちんと到達 */
    opacity: 0;
  }
}

/* Hover (PC only) */
@media (hover: hover) {
  .scroll-indicator:hover .scroll-indicator__text {
    opacity: 1;
  }
}

/* SP */
@media (max-width: 768px) {
  .scroll-indicator {
    font-size: 10px;
  }
  .scroll-indicator__arrow {
    height: 36px;
  }
}



.intro_text{
  padding:40px 0;
}
.intro_inner{
  width: 60vw;
  margin:0 auto;
  font-size:14px;
  line-height:1.8;
  color:#696854;
}
.intro_inner h2{
  font-size:16px;
  margin-bottom:10px;
  font-weight:600;
}

@media screen and (max-width: 767px) {
	
	.intro_inner{
		width: 80vw;
	}
}	