@charset "UTF-8";
.tour-filtering-btn, .tour-filtering-unit__select select {
  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
*/
.tour__list {
  display: block grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2.083%;
}
@media (max-width: 767px) {
  .tour__list {
    grid-template-columns: 100%;
    row-gap: 2rem;
  }
}
.tour__list__unit.is-empty {
  grid-column: 1/-1;
  display: block grid;
  place-content: center;
  min-block-size: calc(17.5vw + 10.5rem);
  text-align: center;
}
.tour__list__inner {
  display: block;
  text-decoration: none;
  position: relative;
}
[class*=is-] .tour__list__inner:after {
  content: "";
  display: block;
  min-width: 6.75rem;
  padding: 0.375rem 0.75rem;
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  border-radius: 0.875rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 10;
}
@media (max-width: 767px) {
  [class*=is-] .tour__list__inner:after {
    padding: 0.5rem 0.75rem 0.469rem;
    margin-top: 0.75rem;
    border-radius: 0.938rem;
    right: 0.75rem;
  }
}
.is-accepting .tour__list__inner:after {
  content: "現在受付中";
  background-color: #c71528;
  color: #fff;
}
.is-accepting-partially .tour__list__inner:after {
  content: "一部受付中";
  background-color: #c71528;
  color: #fff;
}
.is-accepting-ondemand .tour__list__inner:after {
  content: "現地＆オンデマンドプログラム受付中";
  background-color: #c71528;
  color: #fff;
}
.is-closed .tour__list__inner:after {
  content: "受付終了";
  background-color: #f8f8f8;
  color: #888888;
}
.is-soon .tour__list__inner:after {
  content: "近日募集開始";
  background-color: #262679;
  color: #fff;
}
.is-next .tour__list__inner:after {
  content: "次回募集情報";
  background-color: #262679;
  color: #fff;
}
.tour__list .mv {
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tour__list .mv {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
.tour__list .mv__img .mask {
  padding-bottom: 44.681%;
}
@media (max-width: 767px) {
  .tour__list .mv__img .mask {
    padding-bottom: 52.174%;
  }
}
.tour__list .mv__img:after {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, #121212 0%, rgba(18, 18, 18, 0.6) 20%, rgba(18, 18, 18, 0.05) 60%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tour__list .mv__img .credit {
  position: absolute;
  z-index: 1;
  bottom: 0.313rem;
  right: 0.313rem;
  font-size: 0.625rem;
  line-height: 1.2;
  color: #FFF;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .tour__list .mv__img .credit {
    font-weight: 500;
  }
}
.tour__list .mv__group {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4.255%;
  position: absolute;
  right: 4.255%;
  left: 4.255%;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .tour__list .mv__group {
    margin-bottom: 5.217%;
    right: 4.348%;
    left: 4.348%;
  }
}
.tour__list .mv__logo {
  flex-basis: 15.504%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .tour__list .mv__logo {
    flex-basis: 19.048%;
    margin-right: 0.75rem;
  }
}
.tour__list .mv__logo img {
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .tour__list .mv__logo img {
    border-radius: 0.188rem;
  }
}
.tour__list .mv__txt {
  flex-basis: 0;
  flex-grow: 1;
  color: #fff;
}
.tour__list .mv [class^=m-ttl--] {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tour__list .mv [class^=m-ttl--] {
    font-size: 0.875rem;
  }
}
.tour__list .mv__summary {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .tour__list .mv__summary {
    margin-top: 0.25rem;
    font-size: 0.625rem;
  }
}
.tour__list .txt {
  min-height: 10.5rem;
  padding: 4.255% 4.078%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e8e8e8;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .tour__list .txt {
    min-height: inherit;
    padding: 6.957% 5.072% 6.812%;
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
.tour__list .txt [class^=m-ttl--] {
  line-height: 1.6;
  color: #262679;
}
@media all and (-ms-high-contrast: none) {
  .tour__list .txt [class^=m-ttl--] {
    max-height: 3rem;
  }
}
.tour__list .txt__desc {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #444;
}
@media all and (-ms-high-contrast: none) {
  .tour__list .txt__desc {
    max-height: 4.313rem;
  }
}
@media (max-width: 767px) {
  .tour__list .txt__desc {
    font-size: 0.75rem;
  }
}
.tour-filtering__units {
  display: block grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.273%;
  background-color: color-mix(in srgb, #262679, transparent 96%);
  padding: 3.472% 4.167%;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .tour-filtering__units {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    padding: 8.116% 6.957%;
  }
}
.tour-filtering-unit {
  display: block grid;
  row-gap: 0.75rem;
}
@media (max-width: 767px) {
  .tour-filtering-unit {
    row-gap: 0.5rem;
  }
}
.tour-filtering-unit__label {
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #262679;
}
@media (max-width: 767px) {
  .tour-filtering-unit__label {
    font-size: 0.875rem;
  }
}
.tour-filtering-unit__select {
  position: relative;
}
.tour-filtering-unit__select select {
  appearance: none;
  inline-size: 100%;
  block-size: 4rem;
  padding-inline: 1.313rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .tour-filtering-unit__select select {
    block-size: 3rem;
  }
}
.tour-filtering-unit__select::after {
  content: "";
  aspect-ratio: 1/1;
  background-color: #222;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNDA3NDYgMTEuNzIxNEwwLjI4OTc0NiA1LjUwODFDMC4yMTY5MTYgNS40MjYxNiAwLjE1Nzc0MiA1LjMzMjg1IDAuMTEyMjIzIDUuMjI4MTZDMC4wNjY3MDQ2IDUuMTIzNDcgMC4wNDM5NDUzIDUuMDA3MzkgMC4wNDM5NDUzIDQuODc5OTRDMC4wNDM5NDUzIDQuNzYxNTkgMC4wNjY3MDQ2IDQuNjUwMDcgMC4xMTIyMjMgNC41NDUzOEMwLjE1Nzc0MiA0LjQ0MDY5IDAuMjE2OTE2IDQuMzQ3MzcgMC4yODk3NDYgNC4yNjU0NEMwLjM3MTY4IDQuMTgzNSAwLjQ2NDk5MyA0LjExOTc4IDAuNTY5Njg2IDQuMDc0MjZDMC42NzQzNzkgNC4wMjg3NCAwLjc4NTkgNC4wMDU5OCAwLjkwNDI0OCA0LjAwNTk4QzEuMDIyNiA0LjAwNTk4IDEuMTM0MTIgNC4wMjg3NCAxLjIzODgxIDQuMDc0MjZDMS4zNDM1IDQuMTE5NzggMS40MzY4MiA0LjE4MzUgMS41MTg3NSA0LjI2NTQ0TDcuMDIxOTYgOS44NTA1OEwxMi41MjUyIDQuMjY1NDRDMTIuNjA3MSA0LjE4MzUxIDEyLjcwMDQgNC4xMTk3OCAxMi44MDUxIDQuMDc0MjZDMTIuOTA5OCA0LjAyODc0IDEzLjAyMTMgNC4wMDU5OCAxMy4xMzk3IDQuMDA1OThDMTMuMjU4IDQuMDA1OTggMTMuMzY5NSA0LjAyODc0IDEzLjQ3NDIgNC4wNzQyNkMxMy41Nzg5IDQuMTE5NzggMTMuNjcyMiA0LjE4MzUxIDEzLjc1NDIgNC4yNjU0NEMxMy44MjcgNC4zNDczNyAxMy44ODYyIDQuNDQwNjkgMTMuOTMxNyA0LjU0NTM4QzEzLjk3NzIgNC42NTAwNyAxNCA0Ljc2MTU5IDE0IDQuODc5OTRDMTQgNS4wMDczOSAxMy45NzcyIDUuMTIzNDcgMTMuOTMxNyA1LjIyODE2QzEzLjg4NjIgNS4zMzI4NSAxMy44MjcgNS40MjYxNyAxMy43NTQyIDUuNTA4MUw3LjYzNjQ2IDExLjcyMTRDNy41NTQ1MyAxMS43OTQyIDcuNDYxMjEgMTEuODUzNCA3LjM1NjUyIDExLjg5ODlDNy4yNTE4MyAxMS45NDQ0IDcuMTQwMzEgMTEuOTY3MiA3LjAyMTk2IDExLjk2NzJDNi45MDM2MSAxMS45NjcyIDYuNzkyMDkgMTEuOTQ0NCA2LjY4NzQgMTEuODk4OUM2LjU4MjcgMTEuODUzNCA2LjQ4OTM5IDExLjc5NDIgNi40MDc0NiAxMS43MjE0WiIgZmlsbD0iIzIyMjIyMiIvPgo8L3N2Zz4=") no-repeat 50% 50%/contain;
  inline-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: 1.563rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tour-filtering-unit__select::after {
    right: 1.063rem;
  }
}
.tour-filtering__block {
  display: block grid;
  grid-template-columns: 1fr 1fr;
  padding-block: 2rem;
}
@media (max-width: 767px) {
  .tour-filtering__block {
    padding-block: 1.5rem;
  }
}
.tour-filtering__counter {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.tour-filtering-btn {
  justify-self: end;
  display: block grid;
  grid-template-columns: 0.875rem 1fr;
  align-items: center;
  column-gap: 0.25rem;
  background-color: transparent;
  padding: 0;
  color: #262679;
  opacity: 0.22;
}
.tour-filtering-btn__icon::after {
  content: "";
  display: block flow-root;
  aspect-ratio: 1;
  background-color: currentColor;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMi40MDAzOSIgeT0iMS4xNjQwNiIgd2lkdGg9IjE1LjAxIiBoZWlnaHQ9IjEuNSIgcng9IjAuNzUiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDIuNDAwMzkgMS4xNjQwNikiIGZpbGw9IiMyNjI2NzkiLz4KPHJlY3QgeD0iMTMuMDEzNyIgeT0iMi4yMjQ2MSIgd2lkdGg9IjE1LjAxIiBoZWlnaHQ9IjEuNSIgcng9IjAuNzUiIHRyYW5zZm9ybT0icm90YXRlKDEzNSAxMy4wMTM3IDIuMjI0NjEpIiBmaWxsPSIjMjYyNjc5Ii8+Cjwvc3ZnPg==") no-repeat 50% 50%/contain;
}
.tour-filtering-btn__text {
  display: block flow-root;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
}