
/* CSS Document */

/*==================================================

メインイメージ

=================================================*/

.title{
	font-weight: 700;
	margin: 80px auto 0;
	background: #f4f8f3;
	padding: 50px 5%;
}
.title h2{
	line-height: 1.3em;
	padding: 0 0px 15px 60px;
	background: url("../img/common/titlie_line.svg") left center no-repeat;
	background-size: auto 100%;
	font-weight: 600;
	letter-spacing: 0;
}
.title h2 .ptitle{
	font-size: clamp(13px, 2.0vw, 20px);
}
.title h2 .en{
	font-size: clamp(14px, 7vw, 80px);
	font-family: "Jost", sans-serif;
	color: #4ba34a;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {
.title{
	margin: 60px auto 0;
}
.title h2{
	padding: 0 0px 15px 40px;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.title h2{
	padding: 0 0px 15px 30px;
}
}
@media print , screen and (min-width:1px) and (max-width: 530px) {
.title{
	padding: 30px 10px;
}
.title h2{
	padding: 0 0px 15px 25px;
}
}




p.lead{
	margin: 5% auto;
	text-align: center;
	font-weight: 500;
	
}

/*5min*/
.fiveminutes{
	margin: 5% auto;
}
.fiveminutes h3,
.people h3{
	font-size: clamp(20px, 6vw, 60px);
	font-family: "Jost", sans-serif;
	color: #4ba34a;
	display: inline-block;
	line-height: 1.5em;
}
.fiveminutes h3 span,
.people h3 span{
	font-size: clamp(14px, 1.8vw, 18px);
	font-family: 'Zen Kaku Gothic New', sans-serif;
	background: #4ba34a;
	color: #fff;display: block;
	line-height: 1.5em;
	text-align: center;
}
.people{
	text-align: center;
}
.fiveminutes h4.line{
	font-size: clamp(14px, 5vw, 50px);
	font-family: "Jost", sans-serif;
	border-bottom: 2px solid #4ba34a;
	color: #4ba34a;
	line-height: 1.5em;
	margin: 20px 0;
}
.fiveminutes .photo{
	width: 50%;
	padding: 20px 20px 20px 0;
}
.fiveminutes .txt{
	width: 50%;
	padding: 20px 0 20px 20px;
	text-align: left;
}
.fiveminutes .photor{
	width: 50%;
	padding: 20px 0 20px 20px;
	order: 2;
}
.fiveminutes .txtl{
	width: 50%;
	padding: 20px 20px 20px 0;
	order: 1;
	text-align: left;
}
.fiveminutes .philosophy{
	text-align: left;
	margin: 3% auto;
	padding: 20px;
}
.fiveminutes .kigyo-rinen{
	margin-right: 4%;
	padding: 0px 25px 20px;
	width: 56%;
	border: 25px solid #aed0a9;
	text-align: center;
}
.fiveminutes .kigyo-rinen h4{
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	background: #aed0a9;
}
.fiveminutes .kigyo-rinen h5{
	margin: 20px auto;
	color: #62a155;
}
.fiveminutes .keiei-rinen{
	padding: 0px 10px 20px;
	width: 40%;
	border: 25px solid #9cb3d5;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fiveminutes .keiei-rinen h4{
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	background: #9cb3d5;
	position: absolute;
	top: 0;
}
.fiveminutes .keiei-rinen h5{
	color: #2c68b0;
}

.fiveminutes .rinenlist .rinen{
	display: flex;
	margin: 10px auto;
	/*flex-wrap: wrap;*/
}
.fiveminutes .rinenlist .num{
	width: 20px;
	font-family: "Jost", sans-serif;
	color: #4ba34a;font-size: 1.3em;
	text-align: left;
	
}
.fiveminutes .rinenlist p{
	flex: 1;
}
.fiveminutes .photol{
	text-align: center;
	margin: 3% auto 0;
}
.fiveminutes .photol h3{
	color: #fff;
}
.mtitle{
	margin: -100px auto 3%;
}

.strength{
	text-align: right;
}
.mission h4,
.strength h4,
.work h4{
	color: #2c68b0;
	margin: 20px auto;
}

.fiveminutes .btn{
	margin-top: 30px;
}
.fiveminutes .btn a{
	position: relative;
	width: 80%;
	max-width: 200px;
	border: 1px solid #4ba34a;
	padding: 10px 30px 10px 10px;
	border-radius: 30px;
	color: #111;
	display: block;
	text-decoration: none;
transition: .2s;
	font-size: 0.9em;
	text-align: center;
}
.fiveminutes .btn a:hover{
	transform: translateX(10px);
	opacity: 0.7;
}
.fiveminutes .btn a::after{
	content: "";
	background: url("../img/common/detail_arrow.svg") center center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 15px;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {

.fiveminutes .photo{
	width: 50%;
	padding: 10px;
}
.fiveminutes .txt{
	width: 50%;
	padding: 10px;
}
.fiveminutes .photor{
	width: 50%;
	padding: 10px;
	order: 2;
}
.fiveminutes .txtl{
	width: 50%;
	padding: 10px;
	order: 1;
}
	
.fiveminutes .kigyo-rinen{
	margin-right: 4%;
	padding: 0px 25px 20px;
	width: 56%;
	border: 15px solid #aed0a9;
	text-align: center;
}
.fiveminutes .keiei-rinen{
	padding: 0px 10px 20px;
	width: 40%;
	border: 15px solid #9cb3d5;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
.mtitle{
	margin: -10% auto 0px;
}
	
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.fiveminutes .photo{
	width: 80%;
	padding: 10px;
	order: 2;
	text-align: center;
}
.fiveminutes .txt{
	width: 100%;
	padding: 10px;
	order: 1;
}
.fiveminutes .photor{
	width: 80%;
	padding: 10px;
	order: 2;
	text-align: center;
}
.fiveminutes .txtl{
	width: 100%;
	padding: 10px;
	order: 1;
}
.fiveminutes .btn a{
	font-size: 1em;
}
	
.fiveminutes .kigyo-rinen{
	margin-right: 0;
	padding: 0px 15px 20px;
	width: 100%;
	border: 10px solid #aed0a9;
	margin: 10px auto;
}
.fiveminutes .keiei-rinen{
	padding: 60px 10px 20px;
	width: 100%;
	border: 10px solid #9cb3d5;
	margin: 10px auto;
}
.strength{
	text-align: center;
}	
.mission h4,
.strength h4,
.work h4{
	text-align: center;
	margin: 10px auto;
}
}


/*About us*/

.about{
	margin: 5% auto;
}
.about h3.line{
	border-bottom: 5px solid #4ba34a;
	padding: 10px;
	color: #4ba34a;
	font-weight: 700;
	text-align: left;
	margin-bottom: 30px;
}
.about .photo{
	width: 50%;
	padding: 20px;
}
.about .txt{
	width: 50%;
	padding: 20px;
}

.about .waku{
	background: #f4f8f3;
	padding: 50px;
	margin: 3% auto 5%;
	text-align: center;
}

.about .waku h4{
	background: #4ba34a;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-bottom: 30px;
}
.about .waku .zu{
	margin: 5% auto;
}

.about .photor{
	width: 50%;
	padding: 20px;
	order: 2;
}
.about .txtl{
	width: 50%;
	padding: 20px;
	order: 1;
}
.strength{
	margin: 3% auto;
}
.strength h4{
width: 90%;
margin: 0 auto 20px;}

.about .btn{
	margin-top: 30px;
}
.about .btn a{
	position: relative;
	width: 80%;
	max-width: 200px;
	border: 1px solid #4ba34a;
	padding: 10px 30px 10px 10px;
	border-radius: 30px;
	color: #111;
	display: block;
	text-decoration: none;
transition: .2s;
	font-size: 0.9em;
}
.about .btn a:hover{
	transform: translateX(10px);
	opacity: 0.7;
}
.about .btn a::after{
	content: "";
	background: url("../img/common/detail_arrow.svg") center center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 15px;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {

.about .photo{
	width: 50%;
	padding: 10px;
}
.about .txt{
	width: 50%;
	padding: 10px;
}
.about .photor{
	width: 50%;
	padding: 10px;
	order: 2;
}
.about .txtl{
	width: 50%;
	padding: 10px;
	order: 1;
}
.about .waku{
	background: #f4f8f3;
	padding: 30px;
	margin: 3% auto 5%;
	text-align: center;
}

}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.about .photo{
	width: 80%;
	padding: 10px;
	order: 2;
	text-align: center;
}
.about .txt{
	width: 100%;
	padding: 10px;
	order: 1;
}
.about .photor{
	width: 80%;
	padding: 10px;
	order: 2;
	text-align: center;
}
.about .txtl{
	width: 100%;
	padding: 10px;
	order: 1;
}
.about .waku{
	background: #f4f8f3;
	padding: 10px;
	margin: 3% auto 5%;
	text-align: center;
}

.about .btn a{
	font-size: 1em;
}
}

@media print , screen and (min-width:1px) and (max-width: 530px) {

.about .photo{
	width: 90%;
	padding: 10px;
	}
.about .photor{
	width: 90%;
	padding: 10px;
}
.strength h4{
margin: 0 auto 10px;}
}

/*Environment*/

.career,
.benefits,
.numbers{
	margin: 5% auto;
	position: relative;
}
.career h3,
.benefits h3,
.numbers h3{
	font-size: clamp(20px, 6vw, 60px);
	font-family: "Jost", sans-serif;
	color: #4ba34a;
	display: inline-block;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.career h3 span,
.benefits h3 span,
.numbers h3 span{
	font-size: clamp(14px, 1.8vw, 18px);
	font-family: 'Zen Kaku Gothic New', sans-serif;
	background: #4ba34a;
	color: #fff;display: block;
	line-height: 1.5em;
	text-align: center;
}
.career .careertxt{
	text-align: left;
	width: 50%;
}
.career .careerzu{
	margin-top: -10%;
}
.benefits .txt{
	width: 40%;
	padding: 20px 20px 20px 0;
	text-align: left;
}
.benefits .photo{
	width: 60%;
	padding: 20px 0px 20px 10px;
}
.numbers .inner{
	text-align: left;
}
.numbers .numlist{
	margin: 10px auto;
}
.numbers .numbox-s{
	width: 31.3333%;
	margin: 10px 1%;
	padding: 0px;
	background: #f3f9f3;
}
.numbers .numbox-l{
	width: 64.6666%;
	margin: 10px 1%;
	padding: 0px;
	background: #f3f9f3;
}
@media print , screen and (min-width:1px) and (max-width: 960px) {
	
.benefits .txt{
	width: 40%;
	padding: 10px 10px 10px 0;
	text-align: left;
}
.benefits .photo{
	width: 60%;
	padding: 10px 0px 10px 10px;
}
	
.career .careertxt{
	text-align: left;
	width: 60%;
}
.career .careerzu{
	margin-top: -10%;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
	
.benefits .txt{
	width: 100%;
	padding: 10px 0;
	text-align: left;
}
.benefits .photo{
	width: 100%;
	padding: 10px;
}
	
.career .careertxt{
	text-align: left;
	width: 100%;
}
.career .careerzu{
	margin-top: 10px;
}
}

@media print , screen and (min-width:1px) and (max-width: 530px) {
	
.numbers .numbox-s{
	width: 48%;
	margin: 5px 1%;
	padding: 0px;
	background: #f3f9f3;
	order: 2;
}
.numbers .numbox-l{
	width: 98%;
	margin: 5px 1%;
	padding: 0px;
	background: #f3f9f3;
	order: 1;
}
	
}

/*member's voice*/

.voice{
	margin: 5% auto;
	position: relative;
}
.voice .voicelist{
	margin: 3% auto;
}
.voice .voicebox{
	border: 1px solid #62a155;
	padding: 30px 20px;
	width: 48%;
	margin: 10px 1%;
}
.voice .voicebox .zu{
	width: 90%;
	margin: 20px auto;
}
.voice .voiceboxl{
	border: 1px solid #62a155;
	padding: 30px 20px;
	width: 98%;
	margin: 10px 1%;
}

.voice .voiceboxl .zu{
	width: 55%;
	padding: 20px 10px;
}
.voice .voiceboxl .zul{
	width: 90%;
	padding: 20px 10px;
	margin: auto;
}
.voice .voiceboxl .txt{
	width: 45%;
	padding: 20px 10px;
}
.voice .voiceboxl .txt ul.dot-green li,
.voice .voiceboxl .txt ul.dot-blue li{
	position: relative;
	text-align: left;
	padding: 2px 0;
	font-size: clamp(13px, 1.5vw, 15px);
	line-height: 1.8em;
	letter-spacing: 0;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.voice .voiceboxl .txt ul.dot-green li::before{
	content: "●";
	color: #62a155;
	padding-right: 5px;
}
.voice .voiceboxl .txt ul.dot-blue li::before{
	content: "●";
	color: #2c68b0;
	padding-right: 5px;
}



.voice .voiceboxl .listline{
	width: 85%;
	margin: 20px auto;
	}

.voice .voiceboxl .listline ul.dot-green li{
	position: relative;
	text-align: left;
	padding: 2px 0;
	line-height: 1.8em;
	letter-spacing: 0;
	text-indent: -1.5em;
	border-bottom: 2px dotted #aed0a9;
	padding: 10px 10px 10px 35px;
}
.voice .voiceboxl .listline ul.dot-green li::before{
	content: "●";
	color: #62a155;
	padding-right: 5px;
}


.voice h4{
	position: relative;
	text-align: left;
	color: #62a155;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.voice h4 .ico{
	width: 75px;
	padding-right: 15px;
	display: inline-block;
}

.voice .mes-g{
	position: relative;
	background: #deecdc;
	width: 90%;
	margin: 40px 2% 40px 8%;
	padding: 20px 20px 20px 50px;
	border-radius: 30px;
}
.voice .mes-g .ico{
	position: absolute;
	left: -3%;
	bottom: -10px;
	width: 70px;
}
.voice .mes-b{
	position: relative;
	background: #d7e1ee;
	width: 90%;
	margin: 40px 8% 40px 2%;
	padding: 20px 50px 20px 20px;
	border-radius: 30px;
}
.voice .mes-b .ico{
	position: absolute;
	right: -3%;
	bottom: -10px;
	width: 70px;
}

@media print , screen and (min-width:1px) and (max-width: 768px) {

.voice .voicebox{
	padding: 20px;
	width: 98%;
}
.voice .voiceboxl{
	padding: 20px;
	width: 98%;
}
.voice .voiceboxl .zu{
	width: 100%;
	padding: 10px;
}
.voice .voiceboxl .zul{
	width: 100%;
	padding: 10px;
	margin: auto;
}
.voice .voiceboxl .txt{
	width: 100%;
	padding: 10px;
}
	
.voice .voiceboxl .listline{
	width: 95%;
	}

.voice .mes-g{
	position: relative;
	background: #deecdc;
	width: 90%;
	margin: 40px 0 40px 10%;
	padding: 15px 15px 15px 30px;
	border-radius: 30px;
}
.voice .mes-g .ico{
	position: absolute;
	left: -3%;
	bottom: -10px;
	width: 50px;
}
.voice .mes-b{
	position: relative;
	background: #d7e1ee;
	width: 90%;
	margin: 40px 10% 40px 0;
	padding: 15px 30px 15px 15px;
	border-radius: 30px;
}
.voice .mes-b .ico{
	position: absolute;
	right: -3%;
	bottom: -10px;
	width: 50px;
}
}

@media print , screen and (min-width:1px) and (max-width: 530px) {

.voice .voiceboxl .listline{
	width: 100%;
	margin: 10px auto;
	}
.voice .mes-g{
	position: relative;
	background: #deecdc;
	width: 90%;
	margin: 30px 0 30px 10%;
	padding: 10px 10px 15px 20px;
	border-radius: 30px;
}
.voice .mes-g .ico{
	position: absolute;
	left: -8%;
	bottom: -15px;
	width: 50px;
}
.voice .mes-b{
	position: relative;
	background: #d7e1ee;
	width: 90%;
	margin: 30px 10% 30px 0;
	padding: 10px 20px 10px 15px;
	border-radius: 30px;
}
.voice .mes-b .ico{
	position: absolute;
	right: -8%;
	bottom: -15px;
	width: 50px;
}
	
}

/*FAQ*/


.faq{
	margin: 5% auto;
}

.Faq > dl {
}

.Faq > dl > dt {
	padding:25px 40px 25px 60px;
	line-height: 1.5em;
	text-align: left;
	font-weight: 500;
	border-bottom:2px #c9e3c9 dotted;
	color: #4ba34a;
	font-size: clamp(16px, 2.2vw, 22px);
}
.Faq > dl > dt::after{
	content: "+";
	color: #4ba34a;
	position: absolute;
	font-size: 2.0rem;
	right: 15px;
	top: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.Faq > dl > dt.open::after{
	content: "−";
	color: #4ba34a;
	position: absolute;
	font-size: 2.0rem;
	right: 15px;
	top: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.Faq > dl > dt:hover {
	cursor:pointer;
}

.Faq > dl > dd {
	padding:30px 20px 40px;
	display:none;
	text-align: left;
}

.Faq > dl > dt,
.Faq > dl > dd {
	position:relative;
}


.Faq > dl > dt span {
	position:absolute;
	left:5px;
	top:20px;
	color:#4ba34a;
	font-family: "Jost", sans-serif;
	font-size: clamp(25px, 3.5vw, 35px);
	padding: 5px 10px 8px;
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.Faq > dl > dt {
	padding:20px 50px 20px 50px;
	line-height: 1.4em;
	font-size: 1.6rem;
}
	
.Faq > dl > dt::after{
	right: 10px;
	top: 15px;
	font-size: 1.8rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.Faq > dl > dt.open::after{
	right: 10px;
	top: 15px;
	font-size: 1.8rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
	
.Faq > dl > dd {
	padding:30px 30px 30px 30px;
	display:none;
	line-height: 1.6em;
}
.Faq > dl > dt span {
	position:absolute;
	left:5px;
	top:15px;
}
}
@media only screen and (min-width:1px) and (max-width: 480px) {

.Faq > dl > dt {
	padding:20px 45px 20px 45px;
	font-size: 1.5rem;
}	
.Faq > dl > dd {
	padding:20px;
}
}

.fmore {
	text-align: center;
	margin: 30px auto 3%;
}
.fmore h3{
	color:#4ba34a;
	margin-bottom:30px;
	padding: 5px 20px;
	border-bottom: 3px solid #4ba34a;
	display: inline-block;
}
.fmore ul li{
	width: 25%;
	padding: 10px;
}
@media only screen and (min-width:1px) and (max-width: 768px) {
.fmore ul li{
	width: 25%;
	padding: 5px;
}
}
@media only screen and (min-width:1px) and (max-width: 530px) {
.fmore ul li{
	width: 50%;
	padding: 5px;
}
}
.people{
	position: relative;
	margin: 5% auto;
}
.people .illust{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
}
.people .peoplebox{
	width:33.3333%;
	padding: 30px 20px;
}
.people .peoplebox.peoples{
	margin-top: 5%;
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.people .peoplebox{
	width:33.3333%;
	padding: 10px;
}
.people .peoplebox.peoples{
	margin-top: 15%;
}
}
@media only screen and (min-width:1px) and (max-width: 530px) {

.people .peoplebox{
	width:50%;
	padding: 10px;
}
}

.people .people-main{
	margin: auto;
	position: relative;
	text-align: right;
}
.people .people-main .catch{
	margin: -5% 0 0 auto;
	max-width: 530px;
	background:#fff;
	padding: 20px 30px;
	border-radius: 30px 0 0 0;
	display: inline-block;
	z-index: 1;
	position: relative;
}
.people .people-main .catch h3{	
	font-size: clamp(18px, 2.5vw, 30px);
	text-align: left;
}
.people .people-main .catch .name{
	text-align: left;
	margin: 10px auto;
}

.people h4{
	color: #4ba34a;
	border-bottom: 1px dashed #4ba34a;
	padding: 5px;
	margin-bottom: 20px;
	text-align: left;
}

.people p{
	line-height: 1.8em;
}
.people01 .txt{
	width: 50%;
	padding: 20px;
}
.people01 .photo{
	width: 65%;
	padding: 20px;
	margin-right: -15%;
}
.people02{
	margin: 5% auto;
	width: 100%;
	padding: 20px;
}
.people03 .txt{
	width: 50%;
	padding: 20px;
	order: 2;
}
.people03 .photo{
	width: 65%;
	padding: 20px;
	margin-left: -15%;
	order:1;
}
.people04 .foryou{
	width: 60%;
	max-width: 400px;
}
.people04 .txt{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #ecf3fa;
	padding: 30px 20px;
}
.people04 .txt:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 15%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ecf3fa;
}
.people04{
	padding: 20px;
}
@media only screen and (min-width:1px) and (max-width: 1280px) {

.people01 .txt{
	width: 50%;
	padding: 10px;
}
.people03 .txt{
	width: 50%;
	padding: 10px;
	order: 2;
}
.people01 .photo{
	width: 60%;
	padding: 20px;
	margin-right: -10%;
}
.people03 .photo{
	width: 60%;
	padding: 10px;
	margin-left: -10%;
	order:1;
}
.people02,
.people04{
	padding: 10px;
}
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.people .people-main .catch{
	margin: -30px 0 0 auto;
	border-radius: 20px 0 0 0;
}
.people .people-main .catch .name{
	text-align: left;
	margin: 5px auto 0;
}
	
.people01 .txt{
	width: 100%;
	padding: 10px;
}
.people03 .txt{
	width: 100%;
	padding: 10px;
	order: 1;
}
.people01 .photo{
	width:90%;
	padding: 20px;
	margin: 0 auto 0 -5%;
}
.people03 .photo{
	width: 90%;
	padding: 10px;
	margin: 0 -5% 0 auto;
	order:2;
}
}
@media only screen and (min-width:1px) and (max-width: 530px) {
.people01 .photo{
	width:95%;
	padding: 20px;
	margin: 0 auto 0 -5%;
}
.people03 .photo{
	width: 95%;
	padding: 10px;
	margin: 0 -5% 0 auto;
	order:2;
}
}