@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

@keyframes hover_scale {
  0% {
    translate: 0 0;
    scale: 1;
  }
  100% {
    translate: 0 -2vw;
    scale: 1.1;
  }
}
@keyframes hover_rotate {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes hover_btn {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.1;
  }
}
@keyframes hover_arrow {
  0% {
    transform: translate(0, 0);
    scale: 1;
  }
  100% {
    transform: translate(1vw, 0);
    scale: 1.1;
  }
}
@keyframes hover_bg {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 120%;
  }
}
@keyframes character {
  0% {
    rotate: -1.5deg;
  }
  100% {
    rotate: 1.5deg;
  }
}
@keyframes character1_left {
  0% {
    rotate: 5deg;
    opacity: 0;
  }
  30% {
    rotate: -15deg;
    opacity: 1;
  }
  75% {
    rotate: 5deg;
    opacity: 1;
  }
  100% {
    rotate: 0deg;
    opacity: 1;
  }
}
@keyframes character1_right {
  0% {
    rotate: -5deg;
    opacity: 0;
  }
  30% {
    rotate: 15deg;
    opacity: 1;
  }
  75% {
    rotate: -5deg;
    opacity: 1;
  }
  100% {
    rotate: 0deg;
    opacity: 1;
  }
}
@keyframes character_in_left {
  0% {
    translate: 0 30px;
    scale: 0.75;
  }
  75% {
    translate: 0 0px;
    rotate: -5deg;
    scale: 1.1;
  }
  100% {
    translate: 0 0px;
    rotate: 0deg;
    scale: 1;
  }
}
@keyframes character_in_right {
  0% {
    translate: 0 30px;
    scale: 0.75;
  }
  75% {
    translate: 0 0px;
    rotate: 5deg;
    scale: 1.1;
  }
  100% {
    translate: 0 0px;
    rotate: 0deg;
    scale: 1;
  }
}
.is-bold {
  font-weight: bold !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.color-white {
  color: #fff;
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

.not-bold {
  font-weight: normal;
}

@media (max-width: 960px) {
  .is__pc {
    display: none;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__sp {
    display: none;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  box-sizing: border-box;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  margin: 0;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  contain: strict;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #999;
  border-radius: 50%;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__sr {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  z-index: 0;
  margin: 0 !important;
  opacity: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 2em;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  -ms-flex-pack: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  justify-content: center;
  width: 2em;
  padding: 0;
  transform: translateY(-50%);
  opacity: 0.7;
}

.splide__arrow svg {
  fill: #000;
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
}

.splide__pagination__page {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 3px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  opacity: 0.7;
  transition: transform 0.2s linear;
}

.splide__pagination__page.is-active {
  z-index: 1;
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  height: 3px;
  background: #ccc;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  -ms-flex-direction: column;
  top: 0;
  right: 0.5em;
  left: auto;
  flex-direction: column;
  padding: 1em 0;
}

body {
  background-image: url(../images/bg.png);
  background-position: left top;
  background-repeat: repeat;
  color: #333333;
  font-weight: 400;
  line-height: 1.7777777778;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 960px) {
  body {
    background-size: 10.4166666667vw;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  body {
    background-size: 3.125vw;
    font-size: 1.125vw;
  }
}
body.is__waiting {
  height: 100vh;
  overflow: hidden;
}

img {
  width: 100%;
}

@media (max-width: 960px) {
  .is__pc {
    display: none;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__sp {
    display: none;
  }
}
.loading_wrap {
  display: flex;
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  margin: auto;
  background-color: #33b8c1;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-out;
}
.is__waiting .loading_wrap {
  visibility: visible;
  opacity: 1;
}

.loading_img {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .loading_img {
    width: 23.3333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .loading_img {
    width: 7.3125vw;
  }
}

.loading_text {
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .loading_text {
    width: 59.1666666667vw;
    margin-top: 10vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .loading_text {
    width: 17.75vw;
    margin-top: 3vw;
  }
}

.inner {
  z-index: 2;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  translate: 0 10px;
  opacity: 0;
  transition: all 0.2s ease-in 0.5s;
}
@media print, screen and (min-width: 960.02px) {
  .inner {
    width: 75vw;
  }
}
.section_box.is__action .inner, .character.is__action .inner {
  translate: 0 0px;
  opacity: 1;
}

.btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  transform: translateZ(0);
  background: linear-gradient(to right, rgb(17, 137, 248) 0%, rgb(18, 186, 175) 50%, rgb(219, 227, 13) 100%);
  color: #fff;
  font-weight: 700;
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(61, 61, 61, 0.2));
}
@media (max-width: 960px) {
  .btn {
    height: 16.6666666667vw;
    margin-top: 8.3333333333vw;
    border-radius: 11.4583333333vw;
    font-size: 4.1666666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .btn {
    width: 25vw;
    height: 5vw;
    margin-top: 3.125vw;
    border-radius: 2.5vw;
    font-size: 1.25vw;
    transition: all 0.2s ease-out;
  }
  .btn:hover {
    animation: hover_btn 0.2s ease-out alternate 2 forwards;
  }
  .btn:hover::after {
    animation: hover_arrow 0.2s ease-out alternate 2 forwards;
  }
}
.btn::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/btn_arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 960px) {
  .btn::after {
    right: 8.5416666667vw;
    width: 7.7083333333vw;
    height: 1.875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .btn::after {
    right: 2vw;
    width: 2.3125vw;
    height: 0.5625vw;
  }
}
.btn.is__soon {
  background: #cccccc;
  pointer-events: none;
}

.splide {
  visibility: visible;
}

@media (max-width: 960px) {
  .splide__pagination {
    gap: 5.2083333333vw;
  }
}

@media (max-width: 960px) {
  .splide__pagination__page {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
    margin: 0;
    opacity: 1;
  }
  .splide__pagination__page.is-active {
    transform: scale(1);
  }
}

.header {
  z-index: 10;
  position: absolute;
  left: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .header {
    top: 6.25vw;
    width: 77.0833333333vw;
    padding: 1.5625vw 5.2083333333vw 1.5625vw 6.25vw;
    border-radius: 0 6.25vw 6.25vw 0;
  }
}
@media print, screen and (min-width: 960.02px) {
  .header {
    top: 2.5vw;
    width: 25vw;
    padding: 0.8125vw 2.6875vw 0.75vw;
    border-radius: 0 2.8125vw 2.8125vw 0;
  }
}

.main {
  position: relative;
  width: 100%;
}

.kv {
  z-index: 2;
  position: relative;
  width: 100%;
  min-height: 100dvh;
}
@media (max-width: 960px) {
  .kv {
    padding-top: 28.5416666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .kv {
    padding-top: 7.5vw;
  }
}
.kv::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: linear-gradient(to bottom, rgb(10, 160, 173) 35%, rgb(18, 186, 175) 56%, rgb(210, 255, 0) 100%);
  content: "";
  opacity: 0.8;
}
@media (max-width: 960px) {
  .kv::before {
    height: 151.0416666667vw;
    border-radius: 0 0 50vw 50vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .kv::before {
    height: 51.625vw;
    border-radius: 0 0 51.625vw 51.625vw;
  }
}
.kv_title {
  margin-right: auto;
  margin-left: auto;
  translate: 0 -10px;
  scale: 0.9;
  opacity: 0;
  transition: all 0.3s ease-out 0.2s;
}
@media (max-width: 960px) {
  .kv_title {
    width: 88.125vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .kv_title {
    width: 53.5625vw;
  }
}
body:not(.is__waiting) .kv_title {
  translate: 0 0px;
  scale: 1;
  opacity: 1;
}
.kv_descriptions {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  translate: 0 -10px;
  scale: 0.9;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-out 0.4s;
}
@media (max-width: 960px) {
  .kv_descriptions {
    display: grid;
    grid-template-columns: calc(50% - 6.5625vw) 1fr;
    margin-top: 5.7291666667vw;
    gap: 4.1666666667vw 13.125vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .kv_descriptions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.46875vw;
    gap: 1.25vw;
  }
}
body:not(.is__waiting) .kv_descriptions {
  translate: 0 0px;
  scale: 1;
  opacity: 1;
}
.kv_description {
  color: #fff;
  font-weight: 700;
  line-height: 1.8181818182;
}
.kv_description strong {
  font-weight: 900;
}
@media (max-width: 960px) {
  .kv_description {
    grid-row: 1;
    grid-column: 1/3;
    font-size: 4.1666666667vw;
  }
  .kv_description strong {
    font-size: 6.25vw;
  }
  .kv_description strong span {
    font-size: 5.2083333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .kv_description {
    font-size: 1.375vw;
  }
  .kv_description strong {
    font-size: 1.75vw;
  }
}
@media (max-width: 960px) {
  .kv_img {
    grid-row: 2;
  }
  .kv_img.is__img1 {
    grid-column: 1;
    width: 13.6458333333vw;
    margin-left: auto;
  }
  .kv_img.is__img2 {
    grid-column: 2;
    width: 13.6458333333vw;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 960.02px) {
  .kv_img {
    width: 6.5625vw;
  }
}

.nav {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .nav {
    width: 87.5vw;
    margin-top: 0.4166666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .nav {
    width: 51.1875vw;
    margin-top: 0.5vw;
  }
}
.nav_lists {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.nav_list {
  transform: translateZ(0);
  translate: 0 -10px;
  scale: 0.9;
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(0, 60, 63, 0.2));
  opacity: 0;
  transition: all 0.3s ease-out 0.6s;
}
@media (max-width: 960px) {
  .nav_list {
    width: 27.7083333333vw;
  }
  .nav_list.is__list2 {
    margin-top: 6.0416666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .nav_list {
    width: 14.3125vw;
  }
  .nav_list.is__list2 {
    margin-top: 3.125vw;
  }
  .nav_list:hover img {
    animation: hover_scale 0.25s ease-out alternate 2 forwards, hover_rotate 0.18s ease-out alternate 2 forwards;
  }
}
body:not(.is__waiting) .nav_list {
  translate: 0 0px;
  scale: 1;
  opacity: 1;
}
.nav_lists .nav_list:nth-child(1) {
  transition-delay: 0.6s;
}
.nav_lists .nav_list:nth-child(2) {
  transition-delay: 0.75s;
}
.nav_lists .nav_list:nth-child(3) {
  transition-delay: 0.9s;
}

.map {
  z-index: -1;
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.5;
}
@media print, screen and (min-width: 960.02px) {
  .map {
    width: 75vw;
  }
}
.map_container {
  z-index: 1;
  position: relative;
  width: 100%;
}
.map_wrap {
  z-index: 2;
  position: relative;
  width: 100%;
}
@media (max-width: 960px) {
  .map_wrap {
    margin-top: 12.6041666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_wrap {
    margin-top: 9.9375vw;
  }
}
.map_wrap::before {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0.3s;
}
@media (max-width: 960px) {
  .map_wrap::before {
    top: 3.125vw;
    height: 81.6666666667vw;
    background-image: url(../images/map_deco_sp.png);
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_wrap::before {
    top: 2.28125vw;
    height: 59.21875vw;
    background-image: url(../images/map_deco.png);
  }
}
.map_wrap.is__action::before {
  background-size: 100%;
  opacity: 1;
}
.map_titles {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .map_titles {
    width: 70.5208333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_titles {
    width: 75vw;
  }
}
.map_title {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .map_title {
    width: 100%;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_title {
    width: 53.125vw;
  }
}
@media (max-width: 960px) {
  .map_img {
    margin-right: auto;
    margin-left: auto;
  }
  .map_img.is__img1 {
    width: 48.125vw;
    margin-top: 3.5416666667vw;
  }
  .map_img.is__img2 {
    width: 67.0833333333vw;
    margin-top: 4.0625vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_img {
    position: absolute;
  }
  .map_img.is__img1 {
    top: 0.125vw;
    left: 0;
    width: 14.8125vw;
  }
  .map_img.is__img2 {
    top: -1.8125vw;
    right: 0;
    width: 17.375vw;
  }
}
.map_pins {
  position: relative;
  width: 100%;
  height: max-content;
  background-color: rgba(0, 0, 0, 0.4);
}
.map_pin {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateZ(0);
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(0, 60, 63, 0.2));
}
@media (max-width: 960px) {
  .map_pin {
    bottom: 0dvh;
    width: 8.6458333333vw;
    height: 9.375vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_pin {
    bottom: 0dvh;
    width: 3.6875vw;
    height: 4vw;
  }
  .map_pin:hover button {
    animation: hover_scale 0.25s ease-out alternate 2 forwards, hover_rotate 0.18s ease-out alternate 2 forwards;
  }
}
@media (max-width: 960px) {
  .map_pin.is__pinpoint1 {
    translate: -26.4vw -23.7vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_pin.is__pinpoint1 {
    translate: -14.5vw -9vw;
  }
}
@media (max-width: 960px) {
  .map_pin.is__pinpoint2 {
    translate: -1.3vw -55.25vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_pin.is__pinpoint2 {
    translate: -2.7vw -28.2vw;
  }
}
@media (max-width: 960px) {
  .map_pin.is__pinpoint3 {
    translate: -12.8vw -73.7vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_pin.is__pinpoint3 {
    translate: -7.3vw -36.7vw;
  }
}
@media (max-width: 960px) {
  .map_pin.is__pinpoint4 {
    translate: -32.2vw -79.9vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_pin.is__pinpoint4 {
    height: 3.71875vw;
    translate: -17.75vw -41.5vw;
  }
}
@media (max-width: 960px) {
  .map_pin.is__pinpoint5 {
    translate: 13.5vw -14.9vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_pin.is__pinpoint5 {
    translate: 6.75vw -4.6vw;
  }
}
@media (max-width: 960px) {
  .map_pin.is__pinpoint6 {
    translate: 18.9vw -47.75vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_pin.is__pinpoint6 {
    translate: 11.4vw -22.3vw;
  }
}
@media (max-width: 960px) {
  .map_pin.is__pinpoint7 {
    translate: -23vw -66.9vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_pin.is__pinpoint7 {
    translate: -13.5vw -33.5vw;
  }
}
@media (max-width: 960px) {
  .map_pin.is__pinpoint8 {
    translate: 26.2vw -31.71vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_pin.is__pinpoint8 {
    translate: 14vw -14.2vw;
  }
}
@media (max-width: 960px) {
  .map_pin.is__pinpoint9 {
    translate: -7.9vw -33.1vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_pin.is__pinpoint9 {
    translate: -6.5vw -13.4vw;
  }
}
@media (max-width: 960px) {
  .map_pin.is__pinpoint10 {
    translate: 37.4vw -76.3vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_pin.is__pinpoint10 {
    translate: 19.8vw -38.45vw;
  }
}
@media (max-width: 960px) {
  .map_pin.is__pinpoint11 {
    translate: 5.1vw -37.8vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .map_pin.is__pinpoint11 {
    translate: 2.55vw -16.5vw;
  }
}

.section_box {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
}
@media (max-width: 960px) {
  .section_box {
    padding-top: 10.4166666667vw;
    padding-bottom: 10.4166666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .section_box {
    padding-top: 7.25vw;
    padding-bottom: 6.125vw;
  }
}
.section_box::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  height: 100%;
  margin: auto;
  background-position: 0% center;
  background-size: 200%;
  content: "";
  opacity: 0.8;
  transition: all 0.5s cubic-bezier(0.61, 0.16, 0.75, 0.34);
}
@media (max-width: 960px) {
  .section_box::before {
    width: 100%;
  }
}
@media print, screen and (min-width: 960.02px) {
  .section_box::before {
    width: 93.75vw;
  }
}
.section_box::after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  scale: 1 1.1;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.section_box.is__action::after {
  scale: 1;
  opacity: 1;
}

.about {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 960px) {
  .about {
    margin-top: 12.6041666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about {
    margin-top: 12.5vw;
  }
}
.about_title {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .about_title {
    width: 77.7083333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_title {
    width: 56.59375vw;
  }
}
.about_imgs {
  z-index: 2;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .about_imgs {
    width: 100%;
    margin-top: 6.3541666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_imgs {
    display: flex;
    justify-content: space-between;
    width: 45.75vw;
    height: 0;
    translate: 0 -1.8125vw;
  }
}
@media (max-width: 960px) {
  .about_img {
    margin-right: auto;
    margin-left: auto;
  }
  .about_img.is__img1 {
    width: 75.3125vw;
  }
  .about_img.is__img2 {
    width: 78.75vw;
    margin-top: 2.1875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_img.is__img1 {
    width: 23vw;
  }
  .about_img.is__img2 {
    width: 21.9375vw;
  }
}
@media (max-width: 960px) {
  .about .section_box {
    margin-top: 12.6041666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .section_box {
    margin-top: 4.1875vw;
  }
}
@media (max-width: 960px) {
  .about .section_box.is__box1 {
    padding-top: 10.4166666667vw;
    padding-bottom: 10.4166666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .section_box.is__box1 {
    padding-top: 7.25vw;
    padding-bottom: 6.125vw;
  }
}
.about .section_box.is__box1::before {
  right: 0;
  background: linear-gradient(to right, rgb(255, 132, 156) 50%, rgb(255, 206, 159) 100%);
}
@media (max-width: 960px) {
  .about .section_box.is__box1::before {
    border-radius: 18.75vw 0 0 18.75vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .section_box.is__box1::before {
    border-radius: 23.4375vw 0 0 23.4375vw;
  }
}
.about .section_box.is__box1::after {
  background-image: url(../images/about_box1_bg_l.png), url(../images/about_box1_bg_r.png);
}
@media (max-width: 960px) {
  .about .section_box.is__box1::after {
    top: -16.1458333333vw;
    height: 69.5833333333vw;
    background-position: left -21.25vw top 12.3958333333vw, right -19.375vw top;
    background-size: 23.375vw, 21.3125vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .section_box.is__box1::after {
    top: -23.8125vw;
    height: 66.25vw;
    background-position: left -18.8125vw bottom, right -18.5625vw top;
    background-size: 20.69375vw, 20.41875vw;
  }
}
@media (max-width: 960px) {
  .about .section_box.is__box1.is__action::after {
    background-position: left 0vw top 12.3958333333vw, right 0vw top;
    background-size: 21.25vw, 19.375vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .section_box.is__box1.is__action::after {
    background-position: left 0vw bottom, right 0vw top;
    background-size: 18.8125vw, 18.5625vw;
  }
}
@media (max-width: 960px) {
  .about .section_box.is__box2 {
    padding-top: 10.4166666667vw;
    padding-bottom: 5.7291666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .section_box.is__box2 {
    margin-top: 5.875vw;
    padding-top: 7.25vw;
    padding-bottom: 6.125vw;
  }
}
.about .section_box.is__box2::before {
  left: 0;
  background: linear-gradient(to right, rgb(153, 149, 239) 0%, rgb(248, 199, 213) 100%);
}
@media (max-width: 960px) {
  .about .section_box.is__box2::before {
    border-radius: 0 18.75vw 18.75vw 0;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .section_box.is__box2::before {
    border-radius: 0 23.4375vw 23.4375vw 0;
  }
}
.about .section_box.is__box2::after {
  background-image: url(../images/about_box2_bg_l.png), url(../images/about_box2_bg_r.png);
}
@media (max-width: 960px) {
  .about .section_box.is__box2::after {
    top: -8.2291666667vw;
    height: 48.0208333333vw;
    background-position: left -22.7083333333vw bottom, right -21.875vw top;
    background-size: 24.9791666667vw, 24.0625vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .section_box.is__box2::after {
    top: -4.375vw;
    height: 41.9375vw;
    background-position: left -18.625vw bottom, right -18.75vw top;
    background-size: 20.4875vw, 20.625vw;
  }
}
@media (max-width: 960px) {
  .about .section_box.is__box2.is__action::after {
    background-position: left 0vw bottom, right 0vw top;
    background-size: 22.7083333333vw, 21.875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .section_box.is__box2.is__action::after {
    background-position: left 0vw bottom, right 0vw top;
    background-size: 18.625vw, 18.75vw;
  }
}
@media (max-width: 960px) {
  .about .section_box.is__box2 .splide__pagination {
    bottom: 5.2083333333vw;
  }
  .about .section_box.is__box2 .splide__pagination__page {
    background-color: #9c98f1;
  }
  .about .section_box.is__box2 .splide__pagination__page.is-active {
    background-color: #fff;
  }
}
@media (max-width: 960px) {
  .about .section_box.is__box3 {
    padding-top: 10.4166666667vw;
    padding-bottom: 15.625vw;
  }
}
.about .section_box.is__box3::before {
  right: 0;
  background: linear-gradient(to right, rgb(255, 250, 200) 0%, rgb(137, 241, 170) 100%);
}
@media (max-width: 960px) {
  .about .section_box.is__box3::before {
    border-radius: 18.75vw 0 0 18.75vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .section_box.is__box3::before {
    border-radius: 23.4375vw 0 0 23.4375vw;
  }
}
.about .section_box.is__box3::after {
  background-image: url(../images/about_box3_bg_l.png), url(../images/about_box3_bg_r.png);
}
@media (max-width: 960px) {
  .about .section_box.is__box3::after {
    top: -8.3333333333vw;
    height: 73.8541666667vw;
    background-position: left -20.5208333333vw bottom, right -22.5vw top;
    background-size: 22.5729166667vw, 24.75vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .section_box.is__box3::after {
    top: -5.625vw;
    height: 66.25vw;
    background-position: left -17.125vw bottom, right -18.5625vw top;
    background-size: 18.8375vw, 20.41875vw;
  }
}
@media (max-width: 960px) {
  .about .section_box.is__box3.is__action::after {
    background-position: left 0vw bottom, right 0vw top;
    background-size: 20.5208333333vw, 22.5vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .section_box.is__box3.is__action::after {
    background-position: left 0vw bottom, right 0vw top;
    background-size: 17.125vw, 18.5625vw;
  }
}
.about .section_box.is__box3 .splide__pagination {
  bottom: -5.2083333333vw;
}
.about .section_box.is__box3 .splide__pagination__page {
  background-color: #00afb3;
}
.about .section_box.is__box3 .splide__pagination__page.is-active {
  background-color: #fff;
}
.about .box1_title {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .about .box1_title {
    width: 64.2708333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .box1_title {
    width: 33.4375vw;
  }
}
.about .box2_title {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .about .box2_title {
    width: 68.4375vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .box2_title {
    width: 48.375vw;
  }
}
.about .box3_title {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .about .box3_title {
    width: 76.7708333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about .box3_title {
    width: 40.25vw;
  }
}
.about_lists {
  margin-right: auto;
  margin-left: auto;
  color: #555555;
}
@media (max-width: 960px) {
  .about_lists {
    position: relative;
    width: 87.5vw;
    margin-top: 5.625vw;
  }
  .about_lists::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    left: 0.625vw;
    width: 0.3125vw;
    height: 70%;
    margin: auto;
    background-color: #fa4e68;
    content: "";
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_lists {
    width: 62.5vw;
    margin-top: 3.53125vw;
  }
}
@media (max-width: 960px) {
  .about_list {
    position: relative;
    padding-left: 5.4166666667vw;
  }
  ul .about_list:not(:nth-child(1)):not(:nth-last-child(1))::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    left: 0.625vw;
    width: 0.3125vw;
    height: 90%;
    margin: auto;
    background-color: #fa4e68;
    content: "";
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6.5625vw;
  }
  .about_list + .about_list {
    margin-top: 1.875vw;
  }
}
.about_list_title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3em;
  background-color: #fa4e68;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media (max-width: 960px) {
  .about_list_title {
    width: 39.5833333333vw;
    height: 10.4166666667vw;
    font-size: 4.1666666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_list_title {
    width: 13.75vw;
    height: 3.75vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 960px) {
  .about_list_histories {
    width: 100%;
    margin-top: 4.1666666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_list_histories {
    flex: 1;
    margin-top: 0.625vw;
  }
}
.about_list_history {
  position: relative;
  width: 100%;
}
@media (max-width: 960px) {
  .about_list_history {
    display: block;
  }
  .about_list_histories .about_list_history:not(:nth-child(2)) {
    padding-bottom: 4.1666666667vw;
  }
  .about_list_histories .about_list_history:not(:nth-child(2))::before {
    display: block;
    position: absolute;
    top: 3.125vw;
    left: -4.7916666667vw;
    width: 0.3125vw;
    height: 100%;
    margin: auto;
    background-color: #fa4e68;
    content: "";
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_list_history {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.5vw;
  }
  .about_list_history + .about_list_history {
    margin-top: 1.875vw;
  }
  .about_list_histories .about_list_history:not(:nth-child(2))::before {
    display: block;
    position: absolute;
    top: 1.875vw;
    left: -2.9375vw;
    width: 0.1875vw;
    height: calc(100% + 1.875vw);
    margin: auto;
    background-color: #fa4e68;
    content: "";
  }
}
.about_list_year {
  position: relative;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.about_list_year strong {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 960px) {
  .about_list_year {
    font-size: 3.3333333333vw;
  }
  .about_list_year strong {
    font-size: 6.25vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_list_year {
    width: 5em;
    font-size: 1.375vw;
  }
  .about_list_year strong {
    font-size: 2.5vw;
  }
}
.about_list_year::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #fa4e68;
  content: "";
}
@media (max-width: 960px) {
  .about_list_year::before {
    left: -5.8333333333vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_list_year::before {
    left: -3.5vw;
    width: 1.3125vw;
    height: 1.3125vw;
  }
}
.about_list_text {
  flex: 1;
}
@media (max-width: 960px) {
  .about_list_text {
    margin-top: 3.125vw;
  }
}
.about_box_descriptions {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  transform: translateZ(0);
  transform: translateZ(0);
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(143, 3, 23, 0.2));
}
@media print, screen and (min-width: 960.02px) {
  .about_box_descriptions {
    transform: translateY(-1.375vw);
  }
}
@media (max-width: 960px) {
  .is__box1 .about_box_descriptions {
    width: 80.2083333333vw;
    margin-top: 7.2916666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__box1 .about_box_descriptions {
    width: 58.0625vw;
    margin-top: 0.625vw;
    gap: 0.375vw;
  }
}
.is__box1 .about_box_descriptions::before {
  background-image: url(../images/about_box_img1.png);
}
@media (max-width: 960px) {
  .is__box1 .about_box_descriptions::before {
    left: -8.3333333333vw;
    width: 13.2291666667vw;
    height: 20.7291666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__box1 .about_box_descriptions::before {
    width: 8.8125vw;
    height: 13.875vw;
  }
}
.is__box1 .about_box_descriptions::after {
  background-image: url(../images/about_box_img2.png);
}
@media (max-width: 960px) {
  .is__box1 .about_box_descriptions::after {
    right: -8.3333333333vw;
    width: 14.375vw;
    height: 22.5vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__box1 .about_box_descriptions::after {
    width: 8.8125vw;
    height: 13.875vw;
  }
}
@media (max-width: 960px) {
  .is__box2 .about_box_descriptions {
    width: 87.5vw;
    margin-top: 7.2916666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__box2 .about_box_descriptions {
    width: 56.25vw;
    margin-top: 3.75vw;
  }
}
.is__box2 .about_box_descriptions::before, .is__box2 .about_box_descriptions::after {
  z-index: -1;
  position: absolute;
  scale: 0.7;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 960.02px) {
  .is__box2 .about_box_descriptions::before, .is__box2 .about_box_descriptions::after {
    top: 0;
    bottom: 0;
  }
}
.is__box2 .about_box_descriptions::before {
  rotate: 15deg;
  background-image: url(../images/about_box2_img1.png);
}
@media (max-width: 960px) {
  .is__box2 .about_box_descriptions::before {
    top: -12.0833333333vw;
    left: -4.6875vw;
    width: 16.25vw;
    height: 22.0833333333vw;
    translate: 16.25vw 0;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__box2 .about_box_descriptions::before {
    left: -5.625vw;
    width: 8.75vw;
    height: 11.875vw;
    translate: 8.75vw 0;
  }
}
.is__box2 .about_box_descriptions::after {
  rotate: -15deg;
  background-image: url(../images/about_box2_img2.png);
}
@media (max-width: 960px) {
  .is__box2 .about_box_descriptions::after {
    top: -11.9791666667vw;
    right: -4.6875vw;
    width: 16.25vw;
    height: 22.0833333333vw;
  }
}
@media print and (max-width: 960px), screen and (max-width: 960px) and (min-width: 960.02px) {
  .is__box2 .about_box_descriptions::after {
    translate: 16.25vw 0;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__box2 .about_box_descriptions::after {
    right: -5.75vw;
    width: 8.75vw;
    height: 11.875vw;
  }
}
@media print, screen and (min-width: 960.02px) and (min-width: 960.02px) {
  .is__box2 .about_box_descriptions::after {
    translate: -8.75vw 0;
  }
}
.is__box2 .about_box_descriptions.is__action::before, .is__box2 .about_box_descriptions.is__action::after {
  translate: 0vw 0;
  scale: 1;
  opacity: 1;
}
.is__box2 .about_box_descriptions.is__action::before {
  animation: character1_left 1s ease-in-out 1 forwards;
}
.is__box2 .about_box_descriptions.is__action::after {
  animation: character1_right 1s ease-in-out 1 forwards;
}
.about_box_descriptions::before, .about_box_descriptions::after {
  display: block;
  margin: auto;
  transform: translateZ(0);
  transform-origin: center bottom;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(143, 3, 23, 0.2));
}
@media (max-width: 960px) {
  .about_box_descriptions::before, .about_box_descriptions::after {
    z-index: 2;
    position: absolute;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box_descriptions::before, .about_box_descriptions::after {
    transform: translateY(1.375vw);
  }
}
.about_box_description {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #555;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 960px) {
  .is__box1 .about_box_description {
    height: 29.1666666667vw;
    border-radius: 14.5833333333vw;
    font-size: 4.1666666667vw;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__box1 .about_box_description {
    height: 8.75vw;
    border-radius: 4.375vw;
    font-size: 1.375vw;
    line-height: 1.8181818182;
  }
}
.is__box2 .about_box_description {
  flex-direction: column;
}
@media (max-width: 960px) {
  .is__box2 .about_box_description {
    padding: 8.3333333333vw 7.8125vw;
    border-radius: 4.8958333333vw;
  }
  .is__box2 .about_box_description::before {
    display: block;
    width: 20.2083333333vw;
    height: 10.3125vw;
    margin: auto;
    margin-bottom: 3.125vw;
    background-image: url(../images/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__box2 .about_box_description {
    height: 13.75vw;
    border-radius: 6.875vw;
  }
}
.about_box2_description_title {
  display: inline;
  padding-right: 0.5em;
  padding-left: 0.5em;
  background-image: url(../images/about_line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  line-height: 1.3;
}
@media (max-width: 960px) {
  .about_box2_description_title {
    background-size: 100% 2.0833333333vw;
    font-size: 4.1666666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box2_description_title {
    background-size: 100% 0.625vw;
    font-size: 2vw;
  }
}
.about_box2_description_text {
  position: relative;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 960px) {
  .about_box2_description_text {
    width: 100%;
    margin-top: 4.6875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box2_description_text {
    width: 41.75vw;
    margin-top: 0.9375vw;
    padding-left: 8.875vw;
  }
  .about_box2_description_text::before {
    display: block;
    position: absolute;
    top: -0.8125vw;
    left: -2.8125vw;
    width: 9.6875vw;
    height: 5vw;
    margin: auto;
    background-image: url(../images/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
}
.about > *:not(.section_box) {
  scale: 0.95;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.about.is__action > * {
  scale: 1;
  opacity: 1;
}
.about.is__action .section_box::before {
  background-position: 0% center;
  background-size: 100%;
}
.about_box_card_wrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .about_box_card_wrap {
    margin-top: 5.2083333333vw;
    padding-bottom: 15.625vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box_card_wrap {
    width: 70vw;
    margin-top: 2.625vw;
    overflow: visible;
  }
  .about_box_card_wrap::before, .about_box_card_wrap::after {
    display: block;
    z-index: -1;
    position: absolute;
    margin: auto;
    transform-origin: center bottom;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .about_box_card_wrap::before {
    top: 7.6875vw;
    right: -4.9375vw;
    width: 12.25vw;
    height: 13.375vw;
    background-image: url(../images/about_card_img1.png);
  }
  .about_box_card_wrap::after {
    bottom: 0;
    left: -2.5vw;
    width: 11.4375vw;
    height: 10.53125vw;
    background-image: url(../images/about_card_img2.png);
  }
}
.about_box_cards {
  position: relative;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .about_box_cards {
    width: 100%;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 1.75vw;
  }
  .splide.is-initialized:not(.is-active) .about_box_cards {
    display: flex;
  }
}
.about_box_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transform: translateZ(0);
  background-repeat: no-repeat;
  background-color: #fff;
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(44, 2, 102, 0.2));
}
@media (max-width: 960px) {
  .about_box_card {
    width: 72.9166666667vw;
    padding: 33.3333333333vw 8.3333333333vw 7.2916666667vw;
    gap: 4.1666666667vw;
    border-radius: 5vw;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box_card {
    width: 18.75vw;
    padding: 10vw 1.875vw 2.8125vw;
    gap: 1.25vw;
    border-radius: 2.5vw;
    font-size: 1vw;
  }
}
.about_box_card.is__card1 {
  background-image: url(../images/about_card1.png);
}
@media (max-width: 960px) {
  .about_box_card.is__card1 {
    background-position: center 10.8333333333vw;
    background-size: 21.6666666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box_card.is__card1 {
    background-position: center 3.625vw;
    background-size: 6.0625vw;
  }
}
.about_box_card.is__card2 {
  background-image: url(../images/about_card2.png);
}
@media (max-width: 960px) {
  .about_box_card.is__card2 {
    background-position: center 8.8541666667vw;
    background-size: 33.0208333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box_card.is__card2 {
    background-position: center 2.625vw;
    background-size: 9.875vw;
  }
}
.about_box_card.is__card3 {
  background-image: url(../images/about_card3.png);
}
@media (max-width: 960px) {
  .about_box_card.is__card3 {
    background-position: center 8.5416666667vw;
    background-size: 15vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box_card.is__card3 {
    margin-right: auto;
    background-position: center 2.75vw;
    background-size: 4.125vw;
  }
}
.about_box_card.is__card4 {
  background-image: url(../images/about_card4.png);
}
@media (max-width: 960px) {
  .about_box_card.is__card4 {
    background-position: center 9.1666666667vw;
    background-size: 19.4791666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box_card.is__card4 {
    margin-left: auto;
    background-position: center 3.5vw;
    background-size: 5.25vw;
  }
}
.about_box_card.is__card5 {
  background-image: url(../images/about_card5.png);
}
@media (max-width: 960px) {
  .about_box_card.is__card5 {
    background-position: center 8.5416666667vw;
    background-size: 21.875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box_card.is__card5 {
    background-position: center 3.5625vw;
    background-size: 5.9375vw;
  }
}
.about_box_card.is__card6 {
  background-image: url(../images/about_card6.png);
}
@media (max-width: 960px) {
  .about_box_card.is__card6 {
    background-position: center 9.4791666667vw;
    background-size: 28.2291666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box_card.is__card6 {
    background-position: center 4.0625vw;
    background-size: 7.6875vw;
  }
}
.about_box_card_title {
  display: inline;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 960px) {
  .about_box_card_title {
    font-size: 4.1666666667vw;
    line-height: 1.76;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box_card_title {
    font-size: 1.375vw;
    line-height: 1.4545454545;
  }
}
.about_box_card_title span {
  background-image: url(../images/about_line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .about_box_card_title span {
    background-size: 100% 2.0833333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box_card_title span {
    background-size: auto 0.625vw;
  }
}
.about_box3_circle_wrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .about_box3_circle_wrap {
    width: 100%;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_circle_wrap {
    display: grid;
    width: 72.5vw;
    margin-top: 8.6875vw;
  }
}
.about_box3_circles {
  z-index: 2;
}
@media (max-width: 960px) {
  .about_box3_circles {
    position: relative;
    width: 75vw;
    height: 75vw;
    margin-top: 6.25vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_circles {
    position: absolute;
    top: 11.25vw;
    right: 0;
    left: 0;
    width: 31.25vw;
    height: 31.25vw;
    margin: auto;
  }
}
.about_box3_circles::before {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transform: translateZ(0);
  background-image: url(../images/about_box3_circle.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(1, 121, 122, 0.2));
}
.about_box3_circle_title {
  position: absolute;
}
@media (max-width: 960px) {
  .about_box3_circle_title.is__title1 {
    top: 9.6875vw;
    left: 26.1458333333vw;
    width: 35vw;
  }
  .about_box3_circle_title.is__title2 {
    top: 28.75vw;
    left: 57.2916666667vw;
    width: 12.5vw;
  }
  .about_box3_circle_title.is__title3 {
    top: 57.5vw;
    left: 18.5416666667vw;
    width: 27.2916666667vw;
  }
  .about_box3_circle_title.is__title4 {
    top: 25.7291666667vw;
    left: 6.25vw;
    width: 12.5vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_circle_title.is__title1 {
    top: 4.4375vw;
    left: 11.625vw;
    width: 12.96875vw;
  }
  .about_box3_circle_title.is__title1::before {
    top: 0;
    right: -1.9375vw;
    bottom: 0;
  }
  .about_box3_circle_title.is__title1::after {
    top: 0;
    right: -7.40625vw;
    bottom: 0;
    width: 5.875vw;
    height: 0.25vw;
    background-color: #fff;
  }
  .about_box3_circle_title.is__title2 {
    top: 12.40625vw;
    left: 24.03125vw;
    width: 4.3125vw;
  }
  .about_box3_circle_title.is__title2::before {
    right: 0;
    bottom: -2.1875vw;
    left: 0;
  }
  .about_box3_circle_title.is__title2::after {
    bottom: -10.71875vw;
    left: 2.03125vw;
    width: 5.8125vw;
    height: 8.96875vw;
    border-bottom: 0.25vw solid #fff;
    border-left: 0.25vw solid #fff;
  }
  .about_box3_circle_title.is__title3 {
    top: 23.96875vw;
    left: 8.0625vw;
    width: 10vw;
  }
  .about_box3_circle_title.is__title3::before {
    top: 0;
    bottom: 0;
    left: -2.5vw;
  }
  .about_box3_circle_title.is__title3::after {
    top: 0;
    bottom: 0;
    left: -8.75vw;
    width: 6.5625vw;
    height: 0.25vw;
    background-color: #fff;
  }
  .about_box3_circle_title.is__title4 {
    top: 11.15625vw;
    left: 2.78125vw;
    width: 4.28125vw;
  }
  .about_box3_circle_title.is__title4::before {
    top: -2.59375vw;
    right: 0;
    left: 0;
  }
  .about_box3_circle_title.is__title4::after {
    top: -11.15625vw;
    left: -3.46875vw;
    width: 5.75vw;
    height: 8.9375vw;
    border-top: 0.25vw solid #fff;
    border-right: 0.25vw solid #fff;
  }
}
.about_box3_circle_title::before, .about_box3_circle_title::after {
  display: block;
  position: absolute;
  margin: auto;
  content: "";
}
.about_box3_circle_title::before {
  border-radius: 50%;
  background-color: #fff;
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_circle_title::before {
    width: 0.75vw;
    height: 0.75vw;
  }
}
@media (max-width: 960px) {
  .about_box3_sections_slider {
    width: 100%;
    margin-top: 6.25vw;
    padding-top: 5.7291666667vw;
    padding-bottom: 3.6458333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_sections_slider {
    overflow: visible;
  }
}
@media (max-width: 960px) {
  .about_box3_sections_wrap {
    height: auto;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_sections_wrap {
    width: 100%;
  }
  .splide.is-initialized:not(.is-active) .about_box3_sections_wrap {
    display: grid;
    align-items: baseline;
  }
}
.about_box3_sections {
  z-index: 1;
  position: relative;
  transform: translateZ(0);
  background-color: #fff;
  text-align: center;
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(44, 2, 102, 0.2));
}
@media (max-width: 960px) {
  .about_box3_sections {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 72.9166666667vw;
    border-radius: 4.6875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_sections {
    width: 20vw;
    border-radius: 2.34375vw;
  }
}
.about_box3_sections::before {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-position: cetner;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_sections.is__section1 {
    grid-row: 1;
    grid-column: 2;
    margin-bottom: auto;
    margin-left: auto;
  }
}
.about_box3_sections.is__section1::before {
  background-image: url(../images/about_box3_nth1.png);
}
@media (max-width: 960px) {
  .about_box3_sections.is__section1::before {
    top: -5.7291666667vw;
    width: 12.8125vw;
    height: 10.4166666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_sections.is__section1::before {
    top: -2.1875vw;
    width: 4.375vw;
    height: 3.59375vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_sections.is__section2 {
    grid-row: 2;
    grid-column: 2;
    margin-top: 4.0625vw;
    margin-bottom: auto;
    margin-left: auto;
  }
}
.about_box3_sections.is__section2::before {
  background-image: url(../images/about_box3_nth2.png);
}
@media (max-width: 960px) {
  .about_box3_sections.is__section2::before {
    top: -5.7291666667vw;
    width: 14.5833333333vw;
    height: 10.4166666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_sections.is__section2::before {
    top: -2.1875vw;
    width: 4.65625vw;
    height: 3.59375vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_sections.is__section3 {
    grid-row: 2;
    grid-column: 1;
    margin-right: auto;
  }
}
.about_box3_sections.is__section3::before {
  background-image: url(../images/about_box3_nth3.png);
}
@media (max-width: 960px) {
  .about_box3_sections.is__section3::before {
    top: -5.7291666667vw;
    width: 14.5833333333vw;
    height: 10.4166666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_sections.is__section3::before {
    top: -2.1875vw;
    width: 5vw;
    height: 3.59375vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_sections.is__section4 {
    grid-row: 1;
    grid-column: 1;
    margin-right: auto;
    margin-bottom: auto;
  }
}
.about_box3_sections.is__section4::before {
  background-image: url(../images/about_box3_nth4.png);
}
@media (max-width: 960px) {
  .about_box3_sections.is__section4::before {
    top: -5.7291666667vw;
    width: 15vw;
    height: 10.4166666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_sections.is__section4::before {
    top: -2.1875vw;
    width: 5.3125vw;
    height: 3.59375vw;
  }
}
.about_box3_section_title {
  font-weight: bold;
}
@media (max-width: 960px) {
  .about_box3_section_title {
    margin-top: 10.4166666667vw;
    background-position: center bottom;
    background-size: 100% 2.0833333333vw;
    background-repeat: no-repeat;
    font-size: 4.1666666667vw;
    line-height: 1.75;
  }
  .is__section1 .about_box3_section_title {
    background-image: url(../images/about_box3_line1.png);
  }
  .is__section2 .about_box3_section_title {
    background-image: url(../images/about_box3_line2.png);
  }
  .is__section3 .about_box3_section_title {
    background-image: url(../images/about_box3_line3.png);
  }
  .is__section4 .about_box3_section_title {
    background-image: url(../images/about_box3_line4.png);
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_section_title {
    margin-top: 2.8125vw;
    font-size: 1.375vw;
    line-height: 1.4545454545;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_section_title span {
    background-position: center bottom;
    background-size: auto 0.625vw;
    background-repeat: no-repeat;
  }
  .is__section1 .about_box3_section_title span {
    background-image: url(../images/about_box3_line1.png);
  }
  .is__section2 .about_box3_section_title span {
    background-image: url(../images/about_box3_line2.png);
  }
  .is__section3 .about_box3_section_title span {
    background-image: url(../images/about_box3_line3.png);
  }
  .is__section4 .about_box3_section_title span {
    background-image: url(../images/about_box3_line4.png);
  }
}
.about_box3_section_text {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
@media (max-width: 960px) {
  .about_box3_section_text {
    width: 56.25vw;
    margin-top: 3.125vw;
    padding-bottom: 5.2083333333vw;
    font-size: 3.3333333333vw;
    line-height: 1.875;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_section_text {
    width: 15.625vw;
    margin-top: 1.25vw;
    margin-bottom: 1.5625vw;
    line-height: 1.5625;
  }
}
.about_box3_section_captions {
  display: block;
  width: 100%;
  background-color: #f0f0f0;
}
@media (max-width: 960px) {
  .about_box3_section_captions {
    margin-top: auto;
    padding: 2.6041666667vw;
    border-radius: 0 0 4.6875vw 4.6875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_section_captions {
    margin-top: auto;
    padding: 1.5625vw;
    border-radius: 0 0 2.34375vw 2.34375vw;
  }
}
.about_box3_section_caption_title {
  font-weight: bold;
}
.about_box3_img {
  display: block;
  margin: auto;
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_img {
    position: absolute;
    right: 0;
    left: 0;
  }
}
@media (max-width: 960px) {
  .about_box3_img.is__img1 {
    width: 82.6041666667vw;
    margin-top: 6.4583333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_img.is__img1 {
    top: -4.90625vw;
    width: 23.75vw;
  }
}
@media (max-width: 960px) {
  .about_box3_img.is__img2 {
    display: none;
  }
}
@media print, screen and (min-width: 960.02px) {
  .about_box3_img.is__img2 {
    top: 46.78125vw;
    width: 14vw;
    transform-origin: center bottom;
  }
}

@media (max-width: 960px) {
  .vision {
    margin-top: 12.6041666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision {
    margin-top: 12.5vw;
  }
}
.vision_title {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .vision_title {
    width: 69.2708333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_title {
    width: 45.1875vw;
  }
}
.vision_imgs {
  z-index: 2;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .vision_imgs {
    width: 61.4583333333vw;
    height: 39.8958333333vw;
    margin-top: 6.1458333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_imgs {
    width: 35.1875vw;
    height: 5.09375vw;
  }
}
.vision_img {
  width: 100%;
}
@media (max-width: 960px) {
  .vision_img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
.vision .section_box.is__box4::before {
  left: 0;
}
@media (max-width: 960px) {
  .vision .section_box.is__box4::before {
    border-radius: 0 18.75vw 18.75vw 0;
    background: linear-gradient(to right, #ffa25d 0%, #ffff66 100%);
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision .section_box.is__box4::before {
    border-radius: 0 23.4375vw 23.4375vw 0;
    background: linear-gradient(to right, #ffff66 0%, #ffa25d 100%);
  }
}
.vision .section_box.is__box4::after {
  background-image: url(../images/about_box4_bg_l.png), url(../images/about_box4_bg_r.png);
}
@media (max-width: 960px) {
  .vision .section_box.is__box4::after {
    top: -32.2916666667vw;
    height: 93.75vw;
    background-position: left -30.3125vw bottom, right -29.2708333333vw top;
    background-size: 33.34375vw, 32.1979166667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision .section_box.is__box4::after {
    top: -21.25vw;
    height: 64.96875vw;
    background-position: left -18.8125vw bottom, right -18.5625vw top;
    background-size: 20.69375vw, 20.41875vw;
  }
}
@media (max-width: 960px) {
  .vision .section_box.is__box4.is__action::after {
    background-position: left 0vw bottom, right 0vw top;
    background-size: 30.3125vw, 29.2708333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision .section_box.is__box4.is__action::after {
    background-position: left 0vw bottom, right 0vw top;
    background-size: 18.8125vw, 18.5625vw;
  }
}
@media (max-width: 960px) {
  .vision .section_box.is__box5 {
    margin-top: 12.6041666667vw;
    padding-top: 8.3333333333vw;
    padding-bottom: 10.4166666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision .section_box.is__box5 {
    margin-top: 5vw;
    padding-top: 6.0625vw;
    padding-bottom: 7.5vw;
  }
}
.vision .section_box.is__box5::before {
  right: 0;
  background: linear-gradient(to right, rgb(112, 151, 251) 0%, rgb(112, 184, 251) 28%, rgb(137, 247, 254) 67%, rgb(195, 250, 254) 100%);
}
@media (max-width: 960px) {
  .vision .section_box.is__box5::before {
    border-radius: 18.75vw 0 0 18.75vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision .section_box.is__box5::before {
    border-radius: 23.4375vw 0 0 23.4375vw;
  }
}
.vision .section_box.is__box5::after {
  background-image: url(../images/about_box5_bg_l.png), url(../images/about_box5_bg_r.png);
}
@media (max-width: 960px) {
  .vision .section_box.is__box5::after {
    top: -6.5625vw;
    height: 50.4166666667vw;
    background-position: left -21.1458333333vw bottom, right -21.6666666667vw top;
    background-size: 23.2604166667vw, 23.8333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision .section_box.is__box5::after {
    top: -5.625vw;
    height: 41.90625vw;
    background-position: left -18.625vw bottom, right -18.75vw top;
    background-size: 20.4875vw, 20.625vw;
  }
}
@media (max-width: 960px) {
  .vision .section_box.is__box5.is__action::after {
    background-position: left 0vw bottom, right 0vw top;
    background-size: 21.1458333333vw, 21.6666666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision .section_box.is__box5.is__action::after {
    background-position: left 0vw bottom, right 0vw top;
    background-size: 18.625vw, 18.75vw;
  }
}
.vision .box4_title {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .vision .box4_title {
    width: 80.9375vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision .box4_title {
    width: 54vw;
  }
}
.vision_box_img {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .vision_box_img.is__img1 {
    width: 87.5vw;
    margin-top: 4.0625vw;
  }
  .vision_box_img.is__img2 {
    width: 91.0416666667vw;
    margin-top: 5.8333333333vw;
    translate: 1.5625vw;
  }
  .vision_box_img.is__img3 {
    width: 79.1666666667vw;
    margin-top: 3.5416666667vw;
  }
  .vision_box_img.is__img4 {
    width: 83.6458333333vw;
    margin-top: 6.9791666667vw;
  }
  .vision_box_img.is__img5 {
    width: 83.6458333333vw;
    margin-top: 4.375vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_box_img.is__img1 {
    width: 55.25vw;
    margin-top: 3.78125vw;
  }
  .vision_box_img.is__img2 {
    width: 55.25vw;
    margin-top: 2.25vw;
  }
  .vision_box_img.is__img3 {
    width: 27.5vw;
    margin-top: 1.4375vw;
  }
  .vision_box_img.is__img4 {
    width: 26.125vw;
    margin-left: 0;
  }
  .vision_box_img.is__img5 {
    width: 24.5vw;
    margin-right: 0;
  }
}
.vision_box_imgs {
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 960.02px) {
  .vision_box_imgs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 53.4375vw;
    margin-top: 0.8125vw;
  }
}
.vision_box2_imgs {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .vision_box2_imgs {
    width: 81.0416666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_box2_imgs {
    display: flex;
    justify-content: space-between;
    width: 50.75vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_box2_img.is__img1 {
    width: 24.625vw;
  }
  .vision_box2_img.is__img2 {
    width: 24.625vw;
  }
}
.vision .box5_title {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .vision .box5_title {
    width: 85.1041666667vw;
    margin-top: 7.1875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision .box5_title {
    width: 43.375vw;
    margin-top: 1.96875vw;
  }
}
.vision_box2_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .vision_box2_lists {
    width: 87.5vw;
    margin-top: 6.25vw;
    gap: 4.1666666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_box2_lists {
    width: 57.5vw;
    margin-top: 3.75vw;
    gap: 2.5vw 0;
  }
}
.vision_box2_lists_title {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
  background: linear-gradient(to bottom, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(2, 6, 102, 0.2));
}
@media (max-width: 960px) {
  .vision_box2_lists_title {
    width: 100%;
    height: 14.1666666667vw;
    border-radius: 7.0833333333vw;
    font-size: 4.5833333333vw;
    line-height: 1;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_box2_lists_title {
    width: 11.625vw;
    height: 11.625vw;
    margin-right: 1.875vw;
    border-radius: 50%;
    font-size: 1.375vw;
    line-height: 1.4545454545;
  }
}
.vision_box2_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transform: translateZ(0);
  background-color: #fff;
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(2, 6, 102, 0.2));
}
@media (max-width: 960px) {
  .vision_box2_list {
    width: 41.6666666667vw;
    padding: 5.7291666667vw;
    border-radius: 4.1666666667vw;
  }
  .vision_box2_list:not(.is__list1) {
    width: 41.6666666667vw;
  }
  .vision_box2_list.is__list1 {
    width: 100%;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_box2_list {
    min-width: 16.25vw;
    padding: 2.3125vw;
    border-radius: 2.40625vw;
  }
}
.vision_box2_list_title {
  font-weight: 700;
}
@media (max-width: 960px) {
  .vision_box2_list_title {
    font-size: 4.1666666667vw;
    line-height: 2;
    text-align: center;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_box2_list_title {
    font-size: 1.25vw;
    line-height: 1.6;
  }
}
.vision_box2_list_title span {
  background-position: center bottom;
  background-size: auto 0.625vw;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .vision_box2_list_title span {
    background-size: 100% 1.875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_box2_list_title span {
    background-size: auto 0.625vw;
  }
}
.is__list1 .vision_box2_list_title span {
  background-image: url(../images/vision_box_line1.png);
}
.is__list2 .vision_box2_list_title span {
  background-image: url(../images/vision_box_line2.png);
}
.is__list3 .vision_box2_list_title span {
  background-image: url(../images/vision_box_line3.png);
}
.is__list4 .vision_box2_list_title span {
  background-image: url(../images/vision_box_line4.png);
}
.is__list5 .vision_box2_list_title span {
  background-image: url(../images/vision_box_line5.png);
}
.vision_box2_list_img {
  width: auto;
}
@media (max-width: 960px) {
  .vision_box2_list_img {
    height: 13.3333333333vw;
    margin-top: 3.3333333333vw;
  }
  .is__list5 .vision_box2_list_img {
    height: 27.1875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_box2_list_img {
    height: 4vw;
    margin-top: 1.3125vw;
  }
}
.vision_box2_list_img img {
  width: auto;
  height: 100%;
}
.vision_card_wrap {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
@media (max-width: 960px) {
  .vision_card_wrap {
    width: 87.5vw;
    margin-top: 8.3333333333vw;
    padding: 10.4166666667vw 7.8125vw;
    border-radius: 3.9583333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_card_wrap {
    width: 90%;
    max-width: 1000px;
    margin-top: 75px;
    padding: 80px;
    border-radius: 38px;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_card_wrap .btn {
    width: 400px;
  }
}
.vision_card_wrap .btn::before {
  display: block;
  position: absolute;
  margin: auto;
  background-image: url(../images/more_img.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 960px) {
  .vision_card_wrap .btn::before {
    top: 2.0833333333vw;
    left: 6.4583333333vw;
    width: 13.6458333333vw;
    height: 11.3541666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_card_wrap .btn::before {
    top: -0.5625vw;
    left: 1.25vw;
    width: 5.3125vw;
    height: 4.4375vw;
  }
}
.vision_card_title {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .vision_card_title {
    width: 66.6666666667vw;
    margin-bottom: 7.0833333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_card_title {
    width: 463px;
    margin-bottom: 42px;
  }
}
@media (max-width: 960px) {
  .vision_card_blocks {
    width: 100%;
  }
}
.vision_card_block {
  background-repeat: no-repeat;
  background-color: #f8fce2;
}
@media (max-width: 960px) {
  .vision_card_block {
    width: 100%;
    padding: 4.1666666667vw;
    border-radius: 2.6041666667vw;
    background-size: 10.8333333333vw;
    font-size: 3.3333333333vw;
  }
  .vision_card_block + .vision_card_block {
    margin-top: 6.25vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_card_block {
    width: 90.4765%;
    padding: 30px;
    border-radius: 25px;
    background-size: 71px;
    font-size: 18px;
  }
  .vision_card_block + .vision_card_block {
    margin-top: 20px;
  }
}
.vision_card_block.is__block1 {
  background-image: url(../images/vision_card_icon1.png);
}
@media (max-width: 960px) {
  .vision_card_block.is__block1 {
    padding-left: 17.7083333333vw;
    background-position: 4.2708333333vw 4.6875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_card_block.is__block1 {
    margin-right: auto;
    padding-left: 125px;
    background-position: 31px center;
  }
}
.vision_card_block.is__block2 {
  background-image: url(../images/vision_card_icon2.png);
}
@media (max-width: 960px) {
  .vision_card_block.is__block2 {
    padding-right: 17.7083333333vw;
    background-position: right 4.2708333333vw top 4.6875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .vision_card_block.is__block2 {
    margin-left: auto;
    padding-right: 125px;
    background-position: right 31px center;
  }
}

.column {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .column {
    width: 87.5vw;
    margin-top: 12.6041666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .column {
    width: 62.5vw;
    margin-top: 6.25vw;
  }
}
.column_title {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .column_title {
    width: 81.5625vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .column_title {
    width: 30.1875vw;
  }
}
.column_title::before, .column_title::after {
  display: block;
  position: absolute;
  margin: auto;
  transform-origin: center bottom;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  transition: all 0.25s ease-in;
}
.column_title::before {
  rotate: 15deg;
  background-image: url(../images/column_title_img1.png);
}
@media (max-width: 960px) {
  .column_title::before {
    bottom: -27.3958333333vw;
    left: 0.3125vw;
    width: 20.3125vw;
    height: 33.0208333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .column_title::before {
    top: 0.8125vw;
    left: -10.28125vw;
    width: 8.6875vw;
    height: 14.125vw;
  }
}
.column_title::after {
  rotate: -15deg;
  background-image: url(../images/column_title_img2.png);
}
@media (max-width: 960px) {
  .column_title::after {
    right: 0.625vw;
    bottom: -28.0208333333vw;
    width: 19.8958333333vw;
    height: 33.4375vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .column_title::after {
    top: 0.75vw;
    right: -10.84375vw;
    width: 8.5vw;
    height: 14.375vw;
  }
}
.column_title.is__action::before, .column_title.is__action::after {
  opacity: 1;
}
.column_title.is__action::before {
  animation: character_in_left 0.5s ease-in-out 1 forwards;
}
.column_title.is__action::after {
  animation: character_in_right 0.5s ease-in-out 1 forwards;
}
.column_wrap {
  z-index: 2;
  position: relative;
  width: 100%;
  background-color: #f8fce2;
}
@media (max-width: 960px) {
  .column_wrap {
    margin-top: 14.8958333333vw;
    padding: 10.4166666667vw 7.8125vw;
    border-radius: 3.8541666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .column_wrap {
    margin-top: 2.5vw;
    padding: 4.375vw 5vw 5vw;
    border-radius: 2.3125vw;
  }
}
.column_text {
  display: flex;
  width: 100%;
  background-repeat: no-repeat;
  font-weight: 500;
}
@media (max-width: 960px) {
  .column_text {
    padding-top: 28.6458333333vw;
    background-position: center top;
    background-size: 41.25vw;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .column_text {
    min-height: 7.5vw;
    background-size: 12.375vw;
    font-size: 1.125vw;
  }
}
.column_text.is__text1 {
  background-image: url(../images/column_text_bg1.png);
}
@media print, screen and (min-width: 960.02px) {
  .column_text.is__text1 {
    padding-left: 15vw;
    background-position: left center;
  }
}
.column_text.is__text2 {
  background-image: url(../images/column_text_bg2.png);
}
@media (max-width: 960px) {
  .column_text.is__text2 {
    margin-top: 7.2916666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .column_text.is__text2 {
    margin-top: 2.1875vw;
    padding-right: 15vw;
    background-position: right center;
  }
}

@media (max-width: 960px) {
  .more {
    width: 87.0833333333vw;
    margin-top: 12.6041666667vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 960.02px) {
  .more {
    margin-top: 9.53125vw;
  }
}
.more_title {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .more_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 83.3333333333vw;
    gap: 6.25vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .more_title {
    width: 48.125vw;
  }
}
.more_lists {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .more_lists {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 9.8958333333vw;
    gap: 7.9166666667vw 6.4583333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .more_lists {
    width: 62.5vw;
    margin-top: 3.1875vw;
  }
}
@media (max-width: 960px) {
  .more_list {
    width: 39.6875vw;
    height: 35.5208333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .more_list {
    width: 13.75vw;
    height: 12.5vw;
  }
}
.more_btn {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(61, 61, 61, 0.2));
}
@media (max-width: 960px) {
  .more_btn {
    border-radius: 4.0625vw;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .more_btn {
    border-radius: 2.4375vw;
    font-size: 1.125vw;
  }
  .more_btn:hover::before {
    animation: hover_bg 0.2s ease-out alternate 2;
  }
  .more_btn:hover::after {
    animation: hover_arrow 0.2s ease-out alternate 2;
  }
}
.more_btn::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  mix-blend-mode: overlay;
  transition: all 0.2s ease-out;
}
@media (max-width: 960px) {
  .more_btn::before {
    border-radius: 4.0625vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .more_btn::before {
    border-radius: 2.4375vw;
  }
}
.more_btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/btn_arrow.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 960px) {
  .more_btn::after {
    width: 6.4583333333vw;
    height: 1.5625vw;
    translate: 0 6.25vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .more_btn::after {
    width: 2.3125vw;
    height: 0.5625vw;
    translate: 0 2.25vw;
  }
}
.is__list1 .more_btn {
  background: linear-gradient(to bottom, rgb(184, 246, 147) 0%, rgb(0, 199, 155) 100%);
}
.is__list1 .more_btn::before {
  background-image: url(../images/more_bg1.png);
}
.is__list2 .more_btn {
  background: linear-gradient(to bottom, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
}
.is__list2 .more_btn::before {
  background-image: url(../images/more_bg2.png);
}
.is__list3 .more_btn {
  background: linear-gradient(to bottom, rgb(174, 161, 249) 0%, rgb(124, 115, 243) 50%, rgb(60, 78, 231) 100%);
}
.is__list3 .more_btn::before {
  background-image: url(../images/more_bg3.png);
}
.is__list4 .more_btn {
  background: linear-gradient(to bottom, rgb(255, 216, 59) 0%, rgb(255, 162, 93) 100%);
}
.is__list4 .more_btn::before {
  background-image: url(../images/more_bg4.png);
}
.more_btn.is__soon {
  background-color: #cccccc;
  pointer-events: none;
}

.character {
  position: relative;
  width: 100%;
}
@media (max-width: 960px) {
  .character {
    margin-top: 12.6041666667vw;
    padding-top: 12.3958333333vw;
    padding-bottom: 3.5416666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .character {
    margin-top: 9.375vw;
    padding-top: 4.25vw;
    padding-bottom: 2.125vw;
  }
}
.character::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  opacity: 0.8;
}
@media (max-width: 960px) {
  .character::before {
    border-radius: 50vw 50vw 0 0;
    background: linear-gradient(to bottom, rgb(10, 160, 173) 0%, rgb(18, 186, 175) 18%, #b1ed8e 35%);
  }
}
@media print, screen and (min-width: 960.02px) {
  .character::before {
    border-radius: 100vw 100vw 0 0;
    background: linear-gradient(to bottom, rgb(10, 160, 173) 35%, rgb(18, 186, 175) 56%, rgb(210, 255, 0) 100%);
  }
}
@media (max-width: 960px) {
  .character .inner {
    width: 87.5vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .character .inner {
    width: 62.5vw;
  }
}
.character_title {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .character_title {
    width: 63.3333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .character_title {
    width: 40.65625vw;
  }
}
.character_description {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.8181818182;
  text-align: center;
}
@media (max-width: 960px) {
  .character_description {
    margin-top: 5.2083333333vw;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .character_description {
    margin-top: 2.1875vw;
    font-size: 1.375vw;
  }
}
.character_wrap {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  transform: translateZ(0);
  transform: translateZ(0);
  background-color: #fff;
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(61, 61, 61, 0.2));
}
@media (max-width: 960px) {
  .character_wrap {
    margin-top: 7.2916666667vw;
    padding: 8.3333333333vw 7.7083333333vw 10.4166666667vw;
    border-radius: 4.8958333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .character_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.8125vw;
    padding: 3.90625vw 3.75vw;
    gap: 2.5vw 3.75vw;
    border-radius: 2.5vw;
  }
}
@media (max-width: 960px) {
  .character_box {
    width: 100%;
  }
  .character_box + .character_box {
    margin-top: 6.25vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .character_box {
    width: calc(50% - 1.875vw);
  }
}
.character_box_img {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .character_box_img {
    width: 16.3541666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .character_box_img {
    width: 6.5625vw;
  }
}
@media (max-width: 960px) {
  .character_box_text {
    margin-top: 2.6041666667vw;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .character_box_text {
    margin-top: 1.875vw;
    font-size: 1vw;
  }
}
.character .btn {
  background: linear-gradient(to right, rgb(219, 227, 13) 0%, rgb(18, 186, 175) 50%, rgb(17, 137, 248) 100%);
}
@media (max-width: 960px) {
  .character .btn {
    width: 71.875vw;
    height: 22.9166666667vw;
    margin-top: 20.8333333333vw;
    line-height: 1.4;
    text-align: center;
  }
}
@media print, screen and (min-width: 960.02px) {
  .character .btn {
    width: 27.5vw;
    height: 6.25vw;
    padding-right: 4.5vw;
    font-size: 1.25vw;
  }
  .character .btn::before {
    display: block;
    width: 4.5vw;
    height: 4.5vw;
    margin-top: auto;
    margin-right: 0.9375vw;
    margin-bottom: auto;
    background-image: url(../images/qr.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
}
@media (max-width: 960px) {
  .character .btn::after {
    right: 12.9166666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .character .btn::after {
    right: 3.25vw;
  }
}
.character_btn_img {
  position: absolute;
  margin: auto;
}
@media (max-width: 960px) {
  .character_btn_img.is__img1 {
    top: -12.9166666667vw;
    right: 0;
    left: 0;
    width: 19.1666666667vw;
  }
  .character_btn_img.is__img2 {
    top: -1.4583333333vw;
    left: -3.5416666667vw;
    width: 15.8333333333vw;
  }
  .character_btn_img.is__img3 {
    top: -0.4166666667vw;
    right: -5.2083333333vw;
    width: 16.875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .character_btn_img.is__img1 {
    top: -3.875vw;
    right: 0;
    left: 0;
    width: 5.75vw;
  }
  .character_btn_img.is__img2 {
    top: -0.4375vw;
    left: -2.4375vw;
    width: 4.75vw;
  }
  .character_btn_img.is__img3 {
    top: 0.125vw;
    right: -2.625vw;
    width: 5.0625vw;
  }
}

.footer {
  display: block;
  width: 100%;
  margin: auto;
  line-height: 2;
  text-align: center;
}
@media (max-width: 960px) {
  .footer {
    padding-bottom: 10.4166666667vw;
    background-color: rgba(177, 237, 142, 0.8);
    font-size: 2.9166666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .footer {
    padding-bottom: 3.65625vw;
    background-color: rgba(210, 255, 0, 0.8);
    font-size: 0.75vw;
  }
}
.footer_lists {
  display: flex;
  justify-content: center;
}
@media (max-width: 960px) {
  .footer_lists {
    flex-wrap: wrap;
    width: 80%;
    margin-right: auto;
    margin-bottom: 2.0833333333vw;
    margin-left: auto;
    gap: 2.0833333333vw 0;
  }
}
ul .footer_list:not(:last-child)::after {
  padding-right: 1.2em;
  padding-left: 1.2em;
  content: "|";
}

.is__modal_open {
  right: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}
.is__modal_open .modal_wrap {
  display: flex;
}

.modal_wrap {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin: auto;
}

.modal_bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal_inner {
  z-index: 1;
  position: relative;
  margin: auto;
  background-color: #3bb3bd;
  color: #fff;
}
@media (max-width: 960px) {
  .modal_inner {
    width: 87.5vw;
    height: max-content;
    overflow-y: scroll;
    border-radius: 5.2083333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_inner {
    width: 55vw;
    border-radius: 2.3125vw;
  }
}

.modal_close {
  display: block;
  z-index: 2;
  position: absolute;
  background-image: url(../images/modal_close.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out;
}
@media (max-width: 960px) {
  .modal_close {
    top: 4.0625vw;
    right: 4.1666666667vw;
    width: 7.5vw;
    height: 7.5vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_close {
    top: 0.9375vw;
    right: 0.9375vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  .modal_close:hover {
    rotate: 90deg;
    animation: hover_btn 0.2s ease-in-out alternate 2;
  }
}

.modal_sliders {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.modal_lists {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
}
.modal_lists.splide__list {
  height: max-content;
}
.modal_arrow {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #0ca7b4;
}
@media (max-width: 960px) {
  .modal_arrow {
    width: 8.3333333333vw;
    height: 20.8333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_arrow {
    width: 5vw;
    height: 10vw;
    background-position: 0.9375vw 1.4375vw;
    background-size: 3.0625vw;
    transition: all 0.2s ease-out;
  }
  .modal_arrow:hover {
    width: 5.625vw;
  }
}
.modal_arrow.is__prev {
  left: 0;
}
@media (max-width: 960px) {
  .modal_arrow.is__prev {
    border-radius: 0 4.6875vw 4.6875vw 0;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_arrow.is__prev {
    transform-origin: left center;
    border-radius: 0 2.5vw 2.5vw 0;
  }
}
.modal_arrow.is__next {
  right: 0;
}
@media (max-width: 960px) {
  .modal_arrow.is__next {
    border-radius: 4.6875vw 0 0 4.6875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_arrow.is__next {
    transform-origin: right center;
    border-radius: 2.5vw 0 0 2.5vw;
  }
}
.modal_arrow.is__next::before {
  transform: scale(-1, 1);
}
.modal_arrow::before, .modal_arrow::after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.modal_arrow::before {
  background-image: url(../images/modal_arrow.png);
}
@media (max-width: 960px) {
  .modal_arrow::before {
    bottom: 4.2708333333vw;
    width: 2.9166666667vw;
    height: 3.8541666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_arrow::before {
    bottom: 1.6875vw;
    width: 1.5vw;
    height: 2.5vw;
  }
}
.modal_arrow::after {
  transform: translateZ(0);
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(0, 60, 63, 0.2));
}
@media (max-width: 960px) {
  .modal_arrow::after {
    top: 3.4375vw;
    width: 5.8333333333vw;
    height: 5.8333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_arrow::after {
    top: 1.4375vw;
    width: 3.0625vw;
    height: 3.0625vw;
  }
}
.modal_arrow svg {
  opacity: 0;
}
.modal_inner:has(.is__section1.is__current) .modal_arrow.is__prev::after {
  background-image: url(../images/modal_nth9.png);
}
.modal_inner:has(.is__section1.is__current) .modal_arrow.is__next::after {
  background-image: url(../images/modal_nth2.png);
}
.modal_inner:has(.is__section2.is__current) .modal_arrow.is__prev::after {
  background-image: url(../images/modal_nth1.png);
}
.modal_inner:has(.is__section2.is__current) .modal_arrow.is__next::after {
  background-image: url(../images/modal_nth3.png);
}
.modal_inner:has(.is__section3.is__current) .modal_arrow.is__prev::after {
  background-image: url(../images/modal_nth2.png);
}
.modal_inner:has(.is__section3.is__current) .modal_arrow.is__next::after {
  background-image: url(../images/modal_nth4.png);
}
.modal_inner:has(.is__section4.is__current) .modal_arrow.is__prev::after {
  background-image: url(../images/modal_nth3.png);
}
.modal_inner:has(.is__section4.is__current) .modal_arrow.is__next::after {
  background-image: url(../images/modal_nth5.png);
}
.modal_inner:has(.is__section5.is__current) .modal_arrow.is__prev::after {
  background-image: url(../images/modal_nth4.png);
}
.modal_inner:has(.is__section5.is__current) .modal_arrow.is__next::after {
  background-image: url(../images/modal_nth6.png);
}
.modal_inner:has(.is__section6.is__current) .modal_arrow.is__prev::after {
  background-image: url(../images/modal_nth5.png);
}
.modal_inner:has(.is__section6.is__current) .modal_arrow.is__next::after {
  background-image: url(../images/modal_nth7.png);
}
.modal_inner:has(.is__section7.is__current) .modal_arrow.is__prev::after {
  background-image: url(../images/modal_nth6.png);
}
.modal_inner:has(.is__section7.is__current) .modal_arrow.is__next::after {
  background-image: url(../images/modal_nth8.png);
}
.modal_inner:has(.is__section8.is__current) .modal_arrow.is__prev::after {
  background-image: url(../images/modal_nth7.png);
}
.modal_inner:has(.is__section8.is__current) .modal_arrow.is__next::after {
  background-image: url(../images/modal_nth9.png);
}
.modal_inner:has(.is__section9.is__current) .modal_arrow.is__prev::after {
  background-image: url(../images/modal_nth8.png);
}
.modal_inner:has(.is__section9.is__current) .modal_arrow.is__next::after {
  background-image: url(../images/modal_nth1.png);
}

.modal_section {
  display: none;
  visibility: hidden;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.modal_section.is__current {
  display: grid;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 960px) {
  .modal_section {
    padding: 12.5vw 11.4583333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_section {
    padding: 4.875vw 5vw 6.25vw;
  }
}

.modal_titles {
  position: relative;
  grid-row: 1;
  margin: auto;
}
@media (max-width: 960px) {
  .modal_titles {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_titles {
    width: 38.75vw;
    padding-left: 9.75vw;
  }
}
.modal_titles::before, .modal_titles::after {
  display: block;
  transform: translateZ(0);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  filter: drop-shadow(1.25vw 1.25vw 1.25vw rgba(0, 60, 63, 0.2));
}
.modal_titles::before {
  z-index: 1;
}
@media (max-width: 960px) {
  .modal_titles::before {
    position: relative;
    width: 16.3541666667vw;
    height: 16.3541666667vw;
    margin-left: 2.3958333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_titles::before {
    position: absolute;
    top: 0.75vw;
    left: 0;
    width: 8vw;
    height: 8vw;
    margin: auto;
  }
}
.modal_titles::after {
  z-index: 2;
  position: absolute;
  margin: auto;
}
@media (max-width: 960px) {
  .modal_titles::after {
    top: -3.75vw;
    left: 0vw;
    width: 7.7083333333vw;
    height: 7.7083333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_titles::after {
    top: -1.1875vw;
    left: -1.25vw;
    width: 3.75vw;
    height: 3.75vw;
  }
}
.is__section1 .modal_titles::before {
  background-image: url(../images/modal1_icon.png);
}
.is__section1 .modal_titles::after {
  background-image: url(../images/modal1_nth.png);
}
.is__section2 .modal_titles::before {
  background-image: url(../images/modal2_icon.png);
}
.is__section2 .modal_titles::after {
  background-image: url(../images/modal2_nth.png);
}
.is__section3 .modal_titles::before {
  background-image: url(../images/modal3_icon.png);
}
.is__section3 .modal_titles::after {
  background-image: url(../images/modal3_nth.png);
}
.is__section4 .modal_titles::before {
  background-image: url(../images/modal4_icon.png);
}
.is__section4 .modal_titles::after {
  background-image: url(../images/modal4_nth.png);
}
.is__section5 .modal_titles::before {
  background-image: url(../images/modal5_icon.png);
}
.is__section5 .modal_titles::after {
  background-image: url(../images/modal5_nth.png);
}
.is__section6 .modal_titles::before {
  background-image: url(../images/modal6_icon.png);
}
.is__section6 .modal_titles::after {
  background-image: url(../images/modal6_nth.png);
}
.is__section7 .modal_titles::before {
  background-image: url(../images/modal7_icon.png);
}
.is__section7 .modal_titles::after {
  background-image: url(../images/modal7_nth.png);
}
.is__section8 .modal_titles::before {
  background-image: url(../images/modal8_icon.png);
}
.is__section8 .modal_titles::after {
  background-image: url(../images/modal8_nth.png);
}
.is__section9 .modal_titles::before {
  background-image: url(../images/modal9_icon.png);
}
.is__section9 .modal_titles::after {
  background-image: url(../images/modal9_nth.png);
}

.modal_text {
  line-height: 2;
}
@media (max-width: 960px) {
  .modal_text {
    margin-top: 5.2083333333vw;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_text {
    margin-top: 1.625vw;
    font-size: 1vw;
  }
}

.modal_imgs {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .modal_imgs {
    width: 100%;
    margin-top: 5.2083333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_imgs {
    width: 38.75vw;
    margin-top: 2.25vw;
  }
}

.modal_img {
  aspect-ratio: 1240/704;
}

.modal_imgs_wrap {
  grid-row: 3;
}
@media (max-width: 960px) {
  .modal_imgs_wrap {
    width: 100%;
    margin-top: 2.6041666667vw;
    padding-bottom: 3.125vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_imgs_wrap {
    margin-top: 0.9375vw;
    padding-bottom: 0.8125vw;
  }
}

.modal_imgs_wrap {
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 960.02px) {
  .modal_imgs_wrap {
    width: 38.75vw;
  }
}

.modal_imgs_inner {
  width: 100%;
  max-height: max-content;
  margin-right: auto;
  margin-left: auto;
}

.modal_caption {
  display: inline-block;
  line-height: 2;
}
@media (max-width: 960px) {
  .modal_caption {
    margin-top: 1.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_caption {
    margin-top: 0.75vw;
    font-size: 1vw;
  }
}

.modal_tag {
  display: inline-block;
  width: max-content;
  line-height: 1;
}
@media (max-width: 960px) {
  .modal_tag {
    margin-left: 1.0416666667vw;
    padding: 1.6666666667vw;
    border: 0.2083333333vw solid #fff;
    font-size: 2.9166666667vw;
  }
  .modal_tag + .modal_tag {
    margin-top: 1.5625vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_tag {
    margin-left: 0.625vw;
    padding: 0.4375vw;
    border: 0.125vw solid #fff;
    font-size: 0.875vw;
  }
}

@media (max-width: 960px) {
  .is__section1 .modal_titles {
    gap: 0 13.5416666667vw;
  }
}
@media (max-width: 960px) {
  .is__section1 .modal_title {
    width: 14.2708333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__section1 .modal_title {
    width: 4.875vw;
  }
}

@media (max-width: 960px) {
  .is__section2 .modal_titles {
    gap: 0 13.5416666667vw;
  }
}
@media (max-width: 960px) {
  .is__section2 .modal_title {
    width: 14.375vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__section2 .modal_title {
    width: 4.9375vw;
  }
}

@media (max-width: 960px) {
  .is__section3 .modal_titles {
    gap: 0 16.6666666667vw;
  }
}
@media (max-width: 960px) {
  .is__section3 .modal_title {
    width: 7.1875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__section3 .modal_title {
    width: 2.5vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__section3 .modal_imgs_wrap {
    width: 41.8125vw;
    translate: -0.625vw;
  }
}

@media (max-width: 960px) {
  .is__section4 .modal_titles {
    gap: 0 13.5416666667vw;
  }
}
@media (max-width: 960px) {
  .is__section4 .modal_title {
    width: 17.7083333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__section4 .modal_title {
    width: 6.125vw;
  }
}

@media (max-width: 960px) {
  .is__section5 .modal_titles {
    gap: 0 13.5416666667vw;
  }
}
@media (max-width: 960px) {
  .is__section5 .modal_title {
    width: 20.8333333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__section5 .modal_title {
    width: 7.4375vw;
  }
}

.is__section6::before {
  display: block;
  position: absolute;
  background-image: url(../images/more_img.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 960px) {
  .is__section6::before {
    right: 11.3541666667vw;
    bottom: 14.5833333333vw;
    width: 11.0416666667vw;
    height: 9.1666666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__section6::before {
    right: 8.75vw;
    bottom: 2.1875vw;
    width: 6.625vw;
    height: 5.5vw;
  }
}
@media (max-width: 960px) {
  .is__section6 .modal_titles {
    gap: 0 2.1875vw;
  }
}
@media (max-width: 960px) {
  .is__section6 .modal_title {
    width: 41.25vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__section6 .modal_title {
    width: 14.9375vw;
  }
}

@media (max-width: 960px) {
  .is__section7 .modal_titles {
    gap: 0 11.1458333333vw;
  }
}
@media (max-width: 960px) {
  .is__section7 .modal_title {
    width: 19.5833333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__section7 .modal_title {
    width: 6.71875vw;
  }
}

@media (max-width: 960px) {
  .is__section8 .modal_titles {
    gap: 0 2.3958333333vw;
  }
}
@media (max-width: 960px) {
  .is__section8 .modal_title {
    width: 41.875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__section8 .modal_title {
    width: 15.34375vw;
  }
}

@media (max-width: 960px) {
  .is__section9 .modal_titles {
    gap: 0 7.3958333333vw;
  }
}
@media (max-width: 960px) {
  .is__section9 .modal_title {
    width: 29.1666666667vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .is__section9 .modal_title {
    width: 10vw;
  }
}

.modal_inner_thumbs {
  display: flex !important;
  position: relative;
  grid-row: 2;
}
@media (max-width: 960px) {
  .modal_inner_thumbs {
    height: 2.0833333333vw;
    margin-top: 5.2083333333vw;
    gap: 2.0833333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_inner_thumbs {
    height: 1.125vw;
    margin-top: 2.1875vw;
    gap: 1.125vw;
  }
}
.modal_inner_thumbs li {
  position: relative;
  margin: 0;
  overflow: visible;
  opacity: 1;
}
@media (max-width: 960px) {
  .modal_inner_thumbs li {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_inner_thumbs li {
    width: 1.125vw;
    height: 1.125vw;
  }
}

.modal_inner_thumb {
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  opacity: 1 !important;
}
@media (max-width: 960px) {
  .modal_inner_thumb {
    border-radius: 1.25vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .modal_inner_thumb {
    border-radius: 0.875vw;
  }
}
.modal_inner_thumb.is-active {
  transform: scale(1);
  scale: 1;
  background-color: white;
}

.pagetop {
  display: block;
  visibility: hidden;
  z-index: 10;
  position: fixed;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out 1s;
}
@media (max-width: 960px) {
  .pagetop {
    bottom: 2.9166666667vw;
    left: 76.3541666667vw;
    width: 20.7291666667vw;
    height: 22.1875vw;
  }
}
@media print, screen and (min-width: 960.02px) {
  .pagetop {
    right: 1vw;
    bottom: 1vw;
    width: 6.1875vw;
    height: 6.625vw;
  }
  .pagetop:hover {
    transform-origin: center bottom;
    animation: hover_btn 0.2s ease-in-out 2 alternate;
  }
}
body:has(.about.is__action) .pagetop {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}