#page-title span {
  width: 150px;
}
@media screen and (min-width: 768px) {
  #page-title span {
    padding: 35px 30px 20px 30px;
    width: 285px;
  }
}
#page-title span img {
  padding-bottom: 10px;
}

.main-contents-inner {
  width: 100% !important;
  padding: 0 0 0 !important;
  max-width: none !important;
}
@media screen and (min-width: 768px) {
  .main-contents-inner {
    padding: 40px 0 0 !important;
  }
}

#philosophy {
  width: 100% !important;
  max-width: none !important;
}
#philosophy .philosophy-title-bold {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
#philosophy .philosophy-bg {
  display: none;
}
#philosophy .philosophy-wrapper {
  padding: 50px 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #philosophy .philosophy-wrapper {
    padding: 60px 100px;
  }
}
@media screen and (min-width: 1480px) {
  #philosophy .philosophy-wrapper {
    padding: 80px 15%;
  }
}
#philosophy .philosophy-wrapper--mission {
  background: url("../images/philosophy/philosophy_wrapper_pic2.webp") no-repeat center;
  background-size: cover;
  text-align: left;
  clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 95%, 0% 100%);
}
@media screen and (min-width: 768px) {
  #philosophy .philosophy-wrapper--mission {
    background: url("../images/philosophy/philosophy_wrapper_pic1.webp") no-repeat center;
    clip-path: polygon(0% 0%, 100% 0%, 100% 83%, 0% 100%, 0% 100%);
  }
}
#philosophy .philosophy-wrapper--vision {
  background: url("../images/philosophy/philosophy_wrapper_pic4.webp") no-repeat center;
  background-size: cover;
  text-align: right;
  clip-path: polygon(0% 12%, 100% 1%, 100% 87%, 0% 99%, 0% 100%);
  margin-top: -4.5vw;
}
@media screen and (min-width: 768px) {
  #philosophy .philosophy-wrapper--vision {
    background: url("../images/philosophy/philosophy_wrapper_pic3.webp") no-repeat center;
    background-size: cover;
    clip-path: polygon(0% 16%, 100% 0%, 100% 100%, 0% 85%, 0% 100%);
    margin-top: -60px;
  }
}
@media screen and (min-width: 1480px) {
  #philosophy .philosophy-wrapper--vision {
    margin-top: -65px;
  }
}
#philosophy .philosophy-wrapper--value {
  background: url("../images/philosophy/philosophy_wrapper_pic6.webp") no-repeat center;
  background-size: cover;
  text-align: left;
  clip-path: polygon(0% 14%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
  margin-top: -4.5vw;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #philosophy .philosophy-wrapper--value {
    background: url("../images/philosophy/philosophy_wrapper_pic5.webp") no-repeat center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0% 100%, 0% 100%);
    margin-bottom: 10px;
    margin-top: -55px;
  }
}
@media screen and (min-width: 1480px) {
  #philosophy .philosophy-wrapper--value {
    margin-top: -60px;
  }
}
#philosophy .philosophy-title-big {
  position: relative;
  display: block;
  font-size: 79px;
  font-weight: bold;
  line-height: 0.95;
  color: #FFF;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #000;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  #philosophy .philosophy-title-big {
    display: inline-block;
    width: 100%;
    max-width: 550px;
    line-height: 0.9;
    font-size: 134.68px;
  }
}
#philosophy .philosophy-title-big span {
  position: absolute;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #0068b7;
  right: 0;
  bottom: 0.5em;
  z-index: 1;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
@media screen and (min-width: 768px) {
  #philosophy .philosophy-title-big span {
    display: inline-block;
    bottom: 0.8em;
    padding-right: 50px;
  }
}
#philosophy .philosophy-title-big--mission span {
  left: 0;
  text-align: left;
  padding-left: 112px;
}
@media screen and (min-width: 768px) {
  #philosophy .philosophy-title-big--mission span {
    left: auto;
    right: 0;
    text-align: right;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #philosophy .philosophy-title-big--vision {
    padding-left: 100px;
  }
}
#philosophy .philosophy-title-big--vision span {
  right: 0;
  text-align: right;
  padding-right: 80px;
}
@media screen and (min-width: 768px) {
  #philosophy .philosophy-title-big--vision span {
    padding-right: 250px;
  }
}
#philosophy .philosophy-title-big--value span {
  right: auto;
  left: 0;
  text-align: left;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  #philosophy .philosophy-title-big--value span {
    left: auto;
    right: 0;
    text-align: right;
    padding-left: 0;
    padding-right: 190px;
  }
}
#philosophy .philosophy-text {
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}
@media screen and (min-width: 768px) {
  #philosophy .philosophy-text {
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0.5px 0.5px 1px #ffffff, -0.5px 0.5px 1px #ffffff, 0.5px -0.5px 1px #ffffff, -0.5px -0.5px 1px #ffffff, 0.5px 0px 1px #ffffff, 0px 0.5px 1px #ffffff, -0.5px 0px 1px #ffffff, 0px -0.5px 1px #ffffff;
  }
}
#philosophy .philosophy-text--bold {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #philosophy .philosophy-text--bold {
    font-size: 21px;
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff;
  }
}