@charset "UTF-8";
.hexagon-pic img {
  width: 25vw;
  height: 21.65vw;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .hexagon-pic img {
    width: 50vw;
    height: 43.3vw;
  }
}
.hexagon-pic.--vertical img {
  width: 21.65vw;
  height: 25vw;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
@media only screen and (max-width: 768px) {
  .hexagon-pic.--vertical img {
    width: 43.3vw;
    height: 50vw;
  }
}

.load {
  align-items: center;
  background: #fcfbf9;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  text-align: center;
}

.loading {
  position: relative;
}
.loading .loading-img {
  width: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.loading .loader,
.loading .loader:before,
.loading .loader:after {
  border-radius: 50%;
}
.loading .loader {
  font-size: 11px;
  text-indent: -99999em;
  position: relative;
  width: 10em;
  height: 10em;
  transform: translateZ(0);
  background-image: url(https://toitatelabo.wedu.jp/wp-content/uploads/2024/07/hexagon-frame.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.loading .loader:before,
.loading .loader:after {
  position: absolute;
  content: "";
}
.loading .loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #fcfbf9;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loading .loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #fcfbf9;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hexagon {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -1;
  position: absolute;
}
.hexagon.--vertical {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.hexagon.large {
  width: 15.625vw;
  height: 13.53125vw;
}
@media only screen and (max-width: 768px) {
  .hexagon.large {
    width: 31.25vw;
    height: 27.0625vw;
  }
}
.hexagon.big {
  width: 25vw;
  height: 21.65vw;
}
@media only screen and (max-width: 768px) {
  .hexagon.big {
    width: 50vw;
    height: 43.3vw;
  }
}
.hexagon.mid {
  width: 10vw;
  height: 8.66vw;
}
@media only screen and (max-width: 768px) {
  .hexagon.mid {
    width: 19.2307692308vw;
    height: 16.6538461538vw;
  }
}
.hexagon.small {
  width: 9.765625vw;
  height: 8.45703125vw;
}
.hexagon.micro {
  width: 4.8828125vw;
  height: 4.228515625vw;
}
@media only screen and (max-width: 768px) {
  .hexagon.micro {
    width: 12.6953125vw;
    height: 10.994140625vw;
  }
}
.hexagon.mini {
  width: 3.2552083333vw;
  height: 2.8190104167vw;
}
@media only screen and (max-width: 768px) {
  .hexagon.mini {
    width: 9.765625vw;
    height: 8.45703125vw;
  }
}
.hexagon.shadow {
  background: rgba(0, 0, 0, 0.1);
  z-index: -2;
  top: 2px;
  left: 3px;
  filter: blur(10px);
}
.hexagon.red {
  background-image: linear-gradient(135deg, rgba(248, 166, 169, 0.4), rgba(248, 166, 169, 0));
}
.hexagon.white {
  background-color: white;
}
.hexagon.blue {
  background-image: linear-gradient(135deg, rgba(156, 195, 240, 0.4), rgba(156, 195, 240, 0));
}
.hexagon.orange {
  background-image: linear-gradient(135deg, rgba(247, 198, 141, 0.4), rgba(247, 198, 141, 0));
}
.hexagon.green {
  background-image: linear-gradient(135deg, rgba(147, 229, 169, 0.4), rgba(147, 229, 169, 0));
}
.hexagon.grey {
  background-image: linear-gradient(135deg, rgba(128, 128, 128, 0.4), rgba(128, 128, 128, 0));
}
.hexagon.grey2 {
  background-color: grey;
  color: white;
}
.hexagon.--behind {
  right: -0.8em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hexagon.--front {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.hexagon.--event {
  left: 66.6666%;
  top: calc(100% + 3em);
  transform: translateX(-50%);
}

a {
  color: grey;
  transition: 0.4s;
  opacity: 1;
}
a:hover {
  opacity: 0.8;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 5px;
}
header .logo-header {
  width: 80px;
  position: absolute;
  z-index: 300;
}
header h1 .logo-wrap {
  padding: 2vw;
  width: 80px;
  height: 80px;
}
header h1 .logo-wrap:hover {
  opacity: 1;
}
header .fb-header {
  width: 30px;
}
header .mail-header {
  width: 30px;
}
header .nav-wrapper {
  display: flex;
  width: 15em;
  justify-content: space-evenly;
  align-items: center;
}
header .nav-wrapper .nav-btn {
  z-index: 300;
}
@media only screen and (max-width: 768px) {
  header .nav-wrapper {
    width: 60%;
  }
}

body {
  font-size: calc(10px + 0.3vw);
  color: #363535;
  font-family: quiche-sans, zen-kurenaido, sans-serif;
  line-height: 1.75;
  background-color: #fcfbf9;
}

.top-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top-container .top-wrap {
  position: relative;
  width: 80%;
  height: 90vh;
  margin: 10vh auto;
}
.top-container .top-wrap .blue--1 {
  top: -3.70625vw;
  left: 22.75vw;
}
@media only screen and (max-width: 768px) {
  .top-container .top-wrap .blue--1 {
    top: -7.4125vw;
    left: 45.5vw;
  }
}
.top-container .top-wrap .blue--2 {
  top: -8.934765625vw;
  left: 35.46875vw;
}
@media only screen and (max-width: 768px) {
  .top-container .top-wrap .blue--2 {
    top: -17.86953125vw;
    left: 70.9375vw;
  }
}
.top-container .top-wrap .red--1 {
  top: -3.70625vw;
  left: 22.75vw;
}
@media only screen and (max-width: 768px) {
  .top-container .top-wrap .red--1 {
    top: -7.4125vw;
    left: 45.5vw;
  }
}
.top-container .top-wrap .red--2 {
  top: -8.434765625vw;
  left: 35.46875vw;
}
@media only screen and (max-width: 768px) {
  .top-container .top-wrap .red--2 {
    top: -16.86953125vw;
    left: 70.9375vw;
  }
}
.top-container .top-wrap .grey--1 {
  top: 11.825vw;
  left: 22.75vw;
}
@media only screen and (max-width: 768px) {
  .top-container .top-wrap .grey--1 {
    top: 23.65vw;
    left: 45.5vw;
  }
}
.top-container .top-wrap .grey--2 {
  top: 21.127734375vw;
  left: 35.96875vw;
}
@media only screen and (max-width: 768px) {
  .top-container .top-wrap .grey--2 {
    top: 42.25546875vw;
    left: 71.9375vw;
  }
}
.top-container .top-wrap .orange--1 {
  top: 11.825vw;
  left: 22.75vw;
}
@media only screen and (max-width: 768px) {
  .top-container .top-wrap .orange--1 {
    top: 23.65vw;
    left: 45.5vw;
  }
}
.top-container .top-wrap .orange--2 {
  top: 21.127734375vw;
  left: 35.515625vw;
}
@media only screen and (max-width: 768px) {
  .top-container .top-wrap .orange--2 {
    top: 42.25546875vw;
    left: 71.03125vw;
  }
}
.top-container .top-wrap .green--1 {
  top: -7.765625vw;
  right: 20.482vw;
}
@media only screen and (max-width: 768px) {
  .top-container .top-wrap .green--1 {
    top: -15.53125vw;
    right: 40.964vw;
  }
}
.top-container .top-wrap .top-img {
  position: absolute;
}
.top-container .top-wrap .top-img.--1 {
  top: 0;
  left: 0;
}
.top-container .top-wrap .top-img.--2 {
  top: 23.65vw;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .top-container .top-wrap .top-img.--2 {
    top: 47.3vw;
  }
}
.top-container .top-wrap .top-img.--3 {
  top: 11.825vw;
  left: 20.482vw;
}
@media only screen and (max-width: 768px) {
  .top-container .top-wrap .top-img.--3 {
    top: 23.65vw;
    left: 40.964vw;
  }
}
.top-container .top-wrap .top-img .Swiper01,
.top-container .top-wrap .top-img .Swiper02,
.top-container .top-wrap .top-img .Swiper03 {
  width: 25vw;
  height: 21.65vw;
}
@media only screen and (max-width: 768px) {
  .top-container .top-wrap .top-img .Swiper01,
.top-container .top-wrap .top-img .Swiper02,
.top-container .top-wrap .top-img .Swiper03 {
    width: 50vw;
    height: 43.3vw;
  }
}
.top-container .top_ttl {
  line-height: normal;
  font-size: calc(12px + 1vw);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  right: 25vw;
  top: 3rem;
  bottom: 0;
  z-index: 10;
}
.top-container .top_ttl p {
  background: white;
  height: 0em;
  opacity: 0;
}
.top-container .top_ttl p:nth-child(2) {
  margin: 1em 0.5em;
}
.top-container .top_ttl.active p {
  white-space: nowrap;
  overflow: hidden;
  opacity: 1;
}
.top-container .top_ttl.active p:nth-child(1) {
  opacity: 1;
  -webkit-animation: text_anime_on 2s ease-out forwards;
          animation: text_anime_on 2s ease-out forwards;
}
@-webkit-keyframes text_anime_on {
  0% {
    height: 0em;
  }
  100% {
    height: 15em;
  }
}
@keyframes text_anime_on {
  0% {
    height: 0em;
  }
  100% {
    height: 15em;
  }
}
.top-container .top_ttl.active p:nth-child(2) {
  -webkit-animation: text_anime_on2 4s ease-out forwards;
          animation: text_anime_on2 4s ease-out forwards;
}
@-webkit-keyframes text_anime_on2 {
  0% {
    height: 0em;
  }
  50% {
    height: 0em;
  }
  100% {
    height: 19em;
  }
}
@keyframes text_anime_on2 {
  0% {
    height: 0em;
  }
  50% {
    height: 0em;
  }
  100% {
    height: 19em;
  }
}
.top-container span {
  padding-top: 60px;
}
@media screen and (min-width: 960px) {
  .top-container .header__title {
    width: 120px;
  }
}

/*hamburger(ハンバーガーアイコン) */
.hamburger-wrap {
  position: relative;
}

.hamburger {
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
  position: relative;
}

.hamburger__line {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  right: 0;
  background-color: grey;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: calc(50% - 5px);
}

.hamburger__line--3 {
  top: calc(50% + 5px);
}

.sp-nav {
  position: fixed;
  display: flex;
  right: -100%;
  top: 0;
  width: 100%;
  height: 80vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.sp-nav .menu-list {
  margin-top: 2em;
  border-bottom: 1px solid white;
  width: 60vw;
  text-align: center;
}
.sp-nav .menu {
  color: #fff;
  font-size: calc(12px + 1vw);
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーがクリックされたら*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 50%;
  left: 27%;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 50%;
  left: 27%;
}

.open .nav-btn {
  filter: brightness(10);
}

.open .hamburger {
  mix-blend-mode: plus-lighter;
}

.open .sp-nav {
  right: 0;
}

section {
  margin: 8em auto 0;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  section {
    width: 90%;
  }
}

.section-ttl {
  font-size: calc(16px + 1vw);
  margin: 2em auto;
  text-align: center;
  letter-spacing: 0.5em;
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .section-ttl {
    margin-top: calc(80px + 2em);
  }
}

.event-article .event-ttl {
  position: relative;
  font-size: calc(12px + 0.5vw);
}
.event-article .event_txt {
  padding-top: 0.4em;
}

.event-section {
  position: relative;
}

.event-container {
  position: relative;
  display: flex;
  width: 70%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-left: 10%;
  margin-top: 7em;
  margin-bottom: 7em;
  transition: all 0.6s;
  cursor: pointer;
}
.event-container:hover {
  transform: translateY(-5px);
}
.event-container .date-wrap {
  width: 10vw;
  height: 8.66vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transform: translate(-40%, -40%);
}
@media only screen and (max-width: 768px) {
  .event-container .date-wrap {
    width: 19.2307692308vw;
    height: 16.6538461538vw;
  }
}
.event-container .date-frame {
  line-height: 1;
  text-align: center;
  font-family: quiche-sans;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.event-container .date-frame .month {
  font-size: calc(12px + 0.5vw);
}
.event-container .date-frame .day {
  font-size: calc(16px + 1vw);
}
.event-container .date-frame .year {
  font-size: calc(10px + 0.2vw);
}
.event-container .event_img {
  position: relative;
  overflow: hidden;
  width: 45%;
}
.event-container .event_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-image-url);
  background-size: cover;
  background-position: center;
  filter: blur(15px);
  transform: scale(1.1);
  z-index: 1;
}
.event-container .event_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .event-container:nth-of-type(2n) {
    margin-left: 30%;
  }
  .event-container:nth-of-type(2n) .--event {
    left: 33.33333%;
    top: calc(100% + 3em);
    transform: translateX(-50%);
  }
}
.event-container .event-wrap {
  width: 55%;
  background-color: white;
  padding: 1.5em;
}
.event-container .event-wrap .genre {
  font-family: quiche-sans;
  background: rgba(128, 128, 128, 0.6);
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em 0.8em;
  border-radius: 5em;
  display: inline-block;
  margin: 0.2em;
}
@media only screen and (max-width: 768px) {
  .event-container {
    width: 90%;
    margin: 7em auto;
  }
  .event-container:nth-of-type(2n) {
    margin-right: auto;
  }
}
.event-container:nth-last-of-type(1) .--event {
  display: none;
}

.coming-soon {
  text-align: center;
  font-size: calc(12px + 1vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5em auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

h4 {
  font-size: calc(10px + 0.3vw);
}

.Swiper-past {
  width: 100%;
  height: 20vh;
  padding-top: 10em;
}
.Swiper-past .past-wrap .past-img img {
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.8);
  height: 20vh;
}

.event-box {
  text-align: center;
  margin-top: 2rem;
}

.more_btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.more_btn .more-wrap {
  left: 110%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 3.2552083333vw;
  height: 2.8190104167vw;
}
@media only screen and (max-width: 768px) {
  .more_btn .more-wrap {
    width: 9.765625vw;
    height: 8.45703125vw;
  }
}
.more_btn .more-wrap .--more::after {
  position: absolute;
  font-weight: bold;
  content: "＞";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.more_btn:hover .--more::after {
  transform: translate(-15%, -50%);
}

.detail-container {
  font-size: calc(12px + 1vw);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: grey;
  color: #fff;
}

.event-wrap {
  width: 100%;
}

.info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-article {
  display: flex;
  width: 47%;
  height: auto;
  margin-bottom: 10vh;
  margin-top: 5vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.info-article:hover .info-img img {
  transform: scale(1.05);
}
.info-article .date-wrap {
  width: 10vw;
  height: 8.66vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transform: translate(-40%, -40%);
}
@media only screen and (max-width: 768px) {
  .info-article .date-wrap {
    width: 19.2307692308vw;
    height: 16.6538461538vw;
  }
}
.info-article .date-frame {
  line-height: 1;
  text-align: center;
  font-family: quiche-sans;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.info-article .date-frame .month {
  font-size: calc(12px + 0.5vw);
}
.info-article .date-frame .day {
  font-size: calc(16px + 1vw);
}
.info-article .date-frame .year {
  font-size: calc(10px + 0.2vw);
}
.info-article .info-img {
  position: relative;
  width: 40%;
  overflow: hidden;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-article .info-img .info-main-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center;
     object-position: center;
  transition: all 0.6s;
}
.info-article .info-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-image-url);
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.05);
  z-index: 1;
}
.info-article .info-wrap {
  padding: 2em 1em;
  background: white;
  width: 60%;
}
.info-article .info-wrap .info-ttl {
  font-size: calc(12px + 0.5vw);
}
.info-article .info-wrap .info-txt {
  padding-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .info-article {
    width: 100%;
    margin-top: 5vh;
  }
}

.js-clickable-article {
  cursor: pointer;
  outline: none;
  position: relative;
}

.container {
  position: relative;
  height: 360px;
  margin: 50vh auto;
  width: 100%;
}
.container::before, .container::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 5;
}
.container::before {
  top: -1px;
  border-color: #fcfbf9 transparent transparent transparent;
  border-width: 50px 100vw 0px 0px;
}
.container::after {
  bottom: -1px;
  border-color: transparent transparent #fcfbf9 transparent;
  border-width: 0 0 50px 100vw;
}
.container .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.container .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("https://toitatelabo.wedu.jp/wp-content/uploads/2024/08/bg-img.webp");
  filter: brightness(0.4);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.container .bg-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  mix-blend-mode: difference;
  text-align: center;
  font-size: calc(12px + 1vw);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: white;
  font-family: "Times New Roman", Times, serif;
}

.about-wrapper {
  position: relative;
  width: 100%;
  height: 400vh;
  padding: 10vh 0;
}
.about-wrapper h2 {
  position: absolute;
  top: -10vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
}
.about-wrapper .about-frame {
  width: 100;
  height: 60vh;
  position: relative;
  overflow: visible;
}
.about-wrapper .about-frame .about-front-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.about-wrapper .about-frame .about-front-img img {
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.15);
}
.about-wrapper .about-frame .about-front-letter {
  position: absolute;
  width: 5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  filter: invert(0) brightness(10);
}
.about-wrapper .about-frame .about-img {
  width: 100%;
}
.about-wrapper .about-frame .about-img img {
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.8);
}
@-webkit-keyframes leftmove {
  0% {
    transform: translateX(20px) scale(1);
  }
  100% {
    transform: translateX(-20px) scale(1);
  }
}
@keyframes leftmove {
  0% {
    transform: translateX(20px) scale(1);
  }
  100% {
    transform: translateX(-20px) scale(1);
  }
}
.about-wrapper .about-frame .swiper-slide-active img,
.about-wrapper .about-frame .swiper-slide-duplicate-active img,
.about-wrapper .about-frame .swiper-slide-prev img {
  -webkit-animation: leftmove 7s linear 0s normal both;
          animation: leftmove 7s linear 0s normal both;
}
.about-wrapper .about-frame .about-txt {
  position: absolute;
  z-index: 7;
  font-size: calc(12px + 1vw);
  text-shadow: 1px 1px 1px gray;
  color: white;
  opacity: 0.2;
}
@-webkit-keyframes blinking {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.about-wrapper .about-frame .about-txt.--1 {
  top: 30%;
  left: 56%;
  transform: translate(-50%, -50%);
  -webkit-animation: blinking 3s linear 0s infinite alternate forwards;
          animation: blinking 3s linear 0s infinite alternate forwards;
}
.about-wrapper .about-frame .about-txt.--2 {
  top: 50%;
  left: 63%;
  transform: translate(-50%, -50%);
  -webkit-animation: blinking 3s linear 0.5s infinite alternate forwards;
          animation: blinking 3s linear 0.5s infinite alternate forwards;
}
.about-wrapper .about-frame .about-txt.--3 {
  top: 70%;
  left: 56%;
  transform: translate(-50%, -50%);
  -webkit-animation: blinking 3s linear 1s infinite alternate forwards;
          animation: blinking 3s linear 1s infinite alternate forwards;
}
.about-wrapper .about-frame .about-txt.--4 {
  top: 70%;
  left: 44%;
  transform: translate(-50%, -50%);
  -webkit-animation: blinking 3s linear 1.5s infinite alternate forwards;
          animation: blinking 3s linear 1.5s infinite alternate forwards;
}
.about-wrapper .about-frame .about-txt.--5 {
  top: 50%;
  left: 37%;
  transform: translate(-50%, -50%);
  -webkit-animation: blinking 3s linear 2s infinite alternate forwards;
          animation: blinking 3s linear 2s infinite alternate forwards;
}
.about-wrapper .about-frame .about-txt.--6 {
  top: 30%;
  left: 44%;
  transform: translate(-50%, -50%);
  -webkit-animation: blinking 3s linear 2.5s infinite alternate forwards;
          animation: blinking 3s linear 2.5s infinite alternate forwards;
}
@media only screen and (max-width: 768px) {
  .about-wrapper .about-frame .about-txt {
    display: none;
  }
}
.about-wrapper .about-frame .about-message {
  position: absolute;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-family: "Times New Roman", Times, serif;
  top: 50%;
  z-index: 8;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.8s;
}
.about-wrapper .about-frame .about-message p {
  background-color: white;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0.3em 0;
  margin: 0 0.5em;
}
.about-wrapper .about-frame .about-message.active {
  opacity: 1;
}
.about-wrapper .about-frame .about-message.--right {
  right: 20%;
}
.about-wrapper .about-frame .about-message.--left {
  left: 15%;
}
@media only screen and (max-width: 768px) {
  .about-wrapper .about-frame .about-message.--right {
    right: 2%;
  }
  .about-wrapper .about-frame .about-message.--left {
    left: 2%;
  }
}
.about-wrapper .action-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 95%;
}
.about-wrapper .action-wrap .action-frame {
  opacity: 0;
  transition: 0.6s;
  width: 30%;
  z-index: 8;
}
.about-wrapper .action-wrap .action-frame h3 {
  font-size: calc(12px + 0.5vw);
  margin-left: 3em;
  line-height: 1;
}
.about-wrapper .action-wrap .action-frame .action-img {
  position: relative;
}
.about-wrapper .action-wrap .action-frame .action-img img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(4px 4px rgba(248, 166, 169, 0.4));
}
.about-wrapper .action-wrap .action-frame .action-txt {
  margin-left: 1em;
  margin-right: 3em;
  text-align: center;
  opacity: 0;
  transition: 1.6s;
}
.about-wrapper .action-wrap .action-frame.active {
  opacity: 1;
}
.about-wrapper .action-wrap .action-frame.active .action-txt {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .about-wrapper .action-wrap .action-frame {
    width: 33.3%;
  }
  .about-wrapper .action-wrap .action-frame .action-img img {
    height: auto;
  }
  .about-wrapper .action-wrap .action-frame .action-txt {
    margin: 0.5rem 1rem 0 0;
  }
}

#trigger1 {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50vh;
}

.scroll_down {
  position: absolute;
  top: 120%;
  left: 0;
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .scroll_down {
    top: 85%;
    left: 10%;
  }
}

.scroll_down a {
  position: absolute;
  left: -24px;
  bottom: 30px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.text {
  display: block;
  margin-top: 60px;
  margin-left: -14px;
  color: gray;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}

.arrow {
  position: absolute;
  width: 28px;
  height: 2px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
}

.arrow:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}

.arrow:before,
.arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: gray;
}

.arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.leader-space h3 {
  font-size: calc(12px + 1vw);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3em auto 2em;
}

.leader-container {
  display: flex;
  width: 60%;
  justify-content: space-evenly;
  margin: auto;
}
.leader-container h3 {
  padding-top: 5%;
}
@media only screen and (max-width: 768px) {
  .leader-container {
    width: 90%;
  }
}

.leader-wrap {
  width: 100%;
}
.leader-wrap .leader-box {
  width: 70%;
  margin: auto;
  padding: 1em;
}
.leader-wrap .leader-ttl {
  font-size: calc(12px + 0.5vw);
  text-align: center;
}
.leader-wrap .leader-name {
  text-align: end;
  padding: 0.5em 0 1em;
}
.leader-wrap .leader-pic {
  text-align: center;
  width: 60%;
  margin: auto;
  filter: drop-shadow(8px 8px 0px rgba(248, 166, 169, 0.2));
}

.voice-section {
  width: 100%;
  overflow: hidden;
}

.Swiper-voice-upper,
.Swiper-voice-lower {
  width: 100%;
  height: auto;
  overflow: visible;
}

.Swiper-voice-lower {
  width: calc(121.65vw + 2.5em);
  transform: translate(0, -3.90625vw);
}
@media only screen and (max-width: 768px) {
  .Swiper-voice-lower {
    width: calc(143.3vw + 2.5em);
    transform: translate(0, -7.8125vw);
  }
}

.voice-container h3 {
  font-size: calc(12px + 1vw);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
}
.voice-container .voice-wrap {
  display: flex;
  justify-content: center;
}
.voice-container .voice-wrap .voice-pic {
  text-align: center;
  filter: drop-shadow(4px 4px 0px rgba(128, 128, 128, 0.2));
}
.voice-container .voice-wrap .voice-quotation {
  width: 21.65vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .voice-container .voice-wrap .voice-quotation {
    width: 43.3vw;
  }
}
.voice-container .voice-wrap .voice-quotation::before, .voice-container .voice-wrap .voice-quotation::after {
  background-image: url(assets/130voice/quotation.svg);
  width: 2em;
  height: 2em;
  background-color: white;
  position: absolute;
  content: "";
  z-index: 5;
}
.voice-container .voice-wrap .voice-quotation::before {
  top: 20%;
  left: 0;
  transform: rotate(180deg);
}
.voice-container .voice-wrap .voice-quotation::after {
  bottom: 20%;
  right: 0;
}
.voice-container .voice-wrap .voice-frame {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: 21.65vw;
  height: 25vw;
  margin: auto;
  background-color: #f8a6a9;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .voice-container .voice-wrap .voice-frame {
    width: 43.3vw;
    height: 50vw;
  }
}
.voice-container .voice-wrap .voice-frame::before {
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: calc(21.65vw - 10px);
  height: calc(25vw - 10px);
  content: "";
  background-color: white;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .voice-container .voice-wrap .voice-frame::before {
    width: calc(43.3vw - 5px);
    height: calc(50vw - 5px);
  }
}
.voice-container .voice-wrap .voice-frame .voice-txt {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(21.65vw - 4em);
}
@media only screen and (max-width: 768px) {
  .voice-container .voice-wrap .voice-frame .voice-txt {
    width: calc(43.3vw - 4em);
    font-size: 10px;
  }
}
.voice-container .voice-wrap .voice-frame .voice-txt .role {
  text-align: end;
  font-size: calc(10px + 0.2vw);
  float: inline-end;
}

.heagon-portlate {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.facebook-section {
  position: relative;
}
.facebook-section .fw-iframe {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
.facebook-section .fw-branding {
  display: none !important;
}

.report-section {
  width: 100%;
  margin: auto;
}
.report-section .box_blog {
  width: 100%;
}
.report-section .box_blog .swiper-wrapper {
  width: 80%;
}
.report-section .box_blog .blogbox {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
  background: white;
}
.report-section .box_blog .blogbox .txtarea_topic {
  padding: 1em;
}
.report-section .box_blog .blogbox:last-of-type .--report {
  display: none;
}
.report-section .box_blog .blogbox .--report {
  transform: scale(0.6) rotate(90deg) translate(-50%, 0%);
  right: -4em;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  .report-section .box_blog .blogbox .--report {
    display: none;
  }
}
.report-section .box_blog .blogbox .thumb {
  overflow: hidden;
  background-color: white;
}
.report-section .box_blog .blogbox .thumb img {
  height: 25vh;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.report-section .box_blog .blogbox .thumb img:hover {
  transform: scale(1.05);
}
.report-section .box_blog .blogbox .report-box {
  padding: 1.5em 1em;
}
.report-section .box_blog .blogbox .report-box .report_ttl {
  font-size: calc(12px + 0.5vw);
}
.report-section .box_blog .blogbox .report-box time {
  font-size: calc(10px + 0.2vw);
}
.report-section .box_blog .blogbox .report-box p {
  padding-top: 5%;
}

.under-dot {
  border-bottom: 1px dotted grey;
}

footer {
  margin-top: 10em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  position: relative;
  overflow: hidden;
}
footer .footer-pic {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}
footer .footer-pic img {
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .copyright-container {
  text-align: center;
}

.archive-section {
  margin-top: 4em;
  display: flex;
  justify-content: space-between;
}
.archive-section .archive-side {
  width: 20%;
}
.archive-section .archive-side .side-ttl {
  position: relative;
  font-size: calc(12px + 1vw);
  margin-left: 4rem;
  margin-top: 3rem;
  transform: translateX(-4rem);
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .archive-section .archive-side .side-ttl {
    transform: none;
    width: 70%;
  }
}
.archive-section .archive-side ul {
  padding-left: 4rem;
  margin-bottom: 3rem;
  transform: translateX(-4rem);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .archive-section .archive-side ul {
    transform: none;
    width: 70%;
  }
  .archive-section .archive-side ul li {
    width: 100%;
  }
}
.archive-section .archive-side ul li a {
  text-indent: 1em;
  margin-left: -1em;
}
.archive-section .archive-side ul li a::before {
  content: "⚫︎";
}
.archive-section .archive-side ul .genre-list a::before {
  color: #f8a6a9;
}
.archive-section .archive-side ul .event-list,
.archive-section .archive-side ul .info-list {
  margin-bottom: 1.6em;
  position: relative;
}
.archive-section .archive-side ul .event-list::after,
.archive-section .archive-side ul .info-list::after {
  position: absolute;
  content: "";
  width: 50%;
  border-bottom: 0.3px dashed grey;
  bottom: -0.8em;
  left: 25%;
}
.archive-section .archive-side ul .event-list a .event-date,
.archive-section .archive-side ul .info-list a .event-date {
  font-size: calc(10px + 0.2vw);
}
.archive-section .archive-side ul .event-list a::before {
  color: #93e5a9;
}
.archive-section .archive-side ul .info-list a::before {
  color: #f7c68d;
}
.archive-section .archive-side ul .report-list {
  margin-bottom: 1.6em;
  position: relative;
}
.archive-section .archive-side ul .report-list::after {
  position: absolute;
  content: "";
  width: 50%;
  border-bottom: 0.3px dashed grey;
  bottom: -0.8em;
  left: 25%;
}
.archive-section .archive-side ul .report-list a::before {
  color: #9cc3f0;
}
.archive-section .archive-side .event-frame,
.archive-section .archive-side .report-frame {
  height: 60vh;
  overflow-y: scroll;
  overflow-x: visible;
}
@media only screen and (max-width: 768px) {
  .archive-section .archive-side .event-frame,
.archive-section .archive-side .report-frame {
    height: 30vh;
    width: 70%;
  }
}
.archive-section .archive-side .year-frame a::before {
  color: #f7c68d;
}
@media only screen and (max-width: 768px) {
  .archive-section .archive-side .year-frame {
    height: 4em;
    overflow-y: scroll;
    overflow-x: visible;
  }
}
@media only screen and (max-width: 768px) {
  .archive-section .archive-side .genre-frame {
    height: 5em;
    overflow-y: scroll;
    overflow-x: visible;
  }
}
.archive-section .archive-wrap {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .archive-section .archive-wrap {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100vh;
    background: #fff1d6;
    transition: all 0.6s;
  }
  #g-nav.panelactive {
    left: 0;
  }
  #g-nav.panelactive {
    position: fixed;
    z-index: 999;
    width: 80%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 768px) {
  .right-arrow {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: fixed;
    left: 0;
    top: 50%;
    width: 1.5em;
    height: 1.5em;
    transform: translate(0%, -50%) rotate(45deg);
    transition: 0.6s;
  }
  .right-arrow::before, .right-arrow::after {
    content: "";
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
    z-index: 1;
  }
  .right-arrow::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
  }
  .right-arrow::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
  }
  .right-arrow.active {
    transform: translate(0%, -50%) rotate(45deg);
    left: 83%;
  }
  .right-arrow.active::before {
    top: auto;
    left: 0;
    bottom: 0;
  }
  .right-arrow.active::after {
    top: 0;
    left: 0;
    right: 0;
  }
  .right-arrow.active .bg {
    transform: translate(-50%, -25%);
  }
  .right-arrow .bg {
    content: "";
    width: 8em;
    height: 8em;
    background: #fff1d6;
    position: absolute;
    border-radius: 8em;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -25%);
  }
}
.page-img {
  position: relative;
  display: flex;
  width: 60%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin: auto;
  height: auto;
}
.page-img img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page-img h1 {
  font-size: calc(12px + 1vw);
  font-weight: bold;
  line-height: 1;
  margin: 0.7em 0;
}
@media only screen and (max-width: 768px) {
  .page-img {
    width: 80%;
  }
}
.page-img .date-wrap {
  width: 10vw;
  height: 8.66vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .page-img .date-wrap {
    width: 19.2307692308vw;
    height: 16.6538461538vw;
  }
}
.page-img .date-frame {
  line-height: 1;
  text-align: center;
  font-family: quiche-sans;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.page-img .date-frame .month {
  font-size: calc(12px + 0.5vw);
}
.page-img .date-frame .day {
  font-size: calc(16px + 1vw);
}
.page-img .date-frame .year {
  font-size: calc(10px + 0.2vw);
}
.page-img .--page {
  bottom: 0;
  right: 0;
  transform: translate(55%, 55%);
}
@media only screen and (max-width: 768px) {
  .page-img .--page {
    display: none;
  }
}

.page-wrap {
  width: 70%;
}
.page-wrap .genre {
  font-family: quiche-sans;
  background: rgba(128, 128, 128, 0.6);
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em 0.8em;
  border-radius: 5em;
  margin-bottom: 3em;
  margin-right: 0.5em;
  display: inline-block;
}
.page-wrap .genre::before {
  content: "#";
  color: white;
}
.page-wrap h1,
.page-wrap h2 {
  font-size: calc(12px + 1vw);
  font-weight: bold;
  line-height: 1.75;
  margin: 0.7em 0;
  border-bottom: 2px solid black;
}
.page-wrap h3,
.page-wrap h4 {
  font-size: calc(12px + 0.5vw);
  font-weight: bold;
  line-height: 1.5;
  margin: 0.5em 0;
  border-bottom: 1.5px solid black;
}
.page-wrap p {
  margin-bottom: 1.5em;
  line-height: 1.7;
}
.page-wrap a {
  border-bottom: 1px dotted grey;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-wrap .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1em;
}
.page-wrap iframe {
  width: 100%;
}
.page-wrap .has-black-color {
  color: #000000;
}
.page-wrap .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.page-wrap .has-white-color {
  color: #ffffff;
}
.page-wrap .has-pale-pink-color {
  color: #f78da7;
}
.page-wrap .has-vivid-red-color {
  color: #cf2e2e;
}
.page-wrap .has-luminous-vivid-orange-color {
  color: #ff6900;
}
.page-wrap .has-luminous-vivid-amber-color {
  color: #fcb900;
}
.page-wrap .has-light-green-cyan-color {
  color: #7bdcb5;
}
.page-wrap .has-vivid-green-cyan-color {
  color: #00d084;
}
.page-wrap .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.page-wrap .has-vivid-cyan-blue-color {
  color: #0693e3;
}
.page-wrap .has-vivid-purple-color {
  color: #9b51e0;
}
.page-wrap .has-text-align-left {
  text-align: left;
}
.page-wrap .has-text-align-center {
  text-align: center;
}
.page-wrap .has-text-align-right {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .page-wrap {
    width: 90%;
    margin: auto;
  }
  .page-wrap .event-wrap {
    width: 100%;
  }
}
.page-wrap .wp-block-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.5;
  overflow-x: auto;
}
.page-wrap .wp-block-table th,
.page-wrap .wp-block-table td {
  border: 1px solid #ccc;
  padding: 0.75em;
  text-align: left;
}
.page-wrap .wp-block-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.page-wrap .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .page-wrap .wp-block-table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .page-wrap .wp-block-table table {
    width: 100%;
    min-width: 600px;
  }
}
.page-wrap .page-ttl {
  font-size: calc(16px + 1vw);
  position: relative;
  border-bottom: none;
}

.pager-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3em;
  margin: 10em auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  font-size: calc(12px + 0.5vw);
}
.pager-wrap .screen-reader-text {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pager-wrap {
    width: 70%;
    padding: 0;
  }
}
.pager-wrap .page-numbers {
  width: 4.8828125vw;
  height: 4.228515625vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pager-wrap .page-numbers.current {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -1;
  background-color: grey;
  color: white;
}
@media only screen and (max-width: 768px) {
  .pager-wrap .page-numbers {
    padding: 1rem;
  }
}
.pager-wrap .next,
.pager-wrap .prev {
  display: none;
}
.pager-wrap .--next {
  left: 100%;
  z-index: 10;
}
.pager-wrap .--next::after {
  content: "＞";
}
.pager-wrap .--pre {
  right: 100%;
  z-index: 10;
}
.pager-wrap .--pre::after {
  content: "＜";
}
.pager-wrap .--pre::after,
.pager-wrap .--next::after {
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.form-container {
  font-size: calc(12px + 0.5vw);
  width: 50%;
  margin: auto;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .form-container {
    width: 80%;
  }
}
.form-container .form-send {
  margin: 5% auto 0;
  font-size: calc(12px + 0.5vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form-container .form-box {
  text-align: center;
}
.form-container .policy {
  width: 100%;
  height: 20vh;
  overflow-y: scroll;
  background: white;
  border-radius: 0.3em;
  border: 1px solid grey;
  padding: 2px;
  font-size: calc(10px + 0.2vw);
}

.input {
  width: 100%;
  height: 2em;
}

.mwform-tel-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mwform-tel-field .input {
  width: 25% !important;
}

#contact {
  height: auto;
}

.submit {
  border: none;
  background: none;
  font-size: calc(12px + 0.5vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: zen-kurenaido;
  font-weight: bold;
  color: gray;
  transition: 0.6s;
}
.submit:hover {
  opacity: 0.4;
}

.contact-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
}

#included-files-fie-on-wp-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */