/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./src/scss/philosophy.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
.philosophy-message {
  width: 100%;
  max-width: 1380px;
  padding: 10px 40px;
  margin: 0 auto;
}
.philosophy-message__text {
  font-size: 26px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin: 80px 0;
}

.philosophy-contents__inner {
  width: 100%;
  max-width: 1380px;
  padding: 80px 40px;
  margin: 0 auto;
}
.philosophy-contents__imagePc {
  width: 100%;
  display: block;
}
.philosophy-contents__imageSp {
  width: 100%;
  display: none;
}
.philosophy-contents__title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding: 30px 0 15px 0;
}
.philosophy-contents__text {
  margin-top: 30px;
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 2;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 1920px) { /**/ }
@media screen and (max-width: 1380px) { /**/
  .philosophy-contents__text {
    font-size: 18px;
  } }
@media screen and (max-width: 1080px) { /**/ }
@media screen and (min-width: 769px) { /**/ }
@media screen and (max-width: 768px) { /**/
  .philosophy-message__text {
    font-size: 17px;
    line-height: 1.6;
    margin: 40px 0;
  }
  .philosophy-message {
    padding: 0 20px;
  }
  .philosophy-contents__inner {
    padding: 40px 0 0 0;
  }
  .philosophy-contents__imagePc {
    display: none;
  }
  .philosophy-contents__imageSp {
    display: block;
  }
  .philosophy-contents__title {
    font-size: 18px;
    margin-right: 20px;
    padding: 20px 0 15px 0;
  }
  .philosophy-contents__text {
    font-size: 14px;
    margin: 20px;
    border-bottom: none;
    padding-bottom: 0;
  } }
@media screen and (max-width: 374px) { /**/ }
@media screen and (max-width: 360px) {
  .philosophy-message__text {
    font-size: 15px;
  }
}
