@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

body,
.mincyo,
*,
.point-list-txt-num,
.cmn-title span {
  font-family: "Shippori Mincho", serif;
}

section {
  padding: 0;
}

.inner {
  width: calc(100% - 40px);
}

.second-list ul {
  justify-content: space-between;
}

.second-list ul li {
  margin: 0 !important;
}

.second-list ul li:nth-child(1) {
  width: 35%;
}

.second-list ul li:nth-child(2) {
  width: 32%;
}

.second-list ul li:nth-child(3) {
  width: 31%;
  margin-top: -3.5% !important;
}

.second-list-img {
  margin-bottom: 10px;
}

.place-list ul li:nth-child(1),
.place-list ul li:nth-child(2),
.place-list ul li:nth-child(3) {
  border-bottom: none;
}

.place-list ul li:nth-child(1) {
  padding-top: 6.5px;
}

#present .place-list ul li:nth-child(1) {
  padding-top: 0px;
}

#present .place-list ul li:nth-child(1) .place-list-img,
#present .place-list ul li:nth-child(1) .place-list-title {
  margin-bottom: 10px;
}

.camp-conts {
  padding: 150px 0;
  background: #FFF2CC;
}

.camp-conts .support-title h2 {
  color: #8F8784;
}

.camp-img {
  position: relative;
}

.camp-img .cmn-btn {
  position: absolute;
  bottom: 4.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 76%;
  max-width: 100%;
}

@media screen and (max-width: 834px) {
  .camp-img .cmn-btn {
    bottom: 2.4%;
  }
}

.cmn-btn a {
  font-size: 1.25em;
  padding: 0.95em;
  max-width: 21.5em;
  margin: 0 auto;
  transition: opacity 0.7s;
}

@media screen and (max-width: 834px) {
  .cmn-btn a {
    padding: 1.25em 0.95em;
    max-width: 26.5em;
    margin: 0 auto;
    transition: opacity 0.7s;
    font-size: 4vw;
  }
}

.cmn-btn a {
  font-size: 1.25em;
  padding: 0.95em;
  max-width: 21.5em;
  color: #fff;
  background-color: #E95A24;
  border: 4px solid #fff;
  border-radius: 50px;
  box-shadow: 0 7px 0px #ABABAB;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media screen and (max-width: 834px) {
  .cmn-btn a {
    padding: 1.25em 0.95em;
    max-width: 26.5em;
    margin: 0 auto;
    font-size: 4vw;
    transition: opacity 0.7s;
    border: 2px solid #fff;
    box-shadow: 0 6px 0px #ABABAB;
  }
}

.camp-img .cmn-btn a::before {
  display: none;
}

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

.flex.wrap .full {
  width: 100%;
  margin-bottom: 75px;
  padding: 0 0;
}

@media screen and (max-width: 834px) {
  .flex.wrap .full {
    margin-bottom: 5px;
  }
}

nav.cp-nav {
  width: 94%;
  max-width: 1120px;
  margin: 0 auto 4%;
}

nav.cp-nav ul.row.top {
  justify-content: center;
  gap: 0 20px;
}

nav.cp-nav li {
  width: 32.3333333333%;
  padding: 0 0.5em;
}

@media screen and (max-width: 834px) {
  nav.cp-nav li {
    margin-bottom: 25px;
  }
}

nav.cp-nav li a:hover {
  opacity: 0.7;
}

#cp01 .cmn-btn {
  bottom: 15.4%;
}

#cp02 .cmn-btn {
  bottom: 15.4%;
}

.camp-img .cmn-btn li {
  width: 49%;
  margin: 1.1% auto;
}

.camp-img#cp00 {
  background: #fff;
  padding-bottom: 60px;
}

#cp00 .camp-btns ul li a {
  background: rgba(160, 134, 0, 1);
}

#cp00 .camp-btns {
  max-width: 880px;
}

@media screen and (max-width: 1200px) {
  .camp-img .cmn-btn {
    font-size: 1.33vw;
  }
}

@media screen and (max-width: 834px) {
  .second-list ul {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }

  .second-list ul li:nth-child(1) {
    width: 95%;
    margin: 0 auto 25px !important;
  }

  .second-list ul li:nth-child(2) {
    width: 77.5%;
    margin: 0 auto !important;
  }

  .second-list ul li:nth-child(3) {
    width: 75%;
    margin: 0 auto !important;
  }

  .place-list ul li:nth-child(1),
  .place-list ul li:nth-child(2),
  .place-list ul li:nth-child(3) {
    border-bottom: 1px dashed #D1C7B8;
  }

  #present .place-list ul li:nth-child(1) .place-list-img {
    margin-bottom: 0;
  }

  #present .place-list ul li:nth-child(1) .place-list-title {
    margin-bottom: 20px;
  }

  .camp-conts {
    padding: 60px 0;
  }

  .camp-conts .inner {
    width: 100%;
  }

  .camp-img .cmn-btn {
    font-size: 0.6em;
  }

  .camp-img .cmn-btn li {
    margin: 1.1% auto;
    width: 27em;
    width: 100%;
    margin-bottom: 6vw;
  }

  nav.cp-nav li {
    width: 90%;
    margin: 0 auto 25px;
  }

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

@media screen and (max-width: 499px) {
  .second-list ul {
    max-width: 280px;
  }
}

/* add 20250406 */
.grandOpen_mv {
  background-color: #FFF2CC;
  position: relative;
  height: 906px;
}

.grandOpen_mv .pc {
  display: block;
}

@media screen and (max-width: 834px) {
  .grandOpen_mv .pc {
    display: none;
  }
}

.grandOpen_mv .sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .grandOpen_mv .sp {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .grandOpen_mv {
    height: auto;
  }
}

.grandOpen_mv .grandOpen_logo {
  width: 19.4166666667vw;
  max-width: 233px;
  margin-top: 45px;
  margin-bottom: 68px;
}

@media screen and (max-width: 834px) {
  .grandOpen_mv .grandOpen_logo {
    width: 100%;
    max-width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.grandOpen_mv .grandOpen_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px;
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 834px) {
  .grandOpen_mv .grandOpen_inner {
    padding: 0;
  }
}

.grandOpen_mv .grandOpen_catch {
  width: 33.3333333333vw;
  max-width: 400px;
  margin: 0 0 52px 40px;
}

@media screen and (max-width: 834px) {
  .grandOpen_mv .grandOpen_catch {
    width: 100vw;
    max-width: 100vw;
    margin: -4vw 0 0 0;
  }
}

.grandOpen_mv .grandOpen_tittle {
  width: 77.25vw;
  max-width: 927px;
}

@media screen and (max-width: 834px) {
  .grandOpen_mv .grandOpen_tittle {
    width: 100vw;
    max-width: 100vw;
    margin-top: -20vw;
  }
}

.grandOpen_mv .grandOpen_img {
  width: 62vw;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 834px) {
  .grandOpen_mv .grandOpen_img {
    position: static;
    width: 100%;
    width: 94.6666666667vw;
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
}

.grandOpen_mv .grandOpen_img img {
  height: 906px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .grandOpen_mv .grandOpen_img img {
    height: auto;
  }
}

#cp04 .flex.wrap .full {
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  #cp04 .flex.wrap .full {
    margin-bottom: 6vw;
  }
}

@media screen and (max-width: 834px) {
  #cp02 .cmn-btn {
    bottom: 6.4%;
  }

  #cp01 .cmn-btn {
    bottom: 6.4%;
  }

  #cp03 .cmn-btn {
    bottom: 8.4%;
  }
}

.camp_txt {
  width: 346px;
  position: absolute;
  bottom: 360px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .camp_txt {
    width: 53.3333333333vw;
    bottom: 97.3333333333vw;
  }
}

.camp_txt img {
  width: 100%;
}

.row.top {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .row.top {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 6vw;
    margin-top: 2vw;
  }
}

.camp-img {
  text-align: center;
}

#cp03 .camp_txt {
  bottom: 240px;
}

@media screen and (max-width: 834px) {
  #cp03 .camp_txt {
    bottom: 42.6666666667vw;
  }
}

#cp03 .cmn-btn {
  bottom: 6.5%;
}

#cp04 {
  margin-top: 60px;
}

#cp04 .cmn-btn {
  bottom: 3.5%;
}

/* add_250717 */
.sns-list ul li img {
  border-radius: 0;
}

.cmn-btn a {
  font-size: 18px;
  padding: 0.95em;
  max-width: 21.5em;
  color: #fff;
  background-color: rgba(110, 163, 188, 1);
  border: none;
  border-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.second-title,
.place-title {
  max-width: 100%;
}

.cmn-btn a::before {
  display: none;
}

.place-list.present-list ul li .place-list-title,
#present .place-list ul li:nth-child(1) .place-list-img,
#present .place-list ul li:nth-child(1) .place-list-title,
.place-list-img {
  margin-bottom: 15px;
}

.camp-conts {
  padding: 130px 0;
  background: rgba(250, 250, 250, 1);
}

.fixed-link {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1000;
  position: relative;
}

.fixed-link.is-show {
  opacity: 1;
  visibility: visible;
}

.fixed-link a {
  bottom: 12.5%;
  right: 5%;
  transform: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  font-weight: 700;
  -ms-writing-mode: initial;
  writing-mode: initial;
  background: rgba(110, 163, 188, 1);
  padding: 57px 29.5px;
  letter-spacing: .09rem;
  top: initial;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.flex-conts,
.second-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.second-flex.reverse {
  flex-direction: initial;
}

.ver-title {
  width: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.ver-title p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  color: #000;
  padding-top: 7.5px;
  letter-spacing: .05em;
}

.ver-title h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 30px;
  color: #000;
  letter-spacing: .1em;
}

.flex-cont {
  width: 100%;
}

nav.cp-nav {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 100px;
}

.row.top {
  width: 100%;
  margin-left: 40px;
  justify-content: space-between;
}

nav.cp-nav li {
  width: 32%;
  padding: 0;
}

nav.cp-nav li a {
  display: block;
}

nav.cp-nav li a img {
  width: 100%;
}

.camp-img {
  position: relative;
}

.camp-img:nth-child(2) {
  margin-bottom: 65px;
}

.camp-img .abs-img {
  position: absolute;
  width: 185px;
  top: -40px;
  left: -40px;
}

#cp01 .cmn-btn {
  bottom: 10%;
}

#cp02 .cmn-btn {
  bottom: 7.5%;
}

#second {
  background: #fff;
}

#section2 {
  padding: 130px 0;
}

.second-txt {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

#first01,
#first02 {
  background: #FAFAFA;
  padding: 130px 0;
}

.first-cont {
  margin-block: 0;
}

.first-cont-left {
  width: 60%;
}

.first-cont-right {
  width: 37.5%;
  padding-right: 20px;
  margin-left: 0;
  background: initial;
  padding: 0;
  display: block;
}

.first-cont-right-title {
  width: 100%;
  margin-right: 0px;
}

.first-cont-right-title h2 {
  -ms-writing-mode: initial;
  writing-mode: initial;
  font-size: 36px;
  letter-spacing: .1rem;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.7;
}

.first-cont-right-txt {
  width: 100%;
}

.first-cont-right-txt p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05rem;
  line-height: 1.9;
  padding-bottom: 0px;
}

#second01 {
  padding: 0;
  background: #fafafa;
}

.second-list ul li {
  padding: 0;
  width: 30% !important;
}

.second-list ul li:nth-child(3) {
  margin-top: 0 !important;
}

.second-list-img {
  margin-bottom: 20px;
}

.second-list ul li:nth-child(1) {
  width: 33% !important;
}

.second-list ul li:nth-child(2) {
  width: 29% !important;
}

.second-list ul li:nth-child(3) {
  width: 29.5% !important;
}

.second-list-txt h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.second-list {
  margin-bottom: 0px;
}

#second02 {
  padding: 100px 0 130px;
  background: #fafafa;
}

.first-video,
.second-map {
  max-width: 800px;
  margin: 0 auto 100px;
  width: 100%;
}

#design,
#idea {
  background: #ffffff;
  padding: 130px 0;
}

.second-flex-img {
  width: calc(100% - 150px);
}

.second-flex-img p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-top: 25px;
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: 300;
}

.reverse .second-flex-img p {
  text-align: right;
}

.hr-cont-txt p,
.hr-cont-txt p small {
  font-size: 30px;
  line-height: 2.4;
}

.hr-cont.hr-cont-first {
  background-image: url(../minamiosaka/img/img05_bg.webp);
}

.hr-cont {
  padding: 70px 0;
}

.topics-box {
  max-width: 1200px;
  margin: 0 auto 120px;
  background: rgba(110, 163, 188, .2);
  padding: 50px 40px 40px;
}

.topics-box-title h2 {
  font-size: 32px;
  color: rgba(110, 163, 188, 1);
  letter-spacing: .06rem;
}

.topics-box-title {
  margin-bottom: 30px;
}

.topics-box-flex {
  align-items: stretch;
}

.topics-box-flex-img {
  width: 44.5%;
}

.topics-box-flex-txt {
  width: 52.5%;
  background: #fff;
  padding: 25px 30px;
}

.topics-box-flex-txt p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.second-flex-last {
  margin-bottom: 100px !important;
}

.second-flex-last .second-flex-img p {
  padding-top: 0;
}

.second-flex-last .second-flex-img h4 {
  font-size: 20px;
  padding-block: 15px 10px;
  letter-spacing: .05em;
}

#support {
  background: rgba(250, 250, 250, 1);
}

.support-title {
  margin-bottom: 60px;
}

.support-title h2 {
  color: rgba(40, 40, 40, 1);
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: .06em;
}

.spend-title {
  margin-bottom: 30px;
}

.spend-title h2 {
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: .06em;
}

.spend-txt p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .06em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.comfortable-title {
  background: initial;
  padding-block: 60px;
  background-position: center;
  background-size: cover;
  background-image: url(../minamiosaka/img/img14_bg.webp);
}

.comfortable-title-txt {
  text-align: center;
  color: #fff;
}

.comfortable-title-txt p {
  font-size: 22px;
  line-height: 2;
  letter-spacing: .13em;
  font-weight: 400;
}

.comfortable-cont-wrap {
  background: rgba(110, 163, 188, .1);
  padding: 130px 0;
}

.comfortable-cont-title h2 {
  color: rgba(40, 40, 40, 1);
  font-size: 34px;
  line-height: 1.45;
  letter-spacing: .06em;
  font-weight: 400;
}

.comfortable-cont-txt p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.comfortable-cont-txt p span {
  background: initial;
  font-size: 24px;
}

.comfortable-cont-bottom-txt p {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: .1em;
  padding-bottom: 30px;
}

.comfortable-cont-bottom-txt p span {
  color: rgba(110, 163, 188, 1);
  font-size: 42px;
  font-weight: 400;
}

.accbox {
  max-width: 800px;
}

.comfortable-cont-txt h3 {
  background: initial;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.comfortable-cont-txt h3 span {
  color: rgba(110, 163, 188, 1);
  font-size: 36px;
  font-family: "Shippori Mincho", serif;
}

.comfortable-cont-txt h3 span small {
  font-size: 24px;
}

.comfortable-cont-img {
  margin: 0 auto 100px;
  max-width: 1120px;
}

.cmn-btn.cmn-btn-pink a {
  background: rgba(244, 79, 74, 1);
  cursor: pointer;
}

.after-support-box {
  margin-block: 130px 120px;
}

.after-support-box-inner {
  background: initial;
  border: 1px solid rgba(110, 163, 188, 1);
  padding: 40px 50px;
}

.after-support-box-title {
  margin-bottom: 20px;
}

.after-support-box-title h3 {
  font-size: 24px;
  color: rgba(110, 163, 188, 1);
  letter-spacing: .05em;
  font-weight: 400;
}

.after-support-box-txt p {
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: .15em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.after-support-box-txt p span {
  color: rgba(244, 79, 74, 1);
  font-weight: 400;
}

.hr-cont.hr-cont-second {
  background-image: url(../minamiosaka/img/img18_bg.webp);
}

.hr-cont-txt p,
.hr-cont-txt p small {
  font-size: 30px;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: .05em;
}

.place-list ul li {
  padding: 10px 15px;
  width: 33.33%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.place-list-btn a {
  background: rgba(110, 163, 188, 1);
}

.sns-lists {
  margin-top: 0;
  padding: 70px 0;
  background: rgba(250, 250, 250, 1);
}

.sns-lists-title p {
  color: rgba(40, 40, 40, 1);
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: .06em;
}

#present {
  background: rgba(110, 163, 188, .1);
}

.present-title h2 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .15em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.hr-cont-txt p span {
  padding: 0px 5px;
}

.comfortable-cont-inner {
  width: calc(100% - 40px);
}

@media screen and (max-width: 1200px) {
  .row.top {
    margin-left: 0px;
  }

  .fixed-link a {
    right: 0;
    padding: 50px 20px;
  }

  .camp-img .abs-img {
    width: 145px;
    top: -20px;
    left: -15px;
  }

  .first-cont-right-title h2 {
    font-size: 32px;
  }

  .second-flex {
    width: 100%;
  }

  .second-flex-img {
    width: calc(100% - 100px);
  }

  .topics-box {
    padding: 20px;
  }
}

@media screen and (max-width: 1000px) {
  #cp02 .cmn-btn {
    bottom: 27vw;
  }

  #cp01 .cmn-btn {
    bottom: 7vw;
  }
}

@media screen and (max-width: 834px) {
  .fv img {
    width: 100%;
  }

  .fixed-link a {
    right: 50%;
    max-width: 400px;
    padding: 25px 0;
    width: 100%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .camp-conts {
    padding: 60px 0 100px;
  }

  .camp-conts .inner {
    width: calc(100% - 40px);
  }

  .flex-conts,
  .second-flex {
    display: block;
  }

  .ver-title {
    width: 100%;
    display: block;
    align-items: initial;
    margin-bottom: 50px;
  }

  .ver-title p {
    -ms-writing-mode: initial;
    writing-mode: initial;
    font-size: 16px;
    padding-top: 0;
    letter-spacing: .1em;
    padding-bottom: 10px;
  }

  .ver-title h2 {
    -ms-writing-mode: initial;
    writing-mode: initial;
    font-size: 34px;
    letter-spacing: .12em;
  }

  .flex-cont {
    width: 100%;
  }

  nav.cp-nav li {
    width: 100%;
  }

  nav.cp-nav {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .camp-img img {
    width: 100%;
  }

  .camp-img:nth-child(2) {
    margin-bottom: 70px;
  }

  .camp-img .abs-img {
    width: 225px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .camp-img .cmn-btn {
    width: calc(100% - 40px);
  }

  .camp-img .cmn-btn a {
    font-size: 6vw;
    padding: 7vw 0px;
    max-width: 100%;
  }

  #cp01 .cmn-btn {
    bottom: 30vw;
  }

  #section2 {
    padding: 100px 0;
  }

  .second-txt {
    max-width: 500px;
  }

  img {
    width: 100%;
  }

  #first01,
  #first02 {
    padding: 100px 0;
  }

  .first-cont {
    margin: 0 auto;
    display: block;
    width: 100%;
  }

  .first-cont-left {
    width: calc(100% - 20px);
    margin: 0 auto 20px 0;
  }

  .first-cont-right {
    width: 100%;
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 100%;
  }

  .first-cont-right-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .first-cont-right-txt {
    max-width: 100%;
  }

  .first-cont-right-txt p {
    font-size: 16px;
  }

  .second-title,
  .place-title {
    max-width: 500px;
    margin-bottom: 30px;
  }

  .section .second-list ul li {
    width: 100% !important;
    margin: 0 auto 50px !important;
  }

  .section .second-list ul li:last-child {
    margin-bottom: 0 !important;
  }

  #second02 {
    padding: 70px 0 100px;
  }

  .first-video,
  .second-map {
    max-width: 500px;
    margin: 0 auto 70px;
  }

  .cmn-btn a {
    padding: 27.5px 0;
    max-width: 350px;
  }

  #design,
  #idea {
    padding: 100px 0;
  }

  #design .inner,
  #idea .inner {
    width: 100%;
  }

  .second-flex-title {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
  }

  .second-flex-title .ver-title {
    margin-bottom: 0;
  }

  .second-flex-img {
    width: 100%;
    max-width: 500px;
  }

  .second-flex-img p {
    width: calc(100% - 40px);
    margin: 0 auto;
    line-height: 2;
  }

  .reverse .second-flex-img {
    margin: 0 0 0 auto;
  }

  .second-flex {
    margin: 0 auto 50px;
  }

  .hr-cont.hr-cont-first {
    background-image: url(../minamiosaka/img/img05_bg_sp.webp);
    padding: 60px 0;
  }

  .hr-cont-txt p,
  .hr-cont-txt p small {
    font-size: 24px;
    line-height: 2.2;
  }

  .topics-box {
    padding: 50px 20px 20px;
    max-width: 500px;
    width: calc(100% - 40px);
    margin: 0 auto 100px;
  }

  .topics-box-flex-img {
    width: 100%;
  }

  .topics-box-flex-txt {
    width: 100%;
    padding: 20px 15px;
  }

  .second-flex-last .second-flex-img h4 {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .support-title h2 {
    font-size: 24px;
  }

  .support-txt p {
    font-size: 20px;
  }

  .spend-title h2 {
    font-size: 24px;
  }

  .spend-txt {
    margin-bottom: 30px;
  }

  .spend-txt p {
    font-size: 18px;
    line-height: 2;
  }

  #spend .swiper-container {
    width: 100%;
  }

  .comfortable-title {
    padding-block: 50px;
    background-image: url(../minamiosaka/img/img14_bg_sp.webp);
  }

  .comfortable-title-txt p {
    font-size: 20px;
  }

  .comfortable-cont-wrap {
    padding: 100px 0;
  }

  .comfortable-cont-title h2 {
    font-size: 30px;
  }

  .comfortable-cont-txt p {
    font-size: 18px;
    line-height: 2;
  }

  .accbox .comfortable-cont-img {
    margin: 0 auto 60px;
    max-width: 100%;
    width: 100%;
    padding-right: 15px;
  }

  .comfortable-cont-inner {
    width: 100%;
  }

  .comfortable-cont-title h2 {
    font-size: 28px;
  }

  .accbox {
    max-width: 100%;
  }

  .comfortable-cont-txt {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
  }

  .comfortable-cont-img-big {
    width: calc(100% - 40px);
  }

  .after-support-box {
    margin-block: 100px;
    width: calc(100% - 40px);
    padding: 20px;
  }

  .after-support-box-inner {
    padding: 30px 20px;
  }

  .hr-cont.hr-cont-second {
    background-image: url(../minamiosaka/img/img18_bg_sp.webp);
    padding: 50px 0;
  }

  .hr-cont.hr-cont-second .hr-cont-txt p,
  .hr-cont.hr-cont-second .hr-cont-txt p small {
    font-size: 22px;
    line-height: 2;
  }

  .place-list ul li {
    padding: 0 0 20px !important;
    width: 100%;
    margin-bottom: 30px;
  }

  .place-list ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 60px;
  }

  .sns-lists-title {
    margin-bottom: 30px;
  }

  .sns-lists-title p {
    font-size: 20px;
  }

  .present-title {
    padding: 40px 10px;
  }

  .present-title h2 {
    font-size: 20px;
    margin-right: 5px;
  }

  .place-list.present-list ul li {
    display: block;
  }

  .place-list.present-list .place-list-img {
    width: 100%;
  }

  .place-list.present-list {
    padding: 0 20px;
  }

  .place-list.present-list .place-list-img {
    width: 100%;
    margin-bottom: 15px;
  }

  .present-list .place-list-btn a {
    width: 100%;
    margin: 0 auto;
    padding-block: 15px;
    display: block;
  }

  .present-txt {
    width: 100%;
  }

  #present .place-list ul li:last-child {
    margin-bottom: 0px;
  }

  #present {
    padding: 20px 0 40px;
  }

  .youtube-cont {
    width: calc(100% - 40px);
  }

  .camp-img#cp02 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .camp-img#cp03 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  #cp02 .cmn-btn {
    bottom: 10vw;
    width: calc(100% - 120px);
  }

  #cp03 .cmn-btn {
    bottom: 7vw;
    width: calc(100% - 120px);
  }

  #cp04 .cmn-btn {
    bottom: 1%;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 500px) {
  .ver-title h2 {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0;
  }

  .row.top {
    margin-bottom: 15vw;
  }

  #cp01 .cmn-btn {
    bottom: 25vw;
  }

  .first-cont-right-title h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .second-list ul {
    max-width: 100%;
  }

  #design .inner .second-flex:nth-child(1) .second-flex-img {
    padding-right: 17.5px;
  }

  #design .inner .second-flex:nth-child(2) .second-flex-img {
    padding-left: 17.5px;
  }

  #idea .inner .second-flex:nth-child(1) .second-flex-img {
    padding-right: 17.5px;
  }

  .second-flex-img p {
    padding-top: 15px;
    font-size: 15px;
  }

  .hr-cont .inner {
    width: 100%;
  }

  .hr-cont-txt p,
  .hr-cont-txt p small {
    font-size: 20px;
  }

  .second-flex-last .second-flex-img h4 {
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 1.6;
  }

  .support-title {
    margin-bottom: 30px;
  }

  .support-title h2 {
    font-size: 20px;
  }

  .support-txt p {
    font-size: 18px;
    letter-spacing: .05em;
  }

  .spend-title h2 {
    font-size: 20px;
  }

  .spend-txt p {
    font-size: 16px;
  }

  .comfortable-title-txt p {
    font-size: 18px;
  }

  .comfortable-title {
    padding-inline: 0;
  }

  .comfortable-cont-title h2 {
    font-size: 26px;
  }

  .comfortable-cont-bottom-txt p {
    font-size: 32px;
  }

  .comfortable-cont-bottom-txt p span {
    font-size: 40px;
  }

  .comfortable-cont-txt h3 span small {
    font-size: 20px;
  }

  .comfortable-cont-txt h3 span {
    font-size: 32px;
  }

  .comfortable-cont-img-big {
    margin-bottom: 80px;
  }

  .cmn-btn {
    max-width: 100%;
  }

  .cmn-btn a {
    width: calc(100% - 40px);
  }

  .hr-cont.hr-cont-second .hr-cont-txt p,
  .hr-cont.hr-cont-second .hr-cont-txt p small {
    font-size: 20px;
  }

  .place-list-btn a {
    font-size: 18px;
    width: 100%;
  }

  .sns-lists-title p {
    font-size: 18px;
  }

  .sns-lists {
    padding: 60px 0;
    margin-bottom: 0;
  }

  .present-box {
    width: 100%;
  }

  .camp-img .cmn-btn a {
    font-size: 18px;
    width: 100%;
  }

  #cp02 .cmn-btn {
    width: calc(100% - 80px);
  }
}

/* add_251007 */
.fv {
  padding: 0;
}

.osaka {
  padding: 100px 0;
  background: #E8EAEE;
}

.osaka .point-list-txt {
  width: 50%;
  background: #fff;
  padding: 60px 40px 20px;
}

.osaka .point-list-txt-num span {
  line-height: 1.2;
}

.osaka .point-list ol li::before {
  background: #8E8784;
}

.osaka .cmn-txt h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.osaka .cmn-txt p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

#camp2025 nav.cp-nav ul.row.top {
  justify-content: space-between;
}

#camp2025 .camp-btns.ver ul li a {
  margin-bottom: 75%;
}

#camp2025 .camp-btns.ver {
  bottom: 22%;
  right: 17.5%;
}

@media (max-width: 834px) {
  .osaka {
    padding: 75px 0 40px;
  }

  #camp2025 nav.cp-nav ul.row.top li {
    margin-bottom: 0px;
  }

  .osaka .cmn-title h2 {
    font-size: 32px;
  }

  .osaka .cmn-title span {
    font-size: 80px;
    top: -80%;
  }

  .osaka .point-list-txt {
    width: 100%;
    padding: 0px;
    background: initial;
  }

  .osaka .point-list-txt-num span {
    font-size: 64px;
  }

  .osaka .point-list-txt-num {
    font-size: 30px;
  }

  .osaka .point-list ol li:nth-child(2) .point-list-txt::before {
    height: 85%;
    bottom: 20px;
  }

  .point-list ol li:nth-child(odd) .point-list-txt::before,
  .point-list ol li .point-list-txt::before {
    background: #8E8784;
  }

  #camp2025 .camp-btns.ver {
    bottom: 75vw;
    right: initial;
    max-width: 300px;
  }

  #camp2025 .camp-btns.ver ul li a {
    margin-bottom: 100vw;
  }
}

@media (max-width: 500px) {
  .osaka .point-list ol li:nth-child(2) .point-list-txt-num {
    top: -15%;
  }

  .osaka .cmn-title span {
    top: -65%;
  }

  #camp2025 .camp-btns.ver {
    bottom: 67vw;
  }

  #camp2025 .camp-btns.ver ul li a {
    margin-bottom: 95vw;
  }
}

#camp2025.minamiosaka #cp01 .camp-btns {
  max-width: 305px;
  bottom: 4%;
}

#camp2025.minamiosaka #cp01 .camp-btns ul {
  display: block;
}

#camp2025.minamiosaka #cp01 .camp-btns ul li {
  width: 100%;
}

#camp2025.minamiosaka #cp01 .camp-btns ul li:nth-child(1) a {
  background: #586DB3;
  padding-block: 20px;
}

#camp2025.minamiosaka #cp02 .camp-btns {
  max-width: 430px;
  bottom: 3.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#camp2025.minamiosaka #cp02 .camp-btns ul {
  display: block;
}

#camp2025.minamiosaka #cp02 .camp-btns ul li {
  width: 100%;
}

#camp2025.minamiosaka #cp02 .camp-btns ul li:nth-child(1) a {
  background: #003B81;
}

@media (max-width: 834px) {
  #camp2025.minamiosaka #cp01 .camp-btns {
    max-width: 300px;
    bottom: 2.5%;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #camp2025.minamiosaka #cp02 .camp-btns {
    max-width: 300px;
    bottom: -3.5%;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #camp2025.minamiosaka #cp01 .camp-btns ul li:nth-child(1) a {
    padding-block: 20px;
  }

  #camp2025.minamiosaka #cp02 .camp-btns ul li:nth-child(1) a {
    padding-block: 20px;
  }

  #camp2025 .camp-img#cp01 {
    margin-bottom: 0;
  }

  #camp2025 .camp-img#cp02 {
    margin-top: 0;
  }

  .camp-conts .inner {
    width: 100%;
    max-width: 500px;
  }

  nav.cp-nav {
    width: calc(100% - 40px);
  }
}

@media (max-width: 500px) {
  #camp2025.minamiosaka #cp01 .camp-btns {
    bottom: 1.5%;
  }

  #camp2025.minamiosaka #cp02 .camp-btns {
    bottom: -5%;
  }
}

#camp2025.minamiosaka #cp00 .camp-btns {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
}

#camp2025 nav.cp-nav ul.row.top {
  gap: 30px 0;
}

#camp2025 nav.cp-nav ul.row.top li {
  width: 49%;
}

.camp-img#cp00 .camp-btn {
  width: initial;
  position: initial;
}

.camp-img#cp02 .camp-btn {
  width: 365px;
  position: absolute;
  right: 155px;
  bottom: 40px;
  z-index: 2;
}

.camp-img#cp03 .camp-btn {
  width: 365px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 1100px) {
  .camp-img#cp03 .camp-btn {
    width: 30vw;
  }

  .camp-img#cp02 .camp-btn {
    width: 30vw;
  }
}

@media (max-width: 834px) {
  #camp2025.minamiosaka #cp00 .camp-btns ul.one-btn {
    margin-top: 15px;
  }

  #camp2025.minamiosaka #cp00 .camp-btns ul li {
    max-width: 280px;
    margin: 0 auto;
  }

  #camp2025.minamiosaka #cp00 .camp-btns ul li:nth-child(1) {
    margin-bottom: 15px;
  }

  #cp00 .camp-btns ul li a {
    font-size: 14px;
  }

  .camp-img#cp00 {
    background: #F3F3F3;
  }

  #camp2025 nav.cp-nav ul.row.top li {
    width: 100%;
  }

  #camp2025 nav.cp-nav ul.row.top {
    gap: 20px 0;
  }

  .camp-img#cp02 .camp-btn {
    width: 90%;
    position: absolute;
    right: 5%;
    bottom: 4%;
  }

  .camp-img#cp03 .camp-btn {
    width: 90%;
    bottom: 30px;
  }
}
