.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-sp-none {
    display: none !important;
  }
  .d-sp-block {
    display: block !important;
  }
  .d-sp-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 1025px) {
  .d-hover-none {
    display: none !important;
  }
  .d-hover-block {
    display: block !important;
  }
  .d-hover-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1441px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-sp-left {
    text-align: left !important;
  }
  .text-sp-right {
    text-align: right !important;
  }
  .text-sp-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .text-hover-left {
    text-align: left !important;
  }
  .text-hover-right {
    text-align: right !important;
  }
  .text-hover-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1441px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-underline {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .pc {
    display: none;
  }
}

@media (min-width: 992px) {
  .sp {
    display: none;
  }
}

.nospace::before, .nospace::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.nospace::before {
  margin-block-end: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
.nospace::after {
  margin-block-start: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}

.clasell-keyv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 80rem;
  background: url("../images/clasell/clasell_img_bg.jpg") no-repeat;
  background-position: center calc(100% - 5rem);
  background-size: cover;
}
.clasell-keyv__line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5rem;
  background-color: #d099a4;
  content: "";
}
.clasell-keyv__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 70rem;
  height: 53rem;
  margin-bottom: 5rem;
  padding: 6.5rem 0 0 0;
  background: url("../images/clasell/clasell_img_kevy_box.png") no-repeat 50% 50%/contain;
}
.clasell-keyv__logo {
  width: 41.3rem;
  margin-bottom: 2rem;
  aspect-ratio: 300/113;
}
.clasell-keyv__logo img {
  display: block;
  width: 100%;
}
.clasell-keyv__sub {
  margin-bottom: 4.3rem;
  font-size: 2.2rem;
  letter-spacing: 0.5rem;
}
.clasell-keyv__ttl {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .clasell-keyv {
    height: auto;
    min-height: inherit;
    padding: 3rem 5rem 10rem 5rem;
    background-image: url("../images/clasell/clasell_img_bg_sp.jpg");
  }
  .clasell-keyv__line {
    height: 2rem;
    bottom: 4rem;
  }
  .clasell-keyv__box {
    height: 30rem;
    margin-bottom: 0;
    padding: 2.5rem 0 0 0;
  }
  .clasell-keyv__logo {
    width: 16rem;
    margin-bottom: 0.8rem;
  }
  .clasell-keyv__sub {
    margin-bottom: 2rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .clasell-keyv__ttl {
    font-size: 1.3rem;
    letter-spacing: 0rem;
    line-height: 1.6;
  }
}

.clasell-headline-1 {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  margin-bottom: 10rem;
}
.clasell-headline-1 .ttl {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 42.8rem;
}
.clasell-headline-1 .sub {
  position: relative;
  z-index: 1;
  margin-top: -5.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 152.2rem;
  width: 100%;
}
.clasell-headline-1 .symbol {
  position: absolute;
}
.clasell-headline-1--custom-1 {
  transform: translateX(1rem);
}
.clasell-headline-2 {
  margin-bottom: 1rem;
  color: #b09659;
  font-size: 5rem;
}
.clasell-headline-3 {
  margin-bottom: 2rem;
  color: #3D3A39;
  font-size: 3.1rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .clasell-headline-1 {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
  .clasell-headline-1 .ttl {
    width: 16.8rem;
  }
  .clasell-headline-1 .sub {
    margin-top: -1.5rem;
    max-width: 35.2rem;
    width: 100%;
  }
  .clasell-headline-1 .symbol {
    position: absolute;
  }
  .clasell-headline-2 {
    margin-bottom: 2rem;
    padding-left: 9rem;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.clasell-intro {
  position: relative;
  padding: 15rem 0 10rem;
}
.clasell-intro__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 152rem;
  width: 100%;
  min-height: 58.5rem;
  padding: 0 4rem;
}
.clasell-intro__image {
  position: absolute;
  width: 78.8rem;
  left: 0;
  bottom: 13rem;
  transform: translate(-24rem, 11rem);
  content: "";
}
.clasell-intro__image img {
   width: 100%;
}
.clasell-intro__content {
  position: relative;
  z-index: 1;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: var(--color-text);
}
.clasell-intro__ttl {
  margin-left: 7rem;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3rem;
}
.clasell-intro__txt {
  margin-left: 6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.9;
  letter-spacing: 0.18rem;
}
@media (max-width: 991px) {
  .clasell-intro {
    margin-top: -13rem;
    margin-bottom: 2rem;
    padding: 0;
  }
  .clasell-intro__inner {
    flex-direction: column;
    justify-content: inherit;
    min-height: inherit;
    padding: 0;
  }
  .clasell-intro__image {
    position: static;
    width: 100%;
    margin: 0 auto 3rem;
    padding: 0 2rem 0 2rem;
    transform: none;
  }
  .clasell-intro__image img {
    transform: translateX(-0.9rem);
    width: 100%;
  }
  .clasell-intro__content {
    writing-mode: inherit;
    text-orientation: inherit;
    padding: 0 5rem;
  }
  .clasell-intro__ttl {
    margin-left: 0;
    margin-bottom: 2.7rem;
    font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: 0.3rem;
  }
  .clasell-intro__txt {
    margin-bottom: 2.3rem;
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 2.1;
    letter-spacing: 0.18rem;
  }
}

.clasell-gallary__image {
  aspect-ratio: 96/35;
}
.clasell-gallary img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.clasell-inner {
  max-width: 148rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
}

.clasell-sec {
  position: relative;
}
.clasell-sec::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 17.5rem solid rgba(215, 202, 172, 0.5);
  border-right: 50vw solid transparent;
  content: "";
}
.clasell-sec::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 17.5rem solid rgba(255, 255, 255, 0.3);
  border-left: 50vw solid transparent;
  content: "";
}
.clasell-sec__wrap {
  position: relative;
  z-index: 1;
  padding: 15rem 0 10rem 0;
}
.clasell-sec__wrap::before {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 17.5rem solid rgba(215, 202, 172, 0.5);
  border-right: 50vw solid transparent;
  content: "";
}
.clasell-sec__wrap::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 17.5rem solid rgba(235, 229, 214, 0.3);
  border-left: 50vw solid transparent;
  content: "";
}
.clasell-sec__trapezoid {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58rem;
  background: rgba(255, 255, 255, 0.3);
  clip-path: polygon(0 0, 100% 36rem, 100% 58rem, 0 58rem);
}
.clasell-sec__block {
  position: relative;
  z-index: 3;
  padding: 9rem 9.2rem 10rem;
  background-color: #FFF;
  border-radius: 1rem;
}
.clasell-sec__head {
  position: relative;
  padding: 2rem 2rem 2rem 19rem;
}
.clasell-sec__head-image {
  position: absolute;
  left: -3rem;
  top: -4rem;
  width: 20.2rem;
}
.clasell-sec__row {
  display: flex;
  position: relative;
  margin-top: 4rem;
  padding-top: 4rem;
}
.clasell-sec__row::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.4rem;
  background-repeat: repeat-x;
  background-position: 0 0;
  content: "";
}
.clasell-sec__point {
  margin-top: 3rem;
  width: 125.5rem;
}
.clasell-sec__point img {
  width: 100%;
}
.clasell-sec img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .clasell-sec {
    padding: 3.5rem 0 0 0;
    overflow-x: hidden;
  }
  .clasell-sec .only-pc {
    display: none !important;
  }
  .clasell-sec::after {
    border-top-width: 8.5rem;
  }
  .clasell-sec::before {
    border-top-width: 8.5rem;
  }
  .clasell-sec__wrap {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .clasell-sec__wrap::after {
    border-bottom-width: 8.5rem;
  }
  .clasell-sec__wrap::before {
    border-bottom-width: 8.5rem;
  }
  .clasell-sec__trapezoid {
    height: 36rem;
    clip-path: polygon(0 18rem, 100% 36rem, 100% 58rem, 0 58rem);
  }
  .clasell-sec__block {
    padding: 2rem 2rem;
  }
  .clasell-sec__row::after {
    background-size: 3px auto;
  }
  .clasell-sec__head {
    margin-bottom: 3rem;
    padding: 0;
  }
  .clasell-sec__head-image {
    left: -1rem;
    top: -6.8rem;
    width: 10rem;
  }
  .clasell-sec__point {
    width: 100%;
  }
}

.clasell-text-1 {
  color: #4d4d4d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 991px) {
  .clasell-text-1 {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}

.clasell-contruct {
  background-color: #ebe5d6;
}
.clasell-contruct::before {
  border-top-color: rgba(215, 202, 172, 0.5);
}
.clasell-contruct::after {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.clasell-contruct__symbol {
  position: absolute;
  z-index: 2;
  width: 59.6rem;
  right: -13.5rem;
  top: -33.5rem;
}
.clasell-contruct__symbol img {
  width: 100%;
}
.clasell-contruct .clasell-sec__wrap::before {
  border-bottom-color: #ebe5d6;
}
.clasell-contruct .clasell-sec__wrap::after {
  border-bottom-color: rgba(215, 202, 172, 0.5);
}
.clasell-contruct .clasell-sec__row::after {
  background-image: url("../images/clasell/contruction/clasell_bg_dot.png");
}
.clasell-contruct__image-1.custom-1 {
  margin-top: -8.5rem;
  margin-right: -1rem;
  width: 126.4rem;
}
.clasell-contruct__image-1 img {
  width: 100%;
}
.clasell-contruct__image-1.custom-1 img {
  width: 100%;
}
.clasell-contruct__image-2 {
  width: 125.5rem;
}
.clasell-contruct__image-2 img {
  width: 100%;
}
@media (max-width: 991px) {
  .clasell-contruct__symbol {
    display: none;
  }
  .clasell-contruct__image-1 {
    width: 100%;
  }
  .clasell-contruct__image-1.custom-1 {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .clasell-contruct__image-2 {
    width: 100%;
  }
  .clasell-contruct .clasell-headline-1 .sub {
    margin-left: -1rem;
  }
}

.clasell-insulation {
  background-color: #F3DADB;
}
.clasell-insulation::before {
  border-top-color: #EEC7C8;
}
.clasell-insulation::after {
  border-top-color: #F6E5E5;
}
.clasell-insulation .clasell-sec__wrap::before {
  border-bottom-color: #F3D9DC;
}
.clasell-insulation .clasell-sec__wrap::after {
  border-bottom-color: #EFCDCE;
}
.clasell-insulation .clasell-sec__trapezoid {
  background-color: rgba(255, 255, 255, 0.3);
}
.clasell-insulation__symbol {
  position: absolute;
  z-index: 2;
  width: 42rem;
  right: 0.5rem;
  top: -36rem;
}
.clasell-insulation__symbol img {
  width: 42rem;
}
.clasell-insulation__symbol-3 {
  position: absolute;
  z-index: 2;
  width: 42rem;
  right: -5.5rem;
  bottom: -4rem;
}
.clasell-insulation__symbol-3 img {
  width: 42rem !important;
}
.clasell-insulation__head {
  display: flex;
}
.clasell-insulation__head-image {
  width: 48.2rem;
}
.clasell-insulation__head-image img {
  width: 100%;
}
.clasell-insulation__head-content {
  position: relative;
  display: flex;
  width: 60%;
  padding-right: 5rem;
}
.clasell-insulation__head-symbol {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 19.5rem;
}
.clasell-insulation__head-symbol img {
  width: 100%;
}
.clasell-insulation__head-box {
  padding-left: 21rem;
}
.clasell-insulation .clasell-headline-2 {
  margin-bottom: 2rem;
  color: #CF686C;
}
.clasell-insulation .clasell-sec__row.custom-1 {
  flex-direction: column;
}
.clasell-insulation .clasell-sec__row::after {
  background-image: url("../images/clasell/insulation/clasell_bg_dot.png");
}
.clasell-insulation__image-1 {
  width: 125.5rem;
}
.clasell-insulation__image-1 img {
  width: 100%;
}
.clasell-insulation__image-2 {
  width: 125.5rem;
  margin-bottom: 3rem;
}
.clasell-insulation__image-2 img {
  width: 100%;
}
.clasell-insulation__image-3 {
  position: relative;
  width: 125.5rem;
}
.clasell-insulation__image-3 img {
  width: 100%;
}
.clasell-insulation__image-4 {
  width: 125.5rem;
}
.clasell-insulation__image-4 img {
  width: 100%;
}
@media (max-width: 991px) {
  .clasell-insulation .clasell-headline-2 {
    padding-left: 9rem;
  }
  .clasell-insulation__symbol {
    display: none;
  }
  .clasell-insulation__symbol-3 {
    display: none;
  }
  .clasell-insulation__head-symbol {
    position: absolute;
    width: 10rem;
    left: -2rem;
    bottom: auto;
    top: -6rem;
  }
  .clasell-insulation__head-symbol img {
    width: 10rem;
  }
  .clasell-insulation__head-image {
    display: none;
  }
  .clasell-insulation__head-content {
    width: 100%;
    padding-right: 0;
  }
  .clasell-insulation__head-box {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  .clasell-insulation__image-1{
    width: 100%;
  }
  .clasell-insulation__image-2{
    width: 100%;
  }
  .clasell-insulation__image-3 {
    width: 100%;
  }
  .clasell-insulation__image-4 {
    width: 100%;
  }
}

.clasell-extertor {
  background-color: #DCCBD5;
}
.clasell-extertor::before {
  border-top-color: rgba(168, 125, 151, 0.5);
}
.clasell-extertor::after {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.clasell-extertor .clasell-sec__wrap::before {
  border-bottom-color: #DCCBD5;
}
.clasell-extertor .clasell-sec__wrap::after {
  border-bottom-color: #DCCBD5;
}
.clasell-extertor .clasell-sec__trapezoid {
  background-color: rgba(255, 255, 255, 0.3);
}
.clasell-extertor .clasell-headline-1 .sub {
  max-width: 65.6rem;
}
.clasell-extertor__symbol {
  position: absolute;
  z-index: 2;
  width: 42rem;
  right: 0.5rem;
  top: -36rem;
}
.clasell-extertor__head {
  position: relative;
  display: flex;
}
.clasell-extertor__head-symbol {
  position: absolute;
  left: -4rem;
  bottom: -2rem;
  width: 17.5rem;
}
.clasell-extertor__head-symbol img {
  width: 100%;
}
.clasell-extertor__head-box {
  padding-left: 17rem;
}
.clasell-extertor .clasell-headline-2 {
  margin-bottom: 1.5rem;
  color: #A87D97;
}
.clasell-extertor .clasell-sec__row::after {
  background-image: url("../images/clasell/extertor/clasell_bg_dot.png");
}
.clasell-extertor__image-1 {
  position: relative;
  z-index: 1;
  margin-top: -9rem;
  width: 125.5rem;
}
.clasell-extertor__image-1 img {
  width: 100%;
}
.clasell-extertor__image-2 {
  width: 125.5rem;
  margin-top: -6rem;
}
.clasell-extertor__image-2 img {
  width: 100%;
}
@media (max-width: 991px) {
  .clasell-extertor .clasell-headline-2 {
    padding-left: 9rem;
  }
  .clasell-extertor .clasell-headline-1 .sub {
    max-width: 16rem;
  }
  .clasell-extertor__head-box {
    padding-left: 0;
  }
  .clasell-extertor__head-symbol {
    position: absolute;
    left: -1.8rem;
    top: -3rem;
    bottom: auto;
    width: 9.5rem;
  }
  .clasell-extertor__image-1 {
    width: calc(100% + 1.5rem);
    margin-left: -1.5rem;
    margin-top: 0;
  }
  .clasell-extertor__image-2 {
    margin-top: 0;
  }
}

.clasell-standard {
  background-color: #d1dce9;
}
.clasell-standard::before {
  border-top-color: rgba(125, 154, 191, 0.5);
}
.clasell-standard::after {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.clasell-standard .clasell-sec__wrap::before {
  border-bottom-color: #d1dce9;
}
.clasell-standard .clasell-sec__wrap::after {
  border-bottom-color: rgba(125, 154, 191, 0.5);
}
.clasell-standard .clasell-sec__block {
  padding-top: 9rem;
}
.clasell-standard .clasell-sec__trapezoid {
  background-color: rgba(255, 255, 255, 0.3);
}
.clasell-standard .clasell-headline-1 .ttl {
  width: 103rem;
}
..clasell-standard .clasell-headline-1 .ttl img {
  width: 100%;
}
.clasell-standard .clasell-headline-1 .sub {
  max-width: 145rem;
  margin-top: -6rem;
}
.clasell-standard .clasell-headline-1 .sub img {
  width: 100%;
}
.clasell-standard__head {
  position: relative;
  display: flex;
  margin-bottom: 6rem;
}
.clasell-standard__head-symbol {
  position: absolute;
  left: -12.5rem;
  bottom: -3rem;
  width: 30rem;
}
.clasell-standard__head-symbol img {
  width: 100%;
}
.clasell-standard__head-box {
  padding-left: 19rem;
}
.clasell-standard .clasell-headline-2 {
  margin-bottom: 1rem;
  color: #7d9abf;
}
.clasell-standard .clasell-sec__row::after {
  background-image: url("../images/clasell/standard/clasell_bg_dot.png");
}
.clasell-standard__image-1 {
  width: 125.5rem;
}
.clasell-standard__image-1 img {
  width: 100%;
}
.clasell-standard__image-2 {
  position: relative;
  z-index: 1;
  width: 125.5rem;
  margin-top: -9rem;
}
.clasell-standard__image-2 img {
  width: 100%;
}
.clasell-standard__image-3 {
  width: 125.5rem;
}
.clasell-standard__image-3 img {
  width: 100%;
}
.clasell-standard__symbol {
  position: absolute;
  z-index: 2;
  width: 21.8rem;
  right: -13.8rem;
  top: -1rem;
}
.clasell-standard__symbol img {
  width: 100%;
}
@media (max-width: 991px) {
  .clasell-standard .clasell-headline-2 {
    margin-bottom: 2rem;
    padding-left: 9.5rem;
  }
  .clasell-standard .clasell-headline-1 .ttl {
    width: 23rem;
  }
  .clasell-standard .clasell-headline-1 .sub {
    margin-top: -1.4rem;
  }
  .clasell-standard .clasell-sec__block {
    padding-top: 3rem;
  }
  .clasell-standard__symbol {
    width: 8.8rem;
    right: -2.9rem;
    top: 0.3rem;
  }
  .clasell-standard__head {
    margin-bottom: 0rem;
  }
  .clasell-standard__head-box {
    padding-left: 0;
  }
  .clasell-standard__head-symbol {
    left: -4rem;
    top: -5rem;
    bottom: auto;
    width: 14rem;
  }
  .clasell-standard__image-2 {
    margin-top: -4rem;
  }
}

.clasell-guarantee {
  background-color: #c8e8dd;
}
.clasell-guarantee::before {
  border-top-color: rgba(101, 191, 161, 0.5);
}
.clasell-guarantee::after {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.clasell-guarantee .clasell-sec__wrap::before {
  border-bottom-color: #c8e8dd;
}
.clasell-guarantee .clasell-sec__wrap::after {
  border-bottom-color: rgba(101, 191, 161, 0.5);
}
.clasell-guarantee .clasell-sec__block {
  padding-top: 9rem;
}
.clasell-guarantee .clasell-sec__trapezoid {
  background-color: rgba(255, 255, 255, 0.3);
}
.clasell-guarantee .clasell-headline-1 .ttl {
  width: 42.7rem;
}
.clasell-guarantee .clasell-headline-1 .sub {
  max-width: 78.6rem;
  margin-top: -6.5rem;
}
.clasell-guarantee__head {
  position: relative;
  display: flex;
  margin-bottom: 6rem;
}
.clasell-guarantee__head-symbol {
  position: absolute;
  left: -11.5rem;
  bottom: -2.5rem;
  width: 30.5rem;
}
.clasell-guarantee__head-symbol img {
  width: 100%;
}
.clasell-guarantee__head-box {
  padding-left: 19rem;
}
.clasell-guarantee .clasell-headline-2 {
  margin-bottom: 1rem;
  color: #65bfa1;
}
.clasell-guarantee .clasell-sec__row::after {
  background-image: url("../images/clasell/guarantee/clasell_bg_dot.png");
}
.clasell-guarantee__symbol {
  position: absolute;
  z-index: 2;
  width: 45.8rem;
  right: -1rem;
  top: -30rem;
}
.clasell-guarantee__symbol img {
  width: 100%;
}
.clasell-guarantee__image-1 {
  width: 125.5rem;
}
.clasell-guarantee__image-1 img {
  width: 100%;
}
.clasell-guarantee__image-2 {
  width: 125.5rem;
}
.clasell-guarantee__image-2 img {
  width: 100%;
}
@media (max-width: 991px) {
  .clasell-guarantee__symbol {
    display: none;
  }
  .clasell-guarantee .clasell-headline-1 .ttl {
    width: 17.1rem;
  }
  .clasell-guarantee .clasell-headline-1 .sub {
    max-width: 19rem;
    margin-top: -1.5rem;
  }
  .clasell-guarantee .clasell-headline-2 {
    margin-bottom: 2rem;
    padding-left: 10rem;
  }
  .clasell-guarantee .clasell-sec__block {
    padding-top: 2rem;
  }
  .clasell-guarantee__head {
    margin-bottom: 0;
  }
  .clasell-guarantee__head-box {
    padding-left: 0;
  }
  .clasell-guarantee__head-symbol {
    left: -1.8rem;
    top: -3.8rem;
    bottom: auto;
    width: 10.8rem;
  }
  .clasell-guarantee__image-2 {
    margin-top: -4rem;
  }
}

.clasell-model {
  background-color: #FFF;
}
.clasell-model::before {
  display: none;
}
.clasell-model::after {
  display: none;
}
@media (min-width: 992px) {
  .clasell-model {
    padding-top: 15rem;
  }
}
@media (max-width: 991px) {
  .clasell-model {
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .clasell-model__inner {
    max-width: 151.1rem;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .clasell-model__inner {
    padding: 0 2rem;
  }
}
.clasell-model__inner img {
  width: 100%;
  height: auto;
}

html {
  font-size: 0.694vw;
}
@media (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 2.667vw;
  }
}

body {
  margin: 0;
}

#clasell__wrapper * {
  box-sizing: border-box;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}
/*# sourceMappingURL=maps/clasell.css.map */
