.center {
  text-align: center;
}

section.section {
  position: relative;
}
@media screen and (max-width: 1022px) {
  section.section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  section.section {
    padding: 30px 0;
  }
}
section.section .deco {
  position: absolute;
  width: 150px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section.section .deco {
    display: none;
  }
}
section.section .copy {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
section.section .copy.-left {
  text-align: left;
}
section.section .copy .marker {
  background: linear-gradient(transparent 60%, #FFEF9E 60%);
  display: inline;
  padding: 0 5px;
}
section.section .copy br.tb {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section.section .copy br.tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.section .copy {
    font-size: 24px;
  }
  section.section .copy .marker {
    display: inline;
  }
}
section.section .kadomaru-box {
  position: relative;
}
section.section .kadomaru-box h2.heading {
  margin-top: 0;
}
section.section .box-01, section.section .box-02 {
  margin-top: 2em;
}
@media print, screen and (min-width: 1023px) {
  section.section .box-01 {
    align-items: center;
    margin: 4em 0 3em;
  }
}

section.sec-nav {
  padding: 0 0 50px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section.sec-philosophy .copy {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1023px) {
  section.sec-philosophy .box-01 {
    margin: 4em 0 6em;
  }
}
section.sec-philosophy .description {
  line-height: 2;
  font-size: 20px;
  margin-top: 1.5em;
}
@media screen and (max-width: 1022px) {
  section.sec-philosophy .description {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.sec-philosophy .description {
    font-size: 16px;
  }
}
section.sec-philosophy .deco.deco-left {
  left: 0;
  top: 1vw;
  width: 250px;
}
@media screen and (max-width: 1022px) {
  section.sec-philosophy .deco.deco-left {
    width: 200px;
  }
}
section.sec-philosophy .deco.deco-right {
  right: 1vw;
  bottom: 12vw;
}
@media print, screen and (min-width: 1023px) {
  section.sec-philosophy .list01 {
    width: 80%;
    margin: 4em auto 1em;
  }
}

@media screen and (max-width: 1022px) {
  section.sec-goal .copy br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  section.sec-goal .copy {
    margin-top: 0;
  }
}
section.sec-goal .deco.deco-left {
  left: -10vw;
  top: -10vw;
  width: 450px;
  z-index: -1;
}
@media screen and (max-width: 1022px) {
  section.sec-goal .deco.deco-left {
    width: 300px;
    top: -12vw;
    left: -11vw;
  }
}
section.sec-goal .deco.deco-right {
  right: -5vw;
  bottom: 1vw;
  z-index: 1;
}
@media screen and (max-width: 1022px) {
  section.sec-goal .deco.deco-right {
    width: 100px;
  }
}
section.sec-goal .deco.deco-top {
  top: 2vw;
  right: 10vw;
  width: 100px;
  z-index: 1;
}

section.sec-policy .copy {
  margin: 2.5em 0 1.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.sec-policy .copy {
    margin-top: 1.5em;
  }
}
section.sec-policy .copy br {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section.sec-policy .copy br {
    display: block;
  }
}
section.sec-policy .deco.deco-left {
  left: 3vw;
  bottom: 3vw;
}
section.sec-policy .deco.deco-top {
  left: 10vw;
  top: 12vw;
  width: 100px;
}
@media screen and (max-width: 1022px) {
  section.sec-policy .deco.deco-top {
    top: 0;
  }
}
section.sec-policy .deco.deco-right {
  right: 0;
  top: 4vw;
  width: 250px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1022px) {
  section.sec-policy .deco.deco-right {
    width: 200px;
    top: 18vw;
  }
}
section.sec-policy .thumb-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
  margin-bottom: 3em;
}
section.sec-policy .thumb-wrap .thumb-item {
  width: 33.3333333333%;
  padding: 1em;
}
section.sec-policy .thumb-wrap {
  /*@include mq( $tb , max )  {
  	.thumb-item{
  		width: 50%;
  		padding: 1em;
  	}
  }*/
}

section.sec-year-goal h2.heading {
  line-height: 1.5;
}
section.sec-year-goal .kadomaru-box {
  margin-bottom: 5em;
}/*# sourceMappingURL=philosophy.css.map */