@charset "UTF-8";
/* CSS Document */
/* 下層ファーストビュー */
.underSectionTitle {
  text-align: center;
}

.underTop-h1 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #5b5b5b;
  display: inline-block;
  padding: 4px 10px 8px 10px;
}

@media (max-width: 764px) {
  .underSection-h2 {
    font-size: 24px;
    line-height: 39px;
  }
}

.Img {
  width: 100%;
  object-fit: cover;
}

.underTopContainer .txt64 {
  text-align: center;
  text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
  background: rgba(253, 156, 157, 0.8);
  border-radius: 4px;
  display: inline-block;
}

@media (max-width: 764px) {
  .underTopContainer .txt64 {
    font-size: 36px;
    line-height: 52px;
  }
}

.underTopContainer .txt24 {
  margin-top: 5px;
  text-align: center;
  text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
}

@media (max-width: 764px) {
  .underTopContainer .txt24 {
    font-size: 14px;
    line-height: 28px;
  }
}

.underTopContainer {
  position: relative;
  background-image: url(https://beautysalon-grace.jp/system_panel/uploads/images/img_concept-top.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 350px;
}

.underTopContainer::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 600px) {
  .underTopContainer {
    height: 250px;
  }
}

.underTopBox .txtja {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #5b5b5b;
}

.sub-title-box .txt10 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.16em;
  color: #9f9f9f;
  margin: 4px 0 0 5px;
}

.sub-title-box .txten::before {
  left: 0;
  height: 1px;
  background-color: #333;
  bottom: -18px;
}

.bg-wrapper {
  margin-top: 83px;
}

@media (max-width: 600px) {
  .bg-wrapper {
    margin-top: 58px;
  }
}

.img {
  width: 100%;
}

.concept-container {
  margin: 140px auto 0;
}

@media (max-width: 768px) {
  .concept-container {
    margin: 100px auto 0;
  }
  .concept-container .sub-title-box .sub-title-icon {
    width: 17px;
    height: 22px;
    object-fit: cover;
    margin-right: 8px;
    /* margin-top: 5px; */
    padding-top: 7px;
  }
}

.laws-box {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.laws-box .laws-img {
  width: 282px;
  height: 180px;
  position: absolute;
  top: 30px;
  right: 30px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .laws-box .laws-img {
    width: 180px;
    height: auto;
    top: 40px;
    right: 20px;
  }
}

.concept-flex {
  display: flex;
  justify-content: space-between;
  margin: 95px auto 0;
}

@media (max-width: 1200px) {
  .concept-flex {
    flex-flow: column;
  }
}

@media (max-width: 768px) {
  .concept-flex {
    margin: 70px auto 0;
  }
}

.concept-flex .flex-img {
  width: 500px;
  margin-right: -60px;
}

@media (max-width: 1200px) {
  .concept-flex .flex-img {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .concept-flex .flex-img {
    width: 100%;
  }
}

.concept-flex .flex-img .img {
  width: 500px;
}

@media (max-width: 1200px) {
  .concept-flex .flex-img .img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .concept-flex .flex-img .img {
    width: 100%;
  }
}

.concept-flex .flex-txt {
  width: 660px;
  padding: 60px 50px;
  background: #fff;
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .concept-flex .flex-txt {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .concept-flex .flex-txt {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .concept-flex .flex-txt {
    padding: 40px 0;
  }
}

.concept-flex .sub-title-box {
  align-items: baseline;
}

.concept-flex .sub-title-box .txten {
  color: #333;
}

.concept-flex .txtja {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #5b5b5b;
  margin-top: 50px;
}

.concept-flex-left {
  flex-flow: row-reverse;
}

@media (max-width: 1200px) {
  .concept-flex-left {
    flex-flow: column;
  }
}

.concept-flex-left .flex-img {
  margin-right: 0;
  margin-left: -60px;
}

@media (max-width: 1200px) {
  .concept-flex-left .flex-img {
    margin-right: auto;
    margin-left: auto;
  }
}

.title1 {
  width: 86%;
}

@media (max-width: 1200px) {
  .title1 {
    max-width: 450px;
  }
}

@media (max-width: 600px) {
  .title1 {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 600px) {
  .title1 .txten {
    font-size: 15px;
  }
}

.title1 .txten::before {
  width: 100%;
}

.title2 {
  width: 72%;
}

@media (max-width: 1200px) {
  .title2 {
    max-width: 380px;
  }
}

@media (max-width: 1060px) {
  .title2 {
    width: 100%;
    max-width: 380px;
  }
}

@media (max-width: 600px) {
  .title2 {
    width: 100%;
    max-width: 376px;
  }
}

@media (max-width: 600px) {
  .title2 .txten {
    font-size: 15px;
  }
}

.title2 .txten::before {
  width: 100%;
}

.title3 {
  width: 73%;
}

@media (max-width: 1200px) {
  .title3 {
    max-width: 380px;
  }
}

@media (max-width: 1060px) {
  .title3 {
    width: 100%;
    max-width: 380px;
  }
}

@media (max-width: 600px) {
  .title3 {
    width: 100%;
    max-width: 376px;
  }
}

@media (max-width: 600px) {
  .title3 .txten {
    font-size: 15px;
  }
}

.title3 .txten::before {
  width: 100%;
}

.title4 {
  width: 84%;
}

@media (max-width: 1200px) {
  .title4 {
    max-width: 380px;
  }
}

@media (max-width: 1060px) {
  .title4 {
    width: 100%;
    max-width: 475px;
  }
}

@media (max-width: 600px) {
  .title4 {
    width: 100%;
    max-width: 365px;
  }
}

@media (max-width: 600px) {
  .title4 .txten {
    font-size: 15px;
  }
}

.title4 .txten::before {
  width: 100%;
}

.title5 {
  width: 89%;
}

@media (max-width: 1200px) {
  .title5 {
    max-width: 498px;
  }
}

@media (max-width: 768px) {
  .title5 {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 600px) {
  .title5 {
    width: 100%;
    max-width: 383px;
  }
}

@media (max-width: 600px) {
  .title5 .txten {
    font-size: 15px;
  }
}

.title5 .txten::before {
  width: 100%;
}

.left-laws-box {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.left-laws-box .laws-img {
  width: 282px;
  height: 180px;
  position: absolute;
  top: 67px;
  left: 30px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .left-laws-box .laws-img {
    top: 0;
  }
}

@media (max-width: 768px) {
  .left-laws-box .laws-img {
    width: 180px;
    height: auto;
    top: 20px;
    left: 20px;
  }
}

.spnone {
  display: block;
}

@media (max-width: 414px) {
  .spnone {
    display: none;
  }
}

.container2 {
  margin: 90px auto 150px;
}

@media (max-width: 768px) {
  .container2 {
    margin: 70px auto 100px;
  }
}

.container2 .concept-flex-left {
  margin-top: 0;
}

.container2 .concept-flex {
  margin: 95px auto 0;
}

@media (max-width: 768px) {
  .container2 .concept-flex {
    margin: 70px auto 0;
  }
}

@media (max-width: 414px) {
  .inner {
    width: 92%;
  }
}
/*# sourceMappingURL=concept.css.map */