@charset "UTF-8";
.cp-course .unit__summary .txt h4, .cp-course .unit__summary .txt h5, .cp-course .unit__summary .txt h6, .cp-course .unit__sub-headline .catch, .cp-course .unit__sub-headline .label, .cp-course .unit__headline .catch, .cp-course .unit__headline .label, .cp-course .unit__id .label, .ces2022-tour-note__hdr .ttl, .cp-program-list .list__img .zoom__inner, .cp-program-list .list__ttl, .cp-program-map .map__img .zoom__inner, .cp-program-map .map__ttl {
  font-family: "publicsansHeading", "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
}

/****************************************************
* STYLE
*/
@media (max-width: 767px) {
  .tour__hdr {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .tour__hdr {
    display: block;
  }
}
.tour__hdr__group {
  background-image: linear-gradient(0deg, #f8f8f8 0%, rgba(255, 255, 255, 0) 49.7%, transparent 100%);
  position: relative;
  z-index: 50;
}
@media (max-width: 767px) {
  .tour__hdr__group {
    order: 1;
    background-image: none;
    padding-bottom: 1.5rem;
  }
  .tour__hdr__group:before {
    content: "";
    display: block;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
    background-color: #f8f8f8;
    width: 100%;
    height: 4.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.tour__hdr__group__inner {
  display: flex;
  align-items: flex-start;
  width: 80%;
  padding-top: 2.625rem;
  margin: -1rem auto 0;
  position: relative;
  top: 1rem;
}
@media (max-width: 767px) {
  .tour__hdr__group__inner {
    flex-direction: column;
    width: 92%;
    padding-top: 0;
    margin: -2.563rem auto 0;
    top: 0;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .tour__hdr__group__inner {
    display: block;
  }
}
.tour__hdr__group__inner:not(:has(.logo)) {
  display: block;
  margin-top: 0;
  top: 0;
}
@media (max-width: 767px) {
  .tour__hdr__group__inner:not(:has(.logo)) {
    margin-top: 1.5rem;
  }
}
.tour__hdr__group__inner:not(:has(.logo)) .txt {
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .tour__hdr__group__inner:not(:has(.logo)) .txt {
    padding-bottom: 0;
  }
}
.tour__hdr__group .logo {
  align-self: flex-end;
  width: 12.5rem;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tour__hdr__group .logo {
    align-self: flex-start;
    width: 6.75rem;
    box-shadow: 0px 0px 0.375rem 0px rgba(0, 0, 0, 0.05);
    border-radius: 0.188rem;
  }
}
.tour__hdr__group .txt {
  flex: 1;
  padding: 0 2.25rem 0 0;
  margin: 0 0 2.625rem 2.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .tour__hdr__group .txt {
    padding: 0;
    margin: 0.75rem 0 0;
  }
}
.tour__hdr__group .txt:first-child {
  margin-top: 0;
}
[class*=is-] .tour__hdr__group .txt {
  padding-right: 12.75rem;
}
@media (max-width: 767px) {
  [class*=is-] .tour__hdr__group .txt {
    padding-right: 0;
  }
}
[class*=is-] .tour__hdr__group .txt:after {
  content: "";
  display: block;
  min-width: 10.5rem;
  padding: 0.813rem 0.75rem 0.688rem;
  margin-top: -0.375rem;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  border-radius: 1.313rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  [class*=is-] .tour__hdr__group .txt:after {
    width: max-content;
    min-width: 6.75rem;
    padding: 0.563rem 0.75rem;
    margin-top: 0.75rem;
    font-size: 0.625rem;
    border-radius: 0.938rem;
    position: static;
  }
}
.is-accepting .tour__hdr__group .txt:after {
  content: "現在受付中";
  background-color: #c71528;
  color: #fff;
}
.is-accepting-partially .tour__hdr__group .txt:after {
  content: "一部受付中";
  background-color: #c71528;
  color: #fff;
}
.is-accepting-ondemand .tour__hdr__group .txt:after {
  content: "オンデマンド受付中";
  background-color: #c71528;
  color: #fff;
}
.is-closed .tour__hdr__group .txt:after {
  content: "受付終了";
  background-color: #f8f8f8;
  color: #888888;
}
.is-soon .tour__hdr__group .txt:after {
  content: "近日募集開始";
  background-color: #262679;
  color: #fff;
}
.is-next .tour__hdr__group .txt:after {
  content: "次回募集情報";
  background-color: #262679;
  color: #fff;
}
.tour__hdr__group .ttl {
  padding-top: 0.063rem;
  font-size: 2rem;
  line-height: 1.2;
  color: #222;
}
@media (max-width: 767px) {
  .tour__hdr__group .ttl {
    font-size: 1.5rem;
  }
}
.tour__hdr__group .desc {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .tour__hdr__group .desc {
    margin-top: 0.375rem;
  }
}
.tour__hdr__group .desc p {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #444444;
}
@media (max-width: 767px) {
  .tour__hdr__group .desc p {
    font-size: 0.625rem;
  }
}
.tour__hdr__group .deadline {
  width: 10.5rem;
  text-align: center;
  position: absolute;
  top: 3rem;
  right: 0;
}
@media (max-width: 767px) {
  .tour__hdr__group .deadline {
    width: auto;
    padding: 0.406rem 0;
    top: inherit;
    right: inherit;
    left: 7.25rem;
    bottom: 0;
  }
}
.tour__hdr__group .deadline p {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #c71528;
}
@media (max-width: 767px) {
  .tour__hdr__group .deadline p {
    font-size: 0.75rem;
  }
}
.tour__img {
  position: relative;
}
.tour__img .swiper-container:before {
  content: "";
  display: block;
  background-color: rgba(69, 69, 69, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.tour__img .swiper-slide .mask {
  padding-bottom: 30%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tour__img .swiper-slide .mask {
    padding-bottom: 56%;
  }
}
.tour__img .swiper-pagination {
  line-height: 0;
  left: 50%;
  bottom: 3.25rem;
  z-index: 20;
  transform: translateX(-50%);
}
.tour__img .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.2);
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.375rem;
  opacity: 1;
}
.tour__img .swiper-pagination-bullet-active {
  background-color: white;
}

.course {
  background-color: #fafafa;
  padding: 2.5% 0 5%;
  position: relative;
}
@media (max-width: 767px) {
  .course {
    padding: 6.4% 0 12.8%;
  }
}
.course:before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  padding-top: 30%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .course:before {
    padding-top: 115.2%;
  }
}
.course__hdr {
  position: relative;
  z-index: 10;
}
[class*=is-] .course__hdr:after {
  content: "";
  display: block;
  min-width: 10.5rem;
  padding: 0.813rem 0.75rem 0.688rem;
  margin-top: 2.083%;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  border-radius: 1.313rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  right: 2.083%;
  z-index: 10;
}
@media (max-width: 767px) {
  [class*=is-] .course__hdr:after {
    min-width: 6.75rem;
    padding: 0.563rem 0.75rem;
    margin-top: 3.478%;
    font-size: 0.625rem;
    border-radius: 0.938rem;
    right: 3.478%;
  }
}
.is-accepting .course__hdr:after {
  content: "現在受付中";
  background-color: #c71528;
  color: #fff;
}
.is-closed .course__hdr:after {
  content: "募集終了";
  background-color: #f8f8f8;
  color: #888888;
}
.is-soon .course__hdr:after {
  content: "近日募集開始";
  background-color: #262679;
  color: #fff;
}
.is-next .course__hdr:after {
  content: "次回募集情報";
  background-color: #262679;
  color: #fff;
}
.is-cancellation .course__hdr:after {
  content: "催行中止";
  background-color: #f8f8f8;
  color: #888888;
}
.is-stopping .course__hdr:after {
  content: "受付停止中";
  background-color: #f8f8f8;
  color: #888888;
}
.course__hdr__img {
  padding-bottom: 34.028%;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .course__hdr__img {
    padding-bottom: 78.261%;
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
.course__hdr__img:before, .course__hdr__img:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.course__hdr__img:before {
  background-color: rgba(33, 33, 33, 0.1);
  top: 0;
}
.course__hdr__img:after {
  background-image: linear-gradient(0deg, rgba(33, 33, 33, 0.6) 0%, rgba(33, 33, 33, 0.6) 20%, rgba(33, 33, 33, 0) 100%);
  padding-bottom: 15.625%;
}
@media (max-width: 767px) {
  .course__hdr__img:after {
    padding-bottom: 69.565%;
  }
}
.course__hdr__group {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.865%;
  position: absolute;
  bottom: 0;
  right: 6.25%;
  left: 6.25%;
  z-index: 100;
}
@media (max-width: 767px) {
  .course__hdr__group {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 4.348%;
    right: 4.348%;
    left: 4.348%;
  }
}
.course__hdr__group:has(.logo) .txt {
  padding-left: 9rem;
}
@media (max-width: 767px) {
  .course__hdr__group:has(.logo) .txt {
    padding-left: 0;
  }
}
.course__hdr__group .txt {
  flex: 1;
}
.course__hdr__group .ttl {
  font-weight: bold;
  color: #fff;
}
.course__hdr__group .ttl span, .course__hdr__group .ttl a {
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .course__hdr__group .ttl a {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
  }
}
.course__hdr__group .ttl > br {
  display: none;
}
.course__hdr__group .ttl__tour {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.course__hdr__group .ttl__course {
  margin: 0.125rem 0;
  font-size: 1.75rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .course__hdr__group .ttl__course {
    margin: 0.5rem 0 0.375rem;
    font-size: 1.25rem;
  }
}
.course__hdr__group .logo {
  width: 7.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .course__hdr__group .logo {
    width: 3.125rem;
    position: static;
  }
}
.course__hdr__group .logo .mask {
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .course__hdr__group .logo .mask {
    border-radius: 0.188rem;
  }
}
.course__hdr__group .desc p {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 767px) {
  .course__hdr__group .desc p {
    font-size: 0.625rem;
  }
}
.course__contents {
  background-color: #fff;
  padding: 0 6.163%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e8e8e8;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .course__contents {
    padding: 0 4.058%;
  }
}

.original {
  display: flex;
  background-color: #fff;
  padding: 3.125% 6.25%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e8e8e8;
}
@media (max-width: 767px) {
  .original {
    padding: 5.217% 6.667%;
    overflow: auto;
  }
}
.original__ttl {
  padding-right: 1.813rem;
  margin-right: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #222;
  position: relative;
}
@media (max-width: 767px) {
  .original__ttl {
    padding-right: 1.344rem;
    margin-right: 1rem;
    white-space: nowrap;
  }
}
.original__ttl [class^=icon-] {
  font-size: 0.625rem;
  position: absolute;
  top: 1em;
  right: 0;
  transform: translateY(-50%);
}
.original__ttl [class^=icon-]:before {
  color: #cccccc;
}
.original__list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .original__list {
    flex-wrap: initial;
    white-space: nowrap;
  }
}
.original__list li {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .original__list li {
    margin-right: 1rem;
  }
}
.original__list a {
  color: #262679;
}
.original__list a.is-current {
  color: #444;
  text-decoration: none;
  pointer-events: none;
}

.cp-program-map {
  margin: 13.913% 0;
  color: #444;
}
@media (min-width: 768px) {
  .cp-program-map {
    margin: 6.25% 0;
  }
}
.cp-program-map[id] {
  margin: 13.913% 0;
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .cp-program-map[id] {
    margin: 6.25% 0;
  }
}
.cp-program-map .map__hdr p {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-program-map .map__hdr p {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}
.cp-program-map .map__hdr p a {
  color: #262679;
}
.cp-program-map .map__ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cp-program-map .map__ttl {
    font-size: 2rem;
  }
}
.cp-program-map .map__body {
  margin-top: 6.957%;
}
@media (min-width: 768px) {
  .cp-program-map .map__body {
    margin-top: 3.125%;
  }
}
@media (min-width: 768px) {
  .cp-program-map .map .js-swip {
    pointer-events: none;
  }
}
.cp-program-map .map__img.is-style-rounded img {
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .cp-program-map .map__img.is-style-rounded img {
    border-radius: 0.5rem;
  }
}
.cp-program-map .map__img .zoom {
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cp-program-map .map__img .zoom {
    display: none;
  }
}
.cp-program-map .map__img .zoom__inner {
  display: inline-block;
  padding: 0.563rem 0.813rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.025em;
  font-weight: 700;
  border-radius: 1.875rem;
}

.cp-program-list {
  margin: 13.913% 0;
  color: #444;
}
@media (min-width: 768px) {
  .cp-program-list {
    margin: 6.25% 0;
  }
}
.cp-program-list[id] {
  margin: 13.913% 0;
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .cp-program-list[id] {
    margin: 6.25% 0;
  }
}
.cp-program-list .list__hdr p {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-program-list .list__hdr p {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}
.cp-program-list .list__hdr p a {
  color: #262679;
}
.cp-program-list .list__ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cp-program-list .list__ttl {
    font-size: 2rem;
  }
}
.cp-program-list .list__body {
  margin-top: 6.957%;
}
@media (min-width: 768px) {
  .cp-program-list .list__body {
    margin-top: 3.125%;
  }
}
@media (min-width: 768px) {
  .cp-program-list .list .js-swip {
    pointer-events: none;
  }
}
.cp-program-list .list__img {
  text-align: center;
}
.cp-program-list .list__img img {
  width: auto;
  max-width: 100%;
}
.cp-program-list .list__img img[src$=".png"] {
  backface-visibility: hidden;
}
.cp-program-list .list__img.is-style-rounded img {
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .cp-program-list .list__img.is-style-rounded img {
    border-radius: 0.5rem;
  }
}
.cp-program-list .list__img .zoom {
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cp-program-list .list__img .zoom {
    display: none;
  }
}
.cp-program-list .list__img .zoom__inner {
  display: inline-block;
  padding: 0.563rem 0.813rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.025em;
  font-weight: 700;
  border-radius: 1.875rem;
}

@media (min-width: 768px) {
  .cp-icon.-points .container__unit {
    width: 25%;
  }
}

.cp-schedule {
  margin-bottom: 0;
}
.cp-schedule td .is-emphasis {
  font-size: 0.75rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .cp-schedule td .is-emphasis {
    font-size: 0.875rem;
  }
}

.cp-notes {
  margin: 13.913% 0;
}
@media (min-width: 768px) {
  .cp-notes {
    margin: 6.25% 0;
  }
}
.cp-notes .cp-hdr-group ul li {
  padding-left: 0.875rem;
  position: relative;
}
.cp-notes .cp-hdr-group ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.25rem;
}
.cp-notes .is-emphasis {
  color: #262679;
}
.cp-notes .is-emphasis.is-primary {
  color: #c71528;
  background: inherit;
}
.cp-notes .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cp-notes .container {
    flex-direction: column;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .cp-notes .container {
    display: block;
  }
}
.cp-notes .txt {
  flex-grow: 1;
  flex-basis: 59.375%;
  margin: 0;
}
@media (max-width: 767px) {
  .cp-notes .txt {
    width: 100%;
    margin: 10.435% 0 0;
  }
}
.cp-notes .txt__block + .txt__block {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cp-notes .txt__block + .txt__block {
    margin-top: 1.5rem;
  }
}
.cp-notes .txt__block__img {
  width: 87.5%;
  margin: 3rem auto 3rem;
}
@media (max-width: 767px) {
  .cp-notes .txt__block__img {
    width: 100%;
    margin: 1.75rem auto;
  }
}
.cp-notes .txt__block__img img {
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .cp-notes .txt__block__img img {
    border-radius: 0.25rem;
  }
}
.cp-notes .txt__block__img a {
  display: block;
}
.cp-notes .txt [class^=m-ttl] {
  line-height: 1.6;
  letter-spacing: 0;
  color: #222;
}
.cp-notes .txt p {
  margin-top: 1rem;
  line-height: 1.8;
  color: #444;
}
@media (max-width: 767px) {
  .cp-notes .txt p {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}
.cp-notes .txt p a {
  color: #262679;
  position: relative;
}
.cp-notes .txt p a [class^=icon-] {
  display: block;
  margin: 0.125rem 0 0 0.438rem;
  font-size: 0.625rem;
  line-height: 1.7;
  position: absolute;
  top: 0;
  left: 100%;
}
@media (max-width: 767px) {
  .cp-notes .txt p a [class^=icon-] {
    margin: 0 0 0 0.188rem;
    transform-origin: 0% 50%;
    transform: scale(0.9);
  }
}
.cp-notes .img {
  flex-basis: 34.375%;
  margin-right: 6.424%;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cp-notes .img {
    flex-basis: 100%;
    margin: 0;
  }
}
.cp-notes .img .mask {
  border-radius: 0.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .cp-notes .img .mask {
    border-radius: 0.375rem;
  }
}
.cp-notes .img .mask:before {
  content: "";
  display: block;
  background-color: rgba(69, 69, 69, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ces2022-tour-note {
  margin-top: 12.203%;
}
@media (min-width: 768px) {
  .ces2022-tour-note {
    margin-top: 6.202%;
  }
}
.ces2022-tour-note:first-child {
  margin-top: 0;
}
.ces2022-tour-note:last-child {
  margin-bottom: 15.238% 0;
}
@media (min-width: 768px) {
  .ces2022-tour-note:last-child {
    margin-bottom: 7.143% 0;
  }
}
.ces2022-tour-note__hdr .ttl {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #222;
}
@media (min-width: 768px) {
  .ces2022-tour-note__hdr .ttl {
    font-size: 1.25rem;
  }
}
.ces2022-tour-note__hdr p, .ces2022-tour-note__hdr ul, .ces2022-tour-note__hdr li {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #444;
}
@media all and (-ms-high-contrast: none) {
  .ces2022-tour-note__hdr p, .ces2022-tour-note__hdr ul, .ces2022-tour-note__hdr li {
    max-height: 3.563rem;
  }
}
@media (max-width: 767px) {
  .ces2022-tour-note__hdr p, .ces2022-tour-note__hdr ul, .ces2022-tour-note__hdr li {
    margin-top: 0.375rem;
    font-size: 0.625rem;
  }
}
.ces2022-tour-note__desc {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .ces2022-tour-note__desc {
    margin-top: 1rem;
  }
}
.ces2022-tour-note__desc p, .ces2022-tour-note__desc ul, .ces2022-tour-note__desc ol, .ces2022-tour-note__desc li {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #444;
}
@media (max-width: 767px) {
  .ces2022-tour-note__desc p, .ces2022-tour-note__desc ul, .ces2022-tour-note__desc ol, .ces2022-tour-note__desc li {
    font-size: 0.75rem;
  }
}
.ces2022-tour-note__desc p + p, .ces2022-tour-note__desc p + ul, .ces2022-tour-note__desc p + ol, .ces2022-tour-note__desc ul + p, .ces2022-tour-note__desc ul + ul, .ces2022-tour-note__desc ul + ol, .ces2022-tour-note__desc ol + p, .ces2022-tour-note__desc ol + ul, .ces2022-tour-note__desc ol + ol, .ces2022-tour-note__desc li + p, .ces2022-tour-note__desc li + ul, .ces2022-tour-note__desc li + ol {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .ces2022-tour-note__desc p + p, .ces2022-tour-note__desc p + ul, .ces2022-tour-note__desc p + ol, .ces2022-tour-note__desc ul + p, .ces2022-tour-note__desc ul + ul, .ces2022-tour-note__desc ul + ol, .ces2022-tour-note__desc ol + p, .ces2022-tour-note__desc ol + ul, .ces2022-tour-note__desc ol + ol, .ces2022-tour-note__desc li + p, .ces2022-tour-note__desc li + ul, .ces2022-tour-note__desc li + ol {
    margin-top: 0.75rem;
  }
}
.ces2022-tour-note__desc ol {
  list-style-type: none;
  padding: 0;
}
.ces2022-tour-note__desc ol li {
  counter-increment: cnt;
  position: relative;
  padding-left: 2em;
}
.ces2022-tour-note__desc ol li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: 0;
}
.ces2022-tour-note__iframe {
  margin-top: 1rem;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .ces2022-tour-note__iframe {
    margin-top: 1.5rem;
  }
}
.ces2022-tour-note__iframe iframe {
  height: 31.25rem;
  border: none;
}

.cp-course .intro__hdr {
  margin-top: 13.913%;
  margin-bottom: 6.957%;
}
@media (min-width: 768px) {
  .cp-course .intro__hdr {
    margin-top: 6.25%;
    margin-bottom: 3.125%;
  }
}
.cp-course .intro__hdr:first-child {
  margin-top: 0;
}
.cp-course .intro__hdr p {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #444;
}
@media (min-width: 768px) {
  .cp-course .intro__hdr p {
    font-size: 0.875rem;
  }
}
.cp-course .intro__hdr .is-emphasis {
  color: #262679;
}
.cp-course .intro__hdr .is-emphasis.is-primary {
  color: #c71528;
  background: inherit;
}
.cp-course .intro__program-ttl {
  margin-top: 9.275%;
  margin-bottom: 5.217%;
  color: #262679;
}
@media (min-width: 768px) {
  .cp-course .intro__program-ttl {
    margin-top: 4.167%;
    margin-bottom: 2.431%;
  }
}
.cp-course .intro__program-ttl:first-child {
  margin-top: 0;
}
.cp-course .plan__unit.is-soon .plan__unit__txt:after {
  content: "近日募集開始";
  background-color: #262679;
  color: #FFF;
}
.cp-course .unit {
  margin-top: -4.813rem;
  padding-top: 4.813rem;
}
@media (min-width: 768px) {
  .cp-course .unit {
    margin-top: 0;
    padding-top: 0;
  }
}
.cp-course .unit + .unit {
  margin-top: calc(4.638% - 4.8125rem);
}
@media (min-width: 768px) {
  .cp-course .unit + .unit {
    margin-top: 2.083%;
  }
}
.cp-course .unit.-pre .unit__id .label {
  background: #888;
}
.cp-course .unit.-pre .unit__id .sub {
  color: #888;
}
.cp-course .unit.-pre .unit__headline .label {
  color: #888;
}
.cp-course .unit.-pre .unit__sub-headline .label {
  background: #888;
}
.cp-course .unit.-b .unit__id .label {
  background: #ce1b88;
}
.cp-course .unit.-b .unit__id .sub {
  color: #ce1b88;
}
.cp-course .unit.-b .unit__headline .label {
  color: #ce1b88;
}
.cp-course .unit.-b .unit__sub-headline .label {
  background: #ce1b88;
}
.cp-course .unit.-c .unit__id .label {
  background: #47aed9;
}
.cp-course .unit.-c .unit__id .sub {
  color: #47aed9;
}
.cp-course .unit.-c .unit__headline .label {
  color: #47aed9;
}
.cp-course .unit.-c .unit__sub-headline .label {
  background: #47aed9;
}
.cp-course .unit.-d .unit__id .label {
  background: #004989;
}
.cp-course .unit.-d .unit__id .sub {
  color: #004989;
}
.cp-course .unit.-d .unit__headline .label {
  color: #004989;
}
.cp-course .unit.-d .unit__sub-headline .label {
  background: #004989;
}
.cp-course .unit.-e .unit__id .label {
  background: #27b38b;
}
.cp-course .unit.-e .unit__id .sub {
  color: #27b38b;
}
.cp-course .unit.-e .unit__headline .label {
  color: #27b38b;
}
.cp-course .unit.-e .unit__sub-headline .label {
  background: #27b38b;
}
.cp-course .unit.-f .unit__id .label {
  background: #a9b91c;
}
.cp-course .unit.-f .unit__id .sub {
  color: #a9b91c;
}
.cp-course .unit.-f .unit__headline .label {
  color: #a9b91c;
}
.cp-course .unit.-f .unit__sub-headline .label {
  background: #a9b91c;
}
.cp-course .unit.-g .unit__id .label {
  background: #0080bf;
}
.cp-course .unit.-g .unit__id .sub {
  color: #0080bf;
}
.cp-course .unit.-g .unit__headline .label {
  color: #0080bf;
}
.cp-course .unit.-g .unit__sub-headline .label {
  background: #0080bf;
}
.cp-course .unit.-h .unit__id .label {
  background: #666;
}
.cp-course .unit.-h .unit__id .sub {
  color: #666;
}
.cp-course .unit.-h .unit__headline .label {
  color: #666;
}
.cp-course .unit.-h .unit__sub-headline .label {
  background: #666;
}
.cp-course .unit.-i .unit__id .label {
  background: #f12b3e;
}
.cp-course .unit.-i .unit__id .sub {
  color: #f12b3e;
}
.cp-course .unit.-i .unit__headline .label {
  color: #f12b3e;
}
.cp-course .unit.-i .unit__sub-headline .label {
  background: #f12b3e;
}
.cp-course .unit__inner {
  position: relative;
  padding: 6.957% 5.217% 8.841%;
  background: #FFF;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .cp-course .unit__inner {
    padding: 3.125% 4.167% 4.167%;
    border-radius: 0.5rem;
  }
}
.cp-course .unit__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #e8e8e8;
  border-radius: 0.375rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cp-course .unit__inner::before {
    border-radius: 0.5rem;
  }
}
.cp-course .unit__hdr {
  margin-top: 10.435%;
}
@media (min-width: 768px) {
  .cp-course .unit__hdr {
    display: flex;
    align-items: center;
    margin-top: 6.202%;
  }
}
.cp-course .unit__hdr:first-child {
  margin-top: 0;
}
.cp-course .unit__id {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .cp-course .unit__id {
    flex: none;
    display: block;
    width: 9rem;
    margin-right: 1.5rem;
  }
}
.cp-course .unit__id .label {
  flex: none;
  width: 5.625rem;
  margin-right: 0.5rem;
  padding: 0.406rem 0;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #262679;
  border-radius: 1.875rem;
}
@media (min-width: 768px) {
  .cp-course .unit__id .label {
    width: 9rem;
    margin: 0;
    padding: 0.438rem 1.125rem 0.375rem;
    font-size: 1.5rem;
    border-radius: 2.625rem;
  }
}
.cp-course .unit__id .sub {
  flex: 1;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #262679;
}
@media (min-width: 768px) {
  .cp-course .unit__id .sub {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    text-align: center;
  }
}
.cp-course .unit__headline {
  margin-top: 5.217%;
}
@media (min-width: 768px) {
  .cp-course .unit__headline {
    flex: 1;
    margin-top: 0;
  }
}
.cp-course .unit__headline .label {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #262679;
}
@media (min-width: 768px) {
  .cp-course .unit__headline .label {
    font-size: 0.875rem;
  }
}
.cp-course .unit__headline .label:first-child {
  margin-top: 0;
}
.cp-course .unit__headline .ttl {
  margin-top: 0.188rem;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
  color: #222;
}
@media (min-width: 768px) {
  .cp-course .unit__headline .ttl {
    margin-top: 0.25rem;
    font-size: 1.5rem;
  }
}
.cp-course .unit__headline .ttl:first-child {
  margin-top: 0;
}
.cp-course .unit__headline .catch {
  margin-top: 0.063rem;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #222;
}
@media (min-width: 768px) {
  .cp-course .unit__headline .catch {
    margin-top: 0.125rem;
    font-size: 1.125rem;
  }
}
.cp-course .unit__headline .catch:first-child {
  margin-top: 0;
}
.cp-course .unit__headline .desc {
  margin-top: 0.375rem;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-course .unit__headline .desc {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}
.cp-course .unit__headline .desc:first-child {
  margin-top: 0;
}
.cp-course .unit__sub-headline {
  margin-top: 5.217%;
}
@media (min-width: 768px) {
  .cp-course .unit__sub-headline {
    margin-top: 5.556%;
  }
}
.cp-course .unit__sub-headline:first-child {
  margin-top: 0;
}
.cp-course .unit__sub-headline .wrap {
  display: flex;
  align-items: center;
}
.cp-course .unit__sub-headline .label {
  width: 3rem;
  padding: 0.188rem 0;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #262679;
  border-radius: 1.875rem;
}
@media (min-width: 768px) {
  .cp-course .unit__sub-headline .label {
    width: 4.5rem;
    margin: 0;
    padding: 0.25rem 0.5rem 0.188rem;
    font-size: 0.875rem;
    border-radius: 2.625rem;
  }
}
.cp-course .unit__sub-headline .genre {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 700;
}
.cp-course .unit__sub-headline .ttl {
  margin-top: 0.188rem;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
  color: #222;
}
@media (min-width: 768px) {
  .cp-course .unit__sub-headline .ttl {
    margin-top: 0.25rem;
    font-size: 1.25rem;
  }
}
.cp-course .unit__sub-headline .ttl:first-child {
  margin-top: 0;
}
.cp-course .unit__sub-headline .catch {
  margin-top: 0.063rem;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #222;
}
@media (min-width: 768px) {
  .cp-course .unit__sub-headline .catch {
    margin-top: 0.125rem;
    font-size: 1.125rem;
  }
}
.cp-course .unit__sub-headline .catch:first-child {
  margin-top: 0;
}
.cp-course .unit__sub-headline .desc {
  margin-top: 0.375rem;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-course .unit__sub-headline .desc {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}
.cp-course .unit__sub-headline .desc:first-child {
  margin-top: 0;
}
.cp-course .unit__body {
  margin-top: 6.957%;
  padding-top: 6.957%;
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .cp-course .unit__body {
    margin-top: 3.125%;
    padding-top: 3.125%;
  }
}
.cp-course .unit__body > p {
  margin: 0.75rem 0;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-course .unit__body > p {
    margin: 1rem 0;
    font-size: 0.875rem;
  }
}
.cp-course .unit__body > p:first-child {
  margin-top: 0;
}
.cp-course .unit__body > p:last-child {
  margin-bottom: 0;
}
.cp-course .unit__body > p .note {
  font-size: 0.625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-course .unit__body > p .note {
    font-size: 0.75rem;
  }
}
.cp-course .unit__body > p a {
  color: #262679;
  position: relative;
}
.cp-course .unit__body > p a [class^=icon-] {
  display: block;
  margin: 0 0 0 0.438rem;
  font-size: 0.625rem;
  line-height: 1.7;
  position: absolute;
  top: 0;
  left: 100%;
}
@media (max-width: 767px) {
  .cp-course .unit__body > p a [class^=icon-] {
    margin: 0 0 0 0.188rem;
    transform-origin: 0% 50%;
    transform: scale(0.9);
  }
}
@media (min-width: 768px) {
  .cp-course .unit__summary {
    display: flex;
  }
}
.cp-course .unit__summary + .unit__summary {
  margin-top: 6.957%;
}
@media (min-width: 768px) {
  .cp-course .unit__summary + .unit__summary {
    margin-top: 3.125%;
  }
}
.cp-course .unit__summary .img {
  display: block;
  position: relative;
  flex: none;
  width: 100%;
  margin-bottom: 6.957%;
}
@media (min-width: 768px) {
  .cp-course .unit__summary .img {
    width: 31.818%;
    margin-bottom: 0;
    margin-right: 3.409%;
  }
}
.cp-course .unit__summary .img figure span {
  display: block;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .cp-course .unit__summary .img figure span {
    border-radius: 0.5rem;
  }
}
.cp-course .unit__summary .txt a {
  color: #262679;
}
.cp-course .unit__summary .txt h4, .cp-course .unit__summary .txt h5, .cp-course .unit__summary .txt h6 {
  margin: 0.75rem 0;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #222;
}
@media (min-width: 768px) {
  .cp-course .unit__summary .txt h4, .cp-course .unit__summary .txt h5, .cp-course .unit__summary .txt h6 {
    margin: 1rem 0;
    font-size: 1.125rem;
  }
}
.cp-course .unit__summary .txt h4:first-of-type, .cp-course .unit__summary .txt h5:first-of-type, .cp-course .unit__summary .txt h6:first-of-type {
  margin-top: 0;
}
.cp-course .unit__summary .txt h4:last-of-type, .cp-course .unit__summary .txt h5:last-of-type, .cp-course .unit__summary .txt h6:last-of-type {
  margin-bottom: 0;
}
.cp-course .unit__summary .txt p {
  margin: 0.75rem 0;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-course .unit__summary .txt p {
    margin: 1rem 0;
    font-size: 0.875rem;
  }
}
.cp-course .unit__summary .txt p:first-of-type {
  margin-top: 0;
}
.cp-course .unit__summary .txt p:last-of-type {
  margin-bottom: 0;
}
.cp-course .unit__summary .txt .note {
  font-size: 0.625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-course .unit__summary .txt .note {
    font-size: 0.75rem;
  }
}
.cp-course .unit__entry {
  margin-top: 6.957%;
}
@media (min-width: 768px) {
  .cp-course .unit__entry {
    margin-top: 3.488%;
  }
}
.cp-course .unit__entry + .unit__entry {
  margin-top: 3.478%;
}
@media (min-width: 768px) {
  .cp-course .unit__entry + .unit__entry {
    margin-top: 1.163%;
  }
}
.cp-course .unit__entry a {
  display: block;
  position: relative;
  padding: 1.125rem 2rem;
  text-decoration: none;
  color: #262679;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .cp-course .unit__entry a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.938rem 0;
    border-radius: 0.5rem;
  }
}
.cp-course .unit__entry a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #e8e8e8;
  border-radius: 0.375rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cp-course .unit__entry a::after {
    border-radius: 0.5rem;
  }
}
.cp-course .unit__entry a .label {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .cp-course .unit__entry a .label {
    font-size: 1rem;
  }
}
.cp-course .unit__entry a [class^=icon-] {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  font-size: 0.875rem;
  transform: translate(0, -50%);
  transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}
@media (min-width: 768px) {
  .cp-course .unit__entry a [class^=icon-] {
    position: static;
    margin-left: 0.5rem;
    top: auto;
    right: auto;
    transform: none;
  }
}
.cp-course .unit__entry a .badge {
  width: 5.625rem;
  margin: 0.5rem auto 0;
  padding: 0.375rem 0;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  background-color: #f8f8f8;
  color: #888;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .cp-course .unit__entry a .badge {
    position: absolute;
    width: 6.75rem;
    padding: 0.563rem 0;
    margin: 0;
    top: 50%;
    right: 1.75rem;
    font-size: 0.75rem;
    transform: translate(0, -50%);
  }
}
.cp-course .unit__entry a .badge::after {
  content: "受付終了";
}
@media (min-width: 768px) {
  .cp-course .unit__entry.is-accepting a {
    transition: box-shadow 0.25s cubic-bezier(0.28, 0.11, 0.32, 1);
  }
  .cp-course .unit__entry.is-accepting a:hover {
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
  }
}
.cp-course .unit__entry.is-accepting a .badge {
  background-color: #c71528;
  color: #fff;
}
.cp-course .unit__entry.is-accepting a .badge:after {
  content: "現在受付中";
}
.cp-course .unit__entry.is-closed {
  pointer-events: none;
}
.cp-course .unit__entry.is-closed a .badge {
  background-color: #f8f8f8;
  color: #888888;
}
.cp-course .unit__entry.is-closed a .badge:after {
  content: "受付終了";
}
.cp-course .unit__entry.is-closed--link-active {
  pointer-events: auto;
}
.cp-course .unit__entry.is-soon {
  pointer-events: none;
}
.cp-course .unit__entry.is-soon a .badge {
  background-color: #262679;
  color: #fff;
}
.cp-course .unit__entry.is-soon a .badge:after {
  content: "近日募集開始";
}
.cp-course .unit__entry.is-cancellation {
  pointer-events: none;
}
.cp-course .unit__entry.is-cancellation a .badge:after {
  content: "催行中止";
}