@charset "UTF-8";
/* 預設值 */
/* 共版 */
/* @include theme($theme: $color3); */
/* 通用 */
.footul, .e01box, .d01box, .c01box .tabbot .tabbot-1 .tabBR.two, .c01box .tabbot .tabbot-1 .tabBL, .c01box .tabbot .tabbot-1, .c01tit, .b01box .b01-1 .b01L, .b01box .b01-1, .a02box .a02-1, .a01box .a01-1 h4, .a01box .a01-1, .a01box, .timebox .countdown .time-1, .timebox .countdown, .timebox, .menu .nav .nav-R, .bg_banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footertit, .f01box .f01but, .f01box .f01table small, .f01box h4, .f01tit h3,
.f01tit h2, .e01tit h2, .d01tit h2, .c01box .c01cen, .c01box .tabbot .tabbot-1 .tabBR.one h5, .c01tit, .b01tit h3,
.b01tit h2, .a01box .a01tit, .timebox h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.footul, .f01box, .e01box, .d01box, .c01box, .b01box, .a02box, .a01box {
  width: var(--box-width);
  margin: 2em auto;
}

.b01box .b01-1 .b01L .b01P h5, .b01box .b01-1 .b01L .b01P h4 {
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -2px 0px 0px #fff, -1px 1px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff, 2px 2px 0px #fff, -2px -2px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff;
  filter: drop-shadow(0.1em 0.1em 0px rgba(0, 0, 0, 0.4));
}

@font-face {
  font-family: "GenSenMaruGothicTWB";
  src: url(../font/GenSenMaruGothicTW-Bold.ttf);
}
@font-face {
  font-family: "GenSenMaruGothicTWH";
  src: url(../font/GenSenMaruGothicTW-Heavy.ttf);
}
@font-face {
  font-family: "NaikaiFont";
  src: url(../font/NaikaiFont-Bold-2.ttf);
}
@media screen and (min-width: 576px) {
  #socail_icon_box a.bg_line img {
    top: -4.5em;
  }
}
/*--------------header---------------*/
.bg_banner {
  position: relative;
  align-items: flex-start;
  height: 100vh;
  overflow: hidden;
  background: url(../img/header-2.png) center top/25vw repeat, linear-gradient(to bottom, #dd534e 0%, #c30d23 120%);
}
.bg_banner .headerbg {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100vw;
  z-index: 2;
}
.bg_banner .headerimg {
  position: relative;
  width: 70vw;
  text-align: center;
  z-index: 100;
  bottom: -50px;
}
.bg_banner .headerimg > img {
  width: 100%;
}
.bg_banner .headerimg .letter {
  width: 60%;
  max-width: 500px;
  margin: 0 auto;
}
.bg_banner .headerimg.wow {
  animation-delay: 0s;
}
.bg_banner .headbulb {
  position: absolute;
  right: 2vw;
  top: 1vw;
  width: 20vw;
  max-width: 280px;
  z-index: 1;
}
.bg_banner .headbulb span {
  display: inline-block;
  width: calc((100% - 2em) / 2);
  animation: headbulb 4.5s linear infinite;
  transform-origin: top center;
}
.bg_banner .headbulb span:last-of-type {
  animation: headbulb 5s linear infinite;
  /* img {
      transform: scale(1.2);
  } */
}
.bg_banner #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}

@keyframes headbulb {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media all and (max-width: 1600px) {
  .bg_banner {
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  .bg_banner .headerimg {
    width: 90vw;
    margin-bottom: 2vw;
  }
  .bg_banner .headerimg > img {
    width: 90%;
  }
}
@media all and (max-width: 768px) {
  .bg_banner .headbulb {
    right: -4vw;
    top: 2em;
    width: 30vw;
  }
}
@media all and (max-width: 576px) {
  .bg_banner .headerimg > img {
    width: 100%;
  }
  .bg_banner .headerimg .letter {
    width: 90%;
    margin: 0 auto;
  }
}
/*--------------#header---------------*/
/*--------------nav---------------*/
.menubox {
  position: absolute;
  top: 0;
}

.navtopH {
  top: -5em;
}

.menu {
  position: relative;
  width: 100%;
  z-index: 1055;
  transition: all 0.5s ease-in-out;
}
.menu.navfixed {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.menu .nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 2vw;
  margin: 0 auto;
  background: #fff;
  box-shadow: inset 0px -2px 2px 0px #afafaf;
}
.menu .nav .nav-L {
  width: 30%;
  max-width: 220px;
}
.menu .nav .nav-L a {
  display: block;
}
.menu .nav .nav-R .nav-item {
  position: relative;
  margin: 0 0.2em;
}
.menu .nav .nav-R .nav-item .nav-link {
  position: relative;
  padding: 0em 0.5rem 0;
  color: #000;
  text-align: center;
  border-radius: 40px;
  line-height: 1.2;
}
.menu .nav .nav-R .nav-item:hover .nav-link,
.menu .nav .nav-R .nav-item .nav-link.active {
  background: #e83935;
  color: #fff;
  transition: all 0.15s ease-in-out;
}
.menu a,
.menu .nav-link:focus,
.menu .nav-link:hover {
  color: #000;
}

@keyframes nav {
  0% {
    opacity: 0;
    color: #fff;
    transform: translateY(-120%);
  }
  100% {
    opacity: 1;
    color: #fff;
    transform: translateY(0%);
  }
}
/* 三 */
.icon {
  display: none;
  color: #000;
}

.icon:hover {
  color: #000;
}

.navfixed .icon {
  color: #495057;
}

@media all and (max-width: 768px) {
  .menu .nav .nav-R .nav-item:hover .nav-link, .menu .nav .nav-R .nav-item .nav-link.active {
    background: #ff4752;
    color: #fff;
    transform: unset;
    border-radius: 0px;
  }
  .menu .nav .nav-R {
    position: absolute;
    top: 100%;
    left: 0%;
    background: #fff;
    box-shadow: 2px 2px 2px #afafaf;
    width: 100%;
    padding: 1em;
    justify-content: flex-start;
    transform: translateY(-200%);
    z-index: -1;
    opacity: 0;
    transition: all 1s ease;
  }
  .menu .nav .nav-R.responsive {
    transform: translateY(0%);
    opacity: 1;
  }
  .menu .nav .nav-R .nav-item {
    width: 100%;
  }
  .menu .nav .nav-R .nav-item .nav-link {
    padding: 0.5em;
    padding-left: 2em;
    text-align: left;
    border-radius: 0px;
  }
  .menu .nav .nav-R .nav-item .nav-link.active i {
    color: #fff;
  }
  .menu .nav .nav-R .nav-item .nav-link::before {
    content: "\f0da";
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    font-weight: 600;
  }
  .menu .nav .nav-R .nav-item:not(:last-child) {
    border-bottom: 1px dashed #ff4752;
  }
  .menu .nav .nav-R .nav-item:hover .nav-link i {
    color: #fff;
  }
  .menu .nav .nav-L {
    width: 50%;
  }
  .icon {
    display: block;
    margin: 0 0.5em;
  }
}
/*--------------#nav---------------*/
/*--------------倒數計時---------------*/
.timebox {
  width: 100%;
  padding: 0.2em 0;
  background: #540b10;
  color: #fff;
}
.timebox h3 {
  display: block;
  margin: 0 0.5vw;
}
.timebox .countdown {
  width: 65vw;
  max-width: 450px;
}
.timebox .countdown .time-1 {
  position: relative;
  width: calc((100% - 4em) / 4);
  margin: 0 0.5em;
}
.timebox .countdown .time-1 h5 {
  margin: 0;
  text-align: center;
}
.timebox .countdown .time-1:not(:last-of-type)::before {
  content: "：";
  position: absolute;
  top: 50%;
  left: 100%;
  height: 100%;
  transform: translateY(-50%);
  font-size: 1.5em;
  line-height: 1.3;
}
.timebox .countdown .time-1 h3 {
  line-height: 1;
  margin: 0 0.2em;
  padding: 0 0.2em;
  text-align: center;
  border-radius: 5px;
  color: #540b10;
  background: #fff;
}

/*--------------#倒數計時---------------*/
/*-----------TOP按鈕------------------*/
.topbut {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 999;
}
.topbut.wow {
  animation-delay: 0s;
}
.topbut i {
  transform: rotate(0deg);
  transition: all 0.15s ease-in-out;
}
.topbut .Up i {
  transform: rotate(180deg);
  transition: all 0.15s ease-in-out;
}

#goTop {
  width: 3em;
  height: 3em;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff4752;
}
#goTop .fas {
  font-family: "Font Awesome 5 Free" !important;
}

/*-----------TOP按鈕------------------*/
/*--------------pt1---------------*/
.pt1 {
  background: url(../img/bg-2.png) center bottom/100% no-repeat, url(../img/bg-1.png) center/cover no-repeat, #fce1bc;
  overflow: hidden;
}

.a01box {
  align-items: stretch;
  padding: 2vw 2vw;
  background: rgba(255, 255, 255, 0.3);
}
.a01box .a01tit {
  width: 100%;
  margin-bottom: 0.5em;
  text-align: center;
  padding: 0.2em 0.5em;
  background: url(../img/bg-1.png) center/45em no-repeat, #e83935;
  background-blend-mode: overlay;
  color: #fff;
  box-shadow: 1px 1px 1px #c93d3b;
  font-family: "GenSenMaruGothicTWB";
  line-height: 1;
}
.a01box .a01tit i {
  color: #FFF000;
  margin-right: 0.2em;
}
.a01box .a01h4 {
  position: relative;
  width: 100%;
  margin: 1em auto;
  text-align: center;
}
.a01box .a01h4 span {
  color: #c30d23;
  margin-right: 0.2em;
  font-weight: 600;
  font-size: 1.5em;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -2px 0px 0px #fff, -1px 1px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff, 2px 2px 0px #fff, -2px -2px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff, 4px 4px 4px #72193b;
}
.a01box .a01h4 i {
  color: #c30d23;
  margin: 0 0.2em;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -2px 0px 0px #fff, -1px 1px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff, 2px 2px 0px #fff, -2px -2px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff, 4px 4px 4px #72193b;
}
.a01box .a01-1 {
  align-items: flex-start;
  width: calc((100% - 4em) / 2);
  margin: 0.5em 1em;
  padding: 1em;
  background: #fff;
  border-radius: 15px;
}
.a01box .a01-1 h4 {
  width: 100%;
  margin: 0;
  padding: 0.2em 0;
  text-align: center;
  background: #fce6c5;
  font-family: "DFHeiStd9";
  border-radius: 15px;
}
.a01box .a01-1 h5 {
  width: 100%;
  margin: 1.5em 0;
  text-align: center;
}
.a01box .a01-1 h5 p {
  width: 100%;
}
.a01box .a01-1 h5 p:first-of-type {
  border-bottom: 2px dashed #fce6c5;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.a01box .a01-1 h5 strong {
  color: #c30d23;
  font-size: 1.4em;
}
.a01box .a01-1 h5 span {
  display: inline-block;
  vertical-align: text-top;
}
.a01box .a01-1 h5 span:hover a {
  transform: scale(0.9);
  transition: all 0.15s ease;
}
.a01box .a01-1 h5 span a {
  display: block;
  background: #e83935;
  color: #fff;
  margin: 0 0.2em;
  padding: 0.2em 0.5em;
  border-radius: 50px;
  line-height: 1;
  font-size: 0.6em;
}
.a01box .a01-1 h5 span i {
  animation: spana 2s linear infinite;
}

@keyframes spana {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media all and (max-width: 575px) {
  .a01box .a01h4 {
    width: -moz-fit-content;
    width: fit-content;
  }
  .a01box .a01h4 i {
    position: absolute;
    top: 0;
    right: 100%;
  }
  .a01box .a01-1 {
    width: 100%;
  }
  .a01box .a01-1 h4 {
    width: 80%;
  }
  .a01box .a01-1 h5 {
    padding: 0.5em 0;
  }
}
/* ---- */
.a02box {
  padding: 2vw 2vw;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.a02box .a02tit {
  margin: 0;
  padding: 0.2em 0.5em;
  text-align: center;
  background: url(../img/bg-1.png) center/45em no-repeat, #006934;
  color: #fff;
  font-family: "GenSenMaruGothicTWB";
  background-blend-mode: overlay;
  line-height: 1;
}
.a02box .a02tit i {
  color: #FFF000;
  margin-right: 0.2em;
}
.a02box .a02tit small {
  font-size: 0.6em;
  line-height: 1;
  vertical-align: middle;
}
.a02box .a02-1 {
  position: relative;
  padding: 4vw 0;
  /* &:last-of-type .a02R::before {
      content: "";
      position: absolute;
      top: 0vw;
      right: 10vw;
      width: 30%;
      max-width: 230px;
      height: 6em;
      background: url(../img/a02-2.png) center top/100% no-repeat;
      z-index: -1;
  } */
}
.a02box .a02-1:not(:last-of-type) {
  border-bottom: 2px dashed #fce6c5;
}
.a02box .a02-1 .a02L {
  position: relative;
  width: 25%;
  color: #fff;
  text-align: center;
  z-index: 0;
  font-family: "GenSenMaruGothicTWB";
}
.a02box .a02-1 .a02L::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 6em;
  background: url(../img/a02-1.svg) center/auto 100% no-repeat;
  z-index: -1;
}
.a02box .a02-1 .a02L strong {
  color: #FFF000;
}
.a02box .a02-1 .a02R {
  position: relative;
  width: calc(75% - 0.5em);
  margin-left: 0.5em;
  z-index: 1;
}
.a02box .a02-1 .a02R mark {
  background-color: #ffdcd4;
}
.a02box .a02-1 .a02R small {
  display: inline-block;
  color: #595757;
}
.a02box .a02-1:last-of-type::before {
  content: "";
  position: absolute;
  bottom: -2vw;
  right: 5%;
  width: 30%;
  max-width: 230px;
  height: 70%;
  background: url(../img/a02-2.png) center top/auto 100% no-repeat;
  z-index: -1;
}

@media all and (max-width: 575px) {
  .a02box .a02-1 .a02L::before {
    height: 5em;
  }
  .a02box .a02-1:last-of-type::before {
    top: -2vw;
    bottom: unset;
    right: 0vw;
  }
}
/*--------------#pt1---------------*/
/*--------------pt2---------------*/
.pt2 {
  background: url(../img/bg-3.png) center top/auto repeat, #fff;
  overflow: hidden;
}

.b01tit {
  margin: 2em 0;
}
.b01tit h3,
.b01tit h2 {
  position: relative;
  font-family: "GenSenMaruGothicTWH";
}
.b01tit h3 {
  margin: 0.2em auto;
  color: #e83935;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -2px 0px 0px #fff, -1px 1px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff, 2px 2px 0px #fff, -2px -2px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff, 5px 5px 0px #72193b;
}
.b01tit h2 {
  color: #fff;
  text-shadow: -1px -1px 0px #e83935, 1px -1px 0px #e83935, -2px 0px 0px #e83935, -1px 1px 0px #e83935, 0px 3px 0px #e83935, 0px -3px 0px #e83935, 2px 2px 0px #e83935, -2px -2px 0px #e83935, 3px 0px 0px #e83935, -3px 0px 0px #e83935, 5px 5px 0px #72193b;
}
.b01tit h2::before, .b01tit h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/title-1.png) center/auto 100% no-repeat;
}
.b01tit h2::after {
  left: 100%;
  right: unset;
  transform: scaleX(-1);
}

.b01box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.b01box .b01-1 {
  align-items: flex-start;
  align-content: flex-start;
  width: calc((100% - 0em) / 2);
  margin: 0em;
  background: #fff;
  overflow: hidden;
}
.b01box .b01-1 .b01L {
  position: relative;
  justify-content: space-between;
}
.b01box .b01-1 .b01L .b01I {
  width: 40%;
}
.b01box .b01-1 .b01L .b01P {
  width: 55%;
  margin-bottom: 1em;
  transform: rotate(-5deg);
  transform-origin: center center;
}
.b01box .b01-1 .b01L .b01P h4 {
  font-family: "DFHeiStd9";
  font-size: 1.5em;
}
.b01box .b01-1 .b01L .b01P small {
  display: inline-block;
  font-family: "NaikaiFont";
  margin: 0.2em 0;
  font-size: 1em;
}
.b01box .b01-1 .b01L .b01P h5 {
  margin: 0;
  font-family: "DFHeiStd9";
  font-size: 1em;
}
.b01box .b01-1 .b01L .min16max45 {
  --min-size: 16;
  --max-size: 45;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.b01box .b01-1 .b01L::before, .b01box .b01-1 .b01L::after {
  content: "✦";
  position: absolute;
  top: 12%;
  right: 15%;
  transform: rotate(-20deg);
  color: #fff000;
  font-size: 2.5em;
  line-height: 1;
}
.b01box .b01-1 .b01L::after {
  top: 32%;
  right: 60%;
  transform: rotate(25deg) scale(0.8);
}
.b01box .b01-1 .b01R {
  position: relative;
  padding: 2vw;
}
.b01box .b01-1 .b01R span {
  display: block;
  font-family: "GenSenMaruGothicTWB";
  line-height: 1.2;
  color: #fff;
  position: absolute;
  bottom: 95%;
  left: 1vw;
  transform: rotate(-5deg);
  transform-origin: center center;
}
.b01box .b01-1 .b01R p {
  margin-top: 0.5em;
}
.b01box .b01-1:nth-of-type(1), .b01box .b01-1:nth-of-type(4), .b01box .b01-1:nth-of-type(5) {
  border: 0.2em solid #ff4752;
}
.b01box .b01-1:nth-of-type(1) .b01L, .b01box .b01-1:nth-of-type(4) .b01L, .b01box .b01-1:nth-of-type(5) .b01L {
  background: url(../img/b01-7.png) 80% 40%/200% no-repeat;
}
.b01box .b01-1:nth-of-type(1) .b01L h5, .b01box .b01-1:nth-of-type(4) .b01L h5, .b01box .b01-1:nth-of-type(5) .b01L h5 {
  color: #e83935;
}
.b01box .b01-1:nth-of-type(1) .b01L::before, .b01box .b01-1:nth-of-type(1) .b01L::after, .b01box .b01-1:nth-of-type(4) .b01L::before, .b01box .b01-1:nth-of-type(4) .b01L::after, .b01box .b01-1:nth-of-type(5) .b01L::before, .b01box .b01-1:nth-of-type(5) .b01L::after {
  -webkit-text-stroke: 0.05em #ff4752;
}
.b01box .b01-1:nth-of-type(1) .b01R, .b01box .b01-1:nth-of-type(4) .b01R, .b01box .b01-1:nth-of-type(5) .b01R {
  border-top: 0.2em solid #e83935;
}
.b01box .b01-1:nth-of-type(1) .b01R span, .b01box .b01-1:nth-of-type(4) .b01R span, .b01box .b01-1:nth-of-type(5) .b01R span {
  text-shadow: -1px -1px 0px #e83935, 1px -1px 0px #e83935, -2px 0px 0px #e83935, -1px 1px 0px #e83935, 0px 2px 0px #e83935, 0px -2px 0px #e83935, 2px 2px 0px #e83935, -2px -2px 0px #e83935, 0px 0px 0px #e83935, 0px 0px 0px #e83935;
  filter: drop-shadow(0.1em 0.1em 0px #72193B);
}
.b01box .b01-1:nth-of-type(2), .b01box .b01-1:nth-of-type(3), .b01box .b01-1:nth-of-type(6) {
  border: 0.2em solid #198754;
}
.b01box .b01-1:nth-of-type(2) .b01L, .b01box .b01-1:nth-of-type(3) .b01L, .b01box .b01-1:nth-of-type(6) .b01L {
  background: url(../img/b01-8.png) 80% 40%/200% no-repeat;
}
.b01box .b01-1:nth-of-type(2) .b01L h5, .b01box .b01-1:nth-of-type(3) .b01L h5, .b01box .b01-1:nth-of-type(6) .b01L h5 {
  color: #006934;
}
.b01box .b01-1:nth-of-type(2) .b01L::before, .b01box .b01-1:nth-of-type(2) .b01L::after, .b01box .b01-1:nth-of-type(3) .b01L::before, .b01box .b01-1:nth-of-type(3) .b01L::after, .b01box .b01-1:nth-of-type(6) .b01L::before, .b01box .b01-1:nth-of-type(6) .b01L::after {
  -webkit-text-stroke: 0.05em #006934;
}
.b01box .b01-1:nth-of-type(2) .b01R, .b01box .b01-1:nth-of-type(3) .b01R, .b01box .b01-1:nth-of-type(6) .b01R {
  border-top: 0.2em solid #006934;
}
.b01box .b01-1:nth-of-type(2) .b01R span, .b01box .b01-1:nth-of-type(3) .b01R span, .b01box .b01-1:nth-of-type(6) .b01R span {
  text-shadow: -1px -1px 0px #198754, 1px -1px 0px #198754, -2px 0px 0px #198754, -1px 1px 0px #198754, 0px 2px 0px #198754, 0px -2px 0px #198754, 2px 2px 0px #198754, -2px -2px 0px #198754, 0px 0px 0px #198754, 0px 0px 0px #198754;
  filter: drop-shadow(0.1em 0.1em 0px #1C2A55);
}

@media all and (min-width: 1025px) {
  .b01box .b01-1 .b01L .b01P {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1800px) {
  .b01box .b01-1 .b01L .b01P {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1024px) {
  .b01box .b01-1 .b01L .b01P {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .b01box .b01-1 {
    width: calc((100% - 1em) / 1);
  }
  .b01box .b01-1 .b01L .b01I {
    width: 30%;
  }
  .b01box .b01-1 .b01L::after {
    top: 32%;
    right: 60%;
  }
}
@media all and (max-width: 575px) {
  /*   .b01tit {
      h3 {
          text-shadow:
              -1px -1px 0px #fff,
              1px -1px 0px #fff,
              -2px 0px 0px #fff,
              -1px 1px 0px #fff,
              0px 3px 0px #fff,
              0px -3px 0px #fff,
              2px 2px 0px #fff,
              -2px -2px 0px #fff,
              3px 0px 0px #fff,
              -3px 0px 0px #fff;

      }

      h2 {
          text-shadow:
              -1px -1px 0px $color4,
              1px -1px 0px $color4,
              -2px 0px 0px $color4,
              -1px 1px 0px $color4,
              0px 3px 0px $color4,
              0px -3px 0px $color4,
              2px 2px 0px $color4,
              -2px -2px 0px $color4,
              3px 0px 0px $color4,
              -3px 0px 0px $color4;
      }
  } */
  .b01box .b01-1 {
    width: calc((100% - 1em) / 1);
  }
  .b01box .b01-1 .b01L .b01P {
    transform: rotate(0deg);
  }
  .b01box .b01-1 .b01L .b01I {
    width: 40%;
  }
  .b01box .b01-1 .b01R span {
    position: relative;
    text-align: center;
    transform: rotate(0deg);
  }
}
/*--------------#pt2---------------*/
/*--------------pt3---------------*/
.pt3 {
  background: url(../img/bg-3.png) center/cover no-repeat, #fff;
  overflow: hidden;
}

.c01tit {
  margin: 2em auto 0.5em;
}
.c01tit .c01titI {
  width: 20vw;
  max-width: 150px;
  margin-right: 0.5em;
}
.c01tit .tabtopT h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  font-family: "GenSenMaruGothicTWH";
  line-height: 1;
}
.c01tit .tabtopT h2 span {
  position: absolute;
  top: 35%;
  left: calc(100% + 1em);
  transform: translateY(-50%);
  width: -moz-max-content;
  width: max-content;
  font-size: 0.5em;
  background: #ffe28a;
  padding: 0.4em 0.5em 0.2em;
  border-radius: 50px;
  color: #e83935;
}
.c01tit .tabtopT h2 span::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 95%;
  transform: translateY(-50%) rotate(-10deg);
  z-index: 0;
  border: medium solid;
  border-width: 0.4em 1em 0.4em 0px;
  border-color: transparent #ffe28a transparent transparent;
}
.c01tit .tabtopT h5 {
  text-align: center;
  color: #198754;
  letter-spacing: 2px;
}
.c01tit .tabtopT h5 span {
  display: inline-block;
  font-family: "GenSenMaruGothicTWH";
}
.c01tit .tabtopT h5 small {
  display: inline-block;
  padding: 0 0.2em;
  border: 0.1em solid #198754;
  font-size: 0.8em;
  vertical-align: text-bottom;
}

.c01box {
  margin: 0 auto;
  /*  overflow: hidden; */
}
.c01box .tabbot .tabbot-1 {
  width: 100%;
  align-items: stretch;
  margin: 1em auto;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}
.c01box .tabbot .tabbot-1 .tabBL {
  width: 8%;
  background: #198754;
  color: #fff;
  writing-mode: tb;
  border-radius: 15px 0 0 15px;
  letter-spacing: 4px;
}
.c01box .tabbot .tabbot-1 .tabBL small {
  margin-top: 0.5em;
  font-size: 0.5em;
  line-height: 1;
  font-family: "DFHeiStd5";
  color: #006934;
}
.c01box .tabbot .tabbot-1 .tabBR {
  width: calc(92% - 0.5em);
  margin-left: 0.5em;
  background: #fff;
  /* border: .2em solid $color5; */
  padding: 2em;
  border-radius: 2px;
}
.c01box .tabbot .tabbot-1 .tabBR h4 {
  width: 100%;
  text-align: center;
  color: #198754;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.c01box .tabbot .tabbot-1 .tabBR.one h5 {
  color: #ff4752;
  text-align: center;
  font-size: 1em;
}
.c01box .tabbot .tabbot-1 .tabBR.one h5 span {
  position: relative;
  margin-right: 1.2em;
  font-family: "DFHeiStd9";
}
.c01box .tabbot .tabbot-1 .tabBR.one h5 span::before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.2em);
  transform: translateY(-50%);
  color: #198754;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 1.2em;
}
.c01box .tabbot .tabbot-1 .tabBR.one h5 small {
  display: inline-block;
  padding: 0.2em 1em;
  margin-left: 0.5em;
  color: #e83935;
  font-size: 0.7em;
  background: #e9ecef;
  line-height: 1;
  vertical-align: middle;
}
.c01box .tabbot .tabbot-1 .tabBR.two {
  align-items: stretch;
}
.c01box .tabbot .tabbot-1 .tabBR.two .tabbot-3 {
  position: relative;
  width: calc((100% - 2em) / 2);
  margin: 0.5em;
}
.c01box .tabbot .tabbot-1 .tabBR.two .tabbot-3 p {
  text-align: center;
  color: #198754;
  font-size: 1em;
}
.c01box .tabbot .tabbot-1 .tabBR.two .tabbot-3 small {
  display: inline-block;
  width: 100%;
  margin: 0.5em 0;
  text-align: center;
  font-size: 1em;
}
.c01box .tabbot .tabbot-1 .tabBR.two .tabbot-3 small span {
  display: inline-block;
  border: 3px double #e83935;
  padding: 0.1em;
  margin-right: 0.5em;
  color: #e83935;
  line-height: 1;
  transform: rotate(-5deg);
}
.c01box .tabbot .tabbot-1 .tabBR.two h6 {
  text-align: center;
  color: #fff;
  background: #ff4752;
  border-radius: 50px;
  font-size: 1em;
}
.c01box .tabbot .tabbot-1 .tabBR.two h6 span {
  position: relative;
  margin-right: 1.2em;
}
.c01box .tabbot .tabbot-1 .tabBR.two h6 span::before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.2em);
  transform: translateY(-50%);
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 1.2em;
}
.c01box .tabbot .tabbot-1 .tabBR.two small strong {
  color: #198754;
}
.c01box .tabbot .tabbot-1 .tabBR.two .spsm {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #e83935;
  background: #dcdddd;
  font-size: 0.7em;
}
.c01box .c01cen {
  position: relative;
  margin: 2em auto;
  text-align: center;
}
.c01box .c01cen h3 {
  color: #ff4752;
  font-family: "GenSenMaruGothicTWH";
}
.c01box .c01cen h3:last-of-type {
  color: #198754;
}
.c01box .c01cen::before, .c01box .c01cen::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 0.5vw);
  transform: translateY(-50%);
  width: 15vw;
  height: 8vw;
  max-width: 150px;
  background: url(../img/title-2.png) center/100% no-repeat;
}
.c01box .c01cen::after {
  right: unset;
  left: calc(100% + 0.5vw);
  transform: translateY(-50%) scaleX(-1);
}

@media all and (min-width: 1025px) {
  .c01box .tabbot .tabbot-1 .tabBR {
    font-size: 2rem;
  }
}
@media all and (min-width: 1800px) {
  .c01box .tabbot .tabbot-1 .tabBR {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1024px) {
  .c01box .tabbot .tabbot-1 .tabBR {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .c01box .tabbot .tabbot-1 .tabBR {
    padding: 1em 0.5em;
  }
  .c01box .tabbot .tabbot-1 .tabBR.two .tabbot-3 {
    width: calc((100% - 1em) / 1);
  }
}
@media all and (max-width: 575px) {
  .c01tit {
    margin-top: 4em;
  }
  .c01tit .tabtopT h2 span {
    top: unset;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.4em 1em 0.2em;
  }
  .c01tit .tabtopT h2 span::before {
    top: 100%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0.5em 0.4em 0px 0.5em;
    border-color: #ffe28a transparent transparent transparent;
  }
  .c01tit .tabtopT h5 span {
    display: block;
    width: 100%;
  }
  .c01tit .tabtopT h5 small {
    display: block;
    width: 100%;
  }
}
/*--------------#pt3---------------*/
/*--------------pt4---------------*/
.pt4 {
  background: url(../img/bg-3.png) center/cover no-repeat, #fff;
  overflow: hidden;
}

.d01tit {
  margin: 1em 0;
}
.d01tit h2 {
  position: relative;
  font-family: "GenSenMaruGothicTWH";
  color: #198754;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -2px 0px 0px #fff, -1px 1px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff, 2px 2px 0px #fff, -2px -2px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff, 5px 5px 0px #191f72;
}
.d01tit h2:last-of-type::before, .d01tit h2:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/title-1.png) center/auto 100% no-repeat;
}
.d01tit h2:last-of-type::after {
  left: 100%;
  right: unset;
  transform: scaleX(-1);
}

.d01box {
  align-items: normal;
}
.d01box li {
  position: relative;
  width: calc((100% - 4em) / 4);
  margin: 0.5em;
  padding: 2em 1em 1em;
  background: #fff;
  border-radius: 0.5em;
  border: 2px solid #198754;
  overflow: hidden;
  z-index: 0;
}
.d01box li span {
  position: absolute;
  top: 0;
  left: 0;
  background: #198754;
  color: #fff;
  width: 2em;
  height: 2em;
  border-radius: 0 0 50px 0;
  text-align: center;
  padding-right: 0.2em;
}
.d01box li strong {
  display: block;
  color: #e83935;
  font-size: 1.5em;
  font-weight: 500;
}
.d01box li a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 0 0.2em;
  color: #fff;
  line-height: 1.2;
  background: #198754;
  border-radius: 50px;
  animation: d01a 2s linear infinite;
}
.d01box li a:hover {
  animation: forwards;
}
@keyframes d01a {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.d01box li a i {
  margin-left: 0.2em;
}
.d01box li::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32%;
  height: 90%;
  max-width: 10vw;
  background: url(../img/leam1.png) center bottom/100% no-repeat;
  z-index: -1;
}
.d01box li:nth-of-type(2)::before {
  background: url(../img/leam2.png) center bottom/100% no-repeat;
}
.d01box li:nth-of-type(3)::before {
  background: url(../img/leam3.png) center bottom/100% no-repeat;
}
.d01box li:nth-of-type(4)::before {
  background: url(../img/leam4.png) center bottom/100% no-repeat;
}
.d01box li:nth-of-type(5)::before {
  background: url(../img/leam5.png) center bottom/100% no-repeat;
}
.d01box li:nth-of-type(6)::before {
  background: url(../img/leam6.png) center bottom/100% no-repeat;
}
.d01box li:nth-of-type(7)::before {
  background: url(../img/leam7.png) center bottom/100% no-repeat;
}
.d01box li:nth-of-type(8)::before {
  background: url(../img/leam8.png) center bottom/100% no-repeat;
}

@media all and (min-width: 1400px) {
  .d01box {
    font-size: 1.5em;
  }
}
@media all and (min-width: 1800px) {
  .d01box {
    font-size: 1em;
  }
}
@media all and (max-width: 900px) {
  .d01box li {
    width: calc((100% - 2em) / 2);
  }
}
@media all and (max-width: 575px) {
  /*  .d01tit {
      h2 {
          text-shadow:
              -1px -1px 0px #fff,
              1px -1px 0px #fff,
              -2px 0px 0px #fff,
              -1px 1px 0px #fff,
              0px 3px 0px #fff,
              0px -3px 0px #fff,
              2px 2px 0px #fff,
              -2px -2px 0px #fff,
              3px 0px 0px #fff,
              -3px 0px 0px #fff,
              2px 2px 1px #191f72;
      }
  } */
}
/*--------------#pt4---------------*/
/*--------------pt5---------------*/
.pt5 {
  background: url(../img/bg-3.png) center/cover no-repeat, #f4fff5;
  overflow: hidden;
}

.e01tit {
  margin: 1em 0;
}
.e01tit h2 {
  position: relative;
  font-family: "GenSenMaruGothicTWH";
  color: #198754;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -2px 0px 0px #fff, -1px 1px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff, 2px 2px 0px #fff, -2px -2px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff, 5px 5px 0px #191f72;
}

.e01box {
  justify-content: space-between;
}
.e01box .e01-1 {
  width: calc((100% - 10em) / 3);
  margin: 1em;
  border-bottom: 2px solid #000;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.e01box .e01-1 a {
  --tilt: .6em;
  position: relative;
  padding: 0.2em 0;
  color: #198754;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #fff;
}
.e01box .e01-1 a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: calc(100% + var(--tilt));
  height: 100%;
  background: #198754;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 50%, calc(100% - var(--tilt)) 100%, 0 100%);
  animation: move-out 0.5s ease;
}
.e01box .e01-1:hover a {
  color: #fff;
}
.e01box .e01-1:hover a:before {
  animation: move-in 0.5s ease forwards;
}
.e01box .e01-1:hover .text {
  animation: move-right-alternate 0.3s ease forwards;
}
.e01box .e01-1 p {
  overflow: hidden;
  position: relative;
}
.e01box .e01-1 p::before {
  content: "\f185";
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  font-weight: 600;
}
.e01box .e01-1 .text {
  padding-left: 2em !important;
  display: block;
}

@keyframes pbefore {
  0% {
    transform: translateX(0) translateY(-50%);
  }
  50% {
    transform: translateX(80%) translateY(-50%);
  }
  51% {
    transform: translateX(-80%) translateY(-50%);
  }
  to {
    transform: translateX(0) translateY(-50%);
  }
}
@keyframes move-right-alternate {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80%);
  }
  51% {
    transform: translateX(-80%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes move-in {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes move-out {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}
@media all and (max-width: 768px) {
  .e01box .e01-1 {
    width: calc((100% - 2em) / 2);
    margin: 1em 0.5em;
  }
}
/*--------------#pt5---------------*/
/*--------------pt6---------------*/
.pt6 {
  background: url(../img/bg-3.png) center/cover no-repeat, #f4fff5;
  overflow: hidden;
}

.f01tit {
  margin: 2em 0;
}
.f01tit h3,
.f01tit h2 {
  position: relative;
  font-family: "GenSenMaruGothicTWH";
}
.f01tit h3 {
  margin: 0.2em auto;
  color: #198754;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -2px 0px 0px #fff, -1px 1px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff, 2px 2px 0px #fff, -2px -2px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff, 5px 5px 0px #191f72;
}
.f01tit h2 {
  color: #fff;
  text-shadow: -1px -1px 0px #198754, 1px -1px 0px #198754, -2px 0px 0px #198754, -1px 1px 0px #198754, 0px 3px 0px #198754, 0px -3px 0px #198754, 2px 2px 0px #198754, -2px -2px 0px #198754, 3px 0px 0px #198754, -3px 0px 0px #198754, 5px 5px 0px #191f72;
}
.f01tit h2::before, .f01tit h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/title-1.png) center/auto 100% no-repeat;
}
.f01tit h2::after {
  left: 100%;
  right: unset;
  transform: scaleX(-1);
}

.f01box h4 {
  position: relative;
  font-family: "GenSenMaruGothicTWB";
  text-align: center;
}
.f01box h4::before {
  content: "\f005";
  position: absolute;
  top: -0.1em;
  right: 101%;
  color: #ffc107;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -2px 0px 0px #fff, -1px 1px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff, 2px 2px 0px #fff, -2px -2px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff;
}
.f01box .f01table {
  margin: 1em auto;
}
.f01box .f01table table {
  width: 100%;
}
.f01box .f01table table thead {
  background: #198754;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.f01box .f01table table thead td:first-of-type {
  text-align: center;
  width: 20%;
}
.f01box .f01table table thead tr,
.f01box .f01table table thead td {
  padding: 1vw;
}
.f01box .f01table table tbody {
  background: #fff;
}
.f01box .f01table table tbody td:first-of-type {
  text-align: center;
  background: #198754;
  color: #fff;
}
.f01box .f01table table tbody td {
  counter-reset: NB;
}
.f01box .f01table table tbody td p {
  position: relative;
  padding-left: 1em;
}
.f01box .f01table table tbody td p::before {
  counter-increment: NB;
  content: counter(NB) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.f01box .f01table table tr,
.f01box .f01table table td {
  padding: 1vw;
  border: 0.2vw solid #e9ecef;
}
.f01box .f01table small {
  display: block;
  margin: 1em auto;
}
.f01box .f01but {
  margin: 1em auto;
}
.f01box .f01but a {
  display: block;
  background: #009590;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 50px;
  transition: all 0.15s ease-in-out;
}
.f01box .f01but a i {
  margin-left: 0.2em;
  animation: point 1s linear infinite;
}
.f01box .f01but:hover a {
  transform: scale(0.9);
  background: #018682;
}

@keyframes point {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media all and (max-width: 575px) {
  /*  .f01tit {
         h3 {
             text-shadow:
                 -1px -1px 0px #fff,
                 1px -1px 0px #fff,
                 -2px 0px 0px #fff,
                 -1px 1px 0px #fff,
                 0px 3px 0px #fff,
                 0px -3px 0px #fff,
                 2px 2px 0px #fff,
                 -2px -2px 0px #fff,
                 3px 0px 0px #fff,
                 -3px 0px 0px #fff;

         }

         h2 {
             text-shadow:
                 -1px -1px 0px $color5,
                 1px -1px 0px $color5,
                 -2px 0px 0px $color5,
                 -1px 1px 0px $color5,
                 0px 3px 0px $color5,
                 0px -3px 0px $color5,
                 2px 2px 0px $color5,
                 -2px -2px 0px $color5,
                 3px 0px 0px $color5,
                 -3px 0px 0px $color5;
         }
     }
  */
  .f01box .f01table table thead td:first-of-type {
    width: 28%;
  }
}
/*--------------#pt6---------------*/
/*--------------footer---------------*/
.footer {
  background: url(../img/bg-1.png) center/cover no-repeat, #fce1bc;
  overflow: hidden;
}

.footertit {
  margin: 2em auto;
}
.footertit h2 {
  font-family: "GenSenMaruGothicTWH";
  color: #e83935;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -2px 0px 0px #fff, -1px 1px 0px #fff, 0px 3px 0px #fff, 0px -3px 0px #fff, 2px 2px 0px #fff, -2px -2px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff, 5px 5px 0px #72193b;
}

.footul li {
  width: calc((100% - 4em) / 4);
  margin: 0.5em;
}
.footul li .foota {
  position: relative;
  display: block;
  padding: 0.2em;
  text-align: center;
  background: #fff;
  border-radius: 40px;
  color: #3E3A39;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.footul li .foota:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #3E3A39;
  z-index: -1;
  top: 0;
  border-radius: 0 0 50% 50%;
  transition: all 0.5s ease;
}
.footul li .foota i {
  margin-left: 0.2em;
}
.footul li:hover .foota {
  color: #fff;
  transform: scale(0.9);
  transition: all 0.15s ease-in-out;
}
.footul li:hover .foota::before {
  height: 120%;
  border-radius: 0 0 30% 30%;
}

@media all and (max-width: 575px) {
  .footul li {
    width: calc((100% - 2em) / 2);
    margin: 0.5em;
  }
}
/*--------------#footer---------------*/