@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
section {
  margin: 64px 0;
}

section.orange {
  background: #fffbe3;
  margin: 0;
}

section.orange > div {
  padding: 64px 24px;
}

section.blue {
  background: #f4fcff;
  margin: 0;
}

section.blue > div {
  padding: 64px 24px;
}

section.green {
  background: #f9f4ec;
  margin: 0;
}

section.green > div {
  padding: 64px 24px;
}

.type2__inner1 {
  width: 100%;
  margin: 0 auto;
}

.type2__inner2 {
  max-width: 1025px;
  padding: 24px;
  margin: 0 auto;
}

.type2__inner3 {
  max-width: 679px;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  section {
    margin: 48px 0;
  }

  section.orange > div {
    padding: 48px 16px;
  }

  section.blue > div {
    padding: 48px 16px;
  }

  section.green > div {
    padding: 48px 16px;
  }

  .type2__inner1 {
    width: 100%;
    padding: 0;
  }

  .type2__inner2 {
    max-width: 100%;
    padding: 0 16px;
  }

  .type2__inner3 {
    max-width: 100%;
    padding: 0 16px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv {
  margin-top: 0;
  position: relative;
}

.cebu .fv {
  background: #fffbe3;
}

.okinawa .fv {
  background: #f4fcff;
}

.shiojiri .fv {
  background: #f9f4ec;
}

.tokushima .fv {
  background: #f9f4ec;
}

.niseko .fv {
  background: #f9f4ec;
  margin: 0;
}

/* ====== BANNER BASE STYLES FOR ALL CAMPS ====== */
.niseko .fv__banner,
.shiojiri .fv__banner,
.tokushima .fv__banner,
.cebu .fv__banner {
  position: absolute;
  top: 24px;
  left: -8px;
  z-index: 10;
  transform: skewX(-12deg) rotate(-7.91deg);
}

.niseko .fv__banner p,
.shiojiri .fv__banner p,
.tokushima .fv__banner p,
.cebu .fv__banner p {
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 900;
  top: 33px;
  left: -8px;
  line-height: 1.4;
  color: #222;
  white-space: nowrap;
  background: #fff;
  padding: 12px 13px 12px 24px;
  border: 2px solid #333333;
}

.niseko .fv__banner p::after,
.shiojiri .fv__banner p::after,
.tokushima .fv__banner p::after,
.cebu .fv__banner p::after {
  display: none;
}

.niseko .fv__banner::after,
.shiojiri .fv__banner::after,
.tokushima .fv__banner::after,
.cebu .fv__banner::after {
  content: '';
  position: absolute;
  top: 35px;
  left: -5px;
  right: 7px;
  width: 100%;
  height: 100%;
  border: 2px solid #333333;
  z-index: -1;
}

.niseko .fv__inner,
.shiojiri .fv__inner,
.tokushima .fv__inner,
.cebu .fv__inner {
  padding: 40px 24px 40px;
}

/* ====== BANNER SPAN BASE STYLES ====== */
.niseko .fv__banner p span,
.shiojiri .fv__banner p span,
.tokushima .fv__banner p span,
.cebu .fv__banner p span {
  font-weight: 900;
}

/* ====== BANNER COLOR OVERRIDES ====== */
.niseko .fv__banner::after {
  background: #ec4582;
}

.niseko .fv__banner p span {
  color: #c161cc !important;
}

.shiojiri .fv__banner::after {
  background: #c161cc;
}

.shiojiri .fv__banner p span {
  color: #c161cc !important;
}

.tokushima .fv__banner::after {
  background: #ff6600;
}

.tokushima .fv__banner p span {
  color: #ff6600 !important;
}

.cebu .fv__banner::after {
  background: #188df9;
}

.cebu .fv__banner p span {
  color: #188df9 !important;
}

.fv__bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.fv__inner {
  position: relative;
  z-index: 1;
  max-width: 1025px;
  padding: 40px 24px 120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fv__inner--image {
  max-width: 624px;
  width: 63.86%;
  overflow: hidden;
  border-radius: 8px;
}

.cebu .fv__inner--image--main,
.okinawa .fv__inner--image--main,
.shiojiri .fv__inner--image--main,
.tokushima .fv__inner--image--main {
  position: relative;
  overflow: visible;
}

.cebu .fv__inner--image--title-overlay,
.okinawa .fv__inner--image--title-overlay,
.shiojiri .fv__inner--image--title-overlay,
.tokushima .fv__inner--image--title-overlay {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: calc(100% - 48px);
}

.cebu .fv__hero-line1,
.cebu .fv__hero-line2,
.okinawa .fv__hero-line1,
.okinawa .fv__hero-line2,
.shiojiri .fv__hero-line1,
.shiojiri .fv__hero-line2,
.tokushima .fv__hero-line1,
.tokushima .fv__hero-line2 {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 150%;
  color: #fff;
}

.cebu .fv__hero-line1,
.okinawa .fv__hero-line1,
.shiojiri .fv__hero-line1,
.tokushima .fv__hero-line1 {
  font-size: 40px;
  letter-spacing: 0;
}

.cebu .fv__hero-line2,
.okinawa .fv__hero-line2,
.shiojiri .fv__hero-line2,
.tokushima .fv__hero-line2 {
  font-size: 40px;
  letter-spacing: 0.1em;
}

.cebu .fv__hero-line1 .lg,
.cebu .fv__hero-line2 .lg,
.okinawa .fv__hero-line1 .lg,
.okinawa .fv__hero-line2 .lg,
.shiojiri .fv__hero-line1 .lg,
.shiojiri .fv__hero-line2 .lg,
.tokushima .fv__hero-line1 .lg,
.tokushima .fv__hero-line2 .lg {
  font-size: 52px;
  font-weight: 900;
}

.cebu .fv__hero-line2 .sm,
.okinawa .fv__hero-line2 .sm,
.shiojiri .fv__hero-line2 .sm,
.tokushima .fv__hero-line2 .sm {
  font-size: 25px;
  font-weight: 900;
}

.fv__inner--image--flex {
  display: flex;
  overflow: hidden;
}

.fv__inner--image--flex div {
  display: flex;
  -webkit-animation: slider__left 30s linear infinite;
  animation: slider__left 30s linear infinite;
  animation-name: slider__left;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}

.fv__inner--image--flex img {
  width: 208px;
}

@keyframes slider__left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.fv__inner--text {
  z-index: 1;
  max-width: 321px;
  width: 32.85%;
}

.fv__inner--text h1 {
  display: none;
}

.fv__inner--text--catch {
  max-width: 120px;
  margin-bottom: 16px;
}

.fv__inner--text--title {
  margin-bottom: 16px;
}

.fv__inner--text--info {
  margin-bottom: 16px;
}

.fv__inner--text--btn {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 16px;
}

.fv__inner--text--subbtn {
  text-align: center;
}

.fv__inner--text--subbtn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #222;
}

@media only screen and (max-width: 768px) {
  .fv__inner {
    max-width: 100%;
    padding: 16px 16px 64px;
    display: block;
  }

  :is(.niseko, .shiojiri, .tokushima, .cebu) .fv__banner.pc__only {
    display: none !important;
  }

  /* ====== MOBILE BANNER - Two stacked lines ====== */
  :is(.niseko, .shiojiri, .tokushima, .cebu) .fv__banner--sp {
    position: absolute;
    top: 37px;
    left: 8px;
    z-index: 10;
    transform: rotate(-7.91deg);
  }

  :is(.niseko, .shiojiri, .tokushima, .cebu) .fv__banner--sp-line {
    position: relative;
    display: block;
    width: fit-content;
    margin-bottom: 11px;
  }

  :is(.niseko, .shiojiri, .tokushima, .cebu)
    .fv__banner--sp-line:not(.fv__banner--sp-line2) {
    margin-left: 6px;
  }

  :is(.niseko, .shiojiri, .tokushima, .cebu) .fv__banner--sp-line p {
    position: relative;
    z-index: 2;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.4;
    color: #222;
    white-space: nowrap;
    background: #fff;
    padding: 6px 16px 6px 14px;
    border: 1px solid #333333;
    margin: 0;
    transform: skewX(-12deg);
  }

  :is(.niseko, .shiojiri, .tokushima, .cebu)
    .fv__banner--sp-line.fv__banner--sp-line2 {
    margin-left: -5px;
  }

  /* ====== MOBILE BANNER SPAN BASE STYLES ====== */
  :is(.niseko, .shiojiri, .tokushima, .cebu) .fv__banner--sp-line p span {
    font-weight: 900;
    display: inline-block;
    transform: skewX(12deg);
  }

  /* ====== MOBILE BANNER COLOR & BACKGROUND OVERRIDES ====== */
  :is(.niseko, .shiojiri, .tokushima, .cebu) .fv__banner--sp-line::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    width: 100%;
    height: 100%;
    border: 1px solid #333333;
    z-index: 0;
    transform: skewX(-12deg);
  }

  .niseko .fv__banner--sp-line p span,
  .shiojiri .fv__banner--sp-line p span {
    color: #c161cc !important;
  }

  .niseko .fv__banner--sp-line::after {
    background: #ec4582;
  }

  .shiojiri .fv__banner--sp-line::after {
    background: #c161cc;
  }

  .tokushima .fv__banner--sp-line p span {
    color: #ff6600 !important;
  }

  .tokushima .fv__banner--sp-line::after {
    background: #ff6600;
  }

  .cebu .fv__banner--sp-line p span {
    color: #188df9 !important;
  }

  .cebu .fv__banner--sp-line::after {
    background: #188df9;
  }

  :is(.niseko, .shiojiri, .tokushima, .cebu) .fv__inner {
    padding: 16px 16px 64px;
  }

  .fv__inner--image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    overflow: visible;
  }

  .cebu .fv__inner--image--title-overlay,
  .okinawa .fv__inner--image--title-overlay,
  .shiojiri .fv__inner--image--title-overlay,
  .tokushima .fv__inner--image--title-overlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }

  .cebu .fv__hero-line1,
  .okinawa .fv__hero-line1,
  .shiojiri .fv__hero-line1,
  .tokushima .fv__hero-line1 {
    font-size: 18px;
    letter-spacing: 0;
  }

  .cebu .fv__hero-line2,
  .okinawa .fv__hero-line2,
  .shiojiri .fv__hero-line2,
  .tokushima .fv__hero-line2 {
    font-size: 24px;
    letter-spacing: 0;
  }

  .cebu .fv__badge--sm,
  .okinawa .fv__badge--sm,
  .shiojiri .fv__badge--sm,
  .tokushima .fv__badge--sm {
    position: absolute;
    top: -19px;
    right: 8px;
    width: 120px;
    height: 120px;
    z-index: 3;
  }

  .fv__inner--image--flex img {
    width: 112px;
  }

  .fv__inner--text {
    max-width: 100%;
    width: 100%;
  }

  .fv__inner--text--title {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .fv__inner--text--btn {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	title
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type2__title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.type2__title p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.type2__title p.gradient {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.cebu .type2__title p.gradient {
  background: linear-gradient(135deg, #ffe500 0%, #ff9100 50%, #ff6600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.okinawa .type2__title p.gradient {
  background: linear-gradient(135deg, #89cfea 0%, #4daef3 50%, #006fd3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shiojiri .type2__title p.gradient {
  background: linear-gradient(135deg, #c32ed4 0%, #e52ec3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tokushima .type2__title p.gradient {
  background: linear-gradient(135deg, #93a622 0%, #5d7334 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.niseko .type2__title p.gradient {
  color: #ec4582;
}

.type2__title h2 {
  font-size: 32px;
  font-weight: 700;
}

.type2__title:after {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.cebu .type2__title:after {
  background: linear-gradient(135deg, #ffe500 0%, #ff9100 50%, #ff6600 100%);
}

.okinawa .type2__title:after {
  background: linear-gradient(135deg, #89cfea 0%, #4daef3 50%, #006fd3 100%);
}

.shiojiri .type2__title:after {
  background: linear-gradient(135deg, #c32ed4 0%, #e52ec3 100%);
}

.tokushima .type2__title:after {
  background: linear-gradient(135deg, #93a622 0%, #5d7334 100%);
}

.niseko .type2__title:after {
  background: #ec4582;
}

@media only screen and (max-width: 768px) {
  .type2__title p {
    font-size: 16px;
  }

  .type2__title h2 {
    font-size: 28px;
  }

  .type2__title:after {
    width: 56px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	banner
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.banner {
  background: #f9f4ec;
  margin: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	question
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.question {
  position: relative;
  padding: 40px 0;
}

.niseko .question {
  margin: 0;
  padding: 0;
}

.question:before {
  content: '';
  width: 289px;
  height: 596px;
  position: absolute;
  top: 0;
  left: 0;
}

.cebu .question:before {
  background: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-cebu/question__bg--left--pc.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.okinawa .question:before {
  background: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-okinawa/question__bg--left--pc.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.question:after {
  content: '';
  width: 289px;
  height: 596px;
  position: absolute;
  top: 0;
  right: 0;
}

.cebu .question:after {
  background: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-cebu/question__bg--right--pc.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.okinawa .question:after {
  background: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-okinawa/question__bg--right--pc.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.question__bg {
  min-height: 516px;
}

.tokushima .question__bg {
  min-height: 1100px;
}

.shiojiri .question__bg {
  min-height: 1100px;
}

.cebu .question__bg {
  background: #fffbe3;
}

.okinawa .question__bg {
  background: #f4fcff;
}

.tokushima .question__bg {
  background: #f9f4ec;
}

.shiojiri .question__bg {
  background: #f9f4ec;
}

.niseko .question__bg {
  background: #f9f4ec;
}

.question__inner {
  width: 378px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.tokushima .question__inner {
  max-width: 913px;
  width: 100%;
  padding: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.shiojiri .question__inner {
  max-width: 913px;
  width: 100%;
  padding: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.niseko .question__inner {
  max-width: 1025px;
  width: 100%;
  padding: 80px 24px;
  margin: 0 auto;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.question__title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.question__title > p {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.cebu .question__title > p {
  background: linear-gradient(135deg, #ffe500 0%, #ff9100 50%, #ff6600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.okinawa .question__title > p {
  background: linear-gradient(135deg, #89cfea 0%, #4daef3 50%, #006fd3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tokushima .question__title > p {
  background: linear-gradient(135deg, #93a622 0%, #5d7334 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shiojiri .question__title > p {
  background: linear-gradient(135deg, #c32ed4 0%, #e52ec3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.niseko .question__title > p {
  color: #ec4582;
}

.question__title h2 p {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  padding: 4px 8px;
  margin-bottom: 8px;
  background: #fff;
}

.cebu .question__title h2 p {
  box-shadow: 3px 3px 0px #ff6600;
}

.okinawa .question__title h2 p {
  box-shadow: 3px 3px 0px #006fd3;
}

.tokushima .question__title h2 p {
  box-shadow: 3px 3px 0px #5d7334;
}

.shiojiri .question__title h2 p {
  box-shadow: 3px 3px 0px #c161cc;
}

.niseko .question__title h2 p {
  font-size: 32px;
  box-shadow: 3px 3px 0px #ec4582;
}

.question__title h2 p span {
  color: #ff6600;
  font-size: 36px;
  font-weight: 700;
}

.cebu .question__title h2 p span {
  color: #ff6600;
}

.okinawa .question__title h2 p span {
  color: #006fd3;
}

.tokushima .question__title h2 p span {
  color: #5d7334;
}

.shiojiri .question__title h2 p span {
  color: #c161cc;
}

.niseko .question__title h2 p span {
  color: #ec4582;
}

.question__inner p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: center;
}

.tokushima .question__inner img.sp {
  display: none;
}

.shiojiri .question__inner img.sp {
  display: none;
}

.niseko .question .type1__flex2 {
  flex-direction: row-reverse;
}

.niseko .question .type1__flex2 > div:nth-of-type(1) {
  max-width: 100%;
  width: 32.753326509%;
}

.niseko .question .type1__flex2 > div:nth-of-type(2) {
  max-width: 100%;
  width: 61.207778915%;
  text-align: left;
}

.niseko .question .type1__flex2 > div h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

.niseko .question .type1__flex2 > div h3 span {
  color: #ec4582;
  font-size: 35px;
  font-weight: 700;
}

.niseko .question .type1__flex2 > div p {
  text-align: left;
  margin-bottom: 20px;
}

.niseko .question .type1__flex2 > div p.small {
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .question {
    position: relative;
    padding: 80px 0 120px;
  }

  .question:before {
    content: '';
    width: 375px;
    height: 167px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .cebu .question:before {
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-cebu/question__bg--left--sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .okinawa .question:before {
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-okinawa/question__bg--left--sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .question:after {
    content: '';
    width: 375px;
    height: 167px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .cebu .question:after {
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-cebu/question__bg--right--sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .okinawa .question:after {
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-okinawa/question__bg--right--sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .tokushima .question__bg {
    min-height: 1480px;
  }

  .tokushima .question__title h2 p {
    font-size: 16px;
  }

  .tokushima .question__title h2 p span {
    font-size: 28px;
  }

  .tokushima .question__inner img.pc {
    display: none;
  }

  .tokushima .question__inner img.sp {
    display: block;
  }

  .shiojiri .question__bg {
    min-height: 1480px;
  }

  .shiojiri .question__title h2 p {
    font-size: 16px;
  }

  .shiojiri .question__title h2 p span {
    font-size: 28px;
  }

  .shiojiri .question__inner img.pc {
    display: none;
  }

  .shiojiri .question__inner img.sp {
    display: block;
  }

  .niseko .question__title h2 p {
    font-size: 24px;
  }

  .niseko .question__title h2 p span {
    font-size: 24px;
  }

  .niseko .question .type1__flex2 > div:nth-of-type(1) {
    width: 93.294460641%;
    margin: 0 auto 24px;
  }

  .niseko .question .type1__flex2 > div:nth-of-type(2) {
    width: 100%;
  }

  .niseko .question .type1__flex2 > div h3 {
    font-size: 20px;
  }

  .niseko .question .type1__flex2 > div h3 span {
    font-size: 32px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	problem
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.problem .type1__flex {
  align-items: flex-end;
}

.problem .type1__flex2 > div:nth-of-type(1) {
  max-width: 531px;
  width: 78.20324%;
  background: #f9f9f9;
  padding: 24px;
}

.problem .type1__flex2 > div:nth-of-type(2) {
  max-width: 108px;
  width: 15.90574%;
}

.problem .type1__flex2 > div:nth-of-type(1) p {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-left: 32px;
  margin-bottom: 24px;
}

.problem .type1__flex2 > div:nth-of-type(1) p span {
  font-weight: 700;
}

.problem .type1__flex2 > div:nth-of-type(1) p:before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.cebu .problem .type1__flex2 > div:nth-of-type(1) p:before {
  background: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-cebu/problem--arrow.svg);
}

.okinawa .problem .type1__flex2 > div:nth-of-type(1) p:before {
  background: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-okinawa/problem--arrow.svg);
}

.tokushima .problem .type1__flex2 > div:nth-of-type(1) p:before {
  background: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-tokushima/problem--arrow.svg);
}

.shiojiri .problem .type1__flex2 > div:nth-of-type(1) p:before {
  background: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-shiojiri/problem--arrow.svg);
}

@media only screen and (max-width: 768px) {
  .problem .type1__flex2 > div:nth-of-type(1) {
    max-width: 100%;
    width: 100%;
  }

  .problem .type1__flex2 > div:nth-of-type(2) {
    max-width: 108px;
    width: 100%;
    margin: 0 auto;
  }

  .problem .type1__flex2 > div:nth-of-type(1) p {
    font-size: 16px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	reason
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.reason .type2__title h2 {
  font-size: 24px;
  font-weight: 700;
}

.reason .type2__title h2 span {
  font-size: 36px;
  font-weight: 700;
}

.cebu .reason .type2__title h2 span {
  color: #ff6600;
}

.okinawa .reason .type2__title h2 span {
  color: #0085ff;
}

.tokushima .reason .type2__title h2 span {
  color: #5d7334;
}

.shiojiri .reason .type2__title h2 span {
  color: #c161cc;
}

.niseko .reason .type2__title h2 span {
  color: #ec4582;
}

.reason .type1__flex2 {
  margin-bottom: 100px;
}

.niseko .reason .type1__flex2 {
  align-items: flex-start;
}

.reason .type1__flex2:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.reason .type1__flex2 > div {
  max-width: 100%;
}

.reason .reason__text h3 {
  margin-bottom: 24px;
}

.niseko .reason .reason__text h3 {
  display: flex;
  align-items: center;
}

.niseko .reason .reason__text img {
  width: 50px;
  margin-right: 16px;
}

.reason .reason__text h3 p {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  padding: 4px 8px;
  margin-bottom: 8px;
  background: #fff;
}

.tokushima .reason .reason__text h3 p {
  font-size: 28px;
}

.shiojiri .reason .reason__text h3 p {
  font-size: 28px;
}

.cebu .reason .reason__text h3 p {
  box-shadow: 3px 3px 0px #ff6600;
}

.okinawa .reason .reason__text h3 p {
  box-shadow: 3px 3px 0px #0085ff;
}

.tokushima .reason .reason__text h3 p {
  box-shadow: 3px 3px 0px #5d7334;
}

.shiojiri .reason .reason__text h3 p {
  box-shadow: 3px 3px 0px #c161cc;
}

.niseko .reason .reason__text h3 p {
  font-size: 28px;
  padding: 0;
  margin: 0;
  background: none;
}

.reason .reason__text > p:nth-of-type(1) {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}

.cebu .reason .reason__text > p:nth-of-type(1) {
  background: linear-gradient(135deg, #ffe500 0%, #ff9100 50%, #ff6600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.okinawa .reason .reason__text > p:nth-of-type(1) {
  background: linear-gradient(135deg, #89cfea 0%, #4daef3 50%, #006fd3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tokushima .reason .reason__text > p:nth-of-type(1) {
  background: linear-gradient(135deg, #93a622 0%, #5d7334 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shiojiri .reason .reason__text > p:nth-of-type(1) {
  background: linear-gradient(135deg, #c32ed4 0%, #e52ec3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.niseko .reason .reason__text > p:nth-of-type(1) {
  font-weight: 400;
  letter-spacing: 0.04em;
}

.reason .reason__text > p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .reason .type2__title h2 {
    font-size: 20px;
  }

  .reason .type2__title h2 span {
    font-size: 30px;
  }

  .reason .type1__flex2 {
    margin-bottom: 64px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	support
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.support .type1__text {
  margin-bottom: 64px;
}

.support .type1__flex2 {
  margin-bottom: 48px;
}

.support .type1__flex2 > div {
  max-width: 100%;
}

.niseko .support .support__text img {
  margin-bottom: 16px;
}

.support .support__text h3 {
  margin-bottom: 24px;
}

.niseko .support__text h3 {
  margin-bottom: 0;
}

.support .support__text h3 p {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  padding: 4px 8px;
  margin-bottom: 8px;
  background: #fff;
}

.shiojiri .support .support__text h3 p {
  font-size: 28px;
}

.shiojiri .support .support__text h3 p {
  box-shadow: 3px 3px 0px #c161cc;
}

.niseko .support__text h3 p {
  font-size: 28px;
  padding: 0;
  background: none;
}

.support .support__text > p:nth-of-type(1) {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .niseko .support__text h3 p {
    font-size: 24px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cta
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.cta {
  background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-cebu/cta-cebu-pc.png);
  background-size: cover;
  padding: 64px 0;
  margin: 0;
}

.cta__inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cta__inner--title {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 32px;
}

.cta__inner--text {
  max-width: 200.03px;
  width: 100%;
  margin: 0 auto 16px;
}

.cta__inner--btn {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 16px;
}

.cta__inner--subbtn {
  text-align: center;
}

.cta__inner--subbtn a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.cta__inner--subbtn a span {
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .cta {
    background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/englishcamp-cebu/cta-bg-cebu-small.jpg);
    padding: 48px 0;
  }

  .cta__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.point .type2__title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.point .type2__title p {
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
}

.cebu .point .type2__title p {
  background: linear-gradient(135deg, #ffe500 0%, #ff9100 50%, #ff6600 100%);
}

.okinawa .point .type2__title p {
  background: linear-gradient(135deg, #89cfea 0%, #4daef3 50%, #006fd3 100%);
}

.tokushima .point .type2__title p {
  background: linear-gradient(135deg, #93a622 0%, #5d7334 100%);
}

.shiojiri .point .type2__title p {
  background: linear-gradient(135deg, #c32ed4 0%, #e52ec3 100%);
}

.point .type2__title h2 {
  font-size: 24px;
  font-weight: 700;
}

.point .type2__title h2 span {
  font-size: 36px;
  font-weight: 700;
}

.point .type1__flex2 {
  flex-wrap: wrap;
}

.point .type1__flex2 > div {
  max-width: 100%;
  margin-bottom: 56px;
}

.point .type1__flex2 > div img {
  margin-bottom: 16px;
}

.point .type1__flex2 > div h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-left: 24px;
  margin-bottom: 8px;
}

.point .type1__flex2 > div p {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-left: 24px;
}

@media only screen and (max-width: 768px) {
  .point .type2__title h2 {
    font-size: 16px;
  }

  .point .type2__title h2 span {
    font-size: 24px;
  }

  .point .type1__flex2 > div h3 {
    font-size: 24px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	schedule
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.schedule .type2__bg {
  margin-bottom: -32px;
}

.schedule .type1__flex4 {
  flex-wrap: wrap;
}

.schedule .type1__flex4 > div {
  margin-bottom: 64px;
}

.schedule .type1__flex4 > div img {
  margin-bottom: 12px;
}

.schedule .type1__flex4 > div p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.niseko .schedule .type1__flex4 > div p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

.schedule .type1__flex4 > div p.orange {
  color: #ff6600;
}

.schedule .type1__flex4 > div p.blue {
  color: #0085ff;
}

.schedule .type1__flex4 > div p.green {
  color: #5d7334;
}

.schedule .type1__flex4 > div p span {
  font-size: 12px;
  font-weight: 700;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.voice .type1__flex2 {
  align-items: flex-end;
  margin-bottom: 32px;
}

.voice .type1__flex2 > div:nth-of-type(1) {
  max-width: 555px;
  width: 87.95562%;
  padding: 16px;
  background: #fff;
}

.cebu .voice .type1__flex2 > div:nth-of-type(1) {
  box-shadow: 3px 3px 0px #ff6600;
}

.okinawa .voice .type1__flex2 > div:nth-of-type(1) {
  box-shadow: 3px 3px 0px #0085ff;
}

.tokushima .voice .type1__flex2 > div:nth-of-type(1) {
  box-shadow: 3px 3px 0px #5d7334;
}

.shiojiri .voice .type1__flex2 > div:nth-of-type(1) {
  box-shadow: 3px 3px 0px #c161cc;
}

.voice .type1__flex2 > div:nth-of-type(1) img {
  width: 16px;
  margin-bottom: 16px;
}

.voice .type1__flex2 > div:nth-of-type(1) p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.voice .type1__flex2 > div:nth-of-type(1) p span {
  font-size: 16px;
  font-weight: 700;
}

.cebu .voice .type1__flex2 > div:nth-of-type(1) p span {
  color: #ff6600;
}

.okinawa .voice .type1__flex2 > div:nth-of-type(1) p span {
  color: #0085ff;
}

.tokushima .voice .type1__flex2 > div:nth-of-type(1) p span {
  color: #5d7334;
}

.shiojiri .voice .type1__flex2 > div:nth-of-type(1) p span {
  color: #c161cc;
}

.niseko .voice .type1__flex2 > div:nth-of-type(1) p span {
  color: #ec4582;
}

.voice .type1__flex2 > div:nth-of-type(2) {
  max-width: 64px;
  width: 10.14263%;
}

@media only screen and (max-width: 768px) {
  .voice .type1__flex2 {
    display: flex;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	learning
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.learning .type2__text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .learning .type2__text {
    font-size: 12px;
    text-align: left;
  }

  .learning .type1__flex3 img {
    width: 78.7172%;
    margin: 0 auto;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	environment
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.environment h3 {
  color: #ec4582;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  text-align: center;
}

.environment .type2__text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .environment .type2__text {
    font-size: 12px;
    text-align: left;
  }
}

.environment .type1__inner4 {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.environment .type1__inner4 div {
  display: flex;
  -webkit-animation: slider__left 20s linear infinite;
  animation: slider__left 20s linear infinite;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: slider__left;
}

.environment .type1__inner4 div img {
  width: 300px;
  height: auto;
  margin-right: 10px;
}

.environment .type1__inner4 div img:nth-of-type(2n-1) {
  margin-bottom: 48px;
}

.environment .type1__inner4 div img:nth-of-type(2n) {
  margin-top: 48px;
}

@keyframes slider__left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	achievements
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.achievements .type2__text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .achievements .type2__text {
    font-size: 12px;
    text-align: left;
  }

  .achievements .type1__flex3 img {
    width: 78.7172%;
    margin: 0 auto;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	gallery
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gallery {
  margin-bottom: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	program
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.program {
  padding: 100px 24px;
}

.program .type2__inner2 {
  background: #fff;
  padding: 64px 80px;
}

.program .type2__text {
  color: #ff6600;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 40px;
}

.program .type2__image {
  max-width: 631px;
  margin: 0 auto 40px;
}

.cebu .program .type2__text {
  color: #ff6600;
}

.okinawa .program .type2__text {
  color: #ff6600;
}

.tokushima .program .type2__text {
  color: #5d7334;
}

.shiojiri .program .type2__text {
  color: #c161cc;
}

.niseko .program .type2__text {
  color: #ec4582;
}

.program .type2__text span {
  color: #222;
  font-size: 24px;
  font-weight: 400;
}

.program .type2__text span.price-symbol {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.program .type2__text span.small {
  color: #222;
  font-size: 12px;
  font-weight: 400;
}

.program .type2__text.small {
  color: #222;
  font-size: 12px;
  font-weight: 400;
}

.program .type1__flex2 {
  align-items: flex-start;
}

.program .type1__flex2 h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.cebu .program .type1__flex2 h3 {
  color: #ff6600;
}

.okinawa .program .type1__flex2 h3 {
  color: #0085ff;
}

.tokushima .program .type1__flex2 h3 {
  color: #5d7334;
}

.shiojiri .program .type1__flex2 h3 {
  color: #c161cc;
}

.niseko .program .type1__flex2 h3 {
  color: #ec4582;
}

.program .type1__flex2 > div {
  max-width: 100%;
}

.program .type1__flex2 {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.program .type1__flex2 > div {
  flex: 1;
}

.program .type1__flex2 > div:last-child {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.program .type1__flex2 p {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.program .type1__flex2 iframe {
  width: 100%;
  flex: 1;
  border: 0;
}

.bg.okinawa .program .type1__flex2 iframe:not(:last-of-type) {
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .program {
    padding: 32px 24px;
  }

  .program .type2__inner2 {
    background: #fff;
    padding: 32px 16px;
  }

  .program .type1__flex2 {
    flex-direction: column;
  }

  .program .type1__flex2 > div:last-child {
    width: 100%;
  }

  .program .type1__flex2 iframe {
    width: 100%;
    aspect-ratio: 1 / 1;
    flex: none;
  }

  .bg.okinawa .program .type1__flex2 iframe {
    aspect-ratio: 1 / 1;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	additional
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.additional {
  padding: 100px 24px;
}

.additional .type2__inner2 {
  background: #fff;
  padding: 64px 80px;
}

.additional .type2__text--1 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  text-align: center;
}

.additional .type2__text--2 h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.cebu .additional .type2__text--2 h3 {
  color: #ff6600;
}

.okinawa .additional .type2__text--2 h3 {
  color: #0085ff;
}

.tokushima .additional .type2__text--2 h3 {
  color: #5d7334;
}

.shiojiri .additional .type2__text--2 h3 {
  color: #c161cc;
}

.additional .type2__text--2 p {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .additional {
    padding: 32px 24px;
  }

  .additional .type2__inner2 {
    background: #fff;
    padding: 32px 16px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	place
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.place .place__title {
  margin-bottom: 48px;
}

.place .place__title img {
  width: 227px;
  margin: 0 auto;
}

.place .place__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.place .place__flex a {
  display: block;
  border: 0.5px solid #222;
  padding-bottom: 16px;
  width: 33%;
  text-align: center;
}

.place .place__flex a img {
  margin-bottom: 16px;
}

.place .place__flex a p {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .place .place__flex {
    display: block;
  }

  .place .place__flex a {
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq .faq__title {
  margin-bottom: 48px;
}

.faq .faq__title img {
  width: 196px;
  margin: 0 auto;
}

.faq .faq__item--question {
  position: relative;
  display: flex;
  width: 100%;
  padding: 16px 20px;
  background: #ffffff;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}

.faq .faq__item:first-of-type .faq__item--question {
  border-top: 1px solid #d5d5d5;
}

.faq .faq__item--question img:nth-of-type(1) {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.faq .faq__item--question img:nth-of-type(2) {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
}

.faq .faq__item--question p {
  font-size: 12px;
  font-weight: 700;
  margin: auto 20px auto 0;
}

.faq .faq__item--answer {
  display: none;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #d5d5d5;
}

.cebu .faq .faq__item--answer {
  background: #fffbe3;
}

.okinawa .faq .faq__item--answer {
  background: #f4fcff;
}

.tokushima .faq .faq__item--answer {
  background: #f9f4ec;
}

.shiojiri .faq .faq__item--answer {
  background: #f9f4ec;
}

.niseko .faq .faq__item--answer {
  background: #f9f4ec;
}

.faq .open .faq__item--answer {
  display: flex;
}

.faq .faq__item--answer img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.faq .faq__item--answer p {
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	pau__about
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pau__about.type1 {
  border: none;
}

.pau__about.type1.blue > div {
  padding: 0;
}

.pau__about .type1__flex2 > div:nth-of-type(1) {
  max-width: 100%;
  width: 21.638330757%;
}

.pau__about .type1__flex2 > div:nth-of-type(1) > img {
  margin-bottom: 16px;
}

.pau__about .type1__flex2 > div:nth-of-type(1) > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pau__about .type1__flex2 > div:nth-of-type(1) > div > a img {
  width: 30px;
}

.pau__about .type1__flex2 > div:nth-of-type(1) > div > a:nth-of-type(1) img {
  margin-right: 16px;
}

.pau__about .type1__flex2 > div:nth-of-type(2) {
  max-width: 100%;
  width: 74.188562596%;
}

.pau__about .type1__flex2 > div:nth-of-type(2) p:nth-of-type(1) {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.pau__about .type1__flex2 > div:nth-of-type(2) p:nth-of-type(2) {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .pau__about .type1__flex2 > div:nth-of-type(1) {
    width: 100%;
  }

  .pau__about .type1__flex2 > div:nth-of-type(1) > img {
    width: 140px;
    margin: 0 auto 16px;
  }

  .pau__about .type1__flex2 > div:nth-of-type(2) {
    width: 100%;
  }

  .pau__about .type1__flex2 > div:nth-of-type(2) p:nth-of-type(1) {
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
  }

  .pau__about .type1__flex2 > div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 14px;
  }
}

/* Dynamic CTA Base Styles */
.cta--dynamic {
  background-image: url('../images/englishcamp-cebu/cta-cebu-pc.png');
  background-size: cover;
  background-position: center;
  padding: 64px 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .cta--dynamic {
    background-image: url('../images/englishcamp-cebu/cta-bg-cebu-small.jpg');
    padding: 48px 0;
  }
}

.cta--dynamic .cta__inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 16px;
}

.cta--dynamic__top-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-align: center;
}

.cta--dynamic__top-text p {
  margin: 0 12px;
}

.cta--dynamic__top-text span {
  opacity: 0.7;
  letter-spacing: -2px;
}

.cta--dynamic__main-title-text {
  font-weight: bold;
}

.cta--dynamic__main-title {
  background: #fff;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0;
  padding: 12px 32px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.cta--dynamic__main-title .title-box {
  display: inline;
  white-space: nowrap;
  font-weight: bold;
}

.cta--dynamic__main-title .title-box + .title-box::before {
  content: '\00a0';
  letter-spacing: 0.3em;
}

.cta--dynamic__info-line {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.cta--dynamic__info-image {
  margin-bottom: 36px;
  text-align: center;
}

.cta--dynamic__info-image img {
  max-width: 100%;
  height: auto;
}

.cta--dynamic__info-line .badge {
  border: 1px solid #fff;
  padding: 4px 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  align-self: center;
}

.cta--dynamic__info-line .number,
.cta--dynamic__info-line .date {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.cta--dynamic__info-line .capacity-group {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
}

.cta--dynamic__info-line .period-group {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.cta--dynamic__info-line .capacity-group .label,
.cta--dynamic__info-line .period-group .label,
.cta--dynamic__info-line .capacity-group .unit {
  font-size: 18px;
  font-weight: 700;
}

.cta--dynamic__info-line .extra-period {
  display: inline-flex;
  align-items: baseline;
}

.cta--dynamic__info-line .extra-period .date {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.cta--dynamic__catch-text {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  text-align: center;
}

.cta--dynamic__catch-text span.slash {
  font-weight: 300;
  margin: 0 4px;
}

.cta--dynamic__action-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 64px;
  gap: 12px;
  padding: 10px;
  color: #fff !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  border-radius: 6px;
  text-decoration: none;
  margin: 0 auto 16px;
}

.cta--dynamic__action-btn .arrow {
  background: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.cta__inner--subbtn p {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}

.cta__inner--subbtn p span {
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .cta--dynamic__info-image {
    margin-bottom: 26px;
  }

  .cta--dynamic__info-image img {
    display: block;
    width: 303px;
    height: 57px;
    object-fit: contain;
    margin: 0 auto;
  }

  .cta--dynamic__info-line .period-group {
    gap: 8px;
  }

  .cta--dynamic__info-line .extra-period {
    width: 100%;
    display: block;
    text-align: center;
    order: 2;
  }

  .cta--dynamic__info-line .badge {
    order: 1;
  }

  .cta--dynamic__info-line .capacity-group {
    order: 3;
  }

  .cta--dynamic__info-line .period-group {
    order: 4;
  }

  .cta--dynamic__info-line .extra-period .date {
    font-size: 24px;
  }

  .cta--dynamic__top-text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
  }

  .cta--dynamic__top-text span {
    display: none;
  }

  .cta--dynamic__top-text p {
    margin: 0;
  }

  .cta--dynamic__main-title {
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: transparent !important;
    box-shadow: none !important;
  }

  .cta--dynamic__main-title .title-box {
    display: inline-block;
    width: auto;
    background: #fff !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: initial !important;
    padding: 8px 16px;
    white-space: nowrap;
  }

  .cebu-theme .cta--dynamic__main-title .title-box {
    box-shadow: 3px 3px 0px #ff6600;
    color: #ff6600;
  }
  .tokushima-theme .cta--dynamic__main-title .title-box {
    box-shadow: 3px 3px 0px #5d7334;
    color: #5d7334;
  }
  .nagano-theme .cta--dynamic__main-title .title-box {
    box-shadow: 3px 3px 0px #c161cc;
    color: #c161cc;
  }
  .niseko-theme .cta--dynamic__main-title .title-box {
    box-shadow: 3px 3px 0px #ec4582;
    color: #ec4582;
  }
  .okinawa-theme .cta--dynamic__main-title .title-box {
    box-shadow: 3px 3px 0px #006fd3;
    color: #006fd3;
  }

  .cta--dynamic__main-title .title-box + .title-box::before {
    content: none;
  }

  .cta--dynamic__info-line {
    font-size: 14px;
    max-width: 320px;
    margin: 24px auto;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .cta--dynamic__info-line .badge {
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
  }

  .cta--dynamic__info-line .number,
  .cta--dynamic__info-line .date {
    font-size: 24px;
  }

  .cta--dynamic__catch-text {
    font-size: 15.78px;
  }

  .cta--dynamic__action-btn {
    font-size: 16px;
    max-width: 343px;
    height: 56px;
    gap: 12px;
    padding: 10px;
    border-radius: 6px;
  }
}

/* Theme Colors */
.cebu-theme .cta--dynamic__main-title {
  box-shadow: 4px 4px 0px #ff6600;
  background:
    linear-gradient(to right, #ffe500, #ff9100, #ff6600),
    linear-gradient(#fff, #fff);
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  -webkit-text-fill-color: transparent;
}

.cebu-theme .cta--dynamic__action-btn {
  background: linear-gradient(to right, #ffe500, #ff9100, #ff6600);
  box-shadow: 4px 4px 0px #e35b00;
}

.cebu-theme .cta--dynamic__action-btn .arrow {
  color: #ff6600;
}

.tokushima-theme .cta--dynamic__main-title {
  box-shadow: 4px 4px 0px #5d7334;
}

.tokushima-theme .cta--dynamic__main-title .title-box {
  color: #5d7334;
}

.tokushima-theme .cta--dynamic__action-btn {
  background: linear-gradient(to right, #93a622, #5d7334);
  box-shadow: 4px 4px 0px #5d7334;
}

.tokushima-theme .cta--dynamic__action-btn .arrow {
  color: #5d7334;
}

.nagano-theme .cta--dynamic__main-title {
  box-shadow: 4px 4px 0px #c161cc;
}

.nagano-theme .cta--dynamic__main-title .title-box {
  color: #c161cc;
}

.nagano-theme .cta--dynamic__action-btn {
  background: linear-gradient(135deg, #c32ed4, #e52ec3);
  box-shadow: 4px 4px 0px #b627c6;
}

.nagano-theme .cta--dynamic__action-btn .arrow {
  color: #c32ed4;
}

.niseko-theme .cta--dynamic__main-title {
  box-shadow: 4px 4px 0px #ec4582;
}

.niseko-theme .cta--dynamic__main-title .title-box {
  color: #ec4582;
}

.niseko-theme .cta--dynamic__action-btn {
  background: #ec4582;
}

.niseko-theme .cta--dynamic__action-btn .arrow {
  color: #ec4582;
}

.okinawa-theme .cta--dynamic__main-title {
  box-shadow: 4px 4px 0px #006fd3;
}

.okinawa-theme .cta--dynamic__main-title .title-box {
  color: #006fd3;
}

.okinawa-theme .cta--dynamic__action-btn {
  background: linear-gradient(135deg, #89cfea, #4daef3, #006fd3);
  box-shadow: 4px 4px 0px #0068c5;
}

.okinawa-theme .cta--dynamic__action-btn .arrow {
  color: #006fd3;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	osaka-wakayama theme
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.osaka-wakayama {
  background: #fffbe3;
}

.osaka-wakayama .fv {
  position: relative;
  background-color: #fffbe3;
  background-image: url('../images/englishcamp-osaka-wakayama/fv__bg--pc.webp');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  margin: 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .osaka-wakayama .fv {
    background-image: url('../images/englishcamp-osaka-wakayama/fv__bg--sp.webp');
  }
}

.osaka-wakayama .fv__inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  padding: 56px 40px 120px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  column-gap: 40px;
  align-items: start;
}

/* Left content column */
.osaka-wakayama .fv__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  z-index: 3;
}

.osaka-wakayama .fv__banners {
  display: flex;
  align-items: flex-start;
}

.osaka-wakayama .fv__banner {
  display: block;
  height: auto;
}

.osaka-wakayama .fv__banner--1 {
  width: 152px;
}

.osaka-wakayama .fv__banner--2 {
  width: 207px;
  margin: 16px 0 0 -16px;
}

.osaka-wakayama .fv__catch {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #34353e;
  margin: 0;
  line-height: 1.3;
}

.osaka-wakayama .fv__title {
  margin: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.osaka-wakayama .fv__title img {
  display: block;
  max-width: 100%;
  width: 571px;
  height: auto;
}

.osaka-wakayama .fv__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #4e4041;
  margin: 0;
  line-height: 1.6;
}

.osaka-wakayama .fv__info {
  margin: 4px 0 0;
}

.osaka-wakayama .fv__info img {
  display: block;
  max-width: 100%;
  width: 412px;
  height: auto;
}

.osaka-wakayama .fv__cta {
  display: block;
  margin: 8px auto 0;
  align-self: center;
  text-decoration: none;
}

.osaka-wakayama .fv__cta img {
  display: block;
  max-width: 100%;
  width: 400px;
  height: auto;
}

.osaka-wakayama .fv__lstep {
  align-self: center;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #34353e;
  text-decoration: underline;
  margin-top: -4px;
}

.osaka-wakayama .fv__lstep p {
  margin: 0;
}

/* Right photo column */
.osaka-wakayama .fv__photos {
  position: relative;
  min-height: 540px;
}

.osaka-wakayama .fv__badge {
  position: absolute;
  top: -12px;
  left: -140px;
  z-index: 4;
  width: 120px;
  height: auto;
}

.osaka-wakayama .fv__photo {
  position: absolute;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(52, 53, 62, 0.08);
}

.osaka-wakayama .fv__photo--1 {
  top: 0;
  right: 0;
  width: 56%;
  height: 240px;
}

.osaka-wakayama .fv__photo--2 {
  top: 260px;
  left: 0;
  width: 64%;
  height: 240px;
}

.osaka-wakayama .fv__photo--3 {
  top: 260px;
  right: 0;
  width: 32%;
  height: 240px;
}

@media only screen and (max-width: 768px) {
  .osaka-wakayama .fv {
    padding-bottom: 60px;
  }
  .osaka-wakayama .fv__inner {
    grid-template-columns: 1fr;
    padding: 16px 16px 24px;
    row-gap: 16px;
  }
  .osaka-wakayama .fv__photos {
    order: 1;
    min-height: 290px;
    margin: 0 -16px -88px;
  }
  .osaka-wakayama .fv__content {
    order: 2;
    align-items: center;
    text-align: center;
    gap: 10px;
    width: 100%;
    padding: 0 8px;
  }
  .osaka-wakayama .fv__badge {
    top: 24px;
    left: auto;
    right: 24px;
    width: 96px;
  }
  /* 2 photos stacked left + 1 tall photo right */
  .osaka-wakayama .fv__photo--1 {
    top: 0;
    left: 12px;
    right: auto;
    width: 56%;
    height: 150px;
  }
  .osaka-wakayama .fv__photo--2 {
    top: 134px;
    left: 28px;
    right: auto;
    width: 48%;
    height: 140px;
  }
  .osaka-wakayama .fv__photo--3 {
    top: 0;
    right: 12px;
    left: auto;
    width: 38%;
    height: 280px;
  }
  .osaka-wakayama .fv__banners {
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    gap: 4px;
  }
  .osaka-wakayama .fv__catch {
    font-size: 18px;
    font-weight: 700;
  }
  .osaka-wakayama .fv__title {
    text-align: center;
  }
  .osaka-wakayama .fv__title img {
    margin: 0 auto;
    width: auto;
    max-width: 280px;
  }
  .osaka-wakayama .fv__subtitle {
    font-size: 13px;
  }
  .osaka-wakayama .fv__info {
    width: 100%;
  }
  .osaka-wakayama .fv__info img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .osaka-wakayama .fv__cta {
    width: 100%;
    text-align: center;
  }
  .osaka-wakayama .fv__cta img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .osaka-wakayama .fv__lstep {
    margin-top: 0;
  }
}

/* visually-hidden helper for SEO h1 fallback */
.osaka-wakayama .visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.osaka-wakayama .type2__title p.gradient {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #f39b33;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #f39b33;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.osaka-wakayama .type2__title h2 {
  color: #34353e;
}

.osaka-wakayama .type2__title:after {
  background: #f39b33;
  width: 56px;
  height: 3px;
  border-radius: 2px;
}

.osaka-wakayama .reason .reason__text > p:nth-of-type(1) {
  color: #ee6322;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.osaka-wakayama .reason .reason__text h3 p,
.osaka-wakayama .reason .reason__text h3 {
  color: #34353e;
}

.osaka-wakayama .faq .faq__item--answer {
  background: #fffbe3;
}

/* CSS-rendered FAQ icons (Q / A / chevron) */
.osaka-wakayama .faq__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.osaka-wakayama .faq__icon--q {
  background: #333;
}

.osaka-wakayama .faq__icon--a {
  background: #ffa600;
}

.osaka-wakayama .faq__chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  transform: rotate(45deg);
  border-right: 2px solid #34353e;
  border-bottom: 2px solid #34353e;
  transition: transform 0.2s ease;
}

.osaka-wakayama .faq .open .faq__chevron {
  margin-top: -2px;
  transform: rotate(-135deg);
}

.osaka-wakayama .faq .faq__item--question {
  align-items: center;
  padding: 16px 48px 16px 20px;
}

.osaka-wakayama .faq .faq__item--question p {
  font-size: 14px;
  margin: 0;
}

.osaka-wakayama .faq .faq__item--answer p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

/* osaka-wakayama: section background colors per Figma */
.osaka-wakayama .recommended-for,
.osaka-wakayama .support,
.osaka-wakayama .experience-by-location,
.osaka-wakayama .faq {
  background: #ffffff;
  margin: 0;
  padding: 80px 0;
}

.osaka-wakayama .reason,
.osaka-wakayama .schedule,
.osaka-wakayama .voice {
  background: #fffbe3;
  margin: 0;
  padding: 80px 0;
}

@media only screen and (max-width: 768px) {
  .osaka-wakayama .recommended-for,
  .osaka-wakayama .support,
  .osaka-wakayama .experience-by-location,
  .osaka-wakayama .reason,
  .osaka-wakayama .schedule,
  .osaka-wakayama .voice,
  .osaka-wakayama .faq {
    padding: 56px 0;
  }
}

/* ====== voice section ====== */
.voice__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 720px;
  margin: 32px auto 0;
}

.voice__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}

.voice__card {
  position: relative;
  flex: 1;
  background: #ffffff;
  border-left: 6px solid #ffa600;
  border-radius: 4px;
  padding: 20px 24px 20px 32px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.voice__quote {
  position: absolute;
  top: 8px;
  left: 14px;
  color: #ffa600;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.voice__card p {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
}

.voice__avatar {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fffbe3;
}

@media only screen and (max-width: 768px) {
  .voice__list {
    gap: 24px;
    padding: 0 16px;
  }
  .voice__item {
    gap: 12px;
  }
  .voice__avatar {
    width: 48px;
    height: 48px;
  }
  .voice__card {
    padding: 16px 16px 16px 28px;
  }
  .voice__card p {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* recommended-for */
.recommended-for__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.recommended-for__item {
  text-align: center;
}

.recommended-for__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  margin-bottom: 16px;
  background: #fff0aa;
  position: relative;
}

.recommended-for__image::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at center,
    transparent 60%,
    rgba(255, 208, 0, 0.15) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.recommended-for__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommended-for__item p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #34353e;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .recommended-for__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .recommended-for__item p {
    font-size: 14px;
  }
}

/* ====== course-cards (Program Dates) ====== */
.osaka-wakayama .course-cards {
  background: #fff0aa;
  margin: 0;
  padding: 80px 0;
}

.course-cards__header {
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}

.course-cards__eyebrow {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #f39b33;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.course-cards__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #34353e;
  margin: 0 0 12px;
  line-height: 1.3;
}

.course-cards__rule {
  display: inline-block;
  width: 56px;
  height: 3px;
  background: #f39b33;
  border-radius: 2px;
}

.course-cards__lead {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #34353e;
  line-height: 1.8;
  margin: 16px 0 56px;
}

.course-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: end;
}

.course-cards__col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

.course-cards__hint {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #4e4041;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 8px;
}

.course-cards__hint span {
  color: #ee6322;
  font-weight: 700;
}

.course-cards__caret {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #ee6322;
}

.course-cards__item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.course-cards__head {
  padding: 14px 16px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}

.course-cards__item--osaka .course-cards__head {
  background: linear-gradient(180deg, #f7b04a 0%, #f39b33 100%);
}

.course-cards__item--wakayama-1 .course-cards__head,
.course-cards__item--wakayama-2 .course-cards__head {
  background: linear-gradient(180deg, #f47a3c 0%, #ee6322 100%);
}

.course-cards__body {
  padding: 24px 20px 22px;
  text-align: center;
}

.course-cards__nights {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ee6322;
  margin: 0 0 6px;
  line-height: 1.2;
}

.course-cards__item--osaka .course-cards__nights {
  color: #f39b33;
}

.course-cards__date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #4e4041;
  margin: 0;
  line-height: 1.5;
}

.course-cards__divider {
  border: 0;
  border-top: 1px solid #f0e4d0;
  margin: 16px 0;
}

.course-cards__pricelabel,
.course-cards__placelabel {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #4e4041;
  margin: 0 0 4px;
}

.course-cards__price {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ee6322;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.course-cards__item--osaka .course-cards__price {
  color: #f39b33;
}

.course-cards__placelink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ee6322;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.course-cards__item--osaka .course-cards__placelink {
  color: #f39b33;
}

.course-cards__placelink svg {
  flex: 0 0 auto;
}

.course-cards__cta {
  text-align: center;
  margin: 64px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.course-cards__cta-btn {
  display: inline-block;
  text-decoration: none;
}

.course-cards__cta-btn img {
  display: block;
  max-width: 100%;
  width: 400px;
  height: auto;
}

.course-cards__cta-sub {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #34353e;
  text-decoration: underline;
}

.course-cards__cta-sub p {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .osaka-wakayama .course-cards {
    padding: 56px 0;
  }
  .course-cards__title {
    font-size: 24px;
  }
  .course-cards__lead {
    font-size: 14px;
    line-height: 1.7;
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .course-cards__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 16px;
  }
  .course-cards__nights {
    font-size: 22px;
  }
  .course-cards__price {
    font-size: 28px;
  }
  .course-cards__cta {
    margin-top: 40px;
    padding: 0 16px;
  }
  .course-cards__cta-btn img {
    width: 100%;
    max-width: 320px;
  }
}

/* support */
.support__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
  margin-top: 32px;
}

.support__item {
  text-align: left;
}

.support__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
  background: #fff0aa;
}

.support__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support__item h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #34353e;
  margin-bottom: 12px;
  line-height: 1.5;
}

.support__item p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #4e4041;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  .support__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .support__item h3 {
    font-size: 16px;
  }
}

/* experience-by-location */
.experience-by-location__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
  margin-top: 32px;
}

.experience-by-location__item {
  text-align: left;
}

.experience-by-location__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
}

.experience-by-location__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-by-location__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ee6322;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 6px;
  z-index: 1;
  letter-spacing: 0.04em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.experience-by-location__item h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #34353e;
  margin-bottom: 12px;
  line-height: 1.5;
}

.experience-by-location__item p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #4e4041;
  line-height: 1.7;
}

.experience-by-location__caption {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #845c50;
  text-align: right;
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  .experience-by-location__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .experience-by-location__caption {
    text-align: left;
    margin-top: 16px;
  }
}

/* schedule (osaka-wakayama variant) */
.osaka-wakayama .schedule__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
  margin-top: 32px;
}

.osaka-wakayama .schedule__item {
  position: relative;
  background: transparent;
  padding: 0;
  border: 0;
  text-align: left;
}

.osaka-wakayama .schedule__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 10px;
}

.osaka-wakayama .schedule__time {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: #f39b33;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.02em;
  margin: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.osaka-wakayama .schedule__item p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #34353e;
  line-height: 1.5;
  margin: 0;
}

.osaka-wakayama .schedule__sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #4e4041;
  margin-top: 2px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .osaka-wakayama .schedule__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .osaka-wakayama .schedule__item p {
    font-size: 13px;
  }
}

/* osaka-wakayama: cta-dynamic theme */

.osaka-wakayama-theme .cta--dynamic__info-line .badge {
  align-self: initial;
}
.osaka-wakayama-theme .cta--dynamic__main-title {
  box-shadow: 4px 4px 0px #ff9a00;
}

.osaka-wakayama-theme .cta--dynamic__main-title .title-box {
  color: #ff9a00;
}

.osaka-wakayama-theme .cta--dynamic__action-btn {
  background: linear-gradient(
    287deg,
    #f60 31.11%,
    #ff9100 65.09%,
    #ffe500 96.19%
  );
  box-shadow: 4px 4px 0px #ec4582;
}

.osaka-wakayama-theme .cta--dynamic__action-btn .arrow {
  color: #ff9a00;
}

@media only screen and (max-width: 768px) {
  .osaka-wakayama-theme .cta--dynamic__main-title .title-box {
    box-shadow: 4px 4px 0px #ff9a00;
  }
  .osaka-wakayama-theme .cta--dynamic__info-line .period-group {
    flex-direction: column;
    align-items: baseline;
  }
}
