@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/*テスト デザイン背景配置*/
/*body {
  padding-top: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1500px auto;
  height: 7000px
}*/
/* 共通設定
-----------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-feature-settings: "palt";
/*  font-family: "Noto Serif JP", serif;*/
  font-family: 'Noto Sans JP', sans-serif;
}
html {
  scroll-behavior: smooth;
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
}
main {
  width: 100%;
  height: auto
}
section {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
/*親からはみ出す*/
.wrapperover {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}
a {
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}
h2, h3, h4, h5, h6 {
  margin: 0;
}
/* ページレイアウト
-----------------------------------------------------------------------*/
/*グリッド*/
.grid_1 {
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  margin: 0 0 20px 0
}
.grid_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  gap: 50px;
  margin: 0 0 30px 0
}
.grid_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: left;
  gap: 50px;
  margin: 0 0 30px 0
}
.grid_1 span, .grid_2 span, .grid_3 span {
  display: inline-block;
  font-size: 14px;
  margin: 5px 0 0 0;
  line-height: 1.5em;
font-weight: 500
}
@media (max-width: 1100px) {
.grid_3 {
  gap: 30px;
}	
.grid_1 span, .grid_2 span, .grid_3 span {
  font-size: 10px;
}
}
@media (max-width: 500px) {
.grid_3 {
  gap: 10px;
  margin: 0 0 20px 0
}	
.grid_1 span, .grid_2 span, .grid_3 span {
  font-size: 10px;
}
}


/* 共通パーツ
-----------------------------------------------------------------------*/
/*サブメニュー*/
.men_sub {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0px;
}
.men_sub ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.men_sub li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 48px;
  color: #FFFFFF;
  font-size: 25px;
  letter-spacing: 0.5em;
  margin-left: 0px;
padding-left:   0.5em
}
.men_sub li:nth-child(1) a {
  background-color: #ff8200;
}
.men_sub li:nth-child(2) a {
  background-color: #006837;
}
@media (max-width: 1100px) {
  .men_sub {
    position: fixed;
    top: 10px;
    right: 70px;
    margin: 0px;
    z-index: 0;
  }
  .men_sub li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width:650px) {
  .men_sub {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    margin: 0px;
    z-index: -20;
  }
  .men_sub ul {
    width: 100%
  }
  .men_sub li {
    width: 50%
  }
  .men_sub li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 12px;
  }
}
/*訴求ボタン*/
.reuse_btn {
  margin: 0 0 50px 0
}
.reuse_btn ul {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.reuse_btn li a {
  color: #FFFFFF;
  letter-spacing: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  background-color: #ff8200;
  font-size: 23px;
  padding: 0.5em 0.8em
}
.reuse_btn li:nth-child(2) a {
  background-color: #006837
}
@media (max-width: 700px) {
  .reuse_btn ul {
    flex-flow: column;
	  gap: 20px;
  }
  .reuse_btn li a {
    margin: auto
  }
}
@media (max-width: 500px) {
  .reuse_btn ul {
    gap: 10px
  }
  .reuse_btn li a {
    max-width: 250px;
    font-size: 18px;
  }
}
/*各メーカー*/
.reuse_maker_block {
  max-width: 1200px;
  margin: 0 auto;
}
.reuse_maker_block h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 22px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #666666;
  margin: 0 0 30px 0;
  padding: 0.7em 20px
}
.reuse_maker_block h4 {
  font-size: 20px;
  margin: 0 0 36px 0
}
.reuse_maker_block h4 span {
  font-size: 0.6em
}
.reuse_maker_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 40px;
  margin: 0 0 70px 0;
}
.reuse_maker_box div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 125px;
  text-align: center
}
.reuse_maker_box div h5 span {
  font-size: 12px;
  line-height: 1em;
  display: block;
  padding: 10px;
white-space: nowrap;
  }
.reuse_maker_box div h5 {
  font-size: 35px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1em;
  font-weight: 600;
white-space: nowrap;
letter-spacing: -0.01em
  }
.reuse_maker_box div h5 img {
  height: 0.9em;
  margin: 0 0.2em 0 0
}
@media (max-width: 1200px) {
  .reuse_maker_box {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    margin: 0 auto 120px auto;
    gap: 80px 40px;
  }
  .reuse_maker_box div {
    max-width: 400px;
    width: 100%;
    height: 125px;
  }
  .reuse_maker_block h3 {
    font-size: 18px;
  }
  .reuse_maker_block h4 {
    font-size: 18px;
    text-align: center;
  }
  .reuse_maker_box div h5 {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .reuse_maker_box {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin: 0 auto 120px auto;
    gap: 70px 0px;
  }
  .reuse_maker_box div {
    max-width: 400px;
    width: 100%;
    height: 80px;
  }
  .reuse_maker_block h3 {
    height: auto;
    font-size: 14px;
    margin: 0 0 36px 0;
  }
  .reuse_maker_block h4 {
    font-size: 14px;
    text-align: center;
  }
  .reuse_maker_box div h5 {
    font-size: 18px;
  }
  .reuse_maker_box div h5 span {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
	
  .reuse_maker_box div {
    max-width: 250px;
    width: 100%;
    height: 80px;
    margin: 0 auto 30px auto;
  }
  .reuse_maker_box {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin: 0 auto 70px auto;
    gap: 10px 0px;
  }
  .reuse_maker_box div h5 {
    font-size: 16px;
  }
  .reuse_maker_box div h5 span {
    font-size: 8px;
}
}
/*各ページタイトル*/
.reuse_pagetitle {
  margin: 128px 0 0 0
}
.reuse_pagetitle h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 130px;
  background-color: #006837;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1.5em
}
.reuse_pagetitle h3 span {
  font-size: 0.5em;
  line-height: 1em;
font-weight: 500
}
@media (max-width: 1100px) {
.reuse_pagetitle {
  margin: 60px 0 0 0
}
.reuse_pagetitle h3 {
  height: 100px;
  font-size: 20px;
}
}
@media (max-width: 500px) {
.reuse_pagetitle {
  margin: 60px 0 0 0
}
.reuse_pagetitle h3 {
  height: 70px;
  font-size: 18px;
}
}	
/*注意書き*/
.reuse_attention {
  margin: 0 0 110px 0
}
.reuse_attention p {
  font-size: 11px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
  text-align: left;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media (max-width: 500px) {
.reuse_attention {
  margin: 0 0 50px 0
}
.reuse_attention p {
  font-size: 9px;
}
}