/*
main{
	overflow: hidden;
}
*/
div.cm-page-hero div.philosophy-img-wrap {
  position: relative;
}
div.cm-page-hero div.philosophy-img-wrap div.illust01 {
  position: absolute;
  bottom: 0;
  right: 8%;
  width: 12%;
  z-index: 1;
}
div.cm-page-hero div.philosophy-img-wrap div.illust02 {
  position: absolute;
  bottom: 7%;
  right: 2.6%;
  width: 39.4%;
}

.cm-sec-sticky {
  background: #8c6239;
}
.cm-sec-sticky h2 {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky h2 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cm-sec-sticky div.sticky-txt-wrap {
    width: 450px;
  }
}
@media screen and (min-width: 1000px) {
  .cm-sec-sticky div.sticky-txt-wrap {
    width: 510px;
  }
}
.cm-sec-sticky div.sticky-bg02 {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  right: 0;
  transform: translate(0, 30%);
  overflow: hidden;
}
.cm-sec-sticky div.sticky-bg02 div.sticky-philosophy-slide div.swiper-wrapper {
  transition-timing-function: linear;
}

section.sec-point {
  overflow: hidden;
  padding: 25% 0;
}
@media screen and (min-width: 768px) {
  section.sec-point {
    padding: 250px 0;
  }
}
section.sec-point div.point-title-wrap {
  width: 85.4%;
  margin: 0 auto 13%;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-title-wrap {
    width: 90%;
    margin: 0 auto 70px;
    max-width: 1100px;
  }
}
section.sec-point div.point-title-wrap h2 {
  margin-bottom: 1em;
}
section.sec-point div.point-title-wrap h2 span {
  display: block;
  line-height: 1.2em;
}
section.sec-point div.point-title-wrap h2 span.txt01 {
  color: #58ad0e;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-title-wrap h2 span.txt01 {
    font-size: 10vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-point div.point-title-wrap h2 span.txt01 {
    font-size: 110px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-title-wrap h2 span.txt02 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-point div.point-title-wrap h2 span.txt02 {
    font-size: 18px;
  }
}
section.sec-point ul li {
  border-top: solid 1px #c0c0c0;
}
section.sec-point ul li:last-child div.point-txt-wrap {
  width: 100%;
}
section.sec-point ul li a {
  display: block;
  color: #111;
}
@media screen and (min-width: 768px) {
  section.sec-point ul li a {
    transition: all 0.3s;
  }
  section.sec-point ul li a:hover {
    color: #fff;
    background: #58ad0e;
  }
  section.sec-point ul li a:hover div.point-txt-wrap span.point-number span {
    color: #fff;
  }
  section.sec-point ul li a:hover div.point-img-wrap.hover-img::after {
    opacity: 1;
  }
}
section.sec-point ul li div.li-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 85.4%;
  margin: auto;
  padding: 13% 0;
}
@media screen and (min-width: 768px) {
  section.sec-point ul li div.li-inner {
    padding: 65px 0;
    width: 90%;
    margin: auto;
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-point ul li div.li-inner.point04 {
    padding: 90px 0;
  }
}
section.sec-point ul li div.point-txt-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-point ul li div.point-txt-wrap {
    width: 55%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-point ul li div.point-txt-wrap {
    width: 600px;
  }
}
section.sec-point ul li div.point-txt-wrap span.point-number {
  width: 100%;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-point ul li div.point-txt-wrap span.point-number {
    width: 100px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-point ul li div.point-txt-wrap span.point-number {
    width: 120px;
  }
}
section.sec-point ul li div.point-txt-wrap span.point-number span {
  color: #58ad0e;
  line-height: 1.2em;
  transition: all 0.3s;
}
section.sec-point ul li div.point-txt-wrap span.point-number span.txt01 {
  font-weight: 700;
  vertical-align: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-point ul li div.point-txt-wrap span.point-number span.txt01 {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-point ul li div.point-txt-wrap span.point-number span.txt01 {
    font-size: 13px;
  }
}
section.sec-point ul li div.point-txt-wrap span.point-number span.txt02 {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 3.8em;
}
@media screen and (min-width: 768px) {
  section.sec-point ul li div.point-txt-wrap span.point-number span.txt02 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-point ul li div.point-txt-wrap span.point-number span.txt02 {
    font-size: 54px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-point ul li div.point-txt-wrap span.point-txt {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-point ul li div.point-txt-wrap span.point-txt {
    width: calc(100% - 140px);
  }
}
section.sec-point ul li div.point-txt-wrap span.point-txt h3 {
  line-height: 1.4em;
  margin-bottom: 0.6em;
  font-size: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-point ul li div.point-txt-wrap span.point-txt h3 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-point ul li div.point-txt-wrap span.point-txt h3 {
    font-size: 33px;
  }
}
section.sec-point ul li div.point-txt-wrap span.point-txt p {
  text-align: justify;
  word-break: break-all;
}
section.sec-point ul li div.point-img-wrap {
  margin: 10% 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-point ul li div.point-img-wrap {
    width: 40%;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-point ul li div.point-img-wrap {
    width: calc(100% - 700px);
  }
}
@media screen and (min-width: 768px) {
  section.sec-point ul li div.point-img-wrap.hover-img {
    position: relative;
  }
  section.sec-point ul li div.point-img-wrap.hover-img::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("../img/philosophy/point-img03-hover_pc.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
  }
}
section.sec-point ul li div.cm-btn01 {
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-point ul li div.cm-btn01 {
    display: none;
  }
}
section.sec-point div.point-slide-wrap {
  position: relative;
  width: 85.4%;
  margin: auto;
  padding: 0 0 10%;
  /*div.swiper-button-next,div.swiper-button-prev*/
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-slide-wrap {
    width: 90%;
    max-width: 1100px;
    padding: 0 0 130px;
  }
}
section.sec-point div.point-slide-wrap div.point-slide {
  cursor: grab;
}
section.sec-point div.point-slide-wrap div.point-slide dl {
  margin-top: 1em;
}
section.sec-point div.point-slide-wrap div.point-slide dl dt {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-slide-wrap div.point-slide dl dt {
    font-size: 18px;
  }
}
section.sec-point div.point-slide-wrap div.point-slide dl dd {
  color: #8d8d8d;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-slide-wrap div.point-slide dl dd {
    font-size: 13px;
  }
}
section.sec-point div.point-slide-wrap .custom-scrollbar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #dadada;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-slide-wrap .custom-scrollbar {
    width: 440px;
    bottom: 13px;
    right: 200px;
    height: 2px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-point div.point-slide-wrap .custom-scrollbar {
    width: 484px;
    bottom: 20px;
  }
}
section.sec-point div.point-slide-wrap .custom-scrollbar-handle {
  position: absolute;
  height: 100%;
  background-color: #58ad0e;
  left: 0;
  transition: left 0.4s;
}
section.sec-point div.point-slide-wrap div.swiper-scrollbar {
  bottom: 28px;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-slide-wrap div.swiper-scrollbar {
    width: 484px;
    left: auto;
    right: 200px;
  }
}
section.sec-point div.point-slide-wrap div.swiper-button-next, section.sec-point div.point-slide-wrap div.swiper-button-prev {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-slide-wrap div.swiper-button-next, section.sec-point div.point-slide-wrap div.swiper-button-prev {
    background: #111;
    border-radius: 50em;
    top: auto;
    bottom: 0;
    width: 50px;
    height: 50px;
    display: block;
  }
  section.sec-point div.point-slide-wrap div.swiper-button-next::after, section.sec-point div.point-slide-wrap div.swiper-button-prev::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #58ad0e;
    border-radius: 50em;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease;
  }
  section.sec-point div.point-slide-wrap div.swiper-button-next:hover::after, section.sec-point div.point-slide-wrap div.swiper-button-prev:hover::after {
    transform: scale(1.3);
  }
  section.sec-point div.point-slide-wrap div.swiper-button-next:hover img.black, section.sec-point div.point-slide-wrap div.swiper-button-prev:hover img.black {
    display: block;
  }
  section.sec-point div.point-slide-wrap div.swiper-button-next:hover img.white, section.sec-point div.point-slide-wrap div.swiper-button-prev:hover img.white {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-point div.point-slide-wrap div.swiper-button-next, section.sec-point div.point-slide-wrap div.swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
section.sec-point div.point-slide-wrap div.swiper-button-next::after, section.sec-point div.point-slide-wrap div.swiper-button-prev::after {
  content: "" !important;
  width: 100%;
  height: 100%;
  margin: auto;
}
section.sec-point div.point-slide-wrap div.swiper-button-next img.black, section.sec-point div.point-slide-wrap div.swiper-button-prev img.black {
  display: none;
}
section.sec-point div.point-slide-wrap div.swiper-button-next img.white, section.sec-point div.point-slide-wrap div.swiper-button-prev img.white {
  display: block;
}
section.sec-point div.point-slide-wrap div.swiper-button-next {
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-slide-wrap div.swiper-button-prev {
    left: auto;
    right: 70px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-point div.point-slide-wrap div.swiper-button-prev {
    right: 90px;
  }
}/*# sourceMappingURL=philosophy.css.map */