@charset "UTF-8";

/*---------------------------common-----*/

.js-rellax-wrap {
    border-radius: 0;
}

.fv-wrap .fv .pageTtl.enFirst small{
    margin: 0 0 15px;
}

.flexBox.cm{
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.flexBox.cm .img{
    margin-left: calc((100vw - 100%) / 2 * -1);
    padding-right: 4.9%;
    width: calc(56.18% + (100vw - 100%) / 2);
    position: relative;
}

.flexBox.cm .img .js-rellax-wrap {
    border-radius: 0 28px 28px 0;
    max-height: 566px;
}

.flexBox.cm .detail{
  position: relative;
  width: 50%;
  z-index: 1;
}

.flexBox.cm .detail .head30{
  margin-bottom: 40px;
}

.blueBg{
  margin-bottom: 20px;
}

.blueBg span{
  color: #fff;
  background: #2598dc;
  border-radius: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px 30px;
}

.grayBg{
  background: #f3f3f3;
  border-radius: 20px;
  padding: 50px 60px;  
}

.grayBg ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.grayBg ul li{
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  padding: 20px 0;
  width: 49.5%;
}

.grayBg ul li .icon{
  background: linear-gradient(45deg, #b3d04e, #13a3cf);  
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.grayBg ul li .icon img{
  height: 30px;
}

.grayBg ul li .text18{
  color: #009edf;
  font-weight: bold;
}

@media screen and (max-width: 834px) {

.fv-wrap .fv .pageTtl.enFirst small {
    margin: 0 0 6px;
}

.flexBox.cm{
    display: block;
}

.flexBox.cm .img {
    margin: 0 auto 25px;
    padding-right: 0;
    width: 100%;
    position: relative;
}

.flexBox.cm .img .js-rellax-wrap {
    border-radius: 28px;
}

.js-rellax-wrap img {
    height: 200px;
}

.flexBox.cm {
    margin-bottom: 30px;
}

.flexBox.cm .detail {
    width: 100%;
}

.flexBox.cm .detail .head30 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.8rem;
}

.blueBg {
    text-align: center;
}

.blueBg span {
    font-size: 1.4rem;
    padding: 5px 20px;
}

.grayBg {
    padding: 0 5% 5%;
}    

.grayBg ul li {
    display: block;
    padding: 15px 0;
}

.grayBg ul li .icon {
    margin: 0 auto 10px;
}

.grayBg ul li .text18 {
    text-align: center;
}
}

/*---------------------------top-----*/

#s-property{
  background: url(../../img/common/cm_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 110px;
  position: relative;
}

.en-wrap{
  padding-left: 68%;
  position: absolute;
  top: 5%;
  z-index: 0;
}

.txt-cap {
    position: relative;
    width: 200em;
}

.txt-cap span{
  background: linear-gradient(0deg, #ecf4f8, #fafbf0);  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.05em;
  margin: 0 -0.1em;
  font-size: 100px;
  font-size: 10rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}

#s-property .btnWrap{
  display: flex;
  justify-content: space-between;
  margin: 65px auto 0;
  width: 90%;
}

#s-property .btnWrap .btnGreen{
  border: 1px solid #c6d53e;
  background: #c6d53e;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  padding: 40px 20px;
  width: 48%;
  position: relative;
  text-align: center;
  font-weight: 600;
  transition: 0.2s ease;
}

#s-property .btnWrap .btnGreen:hover{
  border: 1px solid #c6d53e;
  background: #fff;
  color: #c6d53e;
}

#s-property .btnWrap .btnBlue{
  background: #2598dc;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  padding: 40px 20px;
  width: 48%;
  position: relative;
  text-align: center;
  font-weight: 600;
  transition: 0.2s ease;
}

#s-property .btnWrap .btnBlue:hover{
  border: 1px solid #2598dc;
  background: #fff;
  color: #2598dc;
}

#s-property .btnWrap .btnGreen span,
#s-property .btnWrap .btnBlue span{
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff;
  text-align: center;
  font-weight: 600;
  transition: 0.2s ease;  
}

#s-property .btnWrap .btnGreen:hover span{
  border: 1px solid #c6d53e;
  color: #c6d53e;
}

#s-property .btnWrap .btnBlue:hover span{
  border: 1px solid #2598dc;
  color: #2598dc;
}

#s-indiviual{
  background: #f1f6f8;
  padding: 120px 0;
}

.flexIntro{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 70px;
  width: 80%;
}

.flexIntro .bg{
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    width: 50px;
    display: flex;
    writing-mode: vertical-lr;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

#s-indiviual .flexIntro .bg{
  background: #c6d53e;
}

#s-indiviual ul li {
    margin-bottom: 30px;
}

.flexIntro .detail{
  width: calc(95% - 50px);
}

.flexIntro .detail .head30{
  margin-bottom: 25px;
}

#s-indiviual ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#s-indiviual ul li{
  margin-bottom: 70px;
  width: 23%;
}

#s-indiviual ul li:nth-of-type(5),
#s-indiviual ul li:nth-of-type(6),
#s-indiviual ul li:nth-of-type(7),
#s-indiviual ul li:nth-of-type(8){
  margin-bottom: 0;
}

#s-indiviual ul li .img{
  background: #fff;
  border-radius: 180px;
  height: 180px;
  width: 180px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.05);
-webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.05);
}

#s-indiviual ul li .img img{
  height: 70px;
}

#s-indiviual ul li .text18{
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

#s-corporate{
  background: #f3f3f3;
  padding: 120px 0;
}

#s-corporate .flexIntro .bg{
   background: #2598dc;
}

#s-corporate ul li{
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 25px;
  overflow: hidden;
}

#s-corporate ul li:last-child{
  margin-bottom: 0;
}

#s-corporate ul li .img{
  width: 40%;
}

#s-corporate ul li .img img{
  width: 100%;
}

#s-corporate ul li .detail{
  width: 55%;
}

#s-corporate ul li .detailWrap{
  position: relative;
  padding: 6% 8%;
}

#s-corporate ul li .detailWrap .head24{
  align-items: center;
  display: flex; 
  margin-bottom: 25px;
}

#s-corporate ul li .detailWrap .head24 span{
  color: #999999;
  font-size: 19px;
  font-size: 1.9rem;
  padding: 2px 10px;
  border: 1px solid #999999;
  border-radius: 30px;
  margin-left: 10px;
}

#s-corporate ul li .detailWrap .c-txt01 {
    width: 86%;
}

#s-corporate ul li .detailWrap .btn{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #c6d53e;
  border-radius: 100px;
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}

#s-corporate ul li .detailWrap .btn i{
  color: #fff;
  font-size: 20px;
}

#s-corporate ul li .detailWrap .btn:hover{
  transform: translateY(-50%) scale(1.1);
}

@media screen and (max-width: 1024px){

.txt-cap span {
    font-size: 5rem;
}

#s-property .btnWrap .btnGreen,
#s-property .btnWrap .btnBlue{
    padding: 20px 20px;
}

#s-corporate ul li .detailWrap .head24 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

#s-corporate ul li .detailWrap .head24 span {
    font-size: 1.6rem;
}

#s-corporate ul li .detailWrap .btn {
    height: 45px;
    width: 45px;
}

#s-property .btnWrap .btnGreen span, 
#s-property .btnWrap .btnBlue span {
  font-size: 1.4rem;
  height: 40px;
  width: 40px;
}

#s-corporate ul li .detailWrap {
    padding: 4% 8%;
}

.flexIntro {
    margin: 0 auto 40px;
}

.flexIntro .detail .head30 {
    margin-bottom: 15px;
}
}

@media screen and (max-width: 834px) {
#s-property{
    margin-bottom: 50px;
}

#s-property .btnWrap {
    display: block;
    margin: 25px auto 0;
    width: 100%;
}

#s-property .btnWrap .btnGreen,
#s-property .btnWrap .btnBlue {
    width: 100%;
}

#s-property .btnWrap .btnGreen{
  margin-bottom: 10px;
}

#s-indiviual {
    padding: 50px 0;
}

.flexIntro {
    display: block;
    margin: 0 auto 40px;
    width: 100%;
}

.flexIntro .bg {
    writing-mode: horizontal-tb;
    padding: 8px 0;
    width: 100%;
    margin-bottom: 15px;
}

.flexIntro .detail {
    width: 100%;
}

.flexIntro .detail .head30 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
}

#s-indiviual ul li {
    margin-bottom: 30px;
    width: 48%;
}

#s-indiviual ul li:nth-of-type(5),
#s-indiviual ul li:nth-of-type(6) {
    margin-bottom: 30px;
}

#s-indiviual ul li .img {
    height: 140px;
    width: 140px;
}    

#s-indiviual ul li .img img {
    height: 55px;
}

#s-indiviual ul li .text15 {
    font-size: 1.1rem;
}

#s-corporate {
    padding: 50px 0;
}

#s-corporate ul li {
    display: block;
}

#s-corporate ul li .img {
    width: 100%;
}

#s-corporate ul li .detail {
    width: 100%;
}

#s-corporate ul li .detailWrap .head24 {
    font-size: 1.8rem;
    display: block;
}

#s-corporate ul li .detailWrap .head24 span {
    font-size: 1.4rem;
    display: inline-block;
}

#s-corporate ul li .detailWrap .c-txt01 {
    width: 100%;
    margin-bottom: 50px;
}

#s-corporate ul li .detailWrap .btn {
    right: 5%;
    top: 75%;  
    position: absolute;
}

#s-corporate ul li .detailWrap .btn:hover {
    transform: translateY(-50%) scale(1.1);
    position: absolute;

}
}

/*---------------------------service01-----*/

#s-maintenance{
  background: url(../../img/common/cm_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-bottom: 120px;
}

#s-maintenance ul{
  display: flex;
  justify-content: space-between;
  margin: 0 -1%;
}

#s-maintenance ul li{
  margin: 0 1%;
  width: 31%;
}

#s-maintenance ul li .img{
  margin-bottom: 35px;
}
  
#s-maintenance ul li .img .js-rellax-wrap{
    border-radius: 10px;
}

#s-maintenance ul li .text18{
  color: #2598dc;
  font-weight: bold;
  margin-bottom: 20px;
}  

#s-contract{
  padding: 110px 0 100px;
  background: linear-gradient(0deg, #f9fafb, #ecf4f8);  
}

#s-contract .whiteBg{
  background: #fff;
  border-radius: 20px;
  padding: 70px 0 60px;
}

#s-contract .whiteBg .img{
  margin: 0 auto;
  width: 80%;
}

#s-finanace{
  padding: 100px 0 110px;
}

@media screen and (max-width: 834px) {
#s-maintenance{
    padding-bottom: 25px;
}

#s-maintenance ul {
    display: block;
    margin: 0;
}

#s-maintenance ul li {
    margin: 0 0 30px;
    width: 100%;
}

#s-maintenance ul li .img {
    margin-bottom: 20px;
}

#s-maintenance ul li .text18 {
    margin-bottom: 15px;
}

#s-contract {
    padding: 50px 0;
}

#s-contract .sp{
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-align: center;
  color: #ddd;
}

#s-contract .whiteBg {
    background: #fff;
    border-radius: 20px;
    padding: 8% 0% 8% 3%;
}

#s-contract .whiteBg .imgWrap{
  overflow: scroll;
}

#s-contract .whiteBg .img{
  width: 500px;
}

#s-contract .whiteBg .img img{
  width: 500px;
}

#s-finanace {
    padding: 50px 0;
}
}

/*---------------------------service02 & 04-----*/

#s-pr{
  background: url(../../img/common/cm_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-bottom: 120px;
}

#s-monitor{
  padding: 110px 0 100px;
  background: linear-gradient(0deg, #f9fafb, #ecf4f8);  
}

#s-monitor ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#s-monitor ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  margin-bottom: 50px;
}

#s-monitor ul li .img {
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}

#s-monitor ul li .detail{
  width: 55%;
}

#s-monitor ul li .detail .text18{
  color: #2598dc;
  margin-bottom: 15px;
  font-weight: bold;
}

#s-trouble{
  padding: 110px 0 100px;
}

#s-trouble .grayBg li{
  width: 30%;
}

#s-trouble .right.text15{
  margin-top: 10px;
  text-align: right;
}

/*---------------------------service04-----*/

#s-pr .grayBg ul li {
    width: 30%;
}

#s-pr .right.text15{
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 834px) {
#s-pr {
    padding-bottom: 20px;
}

#s-monitor {
    padding: 50px 0;
}

#s-monitor ul li {
    width: 100%;
    margin-bottom: 30px;
}

#s-monitor ul li:last-child{
  margin-bottom: 0;
}

#s-monitor ul li .js-rellax-wrap img {
    height: 140px;
}

#s-trouble {
    padding: 50px 0;
}

#s-trouble .grayBg {
    padding: 5% 5% 5%;
}

#s-trouble .grayBg li {
    width: 48%;
}

/*---------------------------service04-----*/

#s-pr .grayBg ul li {
    width: 48%;
}

}

/*---------------------------service03-----*/

.fv-wrap.ser03{
  margin-bottom: 0;
}

#s-cleaning{
  background: url(../../img/common/cm_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 200px 0 120px;
}

#s-cleaning ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -30px;
}

#s-cleaning ul li{
  color: #2598dc;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 30px;
  width: 33.33%;
  display: flex;
  align-items: center;
}

#s-cleaning ul li span{
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 15px;
  border-radius: 10px;
  background: #c6d53e;    
}

#s-coating{
  background: linear-gradient(0deg, #f9fafb, #ecf4f8);  
  padding: 110px 0 100px
}

#s-coating .whiteBg{
  background: #fff;
  border-radius: 20px;
  padding: 70px 5% 60px;
  margin-bottom: 100px;
}

#s-coating .effect{
  border-radius: 15px;
  background: #f3f3f3 url(../../img/common/cm_bg.png) no-repeat;
  background-position: right bottom;
  padding: 6% 5% 5%;
  margin-bottom: 50px;
}

#s-coating .effect .head32{
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#s-coating .effect .head32 .underline{
  background: linear-gradient(transparent 60%, #dde599 60%);
}

#s-coating .effect .head32 .blue{
  color: #009fdf;
}

#s-coating .effect .effectList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#s-coating .effect .effectList li{
  width: 14%;
}

#s-coating .effect .effectList li .img{
  margin: 0 auto 25px;
}

#s-coating .effect .effectList li .img img{
  height: 80px;
  width: 100%;
}

#s-coating .effect .effectList  .blueBg {
    margin-bottom: 0;
    text-align: center;
}

#s-coating .effect .effectList .blueBg span {
    font-size: 1.5rem;
    padding: 5px 13px;
}

#s-coating .benefitList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#s-coating .benefitList li{
  width: 30%;
}

#s-coating .benefitList li .icon{
  background: linear-gradient(45deg, #b3d04e, #13a3cf);  
  border-radius: 100px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}

#s-coating .benefitList li .icon img{
  height: 50px;
}

#s-coating .benefitList li .text18{
  color: #009fdf;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}


#s-coating .shikumiList{
  margin: 0 auto;
  width: 80%;
}

#s-coating .head24{
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

#s-coating .shikumiList li{
  position: relative;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#s-coating .shikumiList li:last-child:after{
  background: none;
}

#s-coating .shikumiList li:after{
  position: absolute;
  content: "";
  background: url(../img/ser03/triangle.png) no-repeat;
  background-size: contain;
  height: 30px;
  width: 60px;
  bottom: -30px;
  left: 50%;
}

#s-coating .shikumiList li .img{
  width: 45%;
}

#s-coating .shikumiList li .img .js-rellax-wrap {
    background: transparent;
}

#s-coating .shikumiList li .img img{
  border-radius: 28px;
  width: 100%;
}

#s-coating .shikumiList .detail{
  width: 50%;
}

#s-coating .shikumiList .detail .head24{
  text-align: left;
  margin-bottom: 40px;
}

#s-making{
  background: url(../../img/common/cm_bg.png) no-repeat;
  background-size: contain;
  background-position: top center;
  position: relative;
  padding: 200px 0 120px;  
}

#s-making .grayBg{
  margin-bottom: 40px;
}

#s-making .grayBg ul{
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
}

#s-making .grayBg ul li .textWrap{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
  align-items: center;
}

#s-making .grayBg ul li .whiteTtl{
  background: #fff;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-right: 15px;
}

#s-making .grayBg ul li .note{
  color: #8a8a8a;
  font-size: 14px;
  font-size: 1.4rem;
  display: none;
}

#s-making .grayBg ul li{
    align-items: flex-end;
}

#s-making .grayBg ul.list01{
  margin-bottom: 30px;
}

#s-making .grayBg ul.list01 li{
  display: block;
  border-bottom: none;
}

#s-making .grayBg ul.list01 li:nth-of-type(1){
  width: 67%;
}

#s-making .grayBg ul.list01 li:nth-of-type(2){
  width: 29%;
}

#s-making .grayBg ul.whiteBg{
  background: #fff;
  border-radius: 20px;
  padding: 25px;
}

#s-making .grayBg ul.whiteBg li{
  display: block;
  border-bottom: 0;
  width: 48%;
}

#s-making .grayBg ul.whiteBg li img{
  width: 100%;
}

#s-making .application{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#s-making .application li{
  width: 31%;
  margin-top: 3%;
}

#s-making .application li .img{
  margin-bottom: 20px;
}

#s-making .application li .img .js-rellax-wrap {
     border-radius: 15px; 
}

#s-making .application li .head18{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2598dc;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px){
.fv-wrap.ser03 {
    margin: 0 auto 0;
}

#s-cleaning {
    padding: 50px 0 50px;
}

#s-cleaning ul {
    margin-bottom: -15px;
}

#s-cleaning ul li {
    font-size: 1.4rem;
    margin-bottom: 20px;
    width: 48%;
}

#s-cleaning ul li span {
    height: 6px;
    width: 6px;
    margin-right: 8px;
}

#s-coating {
    padding: 50px 0;
}

#s-coating .whiteBg {
    padding: 8% 5%;
    margin-bottom: 50px;
}

#s-coating .effect .head32 {
    margin-bottom: 20px;
}

#s-coating .effect .effectList {
    width: 80%;
    margin: 0 auto;
}

#s-coating .effect .effectList li {
    width: 48%;
    margin-bottom: 25px;
}

#s-coating .effect .effectList li .img img {
    height: 50px;
}

#s-coating .effect .effectList li .img {
    margin: 0 auto 15px;
}

#s-coating .effect .effectList .blueBg span {
    font-size: 1.3rem;
}

#s-coating .benefitList {
    display: block;
}

#s-coating .benefitList li {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 25px;
}

#s-coating .benefitList li .icon {
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

#s-coating .benefitList li .icon img{
    height: 40px;
}

#s-coating .benefitList li .text18 {
  margin-bottom: 10px;
  text-align: left;
}

#s-coating .benefitList li div{
  width: calc(100% - 100px);
}

#s-coating .shikumiList {
    width: 100%;
}

#s-coating .shikumiList li {
    margin-bottom: 50px;
    display: block;
}

#s-coating .shikumiList li:last-child{
  margin-bottom: 0;
}

#s-coating .shikumiList li .img {
  margin-bottom: 25px;
  width: 100%;
}

#s-coating .shikumiList .detail {
    width: 100%;
}

#s-coating .shikumiList li:after {
    height: 12px;
    width: 20px;
    bottom: -30px;
    left: calc(50% - 6px);
}

#s-coating .shikumiList li .img img{
  height: 172px;
}

#s-making {
    padding: 50px 0 50px;
}

#s-making .grayBg {
    padding: 8% 5% 8%;
    margin-bottom: 30px;
}

#s-making .grayBg ul {
    display: block;
}

#s-making .grayBg ul li .textWrap {
    display: block;
    margin-bottom: 30px;
}

#s-making .grayBg ul li .whiteTtl {
    padding: 5px 10px;
    font-size: 1.7rem;
    margin: 0 auto 10px;
    width: 80%;
}

#s-making .grayBg .Img img{
  width: 150% !important;
  max-width: 150%;
  margin-bottom: 5px;
}

#s-making .grayBg ul.whiteBg li .Img img{
  width: 200% !important;
  max-width: 200%;
}

#s-making .grayBg ul li .note {
    font-size: 1.2rem;
    text-align: center;
    display: block;
}

#s-making .grayBg ul.list01 li:nth-of-type(1) {
    width: 100%;
}

#s-making .grayBg ul.list01 li:nth-of-type(2) {
    width: 100%;
    margin: auto;
}

#s-making .grayBg ul.list01 li:nth-of-type(2) .Img img{
  width: 100% !important;
  max-width: 100%;
}

#s-making .grayBg ul.whiteBg li {
    width: 100%;
}

#s-making .grayBg .Img{
  margin-bottom: 5px;
  padding-bottom: 10px;
  overflow: scroll;
}

#s-making .application li {
    width: 48%;
}

#s-making .application li .js-rellax-wrap img {
    height: 150px;
}

#s-making .application li .head18 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
}
