.company.philosophy .philosophy-col02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company.philosophy .philosophy-col02 .section-category {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .company.philosophy .philosophy-col02 .section-category {
    width: 100%;
  }
}
.company.philosophy .philosophy-col02 .section-category:first-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .company.philosophy .philosophy-col02 .section-category:first-of-type {
    display: contents;
  }
}
.company.philosophy .sys {
  position: relative;
}
.company.philosophy .sys:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 120px solid #F7F7F7;
  border-left: 0;
  position: absolute;
  bottom: 40px;
  right: -80px;
}
@media screen and (max-width: 767px) {
  .company.philosophy .sys:after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 60px solid #F7F7F7;
    right: 40px;
    bottom: -80px;
    z-index: -1;
    transform: rotate(90deg);
  }
}
.company.philosophy .sys-image {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company.philosophy .sys-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .company.philosophy .domain {
    order: 3;
  }
}
.company.philosophy .sinko-way {
  background: #F7F7F7;
  padding: 60px 40px;
  border-top: 5px solid #0081CC;
}
@media screen and (max-width: 767px) {
  .company.philosophy .sinko-way {
    padding: 35px 30px;
  }
}
.company.philosophy .sinko-way .sinko-way-about {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company.philosophy .sinko-way .sinko-way-about {
    margin-bottom: 40px;
  }
}
.company.philosophy .sinko-way .sinko-way-about .logo {
  width: 250px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .company.philosophy .sinko-way .sinko-way-about .logo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.company.philosophy .sinko-way .sinko-way-about .sinko-way-txt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company.philosophy .sinko-way .sinko-way-about .sinko-way-txt {
    width: 100%;
  }
}
.company.philosophy .sinko-way .sinko-way-section {
  margin-bottom: 45px;
}
.company.philosophy .sinko-way .sinko-way-section.last {
  margin-bottom: 0;
}
.company.philosophy .sinko-way .sinko-way-section .middle-ttl {
  border-top: 1px solid #D6D6D6;
  margin-bottom: 30px;
}
.company.philosophy .sinko-way .sinko-way-section .middle-ttl:before {
  width: 50px;
  top: -1px;
}
.company.philosophy .sinko-way .sinko-way-section .middle-ttl:after {
  content: none;
}
.company.philosophy .sinko-way .sinko-way-section .middle-ttl.red:before {
  background: #EC3C33;
}
.company.philosophy .sinko-way .sinko-way-section .middle-ttl.green:before {
  background: #31A749;
}
.company.philosophy .sinko-way .sinko-way-section .small-ttl:before {
  background: #D6D6D6;
}
.company.philosophy .domain-copy {
  color: #0081CC;
  font-weight: bold;
  text-align: center;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .company.philosophy .domain-copy {
    font-size: 2.25rem;
  }
}
.company.philosophy .domain-wrap {
  padding: 40px 40px 20px;
  background: url(/company/img/philosophy/background_domein.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .company.philosophy .domain-wrap {
    padding: 30px 5% 20px;
  }
}
.company.philosophy .domain-wrap .domain-image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
.company.philosophy .domain-wrap .domain-image-list li {
  width: 176px;
}
@media screen and (max-width: 767px) {
  .company.philosophy .domain-wrap .domain-image-list li {
    width: 48%;
  }
}
.company.philosophy .domain-wrap .domain-image-list li:nth-of-type(n + 3) {
  margin-top: 15px;
}
.company.philosophy .domain-wrap p {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company.philosophy .domain-wrap p {
    font-size: 1.5rem;
  }
}
.company.philosophy .intro-contents {
  display: flex;
  flex-wrap: wrap;
}
.company.philosophy .intro-contents .side-nav-menu {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .company.philosophy .intro-contents .side-nav-menu {
    width: 100%;
  }
}
.company.philosophy .intro-contents .side-nav-menu li a {
  background: #0081CC;
  border-radius: 3px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 25px 40px;
  border: 1px solid #0081CC;
  transition: 0.3s all;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company.philosophy .intro-contents .side-nav-menu li a {
    padding: 22px 15px 22px 45px;
    justify-content: flex-start;
  }
}
.company.philosophy .intro-contents .side-nav-menu li a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 15px;
  transform: rotate(135deg);
}
.company.philosophy .intro-contents .side-nav-menu li a:hover {
  background: #fff;
  color: #0081CC;
}
.company.philosophy .intro-contents .side-nav-menu li a:hover:before {
  border-right: 1px solid #0081CC;
  border-bottom: 1px solid #0081CC;
}
.company.philosophy .intro-contents .intro {
  width: 920px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .company.philosophy .intro-contents .intro {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
}/*# sourceMappingURL=philosophy.css.map */