@charset "UTF-8";

.p-philosophy-content {
  position: relative;
  padding: calc(100vw / 375 * 60) 0 calc(100vw / 375 * 220);
}

.p-philosophy-content__bg01 {
  width: calc(100vw / 375 * 195);
  position: absolute;
  top: calc(100vw / 375 * 28);
  right: calc(100vw / 375 * 0);
  opacity: 0.05;
}

.p-philosophy-content__inner {
  padding: 0 calc(100vw / 375 * 20);
  position: relative;
  z-index: 10;
}

.p-philosophy-content__inner__heading__text {
  font-weight: 400;
  font-size: calc(100vw / 375 * 22);
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.p-philosophy-content__inner__heading+.p-philosophy-content__inner__text {
  margin-top: calc(100vw / 375 * 60);
}

.p-philosophy-content__inner__text {
  line-height: 2.5;
  margin-top: calc(100vw / 375 * 40);
  text-align: justify;
}

.p-philosophy-content__inner__list {
  margin-top: calc(100vw / 375 * 40);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-philosophy-content__inner__list__item {
  width: calc(100vw / 375 * 157);
  margin: calc(100vw / 375 * 20) calc(100vw / 375 * 21) 0 0;
}

.p-philosophy-content__inner__list__item:nth-of-type(2n),
.p-philosophy-content__inner__list__item:last-of-type {
  margin-right: 0;
}

.p-philosophy-content__inner__container {
  margin-top: calc(100vw / 375 * 60);
}

.p-philosophy-content__inner__container__left__heading__text {
  font-weight: 500;
  font-size: calc(100vw / 375 * 22);
  line-height: 1.5;
  color: #0E6DA6;
}

.p-philosophy-content__inner__container__right__list__item {
  margin-top: calc(100vw / 375 * 20);
  position: relative;
  padding-left: calc(100vw / 375 * 36);
  font-weight: 500;
  font-size: calc(100vw / 375 * 18);
}

.p-philosophy-content__inner__container__right__list__item::before {
  content: "一、";
  position: absolute;
  top: 0;
  left: 0;
}

.p-philosophy-content__bg02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vw / 375 * 400);
  overflow: hidden;
}

.p-philosophy-content__bg02 img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}

@media print,
(min-width: 768px) {
  .p-philosophy-content {
    padding: calc(100vw / 1600 * 155) 0 calc(100vw / 1600 * 462);
  }

  .p-philosophy-content__bg01 {
    width: calc(100vw / 1600 * 580);
    top: calc(100vw / 1600 * 107);
    right: calc(100vw / 1600 * 16);
  }

  .p-philosophy-content__inner {
    padding: 0;
    width: calc(100vw / 1600 * 1160);
    margin: 0 auto;
  }

  .p-philosophy-content__inner__heading__text {
    font-size: calc(100vw / 1600 * 40);
  }

  .p-philosophy-content__inner__heading+.p-philosophy-content__inner__text {
    margin-top: calc(100vw / 1600 * 75);
  }

  .p-philosophy-content__inner__text {
    font-size: calc(100vw / 1600 * 20);
    margin-top: calc(100vw / 1600 * 50);
    text-align: left;
  }

  .p-philosophy-content__inner__list {
    margin-top: calc(100vw / 1600 * 179);
    justify-content: space-between;
  }

  .p-philosophy-content__inner__list__item {
    width: calc(100vw / 1600 * 365);
    margin: 0;
  }

  .p-philosophy-content__inner__container {
    margin-top: calc(100vw / 1600 * 138);
    display: flex;
  }

  .p-philosophy-content__inner__container__left {
    width: calc(100vw / 1600 * 296);
    flex-shrink: 0;
  }

  .p-philosophy-content__inner__container__left__heading__text {
    font-size: calc(100vw / 1600 * 24);
  }

  .p-philosophy-content__inner__container__right {
    flex-grow: 1;
  }

  .p-philosophy-content__inner__container__right__list__item {
    margin-top: calc(100vw / 1600 * 20);
    padding-left: calc(100vw / 1600 * 48);
    font-size: calc(100vw / 1600 * 24);
  }

  .p-philosophy-content__inner__container__right__list__item:first-of-type {
    margin-top: 0;
  }

  .p-philosophy-content__bg02 {
    height: auto;
  }

  .p-philosophy-content__bg02 img {
    position: static;
    transform: none;
    height: auto;
    width: 100%;
  }
}

.p-philosophy-mainVisual {
  height: calc(100vw / 375 * 320);
  padding-top: calc(100vw / 375 * 20);
  background-image: url("../img/philosophy/mainImg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-philosophy-mainVisual__inner {
  padding: 0 calc(100vw / 375 * 20);
}

.p-philosophy-mainVisual__inner__heading {
  display: flex;
  flex-direction: column;
}

.p-philosophy-mainVisual__inner__heading__text01 {
  font-family: 'Abel', sans-serif;
  font-weight: 400;
  font-size: calc(100vw / 375 * 30);
  line-height: 1.34;
  letter-spacing: 0.053em;
  color: #ffffff;
}

.p-philosophy-mainVisual__inner__heading__text02 {
  font-weight: 500;
  font-size: calc(100vw / 375 * 20);
  color: #ffffff;
}

@media print,
(min-width: 768px) {
  .p-philosophy-mainVisual {
    height: calc(100vw / 1600 * 672);
    padding-top: calc(100vw / 1600 * 148);
  }

  .p-philosophy-mainVisual__inner {
    padding: 0;
    width: calc(100vw / 1600 * 1160);
    margin: 0 auto;
  }

  .p-philosophy-mainVisual__inner__heading__text01 {
    font-size: calc(100vw / 1600 * 50);
  }

  .p-philosophy-mainVisual__inner__heading__text02 {
    font-size: calc(100vw / 1600 * 30);
    margin-top: calc(100vw / 1600 * 5);
  }
}