@charset "utf-8";
/* CSS Document */
/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family:"Noto Sans JP", sans-serif;;
	font-weight: 400;
	color: #333;
	font-size: clamp(16px,2vw,18px);
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7;
}
p{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
main{
	width: calc(100% - 100px);
	height: 100%;
	overflow: hidden;
	margin-left: auto;
}

section {
	padding: clamp(60px,8vw,100px) 0 ;
	position: relative;
}
table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;/*隙間なし*/
}

/*改行　-------*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block!important;
}

/*PC・SP表示-----------------------*/
.sp{
	display: none;
}
.pc{
	display: block;
}

@media (max-width: 767px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

/*幅・高さ調整-------*/
.inner{
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
.inner.w960{
	max-width: 960px;
}
/*高さ*/

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

.t_center{
	text-align: center;
}
.t_left{
	text-align: left;
}
/* 画像　-------------------------- */
img{
	width: 100%;
	height: auto;
}
.obj-in{
	width: 100%;
	height: 100%;
	object-fit: contain
}
.obj-cov{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/*flexbox------------------------*/
.flexbox{
	display: flex;
	flex-wrap: wrap;
}
.f_jsb{
	justify-content: space-between;
}
.f_cent{
	justify-content: center;
}
.fac{
	align-items: center;
}

.comn2{
	width: 48%;
}
.comn3{
	width: calc( 100% / 3 - 20px);
}
.comn4{
	width: 35%;
}
.comn5{
	width: 62%;
}

.f_center{
	align-items: center;
}
@media (max-width: 1024px){
	.flexbox{
		flex-direction: column;
	}
	.flexbox.rever{
		flex-direction: column-reverse;
	}
	.comn2, .comn3, .comn4, .comn5 {
		width: 100%;
		margin-bottom: 30px
	}
}
/*== btn =========================*/
.btn-wrap{
  text-align: center;
  margin-top: 70px;
}
.mbtn{
  width: 320px;
  max-width: 100%;
  height: 72px;
  border: 1px solid #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #111;
  background: transparent;
  transition: .3s;
  font-size: 15px;
}

.mbtn:hover{
  background: #111;
  color: #fff;
}
/*=============================
header
===========================================================*/
header{
    height: 100%;
    padding: 0 25px;
    position: fixed;
    z-index: 100;
    background-color: #fff;
}
header h1{
	writing-mode: vertical-rl;
   		-webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 26px;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 500;
    width: 50px;
    margin-top: 25px;
}

header h1:before {
	content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../img/common/logo-mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

header  h1 a{
  vertical-align: middle;
  color: #0f2540;
}
header  h1 span{
	font-size: 20px;
	
}
header .to_top{
	position: absolute;
    bottom: 5%;
    width: 50px;
}

header .to_top img{
    width: 100%;
    height: auto;
	object-fit: contain;
}

/*PCnav*/
.navwrap{
    background:linear-gradient(to right,#fff,#fff 20%,#006b2f 20%,#006b2f); 
    height:80px;
	position: fixed;
    display:flex;
    justify-content:flex-end;
    align-items:center;
	width: 100%;
	top: 0;
	left: 0;
    box-sizing:border-box;
	z-index: 99;
}

/* ナビ */
.gnav{
	background: #006b2f;
	height: 100%;
    display: flex;
    align-items: center;
    padding: 0 2.5vw 0 2vw;
}
.gnav ul{
    display:flex;
    align-items:center;

    margin:0;
    padding:0;
    list-style:none;

    gap:28px;
}

.gnav li{
    position:relative;
}

/* 区切り線 */
.gnav li:not(:last-child)::after{
    content:"/";
    color:#fff;

    position:absolute;
    right:-16px;
    top:50%;
    transform:translateY(-50%);
}

.gnav a{
    color:#fff;
    text-decoration:none;

    font-size:15px;
    font-weight:500;
    letter-spacing:.05em;

    display:block;
}

.gnav a:hover{
    color: #8b7a32;
}


/* 右CTA */
.h-cta-wrap{
    display:flex;
    align-items:center;
    background:#111;
    height:100%;
	padding:0 20px;
}

/* 電話部分 */
.htel{
    padding:0 18px;
    display:flex;
    flex-direction:column;
    justify-content:center;
	align-items: center;
    color:#fff;
}

.htel .note{
    margin:0 0 3px;

    font-size:10px;
    color:#ddd;
}

.htel .num{
    margin:0;

    font-size:clamp(1.063rem, 0.729rem + 0.69vw, 1.25rem);
    font-weight:bold;

    line-height:1;
}


/* 問い合わせ */
.hmail{
}

.hmail a{
    background:#8b7a32; /* ゴールド */

    color:#fff;
    text-decoration:none;

    height:100%;

    padding:8px 28px;

    display:flex;
    align-items:center;
}

.hmail a:hover{
    opacity:.9;
}

.hmail i{
    margin-right:8px;
}
/*==CTA=============================================*/
.container{
   position: relative;
	z-index: 0;
}
.container::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.38);
	top: 0;
	left: 0;
	z-index: 0;
}
.line_img {
	position: absolute;
	inset: 0;
	clip-path: inset(0);
	z-index: -2;
}
.ctabg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background:
		url("../img/common/ctabg.jpg")
		center center / cover no-repeat;
	z-index: -1;
	transform: scale(1.05);
}

.cta{
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
	padding:
		clamp(90px,10vw,140px)
		0;
}

.cta-head{
	position: relative;
	display: inline-block;
	margin-bottom: 35px;
}

.cta-en{
	position: absolute;
	top: -65px;
	left: 50%;
	transform: translateX(-50%);
   font-size: clamp(70px,9vw,130px);
	line-height: 1;
	font-family: "Archivo Black", sans-serif;
	font-weight: 900;
	font-style: italic;
	letter-spacing: .05em;
	color: rgba(255,255,255,.14);
	white-space: nowrap;
	pointer-events: none;
}

.cta-ja{
	font-size: clamp(28px,5vw,48px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .04em;
	position: relative;
	z-index: 2;
}

.cta-lead{
	font-size: clamp(18px,2vw,28px);
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 20px;
	letter-spacing: .04em;
}

.cta p{
	font-size: 16px;
	line-height: 2.2;
	font-weight: 500;
}

/* -- BUTTON AREA ----- */

.cta-btn{
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 34px;
	margin-top: 65px;
	flex-wrap: wrap;
}

/* -- TEL ----*/

.cta-tel{
	min-width: 420px;
}

.cta-tel a{
	height: 100%;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid rgba(255,255,255,.35);
	background: rgba(255,255,255,.06);
	backdrop-filter: blur(3px);
	transition: .35s;
	padding: 20px;
}

.cta-tel a:hover{
	background: rgba(255,255,255,.14);
	transform: translateY(-4px);
}

.cta-tel span{
	font-size: clamp(18px,2.3vw,28px);
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1.2;
	position: relative;
	padding-left: 35px;
}

/* 電話アイコン */

.cta-tel span::before{
	content: "\f095";
	font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 0;
	top: 5px;
	font-size: clamp(15px,2vw,24px);
}

.tel-note{
	font-size: 14px !important;
	margin-top: 12px;
	line-height: 1.6 !important;
}

/* -- MAIL ---- */

.cta-mail{
	min-width: 420px;
}

.cta-mail a{
	height: 100%;
	min-height: 120px;
	background: #006b2f;
	border: 1px solid rgba(255,255,255,.35);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	transition: .35s;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.cta-mail a:hover{
	background: #00863b;
	transform: translateY(-4px);
}

.cta-mail span{
	font-size: clamp(18px,2.3vw,28px);
	font-weight: 700;
	letter-spacing: .04em;
	position: relative;
	padding-left: 35px;
}

/* メールアイコン */

.cta-mail span::before{
	content: "\f0e0";
	font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: clamp(15px,2vw,24px);
	line-height: 1;
}

/* =========================
   SP
========================= */

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

	.cta{
		padding:
			90px
			0;
	}

	.cta-head{
		margin-bottom: 28px;
	}

	.cta-en{
		top: -28px;
	}

	.cta-lead{
		font-size: 20px;
		line-height: 1.7;
	}

	.cta p{
		font-size: 14px;
		line-height: 2;
	}

	.cta-btn{
		gap: 20px;
		margin-top: 45px;
	}

	.cta-tel,
	.cta-mail{
		min-width: 100%;
		width: 100%;
	}

	.cta-tel a,
	.cta-mail a{
		min-height: 95px;
	}

	.cta-tel span{
		font-size: 34px;
		padding-left: 40px;
	}

	.cta-tel span::before{
		font-size: 26px;
	}

	.cta-mail span{
		font-size: 28px;
		padding-left: 52px;
	}

	.cta-mail span::before{
		font-size: 34px;
	}

}

@media(max-width:400px){
	.cta p{
		font-size: 13px;
	}
}

/*=====================
	Footer
=======================================*/
footer{
	background: #000;
	color: #fff;
	position: relative;
	overflow: hidden;
	padding:
		clamp(70px,8vw,110px)
		0
		60px;
}

/* =========================
   BG 年輪
========================= */

footer::after{
	content: "";
	position: absolute;
	right: -50px;
	top: -50px;
	width: 620px;
	height: 620px;
	background:url("../img/common/nenrin-bg.png")no-repeat left/contain;
	opacity: .6;
	pointer-events: none;
}

.footer-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 80px;
	position: relative;
	z-index: 2;
}

/* -- LEFT ---- */

.foot-info{
	width: 430px;
}

.foot-info a{
	display: inline-block;
	margin-bottom: 20px;
}

.foot-info img{
	width: 100%;
	max-width: 330px;
	display: block;
}

.foot-info p{
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;
	color: rgba(255,255,255,.9);
}

.foot-info p + p{
	margin-top: 5px;
}

/* -- RIGHT ----*/

.foot-nav{
	width: 460px;
	padding-top: 35px;
	position: relative;
}

/* 横線 */

.foot-nav::before{
	content: "";
	position: absolute;
	bottom: calc(10% + 35px);
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.5);
}

/* NAV */

.foot-nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 42px;
	margin-bottom: 70px;
}

.foot-nav li{
	list-style: none;
}

.foot-nav a{
	color: rgba(255,255,255,.85);
	text-decoration: none;
	font-size: 14px;
	letter-spacing: .08em;
	position: relative;
	transition: .3s;
}

.foot-nav a:hover{
	opacity: .6;
}

/* copy */

.copy{
	text-align: center;
	font-size: 12px;
	letter-spacing: .08em;
	color: rgba(255,255,255,.5);
}

/* =========================
   SP
========================= */

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

	footer{
		padding:
			70px
			0
			40px;
	}

	.footer-inner{
		flex-direction: column;
		gap: 60px;
	}

	.foot-info,
	.foot-nav{
		width: 100%;
	}

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

	.foot-info a{
		margin-bottom: 28px;
	}

	.foot-info img{
		max-width: 260px;
		margin: 0 auto;
	}

	.foot-info p{
		font-size: 14px;
		line-height: 2;
	}

	.foot-nav{
		padding-top: 0;
	}

	.foot-nav::before{
		top: 54px;
	}

	.foot-nav ul{
		justify-content: center;
		flex-wrap: wrap;
		gap: 22px;
		margin-bottom: 50px;
	}

	.copy{
		font-size: 11px;
	}

	footer::after{
		width: 420px;
		height: 420px;
		right: -120px;
		top: -60px;
	}

}

/* ================================================
   SP bottom nav / overlay（PC時は非表示）
================================================ */
.sp-bottom-nav{
	display: none;
}

.sp-menu-overlay{
	display: none;
}

/* ================================================
   1000px以下：navwrap簡略化
================================================ */
@media (max-width: 1000px){
	.navwrap{
		background: #006b2f;
	}
	.h-cta-wrap{
		padding-right: 0;
	}
	.htel{
		padding: 0 12px;
	}
	.hmail{
		height: 100%;
	}
	.hmail a{
		height: 100%;
		padding: 0 20px;
		font-size: 0;
	}
	.hmail a i{
		font-size: 22px;
		margin-right: 0;
	}
}

/* ================================================
   767px以下（SP）：header横帯・navwrap底部固定
================================================ */
@media (max-width: 767px){

	body{
		padding-bottom: 60px;
	}

	main{
		width: 100%;
		margin-left: 0;
	}

	/* ---- header ---- */
	header{
		position: static;
		width: 100%;
		height: auto;
		min-height: 58px;
		padding: 10px 16px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		box-shadow: 0 2px 8px rgba(0,0,0,.1);
		z-index: 10;
	}

	header h1{
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		text-orientation: mixed;
		font-size: 17px;
		width: auto;
		margin-top: 0;
		display: flex;
		align-items: center;
		gap: 8px;
	}

	header h1::before{
		width: 36px;
		height: 36px;
	}

	header h1 span{
		font-size: 13px;
	}

	header .to_top{
		display: none;
	}

	/* ---- navwrap → 画面下部固定バー ---- */
	.navwrap{
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		width: 100%;
		height: 60px;
		background: #006b2f;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		padding: 0;
		transform: translateY(100%);
		transition: transform .35s ease;
		z-index: 999;
		box-shadow: 0 -3px 12px rgba(0,0,0,.25);
	}

	.navwrap.is-show{
		transform: translateY(0);
	}

	.gnav,
	.h-cta-wrap{
		display: none;
	}

	/* ---- SP bottom nav アイテム ---- */
	.sp-bottom-nav{
		display: flex;
		width: 100%;
		height: 100%;
	}

	.sp-nav-item{
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #fff;
		text-decoration: none;
		font-size: 10px;
		letter-spacing: .04em;
		cursor: pointer;
		background: none;
		border: none;
		border-right: 1px solid rgba(255,255,255,.22);
		transition: background .2s;
		padding: 6px 0 4px;
		gap: 4px;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 1;
	}

	.sp-nav-item:last-child{
		border-right: none;
	}

	.sp-nav-item i{
		font-size: 18px;
		line-height: 1;
	}

	.sp-nav-item span{
		font-size: 10px;
	}

	.sp-nav-item:hover,
	.sp-nav-item:active{
		background: rgba(255,255,255,.14);
		color: #fff;
	}

	/* ---- SP menu overlay ---- */
	.sp-menu-overlay{
		position:fixed;
		inset:0;
		background:#006b2f;
		z-index:999;
		display: block;
		opacity:0;
		visibility:hidden;
		transition:.4s;
	}

	.sp-menu-overlay.is-open{
		opacity:1;
		visibility:visible;
	}

	.sp-menu-inner{
		height:100%;
		padding:100px 30px 120px;
		overflow:auto;
	}

	.sp-menu-close{
		position:absolute;
		top:25px;
		right:25px;

		font-size:28px;
		color:#fff;
	}

	.sp-menu-nav li{
		border-bottom:1px solid rgba(255,255,255,.15);
	}

	.sp-menu-nav a{
		display:flex;
		flex-direction:column;

		padding:20px 0;

		color:#fff;
	}

	.sp-menu-nav .en{
		font-size:12px;
		opacity:.6;

		letter-spacing:.15em;
	}

	.sp-menu-nav .jp{
		font-size:22px;
		font-weight:700;
	}

	.sp-menu-contact{
		margin-top:30px;
		display:flex;
		flex-direction:column;
		gap:15px;
	}

	.sp-menu-contact a{
		position:relative;
		overflow:hidden;
		border-radius:18px;
		padding:18px;
		display:flex;
		align-items:center;
		gap:15px;
		text-decoration:none;
		color:#fff;
		transition:.3s;
		box-shadow:
		0 10px 25px
		rgba(0,0,0,.12);

	}
	.sp-menu-contact a:hover{
		transform: translateY(-3px);
	}
	.sp-menu-contact .tel{
		background: linear-gradient( 135deg, #1f8f46, #36b36a);
	}
	.sp-menu-contact .mail{
		background: linear-gradient( 135deg, #ff8c22, #ffb340);
	}
	.sp-menu-contact .icon{
		width:56px;
		height:56px;
		border-radius:50%;
		background: rgba(255,255,255,.18);
		display:flex;
		justify-content:center;
		align-items:center;
		flex-shrink:0;
	}
	.sp-menu-contact i{
		font-size:22px;
	}
	.sp-menu-contact small{
		display:block;
		font-size:11px;
		opacity:.9;
		margin-bottom:5px;
	}
	.sp-menu-contact p{
		margin:0;
		font-size:20px;
		font-weight:700;
		line-height:1.2;
	}
	.sp-menu-contact span{
		display:block;
		margin-top:6px;
		font-size:11px;
		opacity:.85;
	}
}

/* ================================================
   600px以下：全体微調整
================================================ */
@media (max-width: 600px){

	section{
		padding: clamp(48px, 10vw, 70px) 0;
	}

	.btn-wrap{
		margin-top: 48px;
	}

	.mbtn{
		width: 100%;
		max-width: 300px;
		height: 60px;
		font-size: 14px;
	}

	/* CTA */
	.cta-tel span{
		font-size: 26px;
		padding-left: 34px;
	}

	.cta-tel span::before{
		font-size: 20px;
	}

	.cta-mail span{
		font-size: 22px;
		padding-left: 38px;
	}

	.cta-mail span::before{
		font-size: 22px;
	}

	/* footer */
	.foot-nav ul{
		gap: 18px;
	}

}

/* ================================================
   375px以下：コンパクト調整
================================================ */
@media (max-width: 375px){

	.inner{
		width: calc(100% - 28px);
	}

	header h1{
		font-size: 15px;
	}

	header h1 span{
		font-size: 12px;
	}

	header h1::before{
		width: 30px;
		height: 30px;
	}
    .cta p {
        font-size: 13px;
    }
	.cta-tel span{
		font-size: 22px;
	}

	.cta-mail span{
		font-size: 18px;
	}

	.foot-nav ul{
		gap: 14px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.copy{
		font-size: 10px;
	}

}