@media only screen and (max-width: 768px) {
  .l-main {
    background: url("../img/bg-main.png") no-repeat left calc(50% + 3.2vw) top 13.3333333333vw/151.7333333333vw auto;
    padding-top: 22.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-main {
    background: url("../img/bg-main.png") no-repeat left calc(50% + min(75px, 5.859375vw)) top min(48px, 3.75vw)/min(1517px, 118.515625vw) auto;
    padding-top: min(174px, 13.59375vw);
  }
}

.p-philosophy-title {
  color: var(--color-pink);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-philosophy-title {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    margin-bottom: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-philosophy-title {
    font-size: min(17px, 1.328125vw);
    line-height: 1.47;
    margin-bottom: min(42px, 3.28125vw);
  }
}

.p-philosophy-catch {
  background: var(--color-pink);
  font-weight: 300;
  overflow: hidden;
  -webkit-mask-image: url("../img/txt-catch.svg");
          mask-image: url("../img/txt-catch.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  text-indent: -999px;
}
@media only screen and (max-width: 768px) {
  .p-philosophy-catch {
    height: 17.4666666667vw;
    margin: 0 auto 11.0666666667vw;
    width: 84.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-philosophy-catch {
    height: min(131px, 10.234375vw);
    margin: 0 auto min(100px, 7.8125vw);
    width: min(634px, 49.53125vw);
  }
}

@media only screen and (max-width: 768px) {
  .c-lead {
    margin-bottom: 10.1333333333vw;
    line-height: 3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-lead {
    margin-bottom: min(52px, 4.0625vw);
    line-height: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-statement {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-statement {
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-statement p {
    width: 50%;
    margin: 0 auto;
  }
}

.p-statement p img {
  width: 100%;
}

.p-statement-lead {
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-statement-lead {
    font-size: 3.6vw;
    line-height: 3rem;
    margin-bottom: 17.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-statement-lead {
    font-size: min(21px, 1.640625vw);
    line-height: 5rem;
    margin-bottom: min(300px, 23.4375vw);
  }
}/*# sourceMappingURL=index.css.map */