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

/*---------

base set

----------------------------**/

html,body,div,span,object,iframe,h1, h2, h3, h4, h5, h6, p, address, em, img,small, strong, sub, sup,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,main,article,aside,figure,footer,header,menu,nav,section,time, mark, audio, video {
 margin:0; padding:0; border:0;	outline:0; vertical-align:baseline; background:transparent; }
body { line-height:1;}
main,article,aside,figure,footer,header,nav,section{ display:block;}
ul,li { list-style:none;}
html{font-size: 62.5%;}
body,input,textarea,select,option{ font-family:-apple-system, BlinkMacSystemFont, "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif; }

body{
	text-align: left;
	line-height:1.8;
	color: #333;
}

input, select,textarea { font-size: 16px; font-size: 1.6rem; vertical-align:middle;}
table{ width:100%;	border-collapse:collapse; border-spacing:0;}

header,
main,
footer{
	font-size: 16px;
	font-size: 1.6rem;
}

a:link,
a:hover,
a:active,
a:visited{
	color:#074242;
	text-decoration:none;
}

footer a:link,
footer a:visited{
	color:#333;
	text-decoration:none;
}

footer a:hover,
footer a:active{
	color: #074242;
}

img{
	vertical-align: bottom;
}

br.sp{
	display: none;
}


@media screen and (max-width:640px) {
	br.sp{
		display: block;
	}
}

/*---------

title / p / img / logo

----------------------------**/

.heading-area{
	padding: 32px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	text-align: center;
}

.section-inner p + p{
	margin-top: 1em;
}

img{
	width: 100%;
	height: auto;
}

header .company-logo,
footer .company-logo{
	width: 166px;
	height: auto;
}

/* -　h1 set
---------------------------*/

h1{
	color: #074242;
	font-size: 30px;
    font-size: 3.0rem;
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN","MS P明朝", "MS PMincho", "Times New Roman", serif;
}

.top-about h1{
	text-align: left;
	font-size: 20px;
    font-size: 2.0rem;
	color: #333;
	margin: .25em 0 .5em;
}

.top-about h1 span{
	display: inline-block;
	font-size: 24px;
    font-size: 2.4rem;
	color: #074242;
}

.top-about h1 span.product-name{
	margin-right: 0.75em;
}

.genuine-organic h1{
	margin-bottom: 1.25em;
}

/*.genuine-organic h1::after {
    content: url("../images/bg_flower.png");
	width: 39px;
	height: 50px;
    display: block;
    margin: 24px auto 0;
}*/

.genuine-organic h1 span.eng {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
	font-weight: normal;
}

/* -　h2 set
---------------------------*/

h2 {
	color: #290C06;
	margin: 1.6em auto;
}

.consulting h2 {
    font-size: 20px;
    font-size: 2.0rem;
    margin:0 auto 10px;
}

@media screen and (max-width:640px) {
	.top-about h1{
		font-size: 23px;
		font-size: 2.3rem;
		text-align: center;
	}
	
	.top-about h1 span.product-name{
		display: block;
		margin-right: 0;
	}

	.top-about h1 span.product-name span{
		font-size: 19px;
		font-size: 1.9rem;
	}

	.genuine-organic h1{
		font-size: 23px;
		font-size: 2.3rem;
		letter-spacing: -0.02em;
	}

	.genuine-organic h1 span.eng {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.consulting h2{
		font-size: 19px;
		font-size: 1.9rem;
	}
}

/*---------

header

----------------------------**/

header {
	border-bottom: 8px solid #ced631;
    box-sizing: border-box;
}

@media not all and (min-width:768px){

    header {
		padding: 20px;
	}
    
	.header-content-area{
		width:100%;
		padding: 16px;
	}

    .company-logo {
		margin: 0 auto;
		text-align: center;
	}

	header .company-logo,
	footer .company-logo{
		width: 130px;
	}

	nav{
		width: 100%
	}
	
	nav ul li{
		display: block;
	}
	
	nav ul li + li{
		border-top: 1px dotted #FFF;
	}

    nav ul li a { 
		border-right: none;
		padding: 10px 0;
	}

    nav ul li:first-child a {
		border-left: none;
	}
}

@media (min-width:768px){
	
	header {
		padding: 24px 40px;
	}
	
	.header-content-area {
	    display: flex;
	    align-items: flex-end;
	    box-sizing: border-box;
		flex-wrap: wrap;
	}

	nav ul{
		margin-top: 2em;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content:space-between;
	}

	nav ul li{
		flex-basis:auto;
		position: relative;
	}

	nav ul li::before,
	nav ul li:last-child::after {
		content: "";
		width: 1px;
		height: 16px;
		display: inline-block;
		background-color: #074242;
		position: absolute;
		left: 0;
		top: 6px;
	}

	nav ul li:last-child::after {
		left: auto;
		right: 0;
	}

	nav ul li a{
		display:block;
		padding:0 12px;
		font-weight:bold;
		text-align:center;
		position: relative;
	}

	nav ul li a::after {
		position: absolute;
		bottom: -4px;
		left: 10%;
		content: '';
		width: 80%;
		height: 1px;
		background: #074242;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .3s;
	}

	nav ul li a:hover::after {
		transform: scale(1, 1);
	}
}

@media (min-width:1100px){
	
	.header-content-area {
		flex-wrap: nowrap;
	}

	nav {
		margin-left: auto;
	}

	nav ul li a{
		padding:0 24px;
	}
}


/*---------

footer

----------------------------**/

footer{
	padding-top: 40px;
	background-color: rgba(255,254,238,1.00);
	/* background-color: #f5f1e4; */
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-content-area{
	width: 1000px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-nav ul{	
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 24px;
}

.footer-nav a {
    display: block;
	margin:0 24px;
    text-align: center;
	position: relative;
}

.footer-nav a:before{ 
	content: ""; 
    display: inline-block;
    width: 8px;
	height: 8px;
	background-color: #074242;
	border-radius: 4px;;
	position: relative;
	top: -2px;
	left: -10px;
}

footer .company-logo{
	margin: 0 auto 16px;
}

.copyright{
	text-align: center;
	padding: 16px 0;
}

@media screen and (max-width:768px) {
	.footer-content-area{
		width:100%;
		padding: 16px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	.footer-nav ul{
		flex-flow: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		margin-bottom: 48px;
	}

	.footer-nav li{
		flex-basis: 100%;
		width: 100%;
		padding: 12px 0;
		border-bottom: 1px solid #290C06;
	}

	.footer-nav a{
		text-align: left;
	}

	.copyright{
		font-size: 13px;
		font-size: 1.3rem;
	}
}



/*---------

main-visual-area

----------------------------**/

.main-visual-area{
	width:100%;
	height: 40vh;
	margin: 0 auto;
	position: relative;
	background-image: url("../images/bg_mv.jpg");
	background-size: cover;
	background-position: center 50%;
	background-repeat: no-repeat;
	border-top: 8px solid #467439;
}

.lead-text{
	width: 480px;
	position: absolute;
	right: 32px;
	bottom: 16px;
}

.lead-text img{
	width: 100%;
}

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

	.lead-text{
		width: 90%;
		right: 8px;
		bottom: 8px;
	}
}

/*---------

content

----------------------------**/

main,
article{
	width: 100%;
}

main{
	padding-bottom: 80px;
	background-color:rgba(255,254,238,1.00);
}

#lower main{
	border-top: 8px solid #467439;
}

article{
	padding:20px 0 0;
}

section{
	margin:32px auto;
}

.section-inner{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content{
	position: relative;
}

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

	.section-inner{
		width:100%;
		padding: 16px;
	}
}


/*---------

flex set

----------------------------**/

.col2,
.col3,
.col4{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-direction: -webkit-row;
	flex-wrap: wrap;
	flex-wrap: -webkit-wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}

.col2 li{
	flex-basis: 50%;
}
.col3 li{
	flex-basis: 33.33%;
}
.col4 li{
	flex-basis: 25%;
}

.product-list .col2 li{
	flex:0 0 48%;
	text-align: center;
	margin-bottom: 5%;
}

.product-list .col2 li:nth-child(2n-1){
	margin-right: 1%;
}

.product-list .col2 li .product-img{
	margin-bottom: 2%;
}

.product-list .col2 li .product-text span{
	display: block;
	font-size: 1.4rem;
}

@media screen and (max-width:768px) {}
@media screen and (max-width:640px) {
	.col2 li,
	.product-list .col2 li,
	.col3 li,
	.col4 li{
		flex-basis: 100%;
	}
}


/*---------

text / list / dl

----------------------------**/

.decimal ul{
	margin-left: 1em;
}
.decimal ul li{
	list-style:disc;
}


/*---------

other

----------------------------**/


/* -　top-about
---------------------------*/

.top-about .content{
	text-align: left;
	padding:8px 32% 8px 16%;
	background: url("../images/bg_about.png") no-repeat right top;
	background-size: 30%;
}

.top-about .content::before{
	content: "";
	display: inline-block;
	width: 128px;
	height: 128px;
	background: url("../images/company-logo.png") no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 40px;
	left: 0;;
}


@media screen and (max-width:768px) {
	.top-about .content{
		padding:140px 32% 0 0;
		background-position: right 150px;
	}
	
	.top-about .content::before{
		top:0;
		left: 50%;
		margin-left: -64px;
	
	}
}

@media screen and (max-width:640px) {
	.top-about .content{
		padding:140px 0 240px;
		background-position: center bottom;
		background-size: 320px;
	}
	
	.top-about .content::before{
		top:0;
		left: 50%;
		margin-left: -64px;
	
	}
}

/* -　genuine-organic
---------------------------*/

.genuine-organic .section-inner{
	background: #f5f7d6;
    padding: 40px;
}

@media screen and (max-width:640px) {
	.genuine-organic .section-inner{
		padding: 16px;
	}
}

/* -　photo-area
---------------------------*/

.photo-area .col4 li{
	flex-basis: 25%;
	flex-wrap: nowrap;
}

.photo-area .col4 img{
	vertical-align: bottom;
}

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

	.photo-area .col4 li{
		flex-basis: 50%;
		flex-wrap: wrap;
	}
}



/*---------

lower

----------------------------**/

/* -　outline
---------------------------*/

.outline-list > dl{
	width: 100%;
	border-top: 1px dotted #2e1d03;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-direction: -webkit-row;
	flex-wrap: wrap;
	flex-wrap: -webkit-wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}

.outline-list > dl:first-child{
	border-top: none;
}

.outline-list > dl dt,
.outline-list > dl dd{
	padding: 24px;
	box-sizing: border-box;
}

.outline-list > dl dt{
	padding-left: 0;
	font-weight: bold;
	flex-basis: 20%;
}
.outline-list > dl dd{
	flex-basis: 80%;
}

.consulting {
    background: #f5f1e4;
    padding: 24px;
    margin: 20px 0;
    border-radius: 10px;
}

.name_right{
	text-align: right;
}

.outline-list dd .col3 {
    margin-top: 20px;
	gap: 8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
}

.outline-list dd .col3 li{
	flex-basis: 25%;
}

@media screen and (max-width:640px) {
	.outline-list > dl{
		flex-direction: column;
		flex-direction: -webkit-column;
	}

	.outline-list > dl dt{
		padding: 16px 0 0 0;
	}
	.outline-list > dl dd{
		padding:0 0 16px;
	}

	.consulting{
		padding: 16px;
	}

	.outline-list dd .col3 li{
		flex-basis: 30%;
	}
}

/*---------

pagetop

----------------------------**/

#pagetop{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
	color: rgba(7,66,66,1.00);
	font-weight: bold;
	position: fixed;
	bottom: 8rem;
	right: 2rem;
	transform: rotate(90deg);
	cursor: pointer;
}

#pagetop::before{
	content: "";
	width: 24px;
	height: 1px;
	background-color: rgba(7,66,66,1.00);
	position: absolute;
	top: 5px;
    left: -40px;
	transform: scale(1, 1);
	transition-duration: .3s;
}

#pagetop:hover::before{
	transform: translateX(-6px) scale(1.5, 1);
}

@media screen and (max-width:640px) {
	#pagetop{
		right: 32px;
	}
}

/*---------

contact

----------------------------**/

.contact-info.col2{
	flex-wrap: nowrap;
}

.contact-info dl{
	flex:0 0 50% ;
	background-color: #FFF;
	padding:24px 16px;
	box-sizing: border-box;
	border: 4px solid rgba(236, 243 ,207, .5);
}

.contact-info dl:first-child{
	margin-right: 1px;
	border-radius: 5px 0 0 5px;
}

.contact-info dl:last-child{
	margin-right: 1px;
	border-radius: 0 5px 5px 0;
}

.contact-info dt{
	text-align: center;
	font-weight: bold;
	position: relative;
	margin: -48px 24px 24px;
	color: #FFF;
	background-color: #467439;
	padding: 8px;
	border-radius: 30px;
}

.contact-info dd{
	margin-top: 24px;
}

.contact-info .phone{
	font-size: 38px;
	font-size: 3.8rem;
	text-align: center;
	color: #467439;
	font-family: Verdana,"Helvetica Neue",Helvetica,Arial;
}

.inq-form > p{
	text-align: center;
	padding: 32px 0;
}

@media screen and (max-width:768px) {
	.contact-info dt {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width:640px) {
	.contact-info.col2{
		flex-flow: column wrap;
	}

	.contact-info dt {
		margin-bottom:0;
	}

	.contact-info dl:first-child {
		margin-bottom: 48px;
	}
}


/* -　form
---------------------------*/

.required {
	color:#ff0000;
	font-size:0.7em;
}

.form-low{
	border-top: 1px dotted #2e1d03;
	margin: 24px 0;
	padding:16px 0 0;
}

.form-low label{
	display: block;
	margin-bottom: 8px;
}

.form-low.col2{
	justify-content:flex-start;
	-webkit-justify-content:flex-start;
}

.form-low input,
.form-low textarea{
	border: 1px solid #CCC;
	padding: .25em .25em .25em 1.25em;
	border-radius: 4px;
	vertical-align: middle;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="tel"]{
	width: 10%;
}

label{
	font-weight: bold;
}

.form-low.col2 div:first-child{
	margin-right: 1em;
}

.contact-submit-button{
	font-size: 16px;
	font-size: 1.6rem;
	width: 400px;
	height: 56px;
	margin: 0 auto;
    display: block;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 rgb(0 0 0 / 6%);
    background-color: #467439;
    cursor: pointer;
	border: none;
}

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

	.form-low.col2{
		flex-direction: column;
		-ms-flex-direction: column;
	}

	.form-low.col2 div:first-child{
		margin-right: 0;
	}

	input[type="tel"] {
		width: 20%;
	}

	.contact-submit-button{
		width: 280px;
	}
	
}






