@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0;*/
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #1F3238;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* font-size: 62.5%; */
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #1F3238;
  overflow-x: hidden;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  /*outline: 0;*/
  color: #1F3238;
  transition: 0.4s ease-in-out;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  /*outline: 0;*/
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #1F3238;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  /*outline: 0;*/
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

.change_height #header {
  background: rgba(255, 255, 255, 0.8);
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.4s ease-in-out;
}
#header.open .globalnav {
  transform: translateX(0%);
  transition: all 0.5s;
}
#header .hamburger {
  position: absolute;
  top: 30px;
  right: 30px;
  border: none;
  width: 80px;
  height: 80px;
  background: #132942;
  border: 2px solid #FFF;
  cursor: pointer;
  border-radius: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #header .hamburger {
    width: 60px;
    height: 60px;
    top: 10px;
    right: 10px;
  }
}
#header .hamburger .hamburger__line {
  position: relative;
  width: 32px;
  height: 3px;
  background: #fff;
  display: block;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  #header .hamburger .hamburger__line {
    width: 24px;
  }
}
#header .hamburger .hamburger__line::before, #header .hamburger .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  transition: transform 0.3s;
  background: #fff;
  border-radius: 10px;
}
#header .hamburger .hamburger__line::before {
  top: -11px;
}
#header .hamburger .hamburger__line::after {
  bottom: -11px;
}
#header .hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}
#header .hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
#header .hamburger[aria-expanded=true] .hamburger__line::after {
  bottom: 0;
  transform: rotate(-45deg);
  background: #fff;
}
#header .globalnav {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  width: 600px;
  background: #fff;
  transform: translateX(100%);
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .globalnav {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #header .globalnav {
    justify-content: unset;
    width: 100%;
    padding: 40px 0;
  }
}
#header .globalnav .gnav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav {
    gap: 20px;
  }
}
#header .globalnav .gnav li {
  position: relative;
}
#header .globalnav .gnav li a {
  display: block;
  text-align: center;
  font-size: 38px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav li a {
    font-size: 26px;
  }
}
#header .globalnav .gnav li a:hover {
  color: #1C922E;
}
#header .globalnav .logo {
  width: 280px;
  margin-bottom: 20px;
  padding: 15px 47px;
  border-radius: 6px;
  border: 1px solid #DDD;
}
@media only screen and (max-width: 767px) {
  #header .globalnav .logo {
    width: 200px;
    padding: 15px 38px;
  }
}
#header .globalnav .logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#header .globalnav .sanyobus_link {
  font-weight: 700;
}

.footer_wrapper {
  position: relative;
  z-index: 2;
  margin-top: -1vw;
}
.footer_wrapper .city {
  width: 100%;
}
.footer_wrapper .city img {
  width: 100%;
  object-fit: cover;
}
.footer_wrapper footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 30px;
}
.footer_wrapper footer:before {
  content: "";
  position: absolute;
  bottom: 98%;
  left: 0;
  background: url("../img/top/radius2_b.png") no-repeat center/cover;
  width: 100%;
  aspect-ratio: 1920/120;
}
.footer_wrapper footer .logo {
  width: 280px;
  margin-bottom: 20px;
  padding: 15px 47px;
  border-radius: 6px;
  border: 1px solid #DDD;
}
@media only screen and (max-width: 767px) {
  .footer_wrapper footer .logo {
    width: 200px;
    padding: 15px 38px;
  }
}
.footer_wrapper footer .logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.footer_wrapper footer .sanyobus_link {
  margin-bottom: 60px;
  font-weight: 700;
}
.footer_wrapper footer small {
  font-size: 14px;
}

.sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.is-fixed {
  overflow: hidden;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
}

.inlblk {
  display: inline-block;
}

.blk {
  display: block;
}

.a_fnt {
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
}

.fredoka_fnt {
  font-family: "Fredoka", sans-serif;
}

.notosan {
  font-family: "Noto Sans JP", sans-serif;
}

.zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}

main {
  display: block;
  width: 100%;
  position: relative;
  /* overflow-x: hidden; */
}

footer {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sec_block {
  padding: 140px 0 30px;
}

.sec_inner {
  width: 95%;
  margin: 0 auto;
}

.sec_inner_02 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.sec_inner_post {
  position: relative;
  z-index: 2;
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec_inner_post {
    width: 90%;
  }
}

/***********************
　　　パーツ
*************************/
.new_mark {
  background: url("../img/common/new_mark.png") no-repeat center/cover;
  width: 80px;
  height: 80px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.green_arrow_r {
  position: absolute;
  background: url("../img/common/arrow_green_r.png") no-repeat center/cover;
  display: block;
  width: 20px;
  height: 16px;
}

#op_sec {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  opacity: 1;
  transition: all 0.5s;
}
#op_sec.fade-out {
  opacity: 0;
}
#op_sec .op_txt {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: clamp(24px, 2.2vw, 40px);
  font-weight: 700;
  text-align: center;
  opacity: 1;
  transition: all 1s;
}
#op_sec .op_txt.active {
  display: block;
  opacity: 1;
}
#op_sec .op_txt.passive {
  opacity: 0;
}
#op_sec .op_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30vw;
  max-width: 515px;
  opacity: 0;
  transition: all 1s;
}
@media only screen and (max-width: 767px) {
  #op_sec .op_logo {
    width: 57%;
  }
}
#op_sec .op_logo.active {
  opacity: 1;
}
#op_sec .op_logo img {
  background: transparent;
}

#op_sec .scroll_hint {
  top: unset;
  bottom: 8vh;
}
@media only screen and (max-width: 767px) {
  #op_sec .scroll_hint {
    bottom: 10vh;
  }
}

.scroll_hint {
  display: none;
  position: fixed;
  z-index: 7;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;
  padding: 5px 0 15px;
  opacity: 1;
  transition: all 1s;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 150px;
  animation: fadeDownAnime 1.2s infinite;
}
@media only screen and (max-width: 767px) {
  .scroll_hint {
    padding: 15px 0 5px;
    animation: fadeUpAnime 1.2s infinite;
  }
}
.scroll_hint.active {
  display: flex;
}
.scroll_hint p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .scroll_hint p {
    order: 2;
  }
}
.scroll_hint .arrow {
  width: 25px;
  height: 10px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .scroll_hint .arrow {
    order: 1;
    transform: scaleY(-1);
  }
}
.scroll_hint.kill {
  display: none;
}

/*パンくず*/
.pankuzu_wrap {
  margin: 10px 0;
}
.pankuzu_wrap .pankuzu {
  display: flex;
  flex-wrap: wrap;
}
.pankuzu_wrap .pankuzu li {
  font-weight: 500;
  color: #1F3238;
}
.pankuzu_wrap .pankuzu li:not(:last-of-type) {
  padding-right: 1.5em;
  position: relative;
}
.pankuzu_wrap .pankuzu li:not(:last-of-type)::before {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/common/arrow_blue_r.png") no-repeat center/cover;
}
.pankuzu_wrap .pankuzu li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.confetti {
  pointer-events: none;
}
.confetti canvas {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.confetti_wrapper {
  position: relative;
}
.confetti_wrapper.active:before {
  opacity: 1;
}
.confetti_wrapper.active:after {
  opacity: 1;
}
.confetti_wrapper:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: url("../img/top/sec_mv_confetti_l.png") no-repeat center/cover;
  width: 20%;
  aspect-ratio: 377/581;
  opacity: 0;
  transition: opacity 1s;
}
@media only screen and (max-width: 767px) {
  .confetti_wrapper:before {
    background: url("../img/top/sec_mv_confetti_l_sp.png") no-repeat center/cover;
    aspect-ratio: 108/290;
    width: 25%;
  }
}
.confetti_wrapper:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/top/sec_mv_confetti_r.png") no-repeat center/cover;
  width: 20%;
  aspect-ratio: 375/588;
  opacity: 0;
  transition: opacity 1s;
}
@media only screen and (max-width: 767px) {
  .confetti_wrapper:after {
    background: url("../img/top/sec_mv_confetti_r_sp.png") no-repeat center/cover;
    aspect-ratio: 130/294;
    width: 30%;
  }
}

.post_contents_box {
  display: flow-root;
  padding: 70px 80px;
  background: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .post_contents_box {
    padding: 20px 20px;
    border-radius: 25px;
  }
}
.post_contents_box .post_time {
  margin-bottom: 25px;
  font-weight: 500;
  color: #627277;
}
.post_contents_box .post_ttl {
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: clamp(22px, 2.5vw, 40px);
  font-weight: 700;
  line-height: 160%;
  color: #1F3238;
  background-image: radial-gradient(circle, #faca5b 3px, transparent 3px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 17px 6px;
}
.post_contents_box h2:not(.post_ttl) {
  margin-bottom: 30px;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 700;
  color: #2D973D;
}
.post_contents_box h3 {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2D973D;
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 700;
  color: #1F3238;
}
.post_contents_box h4 {
  position: relative;
  padding-left: 18px;
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 700;
  color: #1F3238;
}
.post_contents_box h4:before {
  content: "";
  position: absolute;
  top: clamp(12px, 1vw, 16px);
  left: 0;
  width: 10px;
  height: 10px;
  background: #FACA5B;
  border-radius: 50%;
}
.post_contents_box p:not(:has(*)) {
  margin-bottom: 20px;
  font-weight: 500;
  color: #1F3238;
}
.post_contents_box p:not(:has(*)).marker-text {
  width: fit-content;
  padding: 3px 10px 5px;
  margin-bottom: 40px;
  background: #FFDA86;
  color: #1F3238;
  font-weight: 700;
}
.post_contents_box figure {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .post_contents_box figure.alignleft {
    float: unset;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .post_contents_box figure.alignright {
    float: unset;
    margin: 0 auto;
  }
}
.post_contents_box p:has(a) {
  margin-bottom: 30px;
}
.post_contents_box a:not(.wp-block-button *):not(:has(*)) {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  color: #2D973D;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.post_contents_box a:not(.wp-block-button *):not(:has(*)):before {
  content: "";
  position: absolute;
  top: clamp(5px, 0.8vw, 7px);
  right: 0;
  background: url("../img/common/arrow_green_r.png") no-repeat center/cover;
  width: 15px;
  height: 12px;
}
.post_contents_box .wp-block-list {
  margin-bottom: 30px;
}
.post_contents_box .wp-block-list li {
  position: relative;
  padding-left: 19px;
  font-weight: 500;
}
.post_contents_box .wp-block-list li:not(:last-of-type) {
  margin-bottom: 14px;
}
.post_contents_box .wp-block-list li:before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  display: block;
  background: #1F3238;
  aspect-ratio: 1/1;
}
.post_contents_box ul.wp-block-list li:before {
  content: "";
  top: clamp(10px, 1.2vw, 13px);
  width: 6px;
}
.post_contents_box ol.wp-block-list {
  counter-reset: number 0;
}
.post_contents_box ol.wp-block-list li {
  counter-increment: number 1;
}
.post_contents_box ol.wp-block-list li:before {
  content: counter(number) "";
  top: clamp(5px, 0.6vw, 7px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  padding-bottom: 1px;
  line-height: 100%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .post_contents_box ol.wp-block-list li:before {
    width: 15px;
    font-size: 12px;
  }
}
.post_contents_box .wp-block-button a {
  position: relative;
  padding: 20px 110px 20px 40px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #1F3238;
}
@media print, screen and (max-width: 1100px) {
  .post_contents_box .wp-block-button a {
    padding: 20px 40px 20px 30px;
  }
}
.post_contents_box .wp-block-button a .arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 16px;
}
@media print, screen and (max-width: 1100px) {
  .post_contents_box .wp-block-button a .arrow {
    right: 15px;
    width: 16px;
    height: 12px;
  }
}
.post_contents_box .wp-block-button a .arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/arrow_green_r.png") no-repeat center/cover;
}
.post_contents_box .wp-block-button a .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-200%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/arrow_white_r.png") no-repeat center/cover;
}
.post_contents_box .wp-block-button a:hover {
  background: #1c922e;
  color: #fff;
}
.post_contents_box .wp-block-button a:hover .arrow:before {
  background: url("../img/common/arrow_white_r.png") no-repeat center/cover;
}
@media only screen and (min-width: 1101px) {
  .post_contents_box .wp-block-button a:hover .arrow:before {
    animation: arrowOut 1.2s infinite;
  }
}
@media only screen and (min-width: 1101px) {
  .post_contents_box .wp-block-button a:hover .arrow:after {
    animation: arrowIn 1.2s infinite;
  }
}
.post_contents_box .wp-block-flexible-table-block-table table tr td {
  border: 2px solid #fff;
  color: #1F3238;
  background: #F5F6F6;
  font-weight: 700;
  padding: 10px 20px;
}
.post_contents_box .wp-block-flexible-table-block-table table tr td:first-of-type {
  background: #4B5B60;
  color: #fff;
  vertical-align: unset;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 10px;
}
.wp-pagenavi span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  font-family: "Fredoka", sans-serif;
  font-size: 26px;
  font-weight: 500;
  background: #2D973D;
  color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    width: 30px;
    font-size: 16px;
  }
}
.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  font-family: "Fredoka", sans-serif;
  font-size: 26px;
  font-weight: 500;
  background: #fff;
  border-radius: 50%;
  color: #2D973D;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi a {
    width: 30px;
    font-size: 16px;
  }
}
.wp-pagenavi a.prev_page, .wp-pagenavi a.previouspostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.wp-pagenavi a.prev_page:before, .wp-pagenavi a.previouspostslink:before {
  content: "";
  transform: scaleX(-1);
  width: 20px;
  height: 16px;
  background: url("../img/common/arrow_green_r.png") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi a.prev_page:before, .wp-pagenavi a.previouspostslink:before {
    width: 14px;
    height: 10px;
  }
}
.wp-pagenavi a.next_page, .wp-pagenavi a.nextpostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.wp-pagenavi a.next_page:before, .wp-pagenavi a.nextpostslink:before {
  content: "";
  width: 20px;
  height: 16px;
  background: url("../img/common/arrow_green_r.png") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi a.next_page:before, .wp-pagenavi a.nextpostslink:before {
    width: 14px;
    height: 10px;
  }
}

/***********************
　　　タイトル
*************************/
.sec_ttl {
  text-align: center;
  position: relative;
}
.sec_ttl span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .sec_ttl span {
    font-size: 5.4vw;
  }
}

.eng_ttl {
  font-family: "Fredoka", sans-serif;
}

.sec_ttl02 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .sec_ttl02 {
    font-size: 5.4vw;
    margin-bottom: 3vw;
  }
}
.sec_ttl02.text_left {
  text-align: left;
}
.sec_ttl02.border_bottom {
  border-bottom: 1px solid;
}

/***********************
　　　リンク
*************************/
@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.hv_opacity {
  transition: opacity 0.3s ease;
}
.hv_opacity:hover {
  opacity: 0.7;
}

.arrow_link {
  position: relative;
  padding-right: 34px;
}
.arrow_link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../img/common/arrow_green2_r.png") no-repeat center/cover;
  display: block;
  width: 24px;
  height: 24px;
}

.commonBtn {
  display: block;
  position: relative;
  border-radius: 50px;
  padding: 15px 30px 18px;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  text-align: center;
  background: #fff;
  color: #1F3238;
}
.commonBtn.history_back .arrow {
  right: unset;
  left: 12%;
  transform: translateY(-50%) scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .commonBtn.history_back .arrow {
    left: 10%;
  }
}
.commonBtn .arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 16px;
}
.commonBtn .arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/arrow_green_r.png") no-repeat center/cover;
}
.commonBtn .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-200%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/arrow_white_r.png") no-repeat center/cover;
}
.commonBtn:hover {
  background: #1c922e;
  color: #fff;
}
.commonBtn:hover .arrow:before {
  background: url("../img/common/arrow_white_r.png") no-repeat center/cover;
}
@media only screen and (min-width: 1101px) {
  .commonBtn:hover .arrow:before {
    animation: arrowOut 1.2s infinite;
  }
}
@media only screen and (min-width: 1101px) {
  .commonBtn:hover .arrow:after {
    animation: arrowIn 1.2s infinite;
  }
}
.commonBtn.green {
  background: #1c922e;
  color: #fff;
}
.commonBtn.green:before {
  background: url("../img/common/arrow_white_r.png") no-repeat center/cover;
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /*   transition: all 1200ms ease; */
}
.animate.is-active {
  opacity: 1;
}

.text-fade-up {
  overflow: hidden; /* 文字が下から出てくるように見せる場合 */
}

.text-fade-up span {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.sticky-section {
  width: 100vw !important;
  height: 100vh !important;
}

/* 画面内に入った（is-visibleクラスがついた）時の状態 */
.text-fade-up.is-visible span {
  opacity: 1;
  transform: translateY(0);
}

/***********************
　　　強制スペース
*************************/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

@media only screen and (max-width: 767px) {
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
}
.middle .middle_mv {
  height: 496px;
  background: #ccc;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .middle .middle_mv {
    height: auto;
    aspect-ratio: 11/10;
  }
}
.middle .middle_mv .page_ttl {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .middle .middle_mv .page_ttl {
    padding: 5vw 0;
  }
}
.middle .middle_mv .page_ttl span {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.125em;
}
@media only screen and (max-width: 767px) {
  .middle .middle_mv .page_ttl span {
    font-size: 6vw;
  }
}
.middle section:last-of-type {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .middle section:last-of-type {
    padding-bottom: 20vw;
  }
}
.middle {
  /*リスト*/
}
.middle .nom_list li {
  margin: 0 0 0.75em;
  padding-left: 2em;
  text-indent: -2em;
}
.middle .disc_list li {
  margin: 0.75em 0;
  padding-left: 1em;
  position: relative;
}
.middle .disc_list li::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0.25em;
  top: 0.85em;
}
.middle .disc_list li span {
  font-weight: bold;
  font-size: 110%;
}
.middle {
  /*コンテンツブロック*/
}
.middle .block_contents {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  margin: 50px auto 80px;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents {
    margin: 5vw auto 8vw;
  }
}
.middle .block_contents .textarea h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents .textarea h3 {
    font-size: 5.4vw;
    margin-bottom: 0.45em;
  }
}
.middle .block_contents .textarea h4.sub_ttl {
  font-size: 18px;
  font-weight: 500;
  margin: 1.2em 0 0.2em;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents .textarea h4.sub_ttl {
    font-size: 4vw;
  }
}
.middle .block_contents .textarea h4.sub_ttl span {
  font-size: 24px;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents .textarea h4.sub_ttl span {
    font-size: 5.4vw;
  }
}
.middle .block_contents .textarea .indent01 {
  padding-left: 1em;
}
.middle .block_contents .textarea p {
  margin: 0.5rem 0;
}
.middle .block_contents .textarea dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents .textarea dl {
    font-size: 4vw;
  }
}
.middle .block_contents .textarea dl dt {
  width: 7em;
}
.middle .block_contents .textarea dl dd {
  line-height: 2.2;
  width: calc(100% - 7em);
}
.middle .block_contents.type01 .textarea {
  width: 50%;
  display: table;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents.type01 .textarea {
    width: 100%;
    order: 2;
  }
}
.middle .block_contents.type01 .textarea .textarea_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 80px;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents.type01 .textarea .textarea_inner {
    padding: 5vw;
  }
}
.middle .block_contents.type01 .img_area {
  width: 50%;
  aspect-ratio: 192/125;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents.type01 .img_area {
    width: 100%;
    order: 1;
  }
}
.middle .block_contents.type01 .img_area img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.middle .block_contents.type02 .textarea {
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents.type02 .textarea {
    padding: 5vw;
  }
}
.middle .block_contents > .ttl_block {
  width: 30%;
  display: table;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents > .ttl_block {
    width: 100%;
    padding: 5vw 0;
  }
}
.middle .block_contents > .ttl_block::before {
  content: "";
  width: 1px;
  height: calc(100% - 80px);
  background: #ddd;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents > .ttl_block::before {
    width: calc(100% - 8vw);
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
}
.middle .block_contents > .ttl_block h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.middle .block_contents > .ttl_block h2 span {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents > .ttl_block h2 span {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 1101px) {
  .middle .block_contents > .ttl_block h2 span {
    writing-mode: vertical-rl;
  }
}
.middle .block_contents > .ttl_block + .textarea {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents > .ttl_block + .textarea {
    width: 100%;
  }
}
.middle .block_contents > .ttl_block + .textarea .textarea_inner {
  vertical-align: text-top;
  padding: 40px 50px;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents > .ttl_block + .textarea .textarea_inner {
    padding: 4vw;
  }
}
.middle .sec_inner.block_contents_separate {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.middle .sec_inner.block_contents_separate > div {
  width: 48%;
  margin: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .middle .sec_inner.block_contents_separate > div {
    width: 100%;
    margin: 0 0 8vw;
  }
}
.middle .sec_inner.block_contents_separate_type03 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.middle .sec_inner.block_contents_separate_type03 > div {
  width: 32%;
  margin: 0 2% 80px 0;
}
.middle .sec_inner.block_contents_separate_type03 > div:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .middle .sec_inner.block_contents_separate_type03 > div {
    width: 48%;
    margin: 0 4% 5vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .middle .sec_inner.block_contents_separate_type03 > div:nth-of-type(3n) {
    margin-right: 4%;
  }
  .middle .sec_inner.block_contents_separate_type03 > div:nth-of-type(2n) {
    margin-right: 0;
  }
}
.middle .sec_inner.block_contents_separate_type03 > div .textarea {
  width: 100%;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .middle .sec_inner.block_contents_separate_type03 > div .textarea {
    padding: 2vw;
  }
}
.middle .sec_inner.block_contents_separate_type03 > div .textarea h3 {
  font-size: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .middle .sec_inner.block_contents_separate_type03 > div .textarea h3 {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.middle {
  /*エリア全体がボタン*/
}
.middle .contents_btn a {
  aspect-ratio: 960/203;
  display: block;
  width: 100%;
  padding: 100px 0;
  background: #ccc;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .middle .contents_btn a {
    aspect-ratio: auto;
    padding: 10px;
  }
}
.middle .contents_btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.1;
}
.middle .contents_btn a:hover::before {
  opacity: 1;
}
.middle .contents_btn a > div {
  display: table;
  height: 100%;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  width: 92%;
}
@media only screen and (max-width: 767px) {
  .middle .contents_btn a > div {
    width: 100%;
    padding: 60px 0;
  }
}
.middle .contents_btn a > div::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 120px;
  height: 1px;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .middle .contents_btn a > div::before {
    width: 1px;
    height: 30px;
    top: 0;
    left: 50%;
  }
}
.middle .contents_btn a > div .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .middle .contents_btn a > div .inner {
    padding: 0;
  }
}
.middle .contents_btn a > div .inner h2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .middle .contents_btn a > div .inner h2 {
    font-size: 5.4vw;
  }
}
.middle .table01 {
  width: 100%;
  margin: 100px auto;
}
@media only screen and (max-width: 767px) {
  .middle .table01 {
    margin: 10vw auto;
  }
}
.middle .table01 th, .middle .table01 td {
  padding: 0.75em 2em;
  font-size: 18px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .middle .table01 th, .middle .table01 td {
    display: block;
    padding: 0.5em 1em;
    font-size: 3.8vw;
  }
}
.middle .table01 th {
  width: 25%;
  border-right: 1px solid;
}
@media only screen and (max-width: 767px) {
  .middle .table01 th {
    padding-top: 1em;
    width: 100%;
    border-right: none;
    text-align: left;
    border-bottom: 1px solid;
  }
}
.middle .table01 td {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .middle .table01 td {
    width: 100%;
  }
}
.middle .table02 {
  width: 100%;
  text-align: center;
  margin: 50px auto 20px;
}
@media only screen and (max-width: 767px) {
  .middle .table02 {
    margin: 5vw auto 2vw;
  }
}
.middle .table02 th, .middle .table02 td {
  padding: 0.75em 1em;
  border-bottom: 1px solid;
}
.middle .table02 td {
  background: #fff;
}
.middle .table02 td:last-of-type {
  border-right: 1px solid;
}
.middle .table03 {
  background: #fff;
  width: 100%;
}
.middle .table03 th, .middle .table03 td {
  padding: 0.75em 1em;
  border: 1px solid #333;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.middle .table03 th {
  border-bottom: 1px solid #fff;
  background: #333;
  color: #fff;
}
.middle .table03 tr:nth-of-type(2n) td {
  background: #f5f5f5;
}
.middle .table03 tr:last-of-type th {
  border-bottom: 1px solid #333;
}

#index main {
  overflow: clip;
}
#index main #sec_mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#index main #sec_mv .confetti_wrapper .sky_bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
}
#index main #sec_mv .confetti_wrapper .sky_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/mv_bg.webp") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  #index main #sec_mv .confetti_wrapper .sky_bg {
    background: linear-gradient(180deg, #EBF8FF 0%, #D5F0FF 100%);
  }
  #index main #sec_mv .confetti_wrapper .sky_bg:before {
    height: 60%;
    background: url("../img/top/mv_bg_sp.webp") no-repeat center/cover;
  }
}
#index main #sec_mv .confetti_wrapper .flex {
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
  clip-path: circle(0%);
}
#index main #sec_mv .confetti_wrapper .flex.active {
  animation: showCircle 1.5s ease-in-out 0.8s forwards;
}
@media only screen and (max-width: 767px) {
  #index main #sec_mv .confetti_wrapper .flex {
    padding: 90px 0 30px;
    flex-direction: column;
    align-items: center;
  }
}
#index main #sec_mv .confetti_wrapper .flex:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -40%;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 80%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #index main #sec_mv .confetti_wrapper .flex:before {
    top: unset;
    bottom: -10vw;
    width: 120%;
    border-radius: 50% 50% 0 0;
  }
}
#index main #sec_mv .confetti_wrapper .flex .logo {
  width: 30vw;
  max-width: 515px;
}
@media only screen and (max-width: 767px) {
  #index main #sec_mv .confetti_wrapper .flex .logo {
    width: 57%;
  }
}
#index main #sec_mv .confetti_wrapper .flex .logo img {
  background: transparent;
}
#index main #sec_mv .confetti_wrapper .flex .text {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  #index main #sec_mv .confetti_wrapper .flex .text {
    margin-left: unset;
    margin-top: 20px;
  }
}
#index main #sec_mv .confetti_wrapper .flex .text .tiiki_txt {
  display: block;
  width: 21vw;
  max-width: 415px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #index main #sec_mv .confetti_wrapper .flex .text .tiiki_txt {
    width: 53%;
    min-width: 200px;
    margin: 0 auto;
  }
}
#index main #sec_mv .confetti_wrapper .flex .text .text_img {
  width: 35vw;
  max-width: 745px;
}
@media only screen and (max-width: 767px) {
  #index main #sec_mv .confetti_wrapper .flex .text .text_img {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
}
#index main #sec_mv .city {
  position: relative;
  z-index: 2;
  overflow: auto;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #index main #sec_mv .city #Canvas {
    width: auto !important;
    height: 200vw;
    object-fit: cover;
  }
}
#index main #sec_message {
  position: relative;
}
#index main #sec_message:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: calc(100% - 5px);
  left: 0;
  background: url("../img/top/radius_t.png") no-repeat center/cover;
  width: 100%;
  aspect-ratio: 1920/97;
}
@media only screen and (max-width: 767px) {
  #index main #sec_message:before {
    bottom: calc(100% - 7px);
    background: url("../img/top/radius_t_sp.png") no-repeat center/cover;
    aspect-ratio: 390/50;
  }
}
#index main #sec_message:after {
  content: "";
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  background: url("../img/top/radius_b.png") no-repeat center/cover;
  width: 100%;
  aspect-ratio: 1920/97;
}
@media only screen and (max-width: 767px) {
  #index main #sec_message:after {
    top: calc(100% - 7px);
    background: url("../img/top/radius_b_sp.png") no-repeat center/cover;
    aspect-ratio: 390/50;
  }
}
#index main #sec_message .sec_inner {
  position: relative;
  padding: 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #index main #sec_message .sec_inner {
    padding: 30% 5% 30%;
  }
}
@media only screen and (max-width: 767px) {
  #index main #sec_message .sec_inner {
    padding: 40% 3%;
  }
}
#index main #sec_message .sec_inner .flex {
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 7.5vw;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_message .sec_inner .flex {
    position: unset;
    flex-direction: column;
    gap: 60px;
  }
}
#index main #sec_message .sec_inner .flex .sticky_screen {
  position: sticky;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_message .sec_inner .flex .sticky_screen {
    position: unset;
    height: auto;
  }
}
#index main #sec_message .sec_inner .flex .sticky_screen:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/top/sec2_confetti1.png") no-repeat center/cover;
  width: 27%;
  aspect-ratio: 517/441;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_message .sec_inner .flex .sticky_screen:before {
    width: 100%;
    max-width: 600px;
  }
}
#index main #sec_message .sec_inner .flex .sticky_screen:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/top/sec2_confetti2.png") no-repeat center/cover;
  width: 27%;
  aspect-ratio: 575/441;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_message .sec_inner .flex .sticky_screen:after {
    width: 60%;
    max-width: 400px;
    aspect-ratio: 250/276;
    background: url("../img/top/sec2_confetti2_sp.png") no-repeat center/cover;
  }
}
#index main #sec_message .sec_inner .flex .sticky_screen .logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -7.5vw;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  opacity: 0;
  transform: translate(45%, -50%);
  transition: opacity 1s, transform 1s 0.5s;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_message .sec_inner .flex .sticky_screen .logo {
    position: unset;
    width: 60%;
    margin: 0 auto;
    opacity: 1;
    transform: unset;
    justify-content: center;
  }
}
#index main #sec_message .sec_inner .flex .sticky_screen .logo.active {
  opacity: 1;
  transform: translate(0, -50%);
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_message .sec_inner .flex .sticky_screen .logo.active {
    transform: unset;
  }
}
#index main #sec_message .sec_inner .flex .sticky_screen .logo img {
  width: 100%;
  max-width: 515px;
}
#index main #sec_message .sec_inner .flex .text {
  position: absolute;
  top: 0%;
  right: 0;
  padding-top: 60vh;
  width: 50%;
  opacity: 0;
  transition: opacity 1s;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_message .sec_inner .flex .text {
    position: unset;
    opacity: 1;
    padding: 0;
    width: 100%;
  }
}
#index main #sec_message .sec_inner .flex .text.active {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
#index main #sec_message .sec_inner .flex .text.no_anime {
  padding-top: 40vh;
}
#index main #sec_message .sec_inner .flex .text .text_inner .eng_ttl {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #6c6758;
}
@media only screen and (max-width: 767px) {
  #index main #sec_message .sec_inner .flex .text .text_inner .eng_ttl {
    margin-bottom: 10px;
  }
}
#index main #sec_message .sec_inner .flex .text .text_inner h2 {
  position: relative;
  margin-bottom: 50px;
  font-size: clamp(28px, 2.1vw, 40px);
  font-weight: 700;
  color: #2D973D;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_message .sec_inner .flex .text .text_inner h2 {
    margin-bottom: 30px;
  }
}
#index main #sec_message .sec_inner .flex .text .text_inner h2:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 30%;
  background: url("../img/top/sec2_ty.png") no-repeat center/cover;
  width: 12vw;
  max-width: 230px;
  min-width: 150px;
  aspect-ratio: 231/75;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_message .sec_inner .flex .text .text_inner h2:before {
    bottom: 110%;
    right: 0;
  }
}
#index main #sec_message .sec_inner .flex .text .text_inner p {
  font-size: 18px;
  font-weight: 500;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_message .sec_inner .flex .text .text_inner p {
    font-size: 16px;
  }
}
#index main #sec_message .sec_inner .flex .text .text_inner p:not(:last-of-type) {
  margin-bottom: 30px;
}
#index main #sec_message .sec_inner .flex .text .text_inner .sanyobus_logo {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #index main #sec_message .sec_inner .flex .text .text_inner .sanyobus_logo {
    margin-top: 40px;
  }
}
#index main #sec_message .sec_inner .flex .text .text_inner .sanyobus_logo img {
  width: 245px;
}
@media only screen and (max-width: 767px) {
  #index main #sec_message .sec_inner .flex .text .text_inner .sanyobus_logo img {
    width: 155px;
  }
}
#index main .bg_bus img {
  width: 100%;
  object-fit: cover;
}
#index main #sec_news {
  position: relative;
  margin-top: -100px;
  padding: 120px 0 190px;
  background: url("../img/top/sec3_bg.webp") no-repeat center/cover;
  border-radius: 0 100px 0 0;
}
@media only screen and (max-width: 767px) {
  #index main #sec_news {
    margin-top: -50px;
    padding: 70px 0 130px;
    border-radius: 0 50px 0 0;
    background: url("../img/top/sec3_bg_sp.webp") no-repeat center/cover;
  }
}
#index main #sec_news .sec_inner {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #index main #sec_news .sec_inner {
    width: calc(100% - 20px);
  }
}
#index main #sec_news .sec_inner .flex {
  gap: 85px;
  align-items: center;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_news .sec_inner .flex {
    flex-direction: column;
    gap: 0;
  }
}
#index main #sec_news .sec_inner .flex .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_news .sec_inner .flex .left {
    display: contents;
  }
}
#index main #sec_news .sec_inner .flex .left h2 {
  font-size: clamp(40px, 4.2vw, 80px);
  font-weight: 500;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_news .sec_inner .flex .left h2 {
    order: 1;
    margin-bottom: 25px;
  }
}
#index main #sec_news .sec_inner .flex .left .commonBtn {
  width: 250px;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_news .sec_inner .flex .left .commonBtn {
    order: 3;
    width: 310px;
  }
}
#index main #sec_news .sec_inner .flex .news_list {
  width: calc(100% - 335px);
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_news .sec_inner .flex .news_list {
    order: 2;
    width: 100%;
    margin-bottom: 40px;
  }
}
#index main #sec_news .sec_inner .flex .news_list li {
  background: #fff;
  border-radius: 8px;
}
#index main #sec_news .sec_inner .flex .news_list li:not(:last-child) {
  margin-bottom: 10px;
}
#index main #sec_news .sec_inner .flex .news_list li a {
  position: relative;
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 20px 50px 20px 40px;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_news .sec_inner .flex .news_list li a {
    flex-direction: column;
    gap: 5px;
    padding: 20px 70px 20px 20px;
  }
}
#index main #sec_news .sec_inner .flex .news_list li a:hover .post_ttl {
  color: #1c922e;
}
#index main #sec_news .sec_inner .flex .news_list li a .post_time {
  font-weight: 500;
  color: #627277;
}
#index main #sec_news .sec_inner .flex .news_list li a .post_ttl {
  font-weight: 500;
}
@media only screen and (min-width: 1101px) {
  #index main #sec_news .sec_inner .flex .news_list li a .post_ttl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}
#index main #sec_news .sec_inner .flex .news_list li a .green_arrow_r {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#index main #sec_history {
  position: relative;
  margin-top: -100px;
  background: url("../img/top/sec4_bg.webp") no-repeat center/cover;
  border-radius: 0 100px 0 0;
  padding-bottom: 70px;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history {
    margin-top: -50px;
    border-radius: 0 50px 0 0;
    padding-bottom: 65px;
  }
}
#index main #sec_history .illust_1 {
  position: absolute;
  top: 0%;
  right: -43px;
  opacity: 0;
  transform: translateY(-30%);
  background: url("../img/top/sec4_1.webp") no-repeat center/cover;
  display: block;
  width: 15%;
  max-width: 300px;
  aspect-ratio: 299/303;
  transition: all 1s;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .illust_1 {
    right: -30px;
    width: 38%;
    max-width: 200px;
  }
}
#index main #sec_history .illust_1.active {
  opacity: 1;
  right: 43px;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .illust_1.active {
    right: 30px;
  }
}
#index main #sec_history .sec_inner {
  overflow: hidden;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .sec_inner {
    width: 100%;
  }
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .sec_inner .flex {
    flex-direction: column;
  }
}
#index main #sec_history .sec_inner .flex .screen {
  position: relative;
  display: flex;
  gap: 20px;
  width: 55%;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .sec_inner .flex .screen {
    order: 2;
    flex-direction: column;
    width: 100%;
  }
}
#index main #sec_history .sec_inner .flex .screen .swiper {
  overflow: hidden;
  position: relative;
  width: calc((100% - 20px) / 2);
  aspect-ratio: 520/848;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .sec_inner .flex .screen .swiper {
    width: unset;
    height: 200px;
    aspect-ratio: 1150/215;
  }
}
#index main #sec_history .sec_inner .flex .screen .film {
  display: flex;
  flex-direction: column;
  height: auto;
  transition-timing-function: linear;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .sec_inner .flex .screen .film {
    flex-direction: row;
    height: 100%;
  }
}
#index main #sec_history .sec_inner .flex .screen .film img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1101px) {
  #index main #sec_history .sec_inner .flex .screen .film img {
    aspect-ratio: 520/1750;
  }
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .sec_inner .flex .screen .film img {
    width: auto;
    height: 100%;
  }
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .sec_inner .flex .screen .film.film1 {
    margin-bottom: 2.6vw;
  }
}
#index main #sec_history .sec_inner .flex .text {
  padding: 260px 0 160px 11%;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .sec_inner .flex .text {
    order: 1;
    padding: 130px 10.25% 60px;
    text-align: center;
  }
}
#index main #sec_history .sec_inner .flex .text h2 {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .sec_inner .flex .text h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#index main #sec_history .sec_inner .flex .text h2 span {
  font-size: clamp(60px, 5.3vw, 100px);
  font-weight: 500;
  color: #2D973D;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .sec_inner .flex .text h2 span {
    line-height: 130%;
  }
}
#index main #sec_history .sec_inner .flex .text p {
  font-size: 18px;
  font-weight: 500;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .sec_inner .flex .text p {
    font-size: 16px;
  }
}
#index main #sec_history .sec_inner .flex .text .commonBtn {
  width: 23vw;
  max-width: 440px;
  margin-top: 70px;
  padding: 24px 30px 28px;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_history .sec_inner .flex .text .commonBtn {
    width: 100%;
    margin: 40px auto 0;
    max-width: 730px;
    padding: 15px 30px 18px;
  }
}
#index main #sec_project {
  position: relative;
  z-index: 2;
  background: url("../img/top/sec5_bg.png") no-repeat center/cover;
  margin-top: -100px;
  border-radius: 0 100px 0 0;
  padding: 200px 0 120px;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_project {
    margin-top: -50px;
    border-radius: 0 50px 0 0;
    padding: 180px 0 clamp(240px, 60%, 350px);
  }
}
#index main #sec_project .illust_1 {
  position: absolute;
  top: 0;
  left: -5%;
  transform: translateY(-25%);
  background: url("../img/top/sec5_1.png") no-repeat center/cover;
  width: 31vw;
  max-width: 602px;
  aspect-ratio: 602/445;
  opacity: 0;
  transition: all 1s;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_project .illust_1 {
    width: 77vw;
    max-width: 400px;
  }
}
#index main #sec_project .illust_1.active {
  left: 0;
  opacity: 1;
}
#index main #sec_project .illust_2 {
  position: absolute;
  top: 152px;
  right: -4%;
  background: url("../img/top/sec5_2.png") no-repeat center/cover;
  width: 20vw;
  max-width: 395px;
  aspect-ratio: 395/318;
  opacity: 0;
  transition: all 1s;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_project .illust_2 {
    top: unset;
    bottom: 40px;
    width: 50vw;
    max-width: 300px;
  }
}
#index main #sec_project .illust_2.active {
  right: 4%;
  opacity: 1;
}
#index main #sec_project .sec_inner .text {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #index main #sec_project .sec_inner .text {
    margin-bottom: 40px;
  }
}
#index main #sec_project .sec_inner .text h2 {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_project .sec_inner .text h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
#index main #sec_project .sec_inner .text h2 span {
  font-size: clamp(60px, 5.3vw, 100px);
  font-weight: 500;
  line-height: 140%;
}
#index main #sec_project .sec_inner .text p {
  font-size: 18px;
  font-weight: 500;
}
@media print, screen and (max-width: 1100px) {
  #index main #sec_project .sec_inner .text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #index main #sec_project .sec_inner .project_swiper {
    overflow: hidden;
  }
}
#index main #sec_project .sec_inner .project_swiper .project_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  #index main #sec_project .sec_inner .project_swiper .project_list {
    perspective: 2000px;
  }
}
@media only screen and (max-width: 767px) {
  #index main #sec_project .sec_inner .project_swiper .project_list {
    flex-wrap: unset;
    gap: 0;
  }
}
#index main #sec_project .sec_inner .project_swiper .project_list li {
  width: calc((100% - 40px) / 3);
  background: #fff;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) {
  #index main #sec_project .sec_inner .project_swiper .project_list li {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    opacity: 0;
    transition: all 1s;
  }
}
@media only screen and (max-width: 767px) {
  #index main #sec_project .sec_inner .project_swiper .project_list li {
    width: 100%;
    margin-right: 10px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #index main #sec_project .sec_inner .project_swiper .project_list li {
    width: calc((100% - 20px) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #index main #sec_project .sec_inner .project_swiper .project_list li.active {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
#index main #sec_project .sec_inner .project_swiper .project_list li a {
  position: relative;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #index main #sec_project .sec_inner .project_swiper .project_list li a {
    padding: 10px;
  }
}
#index main #sec_project .sec_inner .project_swiper .project_list li a:hover figure img {
  transition: all 0.5s;
  transform: scale(1.1);
}
#index main #sec_project .sec_inner .project_swiper .project_list li a:hover .post_ttl {
  color: #2D973D;
}
#index main #sec_project .sec_inner .project_swiper .project_list li a .new_mark {
  position: absolute;
  z-index: 2;
  top: -5px;
  left: 10px;
}
#index main #sec_project .sec_inner .project_swiper .project_list li a figure {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 14px;
  aspect-ratio: 570/400;
}
@media only screen and (max-width: 767px) {
  #index main #sec_project .sec_inner .project_swiper .project_list li a figure {
    margin-bottom: 14px;
    border-radius: 6px;
  }
}
#index main #sec_project .sec_inner .project_swiper .project_list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#index main #sec_project .sec_inner .project_swiper .project_list li a .post_ttl {
  font-size: 20px;
  font-weight: 700;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  #index main #sec_project .sec_inner .project_swiper .project_list li a .post_ttl {
    font-size: 16px;
  }
}
#index main #sec_project .sec_inner .swiper_ui {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #index main #sec_project .sec_inner .swiper_ui {
    display: flex;
  }
}
#index main #sec_project .sec_inner .swiper_ui .swiper-pagination {
  position: unset;
  width: unset;
}
#index main #sec_project .sec_inner .swiper_ui .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  background: #fff;
  opacity: 0.6;
}
#index main #sec_project .sec_inner .swiper_ui .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#index main #sec_project .sec_inner .swiper_ui .swiper-button-prev {
  position: unset;
  margin: 0;
  width: 40px;
  height: 40px;
  background: url("../img/common/arrow_white2_r.png") no-repeat center/cover;
  transform: scale(-1);
}
#index main #sec_project .sec_inner .swiper_ui .swiper-button-prev:after {
  display: none;
}
#index main #sec_project .sec_inner .swiper_ui .swiper-button-next {
  position: unset;
  margin: 0;
  width: 40px;
  height: 40px;
  background: url("../img/common/arrow_white2_r.png") no-repeat center/cover;
}
#index main #sec_project .sec_inner .swiper_ui .swiper-button-next:after {
  display: none;
}

#news main {
  position: relative;
  background: linear-gradient(180deg, #EBF8FF 0%, #D5F0FF 100%);
}
#news .news_archive:before {
  content: "";
  position: absolute;
  top: 3vw;
  left: 0;
  background: url("../img/common/bg_cloud.png") space top/100%;
  display: block;
  width: 100%;
  height: 100%;
}
#news .news_archive section {
  position: relative;
}
#news .news_archive section:before {
  content: "";
  position: absolute;
  top: 50px;
  right: 23%;
  background: url("../img/common/shrine.png") no-repeat center/cover;
  width: clamp(100px, 10vw, 210px);
  aspect-ratio: 210/138;
}
#news .news_archive section:after {
  content: "";
  position: absolute;
  top: 180px;
  left: 23%;
  background: url("../img/common/bus_mini.png") no-repeat center/cover;
  width: clamp(35px, 6vw, 85px);
  aspect-ratio: 85/108;
}
#news .news_archive section .sec_inner_post h2 {
  text-align: center;
  font-size: clamp(40px, 5vw, 100px);
  font-weight: 500;
  line-height: 1;
}
#news .news_archive section .sec_inner_post h2 .main_ttl {
  display: block;
  margin-bottom: 1rem;
  color: #2D973D;
}
#news .news_archive section .sec_inner_post h2 .ruby {
  display: block;
  font-size: 22px;
  line-height: 1;
}
#news .news_archive section .sec_inner_post .news_list {
  margin: 60px auto;
}
@media print, screen and (max-width: 1100px) {
  #news .news_archive section .sec_inner_post .news_list {
    order: 2;
    width: 100%;
    margin-bottom: 40px;
  }
}
#news .news_archive section .sec_inner_post .news_list li {
  background: #fff;
  border-radius: 8px;
}
#news .news_archive section .sec_inner_post .news_list li:not(:last-child) {
  margin-bottom: 10px;
}
#news .news_archive section .sec_inner_post .news_list li a {
  position: relative;
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 20px 50px 20px 40px;
}
@media print, screen and (max-width: 1100px) {
  #news .news_archive section .sec_inner_post .news_list li a {
    flex-direction: column;
    gap: 5px;
    padding: 20px 70px 20px 20px;
  }
}
#news .news_archive section .sec_inner_post .news_list li a:hover .post_ttl {
  color: #1c922e;
}
#news .news_archive section .sec_inner_post .news_list li a .post_time {
  font-weight: 500;
  color: #627277;
}
#news .news_archive section .sec_inner_post .news_list li a .post_ttl {
  font-weight: 500;
}
@media only screen and (min-width: 1101px) {
  #news .news_archive section .sec_inner_post .news_list li a .post_ttl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}
#news .news_archive section .sec_inner_post .news_list li a .green_arrow_r {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#news .news_single:before {
  content: "";
  position: absolute;
  top: 3vw;
  left: 0;
  background: url("../img/common/bg_cloud.png") space top/100%;
  display: block;
  width: 100%;
  height: 100%;
}
#news .news_single section .sec_inner_post .commonBtn {
  width: 23vw;
  max-width: 440px;
  margin: 70px auto 130px;
}
@media print, screen and (max-width: 1100px) {
  #news .news_single section .sec_inner_post .commonBtn {
    width: 100%;
    margin: 40px auto 70px;
  }
}
#news .project_single {
  position: relative;
  background: url("../img/common/bg_green_dot.png") no-repeat center/cover;
}
#news .project_single:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: url("../img/top/sec5_1.png") no-repeat center/cover;
  width: 31vw;
  max-width: 480px;
  aspect-ratio: 487/360;
}
@media print, screen and (max-width: 1100px) {
  #news .project_single:before {
    width: 50vw;
    max-width: 400px;
  }
}
#news .project_single:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 50px;
  right: 10%;
  background: url("../img/top/sec5_2.png") no-repeat center/cover;
  width: 20.5vw;
  max-width: 395px;
  min-width: 180px;
  aspect-ratio: 395/318;
}
@media print, screen and (max-width: 1100px) {
  #news .project_single:after {
    bottom: 100px;
  }
}
#news .project_single .confetti_wrapper:before {
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  #news .project_single .confetti_wrapper:before {
    z-index: 1;
  }
}
#news .project_single .confetti_wrapper:after {
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  #news .project_single .confetti_wrapper:after {
    z-index: 1;
  }
}
#news .project_single .confetti_wrapper .post_contents_box {
  padding: 120px 80px 160px;
}
@media only screen and (max-width: 767px) {
  #news .project_single .confetti_wrapper .post_contents_box {
    padding: 20px 20px;
  }
}
#news .project_single .pankuzu_wrap {
  margin-top: 220px;
}
@media only screen and (max-width: 767px) {
  #news .project_single .pankuzu_wrap {
    margin-top: 140px;
  }
}
#news .project_single .pankuzu_wrap .pankuzu li {
  color: #fff;
}
#news .project_single .pankuzu_wrap .pankuzu li::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#news .project_single .pankuzu_wrap .pankuzu li a {
  color: #fff;
}

.bus_stop {
  position: absolute;
  z-index: 6;
  right: calc(40vw - 47.5px + 45px);
  bottom: -80px;
}
@media print, screen and (max-width: 1100px) {
  .bus_stop {
    right: calc(50vw - 20px + 45px);
  }
}
@media only screen and (max-width: 767px) {
  .bus_stop {
    bottom: -60px;
  }
}
.bus_stop:before {
  content: "";
  display: block;
  width: 5vw;
  max-width: 95px;
  min-width: 40px;
  aspect-ratio: 97/315;
  background: url("../img/history/bus_stop.png") no-repeat center/cover;
}
@media print, screen and (max-width: 1100px) {
  .bus_stop:before {
    width: 40px;
  }
}

#history {
  height: 100vh;
}
#history.is-dvh {
  height: var(--vh-height, 100dvh);
}
#history {
  overflow: hidden;
}
#history main {
  height: 100%;
}
#history .history_wrapper {
  position: relative;
  height: 100%;
}
#history .history_wrapper .bus_wrapper {
  position: absolute;
  z-index: 5;
  left: 67vw;
  bottom: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
@media print, screen and (max-width: 1100px) {
  #history .history_wrapper .bus_wrapper {
    left: calc(100vw - (50vw + 20px));
  }
}
#history .history_wrapper .bus_wrapper .text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: clamp(22px, 2.5vw, 40px);
  font-weight: 700;
  line-height: 160%;
  color: #2D973D;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
#history .history_wrapper .bus_wrapper .text:before {
  content: "";
  width: 3px;
  height: 45px;
  margin-right: 35px;
  transform: rotate(-30deg);
  background: #2D973D;
}
@media print, screen and (max-width: 1100px) {
  #history .history_wrapper .bus_wrapper .text:before {
    height: 30px;
  }
}
#history .history_wrapper .bus_wrapper .text:after {
  content: "";
  width: 3px;
  height: 45px;
  margin-left: 25px;
  transform: rotate(30deg);
  background: #2D973D;
}
@media print, screen and (max-width: 1100px) {
  #history .history_wrapper .bus_wrapper .text:after {
    height: 30px;
  }
}
#history .history_wrapper .bus_wrapper .text.active {
  opacity: 1;
  transform: translateY(0);
}
#history .history_wrapper .bus_wrapper .text span {
  transform: rotate(20deg);
}
#history .history_wrapper .bus_wrapper .bus {
  background: url("../img/history/bus_obj.png") no-repeat center/cover;
  width: 23vw;
  max-width: 425px;
  aspect-ratio: 425/150;
}
@media print, screen and (max-width: 1100px) {
  #history .history_wrapper .bus_wrapper .bus {
    width: 50vw;
    max-width: 200px;
  }
}
#history .history_wrapper .scroll_left {
  z-index: 99;
  position: fixed;
  bottom: 40px;
  left: calc(100vw - (33vw + 80px));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: scaleX(-1);
  background: url("../img/common/rocket_icon_r.png") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  #history .history_wrapper .scroll_left {
    left: 5vw;
    bottom: 2vw;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #history .history_wrapper .scroll_left {
    left: 5vw;
  }
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .scroll_left {
    left: 5vw;
  }
}
#history .history_wrapper .scroll_left a {
  display: block;
  width: 100%;
  height: 100%;
}
#history .history_wrapper .scroll_right {
  z-index: 99;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("../img/common/rocket_icon_r.png") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  #history .history_wrapper .scroll_right {
    right: 5vw;
    bottom: 2vw;
    width: 30px;
    height: 30px;
  }
}
#history .history_wrapper .scroll_right a {
  display: block;
  width: 100%;
  height: 100%;
}
#history .history_wrapper .history_inner {
  position: relative;
  width: max-content;
  height: 100%;
  transition: none !important;
  will-change: transform;
  backface-visibility: hidden;
  background: url("../img/history/bg_history.png") no-repeat center/cover;
}
#history .history_wrapper .history_inner .history_contents {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: calc(100% - 80px);
}
@media only screen and (max-width: 767px) {
  #history .history_wrapper .history_inner .history_contents {
    height: calc(100% - 60px);
  }
}
#history .history_wrapper .history_inner .history_contents .history_mv {
  position: relative;
  width: 100vw;
  height: 100%;
}
#history .history_wrapper .history_inner .history_contents .history_mv .mv_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100%;
}
@media print, screen and (max-width: 1100px) {
  #history .history_wrapper .history_inner .history_contents .history_mv .mv_inner {
    width: 100%;
  }
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_mv .mv_inner .bus_stop {
    right: unset;
    left: 30vw;
  }
}
#history .history_wrapper .history_inner .history_contents .history_mv .mv_inner h2 {
  margin-bottom: clamp(40px, 4vw, 75px);
  text-align: center;
  font-size: clamp(40px, 5vw, 100px);
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_mv .mv_inner h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
#history .history_wrapper .history_inner .history_contents .history_mv .mv_inner h2 .main_ttl {
  display: block;
  margin-bottom: 1rem;
  color: #2D973D;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_mv .mv_inner h2 .main_ttl {
    margin-bottom: 0;
  }
}
#history .history_wrapper .history_inner .history_contents .history_mv .mv_inner h2 .ruby {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_mv .mv_inner h2 .ruby {
    font-size: 18px;
  }
}
#history .history_wrapper .history_inner .history_contents .history_mv .mv_inner img {
  width: 27vw;
  max-width: 520px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1100px) {
  #history .history_wrapper .history_inner .history_contents .history_mv .mv_inner img {
    width: 70vw;
    max-width: 350px;
  }
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_mv .mv_inner img {
    width: 50vw;
    max-width: 200px;
  }
}
#history .history_wrapper .history_inner .history_contents .history_mv .mv_inner .period {
  font-size: clamp(25px, 3.5vw, 68px);
  font-weight: 500;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_mv .mv_inner .period {
    font-size: 18px;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content {
  position: relative;
  flex-shrink: 0;
  padding-right: clamp(40px, 5.5vw, 100px);
}
#history .history_wrapper .history_inner .history_contents .history_content.active .content_inner {
  transform: translateY(0);
  opacity: 1;
}
#history .history_wrapper .history_inner .history_contents .history_content.tall {
  height: 85dvh;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content.tall {
    height: calc(85dvh - 60px);
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.short {
  height: 63dvh;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content.short {
    height: calc(85dvh - 60px);
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.parent {
  padding-right: 0;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content.parent {
    padding-right: clamp(40px, 5.5vw, 100px);
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.child {
  margin-left: -65px;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content.child {
    margin-left: unset;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.pdng_wide {
  padding-right: clamp(100px, 12vw, 235px);
}
#history .history_wrapper .history_inner .history_contents .history_content.since1967 .content_inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -25%);
  display: block;
  width: 14vw;
  min-width: 120px;
  aspect-ratio: 271/197;
  background: url("../img/history/kohun.webp") no-repeat center/cover;
}
#history .history_wrapper .history_inner .history_contents .history_content.since1979 .content_inner:before {
  content: "";
  position: absolute;
  top: -3.3vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 5.3vw;
  min-width: 50px;
  aspect-ratio: 102/65;
  background: url("../img/history/bus_ilst_left_1.webp") no-repeat center/cover;
}
#history .history_wrapper .history_inner .history_contents .history_content.since1984 .bus_stop {
  right: 5.5vw;
}
#history .history_wrapper .history_inner .history_contents .history_content.since1984 .bus_stop:before {
  background: url("../img/history/bus_stop2.png") no-repeat center/cover;
}
#history .history_wrapper .history_inner .history_contents .history_content.since1990 .content_inner img {
  width: 11vw;
  max-width: 220px;
  min-width: 120px;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content.since1990 .content_inner img {
    min-width: 80px;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.since1991 .content_inner:before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 35%;
  display: block;
  width: 21vw;
  min-width: 200px;
  aspect-ratio: 414/149;
  background: url("../img/history/stadium.webp") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  #history .history_wrapper .history_inner .history_contents .history_content.since1991 .content_inner:before {
    display: none;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.since1991 .content_inner .flex {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #history .history_wrapper .history_inner .history_contents .history_content.since1991 .content_inner .flex:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 130%;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 21vw;
    min-width: 200px;
    aspect-ratio: 414/149;
    background: url("../img/history/stadium.webp") no-repeat center/cover;
  }
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content.since1991 .content_inner .flex:before {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    transform: translateX(50%);
    width: 10vw;
    min-width: 150px;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.since1991 .bus_stop {
  right: 5.5vw;
}
#history .history_wrapper .history_inner .history_contents .history_content.since1991 .bus_stop:before {
  background: url("../img/history/bus_stop3.png") no-repeat center/cover;
}
#history .history_wrapper .history_inner .history_contents .history_content.since1998 .content_inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  transform: translate(50%, -20%);
  display: block;
  width: 12vw;
  min-width: 150px;
  aspect-ratio: 247/252;
  background: url("../img/history/bridge.webp") no-repeat center/cover;
}
@media print, screen and (max-width: 1100px) {
  #history .history_wrapper .history_inner .history_contents .history_content.since1998 .content_inner:before {
    right: -5vw;
  }
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content.since1998 .content_inner:before {
    right: 5vw;
    min-width: 120px;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.since2000 .content_inner:before {
  content: "";
  position: absolute;
  top: -6vw;
  left: 60%;
  transform: translateX(-50%);
  display: block;
  width: 4.7vw;
  min-width: 50px;
  aspect-ratio: 91/71;
  background: url("../img/history/bus_ilst_left_2.webp") no-repeat center/cover;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content.since2000 .content_inner:before {
    top: -3vw;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.since2004 .content_inner:before {
  content: "";
  position: absolute;
  top: -2vw;
  right: 30%;
  transform: translate(-50%, -100%);
  display: block;
  width: 12.7vw;
  min-width: 150px;
  aspect-ratio: 244/150;
  background: url("../img/history/bus_depot.webp") no-repeat center/cover;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content.since2004 .content_inner:before {
    top: 0%;
    transform: translate(-50%, -50%);
    min-width: 120px;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.since2004 .bus_stop {
  right: 1.8vw;
}
#history .history_wrapper .history_inner .history_contents .history_content.since2004 .bus_stop:before {
  background: url("../img/history/bus_stop4.png") no-repeat center/cover;
}
#history .history_wrapper .history_inner .history_contents .history_content.since2012 .content_inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  display: block;
  width: 10.8vw;
  min-width: 100px;
  aspect-ratio: 209/138;
  background: url("../img/common/shrine.png") no-repeat center/cover;
}
#history .history_wrapper .history_inner .history_contents .history_content.since2012 .content_inner:after {
  content: "";
  position: absolute;
  bottom: 30%;
  left: 10%;
  display: block;
  width: 4.4vw;
  min-width: 35px;
  aspect-ratio: 85/108;
  background: url("../img/history/bus_ilst_bottom_1.webp") no-repeat center/cover;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content.since2012 .content_inner:after {
    bottom: 20%;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.since2016 .bus_stop {
  right: unset;
  left: 0;
  transform: translateX(-50%);
}
#history .history_wrapper .history_inner .history_contents .history_content.since2016 .bus_stop:before {
  background: url("../img/history/bus_stop5.png") no-repeat center/cover;
}
#history .history_wrapper .history_inner .history_contents .history_content.since2017 .content_inner:before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 7%;
  display: block;
  width: 17vw;
  min-width: 230px;
  aspect-ratio: 330/182;
  background: url("../img/history/stadium_2.webp") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  #history .history_wrapper .history_inner .history_contents .history_content.since2017 .content_inner:before {
    display: none;
  }
  #history .history_wrapper .history_inner .history_contents .history_content.since2017 .content_inner .right_text {
    position: relative;
  }
  #history .history_wrapper .history_inner .history_contents .history_content.since2017 .content_inner .right_text:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: calc(100% + 5vh);
    left: 0%;
    display: block;
    width: 17vw;
    min-width: 200px;
    aspect-ratio: 330/182;
    background: url("../img/history/stadium_2.webp") no-repeat center/cover;
  }
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content.since2017 .content_inner:before {
    display: block;
    bottom: unset;
    top: 0;
    left: unset;
    right: 0;
    min-width: 150px;
  }
  #history .history_wrapper .history_inner .history_contents .history_content.since2017 .content_inner .right_text:before {
    display: none;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.since2026 .bus_stop:first-of-type {
  right: unset;
  left: 0;
  transform: translateX(-50%);
}
#history .history_wrapper .history_inner .history_contents .history_content.since2026 .bus_stop:first-of-type:before {
  background: url("../img/history/bus_stop6.png") no-repeat center/cover;
}
#history .history_wrapper .history_inner .history_contents .history_content.since2026 .bus_stop:nth-of-type(2) {
  right: 0;
}
#history .history_wrapper .history_inner .history_contents .history_content.since2026 .bus_stop:nth-of-type(2):before {
  background: url("../img/history/bus_stop7.png") no-repeat center/cover;
}
#history .history_wrapper .history_inner .history_contents .history_content.since2026 .content_inner .flex {
  margin-left: 13vw;
  margin-right: 10vw;
  align-items: center;
  gap: 11vw;
}
#history .history_wrapper .history_inner .history_contents .history_content.since2026 .content_inner .flex .tiiki_text {
  display: block;
  width: 21vw;
  max-width: 415px;
  opacity: 0;
  transition: all 1s;
}
@media only screen and (max-width: 767px) {
  #history .history_wrapper .history_inner .history_contents .history_content.since2026 .content_inner .flex .tiiki_text {
    width: 39vw;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.since2026 .content_inner .flex .tiiki_text.active {
  opacity: 1;
}
#history .history_wrapper .history_inner .history_contents .history_content.since2026 .content_inner .flex .tiiki_img {
  opacity: 0;
  transition: all 1s;
  width: 21.875vw;
  min-width: 320px;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content.since2026 .content_inner .flex .tiiki_img {
    width: 30vw;
    min-width: 150px;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content.since2026 .content_inner .flex .tiiki_img.active {
  opacity: 1;
}
#history .history_wrapper .history_inner .history_contents .history_content.since2026 .content_inner .flex .ty_img {
  opacity: 0;
  transition: all 1s;
  width: 39vw;
  max-width: unset;
  min-width: 360px;
}
#history .history_wrapper .history_inner .history_contents .history_content.since2026 .content_inner .flex .ty_img.active {
  opacity: 1;
}
#history .history_wrapper .history_inner .history_contents .history_content .content_inner {
  will-change: transform;
  backface-visibility: hidden;
  position: relative;
  z-index: 5;
  height: 100%;
  padding-left: 30px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s;
}
#history .history_wrapper .history_inner .history_contents .history_content .content_inner .border_line {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 2px;
  height: calc(100% - 18px);
  background: #2D973D;
}
#history .history_wrapper .history_inner .history_contents .history_content .content_inner .border_line:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 10px;
  height: 10px;
  background: #2D973D;
  border-radius: 50%;
}
#history .history_wrapper .history_inner .history_contents .history_content .content_inner .border_line:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #2D973D;
  border-radius: 50%;
}
#history .history_wrapper .history_inner .history_contents .history_content .content_inner .flex {
  gap: 60px;
}
#history .history_wrapper .history_inner .history_contents .history_content .content_inner .flex .box {
  flex-shrink: 0;
}
#history .history_wrapper .history_inner .history_contents .history_content .content_inner .right_text {
  margin-top: 80px;
  margin-left: 10vw;
}
@media print, screen and (max-width: 1100px) {
  #history .history_wrapper .history_inner .history_contents .history_content .content_inner .right_text {
    margin-top: 40px;
  }
}
#history .history_wrapper .history_inner .history_contents .history_content .content_inner .since_year {
  position: relative;
  margin-bottom: 30px;
  font-size: clamp(25px, 2.5vw, 50px);
  font-weight: 500;
  line-height: 1;
  color: #2D973D;
}
#history .history_wrapper .history_inner .history_contents .history_content .content_inner .since_date {
  position: relative;
  margin-bottom: 5px;
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 500;
  line-height: 1;
}
#history .history_wrapper .history_inner .history_contents .history_content .content_inner .description {
  position: relative;
  margin-bottom: 30px;
  font-size: clamp(14px, 1.3vw, 24px);
  font-weight: 700;
  line-height: 1.6;
}
#history .history_wrapper .history_inner .history_contents .history_content .content_inner .description.wide {
  margin-bottom: clamp(40px, 3.6vw, 60px);
}
#history .history_wrapper .history_inner .history_contents .history_content .content_inner img {
  width: 20vw;
  max-width: 390px;
  min-width: 220px;
}
@media only screen and (max-width: 932px) and (orientation: landscape) {
  #history .history_wrapper .history_inner .history_contents .history_content .content_inner img {
    width: 15vw;
    min-width: 100px;
  }
}
#history .history_wrapper .history_inner .history_contents .history_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100vw;
  height: 100%;
}
#history .history_wrapper .history_inner .history_contents .history_menu .commonBtn {
  width: 30vw;
  max-width: 440px;
  min-width: 300px;
}
#history .history_wrapper .history_inner .history_footer {
  position: relative;
  z-index: 4;
  background: url("../img/history/bg_road.svg") no-repeat center/cover;
  width: 100%;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  #history .history_wrapper .history_inner .history_footer {
    height: 60px;
  }
}
#history .history_wrapper .history_inner .history_footer:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: calc(100% - 60vw);
  height: 5px;
  transform: translateY(-50%);
  background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 30px, transparent 30px, transparent 60px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 5px;
}
@media print, screen and (max-width: 1100px) {
  #history .history_wrapper .history_inner .history_footer:before {
    width: calc(100% - 50vw);
  }
}
#history .history_wrapper .history_inner .history_footer small {
  display: block;
  padding: 35px 0 35px 10vw;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #history .history_wrapper .history_inner .history_footer small {
    padding: 35px 0 35px 50vw;
    font-size: 12px;
  }
}
#history .pageTop {
  display: none !important;
}
#history .footer_wrapper {
  display: none;
}

.pageTop {
  z-index: 99;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url("../img/common/rocket_icon.png") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .pageTop {
    right: 5vw;
    bottom: 5vw;
    width: 40px;
    height: 40px;
  }
}
.pageTop a {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes showCircle {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(100%);
  }
}
@keyframes arrowOut {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes arrowIn {
  0% {
    transform: translate(-200%, -50%);
  }
  25% {
    transform: translate(-200%, -50%);
  }
  75% {
    transform: translate(0%, -50%);
  }
  100% {
    transform: translate(0%, -50%);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes shorter {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 110%;
  }
}
@keyframes bgUpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}

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