@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;700&family=Quicksand:wght@300;400;500;600;700&family=Volkhov:wght@400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 2;
  font-size: 1.8rem;
  overflow-x: hidden;
  height: 100vh;
}

img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.responsiveBox {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .responsiveBox {
    width: 100%;
    border: none;
    margin: 0;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}

a:hover {
  opacity: 0.8;
}

header {
  height: 100vh;
  width: 100vw;
  display: grid;
  place-content: center;
}

.header {
  width: 300px;
  height: 300px;
  z-index: 51;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #666;
          box-shadow: 0 0 10px #666;
}
@media (max-width: 520px) {
  .header {
    width: 65vw;
    height: 65vw;
  }
}
.header h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}
@media (max-width: 520px) {
  .header h1 {
    padding: 0;
  }
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 90px;
}
@media (max-width: 520px) {
  .header-logo {
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.header-logo_txt {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #666;
}
@media (max-width: 520px) {
  .header-logo_txt {
    font-size: 4.6vw;
    padding-bottom: 2vw;
  }
}
.header-logo_a {
  color: #2ecc40;
  font-weight: 700;
}
.header-logo_b {
  color: #3d9970;
  font-weight: 700;
}
.header-logo img {
  width: 100%;
  max-width: 250px;
  height: auto;
}
.header-intro {
  font-size: 2.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.header-intro p {
  font-weight: 700;
  color: #555;
  text-shadow: #ccc 0 0 5px;
}
.header-intro p strong {
  font-size: 5rem;
  color: #2ecc40;
  text-shadow: #8b9a8f 0 0 5px;
}
.header-news {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: auto;
  overflow: hidden;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
  height: 32px;
}
@media (max-width: 520px) {
  .header-news {
    display: none;
  }
}
.header-news a {
  display: block;
}
.header-news_heading {
  color: #444;
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media (max-width: 520px) {
  .header-news_heading {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    font-size: 3.8vw;
  }
}
.header-news_heading::before {
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  content: "Next";
  margin-right: 1em;
  padding: 0.3em 0.6em;
  background: #3d9970;
  background: -webkit-gradient(linear, left top, right top, from(#3d9970), to(#2ecc40));
  background: linear-gradient(90deg, #3d9970 0%, #2ecc40 100%);
  color: #fff;
}
@media (max-width: 520px) {
  .header-news_heading::before {
    content: "Next";
    margin-right: 0;
    border-radius: 0;
    padding: 0.5em 1em;
  }
}
@media (max-width: 520px) {
  .header-news_heading-date {
    padding: 0.8em 1em 0.4em;
  }
}
.header-news_heading-date::before {
  content: "\f073";
  font-family: "Font Awesome 5 free";
  font-weight: 400;
  margin-right: 0.3em;
}
.header-news_heading-stage {
  margin-left: 1em;
}
@media (max-width: 520px) {
  .header-news_heading-stage {
    margin-left: 0;
    padding: 0.4em 1em 0.8em;
  }
}
.header-news_heading-stage::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 free";
  font-weight: 700;
  margin-right: 0.3em;
}

.slideWrap {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-slider img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.copy {
  background: #000;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
}
@media (max-width: 520px) {
  .copy {
    height: 10vw;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
.copy small {
  background: #000;
  font-size: 1.2rem;
  color: #fff;
}

.common-btn {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 350px;
  width: 100%;
  padding: 0.5em 2em;
  background: #3d9970;
  background: -webkit-gradient(linear, left top, right top, from(#3d9970), to(#2ecc40));
  background: linear-gradient(90deg, #3d9970 0%, #2ecc40 100%);
  border-radius: 5px;
  margin-top: 50px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 520px) {
  .common-btn a {
    margin-top: 8vw;
    font-size: 4.4vw;
  }
}
.common-btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-left: 1em;
}
@media (max-width: 520px) {
  .common-btn a::after {
    font-size: 3.4vw;
  }
}
.common-box {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #efefef;
  padding: 1em;
}
.is-detail .common-box {
  margin-top: 30px;
  line-height: 1.6;
}
@media (max-width: 520px) {
  .is-detail .common-box {
    margin-top: 4vw;
  }
}

footer {
  background: #fff;
}

.main {
  background: #fff;
  position: relative;
  z-index: 2;
}

.section-heading {
  padding-top: 100px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
  color: #666;
  font-weight: 700;
}
@media (max-width: 960px) {
  .section-heading {
    padding-top: 50px;
  }
}
@media (max-width: 520px) {
  .section-heading {
    padding-top: 10vw;
  }
}
.section-heading_ja {
  font-size: 3.4rem;
  font-family: "Quicksand" sans-serif;
  display: block;
}
@media (max-width: 960px) {
  .section-heading_ja {
    font-size: 5vw;
  }
}
@media (max-width: 520px) {
  .section-heading_ja {
    font-size: 8vw;
  }
}
.section-heading_ja i {
  color: orange;
  margin-right: 0.3em;
}
.section-heading_en {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 1.8rem;
  color: #3d9970;
  border-bottom: 1px solid #3d9970;
  background: #3d9970;
  background: -webkit-gradient(linear, left top, right top, from(#3d9970), to(#2ecc40));
  background: linear-gradient(90deg, #3d9970 0%, #2ecc40 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 960px) {
  .section-heading_en {
    font-size: 2.5vw;
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  .section-heading_en {
    font-size: 5vw;
    margin-top: 0;
  }
}

.gnav {
  position: relative;
  z-index: 10000;
}

.cp_fullscreenmenu {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
}

/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cp_fullscreenmenu .menu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200vw;
  height: 200vw;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  text-align: center;
  color: #2ecc40;
  border-radius: 50%;
  background: #22c1c3;
  background: radial-gradient(circle, rgb(253, 187, 45) 0%, rgba(34, 193, 195, 0.85) 70%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 520px) {
  .cp_fullscreenmenu .menu > div {
    width: 200vh;
    height: 200vh;
  }
}

.cp_fullscreenmenu .menu > div > ul {
  display: block;
  max-height: 100vh;
  margin: 0;
  padding: 0 0.1em;
  list-style: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}
@media (max-width: 520px) {
  .cp_fullscreenmenu .menu > div > ul {
    padding: 0;
  }
}

.cp_fullscreenmenu .menu > div > ul > li {
  display: block;
  margin: 0.2em;
  padding: 0;
}
@media (max-width: 520px) {
  .cp_fullscreenmenu .menu > div > ul > li {
    text-align: left;
  }
}

.cp_fullscreenmenu .menu > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #fff;
  font-size: 3rem;
  line-height: 2.4;
  text-shadow: gold 0 0 5px;
}
@media (max-width: 520px) {
  .cp_fullscreenmenu .menu > div > ul > li > a {
    font-size: 7vw;
    text-align: left;
  }
}
.cp_fullscreenmenu .menu > div > ul > li > a i {
  margin-right: 0.5em;
  color: #fff;
}

.cp_fullscreenmenu .menu > div > ul > li > a:hover {
  opacity: 1;
  color: #fff;
}

.cp_fullscreenmenu .menu > div > ul > li > a:hover:after {
  width: 100%;
}

.cp_fullscreenmenu .menu > div > ul > li > a:after {
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  background: #fff;
}
@media (max-width: 960px) {
  .cp_fullscreenmenu .menu > div > ul > li > a:after {
    content: none;
  }
}

/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .toggle {
  position: absolute;
  z-index: 99992;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}
@media (max-width: 520px) {
  .cp_fullscreenmenu .toggle {
    width: 18vw;
    height: 18vw;
  }
}

.cp_fullscreenmenu .toggle:checked + .hamburger > span {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cp_fullscreenmenu .toggle:checked + .hamburger > span:before,
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
  opacity: 0;
}

.cp_fullscreenmenu .toggle:checked ~ .menu {
  visibility: visible;
  pointer-events: auto;
  z-index: 9999;
}

.cp_fullscreenmenu .toggle:checked ~ .menu > div {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
  opacity: 1;
}

.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.cp_fullscreenmenu .toggle:hover + .hamburger {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
  position: absolute;
  z-index: 99991;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0.5em 1em;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  border-radius: 0 0.12em 0.12em 0;
  background: #3d9970;
  background: -webkit-gradient(linear, left top, right top, from(#3d9970), to(#2ecc40));
  background: linear-gradient(90deg, #3d9970 0%, #2ecc40 100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0 0 0 10px;
}
@media (max-width: 520px) {
  .cp_fullscreenmenu .hamburger {
    width: 18vw;
    height: 18vw;
    border-radius: 0 0 0 3vw;
  }
}

.cp_fullscreenmenu .hamburger > span {
  position: relative;
  top: calc(50% - 2px);
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fefefe;
}

.cp_fullscreenmenu .hamburger > span:before,
.cp_fullscreenmenu .hamburger > span:after {
  position: absolute;
  z-index: 1;
  top: -14px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: inherit;
}

.cp_fullscreenmenu .hamburger > span:after {
  top: 14px;
}

.topSchedule {
  margin-top: 80px;
}
.topSchedule-list {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 520px) {
  .topSchedule-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4%;
  }
}
.pageReport .topSchedule-list {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media (max-width: 960px) {
  .pageReport .topSchedule-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .pageReport .topSchedule-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4%;
  }
}
.is-detail .topSchedule-list {
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .is-detail .topSchedule-list {
    margin-bottom: 4vw;
  }
}
.topSchedule-list_item {
  width: 100%;
  line-height: 1.5;
}
.topSchedule-list_item a {
  display: grid;
  width: 100%;
  height: 100%;
  position: relative;
}
.topSchedule-list_item_icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.3em 1em;
  background: #2ecc40;
  color: #fff;
  font-weight: 700;
}
.topSchedule-list_item_icon.is-photo {
  background: #ff0059;
}
.topSchedule-list_item_icon.is-workshop {
  background: rgb(0, 0, 0);
}
.topSchedule-list_item_icon.is-etc {
  background: #3d9970;
}
.topSchedule-list_item_date {
  font-size: 1.8rem;
  color: #666;
  padding: 1em 1em 0.2em;
  background: #eee;
}
@media (max-width: 960px) {
  .topSchedule-list_item_date {
    padding: 0.5em 0.8em 0.1em;
    font-size: 2.6vw;
  }
}
@media (max-width: 520px) {
  .topSchedule-list_item_date {
    font-size: 4vw;
  }
}
.is-detail .topSchedule-list_item_date {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .is-detail .topSchedule-list_item_date {
    font-size: 5vw;
  }
}
.topSchedule-list_item_date::before {
  content: "\f073";
  font-family: "Font Awesome 5 free";
  font-weight: 400;
  margin-right: 0.3em;
}
.topSchedule-list_item_place {
  background: #eee;
  font-size: 1.8rem;
  color: #666;
  padding: 0.2em 1em 1em;
}
@media (max-width: 960px) {
  .topSchedule-list_item_place {
    padding: 0.1em 0.8em 0.5em;
    font-size: 2.6vw;
  }
}
@media (max-width: 520px) {
  .topSchedule-list_item_place {
    font-size: 4vw;
  }
}
.is-detail .topSchedule-list_item_place {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .is-detail .topSchedule-list_item_place {
    font-size: 5vw;
  }
}
.topSchedule-list_item_place::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 free";
  font-weight: 700;
  margin-right: 0.3em;
}
.topSchedule-list_item_link {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 155, 92)), to(rgb(220, 196, 88)));
  background-image: linear-gradient(90deg, rgb(255, 155, 92), rgb(220, 196, 88));
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 0.5em 1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .topSchedule-list_item_link {
    padding: 0.4em 0.8em 0.4em;
    font-size: 2.6vw;
  }
}
@media (max-width: 520px) {
  .topSchedule-list_item_link {
    font-size: 3.6vw;
  }
}
.is-detail .topSchedule-list_item_link {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .is-detail .topSchedule-list_item_link {
    font-size: 5vw;
  }
}
.topSchedule-list_item_link::after {
  content: "\f105";
  font-family: "Font Awesome 5 free";
  font-weight: 700;
  margin-right: 0.3em;
}

.topAbout {
  padding-top: 80px;
}
@media (max-width: 960px) {
  .topAbout {
    padding-top: 50px;
  }
}
@media (max-width: 520px) {
  .topAbout {
    padding-top: 14vw;
  }
}
.topAbout-text {
  margin-top: 30px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}
@media (max-width: 960px) {
  .topAbout-text {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 520px) {
  .topAbout-text {
    width: 90%;
    font-size: 5vw;
  }
}

.topBlog {
  padding-top: 80px;
}
@media (max-width: 960px) {
  .topBlog {
    padding-top: 50px;
  }
}
@media (max-width: 520px) {
  .topBlog {
    padding-top: 14vw;
  }
}

.topContact {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 960px) {
  .topContact {
    padding-top: 50px;
  }
}
@media (max-width: 520px) {
  .topContact {
    padding-top: 14vw;
    padding-bottom: 30vw;
  }
}

.inner {
  width: 960px;
  margin: 100px auto;
}
@media (max-width: 960px) {
  .inner {
    width: 100%;
    padding: 0 4vw;
    margin: 80px auto;
  }
}
@media (max-width: 520px) {
  .inner {
    width: 100%;
    padding: 0 5vw 20vw;
    margin: 10vw 0;
  }
}

.pageHeader {
  height: auto;
}

.pageMv {
  width: 100vw;
  height: 200px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  .pageMv {
    height: 30vw;
  }
}
@media (max-width: 520px) {
  .pageMv {
    height: 50vw;
  }
}
.pageMv-img {
  width: 100%;
  height: 100%;
}
.pageMv-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.pageMv-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.5;
  z-index: 2;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.3em 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-shadow: 0 0 10px #666;
}
@media (max-width: 520px) {
  .pageMv-heading {
    font-size: 6vw;
    padding: 0.4em 0;
  }
}
.pageMv-heading i {
  margin-right: 0.3em;
}

.pageFaq-list {
  margin-top: 60px;
  line-height: 1.5;
  font-size: 2.2rem;
}
.pageFaq-list:first-of-type {
  margin-top: 0;
}
@media (max-width: 520px) {
  .pageFaq-list {
    margin-top: 12vw;
    font-size: 5vw;
  }
}
.pageFaq-ttl {
  font-weight: 700;
  color: #666;
  padding: 10px 0 0 0;
  display: grid;
  grid-template-columns: 2.5em auto;
}
.pageFaq-ttl::before {
  font-size: 2.2rem;
  content: "Q";
  color: #fff;
  font-weight: 700;
  width: 1.6em;
  height: 1.6em;
  background: #2ecc40;
  border-radius: 50%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.pageFaq-txt {
  padding: 16px 0 0 0;
  color: #333;
  display: grid;
  grid-template-columns: 2.5em auto;
  line-height: 1.8;
}
@media (max-width: 520px) {
  .pageFaq-txt {
    padding-top: 4vw;
  }
}
.pageFaq-txt::before {
  font-size: 2.2rem;
  content: "A";
  color: #fff;
  font-weight: 700;
  width: 1.6em;
  height: 1.6em;
  background: rgb(175, 227, 61);
  border-radius: 50%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.pageFaq-txt a {
  color: rgb(217, 32, 63);
}
.pageFaq-txt a::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.pageFaq-inq {
  margin-top: 60px;
  line-height: 1.5;
  font-size: 2.2rem;
}
@media (max-width: 520px) {
  .pageFaq-inq {
    font-size: 5vw;
    margin-top: 12vw;
  }
}
.pageFaq-note {
  margin-top: 30px;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 1em;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 520px) {
  .pageFaq-note {
    margin-top: 6vw;
    padding: 3vw;
    font-size: 3.8vw;
  }
}
.pageFaq-note-ttl {
  font-weight: 700;
  color: rgb(217, 32, 63);
}
.pageFaq-note-txt {
  color: #666;
  padding-left: 1em;
  text-indent: -1em;
}
.pageFaq-note-txt::before {
  content: "・";
}
.pageFaq-note-end {
  color: rgb(217, 32, 63);
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
}

@media (max-width: 520px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 520px) {
  .Form-Item {
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 520px) {
  .Form-Item-Label {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.4vw;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media (max-width: 520px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 58px;
  display: inline-block;
  text-align: center;
  background: #ff1178;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 520px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
    width: 12vw;
    font-size: 3vw;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}

@media (max-width: 520px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}

@media (max-width: 520px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 300px;
  display: block;
  letter-spacing: 0.05em;
  background: #3d9970;
  background: -webkit-gradient(linear, left top, right top, from(#3d9970), to(#2ecc40));
  background: linear-gradient(90deg, #3d9970 0%, #2ecc40 100%);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
}

@media (max-width: 520px) {
  .Form-Btn {
    margin-top: 6vw;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    max-width: 60%;
    font-size: 4.6vw;
  }
}
.pageAbout {
  font-size: 2rem;
}
@media (max-width: 520px) {
  .pageAbout {
    font-size: 4.5vw;
  }
}
.pageAbout-intro p + p {
  margin-top: 1em;
}
.pageAbout-sign {
  text-align: right;
  margin-top: 2em;
}

.scrollBox {
  width: 100%;
  height: 500px;
  overflow: auto;
  margin-top: 80px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
@media (max-width: 520px) {
  .scrollBox {
    margin-top: 10vw;
    height: 100vw;
  }
}

.pageContact-privacy {
  padding: 1em;
}
.pageContact-privacy-list {
  margin-bottom: 1em;
}
.pageContact-privacy-ttl {
  font-weight: bold;
}
.pageContact-privacy-txt {
  margin-top: 0.5em;
}
.pageContact-info {
  text-align: right;
}
.pageContact-info a {
  text-decoration: underline;
}
.pageContact-info a::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5em;
}

.pageReport-cont {
  margin-bottom: 150px;
}
@media (max-width: 960px) {
  .pageReport-cont {
    margin-bottom: 10vw;
  }
}
@media (max-width: 520px) {
  .pageReport-cont {
    margin-bottom: 15vw;
  }
}
.pageReport-cont-note {
  margin-top: 1em;
  font-size: 1.4rem;
}

.pageSchedule-info + .pageSchedule-info {
  margin-top: 0.8em;
}
.pageSchedule-info-ttl {
  font-weight: bold;
  color: #666;
}
.pageSchedule-info-ttl i {
  color: #3d9970;
  margin-right: 0.5em;
}

.topButton {
  display: none; /*非表示*/
  position: fixed; /*位置を固定*/
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #3d9970;
  background: -webkit-gradient(linear, left top, right top, from(#3d9970), to(#2ecc40));
  background: linear-gradient(90deg, #3d9970 0%, #2ecc40 100%);
  font-size: 2rem;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  border: none;
}
@media (max-width: 520px) {
  .topButton {
    width: 12vw;
    height: 12vw;
    font-size: 3.5vw;
    bottom: 5vw;
    right: 5vw;
  }
}

.topButton:hover {
  background: #ff780a;
}
@media (max-width: 960px) {
  .topButton:hover {
    background: #3d9970;
    background: -webkit-gradient(linear, left top, right top, from(#3d9970), to(#2ecc40));
    background: linear-gradient(90deg, #3d9970 0%, #2ecc40 100%);
  }
}/*# sourceMappingURL=style.css.map */