<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ---------------------------
  クレハの技術 PC
------------------------------ */
.page_head.story{
 background: url(images/story01/head-bg.jpg) no-repeat center top;
 background-size: cover;
}
@media screen and (min-width: 769px) {/* pcまで */
.story article p.lh2{
 line-height: 2;
}

.story .group_1 strong,
.story01 .group_1 strong{
 font-size: 200%;
 font-weight: 600;
 margin-bottom: 40px;
 display: block;
}
.story .bg-blue-box,
.story01 .bg-blue-box{
 background-color: rgba(0,158,216, 0.8);
 border-radius: 35px;
 padding: 3vw;
 color: #fff;
}
.story .bg-blue-box .sub_title{
 background-color: #fff;
 color: #009ed8;
 border-radius: 6px;
 padding: 4px 20px;
 display: inline-block;
 margin-bottom: 10px;
}
.story .bg-blue-box h3{
 font-size: 160%;
 font-weight: 600;
 margin-bottom: 30px;
}
.story03 .group_1 .sub_group,
.story02 .group_1 .sub_group,
.story01 .group_1 .sub_group{
 margin-top: 50px;
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}
article.bg-gray-02{
 background-color: #f1f5f6;
}
.story .title_group_no {
 margin-bottom: 10px;
}
.story .title_group_no p.number{
 position: relative;
 width: 6vw;
 height: 6vw;
 border-radius: 50%;
 font-family: "Barlow";
 font-size: min(3vw, 300%);
 font-size: max(3vw, 180%);
 font-weight: 400;
 font-style: italic;
 line-height: 1;
 background-color: #009ed8;
 color: #fff;
 display: inline-block;
}
.story .title_group_no p.number.left{
 float: left;
 margin-right: 17px;
}
.story .title_group_no p.number span{
 line-height: 1;
 position: absolute;
 top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.story .title_group_no h3{
 font-size: 190%;
 font-weight: 500;
 letter-spacing: 1px;
 line-height: 1.6;
}
.story .title_group_no h3.right{
 float: left;
 margin-top: 1.4vw;
}
.story01 .group_2 .sub_group_6,
.story01 .group_2 .sub_group_4,
.story01 .group_2 .sub_group_1{
 display: grid;
 grid-template-columns: 56% 40%;
 justify-content: space-between;
}
.story01 .group_2 .sub_group_2{
 display: grid;
 grid-template-columns: 40% 56%;
 justify-content: space-between;
}
.story01 .group_2 .sub_group_5,
.story01 .group_2 .sub_group_3,
.story01 .group_2 ul{
 margin-bottom: 6vw;
}
.story01 .group_2 .sub_group_5,
.story01 .group_2 .sub_group_3{
 max-width: 70%;
}
/* ---------------------------
 ストーリー02 PC
------------------------------ */
.story03 .bg-blue-box,
.story02 .bg-blue-box{
 margin-bottom: 6vw;
}
.story02 .group_1 .sub_group_2{
 max-width: 920px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: 48% 48%;
 grid-template-rows: auto auto;
 justify-content: space-between;
}
.story02 .group_1 .sub_group_2 li{
 margin-bottom: 5vw;
}
.story02 .group_1 .sub_group_2 li .img{
 max-width: 50%;
 max-height: 220px;
}
.story02 .group_1 .sub_group_2 li:nth-child(1) .img{
 width: 15vw;
 height: 15vw;
 display: block;
 float: left;
 background: url(images/story02/1-2.png) no-repeat center center;
 background-size: auto 100%;
}
.story02 .group_1 .sub_group_2 li:nth-child(2) .img{
 width: 15vw;
 height: 15vw;
 display: block;
 float: left;
 background: url(images/story02/1-3.png) no-repeat center center;
 background-size: auto 100%;
}
.story02 .group_1 .sub_group_2 li:nth-child(3) .img{
 width: 15vw;
 height: 15vw;
 display: block;
 float: left;
 background: url(images/story02/1-4.png) no-repeat center center;
 background-size: auto 100%;
}
.story02 .group_1 .sub_group_2 li:nth-child(4) .img{
 width: 15vw;
 height: 15vw;
 display: block;
 float: left;
 background: url(images/story02/1-5.png) no-repeat center center;
 background-size: auto 100%;
}
.story03 .group_1 .sub_group_2 .title_group,
.story02 .group_1 .sub_group_2 .title_group{
 width: 45%;
 float: right;
 margin-top: 4vw;
}
.story03 .group_1 .sub_group_2 .title_group .initial,
.story02 .group_1 .sub_group_2 .title_group .initial{
 font-family: "Barlow";
 font-size: 200%;
 font-weight: 500;
 color: #009ed8;
}
h3.style-03 {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 220%;
  letter-spacing: 1px;
  margin-bottom: 30px;
} 
h3.style-03:before,
h3.style-03:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #009ed8;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
} 
h3.style-03:before {
  transform: rotate(-35deg);
} 
h3.style-03:after {
  transform: rotate(35deg);
}
.story03 .group_2 .sub_group_3,
.story03 .group_2 ul,
.story02 .group_2 .img_03,
.story02 .group_2 .sub_group_3,
.story02 .group_2 ul{
 margin-bottom: 6vw;
}
.story02 .group_2 .sub_group_4,
.story02 .group_2 .sub_group_1{
 display: grid;
 grid-template-columns: 56% 40%;
 justify-content: space-between;
}
.story02 .group_2 .sub_group_2{
 display: grid;
 grid-template-columns: 40% 56%;
 justify-content: space-between;
}
/* ---------------------------
 ストーリー03 PC
------------------------------ */
.story03 .group_1 .sub_group_2{
 max-width: 500px;
 margin-left: auto;
 margin-right: auto;
}
.story03 .group_1 .sub_group_2 li:nth-child(1) .img{
 width: 50%;
 height: 15vw;
 display: block;
 float: left;
 background: url(images/story03/1-2.png) no-repeat center center;
 background-size: auto 100%;
}

.story03 .sub_group_5{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}
.story03 .img h3{
 text-align: center;
 font-size: 140%;
 font-weight: 500;
}

/* ---------------------------
 ストーリー04 PC
------------------------------ */
.story04 .group_1 .over_box{
 overflow-x: scroll;
 background-color: #fff;
 padding-top: 20px;
 white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
}
.story04 .group_1 .over_box span{
 width: 2300px;
 display: block;
}

.story04 .group_1 .lh2{
 margin-bottom: 4vw;
}
.story04 .group_2 ul{
 margin-bottom: 6vw;
}
.story04 .group_2 .sub_group_9,
.story04 .group_2 .sub_group_7,
.story04 .group_2 .sub_group_5,
.story04 .group_2 .sub_group_3,
.story04 .group_2 .sub_group_1{
 display: grid;
 grid-template-columns: 56% 40%;
 justify-content: space-between;
}
.story04 .group_2 .sub_group_10,
.story04 .group_2 .sub_group_8,
.story04 .group_2 .sub_group_6,
.story04 .group_2 .sub_group_4,
.story04 .group_2 .sub_group_2{
 display: grid;
 grid-template-columns: 40% 56%;
 justify-content: space-between;
}
.scroll-container {
 width: 100%;
 overflow-x: auto;
 white-space: nowrap;
 -webkit-overflow-scrolling: touch;
 border: 1px solid #ccc;
 cursor: grab;
 user-select: none;
}

.timeline {
 background-color: #fff;
 padding: 20px 20px 0 20px; 
 display: inline-block;
 width: 2000px;
}

.timeline img {
 width: 100%;
 height: auto;
}
}/* PC */
/* ---------------------------
  クレハの技術 SP
  ストーリー 01  
------------------------------ */
@media screen and (max-width: 768px) {/* SP */
.story article p.lh2{
 line-height: 2;
}

.story .group_1 strong,
.story01 .group_1 strong{
 font-size: 180%;
 font-weight: 600;
 margin-bottom: 40px;
 display: block;
}
.story .bg-blue-box,
.story01 .bg-blue-box{
 background-color: rgba(0,158,216, 0.8);
 border-radius: 20px;
 padding: 5vw 3vw;
 color: #fff;
}
.story .bg-blue-box .sub_title{
 background-color: #fff;
 color: #009ed8;
 border-radius: 6px;
 padding: 4px 20px;
 display: inline-block;
 margin-bottom: 10px;
}
.story .bg-blue-box h3{
 font-size: 160%;
 font-weight: 600;
 margin-bottom: 20px;
}
.story03 .group_1 .sub_group,
.story02 .group_1 .sub_group,
.story01 .group_1 .sub_group{
 margin-top: 30px;
}
.story03 .group_1 .sub_group li:first-child,
.story02 .group_1 .sub_group li:first-child,
.story01 .group_1 .sub_group li:first-child{
 margin-bottom: 25px;
}
article.bg-gray-02{
 background-color: #f1f5f6;
}
.story .title_group_no {
 margin-bottom: 10px;
}
.story .title_group_no p.number{
 position: relative;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 font-family: "Barlow";
 font-size: min(3vw, 300%);
 font-size: max(3vw, 180%);
 font-weight: 400;
 font-style: italic;
 line-height: 1;
 background-color: #009ed8;
 color: #fff;
 display: inline-block;
}
.story .title_group_no p.number.left{
 float: left;
 margin-right: 17px;
}
.story .title_group_no p.number span{
 line-height: 1;
 position: absolute;
 top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.story .title_group_no h3{
 font-size: 160%;
 font-weight: 500;
 letter-spacing: 1px;
 line-height: 1.6;
}
.story .title_group_no h3.right{
 float: left;
 margin-top: 1.4vw;
}
.story01 .group_2 .sub_group_6 li:first-child,
.story01 .group_2 .sub_group_4 li:first-child,
.story01 .group_2 .sub_group_1 li:first-child{
 margin-bottom: 40px;
}
.story01 .group_2 .sub_group_2 li:nth-child(2){
 margin-bottom: 40px;
}
.story01 .group_2 .sub_group_5,
.story01 .group_2 .sub_group_3,
.story01 .group_2 ul{
 margin-bottom: 50px;
}
.story01 .group_2 .sub_group_5 li:first-child,
.story01 .group_2 .sub_group_3 li:first-child{
 margin-bottom: 50px;
}

.story01 .group_2 .sub_group_5,
.story01 .group_2 .sub_group_3{
 max-width: 100%;
}
/* ---------------------------
 ストーリー02 SP
------------------------------ */
.story03 .bg-blue-box,
.story02 .bg-blue-box{
 margin-bottom: 40px;
}
.story02 .group_1 .sub_group_2{
 max-width: 920px;
 margin: 0 auto;
}
.story02 .group_1 .sub_group_2 li{
 margin-bottom: 30px;
}
.story02 .group_1 .sub_group_2 li:nth-child(1) .img{
 width: 50%;
 height: 120px;
 display: block;
 float: left;
 background: url(images/story02/1-2.png) no-repeat center center;
 background-size: auto 100%;
}
.story02 .group_1 .sub_group_2 li:nth-child(2) .img{
 width: 50%;
 height: 120px;
 display: block;
 float: left;
 background: url(images/story02/1-3.png) no-repeat center center;
 background-size: auto 100%;
}
.story02 .group_1 .sub_group_2 li:nth-child(3) .img{
 width: 50%;
 height: 120px;
 display: block;
 float: left;
 background: url(images/story02/1-4.png) no-repeat center center;
 background-size: auto 100%;
}
.story02 .group_1 .sub_group_2 li:nth-child(4) .img{
 width: 50%;
 height: 120px;
 display: block;
 float: left;
 background: url(images/story02/1-5.png) no-repeat center center;
 background-size: auto 100%;
}
.story03 .group_1 .sub_group_2 .title_group,
.story02 .group_1 .sub_group_2 .title_group{
 width: 45%;
 float: right;
 margin-top: 4vw;
}
.story03 .group_1 .sub_group_2 .title_group .initial,
.story02 .group_1 .sub_group_2 .title_group .initial{
 font-family: "Barlow";
 font-size: 200%;
 font-weight: 500;
 color: #009ed8;
}
h3.style-03 {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 160%;
  letter-spacing: 1px;
  margin-bottom: 30px;
} 
h3.style-03:before,
h3.style-03:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #009ed8;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
} 
h3.style-03:before {
  transform: rotate(-35deg);
} 
h3.style-03:after {
  transform: rotate(35deg);
}
.story03 .group_2 .sub_group_3,
.story03 .group_2 ul,
.story02 .group_2 .img_03,
.story02 .group_2 .sub_group_3,
.story02 .group_2 ul{
 margin-bottom: 50px;
}
.story02 .group_2 li.mgb,
.story02 .group_2 .sub_group_4 li:first-child,
.story02 .group_2 .sub_group_1 li:first-child{
 margin-bottom: 30px;
}

.story02 .group_2 .sub_group_2 li:first-child{
 margin-bottom: 30px;
}
/* ---------------------------
 ストーリー03 SP
------------------------------ */
.story03 .group_1 .sub_group_2{
 max-width: 500px;
 margin-left: auto;
 margin-right: auto;
}
.story03 .group_1 .sub_group_2 li:nth-child(1) .img{
 width: 50%;
 height: 120px;
 display: block;
 float: left;
 background: url(images/story03/1-2.png) no-repeat center center;
 background-size: auto 100%;
}
.story03 .group_2 .sub_group_4 li:first-child,
.story03 .group_2 .sub_group_1 li:first-child{
 margin-bottom: 30px;
}
.story03 .group_2 .sub_group_2 li.mgb,
.story03 .group_2 .sub_group_2 li:first-child{
 margin-bottom: 30px;
}
.story03 .group_2 .sub_group_4,
.story03 .group_2 .sub_group_1{
}
.story03 .sub_group_5 li:first-child{
 margin-bottom: 30px;
}
.story03 .img h3{
 text-align: center;
 font-size: 140%;
 font-weight: 500;
}

/* ---------------------------
 ストーリー04 SP
------------------------------ */
.story04 .group_1 .over_box{
 overflow-x: scroll;
 background-color: #fff;
 padding-top: 20px;
 white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
}
.story04 .group_1 .over_box span{
 width: 2300px;
 display: block;
}

.story04 ul li.mgb_sp,
.story04 .group_1 .lh2{
 margin-bottom: 30px;
}
.story04 .group_2 ul{
 margin-bottom: 50px;
}
.story04 .group_2 .sub_group_9,
.story04 .group_2 .sub_group_7,
.story04 .group_2 .sub_group_5,
.story04 .group_2 .sub_group_3,
.story04 .group_2 .sub_group_1{
}
.story04 .group_2 .sub_group_9 li:first-child,
.story04 .group_2 .sub_group_7 li:first-child,
.story04 .group_2 .sub_group_5 li:first-child,
.story04 .group_2 .sub_group_3 li:first-child,
.story04 .group_2 .sub_group_1 li:first-child{
 margin-bottom: 30px;
}
.story04 .group_2 .sub_group_10 li:first-child,
.story04 .group_2 .sub_group_8 li:first-child,
.story04 .group_2 .sub_group_6 li:first-child,
.story04 .group_2 .sub_group_4 li:first-child,
.story04 .group_2 .sub_group_2 li:first-child{
 margin-bottom: 30px;
}
.scroll-container {
 width: 100%;
 overflow-x: auto;
 white-space: nowrap;
 -webkit-overflow-scrolling: touch;
 border: 1px solid #ccc;
 cursor: grab;
 user-select: none;
}

.timeline {
 background-color: #fff;
 padding: 20px 20px 0 20px; 
 display: inline-block;
 width: 1800px;
}

.timeline img {
 width: 100%;
 height: auto;
}
}/* SP */
/* ---------------------------
  サステナビリティTOP 他
------------------------------ */
.page_head.jizoku{
 background: url(images/jizoku/head-bg.jpg) no-repeat center center;
 background-size: cover;
}
@media screen and (min-width: 769px) {/* pcまで */
.attempt .group_2 ul,
.attempt .group_1 ul,
.jizoku .group_3 ul,
.jizoku .group_1 ul{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}

.jizoku .group_1 .sub_title{
 margin-bottom: 20px; 
}
.jizoku .btn-link{
 position: relative;
 transition-delay: 0.5s;
 width: 260px;
 height: 83px;
 float: right;
 margin-top: 20px;
}
.jizoku .btn-link .text{
 font-size: 120%;
 font-weight: bold;
 position: absolute;
 top: 50%;
 left: 0%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 line-height: 1.5;
}
.jizoku .btn-link .img{
 width: 30%;
 position: absolute;
 top: 50%;
 right: 0%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}
.jizoku .btn-link a{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.jizoku .btn-link span img{
 transition: 0.5s;
 transition-property: opacity;
 transition-duration: 0.5s;
}
.jizoku .btn-link:hover span img{
 opacity: 0.7;
}
.jizoku .btn-link:hover .text{
 text-decoration: underline;
}
.jizoku .group_2 ul{
 display: grid;
 grid-template-columns: repeat(auto-fill, 47%);
 justify-content: space-between;
}
.jizoku .group_2 ul li{
 margin-bottom: 50px;
}
.number_style .group{
 position: relative;
 height: 5vw;
 margin-bottom: 20px;
}
.number_style .group span{
 font-family: "Barlow";
 font-size: 400%;
 font-size: min(3vw, 400%);
 font-size: max(3vw, 200%);
 font-weight: 500;
 font-style: italic;
 line-height: 1.6;
 color: #009ed8;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
}
.number_style .group h3{
 line-height: 1.6;
 position: absolute;
 left: 4.5vw;
 top: 50%;
  transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 font-size: min(1.3vw, 160%);
 font-size: max(1.3vw, 110%);
 font-weight: bold;
}
.jizoku .group_3 .link_group{
 margin-top: 20px;
 position: relative;
}

.jizoku .group_3 .link_group h4{
 float: left;
 width: 77%;
 font-size: 140%;
 font-weight: bold;
 margin-top: 8px;
 font-size: min(1.3vw, 160%);
 font-size: max(1.3vw, 130%);
 
}
.jizoku .group_3 .link_group span{
 float: right;
 width: 18%;
 margin-top: 0.5vw;
}
.jizoku .group_3 .link_group a{
 color: #333;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.jizoku .group_3 .link_group:hover h4{
 text-decoration: underline;
}
.jizoku .group_3 .link_group img{
  transition-property: opacity;
  transition-duration: 0.5s;
}
.jizoku .group_3 .link_group:hover img{
  opacity: 0.7; 
}
}/* PC */
@media screen and (max-width: 768px) {/* SP */
.attempt .group_2 ul li,
.attempt .group_1 ul li,
.jizoku .group_3 ul li,
.jizoku .group_1 ul li{
 margin-bottom: 40px;
}

.jizoku .group_1 .sub_title{
 margin-bottom: 20px; 
}
.jizoku .btn-link{
 position: relative;
 transition-delay: 0.5s;
 width: 260px;
 height: 83px;
 float: right;
 margin-top: 20px;
}
.jizoku .btn-link .text{
 font-size: 120%;
 font-weight: bold;
 position: absolute;
 top: 50%;
 left: 0%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 line-height: 1.5;
}
.jizoku .btn-link .img{
 width: 30%;
 position: absolute;
 top: 50%;
 right: 0%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}
.jizoku .btn-link a{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.jizoku .btn-link span img{
 transition: 0.5s;
 transition-property: opacity;
 transition-duration: 0.5s;
}
.jizoku .btn-link:hover span img{
 opacity: 0.7;
}
.jizoku .btn-link:hover .text{
 text-decoration: underline;
}
.jizoku .group_2 ul{
}
.jizoku .group_2 ul li{
 margin-bottom: 50px;
}
.number_style .group{
 position: relative;
 min-height: 60px;
 margin-bottom: 10px;
}
.number_style .group span{
 font-family: "Barlow";
 font-size: min(3vw, 400%);
 font-size: max(3vw, 300%);
 font-weight: 500;
 font-style: italic;
 line-height: 1.6;
 color: #009ed8;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
}
.number_style .group h3{
 line-height: 1.6;
 position: absolute;
 left: 14vw;
 top: 50%;
  transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 font-size: min(1.3vw, 160%);
 font-size: max(1.3vw, 120%);
 font-weight: bold;
}
.jizoku .group_3 .link_group{
 margin-top: 20px;
}
.jizoku .group_3 li{
 position: relative; 
}

.jizoku .group_3 .link_group h4{
 float: left;
 width: 77%;
 font-size: 140%;
 font-weight: bold;
 margin-top: 8px;
 font-size: min(1.3vw, 160%);
 font-size: max(1.3vw, 130%);
 
}
.jizoku .group_3 .link_group span{
 float: right;
 width: 18%;
 margin-top: 0.5vw;
}
.jizoku .group_3 .link_group a{
 color: #333;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.jizoku .group_3 .link_group:hover h4{
 text-decoration: underline;
}
.jizoku .group_3 .link_group img{
  transition-property: opacity;
  transition-duration: 0.5s;
}
.jizoku .group_3 .link_group:hover img{
  opacity: 0.7; 
}

}

/* ---------------------------
  サステナビリティ方針
------------------------------ */
@media screen and (min-width: 769px) {/* pcまで */
.policy .group_1 ul{
 display: grid;
 grid-template-columns: 43% 53%;
 justify-content: space-between;
 margin-bottom: 30px;   
} 
 .policy .group_1 ol{
 margin: 0px 0 40px 0;
}
.policy .group_1 h3{
 font-size: 140%;
 font-weight: 500;  
}
.policy .group_1 h4{
 font-size: 140%;
 margin-bottom: 10px;
}
.policy .group_1 h3{
 margin-bottom: 30px;  
}
.policy .group_1 .sub_group li._1{
 padding-top: 120px;  
}
.policy .group_2 .sub_group{
 display: grid;
 grid-template-columns: repeat(auto-fit, 47%);
 justify-content: space-between;
}
.policy .group_2 .sub_group &gt; div{
 margin-bottom: 5vw;
}
.policy .group_2 .sub_group ul.list{
 margin-left: 5vw !important;
}
.back-link.jizoku{
 width: 300px;
 margin-left: auto;
 margin-right: auto;
}
}/* PC */
@media screen and (max-width: 768px) {/* SP */
.policy .group_1 ul &gt; li{
 margin-bottom: 30px;
}
.policy .group_1 ol{
 margin: 0 0 40px 0;
}
.policy .group_1 h3{
  font-size: 130%;
  font-weight: 500;
  margin-bottom: 20px;  
 }
.policy .group_1 h4{
 font-size: 140%;
 margin-bottom: 10px;
}
.policy .group_2 .sub_group &gt; div{
 margin-bottom: 30px;
 padding-bottom: 30px;
}
.policy .group_2 .sub_group &gt; div:nth-child(4),
.policy .group_2 .sub_group &gt; div:nth-child(2){
 border-bottom: 2px dotted #ccc;
}
.policy .group_2 .sub_group ul.list{
 margin-left: 5vw !important;
}
.back-link.jizoku{
 width: 300px;
 margin-left: auto;
 margin-right: auto;
}

}
/* ---------------------------
  CSR活動 PC
------------------------------ */
@media screen and (min-width: 769px) {/* pcまで */
.csr .main strong{
 margin-bottom: 10px !important;
}
.csr .main .sub_title{
 margin-bottom: 3vw;
}
.csr h4,
.csr .group_1 h4{
 font-size: 140%;
 font-weight: bold;
 margin-bottom: 20px;
}
.csr .group_1 ul li.img{
 text-align: center;
 font-size: 80%;
}
.csr .group_1 ul li{
 margin-left: 5px;
 margin-right: 5px;
}

.csr .group_1 .sub_1{
 display: grid;
 grid-template-columns: 65% 30%;
 justify-content: space-between;
 margin-bottom: 4vw;
}
.csr .group_1 .sub_2{
 display: grid;
 grid-template-columns: repeat(auto-fill, 330px);
 justify-content: space-between;
 margin-bottom: 4vw;
}
.csr .group_1 .sub_2 li{
 margin-bottom: 2vw;
}
.csr .group_1 .sub_3{
 display: grid;
 grid-template-columns: 65% 30%;
 grid-template-rows: auto auto;
 justify-content: space-between;
 margin-bottom: 4vw;
}
.csr .group_1 .sub_3 li{
 margin-bottom: 3vw;
}

.csr .group_1 .sub_4{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
 justify-content: space-between;
}
.csr .group_1 .sub_4 li{
 margin-bottom: 3vw;
}
.csr .group_2 ul{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}
.csr .group_2 img{
 margin-bottom: 10px;
}
.csr .group_3 ul{
 display: grid;
 grid-template-columns: 65% 30%;
 grid-template-rows: auto auto;
 justify-content: space-between;
}
.csr .group_3 ul li{
 margin-bottom: 3vw;
}
}/* PC */
/* --------------------------- 調整 */
@media screen and (max-width: 1141px) {/* 以下 */
.csr .group_1 .sub_2{
 display: grid;
 grid-template-columns: 3fr 1.5fr 1.5fr;
 grid-template-rows: auto auto;
 justify-content: space-between;
 margin-bottom: 5vw;
}
.csr .group_1 .sub_4 li.kara{
 display: none;
} 
}/*  */
@media screen and (max-width: 768px) {/* SP */
.csr .main strong{
 margin-bottom: 10px !important;
}
.csr .main .sub_title{
 margin-bottom: 3vw;
}
.csr h4,
.csr .group_1 h4{
 font-size: 120%;
 font-weight: bold;
 margin-bottom: 20px;
}
.csr .group_1 ul li.img{
 text-align: center;
 font-size: 80%;
}
.csr .group_1 ul li{
 margin-left: 5px;
 margin-right: 5px;
 margin-bottom: 20px;
}
.csr .group_1 .sub_1{
 margin-bottom: 40px;
 display: grid;
 grid-template-columns: 60% 38%;
 justify-content: space-between;
}
.csr .group_1 .sub_1 li:nth-child(2){
 text-align: center;
 padding-top: 40%;
}
.csr .group_1 .sub_2{
display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}
.csr .group_1 .sub_2 li:nth-child(1) {
    grid-column: span 2 / span 2;
}

.csr .group_1 .sub_2 li:nth-child(2) {
    grid-row-start: 2;
}

.csr .group_1 .sub_2 li:nth-child(3) {
    grid-row-start: 2;
}
.csr .group_1 .sub_2 li{
 margin-bottom: 2vw;
}
.csr .group_1 .sub_3{
 display: grid;
 grid-template-columns: 49.5% 49.5%;
 grid-template-rows: auto auto;
 justify-content: space-between;
 margin-bottom: 4vw;
}
.csr .group_1 .sub_3 li{
 margin-bottom: 30px;
}
.csr .group_1 .sub_3 li.img{
 padding-top: 35%;
}

.csr .group_1 .sub_4{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
 justify-content: space-between;
}
.csr .group_1 .sub_4 li{
 margin-bottom: 3vw;
}
.csr .group_2 ul{
 display: grid;
 grid-template-columns: 47% 47%;
 justify-content: space-between;
}
.csr .group_2 img{
 margin-bottom: 10px;
}
.csr .group_3 ul{
 display: grid;
 grid-template-columns: 60% 38%;
 grid-template-rows: auto auto;
 justify-content: space-between;
}
.csr .group_3 ul li{
 margin-bottom: 3vw;
}
.csr .group_3 ul li.img{
 padding-top: 40%;
}


}/* end */

/* ---------------------------
  SDGsに向けた取り組み PC
------------------------------ */
@media screen and (min-width: 769px) {/* pcまで */
.attempt .group_1 .sub_title{
 margin-bottom: 30px;
}
.attempt .group_1 ul li:nth-child(1){
 padding-top: 40px;
}

.attempt .main h3{
 font-weight: bold;
 margin-bottom: 20px;
 font-size: min(1.2vw, 160%);
 font-size: max(1.2vw, 130%);
} 
.attempt .group_2 .sub_group{
 margin-bottom: 5vw;
}
.attempt .group_2 .text{
 margin-bottom: 20px;
}
.attempt .group_3 ul{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
 justify-content: space-between;
}
.attempt .group_3 ul li{
 margin: 0 10px 25px 10px;
}
}/*  */
.attempt .group_3 .sub_group li img{
 border: 2px solid #ccc; 
}

@media screen and (max-width: 768px) {/* SP */
.attempt .group_1 .sub_title{
 margin-bottom: 30px;
}
.attempt .group_1 ul li:nth-child(1){
 padding-top: 40px;
}

.attempt .main h3{
 font-weight: bold;
 margin-bottom: 20px;
 font-size: min(1.2vw, 160%);
 font-size: max(1.2vw, 130%);
} 
.attempt .group_2 .sub_group{
 margin-bottom: 3.5vw;
}
.attempt .group_2 .text{
 margin-bottom: 20px;
}
.attempt .group_3 ul{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(100px,1fr));
 justify-content: space-between;
}
.attempt .group_3 ul li{
 margin: 0 10px 25px 10px;
}
}/*  */
/* ---------------------------
  約款 PC
------------------------------ */
.contracts .over_box a{
 color: #009ed8;  
}
table.style-04{
  border-collapse: collapse;
  width: 100%;
  margin: 30px auto;
 }
 table.style-04 th.title,
 table.style-04 .title td,
 table.style-04 .title th{
  background-color: #e5eded;
  text-align: center;
 }
 table.style-04 td{
  padding: 20px;
  border: 1px solid #ccc;
 }
 table.style-04 th{
  padding: 20px;
  border: 1px solid #ccc;
  font-weight: bold;
  vertical-align: middle;
  min-width: 150px;
 }


@media screen and (min-width: 769px) {/* pcまで */
  table.style-04{
    border-collapse: collapse;
    width: 100%;
    margin: 30px auto;
   }
   table.style-04 th.title,
   table.style-04 .title td,
   table.style-04 .title th{
    background-color: #e5eded;
    text-align: center;
   }
   table.style-04 td{
    padding: 20px;
    border: 1px solid #ccc;
   }
   table.style-04 th{
    padding: 20px;
    border: 1px solid #ccc;
    font-weight: bold;
    vertical-align: middle;
    min-width: 150px;
   }
.contracts .group_1 .sub_group{
 background-color: #ddf0f7;
 border-radius: 20px;
 padding: 30px;  
}
.contracts .group_1 .sub_group h3{
 font-size: 140%;
 text-align: center;
 margin-bottom: 30px;
} 
.contracts .group_1 .sub_group li{
 margin-bottom: 20px;
}

.contracts h3.title{
 text-align: center;
 padding: 20px;
 font-size: 160%;
 max-width: 100%;
 background-color: #d5e8ef; 
}
.contracts .over_box{
 overflow: auto;
 height: 1000px;
 max-width: 100%;
 margin: 0 auto 60px auto;
 padding: 30px;
 border: 2px solid #d5e8ef;  
}
.contracts .over_box ul li{
 margin-bottom: 30px;  
}
.contracts .over_box ul li .title{
  margin-bottom: 10px;
  font-size: 110%;
  font-weight: 500;  
}
.contracts .over_box ol li{
 margin-bottom: 15px;  
}
.contracts .over_box table.style-03{
 margin-bottom: 40px;  
}
.contracts .over_box table tr.title td{
 font-weight: bold;
 vertical-align: middle;
}
.contracts .over_box table .seirei{
 width: 250px;
}
.contracts table th.title{
 background-color: #e5eded;
}
.contracts .over_box table td span{
 display: inline-block;  
} 
.contracts .over_box table caption{
 padding-bottom: 5px;
 font-size: 100%;  
}
.contracts .group_2 table.sub_table{
 margin-left: 15px;
 margin-top: 10px;  
}

.contracts table.sub_table{
 margin-bottom: 10px;
}
.contracts table.sub_table th{
 padding-right: 10px;
}
.contracts table.sub_table tr{
 padding-bottom: 10px;
 display: block; 
}
.contracts .over_box h4{
 font-size: 110%;
 font-weight: 500;
 margin-bottom: 10px;  
}
.contracts .content_nav {
 display: grid;
 grid-template-columns: 25% 25% 25% 25%;
 justify-content: space-between;
 margin-bottom: 100px;
}
.contracts .content_nav a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding:10px 0 20px 0;
    color: #333;
    font-size: 100%;
    font-weight: bold;
    background:url(images/gastak/menu-arrow.png) no-repeat center bottom;
}
.contracts .content_nav li {
  border-left: 1px solid #333;
}
.contracts .content_nav li:last-child {
  border-right: 1px solid #333;
}
.contracts ul.pdf{
 display: grid;
 grid-template-columns: 31% 31% 31%;
 justify-content: space-between;  
}
.contracts ul.pdf li {
 border-bottom: 2px solid #009ed8; 
}
.contracts ul.pdf li a{
 width: 100%; 
 padding: 20px 10px;
 display: inline-block;
 color: #333;  
}
.contracts ul.pdf li:nth-child(1)  a{
 background: url(images/contracts/icon-pdf.png) no-repeat 98% center;
}
.contracts ul.pdf li:nth-child(1)  a:hover{
 background: url(images/contracts/icon-pdf.png) no-repeat 98% 25px;
}
.contracts ul.pdf li:nth-child(2)  a{
  background: url(images/contracts/icon-dl-02.png) no-repeat 98% center;
}
.contracts ul.pdf li:nth-child(2)  a:hover{
  background: url(images/contracts/icon-dl-02.png) no-repeat 98% 25px;
}
.contracts ul.pdf li:nth-child(3)  a{
  background: url(images/contracts/arrow-right.png) no-repeat 98% center;
}
.contracts ul.pdf li:nth-child(3)  a:hover{
  background: url(images/contracts/arrow-right.png) no-repeat right center;
}
}/*  */  
@media screen and (max-width: 768px) {/* SP */
  table.style-04{
    border-collapse: collapse;
    width: 100%;
    margin: 30px auto;
   }
   table.style-04 th.title,
   table.style-04 .title td,
   table.style-04 .title th{
    background-color: #e5eded;
    text-align: center;
   }
   table.style-04 td{
    padding: 20px;
    border: 1px solid #ccc;
   }
   table.style-04 th{
    padding: 20px;
    border: 1px solid #ccc;
    font-weight: bold;
    vertical-align: middle;
    min-width: 130px;
   }
   .contracts .group_1 .sub_group{
    background-color: #ddf0f7;
    border-radius: 20px;
    padding: 20px;  
   }
   .contracts .group_1 .sub_group h3{
    font-size: 140%;
    text-align: center;
    margin-bottom: 30px;
   } 
   .contracts .group_1 .sub_group li{
    margin-bottom: 20px;
   }
   .contracts h3.title{
    text-align: center;
    padding: 20px;
    font-size: 140%;
    max-width: 100%;
    background-color: #d5e8ef; 
}
.contracts .over_box{
    overflow: auto;
    height: 1000px;
    max-width: 100%;
    margin: 0 auto 30px auto;
    padding: 10px;
    border: 2px solid #d5e8ef;
    white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */  
}
.contracts .over_box ul li{
    margin-bottom: 30px;  
}
.contracts .over_box ul li .title{
     margin-bottom: 10px;
     font-size: 110%;
     font-weight: 500;  
}
.contracts .over_box ol li{
    margin-bottom: 15px;  
}
.contracts .over_box table.style-03{
    margin-bottom: 40px;  
}
.contracts .over_box table tr.title td{
    font-weight: bold;
    vertical-align: middle;
}
.contracts .over_box table .seirei{
    width: 250px !important;
}
.contracts table th.title{
    background-color: #e5eded;
}
.contracts .over_box table td span{
    display: inline;  
} 
.contracts .over_box table caption{
    padding-bottom: 5px;
    font-size: 100%;  
}
.contracts .group_2 table.sub_table{
    margin-left: 15px;
    margin-top: 10px;  
}
   
.contracts table.sub_table{
    margin-bottom: 10px;
}
.contracts table.sub_table th{
    padding-right: 10px;
}
.contracts table.sub_table tr{
    padding-bottom: 10px;
    display: block; 
}
.contracts .over_box h4{
    font-size: 110%;
    font-weight: 500;
    margin-bottom: 10px;  
}
.contracts .content_nav {
 margin-bottom: 50px;    
}
.contracts .content_nav a {
       width: 100%;
       display: inline-block;
       text-align: center;
       padding:10px 0 20px 0;
       color: #333;
       font-size: 100%;
       font-weight: bold;
       background:url(images/gastak/menu-arrow.png) no-repeat center right;
       border-bottom: 2px dotted #333;
}
.contracts .content_nav li {
     
}

.contracts ul.pdf{
      
}
.contracts ul.pdf li {
    border-bottom: 2px solid #333; 
}
.contracts ul.pdf li a{
    width: 100%; 
    padding: 20px 0;
    display: inline-block;
    color: #333;  
}
.contracts ul.pdf li:nth-child(1)  a{
    background: url(images/contracts/icon-pdf.png) no-repeat right center;
}
.contracts ul.pdf li:nth-child(2)  a{
     background: url(images/contracts/icon-dl-02.png) no-repeat right center;
}
.contracts ul.pdf li:nth-child(3)  a{
     background: url(images/contracts/arrow-right.png) no-repeat right center;
}
}</pre></body></html>