@charset "UTF-8";
.mv .swiper-slide .copy {
  font-family: "publicsans", "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
}

.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
*/
@media (max-width: 767px) {
  .mv .swiper-slide {
    height: 120vw;
  }
}
.mv .swiper-slide .mask {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mv .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv .swiper-slide .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  padding: 6.181% 0;
  margin: 0 auto;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mv .swiper-slide .inner {
    width: 84%;
    height: 100%;
    padding: 0;
  }
}
.mv .swiper-slide .inner._no-text {
  width: 100%;
  max-height: 568px;
  height: 30vw;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .mv .swiper-slide .inner._no-text {
    height: 120vw;
  }
}
.mv .swiper-slide .block {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .mv .swiper-slide .block {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .mv .swiper-slide .block {
    display: block;
  }
}
.mv .swiper-slide .block__item._logo {
  flex-basis: 29.167%;
  margin-right: 6.25%;
}
@media (max-width: 767px) {
  .mv .swiper-slide .block__item._logo {
    flex-grow: 1;
    margin-right: 0;
  }
}
.mv .swiper-slide .block__item._logo img {
  display: block;
  width: 71.429%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .mv .swiper-slide .block__item._logo img {
    width: 47.619%;
    margin-left: 0;
  }
}
.mv .swiper-slide .block__item._txt {
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .mv .swiper-slide .block__item._txt {
    margin-top: 8vw;
  }
}
.mv .swiper-slide .result {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
}
@media (max-width: 767px) {
  .mv .swiper-slide .result {
    font-size: 1.25rem;
  }
}
.mv .swiper-slide .result b {
  font-size: 5rem;
  line-height: 1.08;
}
@media (max-width: 767px) {
  .mv .swiper-slide .result b {
    font-size: 3rem;
  }
}
.mv .swiper-slide .copy {
  margin-top: 1rem;
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 900;
  font-style: italic;
}
@media (max-width: 767px) {
  .mv .swiper-slide .copy {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}
.mv .swiper-slide .copy span {
  display: inline-block;
}
.mv .swiper-slide .desc {
  margin-top: 1rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .mv .swiper-slide .desc {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}
.mv .swiper-button-prev, .mv .swiper-button-next {
  background-image: none;
  width: 1.25rem;
  height: 2.25rem;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .mv .swiper-button-prev, .mv .swiper-button-next {
    display: none;
  }
}
.mv .swiper-button-prev [class^=icon-], .mv .swiper-button-next [class^=icon-] {
  display: block;
  text-align: center;
  font-size: 2.25rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.mv .swiper-button-prev {
  left: 1.667%;
}
.mv .swiper-button-next {
  right: 1.667%;
}
.mv .swiper-pagination {
  width: 100%;
  line-height: 0;
  bottom: 1.111vw;
}
@media (max-width: 767px) {
  .mv .swiper-pagination {
    bottom: 3.2vw;
  }
}
.mv .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.2);
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.375rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .mv .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 0.25rem;
  }
}
.mv .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
}

.contents__hdr {
  margin: 5% 0 2.5%;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .contents__hdr {
    margin: 12.8% 4% 6.4%;
  }
}
.contents__hdr [class^=m-ttl--] {
  line-height: 1.4;
}
.contents__hdr p {
  margin-top: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .contents__hdr p {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.cp-supporter {
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  .cp-supporter {
    padding-bottom: 12.8%;
  }
}
.cp-supporter .supporter__inner {
  width: 161.25%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cp-supporter .supporter__inner {
    width: 256vw;
  }
}
.cp-supporter .unit {
  width: 17.917vw;
  position: relative;
}
@media (max-width: 767px) {
  .cp-supporter .unit {
    width: 51.2vw;
  }
}
.cp-supporter .unit__inner {
  display: block;
  padding: 0 3.488%;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cp-supporter .unit__inner {
    padding: 0 3.125%;
  }
}
.cp-supporter .unit__img {
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cp-supporter .unit__img {
    border-radius: 0.25rem;
  }
}
.cp-supporter .unit__txt {
  padding: 1rem 0 2.5rem;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cp-supporter .unit__txt {
    padding: 0.75rem 0 2rem;
  }
}
.cp-supporter .unit__txt [class^=m-ttl--] {
  line-height: 1.4;
  color: #262679;
}
.cp-supporter .unit__txt p {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #444444;
}
@media (max-width: 767px) {
  .cp-supporter .unit__txt p {
    font-size: 0.625rem;
  }
}
.cp-supporter .unit__txt p.note {
  font-weight: 700;
  color: #c71528;
}
.cp-supporter .unit[class*=is-]:after {
  content: "";
  display: block;
  min-width: 6.75rem;
  padding: 0.563rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  border-radius: 100svh;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cp-supporter .unit[class*=is-]:after {
    min-width: 5.625rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.625rem;
  }
}
.cp-supporter .unit.is-accepting:after {
  content: "現在受付中";
  background-color: #c71528;
  color: #fff;
}
.cp-supporter .unit.is-accepting-partially:after {
  content: "一部受付中";
  background-color: #c71528;
  color: #fff;
}
.cp-supporter .unit.is-accepting-ondemand:after {
  content: "現地＆オンデマンドプログラム受付中";
  background-color: #c71528;
  color: #fff;
}
.cp-supporter .unit.is-closed:after {
  content: "受付終了";
  background-color: #eeeeee;
  color: #888888;
}
.cp-supporter .unit.is-soon:after {
  content: "近日募集開始";
  background-color: #262679;
  color: #fff;
}
.cp-supporter .unit.is-next:after {
  content: "次回募集情報";
  background-color: #262679;
  color: #fff;
}
.cp-supporter .unit.is-cancellation:after {
  content: "催行中止";
  background-color: #eeeeee;
  color: #888888;
}
.cp-supporter .m-btn {
  margin-top: 2.5%;
}
@media (max-width: 767px) {
  .cp-supporter .m-btn {
    margin-top: 9.6%;
  }
}