@charset "UTF-8";
:root {
  --bg: #fff;
  --text: #111;
  --line: rgba(0,0,0,.15);
}

/*clearfix*/
.cf {
	zoom: 1;
	clear: both;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/*-------------
PC
-------------*/
html,body {
}
p {
	background-image: url(../images/clear.gif);
	max-height: 999999px;
	line-height: 1.7;
}
img {
	vertical-align: bottom;
	max-width:100%;
	height: auto;
}

.mb0 {
	margin-bottom: 0!important;
}

.sp-only {
	display: none;
}

/*body*/
body {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: var(--text);
	font-size: 1.4em;
}
a {
	color: #524627;
}
a:hover {
	color: #524627;
	text-decoration: none;
}

/*header*/
header {
	width: 96%;
	background: #fff;
	padding: 10px 2%;
	overflow: hidden;
}
.header-left {
	float: left;
	margin-bottom: 10px;
}
.header-right {
	float: right;
	padding-top: 20px;
	margin-bottom: 10px;
}
header h1 {
	display: none;
	/*width: 60px;
	margin-right: 15px;*/
}
.campany-name {
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	padding-top: 12px;
}
.global-nav {
	display: flex;
	gap: 20px;
}
.global-nav a {
	text-decoration: none;
	color: var(--text);
	font-size: 14px;
}
.menu-toggle {
	display: none;
	width: 40px;
	height: 40px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: none;
	cursor: pointer;
	position: relative;
}
.menu-toggle span {
	position: absolute;
	left: 50%;
	width: 18px;
	height: 2px;
	background: var(--text);
	transform: translateX(-50%);
	transition: .3s;
}
.menu-toggle span:nth-child(1) { top: 13px; }
.menu-toggle span:nth-child(2) { top: 19px; }
.menu-toggle span:nth-child(3) { top: 25px; }

/* open状態 */
.menu-toggle.is-open span:nth-child(1) {
	transform: translate(-50%, 6px) rotate(45deg);
}
.menu-toggle.is-open span:nth-child(2) {
	opacity: 0;
}
.menu-toggle.is-open span:nth-child(3) {
	transform: translate(-50%, -6px) rotate(-45deg);
}

/*head-alert*/
#head-alert {
	/*background: #eee;*/
	padding: 20px 0;
}
.head-alert-inner {
	width: 700px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.head-alert-ttl {
	width: 40%;
	text-align: center;
}
.head-alert-mark {
	width: 40px;
	margin: 0 auto 3px;
}
.head-alert-ttl h2 {
	font-weight: 600;
	font-size: 33px;
}
.head-alert-link {
	width: 56%;
	font-size: 20px;
	line-height: 1.5;
}

/*contents-ttl*/
#contents-ttl {
	/*background: #eee;*/
	padding: 40px 0;
}
#contents-ttl h2 {
	text-align: center;
	font-weight: 500;
	font-size: 30px;
}

/*main*/
#main-visual {
	width: 100%;
	text-align: center;
}
.main-visual-logo {
	width: 440px;
	margin: 0 auto 120px;
}

/*contents*/
#contents {
	/*background: #fbf8ed;*/
	padding: 100px 0;
}
section {
	padding-top: 120px;
}

/*concept*/
#concept {
	width: 500px;
	margin: 0 auto 30px;
}
#concept h2 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#concept p {
	font-size: 18px;
	line-height: 2z;
	letter-spacing: 1px;
}
/*concept-en*/
#concept-en {
	width: 700px;
	margin: 0 auto 30px;
}
#concept-en h2 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#concept-en p {
	font-size: 18px;
	line-height: 2z;
	letter-spacing: 1px;
}

/*alert*/
#alert {
	margin-bottom: 20px;
}
.alert-inner {
	width: 770px;
	margin: 0 auto;
	border: 2px solid #333;
	padding: 30px 40px;
}
.alert-inner h2 {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.alert-inner p {
	font-size: 18px;
}

/*company*/
#company {
	margin-bottom: 120px;
}
#company h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#company table {
	width: 730px;
	margin: 0 auto 50px;
}
#company table th {
	padding: 30px;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #ada899;
	white-space: nowrap;
}
#company table td {
	padding: 30px;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #ada899;
}
.map-wrapper {
	width: 730px;
	margin: 0 auto;
}
.map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9のアスペクト比 */
	height: 0;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*policy-stewardship*/
#policy-stewardship {
	width: 1000px;
	margin: 0 auto 100px;
}
#policy-stewardship h2 {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.4;
	margin-bottom: 50px;
}
#policy-stewardship h2 span {
	font-size: 18px;
}
.stewardship-inner {
	background: #f7f7f7;
	padding: 45px 50px;
	border-radius: 10px;
}
.toggle-btn {
	text-align: center;
	display: block;
	width: 20%;
	margin: 30px auto;
	background: #f8f8f8;
	border: 1px solid #ada899;
	border-radius: 5px;
	padding: 10px 0 11px;
	font-size: 17px;
	cursor: pointer;
}
.toggle-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}
.toggle-content.open {
	max-height: 3700px; /* 内容に応じて十分な高さを設定しておく */
}
.stewardship-inner ol {
	margin-left: 30px;
}
.stewardship-inner ol li {
	font-size: 18px;
	margin-bottom: 20px;
}
.stewardship-inner p {
	font-size: 17px;
	margin: 15px 0;
}

/*inquiry-response*/
#inquiry-response {
	width: 1000px;
	margin: 0 auto 100px;
}
#inquiry-response h2 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.4;
	margin-bottom: 50px;
}
#inquiry-response h3 {
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom: 30px;
	display: inline-block;
	border: 1px solid #ada899;
	padding: 6px 15px;
}
#inquiry-response p {
	font-size: 18px;
}



/*form*/
#mailform {
	width: 800px;
	margin: 0 auto;
}
#mailform h2 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.4;
	margin-bottom: 50px;
}
#mailform p {
	font-size: 18px;
}
table.formTable {
	width: 800px;
	margin: 0 auto 20px;
}
table.formTable th {
	font-weight: normal;
	padding: 15px;
	border-bottom: 1px solid #ada899;
	line-height: 1.6;
	white-space: nowrap;
}
.hissu {
	font-size: 16px;
	font-weight: 700;
	background: #ada899;
	color: #fff;
	padding: 2px;
}
.nini {
	font-size: 16px;
	font-weight: 600;
	background: #eee;
	padding: 2px;
}
table.formTable td {
	padding: 15px;
	border-bottom: 1px solid #ada899;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
input[type="submit"],input[type="reset"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
input[type="submit"],input[type="reset"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
input[type="number"] {
	background-color: #fff;
	color: #333;
	width: 20%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}


footer {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.foot-img {
	width: 120px;
	margin: 0 auto 40px;
}
.foot-ct {
	font-size: 17px;
	margin-bottom: 40px;
}
address {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

/*　横幅980px以下の段組み設定　*/
@media only screen and (max-width: 980px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	.menu-toggle {
		display: block;
	}
	.global-nav {
		position: fixed;
		top: 64px;
		left: 0;
		width: 100%;
		background: var(--bg);
		flex-direction: column;
		gap: 0;
		border-bottom: 1px solid var(--line);
		transform: translateY(-140%);
		transition: .3s;
	}
	.global-nav.is-open {
		transform: translateY(0);
	}
	.global-nav a {
		padding: 16px 20px;
		border-top: 1px solid var(--line);
	}
	
	/*header*/
	header {
		width: 94%;
		position: fixed;
		top: 0;
		left: 0;
		padding: 7px 3%;
		z-index: 999;
	}
	.header-left {
		width: 70%;
		float: left;
		margin-bottom: 3px;
	}
	.header-right {
		width: 12%;
		float: right;
		padding-top: 0;
		margin-bottom: 3px;
	}
	header h1 {
		/*width: 17%;
		margin-right: 1.5%;*/
	}
	.campany-name {
		font-size: 4vw;
		padding-top: 12px;
	}
	
	/*head-alert*/
	#head-alert {
		padding: 18% 0 15px;
	}
	.head-alert-inner {
		width: 90%;
		margin: 0 auto;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	.head-alert-ttl {
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		gap: 2%;
		margin-bottom: 5px;
	}
	.head-alert-mark {
		width: 10%;
		margin: 0;
	}
	.head-alert-ttl h2 {
		font-size: 4.2vw;
	}
	.head-alert-link {
		width: 100%;
		font-size: 3.6vw;
		line-height: 1.5;
	}
	
	/*contents-ttl*/
	#contents-ttl {
		padding: 21% 0 26px;
	}
	#contents-ttl h2 {
		font-size: 4.4vw;
	}
	
	/*main*/
	#main-visual {
	}
	.main-visual-logo {
		width: 55%;
		margin: 0 auto 50px;
	}
	
	/*contents*/
	#contents {
		padding: 50px 0;
	}
	section {
		padding-top: 50px;
	}

	/*concept*/
	#concept {
		width: 88%;
		margin: 0 auto 30px;
	}
	#concept h2 {
		font-size: 4.4vw;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	#concept p {
		font-size: 13px;
		line-height: 2.5;
		letter-spacing: 1px;
	}
	/*concept-en*/
	#concept-en {
		width: 88%;
		margin: 0 auto 30px;
	}
	#concept-en h2 {
		font-size: 4.4vw;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	#concept-en p {
		font-size: 13px;
		line-height: 2.5;
		letter-spacing: 1px;
	}
	
	/*alert*/
	#alert {
		margin-bottom: 50px;
	}
	.alert-inner {
		width: 72%;
		border: 2px solid #333;
		padding: 30px 7%;
	}
	.alert-inner h2 {
		font-size: 4.6vw;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	.alert-inner p {
		font-size: 13px;
	}
	
	/*company*/
	#company {
		margin-bottom: 50px;
	}
	#company h2 {
		font-size: 4.4vw;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	#company table {
		width: 90%;
		margin: 0 auto 30px;
	}
	#company table th {
		padding: 20px;
		font-size: 14px;
		white-space: nowrap;
	}
	#company table td {
		padding: 20px;
		font-size: 14px;
		line-height: 1.5;
	}
	.map-wrapper {
		width: 90%;
		margin: 0 auto;
	}
	
	/*policy-stewardship*/
	#policy-stewardship {
		width: 90%;
		margin: 0 auto 50px;
	}
	#policy-stewardship h2 {
		font-size: 4.4vw;
		letter-spacing: 2px;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	#policy-stewardship h2 span {
		font-size: 3.3vw;
	}
	.toggle-btn {
		width: 44%;
		margin: 30px auto;
		border-radius: 5px;
		padding: 10px 0 11px;
		font-size: 3.3vw;
		cursor: pointer;
	}
	.stewardship-inner {
		padding: 25px 7%;
		border-radius: 10px;
	}
	.stewardship-inner ol {
		margin-left: 7%;
	}
	.stewardship-inner ol li {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.stewardship-inner p {
		font-size: 13px;
		margin: 10px 0;
	}
	
	/*inquiry-response*/
	#inquiry-response {
		width: 88%;
		margin: 0 auto 50px;
	}
	#inquiry-response h2 {
		font-size: 4.4vw;
		letter-spacing: 2px;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	#inquiry-response h3 {
		font-size: 3.7vw;
		letter-spacing: 1px;
		line-height: 1.4;
		margin-bottom: 20px;
		display: inline-block;
		padding: 5px 3%;
	}
	#inquiry-response p {
		font-size: 13px;
	}
	
	footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.foot-img {
		width: 20%;
		margin: 0 auto 30px;
	}
	.foot-ct {
		font-size: 14px;
		margin-bottom: 40px;
	}
	address {
		font-size: 12px;
		font-weight: 400;
		font-style: normal;
	}
	
	/*form*/
	#mailform {
		width: 92%;
		margin: 0 auto;
	}
	#mailform h2 {
		font-size: 4.4vw;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	#mailform p {
		font-size: 13px;
	}
	table.formTable {
		width: 90%;
		margin: 0 auto 15px;
		font-size: 3.5vw;
	}
	table.formTable th {
		padding: 15px 10px 5px;
		line-height: 1.5;
		white-space: nowrap;
		display: block;
		border: none;
	}
	.hissu {
		font-size: 3vw;
		padding: 2px;
	}
	.nini {
		font-size: 3vw;
		padding: 2px;
	}
	table.formTable td {
		padding: 5px 10px 15px;
		display: block;
	}
	input[type="submit"],input[type="reset"] {
		font-size: 4vw;
	}

}

/*@media only screen and (max-width: 768px) {
	.gallery {
		width: 92%;
		columns: 2;
	}
	.copy {
		font-size: 3.3vw;
	}
	h3 {
		font-size: 4.8vw;
	}
	.popup-img {
		width: 85%;
		margin: 0 auto 30px;
	}
}*/