@charset "utf-8";
/*
Theme Name: KANEKUNI Co.,Ltd.
Description: KANEKUNI Co.,Ltd.
Theme URI: KANEKUNI Co.,Ltd.
Author: FLOAT
Version: 1.0.0
*/

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

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


body {
	padding-top: 0px;
	margin: 0 auto;
	font-family: "fot-tsukubrdgothic-std", 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;
}
.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;
}

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


.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: "fot-tsukubrdgothic-std", 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: "fot-tsukubrdgothic-std", 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: "fot-tsukubrdgothic-std", 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: #887f7a;
    transition: 0.5s;
	padding: 5% 0;
}
.btn_c span:hover {
	color: #fff;
	background: #887f7a;
}
.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: 0px;  
	background: #fff;
}
#header .logo {
	width: 100%;
    text-align: left;
    padding: 2%;
}
#header .logo img{
	width: 15%;
	height: auto;
}

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

@media screen and (max-width: 767px) {
	
	#header .logo {
		width: 70%;
		text-align: left;
		padding: 0 0;
	}
	#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: 2% 2% 0 0;
    z-index: 100;
}
#nav ul {
	list-style: none;
	margin: auto;
}
.main-navigation {
	margin: 0 auto;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 0;
    color: #a9a9a9;
    font-size: 1.2em;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding: 2px 14px;
}
.menu_item {
	font-size: 1em;
	font-weight: bold;
}
.menu-item-description {
	font-size: 0.7em;
	line-height: 1;
	display: block;
}
.nav-menu li a {
	color: #696852;
    display: block;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
	opacity:0.7;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #fff;
	display: none;
	padding: 0;
	position: absolute;
	text-align:left;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
	text-align:left;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #333;
	margin: 0;
	width: 100px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	opacity:0.7;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}
.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: #696852;
}

.menu{
    height: 20px;
    position: fixed;
    right: 3%;
    top: 3%;
    width: 30px;
    z-index: 210;
}
.menu__line {
    background-color: #887f7a;
    display: block;
    height: 1px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line a{
    background-color: #fff;
}
.menu__line .background--light {
  background-color: black;
}
.menu__line .background--dark {
  background-color: white;
}

.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*/
.gnav{
    background: rgba(255,255,255,0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 105;
}
.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: "fot-tsukubrdgothic-std", sans-serif;
	/* font-style: italic; */
    color: #000000;
    font-size: 1.7em;
    transition: .5s;
	letter-spacing: 0.15em;
	line-height: 3.5;
}
.gnav__menu__item a:hover{
    color: #666;
}

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

.sub-menu li{
	padding: 0 0 0 15%;
	position: relative;
}
.sub-menu li :before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 5%;
}

@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%;
	}
}


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

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

#content .wraper {
    overflow: hidden;
}

/* ページャー */
#next {
	font-family: "fot-tsukubrdgothic-std", 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: "fot-tsukubrdgothic-std", sans-serif;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 0px;
	overflow: hidden;
}
#footer .push {
	height: 50px;
}
#footer .foot_in {
	margin-bottom: 40px;
}
#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: 20%;
  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_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: "fot-tsukubrdgothic-std", 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: #887f7a;
  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 #887f7a;
  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;
}
.shop:hover a {
  color: #fff;
}
.line:hover a {
  color: #fff;
}
.shop {
    font-size: 1.4em;
    line-height: 1.8;
	letter-spacing: 0.05em;
    font-weight: bold;
    color: #4F7067;
}

.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: "fot-tsukubrdgothic-std", 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;
}
}
	

	

.timg {
    position: relative; /* ロゴの絶対配置用 */
}

.timg img {
    position: relative;
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.timg_logo {
    position: absolute;
    width: 35%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; /* ロゴがスライドの上に来るように */
}
.timg_logo img {
    width: 100%;
    height: auto;
}
.cimg {
}
.cimg img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
	
    .timg img {
        height: 65vh;
    }
	.cimg img {
        height: 65vh;
    }
    .timg_logo {
        width: 70%;
        height: auto;
    }
    .timg_logo img {
        width: 100%;
        height: auto;
    }
}

.fade_slide {
    opacity: 0;
    transition: opacity .3s linear;
}
.fade_slide.slick-initialized {
    opacity: 1;
}
.fade_slide2 {
    opacity: 0;
    transition: opacity .3s linear;
}
.fade_slide2.slick-initialized {
    opacity: 1;
}

@media screen and (max-width: 767px) {
.fade_slide2 {
    border-radius: 12px;
    overflow: hidden;
    width: 90vw;
    height: auto;
}
	}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

.add-animation {
    animation: fadezoom 10s linear 0s normal both;
}


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

.btit {
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    /* font-style: italic; */
    font-size: 2.4em;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #fff;
}
.tmid {
    font-family: "fot-tsukubrdgothic-std", 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: "fot-tsukubrdgothic-std", 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: 13%;
    background: #fff;
    opacity: 0.8;
    border-radius: 8px 0 0 8px;
    right: 0;
}
#col_text p{
	font-size: 1em;
	list-style: none;
	display:inline;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
#col_text li{
	font-family: "fot-tsukubrdgothic-std", sans-serif;
    list-style: none;
    line-height: 1.8;
}
span.newMark {
    color: #ffffff;
    font-size: 0.8em;
    background: #887f7a;
    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: "fot-tsukubrdgothic-std", 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: 2.2;
  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: #887f7a;
  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: 8vw;
  color: #fff;
  letter-spacing: 0.05em;
}
.md_ja {
	font-size: 2em;
    margin-top: -3em;
    color: #000;
}
.pmd_en {
  font-size: clamp(2em, 9vw, 130px);
  color: #fff;
  letter-spacing: 0.05em;
}
.pmd_ja {
	font-size: 2em;
    margin-top: -3em;
    color: #000;
}
/* =========================
   WORKS（PC）
   ========================= */

.works-section{
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  width: 86%;
  margin: 0 auto;
  padding: 7% 0 9%;
}

.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: -14%;
  font-size: 8vw;
  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: #887f7a;
  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: "fot-tsukubrdgothic-std", 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: -14%;
  font-size: 8vw;
  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: "fot-tsukubrdgothic-std", sans-serif;
  width: 86%;
  margin: 0 auto;
  padding: 7% 5%;
  background: #e1e3e2;
}
.news-inner {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 3vw;
  align-items: start;
}
.news-head { position: relative; }
.news-en {
  font-size: 8vw;
  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: #887f7a;
    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; }

/* =========================
   SP共通レイアウト（〜767px）
   ========================= */
@media screen and (max-width: 767px) {

  /* ---- セクション共通 ---- */
  .works-section,
  .about-section,
  .rec-section,
  .news-section {
    width: 100%;
    padding: 10% 5%;
    margin: 0 auto 5%;
  }
	.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 10% 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: #887f7a;
    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: 8px;
  }
  .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: #887f7a;
  --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: "fot-tsukubrdgothic-std", 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%;
    border-right: none;
    border-bottom: 1px solid var(--cp-line);
    background: #f5f5f5;
    font-size: .9rem;
    padding: 10px 12px;
  }
  .cp-value {
    padding: 12px;
    font-size: .95rem;
  }
}



:root{
  --br-accent:#887f7a; --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 #887f7a;
  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:#887f7a; --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 80px; 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: "fot-tsukubrdgothic-std", sans-serif;
	/* font-style: italic; */
	display: block;
    font-size: 2em;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
	background: #887f7a;
}
.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 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: 14% 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: "fot-tsukubrdgothic-std", 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: #887f7a;
    line-height: 1;
    letter-spacing: 0.1em;
}
.cnt_bar{
	width: 2px;
    height: 5em;
    margin: 0 2em -1% 2em;
    background: #887f7a;
}
.cnt_tit-en{
	font-size: 4vw;
    font-weight: 700;
    color: #887f7a;
    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.1em;
  line-height:1.9;
  color:#333;
}

/* 旧 .cnt_tit / .cnt_tx を使っている箇所があれば次の2行だけ残す */
.cnt_tit{ font-size:1.8vw; font-weight:700; color:#887f7a; 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: "fot-tsukubrdgothic-std", sans-serif;
  background: linear-gradient(
    to bottom,
    #f5f5f5 0%,      /* 上半分 白っぽい背景 */
    #f5f5f5 50%,
    #887f7a 50%,     /* 下半分 グリーン背景 */
    #887f7a 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;
}
