html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

ul,
dl,
ol {
  text-indent: 0;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: none;
}

@media screen {
  .scIn.accInTop {
    position: relative;
    clip-path: inset(0% 0% 100% 0%);
  }
  .scIn.accInTop.move {
    clip-path: inset(0% 0% 0% 0%);
    transition: clip-path 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .scIn.accInLeft {
    position: relative;
    clip-path: inset(0% 100% 0% 0%);
  }
  .scIn.accInLeft.move {
    clip-path: inset(0% 0% 0% 0%);
    transition: clip-path 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .scIn.accInBottom {
    position: relative;
    clip-path: inset(100% 0% 0% 0%);
  }
  .scIn.accInBottom.move {
    clip-path: inset(0% 0% 0% 0%);
    transition: clip-path 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .scIn.accInRight {
    position: relative;
    clip-path: inset(0% 0% 0% 100%);
  }
  .scIn.accInRight.move {
    clip-path: inset(0% 0% 0% 0%);
    transition: clip-path 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .scIn.fadeIn {
    opacity: 0;
  }
  .scIn.fadeIn.move {
    opacity: 1;
    transition: opacity 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .scIn.zoomIn {
    transform: scale(0);
  }
  .scIn.zoomIn.move {
    transform: scale(1);
    transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .scIn.slideInTop {
    opacity: 0;
    transform: translateY(-50px);
  }
  .scIn.slideInTop.move {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .scIn.slideInLeftBottom {
    opacity: 0;
    transform: translate(-50px, 50px);
  }
  .scIn.slideInLeftBottom.move {
    opacity: 1;
    transform: translate(0px, 0px);
    transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .scIn.slideInRightBottom {
    opacity: 0;
    transform: translate(50px, 50px);
  }
  .scIn.slideInRightBottom.move {
    opacity: 1;
    transform: translate(0px, 0px);
    transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .scIn.slideInLeftTop {
    opacity: 0;
    transform: translate(-50px, -50px);
  }
  .scIn.slideInLeftTop.move {
    opacity: 1;
    transform: translate(0px, 0px);
    transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .scIn.slideInRightTop {
    opacity: 0;
    transform: translate(50px, -50px);
  }
  .scIn.slideInRightTop.move {
    opacity: 1;
    transform: translate(0px, 0px);
    transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .scIn.slideInBottom {
    opacity: 0;
    transform: translateY(50px);
  }
  .scIn.slideInBottom.move {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .scIn.slideInLeft {
    opacity: 0;
    transform: translateX(-50px);
  }
  .scIn.slideInLeft.move {
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .scIn.slideInRight {
    opacity: 0;
    transform: translateX(50px);
  }
  .scIn.slideInRight.move {
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .scIn.move.delay100 {
    transition-delay: 100ms !important;
  }
  .scIn.move.delay200 {
    transition-delay: 200ms !important;
  }
  .scIn.move.delay300 {
    transition-delay: 300ms !important;
  }
  .scIn.move.delay400 {
    transition-delay: 400ms !important;
  }
  .scIn.move.delay500 {
    transition-delay: 500ms !important;
  }
  .scIn.move.delay600 {
    transition-delay: 600ms !important;
  }
  .scIn.move.delay700 {
    transition-delay: 700ms !important;
  }
  .scIn.move.delay800 {
    transition-delay: 800ms !important;
  }
  .scIn.move.delay900 {
    transition-delay: 900ms !important;
  }
  .scIn.move.delay1000 {
    transition-delay: 1000ms !important;
  }
  .scIn.move.delay1100 {
    transition-delay: 1100ms !important;
  }
  .scIn.move.delay1200 {
    transition-delay: 1200ms !important;
  }
  .scIn.move.delay1300 {
    transition-delay: 1300ms !important;
  }
  .scIn.move.delay1400 {
    transition-delay: 1400ms !important;
  }
  .scIn.move.delay1500 {
    transition-delay: 1500ms !important;
  }
  .scIn.move.delay1600 {
    transition-delay: 1600ms !important;
  }
  .scIn.move.delay1700 {
    transition-delay: 1700ms !important;
  }
  .scIn.move.delay1800 {
    transition-delay: 1800ms !important;
  }
  .scIn.move.delay1900 {
    transition-delay: 1900ms !important;
  }
  .scIn.move.delay2000 {
    transition-delay: 2000ms !important;
  }
}
body {
  background-color: #fff;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4.1025641026vw;
  }
}
body {
  overflow: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

body.openingEnd {
  overflow: inherit;
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
#content {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

img {
  width: 100%;
}

body {
  position: relative;
}

.article {
  position: relative;
}
.article-en {
  font-family: "Arial", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .article-en {
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .article-en {
    font-size: 12.3076923077vw;
  }
}
.article-en {
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, #0198e0 25%, #509bb5 50%, #a79b87 68%, #ff9b57 97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.article-hdg {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .article-hdg {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .article-hdg {
    font-size: 5.1282051282vw;
  }
}
.article-hdg {
  font-weight: bold;
  text-align: center;
  position: relative;
}

.header {
  position: fixed;
  z-index: 20;
  box-sizing: border-box;
  transform: translateY(-90px);
}
body.loaded .header {
  transition-duration: 400ms;
  transition-property: transform;
  transform: translateY(0px);
  transition-delay: 6000ms;
}

@media print, screen and (min-width: 768px) {
  .header {
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    left: 15px;
    top: 15px;
    background-color: #fff;
    width: calc(100% - 30px);
    border-radius: 6px;
    display: grid;
    grid-template: "logo ... btn" "nav  nav nav"/1fr 0 70px;
    align-items: center;
  }
}
.header-logo {
  grid-area: logo;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .header-logo {
    background: url(../img/logo.svg) center/219px 39px no-repeat;
    width: 288px;
    height: 70px;
    background-color: #fff;
    border-radius: 0 100px 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    background: url(../img/logo.svg) center/100%;
    aspect-ratio: 219/39;
    width: 219px;
    margin-left: 20px;
  }
}
.header-nav {
  grid-area: nav;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .header-nav {
    gap: 24px;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
}
.header-nav li a {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header-nav li a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .header-nav li a::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .header-nav li a.current::after {
    background: linear-gradient(to right, #0198e0 25%, #509bb5 50%, #a79b87 68%, #ff9b57 97%);
  }
}
@media only screen and (max-width: 767px) {
  .header-nav li a {
    display: block;
    padding: 10px;
    position: relative;
  }
  .header-nav li a::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #0198e0 25%, #509bb5 50%, #a79b87 68%, #ff9b57 97%);
  }
}
.header-menubtn {
  grid-area: btn;
}
@media print, screen and (min-width: 768px) {
  .header-menubtn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-menubtn {
    position: relative;
    display: block;
    width: 70px;
    aspect-ratio: 1;
  }
  .header-menubtn span {
    display: block;
    width: 33px;
    height: 4px;
    background: linear-gradient(to right, #0198e0 25%, #509bb5 50%, #a79b87 68%, #ff9b57 97%);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -2px;
    transition-duration: 250ms;
    transition-property: transform, top;
  }
  .header-menubtn span:nth-child(1) {
    top: calc(50% - 10px);
  }
  .header-menubtn span:nth-child(3) {
    top: calc(50% + 10px);
  }
  body.openMenu .header-menubtn span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  body.openMenu .header-menubtn span:nth-child(2) {
    top: 50%;
    transform: rotate(45deg);
  }
  body.openMenu .header-menubtn span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
}

.footer {
  margin-top: 100px;
  border-top: 1px solid #6d6d6d;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .footer {
    align-items: flex-end;
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 50px;
    flex-direction: column;
    padding: 20px;
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.footer-nav li a {
  font-size: 14px;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: start;
  line-height: 1em;
  gap: 5px;
}
.footer-nav li a::after {
  position: relative;
  display: block;
  content: "";
  aspect-ratio: 1;
  width: 16px;
  background: url(../img/icon_outside.svg) center/100%;
}
@media only screen and (max-width: 767px) {
  .footer-nav li a {
    font-size: 13px;
  }
  .footer-nav li a::after {
    width: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-copyright {
    flex: 1;
    text-align: right;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-copyright {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
  }
}

.eff.eff1 {
  background: url(../img/eff_01.webp) 0 0/100% 100%;
  aspect-ratio: 1.2405063291;
}
@media print, screen and (min-width: 768px) {
  .eff.eff1 {
    width: 7.65625vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff1 {
    width: 25.1282051282vw;
  }
}
.eff.eff1 {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .eff.eff1 {
    left: calc(50% + 15.625vw);
    top: -19.53125vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff1 {
    background: url(../img/eff_01.webp) 0 0/100% 100%;
    aspect-ratio: 1.2405063291;
    position: absolute;
    right: 8vw;
    top: -40vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .eff.eff1 {
    width: 5.7421875vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .eff.eff1 {
    width: 18.8461538462vw;
  }
}
.eff.eff2 {
  background: url(../img/eff_02.webp) 0 0/100% 100%;
  aspect-ratio: 1.0367454068;
}
@media print, screen and (min-width: 768px) {
  .eff.eff2 {
    width: 15.4296875vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff2 {
    width: 50.641025641vw;
  }
}
.eff.eff2 {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .eff.eff2 {
    left: calc(50% - 50vw - 1.5625vw);
    top: -3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff2 {
    background: url(../img/eff_02.webp) 0 0/100% 100%;
    aspect-ratio: 1.0367454068;
    position: absolute;
    left: -8vw;
    top: -30vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .eff.eff2 {
    width: 7.71484375vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .eff.eff2 {
    width: 25.3205128205vw;
  }
}
.eff.eff3 {
  background: url(../img/eff_03.webp) 0 0/100% 100%;
  aspect-ratio: 0.8743169399;
}
@media print, screen and (min-width: 768px) {
  .eff.eff3 {
    width: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff3 {
    width: 164.1025641026vw;
  }
}
.eff.eff3 {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .eff.eff3 {
    left: calc(50% + 7.8125vw);
    bottom: -6.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff3 {
    background: url(../img/eff_03.webp) 0 0/100% 100%;
    aspect-ratio: 0.8743169399;
    position: absolute;
    right: -40vw;
    bottom: -20vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .eff.eff3 {
    width: 30vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .eff.eff3 {
    width: 98.4615384615vw;
  }
}
.eff.eff4 {
  background: url(../img/eff_04.webp) 0 0/100% 100%;
  aspect-ratio: 0.783625731;
}
@media print, screen and (min-width: 768px) {
  .eff.eff4 {
    width: 10.46875vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff4 {
    width: 34.358974359vw;
  }
}
.eff.eff4 {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .eff.eff4 {
    left: -7.8125vw;
    bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff4 {
    left: -20vw;
    top: 0;
  }
}
.eff.eff5 {
  background: url(../img/eff_05.webp) 0 0/100% 100%;
  aspect-ratio: 1.6768292683;
}
@media print, screen and (min-width: 768px) {
  .eff.eff5 {
    width: 21.484375vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff5 {
    width: 70.5128205128vw;
  }
}
.eff.eff5 {
  position: absolute;
  left: -9.375vw;
  top: 20cqw;
}
@media only screen and (max-width: 767px) {
  .eff.eff5 {
    display: none;
  }
}
.eff.eff6 {
  background: url(../img/eff_06.webp) 0 0/100% 100%;
  aspect-ratio: 1.2089552239;
}
@media print, screen and (min-width: 768px) {
  .eff.eff6 {
    width: 6.328125vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff6 {
    width: 20.7692307692vw;
  }
}
.eff.eff6 {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .eff.eff6 {
    right: 2.34375vw;
    top: 18.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff6 {
    background: url(../img/eff_06.webp) 0 0/100% 100%;
    aspect-ratio: 1.2089552239;
    position: absolute;
    top: calc(100% + 2vw);
    right: 8vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .eff.eff6 {
    width: 4.74609375vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .eff.eff6 {
    width: 15.5769230769vw;
  }
}
.eff.eff7 {
  background: url(../img/eff_07.webp) 0 0/100% 100%;
  aspect-ratio: 0.4933035714;
}
@media print, screen and (min-width: 768px) {
  .eff.eff7 {
    width: 8.6328125vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff7 {
    width: 28.3333333333vw;
  }
}
.eff.eff7 {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .eff.eff7 {
    left: calc(100cqw - 6.25vw);
    top: -7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff7 {
    background: url(../img/eff_07.webp) 0 0/100% 100%;
    aspect-ratio: 0.4933035714;
    position: absolute;
    right: -6vw;
    top: 20vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .eff.eff7 {
    width: 4.31640625vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .eff.eff7 {
    width: 14.1666666667vw;
  }
}
.eff.eff8 {
  background: url(../img/eff_08.webp) 0 0/100% 100%;
  aspect-ratio: 0.6886792453;
}
@media print, screen and (min-width: 768px) {
  .eff.eff8 {
    width: 2.8515625vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff8 {
    width: 9.358974359vw;
  }
}
.eff.eff8 {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .eff.eff8 {
    right: 9.375vw;
    bottom: -9.375vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff8 {
    background: url(../img/eff_08.webp) 0 0/100% 100%;
    aspect-ratio: 0.6886792453;
    position: absolute;
    left: -2.5641025641vw;
    bottom: -17.9487179487vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .eff.eff8 {
    width: 2.8515625vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .eff.eff8 {
    width: 9.358974359vw;
  }
}
.eff.eff9 {
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .eff.eff9 {
    background: url(../img/eff_09.webp) 0 0/100% 100%;
    aspect-ratio: 1.2166666667;
    position: absolute;
    left: 6.25vw;
    top: -3.90625vw;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .eff.eff9 {
    width: 11.40625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .eff.eff9 {
    width: 37.4358974359vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff9 {
    background: url(../img/eff_09.webp) 0 0/100% 100%;
    aspect-ratio: 1.2166666667;
    position: absolute;
    left: 15.3846153846vw;
    top: -12.8205128205vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .eff.eff9 {
    width: 8.5546875vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .eff.eff9 {
    width: 28.0769230769vw;
  }
}
.eff.eff10 {
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .eff.eff10 {
    background: url(../img/eff_10.webp) 0 0/100% 100%;
    aspect-ratio: 0.7173913043;
    position: absolute;
    right: 14.0625vw;
    bottom: -2.34375vw;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .eff.eff10 {
    width: 5.15625vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .eff.eff10 {
    width: 16.9230769231vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff10 {
    background: url(../img/eff_10.webp) 0 0/100% 100%;
    aspect-ratio: 0.7173913043;
    position: absolute;
    left: 5.1282051282vw;
    bottom: -7.6923076923vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .eff.eff10 {
    width: 3.8671875vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .eff.eff10 {
    width: 12.6923076923vw;
  }
}
.eff.eff11 {
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .eff.eff11 {
    background: url(../img/eff_11.webp) 0 0/100% 100%;
    aspect-ratio: 1.1451612903;
    position: absolute;
    left: 3.90625vw;
    top: -7.8125vw;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .eff.eff11 {
    width: 11.09375vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .eff.eff11 {
    width: 36.4102564103vw;
  }
}
@media only screen and (max-width: 767px) {
  .eff.eff11 {
    background: url(../img/eff_11.webp) 0 0/100% 100%;
    aspect-ratio: 1.1451612903;
    position: absolute;
    left: 7.6923076923vw;
    top: -15.3846153846vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .eff.eff11 {
    width: 5.546875vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .eff.eff11 {
    width: 18.2051282051vw;
  }
}

.kv {
  position: relative;
}
.kv-markset {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1251/655;
  transform: scale(0.9);
  container-type: inline-size;
}
@media print, screen and (min-width: 768px) {
  .kv-markset {
    width: 55.46875vw;
    margin-top: 11.71875vw;
    margin-bottom: 39.0625vw;
  }
}
@media only screen and (max-width: 767px) {
  .kv-markset {
    margin-top: 40vw;
    width: 88vw;
    margin-bottom: 75vw;
  }
}
body.loaded .kv-markset {
  animation-duration: 8000ms;
  animation-name: anm-markset;
  animation-fill-mode: both;
}

@keyframes anm-markset {
  0% {
    transform: scale(0.9) rotate(10deg);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.kv-mark {
  aspect-ratio: 2000/1722;
  width: 192.3943661972cqw;
  container-type: inline-size;
  position: absolute;
  left: calc(50% - 96.1971830986cqw + 5cqw);
  top: calc(50% - 82.8257746479cqw - 10cqw);
}
.kv-mark .guide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/kv/kv_guide.webp) 0 0/100% 100%;
  opacity: 0.25;
}
.kv-mark .pt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kv-mark .pt div {
  display: block;
  content: "";
  position: absolute;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
body.loaded .kv-mark .pt div {
  transition-property: transform, -webkit-mask;
  transition-property: mask, transform;
  transition-property: mask, transform, -webkit-mask;
}

.kv-mark .pt .totop {
  -webkit-mask-image: url(../img/kv/kv_mask_totop.webp);
          mask-image: url(../img/kv/kv_mask_totop.webp);
  -webkit-mask-position: 0 -100%;
          mask-position: 0 -100%;
  -webkit-mask-size: 100% 200%;
          mask-size: 100% 200%;
}
body.loaded .kv-mark .pt .totop {
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
}

.kv-mark .pt .tobottom {
  -webkit-mask-image: url(../img/kv/kv_mask_tobottom.webp);
          mask-image: url(../img/kv/kv_mask_tobottom.webp);
  -webkit-mask-position: 0 200%;
          mask-position: 0 200%;
  -webkit-mask-size: 100% 200%;
          mask-size: 100% 200%;
}
body.loaded .kv-mark .pt .tobottom {
  -webkit-mask-position: 0 0%;
          mask-position: 0 0%;
}

.kv-mark .pt .toleft {
  -webkit-mask-image: url(../img/kv/kv_mask_toleft.webp);
          mask-image: url(../img/kv/kv_mask_toleft.webp);
  -webkit-mask-position: -100% 0;
          mask-position: -100% 0;
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
}
body.loaded .kv-mark .pt .toleft {
  -webkit-mask-position: 100% 0;
          mask-position: 100% 0;
}

.kv-mark .pt {
  /**/
}
body.loaded .kv-mark .pt.pt1 {
  transition-delay: 4000ms;
  transition-duration: 2000ms;
  transition-property: opacity;
  transition-timing-function: linear;
  opacity: 0;
}

.kv-mark .pt.pt1 div:nth-child(1) {
  background: url(../img/kv/kv_01_01.webp) 0 0/100% 100%;
  aspect-ratio: 1060/1480;
  width: 53cqw;
  right: 0cqw;
  bottom: 12.7cqw;
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-duration: 3000ms;
}
.kv-mark .pt.pt1 div:nth-child(2) {
  background: url(../img/kv/kv_01_02.webp) 0 0/100% 100%;
  aspect-ratio: 1250/800;
  width: 62.5cqw;
  left: 9.55cqw;
  top: 5.5cqw;
  transition-delay: 2800ms;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.kv-mark .pt.pt1 div:nth-child(3) {
  background: url(../img/kv/kv_01_03.webp) 0 0/100% 100%;
  aspect-ratio: 1230/1110;
  width: 61.5cqw;
  left: 0cqw;
  bottom: 0cqw;
  transition-delay: 3100ms;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body.loaded .kv-mark .pt.pt2 {
  transition-delay: 4000ms;
  transition-duration: 2000ms;
  transition-property: opacity;
  transition-timing-function: linear;
  opacity: 0;
}

.kv-mark .pt.pt2 div:nth-child(1) {
  background: url(../img/kv/kv_02_01.webp) 0 0/100% 100%;
  aspect-ratio: 1060/1480;
  width: 53cqw;
  right: 0cqw;
  bottom: 12.7cqw;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-delay: 3400ms;
  transition-duration: 600ms;
}
body.v2 .kv-mark .pt.pt2 div:nth-child(1) {
  background: url(../img/kv/v2/kv_02_01.webp) 0 0/100% 100%;
}

.kv-mark .pt.pt2 div:nth-child(2) {
  background: url(../img/kv/kv_02_02.webp) 0 0/100% 100%;
  aspect-ratio: 1250/800;
  width: 62.5cqw;
  left: 9.55cqw;
  top: 5.5cqw;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-delay: 3600ms;
  transition-duration: 600ms;
}
body.v2 .kv-mark .pt.pt2 div:nth-child(2) {
  background: url(../img/kv/v2/kv_02_02.webp) 0 0/100% 100%;
}

.kv-mark .pt.pt2 div:nth-child(3) {
  background: url(../img/kv/kv_02_03.webp) 0 0/100% 100%;
  aspect-ratio: 1230/1110;
  width: 61.5cqw;
  left: 0cqw;
  bottom: 0cqw;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-delay: 3800ms;
  transition-duration: 600ms;
}
body.v2 .kv-mark .pt.pt2 div:nth-child(3) {
  background: url(../img/kv/v2/kv_02_03.webp) 0 0/100% 100%;
}

.kv-mark .pt.pt3 div:nth-child(1) {
  background: url(../img/kv/kv_03_01.webp) 0 0/100% 100%;
  aspect-ratio: 1060/1480;
  width: 53cqw;
  right: 0cqw;
  bottom: 12.7cqw;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-delay: 4000ms;
  transition-duration: 600ms;
}
.kv-mark .pt.pt3 div:nth-child(2) {
  background: url(../img/kv/kv_03_02.webp) 0 0/100% 100%;
  aspect-ratio: 1250/800;
  width: 62.5cqw;
  left: 9.55cqw;
  top: 5.5cqw;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-delay: 4200ms;
  transition-duration: 600ms;
}
.kv-mark .pt.pt3 div:nth-child(3) {
  background: url(../img/kv/kv_03_03.webp) 0 0/100% 100%;
  aspect-ratio: 1230/1110;
  width: 61.5cqw;
  left: 0cqw;
  bottom: 0cqw;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 4400ms;
  transition-duration: 2000ms;
}
.kv-mark .pt.pt4 .splash {
  opacity: 0;
}
body.loaded .kv-mark .pt.pt4 .splash {
  transition-duration: 300ms;
  transition-property: opacity, transform;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(0, 0);
}

.kv-mark .pt.pt4 .splash:nth-child(1) {
  background: url(../img/kv/kv_04_01.webp) 0 0/100% 100%;
  aspect-ratio: 116/68;
  width: 5.8cqw;
  right: 11cqw;
  bottom: 19.5cqw;
  transform: translate(-2cqw, 1cqw);
}
body.loaded .kv-mark .pt.pt4 .splash:nth-child(1) {
  transition-delay: 4400ms;
}

.kv-mark .pt.pt4 .splash:nth-child(2) {
  background: url(../img/kv/kv_04_02.webp) 0 0/100% 100%;
  aspect-ratio: 63/190;
  width: 3.15cqw;
  right: 17.6cqw;
  top: 24.5cqw;
  transform: translate(-0.5cqw, 3cqw);
}
body.loaded .kv-mark .pt.pt4 .splash:nth-child(2) {
  transition-delay: 4500ms;
}

.kv-mark .pt.pt4 .splash:nth-child(3) {
  background: url(../img/kv/kv_04_03.webp) 0 0/100% 100%;
  aspect-ratio: 151/62;
  width: 7.55cqw;
  left: 32cqw;
  top: 25cqw;
  transform: translate(3cqw, -1cqw);
}
body.loaded .kv-mark .pt.pt4 .splash:nth-child(3) {
  transition-delay: 4600ms;
}

.kv-mark .pt.pt4 .splash:nth-child(4) {
  background: url(../img/kv/kv_04_04.webp) 0 0/100% 100%;
  aspect-ratio: 46/65;
  width: 2.3cqw;
  left: 16cqw;
  top: 24cqw;
  transform: translate(2cqw, -3cqw);
}
body.loaded .kv-mark .pt.pt4 .splash:nth-child(4) {
  transition-delay: 4700ms;
}

.kv-mark .pt.pt4 .splash:nth-child(5) {
  background: url(../img/kv/kv_04_05.webp) 0 0/100% 100%;
  aspect-ratio: 49/111;
  width: 2.45cqw;
  left: 1.5cqw;
  top: 46cqw;
  transform: translate(1cqw, -3cqw);
}
body.loaded .kv-mark .pt.pt4 .splash:nth-child(5) {
  transition-delay: 4800ms;
}

.kv-mark .pt {
  /*	*/
}
.kv-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kv-title > span span:nth-child(1) {
  display: block;
  background: url(../img/kv/title_01.svg) 0 0/100% 100%;
  aspect-ratio: 1.8712871287;
  width: 39.375cqw;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 6.5cqw;
  clip-path: inset(0 100% 0 0);
}
body.loaded .kv-title > span span:nth-child(1) {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-property: clip-path;
  clip-path: inset(0 0 0 0);
  transition-duration: 600ms;
  transition-delay: 4800ms;
}

.kv-title > span span:nth-child(2) {
  display: block;
  background: url(../img/kv/title_02.svg) 0 0/100% 100%;
  aspect-ratio: 1.8846153846;
  width: 40.8333333333cqw;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
  left: 38.7cqw;
  top: 2.7cqw;
  clip-path: inset(0 100% 0 0);
}
body.loaded .kv-title > span span:nth-child(2) {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-property: clip-path;
  clip-path: inset(0 0 0 0);
  transition-duration: 600ms;
  transition-delay: 5000ms;
}

.kv-title > span span:nth-child(3) {
  display: block;
  background: url(../img/kv/title_03.svg) 0 0/100% 100%;
  aspect-ratio: 1.8846153846;
  width: 40.8333333333cqw;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
  left: 3.5cqw;
  top: 23.7cqw;
  clip-path: inset(0 100% 0 0);
}
body.loaded .kv-title > span span:nth-child(3) {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-property: clip-path;
  clip-path: inset(0 0 0 0);
  transition-duration: 600ms;
  transition-delay: 5200ms;
}

.kv-title > span span:nth-child(4) {
  display: block;
  background: url(../img/kv/title_04.svg) 0 0/100% 100%;
  aspect-ratio: 2.0222222222;
  width: 56.875cqw;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
  left: 43cqw;
  top: 19cqw;
  clip-path: inset(0 100% 0 0);
}
body.loaded .kv-title > span span:nth-child(4) {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-property: clip-path;
  clip-path: inset(0 0 0 0);
  transition-duration: 600ms;
  transition-delay: 5400ms;
}

.kv-title > span span:nth-child(5) {
  display: block;
  background: url(../img/kv/title_07.svg) 0 0/100% 100%;
  aspect-ratio: 3.7037037037;
  width: 20.8333333333cqw;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
  left: 6cqw;
  bottom: 3cqw;
  opacity: 0;
  transform: translate(-10cqw, 2cqw);
}
body.loaded .kv-title > span span:nth-child(5) {
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 600ms;
  transition-delay: 5800ms;
}

.kv-title > span span:nth-child(6) {
  display: block;
  background: url(../img/kv/title_08.svg) 0 0/100% 100%;
  aspect-ratio: 4.05;
  width: 33.75cqw;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
  left: 9.5cqw;
  bottom: 0cqw;
  opacity: 0;
  transform: translate(-10cqw, 2cqw);
}
body.loaded .kv-title > span span:nth-child(6) {
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 600ms;
  transition-delay: 6000ms;
}

.kv-title > span:before {
  display: block;
  background: url(../img/kv/title_05.svg) 0 0/100% 100%;
  aspect-ratio: 0.7180851064;
  width: 28.125cqw;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
  content: "";
  right: 1.7cqw;
  top: 0cqw;
  clip-path: inset(100% 0 0 0);
}
body.loaded .kv-title > span:before {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-property: clip-path;
  clip-path: inset(0 0 0 0);
  transition-duration: 600ms;
  transition-delay: 5600ms;
}

.kv-title > span:after {
  display: block;
  background: url(../img/kv/title_06.svg) 0 0/100% 100%;
  aspect-ratio: 2.5882352941;
  width: 18.3333333333cqw;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
  content: "";
  right: 6.5cqw;
  top: 1.25cqw;
  clip-path: inset(0 0 0 100%);
}
body.loaded .kv-title > span:after {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-property: clip-path;
  clip-path: inset(0 0 0 0);
  transition-duration: 600ms;
  transition-delay: 5800ms;
}

.links {
  margin-top: 7.8125vw;
  padding-left: 7.8125vw;
  padding-right: 7.8125vw;
}
@media only screen and (max-width: 767px) {
  .links {
    margin-top: 25.641025641vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
.links-nav {
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .links-nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8125vw;
    margin-top: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .links-nav {
    margin-top: 5.1282051282vw;
    display: flex;
    flex-direction: column;
    gap: 3.8461538462vw;
  }
}
.links-nav li a {
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  color: #333;
  padding: 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .links-nav li a {
    padding: 5.1282051282vw;
  }
}
.links-nav li a span {
  display: block;
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .links-nav li a span {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .links-nav li a span {
    font-size: 4.1025641026vw;
  }
}
.links-nav li a span {
  font-weight: bold;
  text-align: center;
}
.links-nav li a::after {
  display: block;
  content: "";
  aspect-ratio: 1;
  background: url(../img/icon_outside.svg) center/100%;
  width: 1.5625vw;
}
@media only screen and (max-width: 767px) {
  .links-nav li a::after {
    width: 5.1282051282vw;
  }
}

.philosophy-lead {
  text-align: center;
  line-height: 2em;
  margin-top: 1.5625vw;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .philosophy-lead {
    font-size: 1.203125vw;
  }
}
@media only screen and (max-width: 767px) {
  .philosophy-lead {
    font-size: 3.9487179487vw;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .philosophy-lead {
    font-size: min(1.203125vw, 22px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .philosophy-lead {
    font-size: 3.9487179487vw;
  }
}
.philosophy-video {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.03125vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .philosophy-video {
    margin-top: 7.6923076923vw;
  }
}
.philosophy-video .videoarea {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  aspect-ratio: 16/9;
}
@media print, screen and (min-width: 768px) {
  .philosophy-video .videoarea {
    width: min(64.0625vw, 1080px);
  }
}
@media only screen and (max-width: 767px) {
  .philosophy-video .videoarea {
    width: 82.0512820513vw;
  }
}
.philosophy-note {
  opacity: 0;
}
.philosophy-messet.move .philosophy-note {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: opacity;
}
.philosophy-mes {
  position: relative;
  margin-top: 15.625vw;
  display: flex;
  gap: 4.6875vw;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  .philosophy-mes {
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .philosophy-mes {
    margin-top: 25.641025641vw;
    flex-direction: column;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
.philosophy-mes-logo {
  position: relative;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .philosophy-mes-logo {
    width: 100%;
  }
}
.philosophy-mes-logo-inner {
  background: url(../img/kv/title.svg) 0 0/100% 100%;
  aspect-ratio: 480/252;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
.philosophy-mes-texts {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .philosophy-mes-texts {
    margin-top: 3.90625vw;
  }
}
.philosophy-mes-hdg {
  color: #0058b3;
}
@media print, screen and (min-width: 768px) {
  .philosophy-mes-hdg {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 767px) {
  .philosophy-mes-hdg {
    font-size: 6.1538461538vw;
  }
}
.philosophy-mes-hdg {
  font-weight: bold;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .philosophy-mes-hdg {
    margin-top: 1em;
  }
}
.philosophy-mes-body {
  margin-top: 1.5625vw;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media only screen and (max-width: 767px) {
  .philosophy-mes-body {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .philosophy-mes-body p {
    font-size: min(1.203125vw, 22px);
  }
}
@media only screen and (max-width: 767px) {
  .philosophy-mes-body p {
    font-size: 3.9487179487vw;
  }
}
.philosophy-mes-body p {
  line-height: 2em;
  text-align: justify;
}
.philosophy-note {
  line-height: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .philosophy-note {
    margin-top: 3.90625vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .philosophy-note {
    font-size: min(1.09375vw, 18px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .philosophy-note {
    font-size: 3.5897435897vw;
  }
}
@media only screen and (max-width: 767px) {
  .philosophy-note {
    margin-top: 12.8205128205vw;
    text-align: left;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .philosophy-note {
    font-size: 1.015625vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .philosophy-note {
    font-size: 3.3333333333vw;
  }
}

.column {
  margin-top: 7.8125vw;
  margin-bottom: 15.625vw;
}
@media only screen and (max-width: 767px) {
  .column {
    margin-top: 38.4615384615vw;
    margin-bottom: 51.2820512821vw;
  }
}
.column-frame {
  position: relative;
  background: linear-gradient(135deg, #0198e0 21%, #509bb5 50%, #a79b87 64%, #ff9b57 84%);
  width: 84.375vw;
  padding: 1.953125vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .column-frame {
    width: 100vw;
    padding: 3.8461538462vw;
  }
}
.column-frame::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/column_back.png) center/cover;
  mix-blend-mode: multiply;
}
.column-frame-inner {
  position: relative;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .column-frame-inner {
    padding: 6.25vw 10.15625vw;
    padding-right: 19.53125vw;
    gap: 1.5625vw;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .column-frame-inner {
    padding: 12.8205128205vw 3.8461538462vw;
    gap: 5.1282051282vw;
  }
}
.column-frame-inner .in {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.column h2 {
  margin-left: inherit;
  margin-right: inherit;
  text-align: left;
  color: #fff;
  width: 100%;
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .column h2 {
    font-size: min(2.5vw, 48px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .column h2 {
    font-size: 8.2051282051vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .column h2 {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .column h2 {
    font-size: 6.1538461538vw;
  }
}
.column-body {
  text-align: justify;
  color: #fff;
  line-height: 2em;
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .column-body {
    font-size: min(1.203125vw, 22px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .column-body {
    font-size: 3.9487179487vw;
  }
}
.column-img {
  position: absolute;
  z-index: 1;
}
.column-img.img1 {
  opacity: 0;
  transform: translate(10vw, -10vw);
  aspect-ratio: 491/500;
}
@media print, screen and (min-width: 768px) {
  .column-img.img1 {
    width: min(19.1796875vw, 245.5px);
    right: max(-3.90625vw, -50px);
    top: 4.6875vw;
  }
}
@media only screen and (max-width: 767px) {
  .column-img.img1 {
    width: 47.2115384615vw;
    right: -15.3846153846vw;
    top: -15.3846153846vw;
  }
}
.column-img.img2 {
  opacity: 0;
  transform: translate(-10vw, 10vw);
  aspect-ratio: 937/956;
}
@media print, screen and (min-width: 768px) {
  .column-img.img2 {
    width: min(36.6015625vw, 468.5px);
    right: max(-25vw, -320px);
    bottom: -7.8125vw;
  }
}
@media only screen and (max-width: 767px) {
  .column-img.img2 {
    width: 48.0512820513vw;
    right: -10.2564102564vw;
    bottom: -33.3333333333vw;
  }
}
.column-cover {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.column-cover span {
  display: block;
  background-color: #fff;
  -webkit-mask: url(../img/hude_02.svg) 0 0/100% 100%;
          mask: url(../img/hude_02.svg) 0 0/100% 100%;
  position: absolute;
  transform-origin: left bottom;
  clip-path: inset(0 0 0 0);
}
@media print, screen and (min-width: 768px) {
  .column-cover span {
    transform: rotate(-45deg);
    margin-bottom: -10%;
    bottom: 0%;
    width: 92%;
    height: 30%;
  }
  .column-cover span:nth-child(1) {
    left: calc(-70% + 13% * 1);
  }
  .column-cover span:nth-child(2) {
    left: calc(-70% + 13% * 2);
  }
  .column-cover span:nth-child(3) {
    left: calc(-70% + 13% * 3);
  }
  .column-cover span:nth-child(4) {
    left: calc(-70% + 13% * 4);
  }
  .column-cover span:nth-child(5) {
    left: calc(-70% + 13% * 5);
  }
  .column-cover span:nth-child(6) {
    left: calc(-70% + 13% * 6);
  }
  .column-cover span:nth-child(7) {
    left: calc(-70% + 13% * 7);
  }
  .column-cover span:nth-child(8) {
    left: calc(-70% + 13% * 8);
  }
  .column-cover span:nth-child(9) {
    left: calc(-70% + 13% * 9);
  }
  .column-cover span:nth-child(10) {
    left: calc(-70% + 13% * 10);
  }
  .column-cover span:nth-child(11) {
    left: calc(-70% + 13% * 11);
  }
  .column-cover span:nth-child(12) {
    left: calc(-70% + 13% * 12);
  }
  .column-cover span:nth-child(13) {
    left: calc(-70% + 13% * 13);
  }
  .column-cover span:nth-child(14) {
    left: calc(-70% + 13% * 14);
  }
  .column-cover span:nth-child(15) {
    left: calc(-70% + 13% * 15);
  }
  .column-cover span:nth-child(16) {
    left: calc(-70% + 13% * 16);
  }
  .column-cover span:nth-child(17) {
    left: calc(-70% + 13% * 17);
  }
  .column-cover span:nth-child(18) {
    left: calc(-70% + 13% * 18);
  }
  .column-cover span:nth-child(19) {
    left: calc(-70% + 13% * 19);
  }
  .column-cover span:nth-child(20) {
    left: calc(-70% + 13% * 20);
  }
  .column-cover span:nth-child(21) {
    left: calc(-70% + 13% * 21);
  }
  .column-cover span:nth-child(22) {
    left: calc(-70% + 13% * 22);
  }
  .column-cover span:nth-child(23) {
    left: calc(-70% + 13% * 23);
  }
  .column-cover span:nth-child(24) {
    left: calc(-70% + 13% * 24);
  }
  .column-cover span:nth-child(25) {
    left: calc(-70% + 13% * 25);
  }
  .column-cover span:nth-child(26) {
    left: calc(-70% + 13% * 26);
  }
  .column-cover span:nth-child(27) {
    left: calc(-70% + 13% * 27);
  }
  .column-cover span:nth-child(28) {
    left: calc(-70% + 13% * 28);
  }
  .column-cover span:nth-child(29) {
    left: calc(-70% + 13% * 29);
  }
  .column-cover span:nth-child(30) {
    left: calc(-70% + 13% * 30);
  }
}
@media only screen and (max-width: 767px) {
  .column-cover span {
    transform: rotate(-15deg);
    left: -5%;
    width: 130%;
    height: 20%;
  }
  .column-cover span:nth-child(1) {
    top: calc(-11% + 11% * 1);
  }
  .column-cover span:nth-child(2) {
    top: calc(-11% + 11% * 2);
  }
  .column-cover span:nth-child(3) {
    top: calc(-11% + 11% * 3);
  }
  .column-cover span:nth-child(4) {
    top: calc(-11% + 11% * 4);
  }
  .column-cover span:nth-child(5) {
    top: calc(-11% + 11% * 5);
  }
  .column-cover span:nth-child(6) {
    top: calc(-11% + 11% * 6);
  }
  .column-cover span:nth-child(7) {
    top: calc(-11% + 11% * 7);
  }
  .column-cover span:nth-child(8) {
    top: calc(-11% + 11% * 8);
  }
  .column-cover span:nth-child(9) {
    top: calc(-11% + 11% * 9);
  }
  .column-cover span:nth-child(10) {
    top: calc(-11% + 11% * 10);
  }
  .column-cover span:nth-child(11) {
    top: calc(-11% + 11% * 11);
  }
  .column-cover span:nth-child(12) {
    top: calc(-11% + 11% * 12);
  }
  .column-cover span:nth-child(13) {
    top: calc(-11% + 11% * 13);
  }
  .column-cover span:nth-child(14) {
    top: calc(-11% + 11% * 14);
  }
  .column-cover span:nth-child(15) {
    top: calc(-11% + 11% * 15);
  }
  .column-cover span:nth-child(16) {
    top: calc(-11% + 11% * 16);
  }
  .column-cover span:nth-child(17) {
    top: calc(-11% + 11% * 17);
  }
  .column-cover span:nth-child(18) {
    top: calc(-11% + 11% * 18);
  }
  .column-cover span:nth-child(19) {
    top: calc(-11% + 11% * 19);
  }
  .column-cover span:nth-child(20) {
    top: calc(-11% + 11% * 20);
  }
  .column-cover span:nth-child(21) {
    top: calc(-11% + 11% * 21);
  }
  .column-cover span:nth-child(22) {
    top: calc(-11% + 11% * 22);
  }
  .column-cover span:nth-child(23) {
    top: calc(-11% + 11% * 23);
  }
  .column-cover span:nth-child(24) {
    top: calc(-11% + 11% * 24);
  }
  .column-cover span:nth-child(25) {
    top: calc(-11% + 11% * 25);
  }
  .column-cover span:nth-child(26) {
    top: calc(-11% + 11% * 26);
  }
  .column-cover span:nth-child(27) {
    top: calc(-11% + 11% * 27);
  }
  .column-cover span:nth-child(28) {
    top: calc(-11% + 11% * 28);
  }
  .column-cover span:nth-child(29) {
    top: calc(-11% + 11% * 29);
  }
  .column-cover span:nth-child(30) {
    top: calc(-11% + 11% * 30);
  }
}
.column.move .column-cover span {
  transition-duration: 120ms;
  transition-property: clip-path;
  transition-timing-function: linear;
}
.column.move .column-cover span:nth-child(even) {
  clip-path: inset(0 0 0 100%);
}
.column.move .column-cover span:nth-child(odd) {
  clip-path: inset(0 100% 0 0);
}
.column.move .column-cover span:nth-child(1) {
  transition-delay: 150ms;
}
.column.move .column-cover span:nth-child(2) {
  transition-delay: 300ms;
}
.column.move .column-cover span:nth-child(3) {
  transition-delay: 450ms;
}
.column.move .column-cover span:nth-child(4) {
  transition-delay: 600ms;
}
.column.move .column-cover span:nth-child(5) {
  transition-delay: 750ms;
}
.column.move .column-cover span:nth-child(6) {
  transition-delay: 900ms;
}
.column.move .column-cover span:nth-child(7) {
  transition-delay: 1050ms;
}
.column.move .column-cover span:nth-child(8) {
  transition-delay: 1200ms;
}
.column.move .column-cover span:nth-child(9) {
  transition-delay: 1350ms;
}
.column.move .column-cover span:nth-child(10) {
  transition-delay: 1500ms;
}
.column.move .column-cover span:nth-child(11) {
  transition-delay: 1650ms;
}
.column.move .column-cover span:nth-child(12) {
  transition-delay: 1800ms;
}
.column.move .column-cover span:nth-child(13) {
  transition-delay: 1950ms;
}
.column.move .column-cover span:nth-child(14) {
  transition-delay: 2100ms;
}
.column.move .column-cover span:nth-child(15) {
  transition-delay: 2250ms;
}
.column.move .column-cover span:nth-child(16) {
  transition-delay: 2400ms;
}
.column.move .column-cover span:nth-child(17) {
  transition-delay: 2550ms;
}
.column.move .column-cover span:nth-child(18) {
  transition-delay: 2700ms;
}
.column.move .column-cover span:nth-child(19) {
  transition-delay: 2850ms;
}
.column.move .column-cover span:nth-child(20) {
  transition-delay: 3000ms;
}
.column.move .column-cover span:nth-child(21) {
  transition-delay: 3150ms;
}
.column.move .column-cover span:nth-child(22) {
  transition-delay: 3300ms;
}
.column.move .column-cover span:nth-child(23) {
  transition-delay: 3450ms;
}
.column.move .column-cover span:nth-child(24) {
  transition-delay: 3600ms;
}
.column.move .column-cover span:nth-child(25) {
  transition-delay: 3750ms;
}
.column.move .column-cover span:nth-child(26) {
  transition-delay: 3900ms;
}
.column.move .column-cover span:nth-child(27) {
  transition-delay: 4050ms;
}
.column.move .column-cover span:nth-child(28) {
  transition-delay: 4200ms;
}
.column.move .column-cover span:nth-child(29) {
  transition-delay: 4350ms;
}
.column.move .column-cover span:nth-child(30) {
  transition-delay: 4500ms;
}
.column.move .column-img.img1 {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 2000ms;
}
.column.move .column-img.img2 {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 2200ms;
}

.action {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.action-inner {
  position: relative;
  padding-bottom: 7.8125vw;
}
@media only screen and (max-width: 767px) {
  .action-inner {
    padding-bottom: 33.3333333333vw;
  }
}
.action-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: linear-gradient(135deg, #0198e0 21%, #509bb5 50%, #a79b87 64%, #ff9b57 84%);
  aspect-ratio: 1280/330;
}
@media only screen and (max-width: 767px) {
  .action-bar {
    aspect-ratio: 390/345;
  }
}
.action-bar::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/column_back.png) center/cover;
  mix-blend-mode: multiply;
}
.action .slidearea {
  position: relative;
  z-index: 1;
  margin-top: 2.03125vw;
  width: 57.5vw;
  aspect-ratio: 736/400;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .action .slidearea {
    margin-top: 7.6923076923vw;
    width: 87.6923076923vw;
    aspect-ratio: 342/520;
  }
}
.action .slidearea-slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.action .slidearea-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1px;
  display: flex;
  background: linear-gradient(90deg, #0198e0 25%, #509bb5 50%, #a79b87 68%, #ff9b57 97%);
}
.action .slidearea-slide-ttl {
  text-align: center;
  grid-area: ttl;
}
@media print, screen and (min-width: 768px) {
  .action .slidearea-slide-ttl {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 767px) {
  .action .slidearea-slide-ttl {
    font-size: 6.1538461538vw;
  }
}
.action .slidearea-slide-ttl {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .action .slidearea-slide-ttl {
    text-align: center;
  }
}
.action .slidearea-slide-ttl span {
  font-size: 80%;
  font-weight: bold;
}
.action .slidearea-slide figure {
  grid-area: image;
}
@media only screen and (max-width: 767px) {
  .action .slidearea-slide figure {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.action .slidearea-slide-body {
  grid-area: body;
  line-height: 1.75em;
  color: #333;
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .action .slidearea-slide-body {
    font-size: min(1.203125vw, 22px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .action .slidearea-slide-body {
    font-size: 3.9487179487vw;
  }
}
@media only screen and (max-width: 767px) {
  .action .slidearea-slide-body {
    margin-top: 1em;
    line-height: 1.86em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .action .slidearea-slide-body {
    font-size: 1.09375vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .action .slidearea-slide-body {
    font-size: 3.5897435897vw;
  }
}
.action .slidearea-box {
  flex: 1;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .action .slidearea-box {
    background: #fff url(../img/action_bk.png) 0 0/22.109375vw 17.6953125vw no-repeat;
    padding: 2.34375vw;
    display: grid;
    grid-template: "ttl ttl ttl" "image ... body"/25vw 2vw 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .action .slidearea-box {
    background: #fff url(../img/action_bk.png) 0 0/72.5641025641vw 58.0769230769vw no-repeat;
    padding: 3.8461538462vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
}
.action .slidearea-current {
  position: absolute;
  left: 0;
  top: calc(100% + 2vw);
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1.171875vw;
}
@media only screen and (max-width: 767px) {
  .action .slidearea-current {
    top: calc(100% + 10vw);
    gap: 3.8461538462vw;
  }
}
.action .slidearea-current button {
  display: block;
  width: 0.78125vw;
  height: 0.78125vw;
  border-radius: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .action .slidearea-current button {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
.action .slidearea-current button.active {
  background-color: #ffa357;
}
.action .slidearea-next {
  position: absolute;
  left: calc(100% - 2.1875vw);
  top: calc(50% - 2.1875vw);
  width: 4.375vw;
  aspect-ratio: 1;
  background: linear-gradient(90deg, #0198e0 25%, #509bb5 50%, #a79b87 68%, #ff9b57 97%);
  border-radius: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 1px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .action .slidearea-next {
    left: calc(100% - 16.4102564103vw);
    top: calc(100% + 2.5641025641vw);
    width: 16.4102564103vw;
  }
}
.action .slidearea-next span {
  flex: 1;
  display: block;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.action .slidearea-next span::before {
  display: block;
  content: "";
  background: url(../img/action_arrow.svg) 0 0/100% 100%;
  aspect-ratio: 1;
  width: 2.5vw;
}
@media only screen and (max-width: 767px) {
  .action .slidearea-next span::before {
    width: 8.2051282051vw;
  }
}
.action .slidearea-prev {
  position: absolute;
  right: calc(100% - 2.1875vw);
  top: calc(50% - 2.1875vw);
  width: 4.375vw;
  aspect-ratio: 1;
  background: linear-gradient(90deg, #0198e0 25%, #509bb5 50%, #a79b87 68%, #ff9b57 97%);
  border-radius: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 1px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .action .slidearea-prev {
    right: calc(100% - 16.4102564103vw);
    top: calc(100% + 2.5641025641vw);
    width: 16.4102564103vw;
  }
}
.action .slidearea-prev span {
  flex: 1;
  display: block;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.action .slidearea-prev span::before {
  display: block;
  content: "";
  background: url(../img/action_arrow.svg) 0 0/100% 100%;
  aspect-ratio: 1;
  width: 2.5vw;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .action .slidearea-prev span::before {
    width: 8.2051282051vw;
  }
}
.action-cover {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.action-cover span {
  display: block;
  background-color: #fff;
  -webkit-mask: url(../img/hude_02.svg) 0 0/100% 100%;
          mask: url(../img/hude_02.svg) 0 0/100% 100%;
  position: absolute;
  transform-origin: left bottom;
  clip-path: inset(0 0 0 0);
}
@media print, screen and (min-width: 768px) {
  .action-cover span {
    transform: rotate(-45deg);
    bottom: -35%;
    width: 48%;
    height: 45%;
  }
  .action-cover span:nth-child(1) {
    left: calc(-70% + 10% * 1);
  }
  .action-cover span:nth-child(2) {
    left: calc(-70% + 10% * 2);
  }
  .action-cover span:nth-child(3) {
    left: calc(-70% + 10% * 3);
  }
  .action-cover span:nth-child(4) {
    left: calc(-70% + 10% * 4);
  }
  .action-cover span:nth-child(5) {
    left: calc(-70% + 10% * 5);
  }
  .action-cover span:nth-child(6) {
    left: calc(-70% + 10% * 6);
  }
  .action-cover span:nth-child(7) {
    left: calc(-70% + 10% * 7);
  }
  .action-cover span:nth-child(8) {
    left: calc(-70% + 10% * 8);
  }
  .action-cover span:nth-child(9) {
    left: calc(-70% + 10% * 9);
  }
  .action-cover span:nth-child(10) {
    left: calc(-70% + 10% * 10);
  }
  .action-cover span:nth-child(11) {
    left: calc(-70% + 10% * 11);
  }
  .action-cover span:nth-child(12) {
    left: calc(-70% + 10% * 12);
  }
  .action-cover span:nth-child(13) {
    left: calc(-70% + 10% * 13);
  }
  .action-cover span:nth-child(14) {
    left: calc(-70% + 10% * 14);
  }
  .action-cover span:nth-child(15) {
    left: calc(-70% + 10% * 15);
  }
  .action-cover span:nth-child(16) {
    left: calc(-70% + 10% * 16);
  }
  .action-cover span:nth-child(17) {
    left: calc(-70% + 10% * 17);
  }
  .action-cover span:nth-child(18) {
    left: calc(-70% + 10% * 18);
  }
  .action-cover span:nth-child(19) {
    left: calc(-70% + 10% * 19);
  }
  .action-cover span:nth-child(20) {
    left: calc(-70% + 10% * 20);
  }
  .action-cover span:nth-child(21) {
    left: calc(-70% + 10% * 21);
  }
  .action-cover span:nth-child(22) {
    left: calc(-70% + 10% * 22);
  }
  .action-cover span:nth-child(23) {
    left: calc(-70% + 10% * 23);
  }
  .action-cover span:nth-child(24) {
    left: calc(-70% + 10% * 24);
  }
  .action-cover span:nth-child(25) {
    left: calc(-70% + 10% * 25);
  }
  .action-cover span:nth-child(26) {
    left: calc(-70% + 10% * 26);
  }
  .action-cover span:nth-child(27) {
    left: calc(-70% + 10% * 27);
  }
  .action-cover span:nth-child(28) {
    left: calc(-70% + 10% * 28);
  }
  .action-cover span:nth-child(29) {
    left: calc(-70% + 10% * 29);
  }
  .action-cover span:nth-child(30) {
    left: calc(-70% + 10% * 30);
  }
}
@media only screen and (max-width: 767px) {
  .action-cover span {
    transform: rotate(-15deg);
    left: -5%;
    width: 130%;
    height: 20%;
  }
  .action-cover span:nth-child(1) {
    top: calc(-11% + 11% * 1);
  }
  .action-cover span:nth-child(2) {
    top: calc(-11% + 11% * 2);
  }
  .action-cover span:nth-child(3) {
    top: calc(-11% + 11% * 3);
  }
  .action-cover span:nth-child(4) {
    top: calc(-11% + 11% * 4);
  }
  .action-cover span:nth-child(5) {
    top: calc(-11% + 11% * 5);
  }
  .action-cover span:nth-child(6) {
    top: calc(-11% + 11% * 6);
  }
  .action-cover span:nth-child(7) {
    top: calc(-11% + 11% * 7);
  }
  .action-cover span:nth-child(8) {
    top: calc(-11% + 11% * 8);
  }
  .action-cover span:nth-child(9) {
    top: calc(-11% + 11% * 9);
  }
  .action-cover span:nth-child(10) {
    top: calc(-11% + 11% * 10);
  }
  .action-cover span:nth-child(11) {
    top: calc(-11% + 11% * 11);
  }
  .action-cover span:nth-child(12) {
    top: calc(-11% + 11% * 12);
  }
  .action-cover span:nth-child(13) {
    top: calc(-11% + 11% * 13);
  }
  .action-cover span:nth-child(14) {
    top: calc(-11% + 11% * 14);
  }
  .action-cover span:nth-child(15) {
    top: calc(-11% + 11% * 15);
  }
  .action-cover span:nth-child(16) {
    top: calc(-11% + 11% * 16);
  }
  .action-cover span:nth-child(17) {
    top: calc(-11% + 11% * 17);
  }
  .action-cover span:nth-child(18) {
    top: calc(-11% + 11% * 18);
  }
  .action-cover span:nth-child(19) {
    top: calc(-11% + 11% * 19);
  }
  .action-cover span:nth-child(20) {
    top: calc(-11% + 11% * 20);
  }
  .action-cover span:nth-child(21) {
    top: calc(-11% + 11% * 21);
  }
  .action-cover span:nth-child(22) {
    top: calc(-11% + 11% * 22);
  }
  .action-cover span:nth-child(23) {
    top: calc(-11% + 11% * 23);
  }
  .action-cover span:nth-child(24) {
    top: calc(-11% + 11% * 24);
  }
  .action-cover span:nth-child(25) {
    top: calc(-11% + 11% * 25);
  }
  .action-cover span:nth-child(26) {
    top: calc(-11% + 11% * 26);
  }
  .action-cover span:nth-child(27) {
    top: calc(-11% + 11% * 27);
  }
  .action-cover span:nth-child(28) {
    top: calc(-11% + 11% * 28);
  }
  .action-cover span:nth-child(29) {
    top: calc(-11% + 11% * 29);
  }
  .action-cover span:nth-child(30) {
    top: calc(-11% + 11% * 30);
  }
}
.action.move .action-cover span {
  transition-duration: 100ms;
  transition-property: clip-path;
  transition-timing-function: linear;
}
.action.move .action-cover span:nth-child(even) {
  clip-path: inset(0 0 0 100%);
}
.action.move .action-cover span:nth-child(odd) {
  clip-path: inset(0 100% 0 0);
}
.action.move .action-cover span:nth-child(1) {
  transition-delay: 100ms;
}
.action.move .action-cover span:nth-child(2) {
  transition-delay: 200ms;
}
.action.move .action-cover span:nth-child(3) {
  transition-delay: 300ms;
}
.action.move .action-cover span:nth-child(4) {
  transition-delay: 400ms;
}
.action.move .action-cover span:nth-child(5) {
  transition-delay: 500ms;
}
.action.move .action-cover span:nth-child(6) {
  transition-delay: 600ms;
}
.action.move .action-cover span:nth-child(7) {
  transition-delay: 700ms;
}
.action.move .action-cover span:nth-child(8) {
  transition-delay: 800ms;
}
.action.move .action-cover span:nth-child(9) {
  transition-delay: 900ms;
}
.action.move .action-cover span:nth-child(10) {
  transition-delay: 1000ms;
}
.action.move .action-cover span:nth-child(11) {
  transition-delay: 1100ms;
}
.action.move .action-cover span:nth-child(12) {
  transition-delay: 1200ms;
}
.action.move .action-cover span:nth-child(13) {
  transition-delay: 1300ms;
}
.action.move .action-cover span:nth-child(14) {
  transition-delay: 1400ms;
}
.action.move .action-cover span:nth-child(15) {
  transition-delay: 1500ms;
}
.action.move .action-cover span:nth-child(16) {
  transition-delay: 1600ms;
}
.action.move .action-cover span:nth-child(17) {
  transition-delay: 1700ms;
}
.action.move .action-cover span:nth-child(18) {
  transition-delay: 1800ms;
}
.action.move .action-cover span:nth-child(19) {
  transition-delay: 1900ms;
}
.action.move .action-cover span:nth-child(20) {
  transition-delay: 2000ms;
}
.action.move .action-cover span:nth-child(21) {
  transition-delay: 2100ms;
}
.action.move .action-cover span:nth-child(22) {
  transition-delay: 2200ms;
}
.action.move .action-cover span:nth-child(23) {
  transition-delay: 2300ms;
}
.action.move .action-cover span:nth-child(24) {
  transition-delay: 2400ms;
}
.action.move .action-cover span:nth-child(25) {
  transition-delay: 2500ms;
}
.action.move .action-cover span:nth-child(26) {
  transition-delay: 2600ms;
}
.action.move .action-cover span:nth-child(27) {
  transition-delay: 2700ms;
}
.action.move .action-cover span:nth-child(28) {
  transition-delay: 2800ms;
}
.action.move .action-cover span:nth-child(29) {
  transition-delay: 2900ms;
}
.action.move .action-cover span:nth-child(30) {
  transition-delay: 3000ms;
}
.action.move .column-img.img1 {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 2000ms;
}
.action.move .column-img.img2 {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 2200ms;
}


