@charset "UTF-8";
/*
Theme Name: iw
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@600&family=Noto+Sans+JP:wght@300&display=swap");
body {
  max-width: 100%;
  background-color: #FBFBFB;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

li {
  list-style: none;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  color: black;
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
}

h3, h4 {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 800px) {
  p {
    font-size: 0.8rem;
  }
}
a {
  font-family: "Noto Sans JP", sans-serif;
  color: black;
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 1rem;
}
a:hover {
  text-decoration: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}
main {
  background-color: #FBFBFB;
}

.section {
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section .secBox {
  width: 90%;
}
.section .secTitle {
  font-family: "Jost", sans-serif;
  font-style: italic;
}
.section .secTitle h1 {
  letter-spacing: 2px;
}
.section .secTitle p {
  font-weight: bold;
  color: #00b597;
}
.section.heavyBlue {
  background-color: #008e76;
}
.section.heavyBlue .secTitle h1 {
  color: white;
}
.section.heavyBlue .secTitle p {
  color: #a6fff0;
}
.section.heavyBlue a {
  color: skyblue;
}

@media screen and (max-width: 1000px) {
  .section .secTitle {
    width: 100%;
    text-align: center;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  padding-right: 0;
  align-items: center;
  width: 100%;
  height: 80px;
  flex-wrap: nowrap;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgb(222, 222, 222);
}
.header .logo a img {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .header nav {
    display: none;
  }
}
.header nav ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.header nav ul li {
  padding: 0 9px;
  border-right: 1px solid #a6fff0;
}
@media screen and (max-width: 1303px) {
  .header nav ul li {
    padding: 0 7px;
  }
}
.header nav ul li a {
  font-size: 0.8rem;
  color: rgb(70, 70, 70);
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (max-width: 1303px) {
  .header nav ul li a {
    font-size: 0.7rem;
  }
}
.header nav ul li a img {
  width: 30px;
}
.header nav ul li a:hover {
  color: #a6fff0;
  text-decoration: none;
}
.header nav ul li:last-child {
  padding: 0;
  border: none;
}
.header nav ul li:nth-child(9) {
  margin-right: 0;
  border: none;
}
.header nav ul li:nth-child(10) {
  margin-right: 0;
  border: none;
}
.header nav ul li:nth-child(11) {
  padding: 0;
  border: none;
}
.header nav ul li:nth-child(11) a {
  color: white;
}
.header nav ul li:last-child a {
  color: white;
  letter-spacing: 2px;
  transition: 0.3s;
}
.header nav ul li:last-child a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.headContact a {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00b597;
  color: white;
  height: 80px;
  transition: 0.3s;
}
.headContact.mypageBtn a {
  background-color: #ff0e0e;
}
.headContact a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.hbg {
  display: none;
  width: 80px;
  height: 80px;
  background-color: #00b597;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .hbg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.hbg span {
  display: block;
  background-color: white;
  width: 60%;
  height: 5px;
  margin: 5px 0;
  border-radius: 5px;
  transition: 0.3s;
}
.hbg.open span:first-child {
  transform: rotate(45deg) translateY(14px) translateX(13px);
}
.hbg.open span:last-child {
  transform: rotate(-45deg) translateY(-8px) translateX(8px);
}
.hbg.open span:nth-child(2) {
  opacity: 0;
}

.slideMenu {
  opacity: 0;
  z-index: -1;
  background: linear-gradient(rgb(46, 40, 71), #008e76);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: 0.3s;
  overflow-y: scroll;
}
.slideMenu.open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  z-index: 110;
}
.slideMenu ul {
  padding-top: 80px;
  width: 250px;
}
@media screen and (max-width: 500px) {
  .slideMenu ul {
    padding-top: 100px;
  }
}
.slideMenu ul li {
  margin: 20px 0;
}
.slideMenu ul li a {
  color: white;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .slideMenu ul li a {
    font-size: 1.1rem;
  }
}
.slideMenu ul li a:hover {
  color: #a6fff0;
  text-decoration: none;
}
.slideMenu ul .headContact {
  width: 200px;
}
@media screen and (max-width: 500px) {
  .slideMenu ul .headContact {
    width: 150px;
  }
}
.slideMenu .snsIcons {
  display: flex;
  justify-content: center;
  margin-top: -10px;
  width: 100%;
}
.slideMenu .snsIcons a {
  display: block;
  margin: 10px;
}
.slideMenu .snsIcons a img {
  width: 50px;
}
@media screen and (max-width: 500px) {
  .slideMenu .snsIcons a img {
    width: 30px;
  }
}

.topVisual {
  margin-top: 45px;
  height: 750px;
  overflow: hidden;
}
@media screen and (max-width: 1550px) {
  .topVisual {
    height: 650px;
  }
}
@media screen and (max-width: 1400px) {
  .topVisual {
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .topVisual {
    height: 500px;
  }
}
@media screen and (max-width: 1080px) {
  .topVisual {
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .topVisual {
    height: 350px;
  }
}
@media screen and (max-width: 750px) {
  .topVisual {
    margin-top: 20px;
    height: 550px;
  }
}
@media screen and (max-width: 550px) {
  .topVisual {
    margin-top: 35px;
    height: 500px;
  }
}
@media screen and (max-width: 400px) {
  .topVisual {
    margin-top: 35px;
    height: 400px;
  }
}
.topVisual img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1900px) {
  .topVisual img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 1080px) {
  .topVisual img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 750px) {
  .topVisual img {
    -o-object-fit: fill;
    object-fit: fill;
  }
}
@media screen and (max-width: 400px) {
  .topVisual img {
    -o-object-fit: fill;
    object-fit: fill;
  }
}

.latest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: black;
  height: 80px;
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .latest {
    padding: 0 10px;
  }
}
.latest .secTitle {
  width: 15%;
}
@media screen and (max-width: 1200px) {
  .latest .secTitle {
    width: 10%;
  }
}
.latest .secTitle h2 {
  color: #D7D700;
  font-family: "Jost", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .latest .secTitle h2 {
    font-size: 1.1rem;
  }
}
.latest .latestTxt {
  display: flex;
  align-items: center;
  width: 85%;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .latest .latestTxt {
    width: 90%;
  }
}
.latest .latestTxt:hover {
  text-decoration: none;
  opacity: 0.7;
}
.latest .latestTxt .latestDate {
  margin: 0 30px;
}
@media screen and (max-width: 1200px) {
  .latest .latestTxt .latestDate {
    margin: 0 20px;
  }
}
.latest .latestTxt .latestDate p {
  color: rgb(198, 198, 198);
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .latest .latestTxt .latestDate p {
    font-size: 0.8rem;
  }
}
.latest .latestTxt .latestPostTitle h4 {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .latest .latestTxt .latestPostTitle h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .latest .latestTxt .latestPostTitle h4 {
    font-size: 0.9rem;
    padding-right: 30px;
  }
}
.latest .latestTxt span {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .latest .latestTxt span {
    right: 1%;
  }
}
@media screen and (max-width: 1000px) {
  .latest .latestTxt span {
    right: 0;
  }
}
.latest .latestTxt span i {
  font-size: 2rem;
  color: #D7D700;
}
@media screen and (max-width: 1200px) {
  .latest .latestTxt span i {
    font-size: 1.3rem;
  }
}

.detailBtn a {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00b597;
  border-radius: 15px;
  box-shadow: 0 3px 10px 1px rgb(75, 75, 75);
  position: relative;
  transition: 0.6s;
}
.detailBtn a:hover {
  box-shadow: none;
  transform: translateY(2px);
  text-decoration: none;
  opacity: 0.9;
}
.detailBtn a p {
  color: white;
  font-weight: bold;
  margin: 0;
  letter-spacing: 1px;
}
.detailBtn a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  right: 10px;
}
.detailBtn.lightBtn a {
  background-color: #D7D700;
  box-shadow: 0 3px 10px 1px rgb(75, 75, 75);
}
.detailBtn.lightBtn a p, .detailBtn.lightBtn a i {
  color: white;
}

.aboutBG {
  background-color: rgba(210, 95, 0, 0.0745098039);
}

.page_about {
  position: relative;
  z-index: 10;
}
.page_about .pageTitle {
  text-align: center;
  margin-bottom: 70px;
}
.page_about .pageTitle h1 {
  color: #008e76;
}
.page_about p {
  position: relative;
  z-index: 5;
}
.page_about .aboutBGPic {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.page_about .aboutBGPic .aboutBGPic1 {
  position: absolute;
  z-index: 1;
  width: 300px;
  top: 120px;
  right: 50%;
  transform: translateX(50%);
}
.page_about .aboutBGPic .aboutBGPic2 {
  position: absolute;
  z-index: 1;
  width: 300px;
  top: 450px;
  right: 50px;
}
.page_about .aboutBGPic .aboutBGPic3 {
  position: absolute;
  z-index: 1;
  width: 300px;
  top: 1000px;
  right: 50px;
}
.page_about .aboutBGPic .aboutBGPic4 {
  position: absolute;
  z-index: 1;
  width: 380px;
  top: 1500px;
  right: 50px;
  opacity: 0.4;
}
.page_about .aboutBGPic .aboutBGPic5 {
  position: absolute;
  z-index: 1;
  width: 360px;
  top: 2100px;
  right: 50px;
  opacity: 0.4;
}

.about .secBox {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .about .secBox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about .secBox .secTitle {
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .about .secBox .secTitle {
    width: 100%;
    text-align: center;
  }
}
.about .secBox .secContent {
  width: min(800px, 75%);
}
@media screen and (max-width: 1000px) {
  .about .secBox .secContent {
    width: 90%;
    margin-top: 30px;
  }
}
.about .secBox .secContent p {
  letter-spacing: 1px;
  line-height: 30px;
}
.about .secBox .secContent .detailBtn {
  margin-top: 30px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1000px) {
  .about .secBox .secContent .detailBtn {
    justify-content: center;
  }
}
.about .outline {
  width: min(1500px, 90%);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 50px 0;
  margin-top: 50px;
  border-radius: 40px;
  box-shadow: 0 0 20px 1px rgb(228, 228, 228);
}
@media screen and (max-width: 1000px) {
  .about .outline {
    padding-bottom: 10px;
  }
}
.about .outline .outlineTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  font-family: "Jost", sans-serif;
}
.about .outline .outlineTitle h2 {
  font-weight: bold;
  color: #008e76;
  letter-spacing: 1px;
}
.about .outline .outlineContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
}
.about .outline .outlineContent dl {
  display: flex;
  align-items: center;
  width: min(900px, 90%);
  border-bottom: 1px solid #00b597;
  font-family: "Noto Sans JP", sans-serif;
}
.about .outline .outlineContent .outlineImg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 20px;
}
.about .outline .outlineContent .outlineImg img {
  width: 45%;
  margin: 10px 1%;
}
@media screen and (max-width: 550px) {
  .about .outline .outlineContent .outlineImg img {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .about .outline .outlineContent dl {
    flex-direction: column;
    align-items: start;
  }
}
.about .outline .outlineContent dl:last-child {
  border: none;
}
.about .outline .outlineContent dl dt {
  width: 25%;
  padding: 10px;
  padding-top: 0;
  display: flex;
  color: #008e76;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .about .outline .outlineContent dl dt {
    width: 100%;
    justify-content: start;
  }
}
.about .outline .outlineContent dl dd {
  width: 75%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 0.9rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .about .outline .outlineContent dl dd {
    width: 100%;
    justify-content: start;
  }
}
.about .outline .outlineContent dl dd p {
  font-size: 0.9rem;
}
.about .outline .outlineContent dl dd a {
  font-size: 0.8rem;
  display: inline-block;
  line-height: 15px;
  margin-right: 10px;
}
.about .outline .outlineContent dl dd .snsIcon {
  width: 30px;
  margin-right: 10px;
}

.program .secBox {
  margin-bottom: 70px;
}
.program .detailBtn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.program .detailBtn a p {
  letter-spacing: 2px;
}

.programTopTxt {
  color: white;
}
.programTopTxt a {
  color: #a6fff0;
  text-decoration: underline;
}

.timetableBox {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.timetableBox::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a6fff0;
}
.timetableBox .weekTitle {
  width: 100%;
  text-align: start;
  margin: 40px 0;
}
.timetableBox .weekTitle h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: white;
  position: relative;
  padding-bottom: 30px;
  padding-left: 50px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .timetableBox .weekTitle h3 {
    font-size: 1.3rem;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}
.timetableBox .weekTitle h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 105%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #a6fff0;
}
.timetableBox .weekTitle.blueTitle h3 {
  color: #008e76;
}
.timetableBox .dayList, .timetableBox .dayList2 {
  width: 80%;
  display: flex;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .timetableBox .dayList, .timetableBox .dayList2 {
    width: 95%;
  }
}
.timetableBox .dayList li, .timetableBox .dayList2 li {
  width: 33.3333333333%;
  padding: 10px 0;
  border: 1px solid white;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  background-color: black;
  color: white;
  border-radius: 10px 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .timetableBox .dayList li, .timetableBox .dayList2 li {
    font-size: 0.6rem;
  }
}
.timetableBox .dayList li.active, .timetableBox .dayList2 li.active {
  background-color: white;
  color: #00b597;
}
.timetableBox .dayList li.active.blueList, .timetableBox .dayList2 li.active.blueList {
  background-color: #00b597;
  color: white;
  border: 1px solid white;
}

.dayBox {
  width: 80%;
  padding: 40px 0;
  background-color: white;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .dayBox {
    width: 95%;
  }
}
.dayBox .dayContent, .dayBox .dayContent2 {
  display: none;
  padding-left: 30px;
}
.dayBox .dayContent.active, .dayBox .dayContent2.active {
  display: flex;
}
.dayBox .programList {
  width: 90%;
}
.dayBox .programList li {
  border-bottom: 1px solid #00b597;
}
.dayBox .programList li .programContent {
  display: flex;
  align-items: center;
  margin: 0;
  color: black;
}
.dayBox .programList li .programContent:hover {
  text-decoration: none;
}
.dayBox .programList li .programContent .programTime {
  margin: 0;
  width: 20%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .dayBox .programList li .programContent .programTime {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  .dayBox .programList li .programContent {
    font-size: 0.6rem;
    line-height: 15px;
    padding-right: 10px;
  }
}
.dayBox .programList li .programContent .programCatTitle {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  width: 80%;
  padding: 15px 30px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .dayBox .programList li .programContent .programCatTitle {
    padding: 10px 20px;
  }
}
.dayBox .programList li .programContent .programCatTitle::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #00b597;
}
.dayBox .programList li .programContent .programCatTitle .programCat {
  margin-bottom: 8px;
}
.dayBox .programList li .programContent .programCatTitle .programCat a {
  background-color: #008e76;
  border-radius: 7px;
  display: inline-block;
  padding: 0px 7px;
  font-size: 0.7rem;
  color: white;
  margin-right: 2px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .dayBox .programList li .programContent .programCatTitle .programCat a {
    font-size: 0.6rem;
    padding: -2px 6px;
  }
}
.dayBox .programList li .programContent .programCatTitle .programCat a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.dayBox .programList li .programContent .programCatTitle .programTitle {
  font-size: 1.1rem;
  color: black;
}
@media screen and (max-width: 1000px) {
  .dayBox .programList li .programContent .programCatTitle .programTitle {
    font-size: 0.9rem;
  }
}
.dayBox .programList li .programContent .programCatTitle .lunch {
  margin-top: 5px;
}
.dayBox .programList li .programContent .programCatTitle .lunch p {
  padding-left: 10px;
  font-size: 0.8rem;
  opacity: 0.8;
}
.dayBox .programList li .programContent .programCatTitle .notices {
  margin-top: 5px;
}
.dayBox .programList li .programContent .programCatTitle .notices p {
  padding-left: 10px;
  font-size: 0.8rem;
  opacity: 0.8;
}
.dayBox .programList li .programContent .programTitle .lunch {
  margin-top: 5px;
  color: #008e76;
}
.dayBox .programList li .programContent .programTitle .lunch p {
  padding-left: 10px;
  font-size: 0.8rem;
  opacity: 0.7;
  color: #008e76;
}
.dayBox .programList li .programTitle .notices p {
  padding-left: 3px;
  font-size: 0.8rem;
  opacity: 0.8;
  color: black;
  margin-top: 2px;
  margin-bottom: -5px;
}
@media screen and (max-width: 800px) {
  .dayBox .programList li .programTitle .notices p {
    font-size: 0.7rem;
  }
}
.dayBox .programList li .programCatTitle .venue {
  padding-left: 5px;
  font-size: 0.9rem;
  color: #bdc400;
}
@media screen and (max-width: 800px) {
  .dayBox .programList li .programCatTitle .venue {
    font-size: 0.7rem;
  }
}
.dayBox .programList:last-child {
  border: none;
}

.dayBox.catPostList {
  background-color: #008e76;
}

.catPostList {
  margin-top: -1px;
  border-top: 0;
}
.catPostList .catDay {
  margin: 15px 30px;
  font-weight: bold;
  font-size: 1.7rem;
  font-family: "Jost", sans-serif;
  color: #D7D700;
  background-color: #008e76;
}
@media screen and (max-width: 600px) {
  .catPostList .catDay {
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin: 10px 20px;
  }
}
.catPostList .catProgramContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #008e76;
}
.catPostList .catProgramContent .programList {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #008e76;
}
.catPostList .programList li {
  border: none;
  width: 100%;
  padding: 15px 0;
  background-color: #008e76;
  border: none;
}
.catPostList .programList li .programContent {
  background-color: white;
  border-radius: 20px;
}
.catPostList .programList li .programContent .programTime {
  color: #727272;
  line-height: 15px;
  width: 15%;
  font-size: 0.9rem;
  text-align: center;
  padding-left: 15px;
}
@media screen and (max-width: 800px) {
  .catPostList .programList li .programContent .programTime {
    font-size: 0.6rem;
  }
}
.catPostList .programList li .programContent a {
  display: block;
  padding: 20px 50px;
  text-decoration: none;
  transition: 0.3s;
  color: #008e76;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  width: 85%;
  padding-left: 15px;
}
@media screen and (max-width: 1000px) {
  .catPostList .programList li .programContent a {
    padding: 20px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  .catPostList .programList li .programContent a {
    font-size: 0.9rem;
  }
}
.catPostList .programList li .programContent a .programCat {
  background-color: #008e76;
  border-radius: 7px;
  display: inline-block;
  padding: 0px 7px;
  font-size: 0.7rem;
  color: white;
  margin-right: 2px;
  transition: 0.3s;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .catPostList .programList li .programContent a .programCat {
    font-size: 0.6rem;
    padding: -2px 6px;
  }
}
.catPostList .programList li .programContent a .venue {
  padding-left: 5px;
  font-size: 0.9rem;
  color: #bdc400;
  text-decoration: none;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .catPostList .programList li .programContent a .venue {
    font-size: 0.7rem;
  }
}
.catPostList .programList li .programContent a:hover {
  opacity: 0.7;
}
.catPostList .programList li:last-child {
  border: none;
}

.catBoxContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.catBoxContainer .catBox {
  margin-top: 50px;
  width: 390px;
  border: 1px solid #008e76;
  position: relative;
  padding-top: 30px;
  box-sizing: border-box;
  margin: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 400px) {
  .catBoxContainer .catBox {
    width: 350px;
  }
}
.catBoxContainer .catBox h4 {
  position: absolute;
  top: -20px;
  left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FBFBFB;
  padding: 3px 7px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .catBoxContainer .catBox h4 {
    font-size: 1rem;
    top: -15px;
  }
}
.catBoxContainer .catBox .catList {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 400px) {
  .catBoxContainer .catBox .catList {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.catBoxContainer .catBox .catList li {
  margin: 3px;
}
@media screen and (max-width: 600px) {
  .catBoxContainer .catBox .catList li {
    margin: 2px;
  }
}
.catBoxContainer .catBox .catList li a {
  background-color: #008e76;
  color: white;
  border-radius: 5px;
  padding: 2px 6px;
  padding-bottom: 4px;
  font-size: 0.8rem;
  transition: 0.3s;
  font-weight: bold;
}
.catBoxContainer .catBox .catList li a .target {
  border: solid 2px #008e76;
  color: #008e76;
  background-color: white;
}
@media screen and (max-width: 600px) {
  .catBoxContainer .catBox .catList li a {
    font-size: 0.7rem;
  }
}
.catBoxContainer .catBox .catList li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.catBoxContainer .catBox:nth-child(3) {
  height: 100px;
}
.catBoxContainer.blueCatBoxContainer .catBox {
  border: 1px solid #e4e4e4;
}
.catBoxContainer.blueCatBoxContainer .catBox h4 {
  background-color: #008e76;
  color: white;
}
.catBoxContainer.blueCatBoxContainer .catBox .catList li a {
  background-color: #008e76;
  font-weight: bold;
  color: white;
  border: 1px solid white;
}
.catBoxContainer.blueCatBoxContainer .catBox .catList li a .target {
  border: solid 2px #008e76;
  color: #008e76;
  background-color: white;
}

.news .secBox .secContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news .secBox .secContent .newsList {
  width: min(800px, 90%);
}
.news .secBox .secContent .newsList li {
  border-bottom: 1px solid #00b597;
  padding: 20px 10px;
  padding-right: 0;
  display: flex;
  align-items: center;
}
.news .secBox .secContent .newsList li h3, .news .secBox .secContent .newsList li h4 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 10px;
}
.news .secBox .secContent .newsList li p {
  margin: 0;
  margin-right: 80px;
  font-size: 0.8rem;
}
.news .secBox .secContent .newsList li .newsTitle {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 1px;
  line-height: 30px;
}
.news .secBox .secContent .newsList li:last-of-type {
  border: none;
}
.news .secBox .secContent .newsList li:first-child p {
  position: relative;
}
.news .secBox .secContent .newsList li:first-child p::before {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: auto;
  right: -70px;
  content: "NEW";
  font-size: 0.6rem;
  background-color: #F21464;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 4px;
  padding-bottom: 1px;
  height: 18px;
}
.news .secBox .secContent .newsList .detailBtn {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: 40px;
}
.news .secBox .secContent .newsList .detailBtn a {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00b597;
  border-radius: 15px;
  box-shadow: 0 5px 10px 1px rgb(169, 169, 169);
  position: relative;
  transition: 0.6s;
}
.news .secBox .secContent .newsList .detailBtn a:hover {
  box-shadow: 0 3px 20px 1px rgb(195, 195, 195);
  transform: translateY(2px);
  text-decoration: none;
  opacity: 0.9;
}

@media screen and (max-width: 1000px) {
  .news .secBox .secContent .newsList li p {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .news .secBox .secContent .newsList li .newsTitle {
    font-size: 0.9rem;
    line-height: 25px;
  }
}
.sponser .detailBtn {
  margin-top: 50px;
}

.sponserBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
.sponserBox .sponserList {
  background-color: white;
  width: 85%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.sponserBox .sponserList li {
  width: 28%;
  margin: 20px 2%;
  display: flex;
  justify-content: center;
}
.sponserBox .sponserList li a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.sponserBox .sponserList li a:hover {
  opacity: 0.7;
}
.sponserBox .sponserList li a img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .sponserBox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .sponserBox .sponserList li {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .sponserBox .sponserList li {
    width: 90%;
  }
}
@media screen and (min-width: 1000px) {
  .sponserBox .sponserList li a img {
    width: 200px;
  }
}
.sponserDisc {
  width: 100%;
  padding: 0 30px;
}
.sponserDisc ul {
  padding-left: 20px;
}
.sponserDisc ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  position: relative;
  color: black;
  font-weight: bold;
}
.sponserDisc ul li::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: rgb(69, 69, 69);
  border-radius: 50%;
}

.page_section {
  width: 100%;
  padding: 80px 0;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_section.blueSection {
  background-color: #008e76;
}
.page_section .pageBox {
  width: 90%;
}
.page_section .pageBox .pageContent {
  position: relative;
  margin: 70px 0;
}
.page_section .pageBox .pageContent::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a6fff0;
}
.page_section .pageBox .pageContent p {
  padding: 20px;
  width: 90%;
  font-size: 0.9rem;
}
@media screen and (max-width: 1000px) {
  .page_section .pageBox .pageContent p {
    width: 100%;
  }
}
.page_section .pageBox .pageContent p a {
  font-weight: bold;
  text-decoration: underline;
  transition: 0.3s;
}
.page_section .pageBox .pageContent p a:hover {
  opacity: 0.7;
}
.page_section .pageBox .pageContent .aboutImg {
  display: flex;
  padding-left: 30px;
  padding-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .page_section .pageBox .pageContent .aboutImg {
    justify-content: center;
    padding-left: 0px;
  }
}
.page_section .pageBox .pageContent .aboutImg img {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .page_section .pageBox .pageContent .aboutImg img {
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  .page_section .pageBox .pageContent .aboutImg img {
    width: 90%;
  }
}
@media screen and (min-width: 2000px) {
  .page_section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page_section .pageBox {
    width: 70%;
  }
  .page_section .pageBox p {
    font-size: 1.1rem;
  }
}
.page_section .pageTitle {
  font-family: "Jost", sans-serif;
  font-style: italic;
  margin-bottom: 60px;
}
.page_section.blueSection .pageBox .pageTitle {
  color: white;
}
.page_section.blueSection .pageBox .pageTitle p {
  color: white;
}
.page_section.blueSection .pageBox p {
  color: white;
}
.page_section .pageTitle {
  margin-bottom: 60px;
}
.page_section .pageTitle h1 {
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  .page_section .pageTitle h1 {
    font-size: 2rem;
  }
}
.page_section .pageTitle p {
  font-weight: bold;
  color: #00b597;
}
@media screen and (max-width: 600px) {
  .page_section .pageTitle p {
    font-size: 0.9rem;
  }
}
.page_section .pageSubTitle h2 {
  font-family: "Jost", sans-serif;
  color: #008e76;
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .page_section .pageSubTitle h2 {
    font-size: 1.1rem;
    padding: 20px;
  }
}
.page_section .pageSubTitle h2 span {
  font-size: 0.9rem;
}
.page_section .pageSubTitle h2::before {
  position: absolute;
  content: "";
  display: block;
  width: 105%;
  height: 1px;
  left: 0;
  bottom: 0px;
  background-color: #a6fff0;
}
.page_section .topContactBtnArea {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page_section .topContactBtnArea .topContactBtn {
  margin: 15px;
}
@media screen and (max-width: 1000px) {
  .page_section .topContactBtnArea .topContactBtn {
    margin: 5px;
  }
}
.page_section .topContactBtnArea .topContactBtn a {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00b597;
  border-radius: 15px;
  box-shadow: 0 5px 10px 1px rgb(57, 56, 60);
  position: relative;
  transition: 0.6s;
}
@media screen and (max-width: 1000px) {
  .page_section .topContactBtnArea .topContactBtn a {
    width: 150px;
  }
}
.page_section .topContactBtnArea .topContactBtn a:hover {
  box-shadow: 0 3px 20px 1px rgb(195, 195, 195);
  transform: translateY(2px);
  text-decoration: none;
  opacity: 0.9;
}
.page_section .topContactBtnArea .topContactBtn a p {
  color: white;
  font-weight: bold;
  margin: 0;
  letter-spacing: 1px;
}
.page_section .topContactBtnArea .topContactBtn.lightBtn a {
  background-color: #D7D700;
}
.page_section .topContactBtnArea .topContactBtn.lightBtn a p {
  color: white;
}

.sponserTitle {
  width: 100%;
  text-align: start;
  margin: 40px 0;
}
.sponserTitle h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: white;
  position: relative;
  padding-bottom: 30px;
  padding-left: 50px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .sponserTitle h3 {
    font-size: 1.3rem;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}
.sponserTitle h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 105%;
  height: 1px;
  left: 20px;
  bottom: 0;
  background-color: #a6fff0;
}

.sponserDisc p {
  color: white;
}
.sponserDisc ul li {
  color: white;
}
.sponserDisc ul li::before {
  background-color: white;
}

.sponserBox {
  width: 100%;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .sponserBox {
    margin-top: 20px;
  }
}
.sponserBox::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a6fff0;
}
.sponserBox .sponserTitle {
  width: 100%;
  text-align: start;
  margin: 40px 0;
}
.sponserBox .sponserTitle h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: white;
  position: relative;
  padding-bottom: 30px;
  padding-left: 50px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .sponserBox .sponserTitle h3 {
    font-size: 1.3rem;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}
.sponserBox .sponserTitle h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 105%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #a6fff0;
}
.sponserBox .sponserTitle.blueTitle h3 {
  color: #008e76;
}
.sponserBox .sponserDisc p {
  color: black;
}
.sponserBox .sponserDisc ul li {
  color: black;
}
.sponserBox .sponserDisc ul li::before {
  background-color: black;
}

.sponserImgTitle {
  font-weight: bold;
  color: #00b597;
}

.sponserImg {
  display: flex;
  justify-content: center;
}

.news_pageContent {
  margin-top: 50px;
}
.news_pageContent .page_newsList li {
  padding: 30px;
  border-bottom: 1px solid #a6fff0;
}
@media screen and (max-width: 1000px) {
  .news_pageContent .page_newsList li a {
    font-size: 0.8rem;
  }
}
.news_pageContent .page_newsList li .newsTime {
  letter-spacing: 1px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .news_pageContent .page_newsList li .newsTime {
    font-size: 0.7rem;
  }
}
.news_pageContent .page_newsList li .newsTitle {
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #008e76;
  margin: 20px 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 1000px) {
  .news_pageContent .page_newsList li .newsTitle {
    font-size: 1.2rem;
    margin: 14px 0;
  }
}
@media screen and (max-width: 800px) {
  .news_pageContent .page_newsList li .newsTitle {
    font-size: 2rem;
  }
}
.news_pageContent .page_newsList li .newsContent {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  .news_pageContent .page_newsList li .newsContent {
    font-size: 0.8rem;
  }
}
.news_pageContent .page_newsList li .newsContent h3 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 15px 0;
  margin-top: 35px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #008e76;
}
@media screen and (max-width: 800px) {
  .news_pageContent .page_newsList li .newsContent h3 {
    font-size: 1.1rem;
    margin: 10px 0;
    margin-top: 30px;
  }
}
.news_pageContent .page_newsList li .newsContent h4 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 10px 0;
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #008e76;
}
@media screen and (max-width: 800px) {
  .news_pageContent .page_newsList li .newsContent h4 {
    margin: 8px 0;
    margin-top: 25px;
    font-size: 1rem;
  }
}
.news_pageContent .page_newsList li:last-child {
  border: none;
}
.news_pageContent .page_newsList li:first-child .newsTime {
  position: relative;
}
.news_pageContent .page_newsList li:first-child .newsTime::before {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: auto;
  right: -70px;
  bottom: 0;
  content: "NEW";
  font-size: 0.6rem;
  background-color: #F21464;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 4px;
  padding-bottom: 1px;
  height: 18px;
  width: 35px;
}
@media screen and (max-width: 1000px) {
  .news_pageContent .page_newsList li:first-child .newsTime::before {
    height: 17px;
    width: 33px;
    padding-top: 1px;
  }
}

.operationList {
  padding: 2%;
  display: flex;
  flex-wrap: wrap;
}
.operationList li {
  width: 30%;
  margin: 1%;
  padding: 20px 15px;
  padding-bottom: 0;
  box-sizing: border-box;
  box-shadow: 0 5px 10px 1px rgb(207, 207, 207);
  border-radius: 20px;
  background-color: white;
}
@media screen and (max-width: 1000px) {
  .operationList li {
    width: 45%;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 800px) {
  .operationList li {
    width: 100%;
    padding-bottom: 0px;
  }
}
.operationList li .operationContent .operationImgTitle {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  color: #008e76;
  font-family: "Noto Sans JP", sans-serif;
}
.operationList li .operationContent .operationImg {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 80px;
}
@media screen and (max-width: 1000px) {
  .operationList li .operationContent .operationImg {
    margin-bottom: 0px;
  }
}
.operationList li .operationContent .operationImg a {
  width: 80%;
  height: 100%;
}
.operationList li .operationContent .operationImg a img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.operationList li .operationContent .operationDesc {
  padding: 0;
  width: 100%;
}
.operationList li .operationContent .operationDesc p {
  margin: 0;
  width: 100%;
  font-size: 0.8rem;
}
@media screen and (max-width: 1000px) {
  .operationList li .operationContent .operationDesc p {
    font-size: 0.7rem;
  }
}

.operationContentMain {
  padding: 40px;
}
.operationContentMain .operationImgTitleMain {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  color: #008e76;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}
.operationContentMain .operationImgTitleMain .ministries {
  display: block;
  width: 170px;
  font-size: 1.2rem;
  margin: 10px 0;
}
.operationContentMain .operationImgMain {
  margin-top: 40px;
  width: 100%;
  height: 80px;
}
.operationContentMain .operationImgMain a {
  display: block;
  width: 100px;
  height: 100%;
  transition: 0.3s;
}
.operationContentMain .operationImgMain a:hover {
  opacity: 0.7;
}
.operationContentMain .operationImgMain a img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.operationContentMain .operationDescMain {
  padding: 0;
  width: 100%;
}
.operationContentMain .operationDescMain p {
  margin: 0;
  width: 100%;
  font-size: 0.8rem;
}
.operationContentMain .committeeBox h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: #008e76;
}
@media screen and (max-width: 1000px) {
  .operationContentMain .committeeBox h5 {
    font-size: 1rem;
  }
}
.operationContentMain .committeeBox .subH5 {
  margin-top: 25px;
}
.operationContentMain .committeeBox p {
  margin: -15px 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .operationContentMain .committeeBox p {
    font-size: 0.7rem;
    margin: -20px 0;
  }
}
.operationContentMain .committeeBox p::before {
  position: absolute;
  content: "";
  display: block;
  left: 5px;
  top: 30px;
  width: 5px;
  height: 5px;
  background-color: rgb(127, 127, 127);
  border-radius: 50%;
}

.articleList {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.articleList li {
  width: 80%;
  border-bottom: 1px solid #a6fff0;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .articleList li {
    width: 95%;
  }
}
.articleList li .articleContent {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .articleList li .articleContent {
    flex-direction: column;
    align-items: start;
  }
}
.articleList li .articleContent .articleDate {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 800px) {
  .articleList li .articleContent .articleDate {
    font-size: 0.7rem;
  }
}
.articleList li .articleContent .articleTitle {
  margin: 0 15px;
  margin-left: 80px;
}
@media screen and (max-width: 1000px) {
  .articleList li .articleContent .articleTitle {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.articleList li .articleContent .articleTitle a {
  font-weight: bold;
  color: #008e76;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 800px) {
  .articleList li .articleContent .articleTitle a {
    font-size: 0.9rem;
    line-height: 20px;
  }
}
.articleList li .articleContent .articleTitle .articleDesc p {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .articleList li .articleContent .articleTitle .articleDesc p {
    font-size: 0.7rem;
  }
}
.articleList li:last-child {
  border: none;
}
.articleList li:first-child .articleDate {
  position: relative;
}
.articleList li:first-child .articleDate::before {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: auto;
  right: -70px;
  content: "NEW";
  font-size: 0.6rem;
  background-color: #F21464;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 4px;
  padding-bottom: 1px;
  height: 18px;
}

.otherBox {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .otherBox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.otherBox a {
  width: 31%;
  margin: 0 1%;
  border: 2px solid #00b597;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .otherBox a {
    width: 90%;
    display: block;
    margin: 8px 0;
  }
}
.otherBox a:hover {
  opacity: 0.7;
}

.currentCat {
  margin-top: 40px;
  text-align: center;
}
.currentCat h1 {
  font-size: 3.8rem;
  letter-spacing: 3px;
  font-family: "Jost", sans-serif;
  font-weight: bolder;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .currentCat h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 800px) {
  .currentCat h1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .currentCat h1 {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}

.catPostList .catProgramContent .noPost {
  width: 90%;
  text-align: start;
  color: rgb(212, 212, 212);
  padding-left: 20px;
}

.single {
  padding: 80px 0;
  background-color: #008e76;
}
.single .singleBox {
  border: 2px solid white;
  background-color: white;
}
.single .singleBox .singleTitle {
  background-color: #bdc400;
  padding: 15px 20px;
  padding-top: 25px;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleTitle {
    padding: 15px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 800px) {
  .single .singleBox .singleTitle {
    font-size: 1.2rem;
  }
}
.single .singleBox .singleTitle h1 {
  color: white;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleTitle h1 {
    font-size: 1.1rem;
  }
}
.single .singleBox .singleTitle .lunch {
  text-align: center;
  opacity: 0.8;
}
.single .singleBox .singleTitle .lunch p {
  color: white;
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleTitle .lunch p {
    font-size: 0.8rem;
  }
}
.single .singleBox .singleInner {
  padding: 30px;
}
.single .singleBox .singleInner h6 {
  color: #bdc400;
  font-weight: bold;
  margin-top: 15px;
}
.single .singleBox .singleInner .singleList > li {
  border-bottom: 1px solid #00b597;
  padding: 30px 40px;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleInner .singleList > li {
    padding: 25px 20px;
  }
}
.single .singleBox .singleInner .singleList > li:last-child {
  border: none;
}
.single .singleBox .singleInner .singleList > li a {
  display: inline-block;
  overflow-wrap: break-word;
  word-break: break-all;
  color: rgb(255, 149, 0);
}
.single .singleBox .singleInner .singleList > li a p {
  color: rgb(255, 149, 0);
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleInner .singleList > li a {
    font-size: 0.7rem;
  }
}
.single .singleBox .singleInner .singleList > li a:hover {
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.7;
}
.single .singleBox .singleInner .singleList > li p {
  color: black;
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleInner .singleList > li p {
    font-size: 0.9rem;
  }
}
.single .singleBox .singleInner .singleList li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleInner .singleList li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  .single .singleBox .singleInner .singleList li iframe {
    height: 250px;
    width: 100%;
  }
}
.single .singleBox .singleInner .singleList li h2 {
  font-family: "Jost", sans-serif;
  font-weight: bold;
  padding-top: 95px;
  margin-bottom: 10px;
  color: #00b597;
  font-size: 1.4rem;
  margin-left: -20px;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleInner .singleList li h2 {
    padding-top: 50px;
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}
.single .singleBox .singleInner .singleList li h3 {
  font-family: "Jost", sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  color: blue;
  font-size: 1.2rem;
  margin-left: -10px;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleInner .singleList li h3 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 1rem;
  }
}
.single .singleBox .singleInner .singleList li h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin: 20px 0;
  margin-top: 30px;
  color: rgb(0, 0, 148);
  font-size: 1.1rem;
  margin-left: -10px;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleInner .singleList li h4 {
    font-size: 0.9rem;
    margin: 6px 0;
  }
}
.single .singleBox .singleInner .singleList li h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin: 5px 0;
  margin-bottom: -60px;
  margin-top: 60px;
  color: rgb(255, 149, 0);
  font-size: 1rem;
  margin-left: -20px;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleInner .singleList li h5 {
    font-size: 0.8rem;
    margin: 3px 0;
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
.single .singleBox .singleInner .singleList li .singleDate {
  margin-bottom: 20px;
}
.single .singleBox .singleInner .singleList li .singleTime {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin: 5px 0;
  font-size: 1rem;
  margin-left: -10px;
  color: black;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleInner .singleList li .singleTime {
    font-size: 0.8rem;
    margin: 3px 0;
    margin-top: 20px;
  }
}
.single .singleBox .singleInner .singleList .singleListTitle {
  font-size: 1.8rem;
  letter-spacing: 2px;
  color: #008e76;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  margin-bottom: 15px;
  margin-left: -20px;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleInner .singleList .singleListTitle {
    font-size: 1.5rem;
  }
}
.single .singleBox .singleInner .singleList .singleImg {
  display: flex;
  flex-wrap: wrap;
}
.single .singleBox .singleInner .singleList .singleImg img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 3px;
}
.single .singleBox .singleInner .singleList ul li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 20px;
  font-weight: bold;
  color: black;
  margin-top: 5px;
}
.single .singleBox .singleInner .singleList ul li::before {
  position: absolute;
  content: "";
  display: block;
  left: -10px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: rgb(127, 127, 127);
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .single .singleBox .singleInner .singleList ul li::before {
    top: 8px;
  }
}
.single .singleNotice {
  color: white;
  margin-top: 10px;
}

.singleBtnArea {
  margin-top: 50px;
}
.singleBtnArea .topContactBtnArea {
  display: flex;
  justify-content: center;
  width: 100%;
}
.singleBtnArea .topContactBtnArea .topContactBtn {
  margin: 15px;
}
@media screen and (max-width: 1000px) {
  .singleBtnArea .topContactBtnArea .topContactBtn {
    margin: 5px;
  }
}
.singleBtnArea .topContactBtnArea .topContactBtn a {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00b597;
  border-radius: 15px;
  box-shadow: 0 5px 10px 1px rgb(169, 169, 169);
  position: relative;
  transition: 0.6s;
}
@media screen and (max-width: 1000px) {
  .singleBtnArea .topContactBtnArea .topContactBtn a {
    width: 150px;
  }
}
.singleBtnArea .topContactBtnArea .topContactBtn a:hover {
  box-shadow: 0 3px 20px 1px rgb(195, 195, 195);
  transform: translateY(2px);
  text-decoration: none;
  opacity: 0.9;
}
.singleBtnArea .topContactBtnArea .topContactBtn a p {
  color: white;
  font-weight: bold;
  margin: 0;
  letter-spacing: 1px;
}
.singleBtnArea .topContactBtnArea .topContactBtn.lightBtn a {
  background-color: #D7D700;
}
.singleBtnArea .topContactBtnArea .topContactBtn.lightBtn a p {
  color: white;
}

.wp-block-group__inner-container {
  border: 2px solid #008e76;
  margin: 30px 0;
}
.wp-block-group__inner-container h2 {
  background-color: #008e76;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.wp-block-group__inner-container h3 {
  color: #00b597;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 30px;
}
.wp-block-group__inner-container h3 a {
  font-size: 1.3rem;
}
.wp-block-group__inner-container h4 {
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
  font-weight: 900;
}
.wp-block-group__inner-container p {
  padding: 0px 10px;
}
.wp-block-group__inner-container ul {
  padding: 15px;
  padding-left: 30px;
}
.wp-block-group__inner-container ul li {
  position: relative;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.wp-block-group__inner-container ul li::before {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: rgb(69, 69, 69);
  border-radius: 50%;
}
.wp-block-group__inner-container .wp-block-table {
  padding: 10px;
}
.wp-block-group__inner-container img {
  width: 150px;
}

.mypage-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.eventFin {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.eventFin p {
  color: red;
  border: solid 2px red;
  border-radius: 10px;
  padding: 10px 30px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .eventFin p {
    font-size: 0.8rem;
    padding: 5px 20px;
  }
}

.contactContent h1 {
  font-family: "Jost", sans-serif;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 20px;
  color: #008e76;
  font-size: 1.8rem;
  margin-left: -10px;
}
@media screen and (max-width: 1000px) {
  .contactContent h1 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.contactContent ul {
  padding: 15px;
  padding-left: 40px;
}
.contactContent ul li {
  position: relative;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 3px;
}
.contactContent ul li::before {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: rgb(69, 69, 69);
  border-radius: 50%;
}
.contactContent ol {
  padding: 15px;
  padding-left: 40px;
}
.contactContent ol li {
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 3px;
}
.contactContent img {
  width: 1000px;
}
@media screen and (max-width: 1300px) {
  .contactContent img {
    width: 700px;
  }
}
@media screen and (max-width: 800px) {
  .contactContent img {
    width: 400px;
  }
}
@media screen and (max-width: 400px) {
  .contactContent img {
    width: 100%;
  }
}

.greetingBtn {
  margin-bottom: 45px;
  margin-top: 30px;
  display: block;
  perspective: 800px;
  width: 400px;
}
@media screen and (max-width: 700px) {
  .greetingBtn {
    width: 350px;
  }
}
.greetingBtn a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #655c3b;
  border-radius: 0.5rem;
  display: block;
  transform: rotateX(35deg);
  color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
  background: #00bf9c;
  transform-style: preserve-3d;
}
@media screen and (max-width: 700px) {
  .greetingBtn a {
    font-size: 1rem;
  }
}
.greetingBtn a:after {
  position: absolute;
  z-index: -1;
  content: "";
  transition: all 0.4s;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 40%;
  transform: rotateX(-90deg);
  transform-origin: 0 0;
  border-radius: 0 0 4px 4px;
  background: rgba(21, 143, 104, 0.8431372549);
}
.greetingBtn a:hover {
  transform: rotateX(0);
  color: #fff;
  border-radius: 0.25rem;
  text-decoration: none;
}

.greetingBox {
  border: 4px solid #00b597;
  padding: 40px;
  margin-bottom: 70px;
  background-color: rgba(255, 166, 0, 0.052);
  margin-top: 60px;
  position: relative;
  box-shadow: 20px 20px 0px 5px #00b597;
}
@media screen and (max-width: 700px) {
  .greetingBox {
    box-shadow: 10px 10px 0px 5px #00b597;
  }
}
.greetingBox .thumbtack {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.greetingBox .greetingTitle {
  text-align: center;
  margin: 20px 0;
}
.greetingBox .greetingTitle p {
  font-size: 1.2rem;
  color: #008e76;
  font-family: "Jost", sans-serif;
}
.greetingBox .greetingTitle p span {
  font-size: 1.2rem;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 700px) {
  .greetingBox .greetingTitle p {
    font-size: 1rem;
  }
}

.has-text-align-right img {
  width: 200px;
}
@media screen and (max-width: 700px) {
  .has-text-align-right img {
    width: 100px;
  }
}

.venueH2 {
  margin-top: 40px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 700px) {
  .venueH2 {
    font-size: 1.5rem;
  }
}

.venueH3 {
  color: blue;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 700px) {
  .venueH3 {
    margin-top: 30px;
  }
}

.venueH4 {
  color: rgb(23, 23, 125) b;
  font-family: "Noto Sans JP", sans-serif;
  margin: 18px 0;
  font-weight: bold;
  font-size: 1.3rem;
}

.venueImgBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.venueImgBox img {
  margin: 15px;
  width: 30%;
}
@media screen and (max-width: 700px) {
  .venueImgBox img {
    width: 90%;
  }
}

.venueImgBox2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}
.venueImgBox2 img {
  width: 700px;
}
@media screen and (max-width: 900px) {
  .venueImgBox2 img {
    width: 90%;
  }
}

/* アンケートページ */
.enqTitle {
  width: 100%;
  padding: 10px;
  background-color: #008e76;
  text-align: center;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 700px) {
  .enqTitle {
    font-size: 1.1rem;
  }
}
.enqImgBox {
  display: flex;
  justify-content: center;
  width: 100%;
}
.enqImgBox img {
  margin: 10px;
  width: 70%;
}

@media screen and (max-width: 700px) {
  .enqImgBox img {
    width: 90%;
  }
}
/* annke-to */
.footerBox {
  background-color: #5a5252;
  position: relative;
  padding-bottom: 40px;
  width: 100%;
  overflow: hidden;
}
.footerBox .footLogo {
  width: 300px;
  padding: 20px;
}
.footerBox .footContact {
  position: absolute;
  top: 20px;
  right: 20px;
}
.footerBox .footContact a {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D7D700;
  color: white;
  height: 60px;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 20px;
}
.footerBox .footContact a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.footerBox .footJPNIC {
  position: absolute;
  bottom: 3px;
  right: 10px;
}
.footerBox .footJPNIC a {
  display: block;
  width: 80px;
}
.footerBox .rights {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.footerBox .rights p {
  color: white;
  white-space: nowrap;
  font-size: 0.8rem;
}
.footerBox .rights p a {
  font-size: 0.8rem;
  color: #a6fff0;
}

@media screen and (max-width: 700px) {
  .footerBox .footLogo {
    width: 250px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 700px) {
  .footerBox .footContact a {
    padding: 0 20px;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 700px) {
  .footerBox .footJPNIC {
    bottom: 22px;
    right: 40px;
    width: 50px;
  }
}
@media screen and (max-width: 700px) {
  .footerBox .rights p {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 700px) {
  .footerBox .rights p a {
    font-size: 0.6rem;
  }
}
.footFlex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 30px;
}
@media screen and (max-width: 700px) {
  .footFlex {
    padding: 0px 30px;
  }
}
.footFlex .footMenu {
  padding: 25px;
}
@media screen and (max-width: 700px) {
  .footFlex .footMenu {
    padding: 10px;
  }
}
.footFlex .footMenu h5 {
  color: white;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.footFlex .footMenu .footWeeks a {
  display: block;
}
.footFlex .footMenu ul {
  padding: 0 10px;
}
.footFlex .footMenu ul li a {
  color: silver;
  font-size: 0.9rem;
}
.footFlex .footMenu ul li a img {
  width: 30px;
  margin-right: 5px;
}

/*# sourceMappingURL=style.css.map */