@charset "utf-8";

/* pgmainimg
-----------------------------------------*/

.pgmainimg {
  position: relative;
  width: 100%;
  padding-top: 80px;
}
.pgmainimg .page_heading {
  position: absolute;
  left: 0;
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pgmainimg h1 {
  font-size: 2.4em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 5px 5px 6px #111;
}
.pgcontact .pgmainimg h1 {
  text-shadow: 4px 4px 5px #000;
}
.pgmainimg h2 {
  width: 100%;
  font-size: 1em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-shadow: 5px 5px 6px #111;
}
.pgmainimg h2 span {
  font-size: 2.4em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 5px 5px 6px #111;
}
.main_visual_image {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.main_visual_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* prouducts
---------------------------------------------------- */
.products{
  padding-bottom: 0!important;
}
.pgproducts #pgcont01 {
  padding: 0 0 80px;
}
.pgproducts .pgct01sub {
  padding: 0 0 30px;
  font-size: 36px;
  color: #111;
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}
.pgproducts .pgct01img {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 30px;
}
.pgproducts .pgct01img img {
  width: 100%;
  height: auto;
}
.pgproducts .textbox {
  width: 80%;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.8em;
  text-align: center;
}
.pgproducts #pgcont02 {
  position: relative;
  padding: 0 0 80px;
}
.pgproducts #pgcont02 .bgbox {
  position: absolute;
  width: 100%;
  height: 400px;
  background: #111 url(../images/products/ct02_bg.jpg) repeat center center;
  background-size: auto;
  background-size: cover;
  z-index: 0;
}
.pgproducts #pgcont02 .pgct02sub {
  position: relative;
  padding: 30px 0 20px;
  font-size: 36px;
  color: #111;
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  z-index: 9;
}
.pgproducts .pgct02box {
  display: flex;
}
.itemframe {
  position: relative;
  width: 30%;
  margin-left: 5%;
}
.itemframe:first-child {
  margin-left: 0;
}
.itembox {
  padding: 0 0 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  text-align: center;
}
.itemframe:nth-of-type(2n) {
  padding-top: 30px;
}
.itemframe:nth-of-type(3n) {
  padding-top: 60px;
}

.itembox a {
  display: none;
}
.itembox a.abox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.itembox img {
  margin: -25px auto 6px;
  width: 50%;
  height: auto;
}
.itembox .pknum {
  padding: 0 0 20px;
  font-size: 0.8em;
  color: #111;
  line-height: 1.2;
}
.itembox h1 {
  padding: 12px 0 6px;
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.itembox h6 {
  padding: 0 0 50px;
  font-size: 0.8em;
  line-height: 1.4em;
}
.itembox .btnbox {
  width: 50%;
  margin: 0 auto;
}
.itembox .btnbox .morebtn {
  position: relative !important;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  font-size: 1em;
  color: #111 !important;
  line-height: 26px;
  border: 1px solid #111;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
  z-index: 1;
  background: none !important;
}
.itembox .btnbox .morebtn:before {
  content: "";
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #22ac38;
  transition: 0.2s;
}
.itembox .btnbox .morebtn:hover {
  color: #fff;
}
.itembox .btnbox .morebtn:hover:before {
  z-index: -1;
  left: 0;
  background-color: #22ac38;
}

.pgproducts #pgcont03 {
  width: 100%;
  margin: 0 auto 80px;
}
.pgproducts #pgcont03 .pgct03box {
  background: linear-gradient(-45deg, #5eb1af, #d5e7e7);
  padding: 1px;
  border-radius: 8px;
  box-sizing: border-box;
}
.pgproducts #pgcont03 .pgct03box .inbox {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-sizing: border-box;
}
.pgproducts .pgct03subimg {
  width: 10%;
  margin: -50px auto 12px;
  text-align: center;
}
.pgproducts .pgct03subimg img {
  width: 100%;
  height: auto;
}
.pgproducts .pgct03sub {
  position: relative;
  padding: 0 0 50px;
  font-size: 26px;
  color: #111;
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  z-index: 9;
}
.pgproducts .pgct03item {
  width: 100%;
  padding: 0 0 50px;
}
.pgproducts .pgct03item .grid01 {
  width: 40%;
  font-size: 0.6em;
  color: #111;
}
.pgproducts .pgct03item .grid01 img {
  width: 100%;
  height: auto;
}
.pgproducts .pgct03item .grid02 {
  width: 56%;
  margin-left: 4%;
  text-align: left;
}
.pgproducts .pgct03item .grid02 .textbox {
  width: 100%;
  margin: 0;
  font-size: 0.9em;
  color: #111;
  line-height: 1.5em;
  text-align: left;
}
.pgproducts .pgct03item .grid02 .textbox:first-child {
  padding: 0 0 20px;
}
.pgproducts .pgct03item .grid02 h3 {
  padding: 0 0 20px;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #111;
  text-align: left;
}

.pgproducts #pgcont04 {
  overflow: hidden;
  padding: 30px 0 100px;
}
.pgproducts .pgct04box,
.pgproducts .pgct05box {
  background: linear-gradient(-45deg, #5eb1af, #d5e7e7);
  padding: 1px;
  border-radius: 8px;
  box-sizing: border-box;
}
.pgproducts .pgct04box .inbox,
.pgproducts .pgct05box .inbox {
  position: relative;
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-sizing: border-box;
}
.pgproducts .pgct04subimg,
.pgproducts .pgct05subimg {
  width: 10%;
  margin: -50px auto 12px;
  text-align: center;
}
.pgproducts .pgct04subimg img,
.pgproducts .pgct05subimg img {
  width: 100%;
  height: auto;
}
.pgproducts .pgct04sub,
.pgproducts .pgct05sub {
  position: relative;
  padding: 0 0 50px;
  font-size: 26px;
  color: #111;
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  z-index: 9;
}
.pgproducts .pgct04box .textbox {
  width: 46%;
  margin-left: 50%;
  padding: 30px 0 100px;
  font-size: 0.9em;
  color: #111;
  line-height: 1.8em;
  text-align: left;
}
.pgproducts .pgct04box .cont02img {
  position: absolute;
  left: 50%;
  bottom: -10%;
  margin-left: -600px;
}
.pgproducts .pgct04box .cont02img img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.pgproducts #pgcont05 {
  width: 100%;
  margin: 0 auto 80px;
}
.pgproducts #pgcont05 .pgct05grid {
  padding: 0 0 50px;
}
.pgproducts #pgcont05 .grid01 {
  width: 60%;
  font-size: 0.6em;
  color: #111;
}
.pgproducts #pgcont05 .grid01 img {
  width: 100%;
  height: auto;
}
.pgproducts #pgcont05 .grid02 {
  width: 38%;
  margin-left: 2%;
  text-align: left;
}
.pgproducts #pgcont05 .grid02 .textbox {
  width: 100%;
  margin: 0;
  font-size: 0.9em;
  color: #111;
  line-height: 1.5em;
  text-align: left;
}

.pgproducts #pgcont06 {
  position: relative;
  margin: 0;
  padding: 0 0 30px;
  background: #111 url(../images/products/ct06_bg.jpg) repeat center center;
  background-size: auto;
  background-size: cover;
}
.pgproducts #pgcont06 .box {
  padding: 200px 0 100px;
}
.pgproducts .pgct06sub {
  padding: 0 0 80px;
  font-size: 36px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 5px 5px 6px #666;
}
.pgproducts .pgct06sub br {
  display: none;
}
.pgproducts #pgcont06 .pgct06grid {
  width: 70%;
  margin: 0 auto;
  padding: 0 0 20px;
}
.pgproducts #pgcont06 .grid {
  width: 23.5%;
  margin: 0 0 0 2%;
}
.pgproducts #pgcont06 .grid01 {
  margin: 0;
}
.pgproducts #pgcont06 .grid img {
  width: 100%;
  height: auto;
}
.pgproducts #pgcont06 .textbox {
  width: 100%;
  margin: 0 0 50px;
  font-size: 0.9em;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  text-shadow: 5px 5px 6px #666;
}
.pgproducts #pgcont06 .textbox br {
  display: none;
}
.pgproducts #pgcont06 .btnbox {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.pgproducts #pgcont06 .btnbox a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pgproducts #pgcont06 .btnbox .contactbtn {
  display: block;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
}
.pgproducts #pgcont06 .btnbox ul {
  padding: 30px 0;
  width: 100%;
  font-size: 1em;
  color: #fff !important;
  line-height: 1.4em;
  border: 1px solid #fff;
  text-decoration: none;
  text-align: center;
}

/* pgcompany
---------------------------------------------------- */

.pgcompany #pgcont01 {
  padding: 0 0 80px;
}
.pgcompany #pgcont01 .pagesub {
  padding: 0 0 10px;
}
.pgcompany #pgcont01 .textbox {
  padding: 0 0 60px;
  text-align: center;
}
.pgcompany #pgcont02 {
  padding: 0 0 80px;
}
.corptable {
  width: 100%;
  border-bottom: solid 1px #111;
}
.corptable th,
.corptable td {
  border-top: solid 1px #111;
}
.corptable th,
.corptable td {
  padding: 10px 0;
  font-size: 1em;
  color: #111;
  line-height: 1.8em;
}
.corptable th {
  width: 16%;
}
.corptable td {
  width: 84%;
}
.corptable td li {
  width: 96%;
  padding: 0 0 0 24px;
  font-size: 0.8em;
  text-indent: -2em;
}
.pgcompany #pgcont03 {
  padding: 0 0 80px;
}
.pgcompany .pgct03box {
  background: linear-gradient(-45deg, #5eb1af, #d5e7e7);
  padding: 1px;
  border-radius: 8px;
  box-sizing: border-box;
}
.pgcompany .pgct03box .inbox {
  position: relative;
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-sizing: border-box;
}
.pgcompany .pgct03box .pagesub {
  padding: 0 0 30px;
}
.pgcompany .pgct03grid {
  padding: 0;
}
.pgcompany .pgct03grid .grid01 {
  width: 26%;
}
.pgcompany .pgct03grid .grid01 img {
  width: 100%;
  height: auto;
}
.pgcompany .pgct03grid .grid02 {
  width: 70%;
  margin-left: 4%;
  font-size: 0.8em;
  color: #111;
  line-height: 1.8em;
  text-align: left;
}
.pgcompany #pgcont04 {
  padding: 0 0 80px;
}
.pgcompany #pgcont04 .mapbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.pgcompany #pgcont04 .mapbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.pgcompany #pgcont04 .textbox {
  font-size: 0.8em;
  color: #111;
  line-height: 1.8em;
}

/* pgchallenge
---------------------------------------------------- */

.pgchallenge #pgcont01 {
  width: 100%;
  padding: 0 0 80px;
}
.pgchallenge #pgcont01 .textbox {
  width: 100%;
  margin: 0;
  font-size: 1.1em;
  color: #111;
  line-height: 1.8em;
  text-align: center;
}
.pgchallenge #pgcont02 {
  padding: 0 0 80px;
}
.pgchallenge #pgcont02 .box {
  position: relative;
}
.pgchallenge .pgct02sub {
  position: absolute;
  width: 100%;
  z-index: 9;
  text-align: center;
}
.pgchallenge .pgct02sub.smponly {
  display: none;
}
.pgchallenge .pgct02sub img {
  margin-top: 250px;
  width: 22%;
  height: auto;
}
.pgchallenge .pgct02box {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  margin: 0 3%;
}
.pgchallenge .pgct02box .chactgbox {
  position: relative;
  width: 48%;
  margin: 0 1% 2%;
  background: #eee;
  z-index: 0;
}
.pgchallenge .pgct02box .chactgbox .bg {
  position: relative;
  width: 100%;
}
.pgchallenge .pgct02box .chactgbox .bg img {
  width: 100%;
  height: auto;
  z-index: 0;
}
.chactgitem {
  position: absolute;
  padding: 20px 0;
  top: 50%;
  z-index: 0;
  width: 100%;
  transform: translate(0, -50%);
  z-index: 1;
  text-align: center;
}
.chactgitem img.icon {
  width: 120px;
  height: auto;
  z-index: 0;
}
.chactgitem .chactgmsub {
  width: 70%;
  margin: -20px 15% 0;
  padding: 10px 0;
  font-size: 1.7em;
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  border-bottom: 1px solid #fff;
  text-align: center;
  text-shadow: 5px 5px 6px #666;
}
.chactgitem .textbox {
  width: 70%;
  margin: 0 15%;
  padding: 10px 0 0;
}
.chactgitem .textbox li {
  padding: 0 0 10px 10px;
  font-size: 0.8em;
  color: #fff !important;
  line-height: 1.4em;
  text-align: left;
  text-shadow: 5px 5px 6px #666;
  text-indent: -1em;
}

.pgchallenge #pgcont03 {
  padding: 0 0 80px;
}
.pgchallenge .pgct03box,
.pgchallenge .pgct05box {
  background: linear-gradient(-45deg, #5eb1af, #d5e7e7);
  padding: 1px;
  border-radius: 8px;
  box-sizing: border-box;
}
.pgchallenge .pgct03box .inbox,
.pgchallenge .pgct05box .inbox {
  position: relative;
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-sizing: border-box;
}
.pgchallenge .pgct03sub {
  position: relative;
  padding: 30px 0 50px;
  font-size: 26px;
  color: #111;
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  z-index: 9;
}
.pgchallenge .pgct03sub br {
  display: none;
}
.pgchallenge .pgct03grid {
  padding: 0 0 50px;
}
.pgchallenge .pgct03grid .grid01 {
  float: right;
  width: 48%;
  margin-left: 2%;
  font-size: 0.6em;
  color: #111;
}
.pgchallenge .pgct03grid .grid01 img {
  width: 100%;
  height: auto;
}

.pgchallenge .pgct03grid .grid02 {
  width: 50%;
  text-align: left;
}

.pgchallenge #pgcont04 {
  padding: 0 0 80px;
}
.pgchallenge .pgct04sub {
  position: relative;
  padding: 0 0 50px;
  font-size: 26px;
  color: #111;
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  z-index: 9;
}
.pgchallenge .pgct04box {
  display: flex;
  padding: 0 0 40px;
}
.pgch04item {
  position: relative;
  width: 31%;
  margin-left: 3.5%;
}
.pgch04item:first-child {
  margin-left: 0;
}
.pgch04itembox {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 6px 6px;
  text-align: center;
}
.pgch04itembox img {
  width: 100%;
  height: auto;
}
.pgch04itembox h1 {
  padding: 30px 0 34px;
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.pgchallenge #pgcont04 .textbox {
  width: 80%;
  margin: 0 10%;
  text-align: center;
}

.pgchallenge #pgcont05 {
  padding: 0 0 80px;
}
.pgchallenge .pgct05grid {
  padding: 0 0 50px;
}
.pgchallenge .pgct05grid .grid01 {
  width: 49%;
}
.pgchallenge .pgct05grid .grid01 img {
  width: 100%;
  height: auto;
}
.pgchallenge .pgct05grid .grid01 img:first-child {
  margin-bottom: 50px;
}
.pgchallenge .pgct05grid .grid02 {
  width: 49%;
  margin-left: 2%;
  text-align: left;
  font-size: 0.9em;
  color: #111;
}

/* blog
---------------------------------------------------- */

.pgnews #pgcont01 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 80px;
}
#pgblog {
  display: flex;
  flex-wrap: wrap;
}
#pgblog p img {
  display: none;
}
#pgblog a {
  display: none;
}
#pgblog a.btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#pgblog .mu {
  width: 30%;
  margin: 6% 1% 0;
  position: relative;
  background: #fff;
  box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
#pgblog .mu img {
  width: 100%;
  height: auto;
}
#pgblog .mu h1 {
  display: block;
  min-width: 72px;
  min-height: 72px;
  position: absolute;
  padding: 12px 6px;
  font-size: 1.3em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background: rgba(61, 168, 158, 0.8);
  text-align: center;
}
#pgblog .mu h1 span {
  display: block;
  margin-bottom: 0.3em;
  font-size: 0.6em;
  letter-spacing: 0.1em;
}
#pgblog .mu h3 {
  margin-bottom: 1em;
  padding: 12px 16px 60px;
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: left;
  font-weight: normal;
}

/* pgcontact
---------------------------------------------------- */

.pgcontact #pgcont01 {
  width: 100%;
  padding: 0 0 80px;
}

.pgcontact .formbox {
  background: linear-gradient(-45deg, #5eb1af, #d5e7e7);
  padding: 1px;
  border-radius: 8px;
  box-sizing: border-box;
}
.pgcontact .formbox .inbox {
  position: relative;
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 50px;
  border-radius: 8px;
  box-sizing: border-box;
}
.pgcontact .formbox .textbox {
  width: 80%;
  margin: 0 10%;
  padding: 0 0 50px;
  text-align: center;
}
.pgcontact .formbox dl {
  width: 80%;
  margin: 0 10%;
}
.pgcontact .formbox dt {
  padding: 0 0 5px;
  font-size: 1em;
  color: #333;
  font-weight: 300;
}
.pgcontact .formbox dt span {
  padding: 0 0 0 10px;
  font-size: 0.8em;
  color: #333;
}
.pgcontact .formbox dt .required {
  display: none;
}
.pgcontact .formbox dt .optional {
  display: none;
}
.pgcontact .formbox dd {
  padding: 0 0 40px;
}
.submitbox {
  width: 30%;
  margin: 0 35%;
  padding: 30px 0;
}
.submitbtn {
  display: block;
  width: 100%;
  padding: 14px 0;
  cursor: pointer;
  font-size: 20px;
  color: #111;
  border: 2px solid #111;
  border-radius: 6px;
  background: #fff;
}
.submitbtn:hover {
  color: #fff;
  border: 2px solid #fff;
  background: linear-gradient(to right, #3f9e9e, #d0e2e3);
}

/* pgprivacy
---------------------------------------------------- */

.pgprivacy #pgcont01 {
  width: 100%;
  padding: 80px 0;
}
.pgprivacy #pgcont01 .pagesub {
  padding: 0 0 80px;
  font-size: 40px;
}
.pgprivacy .pplist h2 {
  padding: 0 0 6px;
  font-size: 1.2em;
  color: #333;
  font-weight: 500;
}
.pgprivacy .pplist .textbox {
  padding: 0 0 30px;
}
.pgprivacy .pplist .textbox a {
  color: #111;
}

.pgprivacy .pplist .textbox a:hover {
  color: #009213;
}

/* pgwoodflour
---------------------------------------------------- */

html {
  scroll-behavior: smooth;
}
.sp-br {
  display: none;
}
.pgwoodflour .wrapper {
  padding: 0;
}
.pgwoodflour .link_box {
  background-color: #ededed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 24px;
}
.pgwoodflour .link_box li {
  background-color: #ffffff;
  text-align: center;
}
.pgwoodflour .link_box li .button-link {
  color: #009213;
  border: 2px solid #009213;
  height: 50px;
  line-height: 50px;
  width: 200px;
  display: inline-block;
  margin-left: -2px;
  margin-top: -2px;
}
@media only screen and (max-width: 480px) {
  .pgwoodflour .link_box li .button-link {
    width: 150px;
    font-size: 14px;
  }
}
.pgwoodflour .link_box li .button-link.selected {
  background-color: #009213;
  color: #ffffff;
}

.pgwoodflour #pgcont01 {
  padding: 80px 0 80px;
}
.pgwoodflour #pgcont01 .pagesub {
  padding: 0 0 10px;
}
.pgwoodflour #pgcont01 span {
  width: 50px;
  height: 3px;
  background-color: #22ac38;
  display: block;
  margin: 0 auto 16px;
}
.pgwoodflour #pgcont01 .pagesubEn {
  color: #22ac38;
  text-align: center;
  padding: 0 0 30px;
}
.pgwoodflour #pgcont01 .mainbox {
  display: flex;
}
.pgwoodflour #pgcont01 .text {
  width: 50%;
  margin-right: 5%;
}
.pgwoodflour #pgcont01 .text .sp-image {
  display: none;
}
.pgwoodflour #pgcont01 .image {
  width: 45%;
  margin: auto;
}
.pgwoodflour #pgcont01 .image img {
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 896px) {
  .sp-br {
    display: block !important;
  }
  .pgwoodflour #pgcont01 .mainbox {
    flex-direction: column;
  }
  .pgwoodflour #pgcont01 .text {
    width: 100%;
    margin-right: 0;
  }
  .pgwoodflour #pgcont01 .text .sp-image {
    display: block !important;
    margin: 16px 0;
  }
  .pgwoodflour #pgcont01 .text .sp-image img {
    width: 100%;
  }
  .pgwoodflour #pgcont01 .image {
    display: none;
  }
}
.pgwoodflour #pgcont02 {
  padding: 50px 0;
  background-color: #ededed;
}
.pgwoodflour #pgcont02 .pagesub {
  padding: 0 0 10px;
}
.pgwoodflour #pgcont02 span {
  width: 50px;
  height: 3px;
  background-color: #22ac38;
  display: block;
  margin: 0 auto 16px;
}
.pgwoodflour #pgcont02 .pagesubEn {
  color: #22ac38;
  text-align: center;
  padding: 0 0 30px;
}
.pgwoodflour #pgcont02 .mainbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pgwoodflour #pgcont02 .item {
  width: 28%;
  margin: 0 16px 32px;
  text-align: center;
  background-color: #fff;
  padding: 24px 0;
}
.pgwoodflour #pgcont02 .item__image {
  width: 100%;
  text-align: center;
}
.pgwoodflour #pgcont02 .item__image img {
  width: 30%;
  margin-bottom: 16px;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
}
.pgwoodflour #pgcont02 .item__title {
  color: #22ac38;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
.pgwoodflour #pgcont02 .item__text {
  color: #333;
}
.pgwoodflour #pgcont02 .message {
  text-align: center;
}
@media only screen and (max-width: 896px) {
  .pc-br {
    display: none;
  }
  .pgwoodflour #pgcont02 .item {
    width: 100%;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 16px;
  }
  .pgwoodflour #pgcont02 .item__title {
    margin-bottom: 8px;
  }
  .pgwoodflour #pgcont02 .item__image {
    width: 40px;
    margin-right: 16px;
  }
  .pgwoodflour #pgcont02 .item__image img {
    width: 40px;
    height: auto;
    margin-bottom: 0;
  }
  .pgwoodflour #pgcont02 .item__box {
    width: calc(100% - 56px);
  }
  .pgwoodflour #pgcont02 .message {
    text-align: left;
  }
}
.pgwoodflour #pgcont03 {
  padding: 80px 0 0;
}
.pgwoodflour #pgcont03 .pagesub {
  padding: 0 0 10px;
}
.pgwoodflour #pgcont03 span {
  width: 50px;
  height: 3px;
  background-color: #22ac38;
  display: block;
  margin: 0 auto 16px;
}
.pgwoodflour #pgcont03 .pagesubEn {
  color: #22ac38;
  text-align: center;
  padding: 0 0 30px;
}
.pgwoodflour #pgcont03 .mainbox {
  background-color: #ededed;
  padding-top: 24px;
}
.pgwoodflour #pgcont03 .strengths {
  background-color: #22ac38;
  color: #fff;
  display: inline-block;
  padding: 0 50px;
  margin-bottom: 24px;
}
.pgwoodflour #pgcont03 .title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 50px;
}
.pgwoodflour #pgcont03 .customize {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.pgwoodflour #pgcont03 .item {
  width: 28%;
  margin: 0 0 32px;
  padding: 24px 0;
}
.pgwoodflour #pgcont03 .item__image {
  width: 100%;
}
.pgwoodflour #pgcont03 .item__image img {
  width: 100%;
  margin-bottom: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.pgwoodflour #pgcont03 .item__title {
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
}
.pgwoodflour #pgcont03 .item__text {
  color: #333;
}
.pgwoodflour #pgcont03 .message {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 896px) {
  .pgwoodflour #pgcont03 {
    padding: 50px 0 0;
  }
  .pgwoodflour #pgcont03 .message {
    text-align: left;
  }
  .pgwoodflour #pgcont03 .mainbox {
    padding-top: 0;
  }
  .pgwoodflour #pgcont03 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .pgwoodflour #pgcont03 .item__title {
    font-size: 20px;
  }
  .pgwoodflour #pgcont03 .item {
    margin: 0 0 16px;
  }
  .pgwoodflour #pgcont03 .strengths {
    position: relative;
    top: -27px;
    margin-bottom: 0;
  }
}
.pgwoodflour #pgcont04 {
  padding: 80px 0 100px;
}
.pgwoodflour #pgcont04 .box {
  max-width: 900px;
}
.pgwoodflour #pgcont04 .pagesub {
  padding: 0 0 10px;
}
.pgwoodflour #pgcont04 .underbar {
  width: 50px;
  height: 3px;
  background-color: #22ac38;
  display: block;
  margin: 0 auto 16px;
}
.pgwoodflour #pgcont04 .pagesubEn {
  color: #22ac38;
  text-align: center;
  padding: 0 0 30px;
}
.pgwoodflour #pgcont04 .image {
  width: 100%;
  margin: 0 auto 30px;
}
.pgwoodflour #pgcont04 .image img {
  width: 100%;
  height: auto;
}
.pgwoodflour #pgcont04 .ul {
  background-color: #e9e9e9;
  border: 3px solid #009213;
  padding: 24px;
  margin-bottom: 24px;
}
.pgwoodflour #pgcont04 .list {
  margin-bottom: 8px;
  font-size: 18px;
}
.pgwoodflour #pgcont04 .list img {
  width: 20px;
  height: auto;
  vertical-align: middle;
}
.pgwoodflour #pgcont04 .list span {
  border-bottom: 1px solid #009213;
}
.pgwoodflour #pgcont04 .text {
  margin-bottom: 24px;
}
.pgwoodflour #pgcont04 .imagebox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.pgwoodflour #pgcont04 .imagebox .imagebox__item {
  width: 23%;
  margin: 0 1%;
}
.pgwoodflour #pgcont04 .imagebox .imagebox__item img {
  width: 100%;
  height: auto;
}
.pgwoodflour #pgcont04 .specification {
  padding: 24px;
  border: 3px solid #009213;
  border-radius: 25px;
}
.pgwoodflour #pgcont04 .specification .title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
}
.pgwoodflour #pgcont04 .specification .box {
  display: flex;
  width: 100%;
  margin: 0;
  align-items: flex-end;
  justify-content: space-between;
}
.pgwoodflour #pgcont04 .specification .box ul {
  width: 70%;
}
.pgwoodflour #pgcont04 .specification .box ul li {
  margin-bottom: 16px;
}
.pgwoodflour #pgcont04 .specification .box .image {
  width: 30%;
  margin: 0;
}
.pgwoodflour #pgcont04 .specification .box .image img {
  width: 100%;
}
@media only screen and (max-width: 896px) {
  .pgwoodflour #pgcont04 .imagebox .imagebox__item {
    width: 48%;
    margin: 1%;
  }
  .pgwoodflour #pgcont04 .specification .box {
    display: flex;
    flex-direction: column;
  }
  .pgwoodflour #pgcont04 .specification .box ul {
    width: 100%;
  }
  .pgwoodflour #pgcont04 .specification .box ul li {
    margin-bottom: 16px;
  }
  .pgwoodflour #pgcont04 .specification .box .image {
    width: 60%;
    margin: 0 auto;
  }
  .pgwoodflour #pgcont04 .specification {
    border-radius: 15px;
  }
}
.pgwoodflour #pgcont05 img {
  width: 100%;
}
.pgwoodflour #pgcont06 {
  padding: 100px 0 0px;
}
.pgwoodflour #pgcont06 .box {
  max-width: 900px;
}
.pgwoodflour #pgcont06 .pagesub {
  padding: 0 0 10px;
}
.pgwoodflour #pgcont06 span {
  width: 50px;
  height: 3px;
  background-color: #22ac38;
  display: block;
  margin: 0 auto 16px;
}
.pgwoodflour #pgcont06 .pagesubEn {
  color: #22ac38;
  text-align: center;
  padding: 0 0 30px;
}
.pgwoodflour #pgcont06 .mainbox {
  display: flex;
  margin-bottom: 30px;
}
.pgwoodflour #pgcont06 .text {
  width: 60%;
  margin-right: 5%;
}
.pgwoodflour #pgcont06 .text .sp-image {
  display: none;
}
.pgwoodflour #pgcont06 .text .sp-text {
  display: none;
}
.pgwoodflour #pgcont06 .box .mainbox .image {
  width: 35%;
  margin: auto;
}
.pgwoodflour #pgcont06 .image img {
  width: 100%;
  vertical-align: bottom;
}
.pgwoodflour #pgcont06 .box .image {
  width: 100%;
  margin-bottom: 24px;
}
.pgwoodflour #pgcont06 .box .image img {
  width: 100%;
}
.pgwoodflour #pgcont06 .box .pc-image {
  width: 100%;
  margin-bottom: 24px;
}
.pgwoodflour #pgcont06 .box .pc-image img {
  width: 100%;
}
.pgwoodflour #pgcont06 .box .sp-image {
  display: none;
}
.pgwoodflour #pgcont06 .box .sp-image img {
  width: 100%;
}
.pgwoodflour #pgcont06 .box .attention {
  margin-bottom: 24px;
}
@media only screen and (max-width: 896px) {
  .pgwoodflour #pgcont06 {
    padding-bottom: 16px;
  }
  .pgwoodflour #pgcont06 .mainbox {
    flex-direction: column;
  }
  .pgwoodflour #pgcont06 .text {
    width: 100%;
  }
  .pgwoodflour #pgcont06 .text .sp-image {
    display: block !important;
    width: 100%;
    margin: 16px 0;
    text-align: center;
  }
  .pgwoodflour #pgcont06 .text .sp-image img {
    width: 60%;
  }
  .pgwoodflour #pgcont06 .text .sp-text {
    display: block !important;
  }
  .pgwoodflour #pgcont06 .box .mainbox .image {
    display: none;
  }
  .pgwoodflour #pgcont06 .box .pc-image {
    display: none !important;
  }
  .pgwoodflour #pgcont06 .box .sp-image {
    display: block !important;
    width: 100%;
    margin-bottom: 16px;
  }
  .pgwoodflour #pgcont06 .box .image {
    margin-bottom: 16px;
  }
}
.pgwoodflour #pgcont07 {
  padding: 0px 0 70px;
}
.pgwoodflour #pgcont07 .box {
  max-width: 900px;
}
.pgwoodflour #pgcont07 .pagesub {
  padding: 0 0 10px;
}
.pgwoodflour #pgcont07 .mainbox {
  display: flex;
}
.pgwoodflour #pgcont07 .text {
  width: 50%;
  margin-right: 5%;
}
.pgwoodflour #pgcont07 .mainbox .image {
  width: 45%;
  margin: auto;
}
.pgwoodflour #pgcont07 .text-full {
  width: 100%;
  margin-bottom: 24px;
}
.pgwoodflour #pgcont07 .image {
  margin-bottom: 24px;
}
.pgwoodflour #pgcont07 .image img {
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 896px) {
  .pgwoodflour #pgcont07 {
    padding-bottom: 30px;
  }
  .pgwoodflour #pgcont07 .mainbox {
    flex-direction: column;
  }
  .pgwoodflour #pgcont07 .text {
    width: 100%;
    margin-right: 0;
  }
  .pgwoodflour #pgcont07 .mainbox .image {
    width: 100%;
    margin: 16px 0;
  }
  .pgwoodflour #pgcont07 .text .pc-text {
    display: none;
  }
}
.pgwoodflour #pgcont08 {
  padding: 0 0 50px;
}
.pgwoodflour #pgcont08 .box {
  max-width: 900px;
  text-align: center;
  margin-bottom: 30px;
}
.pgwoodflour #pgcont08 .pagesub {
  padding: 0 0 10px;
}
.pgwoodflour #pgcont08 .underbar {
  width: 50px;
  height: 3px;
  background-color: #22ac38;
  display: block;
  margin: 0 auto 30px;
}
.pgwoodflour #pgcont08 a {
  width: 300px;
  height: 60px;
  background-color: #505050;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.pgwoodflour #pgcont08 .contact01 {
  display: inline-block;
  margin-right: 10px;
}
.pgwoodflour #pgcont08 .contact01 img {
  width: 20px;
  height: auto;
  padding-top: 24px;
}
.pgwoodflour #pgcont08 .contact02 {
  display: inline-block;
  margin-left: 10px;
}
.pgwoodflour #pgcont08 .contact02 img {
  width: 20px;
  height: auto;
  padding-top: 30px;
}

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

@media only screen and (max-width: 1100px) {
  /* pgmainimg
-----------------------------------------*/

  /* .pgmainimg {
    padding-top: 74px;
  } */

  /* pgnews
---------------------------------------------------- */

  .pgnews #pgcont01 {
    width: 100%;
    margin: 0 auto 80px;
  }
}

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

@media only screen and (max-width: 896px) {
  #pgblog {
    display: block;
  }
  #pgblog p img {
    display: none;
  }
  #pgblog a {
    display: none;
  }
  #pgblog a.btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #pgblog .mu {
    width: 80%;
    margin: 6% 10% 0;
    position: relative;
    background: #fff;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
  }
  #pgblog .mu img {
    width: 100%;
    height: auto;
  }
  #pgblog .mu h1 {
    display: block;
    min-width: 72px;
    min-height: 72px;
    position: absolute;
    padding: 12px 6px;
    font-size: 1.3em;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.1em;
    background: rgba(61, 168, 158, 0.8);
    text-align: center;
  }
  #pgblog .mu h1 span {
    display: block;
    margin-bottom: 0.3em;
    font-size: 0.6em;
    letter-spacing: 0.1em;
  }
  #pgblog .mu h3 {
    margin-bottom: 1em;
    padding: 12px 16px 60px;
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: left;
    font-weight: normal;
  }

  /* prouducts
---------------------------------------------------- */

  .pgproducts .pgct01sub {
    padding: 0 0 30px;
    font-size: 4vw;
    color: #111;
    line-height: 1.6em;
  }
  .pgproducts .textbox {
    font-size: 1em;
  }
  .pgproducts #pgcont02 {
    position: relative;
    margin: 0 0 80px;
    padding: 0 0 30px;
    background: #111 url(../images/products/ct02_bg.jpg) repeat center center;
    background-size: auto;
    background-size: cover;
  }
  .pgproducts #pgcont02 .bgbox {
    display: none;
  }
  .pgproducts #pgcont02 .pgct02sub {
    position: relative;
    padding: 30px 0 20px;
    font-size: 5vw;
  }

  .pgproducts .pgct02box {
    display: block;
  }
  .itemframe {
    position: relative;
    width: 90%;
    margin: 5%;
  }
  .itemframe:first-child {
    margin: 5%;
  }
  .itembox {
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    text-align: center;
  }
  .itembox:hover {
    padding: 0;
    background: rgba(255, 255, 255, 1);
  }
  .itemframe:nth-of-type(2n) {
    padding-top: 0px;
  }
  .itemframe:nth-of-type(3n) {
    padding-top: 0px;
  }
  .itembox img {
    float: left;
    margin: 0 1% 0 3%;
    padding: 20px 0;
    width: 18%;
    height: auto;
  }
  .itembox .itemdata {
    float: left;
    width: 74%;
    margin-left: 4%;
    padding: 30px 0;
    text-align: left;
  }
  .itembox .pknum {
    padding: 0px 0 4px;
    font-size: 0.8em;
    color: #111;
    line-height: 1.2;
    text-align: left;
  }
  .itembox h1 {
    padding: 0 0 6px;
    font-size: 3.6vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .itembox h6 {
    padding: 0;
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: left;
  }
  .itembox .btnbox {
    display: none;
  }

  .pgproducts #pgcont03 {
    width: 100%;
    margin: 0 auto 50px;
  }
  .pgproducts #pgcont03 .pgct03box {
    background: linear-gradient(-45deg, #5eb1af, #d5e7e7);
    padding: 1px;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .pgproducts #pgcont03 .pgct03box .inbox {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .pgproducts .pgct03subimg {
    width: 20%;
    margin: -80px auto 12px;
    text-align: center;
  }
  .pgproducts .pgct03subimg img {
    width: 100%;
    height: auto;
  }
  .pgproducts .pgct03sub {
    position: relative;
    padding: 8px 0 50px;
    font-size: 5vw;
    color: #111;
    line-height: 1.2em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    text-align: center;
    z-index: 9;
  }
  .pgproducts .pgct03sub span {
    font-size: 0.8em;
  }
  .pgproducts .pgct03item {
    width: 100%;
    padding: 0 0 50px;
  }
  .pgproducts .pgct03item .grid01 {
    float: none;
    width: 98%;
    margin: 0 1% 20px;
    font-size: 0.6em;
    color: #111;
  }
  .pgproducts .pgct03item .grid01 img {
    width: 100%;
    height: auto;
  }
  .pgproducts .pgct03item .grid02 {
    float: none;
    width: 94%;
    margin: 0 3%;
    text-align: left;
  }
  .pgproducts .pgct03item .grid02 .textbox {
    width: 100%;
    margin: 0;
    font-size: 0.9em;
    color: #111;
    line-height: 1.5em;
    text-align: left;
  }
  .pgproducts .pgct03item .grid02 .textbox:first-child {
    padding: 0 0 20px;
  }
  .pgproducts .pgct03item .grid02 h3 {
    padding: 0 0 20px;
    font-size: 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #111;
    text-align: left;
  }

  .pgproducts #pgcont04 {
    overflow: hidden;
    padding: 80px 0 100px;
  }
  .pgproducts .pgct04subimg,
  .pgproducts .pgct05subimg {
    width: 20%;
    margin: -100px auto 12px;
    text-align: center;
  }
  .pgproducts .pgct04sub,
  .pgproducts .pgct05sub {
    font-size: 5vw;
  }
  .pgproducts .pgct04sub span,
  .pgproducts .pgct05sub span {
    font-size: 0.8em;
  }
  .pgproducts #pgcont04 .pgct04box .inbox {
    width: 100%;
    margin: 0;
    padding: 30px 0 200px;
  }
  .pgproducts .pgct04box .textbox {
    width: 90%;
    margin: 0 5%;
    padding: 0 0 10px;
    font-size: 1em;
    color: #111;
    line-height: 1.8em;
    text-align: left;
  }
  .pgproducts #pgcont04 .pgct04box .cont02img {
    position: absolute;
    left: initial;
    right: -10%;
    bottom: -8%;
  }
  .pgproducts #pgcont04 .pgct04box .cont02img img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }

  .pgproducts #pgcont05 {
    padding: 60px 0 80px;
  }
  .pgproducts #pgcont05 .grid01 {
    float: none;
    width: 80%;
    margin: 0 auto 20px;
  }
  .pgproducts #pgcont05 .grid01 img {
    width: 100%;
    height: auto;
  }
  .pgproducts #pgcont05 .grid02 {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }

  .pgproducts #pgcont06 {
    position: relative;
    margin: 0;
    padding: 0;
    background: #111 url(../images/products/ct06_bg.jpg) repeat center center;
    background-size: auto;
    background-size: cover;
  }
  .pgproducts #pgcont06 .box {
    padding: 60px 0;
  }
  .pgproducts .pgct06sub {
    padding: 0 0 50px;
    font-size: 5vw;
    color: #fff;
    line-height: 1.6em;
    letter-spacing: 0.2em;
    text-align: center;
    text-shadow: 5px 5px 6px #666;
  }
  .pgproducts .pgct06sub br {
    display: block;
  }
  .pgproducts #pgcont06 .pgct06grid {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .pgproducts #pgcont06 .grid {
    float: left !important;
    width: 48%;
    margin: 0 0 30px 4%;
  }
  .pgproducts #pgcont06 .grid01,
  .pgproducts #pgcont06 .grid03 {
    margin: 0 0 30px;
  }
  .pgproducts #pgcont06 .grid img {
    width: 100%;
    height: auto;
  }
  .pgproducts #pgcont06 .textbox br {
    display: block;
  }
  .pgproducts #pgcont06 .btnbox {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .pgproducts #pgcont06 .btnbox .contactbtn {
    display: block;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #fff;
    text-align: center;
  }
  .pgproducts #pgcont06 .btnbox ul {
    padding: 10px 0;
    width: 100%;
    font-size: 1em;
    color: #fff !important;
    line-height: 1.4em;
    border: 1px solid #fff;
    text-decoration: none;
    text-align: center;
  }
  .pgproducts #pgcont06 .btnbox li.icon {
    display: none;
  }

  /* pgchallenge
---------------------------------------------------- */

  .pgchallenge #pgcont01 {
    width: 100%;
    padding: 0 0 40px;
  }
  .pgchallenge #pgcont01 .textbox {
    width: 100%;
    margin: 0;
    font-size: 1.1em;
    color: #111;
    line-height: 1.8em;
    text-align: center;
  }
  .pgchallenge .pgct02sub {
    position: relative;
    width: 80%;
    margin: 0 auto 40px;
  }
  .pgchallenge .pgct02sub.pconly {
    display: none !important;
  }
  .pgchallenge .pgct02sub.smponly {
    display: block !important;
  }
  .pgchallenge .pgct02sub img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .pgchallenge .pgct02box {
    display: block;
    width: 94%;
    margin: 0 3%;
  }
  .pgchallenge .pgct02box .chactgbox {
    position: relative;
    width: 100%;
    margin: 0 0 2%;
    z-index: 0;
  }
  .pgchallenge .pgct02box .chactgbox .bg {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .pgchallenge .pgct02box .chactgbox .bg img {
    width: 130%;
    height: auto;
    z-index: 0;
  }

  .pgchallenge .pgct03box,
  .pgchallenge .pgct05box {
    width: 80%;
    margin: 0 10%;
  }
  .pgchallenge .pgct03sub {
    position: relative;
    padding: 0px 0 50px;
    font-size: 4vw;
  }
  .pgchallenge .pgct03sub br {
    display: block;
  }

  .pgchallenge .pgct03grid {
    padding: 0 0 20px;
  }
  .pgchallenge .pgct03grid .grid01 {
    width: 100%;
    margin: 0 0 30px;
    font-size: 0.6em;
    color: #111;
  }
  .pgchallenge .pgct03grid .grid02 {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .pgchallenge #pgcont04 {
    padding: 0 0 80px;
  }
  .pgchallenge .pgct04sub {
    position: relative;
    padding: 0 0 30px;
    font-size: 4vw;
  }
  .pgchallenge .pgct04box {
    display: block;
    padding: 0 0 40px;
  }
  .pgch04item {
    position: relative;
    width: 70%;
    margin: 30px 15% 0;
  }
  .pgch04item:first-child {
    margin: 0 15%;
  }
  .pgch04itembox h1 {
    padding: 20px 0 24px;
    font-size: 3vw;
  }
  .pgchallenge #pgcont04 .textbox {
    width: 70%;
    margin: 0 15%;
    text-align: left;
  }

  .pgchallenge .pgct05grid {
    padding: 0 0 50px;
  }
  .pgchallenge .pgct05grid .grid01 {
    width: 100%;
    margin: 0 0 20px;
  }
  .pgchallenge .pgct05grid .grid01 img {
    width: 100%;
    height: auto;
  }
  .pgchallenge .pgct05grid .grid01 img:first-child {
    margin-bottom: 20px;
  }
  .pgchallenge .pgct05grid .grid02 {
    width: 100%;
    font-size: 2vw;
    color: #111;
  }
}

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

@media only screen and (max-width: 640px) {
  .pgproducts .pgct04box .textbox {
    width: 90%;
    margin: 0 5%;
    padding: 0 0 50px;
  }
  .pgproducts #pgcont04 .pgct04box .cont02img {
    position: absolute;
    left: initial;
    right: -5%;
    bottom: -1%;
  }
  .pgproducts #pgcont04 .pgct04box .cont02img img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }

  /* pgcompany
---------------------------------------------------- */

  .corptable {
    width: 100%;
    border-bottom: solid 1px #111;
    box-sizing: border-box;
  }
  .corptable th,
  .corptable td {
    padding: 10px 4px;
    font-size: 1em;
    color: #111;
    line-height: 1.8em;
  }
  .corptable th {
    font-size: 2.6vw;
  }
  .corptable td {
    font-size: 2.8vw;
  }
  .pgcompany .pgct03box .inbox {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 15px 12px;
  }
  .pgcompany .pgct03box .pagesub {
    padding: 0 0 10px;
  }
  .pgcompany .pgct03grid {
    padding: 0;
  }
  .pgcompany .pgct03grid .grid01 {
    width: 70%;
    margin: 0 15% 20px;
  }
  .pgcompany .pgct03grid .grid01 img {
    width: 100%;
    height: auto;
  }
  .pgcompany .pgct03grid .grid02 {
    width: 90%;
    margin: 0 5% 20px;
    font-size: 0.8em;
    color: #111;
    line-height: 1.8em;
    text-align: center;
  }
  .pgcompany #pgcont04 {
    padding: 0 0 80px;
  }
  .pgcompany #pgcont04 .mapbox {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .pgcompany #pgcont04 .mapbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pgcompany #pgcont04 .textbox {
    font-size: 0.8em;
    color: #111;
    line-height: 1.8em;
  }

  /* pgchallenge
---------------------------------------------------- */

  /* pgcontact
---------------------------------------------------- */

  .pgcontact .formbox .inbox {
    padding: 30px 20px;
  }
  .pgcontact .formbox .textbox {
    width: 100%;
    margin: 0;
    padding: 0 0 50px;
    text-align: center;
  }
  .pgcontact .formbox dl {
    width: 100%;
    margin: 0;
  }
  .submitbox {
    width: 60%;
    margin: 0 20%;
    padding: 30px 0;
  }

  /* pgprivacy
---------------------------------------------------- */

  .pgprivacy #pgcont01 .pagesub {
    font-size: 6vw;
  }
}

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

@media only screen and (max-width: 480px) {
  /* pgmainimg
-----------------------------------------*/

  .pgmainimg {
    position: relative;
    width: 100%;
    /* padding-top: 60px; */
  }
  .pgmainimg .page_heading {
    height: 50vh;
  }
  .main_visual_image {
    height: 50vh;
  }
  .main_visual_image img {
    margin-left: -50%;
    height: 100%;
    width: auto;
  }
  .pgmainimg h1 {
    font-size: 1.4em;
  }

  /* prouducts
---------------------------------------------------- */

  .pgproducts .pgct03subimg {
    margin: -60px auto 12px;
  }
  .pgproducts #pgcont03 .pgct03box .inbox {
    padding: 24px;
  }
  .pgproducts .pgct04subimg,
  .pgproducts .pgct05subimg {
    margin: -70px auto 12px;
  }

  /* pgchallenge
---------------------------------------------------- */

  .chactgitem .chactgmsub {
    width: 84%;
    margin: -20px 8% 0;
    padding: 10px 0;
    font-size: 1.7em;
    color: #fff !important;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    border-bottom: 1px solid #fff;
    text-align: center;
    text-shadow: 5px 5px 6px #666;
  }
  .chactgitem .textbox {
    width: 84%;
    margin: 0 8%;
    padding: 10px 0 0;
  }

  .pgchallenge .pgct02sub {
    position: relative;
    width: 80%;
    margin: 0 auto 30px;
  }
  .pgchallenge .pgct02sub img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .pgchallenge .pgct02box {
    display: block;
    width: 100%;
    margin: 0;
  }
  .pgchallenge .pgct03box,
  .pgchallenge .pgct05box {
    width: 100%;
    margin: 0;
  }
  .pgch04item {
    position: relative;
    width: 100%;
    margin: 30px 0 0;
  }
  .pgch04item:first-child {
    margin: 0;
  }
  .pgchallenge #pgcont04 .textbox {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .pgchallenge .pgct05grid .grid02 {
    width: 100%;
    font-size: 3vw;
    color: #111;
  }

  /* pgcontact
---------------------------------------------------- */

  .pgcontact .formbox .textbox {
    width: 100%;
    font-size: 3.4vw;
  }
}

/* youtube */

.youtube {
  text-align: end;
}
.youtube a {
  display: inline-block;
  /* padding: 50px auto; */
  margin: 50px 24px 0 0;
}
.youtube a img {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .youtube a {
    margin: 50px 0 0 0;
    text-align: center;
  }

  .youtube a img {
    width: 60%;
    margin-right: 24px;
    margin-left: auto;
    display: block;
  }
}

.youtube__bottom {
  background-color: #fafafa;
  text-align: center;
}
.youtube__bottom a {
  display: inline-block;
  padding: 24px auto;
  margin: 24px 0;
}

.youtube__bottom a img {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .youtube__bottom a img {
    width: 90%;
  }
}
