@charset "UTF-8";
 /*---------- section_01 ----------*/           
    .works {
		position: relative;
      padding: 0px;
     box-sizing: border-box;
		max-width: 1000px;
    }

    .works__box {
      position: relative;
      margin: 0 auto;
      padding: 64px 72px 92px;
      background-color: #ffffff;
      border: 4px solid #159336;
      border-radius: 28px;
      z-index: 2;
      box-sizing: border-box;
		
    }

    .works::before {
      content: "";
      position: absolute;
      right: -30px;
      bottom: -30px;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(#8ccf8d 28%, rgba(0 0 0 / 0) 21%);
      background-size: 15px 15px;
      background-position: right bottom;
      z-index: 1;
		border-radius: 28px;
    }

    .works__content {
      position: relative;
      z-index: 1;
      text-align: center;
    }

    .works__en {
      margin: 0;
      font-size: 8em;
      line-height: 0.8;
      font-weight: 800;
      color: transparent;
      -webkit-text-stroke: 2px #9bd49e;
      text-stroke: 2px #9bd49e;
    }

    .works__label {
      position: relative;
      width: min(100%, 700px);
      min-height: 78px;
      margin: -10px auto 70px;
      border: 3px solid #35a95b;
      border-radius: 999px;
      display: grid;
      place-items: center;
      color: #24963d;
      font-size: 2em;
      line-height: 1.2;
      font-weight: 800;
      background: #fff;
    }

    .works__label::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -20px;
      width: 54px;
      height: 42px;
      background: #fff;
      border-left: 3px solid #35a95b;
      border-bottom: 3px solid #35a95b;
      transform: translateX(-50%) skewY(-34deg);
    }
.works__label span{position: relative;z-index: 1;}

    .works__lead {
      margin: 0 0 15px;
      font-size: 1.6em;
      line-height: 1.55;
      font-weight: 800;
    }

    .works__text {
		text-align: center;
      max-width: 760px;
      margin: 0 auto;
      font-size: 1.14em;
      line-height: 1.85;
    }

    .works__area-title {
      width: 36%;
      margin: 60px auto 36px;
    }

    .works__circles {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .works__circle {
      width: 330px;
      height: 330px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #fff;
      text-align: center;
    }

    .works__circle + .works__circle {
      margin-left: -28px;
    }

    .works__circle--green {
      background: linear-gradient(135deg, #61bd84, #08a945);
    }

    .works__circle--orange {
      background: linear-gradient(135deg, #f1743d, #f5d783);
    }

    .works__icon {
      width: 110px;
      height: 110px;
      margin: 0 auto 0px;
      opacity: 0.95;
    }

    .works__name {
		text-align: center;
      margin: 0;
      font-size: 1.6em;
      line-height: 1.2;
      font-weight: 800;
    }

    .works__sub {
      margin-top: 0px;
      font-size: 1.14em;
      letter-spacing: 0.03em;
    }

@media (max-width: 640px) {
      .works {
        padding: 0px;
      }
      .works__box {
        padding: 30px 15px 40px;
        border-width: 3px;
        border-radius: 20px;
      }
	.works::before {
      right: -10px;
      bottom: -10px;
      background-size: 10px 10px;
      border-radius: 20px;
    }
      .works__en {
        font-size: 3em;
        -webkit-text-stroke-width: 1.5px;
      }

      .works__label {
        min-height: 50px;
        margin: -4px auto 40px;
        border-width: 2px;
        font-size: 1.2em;
      }

      .works__label::after {
        bottom: -14px;
        width: 42px;
        height: 32px;
        border-left-width: 2px;
        border-bottom-width: 2px;
      }

      .works__lead {
        text-align: left;
        font-size: 1.0em;
		  line-height: 1.3;
      }

      .works__text {
        text-align: justify;
        font-size: 0.84em;
        line-height: 1.6;
      }

.works__area-title {
      width: 70%;
      margin: 20px auto 20px;
    }


      .works__circles {
        gap: 0;
      }

      .works__circle {
        width: 50vw;
        max-width: 200px;
        min-width: 150px;
        height: auto;
        aspect-ratio: 1 / 1;
      }

      .works__circle + .works__circle {
        margin-left: -10px;
      }

      .works__icon {
        width: 54px;
        height: 54px;
        margin-bottom: 0px;
      }

      .works__name {
        font-size: 1.0em;
      }

      .works__sub {
        font-size: 0.84em;
      }
    }



/*---------- section_02 ----------*/

.section_02 {
      padding: 0px;
      background:
        repeating-linear-gradient(135deg, rgba(37, 178, 70, .18) 0 2px, transparent 2px 12px),
        #e8f8df;
    }
    .chemical__inner {
      max-width: 1040px;margin: 0 auto;
    }
    .chemical__head {
      text-align: center;
      margin-bottom: 44px;
    }
   .chemical__en {
      margin: 0;
      font-size: 8em;
      line-height: 0.8;
      font-weight: 800;
      color: transparent;
      -webkit-text-stroke: 2px #ffffff;
      text-stroke: 2px #9bd49e;
	   color: #8bc782;
    }

    .chemical__label {
      position: relative;
      width: min(100%, 700px);
      min-height: 78px;
      margin: -10px auto 50px;
      border: 3px solid #ffffff;
      border-radius: 999px;
      display: grid;
      place-items: center;
      color: #ffffff;
      font-size: 2em;
      line-height: 1.2;
      font-weight: 800;
      background: #00913a;box-shadow: 5px 5px 0 rgba(173, 126, 72, .35);
    }

    .chemical__label::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -20px;
      width: 54px;
      height: 42px;
      background: #00913a;
      border-left: 3px solid #ffffff;
      border-bottom: 4px solid #ffffff;
      transform: translateX(-50%) skewY(-34deg);
		
    }
.chemical__label span{position: relative;z-index: 1;}
    

    .chemical__lead {
		text-align: center;
      margin: 30px 0 20px;
      font-size: 1.6em;
      font-weight: 800;
    }


    .chemical__mini-title {
      position: relative;
      display: inline-grid;
      place-items: center;
      width: 200px;
		box-sizing: border-box;
      min-height: 44px;
      padding: 4px 22px;
      background: #fff;
      font-size: 1.4em;
      font-weight: 800;
    }
.chemical__mini-title-line{display: block; width:200px;margin: 0 auto;
      padding: 0px 22px;}

    .chemical__works {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      margin-bottom: 72px;
    }

    .work-card {
      min-height: 250px;
      padding: 36px 28px 28px;
      border: 2px solid #4dbd60;
      border-radius: 12px;
      background: #fff;
    }

    .work-card__icon {
      width: 120px;
      height: 120px;
      margin: 0 auto 0px;
    }
    .work-card__title {
      margin: 0 0 14px;
      text-align: center;
      font-size: 22px;
      font-weight: 800;
    }

    .work-card__text {
      margin: 0;
      font-size: 1.0em;
      line-height: 1.6;
    }

    .chemical-card {
      position: relative;
      margin-top: 64px;
      padding: 80px 40px 16px;
      border: 2px solid #4dbd60;
      border-radius: 16px;
      background: #fff;
    }

    .chemical-card__title {
      position: absolute;
      top: -28px;
      left: 50%;
      transform: translateX(-50%);
      display: grid;
      place-items: center;
      min-width: 420px;
      min-height: 52px;
      padding: 8px 30px;
      border-radius: 999px;
      background: #8bc782;
      font-size: 1.6em;
      font-weight: 800;
      text-align: center;
		border: solid 3px #ffffff;
		
    }
.chemical-card__title::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -15px;
      width: 50px;
      height: 38px;
      background: #8bc782;
      border-left: 3px solid #ffffff;
      border-bottom: 4px solid #ffffff;
      transform: translateX(-50%) skewY(-34deg);
    }
.chemical-card__title span{position: relative;z-index: 1;}
    .chemical-card__body {
      display: grid;
      grid-template-columns: 1fr 420px;
      align-items: center;
      gap: 0px;
    }

    .chemical-card__text {
      margin: 0;
      font-size: 1.0em;
      line-height: 1.6;
		width: 110%;
    }

    .chemical-card__image img {
		position: relative;
		margin-top:-80px;right:-80px;
      aspect-ratio: 846 / 634;
      object-fit: cover;
    }

    .chemical-point {
      display: grid;
      grid-template-columns: 150px 1fr;
      align-items: center;
      gap: 28px;
      margin-top: 72px;
      padding: 28px 46px;
      border-radius: 14px;
      background: #07983a;
      color: #fff;
    }

    .chemical-point__illust {
      width: 150px;
      height: 150px;
		margin-top: -30px;
      
    }

    .chemical-point__title {
      margin: 0 0 10px;
      font-size: 1.6em;
      font-weight: 800;
    }

    .chemical-point__text {
      margin: 0;
      font-size: 1em;
      line-height: 1.6;
    }

    @media (max-width: 640px) {
      .chemical {
        padding: 0;
      }
    .chemical__head {
      text-align: center;
      margin-bottom: 20px;
    }
      .chemical__en {
        font-size: 3em;
      }

      .chemical__label {
        min-width: 0;
        width: 100%;
        min-height: 42px;
        margin-top: -2px;
		 margin-bottom:26px;
        font-size: 1.2em;
		  
        box-shadow: 3px 3px 0 rgba(173, 126, 72, .35);
      }

      .chemical__label::after {
        bottom: -10px;
        width: 26px;
        height: 20px;
      }

      .chemical__lead {
        margin: 10px 0 18px;
        font-size: 1.2em;
		  line-height: 1.2em;
      }

      .chemical__mini-title {
        font-size: 1.2em;
        min-height: 38px;
      }

      .chemical__works {
        grid-template-columns: 1fr;
        gap: 5px;
        margin-bottom: 56px;
      }

      .work-card {
        display: grid;
        grid-template-columns: 68px 1fr;
        gap: 0px;
        min-height: auto;
        padding: 18px 18px;
		  margin-bottom: 10px;
      }

      .work-card__icon {
        width: 63px;
        height: 63px;
        margin: 0;
      }

      .work-card__title {
        margin-bottom: 5px;
        text-align: left;
        font-size: 1.2em;
      }

      .work-card__text {
        font-size: 0.84em;
        line-height: 1.4;
      }

      .chemical-card {
        margin-top: 54px;
        padding: 44px 18px 24px;
      }

      .chemical-card__title {
        min-width: 0;
        width: 60%;
        min-height: 30px;
        top: -22px;
        font-size: 1.2em;
      }
.chemical-card__title::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -15px;
      width: 40px;
      height: 28px;
      background: #8bc782;
      border-left: 3px solid #ffffff;
      border-bottom: 4px solid #ffffff;
      transform: translateX(-50%) skewY(-34deg);
    }
      .chemical-card__body {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
      }

      .chemical-card__text {
        font-size: 0.84em;
        line-height: 1.4;
		  width: 100%;
      }

      .chemical-card__image img {
		position: relative;
		margin-top:-10px;right:-23px;
      aspect-ratio: 846 / 634;
      object-fit: cover;
    }

      .chemical-point {
		  display: block;
        grid-template-columns: 74px 1fr;
        gap: 16px;
        margin-top: 46px;
        padding: 22px 20px;
      }

      .chemical-point__illust {
        width: 70px;
        height: 70px;
		  float: left;
		  margin-right: 0.6em;
      }

      .chemical-point__title {
        font-size: 1.2em;
      }

      .chemical-point__text {
        font-size: 0.84em;
		  clear: both;
		  margin-top: 20px;
      }
    }

/*---------- section_03 ----------*/

.section_03 {
	margin-top: 2em;
      padding: 0px;
      background:
        repeating-linear-gradient(135deg, rgba(243, 152, 0, .18) 0 2px, transparent 2px 12px),
        #ffebae;
    }
    .insulation__inner {
      max-width: 1040px;margin: 0 auto;
    }
    .insulation__head {
      text-align: center;
      margin-bottom: 44px;
    }
   .insulation__en {
      margin: 0;
      font-size: 8em;
      line-height: 0.8;
      font-weight: 800;
      color: transparent;
      -webkit-text-stroke: 2px #ffffff;
      text-stroke: 2px #f39800;
	   color: #f39800;
    }

    .insulation__label {
      position: relative;
      width: min(100%, 700px);
      min-height: 78px;
      margin: -10px auto 50px;
      border: 3px solid #ffffff;
      border-radius: 999px;
      display: grid;
      place-items: center;
      color: #ffffff;
      font-size: 2em;
      line-height: 1.2;
      font-weight: 800;
      background: #ea5514;box-shadow: 5px 5px 0 rgba(173, 126, 72, .35);
    }

    .insulation__label::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -20px;
      width: 54px;
      height: 42px;
      background: #ea5514;
      border-left: 3px solid #ffffff;
      border-bottom: 4px solid #ffffff;
      transform: translateX(-50%) skewY(-34deg);
		
    }
.insulation__label span{position: relative;z-index: 1;}
    

    .insulation__lead {
		text-align: center;
      margin: 30px 0 20px;
      font-size: 1.6em;
      font-weight: 800;
    }


    .insulation__mini-title {
      position: relative;
      display: inline-grid;
      place-items: center;
      width: 200px;
		box-sizing: border-box;
      min-height: 44px;
      padding: 4px 22px;
      background: #fff;
      font-size: 1.4em;
      font-weight: 800;
    }
.insulation__mini-title-line{display: block; width:200px;margin: 0 auto;
      padding: 0px 22px;}

    .insulation__works {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      margin-bottom: 72px;
    }

    .insulation__work-card {
      min-height: 250px;
      padding: 36px 28px 28px;
      border: 2px solid #ea5514;
      border-radius: 12px;
      background: #fff;
    }

    .insulation__work-card__icon {
      width: 120px;
      height: 120px;
      margin: 0 auto 0px;
    }
    .insulation__work-card__title {
      margin: 0 0 14px;
      text-align: center;
      font-size: 22px;
      font-weight: 800;
    }

    .insulation__work-card__text {
      margin: 0;
      font-size: 1.0em;
      line-height: 1.6;
    }

    .insulation-card {
      position: relative;
      margin-top: 64px;
      padding: 80px 40px 16px;
      border: 2px solid #ea5514;
      border-radius: 16px;
      background: #fff;
    }

    .insulation-card__title {
      position: absolute;
      top: -28px;
      left: 50%;
      transform: translateX(-50%);
      display: grid;
      place-items: center;
      min-width: 620px;
      min-height: 52px;
      padding: 8px 30px;
      border-radius: 999px;
      background: #f39800;
      font-size: 1.6em;
      font-weight: 800;
      text-align: center;
		border: solid 3px #ffffff;
		
    }
.insulation-card__title::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -15px;
      width: 50px;
      height: 38px;
      background: #f39800;
      border-left: 3px solid #ffffff;
      border-bottom: 4px solid #ffffff;
      transform: translateX(-50%) skewY(-34deg);
    }
.insulation-card__title span{position: relative;z-index: 1;}
    .insulation-card__body {
      display: grid;
      grid-template-columns: 1fr 420px;
      align-items: center;
      gap: 0px;
    }

    .insulation-card__text {
      margin: 0;
      font-size: 1.0em;
      line-height: 1.6;
		width: 102%;
    }

    .insulation-card__image img {
		position: relative;
		margin-top:-20px;right:-50px;
      aspect-ratio: 761 / 498;
      object-fit: cover;
    }

    .insulation-point {
      display: grid;
      grid-template-columns: 150px 1fr;
      align-items: center;
      gap: 28px;
      margin-top: 72px;
      padding: 28px 46px;
      border-radius: 14px;
      background: #ea5514;
      color: #fff;
    }

    .insulation-point__illust {
      width: 150px;
      height: 150px;
		margin-top: -30px;
      
    }

    .insulation-point__title {
      margin: 0 0 10px;
      font-size: 1.6em;
      font-weight: 800;
    }

    .insulation-point__text {
      margin: 0;
      font-size: 1em;
      line-height: 1.6;
    }

    @media (max-width: 640px) {
      .insulation {
        padding: 0;
      }
    .insulation__head {
      text-align: center;
      margin-bottom: 20px;
    }
      .insulation__en {
        font-size: 3em;
      }

      .insulation__label {
        min-width: 0;
        width: 100%;
        min-height: 42px;
        margin-top: -2px;
		 margin-bottom:26px;
        font-size: 1.2em;
        box-shadow: 3px 3px 0 rgba(173, 126, 72, .35);
      }

      .insulation__label::after {
        bottom: -10px;
        width: 26px;
        height: 20px;
      }

      .insulation__lead {
        margin: 10px 0 18px;
        font-size: 1.2em;
		  line-height: 1.2em;
      }

      .insulation__mini-title {
        font-size: 1.2em;
        min-height: 38px;
      }

      .insulation__works {
        grid-template-columns: 1fr;
        gap: 5px;
        margin-bottom: 56px;
      }

      .insulation__work-card {
        display: grid;
        grid-template-columns: 68px 1fr;
        gap: 0px;
        min-height: auto;
        padding: 18px 18px;
		  margin-bottom: 10px;
      }

      .insulation__work-card__icon {
        width: 63px;
        height: 63px;
        margin: 0;
      }

      .insulation__work-card__title {
        margin-bottom: 5px;
        text-align: left;
        font-size: 1.2em;
      }

      .insulation__work-card__text {
        font-size: 0.84em;
        line-height: 1.4;
      }

      .insulation-card {
        margin-top: 54px;
        padding: 44px 18px 24px;
      }

      .insulation-card__title {
        min-width: 0;
        width: 70%;
        min-height: 30px;
        top: -22px;
        font-size: 1.2em;
      }
.insulation-card__title::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -15px;
      width: 40px;
      height: 28px;
      border-left: 3px solid #ffffff;
      border-bottom: 4px solid #ffffff;
      transform: translateX(-50%) skewY(-34deg);
    }
      .insulation-card__body {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
      }

      .insulation-card__text {
        font-size: 0.84em;
        line-height: 1.4;
		  width: 100%;
      }

      .insulation-card__image img {
		position: relative;
		margin-top:35px;right:-13px;
      aspect-ratio: 761 / 498;
      object-fit: cover;
    }

      .insulation-point {
		  display: block;
        grid-template-columns: 74px 1fr;
        gap: 16px;
        margin-top: 46px;
        padding: 22px 20px;
      }

      .insulation-point__illust {
        width: 70px;
        height: 70px;
		  float: left;
		  margin-right: 0.6em;
      }

      .insulation-point__title {
        font-size: 1.2em;
      }

      .insulation-point__text {
        font-size: 0.84em;
		  clear: both;
		  margin-top: 20px;
      }
    }
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.spnone{display: block;}
.tbonly{display: block;}
.sponly{display: none;}




	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
.spnone{display: none;}
.sponly{display: block;}
.tbonly{display: none;}

.center-left{text-align: left;text-align: justify;}
.f-left{float: none;}
.f-right{float: none;}
.w90per{width: 100%;margin:0 auto;}
.w80per{width: 80%;margin:0 auto;}
.w48per{width: 100%;margin-bottom: 3%;}
.w66per{width: 100%;position: relative;}	
.lh_l {line-height:1.8 !important;}

}
