@charset "UTF-8";
/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
html {
  font-size: 62.5%;
}

body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

p, span {
  font-weight: normal;
  line-height: 1;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p {
  margin: 0;
}

br {
  display: none !important;
}

.entry-content table tr:nth-child(even),
.modal-body table tr:nth-child(even) {
  background: none;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
}
button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button {
  cursor: auto;
  text-shadow: none;
  line-height: 1;
  padding: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none;
  position: relative;
}
.button a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

table tr:nth-child(even) {
  background: none !important;
}

div#sticky-wrapper, div#kad-mobile-banner-sticky-wrapper {
  height: 0 !important;
}

.kt-header-position-above #logo a .ascend-logo {
  max-height: none !important;
}

#mobile-logo a .ascend-mobile-logo {
  max-height: 60%;
}

#kad-mobile-banner #mobile-logo a {
  width: 0;
}

.header_logo {
  width: auto;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 1001;
}
@media screen and (min-width: 1025px) {
  .header_logo {
    height: 45px;
    left: 25px;
    top: 15px;
  }
}
.header_logo a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hamburger_menu {
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 0;
  outline: none;
  border: none;
  background: #33619D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1020;
}
@media screen and (min-width: 1025px) {
  .hamburger_menu {
    width: 70px;
    height: 70px;
  }
}
.hamburger_menu div {
  width: 40%;
  height: 40%;
  position: relative;
}
.hamburger_menu div span {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.hamburger_menu div span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translate(0, -50%) scaleX(1);
          transform: translate(0, -50%) scaleX(1);
  -webkit-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
}
.hamburger_menu div span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%) scaleX(1);
          transform: translate(0, -50%) scaleX(1);
  -webkit-transition: all 0.2s 0.4s;
  transition: all 0.2s 0.4s;
}
.hamburger_menu div span:nth-of-type(3) {
  top: 100%;
  -webkit-transform: translate(0, -50%) scaleX(1);
          transform: translate(0, -50%) scaleX(1);
  -webkit-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
}

.open_menu .hamburger_menu div span:nth-of-type(1) {
  -webkit-transform: translate(0, -50%) scaleX(1) skew(45deg, -45deg);
          transform: translate(0, -50%) scaleX(1) skew(45deg, -45deg);
  -webkit-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
}
.open_menu .hamburger_menu div span:nth-of-type(2) {
  -webkit-transform: translate(0, -50%) scaleX(0);
          transform: translate(0, -50%) scaleX(0);
  -webkit-transition: all 0.2s 0.2s;
  transition: all 0.2s 0.2s;
}
.open_menu .hamburger_menu div span:nth-of-type(3) {
  -webkit-transform: translate(0, -50%) scaleX(1) skew(-45deg, 45deg);
          transform: translate(0, -50%) scaleX(1) skew(-45deg, 45deg);
  -webkit-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
}

.full_screen--menu {
  width: 100vw;
  height: 100vh;
  padding: 100px 0 50px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 600px) {
  .full_screen--menu {
    padding: 200px 0 0;
  }
}
.full_screen--menu nav {
  width: 75%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .full_screen--menu nav {
    width: 60%;
    max-width: none;
    min-width: 450px;
  }
}
@media screen and (min-width: 1025px) {
  .full_screen--menu nav {
    width: auto;
  }
}
.full_screen--menu nav ul.parent {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .full_screen--menu nav ul.parent {
    display: grid;
    grid-auto-flow: column;
    grid-template: repeat(5, auto)/auto auto;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  .full_screen--menu nav ul.parent {
    grid-template: repeat(3, 1fr)/repeat(5, auto);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 70px;
  }
}
.full_screen--menu nav ul.parent li.parent {
  list-style: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .full_screen--menu nav ul.parent li.parent:nth-of-type(1) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) {
  .full_screen--menu nav ul.parent li.parent:nth-of-type(1) {
    grid-column: span 1;
    grid-row: span 3;
  }
}
@media screen and (min-width: 1025px) {
  .full_screen--menu nav ul.parent li.parent:nth-of-type(2) {
    grid-row: 1/4;
  }
}
@media screen and (min-width: 600px) {
  .full_screen--menu nav ul.parent li.parent:nth-of-type(3) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1025px) {
  .full_screen--menu nav ul.parent li.parent:nth-of-type(3) {
    grid-row: 1/4;
    grid-column: 3/4;
  }
}
.full_screen--menu nav ul.parent li.parent a:hover {
  opacity: 0.7;
}
.full_screen--menu nav ul.parent li.parent span.title {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
}
.full_screen--menu nav ul.parent li.parent span.eng {
  color: #6D0F17;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 3px;
  display: block;
}
.full_screen--menu nav ul.parent li.parent ul {
  padding: 5px 0 5px 20px;
  margin: 15px 10px;
  border-left: 1px solid;
}
.full_screen--menu nav ul.parent li.parent ul li {
  list-style: none;
  margin: 0 0 5px;
}
.full_screen--menu nav ul.parent li.parent ul li a:hover {
  opacity: 0.7;
}
.full_screen--menu nav ul.parent li.parent ul li span.title {
  font-size: 1.2rem;
}

.open_menu .full_screen--menu {
  visibility: visible;
  opacity: 1;
}

.top_hero {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 600px) {
  .top_hero {
    background-size: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero {
    max-height: 900px;
  }
}
.top_hero::before, .top_hero::after {
  content: "";
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .top_hero::before, .top_hero::after {
    height: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero::before, .top_hero::after {
    height: 60px;
  }
}
.top_hero::before {
  width: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, 0) scaleY(1);
          transform: translate(-50%, 0) scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: white_arrow 4s cubic-bezier(1, 0, 1, 1) infinite;
          animation: white_arrow 4s cubic-bezier(1, 0, 1, 1) infinite;
}
.top_hero::after {
  width: 20px;
  background: #1C1C1C;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-animation: black_arrow 4s cubic-bezier(0, 1, 1, 1) infinite;
          animation: black_arrow 4s cubic-bezier(0, 1, 1, 1) infinite;
}
.top_hero h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.top_hero .box {
  width: 50%;
  height: 100%;
  position: relative;
}
.top_hero .box.left_box {
  background: #1C1C1C;
}
.top_hero .box.right_box {
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.top_hero .box.right_box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.top_hero .box .img {
  position: absolute;
  height: 65%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 1s 0.6s;
  transition: all 1s 0.6s;
}
@media screen and (min-width: 768px) {
  .top_hero .box .img {
    height: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero .box .img {
    height: calc(100% - 90px);
  }
}
.top_hero .box .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s 0.6s;
  transition: all 1s 0.6s;
}
.top_hero .box.left_box .img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .top_hero .box.left_box .img {
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-5%, 0) rotate(0deg);
            transform: translate(-5%, 0) rotate(0deg);
  }
}
@media screen and (min-width: 1025px) {
  .top_hero .box.left_box .img {
    -webkit-transform: translate(-25%, 0) rotate(0deg);
            transform: translate(-25%, 0) rotate(0deg);
  }
}
.top_hero .box.left_box .img img {
  -o-object-position: calc(30% + 30px) 50%;
     object-position: calc(30% + 30px) 50%;
}
@media screen and (min-width: 600px) {
  .top_hero .box.left_box .img img {
    -o-object-position: 30px 0%;
       object-position: 30px 0%;
  }
}
@media screen and (min-width: 768px) {
  .top_hero .box.left_box .img img {
    -o-object-position: calc(100% - 30px) 0%;
       object-position: calc(100% - 30px) 0%;
  }
}
.top_hero .box.right_box .img {
  bottom: 0;
}
@media screen and (min-width: 600px) {
  .top_hero .box.right_box .img {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
}
@media screen and (min-width: 768px) {
  .top_hero .box.right_box .img {
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero .box.right_box .img {
    -webkit-transform: translate(35%, 0);
            transform: translate(35%, 0);
  }
}
.top_hero .box.right_box .img img {
  -o-object-position: calc(20% + 30px) 50%;
     object-position: calc(20% + 30px) 50%;
}
@media screen and (min-width: 600px) {
  .top_hero .box.right_box .img img {
    -o-object-position: 30px 0%;
       object-position: 30px 0%;
  }
}
.top_hero.loaded .box .img {
  opacity: 1;
}
.top_hero.loaded .box.left_box .img img {
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
}
@media screen and (min-width: 600px) {
  .top_hero.loaded .box.left_box .img img {
    -o-object-position: 0% 0%;
       object-position: 0% 0%;
  }
}
@media screen and (min-width: 768px) {
  .top_hero.loaded .box.left_box .img img {
    -o-object-position: 100% 0%;
       object-position: 100% 0%;
  }
}
.top_hero.loaded .box.right_box .img img {
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
}
@media screen and (min-width: 600px) {
  .top_hero.loaded .box.right_box .img img {
    -o-object-position: 0% 0%;
       object-position: 0% 0%;
  }
}

@-webkit-keyframes white_arrow {
  0% {
    -webkit-transform: translate(-50%, 0) scaleY(1);
            transform: translate(-50%, 0) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  15% {
    -webkit-transform: translate(-50%, 0) scaleY(0);
            transform: translate(-50%, 0) scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  16% {
    -webkit-transform: translate(-50%, 0) scaleY(0);
            transform: translate(-50%, 0) scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  35% {
    -webkit-transform: translate(-50%, 0) scaleY(0);
            transform: translate(-50%, 0) scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  45% {
    -webkit-transform: translate(-50%, 0) scaleY(1);
            transform: translate(-50%, 0) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: translate(-50%, 0) scaleY(1);
            transform: translate(-50%, 0) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes white_arrow {
  0% {
    -webkit-transform: translate(-50%, 0) scaleY(1);
            transform: translate(-50%, 0) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  15% {
    -webkit-transform: translate(-50%, 0) scaleY(0);
            transform: translate(-50%, 0) scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  16% {
    -webkit-transform: translate(-50%, 0) scaleY(0);
            transform: translate(-50%, 0) scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  35% {
    -webkit-transform: translate(-50%, 0) scaleY(0);
            transform: translate(-50%, 0) scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  45% {
    -webkit-transform: translate(-50%, 0) scaleY(1);
            transform: translate(-50%, 0) scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: translate(-50%, 0) scaleY(1);
            transform: translate(-50%, 0) scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@-webkit-keyframes black_arrow {
  0% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
            clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
  }
  15% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
            clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
  }
  26% {
    -webkit-clip-path: polygon(45% 92%, 55% 88%, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
            clip-path: polygon(45% 92%, 55% 88%, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
  }
  36% {
    -webkit-clip-path: polygon(92% 68%, 92% 68%, 92% 68%, 92% 68%, 100% 72%, 100% 72%);
            clip-path: polygon(92% 68%, 92% 68%, 92% 68%, 92% 68%, 100% 72%, 100% 72%);
    opacity: 1;
  }
  37% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 0, 55% 0, 55% 0, 45% 0);
            clip-path: polygon(45% 0, 55% 0, 55% 0, 55% 0, 55% 0, 45% 0);
    opacity: 0;
  }
  46% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 0, 55% 0, 55% 0, 45% 0);
            clip-path: polygon(45% 0, 55% 0, 55% 0, 55% 0, 55% 0, 45% 0);
    opacity: 1;
  }
  56% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 88%, 55% 88%, 55% 92%, 45% 100%);
            clip-path: polygon(45% 0, 55% 0, 55% 88%, 55% 88%, 55% 92%, 45% 100%);
  }
  61% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
            clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
  }
  100% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
            clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
  }
}
@keyframes black_arrow {
  0% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
            clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
  }
  15% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
            clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
  }
  26% {
    -webkit-clip-path: polygon(45% 92%, 55% 88%, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
            clip-path: polygon(45% 92%, 55% 88%, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
  }
  36% {
    -webkit-clip-path: polygon(92% 68%, 92% 68%, 92% 68%, 92% 68%, 100% 72%, 100% 72%);
            clip-path: polygon(92% 68%, 92% 68%, 92% 68%, 92% 68%, 100% 72%, 100% 72%);
    opacity: 1;
  }
  37% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 0, 55% 0, 55% 0, 45% 0);
            clip-path: polygon(45% 0, 55% 0, 55% 0, 55% 0, 55% 0, 45% 0);
    opacity: 0;
  }
  46% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 0, 55% 0, 55% 0, 45% 0);
            clip-path: polygon(45% 0, 55% 0, 55% 0, 55% 0, 55% 0, 45% 0);
    opacity: 1;
  }
  56% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 88%, 55% 88%, 55% 92%, 45% 100%);
            clip-path: polygon(45% 0, 55% 0, 55% 88%, 55% 88%, 55% 92%, 45% 100%);
  }
  61% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
            clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
  }
  100% {
    -webkit-clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
            clip-path: polygon(45% 0, 55% 0, 55% 88%, 92% 68%, 100% 72%, 45% 100%);
  }
}
.top_hero--box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% + 25px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.top_hero--verticalbox {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1025px) {
  .top_hero--verticalbox {
    margin: 0 auto 7vh;
  }
}
.top_hero--verticalbox p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2;
  text-shadow: 0px 0px 20px #ff0000;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 600px) {
  .top_hero--verticalbox p {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero--verticalbox p {
    font-size: 3.1vh;
  }
}
.top_hero--verticalbox p:first-of-type {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
.top_hero--verticalbox p:nth-of-type(2) {
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
}
.top_hero.loaded .top_hero--verticalbox p {
  opacity: 1;
}
.top_hero.loaded .top_hero--verticalbox p:first-of-type {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_hero.loaded .top_hero--verticalbox p:nth-of-type(2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_hero--titlebox {
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.top_hero--titlebox p {
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 1.4s 1.4s;
  transition: all 1.4s 1.4s;
}
.top_hero--titlebox p.name {
  text-align: center;
  font-size: 1.8rem;
  width: 100%;
  padding: 0 0 7px;
  margin: 0 0 10px;
  border-image-source: linear-gradient(0deg, #fff 3px, rgba(0, 0, 0, 0) 0);
  border-image-slice: fill 0;
  border-image-outset: 0 5px 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}
@media screen and (min-width: 600px) {
  .top_hero--titlebox p.name {
    font-size: 2.2rem;
    padding: 0 0 10px;
    margin: 0 0 12px;
    border-image-outset: 0 10px 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero--titlebox p.name {
    font-size: 3.1vh;
    border-image-outset: 0 15px 0;
  }
}
.top_hero--titlebox p.title {
  font-size: 4.2rem;
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 7px 5px;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
@media screen and (min-width: 600px) {
  .top_hero--titlebox p.title {
    font-size: 5rem;
    gap: 10px 5px;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero--titlebox p.title {
    font-size: 8vh;
  }
}
.top_hero--titlebox p.title span {
  font-weight: bold;
}
.top_hero--titlebox p.title span.mincho {
  font-family: "Yu Mincho" !important;
}
.top_hero--titlebox p.title span:first-of-type {
  text-align: center;
  font-size: 3.3rem;
  text-shadow: 0 0 1px #fff;
  grid-column: span 3;
}
@media screen and (min-width: 600px) {
  .top_hero--titlebox p.title span:first-of-type {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero--titlebox p.title span:first-of-type {
    font-size: 6vh;
  }
}
.top_hero--titlebox p.title span.large {
  color: #1C1C1C;
  font-size: 7rem;
}
@media screen and (min-width: 600px) {
  .top_hero--titlebox p.title span.large {
    font-size: 9rem;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero--titlebox p.title span.large {
    font-size: 12vh;
  }
}
.top_hero--titlebox p.title span.mukashi {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.top_hero--titlebox p.title span.ima {
  padding: 5px;
  -webkit-box-shadow: 0px 5px 10px -3px #333;
          box-shadow: 0px 5px 10px -3px #333;
  background: #fff;
}
.top_hero.loaded .top_hero--titlebox p {
  opacity: 1;
}
.top_hero.loaded .top_hero--titlebox p.name {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_hero.loaded .top_hero--titlebox p.title {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

section.top_reason {
  padding: 50px 0 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_reason {
    padding: 60px 0 80px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_reason {
    padding: 70px 0 90px;
  }
}
section.top_reason::before {
  content: "";
  width: 100%;
  height: 70%;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 600px) {
  section.top_reason::before {
    width: 75%;
    height: 75%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_reason::before {
    width: 70%;
  }
}
section.top_reason::after {
  content: "";
  padding-top: clamp(180px, 65%, 250px);
  display: block;
}
@media screen and (min-width: 600px) {
  section.top_reason::after {
    content: none;
  }
}
section.top_reason h2 {
  color: #1C1C1C;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1;
  width: 85%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 600px) {
  section.top_reason h2 {
    font-size: 4rem;
    width: 80%;
    max-width: 550px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_reason h2 {
    font-size: 5rem;
    line-height: 1.1;
    max-width: 650px;
  }
}
section.top_reason h2 span.small {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  section.top_reason h2 span.small {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  section.top_reason h2 span.small {
    font-size: 3.2rem;
  }
}
section.top_reason h2 br {
  display: block !important;
}
section.top_reason.show h2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
section.top_reason .box {
  width: 85%;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  z-index: 1;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 0.8s 0.6s;
  transition: all 0.8s 0.6s;
}
@media screen and (min-width: 600px) {
  section.top_reason .box {
    width: 80%;
    max-width: 550px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_reason .box {
    max-width: 650px;
  }
}
section.top_reason .box p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  section.top_reason .box p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
  }
}
section.top_reason .box p:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.top_reason .box p:nth-of-type(3)::after {
  content: "";
  width: 25px;
  height: 1px;
  margin-left: 5px;
  background: #1C1C1C;
  display: inline-block;
}
section.top_reason .box p:nth-of-type(4) {
  margin-top: 20px;
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 0.8s 1.6s;
  transition: all 0.8s 1.6s;
}
section.top_reason.show .box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
section.top_reason.show .box p:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
section.top_reason .img {
  width: 105%;
  max-width: 420px;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translate(calc(-35% + 20px), 0);
          transform: translate(calc(-35% + 20px), 0);
  -webkit-transition: all 1s 2.4s;
  transition: all 1s 2.4s;
}
@media screen and (min-width: 600px) {
  section.top_reason .img {
    width: 75%;
    max-width: 450px;
    -webkit-transform: translate(calc(-10% + 20px), 0);
            transform: translate(calc(-10% + 20px), 0);
  }
}
@media screen and (min-width: 1025px) {
  section.top_reason .img {
    max-width: 560px;
    -webkit-transform: translate(calc(15% + 20px), 0);
            transform: translate(calc(15% + 20px), 0);
  }
}
section.top_reason.show .img {
  opacity: 1;
  -webkit-transform: translate(-35%, 0);
          transform: translate(-35%, 0);
}
@media screen and (min-width: 600px) {
  section.top_reason.show .img {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
}
@media screen and (min-width: 1025px) {
  section.top_reason.show .img {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
}

.top_episode {
  padding: 70px 0;
  background: #1C1C1C;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_episode {
    padding: 90px 0 70px;
  }
}
@media screen and (min-width: 1025px) {
  .top_episode {
    padding: 110px 0 90px;
  }
}
.top_episode::before {
  content: "";
  width: 110%;
  height: 20px;
  background-image: repeating-linear-gradient(90deg, #1C1C1C, #1C1C1C 50px, #FFF96E 0, #FFF96E 100px);
  background-size: 100px 100%;
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0) skew(-30deg, 0);
          transform: translate(-50%, 0) skew(-30deg, 0);
}
.top_episode::after {
  content: "";
  width: 110%;
  height: 20px;
  background-image: repeating-linear-gradient(90deg, #1C1C1C, #1C1C1C 50px, #FFF96E 0, #FFF96E 100px);
  background-size: 100px 100%;
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0) skew(-30deg, 0);
          transform: translate(-50%, 0) skew(-30deg, 0);
}
.top_episode span.back_word {
  display: none;
}
@media screen and (min-width: 600px) {
  .top_episode span.back_word {
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    white-space: nowrap;
    text-shadow: rgba(255, 249, 110, 0.3) 1px 1px 0, rgba(255, 249, 110, 0.3) -1px -1px 0, rgba(255, 249, 110, 0.3) -1px 1px 0, rgba(255, 249, 110, 0.3) 1px -1px 0, rgba(255, 249, 110, 0.3) 0px 1px 0, rgba(255, 249, 110, 0.3) -1px 0, rgba(255, 249, 110, 0.3) -1px 0 0, rgba(255, 249, 110, 0.3) 1px 0 0;
    display: block;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1025px) {
  .top_episode span.back_word {
    font-size: clamp(3.2rem, 3.2vw, 4.4rem);
    top: 43%;
  }
}

section.top_episode--ep {
  text-align: center;
  padding: 0 5%;
  margin: 0 auto 30px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto auto 20px;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep {
    padding: 0 10%;
    overflow: inherit;
  }
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep {
    padding: 0 12%;
    margin: 0 auto 40px;
  }
}
section.top_episode--ep::before {
  content: "";
  padding-top: 53%;
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep::before {
    padding-top: 25%;
  }
}
section.top_episode--ep h2 {
  color: #1C1C1C;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  padding: 8px 0 6px;
  background: #FFF96E;
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep h2 {
    font-size: 3.6rem;
  }
}
section.top_episode--ep h2 span.large {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep h2 span.large {
    font-size: clamp(3rem, 5vw, 4.2rem);
  }
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep h2 span.large {
    font-size: 4.8rem;
  }
}
section.top_episode--ep .box {
  background: #FFF96E;
  padding: 15px;
  justify-self: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: grid;
  gap: 5px;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep .box {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep .box {
    padding: 30px 25px 20px;
  }
}
section.top_episode--ep .box span.eng {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep .box span.eng {
    font-size: 1.4rem;
  }
}
section.top_episode--ep .box span.number {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep .box span.number {
    font-size: 4.8rem;
    margin-top: 5px;
  }
}
section.top_episode--ep span.more {
  color: #FFF96E;
  font-size: 1.4rem;
  letter-spacing: 1px;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep span.more {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
section.top_episode--ep .img {
  max-width: none;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
section.top_episode--ep.ep01 .img {
  width: 160vw;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep.ep01 .img {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep.ep01 .img {
    width: 76%;
  }
}
section.top_episode--ep.ep02 .img {
  width: 150vw;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep.ep02 .img {
    width: 80%;
    max-width: 850px;
  }
}
section.top_episode--ep.ep03 .img {
  width: 100vw;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep.ep03 .img {
    width: 50%;
    max-width: 550px;
  }
}
section.top_episode--ep.ep04 .img {
  width: 100vw;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep.ep04 .img {
    width: 60%;
    max-width: 650px;
  }
}
section.top_episode--ep .balloon {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
section.top_episode--ep .balloon span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep .balloon span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep .balloon span {
    font-size: 2.6rem;
  }
}
section.top_episode--ep .balloon span span.small {
  font-size: 1.4rem;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep .balloon span span.small {
    font-size: 1.8rem;
  }
}
section.top_episode--ep.ep01 .balloon {
  width: 45%;
  max-width: 150px;
  right: 30%;
  padding: 6% 0 10%;
  top: 5%;
  -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
          transform: translate(50%, 0) rotate(10deg) scale(1);
  -webkit-animation: noballoon01 0.5s 1 forwards;
          animation: noballoon01 0.5s 1 forwards;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep.ep01 .balloon {
    width: 160px;
    max-width: none;
    padding: 35px 0 55px;
    right: 35%;
    top: -15px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep.ep01 .balloon {
    width: 220px;
    right: 34%;
    top: 0;
  }
}
section.top_episode--ep.ep02 .balloon {
  width: 55%;
  max-width: 170px;
  right: 50%;
  padding: 8% 0 13%;
  top: 5%;
  -webkit-transform: translate(50%, 0) rotate(-10deg) scale(1);
          transform: translate(50%, 0) rotate(-10deg) scale(1);
  -webkit-animation: noballoon02 0.5s 1 forwards;
          animation: noballoon02 0.5s 1 forwards;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep.ep02 .balloon {
    width: 175px;
    max-width: none;
    padding: 35px 0 45px;
    right: 53%;
    top: -5px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep.ep02 .balloon {
    width: 235px;
    padding: 45px 0 55px;
    top: 0;
  }
}
section.top_episode--ep.ep03 .balloon {
  width: 55%;
  max-width: 165px;
  right: 38%;
  padding: 8% 0 14%;
  top: 0;
  -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
          transform: translate(50%, 0) rotate(10deg) scale(1);
  -webkit-animation: noballoon01 0.5s 1 forwards;
          animation: noballoon01 0.5s 1 forwards;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep.ep03 .balloon {
    width: 180px;
    max-width: none;
    padding: 30px 0 55px;
    right: 25%;
    top: -2%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep.ep03 .balloon {
    width: 250px;
    padding: 40px 0 70px;
    right: 28%;
    top: 0;
  }
}
section.top_episode--ep.ep04 .balloon {
  width: 50%;
  max-width: 165px;
  right: 35%;
  padding: 7% 0 12%;
  top: 3%;
  -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
          transform: translate(50%, 0) rotate(10deg) scale(1);
  -webkit-animation: noballoon01 0.5s 1 forwards;
          animation: noballoon01 0.5s 1 forwards;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep.ep04 .balloon {
    width: 175px;
    max-width: none;
    padding: 30px 0 50px;
    right: 27%;
    top: -5px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep.ep04 .balloon {
    width: 240px;
    padding: 35px 0 60px;
    right: 30%;
    top: 0;
  }
}
section.top_episode--ep .open {
  width: 90%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  section.top_episode--ep .open {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_episode--ep .open {
    width: 76%;
  }
}

@-webkit-keyframes noballoon01 {
  0% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
            transform: translate(50%, 0) rotate(10deg) scale(1);
  }
  90% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
            transform: translate(50%, 0) rotate(10deg) scale(1);
  }
  100% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(0);
            transform: translate(50%, 0) rotate(10deg) scale(0);
  }
}

@keyframes noballoon01 {
  0% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
            transform: translate(50%, 0) rotate(10deg) scale(1);
  }
  90% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
            transform: translate(50%, 0) rotate(10deg) scale(1);
  }
  100% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(0);
            transform: translate(50%, 0) rotate(10deg) scale(0);
  }
}
@-webkit-keyframes noballoon02 {
  0% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(1);
            transform: translate(50%, 0) rotate(-10deg) scale(1);
  }
  90% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(1);
            transform: translate(50%, 0) rotate(-10deg) scale(1);
  }
  100% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(0);
            transform: translate(50%, 0) rotate(-10deg) scale(0);
  }
}
@keyframes noballoon02 {
  0% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(1);
            transform: translate(50%, 0) rotate(-10deg) scale(1);
  }
  90% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(1);
            transform: translate(50%, 0) rotate(-10deg) scale(1);
  }
  100% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(0);
            transform: translate(50%, 0) rotate(-10deg) scale(0);
  }
}
.top_episode--ep.swiper-slide-active.ep01 .balloon,
.top_episode--ep.swiper-slide-active.ep03 .balloon,
.top_episode--ep.swiper-slide-active.ep04 .balloon {
  -webkit-transform: translate(50%, 0) rotate(10deg) scale(0);
          transform: translate(50%, 0) rotate(10deg) scale(0);
  -webkit-animation: bound01 4s 1 forwards;
          animation: bound01 4s 1 forwards;
}

.top_episode--ep.swiper-slide-active.ep02 .balloon {
  -webkit-transform: translate(50%, 0) rotate(-10deg) scale(0);
          transform: translate(50%, 0) rotate(-10deg) scale(0);
  -webkit-animation: bound02 4s 1 forwards;
          animation: bound02 4s 1 forwards;
}

@-webkit-keyframes bound01 {
  0% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(0);
            transform: translate(50%, 0) rotate(10deg) scale(0);
  }
  15% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(0);
            transform: translate(50%, 0) rotate(10deg) scale(0);
  }
  25% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
            transform: translate(50%, 0) rotate(10deg) scale(1);
  }
  30% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(0.9);
            transform: translate(50%, 0) rotate(10deg) scale(0.9);
  }
  35% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
            transform: translate(50%, 0) rotate(10deg) scale(1);
  }
  100% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
            transform: translate(50%, 0) rotate(10deg) scale(1);
  }
}

@keyframes bound01 {
  0% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(0);
            transform: translate(50%, 0) rotate(10deg) scale(0);
  }
  15% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(0);
            transform: translate(50%, 0) rotate(10deg) scale(0);
  }
  25% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
            transform: translate(50%, 0) rotate(10deg) scale(1);
  }
  30% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(0.9);
            transform: translate(50%, 0) rotate(10deg) scale(0.9);
  }
  35% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
            transform: translate(50%, 0) rotate(10deg) scale(1);
  }
  100% {
    -webkit-transform: translate(50%, 0) rotate(10deg) scale(1);
            transform: translate(50%, 0) rotate(10deg) scale(1);
  }
}
@-webkit-keyframes bound02 {
  0% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(0);
            transform: translate(50%, 0) rotate(-10deg) scale(0);
  }
  15% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(0);
            transform: translate(50%, 0) rotate(-10deg) scale(0);
  }
  25% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(1);
            transform: translate(50%, 0) rotate(-10deg) scale(1);
  }
  30% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(0.9);
            transform: translate(50%, 0) rotate(-10deg) scale(0.9);
  }
  35% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(1);
            transform: translate(50%, 0) rotate(-10deg) scale(1);
  }
  100% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(1);
            transform: translate(50%, 0) rotate(-10deg) scale(1);
  }
}
@keyframes bound02 {
  0% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(0);
            transform: translate(50%, 0) rotate(-10deg) scale(0);
  }
  15% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(0);
            transform: translate(50%, 0) rotate(-10deg) scale(0);
  }
  25% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(1);
            transform: translate(50%, 0) rotate(-10deg) scale(1);
  }
  30% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(0.9);
            transform: translate(50%, 0) rotate(-10deg) scale(0.9);
  }
  35% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(1);
            transform: translate(50%, 0) rotate(-10deg) scale(1);
  }
  100% {
    -webkit-transform: translate(50%, 0) rotate(-10deg) scale(1);
            transform: translate(50%, 0) rotate(-10deg) scale(1);
  }
}
@media screen and (min-width: 600px) {
  .swiper-container {
    max-width: 800px;
  }
}
@media screen and (min-width: 1025px) {
  .swiper-container {
    width: 90%;
    max-width: 1200px;
    padding-bottom: 10px;
  }
}

.swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #6D6E6F;
}
@media screen and (min-width: 1025px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF96E;
}

.swiper-button-next, .swiper-button-prev {
  outline: none;
  top: 45%;
}
@media screen and (min-width: 1025px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    top: 43%;
  }
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: "";
}

.swiper-button-next, .swiper-button-prev {
  -webkit-animation: swiper-button 1.5s infinite;
          animation: swiper-button 1.5s infinite;
}

@-webkit-keyframes swiper-button {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes swiper-button {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mask {
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}

#mask.hidden {
  display: none;
}

section.modal_ep {
  width: 100%;
  height: calc(var(--vh-re, 1vh) * 100 - 50px);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  position: fixed;
  top: 50px;
  z-index: 1050;
}
@media screen and (min-width: 600px) {
  section.modal_ep {
    width: 90%;
    max-width: 750px;
    height: auto;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(3, auto);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% + 25px));
            transform: translate(-50%, calc(-50% + 25px));
  }
}
@media screen and (min-width: 1025px) {
  section.modal_ep {
    max-width: 950px;
    -webkit-transform: translate(-50%, calc(-50% + 40px));
            transform: translate(-50%, calc(-50% + 40px));
  }
}
section.modal_ep.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
section.modal_ep .box {
  padding: 15px 0 15px 30px;
  background: #1C1C1C;
  border-left: 10px solid #FFF96E;
  grid-row: 1;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.modal_ep .box {
    text-align: center;
    padding: 15px 20px;
    border-left: none;
    display: grid;
    gap: 5px;
  }
}
@media screen and (min-width: 1025px) {
  section.modal_ep .box {
    padding: 30px 25px 20px;
    gap: 10px;
  }
}
section.modal_ep .box span.eng {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  section.modal_ep .box span.eng {
    font-size: 1.6rem;
  }
}
section.modal_ep .box span.number {
  color: #fff;
  font-size: 4.2rem;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  section.modal_ep .box span.number {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  section.modal_ep .box span.number {
    font-size: 6rem;
  }
}
section.modal_ep h2 {
  text-align: center;
  line-height: 1;
  padding: 17px 0;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.modal_ep h2 {
    padding: 0 0 0 20px;
    border-left: 10px solid #FFF96E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  section.modal_ep h2 {
    letter-spacing: 2px;
    padding: 0 0 0 25px;
    border-left: 13px solid #FFF96E;
  }
}
section.modal_ep h2 span {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  section.modal_ep h2 span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  section.modal_ep h2 span {
    font-size: 4.2rem;
  }
}
section.modal_ep h2 span span.large {
  font-size: 3.6rem;
}
@media screen and (min-width: 600px) {
  section.modal_ep h2 span span.large {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  section.modal_ep h2 span span.large {
    font-size: 6.6rem;
  }
}
section.modal_ep .text {
  padding: 30px 0 20px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.modal_ep .text {
    grid-column: span 2;
  }
}
section.modal_ep .text p {
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  section.modal_ep .text p {
    font-size: 1.8rem;
  }
}
section.modal_ep .text p:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  section.modal_ep .text p:not(:last-of-type) {
    margin-bottom: 0;
  }
}
section.modal_ep .text p span.block {
  font-weight: bold;
  line-height: 1.8;
  display: block;
}
@media screen and (min-width: 600px) {
  section.modal_ep .text p span.block {
    display: inline;
  }
}
section.modal_ep .img {
  position: relative;
}
@media screen and (min-width: 600px) {
  section.modal_ep .img {
    grid-column: span 2;
  }
}
@media screen and (min-width: 600px) {
  section.modal_ep .img::before {
    content: "";
    padding-top: 40%;
    display: block;
  }
}
section.modal_ep .img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 600px) {
  section.modal_ep .img img {
    width: 100%;
  }
}
section.modal_ep .close {
  color: #000;
  font-weight: bold;
  padding: 12px 25px;
  background: #FFF96E;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  section.modal_ep .close {
    font-size: 1.8rem;
    padding: 15px 45px;
  }
}

@media screen and (min-width: 600px) {
  section.modal_ep.ep03 .img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (min-width: 600px) {
  section.modal_ep.ep04 .img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.top_punch {
  max-width: 400px;
  margin: 0 0 0 auto;
  background-size: 180%;
  background-position: 0 65%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_punch {
    width: 70%;
    max-width: none;
    max-height: 390px;
    background-size: 113%;
    background-position: -60% 100%;
  }
}
@media screen and (min-width: 1025px) {
  .top_punch {
    width: 100%;
    max-width: 1440px;
    max-height: none;
    margin: 0 auto;
    background-size: 700px;
    background-position: calc(50% + 250px) bottom;
  }
}
.top_punch::before {
  content: "";
  padding-top: 80%;
  display: block;
}
@media screen and (min-width: 600px) {
  .top_punch::before {
    padding-top: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .top_punch::before {
    padding-top: 380px;
  }
}
.top_punch::after {
  content: "";
  width: 200vw;
  height: 100%;
  background: #4E4E4E;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top_punch .balloon {
  text-align: center;
  width: 55%;
  max-width: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  position: absolute;
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .top_punch .balloon {
    width: 45%;
    max-width: 280px;
  }
}
@media screen and (min-width: 1025px) {
  .top_punch .balloon {
    width: 320px;
    max-width: none;
  }
}
.top_punch .balloon.balloon01 {
  padding: 12% 0 7%;
  right: 3%;
  top: 10%;
  opacity: 0;
  -webkit-transform: translate(30px, 0) scale(0.8, 1.2);
          transform: translate(30px, 0) scale(0.8, 1.2);
}
@media screen and (min-width: 600px) {
  .top_punch .balloon.balloon01 {
    padding: 12% 0 8%;
    right: 85%;
    top: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .top_punch .balloon.balloon01 {
    padding: 70px 0 35px;
    right: 50%;
    top: 10%;
    -webkit-transform: translate(calc(-30% + 30px), 0) scale(0.8, 1.2);
            transform: translate(calc(-30% + 30px), 0) scale(0.8, 1.2);
  }
}
.top_punch .balloon.balloon02 {
  padding: 14% 0 10%;
  left: 3%;
  bottom: 10%;
  opacity: 0;
  -webkit-transform: translate(30px, 0) scale(0.8, 1.2);
          transform: translate(30px, 0) scale(0.8, 1.2);
}
@media screen and (min-width: 600px) {
  .top_punch .balloon.balloon02 {
    left: 0;
    bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .top_punch .balloon.balloon02 {
    padding: 80px 0 50px;
    left: 50%;
    -webkit-transform: translate(calc(-50% + 30px), 0) scale(0.8, 1.2);
            transform: translate(calc(-50% + 30px), 0) scale(0.8, 1.2);
  }
}
.top_punch .balloon span {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  white-space: nowrap;
  padding-right: 5px;
}
@media screen and (min-width: 600px) {
  .top_punch .balloon span {
    font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  }
}
@media screen and (min-width: 1025px) {
  .top_punch .balloon span {
    font-size: 2.4rem;
  }
}
.top_punch.show .balloon01 {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation: punch_balloon 1s 1 forwards;
          animation: punch_balloon 1s 1 forwards;
}
@media screen and (min-width: 1025px) {
  .top_punch.show .balloon01 {
    -webkit-animation: punch_balloon01_l 1s 1 forwards;
            animation: punch_balloon01_l 1s 1 forwards;
  }
}
.top_punch.show .balloon02 {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-animation: punch_balloon 1s 0.8s 1 forwards;
          animation: punch_balloon 1s 0.8s 1 forwards;
}
@media screen and (min-width: 1025px) {
  .top_punch.show .balloon02 {
    -webkit-animation: punch_balloon02_l 1s 0.8s 1 forwards;
            animation: punch_balloon02_l 1s 0.8s 1 forwards;
  }
}

@-webkit-keyframes punch_balloon {
  0% {
    -webkit-transform: translate(30px, 0) scale(0.8, 1.2);
            transform: translate(30px, 0) scale(0.8, 1.2);
  }
  40% {
    -webkit-transform: translate(0, 0) scale(0.8, 1.2);
            transform: translate(0, 0) scale(0.8, 1.2);
  }
  80% {
    -webkit-transform: translate(10px, 0) scale(1);
            transform: translate(10px, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@keyframes punch_balloon {
  0% {
    -webkit-transform: translate(30px, 0) scale(0.8, 1.2);
            transform: translate(30px, 0) scale(0.8, 1.2);
  }
  40% {
    -webkit-transform: translate(0, 0) scale(0.8, 1.2);
            transform: translate(0, 0) scale(0.8, 1.2);
  }
  80% {
    -webkit-transform: translate(10px, 0) scale(1);
            transform: translate(10px, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes punch_balloon01_l {
  0% {
    -webkit-transform: translate(calc(-30% + 30px), 0) scale(0.8, 1.2);
            transform: translate(calc(-30% + 30px), 0) scale(0.8, 1.2);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-30%, 0) scale(0.8, 1.2);
            transform: translate(-30%, 0) scale(0.8, 1.2);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(calc(-30% + 10px), 0) scale(1);
            transform: translate(calc(-30% + 10px), 0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-30%, 0) scale(1);
            transform: translate(-30%, 0) scale(1);
    opacity: 1;
  }
}
@keyframes punch_balloon01_l {
  0% {
    -webkit-transform: translate(calc(-30% + 30px), 0) scale(0.8, 1.2);
            transform: translate(calc(-30% + 30px), 0) scale(0.8, 1.2);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-30%, 0) scale(0.8, 1.2);
            transform: translate(-30%, 0) scale(0.8, 1.2);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(calc(-30% + 10px), 0) scale(1);
            transform: translate(calc(-30% + 10px), 0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-30%, 0) scale(1);
            transform: translate(-30%, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes punch_balloon02_l {
  0% {
    -webkit-transform: translate(calc(-50% + 30px), 0) scale(0.8, 1.2);
            transform: translate(calc(-50% + 30px), 0) scale(0.8, 1.2);
  }
  40% {
    -webkit-transform: translate(-50%, 0) scale(0.8, 1.2);
            transform: translate(-50%, 0) scale(0.8, 1.2);
  }
  80% {
    -webkit-transform: translate(calc(-50% + 10px), 0) scale(1);
            transform: translate(calc(-50% + 10px), 0) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
}
@keyframes punch_balloon02_l {
  0% {
    -webkit-transform: translate(calc(-50% + 30px), 0) scale(0.8, 1.2);
            transform: translate(calc(-50% + 30px), 0) scale(0.8, 1.2);
  }
  40% {
    -webkit-transform: translate(-50%, 0) scale(0.8, 1.2);
            transform: translate(-50%, 0) scale(0.8, 1.2);
  }
  80% {
    -webkit-transform: translate(calc(-50% + 10px), 0) scale(1);
            transform: translate(calc(-50% + 10px), 0) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
}
section.top_now {
  text-align: center;
  padding: 110px 0 45px;
  background: #D0EADA;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_now {
    padding: 100px 0 110px;
    overflow: visible;
  }
}
@media screen and (min-width: 1025px) {
  section.top_now {
    padding: 120px 0 140px;
  }
}
section.top_now h2 {
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 2;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media screen and (min-width: 600px) {
  section.top_now h2 {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
section.top_now h2 span.img {
  position: absolute;
  width: 22%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-15%, calc(-110% + 20px)) rotate(8deg);
          transform: translate(-15%, calc(-110% + 20px)) rotate(8deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 600px) {
  section.top_now h2 span.img {
    -webkit-transform: translate(-30%, -90%) rotate(5deg);
            transform: translate(-30%, -90%) rotate(5deg);
  }
}
section.top_now h2 span.text {
  font-size: 2rem;
  font-weight: bold;
  padding: 12px 15px;
  margin: 0 auto;
  background: #FFF96E;
  -webkit-box-shadow: 5px 5px #6d6e6f;
          box-shadow: 5px 5px #6d6e6f;
  display: block;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.4s 0.6s;
  transition: all 0.4s 0.6s;
}
@media screen and (min-width: 600px) {
  section.top_now h2 span.text {
    padding: 12px 25px;
    -webkit-box-shadow: 8px 8px #6d6e6f;
            box-shadow: 8px 8px #6d6e6f;
  }
}
@media screen and (min-width: 1025px) {
  section.top_now h2 span.text {
    font-size: 2.6rem;
    padding: 12px 40px;
  }
}
section.top_now h2 span.text span.large {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  section.top_now h2 span.text span.large {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1025px) {
  section.top_now h2 span.text span.large {
    font-size: 5.2rem;
  }
}
section.top_now.show h2 span.img {
  opacity: 1;
  -webkit-transform: translate(-15%, -110%) rotate(8deg);
          transform: translate(-15%, -110%) rotate(8deg);
}
section.top_now.show h2 span.text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
section.top_now .img01 {
  width: 450px;
  max-width: none;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translate(calc(-25% - 60px), 0);
          transform: translate(calc(-25% - 60px), 0);
  -webkit-transition: all 0.8s 1s;
  transition: all 0.8s 1s;
}
@media screen and (min-width: 600px) {
  section.top_now .img01 {
    width: 400px;
    left: 50%;
    -webkit-transform: translate(calc(-50% - 250px), 0);
            transform: translate(calc(-50% - 250px), 0);
  }
}
@media screen and (min-width: 1025px) {
  section.top_now .img01 {
    width: 500px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  section.top_now .img01 {
    -webkit-transform: translate(calc(-50% - 330px), 0);
            transform: translate(calc(-50% - 330px), 0);
  }
}
section.top_now.show .img01 {
  opacity: 1;
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
}
@media screen and (min-width: 600px) {
  section.top_now.show .img01 {
    -webkit-transform: translate(calc(-50% - 190px), 0);
            transform: translate(calc(-50% - 190px), 0);
  }
}
@media screen and (min-width: 1025px) {
  section.top_now.show .img01 {
    -webkit-transform: translate(calc(-50% - 270px), 0);
            transform: translate(calc(-50% - 270px), 0);
  }
}
section.top_now .img02 {
  width: 335px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translate(calc(10% - 60px), 0);
          transform: translate(calc(10% - 60px), 0);
  -webkit-transition: all 0.8s 1.4s;
  transition: all 0.8s 1.4s;
}
@media screen and (min-width: 600px) {
  section.top_now .img02 {
    right: 50%;
    bottom: -10%;
    -webkit-transform: translate(calc(50% + 120px), 0);
            transform: translate(calc(50% + 120px), 0);
  }
}
@media screen and (min-width: 1025px) {
  section.top_now .img02 {
    width: 460px;
    -webkit-transform: translate(calc(50% + 255px), 0);
            transform: translate(calc(50% + 255px), 0);
  }
}
section.top_now.show .img02 {
  opacity: 1;
  -webkit-transform: translate(10%, 0);
          transform: translate(10%, 0);
}
@media screen and (min-width: 600px) {
  section.top_now.show .img02 {
    -webkit-transform: translate(calc(50% + 180px), 0);
            transform: translate(calc(50% + 180px), 0);
  }
}
@media screen and (min-width: 1025px) {
  section.top_now.show .img02 {
    -webkit-transform: translate(calc(50% + 315px), 0);
            transform: translate(calc(50% + 315px), 0);
  }
}

.top_point {
  padding: 40px 15px 80px;
  background: #19994C;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_point {
    padding: 50px 15px 80px;
  }
}
@media screen and (min-width: 1025px) {
  .top_point {
    padding: 60px 15px 80px;
  }
}
.top_point::before {
  content: "";
  width: 100%;
  height: 140px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 25%;
  top: 0;
  -webkit-transform: translate(-25%, 0) skew(0deg, -15deg);
          transform: translate(-25%, 0) skew(0deg, -15deg);
}
@media screen and (min-width: 600px) {
  .top_point::before {
    height: clamp(150px, 25vw, 220px);
    left: 50%;
    -webkit-transform: translate(-50%, 0) skew(0deg, -15deg);
            transform: translate(-50%, 0) skew(0deg, -15deg);
  }
}
.top_point::after {
  content: "OHSHUN INDUSTRY";
  color: rgba(255, 255, 255, 0.15);
  font-size: 15rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: -23px;
  top: 17%;
}
.top_point h2 {
  font-size: 4rem;
  line-height: 1.8;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
  display: grid;
  gap: 12px 0;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  .top_point h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .top_point h2 {
    font-size: 7.5rem;
  }
}
.top_point h2 span {
  font-weight: bold;
  line-height: 1.4;
  padding: 0 12px;
  background: #fff;
  -webkit-box-shadow: 0 0 #FFF96E;
          box-shadow: 0 0 #FFF96E;
  justify-self: baseline;
  position: relative;
  -webkit-transition: all 0.6s 1.5s;
  transition: all 0.6s 1.5s;
}
@media screen and (min-width: 1025px) {
  .top_point h2 span {
    line-height: 1.2;
    padding: 0 15px;
  }
}
.top_point h2 span:nth-of-type(2) {
  width: 100%;
}
.top_point h2 span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.6s 0.5s;
  transition: all 0.6s 0.5s;
}
.top_point h2 span:nth-of-type(2)::before {
  width: 100%;
  -webkit-transition: all 0.6s 1s;
  transition: all 0.6s 1s;
}
.top_point.show h2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_point.show h2 span {
  -webkit-box-shadow: 5px 5px #FFF96E;
          box-shadow: 5px 5px #FFF96E;
}
@media screen and (min-width: 600px) {
  .top_point.show h2 span {
    -webkit-box-shadow: 8px 8px #FFF96E;
            box-shadow: 8px 8px #FFF96E;
  }
}
.top_point.show h2 span::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.top_point section.point {
  margin: 50px auto 80px;
  max-width: 345px;
}
@media screen and (min-width: 600px) {
  .top_point section.point {
    width: 70%;
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .top_point section.point {
    width: 700px;
    max-width: none;
    margin: 80px auto 100px;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.point {
    width: 900px;
    margin: 100px auto 140px;
  }
}
.top_point section.point h3 {
  width: 90%;
  padding: 55px 0 70px;
  margin: 0 auto;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px 0;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .top_point section.point h3 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 60px 60px 95px;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.point h3 {
    padding: 75px 80px 120px;
  }
}
.top_point section.point h3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top_point section.point h3 span {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_point section.point h3 span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.point h3 span {
    font-size: 3.4rem;
  }
}
.top_point section.point h3 span.line {
  -webkit-text-decoration: underline wavy #19994C;
          text-decoration: underline wavy #19994C;
}
.top_point section.point h3 span.large {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .top_point section.point h3 span.large {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.point h3 span.large {
    font-size: 4.4rem;
  }
}
.top_point section.point h3 span.block {
  display: block;
}
.top_point section.point.show h3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .top_point section.point.point01 h3 {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .top_point section.point.point02 h3 {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .top_point section.point.point03 h3 {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .top_point section.point.point04 h3 {
    margin: 0;
  }
}
.top_point section.point .img {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_point section.point .img {
    width: 48%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.top_point section.point .img img {
  width: 90%;
}
@media screen and (min-width: 600px) {
  .top_point section.point .img img {
    width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .top_point section.point .img img {
    width: 100%;
    max-width: none;
  }
}
.top_point section.point.point01 .img {
  margin: -10px 0 -50px;
}
@media screen and (min-width: 768px) {
  .top_point section.point.point01 .img {
    margin: 0;
  }
}
.top_point section.point.point02 .img {
  margin: -15px 0 -50px;
}
@media screen and (min-width: 768px) {
  .top_point section.point.point02 .img {
    margin: 0;
    right: 0;
  }
}
.top_point section.point.point03 .img {
  margin: -20px 0 -40px;
}
@media screen and (min-width: 768px) {
  .top_point section.point.point03 .img {
    margin: 0;
  }
}
.top_point section.point.point04 .img {
  margin: -10px 0 -15px;
}
@media screen and (min-width: 768px) {
  .top_point section.point.point04 .img {
    margin: 0;
    right: 0;
  }
}
.top_point section.point span.phrase {
  line-height: 1.2;
  text-shadow: 1px 1px #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
.top_point section.point span.phrase span {
  font-weight: bold;
}
.top_point section.point span.phrase span.block {
  display: block;
}
@media screen and (min-width: 768px) {
  .top_point section.point span.phrase span.block {
    display: inline;
  }
}
.top_point section.point span.phrase br {
  display: block !important;
}
.top_point section.point.show span.phrase {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_point section.point.point01 span.phrase {
  font-size: 4.4rem;
}
@media screen and (min-width: 768px) {
  .top_point section.point.point01 span.phrase {
    font-size: 4rem;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.point.point01 span.phrase {
    font-size: 4.6rem;
  }
}
.top_point section.point.point01 span.phrase span.large {
  font-size: 6.2rem;
}
@media screen and (min-width: 768px) {
  .top_point section.point.point01 span.phrase span.large {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.point.point01 span.phrase span.large {
    font-size: 7rem;
  }
}
.top_point section.point.point02 span.phrase {
  font-size: 4.2rem;
}
@media screen and (min-width: 768px) {
  .top_point section.point.point02 span.phrase {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.point.point02 span.phrase {
    font-size: 5.2rem;
  }
}
.top_point section.point.point02 span.phrase span.large {
  font-size: 6.2rem;
}
@media screen and (min-width: 1025px) {
  .top_point section.point.point02 span.phrase span.large {
    font-size: 8rem;
  }
}
.top_point section.point.point03 span.phrase {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .top_point section.point.point03 span.phrase {
    text-align: right;
    font-size: 4.6rem;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.point.point03 span.phrase {
    font-size: 5.6rem;
  }
}
.top_point section.point.point03 span.phrase span.large {
  font-size: 5.4rem;
}
@media screen and (min-width: 768px) {
  .top_point section.point.point03 span.phrase span.large {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .top_point section.point.point03 span.phrase span.large {
    font-size: 8rem;
  }
}
.top_point section.point.point04 span.phrase {
  font-size: 3.8rem;
}
@media screen and (min-width: 768px) {
  .top_point section.point.point04 span.phrase {
    font-size: 4.8rem;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.point.point04 span.phrase {
    font-size: 6rem;
  }
}
.top_point section.point .box {
  -webkit-filter: drop-shadow(5px 5px #1C1C1C);
          filter: drop-shadow(5px 5px #1C1C1C);
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}
@media screen and (min-width: 600px) {
  .top_point section.point .box {
    width: 400px;
    margin: 0 auto;
    -webkit-filter: drop-shadow(8px 8px #1C1C1C);
            filter: drop-shadow(8px 8px #1C1C1C);
  }
}
.top_point section.point .box ul {
  width: 85%;
  padding: 25px 30px 25px 50px;
  margin: 15px auto 0;
  background: #FFF96E;
  -webkit-clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
          clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .top_point section.point .box ul {
    width: 100%;
    border: 3px solid #1C1C1C;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .top_point section.point .box ul {
    padding: 30px 0 30px 40px;
  }
}
.top_point section.point .box ul::before {
  content: "";
  width: 47px;
  height: 47px;
  background: #1C1C1C;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 3px, 3px 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 3px, 3px 100%, 0 100%);
  position: absolute;
  left: -3px;
  top: -3px;
}
.top_point section.point .box ul li {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .top_point section.point .box ul li {
    font-size: 1.6rem;
  }
}
.top_point section.point .box ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 5px;
  background: #000;
  border-radius: 10px;
  display: block;
}
.top_point section.point.show .box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .top_point section.point.point01 .box {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .top_point section.point.point02 .box {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .top_point section.point.point03 .box {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .top_point section.point.point04 .box {
    margin: 0;
  }
}
.top_point section.the_point {
  max-width: 345px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .top_point section.the_point {
    max-width: 700px;
  }
}
.top_point section.the_point h4 {
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  margin-bottom: 30px;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  .top_point section.the_point h4 {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.the_point h4 {
    margin-bottom: 60px;
  }
}
.top_point section.the_point h4::before, .top_point section.the_point h4::after {
  content: "";
  width: 2px;
  height: 45px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .top_point section.the_point h4::before, .top_point section.the_point h4::after {
    height: 55px;
    top: -5px;
  }
}
.top_point section.the_point h4::before {
  -webkit-box-shadow: -6px -3px;
          box-shadow: -6px -3px;
  -webkit-transform: translate(-100px, 0) rotate(-20deg);
          transform: translate(-100px, 0) rotate(-20deg);
}
.top_point section.the_point h4::after {
  -webkit-box-shadow: 6px -3px;
          box-shadow: 6px -3px;
  -webkit-transform: translate(100px, 0) rotate(20deg);
          transform: translate(100px, 0) rotate(20deg);
}
.top_point section.the_point.show h4 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_point section.the_point ul {
  width: 85%;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .top_point section.the_point ul {
    width: 90%;
    max-width: 550px;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.the_point ul {
    max-width: 700px;
  }
}
.top_point section.the_point ul li {
  font-size: 1.8rem;
  font-weight: bold;
  list-style: none;
  line-height: 1.2;
  padding: 25px 0 25px 45px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 5px 5px #000;
          box-shadow: 5px 5px #000;
  border: 2px solid #000;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
@media screen and (min-width: 600px) {
  .top_point section.the_point ul li {
    font-size: 2rem;
    padding: 25px 0 25px 70px;
    margin-bottom: 25px;
    -webkit-box-shadow: 8px 8px #000;
            box-shadow: 8px 8px #000;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.the_point ul li {
    font-size: 2.4rem;
    padding: 30px 0 30px 80px;
    margin-bottom: 30px;
  }
}
.top_point section.the_point ul li:first-of-type {
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
.top_point section.the_point ul li:nth-of-type(2) {
  -webkit-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}
.top_point section.the_point ul li:nth-of-type(3) {
  -webkit-transition: all 0.5s 1.5s;
  transition: all 0.5s 1.5s;
}
.top_point section.the_point ul li:nth-of-type(4) {
  -webkit-transition: all 0.5s 2s;
  transition: all 0.5s 2s;
}
.top_point section.the_point ul li::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid #000;
  position: absolute;
  left: 12px;
  top: 23px;
}
@media screen and (min-width: 600px) {
  .top_point section.the_point ul li::before {
    width: 25px;
    height: 25px;
    left: 20px;
    top: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.the_point ul li::before {
    width: 28px;
    height: 28px;
    left: 25px;
    top: 35px;
  }
}
.top_point section.the_point ul li span.check {
  width: 25px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 25px 35px;
  position: absolute;
  left: 14px;
  top: 8px;
}
@media screen and (min-width: 600px) {
  .top_point section.the_point ul li span.check {
    left: 23px;
    top: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.the_point ul li span.check {
    width: 30px;
    height: 40px;
    background-size: 30px 40px;
    left: 29px;
    top: 21px;
  }
}
.top_point section.the_point ul li span.number {
  color: #19994C;
  font-size: 6rem;
  font-weight: bold;
  opacity: 0.15;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  .top_point section.the_point ul li span.number {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.the_point ul li span.number {
    font-size: 7rem;
  }
}
.top_point section.the_point ul li span.large {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_point section.the_point ul li span.large {
    font-size: 3rem;
    display: inline;
  }
}
@media screen and (min-width: 1025px) {
  .top_point section.the_point ul li span.large {
    font-size: 4rem;
  }
}
.top_point section.the_point.show ul li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

section.top_entry {
  text-align: center;
  padding: 70px 0 0;
  background: rgba(25, 153, 76, 0.2);
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_entry {
    padding: 80px 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_entry {
    padding: 100px 0 50px;
  }
}
section.top_entry::before {
  content: "";
  width: 30%;
  height: 30px;
  background: #19994C;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: -1px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 600px) {
  section.top_entry::before {
    width: 200px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_entry::before {
    width: 220px;
    height: 50px;
  }
}
section.top_entry h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 2;
  margin: 0 0 40px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  section.top_entry h2 {
    font-size: 3rem;
    line-height: 2;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_entry h2 {
    font-size: 4rem;
    line-height: 2.2;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
section.top_entry h2 span {
  font-weight: bold;
}
section.top_entry h2 span.block {
  line-height: 2;
  display: block;
}
@media screen and (min-width: 600px) {
  section.top_entry h2 span.block {
    line-height: 2;
  }
}
@media screen and (min-width: 1025px) {
  section.top_entry h2 span.block {
    line-height: 2.2;
  }
}
section.top_entry h2 span.green, section.top_entry h2 span.black {
  color: #fff;
  font-size: 3.2rem;
  padding: 2px 10px;
}
@media screen and (min-width: 600px) {
  section.top_entry h2 span.green, section.top_entry h2 span.black {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  section.top_entry h2 span.green, section.top_entry h2 span.black {
    font-size: 5.8rem;
  }
}
section.top_entry h2 span.green {
  background: #19994C;
}
section.top_entry h2 span.black {
  background: #000;
}
section.top_entry.show h2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 600px) {
  section.top_entry .box {
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  section.top_entry .box {
    width: 700px;
  }
}
section.top_entry .box .img {
  grid-column: span 2;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_entry .box .img {
    width: 85%;
    margin: 0 auto;
  }
}
section.top_entry .box .img::before {
  content: "";
  width: 100vw;
  height: 95%;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 600px) {
  section.top_entry .box .img::before {
    height: 75%;
  }
}
section.top_entry .box .img img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  section.top_entry .box .img img {
    z-index: 3;
  }
}
section.top_entry .box .img span {
  width: 110vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  section.top_entry .box .img span {
    width: 45vw;
    top: 66%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_entry .box .img span {
    width: 40vw;
  }
}
@media screen and (min-width: 600px) {
  section.top_entry .box .img span.lets01 {
    -webkit-transform: translate(-105%, -50%);
            transform: translate(-105%, -50%);
  }
}
section.top_entry .box .img span.lets02 {
  display: none;
}
@media screen and (min-width: 600px) {
  section.top_entry .box .img span.lets02 {
    display: block;
    -webkit-transform: translate(5%, -50%);
            transform: translate(5%, -50%);
  }
}
section.top_entry .box .button_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  section.top_entry .box .button_box::before {
    content: "";
    width: 100vw;
    height: 50%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -1px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
section.top_entry .box .button_box a {
  width: 90%;
  padding: 15px 0;
  display: grid;
  gap: 8px 0;
  position: relative;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 3;
}
@media screen and (min-width: 600px) {
  section.top_entry .box .button_box a {
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  section.top_entry .box .button_box a {
    padding: 24px 0;
  }
}
section.top_entry .box .button_box a.job_list {
  background: #33619D;
  justify-self: right;
}
section.top_entry .box .button_box a.entry {
  padding: 13px 0 10px;
  background: #19994C;
}
@media screen and (min-width: 600px) {
  section.top_entry .box .button_box a.entry {
    padding: 20px 0 17px;
  }
}
section.top_entry .box .button_box a:hover {
  opacity: 0.7;
}
section.top_entry .box .button_box a::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 6%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  section.top_entry .box .button_box a::before {
    width: 25px;
    left: 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_entry .box .button_box a::before {
    width: 30px;
  }
}
section.top_entry .box .button_box a span {
  color: #fff;
  font-weight: bold;
}
section.top_entry .box .button_box a span.title {
  font-size: 1.8rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 600px) {
  section.top_entry .box .button_box a span.title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  section.top_entry .box .button_box a span.title {
    font-size: 2.4rem;
  }
}
section.top_entry .box .button_box a span.eng {
  font-size: 1.2rem;
}

.page_header {
  text-align: center;
  padding: 90px 0 45px;
  background-color: #D0EADA;
}
@media screen and (min-width: 600px) {
  .page_header {
    padding: 100px 0 55px;
  }
}
@media screen and (min-width: 1025px) {
  .page_header {
    padding: 130px 0 65px;
  }
}
.page_header h1.page_title {
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  width: 130px;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #FFF86E;
  border: 2px solid #000;
  -webkit-box-shadow: 10px 10px #6d6e6f;
          box-shadow: 10px 10px #6d6e6f;
}
@media screen and (min-width: 600px) {
  .page_header h1.page_title {
    font-size: 1.8rem;
    letter-spacing: 2px;
    width: 200px;
    padding: 15px 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_header h1.page_title {
    font-size: 2.4rem;
    width: 300px;
    padding: 20px 0;
  }
}

.page_container {
  padding: 0 0 20px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_container {
    padding: 0 0 30px;
  }
}
.page_container::before {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #d0eada;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page_container::before {
    height: 30px;
  }
}

.recruit_box {
  width: 80%;
  max-width: 400px;
  padding: 40px 0;
  margin: 0 auto;
  display: grid;
  gap: 30px 0;
}
@media screen and (min-width: 600px) {
  .recruit_box {
    max-width: 600px;
    padding: 50px 0;
    gap: 40px 0;
  }
}
@media screen and (min-width: 1025px) {
  .recruit_box {
    max-width: 700px;
    padding: 60px 0;
    gap: 50px 0;
  }
}

.recruit_item {
  padding: 35px 25px 20px;
  background-color: #19994C;
  -webkit-clip-path: polygon(30px 0, 0 30px, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(30px 0, 0 30px, 0 100%, 100% 100%, 100% 0);
  display: grid;
  gap: 20px 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .recruit_item {
    padding: 35px 30px 25px 40px;
    grid-template-columns: 70% 30%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 0;
  }
}
@media screen and (min-width: 1025px) {
  .recruit_item {
    padding: 35px 40px 30px 60px;
  }
}
.recruit_item::before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fff;
  -webkit-clip-path: polygon(29px 0, 0 29px, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(29px 0, 0 29px, 0 100%, 100% 100%, 100% 0);
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.recruit_itembox {
  position: relative;
}
.recruit_itembox p.title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
@media screen and (min-width: 600px) {
  .recruit_itembox p.title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .recruit_itembox p.title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
.recruit_itembox span.term {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 7px 12px;
  background-color: #19994C;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .recruit_itembox span.term {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .recruit_itembox span.term {
    font-size: 1.6rem;
  }
}

a.recruit_link {
  font-size: 1.4rem;
  line-height: 1;
  width: 55%;
  position: relative;
  justify-self: end;
}
@media screen and (min-width: 600px) {
  a.recruit_link {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  a.recruit_link {
    font-size: 1.6rem;
  }
}
a.recruit_link:hover {
  opacity: 0.7;
}
a.recruit_link::before, a.recruit_link::after {
  content: "";
  height: 1px;
  background-color: #1C1C1C;
  position: absolute;
  right: 0;
  top: 60%;
}
a.recruit_link::before {
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
a.recruit_link::after {
  width: 12px;
  -webkit-transform: translate(0, -50%) rotate(30deg);
          transform: translate(0, -50%) rotate(30deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}
a.recruit_link span {
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  padding: 0 10px 0 0;
  background-color: #fff;
  position: relative;
}

#content.container.single-staff {
  width: 100%;
  max-width: none;
}

.page_container.page_staff {
  background-color: #19994C;
}

article.single_staff {
  width: 80%;
  max-width: 400px;
  padding: 0 0 30px;
  margin: 40px auto;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  article.single_staff {
    width: 90%;
    max-width: 600px;
    padding: 0 0 50px;
    margin: 50px auto;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff {
    max-width: 700px;
    margin: 70px auto;
  }
}

dl.single_staff--dl {
  padding: 40px 0 20px;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl {
    padding: 50px 0 40px;
    display: grid;
    grid-template-columns: 33% 67%;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    padding: 60px 0 50px;
    grid-template-columns: 35% 65%;
  }
}
dl.single_staff--dl::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #19994C;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  left: -1px;
  top: -1px;
}
dl.single_staff--dl dt, dl.single_staff--dl dd {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px 15px;
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 1.6rem;
  }
}
dl.single_staff--dl dt {
  font-weight: 500;
  background-color: #D0EADA;
  border-bottom: 1px dashed #AFAFAF;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dt:last-of-type {
    border: none;
  }
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dt {
    padding: 12px 30px;
    background-color: transparent;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt {
    padding: 15px 50px;
  }
}
dl.single_staff--dl dd {
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dd:not(:last-of-type) {
    border-bottom: 1px dashed #AFAFAF;
  }
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dd {
    padding: 12px 30px 12px 0;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dd {
    padding: 15px 50px 15px 0;
  }
}
dl.single_staff--dl dd p {
  font-weight: bold;
  line-height: 1.6;
}
dl.single_staff--dl dd p:not(:last-of-type) {
  margin: 0 0 15px;
}
dl.single_staff--dl dd p br {
  display: block !important;
}

a.form_button {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  width: 180px;
  padding: 12px 0;
  margin: 0 auto;
  background-color: #33619D;
  display: block;
}
a.form_button:hover {
  opacity: 0.7;
}

.page_container.page_entry {
  text-align: center;
}
.page_container.page_entry .text_box {
  margin: 40px 0;
}
@media screen and (min-width: 600px) {
  .page_container.page_entry .text_box {
    margin: 50px 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_entry .text_box {
    margin: 60px 0 50px;
  }
}
.page_container.page_entry .text_box p {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .page_container.page_entry .text_box p {
    font-size: 1.6rem;
  }
}
.page_container.page_entry .text_box p:first-of-type {
  margin: 0 0 40px;
}
@media screen and (min-width: 600px) {
  .page_container.page_entry .text_box p:first-of-type {
    margin: 0 0 30px;
  }
}
.page_container.page_entry .text_box p.message {
  font-weight: 500;
}
.page_container.page_entry .text_box p.title {
  font-weight: bold;
  margin: 0 0 10px;
}
.page_container.page_entry .text_box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .page_container.page_entry .text_box p br {
    display: none !important;
  }
}
.page_container.page_entry a {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 50px;
  border-bottom: 1px solid;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .page_container.page_entry a {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_entry a {
    font-size: 1.8rem;
  }
}
.page_container.page_entry a:hover {
  opacity: 0.7;
}

p.staff_number {
  font-size: 1.4rem;
  margin: 0 0 30px;
}
@media screen and (min-width: 1025px) {
  p.staff_number {
    font-size: 1.6rem;
  }
}

dl.form_dl {
  text-align: left;
  width: 80%;
  max-width: 400px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 600px) {
  dl.form_dl {
    max-width: 600px;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl {
    margin: 0 auto 60px;
  }
}
dl.form_dl dt {
  font-size: 1.4rem;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 1025px) {
  dl.form_dl dt {
    font-size: 1.6rem;
  }
}
dl.form_dl dt.must::after {
  content: "*";
  color: #FF0000;
  margin: 0 0 0 5px;
}
dl.form_dl dt p {
  font-weight: bold;
}
dl.form_dl dd {
  margin: 0 0 30px;
}
dl.form_dl dd span.wpcf7-list-item {
  margin: 5px 30px 0 0;
}
dl.form_dl dd span.wpcf7-list-item span.wpcf7-list-item-label {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  dl.form_dl dd span.wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 1.6rem;
  }
}

button.entry_button {
  color: #fff;
  width: 180px;
  padding: 12px 0;
  margin: 0 auto 40px;
  background-color: #33619D;
  display: block;
}
@media screen and (min-width: 600px) {
  button.entry_button {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 1025px) {
  button.entry_button {
    margin: 0 auto 60px;
  }
}
button.entry_button:hover {
  opacity: 0.7;
}
button.entry_button input {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0;
  background-color: transparent;
}
button.entry_button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.col-sm-6 {
  width: 100%;
}

footer#containerfooter {
  padding: 0;
}

.footerbase {
  margin: 0;
}

.my_footer {
  text-align: center;
  color: #333;
  padding: 30px 5%;
  margin-bottom: 20px;
  margin-bottom: 30px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .my_footer {
    padding: 30px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .my_footer {
    max-width: 1300px;
    padding: 30px;
    display: grid;
    grid-template-columns: auto clamp(530px, 55%, 630px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.my_footer p {
  text-align: left;
  line-height: 1.4;
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .my_footer p {
    margin: 0;
  }
}
.my_footer .img {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .my_footer .img {
    width: 300px;
    margin: 0;
  }
}
.my_footer .img img {
  width: 80%;
  max-width: 350px;
}
@media screen and (min-width: 1025px) {
  .my_footer .img img {
    width: 100%;
    max-width: none;
  }
}

.my_footer--info {
  text-align: left;
  display: inline-block;
}
.my_footer--info span {
  display: block;
}
.my_footer--info span.tel {
  color: #3366A7;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .my_footer--info span.tel {
    text-align: left;
  }
}
.my_footer--info span.tel span.word {
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-120px, 0);
          transform: translate(-120px, 0);
}
@media screen and (min-width: 1025px) {
  .my_footer--info span.tel span.word {
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.my_footer--info span.tel span.number {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .my_footer--info span.tel span.number {
    font-size: 3rem;
    margin-left: 60px;
    letter-spacing: 2px;
  }
}
.my_footer--info span.address, .my_footer--info span.fax {
  line-height: 1.8;
}

nav.my_footer--nav {
  text-align: left;
  max-width: 320px;
  margin: 20px auto 0;
}
@media screen and (min-width: 600px) {
  nav.my_footer--nav {
    max-width: none;
  }
}
@media screen and (min-width: 1025px) {
  nav.my_footer--nav {
    margin: 0;
    grid-row: 1/4;
    grid-column: 2/3;
  }
}
nav.my_footer--nav ul.parent {
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 600px) {
  nav.my_footer--nav ul.parent {
    width: 95%;
    max-width: 550px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  nav.my_footer--nav ul.parent {
    max-width: none;
    margin: 0 0 0 auto;
  }
}
nav.my_footer--nav ul.parent li {
  font-size: 1.2rem;
  list-style: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  nav.my_footer--nav ul.parent li {
    white-space: nowrap;
  }
}
nav.my_footer--nav ul.parent li:first-of-type {
  grid-column: span 2;
}
@media screen and (min-width: 600px) {
  nav.my_footer--nav ul.parent li:first-of-type {
    grid-column: span 4;
  }
}
nav.my_footer--nav ul.parent li a {
  color: #333;
}
nav.my_footer--nav ul.parent li i {
  color: #707070;
  margin-right: 5px;
}
nav.my_footer--nav ul.parent li ul.child {
  height: calc(100% - 35px);
  padding: 5px 0 0 15px;
  margin: 10px 0 0px 10px;
  border-left: 1px solid;
}
nav.my_footer--nav ul.parent li ul.child li {
  margin-bottom: 6px;
}
nav.my_footer--nav ul.parent li ul.block {
  padding: 0;
  margin: 10px 0 0;
}