/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.philosophy-index {
  float: left;
  left: 50px;
  margin-top: 172px;
  position: sticky;
  top: 172px;
  z-index: 10001;
}

.philosophy-index-item {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.philosophy-index-item.--active {
  color: #00913a;
}

.phi-view {
  margin-bottom: 30px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .phi-view {
    margin-bottom: 20px;
  }
}

.phi-view-row {
  align-items: center;
  display: flex;
  justify-content: center;
}

.phy-view-content {
  align-items: center;
  background-image: url(../img/philosophy/moya.jpg);
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: bold;
  height: 120px;
  justify-content: center;
  line-height: 1.375;
  margin-right: 10px;
  text-align: center;
  width: 120px;
}
.phy-view-content .--bold {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2px;
}
.phy-view-content.--min {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .phy-view-content.--min br{
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .phy-view-content {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.6rem;
    height: 85px;
    line-height: 1;
    margin-right: 7px;
    width: 85px;
  }
  .phy-view-content .--bold {
    font-size: 2rem;
  }
}

.phy-view-batsu {
  background-image: url(../img/philosophy/batsu.svg);
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .phy-view-batsu {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
  }
}

.phi-view-arrow {
  background-image: url(../img/philosophy/arrow.jpg);
  height: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .phi-view-arrow {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 50px;
  }
}

.phy-view-maru {
  align-items: center;
  background-color: #00913a;
  border: 2px solid #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: bold;
  height: 120px;
  justify-content: center;
  line-height: 1.625;
  margin-right: 10px;
  text-align: center;
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .phy-view-maru {
    font-size: 1.6rem;
    height: 84px;
    line-height: 1.416666667;
    width: 84px;
  }
}

.phi-tokudai {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.384615385;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .phi-tokudai {
    font-size: 1.6rem;
  }
}

.phi-dai {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .phi-dai {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-page-c-p.--ksyo {
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=sourcemaps/philosophy.css.map */