﻿@charset "utf-8";
/* CSS Document */
@import "clear.css";

header {
	background: #fff;
	position: fixed;
	z-index: 99999;
}

#main_area h2 {
	color: #0e3d14;
	font-size: 2.4rem;
	font-weight: 800;
	margin-top: 30px;
}

#main_area h2 span {
	color: #b8f0ad;
	font-size: 2.4rem;
}

footer {
	background: #4e7854;
	font-size: 0.9rem;
}

footer,footer a {
	color: #fff;
}

footer h2 {
	font-size: 1.4rem;
	font-weight: 600;
}

#copy {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 15px 3%;
}

#copy dt img {
	width: 160px;
}

#footer_menu dt {
	font-size: 1.2rem;
	display: flex;
	align-items: center;
    column-gap: 20px;
	white-space: nowrap;
	margin-bottom: 10px;
}

#footer_menu dt::after {
	content: "";
	width: 100%;
	border-bottom: 1px solid #fff;
}

#footer_menu dd {
	line-height: 1.8rem;
}

#idx_news_wrap {
	background: #f8f9f1 url("../images/bg_img_1.png") no-repeat top center;
	background-size: cover;
	padding: 90px 0 300px;
}

#idx_news {
	background-color: rgba(255,255,255,0.7);
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 50px 60px 60px;
	max-width: 1160px;
}

#idx_news .headline {
	text-align: left;
}

#idx_news dd li {
	border-bottom: solid #a2bebf 1px;
	padding: 15px 5px;
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#idx_news dd li span {
	color: #666;
	display: block;
	font-size: 0.8rem;
}

.headline {
	font-size: 3rem;
	font-weight: 200;
	text-align: center;
}

.headline span {
	display: block;
	color: #499167;
	font-size: 1rem;
	font-weight: 600;
}

.headline_1 {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}

.headline_1 span {
	display: block;
	color: #499167;
	font-size: 1rem;
	font-weight: 600;
}

.viewmore {
	background: #c6e3ae;
	border-radius: 100vh;
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 600;
	padding: 7px 10px 9px 30px;
	margin: 15px 0;
}

.arrow{
	color: #0e3d14;
	display: block;
	position: relative;
	text-align: center;
	padding-right: 32px;
}

.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.arrow::after{
	right: 7px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #0e3d14;
	border-right: 2px solid #0e3d14;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#idx_advantage_wrap {
	background: #f8f9f1;
}

#idx_advantage h3 {
	color: #0e3d14;
	font-weight: 600;
	font-size: 2rem;
}

#idx_advantage h3 span {
	color: #6fa963;
}

#idx_advantage p {
	margin: 30px 0;
}

#idx_products_wrap {
	background: #efefef url("../images/bg_img_2.png") no-repeat 115% 80% ;
	padding: 90px 0;
	text-align: center;
}

#idx_products {
	display: flex;
	justify-content: center;
	margin: 60px auto;
}

#idx_products li {
	margin: 0 15px;
}

#idx_products li img {
	border-radius: 6px;
}

#idx_products li span {
	background: #0e3d14;
	color: #fff;
	font-size: 0.7rem;
	display: block;
	border-radius: 100vh;
	padding: 3px 0 6px;
	margin: -20px auto 0;
	position: relative;
	z-index: 2;
	max-width: 200px;
}

#idx_mission_wrap {
	background: url("../images/bg_img_3.png") no-repeat 110% 55%;
}

#idx_mission {
	background: rgba(255,255,255,0.7);
	border-radius: 0 90px 90px 0;
	padding: 90px 0 60px;
	width: 50%;
}

#idx_mission h3 {
	border-bottom: solid #0e3d14 1px;
	font-size: 2.4rem;
	font-weight: 600;
	padding: 0 0 10px 10%;
	margin-right: 10%;
}

#idx_mission ul {
	margin: 60px 0 0 12%;
	font-size: 1.8rem;
}

#idx_mission li {
	background: url("../images/company_logo_img.png") no-repeat 0 15px;
	background-size: 50px;
	margin: 45px 0;
	padding-left: 70px;
}

#idx_mission li span {
	font-weight: 600;
}

#idx_mission li span.ex_color {
	color: #74ac68;
}

#idx_sustain_wrap {
	background: url("../images/bg_img_4.png") no-repeat;
	background-size: 100%;
	padding: 90px 0 0;
	text-align: center;
}

#idx_sustain_wrap h3 {
	font-size: 2.2rem;
	font-weight: 600;
}

#idx_sustain {
	display: flex;
	justify-content: space-around;
	padding: 60px 5% 320px;
}

#idx_sustain li {
	background: rgba(255,255,255,0.7);
	border-radius: 15px;
	padding: 45px 30px 30px;
	position: relative;
	width: calc(23% - 60px);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}

#idx_sustain li span {
	background: #c6e3ae;
	border-radius: 100%;
	color: #0e3d14;
	font-weight: 600;
	width: 32px;
	height: 32px;
	font-size: 32px;
	padding: 12px 14px 16px;
	text-align: center;
	line-height: 32px;
}

#idx_about_wrap {
	padding: 90px 0;
}

#idx_about {
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	margin: 60px auto 0;
}

#idx_about li {
	position: relative;
	width: 30%;
}

#idx_about li p {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 1.6rem;
	font-weight: 600;
}

#idx_about li p span {
	display: block;
	font-size: 0.95rem;
}

#idx_ad_img img {
	border-radius: 0 100vh 100vh 0;
}

.container {
	padding: 90px 0;
}

.subpage_header {
	line-height: 0;
}

.subpage_header img {
	width: 100%;
}

#contact_wrap dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
	width: 850px;
}

#contact_wrap dt,#contact_wrap dd {
	margin: 5px 0;
	padding: 5px 0;
}

#contact_wrap dt {
	color: #0e3d14;
	font-weight: 600;
	text-align: right;
	padding-top: 15px;
	width: 170px;
}

#contact_wrap dt span {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7rem;
	color: #fff;
	background: #e60012;
	border-radius: 100vh;
	padding: 1px 10px 2px;
}

#contact_wrap dd {
	width: 650px;
}

#contact_wrap .attention {
	margin-top: 30px;
}

#greeting {
	background: #bad6be;
	font-size: 0.9rem;
}

#greeting h2 {
	text-align: left;
	margin-bottom: 15px;
}

#greeting > span {
	font-size: 1.6rem;
	font-family: "IBM Plex Serif", serif;
	font-weight: 600;
	display: block;
	text-align: right;
	margin: 30px 0 60px;
}

#company {
	background: #eff8ed;
	padding: 90px 0;
}

#company_detail,#history {
	margin: auto;
	width: 900px;
}

#company_detail dt,#company_detail dd {
	border-bottom: solid #a2bebf 1px;
	padding: 15px 10px;
}

#company_detail dt {
	font-weight: 600;
	width: 180px;
}

#company_detail dd {
	width: 680px;
}

#company_detail dd li {
	margin-bottom:  15px;
}

#company_detail dd li:last-child {
	margin-bottom: 0;
}

#history_wrap {
	padding: 90px 0;
}

#company_detail dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

#history dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

#history dt,#history dd {
	border-bottom: solid #a2bebf 1px;
	padding: 15px 0;
}

#history dt {
	width: 150px;
}

#history dt span{
	background: #0e3d14;
	color: #fff;
	border-radius: 100vh;
	display: block;
	text-align: center;
	padding: 5px 0;
}

#history dd {
	display: flex;
	align-items: center;
	width: 720px;
}

#history dd li {
	margin: 5px 0;
}

#history dd p {
	display: inline-block;
}

#history dd span {
	margin-right: 30px;
	display: inline-block;
	text-align: right;
	width: 80px;
}

#privacy_wrap {
	padding-top: 180px;
}

#privacy_wrap dt {
	font-size: 1.4rem;
	padding: 15px 0 5px;
	margin: 15px 0 5px;
}

#privacy_wrap dt:after {
	background: #eee;
	content: '';
	display: block;
	height: 1px;
	border-left: solid #4e7854 150px;
	margin-top: 10px;
}

#privacy_wrap dl ul {
	margin-bottom: 10px;
}

#thanks_wrap {
	height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#thanks_wrap h2 {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

#product_wrap {
	background: #efefef;
}

#product {
	display: flex;
}

#catg_menu {
	padding: 0 45px;
	width: calc(20% - 90px);
}

#catg_menu li {
	margin-left: 10px;
}

#catg_menu li a {
	display: block;
	padding: 15px;
}

#catg_menu li a:hover {
	color: #4e7854;
	font-weight: 600;
}

#catg_menu h3 {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 15px;
}


#catg_menu h3 img {
	margin-right: 10px;
	width: 24px;
}

#item_wrap {
	padding-right: 5%;
	width: 75%;
}

#item_wrap h3 {
	font-size: 2rem;
	border-bottom: solid #ccc 1px;
	margin-top: 60px;
	padding-bottom: 10px;
}

#item_list {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 60px;
}

#item_list li {
	margin: 0 2% 60px 0;
	width: 23%;
}

#strength_wrap {
	background: #f8f9f1 url("../images/bg_img_1.png") no-repeat 0 -180px fixed;
	padding: 240px 0 60px;
}

.strength_1,
.strength_2 {
	display: flex;
	align-items: center;
	margin-top: 60px;
}

.strength_1 dt {
	margin-right: 60px;
	width: 45%;
}

.strength_1 dd {
	margin-right: 5%;
}

.strength_1 dt img {
	border-radius: 0 100vh 100vh 0;
}

.strength_2 {
	flex-direction: row-reverse;
}

.strength_2 dt {
	margin-left: 60px;
	width: 45%;
}

.strength_2 dt img {
	border-radius: 100vh 0 0 100vh;
}

.strength_2 dd {
	margin-left: 5%;
}

#strength_wrap h3 {
	color: #0e3d14;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 30px;
}

#strength_wrap h3 span {
	color: #6fa963;
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}

#privacy_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

#privacy_btn a {
	margin-left: 5px;
	color: #4e7854;
	display: inline-block;
	border-bottom: dotted #4e7854 1px;
}

.submit input:disabled {
	background: #ccc;
	color: #eee;
	cursor: text;
}

#greeting_wrap {
	display: flex;
}

#greeting {
	min-height: 100vh;
	padding: 0 60px;
	width: calc(50% - 120px);
}

#greeting_img {
	background: url("../images/greeting_img.jpg") no-repeat bottom right;
	background-size: cover;
	width: 50%;
}

#greeting h2 {
	padding-top: 18vh;
}

#news_wrap {
	background: #f8f9f1;
	padding: 18vh 0 60px;
}

#news_wrap article {
	background: #fff;
	border-radius: 18px;
	padding: 30px;
	margin: 30px auto;
	width: 900px;
}

#news_wrap article dl {
	display: flex;
}

#news_wrap article dt {
	color: #4e7854;
	font-size: 1.6rem;
	width: 20%;
}

#news_wrap article dd {
	padding-top: 10px;
	width: 80%;
}

@media (min-width: 1025px) {
	.pc_none,.sp_menu {
		display: none;
	}
	
	header {
		align-items: center;
		border-radius: 6px;
		box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
		display: flex;
		justify-content: space-between;
		margin: 40px 2%;
		padding: 17px 45px;
		width: calc(96% - 90px);
	}

	nav ul {
		display: flex;
	}

	nav ul li {
		font-weight: 600;
		margin: 0 20px;
		white-space: nowrap;
	}
	
	nav ul span {
		display: none;
	}

	footer {
		padding: 45px 0 30px;
	}
	
	#footer_menu_wrap,#privacy {
		margin: auto;
		width: 1280px;
	}
	
	#footer_company_area {
		width: 35%;
	}
	
	#footer_menu_wrap {
		display: flex;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	
	#footer_menu {
		display: flex;
		justify-content: space-between;
		width: 60%;
	}

	#main {
		height: 100vh;
		position: relative;
		overflow: hidden;
	}

	#main_area {
		position: absolute;
		top: 25vh;
		right: 13%;
	}

	#main_img {
		position: absolute;
		top: 0;
		left: 0;
	}

	#footer_menu dl {
		width: 30%;
	}
	
	#idx_advantage_wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#idx_advantage {
		width: 50%;
	}
	
	#idx_ad_img {
		width: 40%;
		line-height: 0;
	}
	
	#idx_news dt {
		padding-top: 15px;
		width: 16%;
	}

	#idx_news dd {
		max-height: 175px;
		overflow: auto;
		width: 82%;
	}

	#idx_sustain li span {
		position: absolute;
		top: -25px;
		left: calc(50% - 24px);
	}

	#privacy_wrap dl {
		margin: 60px auto;
		width: 850px;
	}
}

@media screen and (max-width: 1024px) {
	.sp_none,nav {
		display: none;
	}
	
	h2 {
		margin-bottom: 10px;
	}

	.sp_menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 0;
		height: 100%;
		transition: width .2s;
	}

	.menu--isOpen {
		width: 40vw;
	}

	.menu__button {
		position: fixed;
		right: 5%;
		top: 13px;
		width: 40px;
		height: 40px;
		background-color: rgba(200, 200, 230, 0);
		border: none;
	}

	.sp_menu span {
		display: block;
		width: 80%;
		margin: auto;
		height: 4px;
		background-color: #7b7060;
		position: absolute;
		left: 0;
		right: 0;
		top: calc((100% - 4px)/2);
		border-radius: 3px;
		transition: .2s;
	}

	.menu__lineTop {
		transform: translateY(-10px);
	}

	.menu__lineBottom {
		transform: translateY(10px);
	}

	.menu--isOpen .menu__lineTop {
		transform: rotate(45deg);  
	}

	.menu--isOpen .menu__lineMiddle {
		opacity: 0;
	}

	.menu--isOpen .menu__lineBottom {
		transform: rotate(-45deg);  
	}
	
	header {
		width: 100%;
	}
	
	header h1 {
		padding: 15px 5%;
	}
	
	header h1 img {
		width: 50%;
	}
	
	nav {
		background: #eff8ed url("../images/company_logo_img.png") no-repeat center 90%;
		background-size: 80%;
		padding: 10px 5%;
		height: 90vh;
	}
	
	nav ul {
		background: rgba(255,255,255,0.4);
		padding: 10px 5%;
		height: calc(100% - 30px);
		border-radius: 6px;
	}
	
	nav ul span {
		display: block;
		font-size: 2rem;
		color: #0e3d14;
	}
	
	nav li a {
		display: block;
		padding: 10px 0;
	}
	
	footer {
		padding: 30px 5%;
	}
	
	#footer_menu {
		margin: 15px 0;
	}
	
	#footer_menu ul {
		margin: 0 5% 15px;
	}
	
	#privacy {
		text-align: center;
	}

	#main {
		background: url("../images/main_img.jpg") no-repeat 35%;
		background-size: cover;
		height: 90vh;
		display: flex;
		align-items: center;
	}

	#main_area {
		padding-top: 90px;
		text-align: center;
		width: 100%;
	}
	
	#main_img {
		line-height: 0;
	}
	
	#main_area img {
		width: 50%;
	}
	
	#main_area h2 {
		color: #b8f0ad;
		font-size: 1.4rem;
		margin: 15px 5%;
	}

	#main_area h2 span {
		color: #26b739;
		font-size: 1.8rem;
	}
	
	#idx_news_wrap {
		padding: 30px 5%;
	}
	
	#idx_news {
		flex-direction: column;
	}
	
	#idx_news dd {
		max-height: 120px;
		overflow: auto;
	}
	
	#idx_news dt {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#idx_news {
		padding: 5px 5% 15px;
	}
	
	#idx_news .headline {
		display: flex;
		align-items: center;
    	column-gap: 10px;
		margin-bottom: 0;
	}
	
	.headline {
		font-size: 2.4rem;
	}
	
	.headline span {
		font-size: 0.8rem;
	}
	
	.headline_1 {
		font-size: 1.6rem;
		font-weight: 600;
	}
	
	.headline_1 span {
		font-size: 0.8rem;
	}


	.viewmore {
		padding: 5px 8px 7px 28px;
	}
	
	#idx_news dd li {
		padding: 5px;
		font-size: 0.9rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	#idx_news_wrap {
		background-size: 170%;
	}
	
	#idx_ad_img {
		margin: 0 10% 15px 0;
	}
	
	#idx_advantage {
		text-align: center;
		padding-bottom: 30px;
	}
	
	#idx_advantage h3 {
		font-size: 1.4rem;
	}
	
	#idx_advantage p {
		margin: 15px 0;
	}
	
	#idx_products_wrap {
		padding: 30px 5%;
		background-size: 70%;
		background-position: 95% 90%;
	}
	
	#idx_products {
		flex-wrap: wrap;
		margin: 30px auto 15px;
	}
	
	#idx_products li {
		margin: 0 0.5% 10px;
		width: 49%;
	}
	
	#idx_products li span {
		font-size: 0.7rem;
	}
	
	#idx_mission_wrap {
		background-position: 93% -230px;
		background-size: 180%;
		padding-top: 280px;
	}
	
	#idx_mission {
		background: #f9faf3;
		border-radius: 45px 45px 0 0;
		padding: 30px 5%;
		width: 90%;
	}
	
	#idx_mission h3 {
		text-align: center;
		padding: 0 0 10px 0;
		margin: 0;
	}
	
	#idx_mission ul {
		margin: 15px 0;
		font-size: 1.2rem;
	}
	
	#idx_mission li {
		background-size: 40px;
		background-position: 0 0;
		padding-left: 45px;
	}
	
	#idx_mission li br {
		display: none;
	}
	
	#idx_sustain_wrap {
		padding: 45px 5% 15px;
		background-position: center 210%;
		background-size: 250%;
	}
	
	#idx_sustain_wrap h3 {
		text-align: left;
		font-size: 1.6rem;
	}
	
	#idx_sustain {
		flex-direction: column;
		padding: 30px 0 140px;
	}
	
	#idx_sustain li {
	    column-gap: 20px;
		background: none;
		padding: 0;
		margin: 0 0 15px 0;
		width: 100%;
	}
	
	#idx_sustain li p {
		width:  calc(100% - 60px);
	}
	
	#idx_about_wrap {
		padding: 30px 5%;
	}
	
	#idx_about {
		flex-direction: column;
		margin: 15px 0;
	}
	
	#idx_about li {
		margin-bottom: 15px;
		width: 100%;
	}
	
	#copy {
		flex-direction: column;
		justify-content: center;
		font-size: 0.7rem;
	}
	
	#copy dt {
		margin-bottom: 5px;
	}
	
	.container {
		padding: 30px 5%;
	}
	
	#contact_wrap dl {
		flex-direction: column;
		width: 100%;
	}
	
	#contact_wrap dt,#contact_wrap dd {
		padding: 5px 0;
		margin: 0;
		text-align: left;
		width: 100%;
	}
	
	input[type="text"],textarea {
		font-size: 1rem;
		line-height: 1.6rem;
	}
	
	#company {
		padding: 60px 0 30px;
		margin-top: -30px;
	}
	
	#company_detail,#history {
		margin: 15px 5%;
		width: 90%;
	}
	
	#company_detail dl,#history dl {
		margin-top: 30px;
		display: block;
	}
	
	#company_detail dt {
		border-bottom: none;
		padding: 10px 0 0;
	}
	
	#company_detail dd {
		padding: 0 0 10px;
	}
	
	#company_detail dt,#company_detail dd,
	#history dt,#history dd {
		width: 100%;
	}
	
	#history_wrap {
		padding: 30px 0;
	}
	
	#history dt,#history dd {
		padding: 5px 0;
		border-bottom: none;
	}
	
	#history dd li {
		display: flex;
	}
	
	#history dd span {
		margin-right: 10px;
		width: 50px;
	}
	
	#history dd p {
		width: calc(100% - 60px);
	}
	
	#privacy_wrap {
		padding-top: 90px;
	}
	
	#product {
		display: block;
	}
	
	#catg_menu {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	#catg_menu li {
		margin-left: 0;
	}
	
	#catg_menu li a {
		padding: 5px 0;
	}
	
	#item_wrap {
		padding-right: 0;
		width: 100%;
	}
	
	#item_list li {
		margin-bottom: 30px;
		width: 31%;
	}
	
	#item_list {
		margin-bottom: 30px;
	}
	
	#item_wrap h3 {
		font-size: 1.4rem;
		margin-top: 30px;
	}
	
	#strength_wrap {
		padding: 145px 0 30px;
		background-size: 100%;
		background-position: 0 40px;
	}
	
	.strength_1,
	.strength_2 {
		display: block;
		margin-top: 30px;
	}

	.strength_1 dt,
	.strength_2 dt {
		width: 80%;
	}
	
	.strength_2 dt {
		margin-left: auto;
	}

	.strength_1 dd,
	.strength_2 dd {
		padding: 15px 5%;
	}
	
	#greeting_wrap {
		flex-direction: column-reverse;
	}
	
	#greeting {
		padding: 30px 5% 0;
		width: 90%;
	}
	
	#greeting h2 {
		padding-top: 0;
	}
	
	#greeting_img {
		height: 35vh;
		width: 100%;
	}
}