@charset "UTF-8";
.guideline {
  margin: 4.5rem auto;
}
@media screen and (min-width: 768px) {
  .guideline {
    margin: 6.75rem auto;
  }
}
html .guideline :first-child {
  margin-top: 0;
}
html .guideline :last-child {
  margin-bottom: 0;
}
.guideline .title, .guideline .body,
.guideline .body > section {
  margin: 3.75rem auto;
}
.guideline .section::before {
  display: block;
  margin-bottom: 4.5rem;
  border-top: 2px solid #eee;
  content: "";
}
@media screen and (min-width: 768px) {
  .guideline .section::before {
    margin-bottom: 6.75rem;
  }
}
.guideline .sample {
  padding: 1.875rem;
  background: #f6f6f6;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .guideline .sample {
    padding: 5.882%;
  }
}
.guideline .sample > :first-child {
  margin-top: 0;
}
.guideline .sample > :last-child {
  margin-bottom: 0;
}
.guideline .module {
  position: relative;
}
.guideline .module__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.06);
}
.guideline .module__text {
  color: #aaa;
}
.guideline .module .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
}
.guideline .module .samplebg-01 {
  left: 5.333%;
  margin-top: calc( 15rem + 37.333% );
  width: 328.533%;
  padding-top: 144.533%;
  background: url("./../img/top_mission_bg_img.svg") left top/contain;
  transform: translate3d(-50%, -50%, 0) rotate(-38deg);
}
@media screen and (min-width: 768px) {
  .guideline .module .samplebg-01 {
    left: 50%;
    margin-top: 16rem;
    width: 138.403%;
    padding-top: 59.236%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.guideline .module .samplebg-02 {
  left: 50%;
  margin-top: calc( 13.125rem + 56% );
  width: 288%;
  padding-top: 114.667%;
  background: url("./../img/top_business_bg_img.svg") left top/cover;
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (min-width: 768px) {
  .guideline .module .samplebg-02 {
    margin-top: 30%;
    width: 142.917%;
    padding-top: 56.9445772595%;
  }
}
.guideline .copy {
  width: 84%;
}
@media screen and (min-width: 768px) {
  .guideline .copy {
    width: 62.5%;
  }
}
.guideline .copy__text {
  line-height: 2.438rem;
}
.guideline .copy__text .highlight {
  display: inline;
  padding: 0.188rem 0;
  background: #111;
  color: #fff;
  line-height: 2.438rem;
  box-shadow: 0.625rem 0 0 #111, -0.625rem 0 0 #111;
  box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .guideline .copy__text .highlight {
    padding: 0.188rem 0;
    box-shadow: 0.75rem 0 0 #111, -0.75rem 0 0 #111;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .guideline .copy__text {
    line-height: 1.25;
  }
}
.guideline .copy__text .hide-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .guideline .copy__text .hide-sp {
    display: inherit;
  }
}
.guideline .copy__text .hide-pc {
  display: inherit;
}
@media screen and (min-width: 768px) {
  .guideline .copy__text .hide-pc {
    display: none;
  }
}
.guideline .mv {
  position: relative;
  opacity: 0;
}
.guideline .mv .title {
  position: absolute;
  top: 0;
  left: 6.666%;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  margin-bottom: 5%;
  pointer-events: none;
}
.guideline .mv .title .copy {
  width: auto;
  pointer-events: auto;
  opacity: 0;
}
.guideline .mv .visual {
  backface-visibility: hidden;
}
.guideline .mv .visual::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: url("./../img/visual_ovelay_path.svg") 0 0 no-repeat/cover;
  pointer-events: none;
  content: "";
  transform: scale(1.15);
  transform-origin: 65% 45%;
  backface-visibility: hidden;
}
.guideline .mv .visual__slide {
  transform-origin: 65% 45%;
  backface-visibility: hidden;
}
.guideline .mv .visual.transition .visual__slide {
  animation: visual-img-transition 0.6s cubic-bezier(0.45, 0, 1, 0.75) 0s reverse forwards;
}
.guideline .mv .visual.transition .slick-current .visual__slide {
  animation: visual-img-transition 0.8s cubic-bezier(0.15, 0, 0.15, 1) 0s forwards;
}
@keyframes visual-img-transition {
  0% {
    transform: scale(1.125);
  }
  100% {
    transform: scale(1);
  }
}
.guideline .mv.initialized {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0, 0, 0, 0.75) 0s;
}
.guideline .mv.initialized .copy {
  opacity: 1;
  transition: opacity 0.9s cubic-bezier(0.15, 0, 0.15, 1) 0.45s;
}
.guideline .mv.initialized .visual::before {
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.15, 0, 0.15, 1) 0s;
}
.guideline ul {
  line-height: 1.5;
}
.guideline ul li {
  margin: 1em 0;
  position: relative;
  padding-left: 0.75em;
}
.guideline ul li:first-of-type {
  margin-top: 0;
}
.guideline ul li:last-of-type {
  margin-bottom: 0;
}
.guideline ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 0.75em;
  content: "・";
}

/****************************************************
* STYLE
*/
.strength-slide__hdr .ttl {
  margin-bottom: 2.25rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .strength-slide__hdr .ttl {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
}