@charset "UTF-8";

html, :root {
  --tk-global-width: 110rem;
  --tk-color-primary: #086E3B;
  --tk-color-secondary: #9E222B;
  --tk-color-accent: #B24A4A;
  --tk-color-text: #484848;
  --tk-color-textdarker: #3B3B3B;
  --tk-color-textlight: #5c4d34;
  --tk-color-darkgray: #444;
  --tk-color-gray: #666;
  --tk-color-lightgray: #999;
  --tk-color-pr: #FCBE34;
  --tk-color-event: #FA8585;
  --tk-color-kurasu: #84FF4D;
  --tk-color-tsukuru: #FD9243;
  --tk-color-asobu: #4DD6FF;
  --tk-color-manabu: #B796F4;
  --tk-fontfamily-sansserif: "Noto Sans JP", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  --tk-fontfamily-arial: "Arial", sans-serif;
  --tk-fontsize-xs: 1.2rem;
  --tk-fontsize-s: 1.4rem;
  --tk-fontsize-base: 1.6rem;
  --tk-fontsize-l: 1.8rem;
  --tk-fontsize-xl: 2.4rem;
  --tk-zindex-loading: 990;
  --tk-zindex-header: 810;
  --tk-zindex-gnavbtn: 802;
  --tk-zindex-gnav: 801;
  --tk-zindex-overlay: 800;
  --tk-zindex-float: 700;
}
@media not all and (min-width: 768) {
  html, :root {
    --tk-fontsize-xs: 1.1rem;
    --tk-fontsize-s: 1.3rem;
    --tk-fontsize-base: 1.4rem;
    --tk-fontsize-l: 1.6rem;
    --tk-fontsize-xl: 2rem;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 10px;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.75;
  font-size: var(--tk-fontsize-base);
  color: var(--tk-color-text);
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body {
  font-family: var(--tk-fontfamily-sansserif);
  color: var(--tk-color-text);
}
body.is-menuopen {
  overflow-y: clip;
}

.area-tab.container {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .area-tab.container {
    margin-top: -6rem;
    margin-left: 19.6rem;
  }
}
@media (min-width: 1280px) {
  .area-tab.container {
    margin-left: 31rem;
  }
}

#section-articles {
  margin-top: 4rem;
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  #section-articles {
    padding-bottom: 6.5rem;
  }
}

.contact-area {
  margin-top: 3rem;
  margin-bottom: 9.5rem;
}
@media (min-width: 768px) {
  .contact-area {
    margin-top: 7rem;
    margin-bottom: 6.5rem;
  }
}

.about-wrap {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .about-wrap {
    margin-top: 14rem;
    margin-bottom: 15rem;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--tk-global-width);
  width: calc(100% - 2rem);
}
@media (min-width: 640px) {
  .container {
    width: calc(100% - 4rem);
  }
}

.note {
  color: #A7071C;
}

#main {
  contain: paint;
}
#info #main, #contact #main {
  background: #FFFDFA;
}

@media not all and (min-width: 768px) {
  .text-with-image > .text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .text-with-image > .text > .heading {
    margin-bottom: 0.9rem;
    font-size: 2.2rem;
  }
  .text-with-image > .image {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
  .text-with-image > .image figcaption {
    margin-top: 0.5em;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .text-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-with-image > .text, .text-with-image > .image {
    position: relative;
    width: 50%;
    min-height: 37rem;
  }
  .text-with-image > .text {
    padding-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 2;
  }
  .text-with-image > .text.-full {
    padding-top: 2.5rem;
  }
  .text-with-image > .text .heading {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
  .text-with-image > .image img {
    margin-bottom: 2.5rem;
    width: calc(50vw - 4rem);
    max-width: 80rem;
  }
  .text-with-image > .image .wp-block-image {
    display: inline-block;
  }
  .text-with-image > .image .wp-block-image figcaption {
    display: inline-block;
  }
  .text-with-image > .image figcaption {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
  }
  .text-with-image > .image.-contain {
    max-width: 50%;
    width: auto;
  }
  .text-with-image > .image.-contain img {
    margin: 0 !important;
    max-width: 100%;
    width: auto;
  }
  .text-with-image > .image.-full img {
    position: absolute;
    z-index: 3;
    top: 0;
    height: 100%;
    margin-bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .text-with-image:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .text-with-image:nth-child(odd) > .text {
    padding-left: 2.5rem;
  }
  .text-with-image:nth-child(odd) > .image {
    text-align: right;
  }
  .text-with-image:nth-child(odd) > .image img {
    display: inline;
    margin-left: -50vw;
  }
  .text-with-image:nth-child(odd) > .image figure {
    text-align: left;
  }
  .text-with-image:nth-child(odd) > .image.-full img, .text-with-image:nth-child(odd) > .image.-full::before {
    right: 0;
  }
  .text-with-image:nth-child(even) > .text {
    padding-right: 2.5rem;
  }
  .text-with-image:nth-child(even) > .image img {
    margin-right: -50vw;
  }
  .text-with-image:nth-child(even) > .image figure {
    text-align: right;
  }
  .text-with-image:nth-child(even) > .image.-full img, .text-with-image:nth-child(even) > .image.-full::before {
    left: 0;
  }
}

.no-article {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}

.pagination {
  margin-top: 3.5rem;
  text-align: right;
}
.pagination::before {
  content: "Page";
}
.pagination .page_num::before {
  content: "：";
}

.pagination-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-list::after {
  content: "｜";
}
.pagination-list > .list-item::before {
  content: "｜";
}

hr.hidden {
  margin: 0;
  padding: 0;
  border: none;
}

#header {
  background: var(--tk-color-primary);
  color: #fff;
  height: 5rem;
}
@media (min-width: 1280px) {
  #header {
    padding-top: 3rem;
    height: 8rem;
  }
}
#header::after {
  content: "";
  display: block;
  position: fixed;
  z-index: var(--tk-zindex-overlay);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-menuopen #header::after {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 1;
  pointer-events: initial;
}

#site-logo, #footer-logo {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0.4rem;
  text-decoration: none;
}
@media (min-width: 1280px) {
  #site-logo, #footer-logo {
    top: 0;
    left: calc(50% - 56.2rem);
  }
}
#site-logo picture, #footer-logo picture {
  position: relative;
  width: 173.5px;
  height: 50px;
}
@media (min-width: 1280px) {
  #site-logo picture, #footer-logo picture {
    width: 27.76rem;
    height: 8rem;
  }
}
#site-logo picture img, #footer-logo picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media not all and (min-width: 1280px) {
  #footer-logo {
    top: 2rem;
    left: 50%;
    margin-left: -86.75px;
  }
}
@media (min-width: 1280px) {
  #footer-logo {
    top: 1rem;
  }
}

#btn-menu {
  position: fixed;
  z-index: var(--tk-zindex-gnavbtn);
  top: 0;
  right: 1rem;
  padding: 0;
  width: 4.5rem;
  height: 5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #05542D;
  border: none;
  cursor: pointer;
  color: var(--tk-color-primary);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1280px) {
  #btn-menu {
    display: none;
  }
}
#btn-menu span {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  padding-top: 1.4rem;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: bold;
}
@media (min-width: 1280px) {
  #btn-menu span {
    margin-top: 3.1rem;
    padding-top: 2.3rem;
    font-size: 1.1rem;
  }
}
#btn-menu:hover {
  background: #05341D;
}
#btn-menu::before, #btn-menu::after, #btn-menu span::before {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  width: 2.5rem;
  height: 0.2rem;
  border-radius: 1rem;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1280px) {
  #btn-menu::before, #btn-menu::after, #btn-menu span::before {
    width: 5rem;
    height: 0.3rem;
    border-radius: 1.5rem;
  }
}
#btn-menu span::before {
  top: 0;
}
.is-menuopen #btn-menu span::before {
  background: transparent;
}
#btn-menu::before {
  top: 1.7rem;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media (min-width: 1280px) {
  #btn-menu::before {
    top: 2rem;
  }
}
.is-menuopen #btn-menu::before {
  top: 2.4rem;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media (min-width: 1280px) {
  .is-menuopen #btn-menu::before {
    top: 3.35rem;
  }
}
#btn-menu::after {
  bottom: 1.7rem;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media (min-width: 1280px) {
  #btn-menu::after {
    bottom: 2rem;
  }
}
.is-menuopen #btn-menu::after {
  bottom: 2.4rem;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media (min-width: 1280px) {
  .is-menuopen #btn-menu::after {
    bottom: 3.35rem;
  }
}

#scroll-arrow {
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#home #scroll-arrow, #about #scroll-arrow {
  display: block;
}
@media (min-width: 768px) {
  #scroll-arrow {
    position: fixed;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    margin-left: -3rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
  }
  #scroll-arrow::before, #scroll-arrow::after {
    content: "";
    position: absolute;
    bottom: 34%;
    left: calc(50% - 2px);
    width: 4px;
    height: 40%;
    border-radius: 9999px;
    background-color: #fff;
    -webkit-transform-origin: 50% calc(100% - 2px);
    transform-origin: 50% calc(100% - 2px);
  }
  #scroll-arrow::before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  #scroll-arrow::after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
}
#scroll-arrow.is-hidden {
  opacity: 0;
}

#home #mainvisual {
  position: relative;
  background: #F5EFE2;
}
#mainvisual.-about {
  background: #F5EFE2;
}
@media (min-width: 768px) {
  #mainvisual .arrow {
    position: absolute;
    left: 50%;
    bottom: 6rem;
    margin-left: -33px;
    display: block;
    width: 66px;
    height: 22px;
  }
  #mainvisual .arrow::before, #mainvisual .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 2px);
    width: 4px;
    height: 181.8181818182%;
    border-radius: 9999px;
    background-color: #fff;
    -webkit-transform-origin: 50% calc(100% - 2px);
    transform-origin: 50% calc(100% - 2px);
  }
  #mainvisual .arrow::before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  #mainvisual .arrow::after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
}

#mv-canvas {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  padding-top: calc(33.9814814815% - 2px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
}
@media (min-width: 768px) {
  #mv-canvas {
    padding-top: calc(27.1851851852% - 2px);
  }
}
@media (min-width: 1280px) {
  #mv-canvas {
    padding-top: 34.797037037rem;
  }
}
#mv-canvas.is-loaded::before, #mv-canvas.is-loaded::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
}
#mv-canvas.is-loaded::before {
  right: -1px;
}
@media (min-width: 768px) {
  #mv-canvas.is-loaded::before {
    right: calc(90% - 1px);
  }
}
@media (min-width: 1280px) {
  #mv-canvas.is-loaded::before {
    right: calc(50% + 511.2px);
  }
}
#mv-canvas.is-loaded::after {
  left: -1px;
}
@media (min-width: 768px) {
  #mv-canvas.is-loaded::after {
    left: calc(90% - 1px);
  }
}
@media (min-width: 1280px) {
  #mv-canvas.is-loaded::after {
    left: calc(50% + 511.2px);
  }
}
#mv-canvas.is-loaded {
  background: #fff;
}

#js-youtube {
  position: absolute;
  border: none;
  top: 50%;
  left: 50%;
  width: 100%;
  height: calc(100% + 20rem);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media (min-width: 768px) {
  #js-youtube {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  #js-youtube {
    width: 102.4rem;
  }
}
.is-loaded #js-youtube {
  opacity: 1;
}

.breadcrumb {
  background: #fae7e0;
  color: var(--tk-color-gray);
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 1rem;
}
@media not all and (min-width: 1024px) {
  .breadcrumb {
    margin-right: 16rem;
  }
}

#breadcrumbs {
  overflow-x: auto;
  padding: 1rem 0;
}
@media not all and (min-width: 1024px) {
  #breadcrumbs {
    max-width: none;
    width: auto;
    white-space: nowrap;
    padding: 1.4rem 0;
  }
}
#breadcrumbs > span > span {
  display: inline-block;
  padding: 0 0.3em;
}
#breadcrumbs > span > span:first-child {
  padding-left: 0;
}

#footer {
  position: relative;
  padding: 6.5rem 0 3rem;
  background: var(--tk-color-primary);
  text-align: center;
  color: #fff;
}
@media (min-width: 1280px) {
  #footer {
    padding: 3rem 0;
  }
}

.to-pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -4rem;
  right: 0;
  width: 16rem;
  height: 4rem;
  background: #05542D;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .to-pagetop {
    display: none;
  }
}

#copyright {
  margin-top: 6rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  #copyright {
    margin-top: 4rem;
  }
}

#float-cta {
  position: fixed;
  z-index: var(--tk-zindex-float);
  bottom: 1rem;
  right: 1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  #float-cta {
    bottom: 2rem;
    right: 5rem;
  }
}
#float-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
}
#float-cta > .link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#float-cta > .link img {
  width: 9rem;
  height: auto;
}
@media (min-width: 1024px) {
  #float-cta > .link img {
    width: 11rem;
  }
}
#float-cta > .link:hover {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

._tdu {
  text-decoration: underline;
}

._tac {
  text-align: center;
}

._tar {
  text-align: right;
}

._img-left {
  margin-left: 0;
}

._img-right {
  margin-right: 0;
}

._clear {
  clear: both;
}

._clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

._ro {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
._ro:hover {
  opacity: 0.5;
}

@media (min-width: 640px) {
  ._for-sp {
    display: none !important;
  }
}
@media not all and (min-width: 640px) {
  ._for-pc {
    display: none !important;
  }
}
.fadein-up {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.fadein-up.is-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in span {
  opacity: 0;
}
.fade-in.is-animate span {
  -webkit-animation: fadeIn 0.3s forwards;
  animation: fadeIn 0.3s forwards;
}
.fade-in.is-animate span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.fade-in.is-animate span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.fade-in.is-animate span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.fade-in.is-animate span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.fade-in.is-animate span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.fade-in.is-animate span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.fade-in.is-animate span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.fade-in.is-animate span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.fade-in.is-animate span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.fade-in.is-animate span:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fade-in.is-animate span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.fade-in.is-animate span:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.fade-in.is-animate span:nth-child(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.fade-in.is-animate span:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.fade-in.is-animate span:nth-child(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.fade-in.is-animate span:nth-child(16) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadein.is-animate {
  opacity: 1;
}

.fadein-left {
  opacity: 0;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  -webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 768px) {
  .fadein-left {
    -webkit-transform: translateX(6rem);
    transform: translateX(6rem);
  }
}
.fadein-left.is-animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadein-right {
  opacity: 0;
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
  -webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 768px) {
  .fadein-right {
    -webkit-transform: translateX(-6rem);
    transform: translateX(-6rem);
  }
}
.fadein-right.is-animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadein-scale {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.fadein-scale.is-animate {
  opacity: 1;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.image-slide-in img {
  width: 0;
  margin-left: auto;
}
.image-slide-in.is-animate img {
  -webkit-animation: imgSlideIn 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: imgSlideIn 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.image-slide-in.is-animate .item:nth-child(1) img {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.image-slide-in.is-animate .item:nth-child(2) img {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.image-slide-in.is-animate .item:nth-child(3) img {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.image-slide-in.is-animate .item:nth-child(4) img {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.text-slide-in span {
  opacity: 0;
}
.text-slide-in.is-animate span {
  display: inline-block;
  -webkit-animation: slideIn 0.3s forwards;
  animation: slideIn 0.3s forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.text-slide-in.is-animate span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.text-slide-in.is-animate span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.text-slide-in.is-animate span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.text-slide-in.is-animate span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.text-slide-in.is-animate span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.text-slide-in.is-animate span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.text-slide-in.is-animate span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.text-slide-in.is-animate span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.text-slide-in.is-animate span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.text-slide-in.is-animate span:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.text-slide-in.is-animate span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.text-slide-in.is-animate span:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.text-slide-in.is-animate span:nth-child(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.text-slide-in.is-animate span:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.text-slide-in.is-animate span:nth-child(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.text-slide-in.is-animate span:nth-child(16) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.text-slide-in.is-animate span:nth-child(17) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.text-slide-in.is-animate span:nth-child(18) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.text-slide-in.is-animate span:nth-child(19) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.text-slide-in.is-animate span:nth-child(20) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.text-slide-in.is-animate span:nth-child(21) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.text-slide-in.is-animate span:nth-child(22) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.text-slide-in.is-animate span:nth-child(23) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.text-slide-in.is-animate span:nth-child(24) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.text-slide-in.is-animate span:nth-child(25) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes imgSlideIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes imgSlideIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: scale(1.025, 0.975);
    transform: scale(1.025, 0.975);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: scale(1.025, 0.975);
    transform: scale(1.025, 0.975);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes sway {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  95% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  95% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lightning {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  1% {
    -webkit-filter: brightness(2);
    filter: brightness(2);
  }
  2% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  98% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  99% {
    -webkit-filter: brightness(2);
    filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}
@keyframes lightning {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  1% {
    -webkit-filter: brightness(2);
    filter: brightness(2);
  }
  2% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  98% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  99% {
    -webkit-filter: brightness(2);
    filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}
@-webkit-keyframes changeTochi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes changeTochi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes changeKodate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes changeKodate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes changeMansion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes changeMansion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes changeJigyo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes changeJigyo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes progressAnimation {
  0% {
    background: conic-gradient(#4CAF50 0%, transparent 0%);
  }
  1% {
    background: conic-gradient(#4CAF50 1%, transparent 0%);
  }
  2% {
    background: conic-gradient(#4CAF50 2%, transparent 0%);
  }
  3% {
    background: conic-gradient(#4CAF50 3%, transparent 0%);
  }
  4% {
    background: conic-gradient(#4CAF50 4%, transparent 0%);
  }
  5% {
    background: conic-gradient(#4CAF50 5%, transparent 0%);
  }
  6% {
    background: conic-gradient(#4CAF50 6%, transparent 0%);
  }
  7% {
    background: conic-gradient(#4CAF50 7%, transparent 0%);
  }
  8% {
    background: conic-gradient(#4CAF50 8%, transparent 0%);
  }
  9% {
    background: conic-gradient(#4CAF50 9%, transparent 0%);
  }
  10% {
    background: conic-gradient(#4CAF50 10%, transparent 0%);
  }
  11% {
    background: conic-gradient(#4CAF50 11%, transparent 0%);
  }
  12% {
    background: conic-gradient(#4CAF50 12%, transparent 0%);
  }
  13% {
    background: conic-gradient(#4CAF50 13%, transparent 0%);
  }
  14% {
    background: conic-gradient(#4CAF50 14%, transparent 0%);
  }
  15% {
    background: conic-gradient(#4CAF50 15%, transparent 0%);
  }
  16% {
    background: conic-gradient(#4CAF50 16%, transparent 0%);
  }
  17% {
    background: conic-gradient(#4CAF50 17%, transparent 0%);
  }
  18% {
    background: conic-gradient(#4CAF50 18%, transparent 0%);
  }
  19% {
    background: conic-gradient(#4CAF50 19%, transparent 0%);
  }
  20% {
    background: conic-gradient(#4CAF50 20%, transparent 0%);
  }
  21% {
    background: conic-gradient(#4CAF50 21%, transparent 0%);
  }
  22% {
    background: conic-gradient(#4CAF50 22%, transparent 0%);
  }
  23% {
    background: conic-gradient(#4CAF50 23%, transparent 0%);
  }
  24% {
    background: conic-gradient(#4CAF50 24%, transparent 0%);
  }
  25% {
    background: conic-gradient(#4CAF50 25%, transparent 0%);
  }
  26% {
    background: conic-gradient(#4CAF50 26%, transparent 0%);
  }
  27% {
    background: conic-gradient(#4CAF50 27%, transparent 0%);
  }
  28% {
    background: conic-gradient(#4CAF50 28%, transparent 0%);
  }
  29% {
    background: conic-gradient(#4CAF50 29%, transparent 0%);
  }
  30% {
    background: conic-gradient(#4CAF50 30%, transparent 0%);
  }
  31% {
    background: conic-gradient(#4CAF50 31%, transparent 0%);
  }
  32% {
    background: conic-gradient(#4CAF50 32%, transparent 0%);
  }
  33% {
    background: conic-gradient(#4CAF50 33%, transparent 0%);
  }
  34% {
    background: conic-gradient(#4CAF50 34%, transparent 0%);
  }
  35% {
    background: conic-gradient(#4CAF50 35%, transparent 0%);
  }
  36% {
    background: conic-gradient(#4CAF50 36%, transparent 0%);
  }
  37% {
    background: conic-gradient(#4CAF50 37%, transparent 0%);
  }
  38% {
    background: conic-gradient(#4CAF50 38%, transparent 0%);
  }
  39% {
    background: conic-gradient(#4CAF50 39%, transparent 0%);
  }
  40% {
    background: conic-gradient(#4CAF50 40%, transparent 0%);
  }
  41% {
    background: conic-gradient(#4CAF50 41%, transparent 0%);
  }
  42% {
    background: conic-gradient(#4CAF50 42%, transparent 0%);
  }
  43% {
    background: conic-gradient(#4CAF50 43%, transparent 0%);
  }
  44% {
    background: conic-gradient(#4CAF50 44%, transparent 0%);
  }
  45% {
    background: conic-gradient(#4CAF50 45%, transparent 0%);
  }
  46% {
    background: conic-gradient(#4CAF50 46%, transparent 0%);
  }
  47% {
    background: conic-gradient(#4CAF50 47%, transparent 0%);
  }
  48% {
    background: conic-gradient(#4CAF50 48%, transparent 0%);
  }
  49% {
    background: conic-gradient(#4CAF50 49%, transparent 0%);
  }
  50% {
    background: conic-gradient(#4CAF50 50%, transparent 0%);
  }
  51% {
    background: conic-gradient(#4CAF50 51%, transparent 0%);
  }
  52% {
    background: conic-gradient(#4CAF50 52%, transparent 0%);
  }
  53% {
    background: conic-gradient(#4CAF50 53%, transparent 0%);
  }
  54% {
    background: conic-gradient(#4CAF50 54%, transparent 0%);
  }
  55% {
    background: conic-gradient(#4CAF50 55%, transparent 0%);
  }
  56% {
    background: conic-gradient(#4CAF50 56%, transparent 0%);
  }
  57% {
    background: conic-gradient(#4CAF50 57%, transparent 0%);
  }
  58% {
    background: conic-gradient(#4CAF50 58%, transparent 0%);
  }
  59% {
    background: conic-gradient(#4CAF50 59%, transparent 0%);
  }
  60% {
    background: conic-gradient(#4CAF50 60%, transparent 0%);
  }
  61% {
    background: conic-gradient(#4CAF50 61%, transparent 0%);
  }
  62% {
    background: conic-gradient(#4CAF50 62%, transparent 0%);
  }
  63% {
    background: conic-gradient(#4CAF50 63%, transparent 0%);
  }
  64% {
    background: conic-gradient(#4CAF50 64%, transparent 0%);
  }
  65% {
    background: conic-gradient(#4CAF50 65%, transparent 0%);
  }
  66% {
    background: conic-gradient(#4CAF50 66%, transparent 0%);
  }
  67% {
    background: conic-gradient(#4CAF50 67%, transparent 0%);
  }
  68% {
    background: conic-gradient(#4CAF50 68%, transparent 0%);
  }
  69% {
    background: conic-gradient(#4CAF50 69%, transparent 0%);
  }
  70% {
    background: conic-gradient(#4CAF50 70%, transparent 0%);
  }
  71% {
    background: conic-gradient(#4CAF50 71%, transparent 0%);
  }
  72% {
    background: conic-gradient(#4CAF50 72%, transparent 0%);
  }
  73% {
    background: conic-gradient(#4CAF50 73%, transparent 0%);
  }
  74% {
    background: conic-gradient(#4CAF50 74%, transparent 0%);
  }
  75% {
    background: conic-gradient(#4CAF50 75%, transparent 0%);
  }
  76% {
    background: conic-gradient(#4CAF50 76%, transparent 0%);
  }
  77% {
    background: conic-gradient(#4CAF50 77%, transparent 0%);
  }
  78% {
    background: conic-gradient(#4CAF50 78%, transparent 0%);
  }
  79% {
    background: conic-gradient(#4CAF50 79%, transparent 0%);
  }
  80% {
    background: conic-gradient(#4CAF50 80%, transparent 0%);
  }
  81% {
    background: conic-gradient(#4CAF50 81%, transparent 0%);
  }
  82% {
    background: conic-gradient(#4CAF50 82%, transparent 0%);
  }
  83% {
    background: conic-gradient(#4CAF50 83%, transparent 0%);
  }
  84% {
    background: conic-gradient(#4CAF50 84%, transparent 0%);
  }
  85% {
    background: conic-gradient(#4CAF50 85%, transparent 0%);
  }
  86% {
    background: conic-gradient(#4CAF50 86%, transparent 0%);
  }
  87% {
    background: conic-gradient(#4CAF50 87%, transparent 0%);
  }
  88% {
    background: conic-gradient(#4CAF50 88%, transparent 0%);
  }
  89% {
    background: conic-gradient(#4CAF50 89%, transparent 0%);
  }
  90% {
    background: conic-gradient(#4CAF50 90%, transparent 0%);
  }
  91% {
    background: conic-gradient(#4CAF50 91%, transparent 0%);
  }
  92% {
    background: conic-gradient(#4CAF50 92%, transparent 0%);
  }
  93% {
    background: conic-gradient(#4CAF50 93%, transparent 0%);
  }
  94% {
    background: conic-gradient(#4CAF50 94%, transparent 0%);
  }
  95% {
    background: conic-gradient(#4CAF50 95%, transparent 0%);
  }
  96% {
    background: conic-gradient(#4CAF50 96%, transparent 0%);
  }
  97% {
    background: conic-gradient(#4CAF50 97%, transparent 0%);
  }
  98% {
    background: conic-gradient(#4CAF50 98%, transparent 0%);
  }
  99% {
    background: conic-gradient(#4CAF50 99%, transparent 0%);
  }
  100% {
    background: conic-gradient(#4CAF50 100%, transparent 0%);
  }
}
@keyframes progressAnimation {
  0% {
    background: conic-gradient(#4CAF50 0%, transparent 0%);
  }
  1% {
    background: conic-gradient(#4CAF50 1%, transparent 0%);
  }
  2% {
    background: conic-gradient(#4CAF50 2%, transparent 0%);
  }
  3% {
    background: conic-gradient(#4CAF50 3%, transparent 0%);
  }
  4% {
    background: conic-gradient(#4CAF50 4%, transparent 0%);
  }
  5% {
    background: conic-gradient(#4CAF50 5%, transparent 0%);
  }
  6% {
    background: conic-gradient(#4CAF50 6%, transparent 0%);
  }
  7% {
    background: conic-gradient(#4CAF50 7%, transparent 0%);
  }
  8% {
    background: conic-gradient(#4CAF50 8%, transparent 0%);
  }
  9% {
    background: conic-gradient(#4CAF50 9%, transparent 0%);
  }
  10% {
    background: conic-gradient(#4CAF50 10%, transparent 0%);
  }
  11% {
    background: conic-gradient(#4CAF50 11%, transparent 0%);
  }
  12% {
    background: conic-gradient(#4CAF50 12%, transparent 0%);
  }
  13% {
    background: conic-gradient(#4CAF50 13%, transparent 0%);
  }
  14% {
    background: conic-gradient(#4CAF50 14%, transparent 0%);
  }
  15% {
    background: conic-gradient(#4CAF50 15%, transparent 0%);
  }
  16% {
    background: conic-gradient(#4CAF50 16%, transparent 0%);
  }
  17% {
    background: conic-gradient(#4CAF50 17%, transparent 0%);
  }
  18% {
    background: conic-gradient(#4CAF50 18%, transparent 0%);
  }
  19% {
    background: conic-gradient(#4CAF50 19%, transparent 0%);
  }
  20% {
    background: conic-gradient(#4CAF50 20%, transparent 0%);
  }
  21% {
    background: conic-gradient(#4CAF50 21%, transparent 0%);
  }
  22% {
    background: conic-gradient(#4CAF50 22%, transparent 0%);
  }
  23% {
    background: conic-gradient(#4CAF50 23%, transparent 0%);
  }
  24% {
    background: conic-gradient(#4CAF50 24%, transparent 0%);
  }
  25% {
    background: conic-gradient(#4CAF50 25%, transparent 0%);
  }
  26% {
    background: conic-gradient(#4CAF50 26%, transparent 0%);
  }
  27% {
    background: conic-gradient(#4CAF50 27%, transparent 0%);
  }
  28% {
    background: conic-gradient(#4CAF50 28%, transparent 0%);
  }
  29% {
    background: conic-gradient(#4CAF50 29%, transparent 0%);
  }
  30% {
    background: conic-gradient(#4CAF50 30%, transparent 0%);
  }
  31% {
    background: conic-gradient(#4CAF50 31%, transparent 0%);
  }
  32% {
    background: conic-gradient(#4CAF50 32%, transparent 0%);
  }
  33% {
    background: conic-gradient(#4CAF50 33%, transparent 0%);
  }
  34% {
    background: conic-gradient(#4CAF50 34%, transparent 0%);
  }
  35% {
    background: conic-gradient(#4CAF50 35%, transparent 0%);
  }
  36% {
    background: conic-gradient(#4CAF50 36%, transparent 0%);
  }
  37% {
    background: conic-gradient(#4CAF50 37%, transparent 0%);
  }
  38% {
    background: conic-gradient(#4CAF50 38%, transparent 0%);
  }
  39% {
    background: conic-gradient(#4CAF50 39%, transparent 0%);
  }
  40% {
    background: conic-gradient(#4CAF50 40%, transparent 0%);
  }
  41% {
    background: conic-gradient(#4CAF50 41%, transparent 0%);
  }
  42% {
    background: conic-gradient(#4CAF50 42%, transparent 0%);
  }
  43% {
    background: conic-gradient(#4CAF50 43%, transparent 0%);
  }
  44% {
    background: conic-gradient(#4CAF50 44%, transparent 0%);
  }
  45% {
    background: conic-gradient(#4CAF50 45%, transparent 0%);
  }
  46% {
    background: conic-gradient(#4CAF50 46%, transparent 0%);
  }
  47% {
    background: conic-gradient(#4CAF50 47%, transparent 0%);
  }
  48% {
    background: conic-gradient(#4CAF50 48%, transparent 0%);
  }
  49% {
    background: conic-gradient(#4CAF50 49%, transparent 0%);
  }
  50% {
    background: conic-gradient(#4CAF50 50%, transparent 0%);
  }
  51% {
    background: conic-gradient(#4CAF50 51%, transparent 0%);
  }
  52% {
    background: conic-gradient(#4CAF50 52%, transparent 0%);
  }
  53% {
    background: conic-gradient(#4CAF50 53%, transparent 0%);
  }
  54% {
    background: conic-gradient(#4CAF50 54%, transparent 0%);
  }
  55% {
    background: conic-gradient(#4CAF50 55%, transparent 0%);
  }
  56% {
    background: conic-gradient(#4CAF50 56%, transparent 0%);
  }
  57% {
    background: conic-gradient(#4CAF50 57%, transparent 0%);
  }
  58% {
    background: conic-gradient(#4CAF50 58%, transparent 0%);
  }
  59% {
    background: conic-gradient(#4CAF50 59%, transparent 0%);
  }
  60% {
    background: conic-gradient(#4CAF50 60%, transparent 0%);
  }
  61% {
    background: conic-gradient(#4CAF50 61%, transparent 0%);
  }
  62% {
    background: conic-gradient(#4CAF50 62%, transparent 0%);
  }
  63% {
    background: conic-gradient(#4CAF50 63%, transparent 0%);
  }
  64% {
    background: conic-gradient(#4CAF50 64%, transparent 0%);
  }
  65% {
    background: conic-gradient(#4CAF50 65%, transparent 0%);
  }
  66% {
    background: conic-gradient(#4CAF50 66%, transparent 0%);
  }
  67% {
    background: conic-gradient(#4CAF50 67%, transparent 0%);
  }
  68% {
    background: conic-gradient(#4CAF50 68%, transparent 0%);
  }
  69% {
    background: conic-gradient(#4CAF50 69%, transparent 0%);
  }
  70% {
    background: conic-gradient(#4CAF50 70%, transparent 0%);
  }
  71% {
    background: conic-gradient(#4CAF50 71%, transparent 0%);
  }
  72% {
    background: conic-gradient(#4CAF50 72%, transparent 0%);
  }
  73% {
    background: conic-gradient(#4CAF50 73%, transparent 0%);
  }
  74% {
    background: conic-gradient(#4CAF50 74%, transparent 0%);
  }
  75% {
    background: conic-gradient(#4CAF50 75%, transparent 0%);
  }
  76% {
    background: conic-gradient(#4CAF50 76%, transparent 0%);
  }
  77% {
    background: conic-gradient(#4CAF50 77%, transparent 0%);
  }
  78% {
    background: conic-gradient(#4CAF50 78%, transparent 0%);
  }
  79% {
    background: conic-gradient(#4CAF50 79%, transparent 0%);
  }
  80% {
    background: conic-gradient(#4CAF50 80%, transparent 0%);
  }
  81% {
    background: conic-gradient(#4CAF50 81%, transparent 0%);
  }
  82% {
    background: conic-gradient(#4CAF50 82%, transparent 0%);
  }
  83% {
    background: conic-gradient(#4CAF50 83%, transparent 0%);
  }
  84% {
    background: conic-gradient(#4CAF50 84%, transparent 0%);
  }
  85% {
    background: conic-gradient(#4CAF50 85%, transparent 0%);
  }
  86% {
    background: conic-gradient(#4CAF50 86%, transparent 0%);
  }
  87% {
    background: conic-gradient(#4CAF50 87%, transparent 0%);
  }
  88% {
    background: conic-gradient(#4CAF50 88%, transparent 0%);
  }
  89% {
    background: conic-gradient(#4CAF50 89%, transparent 0%);
  }
  90% {
    background: conic-gradient(#4CAF50 90%, transparent 0%);
  }
  91% {
    background: conic-gradient(#4CAF50 91%, transparent 0%);
  }
  92% {
    background: conic-gradient(#4CAF50 92%, transparent 0%);
  }
  93% {
    background: conic-gradient(#4CAF50 93%, transparent 0%);
  }
  94% {
    background: conic-gradient(#4CAF50 94%, transparent 0%);
  }
  95% {
    background: conic-gradient(#4CAF50 95%, transparent 0%);
  }
  96% {
    background: conic-gradient(#4CAF50 96%, transparent 0%);
  }
  97% {
    background: conic-gradient(#4CAF50 97%, transparent 0%);
  }
  98% {
    background: conic-gradient(#4CAF50 98%, transparent 0%);
  }
  99% {
    background: conic-gradient(#4CAF50 99%, transparent 0%);
  }
  100% {
    background: conic-gradient(#4CAF50 100%, transparent 0%);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }
}
.btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--tk-color-textlight);
  color: #fff;
  border-radius: 1rem;
  border: none;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin: 4rem auto 1rem;
  width: 27.6rem;
  height: 5rem;
}
@media (min-width: 768px) {
  .btn-submit {
    border-radius: 2rem;
    width: 40rem;
    height: 6rem;
    font-size: 2.4rem;
  }
}

.heading-huge {
  color: var(--tk-color-textlight);
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .heading-huge {
    margin-bottom: 3.5rem;
  }
}
.heading-huge > .main {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .heading-huge > .main {
    font-size: 6rem;
  }
}
@media not all and (min-width: 768px) {
  #about #section-introduction .heading-huge > .main {
    font-size: 3.8rem;
    letter-spacing: 0.2em;
  }
}
.heading-huge > .sub {
  display: block;
  margin-top: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .heading-huge > .sub {
    font-size: 2rem;
  }
}
#about #section-introduction .heading-huge {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  #about #section-introduction .heading-huge {
    padding-top: 9rem;
  }
}

.copy {
  font-size: var(--tk-fontsize-l);
  margin-bottom: 3.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .copy {
    margin-bottom: 5.5rem;
  }
}
@media not all and (min-width: 768px) {
  #home #section-introduction .copy {
    font-size: 1.7rem;
  }
}

.heading-secondary {
  margin-bottom: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: var(--tk-color-textlight);
}
@media (min-width: 768px) {
  .heading-secondary {
    margin-bottom: 6rem;
  }
}
.heading-secondary > .main {
  font-size: 3.8rem;
}
@media not all and (min-width: 1024px) {
  .heading-secondary > .main {
    display: block;
  }
}
.heading-secondary > .sub {
  margin-left: 4rem;
  font-size: 2rem;
}
@media not all and (min-width: 1024px) {
  .heading-secondary > .sub {
    display: block;
    margin-top: 1.2rem;
    margin-left: 0;
  }
}

.header-ask {
  position: relative;
  border-left: 5px solid var(--tk-color-textlight);
  color: var(--tk-color-textlight);
  margin-bottom: 3rem;
  padding-left: 1.2rem;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .header-ask {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
}
.header-ask.-question {
  margin-left: 4.5rem;
}
.header-ask.-question::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: -5rem;
  width: 4.5rem;
  height: 100%;
  font-size: 4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .header-ask.-question::before {
    font-size: 4.6rem;
  }
}

.page-header {
  padding: 1.5rem 0 5.5rem;
  background: #a36f45 url(../img/bg01.jpg) no-repeat center top/cover;
  color: #fff;
}
@media (min-width: 768px) {
  .page-header {
    padding: 2.5rem 0;
  }
}
@media not all and (min-width: 768px) {
  .page-header > .inner {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-header > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.page-header > .inner > picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 3.5rem;
  width: 7rem;
  height: 7rem;
}
@media (min-width: 768px) {
  .page-header > .inner > picture {
    width: 14rem;
    height: 14rem;
  }
}
.page-header > .inner .logo {
  position: relative;
  left: 1rem;
  width: 7rem;
  height: 7rem;
}
@media (min-width: 768px) {
  .page-header > .inner .logo {
    left: 0;
    width: 14rem;
    height: 14rem;
  }
}
.page-header > .inner > .jp {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  padding-bottom: 2rem;
}
@media not all and (min-width: 768px) {
  .page-header > .inner > .jp {
    display: block;
    margin-top: 1.5rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-header > .inner > .jp {
    font-size: 3rem;
  }
}
.page-header > .inner > .jp > .sub {
  display: inline-block;
  margin-bottom: 0.2em;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .page-header > .inner > .jp > .sub {
    margin-left: 2rem;
    font-size: 2.1rem;
  }
}
@media not all and (min-width: 768px) {
  .page-header > .inner > .jp > .sub {
    margin-top: 2.5rem;
    width: 100%;
  }
}
.page-header > .inner > .jp > .main {
  display: inline-block;
  position: relative;
}
.page-header > .inner > .jp > .main::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  border-bottom: 0.6rem solid #fff;
  width: 100vw;
}
@media not all and (min-width: 768px) {
  .page-header > .inner > .jp > .main::before {
    bottom: -1.6rem;
    border-width: 0.6rem;
    width: 100%;
  }
}
.page-header > .inner > .supplement {
  margin-top: 0.5em;
  font-size: 2rem;
}
@media not all and (min-width: 768px) {
  .page-header > .inner > .supplement {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .page-header > .inner > .supplement {
    margin-left: 1em;
  }
}
.page-header.-has-tab > .inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.article-header {
  position: relative;
  padding-bottom: 4rem;
  color: #fff;
}
@media (min-width: 768px) {
  .article-header {
    padding-bottom: 5.5rem;
  }
}
.article-header::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 50%;
  width: 50vw;
  height: 100%;
  background: #a36f45 url(../img/bg01.jpg) no-repeat center top/cover;
}
.article-header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-header > .inner > .left, .article-header > .inner .right {
  position: relative;
  z-index: 2;
  padding: 2rem 0 1.5rem;
  width: 50%;
}
@media (min-width: 1024px) {
  .article-header > .inner > .left, .article-header > .inner .right {
    padding: 1rem 0 2.5rem;
  }
}
.article-header > .inner > .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-header > .inner > .left > picture {
  position: relative;
  width: 7.6rem;
  height: 7.6rem;
}
@media (min-width: 1024px) {
  .article-header > .inner > .left > picture {
    width: 12rem;
    height: 12rem;
  }
}
.article-header > .inner > .left .logo {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 7.6rem;
  height: 7.6rem;
}
@media (min-width: 1024px) {
  .article-header > .inner > .left .logo {
    left: 0;
    width: 12rem;
    height: 12rem;
  }
}
.article-header > .inner > .left .category {
  margin-left: 3rem;
  width: calc(100% - 3rem);
}
@media (min-width: 1024px) {
  .article-header > .inner > .left .category {
    margin-left: 1.5rem;
    width: calc(100% - 13.5rem);
  }
}
.article-header > .inner > .left .jp {
  display: block;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 0.6rem solid var(--tk-color-textlight);
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .article-header > .inner > .left .jp {
    padding-left: 1rem;
    font-size: 4rem;
    border-width: 0.6rem;
  }
}
.article-header > .inner > .left .-pr .jp {
  border-color: var(--tk-color-pr);
}
.article-header > .inner > .left .-event .jp {
  border-color: var(--tk-color-event);
}
.article-header > .inner > .left .-kurasu .jp {
  border-color: var(--tk-color-kurasu);
}
.article-header > .inner > .left .-tsukuru .jp {
  border-color: var(--tk-color-tsukuru);
}
.article-header > .inner > .left .-asobu .jp {
  border-color: var(--tk-color-asobu);
}
.article-header > .inner > .left .-manabu .jp {
  border-color: var(--tk-color-manabu);
}
.article-header > .inner > .left .en {
  display: block;
  padding-top: 0.1rem;
  padding-left: 1em;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .article-header > .inner > .left .en {
    padding-top: 0;
    padding-left: 1em;
    font-size: 2.4rem;
  }
}
.article-header > .inner > .left .jp.-same, .article-header > .inner > .left .en.-same {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-left: 0;
  line-height: 1;
  border-width: 0.4rem;
  border-color: #fff;
}
@media (min-width: 640px) {
  .article-header > .inner > .left .jp.-same, .article-header > .inner > .left .en.-same {
    border-width: 0.6rem;
    font-size: 4vw;
  }
}
@media (min-width: 1100px) {
  .article-header > .inner > .left .jp.-same, .article-header > .inner > .left .en.-same {
    font-size: 3.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
}
.article-header > .inner > .right {
  margin-top: 3rem;
  padding-left: 1.2rem;
  color: var(--tk-color-textdarker);
}
@media (min-width: 1024px) {
  .article-header > .inner > .right {
    margin-top: 0;
    padding-left: 3.5rem;
  }
}
.article-header > .inner > .right .heading {
  font-weight: 300;
  line-height: 1.7;
}
.article-header > .inner > .right .main {
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .article-header > .inner > .right .main {
    font-size: 2.8rem;
  }
}
.article-header > .inner > .right .sub {
  display: block;
  margin-top: 1rem;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .article-header > .inner > .right .sub {
    font-size: 2.1rem;
  }
}
.article-header > .inner > .movie {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  background: #ccc;
}
@media (min-width: 768px) {
  .article-header > .inner > .movie {
    padding-top: 45%;
    width: 80%;
  }
}
.article-header > .inner > .movie > iframe, .article-header > .inner > .movie > img, .article-header > .inner > .movie > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#mvVideo-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3rem;
  margin-left: -3rem;
  width: 6rem;
  height: 6rem;
  background: url(../img/icon-play.svg) no-repeat center center/contain;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
  pointer-events: none;
}
@media (min-width: 768px) {
  #mvVideo-wrap::after {
    margin-top: -4rem;
    margin-left: -4rem;
    width: 8rem;
    height: 8rem;
  }
}
#mvVideo-wrap.is-play::after {
  content: none;
}

.heading-block {
  color: var(--tk-color-textlight);
  border-bottom: 1px solid var(--tk-color-textlight);
  font-weight: normal;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .heading-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
#about #section-introduction .heading-block {
  margin-top: 4rem;
}
.heading-block > .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.5em;
  font-size: 2.4rem;
}
@media not all and (min-width: 768px) {
  .heading-block > .main {
    padding-left: 1rem;
    border-left: 1px solid var(--tk-color-textlight);
  }
}
@media (min-width: 768px) {
  .heading-block > .main {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 1em;
    font-size: 3.2rem;
  }
}
.heading-block > .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 1.8rem;
  border-left: 1px solid var(--tk-color-textlight);
}
@media not all and (min-width: 768px) {
  .heading-block > .sub {
    padding-top: 0.8rem;
  }
}
@media (min-width: 768px) {
  .heading-block > .sub {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.5em;
    font-size: 1.8rem;
  }
}
.heading-block > .description {
  display: block;
  width: 100%;
}
.heading-block + .description {
  margin-bottom: 5rem;
  color: var(--tk-color-textlight);
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .heading-block + .description {
    font-size: 2rem;
  }
}

.card-article > .date {
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  color: var(--tk-color-textlight);
  letter-spacing: 0.2em;
  line-height: 1;
}
.card-article > .thumb {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
}
.card-article > .thumb > picture {
  overflow: hidden;
  display: block;
}
.card-article > .thumb .img {
  width: 100%;
  height: 17rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .card-article > .thumb .img {
    height: 22rem;
  }
}
.card-article > .thumb:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
.card-article > .thumb::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.6rem;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(255, 255, 255, 0)), to(#919191));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2%, #919191 100%);
  mix-blend-mode: multiply;
}
.card-article > .thumb > .cat {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .card-article > .thumb > .cat {
    font-size: 2.4rem;
  }
}
.card-article > .thumb > .cat::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.2rem;
  left: 0;
  width: 15rem;
  height: 1.2rem;
  background: var(--tk-color-textlight);
}
.card-article > .thumb > .cat.-pr::after {
  background: var(--tk-color-pr);
}
.card-article > .thumb > .cat.-info::after {
  background: var(--tk-color-pr);
}
.card-article > .thumb > .cat.-event::after {
  background: var(--tk-color-event);
}
.card-article > .thumb > .cat.-kurasu::after {
  background: var(--tk-color-kurasu);
}
.card-article > .thumb > .cat.-tsukuru::after {
  background: var(--tk-color-tsukuru);
}
.card-article > .thumb > .cat.-asobu::after {
  background: var(--tk-color-asobu);
}
.card-article > .thumb > .cat.-manabu::after {
  background: var(--tk-color-manabu);
}
.card-article > .text {
  display: block;
  padding-top: var(--tk-fontsize-l);
  text-decoration: none;
  color: inherit;
}
.card-article > .text:hover {
  text-decoration: underline;
}
.card-article > .text > .title {
  font-size: var(--tk-fontsize-l);
  margin-bottom: 0.5em;
}

.swiper-container {
  overflow: hidden;
  position: relative;
}
@media not all and (min-width: 1280px) {
  .swiper-container {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.swiper-wrapper[role=list] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -900%;
  width: auto;
}
.swiper-wrapper[role=list] > .slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: calc(100vw - 10rem);
}
@media (min-width: 768px) {
  .swiper-wrapper[role=list] > .slide {
    width: 33rem;
  }
}

.swiper-button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 3.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.swiper-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid #251E1C;
}
@media (min-width: 768px) {
  .swiper-button::before {
    margin-top: -1.7rem;
    width: 3.4rem;
    height: 3.4rem;
  }
}
.swiper-button::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
  border: solid #251E1C;
  border-width: 1px 1px 0 0;
}
@media (min-width: 768px) {
  .swiper-button::after {
    margin-top: -0.7rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}

.swiper-prev {
  left: 0;
}
@media (min-width: 1280px) {
  .swiper-prev {
    left: -5rem;
  }
}
.swiper-prev::before {
  left: 0;
}
.swiper-prev::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0.9rem;
}
@media (min-width: 1280px) {
  .swiper-prev::after {
    left: 1.3rem;
  }
}

.swiper-next {
  right: 0;
}
@media (min-width: 1280px) {
  .swiper-next {
    right: -5rem;
  }
}
.swiper-next::before {
  right: 0;
}
.swiper-next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0.9rem;
}
@media (min-width: 1280px) {
  .swiper-next::after {
    right: 1.3rem;
  }
}

.list-recent {
  position: relative;
}
@media (min-width: 768px) {
  .list-recent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 5rem;
  }
}
.list-recent::before, .list-recent::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  background: #FFA65A;
}
.list-recent::before {
  left: -2.5rem;
}
.list-recent::after {
  right: -2.5rem;
}
@media not all and (min-width: 768px) {
  .list-recent > .item {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .list-recent > .item {
    width: calc(50% - 2.5rem);
  }
}
@media not all and (min-width: 768px) {
  .list-recent > .item > .thumb .img {
    height: 13.6rem;
  }
}

.section-archives {
  padding: 5rem 0 8rem;
  background: #faf7f0;
}
@media (min-width: 768px) {
  .section-archives {
    padding: 5rem 0;
  }
}
.section-archives > .title {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  font-weight: normal;
  color: var(--tk-color-textlight);
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.section-archives > .title::after {
  content: "";
  position: absolute;
  left: calc(50% - 5rem);
  bottom: 0;
  width: 10rem;
  height: 1px;
  background: var(--tk-color-textlight);
}

#list-archives {
  position: relative;
}

@media (min-width: 768px) {
  .list-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6.5rem 4rem;
  }
}
@media (min-width: 768px) {
  .list-articles > .item, .list-articles::after {
    width: calc((100% - 8rem) / 3);
  }
}
.list-articles > .item {
  border: solid #747474;
  border-width: 0 1px 1px 0;
  padding: 0 9px 3.9rem 0;
}
@media not all and (min-width: 768px) {
  .list-articles > .item {
    margin: 0 1rem 6rem;
  }
}
.list-articles::after {
  content: "";
}

#gnav, #footer-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 110rem;
}

@media not all and (min-width: 1280px) {
  #gnav {
    overflow-y: auto;
    position: fixed;
    z-index: var(--tk-zindex-gnav);
    top: 0;
    right: -30rem;
    padding: 7rem 2rem;
    width: 30rem;
    height: 100vh;
    background: var(--tk-color-primary);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .is-menuopen #gnav {
    right: 0;
    opacity: 1;
  }
}

@media not all and (min-width: 1280px) {
  #footer .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .gnav > .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #footer .gnav > .item {
    width: 50%;
  }
  .gnav > .item > .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 1em;
    height: 100%;
    color: #fff;
    text-decoration: none;
    text-align: left;
    line-height: 1.2;
  }
  .gnav > .item > .link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #footer-nav .gnav > .item > .link {
    padding-right: 2em;
  }
}
@media (min-width: 1280px) {
  .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .gnav > .item {
    border-right: 1px solid #fff;
  }
  .gnav > .item:first-child {
    border-left: 1px solid #fff;
  }
  .gnav > .item > .link {
    display: block;
    padding: 0 0.5em;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-size: 1.6rem;
  }
  .gnav > .item > .link:hover {
    text-decoration: underline;
  }
}

.tab-category[role=list] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 1.4rem;
}
@media (min-width: 1024px) {
  .tab-category[role=list] {
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .tab-category[role=list] {
    gap: 4rem;
  }
}
.tab-category[role=list] > .item {
  width: calc(50% - 0.7rem);
}
@media (min-width: 768px) {
  .tab-category[role=list] > .item {
    width: calc((100% - 6rem) / 4);
  }
}
@media (min-width: 1280px) {
  .tab-category[role=list] > .item {
    width: 24rem;
  }
}
.tab-category[role=list] > .item > .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  border-radius: 1rem;
  border: 2px solid var(--tk-color-textlight);
  background: var(--tk-color-textlight);
  font-size: 2.1rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (min-width: 768px) {
  .tab-category[role=list] > .item > .btn {
    height: 5rem;
    font-size: 2.4rem;
  }
}
.tab-category[role=list] > .item > .btn:hover {
  background: var(--tk-color-primary);
}
.tab-category[role=list] > .item > .btn.-current {
  background: #79644F;
  pointer-events: none;
}
.tab-category[role=list] > .item > .btn.-pr {
  border-color: var(--tk-color-pr);
}
.tab-category[role=list] > .item > .btn.-event {
  border-color: var(--tk-color-event);
}
.tab-category[role=list] > .item > .btn.-kurasu {
  border-color: var(--tk-color-kurasu);
}
.tab-category[role=list] > .item > .btn.-tsukuru {
  border-color: var(--tk-color-tsukuru);
}
.tab-category[role=list] > .item > .btn.-asobu {
  border-color: var(--tk-color-asobu);
}
.tab-category[role=list] > .item > .btn.-manabu {
  border-color: var(--tk-color-manabu);
}

.list-contact {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
@media (min-width: 768px) {
  .list-contact > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.2rem;
  }
}
.list-contact > .wrapper > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2rem;
  padding: 0.8rem;
  width: 20rem;
  background: var(--tk-color-textlight);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  border: 1px solid #707070;
}
@media not all and (min-width: 768px) {
  .list-contact > .wrapper > .title {
    margin: 0 auto 2rem;
  }
}
.list-contact > .wrapper > .title .require {
  font-size: 0.6em;
  vertical-align: top;
}
.list-contact > .wrapper > .description {
  width: 100%;
}
@media not all and (min-width: 768px) {
  .list-contact > .wrapper > .description {
    margin-bottom: 3rem;
  }
  .list-contact > .wrapper > .description > label {
    display: block;
    margin: 1em;
  }
}
@media (min-width: 768px) {
  .list-contact > .wrapper > .description {
    width: calc(100% - 22rem);
  }
}
.list-contact > .wrapper > .description input, .list-contact > .wrapper > .description textarea {
  padding: 0.5rem;
  width: 100%;
  border: 1px solid #707070;
}
.list-contact > .wrapper > .description input[type=radio], .list-contact > .wrapper > .description input[type=checkbox] {
  width: auto;
}

.mainvisual.-home {
  position: relative;
}
.mainvisual .btn-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  bottom: -9rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: 7rem;
  background: url(../img/bg01.jpg) no-repeat center center/2000px 1500px;
  border: 2px dashed #fff;
  border-radius: 1rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (min-width: 768px) {
  .mainvisual .btn-about {
    width: 52.5rem;
    height: 8rem;
    left: 2rem;
    bottom: -14rem;
    border-radius: 2rem;
  }
}
@media (min-width: 1280px) {
  .mainvisual .btn-about {
    left: calc(50% - 55rem);
  }
}
.mainvisual .btn-about:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.mainvisual .btn-about > .main {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .mainvisual .btn-about > .main {
    font-size: 2.2rem;
  }
}
.mainvisual .btn-about > .sub {
  font-size: 1.6rem;
}
.mainvisual .btn-about::before, .mainvisual .btn-about::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
}
.mainvisual .btn-about::before {
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .mainvisual .btn-about::before {
    margin-top: -1.4rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.mainvisual .btn-about::after {
  margin-top: -0.3rem;
  margin-right: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .mainvisual .btn-about::after {
    margin-top: -0.5rem;
    margin-right: 1.1rem;
    width: 1rem;
    height: 1rem;
  }
}

#section-introduction {
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #section-introduction {
    padding-top: 4rem;
  }
}
#home #section-introduction {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  #home #section-introduction {
    padding-top: 6rem;
  }
}
#home #section-introduction > picture {
  display: block;
  position: relative;
  margin: 0 auto 3rem;
  width: 14rem;
  height: 14rem;
}
@media (min-width: 768px) {
  #home #section-introduction > picture {
    width: 22rem;
    height: 22rem;
  }
}
#home #section-introduction > picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-introduction .logo {
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
#section-introduction .copy-main {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 768px) {
  #section-introduction .copy-main {
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1.7;
  }
}
@media (min-width: 1024px) {
  #section-introduction .copy-main {
    font-size: 3.2rem;
  }
}
#about #section-introduction .copy-main {
  margin: 0;
  font-weight: 500;
  text-align: left;
}
#section-introduction .copy {
  margin-top: 3rem;
  line-height: 2;
}
#section-introduction .copy > strong {
  font-weight: normal;
}
@media (min-width: 768px) {
  #section-introduction .copy {
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  #section-introduction .copy > strong {
    font-size: 3rem;
    font-weight: inherit;
  }
}
@media (min-width: 1024px) {
  #section-introduction .copy > strong {
    font-size: 2.8rem;
  }
}
#about #section-introduction .copy {
  margin: 0;
  line-height: 2.4;
  text-align: left;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #about #section-introduction .copy {
    font-size: 2rem;
  }
}
#section-introduction .btn-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: calc(100% - 2rem);
  height: 7rem;
  background: #9e232c;
  border-radius: 1rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #section-introduction .btn-about {
    width: 52.5rem;
    height: 8rem;
    border-radius: 2rem;
  }
}
#section-introduction .btn-about:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#section-introduction .btn-about > .main {
  font-size: 2rem;
}
@media (min-width: 768px) {
  #section-introduction .btn-about > .main {
    font-size: 2.2rem;
  }
}
#section-introduction .btn-about > .sub {
  font-size: 1.6rem;
}
#section-introduction .btn-about::before, #section-introduction .btn-about::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
}
#section-introduction .btn-about::before {
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  #section-introduction .btn-about::before {
    margin-top: -1.4rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
#section-introduction .btn-about::after {
  margin-top: -0.3rem;
  margin-right: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  #section-introduction .btn-about::after {
    margin-top: -0.5rem;
    margin-right: 1.1rem;
    width: 1rem;
    height: 1rem;
  }
}

.about-introduction {
  display: grid;
  grid-template-columns: 12rem auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem 3rem;
  margin: 3rem auto;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .about-introduction {
    grid-template-columns: 20rem auto;
    gap: 2rem 8rem;
    margin: 6rem auto;
  }
}
.about-introduction > picture {
  grid-row: span 2/span 2;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.about-introduction > picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-introduction > .copy {
  grid-column-start: 2;
  grid-row-start: 2;
}

#section-information {
  margin-top: 10rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  #section-information {
    margin-top: 14rem;
  }
}

#section-recent {
  background: #F5EFE2;
  padding: 6.5rem 0 7.5rem;
}

#slider-top-info {
  position: relative;
}

.link-more {
  margin-top: 4rem;
  text-align: right;
}
.link-more > a {
  color: var(--tk-color-textlight);
  text-decoration: none;
}
.link-more > a:hover {
  text-decoration: underline;
}

.main-article {
  margin-bottom: 10rem;
}
.main-article .introduction {
  margin: 2.5rem 0 5rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .main-article .introduction {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-article .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 7rem;
  border: 2px solid #086E3B;
  border-radius: 2rem;
  padding: 9.8rem 1rem 2rem;
  min-height: 14rem;
}
@media (min-width: 768px) {
  .main-article .summary {
    padding: 2rem 3rem 2rem 16.5rem;
  }
}
.main-article .summary::before {
  content: "まとめ";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  left: calc(50% - 3.9rem);
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 50%;
  background: #086E3B;
  color: #fff;
}
@media (min-width: 768px) {
  .main-article .summary::before {
    top: 2rem;
    left: 3rem;
    width: 10rem;
    height: 10rem;
  }
}
.main-article .timeline {
  color: #FD0021;
  text-decoration: none;
  font-size: var(--tk-fontsize-base);
}
.main-article .timeline:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
