@charset "UTF-8";

#topNavigationBtn {
  width: calc(100% - 40px);
  padding: 30px 0 0;
  margin: 0 auto;
  height: 27px;
  text-align: right;
}

#topNavigationBtn span {
  display: none;
}

#topNavigationSp {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

#topNavigation {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 18px 0;
  border-radius: 9999px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10px);
}

#topNavigation ul {
  width: min(100% - 40px, 1040px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
#topNavigation li {
  display: inline-block;
  position: relative;
  letter-spacing: 2px;
}

#topNavigation a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  font-size: 16px;
}

#topNavigation a:hover {
  color: #333;
  text-decoration: none;
  opacity: 1;
}

#topNavigation a:hover::after {
  width: 100%;
  transition: 0.3s ease-in-out;
}

#topEventButton {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: fixed;
  top: 40px;
  right: 30px;
  z-index: 100;
}

#topEventButton a {
  width: 100%;
  padding: 0 25px 16px;
  background: #3187c9;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
}

#topEventButton div {
  font-size: 3.6rem;
  line-height: 1.1;
}

#topEventButton span {
  font-size: 1.6rem;
}

#topEventButton div:last-child {
  margin-top: 6px;
}

#topEventButton div i {
  padding: 5px;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}

@media all and (max-width: 1680px) {
  #topEventButton a {
    padding: 6px 14px 16px;
  }

  #topEventButton div {
    font-size: 2.4rem;
  }

  #topEventButton div span {
    font-size: 1.35rem;
  }

  #topEventButton div i {
    margin-left: 10px;
    font-size: 14px;
  }
}

@media all and (max-width: 1000px) {
  #topNavigationBtn {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 60px 20px 0 0;
  }

  #topNavigationBtn span {
    width: 30px;
    font-size: 3.3rem;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
  }

  #topNavigationBtn span #barsBtn {
    display: block;
  }

  #topNavigationBtn span #timesBtn {
    display: none;
  }

  #topNavigationBtn span.on #barsBtn {
    display: none;
  }

  #topNavigationBtn span.on #timesBtn {
    display: block;
  }

  #topNavigation {
    display: none;
  }

  #topNavigationSp {
    width: auto;
    height: auto;
    padding: 60px 20px 0px;
    text-align: center;
    font-size: 0;
    display: none;
  }

  #topNavigationSp li {
    width: 100%;
  }

  #topNavigationSp a {
    width: 100%;
    padding: 6px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    text-decoration: none;
  }

  #topNavigationSp a:hover {
    color: #fff;
    background: #555;
    text-decoration: none;
    opacity: 1;
  }
}

@media all and (max-width: 767px) {
  #topNavigationBtn {
    padding: 25px 0 0 0;
  }

  #topEventButton {
    top: 15px;
    right: 15px;
  }

  #topEventButton a {
    padding: 3px 12px 8px;
  }

  #topEventButton div {
    font-size: 2rem;
  }

  #topEventButton div i {
    display: none;
  }
}

/* join */
#join {
  background: var(--lightGreen);
  padding: 0 0 20px;
}
#join .titleImg {
  padding: 0 20px;
}
/* pic */
.titleImg {
  width: min(100%, 700px);
  margin: 0 auto -35px;
  position: relative;
  z-index: 11;
}
.swiper-container .swiper-box {
  position: relative;
  z-index: 0;
}
.swiper-container .swiper-slide {
  border-radius: 10px;
}
.swiper-container .swiper-slide .contents {
  position: relative;
}
.swiper-container .swiper-slide .dayImg {
  position: absolute;
  width: 110px;
  left: 0;
  top: 0;
  transform: translate(-50%, 0);
}
.swiper-container h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #633b15;
  font-size: 2rem;
  font-weight: 700;
}
.swiper-container .column {
  display: flex;
  gap: 20px;
}
.swiper-container .column .photos {
  width: 50%;
}
.swiper-container .column figure {
  margin-bottom: 20px;
}
.swiper-container .column figure:last-child {
  margin-bottom: 0;
}
.swiper-container .column figure img {
  border-radius: 20px;
}
.swiper-container .column .contents {
  width: 50%;
}
.swiper-container .column .contents .def {
  margin-bottom: 30px;
}
.swiper-container .column .contents .def .defInner {
  margin-bottom: 20px;
}
.swiper-container .column .contents .def .defInner:last-child {
  margin-bottom: 0;
}
.swiper-container .column .contents .def .defInner dt {
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 2px;
  color: #f08001;
  font-size: 1.6rem;
  font-weight: bold;
  background: rgba(255, 219, 60, 0.2);
}
.swiper-container .column .contents .def .defInner dd {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.swiper-container .column .contents .notes {
  font-size: 1.4rem;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 0 !important;
}
.swiper-button-prev,
.swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  background: #f08001 !important;
}
.swiper-button-prev {
  left: calc(50% - calc(33.3% + 92px)) !important;
  transform: translate(50%, 0);
}
.swiper-button-next {
  right: calc(50% - calc(33.3% + 92px)) !important;
  transform: translate(-50%, 0);
}
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 2.4rem;
  display: grid;
  place-content: center;
  position: initial;
  color: #fff;
}
.schedule .swiper-container .swiper-slide{
	background: rgba(255, 255, 255, 0.8);
	padding: 100px 100px 50px;
}
.schedule .swiper-container .swiper-slide .img-flex{
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
}
.schedule .swiper-container .swiper-slide .img-flex span{
	position: absolute;
	left: -78px;
	top: -67px;
}
.schedule .swiper-container .swiper-slide .img-flex > img{
	border-radius: 10px;
}
.schedule .swiper-container .swiper-slide .comming{
	background: #C1E5FF;
	border-radius: 10px;
	margin-top: 20px;
	text-align: center;
	font-size: 35px;
	font-weight: 800;
	padding: 6px 0;
}

@media screen and (max-width: 960px) {
  .swiper-container .swiper-slide {
    padding: 60px 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
  }
  .swiper-container .swiper-slide .dayImg {
    width: 70px;
    top: 40px;
    transform: translate(0, 0);
  }
  .swiper-container .column {
    display: block;
  }
  .swiper-container .column .photos {
    width: 100%;
    margin-bottom: 40px;
  }
  .swiper-container .column .photos figure {
    width: min(100%, 320px);
    margin: 0 auto 20px;
  }
  .swiper-container .column figure:last-child {
    margin-bottom: 0;
  }
  .swiper-container .column .contents {
    width: 100%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #f08001 !important;
  }
  .swiper-button-prev {
    left: 30px !important;
  }
  .swiper-button-next {
    right: 30px !important;
  }
  .swiper-button-prev i,
  .swiper-button-next i {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .swiper-button-prev {
    left: 0px !important;
  }
  .swiper-button-next {
    right: 0px !important;
  }
}

/* schedule */
.schedule {
  background: var(--lightBlue2);
  padding-bottom: 40px;
}
.schedule .bosyuTitle {
  width: min(100%, 700px);
  margin: 0 auto -40px;
  position: relative;
  z-index: 11;
}

.note-tl{
	font-size: 32px;
	color: #007BD6;
	font-weight: 800;
	position: relative;
	height: 114px;
	width: 699px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	margin: 0 auto;
}

.note-tl::before{
	content: "";
	background: url(../img/2025/bosyu-title-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: -10px;
}

.schedule .detailPc {
}
.schedule .detailSp {
  display: none;
}

/* tv */
.milkTv {
  background: var(--lightGreen);
  padding: 60px 20px;
}
.milkTv .tvImg {
  width: min(100%, 860px);
  margin: 0 auto;
}

/* boshu */
.boshu {
  background: var(--lightBlue2);
  padding-bottom: 120px;
}
.boshu .boshuImg {
  width: min(100%, 874px);
  margin: 0 auto 40px;
}
.boshu .boshuImg2 {
  width: min(100%, 760px);
  margin: 0 auto 40px;
  padding: 40px;
  background: url(../img/bg-111.png) center center/cover;
  border-radius: 20px;
}
.boshu .boshuImg2 img {
  display: block;
  margin-bottom: 20px;
}
.boshu .boshuImg2 h3 {
  margin: 0 auto 40px;
  color: var(--green);
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
}
.boshu .boshuImg2 p {
  font-size: 1.6rem;
  font-weight: 500;
}
.boshu .boshuImg2 p a {
  color: blue;
}
.boshu .bosu-place-box{
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 67px 0;
	text-align: center;
	margin-top: -30px;
}
.boshu .bosu-place-box img{
	width: auto;
}
.boshu .boshuImg1{
	text-align: center;
	margin: 0 auto 20px;
}
.boshu .boshuImg1 img{
	width: auto;
}
@media screen and (max-width: 560px) {
  .boshu .boshuImg2 {
    padding: 40px 20px;
  }
  .boshu .boshuImg2 h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .boshu .boshuImg2 h3 {
    font-size: 2rem;
  }
  .boshu .boshuImg2 p {
    font-size: 1.4rem;
  }
  .boshu .boshuImg2 p a {
    font-size: 1.4rem;
  }
}

.boshu .contentsBg {
  padding: 0px 0 10px;
  margin-bottom: 60px;
}
.boshu .contentsBg .desc {
  font-size: 1.4rem;
  width: min(100%, 640px);
  margin: 0 auto;
}
.boshu .contentsBg .desc span {
  color: var(--lightBlue);
  font-weight: 500;
}
.boshu .contentsBg .container {
  width: min(100% - 40px, 740px);
  margin: 0 auto;
}
.boshu .contentsBg .container .pic {
  margin-bottom: 35px;
}
.boshu .contentsBg .container .def {
  margin-bottom: 35px;
}
.boshu .contentsBg .container .def .defInner {
  display: flex;
  gap: 20px;
  padding: 25px 0;
  border-top: 3px dotted #cccccc;
}
.boshu .contentsBg .container .def .defInner:last-child {
  border-bottom: 3px dotted #cccccc;
}
.boshu .contentsBg .container .def .defInner dt {
  width: 150px;
}
.boshu .contentsBg .container .def .defInner dd {
  width: calc(100% - 150px);
  font-size: 1.6rem;
}
.boshu .contentsBg .container .def .defInner dd .strong {
  display: block;
  font-size: 2.8rem;
  font-weight: 900;
}
.boshu .contentsBg .container .def .defInner dd .mid {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}
.boshu .contentsBg .container .def .defInner dd .small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.boshu .contentsBg .container .def .defInner dd .inline {
  display: inline-block;
}

.boshu .contentsBg .container .bgGray {
  background: rgba(213, 213, 213, 0.2);
  padding: 40px;
}
.boshu .contentsBg .container .bgGray h3 {
  margin-bottom: 20px;
  color: var(--green);
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
}
.boshu .contentsBg .container .bgGray h4 {
  margin-bottom: 5px;
  color: var(--green);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.boshu .contentsBg .container .bgGray .text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 2;
}
.boshu .contentsBg .container .bgGray .text:last-child {
  margin-bottom: 0;
}
.boshu .contentsBg .container .bgGray .text .green {
  color: #9cc811;
}
.boshu .contentsBg .container .linkButton {
  width: 100%;
  margin-bottom: 25px;
  background: linear-gradient(
    rgba(213, 213, 213, 0.2) 0%,
    rgba(213, 213, 213, 0.2) 50%,
    #fff 50%,
    #fff 100%
  );
}
.boshu .contentsBg .container .linkButton a {
  display: block;
  width: min(100%, 320px);
  margin: 0 auto;
}
.boshu .contentsBg .container .pireod {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.boshu .contact {
  width: min(100%, 860px);
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
}
.boshu .contact h3 {
  color: var(--green);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.boshu .contact .textTop {
  font-size: 1.8rem;
  font-weight: 500;
}
.boshu .contact .textBottom {
  font-size: 1.4rem;
  font-weight: 500;
}

.boshu .defList {
  margin-bottom: 40px;
}
.boshu .defList .defListInner {
  display: flex;
  gap: 20px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 3px dotted #cccccc;
  align-items: flex-start;
  dt {
    background: url(../img/2025/ribon.svg) no-repeat;
	background-size: 100%;
	height: 40px;
	width: 150px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.2em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 25px;
  }
  dd {
    width: calc(100% - 150px);
    font-size: 18px;
    font-weight: 500;
    .big {
      font-size: 26px;
      font-weight: 900;
    }
    .middle {
      font-weight: bold;
    }
    .middle.block {
      display: block;
    }
    .top {
      display: block;
    }
    .bottom {
      font-size: 14px;
    }
  }
}
.boshu .defList .defListInner:first-child {
  padding-top: 25px;
  border-top: 3px dotted #cccccc;
}
.boshu .defList .defListInner:last-child {
  margin-bottom: 0;
}
.boshu .hogosha {
  background: rgba(213, 213, 213, 0.2);
  padding: 40px 0 90px;
  .commonTitle {
    border-bottom: none;
  }
  .box {
    width: min(100% - 20px, 640px);
    margin: 0 auto;
    margin-bottom: 25px;
    :last-child {
      margin-bottom: 0;
    }
    h3 {
      color: var(--blue);
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .description {
      font-size: 14px;
      line-height: 2;
      font-weight: 500;
      .square {
        color: var(--yellow);
      }
    }
  }
}
.boshu .linkButton {
  margin: -50px auto 0;
  a {
    img {
      width: min(100% - 10px, 320px);
      margin: 0 auto;
      display: block;
    }
  }
  p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
  }
}

.linkbutton-a{
	background: #007BD6;
	border-radius: 15px;
	color: #ffffff;
	height: 90px;
	width: 343px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	font-size: 29px;
	font-weight: 800;
	letter-spacing: 0;
	position: relative;
	box-shadow: 0 8px 0 rgba(255, 219, 60, 0.63);
}

.linkbutton-a span{
	font-size: 13px;
	font-weight: 500;
}

.linkbutton-a::after{
	content: "→";
	color: #FFDB3C;
	font-size: 16px;
	font-weight: 700;
	border: 2px solid #FFDB3C;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.linkbutton-a:hover{
	color: #ffffff;
	text-decoration: unset;
}

.boshuContact {
  width: min(100% - 40px, 860px);
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
  h2 {
    color: var(--green);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
  p {
    font-weight: 500;
  }
  .top {
    font-size: 18px;
  }
  .bottom {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .boshu .defList .defListInner {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    dt {
      margin-bottom: 5px;
    }
    dd {
      width: 100%;
      font-size: 16px;
      .big {
        font-size: 20px;
      }
    }
  }
}
@media screen and (max-width: 960px) {
  .boshu .contentsBg .container .def .defInner {
    display: block;
  }
  .boshu .contentsBg .container .def .defInner dt {
    margin-bottom: 5px;
    width: 100px;
  }
  .boshu .contentsBg .container .def .defInner dd {
    width: 100%;
  }
  .boshu .contentsBg .container .bgGray {
    padding: 40px 20px;
  }
  .boshu .contentsBg .container .bgGray h3 {
    font-size: 2rem;
  }
  .boshu .contentsBg .container .bgGray h4 {
    font-size: 1.8rem;
  }
  .boshu .contentsBg .container .bgGray .text {
    font-size: 1.3rem;
    margin-bottom: 50px;
    line-height: 2;
  }
  .boshu .contentsBg .container .def .defInner dd {
    width: calc(100%);
    font-size: 1.6rem;
  }
  .boshu .contentsBg .container .def .defInner dd .strong {
    font-size: 2.2rem;
  }
  .boshu .contentsBg .container .def .defInner dd .mid {
    font-size: 1.8rem;
  }
  .boshu .contentsBg .container .def .defInner dd .small {
    font-size: 1.3rem;
  }
}
/* contents */
#contents {
  padding: 100px 0 240px;
  background: url(../img/2025/bg-stripe.png) center center / cover;
}

.contentsBg {
  width: min(calc(100% - 40px), 1000px);
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 960px) {
  #contents {
    padding: 60px 0 180px;
  }
}
.contentsWrap {
  padding: 80px 0 0;
}
#join .guidanceBox {
  width: min(100% - 40px, 880px);
  margin: 0 auto 40px;
}
#join .guidanceBox .bg {
  border-radius: 10px;
  padding: 80px 20px 60px;
  background: rgba(255, 255, 255, 0.8);
}
#join .guidanceBox .bg .banner {
  width: min(100%, 320px);
  margin: 0 auto;
}

/* learn */
#learn {
  margin-bottom: 60px;
}

.learnInner {
  width: min(calc(100% - 80px), 760px);
  margin: 0 auto 60px;
}

.learnInner .desc {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.6;
}

/* video */
.learnVideo .youtube {
  position: relative;
}

.learnVideo .youtube i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  color: rgba(255, 0, 0);
}

.learnVideo .youtube img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  aspect-ratio: 16/9;
}

.learnVideo .youtube:hover {
  cursor: pointer;
}

.learnInner .learnVideo iframe {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  vertical-align: bottom;
}

.learnInner .learnVideo iframe img {
  width: 100%;
  height: 100%;
}

.learnInner .learnVideo a {
  display: block;
  aspect-ratio: 16/9;
  position: relative;
}

.learnInner .learnVideo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learnInner .learnVideo a span {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 25px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.learnInner .learnVideo h3 {
  margin: 20px 0 15px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.learnInner .learnVideo p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

@media all and (max-width: 1000px) {
  #learnVideo {
    padding-left: 0;
    padding-right: 0;
  }

  #learn h3 {
    font-size: 1.8rem;
  }

  #learn h3 span {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 767px) {
  #learn {
    margin: 0 auto 60px;
  }

  #learn > p {
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 1.6;
  }

  .learnVideo {
    margin-bottom: 30px;
  }

  #learn a span {
    bottom: 10px;
    right: 15px;
    font-size: 1.6rem;
  }

  .learnInner .desc {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 560px) {
  .learnInner {
    width: min(calc(100% - 40px), 720px);
  }
}

/* try */
#try {
  position: relative;
  padding-bottom: 100px;
}

/* #try:before,
#try:after {
  content: "";
  display: block;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(125deg, transparent, transparent 3px, rgba(0, 0, 0, 0.3) 3px, rgba(0, 0, 0, 0.3) 6px);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
}

#try:before {
  top: 0;
}

#try:after {
  bottom: 0;
} */

.tryInner {
  width: min(calc(100% - 80px), 720px);
  margin: 0 auto;
}

#tryVideo video {
  margin-bottom: 20px;
  width: 100%;
}

#tryVideo h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

#tryVideo p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

@media all and (max-width: 1000px) {
  #tryVideo {
    padding-left: 0;
    padding-right: 0;
  }

  #tryVideo video {
    margin-bottom: 20px;
    width: 100%;
  }

  #tryVideo h3 {
    font-size: 1.8rem;
  }

  #tryBase {
    background: #fff;
  }

  #galleryTxt {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 757px) {
  #try {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  .tryInner {
    width: min(calc(100% - 40px), 720px);
  }
}

/* gallery */
#gallery {
  width: min(calc(100% - 80px), 720px);
  margin: 0 auto;
  padding-bottom: 100px;
}

.galleryTxt h3 {
  margin-bottom: 10px;
  color: #529571;
  font-size: 2.2rem;
  font-weight: 700;
}

.galleryTxt p {
  font-size: 1.4rem;
  margin-bottom: 50px;
  font-weight: 500;
}

.galleryTxt .topText {
  margin-bottom: 15px;
}

#galleryMenu {
  margin-bottom: 25px;
  font-size: 0;
  text-align: center;
}

#galleryMenu li {
  margin: 0 10px;
  padding: 0 5px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
  border-bottom: 0 solid #6ec1e4;
  transition: 0.3s ease-in-out;
}

#galleryMenu li:hover {
  color: #3188c9;
  border-bottom: 3px solid #6ec1e4;
}

#galleryMenu li.on {
  border-bottom: 3px solid #6ec1e4;
}

#galleryImgList1,
#galleryImgList2,
#galleryImgList3,
#galleryImgList4 {
  display: none;
}

#galleryImgList1.on,
#galleryImgList2.on,
#galleryImgList3.on,
#galleryImgList4.on {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#galleryImgList1 img,
#galleryImgList2 img,
#galleryImgList3 img,
#galleryImgList4 img {
  opacity: 0;
}

#galleryImgList1.on img,
#galleryImgList2.on img,
#galleryImgList3.on img,
#galleryImgList4.on img {
  opacity: 1;
}

#galleryImgList1 li,
#galleryImgList2 li,
#galleryImgList3 li,
#galleryImgList4 li {
  width: 23%;
  margin-bottom: 15px;
}

#galleryImgList1::before,
#galleryImgList2::before,
#galleryImgList3::before,
#galleryImgList4::before {
  content: '';
  display: block;
  width: 23%;
  order: 1;
}

#galleryImgList1::after,
#galleryImgList2::after,
#galleryImgList3::after,
#galleryImgList4::after {
  content: '';
  display: block;
  width: 23%;
}

@media all and (max-width: 1000px) {
  #galleryTxt {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  #galleryTxt h3 {
    margin: 0 0 1em 0;
    color: #3188c9;
    font-size: 1.7rem;
    font-weight: 700;
  }

  #galleryTxt p {
    margin: 0 0 1em 0;
    font-size: 1.4rem;
  }
}

@media all and (max-width: 767px) {
  #gallery {
    padding-bottom: 60px;
  }
  #galleryTxt {
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  #galleryImg {
    width: 100%;
  }

  #galleryMenu {
    margin-bottom: 25px;
    font-size: 0;
    text-align: center;
  }

  #galleryMenu li {
    margin: 0 7px;
    padding: 0 5px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }

  #galleryMenu li:hover {
    color: #3188c9;
    border-bottom: 3px solid #6ec1e4;
  }

  #galleryMenu li.on {
    border-bottom: 3px solid #6ec1e4;
  }

  #galleryImgList1,
  #galleryImgList2,
  #galleryImgList3,
  #galleryImgList4 {
    display: none;
  }

  #galleryImgList1.on,
  #galleryImgList2.on,
  #galleryImgList3.on,
  #galleryImgList4.on {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #galleryImgList1 img,
  #galleryImgList2 img,
  #galleryImgList3 img,
  #galleryImgList4 img {
    opacity: 0;
  }

  #galleryImgList1.on img,
  #galleryImgList2.on img,
  #galleryImgList3.on img,
  #galleryImgList4.on img {
    opacity: 1;
  }

  #galleryImgList1 li,
  #galleryImgList2 li,
  #galleryImgList3 li,
  #galleryImgList4 li {
    width: 48%;
    margin-bottom: 15px;
  }

  #galleryImgList1::before,
  #galleryImgList2::before,
  #galleryImgList3::before,
  #galleryImgList4::before {
    content: '';
    display: block;
    width: 48%;
    order: 1;
  }

  #galleryImgList1::after,
  #galleryImgList2::after,
  #galleryImgList3::after,
  #galleryImgList4::after {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  #gallery {
    width: min(calc(100% - 40px), 720px);
  }
}

/* study */
#study {
  position: relative;
  padding-bottom: 100px;
}

.studyInner {
  width: min(calc(100% - 80px), 720px);
  margin: 0 auto;
}

.studyTxt p {
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 500;
}

#studyList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#studyList li {
  width: 22%;
  margin-bottom: 20px;
}
#studyList li a {
  display: block;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
}

#studyList::before {
  content: '';
  display: block;
  width: 22%;
  order: 1;
}

#studyList::after {
  content: '';
  display: block;
  width: 22%;
}

#studyList img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#studyList p {
  font-size: 1.4rem;
  font-weight: 700;
}

@media all and (max-width: 1000px) {
  #study {
    display: block;
    padding-bottom: 60px;
  }

  #studyTxt {
    width: 100%;
  }

  #studyTxt p {
    margin: 0 0 50px;
  }

  #studyMain {
    width: 100%;
  }

  #studyList {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  #studyList li {
    width: 48%;
  }

  #studyList::before {
    content: '';
    display: block;
    width: 48%;
    order: 1;
  }

  #studyList::after {
    display: none;
  }
  
  .note-tl {
	font-size: 15px;
	height: 57px;
	width: 90%;
  }
  
  .schedule .swiper-container .swiper-slide {
	padding: 100px 25px 30px;
  }
  
  .schedule .swiper-container .swiper-slide .img-flex span {
    left: -20px;
    top: -47px;
    width: 80px;
  }
  
  .schedule .swiper-container .swiper-slide .img-flex {
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .schedule .swiper-container .swiper-slide .comming {
    margin-top: 15px;
    font-size: 24px;
  }
  
  .boshu .bosu-place-box {
    max-width: 95%;
    margin: -30px auto 0;
  }
  
  .linkbutton-a {
    max-width: 100%;
    font-size: 24px;
  }
}

@media screen and (max-width: 560px) {
  .studyInner {
    width: min(calc(100% - 40px), 720px);
  }
}

/**/




