@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#mainvisual {
  height: 768px;
  padding-top: 175px;
  background: url(../images/mv_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
#mainvisual .mv__text {
  margin-top: 60px;
  color: #fff;
  font-size: 26rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
#mainvisual .mv__text .text {
  width: max-content;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 5px 10px;
  border-bottom: 4px solid #ffe33f;
  opacity: 0;
  transform: translateX(30px);
  transition: all 1s;
  transition-delay: 500ms;
}
#mainvisual .mv__text .text:nth-of-type(2) {
  transition-delay: 800ms;
}
#mainvisual .mv__text .text:nth-of-type(3) {
  transition-delay: 1100ms;
}
#mainvisual .mv__text.move .text {
  opacity: 1;
  transform: translateX(0);
}
#mainvisual .mv__pic01 {
  position: absolute;
  left: 24px;
  bottom: -20px;
}
#mainvisual .mv__pic02 {
  position: absolute;
  right: 30px;
  bottom: -40px;
}

#about {
  padding-bottom: 130px;
}
#about .section__block {
  margin-top: 80px;
  align-items: center;
}
#about .section__block .block__text {
  width: 55.7%;
  font-size: 18rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
#about .section__block .block__pic {
  width: 34%;
}
#about .section__block .block__pic img {
  height: auto;
  object-fit: cover;
}

#schedule .schedule__main {
  padding-bottom: 170px;
}
#schedule .schedule__main .section__lead {
  position: relative;
  margin-top: 80px;
  margin-bottom: 110px;
}
#schedule .schedule__main .section__lead .lead__text {
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  transition: all 1s;
  transition-delay: 300ms;
  opacity: 0;
  transform: translateX(30px);
}
#schedule .schedule__main .section__lead .lead__text + .lead__text {
  margin-top: 40px;
  transition-delay: 600ms;
}
#schedule .schedule__main .section__lead.move .lead__text {
  opacity: 1;
  transform: translateX(0);
}
#schedule .schedule__main .section__lead .lead__pic01 {
  position: absolute;
  left: 0;
  top: 0;
}
#schedule .schedule__main .section__lead .lead__pic02 {
  position: absolute;
  right: 0;
  top: 0;
}
#schedule .schedule__main .section__block .block__title {
  margin-bottom: 35px;
  padding: 5px;
  background: #0066a5;
  color: #fff;
  font-size: 30rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
  transition-delay: 300ms;
}
#schedule .schedule__main .section__block .block__list {
  gap: 40px 20px;
  color: #231815;
  list-style-type: none;
  transition-delay: 300ms;
}
#schedule .schedule__main .section__block .block__list .list__item {
  width: calc(33.333% - 14px);
  padding: 25px 25px 20px;
  background: #fff;
  text-align: center;
}
#schedule .schedule__main .section__block .block__list .list__item .item__title {
  margin-bottom: 20px;
  padding: 5px;
  border: 2px solid currentColor;
  border-radius: 100vmax;
  color: #0066a5;
  font-size: 29rem;
  line-height: 1.2;
}
#schedule .schedule__main .section__block .block__list .list__item .item__date {
  font-size: 68rem;
  font-weight: bold;
  line-height: 1;
}
#schedule .schedule__main .section__block .block__list .list__item .item__date .slush {
  font-size: 60%;
}
#schedule .schedule__main .section__block .block__list .list__item .item__date .week {
  display: inline-block;
  margin-left: 10px;
  padding: 8px 8px;
  background: #cc7db1;
  border-radius: 10px;
  color: #fff;
  font-size: 27rem;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}
#schedule .schedule__main .section__block .block__list .list__item .item__date .week.saturday {
  background: #0096bd;
}
#schedule .schedule__main .section__block .block__list .list__item .item__deadline {
  padding: 3px 0;
  border-top: 1px solid #0066a5;
  border-bottom: 1px solid #0066a5;
  line-height: 1;
  text-align: left;
}
#schedule .schedule__main .section__block .block__list .list__item .item__deadline .label {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
  background: #0066a5;
  color: #fff;
  font-size: 14rem;
  font-weight: bold;
  vertical-align: middle;
}
#schedule .schedule__main .section__block .block__list .list__item .item__deadline .year {
  font-size: 18rem;
  font-weight: bold;
  vertical-align: middle;
}
#schedule .schedule__main .section__block .block__list .list__item .item__deadline .year > span {
  font-size: 80%;
  font-weight: bold;
}
#schedule .schedule__main .section__block .block__list .list__item .item__deadline .date {
  font-size: 20rem;
  font-weight: bold;
  vertical-align: middle;
}
#schedule .schedule__main .section__block .block__list .list__item .item__deadline .date .slush {
  font-size: 60%;
  font-weight: bold;
}
#schedule .schedule__main .section__block .block__list .list__item .item__deadline .date .week {
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 2px;
  padding: 3px 2px;
  background: #7f8187;
  border-radius: 3px;
  color: #fff;
  font-size: 10rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#schedule .schedule__main .section__block .block__list .list__item .item__target {
  display: flex;
  align-items: flex-start;
  font-size: 16rem;
  font-weight: 600;
  line-height: 1.3;
}
#schedule .schedule__main .section__block .block__list .list__item .item__target .label {
  display: block;
  width: 24px;
  padding: 6px 4px;
  background: #484b53;
  color: #fff;
  font-size: 14rem;
  line-height: 1.2;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#schedule .schedule__main .section__block .block__list .list__item .item__target .body {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  margin-left: 6px;
  justify-content: flex-start;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
}
#schedule .schedule__main .section__block .block__list .list__item .item__target .body > span {
  display: block;
}
#schedule .schedule__main .section__block .block__list .list__item .item__target .body > span::after {
  content: "/";
  padding: 0 2px;
}
#schedule .schedule__main .section__block .block__list .list__item .item__target .body > span:last-of-type::after {
  content: none;
}
#schedule .schedule__main .section__block .block__list .list__item .item__target .body.ls- {
  letter-spacing: -2px;
}
#schedule .schedule__main .section__block .block__list .list__item .popup-modal,
div.simplebar-wrapper div.simplebar-mask div div div.btn,
#offer div.btn {
  display: inline-block;
  max-width: 100%;
  padding: 10px 20px;
  background: #0096bd;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.3;
  transition: all .3s;
  text-decoration: none;
}
div.simplebar-wrapper div.simplebar-mask div div div.btn,
#offer div.btn {
  margin: 20px 0 20px 0;
  border: 2px solid #0096bd;
  box-shadow: inset 0px 0px 0px 2px #fff;
  white-space: nowrap;
}
#offer div.btn, div.btn a {
  color: #ffffff;
  text-decoration: none;
}

@media (any-hover: hover) {
  #schedule .schedule__main .section__block .block__list .list__item .popup-modal:hover,
  div.simplebar-wrapper div.simplebar-mask div div div.btn:hover {
    background: #ffe33f;
    color: #0096bd;
  }
}
#schedule .schedule__main .section__block#osaka .block__title {
  background: #cc7db1;
}
#schedule .schedule__main .section__block#osaka .block__list .list__item .item__title {
  color: #cc7db1;
}
#schedule .schedule__main .section__block#osaka .block__list .list__item .item__deadline {
  border-top-color: #cc7db1;
  border-bottom-color: #cc7db1;
}
#schedule .schedule__main .section__block#osaka .block__list .list__item .item__deadline .label {
  background: #cc7db1;
}
#schedule .schedule__main .schedule_pic01 {
  position: absolute;
  right: 10px;
  bottom: -250px;
}
#schedule .schedule__time {
  padding: 120px 0 140px;
}
#schedule .schedule__time .time__title {
  margin-bottom: 90px;
  line-height: 1;
  text-align: center;
}
#schedule .schedule__time .time__block .block__item {
  width: 48%;
  margin-bottom: 80px;
}
#schedule .schedule__time .time__block .block__item.item02 .item__title {
  background: #cc7db1;
}
#schedule .schedule__time .time__block .block__item.item02 .item__list dt {
  background: #e8a8c9;
}
#schedule .schedule__time .time__block .block__item.item02 .item__list dt::before {
  border-left-color: #e8a8c9;
}
#schedule .schedule__time .time__block .block__item .item__title {
  margin-bottom: 20px;
  padding: 6px;
  background: #0066a5;
  color: #fff;
  font-size: 23rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#schedule .schedule__time .time__block .block__item .item__lead {
  margin-bottom: 25px;
  font-size: 22rem;
  font-weight: 600;
  line-height: 1.5;
}
#schedule .schedule__time .time__block .block__item .item__detail {
  display: flex;
  align-items: center;
  font-size: 18rem;
  font-weight: 600;
  line-height: 1.3;
}
#schedule .schedule__time .time__block .block__item .item__detail .label {
  display: block;
  width: 40px;
  padding: 2px 2px;
  background: #484b53;
  color: #fff;
  font-size: 14rem;
  line-height: 1.2;
  text-align: center;
}
#schedule .schedule__time .time__block .block__item .item__detail .body {
  display: block;
  width: calc(100% - 50px);
  justify-content: flex-start;
  line-height: 1.3;
}
#schedule .schedule__time .time__block .block__item .item__detail .body > span::after {
  content: "/";
  padding: 0 2px;
}
#schedule .schedule__time .time__block .block__item .item__detail .body > span:last-of-type::after {
  content: none;
}
#schedule .schedule__time .time__block .block__item .item__list .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
#schedule .schedule__time .time__block .block__item .item__list dt {
  position: relative;
  display: flex;
  width: 160px;
  height: 90px;
  flex-direction: column;
  justify-content: center;
  background: #4cc7ed;
  color: #fff;
  font-size: 21rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#schedule .schedule__time .time__block .block__item .item__list dt::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 45px 15px;
  border-color: transparent transparent transparent #4cc7ed;
}
#schedule .schedule__time .time__block .block__item .item__list dd {
  width: calc(100% - 195px);
}
#schedule .schedule__time .time__block .block__item .item__list dd .title {
  display: block;
  color: #0096bd;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.5;
}
#schedule .schedule__time .time__block .block__item .item__list dd .body {
  display: block;
  margin-top: 2px;
  font-size: 16rem;
  line-height: 1.3;
}
#schedule .schedule__time .time__block .block__item .item__list dd .body.bg {
  width: max-content;
  max-width: 100%;
  padding: 0 10px 0 20px;
  background: url(../images/schedule_bg01.svg) no-repeat left center, url(../images/schedule_bg02.svg) no-repeat right center;
  background-size: 6px;
}
#schedule .schedule__time .time__pic01 {
  position: absolute;
  left: -70px;
  bottom: -250px;
}
#schedule .schedule__program {
  padding: 100px 0 140px;
}
#schedule .schedule__program .program__title {
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
}
#schedule .schedule__program .program__box {
  margin-top: 60px;
  padding: 60px 62px;
  background: #fff;
}
#schedule .schedule__program .program__box .box__list {
  margin-bottom: -60px;
  font-size: 17rem;
  letter-spacing: 0;
  line-height: 2;
  list-style-type: none;
}
#schedule .schedule__program .program__box .box__list .list__item {
  width: 46.6%;
  max-width: 408px;
  margin-bottom: 60px;
}
#schedule .schedule__program .program__box .box__list .list__item .item__num {
  line-height: 1;
}
#schedule .schedule__program .program__box .box__list .list__item .item__photo {
  margin-bottom: 20px;
}
#schedule .schedule__program .program__box .box__list .list__item .item__title {
  margin-bottom: 15px;
  text-align: center;
}
#schedule .schedule__program .program__box .box__list .list__item p {
  margin-bottom: 0;
}
#schedule .schedule__program .program__note {
  margin: 10px 0 0;
  color: #231815;
  font-size: 14rem;
}
#schedule .schedule__program .program__pic01 {
  position: absolute;
  right: -40px;
  bottom: -130px;
}

.mfp-bg {
  background: rgba(72, 75, 83, 0.8);
  backdrop-filter: blur(10px);
  mix-blend-mode: multiply;
  opacity: 1;
}

.modal__container {
  background: #fff;
  padding: 30px 30px 20px;
  width: 96%;
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
}
.modal__container.color02 .modal__header {
  border-color: #cc7db1;
}
.modal__container.color02 .modal__header .header__title {
  width: 248px;
  background: #cc7db1;
  letter-spacing: -1px;
}
.modal__container.color02 .modal__header .header__target {
  padding-right: 15px;
  color: #cc7db1;
}
.modal__container.color02 .modal__header .header__target .label {
  background: #cc7db1;
}
.modal__container.color02 .modal__header .header__target .body {
  font-size: 15rem;
  letter-spacing: 0;
}
.modal__container.color02 .schedule__list dt {
  background: #e8a8c9;
}
.modal__container.color02 .schedule__list dt::before {
  border-left-color: #e8a8c9;
}
.modal__container .popup-modal-dismiss {
  display: block;
  width: 22px;
  margin: 10px auto 0;
}
.modal__container .modal__header {
  margin-bottom: 35px;
  align-items: center;
  border: 2px solid #0066a5;
  border-radius: 50px;
}
.modal__container .modal__header .sp__header {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.modal__container .modal__header p {
  margin-bottom: 0;
}
.modal__container .modal__header .header__title {
  width: 178px;
  padding: 8px;
  background: #0066a5;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 31rem;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}
.modal__container .modal__header .header__date {
  padding: 0 10px 2px 10px;
  font-size: 36rem;
  font-weight: bold;
  line-height: 1;
}
.modal__container .modal__header .header__date .slush {
  font-size: 60%;
}
.modal__container .modal__header .header__date .week {
  display: inline-block;
  margin-left: 5px;
  padding: 4px 6px 6px;
  background: #cc7db1;
  border-radius: 10px;
  color: #fff;
  font-size: 17rem;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}
.modal__container .modal__header .header__date .week.saturday {
  background: #0096bd;
}
.modal__container .modal__header .header__target {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 4px 28px 2px 0;
  color: #0066a5;
  line-height: 1.2;
}
.modal__container .modal__header .header__target .label {
  margin-right: 10px;
  padding: 4px 10px;
  background: #0066a5;
  color: #fff;
  font-weight: bold;
}
.modal__container .modal__header .header__target .body {
  font-weight: bold;
  font-size: 18rem;
}
.modal__container .modal__block .block__schedule {
  min-width: 50%;
}
.modal__container .modal__block .block__schedule .schedule__title {
  width: 160px;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 4px;
  background: #0096bd;
  color: #fff;
  font-size: 14rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.modal__container .modal__block .block__map {
  width: 38%;
}
.modal__container .modal__block .block__map iframe {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 15px;
}
.modal__container .modal__block .block__map .map__address {
  position: relative;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 13rem;
  line-height: 1.6;
}
.modal__container .modal__block .block__map .map__address .icon {
  position: absolute;
  left: 0;
  top: 9px;
}
.modal__container .modal__block .block__map .map__address .name {
  display: block;
  font-size: 18rem;
}
.modal__container .schedule__list .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.modal__container .schedule__list dt {
  position: relative;
  display: flex;
  width: 160px;
  height: 70px;
  flex-direction: column;
  justify-content: center;
  background: #4cc7ed;
  color: #fff;
  font-size: 21rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.modal__container .schedule__list dt::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 15px;
  border-color: transparent transparent transparent #4cc7ed;
}
.modal__container .schedule__list dd {
  width: calc(100% - 195px);
}
.modal__container .schedule__list dd .title {
  display: block;
  color: #0096bd;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.5;
}
.modal__container .schedule__list dd .body {
  display: block;
  margin-top: 2px;
  font-size: 16rem;
  line-height: 1.3;
}
.modal__container .schedule__list dd .body.bg {
  width: max-content;
  /*max-width: 100%;*/
  padding: 0 10px 0 15px;
  background: url(../images/schedule_bg01.svg) no-repeat left center, url(../images/schedule_bg02.svg) no-repeat right center;
  background-size: 6px;
  white-space: nowrap;
}

#voice .voice__pic01 {
  position: absolute;
  left: -5px;
  top: -180px;
}
#voice .voice__pic02 {
  position: absolute;
  right: 10px;
  bottom: -180px;
}
#voice .voice__main {
  padding: 110px 0 140px;
}
#voice .section__description {
  margin-bottom: 90px;
  text-align: left;
}
#voice .voice__box {
  margin-top: 40px;
  padding: 40px 56px 50px;
  background: #fff;
  border: 2px solid #0096bd;
  border-radius: 30px;
}
#voice .voice__box .box__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0096bd;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
#voice .voice__box .box__title .title {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
#voice .voice__box .box__title .circle {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding-top: 16px;
  padding-left: 3px;
  border-radius: 100vmax;
  background: #ffe33f;
  font-size: 19rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#voice .voice__box .box__title .name {
  margin-bottom: 20px;
  font-size: 27rem;
  line-height: 1;
}
#voice .voice__box .box__title .name > span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 64px;
  height: 92px;
  margin-right: 10px;
  padding-bottom: 10px;
  background: url(../images/voice_bg01.svg) no-repeat center bottom;
  background-size: 100%;
  color: #fff;
  font-size: 30rem;
  font-weight: bold;
  vertical-align: bottom;
}
#voice .voice__box p {
  margin-bottom: 0;
  line-height: 2.4;
  letter-spacing: 0.02em;
}
#voice .voice__other {
  padding: 0 0 60px;
}
#voice .voice__other .other__title {
  position: relative;
  top: -20px;
  margin-bottom: 10px;
  line-height: 1;
}
#voice .voice__other .other__list {
  color: #0096bd;
  list-style-type: none;
  line-height: 1.87;
  letter-spacing: 0.06em;
}
#voice .voice__other .other__list li {
  position: relative;
  width: 31%;
  padding: 30px 30px 30px 50px;
  background: #fff;
  border-radius: 15px;
}
#voice .voice__other .other__list li .icon {
  position: absolute;
  left: 30px;
  top: 38px;
}

#offer {
  padding-top: 75px;
  padding-bottom: 75px;
  background: url(../images/offer_bg.png) repeat center;
  text-align: center;
}

#offer .container{
  min-height: 430px;
  text-align: center;
}
#offer .container img{
  max-width: 100%;
}
#offer .container p{
  margin-top: -200px;
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  #mainvisual {
    height: auto;
    padding: 120px 0 30px;
    background: url(../images/mv_bg.jpg) no-repeat center;
    background-size: cover;
  }
  #mainvisual .container:after {
    content: "";
    display: block;
    clear: both;
  }
  #mainvisual .mv__text {
    margin-top: 30px;
    font-size: 16.8rem;
    letter-spacing: 0.1em;
  }
  #mainvisual .mv__text .text {
    margin-top: 20px;
    padding: 5px 5px;
    border-bottom-width: 2px;
  }
  #mainvisual .mv__pic01 {
    position: static;
    float: left;
    width: 32%;
    height: auto;
    margin-top: 40px;
    margin-left: 5%;
  }
  #mainvisual .mv__pic02 {
    position: static;
    float: right;
    width: 30%;
    height: auto;
    margin-top: 40px;
    margin-right: 5%;
  }

  #about {
    padding-bottom: 35px;
  }
  #about .section__block {
    margin-top: 0;
  }
  #about .section__block .block__text {
    width: 100%;
    font-size: 14rem;
    letter-spacing: 0.05em;
    line-height: 2.2;
  }
  #about .section__block .block__pic {
    width: 100%;
    text-align: right;
  }
  #about .section__block .block__pic img {
    width: 180px;
    height: auto;
  }

  #schedule .section__title img {
    width: auto;
    height: 18px;
  }
  #schedule .schedule__main {
    padding-bottom: 75px;
  }
  #schedule .schedule__main .section__lead {
    position: static;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #schedule .schedule__main .section__lead .lead__text img {
    width: 269px;
    height: auto;
  }
  #schedule .schedule__main .section__lead .lead__text + .lead__text {
    margin-top: 20px;
  }
  #schedule .schedule__main .section__lead .lead__text + .lead__text img {
    width: 213px;
    height: auto;
  }
  #schedule .schedule__main .section__block {
    position: relative;
    margin: 0;
    padding-bottom: 70px;
  }
  #schedule .schedule__main .section__block .lead__pic02 {
    position: absolute;
    right: 0;
    bottom: -20px;
  }
  #schedule .schedule__main .section__block .lead__pic02 img {
    width: 83px;
    height: auto;
  }
  #schedule .schedule__main .section__block .block__title {
    margin-bottom: 35px;
    padding: 5px;
    font-size: 18rem;
    letter-spacing: 0.04em;
  }
  #schedule .schedule__main .section__block .block__list {
    gap: 20px 0;
  }
  #schedule .schedule__main .section__block .block__list .list__item {
    width: 100%;
    padding: 25px 20px 20px;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__title {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 26rem;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__date {
    font-size: 60rem;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__date .slush {
    font-size: 60%;
    padding: 0 2px;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__date .week {
    margin-left: 10px;
    padding: 8px 8px;
    border-radius: 10px;
    font-size: 24rem;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__deadline {
    max-width: 80%;
    margin: 0 auto 20px;
    padding: 3px 0;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__deadline .label {
    margin-right: 7px;
    padding: 3px 10px;
    font-size: 12rem;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__deadline .year {
    font-size: 16rem;
    font-weight: bold;
    vertical-align: middle;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__deadline .year > span {
    font-size: 80%;
    font-weight: bold;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__deadline .date {
    font-size: 18rem;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__deadline .date .slush {
    font-size: 60%;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__deadline .date .week {
    margin-left: 3px;
    margin-bottom: 2px;
    padding: 3px 2px;
    border-radius: 3px;
    font-size: 9rem;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__target {
    font-size: 14rem;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__target .label {
    width: 20px;
    padding: 6px 4px;
    font-size: 12rem;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__target .body {
    width: calc(100% - 25px);
    margin-left: 6px;
    line-height: 1.4;
  }
  #schedule .schedule__main .section__block .block__list .list__item .item__target .body.ls- {
    letter-spacing: 0;
  }
  #schedule .schedule__main .section__block .block__list .list__item .popup-modal {
    padding: 10px 20px;
    font-size: 14rem;
  }
  #schedule .schedule__main .section__block#osaka .block__list .list__item .item__title {
    font-size: 24rem;
  }
  #schedule .schedule__main .section__block#osaka .block__list .list__item .item__deadline {
    max-width: 100%;
  }
  #schedule .schedule__main .schedule_pic01 {
    right: auto;
    left: 50px;
    bottom: -20px;
    width: 60px;
    height: auto;
  }
  #schedule .schedule__time {
    padding: 50px 0 160px;
  }
  #schedule .schedule__time .time__title {
    margin: 0 -10px 30px;
  }
  #schedule .schedule__time .time__block .block__item {
    width: 100%;
    margin-bottom: 40px;
  }
  #schedule .schedule__time .time__block .block__item .item__title {
    margin-bottom: 10px;
    padding: 3px;
    font-size: 16rem;
  }
  #schedule .schedule__time .time__block .block__item .item__lead {
    margin-bottom: 15px;
    font-size: 14rem;
  }
  #schedule .schedule__time .time__block .block__item .item__detail {
    font-size: 13rem;
  }
  #schedule .schedule__time .time__block .block__item .item__detail .label {
    width: 22px;
    padding: 5px 2px;
    font-size: 10rem;
    line-height: 1;
  }
  #schedule .schedule__time .time__block .block__item .item__detail .body {
    width: calc(100% - 30px);
  }
  #schedule .schedule__time .time__block .block__item .item__list .row {
    margin-top: 10px;
  }
  #schedule .schedule__time .time__block .block__item .item__list dt {
    width: 92px;
    height: 54px;
    font-size: 12rem;
  }
  #schedule .schedule__time .time__block .block__item .item__list dt::before {
    border-width: 27px 0 27px 12px;
  }
  #schedule .schedule__time .time__block .block__item .item__list dd {
    width: calc(100% - 115px);
  }
  #schedule .schedule__time .time__block .block__item .item__list dd .title {
    font-size: 15rem;
  }
  #schedule .schedule__time .time__block .block__item .item__list dd .body {
    display: block;
    margin-top: 2px;
    font-size: 10rem;
    line-height: 1.3;
  }
  #schedule .schedule__time .time__block .block__item .item__list dd .body.bg {
    padding: 0 8px 0 12px;
  }
  #schedule .schedule__time .time__pic01 {
    left: 20px;
    bottom: -140px;
    width: 96px;
    height: auto;
  }
  #schedule .schedule__program {
    padding: 50px 0 200px;
  }
  #schedule .schedule__program .program__title {
    margin: 0 -10px 30px;
  }
  #schedule .schedule__program .program__box {
    margin-top: 40px;
    padding: 30px 20px;
  }
  #schedule .schedule__program .program__box .box__list {
    margin-bottom: -40px;
    font-size: 12rem;
    letter-spacing: 0;
    line-height: 1.7;
    list-style-type: none;
  }
  #schedule .schedule__program .program__box .box__list .list__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  #schedule .schedule__program .program__box .box__list .list__item .item__num {
    line-height: 1;
  }
  #schedule .schedule__program .program__box .box__list .list__item .item__num img {
    width: auto;
    height: 24px;
    object-fit: cover;
  }
  #schedule .schedule__program .program__box .box__list .list__item .item__photo {
    margin-bottom: 10px;
  }
  #schedule .schedule__program .program__box .box__list .list__item .item__photo img {
    width: 100%;
    height: auto;
  }
  #schedule .schedule__program .program__box .box__list .list__item .item__title {
    margin-bottom: 7px;
  }
  #schedule .schedule__program .program__box .box__list .list__item .item__title img {
    width: auto;
    height: 15px;
    object-fit: cover;
  }
  #schedule .schedule__program .program__note {
    font-size: 11rem;
  }
  #schedule .schedule__program .program__pic01 {
    position: absolute;
    right: 30px;
    bottom: -150px;
    width: 120px;
    height: auto;
  }

  .mfp-bg {
    background: rgba(72, 75, 83, 0.8);
    backdrop-filter: blur(10px);
    mix-blend-mode: multiply;
    opacity: 1;
  }

  .modal__container {
    padding: 20px 15px 20px;
    width: calc(100% - 60px);
    max-height: 410px;
    margin: 40px auto;
    overflow-y: scroll;
  }
  .modal__container.color02 .modal__header .sp__header {
    border-color: #cc7db1;
  }
  .modal__container.color02 .modal__header .header__title {
    width: 150px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18rem;
    letter-spacing: -1px;
  }
  .modal__container.color02 .modal__header .header__target {
    padding-right: 15px;
  }
  .modal__container.color02 .modal__header .header__target .body {
    font-size: 14rem;
    letter-spacing: 0;
  }
  .modal__container .popup-modal-dismiss {
    display: block;
    width: 22px;
    margin: 10px auto 0;
  }
  .modal__container .modal__header {
    margin-bottom: 15px;
    align-items: center;
    border: none;
    border-radius: 0;
  }
  .modal__container .modal__header .sp__header {
    display: flex;
    width: 100%;
    border: 2px solid #0066a5;
    border-radius: 50px;
  }
  .modal__container .modal__header p {
    margin-bottom: 0;
  }
  .modal__container .modal__header .header__title {
    width: 118px;
    padding: 4px;
    font-size: 24rem;
    letter-spacing: 0.07em;
  }
  .modal__container .modal__header .header__date {
    padding: 2px 10px 1px 10px;
    font-size: 27rem;
  }
  .modal__container .modal__header .header__date .week {
    margin-left: 3px;
    padding: 4px 6px 6px;
    border-radius: 10px;
    font-size: 13rem;
  }
  .modal__container .modal__header .header__target {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 0;
  }
  .modal__container .modal__header .header__target .label {
    width: 41px;
    margin-right: 10px;
    padding: 4px 2px;
    font-size: 12rem;
    text-align: center;
  }
  .modal__container .modal__header .header__target .body {
    width: calc(100% - 48px);
    font-size: 14rem;
  }
  .modal__container .modal__block .block__schedule {
    width: 100%;
    margin-top: 25px;
  }
  .modal__container .modal__block .block__schedule .schedule__title {
    width: 100%;
    margin-bottom: 12px;
    padding: 4px;
    font-size: 11rem;
  }
  .modal__container .modal__block .block__map {
    width: 100%;
    order: -1;
  }
  .modal__container .modal__block .block__map iframe {
    height: 240px;
    margin-bottom: 10px;
  }
  .modal__container .modal__block .block__map .map__address {
    padding-left: 12px;
    font-size: 12rem;
    line-height: 1.4;
  }
  .modal__container .modal__block .block__map .map__address .icon {
    top: 7px;
    width: 8px;
    height: auto;
  }
  .modal__container .modal__block .block__map .map__address .name {
    font-size: 15rem;
  }
  .modal__container .schedule__list .row {
    margin-top: 12px;
  }
  .modal__container .schedule__list dt {
    width: 88px;
    height: 54px;
    font-size: 12rem;
  }
  .modal__container .schedule__list dt::before {
    border-width: 27px 0 27px 15px;
  }
  .modal__container .schedule__list dd {
    width: calc(100% - 110px);
  }
  .modal__container .schedule__list dd .title {
    font-size: 15rem;
    line-height: 1.5;
  }
  .modal__container .schedule__list dd .body {
    margin-top: 0px;
    font-size: 10rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .modal__container .schedule__list dd .body.bg {
    padding: 0 10px 0 8px;
    background: url(../images/schedule_bg01.svg) no-repeat left center, url(../images/schedule_bg02.svg) no-repeat right center;
    background-size: 6px;
  }

  #voice .voice__pic01 {
    left: 55px;
    top: auto;
    bottom: -135px;
    width: 80px;
    height: auto;
    z-index: 1;
  }
  #voice .voice__pic02 {
    right: 30px;
    bottom: -160px;
    width: 100px;
    height: auto;
  }
  #voice .voice__main {
    padding: 50px 0 240px;
  }
  #voice .section__description {
    margin-bottom: 50px;
  }
  #voice .voice__box {
        margin-top: 20px;
        padding: 30px 20px 30px;
        background: #fff;
        border: 2px solid #0096bd;
        border-radius: 30px;
        font-size: 12rem;
  }
  #voice .voice__box .box__title {
    font-size: 14rem;
    line-height: 1.2;
  }
  #voice .voice__box .box__title .title {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
  }

  #voice .voice__box .box__title .circle {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    padding-top: 10px;
    font-size: 16rem;
  }
  #voice .voice__box .box__title .main {
    letter-spacing: 0;
    line-height: 1.3;
  }
  #voice .voice__box .box__title .name {
    margin-bottom: 20px;
    font-size: 18rem;
    line-height: 1;
  }
  #voice .voice__box .box__title .name > span {
    width: 41px;
    height: 59px;
    margin-right: 3px;
    padding-bottom: 3px;
    background: url(../images/voice_bg01.svg) no-repeat center bottom;
    background-size: 100%;
    font-size: 20rem;
  }
  #voice .voice__box p {
    line-height: 2.1;
    letter-spacing: 0.02em;
  }
  #voice .voice__other {
    padding: 0 0 200px;
  }
  #voice .voice__other .other__title {
    position: relative;
    top: -20px;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
  }
  #voice .voice__other .other__list {
    font-size: 12rem;
    letter-spacing: 0.06em;
  }
  #voice .voice__other .other__list li {
    width: 100%;
    padding: 20px 20px 20px 36px;
  }
  #voice .voice__other .other__list li + li {
    margin-top: 15px;
  }
  #voice .voice__other .other__list li .icon {
    left: 20px;
    top: 25px;
    width: 12px;
    height: auto;
  }

















    #voice .section .section__title img {
        height: 14px;
        position: relative;
        top: -3px;
        left: -3px;
    }



  #schedule .schedule__program .program__pic01 {
    right: 20px;
    bottom: -200px;
    width: 30%;
  }
  #voice .voice__pic01 {
  left: 55px;
  top: auto;
  bottom: -135px;
  width: 80px;
  height: auto;
  z-index: 1;
  }
  #offer .container p{
  margin-top: 50px;
  text-align: left;
}

#voice .voice__box .box__title .name {
    font-size: unset;
}
#voice .voice__box .box__title .name > span {
    width: 32px;
    height: 46px;
    padding-bottom: 5px;
    background-size: 100%;
    font-size: unset;
}
#voice .voice__other .other__list li {
  width: 100%;
  margin-bottom: 15px;
}
.section .section__description {
        text-align: left;
    }
    
    
    
    
    
    .pc_inline{
      display: none;
    }
}

.indent{
    text-indent: -1em;
    margin-left: 1em;
}
ul.circle {
  list-style: none;
  padding-left: 20px;
  text-align: left;
  margin-top: 100px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
	ul.circle {
	  margin-top: 20px;
	}
}
.circle li {
  position: relative;
  margin-bottom: 10px;
}
.circle li::before {
  content: "●";
  position: absolute;
  left: -20px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
	div.simplebar-wrapper div.simplebar-mask div div div.btn {
		  display: flex;
		  justify-content: center;
		  white-space: nowrap;
	}
}
