<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body:has(.st-page) {
  color: #000;
}
body:has(.st-page) figure {
  margin: 0;
}
body:has(.st-page) button {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
:root {
  --score: "SCoreDream", sans-serif;
  --sky: #71ADDE;
  --highlighter: rgba(113, 173, 222, 0.1);
}
.is-white {
  color: #fff !important;
}
.font-score {
  font-family: var(--score);
}
.st-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  transition: all .3s ease;
}
.st-header__logo {
  z-index: 99;
  position: relative;
}
.st-header.is-white .st-header__logo {
  -webkit-filter: brightness(0) invert(1); 
  filter: brightness(0) invert(1);
}
.st-inner {
  width: 1720px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.st-inner02 {
  width: 1470px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.st-header &gt; .st-inner {
  height: 90px;
  display: flex;
  align-items: center;
}
.st-gnb {
  display: flex;
  gap: 36px;
  align-items: center;
  margin-left: 36px;
}
.st-gnb a {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}
.st-gnb a:not(:last-child) {
  display: flex;
  align-items: center;
}
.st-gnb a:first-child svg{
  margin-left: 8px;
}
.st-gnb a:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #ddd;
  margin-left: 36px;
  display: inline-block;
  vertical-align: middle;
}

.st-header .st-gnb a {
  transition: color .3s ease;
}
.st-header .st-gnb a.active {
  font-weight: 600;
}
.st-header.is-white .st-gnb a {
  color: #fff;
}
.st-header .st-gnb a svg path{
  transition: stroke .3s ease;
}
.st-header.is-white .st-gnb a svg path{
  stroke: #fff;
}
.st-header:not(.top) {
  background-color: #fff;
  border-color: #ddd;
}
.st-header:not(.top) .st-gnb a {
  color: #000;
}
.st-header:not(.top) .st-gnb a:first-child svg path{
  stroke: #000;
}
.st-header:not(.top) .st-header__logo {
  filter: none;
}
.st-header:not(.top) .st-gnb a:hover {
  color: var(--sky);
}
.st-header:not(.top) .st-gnb a:hover svg path{
  stroke: var(--sky);
}

.st-header-btn {
  position: relative;
  z-index: 99;
  margin-left: auto;
  padding-inline: 32px;
  border-radius: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  height: 56px;
  background-color: var(--sky);
  transition: background .3s ease;
  font-size: 20px;
  font-weight: 600;
}
.st-header-btn:hover {
  background-color: #000;
}
.st-header-btn:link,
.st-header-btn:visited {
  color: #fff !important;
}
.st-header-btn:visited {
  color: #fff;
}
#st-nav {
  position: fixed;
  z-index: 98;
  bottom: 30px;
  right: 0;
  transition: bottom .3s ease;
}

#st-nav ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}

#st-nav a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  height: auto;
  min-height: 46px;
  padding: 10px 4px;
  width: 76px;
  background-color: var(--sky);
  align-items: center;
  justify-content: center;
  text-align: center;
  /* opacity: 0.4; */
  transition: background-color .3s ease;
  color: #fff;
  position: relative;
}
#st-nav a::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 80%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: rgba(255, 255, 255, 0.5);
}
#st-nav li:last-child a::after {
  display: none;
}
#st-nav a:hover,
#st-nav a.active {
  /* opacity: 1; */
  background-color: #000;
}
#st-nav a:hover::after,
#st-nav a.active::after {
  display: none;
}

.st-mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.st-mv__logo {
  position: absolute;
  z-index: 90;
  top: 200px;
  left: 50%;
  width: 150px;
  transform: translateX(-734px);
}
.st-mv__logo img {
  width: 100%;
}
.st-mv .st-mv-swiper .swiper-slide{
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.st-mv .swiper-slide .img_wrap {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.st-mv .swiper-slide .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.st-mv .swiper-slide-active .img_wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: mainMvAnim 3s ease forwards;
          animation: mainMvAnim 3s ease forwards;
}
.st-mv .st-mv-text-swiper {
  position: absolute;
  left: 50%;
  top: 423px;
  transform: translateX(-734px);
  z-index: 9;
}
.st-mv .swiper-slide .txt_wrap .split-anim {
  opacity: 0;
  padding: 10px;
  background-color: rgba(113, 173, 222, 0);
  transition: background-color .6s .4s ease;
}
.st-mv .swiper-slide .txt_wrap p.split-anim {
  padding: 6px 10px;
}

.st-mv .swiper-slide-active .txt_wrap .split-anim {
  opacity: 1;
  background-color: rgba(113, 173, 222, 0.95);
}
.st-mv .swiper-slide .txt_wrap {
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.st-mv .swiper-slide .txt_wrap h2 {
  font-family: var(--score);
  font-size: 60px;
  font-weight: 400;
}
.st-mv .swiper-slide .txt_wrap strong {
  font-weight: 600;
}
.st-mv .swiper-slide .txt_wrap p {
  margin-top: 24px;
  font-size: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.80);
}

.st-mv .swiper-nav {
  display: flex;
  position: absolute;
  z-index: 90;
  top: 757px;
  left: 50%;
  transform: translateX(-734px);
  gap: 20px;
  align-items: center;
}
.st-mv .swiper-pagination {
  position: static;
  display: flex;
  gap: 10px;
}
.st-mv .swiper-pagination-bullet {
  position: relative;
  overflow: hidden;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 2em;
  background: rgba(255, 255, 255, 0.40);
  transition: width .3s ease;
}
.st-mv .swiper-pagination-bullet-active {
  width: 32px;
}
.st-mv .bullet-progress {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  border-radius: 2em;
}
.st-mv .swiper-pagination-bullet-active .bullet-progress {
  animation: bulletProgress 3.5s linear forwards;
}
.st-mv .swiper-nav:has(.paused) .swiper-pagination-bullet-active .bullet-progress {
  animation: none;
}

@keyframes bulletProgress {
  to {
    width: 100%;
  }
}
.st-mv .swiper-btns {
  display: flex;
  gap: 10px;
  align-items: center;
}
.st-mv .swiper-btns button {
  background-color:transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.st-mv .swiper-btns .swiper-pagination-prev,
.st-mv .swiper-btns .swiper-pagination-next {
  width: 12px;
  height: 12px;
}
.st-mv .swiper-btns .swiper-pagination-prev {
  background-image: url('/image/st_img/main/prev.png');
}
.st-mv .swiper-btns .swiper-pagination-next {
  background-image: url('/image/st_img/main/next.png');
}
.st-mv .swiper-btns .swiper-pagination-pause {
  width: 18px;
  height: 18px;
  background-image: url('/image/st_img/main/pause.png');
}
.st-mv .swiper-pagination-pause.paused {
  background-image: url('/image/st_img/main/play.png');
}
.st-mv .st-mv-swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.st-mv .st-mv-swiper .swiper-slide-prev::after {
  opacity: 1;
}


@-webkit-keyframes mainMvAnim {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mainMvAnim {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.split-anim {
  overflow: hidden;
}

.split-anim .char {
  display: inline-block;
  line-height: 1.1;
  opacity: 0;
  transform: translateY(100%);
}
.txt_wrap p.split-anim .char {
  line-height: 1.6;
}

.split-anim .word {
  overflow: hidden;
  display: inline-block;
}

.split-anim .whitespace {
  height: 1.1em;
}

/* .swiper-slide-active .split-anim .char, */
.slick-active .split-anim .char,
.split-anim.on .char {
  animation: splitAnim01 2s 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards, splitAnim02 2s 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.swiper-slide-active .split-anim .char {
  animation: splitAnim01 1s cubic-bezier(0.16, 1, 0.3, 1) forwards, splitAnim02 1.7s 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes splitAnim01{
  to{
    opacity: 1;
  }
}
@keyframes splitAnim02 {
  to{
    transform: translateY(0);
  }
}

.swiper-slide-prev .split-anim .char,
.swiper-slide-next .split-anim .char {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.st-video { 
  padding-top: 200px;
  text-align: center;
  background-image: url('/image/st_img/main/main_video_bg.png');
  background-size: 1470px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.st-video .st-tit h2 img {
  height: 64px;
  width: auto;
  vertical-align: baseline;
}
.st-tit em{
  display: block;
  font-size: 26px;
  color: var(--sky);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 26px;
}
.st-tit .is-sky {
  color: var(--sky);
  font-weight: 600;
}
.st-tit .is-brown {
  color: #665044;
  font-weight: 600;
}
.st-tit h2,
.st-tit h3 {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2;
}
.st-tit p {
  margin-top: 30px;
  color: #666;
  font-size: 22px;
  font-weight: 400;
}
.st-tit p.st-stit {
  font-size: 30px;
}
.st-tit p.split-anim .char {
  line-height: 1.6;
}
.st-tit p.st-stit .char {
  line-height: 1.3;
}

.st-tit strong {
  font-weight: 600;
  color: var(--sky);
  padding-inline: 5px;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.st-tit strong::before {
  content: '';
}
.st-tit strong::before,
.st-tit strong .highlight {
  display: block;
  width: 0;
  height: 62px;
  background-color: var(--highlighter);
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.st-tit strong:has(.highlight)::before {
  display: none;
}
.st-tit .split-anim.on strong::before,
.st-tit .split-anim.on strong .highlight {
  animation: highlight 1s 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes highlight {
  to {
    width: 100%;
  }
}
.st-video__contents {
  margin-top: 55px;
  width: 100%;
  height: 837px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.st-video__contents .item figure {
  overflow: hidden;
  height: 0;
  position: relative;
}

.st-video__contents .item.show figure {
  animation: showFigure .6s cubic-bezier(0.25, 0.1, 0.25, 1.5) forwards;
}

.st-video__contents .item figure &gt; img,
.st-video__contents .item figure &gt; video,
.st-video__contents .item figure &gt; iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: top;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s ease;
}
.st-video__contents .item figure &gt; iframe {
  aspect-ratio: 16/9;
}

.st-video__contents .item.show figure &gt; img,
.st-video__contents .item.show figure &gt; video,
.st-video__contents .item.show figure &gt; iframe {
  clip-path: inset(0 0 0 0);
}

@keyframes showFigure {
  to {
    height: 100%;
  }
}

.st-video__contents .is-img {
  position: absolute;
  width: 280px;
}
.st-video__contents .is-img1 {
  left: 100px;
  top: 80px;
  height: 200px;
}
.st-video__contents .is-img2 {
  right: 100px;
  top: 0;
  height: 400px;
}
.st-video__contents .is-img3 {
  left: -55px;
  bottom: 0;
  height: 400px;
}
.st-video__contents .is-img4 {
  right: -55px;
  bottom: 80px;
  height: 200px;
}
.st-video__contents .is-video {
  width: 920px;
  height: 517px;
  position: relative;
}
.st-video__contents .is-video .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.st-video__contents .is-video .play-button {
  opacity: 0;
  transition: opacity .3s .3s ease;
}
.st-video__contents .is-video .play-button.show {
  opacity: 1;
}
.st-video__contents .is-video video {
  width: 100%;
}

.st-support {
  box-sizing: border-box;
  padding-top: 120px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.st-support__contents {
  display: flex;
  position: relative;
}
.st-support__content {
  flex: 1;
  overflow: hidden;
}
.st-support__content .item {
  box-sizing: border-box;
  height: 100%;
  height: 70vh;
}
.st-support__content .item.on {
  animation: supportAnim .8s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}
@keyframes supportAnim {
  to {
    transform: translateX(0);
  }
}
.st-support__img .item figcaption {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.st-support__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.st-support__desc .item {
  padding: 60px 100px;
  background-position: bottom 100px right 100px;
  background-repeat: no-repeat;
}
.st-support__desc .item:nth-child(odd) {
  background-color: #EFF8FF;
}
.st-support__desc .item:nth-child(even) {
  background-color: #F9FCFE;
}
.st-support__desc .item em {
  color: var(--sky);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.st-support__desc .item em span {
  gap: 2px;
  align-items: center;
}
.st-support__desc .item h3 {
  display: block;
  margin-top: 40px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}
.st-support__desc .item strong {
  color: var(--sky);
  font-weight: 600;
}
.st-support__desc .item p {
  margin-top: 30px;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.st-support__paging {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 160px;
  height: 80px;
  background-color: #000;
  color: #fff;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.st-support__paging::after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.40);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.st-support__paging div {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.st-support__paging .total {
  opacity: 0.4;
}
.st-support__paging .next.disabled svg path,
.st-support__paging .prev.disabled svg path {
  stroke-opacity: 0.4;
}


.block-anim {
  overflow: hidden;
  display: block;
}
.st-support .split-anim .char {
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.block-anim &gt; * {
  display: flex;
  transform: translateY(100%);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1),  color .3s ease;
}
.slick-active .block-anim &gt; * {
  transform: translateY(0);
}
.st-btn {
  display: flex;
  margin-top: 40px;
}
.st-btn a {
  height: 48px;
  padding-inline: 36px;
  border-radius: 2em;
  border: 1px solid var(--sky);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--sky);
  overflow: hidden;
  position: relative;
  z-index: 2;
  /* transition: color .3s ease; */
}
.st-btn a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--sky);
  position: absolute;
  top: 0;
  left: -100%;
  transition: left .3s ease;
  z-index: -1;
}
.st-btn a:hover {
  color: #fff;
}
.st-btn a:hover::before {
  left: 0;
}
.st-participate {
  text-align: center;
  box-sizing: border-box;
  margin-top: 80px;
  padding-top: 120px;
  height: 100vh;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  gap: 120px;
}
.st-participate__contents {
  flex: 1;
  position: relative;
}
.st-participate__contents &gt; a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.st-participate__contents &gt; a .btn-typo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  animation: rotate 10s linear infinite;
}
.st-participate__contents &gt; a:hover .btn-typo{
  animation-play-state: paused;
  -webkit-filter: brightness(0) invert(1); 
  filter: brightness(0) invert(1);
}
.st-participate__contents &gt; a .btn-logo {
  transition: transform .3s ease;
  transform: scale(1);
}
.st-participate__contents &gt; a:hover .btn-logo {
  transform: scale(1.2);
}
@keyframes rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
} 
.st-participate__contents &gt; a::before{
  content: "";
  display: block;
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--sky);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: width .3s ease;
}
.st-participate__contents &gt; a:hover::before {
  width: 100%;
}
.st-participate__img {
  display: flex;
  justify-content: center;
  aspect-ratio: 2.44 / 1;
  position: relative;
}
.st-participate__img picture {
  display: block;
  overflow: hidden;
  clip-path: inset(0 0 15% 0);
  width: 70%;
  transition: clip-path .3s ease, filter .3s ease;
  filter: brightness(70%);
}
.st-participate__img picture.active {
  clip-path: inset(0 0 0 0);
}
.st-participate__img picture img {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 2.44 / 1;
  object-fit: cover;
  object-position: center top;
  min-width: 100%;
  min-height: 100%;
}
.st-footer {
  border-top: 1px solid #DDD;
  padding-block: 60px;
  position: relative;
}
.st-footer .copy {
  margin-top: 32px;
  font-size: 18px;
  color: #aaa;
  line-height: 1;
  margin-bottom: 0;
}
.st-policy {
  display: inline-block;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.st-policy:visited {
  color: #000;
}
.st-footer__info {
  margin-top: 32px;
}
.st-footer__info li {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
}
.st-footer__info li span {
  display: inline-block;
  margin-right: 4px;
  color: #666;
}
.st-footer__info li::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 14px;
  margin-left: 12px;
  background-color: #ddd;
  vertical-align: middle;
}
.st-footer__info li:nth-of-type(4n){
  margin-right: 0;
}
.st-footer__info li:nth-of-type(4n)::after {
  display: none;
}
.st-footer__info li:nth-of-type(n+5) {
  margin-top: 14px;
}
.st-footer__top {
  position: absolute;
  top: 145px;
  right: 100px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  cursor: pointer;
  z-index: 5;
}

.st-campaign .st-tit strong::before, 
.st-campaign .st-tit strong .highlight{
  height: 53px;
}
.st-campaign .st-tit h2 {
  font-size: 44px;
}

.camp-mv {
  background-image: url('/image/st_img/sub/st01_bg.png');
  background-repeat: no-repeat;
  background-position: top right;
  height: 100vh;
  position: relative;
}
.camp-mv .st-inner02 {
  height: 100%;
  position: relative;
}
.camp-mv__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.camp-mob {
  display: none;
}

.camp-mv__txt01 .split-anim {
  visibility: hidden;
}

.camp-mv__txt01 .split-anim .char {
  opacity: 0;
  transform: translateY(100%);
}

.camp-mv__txt01 .split-anim.on {
  visibility: visible;
}

.camp-mv__txt.st-tit .is-name {
  margin-top: 60px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.camp-mv__txt.st-tit p span {
  opacity: .8;
  line-height: 1;
  font-size: 22px;
}
.camp-mv__img{
  width: 1470px;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 90vh;
  left: 50%;
  transform: translateX(-50%);
}
.camp-mv__img img {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center;
}
.camp-mv__dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.40);
  z-index: 2;
}
.camp-mv__txt02 {
  opacity: 0;
}
.camp-mv__txt02 img{
  display: block;
  margin-bottom: 60px;
}
#wrap:has(.st-campaign) {
  overflow: visible;
}
.st-campaign section:not(.camp-value) {
  overflow: hidden;
}
.camp-value {
  padding-block: 160px 80px;
}
.camp-value .st-inner02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.camp-value__tit {
  position: relative;
}
.camp-value__tit .st-tit {
  position: sticky;
  top: 160px;
  left: 0;
}
.camp-value__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.camp-value__list li:not(:last-child) {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.camp-value__list li button {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  font-family: var(--score);
  font-size: 32px;
  font-weight: 400;
  color: #000;
}
.camp-value__list li figure {
  margin-bottom: 60px;
}
.camp-value__list li p {
  margin-top: 20px;
  padding-left: 56px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  letter-spacing: -0.05em;
}
.camp-value__list li .is-toggle {
  display: none;
}
.camp-value__list li .plus {
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: auto;
}
.camp-value__list li .plus::before,
.camp-value__list li .plus::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.camp-value__list li .plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.camp-value__list li.on .plus::after {
  display: none;
}

.camp-participate {
  box-sizing: border-box;
  padding-top: 120px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.camp-participate .st-tit {
  margin-bottom: 40px;
}
.camp-participate__area {
  /* height: 100vh; */
  flex: 1;
  position: relative;
}
.camp-participate__area &gt; ul {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.camp-participate__bg {
  width: 100%;
}
.camp-participate__bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.40);
}
.camp-participate__bg li{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .5s ease;
}
.camp-participate__bg li.on {
  opacity: 1;
}
.camp-participate__bg li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.camp-participate__links {
  border-left: 1px solid rgba(255, 255, 255, 0.20);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.camp-participate__links li {
  border-right: 1px solid rgba(255, 255, 255, 0.20);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.camp-participate__links li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 100%), rgba(255, 255, 255, 0.00);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity .3s ease;
}
.camp-participate__links li:hover::before {
  opacity: 1;
}
.camp-participate__links li img {
  margin-bottom: 32px;
}
.camp-participate__links li b {
  font-family: var(--score);
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  display: block;
}
.camp-participate__links li p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.80);
  line-height: 1.6;
}
.camp-participate__links li .is-toggle {
  display: none;
  overflow: hidden;
  opacity: 0;
}
.camp-participate__links li:hover .is-toggle{
  display: flex;
  animation: fadeInUp 0.5s ease forwards;
  transform: translateY(20px);
}
.camp-participate__links li:hover .camp-btns{
  animation: marginTop 0.5s ease forwards, fadeInUp 0.5s 0.2s ease forwards;
}

@keyframes fadeInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes marginTop {
  to {
    margin-top: 50px;
  }
}
.camp-btns {
  margin-top: 0;
  flex-direction: column;
  gap: 16px;
  width: 330px;
}
.camp-btns a {
  background-color: var(--sky);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
  height: 48px;
}

.camp-change {
  /* padding-block: 300px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.camp-change .st-tit {
  margin-bottom: 80px;
}
.camp-change__list {
  border: 1px solid #ddd;
  border-right: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.camp-change__list li {
  padding: 60px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ddd;
}
.camp-change__list li b {
  font-family: var(--score);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.camp-change__list li p {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
}
.camp-change__list li img {
  align-self: flex-end;
  display: block;
  margin-top: 60px;
}
.camp-philosophy {
  padding-block: 160px 640px;
  background-color: #F9FCFE;
  text-align: center;
}
.camp-philosophy .st-tit {
  margin-bottom: 120px;
}
.camp-philosophy .box-carousel {
  position: absolute;
  left: 0;
  bottom: 160px;
  width: 100%;
  height: 480px;
}
.camp-philosophy .carousel-items {
  width: 100%;
  display: flex;
  height: 100%;
}
.camp-philosophy .carousel-item {
  width: calc((100vw - 80px) / 5);
  padding-inline: 10px;
}
.camp-philosophy .carousel-item img {
  width: 100%;
}

.st-needs {
  padding-bottom: 200px;
}
.st-needs .st-section:not(.needs-mv) {
  padding-top: 160px;
}
.st-needs .st-section:not(.needs-mv) .st-inner02 {
  display: flex;
  justify-content: space-between;
}
.st-needs .st-section:not(.needs-mv) .st-tit em {
  margin-bottom: 32px;
}
.st-needs .st-section:not(.needs-mv) .st-tit h2 {
  font-size: 44px;
}
.needs-mv {
  height: 100vh;
  overflow: hidden;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.needs-mv::after {
  content: "";
  background-image: url('/image/st_img/sub/sv02.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: needsMv 5s ease forwards;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes needsMv {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.needs-mv__desc {
  color: #fff;
}
.needs-mv__desc em {
  font-size: 32px;
  margin-bottom: 40px;
  color: #fff;
}
.needs-mv__desc strong {
  color: #fff;
}
.needs-mv__desc .split-anim.on strong::before {
  background-color: rgba(255, 255, 255, 0.10)
}
.needs-desc {
  padding-top: 66px;
  width: 980px;
}
.needs-desc h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--score);
  color: #000;
  line-height: 1;
}
.needs-vis {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 0.367;
  z-index: 2;
}
.needs-vis img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.needs-vis p {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.needs-noori__map {
  margin-top: 60px;
}
.needs-noori__map .wwd_map {
  margin-top: 40px;
}
.needs-noori__map picture {
  display: block;
  margin-top: 40px;
}
.needs-desc &gt; ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-top: 40px;
}
.needs-desc &gt; ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 34px;
}
.needs-desc__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.needs-desc &gt; ul li p {
  margin-top: 20px;
  font-size: 20px;
  color: #666;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
.st-ham {
  display: none;
  z-index: 99;
  position: relative;
}
.st-menu {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 162px;
  display: none;
}
.st-menu-gnb {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.st-menu-gnb a {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

@media all and (max-width: 1880px) {
  .st-inner {
    width: auto;
    margin-left: 3.90625%;
    margin-right: 3.90625%;
  }
  #st-nav {
    right: 20px;
    transform: translate(0, -50%);
  }
  .st-support .st-tit h2, .st-support .st-tit h3{
    font-size: 40px;
  }
}
@media all and (max-width: 1600px) {
  .st-inner02 {
    width: auto;
    margin-left: 3.90625%;
    margin-right: 3.90625%;
  }
  .st-needs .st-section:not(.needs-mv) .st-tit h2 {
    font-size: 36px;
  }
  .st-needs .st-tit strong::before {
    height: 42px;
  }
  .needs-tit {
    flex: none;
    width: 406px;
  }
  .needs-desc {
    flex: 1;
    width: auto;
  }
  .st-support__desc .item {
    padding: 40px 60px;
    background-position: bottom 40px right 40px;
    background-size: 190px;
  }
  .st-support__paging {
    width: 80px;
    height: 40px;
    gap: 30px;
  }
  .st-support__desc .item em {
    font-size: 18px;
  }
  .st-support__desc .item h3 {
    margin-top: 36px;
    font-size: 36px;
  }
  .st-support__paging div {
    display: none;
  }
  .st-support__paging::after {
    display: none;
  }
  .st-support__desc .item p {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 16px;
  }
  .st-btn {
    margin-top: 30px;
  }
  .st-btn a {
    height: 40px;
    padding-inline: 30px;
    font-size: 16px;
  }
  .st-mv__logo {
    left: 3.90625%;
    transform: none;
  }
  .st-mv .st-mv-text-swiper {
    left: 3.90625%;
    transform: none;
  }
  .st-mv .swiper-nav {
    left: 3.90625%;
    transform: none;
  }
  .camp-mv__img {
    width: 94%;
  }
  .camp-value .st-inner02{
    grid-template-columns: auto 735px;
  }
  .camp-participate__links {
    width: 100%;
    border-left: none;
  }
}
@media all and (max-width: 1200px) {
  .show-1200 {
    display: block;
  }
  .hide-1200 {
    display: none;
  }
  /* .show-1200 {
    display: block !important;
  }
  .hide-1200 {
    display: none !important;
  } */
  .st-gnb {
    display: none;
  }
  .st-ham {
    display: block;
    margin-right: 30px;
    width: 33px;
    height: 22px;
    background-image: url('/image/st_img/common/menu_b.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .st-header.is-white .st-ham{
    background-image: url('/image/st_img/common/menu_w.svg');
  }
  .st-header:not(.top) .st-ham{
    background-image: url('/image/st_img/common/menu_b.svg');
  }
  .st-header.active .st-ham{
    background-image: url('/image/st_img/common/menu_x.svg');
  }
  .st-header.active .st-header__logo {
    filter: none;
  }
  .st-needs .st-section:not(.needs-mv) .st-inner02 {
    flex-direction: column;
  }
  .needs-tit {
    width: 100%;
  }
  .needs-desc {
    flex: none;
    width: 100%;
  }
  .st-footer__info li:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .st-footer__info li:nth-of-type(n+5) {
    margin-top: 0;
  }
  .st-footer__info li:has(+ br)::after {
    display: none;
  }
  .st-video__contents {
    height: 1164px;
  }
  .st-video__contents .is-img {
    width: 220px;
  }
  .st-video__contents .is-img1 {
    left: 0;
    top: 40px;
    height: 157px;
  }
  .st-video__contents .is-img2 {
    right: 0;
    top: 0;
    height: 314px; 
  }
  .st-video__contents .is-img3 {
    left: 0px;
    bottom: 0;
    height: 314px;
  }
  .st-video__contents .is-img4 {
    right: 0px;
    bottom: 40px;
    height: 157px;
  }
  .st-video__contents .is-video {
    width: 768px;
    height: 432px;
  }
  .st-campaign .st-tit h2{
    font-size: 38px;
  }
  .camp-value .st-inner02{
    grid-template-columns: auto 60%;
  }
  .camp-value__list li p {
    font-size: 18px;
  }
  .camp-value__list li button{
    font-size: 28px;
  }
  .camp-participate {
    height: auto;
  }
  .camp-participate__area {
    flex: none;
  }
  .camp-participate__area &gt; ul {
    width: 100%;
    margin: 0;
    border-left: none;
    position: static;
    transform: none;
  }
  .camp-participate__bg {
    display: none;
  }
  .camp-participate__links {
    grid-template-columns: 1fr;
  }
  .camp-participate__links li {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    border: none;
  }
  .camp-participate__links li::before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .camp-participate__links li:nth-child(1) {
    background-image: url('/image/st_img/sub/st01_0201.webp');
  }
  .camp-participate__links li:nth-child(2) {
    background-image: url('/image/st_img/sub/st01_0202.webp');
  }
  .camp-participate__links li:nth-child(3) {
    background-image: url('/image/st_img/sub/st01_0203.webp');
  }
  .camp-participate__links li .is-toggle {
    display: flex;
    opacity: 1;
  }
  .camp-participate__links li:hover .is-toggle {
    transform: none;
  }
  .camp-participate__links li:hover .camp-btns {
    animation: none;
  }
  .camp-btns {
    margin-top: 20px;
    gap: 10px;
    width: 400px;
  }
  .camp-participate__links li b {
    font-size: 32px;
  }
  .camp-participate__links li p {
    font-size: 18px;
  }
  .camp-participate__links li img {
    margin-bottom: 20px;
  } 
  #st-nav {
    display: none;
  }
  .camp-change {
    min-height: 0;
    padding-block: 80px;
  }
  .camp-change__list li {
    padding: 40px;
  }
  .camp-change .st-tit {
    margin-bottom: 60px;
  }
  .camp-change__list li p {
    font-size: 18px;
    margin-bottom: auto;
  }
  .camp-change__list li b{
    font-size: 28px;
  }
  .camp-change__list li img {
    width: 80px;
  }
  .camp-philosophy {
    padding-block: 160px 460px;
  }
  .camp-philosophy .box-carousel{
    height: 300px;
  }
  .camp-philosophy .st-tit {
    margin-bottom: 80px;
  } 
  
}
@media all and (max-width: 1024px) {
  .hide-1024 {
    display: none ;
  }
  .show-1024 {
    display: block ;
  }
  /* .hide-1024 {
    display: none !important;
  }
  .show-1024 {
    display: block !important;
  } */
  .needs-desc &gt; ul {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 768px) {
  .hide-768 {
    display: none ;
  }
  .show-768 {
    display: block ;
  }
  /* .hide-768 {
    display: none !important;
  }
  .show-768 {
    display: block !important;
  } */
  .st-header &gt; .st-inner {
    height: 12.5vw;
  }
  .st-header .st-header__logo {
    height: 5.56vw;
  }
  .st-header .st-header__logo img {
    height: 100%;
  }
  .st-header-btn {
    padding-inline: 5vw;
    gap: 1.11vw;
    height: 8.89vw;
    font-size: 3.33vw;
  }
  .st-header-btn img {
    height: 2.78vw;
  }
  .st-ham {
    margin-right: 4.17vw;
    width: 4.58vw;
    height: 4vw;
  }
  .st-ham svg {
    width: 100%;
    height: 100%;
  }
  .needs-mv::after {
    background-image: url(/image/st_img/sub/sv02_m.webp);
  }
  .needs-mv__desc em {
    font-size: 5vw;
    margin-bottom: 5.56vw;
  }
  .st-tit em {
    font-size: 4.17vw;
  }
  .st-tit h2, .st-tit h3 {
    font-size: 7.22vw;
    letter-spacing: -0.43vw;
  }
  .st-needs {
    padding-bottom: 27.78vw;
  }
  .st-needs .st-section:not(.needs-mv) {
    padding-top: 22.22vw;
  } 
  .st-needs .st-section:not(.needs-mv) .st-tit h2 {
    font-size: 6.11vw;
  }
  .st-needs .st-tit strong::before {
    height: 7.36vw;
  }
  .st-needs .st-section:not(.needs-mv) .st-tit em {
    margin-bottom: 4.44vw;
  }
  .needs-desc {
    padding-top: 0;
    margin-top: 8.33vw;
  }
  .needs-vis p {
    font-size: 6.11vw;
  }
  .needs-noori__map {
    margin-top: 8.33vw;
  }
  .needs-noori__map .wwd_map {
    margin-top: 5.56vw;
  }
  .needs-desc &gt; ul {
    grid-gap: 6.39vw;
    margin-top: 6.39vw;
  }
  .needs-desc h3 {
    font-size: 4.17vw;
  }
  .needs-desc &gt; ul li p {
    margin-top: 2.78vw;
    font-size: 3.33vw;
  }
  .needs-desc__top img {
    width: 6.67vw;
  }
  .needs-desc &gt; ul li {
    padding-bottom: 5.56vw;
  }
  .st-footer__top {
    top: 19.44vw;
    right: 30px;
    gap: .56vw;
    font-size: 3.33vw;
  }
  .st-footer__top svg {
    width: 2.78vw;
    height: 2.78vw;
  }
  .st-footer {
    padding-block: 8.33vw;
  }
  .st-footer__logo {
    height: 5.56vw;
  }
  .st-footer__logo img {
    height: 100%;
  }
  .st-policy {
    margin-top: 5.56vw;
    font-size: 3.33vw;
  }
  .st-footer__info {
    margin-top: 4.44vw;
  }
  .st-footer__info li {
    margin-right: 1.67vw;
    font-size: 3.02vw;
  }
  .st-footer__info li::after {
    height: 2.5vw;
    margin-left: 1.67vw;
  }
  .st-footer__info li:not(:last-of-type) {
    margin-bottom: 1.94vw;
  }
  .st-footer .copy {
    margin-top: 4.44vw;
    font-size: 3.06vw;
  }
  .st-video {
    padding-top: 27.78vw;
    background-size: 111.11vw;
  }
  .st-tit strong::before, .st-tit strong .highlight {
    height: 8.33vw;
  }
  .st-tit p {
    margin-top: 5.56vw;
    font-size: 3.61vw;
    line-height: 1.4;
  }
  .st-tit p.st-stit {
    font-size: 4.72vw;
  }
  .camp-mv__txt .st-tit p {
    line-height: 1.2;
  }
  .st-video .st-tit h2 img {
    height: 8.89vw;
  }
  .st-video__contents {
    height: 173.75vw;
    margin-top: 22.22vw;
    background-size: 111.11vw;
  }
  .st-video__contents .is-img {
    width: 33.33vw;
  }
  .st-video__contents .is-img1 {
    top: 20.14vw;
    height: 20.83vw;
  }
  .st-video__contents .is-img2 {
    height: 50vw; 
  }
  .st-video__contents .is-img3 {
    height: 50vw;
  }
  .st-video__contents .is-img4 {
    bottom: 20.14vw;
    height: 20.83vw;
  }
  .st-video__contents .is-video {
    width: 91.67vw;
    height: 51.53vw;
  }
  .st-video__contents .is-video .video-btn {
    max-width: 11.67vw;
    max-height: 11.67vw;
  }
  .st-support__paging {
    display: none;
  }
  .st-support__contents{
    flex-direction: column;
  }
  .st-support__content {
    flex: none;
  }
  .st-support__desc .item {
    height: 125.28vw;
  }
  .st-support__img .item {
    height: 100vw;
  }
  .st-support__img .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .st-support .st-tit h2, .st-support .st-tit h3{
    font-size: 7.22vw;
    margin-bottom: 5.56vw;
  }
  .st-support{
    padding-top: 13vw;
    height: auto;
  }
  .st-support__desc .item h3 {
    font-size: 6.11vw;
    margin-top: 4.17vw;
  }
  .st-support__desc .item em{
    font-size: 3.61vw;
  }
  .st-support__desc .item em img {
    max-width: 2.92vw;
  }
  .st-support__desc .item {
    padding: 11.11vw 4.17vw;
    background-position: bottom 11.11vw right 4.17vw;
    background-size: 26.39vw;
  }
  .st-support__desc .item p {
    margin-top: 4.17vw;
    font-size: 3.19vw;
  }
  .st-btn {
    margin-top: 6.67vw;
  }
  .st-btn a {
    height: 7.78vw;
    padding-inline: 5.14vw;
    font-size: 3.06vw;
  }
  .st-participate {
    margin-top: 0;
    padding-top: 16.67vw;
    height: auto;
    z-index: 2;
    gap: 11.11vw;
  }
  .st-participate__img {
    aspect-ratio: 1 / 1;
  }
  .st-participate__contents &gt; a {
    width: 41.67vw;
    top: 30%;
  } 
  .st-participate__contents &gt; a .btn-typo {
    width: 38.89vw;
  }
  .st-participate__contents &gt; a .btn-logo {
    width: 16.67vw;
  }.st-participate__contents &gt; a::before {
    width: 27.78vw;
  }
  .st-mv,
  .st-mv .st-mv-swiper .swiper-slide {
    min-height: 177.78vw;
  }
  .st-mv .swiper-btns .swiper-pagination-prev,
  .st-mv .swiper-btns .swiper-pagination-next {
    width: 16px;
    height: 16px;
  }
  .st-mv .swiper-btns .swiper-pagination-pause {
    width: 22px;
    height: 22px;
  }
  .st-mv .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .st-mv .swiper-pagination-bullet-active {
    width: 40px;
  }
  .st-mv__logo {
    width: 20.83vw;
    top: 60vw;
  } 
  .st-mv .swiper-slide .txt_wrap h2 {
    font-size: 8.33vw;
  }
  .st-mv .swiper-slide .txt_wrap p {
    font-size: 4.17vw;
    margin-top: 4.17vw;
    line-height: 1.4;
  }
  .st-mv .st-mv-text-swiper {
    top: 90vw;
  }
  .st-mv .swiper-nav {
    top: 152.5vw;
  }
  .st-menu {
    padding-top: 22.5vw;
  }
  .st-menu-gnb {
    gap: 11.11vw;
  }
  .st-menu-gnb a {
    font-size: 4.44vw;
  }
  .st-menu-gnb a svg {
    max-width: 3.33vw;
    max-height: 3.33vw;
  }
  .camp-mv__txt02 img {
    margin-bottom: 8.33vw;
    width: 17.22vw;
  }
  .camp-pc {
    display: none;
  }
  .camp-mob {
    display: inline-block;
  }
  .st-campaign .st-tit h2 {
    font-size: 6.11vw;
    letter-spacing: -0.025rem;
  }
  .st-campaign .st-tit strong::before, .st-campaign .st-tit strong .highlight {
    height: 6.94vw;
  }
  .camp-mv__txt.st-tit .is-name {
    margin-top: 8.33vw;
    font-size: 4.17vw;
  }
  .st-tit p {
    letter-spacing: -0.025rem;
  }
  .camp-mv__txt.st-tit p span {
    font-size: 3.61vw;
  }
  .camp-mv {
    background-size: 38.89vw;
    background-image: url('/image/st_img/sub/st01_bg_m.png');
  }
  .camp-mv__img {
    width: 91.67vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .camp-value .st-inner02{
    grid-template-columns: 1fr;
  }
  .camp-value {
    padding-block: 22.22vw 11.11vw;
  }
  .camp-value__tit .st-tit {
    position: static;
    margin-bottom: 11.11vw;
  } 
  .camp-value__list li figure {
    margin-bottom: 8.33vw;
  }
  .camp-value__list li:not(:last-child) {
    padding-bottom: 8.33vw;
  }
  .camp-value__list {
    gap: 8.33vw;
  }
  .camp-value__list li button {
    font-size: 4.44vw;
    gap: 2.78vw;
  }
  .camp-value__list li button img {
    max-width: 5vw;
  }
  .camp-value__list li p {
    margin-top: 2.78vw;
    padding-left: 7.78vw;
    font-size: 3.61vw;
  }
  .camp-value__list li .plus {
    max-width: 3.89vw;
    max-height: 3.89vw;
  }
  .camp-participate__links li {
    padding: 0;
    height: 122.22vw;
  }
  .camp-participate__links li::before {
    display: none;
  }
  .camp-participate__links li:nth-child(1) {
    background-image: url('/image/st_img/sub/st01_0201_m.webp');
  }
  .camp-participate__links li:nth-child(2) {
    background-image: url('/image/st_img/sub/st01_0202_m.webp');
  }
  .camp-participate__links li:nth-child(3) {
    background-image: url('/image/st_img/sub/st01_0203_m.webp');
  }
  .camp-btns {
    margin-top: 8.33vw;
    gap: 2.22vw;
    width: 55.56vw;
  }
  .camp-participate__links li img {
    margin-bottom: 4.17vw;
    max-width: 8.33vw;
  }
  .camp-participate__links li b {
    font-size: 6.11vw;
    margin-bottom: 4.17vw;
  }
  .camp-participate__links li p{
    font-size: 3.61vw;
  }
  .camp-btns a {
    font-size: 3.33vw;
    height: 8.61vw;
  }
  .camp-change {
    padding-block: 22.22vw;
  }
  .camp-change__list {
    grid-template-columns: 1fr;
  }
  .camp-change__list li:not(:first-child) {
    border-top: 1px solid #ddd;
  }
  .camp-change .st-tit {
    margin-bottom: 11.11vw;
  }
  .camp-change__list li {
    padding: 8.33vw;
  }
  .camp-change__list li b {
    font-size: 4.44vw;
  }
  .camp-change__list li p {
    margin-top: 3.33vw;
    font-size: 3.61vw;
  }
  .camp-change__list li img {
    width: 11.11vw;
    margin-top: 8.33vw;
  }
  .camp-philosophy .box-carousel {
    bottom: 22.22vw;
    height: 66.67vw;
  }
  .camp-philosophy .carousel-item {
    width: 51.11vw;
    padding-inline: 1.39vw;
  }
  .camp-philosophy {
    padding-block: 22.22vw 88.89vw;
  }
  .camp-philosophy .st-tit {
    margin-bottom: 16.67vw;
  }
  /* .st-mv .swiper-slide .txt_wrap .split-anim {
    padding: 1.389vw;
  }
  .st-mv .swiper-slide .txt_wrap p.split-anim {
    padding: .833vw 1.389vw;
  } */
  
}</pre></body></html>