/* ------------------------------------- */
/* lower-mv
/* ------------------------------------- */
.lower-mv-bg.about {
  background: url(/img/about/bg-about.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 600px) {
  .lower-mv-bg.about {
    background: url(/img/about/sp/bg-about_sp.jpg) no-repeat center center/cover;
  }
}
/* ------------------------------------- */
/* philosophy
/* ------------------------------------- */
.philosophy {
  padding-top: 207px;
}
.philosophy-inner {
  max-width: 1000px;
}
.philosophy-text {
  margin-top: 80px;
  padding-left: 90px;
  font-size: 1.6rem;
}
.philosophy-list {
  margin-top: 35px;
  padding-left: 90px;
}
.philosophy-item {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.5;
}
.philosophy-bg {
  width: 100%;
  height: 40.8vh;
  margin-top: 160px;
  background: url(/img/about/img-about01.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 600px) {
  .philosophy {
    padding-top: 120px;
  }
  .philosophy-inner {
    max-width: 100%;
  }
  .philosophy-text {
    margin-top: 50px;
    padding-left: 0;
    line-height: 2;
  }
  .philosophy-list {
    margin-top: 57px;
    padding-left: 0;
  }
  .philosophy-item {
    padding-left: 4rem;
    line-height: 1.8;
    text-indent: -4rem;
  }
  .philosophy-item:not(:first-child) {
    margin-top: 24px;
  }
  .philosophy-bg {
    height: 58vh;
    margin-top: 93px;
    background: url(/img/about/sp/img-about01.jpg) no-repeat center center/cover;
  }
}
/* ------------------------------------- */
/* commitment
/* ------------------------------------- */
.commitment-box {
  display: flex;
  align-items: center;
}
.commitment-box:nth-child(1) .commitment-info {
  padding-right: calc((100% - 1000px) / 2);
  padding-left: 104px;
}
.commitment-box:nth-child(2) {
  flex-direction: row-reverse;
}
.commitment-box:nth-child(2) .commitment-info {
  padding-right: 112px;
  padding-left: calc((100% - 1000px) / 2);
}
.commitment-box figure {
  width: 50%;
}
.commitment-info {
  width: 50%;
  padding-right: calc((100% - 1000px) / 2);
}
.commitment-info-subtitle {
  margin-top: 80px;
  font-weight: 700;
  font-size: 2.4rem;
}
.commitment-info-text {
  margin-top: 42px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 600px) {
  .commitment {
    padding: 0 5%;
  }
  .commitment-box {
    flex-direction: column-reverse;
  }
  .commitment-box figure {
    width: 100%;
    margin-top: 50px;
  }
  .commitment-box:nth-child(1) .commitment-info {
    padding-right: 0;
    padding-left: 0;
  }
  .commitment-box:nth-child(2) {
    flex-direction: column-reverse;
  }
  .commitment-box:nth-child(2) .commitment-info {
    padding-right: 0;
    padding-left: 0;
  }
  .commitment-box:nth-child(2) .commitment-info-text {
    padding-right: 0;
  }
  .commitment-info {
    width: 100%;
    margin-top: 100px;
    padding-right: 0;
  }
  .commitment-info-subtitle {
    margin-top: 50px;
    font-size: 2rem;
  }
  .commitment-info-text {
    margin-top: 40px;
    padding-right: 20px;
  }
}