@charset "UTF-8";
/*ブレークポイント*/
:root {
  --color-blue: #005aaa;
  --color-green: #20ad67;
  --color-white: #ffffff;
  --color-red: #e5004f;
  --color-red-hover: #970035;
  --color-list: #fff096;
  --background-color: #c3d842;
  --background-color-rgb: 195, 216, 66;
  --background-color-hover: #8ea016;
  --footer-color: #20ad67;
  --btn-color: #00aaaa;
  --btn-hover-color: #007a7a;
  --btn2-color: #b0c625;
  --anchor-color: #f2fae0;
}

#page_home #kv {
  container-type: inline-size;
  position: relative;
  margin: 0 auto;
  padding-top: min(5cqw, 40px);
  width: min(95%, 1200px);
}
#page_home #kv::after {
  content: "";
  display: block;
  position: absolute;
  inset: 2px 0 0 0;
  margin: 0 auto;
  width: min(270px, 35%);
  aspect-ratio: 3/1;
  background: transparent url(/img/clipbord.png) no-repeat center center/contain;
  z-index: 2;
}
#page_home #kv .wrap {
  position: relative;
  width: 100%;
}
#page_home #kv .wrap h1 {
  z-index: 0;
}
#page_home #kv .wrap .swiper-horizontal > .swiper-pagination-bullets,
#page_home #kv .wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
#page_home #kv .wrap .swiper-pagination-custom,
#page_home #kv .wrap .swiper-pagination-fraction {
  bottom: 0px;
}
#page_home #kv .wrap .swiper-pagination-bullet-active {
  background: var(--btn-color);
}
#page_home #kv .wrap .swiper-pagination-kv {
  transform: translateY(80px);
}
#page_home #kv .wrap .swiper {
  margin: 0;
  width: min(100%, 1200px);
  line-height: 0;
}
#page_home #kv .wrap .swiper .swiper-slide picture {
  display: block;
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
#page_home #kv .wrap .swiper .swiper-slide.swiper-slide-active picture, #page_home #kv .wrap .swiper .swiper-slide.swiper-slide-duplicate-active picture {
  opacity: 1;
}
#page_home #kv .wrap .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_home #kv .wrap .kv_info {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  width: min(95%, 1200px);
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#page_home #kv .wrap .kv_info div:last-of-type {
  padding: clamp(14px, 10.896px + 0.83vw, 20px) 0;
}
#page_home #kv .wrap .title_kekka {
  z-index: 3;
  position: absolute;
  top: 31%;
  right: 0;
  width: 53%;
  height: fit-content;
}
#page_home #kv .syusai {
  padding: 0.75em;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: white;
  background-color: #00aa4b;
}
@media print, screen and (min-width: 768px) {
  #page_home #kv::after {
    width: min(270px, 30%);
  }
  #page_home #kv .wrap .swiper {
    margin: 0 auto;
  }
  #page_home #kv .wrap .kv_info {
    margin: 0 auto clamp(14px, 10.896px + 0.83vw, 20px);
    width: min(95%, 1200px);
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #page_home #kv .wrap .kv_info div:first-of-type {
    order: 2;
    width: 38%;
    margin-left: 3%;
  }
  #page_home #kv .wrap .kv_info div:last-of-type {
    order: 1;
    padding: 0;
    width: 40%;
  }
  #page_home #kv .wrap .title_kekka {
    top: 62%;
    right: 1%;
    width: 17%;
  }
}
.loaded #page_home #kv .wrap .anim_slide_up {
  animation-name: anim_slide_up;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.39, 0, 0.25, 1);
  animation-fill-mode: forwards;
}

#page_home main {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: min(95%, 1200px);
}
#page_home main #toentry {
  margin: 0 auto;
  width: 100%;
  padding: clamp(56px, 43.584px + 3.31vw, 80px) 0 clamp(35px, 27.248px + 2.07vw, 50px);
  background-color: white;
}
#page_home main #toentry .btn1 {
  margin: 0 auto;
  width: min(70%, 560px);
}
#page_home main #about {
  margin: 0 auto;
  width: 100%;
  padding: clamp(35px, 27.248px + 2.07vw, 50px) 0;
  background-color: white;
}
#page_home main #about .btn1 {
  margin: 0 auto;
  width: min(70%, 560px);
}
#page_home main #about .btn1 a {
  background-color: var(--btn2-color);
}
#page_home main #about .btn1 a:hover {
  color: var(--btn2-color);
  background-color: var(--color-white);
}
#page_home main #toc {
  padding: clamp(35px, 27.248px + 2.07vw, 50px) 0;
  background-color: white;
  text-align: center;
}
#page_home main #toc ul {
  padding-top: clamp(21px, 16.352px + 1.24vw, 30px);
  display: inline-block;
}
#page_home main #toc ul li {
  margin: 0.25em 0;
  font-size: clamp(1.6rem, 1.382rem + 0.56vw, 2rem);
  text-align: left;
}
#page_home main #toc ul li a {
  position: relative;
  display: block;
  margin-left: 1em;
  padding: 0.25em 0;
  color: #005aaa;
  text-decoration: underline;
}
#page_home main #toc ul li a::after {
  position: absolute;
  inset: 0;
  margin: auto;
  margin-left: 0;
  transform: translateX(-140%);
  display: block;
  height: 0.65em;
  content: "";
  aspect-ratio: 23.6/14.3;
  background: url(/assets/img/arrow_blue.svg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  #page_home main #toc {
    display: none;
  }
}
#page_home main #content {
  padding: clamp(14px, 10.896px + 0.83vw, 20px) 0 clamp(35px, 27.248px + 2.07vw, 50px);
}
#page_home main #date {
  padding: clamp(35px, 27.248px + 2.07vw, 50px) 0;
  background-color: white;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
#page_home main #date .swiper-horizontal > .swiper-pagination-bullets,
#page_home main #date .swiper-pagination-bullets.swiper-pagination-horizontal,
#page_home main #date .swiper-pagination-custom,
#page_home main #date .swiper-pagination-fraction {
  bottom: 0px;
}
#page_home main #date .swiper-pagination-bullet-active {
  background: var(--btn-color);
}
#page_home main #date .swiper-button-prev,
#page_home main #date .swiper-button-next {
  height: 30px;
  width: 30px;
}
#page_home main #date .swiper-button-next {
  right: 0;
}
#page_home main #date .swiper-button-prev {
  left: 0;
}
#page_home main #date .swiper-button-prev::after,
#page_home main #date .swiper-button-next::after {
  content: "";
  margin: auto;
  height: 20px;
  width: 20px;
  background: url(/assets/img/arrow_green.svg) no-repeat center center/contain;
}
#page_home main #date .swiper-button-prev::after {
  transform: rotate(90deg);
}
#page_home main #date .swiper-button-next::after {
  transform: rotate(-90deg);
}
#page_home main #date .swiper-slide img {
  height: auto;
  width: 100%;
}
#page_home main #date .dateContainer {
  position: relative;
  margin-inline: auto;
  padding-top: clamp(14px, 10.896px + 0.83vw, 20px);
  width: min(100%, 1100px);
}
#page_home main #date .dateContainer .dateSwiper {
  margin: 0 auto;
  width: calc(100% - 50px);
}
#page_home main #date .dateContainer .dateSwiper ul.swiper-wrapper {
  padding-bottom: 30px;
}
#page_home main #date .dateContainer .dateSwiper ul.swiper-wrapper li.swiper-slide a {
  display: block;
  position: relative;
  container-type: inline-size;
  line-height: 1;
}
#page_home main #date .dateContainer .dateSwiper ul.swiper-wrapper li.swiper-slide a img {
  z-index: 1;
}
#page_home main #date .dateContainer .dateSwiper ul.swiper-wrapper li.swiper-slide a span {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  margin: auto auto 4cqw;
  border: solid 2px currentColor;
  width: 92cqw;
  height: 11cqw;
  font-size: 6cqw;
  font-weight: bold;
  color: white;
  background-color: var(--color-red);
  transition: background-color 0.2s ease-out;
}
#page_home main #date .dateContainer .dateSwiper ul.swiper-wrapper li.swiper-slide a span svg {
  position: absolute;
  inset: 0;
  margin: auto;
  margin-right: 0.7em;
  display: block;
  height: 0.5em;
  width: 1em;
  transition: all 0.3s cubic-bezier(0.39, 0, 0.25, 1);
  transform: rotate(-90deg);
}
#page_home main #date .dateContainer .dateSwiper ul.swiper-wrapper li.swiper-slide a:hover span {
  color: var(--color-red);
  background-color: var(--color-white);
}
#page_home main #date .dateContainer .dateSwiper ul.swiper-wrapper li.swiper-slide a:hover span svg {
  transform: rotate(-90deg) translateY(5px);
}
@media print, screen and (min-width: 768px) {
  #page_home main #toentry {
    order: 0;
  }
  #page_home main > div {
    order: 2;
  }
  #page_home main #date {
    order: 1;
    padding: 0;
  }
}

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