.br {
  display: none;
}

.salon-about-wrapper .title-txt {
  width: 87px;
}

.bold {
  font-weight: 700;
}

.staff-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #81D8D0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-bottom: 40px;
}

.staff-box:last-of-type {
  margin-bottom: 0;
}

.staff-img {
  width: 27.51%;
}

.staff-img img {
  height: 200px;
}

.staff-txt {
  margin-left: 68px;
}

.staff-txt .color {
  color: #81D8D0;
  margin-bottom: 19px;
}

.staff-txt .txt16 {
  line-height: 16px;
  letter-spacing: 0.16em;
}

.staff-txt .txt24 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.16em;
  margin-bottom: 17px;
}

.staff-txt .txt-box {
  max-width: 672px;
}

.staff-txt .txt-box .txt14 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 28px;
}

.insta-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -webkit-transition: .4s;
  transition: .4s;
}

.insta-wrapper a:hover {
  opacity: 0.4;
}

.insta {
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

.recruit-wrapper .title-txt {
  width: 116px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.16em;
}

.recruit-box-wrapper {
  max-width: 630px;
  margin: 0 auto;
  width: 90%;
}

.recruit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit-left {
  width: 28.57%;
  padding: 16px 0;
  background: #81D8D0;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit-left .txt14 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.16em;
  color: #fff;
}

.recruit-right {
  width: 71.43%;
  padding: 15px 0 16px;
  border: 1px solid #81D8D0;
  padding-left: 38px;
}

.recruit-right .txt14 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 28px;
  letter-spacing: 0.16em;
  -webkit-transition: .4s;
  transition: .4s;
}

.recruit-right a:hover .txt14 {
  opacity: 0.4;
}

.recruit-right .btn {
  margin: 21px 0 5px;
}

.recruit-right .btn .txt16 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 23px;
}

.teach-wrapper .title-txt {
  width: 358px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.16em;
}

.teach-wrapper .txt-box {
  text-align: center;
  margin: 0 auto 60px;
  width: 90%;
}

.teach-wrapper .txt-box .txt14 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 28px;
}

.step-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.step-box {
  width: 275px;
  height: 286px;
  border: 1px solid #81D8D0;
  border-radius: 8px;
  position: relative;
  padding-top: 40px;
}

.step-box .color {
  color: #81D8D0;
}

.step-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 46px;
  margin-bottom: 20px;
}

.step-box .title .txt32 {
  line-height: 29px;
  letter-spacing: 0.16em;
}

.step-box .title .txt80 {
  line-height: 29px;
  letter-spacing: 0.16em;
  margin-left: 18px;
}

.step-box .txt16 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 28px;
  margin-left: 26px;
}

.step-box .step-txt {
  margin: 9px 0 0 46px;
}

.step-box .step-txt .txt14 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 28px;
}

.step-box .arrow {
  width: 40px;
  height: 32px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: absolute;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.step-box .arrow img {
  width: 14px;
  height: 25px;
}

.step-box2 {
  height: 308px;
}

.step2 .title {
  margin-left: 55px;
}

.step2 .txt16 {
  margin-left: 35px;
}

.step2 .step-txt {
  margin-left: 55px;
}

.step3 .title {
  margin-left: 47px;
}

.step3 .txt16 {
  margin-left: 27px;
}

.step3 .step-txt {
  margin-left: 47px;
}

.step4 .title {
  margin-left: 39px;
}

.step4 .txt16 {
  margin-left: 19px;
}

.step4 .step-txt {
  margin-left: 39px;
}

.step5 .title {
  margin-left: 46px;
}

.step5 .txt16 {
  margin-left: 26px;
}

.step5 .step-txt {
  margin-left: 46px;
}

.step6 .title {
  margin-left: 55px;
}

.step6 .txt16 {
  margin-left: 35px;
}

.step6 .step-txt {
  margin-left: 55px;
}

.step7 .title {
  margin-left: 47px;
}

.step7 .txt16 {
  margin-left: 27px;
}

.step7 .step-txt {
  margin-left: 47px;
}

.step8 .title {
  margin-left: 39px;
}

.step8 .txt16 {
  margin-left: 19px;
}

.step8 .step-txt {
  margin-left: 39px;
}

.step-box .arrow2 {
  display: none;
}

.txt-box2 {
  max-width: 764px;
  margin: 80px auto 60px;
  text-align: center;
  width: 90%;
}

.txt-box2 .txt14 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 28px;
}

.salon-detail-wrapper {
  background: url("https://fuwarihair.jp/system_panel/uploads/images/about-back.png") no-repeat center center/cover;
  padding: 70px 0 58px 0;
  opacity: 0.88;
  border-radius: 8px;
}

.salon-box-detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.salon-box-detail {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  max-width: 480px;
  width: 100%;
  padding: 86px 0 32px 0;
  position: relative;
}

.salon-box-detail .detail-txt {
  background: rgba(129, 216, 208, 0.8);
  border-radius: 120px;
  padding: 18px 70px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.salon-box-detail .detail-txt .txt20 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.16em;
}

.detail-box {
  border-bottom: 2px solid #81D8D0;
  max-width: 320px;
  width: 90%;
  margin: 0 auto;
}

.detail-box:last-of-type {
  border-bottom: none;
}

.detail-box .txt-box {
  margin: 8px 0 16px 50px;
}

.detail-box .txt14 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 28px;
  letter-spacing: 0.16em;
  text-align: left;
}

.detail-box .bold {
  margin: 15px 0 0 25px;
}

.detail-box .m0 {
  margin-top: 0;
}

.detail2 {
  margin-left: 30px;
}

.detail2 .txt-box {
  margin: 8px 0 44px 50px;
}

.about-wrapper .title-txt {
  width: 116px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.16em;
}

.about-box-wrapper {
  max-width: 520px;
  margin: 0 auto;
  width: 90%;
}

.about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-left {
  width: 15.38%;
  border-bottom: 2px solid #81D8D0;
  padding-bottom: 17px;
}

.about-left .txt16 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.16em;
}

.about-right {
  width: 76.92%;
  margin-left: 40px;
  border-bottom: 1px solid #333;
  padding-bottom: 17px;
}

.about-right .txt14 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 28px;
  letter-spacing: 0.16em;
}

.about-right a .txt14 {
  -webkit-transition: .4s;
  transition: .4s;
}

.about-right a .txt14:hover {
  opacity: 0.4;
}

.pt25 {
  padding-top: 25px;
}

.pt16 {
  padding-top: 16px;
}

.pt17 {
  padding-top: 17px;
}

@media screen and (max-width: 1134px) {
  .step-box-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 550px;
    width: 94.5%;
  }
  .step-box .arrow3 {
    display: none;
  }
  .salon-box-detail-wrapper {
    display: block;
  }
  .salon-box-detail {
    margin: 0 auto;
  }
  .detail2 {
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 1000px) {
  .staff-box {
    display: block;
    width: 90%;
    margin: 0 auto 40px;
  }
  .staff-img {
    width: 100%;
    margin: 0 auto 40px;
  }
  .staff-img img {
    height: auto;
  }
  .staff-txt {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 802px) {
  .a-br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .recruit-right {
    padding-left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .salon-about-wrapper .title-txt {
    width: 68px;
  }
  .recruit-wrapper .title-txt {
    width: 88px;
  }
  .teach-wrapper .title-txt {
    width: 183px;
  }
  .about-wrapper .title-txt {
    width: 92px;
  }
  .step-box .arrow {
    top: 100%;
    right: 42.7%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .step-box .arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .step-box .arrow2 {
    display: inline-block;
    text-align: center;
    top: 101.5%;
  }
  .step-box .arrow3 {
    display: inline-block;
    text-align: center;
    top: 101.5%;
  }
  #arrow8 {
    display: none;
  }
  .txt-box2 {
    margin: 40px auto;
  }
  .salon-box-detail .detail-txt {
    padding: 12px 46px;
  }
  .detail-txt-box {
    margin: 40px auto 0;
  }
  .recruit-right .btn {
    width: 150px;
  }
}

@media screen and (max-width: 530px) {
  .br {
    display: block;
  }
  #p44 {
    padding-bottom: 44px;
  }
  #p44 .txt16 {
    font-size: 11px;
  }
}

@media screen and (max-width: 425px) {
  .step-box {
    width: 235px;
  }
  .txt-box2 {
    text-align: left;
  }
  .teach-wrapper .txt-box {
    text-align: left;
  }
  .insta {
    margin-right: 8px;
  }
}

@media screen and (max-width: 350px) {
  .teach-wrapper .txt-box {
    width: 91%;
  }
  .about-left {
    width: 16.38%;
  }
  #none {
    display: none;
  }
}

.text_ad{
  display: inline-block;
}
.text_ad_wrap{
  display: inline-block;
}
.text_ad_red{
  color: #fb4e4e;
}
@media screen and (max-width: 350px){
  .text_ad{
    display: block;
  }
  .text_ad_wrap{
    display: block;
  }
  .text_ad_wrap .text_ad{
    display: inline-block;
  }
}
/*# sourceMappingURL=about.css.map */