@charset "UTF-8";
/* ========================================
 Breakpoint定義
======================================== */
/* ========================================
 breakpoint取得関数
----------------------------------------
 bp(pc) → 1025px
 bp(900px) → 900px
======================================== */
/* ========================================
 media query mixin
----------------------------------------
 @include media(tab) → min-width:768px
 @include media(tab,max) → max-width:767px
======================================== */
/* ---------------------------------------------
*   p-philosophy-kv
--------------------------------------------- */
.p-philosophy-kv {
  position: relative;
  display: block;
  aspect-ratio: 375/185;
  max-width: none;
  margin-top: calc(var(--fixed-header-height) * -1px);
  margin-right: auto;
  margin-bottom: calc(51 / var(--design-width) * 100vw);
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-philosophy-kv {
    aspect-ratio: 1280/473;
    max-width: calc(var(--design-width) * 1px);
    margin-top: calc(var(--fixed-header-height) * -1px);
    margin-bottom: 0;
  }
}
.p-philosophy-kv img {
  width: 100%;
}
.p-philosophy-kv__ttl {
  position: absolute;
  bottom: calc(-51 / var(--design-width) * 100vw);
  left: calc(20 / var(--design-width) * 100vw);
  color: var(--color-white-1);
  font-family: var(--ff-Zen);
  font-weight: 900;
  font-size: calc(22 / var(--design-width) * 100vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-philosophy-kv__ttl {
    bottom: calc(62 / 473 * 100%);
    left: calc(80 / var(--design-width) * 100vw);
    font-size: 34px;
  }
}
.p-philosophy-kv__ttl::before, .p-philosophy-kv__ttl::after {
  content: "";
  font-size: calc(22 / var(--design-width) * 100vw);
  position: absolute;
  left: 0;
  height: 1.3em;
  background-color: var(--color-orange-1);
  z-index: -1;
}
.p-philosophy-kv__ttl::before {
  width: 10.5em;
  bottom: 1.55em;
}
.p-philosophy-kv__ttl::after {
  width: 9.45em;
  bottom: 0.05em;
}
@media (min-width: 768px) {
  .p-philosophy-kv__ttl::before, .p-philosophy-kv__ttl::after {
    content: "";
    font-size: 34px;
    height: 1.3em;
  }
}

/* ---------------------------------------------
*   p-philosophy-ttl
--------------------------------------------- */
.p-philosophy-ttl {
  display: block;
  font-family: var(--ff-Zen);
  font-size: calc(26 / var(--design-width) * 100vw);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-philosophy-ttl {
    font-size: 34px;
    letter-spacing: 0.05em;
  }
}
.p-philosophy-ttl--wh {
  color: var(--color-white-1);
}

/* ---------------------------------------------
*   p-philosophy-txt
--------------------------------------------- */
.p-philosophy-txt {
  display: block;
  font-size: calc(14 / var(--design-width) * 100vw);
  font-weight: 500;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-philosophy-txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
  }
}
.p-philosophy-txt--wh {
  color: var(--color-white-1);
}

/* ---------------------------------------------
*   p-philosophy-section-1 楽しくリユース！
--------------------------------------------- */
.p-philosophy-section-1 {
  z-index: 1;
}
.p-philosophy-section-1__container {
  padding: calc(56 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) calc(52 / var(--design-width) * 100vw);
  max-width: 1100px;
  margin: auto;
}
@media (min-width: 768px) {
  .p-philosophy-section-1__container {
    padding: calc(200 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-1__container {
    padding: 60px calc(20 / var(--design-width) * 100vw);
  }
}
.p-philosophy-section-1__figure {
  position: relative;
  right: calc(-34 / 335 * 100%);
  width: calc(300 / 335 * 100%);
  margin-top: calc(-8 / var(--design-width) * 100vw);
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-philosophy-section-1__figure {
    position: absolute;
    right: auto;
    width: clamp(400px, 70%, 485px);
    margin-left: clamp(170px, 23%, 300px);
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-philosophy-section-1__txt {
  padding-bottom: 0;
  margin-top: calc(11 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-philosophy-section-1__txt {
    text-shadow: 0 1px 1px #FFF, 0 0 1px #FFF, 1px 0 1px #FFF, 0 -1px 1px #FFF, -1px -1px 1px #FFF, -1px 0 1px #FFF;
    width: 50%;
  }
}

/* ---------------------------------------------
*   p-philosophy-section-2 子育てファミリーを応援
--------------------------------------------- */
.p-philosophy-section-2 {
  max-width: 1880px;
}
@media (min-width: 768px) {
  .p-philosophy-section-2 {
    --txt-width: 57%;
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-2 {
    --txt-width: 55%;
  }
}
@media (min-width: 1280px) {
  .p-philosophy-section-2 {
    --txt-width: 60%;
  }
}
.p-philosophy-section-2__container {
  padding: calc(35 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
  background-color: var(--color-orange-2);
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-philosophy-section-2__container {
    padding: calc(150 / var(--design-width) * 100vw) calc(75 / var(--design-width) * 100vw);
    width: 100vw;
    margin: auto calc(50% - 50vw);
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-2__container {
    padding: 60px calc(20 / var(--design-width) * 100vw);
    width: 100%;
    margin: auto;
    border-radius: 10px;
  }
}
.p-philosophy-section-2__inner {
  max-width: 1040px;
  margin: auto;
}
@media (min-width: 768px) {
  .p-philosophy-section-2__top .p-philosophy-txt {
    width: var(--txt-width);
    min-height: 275px;
    margin-left: calc(100% - var(--txt-width));
    margin-top: calc(82 / var(--design-width) * 100vw);
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-2__top .p-philosophy-txt {
    min-height: unset;
    margin-top: 22px;
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-2__top .p-philosophy-txt .tb-hide {
    display: none;
  }
}
.p-philosophy-section-2__ttl {
  margin: 0 0 calc(20 / var(--design-width) * 100vw);
  text-align: center;
}
.p-philosophy-section-2__figure {
  position: relative;
  right: calc(-30 / 335 * 100%);
  width: calc(301 / 335 * 100%);
  margin-top: calc(-19 / var(--design-width) * 100vw);
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-philosophy-section-2__figure {
    position: absolute;
    right: auto;
    width: clamp(300px, 50%, 442px);
    margin-top: -4%;
    margin-left: -34%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-2__figure {
    margin-top: 3%;
    margin-left: clamp(-380px, -27%, -290px);
  }
}
.p-philosophy-section-2__figure img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.p-philosophy-section-2__txt {
  position: relative;
  z-index: 1;
  margin-top: calc(-11 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-philosophy-section-2__txt {
    margin-top: 2em;
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-2__txt {
    margin-top: 1em;
    margin-left: calc(100% - var(--txt-width));
    width: var(--txt-width);
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-2__txt .tb-hide {
    display: none;
  }
}

/* ---------------------------------------------
*   p-philosophy-section-3 捨てずに売る = つなぐ
--------------------------------------------- */
.p-philosophy-section-3 {
  max-width: 1880px;
}
@media (min-width: 768px) {
  .p-philosophy-section-3 {
    z-index: 1;
  }
}
.p-philosophy-section-3__container {
  position: relative;
  padding: calc(34 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) calc(50 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-philosophy-section-3__container {
    padding: 7.8125vw 2.6041666667vw;
    min-height: 540px;
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-3__container {
    padding: 60px calc(20 / var(--design-width) * 100vw);
    min-height: 430px;
    margin: auto;
    width: 100%;
  }
}
.p-philosophy-section-3__ttl {
  text-align: right;
}
@media (min-width: 768px) {
  .p-philosophy-section-3__ttl {
    text-align: center;
  }
}
.p-philosophy-section-3__figure {
  position: relative;
  top: -36px;
  right: auto;
  left: calc(-23 / 335 * 100%);
  width: calc(270 / 335 * 100%);
  margin-top: calc(-18 / var(--design-width) * 100vw);
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-philosophy-section-3__figure {
    position: absolute;
    top: 142px;
    left: 50%;
    width: clamp(270px, 50%, 387px);
    transform: translateX(-50%);
    margin-left: clamp(200px, 30%, 460px);
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-3__figure {
    top: 50%;
    margin-top: 0;
    transform: translate(-50%, -50%);
    margin-left: 37%;
  }
}
@media (min-width: 1280px) {
  .p-philosophy-section-3__figure {
    margin-left: 450px;
  }
}
.p-philosophy-section-3__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-philosophy-section-3__txt {
  margin-top: calc(-10 / var(--design-width) * 100vw);
  text-align: left;
}
@media (min-width: 768px) {
  .p-philosophy-section-3__txt {
    margin: 3.3854166667vw 0 0 0;
    width: 56%;
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-3__txt {
    margin-top: 35px;
    text-align: center;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: clamp(-155px, -10%, 0px);
  }
}
@media (min-width: 1280px) {
  .p-philosophy-section-3__txt {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .p-philosophy-section-3__txt .sp-hide {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-3__txt .sp-hide {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-3__txt p {
    line-height: 2;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 1px #FFF, 0 0 1px #FFF, 1px 0 1px #FFF, 0 -1px 1px #FFF, -1px -1px 1px #FFF, -1px 0 1px #FFF;
  }
}

/* ---------------------------------------------
*   p-philosophy-section-4 広がるリユースの輪
--------------------------------------------- */
.p-philosophy-section-4 {
  margin-bottom: calc(7 / var(--design-width) * 100vw);
  max-width: 1880px;
}
@media (min-width: 768px) {
  .p-philosophy-section-4 {
    margin-bottom: 0.3645833333vw;
    --txt-width: 43%;
    --txt-max-width: 510px;
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-4 {
    --txt-width: 50%;
  }
}
.p-philosophy-section-4__container {
  background-color: var(--color-orange-1);
  padding: 0 calc(20 / var(--design-width) * 100vw) calc(34 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-philosophy-section-4__container {
    padding: 7.8125vw 2.6041666667vw;
    width: 100vw;
    margin: auto calc(50% - 50vw);
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-4__container {
    padding: 60px calc(20 / var(--design-width) * 100vw);
    width: 100%;
    margin: auto;
    border-radius: 10px;
  }
}
.p-philosophy-section-4__figure {
  position: relative;
  top: calc(-22 / var(--design-width) * 100vw);
  right: calc(-37 / 335 * 100%);
  width: calc(315 / 335 * 100%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-philosophy-section-4__figure {
    position: absolute;
    top: auto;
    right: auto;
    width: clamp(310px, 85%, 390px);
    bottom: 14.5833333333vw;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20.8333333333vw;
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-4__figure {
    top: 50%;
    width: clamp(310px, 40%, 390px);
    bottom: auto;
    transform: translate(-50%, -50%);
    margin-left: -255px;
    margin-top: -40px;
  }
}
.p-philosophy-section-4__txts {
  margin-top: calc(-7 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-philosophy-section-4__txts {
    margin-top: -0.3645833333vw;
  }
}
@media (min-width: 768px) {
  .p-philosophy-section-4__ttl {
    position: absolute;
    bottom: 7.8125vw;
    left: 3.90625vw;
    width: 50%;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-4__ttl {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: left;
    margin-left: calc(100% - var(--txt-width));
    max-width: var(--txt-max-width);
  }
}
.p-philosophy-section-4__txt {
  margin-top: calc(20 / var(--design-width) * 100vw);
}
@media (min-width: 768px) {
  .p-philosophy-section-4__txt {
    width: var(--txt-width);
    max-width: var(--txt-max-width);
    margin-left: calc(100% - var(--txt-width));
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) {
  .p-philosophy-section-4__txt .tb-hide {
    display: none;
  }
}

/*# sourceMappingURL=company-philosophy.css.map */
