@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
body.iPhone .leadcopy .eachTextAnime {
  letter-spacing: 0.15em;
  font-size: min(13vw, 14rem);
}
body.iPhone .leadcopy .eachTextAnime.jp {
  font-size: min(6vw, 6rem);
}
body.iPhone .camp .tagarea .eachTextAnime {
  letter-spacing: 0.15em;
}

.wrapper .content.bg {
  color: #231815;
  margin-top: 0;
  background: url(../images/base_g.jpg) center center/100% repeat-y #f0f6d7;
}
@media all and (max-width: 896px) {
  .wrapper .content.bg {
    background: url(../images/base_g.jpg) center center/900px repeat-y #f0f6d7;
  }
}

.camp_area {
  color: #0094AF;
  background: url(../images/base_b.jpg) center center/100% repeat-y #E4F1F6;
}
@media all and (max-width: 896px) {
  .camp_area {
    background: url(../images/base_b.jpg) center center/900px repeat-y #E4F1F6;
  }
}
.camp_area .wrapper .content.bg {
  background: transparent;
  padding-bottom: 150px;
  margin-top: 0;
}

.mainvisual {
  position: relative;
}
.mainvisual_photo {
  text-align: center;
}
@media all and (max-width: 896px) {
  .mainvisual_photo img.pconly {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .mainvisual_photo img.pconly {
    display: none;
  }
}
.mainvisual_txt {
  position: absolute;
  top: 8%;
  left: 8%;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 480px) {
  .mainvisual_txt {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .mainvisual_txt--small {
    font-size: 3vw;
    text-shadow: 2px 2px 5px #375776,-2px 2px 5px #375776,2px -2px 5px #375776,-2px -2px 5px #375776;
  }
}
.mainvisual_txt--large {
  font-size: min(3.6vw, 1.8rem);
  text-shadow: 2px 2px 5px #010E28,-2px 2px 5px #010E28,2px -2px 5px #010E28,-2px -2px 5px #010E28;
}
.mainvisual_txt h1 {
  margin: 25px 0;
}
@media all and (max-width: 480px) {
  .mainvisual_txt h1 {
    margin: 10px 0;
  }
}
.mainvisual_txt h1 img {
  width: 400px;
}
@media all and (max-width: 480px) {
  .mainvisual_txt h1 img {
    width: 200px;
  }
}

.leadcopy {
  height: 800px;
  display: grid;
  place-content: center;
}
@media all and (max-width: 480px) {
  .leadcopy {
    height: 500px;
  }
}
.leadcopy .eachTextAnime {
  transform: rotate(-10deg);
  font-size: min(14vw, 14rem);
  font-weight: 700;
  font-family: "hurricane", sans-serif;
  font-weight: 400;
}
.leadcopy .eachTextAnime.jp {
  transform: rotate(-13deg);
  display: block;
  text-align: right;
  margin-top: -50px;
  margin-right: -2em;
  font-size: min(6vw, 6rem);
  font-weight: 500;
  font-family: "tegakijp", sans-serif;
  font-weight: 400;
}
@media all and (max-width: 480px) {
  .leadcopy .eachTextAnime.jp {
    margin-top: -16px;
    margin-right: 0;
  }
}

.intro__inner {
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: auto;
  max-width: 1300px;
}
@media all and (max-width: 480px) {
  .intro__inner {
    width: calc(100% - 20px);
  }
}
.intro__inner-lead {
  text-align: center;
  margin-top: 60px;
  font-size: min(3.5vw, 2rem);
  line-height: 2.2;
}
@media all and (max-width: 896px) {
  .intro__inner-lead {
    text-align: left;
  }
}

.camp {
  padding-top: 150px;
}
@media all and (max-width: 480px) {
  .camp {
    padding-top: 100px;
  }
}
@media all and (max-width: 896px) {
  .camp__inner {
    width: calc(100% - 20px);
    margin: auto;
  }
}
.camp .camp__inner-colmun {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.camp .camp__inner-colmun::after {
  position: absolute;
  content: "";
  background-image: url(../images/bg_line.svg);
  background-size: auto;
  background-repeat: repeat;
  background-position: top left;
  z-index: -1;
  height: 100%;
  width: 120%;
  left: -10%;
  top: 10%;
}
@media all and (max-width: 1200px) {
  .camp .camp__inner-colmun.first {
    gap: 20px;
  }
}
@media all and (max-width: 896px) {
  .camp .camp__inner-colmun.first {
    margin-bottom: 30px;
  }
}
.camp .camp__inner-colmun.first .camp__inner-colmun--image {
  position: relative;
}
.camp .camp__inner-colmun.first .camp__inner-colmun--image .tagarea {
  position: absolute;
  top: -70px;
  left: -5%;
  z-index: 1;
  text-align: left;
}
@media all and (max-width: 1300px) {
  .camp .camp__inner-colmun.first .camp__inner-colmun--image .tagarea {
    left: 5%;
  }
}
.camp .camp__inner-colmun.first .camp__inner-colmun--image .tagarea .tag {
  text-shadow: none;
}
.camp .camp__inner-colmun.first .camp__inner-colmun--txt {
  width: auto;
}
@media all and (max-width: 1200px) {
  .camp .camp__inner-colmun.first .camp__inner-colmun--txt {
    width: 40%;
  }
}
@media all and (max-width: 896px) {
  .camp .camp__inner-colmun.first .camp__inner-colmun--txt {
    width: calc(100% - 40px);
    margin: auto;
  }
}
.camp .camp__inner-colmun.first .camp__inner-colmun--txt p.start {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 50px;
  font-size: 2rem;
  width: auto;
}
@media all and (max-width: 1200px) {
  .camp .camp__inner-colmun.first .camp__inner-colmun--txt p.start {
    padding: 50px 0;
  }
}
@media all and (max-width: 896px) {
  .camp .camp__inner-colmun.first .camp__inner-colmun--txt p.start {
    padding: 30px;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .camp .camp__inner-colmun.first .camp__inner-colmun--txt p.start {
    font-size: 1.5rem;
  }
}
.camp .camp__inner-colmun.first + .camp__inner-colmun {
  justify-content: flex-end;
  gap: 50px;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .camp .camp__inner-colmun.first + .camp__inner-colmun {
    justify-content: space-between;
    gap: 0;
  }
}
.camp .camp__inner-colmun.first + .camp__inner-colmun .camp__inner-colmun--image {
  width: 38%;
}
@media all and (max-width: 896px) {
  .camp .camp__inner-colmun.first + .camp__inner-colmun .camp__inner-colmun--image {
    width: 45%;
    order: 2;
  }
}
.camp .camp__inner-colmun.first + .camp__inner-colmun .camp__inner-colmun--image .smallimg img {
  max-width: 400px;
}
@media all and (max-width: 896px) {
  .camp .camp__inner-colmun.first + .camp__inner-colmun .camp__inner-colmun--txt {
    width: 45%;
    order: 1;
  }
}
@media all and (max-width: 896px) {
  .camp .camp__inner-colmun.first + .camp__inner-colmun .camp__inner-colmun--txt p.line.left::before {
    transform: rotate(20deg);
    right: auto;
    left: 10px;
    top: -30px;
  }
}
@media all and (max-width: 896px) {
  .camp .camp__inner-colmun.first + .camp__inner-colmun .camp__inner-colmun--txt p.line.left::after {
    transform: rotate(-20deg);
    right: auto;
    left: 10px;
    bottom: -30px;
  }
}
.camp .tagarea {
  transform: rotate(-10deg);
  text-align: center;
}
.camp .tagarea .eachTextAnime {
  font-size: min(15vw, 10rem);
  font-weight: 700;
  font-family: "hurricane", sans-serif;
  font-weight: 400;
  padding: 0 0.5em;
  line-height: 1;
  background: linear-gradient(transparent 80%, #fff 80%);
}
.camp .tagarea .eachTextAnime span {
  opacity: 0;
  transition: opacity 2s ease;
}
.camp .tagarea .eachTextAnime.appeartext span {
  animation: copy_anime_on 1s ease-out forwards;
}
.camp .tagarea .tag {
  font-size: min(4vw, 2.5rem);
  text-align: center;
}
.camp .storywrap {
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: auto;
  margin: 80px auto 0;
  max-width: 1200px;
}
@media all and (max-width: 480px) {
  .camp .storywrap {
    width: calc(100% - 20px);
  }
}
.camp .storywrap .centerbox {
  text-align: center;
  color: #000;
}
.camp .storywrap .centerbox .start span.marker {
  background: linear-gradient(transparent 50%, #FFFF4E 50%);
}
.camp__inner.pb80 {
  padding-bottom: 80px;
}
.camp__inner .linkbutton__line {
  margin-top: 60px;
}
@media all and (max-width: 480px) {
  .camp__inner .linkbutton__line {
    margin-top: 20px;
  }
}
.camp__inner .linkbutton__line a {
  width: 380px;
  padding: 10px 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  background: #fff;
}
@media all and (max-width: 480px) {
  .camp__inner .linkbutton__line a {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .camp__inner .linkbutton__line a {
    width: 100%;
  }
}
.camp__inner-colmun {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 120px;
}
@media all and (max-width: 480px) {
  .camp__inner-colmun {
    gap: 30px;
    margin-bottom: 60px;
  }
}
.camp__inner-colmun--image {
  width: 55%;
}
@media all and (max-width: 1100px) {
  .camp__inner-colmun--image {
    width: 55%;
  }
}
@media all and (max-width: 896px) {
  .camp__inner-colmun--image {
    width: 100%;
  }
}
.camp__inner-colmun--image p {
  position: relative;
}
.camp__inner-colmun--image img.story {
  width: 100%;
  border-radius: 85px;
}
@media all and (max-width: 480px) {
  .camp__inner-colmun--image img.story {
    border-radius: 50px;
  }
}
.camp__inner-colmun--txt {
  width: 35%;
}
@media all and (max-width: 1100px) {
  .camp__inner-colmun--txt {
    width: 39%;
  }
}
@media all and (max-width: 896px) {
  .camp__inner-colmun--txt {
    width: 100%;
    text-align: center;
  }
}
.camp__inner-colmun--txt p {
  text-align: center;
  line-height: 2.2;
}
.camp__inner-colmun--txt p.line {
  position: relative;
  display: inline-block;
  margin: auto;
}
.camp__inner-colmun--txt p.line.top.left::before {
  top: -20%;
}
@media all and (max-width: 896px) {
  .camp__inner-colmun--txt p.line.top.left::before {
    top: 50%;
  }
}
.camp__inner-colmun--txt p.line.top.left::after {
  bottom: -20%;
}
@media all and (max-width: 896px) {
  .camp__inner-colmun--txt p.line.top.left::after {
    bottom: auto;
    top: 50%;
  }
}
.camp__inner-colmun--txt p.line.top.right::before {
  top: -20%;
}
@media all and (max-width: 896px) {
  .camp__inner-colmun--txt p.line.top.right::before {
    top: 50%;
  }
}
.camp__inner-colmun--txt p.line.top.right::after {
  bottom: -20%;
}
@media all and (max-width: 896px) {
  .camp__inner-colmun--txt p.line.top.right::after {
    bottom: auto;
    top: 50%;
  }
}
.camp__inner-colmun--txt p.line.left::before {
  position: absolute;
  content: "";
  top: -55%;
  left: 0;
  border-bottom: 1px solid #0094AF;
  transform: rotate(10deg);
  width: 300px;
}
@media all and (max-width: 896px) {
  .camp__inner-colmun--txt p.line.left::before {
    transform: rotate(100deg);
    width: 100px;
    top: 50%;
    left: -28%;
  }
}
.camp__inner-colmun--txt p.line.left::after {
  position: absolute;
  content: "";
  bottom: -55%;
  left: 0;
  border-bottom: 1px solid #0094AF;
  transform: rotate(-10deg);
  width: 300px;
}
@media all and (max-width: 896px) {
  .camp__inner-colmun--txt p.line.left::after {
    transform: rotate(-100deg);
    width: 100px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -28%;
  }
}
.camp__inner-colmun--txt p.line.right::before {
  position: absolute;
  content: "";
  top: -55%;
  right: 0;
  border-bottom: 1px solid #0094AF;
  transform: rotate(170deg);
  width: 300px;
}
@media all and (max-width: 896px) {
  .camp__inner-colmun--txt p.line.right::before {
    transform: rotate(-80deg);
    width: 100px;
    bottom: auto;
    top: 50%;
    right: auto;
    left: -28%;
  }
}
.camp__inner-colmun--txt p.line.right::after {
  position: absolute;
  content: "";
  bottom: -55%;
  right: 0;
  border-bottom: 1px solid #0094AF;
  transform: rotate(-170deg);
  width: 300px;
}
@media all and (max-width: 896px) {
  .camp__inner-colmun--txt p.line.right::after {
    transform: rotate(-100deg);
    width: 100px;
    bottom: auto;
    top: 50%;
    right: -28%;
  }
}
.camp__inner-colmun--txt p.linkbutton__line {
  margin-top: 40px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .camp__inner-colmun--txt p.linkbutton__line {
    margin-top: 20px;
  }
}
.camp__inner-colmun--txt p.linkbutton__line a {
  line-height: 1.4;
  font-size: 1.6rem;
}
@media all and (max-width: 480px) {
  .camp__inner-colmun--txt p.linkbutton__line a {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1100px) {
  .camp__inner-colmun--box {
    width: calc(100% - 30px);
    text-align: center;
    margin: auto;
  }
}
@media all and (max-width: 896px) {
  .camp__inner-colmun--box {
    text-align: left;
  }
}
.camp__inner-colmun.reverse .camp__inner-colmun--image {
  order: 2;
}
@media all and (max-width: 896px) {
  .camp__inner-colmun.reverse .camp__inner-colmun--image {
    order: 1;
  }
}
.camp__inner-colmun.reverse .camp__inner-colmun--txt {
  order: 1;
}
@media all and (max-width: 896px) {
  .camp__inner-colmun.reverse .camp__inner-colmun--txt {
    order: 2;
  }
}
.camp__inner-colmun.sub {
  margin-top: 100px;
}
.camp__inner-colmun.sub img.story {
  display: block;
  border-radius: 50px;
  margin: auto 0 auto auto;
  max-width: 250px;
}
@media all and (max-width: 480px) {
  .camp__inner-colmun.sub img.story {
    border-radius: 30px;
  }
}
.camp__inner-colmun.small .camp__inner-colmun--image {
  width: 47%;
}
@media all and (max-width: 896px) {
  .camp__inner-colmun.small .camp__inner-colmun--image {
    width: 100%;
  }
}
.camp__inner-colmun.small .camp__inner-colmun--txt {
  width: 47%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .camp__inner-colmun.small .camp__inner-colmun--txt {
    width: 100%;
  }
}
.camp__inner-catch {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: min(4.5vw, 2.5rem);
  font-weight: 500;
  margin: 100px auto 0;
}
.camp__inner-catch::before {
  position: absolute;
  content: "";
  background: url(../images/icon_train.png) center bottom/contain no-repeat;
  width: 200px;
  height: 109px;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 480px) {
  .camp__inner-catch::before {
    top: -130px;
    width: 150px;
  }
}
.camp__inner-catch span.large {
  display: block;
  margin-top: 5px;
  font-size: min(6vw, 3.8rem);
  background: #fff;
  padding: 0 0.5em;
}
.camp__inner-catch + p {
  font-size: 1.6rem;
  line-height: 2.5;
  margin: 30px 0;
}
@media all and (max-width: 480px) {
  .camp__inner-catch + p {
    font-size: 1.4rem;
  }
}
.camp__inner .chaptertxt {
  margin-top: 30px;
}
.camp__inner-chaptertag {
  position: absolute;
  left: -5%;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .camp__inner-chaptertag {
    left: 5%;
  }
}
.camp__inner-chaptertag + .camp__inner-colmun {
  padding-top: 300px;
}
@media all and (max-width: 896px) {
  .camp__inner-chaptertag + .camp__inner-colmun {
    padding-top: 250px;
  }
}
@media all and (max-width: 480px) {
  .camp__inner-chaptertag + .camp__inner-colmun {
    padding-top: 160px;
  }
}
.camp__inner-chaptertag.right {
  left: auto;
  right: -5%;
}
@media all and (max-width: 1300px) {
  .camp__inner-chaptertag.right {
    right: 5%;
  }
}
.camp__inner-chaptertag.center {
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 1200px) {
  .camp__inner-chaptertag.center {
    width: 70%;
  }
}
@media all and (max-width: 480px) {
  .camp__inner-chaptertag.center {
    width: 100%;
  }
}
.camp__inner-chapterbox {
  position: relative;
  margin-top: 200px;
}
@media all and (max-width: 480px) {
  .camp__inner-chapterbox {
    margin-top: 100px;
  }
}
.camp__inner-chapterbox.chapter1 {
  margin-top: 0;
}
@media all and (max-width: 480px) {
  .camp__inner-chapterbox.chapter1 {
    margin-top: 0;
  }
}
@media all and (max-width: 480px) {
  .camp__inner-chapterbox.chapter2 .camp__inner-chaptertag + .camp__inner-colmun {
    padding-top: 250px;
  }
}
@media all and (max-width: 480px) {
  .camp__inner-chapterbox.chapter3 .camp__inner-chaptertag + .camp__inner-colmun {
    padding-top: 250px;
  }
}
.camp__inner-chapterbox.chapter4 .camp__inner-colmun--txt {
  width: 40%;
}
@media all and (max-width: 896px) {
  .camp__inner-chapterbox.chapter4 .camp__inner-colmun--txt {
    width: 100%;
  }
}
.camp__inner-chapterbox.chapter4 p.line.left::before {
  left: auto;
  right: 0;
}
@media all and (max-width: 896px) {
  .camp__inner-chapterbox.chapter4 p.line.left::before {
    right: auto;
    left: -25%;
  }
}
.camp__inner-chapterbox.chapter4 p.line.left::after {
  left: auto;
  right: 0;
}
@media all and (max-width: 896px) {
  .camp__inner-chapterbox.chapter4 p.line.left::after {
    right: -25%;
  }
}
.camp__inner-chapterbox.chapter4 .linkbutton__line {
  margin-top: 100px;
}
@media all and (max-width: 480px) {
  .camp__inner-chapterbox.chapter4 .linkbutton__line {
    margin-top: 50px;
  }
}
.camp__inner-chapterbox.chapter6 .camp__inner-colmun {
  padding-top: 150px;
}
@media all and (max-width: 480px) {
  .camp__inner-chapterbox.chapter6 .camp__inner-colmun {
    padding-top: 100px;
  }
}
@media all and (max-width: 1400px) {
  .camp__inner-chapterbox.chapter6 .camp__inner-colmun .camp__inner-colmun--image {
    margin-right: 7%;
    width: 53%;
  }
}
@media all and (max-width: 1100px) {
  .camp__inner-chapterbox.chapter6 .camp__inner-colmun .camp__inner-colmun--image {
    width: 47%;
  }
}
@media all and (max-width: 896px) {
  .camp__inner-chapterbox.chapter6 .camp__inner-colmun .camp__inner-colmun--image {
    width: 88%;
    margin-right: auto;
    margin-left: auto;
  }
}
.camp__inner-chapterbox.chapter6 .subwide {
  width: 100%;
  margin: 100px 0 200px;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
}
@media all and (max-width: 896px) {
  .camp__inner-chapterbox.chapter6 .subwide {
    margin: 50px 0 100px;
    gap: 70px 0;
  }
}
.camp__inner-chapterbox.chapter6 .subwide .camp__inner-colmun--image {
  width: auto;
}
.camp__inner-chapterbox.chapter6 .subwide .camp__inner-colmun--image img.story {
  display: block;
  border-radius: 50px;
  margin: auto;
  max-width: 250px;
}
@media all and (max-width: 480px) {
  .camp__inner-chapterbox.chapter6 .subwide .camp__inner-colmun--image img.story {
    border-radius: 30px;
  }
}
.camp__inner-chapterbox.chapter6 .subwide .camp__inner-colmun--txt {
  width: 55%;
}
@media all and (max-width: 896px) {
  .camp__inner-chapterbox.chapter6 .subwide .camp__inner-colmun--txt {
    width: 100%;
  }
}
.camp__inner-chapterbox.chapter6 .subwide .camp__inner-colmun--txt .line {
  text-align: left;
}
@media all and (max-width: 896px) {
  .camp__inner-chapterbox.chapter6 .subwide .camp__inner-colmun--txt .line {
    text-align: center;
  }
}
.camp__inner-chapterbox.chapter6 .subwide .camp__inner-colmun--txt .line.right::before {
  top: -80%;
  left: 0;
  width: 400px;
}
@media all and (max-width: 896px) {
  .camp__inner-chapterbox.chapter6 .subwide .camp__inner-colmun--txt .line.right::before {
    top: 50%;
    left: -40%;
    width: 100px;
  }
}
.camp__inner-chapterbox.chapter6 .subwide .camp__inner-colmun--txt .line.right::after {
  bottom: -80%;
  left: 0;
  width: 400px;
}
@media all and (max-width: 896px) {
  .camp__inner-chapterbox.chapter6 .subwide .camp__inner-colmun--txt .line.right::after {
    bottom: auto;
    top: 50%;
    left: auto;
    right: -40%;
    width: 100px;
  }
}
.camp__inner-chapterbox div.small .camp__inner-colmun--image {
  width: 47%;
}
@media all and (max-width: 896px) {
  .camp__inner-chapterbox div.small .camp__inner-colmun--image {
    width: 100%;
  }
}
.camp__inner-chapterbox div.small .camp__inner-colmun--txt {
  width: 47%;
}
@media all and (max-width: 896px) {
  .camp__inner-chapterbox div.small .camp__inner-colmun--txt {
    width: 100%;
  }
}
.camp__inner-topic {
  margin: 50px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media all and (max-width: 480px) {
  .camp__inner-topic {
    margin-top: 30px;
    gap: 20px 10px;
  }
}
.camp__inner-block {
  position: relative;
}
.camp__inner-block::after {
  position: absolute;
  content: "";
  background-image: url(../images/bg_line.svg);
  background-size: auto;
  background-repeat: repeat;
  background-position: top left;
  z-index: -1;
  height: 100%;
  width: 120%;
  left: -10%;
  top: 10%;
}
.camp__inner-block .camp__inner-chaptertag {
  top: -25%;
}
.camp__inner-block--photo {
  position: relative;
  text-align: center;
  margin-top: 400px;
}
.camp__inner-block--photo img {
  border-radius: 70px;
  width: 100%;
  max-width: 1000px;
}
@media all and (max-width: 480px) {
  .camp__inner-block--photo img {
    border-radius: 30px;
    max-width: 95%;
    margin: auto;
  }
}
.camp__inner-block--photo span.tit {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.camp__inner-block--photo span.tit img {
  border-radius: 0;
  max-width: 300px;
}
.camp__inner-block-pointbox {
  background: #fff;
  padding: 200px 30px 60px;
  border-radius: 70px;
  max-width: 1200px;
  margin: -150px auto 0;
}
@media all and (max-width: 896px) {
  .camp__inner-block-pointbox {
    margin: -60px auto 0;
    padding: 70px 20px 20px;
    border-radius: 50px;
  }
}
.camp__inner-block-pointbox .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (max-width: 896px) {
  .camp__inner-block-pointbox .flex {
    display: block;
  }
}
.camp__inner-block-pointbox .flex p {
  width: 35%;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}
@media all and (max-width: 896px) {
  .camp__inner-block-pointbox .flex p {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  .camp__inner-block-pointbox .flex p {
    font-size: 4.1vw;
  }
}
.camp__inner-block-pointbox .flex p span.marker {
  background: linear-gradient(transparent 50%, #FFFF4E 50%);
}
.camp__inner-block-pointbox .flex ul {
  text-align: left;
  line-height: 2;
  width: 65%;
}
@media all and (max-width: 896px) {
  .camp__inner-block-pointbox .flex ul {
    width: 100%;
  }
}
.camp__inner-block-pointbox .flex ul li {
  position: relative;
  padding-left: 2.8em;
  text-indent: -1em;
}
@media all and (max-width: 480px) {
  .camp__inner-block-pointbox .flex ul li {
    padding-left: 2em;
    text-indent: 0;
  }
}
.camp__inner-block-pointbox .flex ul li::before {
  position: absolute;
  content: "●";
  top: 25%;
  left: 0;
  font-size: 80%;
}
@media all and (max-width: 480px) {
  .camp__inner-block-pointbox .flex ul li::before {
    top: 5%;
  }
}
.camp__inner-block-pointbox .linkbutton__line {
  text-align: center;
}
.camp__inner-block-topicbox {
  position: relative;
  background: #fff;
  padding: 100px 30px 60px;
  border-radius: 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.camp__inner-block-topicbox::after {
  position: absolute;
  content: "";
  background-image: url(../images/bg_line.svg);
  background-size: auto;
  background-repeat: repeat;
  background-position: top left;
  z-index: -1;
  height: 100%;
  width: 120%;
  left: -10%;
  top: 10%;
}
@media all and (max-width: 480px) {
  .camp__inner-block-topicbox {
    padding: 20px;
    border-radius: 50px;
  }
}
.camp__inner-block-topicbox .tit {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media all and (max-width: 896px) {
  .camp__inner-block-topicbox .tit {
    top: -50px;
    gap: 20px;
  }
}
.camp__inner-block-topicbox .tit .icon img {
  max-width: 220px;
}
@media all and (max-width: 896px) {
  .camp__inner-block-topicbox .tit .icon img {
    max-width: 150px;
  }
}
.camp__inner-block-topicbox .tit div {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .camp__inner-block-topicbox .tit div {
    width: calc(100% - 40px);
    margin-top: 0;
  }
}
.camp__inner-block-topicbox .tit div p {
  color: #000;
  font-size: 130%;
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .camp__inner-block-topicbox .tit div p {
    font-weight: 500;
  }
}
.camp__inner-block-topicbox .tit div p + p {
  font-size: 100%;
  font-weight: 500;
  margin-top: 10px;
}
.camp__inner-block-topicbox .tit div h3 {
  font-size: 180%;
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .camp__inner-block-topicbox .tit div h3 {
    font-weight: 500;
  }
}
.camp__inner-block-topicbox .subphoto3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 120px;
}
@media all and (max-width: 480px) {
  .camp__inner-block-topicbox .subphoto3 {
    gap: 30px 0;
    margin-top: 65%;
  }
}
@media all and (max-width: 480px) {
  .camp__inner-block-topicbox .subphoto3 div {
    width: 47%;
    margin: 0 5px;
  }
}
.camp__inner-block-topicbox .subphoto3 div img {
  border-radius: 50px;
  width: 100%;
  max-width: 250px;
}
@media all and (max-width: 480px) {
  .camp__inner-block-topicbox .subphoto3 div img {
    border-radius: 30px;
  }
}
.camp__inner-block-topicbox .subphoto3 div h4 {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}
@media all and (max-width: 480px) {
  .camp__inner-block-topicbox .subphoto3 div h4 {
    margin-top: 5px;
  }
}
.camp__inner-block-topicbox .subphoto2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 120px;
}
@media all and (max-width: 480px) {
  .camp__inner-block-topicbox .subphoto2 {
    justify-content: space-between;
    gap: 0;
    margin-top: 50%;
  }
}
@media all and (max-width: 375px) {
  .camp__inner-block-topicbox .subphoto2 {
    margin-top: 60%;
  }
}
@media all and (max-width: 480px) {
  .camp__inner-block-topicbox .subphoto2 p {
    width: 48.5%;
  }
}
.camp__inner-block-topicbox .subphoto2 p img {
  border-radius: 30px;
  width: 100%;
  max-width: 400px;
}
.camp__inner-block-topicbox .subphoto2 + p {
  max-width: 900px;
  margin: 30px auto 0;
  color: #000;
}
.camp__inner-block-topicbox .linkbutton__line {
  text-align: center;
}
.camp__inner .bonfire {
  position: relative;
  max-width: 80%;
  margin: auto;
}
@media all and (max-width: 1500px) {
  .camp__inner .bonfire {
    max-width: 95%;
  }
}
.camp__inner .bonfire::after {
  position: absolute;
  content: "";
  background-image: url(../images/bg_line.svg);
  background-size: auto;
  background-repeat: repeat;
  background-position: top left;
  z-index: -1;
  height: 100%;
  width: 120%;
  left: -10%;
  top: 10%;
}
.camp__inner .bonfire .camp__inner-chaptertag {
  left: 3%;
}
.camp__inner .bonfire .camp__inner-chaptertag .tagarea .bonfiretxt {
  font-size: 2rem;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .camp__inner .bonfire .camp__inner-chaptertag .tagarea .bonfiretxt {
    font-size: 1.5rem;
  }
}
.camp__inner-bonfire {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-top: 200px;
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire {
    margin-top: 100px;
  }
}
.camp__inner-bonfire .line {
  position: relative;
  display: inline-block;
  margin: auto;
}
.camp__inner-bonfire .line.left::before {
  position: absolute;
  content: "";
  top: -55%;
  left: 0;
  border-bottom: 1px solid #0094AF;
  transform: rotate(10deg);
  width: 200px;
}
.camp__inner-bonfire .line.left::after {
  position: absolute;
  content: "";
  bottom: -55%;
  left: 0;
  border-bottom: 1px solid #0094AF;
  transform: rotate(-10deg);
  width: 200px;
}
.camp__inner-bonfire .line.right::before {
  position: absolute;
  content: "";
  top: -55%;
  right: 0;
  border-bottom: 1px solid #0094AF;
  transform: rotate(170deg);
  width: 200px;
}
@media all and (max-width: 480px) {
  .camp__inner-bonfire .line.right::before {
    transform: rotate(100deg);
    width: 100px;
    top: auto;
    right: auto;
    left: -28%;
  }
}
.camp__inner-bonfire .line.right::after {
  position: absolute;
  content: "";
  bottom: -55%;
  right: 0;
  border-bottom: 1px solid #0094AF;
  transform: rotate(-170deg);
  width: 200px;
}
@media all and (max-width: 480px) {
  .camp__inner-bonfire .line.right::after {
    transform: rotate(100deg);
    width: 100px;
    bottom: auto;
    top: 50%;
    right: -28%;
  }
}
.camp__inner-bonfire--left {
  width: 33%;
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--left {
    width: 85%;
    margin-left: -5%;
  }
}
@media all and (max-width: 480px) {
  .camp__inner-bonfire--left {
    width: 78%;
    margin-left: 0;
  }
}
.camp__inner-bonfire--left .photo {
  position: relative;
  margin-top: 500px;
}
@media all and (max-width: 480px) {
  .camp__inner-bonfire--left .photo {
    margin-top: 450px;
  }
}
.camp__inner-bonfire--left .photo .balloon1 {
  position: absolute;
  top: 20%;
  right: -53%;
  font-size: min(3vw, 1.6rem);
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--left .photo .balloon1 {
    top: -12%;
    right: -18%;
  }
}
@media all and (max-width: 480px) {
  .camp__inner-bonfire--left .photo .balloon1 {
    top: -32%;
  }
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--left .photo .balloon1::before {
    transform: rotate(-100deg);
    top: 50%;
    left: -40%;
    width: 100px;
  }
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--left .photo .balloon1::after {
    right: -40%;
    bottom: auto;
    top: 50%;
    transform: rotate(100deg);
    width: 100px;
  }
}
.camp__inner-bonfire--right {
  width: 50%;
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--right {
    width: 100%;
  }
}
.camp__inner-bonfire--righttop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--righttop {
    margin-top: 30px;
  }
}
.camp__inner-bonfire--righttop .photo {
  position: relative;
  width: 38%;
}
@media all and (max-width: 1200px) {
  .camp__inner-bonfire--righttop .photo {
    margin-left: 10%;
  }
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--righttop .photo {
    width: 50%;
    margin-left: 0;
  }
}
.camp__inner-bonfire--righttop .photo .balloon2 {
  position: absolute;
  top: 22%;
  right: -85%;
  font-size: min(3vw, 1.6rem);
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--righttop .photo .balloon2 {
    top: 40%;
    right: -89%;
  }
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--righttop .photo .balloon2::before {
    transform: rotate(-10deg);
    right: auto;
    left: 0;
    top: -30px;
  }
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--righttop .photo .balloon2::after {
    transform: rotate(10deg);
    right: auto;
    left: 10px;
    bottom: -30px;
  }
}
.camp__inner-bonfire--rightbottom {
  margin-top: 200px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--rightbottom {
    margin-top: 30px;
  }
}
.camp__inner-bonfire--rightbottom .photo {
  position: relative;
  width: 55%;
  margin: auto 0 auto auto;
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--rightbottom .photo {
    width: 50%;
  }
}
.camp__inner-bonfire--rightbottom .photo .balloon3 {
  position: absolute;
  bottom: 20%;
  left: -38%;
  font-size: min(3vw, 1.6rem);
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--rightbottom .photo .balloon3 {
    left: -80%;
  }
}
@media all and (max-width: 896px) {
  .camp__inner-bonfire--rightbottom .photo .balloon3::before, .camp__inner-bonfire--rightbottom .photo .balloon3::after {
    width: 100px;
  }
}
.camp__inner-bonfire img {
  width: 100%;
  border-radius: 75px;
}
@media all and (max-width: 1500px) {
  .camp__inner-bonfire img {
    border-radius: 75px;
  }
}
@media all and (max-width: 480px) {
  .camp__inner-bonfire img {
    border-radius: 35px;
  }
}
.camp__inner-spotbox {
  text-align: left;
  margin-top: 100px;
}
.camp__inner-spotbox h3 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  background: #FFFF4E;
}
@media all and (max-width: 480px) {
  .camp__inner-spotbox h3 {
    font-size: 1.6rem;
  }
}
.camp__inner-spotbox h3 + p {
  font-size: 1.4rem;
}
.camp__inner-spotbox--txt {
  margin-top: 10px;
  text-align: left !important;
}
.camp__inner-spotbox--link {
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: left !important;
}
.camp__inner-spotbox--link a {
  text-decoration: underline;
  text-underline-offset: 5px;
  letter-spacing: 0.1em;
  color: #0094AF;
}
.camp__inner-price {
  text-align: center;
  margin: 100px 0;
  font-size: min(4vw, 1.8rem);
  line-height: 2;
}
.camp__inner-price span {
  font-size: 120%;
}
.camp__inner-price span.marker {
  background: #FFFF4E;
}
.camp__inner-price span.large {
  font-weight: 700;
  font-size: 150%;
}
@media all and (max-width: 480px) {
  .camp__inner-price span.large {
    font-weight: 500;
  }
}
.camp__inner-price-photo {
  margin: 80px auto 20px;
}
@media all and (max-width: 480px) {
  .camp__inner-price-photo {
    margin: 40px auto 10px;
  }
}
.camp__inner-price-photo img {
  border-radius: 70px;
  max-width: 1100px;
}
@media all and (max-width: 1100px) {
  .camp__inner-price-photo img {
    max-width: 100%;
  }
}
@media all and (max-width: 896px) {
  .camp__inner-price-photo img {
    border-radius: 30px;
  }
}
.camp__inner-price .note {
  padding-left: 1em;
  text-indent: -1.2em;
  margin: 20px auto 0;
  text-align: left;
  color: #000;
  font-size: min(3vw, 1.4rem);
  width: calc(100% - 40px);
  max-width: 800px;
}
@media all and (max-width: 480px) {
  .camp__inner-price .note {
    width: calc(100% - 20px);
  }
}
.camp__inner-matome {
  position: relative;
  margin-top: 200px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .camp__inner-matome {
    margin-top: 100px;
  }
}
.camp__inner-matome-txt {
  margin: auto;
}
.camp__inner-matome-txt p {
  font-size: 1.8rem;
  line-height: 2.5;
  color: #000;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .camp__inner-matome-txt p {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
  }
}
.camp__inner-matome-txt p.large {
  position: relative;
  font-size: 170%;
  padding-bottom: 50px;
  max-width: 500px;
  margin: auto;
}
@media all and (max-width: 480px) {
  .camp__inner-matome-txt p.large {
    text-align: center;
  }
}
.camp__inner-matome-txt p.large::after {
  position: absolute;
  content: "";
  bottom: 14px;
  left: -11%;
  background: url(../images/line_matome.svg) bottom left/100% no-repeat;
  width: 500px;
  height: 51px;
}
@media all and (max-width: 480px) {
  .camp__inner-matome-txt p.large::after {
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 31px;
  }
}
.camp__inner-matome-txt p.linetop {
  position: relative;
  padding-top: 50px;
}
.camp__inner-matome-txt p.linetop::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  height: 2px;
  background-color: #000;
}
.camp__inner-writer {
  margin: 100px auto 0;
  background: #fff;
  max-width: 900px;
  border: 2px solid #0094AF;
  border-radius: 20px;
  padding: 30px 20px;
}
.camp__inner-writer--tit {
  text-align: center;
  font-size: min(4vw, 1.8rem);
}
.camp__inner-writer--box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 80px;
  margin-top: 20px;
}
.camp__inner-writer--image img {
  border-radius: 300px;
  max-width: 200px;
}
.camp__inner-writer--text ul li {
  position: relative;
  padding-left: 1.2em;
  text-indent: -1em;
}
@media all and (max-width: 480px) {
  .camp__inner-writer--text ul li {
    padding-left: 1em;
    text-indent: 0;
  }
}
.camp__inner-writer--text ul li.name {
  font-size: 120%;
  padding-left: 0;
  text-indent: -0.9em;
  margin-bottom: 5px;
}
.camp__inner-writer--text ul li.name::before {
  content: none;
}
.camp__inner-writer--text ul li::before {
  position: absolute;
  content: "●";
  top: 25%;
  left: 0;
  font-size: 50%;
}

.eachTextAnime {
  font-weight: 700;
  font-family: "hurricane", sans-serif;
  font-weight: 400;
}
.eachTextAnime span {
  opacity: 0;
  transition: opacity 2s ease;
}
.eachTextAnime.appeartext span {
  animation: copy_anime_on 1s ease-out forwards;
}

@keyframes copy_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slider {
  position: relative;
  margin: 0 auto;
}
.slider .slider_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5em;
  width: 23px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media all and (max-width: 1100px) {
  .slider .slider_prev {
    left: -3em;
  }
}
@media all and (max-width: 480px) {
  .slider .slider_prev {
    top: 45%;
    left: -20px;
  }
}
.slider .slider_prev::before {
  position: absolute;
  content: "";
  background: url(../images/arrow_left.svg) center center/contain no-repeat;
  width: 77px;
  height: 73px;
  top: -35%;
  left: -20px;
}
@media all and (max-width: 480px) {
  .slider .slider_prev::before {
    width: 40px;
    top: 10%;
  }
}
.slider .slider_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5em;
  width: 23px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media all and (max-width: 1100px) {
  .slider .slider_next {
    right: -2.5em;
  }
}
@media all and (max-width: 480px) {
  .slider .slider_next {
    top: 45%;
    right: -20px;
  }
}
.slider .slider_next::before {
  position: absolute;
  content: "";
  background: url(../images/arrow_right.svg) center center/contain no-repeat;
  width: 77px;
  height: 73px;
  top: -35%;
  right: -20px;
}
@media all and (max-width: 480px) {
  .slider .slider_next::before {
    width: 40px;
    top: 10%;
  }
}

.slider_wrapper {
  overflow: hidden;
  margin-top: 50px;
}

.slider_list {
  display: flex;
}

.slider_item,
.slider_item--1,
.slider_item--2 {
  flex-shrink: 0;
  width: 100%;
}

.js-slider-item figure {
  position: relative;
  overflow: hidden;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.end {
  position: relative;
  margin-top: 200px;
  padding-bottom: 150px;
  color: #231815;
}
@media all and (max-width: 480px) {
  .end {
    margin-top: 70px;
    padding-bottom: 100px;
  }
}
.end::before {
  position: absolute;
  content: "";
  background: url(../images/end_line.svg) center top/contain no-repeat;
  width: 507px;
  height: 12px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
}
@media all and (max-width: 1025px) {
  .end::before {
    width: 300px;
  }
}
@media all and (max-width: 480px) {
  .end::before {
    left: 58%;
  }
}
.end__inner-copy {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
  font-size: min(4.5vw, 2.6rem);
  padding-top: 80px;
  letter-spacing: 0.2em;
}
@media all and (max-width: 480px) {
  .end__inner-copy {
    max-width: 100%;
  }
}
.end__inner-copy--object {
  position: absolute;
  top: -50px;
  left: -140px;
}
@media all and (max-width: 1025px) {
  .end__inner-copy--object {
    left: -80px;
  }
}
@media all and (max-width: 480px) {
  .end__inner-copy--object {
    top: -30px;
    left: 20px;
  }
}
@media all and (max-width: 480px) {
  .end__inner-copy--object img {
    width: 70px;
  }
}
.end__inner-copy--line {
  background: linear-gradient(transparent 50%, #FFFF4E 50%);
}
.end__inner .linkbutton__line {
  position: relative;
  margin-top: 150px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .end__inner .linkbutton__line {
    margin-top: 100px;
  }
}
.end__inner .linkbutton__line span.small {
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: min(4vw, 2.5rem);
  letter-spacing: 0.1em;
}
.end__inner .linkbutton__line a {
  width: 380px;
  padding: 10px 20px;
  font-size: min(4vw, 2rem);
  letter-spacing: 0.2em;
  background: #231815;
  border-color: #231815;
  color: #fff;
}
@media all and (max-width: 380px) {
  .end__inner .linkbutton__line a {
    width: calc(100% - 20px);
  }
}

#campill {
  margin: 100px auto 60px;
  max-width: 90%;
  padding: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 2px 2px #eee;
  box-shadow: 1px 1px 2px 2px #eee;
  position: relative;
}
@media screen and (max-width: 1500px) {
  #campill {
    max-width: 96%;
  }
}

.campillTile {
  font-size: 34px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: .4em;
  width: 1000px;
  margin: auto;
}
@media all and (max-width: 1200px) {
  .campillTile {
    width: 100%;
  }
}

.flexIllst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.flexIllstImage {
  width: 15%;
  margin-right: 20px;
}

.flexIllstText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media all and (max-width: 480px) {
  .flexIllstText {
    text-align: center;
  }
}

.campillTile strong {
  color: #e98026;
}
.campillTile small {
  font-size: 22px;
  line-height: 1.4em;
  display: block;
  margin-bottom: .2em;
  font-weight: 500;
}

.campillTileMid {
  color: #e98026;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  background: url("../../common/images/line_nami_brown.svg") repeat-x left bottom;
  background-size: 25px auto;
  text-align: center;
}
@media all and (max-width: 480px) {
  .campillTileMid {
    padding-bottom: 1em;
    background-size: 24px auto;
  }
}

.plusIll {
  position: relative;
}
.plusIll::before {
  display: inline-block;
  content: "";
  width: 47px;
  height: 50px;
  background: url("../images/ill01.png") no-repeat left center;
  background-size: auto 100%;
  margin-bottom: -15px;
}
.plusIll::after {
  display: inline-block;
  content: "";
  width: 55px;
  height: 50px;
  background: url("../images/ill02.png") no-repeat right center;
  background-size: auto 100%;
  margin-bottom: -15px;
}

#campill p {
  line-height: 1.7em;
}

.cbcNumber {
  display: block;
  font-size: 32px;
  line-height: 1em;
  margin: 0 0 .5em;
  padding: 0;
  color: #00743f;
  font-weight: 700;
  text-align: center;
}
.cbcNumber small {
  font-size: 13px;
  display: inline-block;
  margin-right: .2em;
}

.campillBoxCellOneOuter {
  margin: 30px 0;
}

.campillBoxCellOne {
  margin-bottom: 20px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px #999 dashed;
}

.campillBoxCellOneText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.campillBoxCellTwo .campillBoxCellOneText strong {
  text-align: center;
}
@media all and (max-width: 480px) {
  .campillBoxCellTwo .campillBoxCellOneText strong {
    font-weight: 500;
  }
}
.campillBoxCellTwo strong {
  display: block;
  margin: 3px 0 0;
  font-weight: 700;
  text-align: left;
  font-size: 17px;
  line-height: 1.5em;
}
@media all and (max-width: 480px) {
  .campillBoxCellTwo strong {
    font-weight: 500;
  }
}

.campillBoxCellOne strong {
  display: block;
  margin: 3px 0 0;
  font-weight: 700;
  text-align: left;
  font-size: 17px;
  line-height: 1.5em;
}
@media all and (max-width: 480px) {
  .campillBoxCellOne strong {
    font-weight: 500;
  }
}

.flexImageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.flexImageBox .campillBoxCellTwo {
  width: 23%;
}
@media all and (max-width: 1200px) {
  .flexImageBox .campillBoxCellTwo {
    width: 48%;
  }
}

.campillBoxCellTwoImage {
  margin: 0 auto 15px;
  width: 85%;
}

.campillBoxCellOneOuter {
  margin: 10px 0;
}

ul.tetucam {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
ul.tetucam li {
  position: relative;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px #00743f solid;
  width: 25%;
  border-radius: 5px;
  padding: 20px;
}
@media all and (max-width: 896px) {
  ul.tetucam li {
    width: 100%;
  }
}
ul.tetucam li span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: #00743f;
  color: #fff;
  font-weight: 500;
  text-align: center;
  width: 4em;
  border-radius: 4px;
  padding: 5px;
}

@media screen and (max-width: 480px) {
  #campill {
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  #campill::before, #campill::after {
    width: 24%;
  }

  .campillTile {
    font-size: 20px;
    margin-bottom: .8em;
  }
  .campillTile small {
    font-size: 16px;
  }

  .flexIllst {
    display: block;
  }

  .flexIllstImage {
    width: 30%;
    margin: 0 auto 10px;
  }

  .campillBoxCellOne {
    margin-bottom: 10px;
    display: block;
  }

  .cbcNumber, .campillBoxCellOne .cbcNumber {
    margin-bottom: .2em;
  }

  .campillTileMid {
    font-size: 4.1vw;
  }

  .flexImageBox .campillBoxCellTwo {
    width: 90%;
  }

  .campillBoxCellTwoImage {
    margin: 10px auto 15px;
    width: auto;
  }

  .campillBoxCellTwo .campillBoxCellOneText strong {
    text-align: left;
    font-size: 15px;
  }
  .campillBoxCellTwo .campillBoxCellOneText strong br {
    display: none;
  }

  .plusIll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .plusIll span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .plusIll::before {
    min-width: 47px;
    margin-bottom: 0;
  }
  .plusIll::after {
    min-width: 55px;
    margin-bottom: 0;
  }
}
