#main .bg.section {
  background: url("../images/common/bg-1.jpg") center 0 /100% auto no-repeat;
}
#main .bg .header {
  padding-bottom: 80px;
}
#main .bg .header .title {
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}
#main .bg .header .title b {
  font-weight: 700;
  color: var(--c-blue);
}
@media (max-width:1024px) {
  #main .bg .header {
    padding-bottom: 0;
  }
}
@media (max-width:768px) {
  #main .bg .header .title {
    font-size: 3rem;
  }
}
@media (max-width:540px) {
  #main .bg .header .title {
    font-size: 2.6rem;
  }
}

#main .list .box {
  padding: 0 15px;
  background: var(--c-blue2);
  margin-top: 90px;
}
#main .list .box .inner {
  max-width: 100%;
  width: 1080px;
  justify-content: center;
  transform: translateY(-90px);
  margin: 0 auto;
}
#main .list .card {
  width: 30.56%;
  background: #fff;
  margin-left: 4.16%;
}
#main .list .card:nth-child(3n+1) {
  margin-left: 0;
}
#main .list .card:nth-child(n+4) {
  margin-top: 4.16%;
}
#main .list .card .photo {
  aspect-ratio: 396 / 265;
  overflow: hidden;
  background: #f2f2f2;
}
#main .list .card .photo img {
  transition: .4s;
}
#main .list .card:hover .photo img {
  transform: scale(1.05);
}
#main .list .card .content {
  font-weight: 700;
  text-align: center;
  color: var(--c-blue);
  padding: .5em;
}
@media (max-width:1024px) {
  #main .list .box .inner {
    transform: translateY(-50px);
  }
}
@media (max-width:768px) {
  #main .list .card {
    width: 48%;
    margin: 0 !important;
    margin-left: 4% !important;
  }
  #main .list .card:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  #main .list .card:nth-child(n+3) {
    margin-top: 4% !important;
  }
}

@media (max-width:768px) {
  .page-single #main {
    display: flex;
    flex-wrap: wrap;
  }
  .page-single #main > * {
    width: 100%;
  }
  .page-single #main .page-nav {
    order: 2 !important;
  }
  .page-single #main .page-nav + * {
    padding-top: 50px !important;
  }
  .page-single #main .section {
    order: 1;
  }
  .page-single #main .page-footer-nav {
    order: 3;
  }
}

/* ****************************************************************************************************
   * index
**************************************************************************************************** */

.page-products-index #visual {
  height: 200px;
}
.page-products-index #visual .title-1:before {
  content: 'Products';
}
.page-products-index #main .section {
  background: url("../images/common/bg-1.jpg") center 0 /100% auto no-repeat;
}
.page-products-index #main .header {
  padding-bottom: 80px;
}
.page-products-index #main .header .title {
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}
.page-products-index #main .header .title b {
  font-weight: 700;
  color: var(--c-blue);
}
@media (max-width:1024px) {
  .page-products-index #main .header {
    padding-bottom: 0;
  }
}
@media (max-width:768px) {
  .page-products-index #main .header .title {
    font-size: 3rem;
  }
}
@media (max-width:540px) {
  .page-products-index #main .header .title {
    font-size: 2.6rem;
  }
}
.page-products-index #main .card {
  display: flex;
  max-width: 100%;
  width: 1200px;
  background: var(--c-blue2);
  margin: 60px auto 0;
}
.page-products-index #main .card ~ .card {
  margin-top: 150px;
}
.page-products-index #main .card .content {
  width: 50%;
}
.page-products-index #main .card .content .inner {
  padding: 50px;
}
.page-products-index #main .card .content .inner .btn-1 {
  margin-top: 2em;
}
.page-products-index #main .card .photo {
  width: 50%;
  overflow: hidden;
  transform: translate(60px,-55px);
}
.page-products-index #main .card .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-products-index #main .card:nth-child(2n+2) .photo {
  order: -1;
  transform: translate(-60px,-55px);
}
.page-products-index #main .card:nth-child(2n+2) .content .inner {
  padding-left: 0;
}
@media (max-width:1340px) {
  .page-products-index #main .card {
    margin-top: 50px;
  }
  .page-products-index #main .card ~ .card {
    margin-top: 50px;
  }
  .page-products-index #main .card .photo {
    transform: none !important;
  }
  .page-products-index #main .card:nth-child(2n+2) .content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-products-index #main .card:nth-child(2n+2) .content .inner {
    padding: 0;
  }
}
@media (max-width:1024px) {
  .page-products-index #main .card {
    max-width: 100%;
    width: 660px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .page-products-index #main .card .photo,
  .page-products-index #main .card .content {
    width: 100%;
  }
  .page-products-index #main .card .photo {
    order: -1;
  }
  .page-products-index #main .card .content .inner {
    padding: 2em !important;
  }
  .page-products-index #main .card:nth-child(2n+2) .content {
    display: block;
  }
}

/* ****************************************************************************************************
   * case
**************************************************************************************************** */

.page-products-case #visual {
  height: 200px;
}
.page-products-case #visual .title-1:before {
  content: 'Case study';
}

.page-single #visual {
  height: 200px;
}

/* ****************************************************************************************************
   * material
**************************************************************************************************** */

.page-products-material-index #visual {
  background-image: url("../images/products/material/index/visual-bg.jpg");
}
.page-products-material-index #visual .title-1 {
  color: #fff;
}
.page-products-material-index #visual .title-1:before {
  content: 'Raw materials jandled';
  color: inherit;
}
@media (max-width:768px) {
  .page-products-material-index #visual {
    width: 100%;
    height: auto !important;
    aspect-ratio: 750 / 350;
    background-image: url("../images/products/material/index/visual-bg-sp.jpg");
  }
}

/* ****************************************************************************************************
   * material-sunforce
**************************************************************************************************** */
/*
.page-products-material-sunforce #visual {
  background-image: url("../images/products/material/sunforce/visual-bg.jpg");
}
.page-products-material-sunforce #visual .title-1 {
  color: #fff;
}
*/
.page-products-material-sunforce #visual {
  height: 200px;
}


.page-products-material-sunforce #visual .title-1:before {
  content: 'Sunforce';
  /*color: inherit;*/
}

.page-products-material-sunforce #main .top {
  
}
.page-products-material-sunforce #main .top .catch {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.6666;
  margin-bottom: .5em;
}
.page-products-material-sunforce #main .top .catch b {
  color: var(--c-blue);
}
.page-products-material-sunforce #main .top .flex-col-2 {
  display: flex;
}
.page-products-material-sunforce #main .top .flex-col-2 .content {
  width: 47.23%;
}
.page-products-material-sunforce #main .top .flex-col-2 .figure {
  width: 47.23%;
}

.page-products-material-sunforce #main .feature {
  
}
.page-products-material-sunforce #main .feature .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.page-products-material-sunforce #main .feature .header + .row {
}
.page-products-material-sunforce #main .feature .catch {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--c-blue);
  line-height: 1.92;
}
.page-products-material-sunforce #main .feature .header .col-1 {
  width: calc(100% - 330px - 50px);
}
.page-products-material-sunforce #main .feature .header .col-2 {
  width: 330px;
}
.page-products-material-sunforce #main .feature .feature-title {
  display: flex;
}
.page-products-material-sunforce #main .feature .feature-title span {
  font-size: 7.2rem;
  font-weight: 700;
  font-family: 'Lato',sans-serif;
  line-height: 1;
  color: var(--c-blue3);
  margin-right: .35em;
}
.page-products-material-sunforce #main .feature .feature-title .title-2 {
  margin-bottom: 0;
}
.page-products-material-sunforce #main .feature .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-products-material-sunforce #main .feature .list .col {
  width: 27.78%;
  
}
.page-products-material-sunforce #main .feature .list .arrow {
  width: 8.33%;
  text-align: center;
  padding: 0 2%;
}
.page-products-material-sunforce #main .feature .row ~ .row {
  margin-top: 70px;
}

.page-products-material-sunforce #main .feature .box {
  padding: 1em 1.5em;
  background: var(--c-blue2);
  border: 1px solid var(--c-blue);
}

.page-products-material-sunforce #main .feature.n2 .arrow {
  text-align: center;
  margin: 1.5em 0 0;  
}
.page-products-material-sunforce #main .feature.n2 .row-1 {
  display: flex;
  justify-content: space-between;
}
.page-products-material-sunforce #main .feature.n2 .row-1 .box {
  width: 30.56%;
}
.page-products-material-sunforce #main .feature.n2 .row-1 .col-2 {
  width: 63.89%;
}

/* ****************************************************************************************************
   * material-eps
**************************************************************************************************** */

.page-products-material-eps #visual {
  background-image: url("../images/products/material/index/visual-bg.jpg");
}
@media (max-width:768px) {
  .page-products-material-eps #visual {
    width: 100%;
    height: auto !important;
    aspect-ratio: 750 / 350;
    background-image: url("../images/products/material/index/visual-bg-sp.jpg");
  }
}
.page-products-material-eps #visual .title-1 {
  color: #fff;
}
.page-products-material-eps #visual .title-1:before {
  content: 'Expanded polystyrene';
  color: inherit;
}
.page-products-material-eps #main {
  
}
.page-products-material-eps #main table.default tr > * {
  border: 1px solid #ddd;
}
.page-products-material-eps #main .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: var(--c-blue2);
  padding: 1.25em 1.5em;
  border: 1px solid var(--c-blue);
  margin-top: 2em;
}
.page-products-material-eps #main .box .content {
  width: 56.86%;
  padding-right: 1em;
}
.page-products-material-eps #main .box .photo {
  width: 43.14%;
  text-align: center;
}
.page-products-material-eps #main .box .line-1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--c-blue);
}
.page-products-material-eps #main .box .line-2 {
  font-size: 2.5rem;
  margin-top: 0;
}
@media (max-width:1024px) {
  .page-products-material-eps #main .box .content,
  .page-products-material-eps #main .box .photo {
    width: 100%;
    margin-top: 1em;
  }
  .page-products-material-eps #main .box .content {
    text-align: center;
  }
  .page-products-material-eps #main .box .line-1 {
    font-size: 1.6rem;
  }
  .page-products-material-eps #main .box .line-2 {
    font-size: 2rem;
  }
}
.page-products-material-eps #main .box .line-2 b {
  font-weight: 700;
}  
@media (max-width:540px) {
  .page-products-material-eps #main .box {
    padding: 0 1em 1em;
  }
}

.page-products-material-eps #main .layout-1:after {
  content: '';
  display: block;
  clear: both;
}
.page-products-material-eps #main .layout-1 a[href]:has(img) {
  display: block;
  overflow: hidden;
}
.page-products-material-eps #main .layout-1 a[href]:has(img) img {
  transition: .2s;
}
.page-products-material-eps #main .layout-1 a[href]:has(img):hover img {
  transform: scale(1.05);
}
/*
.page-products-material-eps #main .layout-1 img:nth-child(1) {
  width: 72.2223%;
  float: left;
}
.page-products-material-eps #main .layout-1 img:nth-child(2),
.page-products-material-eps #main .layout-1 img:nth-child(3),
.page-products-material-eps #main .layout-1 img:nth-child(4) {
  width: 22.2223%;
  float: right;
}
.page-products-material-eps #main .layout-1 img:nth-child(3),
.page-products-material-eps #main .layout-1 img:nth-child(4) {
  margin-top: 1em;
}
*/
@media (max-width:540px) {
  .page-products-material-eps #main .layout-1 {
    font-size: 0;
  }
  /*
  .page-products-material-eps #main .layout-1 img:nth-child(1) {
    width: 100%;
    float: none;
    margin-bottom: 2%;
  }
  .page-products-material-eps #main .layout-1 img:nth-child(2),
  .page-products-material-eps #main .layout-1 img:nth-child(3),
  .page-products-material-eps #main .layout-1 img:nth-child(4) {
    width: 32%;
    float: none;
    margin: 0 !important;
    margin-left: 2% !important;
  }
  .page-products-material-eps #main .layout-1 img:nth-child(2) {
    margin-left: 0 !important;
  }
  */
}

@media (max-width:768px) {
  .page-products-material-eps #main .flex-col-2 .content,
  .page-products-material-eps #main .flex-col-2 .photo {
    width: 100%;
  }
  .page-products-material-eps #main .flex-col-2 .photo {
    text-align: center;
    margin-top: 2em;
  }
}