@charset "UTF-8";
/* 
	
CSS page.css */






/*//////////////////


#index


//////////////////*/

/* common */
#index {  }
@media screen and (max-width: 767px) { 
}

/* #sec_1 */
#index #sec_1 .box1{ background: #f0f2eb; padding: 67px 0; }
#index #sec_1 .box1 .copy{ text-align: center; font-size: 2.25em; line-height: 1.6; padding-bottom: 25px; margin-bottom: 30px; position: relative; }
#index #sec_1 .box1 .copy:before{ content:""; background: #66cc99; width: 120px; height: 2px; display: inline-block; position: absolute; bottom: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; }
#index #sec_1 .box1 .copy:after{ content: ""; background: #00aa71; width: 60px; height: 2px; display: inline-block; position: absolute; bottom: 0; left: -60px; right: 0; margin-left: auto; margin-right: auto; }
#index #sec_1 .box1 .txt{ text-align: center; }
#index #sec_1 .list{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; }
#index #sec_1 .list>li{ width: 33.3%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-left: 1px solid #fff; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; }
#index #sec_1 .list>li:first-child{ border-left: none; }
#index #sec_1 .list>li .thumb{ position: relative; width: 100%; height: 300px; }
#index #sec_1 .list>li .thumb img{ object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
#index #sec_1 .list>li .thumb:before{ content:""; width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(25,25,25,0.3); display: block; }
#index #sec_1 .list>li .txtbox1{ /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#34b889+0,28af6d+100 */ background: rgb(52,184,137); /* Old browsers */ background: -moz-linear-gradient(top,  rgba(52,184,137,1) 0%, rgba(40,175,109,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  rgba(52,184,137,1) 0%,rgba(40,175,109,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  rgba(52,184,137,1) 0%,rgba(40,175,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34b889', endColorstr='#28af6d',GradientType=0 ); /* IE6-9 */ position: relative; padding: 45px 6% 20px; height: calc(100% - 300px); display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; justify-content: center; }
#index #sec_1 .list>li .txtbox1 .title{ position: absolute; top: -30px; left: 0; right: 0; text-align: center; }
#index #sec_1 .list>li .txtbox1 .title>span{ font-size: 1.63em; color: #fff; background: #00aa71; display: inline-block; padding: 17px 60px; line-height: 1; text-align: center; border-radius: 30px; }
#index #sec_1 .list>li .txtbox1 .txt{ text-align: center; color: #fff; margin-bottom: 15px; }
#index #sec_1 .list>li .txtbox1 .link{ text-align: center; }
/* #index #sec_1 .list>li .txtbox1 .link a{ text-decoration: none; }
#index #sec_1 .list>li .txtbox1 .link a span{ font-size: 0.81em; color: #fff; display: inline-block; position: relative; overflow: hidden; }
#index #sec_1 .list>li .txtbox1 .link a span:after{ content:""; background: #fff; height: 1px; width: 0; position: absolute; bottom: 0; left: 0; display: inline-block; transition: 0.3s; }
#index #sec_1 .list>li .txtbox1 .link a:hover span:after{ width: 100%; }
#index #sec_1 .list>li .txtbox1 .link svg{ width: 8px; height: 14px; vertical-align: super; margin-right: 5px; } */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	_::-webkit-full-page-media, _:future, :root #index #sec_1 .list>li .txtbox1 .link svg {
		vertical-align: middle;
	}
}
/* #index #sec_1 .list>li .txtbox1 .link svg .st0{ stroke:#fff!important; } */
@media screen and (max-width: 1040px) { 
	#index #sec_1 .box1 .copy{ font-size: 2em; padding-bottom: 20px; margin-bottom: 25px; }
	#index #sec_1 .list{ display: block; }
	#index #sec_1 .list>li{ width: 100%; border-left: 0; display: block; border-bottom: 2px solid #fff; }
	#index #sec_1 .list>li:last-child{ border-bottom: none; }
	#index #sec_1 .list>li .txtbox1 .title{ top: -24px; }
	#index #sec_1 .list>li .txtbox1 .title>span{ font-size: 1.5em; padding: 15px 52px; }
}
@media screen and (max-width: 767px) { 
	#index #sec_1 .box1{ padding: 35px 6%; }
	#index #sec_1 .box1 .copy{ font-size: 1.47em; }
	#index #sec_1 .list>li .txtbox1 .title>span{ font-size: 1.33em; }
	#index #sec_1 .box1 .txt{ text-align: left; }
	#index #sec_1 .list>li .txtbox1 .txt{ text-align: left; }
	#index #sec_1 .list>li .thumb{ height: 266px; }
	/* #index #sec_1 .list>li .txtbox1{ padding-bottom: 10px;  } */
	/* #index #sec_1 .list>li .txtbox1 .link a span{ font-size: 0.87em; } */
	#index #sec_1 .box1 .copy:before{ width: 60px; height: 1px; }
	#index #sec_1 .box1 .copy:after{ width: 30px; height: 1px; left: -30px; }
}


/* #sec_2 */
#index #sec_2 .titlebox{ padding: 40px 6% 30px; text-align: center; }
#index #sec_2 .titlebox .title{ display: inline-block; position: relative; padding-bottom: 5px; line-height: 1.4; font-size: 2.25em; }
#index #sec_2 .titlebox .title .num{ color: #00aa71; font-size: 2.42em; vertical-align: super; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
	_::-webkit-full-page-media, _:future, :root #index #sec_2 .titlebox .title .num {
		vertical-align: middle;
	}
}
#index #sec_2 .titlebox .title:before{ content:""; background: #66cc99; width: 120px; height: 2px; display: inline-block; position: absolute; bottom: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; }
#index #sec_2 .titlebox .title:after{ content: ""; background: #00aa71; width: 60px; height: 2px; display: inline-block; position: absolute; bottom: 0; left: -60px; right: 0; margin-left: auto; margin-right: auto; }
#index #sec_2 .list{  }
#index #sec_2 .list>li{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; }
#index #sec_2 .list>li .imgbox1,
#index #sec_2 .list>li .txtbox1{ width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 480px; }
#index #sec_2 .list>li .imgbox1 img{ object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
#index #sec_2 .list>li .txtbox1{ background: #f2f4ee; padding-left: 10%; padding-right: 6%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; justify-content: center; position: relative; }
#index #sec_2 .list>li .txtbox1 .copy{ font-size: 2em; line-height: 1.6; margin-bottom: 20px; position: relative; z-index: 2; }
#index #sec_2 .list>li .txtbox1 .txt{ margin-bottom: 20px; position: relative; z-index: 2; }
#index #sec_2 .list>li .txtbox1 .link{ position: relative; z-index: 2; }
/* #index #sec_2 .list>li .txtbox1 .link a{ text-decoration: none; }
#index #sec_2 .list>li .txtbox1 .link a span{ font-size: 0.81em; display: inline-block; position: relative; overflow: hidden; } */
/* #index #sec_2 .list>li .txtbox1 .link a span:after{ content:""; background: #191919; height: 1px; width: 0; position: absolute; bottom: 0; left: 0; display: inline-block; transition: 0.3s; } */
/* #index #sec_2 .list>li .txtbox1 .link a:hover{ opacity: 1; }
#index #sec_2 .list>li .txtbox1 .link a:hover span:after{ width: 100%; }
#index #sec_2 .list>li .txtbox1 .link svg{ width: 8px; height: 14px; vertical-align: super; margin-right: 5px; } */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	_::-webkit-full-page-media, _:future, :root #index #sec_2 .list>li .txtbox1 .link svg {
		vertical-align: middle;
	}
}
#index #sec_2 .list>li:nth-child(even){ -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; -o-flex-direction: row-reverse; flex-direction: row-reverse; }
#index #sec_2 .list>li:nth-child(even) .txtbox1{ background: #00aa71; color: #fff; padding-left: 6%; padding-right: 10%; }
#index #sec_2 .list>li:nth-child(even) .txtbox1:before{ content:""; width: 0; height: 0; border-style: solid; border-width: 0 0 480px 597px; border-color: transparent transparent #019a62 transparent; position: absolute; bottom: 0; right: 0; z-index: 1; }
/* #index #sec_2 .list>li:nth-child(even) .txtbox1 .link a{ color: #fff; }
#index #sec_2 .list>li:nth-child(even) .txtbox1 .link a span:after{ background: #fff; }
#index #sec_2 .list>li:nth-child(even) .txtbox1 .link svg .st0{ stroke:#fff!important; } */
@media screen and (max-width: 1200px) { 
	#index #sec_2 .list>li:nth-child(even) .txtbox1:before{ border-width: 0 0 480px 480px; }
}
@media screen and (max-width: 1040px) { 
	#index #sec_2 .titlebox{ padding: 35px 6%; }
	#index #sec_2 .titlebox .title{ font-size: 2em; }
	#index #sec_2 .titlebox .title .num{ font-size: 2.77em; }
	#index #sec_2 .list>li{ display: block; }
	#index #sec_2 .list>li .imgbox1,
	#index #sec_2 .list>li .txtbox1{ height: auto; }
	#index #sec_2 .list>li .txtbox1{ padding: 30px 6%; }
	#index #sec_2 .list>li:nth-child(even) .txtbox1{ padding-right: 6%; }
	#index #sec_2 .list>li .imgbox1, #index #sec_2 .list>li .txtbox1{ width: 100%; }
	#index #sec_2 .list>li .imgbox1 img{ height: 300px; }
	#index #sec_2 .list>li .txtbox1 .copy{ font-size: 1.5em; }
	#index #sec_2 .list>li:nth-child(even) .txtbox1:before{ content:none; }
	#index #sec_2 .list>li:nth-child(even) .txtbox1{ background: #f2f4ee; color: inherit; }
	/* #index #sec_2 .list>li:nth-child(even) .txtbox1 .link a{ color: inherit; }
	#index #sec_2 .list>li:nth-child(even) .txtbox1 .link a span:after{ background: #191919; }
	#index #sec_2 .list>li:nth-child(even) .txtbox1 .link svg .st0{ stroke:#040000!important; } */
	#index #sec_2 .list>li .txtbox1 .link a.linkbtn1._white{ color: #00aa71; background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,170,113,1) 50%);  }
	#index #sec_2 .list>li .txtbox1 .link a.linkbtn1._white:before{ background: #00aa71; }
	#index #sec_2 .list>li .txtbox1 .link a.linkbtn1._white:after{ background: #00aa71; }
	#index #sec_2 .list>li .txtbox1 .link a.linkbtn1._white span:before{ background: #00aa71;}
	#index #sec_2 .list>li .txtbox1 .link a.linkbtn1._white span:after{ background: #00aa71; }
	#index #sec_2 .list>li .txtbox1 .link a.linkbtn1._white svg .st0{ stroke:#00aa71!important; }
	#index #sec_2 .list>li .txtbox1 .link a.linkbtn1._white:hover {background: #00aa71; color: #fff; }
	#index #sec_2 .list>li .txtbox1 .link a.linkbtn1._white:hover svg .st0{ stroke:#fff!important; }
}
@media screen and (max-width: 767px) { 
	#index #sec_2 .titlebox{ padding: 10px 6% 30px; }
	#index #sec_2 .titlebox .title{ font-size: 1.47em; line-height: 1.6; }
	#index #sec_2 .list>li .txtbox1 .copy{ font-size: 1.47em; }
	#index #sec_2 .list>li .imgbox1 img{ height: 266px; }
	#index #sec_2 .list>li .txtbox1 .link a span{ font-size: 0.87em; }
	#index #sec_2 .titlebox .title:before{ width: 60px; height: 1px; }
	#index #sec_2 .titlebox .title:after{ width: 30px; height: 1px; left: -30px; }
}
@media screen and (max-width: 639px) { 
	#index #sec_2 .titlebox .title{ font-size: 1.3em; }
}

/* #swrap_3 */
#index #swrap_3{ padding-top: 90px; padding-bottom: 90px; }




/* bnrlist1 */
#index #swrap_3 .bnrlist1{ margin-top: 30px; max-width: 1180px; margin-left: auto; margin-right: auto; width: 88%; }
#index #swrap_3 .bnrlist1>ul{  margin-left: -10px; text-align: center; margin-bottom: -10px; }
#index #swrap_3 .bnrlist1 li{ margin-left: 10px; display: inline-block; margin-bottom: 10px; }
#index #swrap_3 .bnrlist1 li>a{ background: #e6eade; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; text-decoration: none; justify-content: space-between; position: relative; padding-right: 60px; width: 582px; }
#index #swrap_3 .bnrlist1 li>a svg{ width: 14px; height: 26px; position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; right: 30px; }
#index #swrap_3 .bnrlist1 li>a svg .st0{  transition: 0.3s; }
#index #swrap_3 .bnrlist1 li>a .iconbox{ width: 180px; height: 80px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center; background: #00aa71; position: relative; }
#index #swrap_3 .bnrlist1 li>a .iconbox:before{ content:""; width: 0; height: 0; border-style: solid; border-width: 0 0 80px 180px; border-color: transparent transparent #019a62 transparent; position: absolute; bottom: 0; right: 0; z-index: 1; }
#index #swrap_3 .bnrlist1 li>a .iconbox .icon{ display: inline-block; position: relative; z-index: 2; color: #fff; font-size: 1.38em; font-weight: bold; line-height: 1; }
#index #swrap_3 .bnrlist1 li>a .titlebox{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; width: calc(100% - 210px); -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; -ms-align-items: flex-start; align-items: flex-start; justify-content: center; }
#index #swrap_3 .bnrlist1 li>a .titlebox .subtitle{  }
#index #swrap_3 .bnrlist1 li>a .titlebox .subtitle .br1{ display: none; }
#index #swrap_3 .bnrlist1 li>a .titlebox .title{ font-size: 1.75em; line-height: 1.6; }
#index #swrap_3 .bnrlist1 li>a:hover{ opacity: 1; background: #00aa71; color: #fff; }
#index #swrap_3 .bnrlist1 li>a:hover svg .st0{ stroke:#fff!important; }
@media screen and (max-width: 1040px) { 
	#index #swrap_3{ padding-top: 60px; padding-bottom: 30px; }
	#index #swrap_3 .bnrlist1>ul{  margin-left: 0; }
	#index #swrap_3 .bnrlist1 li{ margin-left: 0; margin-right: 0; display: block; }
	#index #swrap_3 .bnrlist1 li>a{ width: 100%; }
	#index #swrap_3 .bnrlist1 li>a .iconbox .icon{ font-size: 1.2em; }
}
@media screen and (max-width: 767px) { 
	#index #swrap_3 .bnrlist1 li>a .iconbox{ height: 70px; width: 150px;  }
	#index #swrap_3 .bnrlist1 li>a .iconbox .icon{ font-size: 1.07em; }
	#index #swrap_3 .bnrlist1 li>a .iconbox:before{ border-width: 0 0 70px 150px; }
	#index #swrap_3 .bnrlist1 li>a .titlebox{ width: calc(100% - 180px); text-align: left; }
	#index #swrap_3 .bnrlist1 li>a .titlebox .title{ font-size: 1.47em; }
}
@media screen and (max-width: 639px) { 
	#index #swrap_3 .bnrlist1 li>a .titlebox .subtitle .br1{ display: block; }
	#index #swrap_3 .bnrlist1 li>a .iconbox{ height: 100px; width: 130px; }
	#index #swrap_3 .bnrlist1 li>a .iconbox:before{ border-width: 0 0 100px 130px; }
	#index #swrap_3 .bnrlist1 li>a .titlebox{ width: calc(100% - 150px); }
	#index #swrap_3 .bnrlist1 li>a svg{ width: 10px; height: 24px; }
}
@media screen and (max-width: 479px) { 
	#index #swrap_3 .bnrlist1 li>a{ display: block; }
	#index #swrap_3 .bnrlist1 li>a .iconbox{ height: 40px; margin-bottom: 10px; padding-top: 5px; }
	#index #swrap_3 .bnrlist1 li>a .iconbox:before{ border-width: 0 0 40px 130px; }
	#index #swrap_3 .bnrlist1 li>a .titlebox{ width: 100%; }
}

/* #sec_3 */
#index #sec_3{  }
#index #sec_3 .incnt{ max-width: 1230px; }
#index #sec_3 .title{ padding-bottom: 5px; line-height: 1.6; font-size: 2.25em; position: relative; padding-bottom: 30px; margin-bottom: 30px; text-align: center; }
#index #sec_3 .title:before{ content:""; background: #66cc99; width: 120px; height: 2px; display: inline-block; position: absolute; bottom: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; }
#index #sec_3 .title:after{ content: ""; background: #00aa71; width: 60px; height: 2px; display: inline-block; position: absolute; bottom: 0; left: -60px; right: 0; margin-left: auto; margin-right: auto; }
#index #sec_3 .txt{ text-align: center; margin-bottom: 30px; }
#index #sec_3 .link{ text-align: center; margin-top: 40px; }
@media screen and (max-width: 1040px) { 
	#index #sec_3 .title{ font-size: 2em; padding-bottom: 20px; margin-bottom: 25px; }
	
}
@media screen and (max-width: 767px) { 
	#index #sec_3 .txt{ text-align: left; }
	#index #sec_3 .title{ font-size: 1.47em; }
	#index #sec_3 .title:before{ width: 60px; height: 1px; }
	#index #sec_3 .title:after{ width: 30px; height: 1px; left: -30px; }
}

/* #sec_4 */
#index #sec_4{  }
#index #sec_4 .incnt{  }
#index #sec_4 .box1{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; -ms-align-items: center; align-items: center; justify-content: space-between; }
#index #sec_4 .box1 .title{ font-size: 2.25em; width: 180px; }
#index #sec_4 .box1 .newstopics{ width: calc(100% - 200px); overflow-y: auto; max-height: 240px; }
#index #sec_4 .link{ text-align: center; margin-top: 50px; }
@media screen and (max-width: 1040px) { 
	#index #sec_4 .box1{ display: block; }
	#index #sec_4 .box1 .title{ font-size: 2em; width: 100%; margin-bottom: 20px; line-height: 1.6; }
	#index #sec_4 .box1 .newstopics{ width: 100%; max-height: 266px; }
}
@media screen and (max-width: 767px) { 
	#index #sec_4 .box1 .title{ font-size: 1.47em; }
}






/*//////////////////


#about.purchase


//////////////////*/

#about #main{ background: #f7f7f7; padding-top: 68px; }
#about .section.topbox{ background: #f2f4ee; padding: 68px 0; text-align: center; }
@media screen and (max-width: 1040px) { 
	#about .section.topbox{ text-align: left; padding: 40px 0; }
}

/* sec_2 */
#about.purchase #sec_2{  }
#about.purchase #sec_2 .box1{ max-width: 1180px; border: 1px solid #191919; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 50px 4%; }
#about.purchase #sec_2 .box1 .txt{ margin-bottom: 40px; }
@media screen and (max-width: 1040px) { 
	#about.purchase #sec_2 .box1{ text-align: left; padding: 30px 6% 40px; }
	#about.purchase #sec_2 .box1 .txt{ margin-bottom: 30px; }
}
@media screen and (max-width: 639px) { 
	#about.purchase #sec_2 .box1 .cbox>ul>li>a.contact .main{ font-size: 1.07em; }
}

/* sec_3 */
#about.purchase #sec_3{  }
#about.purchase #sec_3 .box1{ margin-bottom: 50px; }
#about.purchase #sec_3 .box1 .imgbox{ float: right; width: 44%; }
#about.purchase #sec_3 .box1 .imgbox img{  }
#about.purchase #sec_3 .imgbox02{ width: 80%; margin: 80px auto 60px; text-align: center; }
#about.purchase #sec_3 .imgbox02 img{  }
#about.purchase #sec_3 .box1 .txtbox{ float: left; width: 51%; }
#about.purchase #sec_3 .list1{  }
#about.purchase #sec_3 .list1>ul{ margin-bottom: -10px; }
#about.purchase #sec_3 .list1>ul>li{ margin-bottom: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 23px 6%; background: #e6eade; }
#about.purchase #sec_3 .list1>ul>li .maintitle{ font-size: 1.25em; line-height: 1.6; }
#about.purchase #sec_3 .list1>ul>li .txt{  }
@media screen and (max-width: 1040px) { 
	#about.purchase #sec_3 .box1{ margin-bottom: 30px; }
	#about.purchase #sec_3 .box1 .imgbox{ float: none; width: 100%; margin-bottom: 20px; }
	#about.purchase #sec_3 .box1 .imgbox img{ width: 100%; height: 325px; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ z-index: 1;  }
	#about.purchase #sec_3 .box1 .txtbox{ float: none; width: 100%; }
	#about.purchase #sec_3 .list1>ul>li{ padding: 20px 6%; }
	#about.purchase #sec_3 .list1>ul>li .maintitle{ font-size: 1.14em; line-height: 1.8; }
}
@media screen and (max-width: 639px) { 
	#about.purchase #sec_3 .box1 .imgbox img{ height: auto; }
	#about.purchase #sec_3 .imgbox02{ width: 100%; margin: 4vw auto 8vw; text-align: center; }
	#about.purchase #sec_3 .imgbox02 img{  }
}

/* sec_4 */
#about.purchase #sec_4{  }
#about.purchase #sec_4 .box1{ padding: 20px 6% 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#about.purchase #sec_4 .box1 .boxtitle{ line-height: 1.6; font-weight: bold; font-size: 1.5em; text-align: center; }
#about.purchase #sec_4 .box1 .boxtitle .icon{ width: 52px; height: 52px; }
#about.purchase #sec_4 .box1 .title{ font-weight: bold; color: #00aa71; }
#about.purchase #sec_4 .box1 .list._1{  }
#about.purchase #sec_4 .box1 .list._1>li{ margin-bottom: 30px; }
#about.purchase #sec_4 .box1 .list._1>li:last-child{ margin-bottom: 0; }
#about.purchase #sec_4 .box1 .list._1>li .txt{  }
#about.purchase #sec_4 .box1 .list._1>li .list._2{  }
#about.purchase #sec_4 .box1 .list._1>li .list._2>li{ padding-left: 1.3em!important; text-indent: -1.3em; }
#about.purchase #sec_4 .box1 .leftbox{ width: 45%; float: left; }
#about.purchase #sec_4 .box1 .rightbox{ width: 50%; float: right; }
#about.purchase #sec_4 .box1._1{ background: #e5f6f1; margin-bottom: 15px; }
#about.purchase #sec_4 .box1._1 .boxtitle{ color: #00aa71; }
#about.purchase #sec_4 .box1._2{ background: #e6eade; }
#about.purchase #sec_4 .box2{ margin-top: 50px; }
#about.purchase #sec_4 .box2 .title{ font-size: 1.5em; font-weight: bold; line-height: 1.6; margin-bottom: 20px; }
#about.purchase #sec_4 .box2 .box2list._1{  }
#about.purchase #sec_4 .box2 .box2list._2{ margin-left: -10px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; margin-top: 25px; }
#about.purchase #sec_4 .box2 .box2list._2>li{ margin-left: 10px; width: calc(33.3% - 10px); }
@media screen and (max-width: 1040px) { 
	#about.purchase #sec_4 .box1{ padding: 30px 6% 40px; }
	#about.purchase #sec_4 .box1 .boxtitle{ text-align: left; margin-bottom: 20px; }
	#about.purchase #sec_4 .box1 .leftbox{ width: 100%; float: none; margin-bottom: 20px; }
	#about.purchase #sec_4 .box1 .rightbox{ width: 100%; float: none; }
	#about.purchase #sec_4 .box1 .list._1>li{ margin-bottom: 20px; }
	#about.purchase #sec_4 .box1._2 .leftbox{ margin-bottom: 0; }
	#about.purchase #sec_4 .box1 .boxtitle,
	#about.purchase #sec_4 .box2 .title{ font-size: 1.3em; }
}
@media screen and (max-width: 639px) { 
	#about.purchase #sec_4 .box1 .boxtitle .icon{ width: 30px; height: 30px; vertical-align: bottom; }
	#about.purchase #sec_4 .box2 .box2list._2{ margin-left: 0; display: block; }
	#about.purchase #sec_4 .box2 .box2list._2>li{ margin-left: 0; width: 100%; margin-bottom: 10px; }
	#about.purchase #sec_4 .box2 .box2list._2>li:last-child{ margin-bottom: 0; }
	#about.purchase #sec_4 .box2 .box2list._1>li{ padding-left: 1em!important; text-indent: -1em; }
}







/*//////////////////


#about.recycling


//////////////////*/

#about #main{ background: #fff; }

/* sec_1 */
#about.recycling #sec_1 .blocklist1{ margin-top: 60px; }
#about.recycling #sec_1 .blocklist1>li{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; padding-bottom: 50px; margin-bottom: 30px; border-bottom: 1px solid #191919; -ms-align-items: center; align-items: center; text-align: left; justify-content: space-between; }
#about.recycling #sec_1 .blocklist1>li:last-child{ padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
#about.recycling #sec_1 .blocklist1>li .title{ font-weight: bold; font-size: 1.5em; line-height: 1.6; }
#about.recycling #sec_1 .blocklist1>li .txt{ width: calc(100% - 415px) }
#about.recycling #sec_1 .blocklist1>li .txt ul{ padding-left: 1em!important; text-indent: -1em; }
#about.recycling #sec_1 .gallerylist1{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; margin-top: 70px; }
#about.recycling #sec_1 .gallerylist1>li{ width: 33.33%; }
#about.recycling #sec_1 .gallerylist1>li img{  }
@media screen and (max-width: 1040px) { 
	#about.recycling #sec_1 .blocklist1>li{ display: block; padding-bottom: 15px; margin-bottom: 20px; }
	#about.recycling #sec_1 .blocklist1>li .title{ margin-bottom: 10px; font-size: 1.25em; }
	#about.recycling #sec_1 .blocklist1>li .txt{ width: 100%; }
	#about.recycling #sec_1 .gallerylist1{ margin-top: 40px; }
}
@media screen and (max-width: 767px) { 
	#about.recycling #sec_1 .gallerylist1{ display: block; }
	#about.recycling #sec_1 .gallerylist1>li{ width: 100%; }
	#about.recycling #sec_1 .gallerylist1>li img{ object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 226px; }
}

/* sec_2 */
#about.recycling #sec_2 .pdflist1{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; justify-content: center; margin-left: -5px; }
#about.recycling #sec_2 .pdflist1>li{ min-height: 120px; width: 400px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; margin-left: 5px; }
#about.recycling #sec_2 .pdflist1>li>a{ font-size: 1.25em; color: #fff; background: #00aa71; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center; text-decoration: none; width: 100%; border: 1px solid #00aa71; padding-left: 6%; padding-right: 6%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#about.recycling #sec_2 .pdflist1>li>a:hover{ opacity: 1; background: #fff; color: #00aa71; }

#about.recycling #sec_2 .flowlist1{ margin-top: 50px; }
#about.recycling #sec_2 .flowlist1>li{ position: relative; padding-left: 45px; margin-left: -45px; width: calc(100% + 45px) }
#about.recycling #sec_2 .flowlist1>li>ol{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; }
#about.recycling #sec_2 .flowlist1>li>ol>li{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 45px; width: 33.3%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; position: relative; padding-bottom: 40px; }
#about.recycling #sec_2 .flowlist1>li>ol>li:before{ content:""; background: url(../img/common/arr1.svg) no-repeat; -webkit-background-size: contain; background-size: contain; width: 26px; height: 14px; position: absolute; bottom: 0; top: 0; right: 10px; margin-top: auto; margin-bottom: auto; -webkit-transform:rotate(-90deg); transform:rotate(-90deg); }
#about.recycling #sec_2 .flowlist1>li>ol>li:last-child:before{ content: none; }
#about.recycling #sec_2 .flowlist1>li>ol>li:last-child:after{ content:""; background: url(../img/common/arr1.svg) no-repeat; -webkit-background-size: contain; background-size: contain; width: 26px; height: 14px; position: absolute; bottom: 10px; left: 0; right: 45px; margin-left: auto; margin-right: auto; }
#about.recycling #sec_2 .flowlist1>li:nth-child(even){ -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; -o-flex-direction: row-reverse; flex-direction: row-reverse;  }
#about.recycling #sec_2 .flowlist1>li:nth-child(even)>ol{ justify-content: flex-end; }
#about.recycling #sec_2 .flowlist1>li:nth-child(even)>ol>li:before{ -webkit-transform:rotate(90deg); transform:rotate(90deg); }
#about.recycling #sec_2 .flowlist1>li:nth-child(even)>ol>li:last-child:after{ content: none; }
#about.recycling #sec_2 .flowlist1>li:nth-child(even)>ol>li:first-child:after{ content:""; background: url(../img/common/arr1.svg) no-repeat; -webkit-background-size: contain; background-size: contain; width: 26px; height: 14px; position: absolute; bottom: 10px; left: 0; right: 45px; margin-left: auto; margin-right: auto; }
#about.recycling #sec_2 .flowlist1>li:last-child>ol>li{ padding-bottom: 0; }
#about.recycling #sec_2 .flowlist1>li:last-child>ol>li:last-child:after,
#about.recycling #sec_2 .flowlist1>li:last-child:nth-child(even)>ol>li:first-child:after{ content: none; }
#about.recycling #sec_2 .flowlist1>li>ol>li>.inwrap{ background: #f2f4ee; padding: 40px 30px 30px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#about.recycling #sec_2 .flowlist1>li>ol>li .txtbox{ height: calc(100% - 246px); }
#about.recycling #sec_2 .flowlist1>li>ol>li .txtbox .title{ font-size: 1.25em; font-weight: bold; }
#about.recycling #sec_2 .flowlist1>li>ol>li .txtbox .txt{  }
#about.recycling #sec_2 .flowlist1>li>ol>li .imgbox{ margin-top: 20px; }
#about.recycling #sec_2 .flowlist1>li>ol>li .imgbox img{ object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 226px; }
@media screen and (max-width: 1040px) { 
	#about.recycling #sec_2 .pdflist1{ width: calc(100% + 5px); }
	#about.recycling #sec_2 .pdflist1>li{ min-height: 120px; width: calc(50% - 5px); }
	#about.recycling #sec_2 .flowlist1>li{ position: relative; padding-left: 0; margin-left: 0; width: 100% }
	#about.recycling #sec_2 .flowlist1>li>ol{ display: block; }
	#about.recycling #sec_2 .flowlist1>li>ol>li{ padding-right: 0; width: 100%; display: block; padding-bottom: 40px; }
	#about.recycling #sec_2 .flowlist1>li>ol>li:before{ bottom: 10px; right: 0; left: 0; margin-left: auto; margin-right: auto; -webkit-transform:rotate(0); transform:rotate(0); top: auto; }
	#about.recycling #sec_2 .flowlist1>li>ol>li:last-child:after{ right: 0; }
	#about.recycling #sec_2 .flowlist1>li:nth-child(even){ display: block; }
	#about.recycling #sec_2 .flowlist1>li:nth-child(even)>ol>li:before{ -webkit-transform:rotate(0); transform:rotate(0); }
	#about.recycling #sec_2 .flowlist1>li:nth-child(even)>ol>li:first-child:after{ content:none; }
	#about.recycling #sec_2 .flowlist1>li:nth-child(even)>ol>li:last-child:after{ content:""; background: url(../img/common/arr1.svg) no-repeat; -webkit-background-size: contain; background-size: contain; width: 26px; height: 14px; position: absolute; bottom: 10px; left: 0; right: 0; margin-left: auto; margin-right: auto; }
	#about.recycling #sec_2 .flowlist1>li>ol>li>.inwrap{ padding: 30px 6% 20px; display: block; width: 100%; }
	#about.recycling #sec_2 .flowlist1>li>ol>li .txtbox{ height: auto; }
	#about.recycling #sec_2 .flowlist1>li:last-child>ol>li{ padding-bottom: 40px; }
	#about.recycling #sec_2 .flowlist1>li:last-child>ol>li:last-child{ padding-bottom: 0; }
	#about.recycling #sec_2 .flowlist1>li:last-child>ol>li:last-child:after{ content:none; }
}
@media screen and (max-width: 767px) { 
	#about.recycling #sec_2 .pdflist1{ display: block; margin-left: 0; }
	#about.recycling #sec_2 .pdflist1>li{ min-height: auto; width: 100%; display: block; margin-left: 0; margin-bottom: 5px; }
	#about.recycling #sec_2 .pdflist1>li:last-child{ margin-bottom: 0; }
	#about.recycling #sec_2 .pdflist1>li>a{ padding-top: 10px; padding-bottom: 10px; font-size: 1.14em; }
	#about.recycling #sec_2 .flowlist1{ margin-top: 30px; }
}



/*//////////////////


#about.sale


//////////////////*/

#about.sale #main{ background: #fff; }

/* sec_2 */
#about.sale #sec_2 .list1>li:first-child { padding: 0 0 30px; }
#about.sale #sec_2 .list1>li { padding: 30px 0; }
#about.sale #sec_2 .list1>li:last-child { padding-bottom:0px; }
#about.sale #sec_2 .list1>li .name { font-weight: bold; font-size: 1.25em; }
#about.sale #sec_2 .list1>li .name.txtmain { font-size: 1.4em; }
#about.sale #sec_2 .list1>li .box { display:flex; justify-content:center; align-items:center; margin-bottom:40px; }
#about.sale #sec_2 .list1>li .box._1 { margin-bottom:0px; }
#about.sale #sec_2 .list1>li .box .imgbox { width:35%; display:flex; justify-content:center; align-items:center; text-align:center; height:auto; }
#about.sale #sec_2 .list1>li:nth-child(4) .box .imgbox img { width:90%; }
#about.sale #sec_2 .list1>li:nth-child(5) .box .imgbox img { width:65%; }
#about.sale #sec_2 .list1>li .box .txtbox { flex:1; } 
#about.sale #sec_2 .list1>li .box .txtbox .title {font-size:1.1em; font-weight:bold; }
#about.sale #sec_2 .list1>li .box .txtbox .title.txtbig1{ font-size: 1.25em; }
#about.sale #sec_2 .list1>li .price,
#about.sale #sec_2 .list1>li .box .txtbox .price { font-weight:bold;font-size: 1.25em; }
#about.sale #sec_2 .list1>li .price>span,
#about.sale #sec_2 .list1>li .box .txtbox .price>span{ font-weight: bold; font-size: 1.4em; line-height: 1.6; }
#about.sale #sec_2 .list1>li .price>span.sub,
#about.sale #sec_2 .list1>li .box .txtbox .price>span.sub { font-size:1.0rem; }
#about.sale #sec_2 .list1>li .box .txtbox .txt { margin-top:20px; }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) { 
	#about.sale #sec_2 .list1>li .box { display:block; margin-bottom:30px; }
	#about.sale #sec_2 .list1>li .box .imgbox { width:100%; height:auto; margin-bottom:20px;}
	#about.sale #sec_2 .list1>li .box .imgbox.middlehide+.txtbox{ padding-top: 20px; }
	#about.sale #sec_2 .list1>li .box .imgbox img { width:50%; }
	#about.sale #sec_2 .list1>li:nth-child(4) .box .imgbox img { width:60%; }
	#about.sale #sec_2 .list1>li:nth-child(5) .box .imgbox img { width:40%; }
	#about.sale #sec_2 .list1>li .box .txtbox .name{ font-size: 1.14em; }
	#about.sale #sec_2 .list1>li .name.txtmain { font-size: 1.25em; }
	#about.sale #sec_2 .list1>li .box .txtbox .title{font-size:1.05em; font-weight:bold;}
	#about.sale #sec_2 .list1>li .box .txtbox .title.txtbig1{ font-size: 1.14em; }
	#about.sale #sec_2 .list1>li .price,
	#about.sale #sec_2 .list1>li .box .txtbox .price{ font-size: 1.14em; }
	#about.sale #sec_2 .list1>li .price>span,
	#about.sale #sec_2 .list1>li .box .txtbox .price>span{ font-size: 1.25em; }
	#about.sale #sec_2 .list1>li .price>span.sub,
	#about.sale #sec_2 .list1>li .box .txtbox .price>span.sub { font-size:0.8rem; }
}





/* sec_3 */
#about.sale #sec_3 .incnt>.inwrap { text-decoration:none; border: 1px solid #191919; padding:26px 6%; box-sizing:border-box; text-align:center; display: block; }
#about.sale #sec_3 .incnt>.inwrap img { width:30%;  margin-bottom:30px; }
#about.sale #sec_3 .incnt>.inwrap .copytxt { line-height:1.2; margin-bottom:10px; text-align:center; }
#about.sale #sec_3 .incnt>.inwrap .copytxt br { display:none; }
#about.sale #sec_3 .incnt>.inwrap:hover{ background: #e5f6f1; opacity: 1; }
@media screen and (max-width: 767px) {
	#about.sale #sec_3 .incnt>.inwrap {  padding:6%; }
	#about.sale #sec_3 .incnt>.inwrap img { width:40%; }
	#about.sale #sec_3 .incnt>.inwrap .copytxt { line-height:1.0; margin-bottom:10px; }
}
@media screen and (max-width: 500px) {
	#about.sale #sec_3 .incnt>.inwrap .copytxt { line-height:1.4; margin-bottom:5px; }
	#about.sale #sec_3 .incnt>.inwrap .copytxt br { display:block; }
}







/*//////////////////


#faq


//////////////////*/

#faq .qalist{  }
#faq .qalist>li{ margin-bottom: 35px; }
#faq .qalist>li:last-child{ margin-bottom: 0; }
#faq .qalist>li>dl{  }
#faq .qalist>li>dl>dt{ margin-bottom: 10px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; -ms-align-items: center; align-items: center; }
#faq .qalist>li>dl>dt .vollkorn{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; background: #00aa71; width: 80px; height: 50px; -ms-align-items: center; align-items: center; justify-content: center; position: relative; flex-shrink: 0; margin-right: 20px; }
#faq .qalist>li>dl>dt .vollkorn>span{ font-size: 1.38em; font-weight: bold; color: #fff; position: relative; z-index: 2; }
#faq .qalist>li>dl>dt .vollkorn:before{ content:""; width: 0; height: 0; border-style: solid; border-width: 0 0 50px 80px; border-color: transparent transparent #019a62 transparent; position: absolute; bottom: 0; right: 0; z-index: 1; }
#faq .qalist>li>dl>dt .maintxt{ line-height: 1.8; font-weight: bold; font-size: 1.07em; }
#faq .qalist>li>dl>dd{ background: #f2f4ee; padding: 22px 6%; }
@media screen and (max-width: 767px) { 
	#faq .qalist>li>dl>dt .vollkorn{ width: 60px; margin-right: 15px; }
	#faq .qalist>li>dl>dt .vollkorn:before{ border-width: 0 0 50px 50px; }
}






/*//////////////////


#contact


//////////////////*/

/* sec_1 */
#contact.index #sec_1{ background: #f2f4ee; padding: 68px 0 85px; margin-bottom: 65px; text-align: center; }
#contact.index #sec_1 .faxbox .inblist{  margin-left: -20px; margin-bottom: -10px; margin-top: 15px; text-align: center; }
#contact.index #sec_1 .faxbox .inblist>li{ display: inline-block; margin-left: 20px; margin-bottom: 10px; }
#contact.index #sec_1 .cbox>ul{ justify-content: center; margin-top: 30px; }
@media screen and (max-width: 1040px) { 
	#contact.index #sec_1{ text-align: left; padding: 40px 0; }
}
@media screen and (max-width: 479px) { 
	#contact.index #sec_1 .faxbox .inblist{ margin-left: 0 }
	#contact.index #sec_1 .faxbox .inblist>li{ display: block; margin-left: 0 }
	#contact.index #sec_1 .faxbox .inblist>li .linkbtn1{ width: 100%; box-sizing: border-box; }
}

/* sec_3 */
#contact.index #sec_3{margin-bottom: 65px;text-align: center;}
#contact.index #sec_3 .incnt { padding-bottom: 65px; border-bottom: 1px solid #142d58; }
#contact.index #sec_3 .pdflist1{margin-top: 15px;text-align: center;display: flex;justify-content: space-between;}
#contact.index #sec_3 .pdflist1>li{ width: 32%; background: #00aa71; }
#contact.index #sec_3 .pdflist1>li>a{ font-size: 1.25em; color: #fff; background: #00aa71; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center; text-decoration: none; width: 100%; border: 1px solid #00aa71; padding-top: 10px;padding-bottom: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#contact.index #sec_3 .pdflist1>li>a:hover{ opacity: 1; background: #fff; color: #00aa71; }
@media screen and (max-width: 1040px) {
	#contact.index #sec_3 { text-align:left;}
	#contact.index #sec_3 .incnt { padding-bottom: 60px; }
	#contact.index #sec_3 .pdflist1{display: block;margin-left: 0; }
	#contact.index #sec_3 .pdflist1>li{min-height: auto;width: 70%;display: block;margin-left: 0;margin: 0 auto 5px;}
	#contact.index #sec_3 .pdflist1>li:last-child{ margin-bottom: 0; }
	#contact.index #sec_3 .pdflist1>li>a{ font-size: 1.14em; }
	#contact.index #sec_3 .flowlist1{ margin-top: 30px; }
}


/* sec_2 */
#contact .formbox1{  }
#contact .formbox1>ul{  }
#contact .formbox1>ul>li{padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #142d58;}
#contact .formbox1>ul>li:last-child{ padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
#contact .formbox1>ul>li>dl{ margin-bottom: 10px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; }
#contact .formbox1>ul>li>dl:last-child{ margin-bottom: 0; }
#contact .formbox1>ul>li>dl>dt{ width: 200px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 20px; }
#contact.index .formbox1>ul>li>dl>dt{ padding-top: 10px; }
#contact .formbox1>ul>li>dl>dd{ width: calc(100% - 200px) }
#contact .formbox1>ul>li>dl>dd input{ max-width: 759px; width: 100%; }
#contact .formbox1>ul>li>dl>dd select._1{ max-width: 384px; width: 100%; }
#contact.index .formbox1>ul>li.telbox dd{ margin-left: -10px; }
#contact .formbox1>ul>li.telbox input{ max-width: 451px; width: 100%; margin-left: 10px; }
#contact .formbox1>ul>li.telbox input+.telcap{ display: inline-block; margin-left: 10px; }
#contact .formbox1>ul>li.addressbox{  }
#contact .formbox1>ul>li.addressbox ul._1{ margin-left: -20px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; -ms-align-items: center; align-items: center; margin-bottom: 15px; }
#contact .formbox1>ul>li.addressbox ul._1>li{ margin-left: 20px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; width: 270px; }
#contact .formbox1>ul>li.addressbox ul._1>li input{ max-width: 102px; width: 100%; margin-left: 8px; margin-right: 8px; }
#contact .formbox1>ul>li.addressbox ul._1>li select{ max-width: 178px; width: 100%; margin-left: 20px; }
#contact .formbox1>ul>li.addressbox .txt1{ margin-bottom: 5px; }
#contact .formbox1>ul>li.addressbox .address{ max-width: 100%; }
#contact .policy{ border: 1px solid #191919; padding: 40px 6% 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-top: 85px; }
#contact .policy>.inwrap{ overflow-y: auto; max-height: 240px; }
#contact .privacycheck{ text-align: center; margin-top: 30px; }
#contact .privacycheck>label{}
#contact .privacycheck>label input{  }
#contact .privacycheck+.txt2{ text-align: center; }
#contact .btnarea{ margin-top: 70px; }
#contact .btnarea>ul{ text-align: center; margin-left: -15px; }
#contact .btnarea>ul>li{ display: inline-block; vertical-align: middle; margin-left: 15px; }
#contact .btnarea .submit{ width: 240px; }
@media screen and (max-width: 1040px) { 
	#contact .formbox1>ul>li{ padding-bottom: 15px; margin-bottom: 15px; }
	#contact.index .formbox1>ul>li{ padding-bottom: 25px; }
	#contact .formbox1>ul>li>dl{ display: block; }
	#contact .formbox1>ul>li>dl>dt{ width: 100%;  padding-right: 0; padding-top: 0; margin-bottom: 5px; }
	#contact.index .formbox1>ul>li>dl>dt{ padding-top: 0; }
	#contact .formbox1>ul>li>dl>dd{ width: 100%;  }
	#contact .policy{ padding: 30px 6% 40px; margin-top: 50px; }
	#contact .privacycheck{ margin-top: 20px; }
	#contact .btnarea{ margin-top: 50px; }
}
@media screen and (max-width: 767px) {
	#contact .formbox1>ul>li.addressbox ul._1{ margin-left: 0; display: block; margin-bottom: 10px; }
	#contact .formbox1>ul>li.addressbox ul._1>li{ margin-left: 0; display: block; width: 100%; margin-bottom: 10px; }
	#contact .formbox1>ul>li.addressbox ul._1>li input{ max-width: 102px; width: 100%; margin-left: 8px; margin-right: 8px; }
	#contact .formbox1>ul>li.addressbox ul._1>li select{ max-width: 178px; width: 100%; margin-left: 20px; }
	#contact .formbox1>ul>li.addressbox .txt1{ margin-bottom: 5px; }
	#contact .formbox1>ul>li.addressbox .address{ max-width: 100%; }
	#contact .btnarea{ margin-top: 30px; }
	#contact .btnarea>ul{ margin-left: 0; margin-bottom: -10px; }
	#contact .btnarea>ul>li{ display: block; vertical-align: middle; margin-left: 0; margin-bottom: 10px; }
	#contact .btnarea .submit{ width: 100%; }
	#contact .policy{ padding: 20px 6% 30px; margin-top: 30px; }
	#contact .privacycheck,
	#contact .privacycheck+.txt2{ text-align: left; }
	#contact .privacycheck dd label{ padding-left: 1.7em!important; text-indent: -1.7em; }
	#contact .privacycheck+.txt2{ padding-left: 1em!important; text-indent: -1em; }
}






/*//////////////////


#company.index


//////////////////*/

/* sec_1 */
#company.index #sec_1 .incnt{ max-width: 1190px; }
#company.index #sec_1 .box1{  }
#company.index #sec_1 .box1 .imgbox{ float: left; width: 40%; }
#company.index #sec_1 .box1 .txtbox{ float: right; width: 54%; }
#company.index #sec_1 .box1 .txtbox .copytxt{ text-align: left; }
#company.index #sec_1 .box1 .txtbox .name{ text-align: right; margin-top: 40px; }
#company.index .recruitbnr{ height: 387px; }
#company.index .recruitbnr .imgbox:before{ border-width: 387px 228px 0 0; }
@media screen and (max-width: 1040px) { 
	#company.index #sec_1 .box1 .imgbox{ float: none; width: 100%; margin-top: 30px; }
	#company.index #sec_1 .box1 .txtbox{ float: none; width: 100%; }
	#company.index #sec_1 .box1 .txtbox .name{ margin-top: 20px; }
	#company.index #sec_1 .box1 .imgbox img{ object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 550px; }
}
@media screen and (max-width: 767px) {
	#company.index #sec_1 .box1 .imgbox img{ height: 300px; }
}


#company.index .recruitbnr{ height: 387px; }
#company.index .recruitbnr .imgbox:before{ border-width: 387px 228px 0 0; }
@media screen and (max-width: 1300px) { 
	#company.index .recruitbnr{ height: 387px; }
	#company.index .recruitbnr .imgbox:before{ border-width: 387px 130px 0 0; }
}
@media screen and (max-width: 1040px) { 
	/*#company.index .recruitbnr{ height: 366px; }*/
	/*#company.index .recruitbnr .imgbox:before{ border-width: 366px 130px 0 0; }*/
}

/* sec_2 */
#sec_2 a.anchor { display: block; padding-top: 100px; margin-top: -100px; margin-bottom: 0; }
#company.index #sec_2 .inbox1 { display: flex; justify-content: space-between; align-items: center; }
#company.index #sec_2 .inbox1 .txtbox { width: 70%; height: auto; margin-right: 50px; margin-left: 50px; }
#company.index #sec_2 .inbox1 .imgbox { display: flex; flex-direction: column; text-align: center; width: 30%; height: auto; }
#company.index #sec_2 .inbox1 .imgbox img { width: 200px; height: auto; }
#company.index #sec_2 .sdgslist { margin-top: 30px; }
#company.index #sec_2 .sdgslist>li { background: #f2f2f2; padding: 43px 6%; display: flex; flex-direction: row; margin-bottom: 20px; min-height: 280px; box-sizing: border-box; align-items: center; }
#company.index #sec_2 .sdgslist>li .iconbox { flex-shrink: 0; margin-right: 4%; width: 353px; display: flex; align-items: center; } 
#company.index #sec_2 .sdgslist>li .iconbox .iconlist { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: -7px; margin-left: -8px; }
#company.index #sec_2 .sdgslist>li .iconbox .iconlist>li { margin-bottom: 7px; margin-left: 8px; }
#company.index #sec_2 .sdgslist>li .iconbox .iconlist>li>img { width: 110px; height: 110px; }
#company.index #sec_2 .sdgslist>li .txtbox .list>li { padding-left: 1em!important; text-indent: -1em;  }
#company.index #sec_2 .incnt.min { display: flex; justify-content: center; align-items: center; margin-top: 40px;}
@media screen and (max-width: 1040px) { 
	#company.index #sec_2 .inbox1 .txtbox { width: 70%; height: auto; margin-right: 50px; margin-left: 0; }
	#company.index #sec_2 .sdgslist { margin-top: 20px; }
	#company.index #sec_2 .sdgslist>li { padding: 30px 4% 25px; flex-direction: column-reverse; min-height: auto; }
	#company.index #sec_2 .sdgslist>li .iconbox { margin-right: 0; width: 100%; justify-content: center; } 
	#company.index #sec_2 .sdgslist>li .iconbox .iconlist { justify-content: center; }
	#company.index #sec_2 .sdgslist>li .txtbox { margin-bottom: 20px; }
}
@media screen and (max-width: 767px) { 
	#company.index #sec_2 .inbox1 { display: flex; flex-direction: column; justify-content: center; }
	#company.index #sec_2 .sdgslist>li:last-child { margin-bottom: 0; }
	#company.index #sec_2 .inbox1 .txtbox { margin-right: 0; margin-bottom: 20px; width: 100%; }
	#company.index #sec_2 .inbox1 .imgbox { width: 100%; height: auto; }
	#company.index #sec_2 .inbox1 .imgbox img { width: 100%; height: auto; }
	#company.index #sec_2 .inbox1 .imgbox p { font-size: 0.8rem; }
	#company.index #sec_2 .incnt.min { margin-top: 0;}
}


/*//////////////////


#company.taiyou


//////////////////*/

/* sec_1 */
#company.taiyou #sec_1{  }
#company.taiyou #sec_1 .link{ text-align: center; margin-top: 50px; }
#company.taiyou #sec_1 .link a{ font-size: 0.88em; max-width: 220px; padding-left: 20px; padding-right: 20px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media screen and (max-width: 767px) {
	#company.taiyou #sec_1 .link{ margin-top: 30px; }
}

/* sec_2 */
#company.taiyou #sec_2{  }
#company.taiyou #sec_2 .list{  }
#company.taiyou #sec_2 .list>li{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; }
#company.taiyou #sec_2 .list>li:nth-child(even){ -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; -o-flex-direction: row-reverse; flex-direction: row-reverse; }
#company.taiyou #sec_2 .list>li .txtbox{ background: #f2f4ee; padding: 30px 80px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 50%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; justify-content: center; }
#company.taiyou #sec_2 .list>li .txtbox .title{ font-size: 2em; line-height: 1.6; margin-bottom: 10px; }
#company.taiyou #sec_2 .list>li .txtbox .txt{  }
#company.taiyou #sec_2 .list>li .imgbox{ width: 50%; }
#company.taiyou #sec_2 .list>li .imgbox img{ object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; }
@media screen and (max-width: 1040px) { 
	#company.taiyou #sec_2 .list>li .txtbox{ padding-left: 6%; padding-right: 6%; }
	#company.taiyou #sec_2 .list>li .txtbox .title{ font-size: 1.47em; }
}
@media screen and (max-width: 767px) {
	#company.taiyou #sec_2 .list>li,
	#company.taiyou #sec_2 .list>li:nth-child(even){ display: block; }
	#company.taiyou #sec_2 .list>li .txtbox{ display: block; width: 100%; }
	#company.taiyou #sec_2 .list>li .imgbox{ width: 100%; }
	#company.taiyou #sec_2 .list>li .imgbox img{ height: auto; }
}

/* recruitbnr */
#company.taiyou .recruitbnr { height:450px; }
#company.taiyou .recruitbnr .imgbox:before{content:"";width: 0;height: 0;border-style: solid;border-width: 450px 228px 0 0;border-color: #00aa71 transparent transparent transparent;position: absolute;top: 0;left: 0;z-index: 1;}
@media screen and (max-width: 1300px) { 
	#company.taiyou .recruitbnr .imgbox:before{border-width: 451px 130px 0 0;}
}
@media screen and (max-width: 767px) {
	#company.taiyou .recruitbnr .imgbox:before{ content: none }
}


/*//////////////////


#recruit


//////////////////*/

#recruit #main{ padding-top: 68px; }
#recruit .section.topbox{ background: #f2f4ee; padding: 68px 0; text-align: center; }
@media screen and (max-width: 1040px) { 
	#recruit .section.topbox{ text-align: left; padding: 40px 0; }
}

/* sec_2 */
#recruit #sec_2{  }
#recruit #sec_2 .txt1{ text-align: center; }
#recruit #sec_2 .blocklist{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; margin-top: 65px; margin-left: -60px; }
#recruit #sec_2 .blocklist>li{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; margin-left: 60px; width: calc(50% - 60px); }
#recruit #sec_2 .blocklist>li>ul{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; width: 100%; }
#recruit #sec_2 .blocklist>li>ul>li{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; justify-content: space-between; padding-bottom: 50px; margin-bottom: 60px; text-align: left; border-bottom: 1px solid #191919; -ms-align-items: center; align-items: center; width: 100%; min-height: 0%; }
#recruit #sec_2 .blocklist>li>ul>li:last-child{ border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
#recruit #sec_2 .blocklist>li>ul>li .title{ font-size: 1.5em; font-weight: bold; }
#recruit #sec_2 .blocklist>li>ul>li .txtbox{ width: calc(100% - 150px); display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; -o-flex-direction: column-reverse; flex-direction: column-reverse; }
#recruit #sec_2 .blocklist>li>ul>li .txtbox .txt{ -ms-word-break: break-all; word-break: break-all; }
#recruit #sec_2 .blocklist>li>ul>li .txtbox .img{ margin-bottom: 10px; min-height: 0%; }
#recruit #sec_2 .blocklist>li>ul>li .txtbox .img img{ width: 100%; }
#recruit #sec_2 .gallerylist1{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; margin-top: 70px; }
#recruit #sec_2 .gallerylist1>li{ width: 33.33%; }
#recruit #sec_2 .gallerylist1>li img{  }
@media screen and (max-width: 1040px) { 
	#recruit #sec_2 .gallerylist1{ margin-top: 40px; }
	#recruit #sec_2 .txt1{ text-align: left; }
	#recruit #sec_2 .blocklist>li>ul>li .title{ font-size: 1.25em; }
	#recruit #sec_2 .blocklist{ margin-top: 50px; margin-left: -40px; }
	#recruit #sec_2 .blocklist>li{ margin-left: 40px; }
	#recruit #sec_2 .blocklist>li>ul>li{ padding-bottom: 30px; margin-bottom: 40px; }
	#recruit #sec_2 .blocklist>li>ul>li .txtbox{ width: calc(100% - 120px) }
}
@media screen and (max-width: 767px) { 
	#recruit #sec_2 .blocklist{ display: block; margin-left: 0; }
	#recruit #sec_2 .blocklist>li{ display: block; margin-left: 0; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #191919; width: 100%; }
	#recruit #sec_2 .blocklist>li:last-child{ padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
	#recruit #sec_2 .blocklist>li>ul{ display: block; }
	#recruit #sec_2 .blocklist>li>ul>li{ display: block; padding-bottom: 20px; margin-bottom: 20px; }
	#recruit #sec_2 .blocklist>li>ul>li .txtbox{ width: 100%; display: block; }
	#recruit #sec_2 .blocklist>li>ul>li .txtbox .img{ margin-bottom: 0; margin-top: 10px; }
	#recruit #sec_2 .gallerylist1{ display: block; }
	#recruit #sec_2 .gallerylist1>li{ width: 100%; }
	#recruit #sec_2 .gallerylist1>li img{ object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 226px; }
}


/* sec_3 */
#recruit #sec_3{  }
#recruit #sec_3 .recruitlist{  }
#recruit #sec_3 .recruitlist>li{  }
#recruit #sec_3 .recruitlist>li .title{ font-size: 1.75em; font-weight: bold; text-align: center; margin-bottom: 30px; }
#recruit #sec_3 .recruitlist>li .companylist>li>dl>dd{ width: calc(100% - 180px) }
@media screen and (max-width: 1040px) { 
	#recruit #sec_3 .recruitlist>li .title{ font-size: 1.5em; margin-bottom: 20px; }
	#recruit #sec_3 .recruitlist>li .companylist>li>dl>dd{ width: 100%; }
}