@charset "UTF-8";
/*
Sass変数

_variables.scss

各パーツの色やサイズを変数として定義しています。
*/
/*
デバイス別設定
*/
/*
メディア

_media.scss
*/
/*
メディアクエリ

※デバイスごとのブレイクポイントは_variables.scssにて変数で設定。
*/
/*
コンテナ

* @mixin container
*/
/*

_projects.scss

*/
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-breath .sec__catch {
    text-align: left;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-breath .sec__catch {
    font-size: 6.4vw;
    text-align: left;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.p-breath .sec__content {
  margin: 8rem auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-breath .sec__content {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-breath .sec__content {
    margin: 10.6666666667vw auto 0;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-breath .p-breath__sec01 .sec-main__pic {
    margin-bottom: 10.6666666667vw;
  }
}
.p-breath .p-breath__sec01 .box-tyA {
  margin-top: 8rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-breath .p-breath__sec01 .box-tyA {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-breath .p-breath__sec01 .box-tyA {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.p-breath .p-breath__sec01 .box-tyA .flex-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90.66%;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  .p-breath .p-breath__sec01 .box-tyA .flex-box {
    width: 100%;
    gap: 10.6666666667vw;
  }
}
.p-breath .p-breath__sec01 .box-tyA .box {
  width: 47rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .p-breath .p-breath__sec01 .box-tyA .box {
    width: 40%;
  }
}
@media only screen and (max-width: 980px) {
  .p-breath .p-breath__sec01 .box-tyA .box {
    width: 100%;
  }
}
.p-breath .p-breath__sec01 .box-tyA .box .pic__wrp {
  position: relative;
  width: 100%;
}
.p-breath .p-breath__sec01 .box-tyA .box .pic__wrp .pic {
  width: 36rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 980px) {
  .p-breath .p-breath__sec01 .box-tyA .box .pic__wrp .pic {
    width: 80%;
    margin: 0 auto 0 0;
  }
}
.p-breath .p-breath__sec01 .box-tyA .box .pic__wrp .obj {
  width: 19.4rem;
  bottom: -10.7rem;
  right: 0;
  z-index: 100;
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .p-breath .p-breath__sec01 .box-tyA .box .pic__wrp .obj {
    bottom: -2rem;
    right: -4rem;
  }
}
@media only screen and (max-width: 980px) {
  .p-breath .p-breath__sec01 .box-tyA .box .pic__wrp .obj {
    width: 40%;
    bottom: -4.2666666667vw;
  }
}
.p-breath .p-breath__sec01 .box-tyA .box .inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .p-breath__sec01 .box-tyA .box .inner {
    margin-bottom: 6.4vw;
  }
}
.p-breath .p-breath__sec01 .box-tyA .box .name {
  font-family: shippori-mincho, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 980px) {
  .p-breath .p-breath__sec01 .box-tyA .box .name {
    margin-bottom: 6.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-breath .p-breath__sec01 .box-tyA .box .name {
    font-size: 6.4vw;
  }
}
.p-breath .p-breath__sec01 .box-tyA .box .position {
  font-family: shippori-mincho, sans-serif;
  color: #7e37a1;
  display: block;
  font-size: 2rem;
  line-height: 1em;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 980px) {
  .p-breath .p-breath__sec01 .box-tyA .box .position {
    margin-top: 6.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-breath .p-breath__sec01 .box-tyA .box .position {
    font-size: 4.8vw;
  }
}
.p-breath .p-breath__sec02 {
  margin-top: 17.5rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .p-breath__sec02 {
    margin-top: 27.3866666667vw;
  }
}
.p-breath .p-breath__sec02 .sec__content {
  margin-top: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .p-breath__sec02 .sec__content {
    margin: 10.6666666667vw auto 0;
  }
}
.p-breath .p-breath__sec02 .flex-box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .p-breath__sec02 .flex-box {
    margin-bottom: 6.4vw;
    gap: 6.4vw;
  }
}
.p-breath .p-breath__sec02 .flex-box .box {
  position: relative;
}
.p-breath .p-breath__sec02 .flex-box .obj {
  width: 10.1rem;
  bottom: -8.3rem;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-breath .p-breath__sec02 .flex-box .obj {
    position: static;
    bottom: auto;
    right: auto;
    margin-top: 1.6rem;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .p-breath .p-breath__sec02 .flex-box .obj {
    position: static;
    width: 26.9333333333vw;
    bottom: auto;
    right: auto;
    margin-top: 4.2666666667vw;
    float: right;
  }
}
.p-breath .w-min {
  max-width: 98rem;
  width: 100%;
  margin: 0 auto 12rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .w-min {
    margin: 0 auto 10.6666666667vw;
  }
}
.p-breath .price-list {
  border: 1px solid #cfc8c8;
  width: 100%;
}
.p-breath .price-list .item {
  border: 1px solid #cfc8c8;
  border-bottom: none;
}
.p-breath .price-list .item::before {
  content: none;
}
@media only screen and (max-width: 1024px) {
  .p-breath .price-list .item {
    border: none;
  }
}
.p-breath .price-list .item .ttl {
  background: #f6f5ef;
  font-weight: 400;
  padding: 0 1.6rem;
  vertical-align: middle;
  border-right: 1px solid #cfc8c8;
}
@media only screen and (max-width: 1024px) {
  .p-breath .price-list .item .ttl {
    border-right: none;
    border-bottom: 1px solid #cfc8c8;
    border-top: 1px solid #cfc8c8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-breath .price-list .item .ttl {
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-breath .price-list .item .ttl {
    padding: 4.2666666667vw;
  }
}
.p-breath .price-list .item .inner {
  line-height: 2em;
  padding: 1.6rem;
}
.p-breath .price-list .item .inner.bd {
  border-top: 1px solid #cfc8c8;
}
@media only screen and (max-width: 1024px) {
  .p-breath .price-list .item:first-child .ttl {
    border-top: none;
  }
}
.p-breath .price-list + .text {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .price-list + .text {
    margin-top: 6.4vw;
  }
}
.p-breath .price-list.list-tyC {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .price-list.list-tyC {
    margin-top: 6.4vw;
  }
}
.p-breath .price-list.list-tyC .ttl,
.p-breath .price-list.list-tyC .inner {
  display: block;
  width: 100%;
  padding: 1.6rem;
  text-align: center;
}
.p-breath .price-list.list-tyC .ttl {
  border-bottom: 1px solid #cfc8c8;
  border-right: none;
}
.p-breath .price-list.list-tyA .ttl,
.p-breath .price-list.list-tyA .inner {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .p-breath .price-list.list-tyA .ttl,
  .p-breath .price-list.list-tyA .inner {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .p-breath .price-list.list-tyA .ttl {
    width: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-breath .price-list.list-tyA .ttl {
    border-bottom: 1px solid #cfc8c8;
    border-right: none;
  }
}
.p-breath .price-list.list-tyA .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.6rem;
}
@media only screen and (min-width: 1025px) {
  .p-breath .price-list.list-tyA .inner {
    width: 58rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-breath .price-list.list-tyA .inner {
    display: block;
  }
}
.p-breath .price-list.list-tyB {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .price-list.list-tyB {
    margin-top: 6.4vw;
  }
}
.p-breath .price-list.list-tyB .ttl,
.p-breath .price-list.list-tyB .inner {
  padding: 1.6rem;
  border-top: none;
}
.p-breath .price-list.list-tyB .ttl {
  border-bottom: 1px solid #cfc8c8;
  border-right: none;
  width: 72rem;
}
@media only screen and (max-width: 1024px) {
  .p-breath .price-list.list-tyB .ttl {
    width: 100%;
    display: block;
  }
}
.p-breath .price-list.list-tyB .ttl .list {
  padding-left: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .price-list.list-tyB .ttl .list {
    padding-left: 6.4vw;
  }
}
.p-breath .price-list.list-tyB .ttl .list li {
  line-height: 2em;
  position: relative;
}
.p-breath .price-list.list-tyB .ttl .list li::before {
  color: #DF3189;
  position: absolute;
  top: -0.1rem;
  left: -2.4rem;
}
.p-breath .price-list.list-tyB .ttl .list li:nth-child(1)::before {
  content: "1.";
}
.p-breath .price-list.list-tyB .ttl .list li:nth-child(2)::before {
  content: "2.";
}
.p-breath .price-list.list-tyB .ttl .list li:nth-child(3)::before {
  content: "3.";
}
.p-breath .price-list.list-tyB .ttl .list li:nth-child(4)::before {
  content: "4.";
}
.p-breath .price-list.list-tyB .ttl .list li:nth-child(5)::before {
  content: "5.";
}
.p-breath .price-list.list-tyB .ttl .list li:nth-child(6)::before {
  content: "6.";
}
.p-breath .price-list.list-tyB .ttl .list li:nth-child(7)::before {
  content: "7.";
}
.p-breath .price-list.list-tyB .inner {
  width: 26rem;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .p-breath .price-list.list-tyB .inner {
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: 1px solid #cfc8c8;
  }
}
@media only screen and (max-width: 1024px) {
  .p-breath .price-list.list-tyB .item:last-child .inner {
    border-bottom: none;
  }
}
.p-breath .mb-l {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .mb-l {
    margin-bottom: 10.6666666667vw;
  }
}
.p-breath .guideRole {
  background: #f6f5ef;
  padding: 4rem;
  position: relative;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .guideRole {
    padding: 10.6666666667vw 4.2666666667vw;
    width: 91.4666666667vw;
    margin-top: 0;
  }
}
.p-breath .guideRole .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #DF3189;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-breath .guideRole .ttl {
    font-size: 6.9333333333vw;
    line-height: 10.8106666667vw;
    text-align: center;
    margin: 0 auto 6.4vw;
  }
}
.p-breath .guideRole .text {
  background-color: #fff;
  padding: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .guideRole .text {
    padding: 4.2666666667vw;
  }
}
.p-breath .jetclean {
  width: 70rem;
  margin: 0 auto 2.4rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-breath .jetclean {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-breath .jetclean {
    width: 100%;
  }
}
.p-breath .p-breath__sec03 {
  position: relative;
  padding-top: 9rem;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .p-breath .p-breath__sec03 {
    margin-bottom: 21.3333333333vw;
  }
}
.p-breath .p-breath__sec03.rainbow2::before {
  top: 0;
  z-index: 100;
}
.p-breath .p-breath__sec03 .sec-main__pic {
  width: 83.3333%;
}
.p-breath .p-breath__sec03 .flex-box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-breath .p-breath__sec03 .flex-box {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-breath .p-breath__sec03 .flex-box {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.p-breath .p-breath__sec03 .box-tyA {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-breath .p-breath__sec03 .box-tyA .btn__wrp {
  text-align: center;
  margin: 0 auto;
}
.p-breath .p-breath__sec03 .box-tyA .ttl__wrp {
  width: 100%;
}/*# sourceMappingURL=breath.css.map */