@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) closedlooprecycleforum2025 All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  closedlooprecycleforum2025

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

picture {
  display: block;
}
picture img {
  display: block;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Montserrat", sans-serif;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.5 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  text-align: left;
}

a {
  text-decoration: none;
  color: inherit;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.add_ttl {
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.7;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

.post_content > * {
  line-height: 2;
  margin: 1.5rem 0;
}
.post_content > *:first-child {
  margin-top: 0;
}
.post_content > *:last-child {
  margin-bottom: 0;
}
.post_content a {
  text-decoration: underline !important;
}
@media (hover: hover) {
  .post_content a:hover {
    opacity: 0.7;
  }
}
.post_content img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

h2.top_ti {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.125rem;
}
h2.top_ti .en {
  color: #439641;
  font-size: 3.125rem;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 960px) {
  h2.top_ti {
    font-size: 1.75rem;
  }
  h2.top_ti:after {
    font-size: 0.8125rem;
  }
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(3.3vw, 50px);
  --headerHeight: 94px;
  --sectionWrap: 10em;
  --minWidth: 1px;
  overflow-x: hidden;
}

@media screen and (max-width: 960px) {
  :root {
    --sideW: 2.66vw;
    --headerHeight: 82px;
    --sectionWrap: 3.75em;
    --minWidth: 1px;
  }
}
label {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  counter-reset: number-flow 0 number-promise 0;
}

#container_wrap {
  position: relative;
  min-width: var(--minWidth);
  padding-top: var(--headerHeight);
}

.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

.inner {
  max-width: 715px;
  margin: 0 auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

header {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
  padding: 25px 5% 25px;
  border-bottom: 7px solid #439641;
}
header .logo {
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  header .logo {
    height: 25px;
    width: auto;
  }
}

/*#gnavi {
	text-align: center;
	@include mq(md){
		display: none;
	}
	li{
		display: inline-block;
		padding: 0 25px;
		line-height: 1.0;
		border-left: 1px solid #000;
		&:last-child{
			border-right: 1px solid #000;
		}
		a{
			&:hover{
				color: #339933;
				text-decoration: underline;
			}
		}
	}
}
.button-area {
	display: inline;
	position: fixed;
	right: 5%;
	top: 20px;
	z-index: 160;
	width: 30px;
	height: 30px;
	.panel-btn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		 .panel-btn-icon {
			display: block;
			position: absolute;
			top: 50%;
			left: 0;
			width: 30px;
			height: 2px;
			background: $green;
			transition: .2s;
			&:before,&:after{
				display: block;
				content: "";
				position: absolute;
				top: 50%;
				left: 0;
				width: 30px;
				height: 2px;
				background: $green;
				transition: .3s;
			}
			&:before{
				margin-top: -10px;
			}
			&:after{
				margin-top: 10px;
			}
		}
		.close{
			background: transparent;
			&:before,&:after{
				margin-top: 0;
				background: $white;
			}
			&:before{
				-webkit-transform: rotate(-45deg);
    			transform: rotate(-45deg);
			}
			&:after{
				-webkit-transform: rotate(-135deg);
   				 transform: rotate(-135deg);
			}
		}
	}
}
#nav_wrap{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	background: $green;
	text-align: center;
	&.active{
		z-index: 150;
		opacity: 1;
		visibility: visible;
	}
	ul{
		li{
			margin-bottom: 20px;
			a{
				&:link,&:visited{
					color: $white;
				}
			}
		}
	}
}*/
footer {
  padding: 35px 5% 25px;
  background: #439641;
  text-align: center;
  color: #fff;
}
footer ul {
  text-align: center;
  margin-bottom: 25px;
}
footer ul li {
  display: inline-block;
  padding: 0 25px;
  line-height: 1;
  border-left: 1px solid #FFF;
}
footer ul li:last-child {
  border-right: 1px solid #FFF;
}
footer ul li a:link, footer ul li a:visited {
  color: #fff;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .copy {
  font-size: 0.75rem;
}
#main_img {
  width: 100%;
  height: 420px;
  background: url(../images/main_img.jpg) no-repeat center/cover;
  margin-bottom: 100px;
}
section {
  margin-bottom: 120px;
  padding: 0 5%;
}

ul.list_info {
  border-top: #439641 1px solid;
}
ul.list_info li {
  padding: 25px 0;
  border-bottom: 1px solid #439641;
}
ul.list_info li a:hover {
  text-decoration: underline;
  color: #439641;
}
ul.list_info li dl {
  overflow: hidden;
}
ul.list_info li dl dt {
  color: #439641;
  clear: left;
  float: left;
}
@media screen and (max-width: 960px) {
  ul.list_info li dl dt {
    clear: both;
    float: inherit;
    margin-bottom: 10px;
  }
}
ul.list_info li dl dd {
  margin-left: 28%;
}
@media screen and (max-width: 960px) {
  ul.list_info li dl dd {
    margin-left: 0;
  }
}

#message, #about {
  padding-top: 143px;
  margin-top: -143px;
}
@media screen and (max-width: 960px) {
  #message, #about {
    padding-top: 85px;
    margin-top: -85px;
  }
}

#message h2 {
  margin-bottom: 70px;
}
#message ul.list_img {
  overflow: hidden;
}
#message ul.list_img li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
#message ul.list_img li:nth-child(2n) {
  margin-right: 0;
}

.table_company {
  width: 100%;
  border-top: 1px solid #439641;
}
.table_company th {
  font-weight: 500;
  padding: 25px 0;
  vertical-align: top;
  border-bottom: 1px solid #439641;
  width: 28%;
  color: #439641;
}
@media screen and (max-width: 960px) {
  .table_company th {
    padding-bottom: 10px;
    border-bottom: none;
    width: 100%;
    display: block;
  }
}
.table_company td {
  vertical-align: top;
  padding: 25px 0;
  border-bottom: 1px solid #439641;
}
@media screen and (max-width: 960px) {
  .table_company td {
    padding-top: 0;
    width: 100%;
    display: block;
  }
}

#map iframe {
  width: 100%;
}

#breadcrumbList {
  padding: 20px 3% 35px;
}
#breadcrumbList a:hover {
  text-decoration: underline;
  color: #439641;
}

.single_wrap h3.single_ti {
  font-size: 2rem;
  padding-bottom: 25px;
  border-bottom: 1px solid #439641;
  line-height: 1.5;
  margin-bottom: 20px;
}
.single_wrap p {
  margin-bottom: 30px;
}
.single_wrap .single_date {
  color: #439641;
}
.single_wrap a {
  padding-right: 15px;
  position: relative;
}
.single_wrap a:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #439641;
  content: "";
  top: 50%;
  margin-top: -6px;
  right: 0;
}

.wp-pagenavi {
  padding: 10px 0 10px;
  display: block;
  clear: both;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
  display: inline-block;
  padding: 4px 10px !important;
  border: solid 1px #cccccc;
  font-size: 115%;
  text-decoration: none;
  border-radius: 5px;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
  display: inline-block;
  padding: 4px 10px !important;
  border: solid 1px #439641 !important;
  border-color: #439641 !important;
  border-radius: 5px;
  font-size: 1.125rem;
}

.page h2.top_ti {
  margin-bottom: 70px;
}
.page .policy_box {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #439641;
}
.page .policy_box h3.privacy_ti {
  font-size: 148%;
  margin-bottom: 30px;
  color: #439641;
}
.page .policy_box p {
  margin-bottom: 1em;
}
.page .policy_box a:link, .page .policy_box a:visited {
  color: #439641;
}
.page .policy_box a:hover {
  text-decoration: underline;
}
.page .privacy_bg_box {
  padding: 20px;
  background: #e2f3e7;
  border-radius: 15px;
}
.page .privacy_bg_box p {
  margin-bottom: 0;
}

.error404 .content_404 {
  padding: 3.125rem 5.9%;
}
@media screen and (max-width: 960px) {
  .error404 .content_404 {
    padding: 2.25rem 5%;
  }
}
.error404 .content_404__text {
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 2;
}
.error404 .content_404 .btn_cmn_01 {
  margin: 1.5rem auto 0;
}/*# sourceMappingURL=layout.css.map */