@charset "UTF-8";
.detail__tour__guide__info dt, .detail__tour__guide__info p {
  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: Seminar Common
*/
/****************************************************
* STYLE
*/
.program {
  background-color: #fafafa;
  padding: 2.5% 0;
  margin-bottom: 5%;
  position: relative;
}
@media (max-width: 767px) {
  .program {
    padding: 6.4% 0 12.8%;
    margin-bottom: 12.8%;
  }
}
.program: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;
}
@media (max-width: 767px) {
  .program:before {
    padding-top: 115.2%;
  }
}
.program__inner {
  margin-bottom: 3.125%;
  position: relative;
}
@media (max-width: 767px) {
  .program__inner {
    margin-bottom: 0;
  }
}
.program__hdr {
  position: relative;
  z-index: 10;
}
.program__hdr__img {
  padding-bottom: 34.028%;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
  overflow: hidden;
}
.program__hdr__img:before, .program__hdr__img:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.program__hdr__img:before {
  background-color: rgba(33, 33, 33, 0.1);
  top: 0;
}
.program__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%;
}
.program__hdr__group {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 3.125%;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #e8e8e8;
  border-radius: 0.438rem 0.438rem 0 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 767px) {
  .program__hdr__group {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6.957% 4.058%;
    border-radius: 0.313rem 0.313rem 0 0;
  }
}
.program__hdr__group:after {
  content: "";
  display: block;
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  padding-bottom: 6.25%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .program__hdr__group:after {
    padding-bottom: 5.625rem;
  }
}
.program__hdr__group .logo {
  width: 7.5rem;
  margin-right: 1.5rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .program__hdr__group .logo {
    width: 3.75rem;
    margin: -0.406rem 0 0;
  }
}
.program__hdr__group .logo .mask {
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}
.program__hdr__group .txt {
  flex: 1;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .program__hdr__group .txt {
    flex: inherit;
    width: 100%;
    margin-top: 0.75rem;
  }
}
[class*=is-] .program__hdr__group .txt {
  padding: 0 10.375rem 0 0;
}
@media (max-width: 767px) {
  [class*=is-] .program__hdr__group .txt {
    padding-right: 0;
  }
}
.program__hdr__group .ttl {
  font-weight: bold;
  color: #222;
}
.program__hdr__group .ttl span, .program__hdr__group .ttl a {
  display: block;
  text-decoration: none;
}
.program__hdr__group .ttl > br {
  display: none;
}
.program__hdr__group .ttl__name {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #262679;
}
@media (max-width: 767px) {
  .program__hdr__group .ttl__name {
    font-size: 0.75rem;
  }
}
.program__hdr__group .ttl__tour {
  margin: 0.25rem 0;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .program__hdr__group .ttl__tour {
    font-size: 1.5rem;
  }
}
.program__hdr__group .desc p {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #444;
}
@media (max-width: 767px) {
  .program__hdr__group .desc p {
    font-size: 0.625rem;
  }
}
.program__hdr__group .desc b {
  color: #222;
}
[class*=is-] .program__hdr__group:before {
  content: "";
  display: block;
  min-width: 9rem;
  padding: 0.813rem 0.75rem 0.688rem;
  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: 50%;
  right: 3.125%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  [class*=is-] .program__hdr__group:before {
    align-self: flex-end;
    width: max-content;
    min-width: 6.75rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    border-radius: 0.938rem;
    position: static;
    transform: none;
  }
}
.is-accepting .program__hdr__group:before {
  content: "現在受付中";
  background-color: #c71528;
  color: #fff;
}
.is-closed .program__hdr__group:before {
  content: "受付終了";
  background-color: #f8f8f8;
  color: #888888;
}
.is-soon .program__hdr__group:before {
  content: "近日募集開始予定";
  background-color: #f8f8f8;
  color: #888888;
}
.is-next .program__hdr__group:before {
  content: "次回募集情報";
  background-color: #262679;
  color: #fff;
}
.program__hdr__group:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.program__hdr__mv {
  position: relative;
  overflow: hidden;
}
.program__hdr__mv .mask {
  padding-bottom: 34.028%;
}
@media (max-width: 767px) {
  .program__hdr__mv .mask {
    padding-bottom: 52.174%;
  }
}
.program__contents {
  background-color: #fff;
  padding: 0 6.163% 6.163%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e8e8e8;
  border-radius: 0 0 0.438rem 0.438rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .program__contents {
    padding: 0 4.058% 13.623%;
    border-radius: 0 0 0.375rem 0.375rem;
  }
}

.summary {
  padding: 7.143% 0 0;
}
@media (max-width: 767px) {
  .summary {
    padding: 15.238% 0 0;
  }
}
.summary .row {
  display: flex;
}
@media (max-width: 767px) {
  .summary .row {
    flex-direction: column;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .summary .row {
    display: block;
  }
}
.summary .txt {
  flex-basis: 0;
  flex-grow: 1;
}
.summary .ttl {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .summary .ttl {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}
.summary .block [class^=m-ttl] {
  line-height: 1.6;
}
.summary .block p {
  margin-top: 1rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .summary .block p {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}
.summary .img {
  flex-basis: 30.952%;
  margin-left: 4.762%;
}
@media (max-width: 767px) {
  .summary .img {
    width: 100%;
    margin: 15.238% 0 0;
  }
}
.summary .img img {
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .summary .img img {
    border-radius: 0.375rem;
  }
}
.summary .cp-tbl {
  margin-top: 7.143%;
}
@media (max-width: 767px) {
  .summary .cp-tbl {
    margin-top: 15.238%;
  }
}

.detail {
  margin-top: 7.54%;
}
@media (max-width: 767px) {
  .detail {
    margin-top: 15.238%;
  }
}
.detail__ttl {
  font-size: 1.75rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .detail__ttl {
    font-size: 1.25rem;
  }
}
.detail__desc {
  margin-top: 3.175%;
}
.detail__desc__ttl {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
}
.detail__desc__txt {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.detail__desc__txt p {
  margin-top: 1rem;
}
.detail__box {
  padding: 5.853%;
  margin-top: 3.175%;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
.detail__box__ttl {
  line-height: 1.6;
  font-weight: bold;
  color: #262679;
}
.detail__box__txt {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.detail__box__txt p {
  margin-top: 1rem;
}
.detail__list {
  margin-top: 3.175%;
}
.detail__list__ttl {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
}
.detail__tour {
  counter-reset: num;
  margin-top: 3.571%;
}
@media (max-width: 767px) {
  .detail__tour {
    margin-top: 7.619%;
  }
}
.detail__tour__unit {
  counter-increment: num;
  padding: 5.853%;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .detail__tour__unit {
    padding: 11.111% 5.397%;
    border-radius: 0.375rem;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.05);
  }
}
.detail__tour__unit + .detail__tour__unit {
  margin-top: 2.381%;
}
@media (max-width: 767px) {
  .detail__tour__unit + .detail__tour__unit {
    margin-top: 5.079%;
  }
}
.detail__tour__hdr {
  display: flex;
  padding: 0 8.25rem 0 3.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .detail__tour__hdr {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .detail__tour__hdr {
    display: block;
  }
}
.detail__tour__hdr:before {
  content: "0" counter(num);
  display: inline-block;
  width: 3rem;
  height: 2rem;
  padding: 0.375rem 0 0.313rem;
  margin-top: 0.219rem;
  border: 2px solid #262679;
  border-radius: 0.5rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .detail__tour__hdr:before {
    width: 2.5rem;
    height: 1.313rem;
    padding: 0.188rem 0;
    margin: 0 0 0.375rem;
    border: 0.094rem solid #262679;
    border-radius: 0.375rem;
    font-size: 0.625rem;
    position: static;
    transform: none;
  }
}
.detail__tour__hdr.is-id-specified:before {
  content: attr(data-id);
}
[class*=is-] .detail__tour__hdr:after {
  content: "";
  display: block;
  min-width: 6.75rem;
  padding: 0.563rem 0.75rem;
  margin-top: 0.219rem;
  font-size: 0.75rem;
  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-] .detail__tour__hdr:after {
    width: max-content;
    min-width: 5.625rem;
    padding: 0.375rem 0.75rem;
    margin-top: 0.375rem;
    font-size: 0.625rem;
    border-radius: 0.75rem;
    position: static;
  }
}
.is-accepting .detail__tour__hdr:after {
  content: "現在受付中";
  background-color: #c71528;
  color: #fff;
}
.is-closed .detail__tour__hdr:after {
  content: "受付終了";
  background-color: #f8f8f8;
  color: #888888;
}
.is-soon .detail__tour__hdr:after {
  content: "近日募集開始予定";
  background-color: #f8f8f8;
  color: #888888;
}
.is-next .detail__tour__hdr:after {
  content: "次回募集情報";
  background-color: #262679;
  color: #fff;
}
.detail__tour__ttl {
  font-size: 1.75rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .detail__tour__ttl {
    font-size: 1.125rem;
  }
}
.detail__tour__ttl .suffix {
  font-size: 1.25rem;
  line-height: 1.96;
}
@media (max-width: 767px) {
  .detail__tour__ttl .suffix {
    font-size: 0.875rem;
  }
}
.detail__tour__intro {
  margin-top: 3.604%;
}
@media (max-width: 767px) {
  .detail__tour__intro {
    margin-top: 8.602%;
  }
}
.detail__tour__intro [class^=m-ttl--] {
  line-height: 1.6;
  color: #262679;
}
.detail__tour__intro__txt {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .detail__tour__intro__txt {
    margin-top: 0.75rem;
  }
}
.detail__tour__intro__txt p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .detail__tour__intro__txt p {
    font-size: 0.875rem;
  }
}
.detail__tour__summary {
  margin-top: 5.405%;
}
@media (max-width: 767px) {
  .detail__tour__summary {
    margin-top: 11.47%;
  }
}
.detail__tour__summary [class^=m-ttl--] {
  line-height: 1.6;
  color: #222;
}
.detail__tour__summary__tbl {
  margin-top: 2.703%;
}
.detail__tour__summary__tbl table {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.detail__tour__summary__tbl table tr {
  border-top: 1px solid #e8e8e8;
}
.detail__tour__summary__tbl table th, .detail__tour__summary__tbl table td {
  padding: 1.5rem 0;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #444;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table th, .detail__tour__summary__tbl table td {
    padding: 1rem 0;
    font-size: 0.75rem;
  }
}
.detail__tour__summary__tbl table th {
  width: 7.5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table th {
    width: 3.75rem;
  }
}
.detail__tour__summary__tbl table td {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td {
    padding-left: 0.75rem;
  }
}
.detail__tour__summary__tbl table td dl {
  margin: 0;
  position: relative;
}
.detail__tour__summary__tbl table td dt b {
  font-weight: bold;
  color: #262679;
}
.detail__tour__summary__tbl table td dd {
  flex: 1;
  margin: 0;
}
.detail__tour__summary__tbl table td > dl {
  display: flex;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td > dl {
    flex-direction: column;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .detail__tour__summary__tbl table td > dl {
    display: block;
  }
}
.detail__tour__summary__tbl table td > dl + dl {
  margin-top: 0.75rem;
}
.detail__tour__summary__tbl table td > dl > dt {
  width: 12rem;
  padding-left: 0.875rem;
  position: relative;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td > dl > dt {
    width: 100%;
    padding-left: 0.75rem;
  }
}
.detail__tour__summary__tbl table td > dl > dt:before {
  content: "・";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.detail__tour__summary__tbl table td > dl > dd {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td > dl > dd {
    padding-left: 0.75rem;
    margin-top: 0.25rem;
  }
}
.detail__tour__summary__tbl table td > dl dl + dl {
  margin-top: 1rem;
}
.detail__tour__summary__tbl table td > dl dl dt, .detail__tour__summary__tbl table td > dl dl dd {
  padding-right: 6.75rem;
}
.detail__tour__summary__tbl table td b {
  font-size: 1rem;
  letter-spacing: 0.025em;
  color: #c71528;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td b {
    font-size: 0.875rem;
  }
}
.detail__tour__summary__tbl table td b.is-sub {
  color: #262679;
  background: inherit;
}
.detail__tour__summary__tbl table td b .suffix {
  font-size: 0.75rem;
  line-height: 2.1333333333;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td b .suffix {
    font-size: 0.625rem;
  }
}
.detail__tour__summary__tbl table td a {
  color: #262679;
}
.detail__tour__summary__tbl table td li {
  padding-left: 0.875rem;
  position: relative;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td li {
    padding-left: 0.75rem;
  }
}
.detail__tour__summary__tbl table td li + li {
  margin-top: 0.5rem;
}
.detail__tour__summary__tbl table td li:before {
  content: "・";
  display: block;
  width: 0.875rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td li:before {
    width: 0.75rem;
  }
}
.detail__tour__summary__tbl + .note {
  margin-top: 2.703%;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl + .note {
    margin-top: 5.735%;
  }
}
.detail__tour__guide {
  margin-top: 5.405%;
}
@media (max-width: 767px) {
  .detail__tour__guide {
    margin-top: 11.47%;
  }
}
.detail__tour__guide [class^=m-ttl--] {
  line-height: 1.6;
  color: #222;
}
.detail__tour__guide__group {
  padding-left: 5.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .detail__tour__guide__group {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
}
.detail__tour__guide__thumb {
  width: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .detail__tour__guide__thumb {
    width: 3rem;
    margin-right: 1rem;
    position: static;
  }
}
.detail__tour__guide__thumb img {
  border-radius: 50%;
}
.detail__tour__guide__info {
  margin: 0;
}
@media (max-width: 767px) {
  .detail__tour__guide__info {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.detail__tour__guide__info dt, .detail__tour__guide__info p {
  line-height: 1.6;
  font-weight: bold;
  color: #222;
}
@media (max-width: 767px) {
  .detail__tour__guide__info dt, .detail__tour__guide__info p {
    font-size: 0.875rem;
  }
}
.detail__tour__guide__info dd {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #444444;
}
@media (max-width: 767px) {
  .detail__tour__guide__info dd {
    font-size: 0.625rem;
  }
}
.detail__tour__guide__txt {
  padding-left: 5.25rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .detail__tour__guide__txt {
    padding-left: 0;
  }
}
.detail__tour__guide__txt p {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .detail__tour__guide__txt p {
    font-size: 0.75rem;
  }
}
.detail__tour__guide__block {
  padding: 5.293%;
  margin-top: 2.703%;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .detail__tour__guide__block {
    padding: 10.394% 6.093%;
    margin-top: 5.735%;
    border-radius: 0.375rem;
  }
}
.detail__tour__guide__block._nophoto .detail__tour__guide__group, .detail__tour__guide__block._nophoto .detail__tour__guide__txt {
  padding-left: 0;
}
@media (max-width: 767px) {
  .detail .cp-application-invite {
    padding: 12.903% 8.602%;
    margin-top: 11.47%;
  }
}
@media (max-width: 767px) {
  .detail .cp-application-invite .btn a {
    padding: 1rem 1.375rem 1rem 1.75rem;
  }
}
@media (max-width: 767px) {
  .detail .cp-application-invite .btn.is-link a {
    padding-right: 1.375rem;
    padding-left: 1.75rem;
  }
}
.detail .cp-application-invite .btn.is-link a > span {
  padding-right: 0.75rem;
}
@media (max-width: 767px) {
  .detail .cp-application-invite .btn.is-link a > span {
    padding-right: 0.875rem;
  }
}
.detail .cp-application-invite .btn.is-link [class^=icon-] {
  width: auto;
  height: auto;
}
.detail .cp-application-invite .btn.is-link [class^=icon-]:before {
  transform: none;
}
.detail .cp-application {
  padding-top: 7.143%;
}
@media (max-width: 767px) {
  .detail .cp-application {
    padding-top: 10.159%;
  }
}
.detail .cp-application .application__hdr p {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .detail .cp-application .application__hdr p {
    margin-top: 0.75rem;
  }
}
@media (max-width: 767px) {
  .detail .cp-application .application__ttl {
    font-size: 1.25rem;
  }
}
.detail .cp-application .application__btn {
  padding: 5.853% 0;
  margin-top: 3.571%;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .detail .cp-application .application__btn {
    padding: 14.921% 7.302%;
    margin-top: 7.619%;
    border-radius: 0.25rem;
  }
}
.detail .cp-application .application__btn p {
  margin-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .detail .cp-application .application__btn p {
    margin-bottom: 1.5rem;
  }
}

.is-closed .cp-application-invite .btn {
  display: none;
}
.is-closed .cp-application-invite:before {
  content: "このプログラムの募集は終了しました";
  line-height: 1.4;
  color: #aaaaaa;
  font-weight: bold;
}
@media (max-width: 767px) {
  .is-closed .cp-application-invite:before {
    content: "このプログラムの募集は";
    display: block;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .is-closed .cp-application-invite:after {
    content: "終了しました";
    display: block;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #aaaaaa;
    font-weight: bold;
  }
}

/****************************************************
* STYLE: Program
*/
.information {
  margin-top: 7.143%;
}
@media (max-width: 767px) {
  .information {
    margin-top: 15.238%;
  }
}
.information__ttl {
  font-size: 1.75rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .information__ttl {
    font-size: 1.25rem;
  }
}
.information .cp-data {
  margin-top: 3.175%;
}
@media (max-width: 767px) {
  .information .cp-data {
    margin-top: 6.349%;
  }
}
.information .cp-tbl {
  margin-top: 2.381%;
}
@media (max-width: 767px) {
  .information .cp-tbl {
    margin-top: 5.079%;
  }
}

.cp-application:last-child {
  margin-bottom: 0;
}