@charset "utf-8";
/* CSS Document */

*{box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset, figure {
	font-family:"Zen Kaku Gothic Antique",-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-style: normal;
	font-size: 100%;
	line-height: 1.0;
}
.eng{
	font-family: "Murecho",'Hiragino Sans','Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}
:root {/*色の管理【指定→var(--main-color);】*/
	--main-color: #005321;
	--sub-color: #8ebd20;
}
html {
	font-size: 62.5%;
	overflow-y:scroll;
}
body {
	font-size: 1.3rem;
	overflow: hidden;
}
ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
	/*max-width:100%;*/
	width:100%;
}
a {
	text-decoration: none;
}
a:hover {
	color:#8ebd20;
	transition: .15s;
}
:link {
	color: inherit;
}
:active {
	color: inherit;
}
:hover {
	/* color: inherit; */
	outline:none;
	text-decoration: none;
}
:visited {
	color: inherit;
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.container {
	width:90%;
	margin: 0 auto;
}

.inner {
	width:90%;
	margin: 0 auto;
}
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.on_pc{
	display: none;
}
.on_sp{
	display: block;
}

section.section{
	/*min-height: 100vh;*/
}

.top_space{
	margin-top: 6.0rem;
}

.anchor{
    padding-top: 60px;
    margin-top: -60px;
	display: block;
}

.main_v{
    width: 100%;
    margin-bottom: 1.0rem;
}
.main_v__img{
    width: 100%;
	object-fit: cover;
	height: 35vh;
}


/*------------------------------------------
スマホ/sp
------------------------------------------*/

/*------------ 非アクティブ --------------*/

a[href="javascript:void(0)"] {
	opacity: 0.2;
	cursor: inherit;
}
/*------------ ヘッダー --------------*/
.header {
	width:100%;
	z-index: 10;
	position: fixed;
	top:0;
	background: #fff;
}
.header_inner {
	position:relative;
}

/*------------ ロゴ --------------*/
.header_logo{
    display: flex;
    align-items:center;
    justify-content:flex-start;
	width: 85%;
}
.header_logo__link{
	width: 48%;
	padding:1.4rem 0 1.4rem 1.4rem;
	display: block;
}
.header_logo img{
	width: 100%;
}
.header_logo__txt{
	width: 50%;
	font-size:2.5vw;
	margin-left: 0.8rem;
}

/*------------ グローバルナビ --------------*/
.header_nav{
	display: none;
	z-index: 10;
	background-color: rgba(255,255,255,1.0);
	position: fixed;
	top:0px;
	width: 100vw;
	height:100vh;
}
.header_nav__list{
	margin-top:11vh;
}
.header_nav__cat{
	position: relative;
}
.header_nav__text{
	/*border-top:1px dotted #222;*/
}
.header_nav__link{
	font-size: 1.8rem;
	font-weight: 500;
    padding: 1.4rem;
	color:var(--main-color);
	display: block;
	width: 100%;
    text-align: center;
}
.contact .header_nav__link {
	background-color: var(--sub-color);
    color: var(--main-color);
    width: fit-content;
    margin: 0 auto;
    border-radius: 3.0rem;
}

/*------------ スマホ/アコーディオン --------------*/
.toggle_contents{
	display: none;
}
.header_nav__mark{
	position: absolute;
	top: 1rem;
	right:2rem;
	z-index: 10;
}
.header_nav__icon {
	position: relative;
	width: 3rem;
	height: 3rem;
	background: #fff;
	border-radius: 50%;
}
.header_nav__icon::before, .icon__plus::after {
	position: absolute;
	top: 1.3rem;
	left: 50%;
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-top: 2px solid #000;
	transform: translateX(-50%);
}
.icon__plus:after {
	top: 0.3rem;
	left: -0.5rem;
	transform: rotate(90deg);
}
.open .icon__plus:after {
	display: none;
}
/*------------ お問い合わせ --------------*/
.header_request__button{
	/*z-index: 10;*/
    position: fixed;
    top: 3.5vw;
    right: 15vw;
    width: 6%;
}
.header_request__button a{
    padding: 1.2rem;
	color:#fff;
	display: block;
}
.header_request__button_text{
	display: none;
}
.header_request__button_img{
	display: block;
}
/*------------ バーガーメニュー 通常 --------------*/
.header_trigger {
	position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    /* width: 29vw; */
    height: 13vw;
    /* background: #fff; */
    padding: 3vw 4vw;
    display: flex;
    justify-content:center;
    align-items: center;
    /* box-shadow: 1px 2px 5px rgb(0 0 0 / 20%); */
    transition: width 0.5s;
}
.header_trigger span {
	width: 100%;
	height: 3px;
	background-color: var(--main-color);
	transition: 0.7s;
	display: block;
}
.header_trigger__bar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 6.5vw;
    height: 100%;
    padding: 0;
}
.header_trigger__txt {
    font-size: 3.8vw;
	font-weight:bold;
}
.header_trigger.is-active span:nth-of-type(1) {
	transform: translate3d(0, 1.2vw, 0) rotate(-45deg);	
}
.header_trigger.is-active span:nth-of-type(2) {
	display: none;
}
.header_trigger.is-active span:nth-of-type(3) {
	transform: translate3d(0, -2.2vw, 0) rotate(45deg);
}


/*------------ コンテンツエリア --------------*/

/*----- タイトル -----*/
.head_area{
	display: flex;
    justify-content:space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 5.0rem auto 2.0rem 0;
	padding: 0 5%;
}
.head_ttl{
	width: 88%;
	border-top:1px solid #000;
}
.head_ttl__eng{
	display: block;
	font-size: 10vw;
	font-weight: 300;
	background-color: #fff;
	margin: -4.6vw 1.0rem 0.5rem;
	width: fit-content;
	padding: 0 0.5rem;
	white-space: nowrap;
}

/*------------ フッター --------------*/
.footer{
	padding: 5.0rem 0 1.0rem;
}
.footer_main{
	display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
}
.footer_contact{
	width: 100%;
	margin-bottom: 5.0rem;
}
.footer_contact__ttl{
	font-size:7.0vw;
	font-weight: 500;
	color:var(--main-color);
	line-height: 1.4;
	margin-bottom:3.0rem;
}
.footer_contact__dtl{
	border: 2px solid var(--sub-color);
	border-radius: 2.0rem;
}
.footer_contact__dt{
	font-size:4.0vw;
	font-weight: 500;
	color:var(--main-color);
	margin: -1.0rem 0 0 2.0rem;
	background-color: #fff;
	width: fit-content;
	padding: 0 0.5rem;
}
.footer_contact__dd{
	display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
	padding: 1.0rem 2.0rem 1.5rem;
}
.footer_contact__dd_dtl{
	width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
	margin-bottom: 0.5rem;
}
.footer_contact__dd_dtl span{
	display: block;
	font-size:8.0vw;
	font-weight: 600;
}
.footer_main__adr{
	width: 100%;
	margin-bottom: 2.0rem;
}
.footer_main__logo{
	width: 65%;
    margin-bottom: 1.0rem;
}
.footer_main__txt{
	font-size:1.3rem;
	line-height: 1.6;
	font-weight: 500;
}
.footer_main__link{
	font-size: 1.4rem;
	font-weight: 500;
	color:var(--sub-color);
	margin: 0.5rem 0 2.0rem;
	display: block;
}
.footer_main__link:hover{
	text-decoration: underline;
}
.footer_main__link:before {
        background: url(../images/map_arrow.svg) 0 0 no-repeat;
    -webkit-background-size: 2rem 2rem;
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2rem;
    position: relative;
    top: 0.5rem;
}
.footer_menu{
	display: flex;
    flex-flow: row wrap;
    justify-content:center;
	margin-bottom: 5.0rem;
}
.footer_menu__li{
	width: 100%;
}
.footer_menu__link{
	font-size: 1.3rem;
	font-weight: 500;
	padding: 0.3rem 0;
	display: block;
}
.footer_copyright {
	width: 100%;
    font-size: 1.2rem;
	font-weight: 500;
    margin: 0 auto;
    text-align: center
}


/*------------ その他 --------------*/

.btn_overlay1 {
    position: fixed;
    bottom:1rem;
    right:1rem;
    z-index: 9;
	width: 45px;
}

.btn_link{
	display:inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	line-height: 1.2;
	padding:1.0rem 2.4rem;
	border:1px solid #ccc;
	border-radius: 2.5rem;
	font-weight: 500;
}
.btn_link:hover{
	background-color: #111;
	transition: .6s;
}
.btn_link02{
	display:inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	line-height: 1.2;
	padding:1.5rem 3.0rem;
	border:1px solid #fff;
	border-radius: 2.5rem;
	font-weight: 500;
	color:#fff;
	background-color: rgba(255,255,255,0.2);
}
.btn_link02:hover{
	background-color: #111;
	transition: .6s;
}


/*------------------------------------------
PC画面
------------------------------------------*/
@media screen and (min-width: 768px) {
	/*------------ ボディ --------------*/
	body {
		font-size: 1.7rem;
	}
	.container {
		max-width: 1200px;
	}
	.inner {
		max-width: 1300px;
	}
	.anchor{
		padding-top: 140px;
		margin-top: -140px;
	}
	.anchors_short{
		padding-top: 40px;
		margin-top: -40px;
	}
	
	/*------------ ヘッダー --------------*/
	.header_inner {
		width: 1200px;
		margin:0 auto;
	}
	
	/*------------ ロゴ --------------*/
	.header_logo {
		width: fit-content;/**/
		padding-right: 5rem;
		border-bottom-right-radius: 100rem;
        background-color: #fff;
	}
	.header_logo a{
		width: calc(160px + 80 * ((100vw - 768px) / 1152));
		padding: 0;
        margin: calc(20px + 10 * ((100vw - 768px) / 1152)) 0.5vw calc(20px + 10 * ((100vw - 768px) / 1152)) calc(20px + 10 * ((100vw - 768px) / 1152));
	}
	.header_logo__txt {
		width: fit-content;/**/
		font-size:calc(9px + 4 * ((100vw - 768px) / 1152));
		font-weight: 500;
		margin-left: 0.8rem;
	}
	
	/*------------ グローバルナビ --------------*/
	.header{
		background: none;/**/
	}
	.header.on{
        /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
        height: 6.5vw;
        transition: 1.0s;
		
		
		
		background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0) 100%);/
		height: 5.5vw;
		transition: .15s;*/
	}
	.header_nav{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content:space-between;
		background: none;
		position:absolute;
		top: 2.0rem;
		right:2%;
		width:initial;
		height:initial;
	}
	.header_nav__list{
		display: flex;
		flex-flow: row wrap;
		justify-content:space-between;
		align-items: center;
		margin-top:0;
	}
	.header_nav__list.main{
		background-color: #fff;
		border-radius: 2.0rem;
		padding: 0 1.5rem;
	}
	.header_nav__cat{
		text-align: center;
		margin: 0 0.8vw;
	}
	.header_nav__cat.contact{
		width: calc(30px + 15 * ((100vw - 768px) / 1152))/**/;
	}
	.header_nav__cat.insta{
		width: calc(26px + 13 * ((100vw - 768px) / 1152))/**/;
	}
	.contact .header_nav__link {
		padding: 1vw 2rem;
	}
	.contact .header_nav__link:hover {
		background-color: var(--main-color);
    	color: var(--sub-color);
	}
	.header_nav__text{
		border-top:none;
	}
	.header_nav__link{
		padding: 0.4vw 0.5rem;
		border-top:none;
		width: 100%;
		display:block;
		font-size: calc(12px + 3 * ((100vw - 768px) / 1152))/**/;
	}

	/*------------ スマホ/アコーディオン --------------*/
	.toggle_contents{
		display: initial;
	}
	.header_nav__mark{
		display: none;
	}
	
	/*------------ バーガーメニュー 通常 --------------*/
	/*------------ お問い合わせ --------------*/
	/*.header_request__button, */.header_trigger {
		position: initial;
		display: none;
	}
	
	/*------------ コンテンツエリア --------------*/

	/*----- タイトル -----*/
	.head_area{
		flex-wrap:nowrap;/**/
		margin: 8.0rem auto 6.0rem 0;/**/
		padding: 0;/**/
		border-top: 1px solid #000;/**/
		width: 85%;/**/
	}
	.head_ttl{
		display: flex;/**/
    	justify-content:flex-start;/**/
		margin-top: 0;/**/
		border-top: none;/**/
		width: fit-content;/**/
	}
	.head_ttl__eng{
		font-size: calc(42px + 21 * ((100vw - 768px) / 1152));/**/
		margin: -3.2rem 0 0.5rem 8vw;/**/
		padding: 0 0 0 1.5rem;/**/
	}
	.head_ttl__jp{
		font-size: calc(10px + 5 * ((100vw - 768px) / 1152));/**/
		font-weight: 500;/**/
		margin: -0.8rem 1.0rem 0 0;/**/
		padding: 0 2.0rem 0 1.5rem;/**/
	}
	.head_submenu{
		display: none;/**/
	}
	
	
	/*------------ フッター --------------*/
	.footer{
		padding: 8.0rem 0;/**/
	}
	.footer_contact{
		width: 67%;/**/
		margin-bottom: 6.0rem;/**/
	}
	.footer_contact__ttl{
		font-size: calc(24px + 12 * ((100vw - 768px) / 1152));/**/
		margin-bottom:6.0rem;/**/
	}
	.footer_contact__dtl{
		border: 3px solid var(--sub-color);/**/
		border-radius: 5.0rem;/**/
	}
	.footer_contact__dt{
		font-size:2.4rem;/**/
		margin: -1.5rem 0 0 6.0rem;/**/
		padding: 0 1.0rem;/**/
	}
	.footer_contact__dd{
		padding: 3.0rem 5.0rem 3.5rem;/**/
	}
	.footer_contact__dd_dtl{
		width: 45%;/**/
		font-size: 1.6rem;/**/
		margin-bottom: 0.5rem;
		letter-spacing: 0.1rem;/**/
	}
	.footer_contact__dd_dtl span{
		font-size: calc(32px + 16 * ((100vw - 768px) / 1152));/**/
		letter-spacing: 0.1rem;/**/
	}
	.footer_main__adr{
		width: 23%;/**/
		margin-bottom: 2.0rem;
	}
	.footer_main__logo{
		width: 100%;/**/
		margin-bottom: 3.0rem;/**/
	}
	.footer_main__txt{
		line-height: 2.0;/**/
	}
	.footer_main__link{
		font-size: 1.6rem;/**/
	}
	.footer_main__link:before {
		-webkit-background-size: 2.5rem 2.5rem;/**/
        width: 3.2rem;/**/
        height: 3.0rem;/**/
        top: 1.2rem;/**/
	}
	.footer_menu{
		margin-bottom: 6.0rem;/**/
	}
	.footer_menu__li{
		width: fit-content;/**/
	}
	.footer_menu__link{
		font-size: 1.5rem;/**/
		padding: 0.3rem 2.5rem;/**/
	}
	.footer_copyright {
		letter-spacing: 0.1rem;/**/
	}


	/*------------ その他 --------------*/
	.btn_overlay1 {
		bottom:2rem;
		right:2rem;
		width: 75px;
	}
	.on_pc{
		display: block;
	}
	.on_sp{
		display: none;
	}
	.btn_link{
		font-size: calc(10px + 5 * ((100vw - 768px) / 1152));/**/
	}
	.btn_link02{
		font-size: calc(10px + 5 * ((100vw - 768px) / 1152));/**/
	}
	
}