penny271
2/20/2020 - 5:45 AM

isara 20200220 scss

@charset "utf-8";

// *:not(.header-in){   
  /* !も試したが効果なし  text-align: initialも効果なし */
* {
  margin: 0px;
  padding: 0px;
  letter-spacing: 1.5px;
  line-height: 22.4px;
  text-align: center;   /* このせいでヘッダーが左端に寄らない */
  }

@mixin btnbtn {
  // display: inline-block;
  // float: right;
  width: 260px;
  height:40px;
  border: 1px solid #da6b64;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  background-color: #da6b64;
  // margin-right: 30px;
  a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
    font-size: 12px;
    height: 100%;
    padding: 10px;
  }
  &:hover {
    background-color: #d84940;
  }
}

body {
  margin: 0;
  color: #333333;
}

.img1 {
  p{
    margin: 0;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    text-align: initial;
  }
  img{
    vertical-align: bottom;

  }
}

header {
  height: 70px;
}

.header-in{
  position:fixed;
  top: 0;
  width: 100%;  /* ある 場合 */
  background-color: #ffffff;
  padding:15px 10px 0;
  margin-right: 70px;
  z-index: 10;
}

.divider {
  height: 4000px;
  background-color: skyblue;
}

.btn {
  // display: inline-block;
  float: right;
  width: 260px;
  height:40px;
  border: 1px solid #da6b64;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  background-color: #da6b64;
  margin-right: 30px;
  a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
    font-size: 12px;
    height: 100%;
    padding: 10px;
  }
  &:hover {
    background-color: #d84940;
  }
}

.isaratop{
  text-align: center;
  background-image: url(../img/main.jpg);
  // background-image: url(../img/introbottom.jpg);
  background-size: cover;
  height: 560px;
}.img1 {
  margin-bottom: 20px;
}.text1 {
  padding-top: 100px;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}.textm {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.ask {
  background-color: #ebb94d;
  color:#ffffff;
  padding: 30px 0;
  text-align: center;
.btnbtn {
  @include btnbtn;
  display: inline-block;
  width: 80%;
  padding: 20px;
  border-radius: 50px;
  a {
    font-size: 18px;
    letter-spacing: 1.5px;
    opacity: 1;
    height: 2px;}
}

h2 {
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 18px;
  padding: 10px 0;
  font-weight: normal;
  color:#ffffff
}

p {
  font-size: 18px;
  line-height: 50x;
&.take {
  color: #c7254e;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  width: 420px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 23px;
    }
  }
}

.engineer {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 0;
  color:333333;
  background-color: white;
  position: relative;
  .yellowbracketswide {
    padding: 15px 0;
    margin: 0 42px;
  }
  h2{
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
  }
  .contents-txtm {
    padding: 40px 0;
  }

    p{
      color: #333333;
      letter-spacing: 1.5px;
      margin-bottom: 24px;
      line-height: 25.6px;
  }span {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #ebb94d 70%);
  }
  .abcd {
    background-image: url(../img/introbottom.jpg);

    background-size: cover;
    height: 500px;
  }
  .about {
    display: inline-block;
    position: absolute;
    line-height: 80px;
    width: 80px;
    color: #ffffff;
    border-radius: 50px;
    background-color: #ebb94d;
    bottom: -65px;
  }
}

.nomad {
  background-color: #fef5e0;
  margin: 0;
  padding-bottom: 40px;
  text-align: center;  /* text-alignはここでも効く */
  // letter-spacing: 1.5px; /* ここだとCSSが効かない */
 .container {
  letter-spacing: 1.5px; /* ここだと効く。おそらく直下だから */
}
h2 {
  margin: 0;
  padding: 120px;
  padding-bottom: 40px;
}
h3 {
  font-size: 18px;
  margin: 0 0 10px;
} .skills {
  background-color: #fff;
  border: 2px solid #fcc137;
  border-radius:5px;
  padding: 30px;
  margin: 30px 20px;
} .skills_pic {
  display:flex;
  text-emphasis: center;
  justify-content: center;
} p {
  font-size: 12px;
  margin-top: 10px;
  padding: 10px;
  align-items: center;
} .pic {
  padding: 10px;
}
}

.chat {
  background-image: url(../img/aboutsecondbg.jpg);
  background-size: cover;
  background-position: center;
  height:734px;
  padding: 40px 0;
  width: 100%;
  text-align: center;
  .container {
  letter-spacing: 1.5px;
  color: #fff;
} h2 {
  font-weight: normal; 
  margin: 0;
  padding: 20px 0;
} p {
  margin: 0 0 10px 0;
}
span {
  color: #ebb94d;
}
.steps {
  display: flex;
  flex-direction: column;
}.steps_content {
  display: inline-block;
  flex-basis: 110px;
  // flex-basis: 300px;
  border: 1px solid white;
  width: 35%;
  margin: 20px auto 0;
  background-color: #fff;
  color: #000000;
  font-weight: bold;
  border-radius: 5px;
  padding: 30px 30px 20px;
  line-height: 19.2px;

} h3 {
  background-color: #ebb94d;
  width: 95%;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 14px;
  color:#ffffff;
  text-align: center;
  height: 22px;
  line-height: 22px;
} .first {
  font-size: 12px;
  margin: 30px 0 15px;
} .second {
  font-size: 14px;
  margin-bottom: 10px;
}
}

.blue {
  background-color: #016ea9;
  margin: 0;
  color: #fff;
  padding: 40px 0;
  letter-spacing: 1.5px;
  h2 {
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  } span {
    color: #ebb94d;
  }
}

.learning {
  padding: 40px 0;
  padding: 40px auto;  /* 動かない */
  text-align: center;
  letter-spacing: 1.5px;
  h3 {
    padding: 20px 0 35px;
    font-size: 24px;
  } span {
    font-size: 14px;
  } .txtm {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
    opacity: 0.8;
  } .enclose {
    display: flex;
    margin: 40px 0;
  }
    .learningbox {
    padding: 20px;

  } h5 {
    margin-bottom: 10px;
  }
}

.merit {
  padding: 30px 50px;
  background-color: #fef5e0;
  text-align: center;
  .txtm {
    font-size: 16px;
    font-weight: bold;
    padding-top: 40px;
  } h2 {
    padding: 10px 0 60px;
  } .learnbox {
    padding-bottom: 30px;
  }
  .textenclose {
    padding: 0 20px;
  }
  h3 {
    font-size: 16px;
    color:#ebb94d;
  } .texts {
    font-size: 14px;
    margin: 8px auto;
    text-align: left;
    width: 85%;
  } .support {
    border: 2px solid #ebb94d;
    margin: 30px 20px 40px;
    padding: 40px 20px 40px;
    background-color: #fff;
  } .txtl-yellow {
    font-family: "Hiragino Kaku Gothic Pro"
    ;
    font-size: 24px;
    margin-bottom: 10px;
    color: #ebb94d;
    font-weight: bold;
    line-height: 38.4px;
  } .txtm.tx {
    padding-top: 0;
    padding-bottom: 10px;
  } .txts {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  } .meritbottom {
    font-size: 12px;
    width: 800px;
    letter-spacing: normal;
  }
} /* merit */

.teacher {
  padding: 50px;
  // width:100%;
  height: 1951px;
  background-image: url(../img/teacherbg.jpg);
  background-position: 53%;
  // background-position: 0;
  background-size: cover;
  color: #ffffff;
  .txtl {
    font-size: 24px;
    line-height: 40px;
    margin: 50px 0 10px;
    font-weight: normal;
  } .txtss {
      font-size: 14px;
      margin-top: 30px;
      margin-bottom: 10px;
  } .fa::before {
    display:inline-block;
    font-size: inherit;
    content: "\f2c3"
  }
    img {
    border-radius: 50%;
    top: 40px;
    position: relative;
  } .detail {
    padding: 40px;
    border: 3px solid white;
    // max-width: 944px;
    // width: 100%;
    margin: 0 auto;
    // text-align: center;
  } .txts {
    text-align: center;
    width: 90%;
    margin: 10px;
    font-size: 14px;
    line-height: 22.4px;
    opacity: 0.8
  } .txts.tx{
    text-align: left;
  }
}

  .why {
    background-color: #ebb94d;
    height: 270px;
    padding: 40px 0 0;
    .circle2 {
      display: inline-block;
      height: 80px;
      width: 80px;
      line-height: 80px;
      background-color: #fff;
      border-radius: 50%;
      font-size: 20px;
      color: #ebb94d;
    } .nomad-text {
      line-height: 40px;
      font-size: 18px;
      padding: 15px 30px 0px;
      color: #fff;
    }
  }

  .answer {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 1189px;
    .txtl {
      font-size: 24px;
      line-height: 38.4px;
      font-weight: bold;
      margin-bottom: 10px;
    } .txts {
      font-size: 14px;
      line-height: 22.4px;
      font-weight: bold;
      margin-bottom: 10px;
    } .txts-2 {
      font-size: 12px;
      color: #333333;
      margin: 25px 0 10px;
    } .client-flex {
      // padding: 20px 0;
    } .container {
      display: flex;
      flex-direction: column;
    } .img-responsive {
      display: flex;
      margin: 0 20px;
      padding: 20px 0;
    } img {
      width: 31%;
      border: 3px solid #ebb94d
    } .p {
      padding-left: 30px;
      font-size: 18px;
      text-align: left;
      padding-top: 15px;
      line-height: 28.8px;
      font-style: italic;
      color: #777777;
      opacity: 0.8;
    } .small {
      display: table;
      text-align: left;
      margin-top: 8px;
      border-bottom: 1px solid #000;
      // text-decoration: underline;
      font-size: 15.3px;


    }
  }





// .take {
//   color: red;
//   background-color: #ffffff;
//   font-weight: bold;}

// .btnbtn {
//   @include btnbtn;
//   display: inline-block;
//   text-align: center;
//   font-size: 100px;
//       }



// .isaratop{
//   text-align: center;
//   background-image: url(img/main.jpg);
//   background-size: cover;
//   height: 500px;
//   width: 500px;
// }p {
//   font-weight: bold;
// }h1 {
//   font-size: 24px;
//   line-height: 50px;
//   margin: 0;
// }
// .stable img{   これだと.stable の中のimgだけでなく、ヘッダーのimgまで反映されてしまう 何故?
//   width: 317px;
//   height: 111px;
//   }img {
//     width: 317px;
//     height: 111px;
//   }