@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap");
/* default breakpoint */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
a:link.a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del,
ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

figure {
  margin: 0;
}

/********* 1200px *********/
/********** 960px *********/
/******** breakpoint ** ******/
/* --------------------フェードアップ------------------------ */
.js-fadeup.in {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.js-load-fadeup.in {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeup {
  opacity: 0;
}

/* --------------------フェードイン------------------------ */
.js-fadein.in {
  animation-name: fadeAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.js-load-fadein.in {
  animation-name: fadeAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fadein {
  opacity: 0;
}

/* ---------------- Navigation Line ---------------- */
nav[role=navigation] a {
  display: inline-block;
  position: relative;
}

nav[role=navigation] a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: colors(white);
  transition: all 0.3s;
  transform-origin: left top;
  transform: scale(0, 1);
}

nav[role=navigation] a:hover::after {
  transform: scale(1, 1);
}

/* Effect */
figure.scroll {
  position: relative;
}
figure.scroll::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: colors(darkBlue);
  width: 100%;
  border-radius: 10px;
  animation: imgScroll cubic-bezier(1, 0, 0, 1) linear forwards;
}

@keyframes imgScroll {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0;
    top: 0;
  }
}
/************* Animation ************/
.text-split {
  overflow: hidden;
}
.text-split span {
  display: inline-block;
  min-width: 0.15em;
}

.block--1 .text-split span {
  transform: translateY(100%);
}
.block--1 .is-active .text-split span {
  transform: translateY(0);
  transition: transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s;
}
.block--1 .is-active .text-split span:nth-child(1) {
  transition-delay: 0s;
}
.block--1 .is-active .text-split span:nth-child(2) {
  transition-delay: 0.04s;
}
.block--1 .is-active .text-split span:nth-child(3) {
  transition-delay: 0.08s;
}
.block--1 .is-active .text-split span:nth-child(4) {
  transition-delay: 0.12s;
}
.block--1 .is-active .text-split span:nth-child(5) {
  transition-delay: 0.16s;
}
.block--1 .is-active .text-split span:nth-child(6) {
  transition-delay: 0.2s;
}
.block--1 .is-active .text-split span:nth-child(7) {
  transition-delay: 0.24s;
}
.block--1 .is-active .text-split span:nth-child(8) {
  transition-delay: 0.28s;
}
.block--1 .is-active .text-split span:nth-child(9) {
  transition-delay: 0.32s;
}
.block--1 .is-active .text-split span:nth-child(10) {
  transition-delay: 0.36s;
}
.block--1 .is-active .text-split span:nth-child(11) {
  transition-delay: 0.4s;
}
.block--1 .is-active .text-split span:nth-child(12) {
  transition-delay: 0.44s;
}
.block--1 .is-active .text-split span:nth-child(13) {
  transition-delay: 0.48s;
}

.block--2 .text-split span {
  transform: translate(-80px, 70%) rotate3d(1, 0.3, 0, 90deg);
  transform-origin: 50% 100%;
}
.block--2 .is-active .text-split span {
  transform: translate(0, 0) rotate3d(0, 0, 0, 0);
  transition: transform 1.4s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.block--2 .is-active .text-split span:nth-child(1) {
  transition-delay: 0s;
}
.block--2 .is-active .text-split span:nth-child(2) {
  transition-delay: 0.04s;
}
.block--2 .is-active .text-split span:nth-child(3) {
  transition-delay: 0.08s;
}
.block--2 .is-active .text-split span:nth-child(4) {
  transition-delay: 0.12s;
}
.block--2 .is-active .text-split span:nth-child(5) {
  transition-delay: 0.16s;
}
.block--2 .is-active .text-split span:nth-child(6) {
  transition-delay: 0.2s;
}
.block--2 .is-active .text-split span:nth-child(7) {
  transition-delay: 0.24s;
}
.block--2 .is-active .text-split span:nth-child(8) {
  transition-delay: 0.28s;
}
.block--2 .is-active .text-split span:nth-child(9) {
  transition-delay: 0.32s;
}
.block--2 .is-active .text-split span:nth-child(10) {
  transition-delay: 0.36s;
}
.block--2 .is-active .text-split span:nth-child(11) {
  transition-delay: 0.4s;
}
.block--2 .is-active .text-split span:nth-child(12) {
  transition-delay: 0.44s;
}
.block--2 .is-active .text-split span:nth-child(13) {
  transition-delay: 0.48s;
}

.text-item {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.block--3 .text-item {
  transform: translateX(-101%);
}
.block--3 .is-active .text-item {
  transform: translateX(0);
  transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
}
.block--3 .is-active .text-item:nth-child(1) {
  transition-delay: 0s;
}
.block--3 .is-active .text-item:nth-child(1) > span {
  transition-delay: 0s;
}
.block--3 .is-active .text-item:nth-child(2) {
  transition-delay: 0.13s;
}
.block--3 .is-active .text-item:nth-child(2) > span {
  transition-delay: 0.13s;
}
.block--3 .is-active .text-item:nth-child(3) {
  transition-delay: 0.26s;
}
.block--3 .is-active .text-item:nth-child(3) > span {
  transition-delay: 0.26s;
}
.text-item > span {
  display: block;
}
.block--3 .text-item > span {
  transform: translateX(101%);
}
.block--3 .is-active .text-item > span {
  transform: translateX(0);
  transition: transform cubic-bezier(0.74, 0, 0.24, 0.99) 1.1s;
}

.block--4 .text-split span {
  color: blue;
  opacity: 0;
  transform: translateX(30px);
}
.block--4 .is-active .text-split span {
  opacity: 1;
  color: #fff;
  transform: translateX(0);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), color 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(1) {
  transition-delay: 0s, 0s, 0.2s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(2) {
  transition-delay: 0.04s, 0.04s, 0.25s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(3) {
  transition-delay: 0.08s, 0.08s, 0.3s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(4) {
  transition-delay: 0.12s, 0.12s, 0.35s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(5) {
  transition-delay: 0.16s, 0.16s, 0.4s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(6) {
  transition-delay: 0.2s, 0.2s, 0.45s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(7) {
  transition-delay: 0.24s, 0.24s, 0.5s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(8) {
  transition-delay: 0.28s, 0.28s, 0.55s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(9) {
  transition-delay: 0.32s, 0.32s, 0.6s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(10) {
  transition-delay: 0.36s, 0.36s, 0.65s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(11) {
  transition-delay: 0.4s, 0.4s, 0.7s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(12) {
  transition-delay: 0.44s, 0.44s, 0.75s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(13) {
  transition-delay: 0.48s, 0.48s, 0.8s;
}
.block--4 .is-active .text-split:nth-child(1) span:nth-child(14) {
  transition-delay: 0.52s, 0.52s, 0.85s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(1) {
  transition-delay: 0.05s, 0.05s, 0.25s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(2) {
  transition-delay: 0.09s, 0.09s, 0.3s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(3) {
  transition-delay: 0.13s, 0.13s, 0.35s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(4) {
  transition-delay: 0.17s, 0.17s, 0.4s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(5) {
  transition-delay: 0.21s, 0.21s, 0.45s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(6) {
  transition-delay: 0.25s, 0.25s, 0.5s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(7) {
  transition-delay: 0.29s, 0.29s, 0.55s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(8) {
  transition-delay: 0.33s, 0.33s, 0.6s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(9) {
  transition-delay: 0.37s, 0.37s, 0.65s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(10) {
  transition-delay: 0.41s, 0.41s, 0.7s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(11) {
  transition-delay: 0.45s, 0.45s, 0.75s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(12) {
  transition-delay: 0.49s, 0.49s, 0.8s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(13) {
  transition-delay: 0.53s, 0.53s, 0.85s;
}
.block--4 .is-active .text-split:nth-child(2) span:nth-child(14) {
  transition-delay: 0.57s, 0.57s, 0.9s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(1) {
  transition-delay: 0.1s, 0.1s, 0.3s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(2) {
  transition-delay: 0.14s, 0.14s, 0.35s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(3) {
  transition-delay: 0.18s, 0.18s, 0.4s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(4) {
  transition-delay: 0.22s, 0.22s, 0.45s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(5) {
  transition-delay: 0.26s, 0.26s, 0.5s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(6) {
  transition-delay: 0.3s, 0.3s, 0.55s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(7) {
  transition-delay: 0.34s, 0.34s, 0.6s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(8) {
  transition-delay: 0.38s, 0.38s, 0.65s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(9) {
  transition-delay: 0.42s, 0.42s, 0.7s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(10) {
  transition-delay: 0.46s, 0.46s, 0.75s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(11) {
  transition-delay: 0.5s, 0.5s, 0.8s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(12) {
  transition-delay: 0.54s, 0.54s, 0.85s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(13) {
  transition-delay: 0.58s, 0.58s, 0.9s;
}
.block--4 .is-active .text-split:nth-child(3) span:nth-child(14) {
  transition-delay: 0.62s, 0.62s, 0.95s;
}

.block--5 .text-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.block--5 .text-wrap::before, .block--5 .text-wrap::after {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
}
.block--5 .text-wrap::before {
  color: yellow;
}
.block--5 .text-wrap::after {
  color: #000;
}
.block--5 .is-active .text-wrap::before, .block--5 .is-active .text-wrap::after {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  transition: opacity 0s linear, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s linear;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s linear, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1);
}
.block--5 .is-active .text-wrap:nth-child(1)::before {
  transition-delay: 0s, 1s;
}
.block--5 .is-active .text-wrap:nth-child(1)::after {
  transition-delay: 0.1s, 1.1s;
}
.block--5 .is-active .text-wrap:nth-child(1) .text-item {
  transition-delay: 0.25s;
}
.block--5 .is-active .text-wrap:nth-child(2)::before {
  transition-delay: 0.12s, 1.12s;
}
.block--5 .is-active .text-wrap:nth-child(2)::after {
  transition-delay: 0.22s, 1.22s;
}
.block--5 .is-active .text-wrap:nth-child(2) .text-item {
  transition-delay: 0.37s;
}
.block--5 .is-active .text-wrap:nth-child(3)::before {
  transition-delay: 0.24s, 1.24s;
}
.block--5 .is-active .text-wrap:nth-child(3)::after {
  transition-delay: 0.34s, 1.34s;
}
.block--5 .is-active .text-wrap:nth-child(3) .text-item {
  transition-delay: 0.49s;
}

.block--5 .text-item {
  color: blue;
  -webkit-clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
}
.block--5 .is-active .text-item {
  -webkit-clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
}

.block--6 .text-split span {
  color: red;
  -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
          clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
}
.block--6 .text-split span:nth-of-type(3n+2) {
  -webkit-clip-path: polygon(0 0, 1% 0, 1% 100%, 0 0);
          clip-path: polygon(0 0, 1% 0, 1% 100%, 0 0);
}
.block--6 .text-split span:nth-of-type(3n+3) {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.block--6 .is-active .text-split span {
  color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-clip-path 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), color 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), color 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-clip-path 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.block--6 .is-active .text-split span:nth-child(1) {
  transition-delay: 0s, 0.2s;
}
.block--6 .is-active .text-split span:nth-child(2) {
  transition-delay: 0.025s, 0.225s;
}
.block--6 .is-active .text-split span:nth-child(3) {
  transition-delay: 0.05s, 0.25s;
}
.block--6 .is-active .text-split span:nth-child(4) {
  transition-delay: 0.075s, 0.275s;
}
.block--6 .is-active .text-split span:nth-child(5) {
  transition-delay: 0.1s, 0.3s;
}
.block--6 .is-active .text-split span:nth-child(6) {
  transition-delay: 0.125s, 0.325s;
}
.block--6 .is-active .text-split span:nth-child(7) {
  transition-delay: 0.15s, 0.35s;
}
.block--6 .is-active .text-split span:nth-child(8) {
  transition-delay: 0.175s, 0.375s;
}
.block--6 .is-active .text-split span:nth-child(9) {
  transition-delay: 0.2s, 0.4s;
}
.block--6 .is-active .text-split span:nth-child(10) {
  transition-delay: 0.225s, 0.425s;
}
.block--6 .is-active .text-split span:nth-child(11) {
  transition-delay: 0.25s, 0.45s;
}
.block--6 .is-active .text-split span:nth-child(12) {
  transition-delay: 0.275s, 0.475s;
}
.block--6 .is-active .text-split span:nth-child(13) {
  transition-delay: 0.3s, 0.5s;
}
.block--6 .is-active .text-split span:nth-child(14) {
  transition-delay: 0.325s, 0.525s;
}
.block--6 .is-active .text-split span:nth-child(15) {
  transition-delay: 0.35s, 0.55s;
}
.block--6 .is-active .text-split span:nth-child(16) {
  transition-delay: 0.375s, 0.575s;
}
.block--6 .is-active .text-split span:nth-child(17) {
  transition-delay: 0.4s, 0.6s;
}
.block--6 .is-active .text-split span:nth-child(18) {
  transition-delay: 0.425s, 0.625s;
}
.block--6 .is-active .text-split span:nth-child(19) {
  transition-delay: 0.45s, 0.65s;
}
.block--6 .is-active .text-split span:nth-child(20) {
  transition-delay: 0.475s, 0.675s;
}
.block--6 .is-active .text-split span:nth-child(1) {
  transition-delay: 0.05s, 0.25s;
}
.block--6 .is-active .text-split span:nth-child(2) {
  transition-delay: 0.075s, 0.275s;
}
.block--6 .is-active .text-split span:nth-child(3) {
  transition-delay: 0.1s, 0.3s;
}
.block--6 .is-active .text-split span:nth-child(4) {
  transition-delay: 0.125s, 0.325s;
}
.block--6 .is-active .text-split span:nth-child(5) {
  transition-delay: 0.15s, 0.35s;
}
.block--6 .is-active .text-split span:nth-child(6) {
  transition-delay: 0.175s, 0.375s;
}
.block--6 .is-active .text-split span:nth-child(7) {
  transition-delay: 0.2s, 0.4s;
}
.block--6 .is-active .text-split span:nth-child(8) {
  transition-delay: 0.225s, 0.425s;
}
.block--6 .is-active .text-split span:nth-child(9) {
  transition-delay: 0.25s, 0.45s;
}
.block--6 .is-active .text-split span:nth-child(10) {
  transition-delay: 0.275s, 0.475s;
}
.block--6 .is-active .text-split span:nth-child(11) {
  transition-delay: 0.3s, 0.5s;
}
.block--6 .is-active .text-split span:nth-child(12) {
  transition-delay: 0.325s, 0.525s;
}
.block--6 .is-active .text-split span:nth-child(13) {
  transition-delay: 0.35s, 0.55s;
}
.block--6 .is-active .text-split span:nth-child(14) {
  transition-delay: 0.375s, 0.575s;
}
.block--6 .is-active .text-split span:nth-child(15) {
  transition-delay: 0.4s, 0.6s;
}
.block--6 .is-active .text-split span:nth-child(16) {
  transition-delay: 0.425s, 0.625s;
}
.block--6 .is-active .text-split span:nth-child(17) {
  transition-delay: 0.45s, 0.65s;
}
.block--6 .is-active .text-split span:nth-child(18) {
  transition-delay: 0.475s, 0.675s;
}
.block--6 .is-active .text-split span:nth-child(19) {
  transition-delay: 0.5s, 0.7s;
}
.block--6 .is-active .text-split span:nth-child(20) {
  transition-delay: 0.525s, 0.725s;
}
.block--6 .is-active .text-split span:nth-child(1) {
  transition-delay: 0.1s, 0.3s;
}
.block--6 .is-active .text-split span:nth-child(2) {
  transition-delay: 0.125s, 0.325s;
}
.block--6 .is-active .text-split span:nth-child(3) {
  transition-delay: 0.15s, 0.35s;
}
.block--6 .is-active .text-split span:nth-child(4) {
  transition-delay: 0.175s, 0.375s;
}
.block--6 .is-active .text-split span:nth-child(5) {
  transition-delay: 0.2s, 0.4s;
}
.block--6 .is-active .text-split span:nth-child(6) {
  transition-delay: 0.225s, 0.425s;
}
.block--6 .is-active .text-split span:nth-child(7) {
  transition-delay: 0.25s, 0.45s;
}
.block--6 .is-active .text-split span:nth-child(8) {
  transition-delay: 0.275s, 0.475s;
}
.block--6 .is-active .text-split span:nth-child(9) {
  transition-delay: 0.3s, 0.5s;
}
.block--6 .is-active .text-split span:nth-child(10) {
  transition-delay: 0.325s, 0.525s;
}
.block--6 .is-active .text-split span:nth-child(11) {
  transition-delay: 0.35s, 0.55s;
}
.block--6 .is-active .text-split span:nth-child(12) {
  transition-delay: 0.375s, 0.575s;
}
.block--6 .is-active .text-split span:nth-child(13) {
  transition-delay: 0.4s, 0.6s;
}
.block--6 .is-active .text-split span:nth-child(14) {
  transition-delay: 0.425s, 0.625s;
}
.block--6 .is-active .text-split span:nth-child(15) {
  transition-delay: 0.45s, 0.65s;
}
.block--6 .is-active .text-split span:nth-child(16) {
  transition-delay: 0.475s, 0.675s;
}
.block--6 .is-active .text-split span:nth-child(17) {
  transition-delay: 0.5s, 0.7s;
}
.block--6 .is-active .text-split span:nth-child(18) {
  transition-delay: 0.525s, 0.725s;
}
.block--6 .is-active .text-split span:nth-child(19) {
  transition-delay: 0.55s, 0.75s;
}
.block--6 .is-active .text-split span:nth-child(20) {
  transition-delay: 0.575s, 0.775s;
}

.block--7 .text-item {
  position: relative;
  color: transparent;
}
.block--7 .text-item .text-half {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.block--7 .text-item .text-half::before {
  position: absolute;
  content: attr(data-text);
  left: 0;
  white-space: no-wrap;
  color: #fff;
}
.block--7 .text-item .text-half--top {
  top: 0;
}
.block--7 .text-item .text-half--top::before {
  top: 0;
  transform: translateY(100%);
}
.block--7 .text-item .text-half--btm {
  bottom: 0;
}
.block--7 .text-item .text-half--btm::before {
  bottom: 0;
  transform: translateY(-100%);
}
.block--7 .is-active .text-item .text-half::before {
  transform: translateY(0);
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}

.block--8 .text-split span {
  opacity: 0;
}
.block--8 .is-active .text-split span {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.block--8 .is-active .text-split span[data-random="1"] {
  transition-delay: 0s;
}
.block--8 .is-active .text-split span[data-random="2"] {
  transition-delay: 0.03s;
}
.block--8 .is-active .text-split span[data-random="3"] {
  transition-delay: 0.06s;
}
.block--8 .is-active .text-split span[data-random="4"] {
  transition-delay: 0.09s;
}
.block--8 .is-active .text-split span[data-random="5"] {
  transition-delay: 0.12s;
}
.block--8 .is-active .text-split span[data-random="6"] {
  transition-delay: 0.15s;
}
.block--8 .is-active .text-split span[data-random="7"] {
  transition-delay: 0.18s;
}

.block--9 .text-split span {
  opacity: 0;
}
.block--9 .is-active .text-split span {
  animation: flash 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.2s;
}
.block--9 .is-active .text-split span:nth-child(1) {
  animation-delay: 0.1s;
}
.block--9 .is-active .text-split span:nth-child(2) {
  animation-delay: 0.125s;
}
.block--9 .is-active .text-split span:nth-child(3) {
  animation-delay: 0.15s;
}
.block--9 .is-active .text-split span:nth-child(4) {
  animation-delay: 0.175s;
}
.block--9 .is-active .text-split span:nth-child(5) {
  animation-delay: 0.2s;
}
.block--9 .is-active .text-split span:nth-child(6) {
  animation-delay: 0.225s;
}
.block--9 .is-active .text-split span:nth-child(7) {
  animation-delay: 0.25s;
}
.block--9 .is-active .text-split span:nth-child(8) {
  animation-delay: 0.275s;
}
.block--9 .is-active .text-split span:nth-child(9) {
  animation-delay: 0.3s;
}
.block--9 .is-active .text-split span:nth-child(10) {
  animation-delay: 0.325s;
}
.block--9 .is-active .text-split span:nth-child(11) {
  animation-delay: 0.35s;
}
.block--9 .is-active .text-split span:nth-child(12) {
  animation-delay: 0.375s;
}
.block--9 .is-active .text-split span:nth-child(13) {
  animation-delay: 0.4s;
}
.block--9 .is-active .text-split span:nth-child(14) {
  animation-delay: 0.425s;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.block--10 .text-split span {
  opacity: 0;
  text-stroke: 1 #fff;
}
.block--10 .is-active .text-split span {
  animation: text-blink backwards 0.34s steps(1);
  opacity: 1;
}
.block--10 .is-active .text-split span:nth-child(1)[data-random="1"] {
  animation-delay: 0.02s;
}
.block--10 .is-active .text-split span:nth-child(1)[data-random="2"] {
  animation-delay: 0.04s;
}
.block--10 .is-active .text-split span:nth-child(1)[data-random="3"] {
  animation-delay: 0.06s;
}
.block--10 .is-active .text-split span:nth-child(1)[data-random="4"] {
  animation-delay: 0.08s;
}
.block--10 .is-active .text-split span:nth-child(1)[data-random="5"] {
  animation-delay: 0.1s;
}
.block--10 .is-active .text-split span:nth-child(1)[data-random="6"] {
  animation-delay: 0.12s;
}
.block--10 .is-active .text-split span:nth-child(1)[data-random="7"] {
  animation-delay: 0.14s;
}
.block--10 .is-active .text-split span:nth-child(2)[data-random="1"] {
  animation-delay: 0.04s;
}
.block--10 .is-active .text-split span:nth-child(2)[data-random="2"] {
  animation-delay: 0.06s;
}
.block--10 .is-active .text-split span:nth-child(2)[data-random="3"] {
  animation-delay: 0.08s;
}
.block--10 .is-active .text-split span:nth-child(2)[data-random="4"] {
  animation-delay: 0.1s;
}
.block--10 .is-active .text-split span:nth-child(2)[data-random="5"] {
  animation-delay: 0.12s;
}
.block--10 .is-active .text-split span:nth-child(2)[data-random="6"] {
  animation-delay: 0.14s;
}
.block--10 .is-active .text-split span:nth-child(2)[data-random="7"] {
  animation-delay: 0.16s;
}
.block--10 .is-active .text-split span:nth-child(3)[data-random="1"] {
  animation-delay: 0.06s;
}
.block--10 .is-active .text-split span:nth-child(3)[data-random="2"] {
  animation-delay: 0.08s;
}
.block--10 .is-active .text-split span:nth-child(3)[data-random="3"] {
  animation-delay: 0.1s;
}
.block--10 .is-active .text-split span:nth-child(3)[data-random="4"] {
  animation-delay: 0.12s;
}
.block--10 .is-active .text-split span:nth-child(3)[data-random="5"] {
  animation-delay: 0.14s;
}
.block--10 .is-active .text-split span:nth-child(3)[data-random="6"] {
  animation-delay: 0.16s;
}
.block--10 .is-active .text-split span:nth-child(3)[data-random="7"] {
  animation-delay: 0.18s;
}
.block--10 .is-active .text-split span:nth-child(4)[data-random="1"] {
  animation-delay: 0.08s;
}
.block--10 .is-active .text-split span:nth-child(4)[data-random="2"] {
  animation-delay: 0.1s;
}
.block--10 .is-active .text-split span:nth-child(4)[data-random="3"] {
  animation-delay: 0.12s;
}
.block--10 .is-active .text-split span:nth-child(4)[data-random="4"] {
  animation-delay: 0.14s;
}
.block--10 .is-active .text-split span:nth-child(4)[data-random="5"] {
  animation-delay: 0.16s;
}
.block--10 .is-active .text-split span:nth-child(4)[data-random="6"] {
  animation-delay: 0.18s;
}
.block--10 .is-active .text-split span:nth-child(4)[data-random="7"] {
  animation-delay: 0.2s;
}
.block--10 .is-active .text-split span:nth-child(5)[data-random="1"] {
  animation-delay: 0.1s;
}
.block--10 .is-active .text-split span:nth-child(5)[data-random="2"] {
  animation-delay: 0.12s;
}
.block--10 .is-active .text-split span:nth-child(5)[data-random="3"] {
  animation-delay: 0.14s;
}
.block--10 .is-active .text-split span:nth-child(5)[data-random="4"] {
  animation-delay: 0.16s;
}
.block--10 .is-active .text-split span:nth-child(5)[data-random="5"] {
  animation-delay: 0.18s;
}
.block--10 .is-active .text-split span:nth-child(5)[data-random="6"] {
  animation-delay: 0.2s;
}
.block--10 .is-active .text-split span:nth-child(5)[data-random="7"] {
  animation-delay: 0.22s;
}
.block--10 .is-active .text-split span:nth-child(6)[data-random="1"] {
  animation-delay: 0.12s;
}
.block--10 .is-active .text-split span:nth-child(6)[data-random="2"] {
  animation-delay: 0.14s;
}
.block--10 .is-active .text-split span:nth-child(6)[data-random="3"] {
  animation-delay: 0.16s;
}
.block--10 .is-active .text-split span:nth-child(6)[data-random="4"] {
  animation-delay: 0.18s;
}
.block--10 .is-active .text-split span:nth-child(6)[data-random="5"] {
  animation-delay: 0.2s;
}
.block--10 .is-active .text-split span:nth-child(6)[data-random="6"] {
  animation-delay: 0.22s;
}
.block--10 .is-active .text-split span:nth-child(6)[data-random="7"] {
  animation-delay: 0.24s;
}
.block--10 .is-active .text-split span:nth-child(7)[data-random="1"] {
  animation-delay: 0.14s;
}
.block--10 .is-active .text-split span:nth-child(7)[data-random="2"] {
  animation-delay: 0.16s;
}
.block--10 .is-active .text-split span:nth-child(7)[data-random="3"] {
  animation-delay: 0.18s;
}
.block--10 .is-active .text-split span:nth-child(7)[data-random="4"] {
  animation-delay: 0.2s;
}
.block--10 .is-active .text-split span:nth-child(7)[data-random="5"] {
  animation-delay: 0.22s;
}
.block--10 .is-active .text-split span:nth-child(7)[data-random="6"] {
  animation-delay: 0.24s;
}
.block--10 .is-active .text-split span:nth-child(7)[data-random="7"] {
  animation-delay: 0.26s;
}
.block--10 .is-active .text-split span:nth-child(8)[data-random="1"] {
  animation-delay: 0.16s;
}
.block--10 .is-active .text-split span:nth-child(8)[data-random="2"] {
  animation-delay: 0.18s;
}
.block--10 .is-active .text-split span:nth-child(8)[data-random="3"] {
  animation-delay: 0.2s;
}
.block--10 .is-active .text-split span:nth-child(8)[data-random="4"] {
  animation-delay: 0.22s;
}
.block--10 .is-active .text-split span:nth-child(8)[data-random="5"] {
  animation-delay: 0.24s;
}
.block--10 .is-active .text-split span:nth-child(8)[data-random="6"] {
  animation-delay: 0.26s;
}
.block--10 .is-active .text-split span:nth-child(8)[data-random="7"] {
  animation-delay: 0.28s;
}
.block--10 .is-active .text-split span:nth-child(9)[data-random="1"] {
  animation-delay: 0.18s;
}
.block--10 .is-active .text-split span:nth-child(9)[data-random="2"] {
  animation-delay: 0.2s;
}
.block--10 .is-active .text-split span:nth-child(9)[data-random="3"] {
  animation-delay: 0.22s;
}
.block--10 .is-active .text-split span:nth-child(9)[data-random="4"] {
  animation-delay: 0.24s;
}
.block--10 .is-active .text-split span:nth-child(9)[data-random="5"] {
  animation-delay: 0.26s;
}
.block--10 .is-active .text-split span:nth-child(9)[data-random="6"] {
  animation-delay: 0.28s;
}
.block--10 .is-active .text-split span:nth-child(9)[data-random="7"] {
  animation-delay: 0.3s;
}
.block--10 .is-active .text-split span:nth-child(10)[data-random="1"] {
  animation-delay: 0.2s;
}
.block--10 .is-active .text-split span:nth-child(10)[data-random="2"] {
  animation-delay: 0.22s;
}
.block--10 .is-active .text-split span:nth-child(10)[data-random="3"] {
  animation-delay: 0.24s;
}
.block--10 .is-active .text-split span:nth-child(10)[data-random="4"] {
  animation-delay: 0.26s;
}
.block--10 .is-active .text-split span:nth-child(10)[data-random="5"] {
  animation-delay: 0.28s;
}
.block--10 .is-active .text-split span:nth-child(10)[data-random="6"] {
  animation-delay: 0.3s;
}
.block--10 .is-active .text-split span:nth-child(10)[data-random="7"] {
  animation-delay: 0.32s;
}
.block--10 .is-active .text-split span:nth-child(11)[data-random="1"] {
  animation-delay: 0.22s;
}
.block--10 .is-active .text-split span:nth-child(11)[data-random="2"] {
  animation-delay: 0.24s;
}
.block--10 .is-active .text-split span:nth-child(11)[data-random="3"] {
  animation-delay: 0.26s;
}
.block--10 .is-active .text-split span:nth-child(11)[data-random="4"] {
  animation-delay: 0.28s;
}
.block--10 .is-active .text-split span:nth-child(11)[data-random="5"] {
  animation-delay: 0.3s;
}
.block--10 .is-active .text-split span:nth-child(11)[data-random="6"] {
  animation-delay: 0.32s;
}
.block--10 .is-active .text-split span:nth-child(11)[data-random="7"] {
  animation-delay: 0.34s;
}
.block--10 .is-active .text-split span:nth-child(12)[data-random="1"] {
  animation-delay: 0.24s;
}
.block--10 .is-active .text-split span:nth-child(12)[data-random="2"] {
  animation-delay: 0.26s;
}
.block--10 .is-active .text-split span:nth-child(12)[data-random="3"] {
  animation-delay: 0.28s;
}
.block--10 .is-active .text-split span:nth-child(12)[data-random="4"] {
  animation-delay: 0.3s;
}
.block--10 .is-active .text-split span:nth-child(12)[data-random="5"] {
  animation-delay: 0.32s;
}
.block--10 .is-active .text-split span:nth-child(12)[data-random="6"] {
  animation-delay: 0.34s;
}
.block--10 .is-active .text-split span:nth-child(12)[data-random="7"] {
  animation-delay: 0.36s;
}
.block--10 .is-active .text-split span:nth-child(13)[data-random="1"] {
  animation-delay: 0.26s;
}
.block--10 .is-active .text-split span:nth-child(13)[data-random="2"] {
  animation-delay: 0.28s;
}
.block--10 .is-active .text-split span:nth-child(13)[data-random="3"] {
  animation-delay: 0.3s;
}
.block--10 .is-active .text-split span:nth-child(13)[data-random="4"] {
  animation-delay: 0.32s;
}
.block--10 .is-active .text-split span:nth-child(13)[data-random="5"] {
  animation-delay: 0.34s;
}
.block--10 .is-active .text-split span:nth-child(13)[data-random="6"] {
  animation-delay: 0.36s;
}
.block--10 .is-active .text-split span:nth-child(13)[data-random="7"] {
  animation-delay: 0.38s;
}
.block--10 .is-active .text-split span:nth-child(14)[data-random="1"] {
  animation-delay: 0.28s;
}
.block--10 .is-active .text-split span:nth-child(14)[data-random="2"] {
  animation-delay: 0.3s;
}
.block--10 .is-active .text-split span:nth-child(14)[data-random="3"] {
  animation-delay: 0.32s;
}
.block--10 .is-active .text-split span:nth-child(14)[data-random="4"] {
  animation-delay: 0.34s;
}
.block--10 .is-active .text-split span:nth-child(14)[data-random="5"] {
  animation-delay: 0.36s;
}
.block--10 .is-active .text-split span:nth-child(14)[data-random="6"] {
  animation-delay: 0.38s;
}
.block--10 .is-active .text-split span:nth-child(14)[data-random="7"] {
  animation-delay: 0.4s;
}

@keyframes text-blink {
  0% {
    -webkit-text-stroke-width: 0;
    opacity: 0;
    color: #fff;
  }
  12.5% {
    -webkit-text-stroke-width: 0;
    opacity: 0.5;
    color: yellow;
  }
  25% {
    -webkit-text-stroke-width: 0;
    opacity: 1;
    color: rgba(0, 0, 0, 0.35);
  }
  37.5% {
    -webkit-text-stroke-width: 0;
    opacity: 0.5;
    color: #fff;
  }
  50% {
    -webkit-text-stroke-width: 0;
    opacity: 1;
    color: yellow;
  }
  62.5% {
    -webkit-text-stroke-width: 0;
    opacity: 0;
    color: #fff;
  }
  75% {
    -webkit-text-stroke-width: 0;
    opacity: 1;
    color: rgba(0, 0, 0, 0.35);
  }
  87.5% {
    opacity: 0.5;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
  }
  100% {
    -webkit-text-stroke-width: 0;
    opacity: 1;
    color: #fff;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  background-color: #f3f8fb;
  color: #2c4198;
  overflow-x: hidden;
}

.wrapper {
  width: 90%;
  max-width: 1500px;
  min-width: 1500px;
  margin: 0 auto;
  font-size: 15px;
}
@media screen and (max-width: 835px) {
  .wrapper {
    min-width: auto;
  }
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 15px;
}

figure {
  overflow: hidden;
  border-radius: 10px;
}
figure img {
  transition: all 0.5s;
  width: 100%;
}
figure img:hover {
  transform: scale(1.1);
}

table {
  width: 100%;
}

.mg-120 {
  height: 120px;
}
@media screen and (max-width: 450px) {
  .mg-120 {
    display: none;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 835px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 835px) {
  .sp {
    display: block;
  }
}

.header-info {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  max-width: 320px;
  transform: translateY(-11px);
}
@media screen and (max-width: 835px) {
  .header-info {
    display: none;
  }
}
.header-info h2 {
  position: absolute;
  right: 18px;
  top: 10px;
}
.header-info .emoji-txt {
  font-size: 14px;
  font-family: "Noto Color Emoji", sans-serif;
}
.header-info .en-txt {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-top: -10px;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

/*--------------------- 追従menu --------------------*/
.fixed-menu {
  background-color: #f3f8fb;
  color: #2c4198;
  width: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 25px 45px 0 30px;
}

.no-scroll {
  overflow: hidden;
}

/* -------------------- Swiper -------------------- */
.swiper-wrapper {
  transition-timing-function: linear;
  gap: 17px;
}

.slider-controller {
  margin-top: 9rem;
  height: 60px;
}
@media screen and (max-width: 450px) {
  .slider-controller {
    margin-top: 6rem;
  }
}
.slider-controller .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .slider-controller .inner {
    display: block;
    text-align: right;
  }
}
.slider-controller .inner .swiper-scrollbar {
  background: #eee;
  height: 1px;
}
@media screen and (max-width: 450px) {
  .slider-controller .inner .swiper-scrollbar {
    transform: translateY(-38px);
  }
}
.slider-controller .inner .swiper-scrollbar .swiper-scrollbar-drag {
  background: colors(darkBlue);
  height: 3px;
}
.slider-controller .inner .swiper-horizontal > .swiper-scrollbar,
.slider-controller .inner .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: unset;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .slider-controller .inner .swiper-horizontal > .swiper-scrollbar,
  .slider-controller .inner .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 90%;
  }
}
.slider-controller .inner .slider-btns {
  display: inline-flex;
  margin-left: 3rem;
}
.slider-controller .inner .slider-btns .swiper-button-prev,
.slider-controller .inner .slider-btns .swiper-button-next {
  position: unset;
  width: 60px;
  height: 60px;
}
.slider-controller .inner .slider-btns .swiper-button-prev::after,
.slider-controller .inner .slider-btns .swiper-button-next::after {
  content: "";
}
.slider-controller .inner .slider-btns .swiper-button-prev {
  margin-right: 7px;
}

/* arrow-left arrow right */
#arrow-left .cls-1 {
  fill: colors(darkBlue);
}
#arrow-left .cls-2 {
  font-size: 15px;
  fill: #fefeff;
  font-family: MaterialIcons;
}

#arrow-right .cls-1 {
  fill: colors(darkBlue);
}
#arrow-right .cls-2 {
  font-size: 15px;
  fill: #fefeff;
  font-family: MaterialIcons;
}

/************ stoker mouse ***********/
#js-mouse {
  pointer-events: none;
  position: fixed;
  top: -15px;
  left: -15px;
  width: 0;
  height: 0;
  background-color: rgba(152, 201, 223, 0.7);
  overflow: hidden;
  border-radius: 50%;
  transform: translate(0, 0);
  transition-duration: 0.3s;
  z-index: 50;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#js-mouse .emoji-txt {
  font-size: 32px;
  font-family: "Noto Color Emoji", sans-serif;
  opacity: 0;
}
#js-mouse .en-txt {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-top: -10px;
  opacity: 0;
}
#js-mouse.active {
  width: 120px;
  height: 120px;
  opacity: 1;
  transition-duration: 0.3s;
}
#js-mouse.active .emoji-txt {
  opacity: 1;
}
#js-mouse.active .en-txt {
  opacity: 1;
}
@media screen and (max-width: 835px) {
  #js-mouse {
    display: none;
  }
}

#js-mouse.active {
  width: 100px;
  height: 100px;
  transition-duration: 0.3s;
}

header {
  background-color: #f3f8fb;
  position: relative;
}
@media screen and (max-width: 450px) {
  header {
    padding-bottom: 300px;
    padding-bottom: 200px;
  }
}
header .header-nav-container {
  width: calc(100% - 90px);
  height: 120px;
  padding: 35px 40px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 835px) {
  header .header-nav-container {
    display: block;
    width: 100%;
    margin: 0;
    padding: 2rem 2rem 0;
    height: 95px;
  }
}
header .header-nav-container .header-nav-sm-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 835px) {
  header .header-nav-container .header-nav-sm-container {
    justify-content: space-between;
  }
}
header .header-nav-container .header-nav-sm-container nav {
  margin-left: 40px;
}
header .header-nav-container .header-nav-sm-container nav ul {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
header .header-nav-container .header-nav-sm-container nav ul li + li {
  margin-left: 30px;
}
@media screen and (max-width: 835px) {
  header .header-nav-container .header-nav-sm-container nav {
    display: none;
    margin-left: 0;
  }
  header .header-nav-container .header-nav-sm-container nav ul {
    flex-direction: column;
    width: 100%;
    height: 100vh;
  }
  header .header-nav-container .header-nav-sm-container nav ul li {
    border-bottom: 1px solid #eee;
    padding: 20px 15px;
    text-align: center;
  }
  header .header-nav-container .header-nav-sm-container nav ul li + li {
    margin-left: 0;
  }
}
header .header-nav-container .header-nav-sm-container nav.nav-active {
  display: flex;
}
header .header-nav-container .header-nav-sm-container .sp-nav-btn {
  display: none;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: rgba(152, 201, 223, 0.7);
  border-radius: 45px;
  width: 80px;
  height: 45px;
}
@media screen and (max-width: 835px) {
  header .header-nav-container .header-nav-sm-container .sp-nav-btn {
    display: flex;
  }
}
header .header-mv-container {
  background: url(../img/mv-main-img.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% - 90px);
  height: calc(100vh - 120px);
  min-height: 820px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin: 0 90px 0 auto;
  padding: 0 0 100px 174px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 835px) {
  header .header-mv-container {
    background: url(../img/mv-main-img-sp.jpg) no-repeat;
    min-height: 660px;
    height: 660px;
    width: calc(100% - 30px);
    padding: 0;
    position: relative;
    margin: 0 auto 0 0;
  }
  header .header-mv-container .header-mv-container-catch {
    position: absolute;
    top: 110%;
    left: 10%;
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  header .header-mv-container {
    width: calc(100% - 10px);
    height: calc(100vh - 240px);
    min-height: auto;
    background-size: cover;
    background-position: 40%;
  }
  header .header-mv-container .header-mv-container-catch {
    left: 7%;
    width: 86%;
  }
}

header .nav-active {
  background-color: #ffffff;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 25px 45px 0 30px;
}

#info-cta {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background-color: #e0ecf3;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 25%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 1s ease-out;
  height: 425px;
  width: 720px;
}
#info-cta.hide {
  transform: translateX(670px);
  transition: 1s all ease-out;
}
@media screen and (max-width: 835px) {
  #info-cta {
    border-radius: 20px 20px 0 0;
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
    height: auto;
    width: 100%;
    flex-direction: column;
    z-index: 100;
    transform: translate(0, calc(100% - 50px));
  }
  #info-cta.on {
    transform: translate(0, 0);
    transition: 1s all ease-out;
  }
}
#info-cta .item-box1 {
  writing-mode: vertical-lr;
  background-color: #e0ecf3;
  padding: 0 1rem;
  height: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  justify-content: center;
  width: 50px;
}
@media screen and (max-width: 835px) {
  #info-cta .item-box1 {
    writing-mode: horizontal-tb;
    height: 50px;
    border-radius: 20px 20px 0 0;
    width: 100%;
  }
}
#info-cta .item-box1 h2 {
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 835px) {
  #info-cta .item-box1 h2 {
    display: flex;
    align-items: center;
  }
}
#info-cta .item-box1 h2 span {
  writing-mode: horizontal-tb;
  margin-bottom: 1rem;
}
@media screen and (max-width: 835px) {
  #info-cta .item-box1 h2 span {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
#info-cta .hide-item {
  padding: 30px 40px 30px 50px;
  background-color: #ffffff;
  transition: all 1s ease-out;
  width: calc(100% - 50px);
  right: 0;
  /* .hide-item.hide */
  /* table */
}
@media screen and (max-width: 835px) {
  #info-cta .hide-item {
    padding: 2rem;
    width: 100%;
  }
}
#info-cta .hide-item.hide {
  position: absolute;
  transform: translateX(700px);
  transition: 1s all ease-out;
}
#info-cta .hide-item .item-box2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  #info-cta .hide-item .item-box2 {
    display: block;
    margin-bottom: 20px;
  }
}
#info-cta .hide-item .item-box2-txt2 {
  background-color: #e0ecf3;
  font-weight: 700;
  border-radius: 10px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
@media screen and (max-width: 835px) {
  #info-cta .hide-item .item-box2-txt2 {
    margin-left: 20px;
    display: inline-flex;
  }
}
@media screen and (max-width: 640px) {
  #info-cta .hide-item .item-box2-txt2 {
    margin-left: 0;
    margin-top: 1.5rem;
    padding: 5px 19px;
    justify-content: center;
    width: 100%;
  }
}
#info-cta .hide-item .item-box3 table {
  min-width: 530px;
  border-collapse: separate;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #2c4198;
  caption-side: bottom;
}
@media screen and (max-width: 835px) {
  #info-cta .hide-item .item-box3 table {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  #info-cta .hide-item .item-box3 table {
    min-width: auto;
  }
}
#info-cta .hide-item .item-box3 th {
  height: 40px;
  border-bottom: 1px solid #2c4198;
  border-right: 1px solid #2c4198;
  text-align: center;
}
@media screen and (max-width: 450px) {
  #info-cta .hide-item .item-box3 th {
    width: calc(100% - 22.8571428571px);
    font-size: 14px;
  }
  #info-cta .hide-item .item-box3 th:first-of-type {
    width: 160px;
  }
}
#info-cta .hide-item .item-box3 td {
  width: 55px;
  font-size: 18px;
  border-bottom: 1px solid #2c4198;
  border-right: 1px solid #2c4198;
  text-align: center;
}
@media screen and (max-width: 450px) {
  #info-cta .hide-item .item-box3 td {
    height: 40px;
    font-size: 15px;
  }
}
#info-cta .hide-item .item-box3 td[rowspan="3"] {
  vertical-align: middle;
  border-bottom: none;
  border-right: none;
}
#info-cta .hide-item .item-box3 td[rowspan="3"] .txt {
  display: block;
}
#info-cta .hide-item .item-box3 tr th:last-child {
  border-right: none;
}
#info-cta .hide-item .item-box3 tr:last-child th,
#info-cta .hide-item .item-box3 tr:last-child td {
  border-bottom: none;
}
#info-cta .hide-item .item-box3 .en-txt {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 835px) {
  #info-cta .hide-item .item-box3 .en-txt {
    font-size: 14px;
    padding: 5px;
    line-height: 1.2;
  }
}
#info-cta .hide-item .item-box4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
  font-weight: 700;
}
@media screen and (max-width: 835px) {
  #info-cta .hide-item .item-box4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #info-cta .hide-item .item-box4 {
    display: block;
    background: #ebedf5;
    padding: 15px;
    border-radius: 10px;
  }
}
#info-cta .hide-item .item-box4-txt1 {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #info-cta .hide-item .item-box4-txt1 {
    text-align: center;
  }
}
#info-cta .hide-item .item-box4-txt2 {
  font-family: "Quicksand", sans-serif;
  font-size: 30px;
  margin-left: 1rem;
}
@media screen and (max-width: 835px) {
  #info-cta .hide-item .item-box4-txt2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #info-cta .hide-item .item-box4-txt2 {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 3px;
  }
}
#info-cta .hide-item .item-box4-txt3 {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  #info-cta .hide-item .item-box4-txt3 {
    text-align: center;
  }
}

#read-info {
  display: none;
  margin-top: 320px;
  margin-bottom: -150px;
}
@media screen and (max-width: 835px) {
  #read-info {
    display: block;
    margin-top: 360px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  #read-info {
    margin-top: 15px;
  }
}
#read-info h2 {
  width: 690px;
  height: 100px;
  border-radius: 10px;
  background-color: #2c4198;
  color: #ffffff;
  font-weight: 700;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 835px) {
  #read-info h2 {
    width: 90%;
    margin: auto;
    font-size: 16px;
    height: auto;
    padding: 1rem;
  }
}
#read-info .en-txt {
  font-family: "Quicksand", sans-serif;
}
#read-info .emoji-txt {
  font-family: "Noto Color Emoji", sans-serif;
}

#read {
  padding-top: 300px;
  margin-bottom: -150px;
}
@media screen and (max-width: 835px) {
  #read {
    padding-top: 300px;
    margin-top: 300px;
    margin-bottom: -120px;
  }
}
#read .wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 80px 0 30px;
  margin-top: 150px;
  margin-bottom: 120px;
}
@media screen and (max-width: 835px) {
  #read .wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    padding-top: 150px;
    margin-top: 150px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  #read .wrapper {
    margin-top: 50px;
  }
}
#read .wrapper .item-box1 {
  flex: 0 0 33.3333333333%;
}
#read .wrapper .item-box1 h2 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 835px) {
  #read .wrapper .item-box1 {
    order: 2;
    z-index: 1;
    max-width: 100px;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#read .wrapper .item-box2 {
  flex: 0 0 33.3333333333%;
  font-weight: 500;
}
@media screen and (max-width: 835px) {
  #read .wrapper .item-box2 {
    order: 4;
    flex: 0 0 100%;
    margin-top: 200px;
    padding: 0 25px;
  }
}
#read .wrapper .item-box2 p:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width: 450px) {
  #read .wrapper .item-box2 p:not(:first-child) {
    margin-top: 20px;
  }
}
#read .wrapper .item-box3 {
  flex: 0 0 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 835px) {
  #read .wrapper .item-box3 {
    order: 1;
    position: absolute;
    top: 0;
    left: -34px;
  }
}
#read .wrapper .item-box3 figure {
  max-width: 385px;
}
@media screen and (max-width: 835px) {
  #read .wrapper .item-box3 figure {
    max-width: 250px;
  }
}
@media screen and (max-width: 450px) {
  #read .wrapper .item-box3 figure {
    max-width: 190px;
  }
}
#read .wrapper .item-box4 {
  flex: 0 0 50%;
  padding-top: 5rem;
}
@media screen and (max-width: 835px) {
  #read .wrapper .item-box4 {
    order: 3;
    position: absolute;
    top: 12%;
    right: -34px;
    padding-top: 0;
  }
}
#read .wrapper .item-box4 figure {
  max-width: 385px;
}
@media screen and (max-width: 835px) {
  #read .wrapper .item-box4 figure {
    max-width: 250px;
  }
}
@media screen and (max-width: 450px) {
  #read .wrapper .item-box4 figure {
    max-width: 190px;
  }
}
#read .wrapper .item-box5 {
  flex: 0 0 50%;
  align-self: flex-end;
  min-width: 320px;
  right: 150px;
  bottom: 0;
  position: relative;
}
@media screen and (max-width: 835px) {
  #read .wrapper .item-box5 {
    order: 5;
    display: block;
    position: static;
    flex: 0 0 100%;
    margin-top: 40px;
    text-align: center;
  }
}
#read .wrapper .item-box5 h3 {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  background-color: #2c4198;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1.1;
  transform: translate(80px, 0px);
  position: absolute;
  bottom: 123px;
  right: 0;
}
@media screen and (max-width: 835px) {
  #read .wrapper .item-box5 h3 {
    transform: none;
    display: inline-flex;
    position: static;
  }
}
@media screen and (max-width: 450px) {
  #read .wrapper .item-box5 h3 {
    width: 150px;
    height: 150px;
    padding-top: 13px;
  }
}
#read .wrapper .item-box5 h3 .lg-txt {
  font-size: 40px;
  font-family: "Quicksand", sans-serif;
}
#read .wrapper .item-box5 img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 835px) {
  #read .wrapper .item-box5 img {
    position: static;
    width: 360px;
    height: 200px;
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: top left;
       object-position: top left;
    transform: scale(1.5);
  }
}
@media screen and (max-width: 450px) {
  #read .wrapper .item-box5 img {
    transform: scale(1);
  }
}

@media screen and (max-width: 450px) {
  .pc-concept-person {
    display: none;
  }
}

.sp-concept-person {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp-concept-person {
    display: block;
    height: auto !important;
    width: 90% !important;
    -o-object-fit: initial !important;
       object-fit: initial !important;
    margin: -62px auto 0;
  }
}

#treatment {
  box-sizing: border-box;
  padding-top: 150px;
  margin-bottom: -150px;
}
@media screen and (max-width: 835px) {
  #treatment {
    margin-top: 120px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 450px) {
  #treatment {
    margin-top: 30px;
    padding-top: 30px;
  }
}
#treatment .wrapper {
  background-color: #ffffff;
  border-radius: 50px;
}
@media screen and (max-width: 835px) {
  #treatment .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#treatment .wrapper .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 835px) {
  #treatment .wrapper .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  #treatment .wrapper .inner {
    display: block;
  }
}
#treatment .wrapper .inner .treatment-top {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-top: 120px;
}
@media screen and (max-width: 835px) {
  #treatment .wrapper .inner .treatment-top {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
}
#treatment .wrapper .inner .treatment-top h2 {
  font-weight: 500;
  margin-right: 130px;
}
#treatment .wrapper .inner .treatment-top h2 .en-txt {
  font-family: "Quicksand", sans-serif;
  font-size: 46px;
}
#treatment .wrapper .inner .treatment-top h2 .jp-txt {
  font-size: 12px;
  display: block;
}
#treatment .wrapper .inner .treatment-left {
  flex: 0 0 calc(100% - 360px);
  margin-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 835px) {
  #treatment .wrapper .inner .treatment-left {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  #treatment .wrapper .inner .treatment-left {
    margin-top: 40px;
  }
}
#treatment .wrapper .inner .treatment-left .treatment-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 835px) {
  #treatment .wrapper .inner .treatment-left .treatment-list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 450px) {
  #treatment .wrapper .inner .treatment-left .treatment-list {
    display: block;
  }
}
#treatment .wrapper .inner .treatment-left .treatment-list li {
  flex: 0 0 calc(50% - 2rem);
}
@media screen and (max-width: 450px) {
  #treatment .wrapper .inner .treatment-left .treatment-list li {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
#treatment .wrapper .inner .treatment-left .treatment-list li .list-inner {
  position: relative;
}
#treatment .wrapper .inner .treatment-left .treatment-list li .list-inner h3 {
  background-color: #ffffff;
  color: #2c4198;
  border-radius: 17.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px 0px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  white-space: nowrap;
}
#treatment .wrapper .inner .treatment-left .treatment-list li p {
  margin-top: 20px;
}
#treatment .wrapper .inner .treatment-right {
  background-color: #e9f3f9;
  border-radius: 10px;
  flex: 0 0 360px;
  padding: 70px 40px 0;
  margin-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 835px) {
  #treatment .wrapper .inner .treatment-right {
    padding-bottom: 100px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  #treatment .wrapper .inner .treatment-right {
    padding: 2rem;
    padding-bottom: 100px;
    margin-top: 40px;
  }
}
#treatment .wrapper .inner .treatment-right .item-box1 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#treatment .wrapper .inner .treatment-right .item-box1 h3 {
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  width: 160px;
}
#treatment .wrapper .inner .treatment-right .item-box1 h3 .lg-txt {
  font-size: 38px;
  position: relative;
}
#treatment .wrapper .inner .treatment-right .item-box1 h3 .lg-txt::before {
  content: "「";
  font-size: 48px;
  transform: translate(0, 0);
  position: absolute;
  top: 0;
  left: -44px;
}
#treatment .wrapper .inner .treatment-right .item-box1 h3 .sm-txt {
  font-size: 12px;
  position: relative;
}
#treatment .wrapper .inner .treatment-right .item-box1 h3 .sm-txt::after {
  content: "」";
  font-size: 48px;
  transform: translate(0, 0);
  position: absolute;
  bottom: -8px;
  right: -44px;
}
#treatment .wrapper .inner .treatment-right .item-box1 p {
  font-size: clamp(1.4rem, 1vw + 0.25rem, 1.8rem);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
#treatment .wrapper .inner .treatment-right .item-box2 {
  margin-top: 20px;
}
#treatment .wrapper .inner .treatment-right .item-box2 h3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
#treatment .wrapper .inner .treatment-right .item-box2 h3 span {
  background-color: #ffffff;
  color: #2c4198;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px 0px;
  font-size: 18px;
}
#treatment .wrapper .inner .treatment-right .item-box2 .bg-bl {
  background-color: #dfeef7;
  border-radius: 10px;
  padding: 27px 30px;
  margin: 27px 0;
}
#treatment .wrapper .inner .treatment-right .item-box2 .bg-bl .bl-ul {
  text-decoration: underline;
  font-size: 17px;
  font-weight: 700;
}
#treatment .wrapper .inner .treatment-right .item-box3 {
  position: relative;
  margin-top: 32px;
}
#treatment .wrapper .inner .treatment-right .item-box3 .bl-acc {
  position: relative;
  line-height: 1.2;
  top: -7px;
  left: 0px;
}
@media screen and (max-width: 835px) {
  #treatment .wrapper .inner .treatment-right .item-box3 .bl-acc {
    top: -7px;
    left: 53px;
  }
}
@media screen and (max-width: 450px) {
  #treatment .wrapper .inner .treatment-right .item-box3 .bl-acc {
    top: -7px;
    left: -5px;
  }
}
#treatment .wrapper .inner .treatment-right .item-box3 .bl-acc p {
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-89%, -46%);
}
@media screen and (max-width: 835px) {
  #treatment .wrapper .inner .treatment-right .item-box3 .bl-acc p {
    transform: translate(-150%, -46%);
  }
}
@media screen and (max-width: 450px) {
  #treatment .wrapper .inner .treatment-right .item-box3 .bl-acc p {
    transform: translate(-85%, -46%);
  }
}
#treatment .wrapper .inner .treatment-right .item-box3 .bl-acc p .lg-txt {
  font-size: 38px;
}
#treatment .wrapper .inner .treatment-right .item-box3 .bl-acc p .md-txt {
  font-size: 22px;
}
#treatment .wrapper .inner .treatment-right .item-box3 .bl-acc p .sm-txt {
  font-size: 18px;
}
#treatment .wrapper .inner .treatment-right .item-box3 .bl-acc .accent2 {
  width: 187px;
}
#treatment .wrapper .inner .treatment-right .item-box3 .accent1 {
  position: absolute;
  bottom: -85px;
  right: -15px;
}
@media screen and (max-width: 835px) {
  #treatment .wrapper .inner .treatment-right .item-box3 .accent1 {
    bottom: -100px;
    right: 85px;
  }
}
@media screen and (max-width: 450px) {
  #treatment .wrapper .inner .treatment-right .item-box3 .accent1 {
    bottom: -100px;
    right: -5px;
  }
}

#equipment {
  margin-top: 115px;
  margin-bottom: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 450px) {
  #equipment {
    margin-top: 150px;
    margin-bottom: -150px;
    padding-top: 30px;
  }
}
#equipment .item-box1 {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
@media screen and (max-width: 835px) {
  #equipment .item-box1 {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  #equipment .item-box1 {
    display: block;
  }
}
#equipment .item-box1-left {
  flex: 0 0 50%;
  padding: 0 0 40px;
}
#equipment .item-box1-left h2 {
  font-weight: 500;
}
#equipment .item-box1-left h2 .en-txt {
  font-family: "Quicksand", sans-serif;
  font-size: 46px;
}
#equipment .item-box1-left h2 .jp-txt {
  font-size: 12px;
  display: block;
}
#equipment .item-box1-left-group {
  display: flex;
  align-items: baseline;
  margin-top: -5rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 835px) {
  #equipment .item-box1-left-group {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 450px) {
  #equipment .item-box1-left-group {
    margin-top: 0;
  }
  #equipment .item-box1-left-group img:first-child {
    width: 70%;
  }
  #equipment .item-box1-left-group img:last-child {
    width: 30%;
  }
}
#equipment .item-box1-right {
  flex: 0 0 50%;
  padding-right: 80px;
}
@media screen and (max-width: 835px) {
  #equipment .item-box1-right {
    display: none;
  }
}
#equipment .equipment-list-wrapper {
  position: relative;
}
#equipment .equipment-list-wrapper .swiper-button-next, #equipment .equipment-list-wrapper .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 835px) {
  #equipment .equipment-list-wrapper .swiper-button-next, #equipment .equipment-list-wrapper .swiper-button-prev {
    background: rgba(184, 218, 238, 0.6);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    top: 40%;
  }
  #equipment .equipment-list-wrapper .swiper-button-next::after, #equipment .equipment-list-wrapper .swiper-button-prev::after {
    color: #fff;
    font-size: 15px;
  }
}
#equipment .equipment-list-wrapper .swiper-button-next {
  right: -10px;
}
#equipment .equipment-list-wrapper .swiper-button-prev {
  left: -10px;
}
#equipment .item-box2.equipment-list {
  position: relative;
  height: 390px;
}
@media screen and (max-width: 835px) {
  #equipment .item-box2.equipment-list {
    overflow: hidden;
  }
}
@media screen and (max-width: 450px) {
  #equipment .item-box2.equipment-list .swiper-wrapper {
    gap: 0;
  }
}
#equipment .item-box2.equipment-list ul {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 450px) {
  #equipment .item-box2.equipment-list ul {
    gap: 0;
  }
}
#equipment .item-box2.equipment-list ul li {
  flex: 0 0 380px;
}
@media screen and (max-width: 450px) {
  #equipment .item-box2.equipment-list ul li {
    flex: 0 0 100%;
  }
}
#equipment .item-box2.equipment-list ul li .list-inner {
  position: relative;
}
#equipment .item-box2.equipment-list ul li .list-inner h3 {
  background-color: #ffffff;
  color: #2c4198;
  border-radius: 17.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px 0px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
#equipment .item-box2.equipment-list ul li p {
  margin-top: 20px;
}
#equipment .item-box3 {
  margin-top: 55px;
  padding: 40px 60px 30px;
  background-color: #dfeef7;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 835px) {
  #equipment .item-box3 {
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  #equipment .item-box3 {
    padding: 2rem;
  }
}
#equipment .item-box3-left {
  flex: 0 0 50%;
}
#equipment .item-box3-left h3 {
  color: #4495d8;
  font-size: 16px;
}
#equipment .item-box3-left h4 {
  font-size: clamp(2rem, 2.3vw, 31px);
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 835px) {
  #equipment .item-box3-left h4 {
    font-size: 27px;
  }
}
#equipment .item-box3-right {
  flex: 0 0 50%;
  padding-left: 30px;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 835px) {
  #equipment .item-box3-right {
    margin-top: 4rem;
    margin-left: 0;
    padding: 0;
  }
}
#equipment .item-box3-right .zero-tag {
  position: absolute;
  width: 123px;
  height: auto;
  top: -60px;
  right: -60px;
}
@media screen and (max-width: 835px) {
  #equipment .item-box3-right .zero-tag {
    width: 83px;
    top: -40px;
    right: -29px;
  }
}

#message {
  padding-top: 150px;
  margin-top: 100px;
  margin-bottom: -150px;
}
@media screen and (max-width: 450px) {
  #message {
    padding-top: 30px;
    margin-top: 150px;
  }
}
#message .wrapper {
  background-color: #ffffff;
  border-radius: 50px;
}
#message .wrapper .inner {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 835px) {
  #message .wrapper .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  #message .wrapper .inner {
    display: block;
  }
}
#message .wrapper .inner .message-left {
  flex: 0 0 50%;
  border-right: 1px dashed #2c4198;
  padding-right: 60px;
  margin-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 835px) {
  #message .wrapper .inner .message-left {
    border-right: none;
    padding-top: 10px;
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
#message .wrapper .inner .message-left h2 {
  font-weight: 500;
}
#message .wrapper .inner .message-left h2 .en-txt {
  font-family: "Quicksand", sans-serif;
  font-size: 46px;
}
#message .wrapper .inner .message-left h2 .jp-txt {
  font-size: 12px;
  display: block;
}
#message .wrapper .inner .message-left .item-box1 {
  padding: 55px 0;
}
@media screen and (max-width: 450px) {
  #message .wrapper .inner .message-left .item-box1 {
    padding: 40px 0;
  }
}
#message .wrapper .inner .message-left .item-box2-txt2 {
  margin: 58px 0 47px;
}
@media screen and (max-width: 450px) {
  #message .wrapper .inner .message-left .item-box2-txt2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 835px) {
  #message .wrapper .inner .message-left .item-box3 {
    text-align: right;
  }
}
#message .wrapper .inner .message-right {
  flex: 0 0 50%;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding-left: 60px;
  margin-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 835px) {
  #message .wrapper .inner .message-right {
    padding-left: 0;
    margin-top: 30px;
    flex-direction: column;
    gap: 5rem;
  }
}
@media screen and (max-width: 450px) {
  #message .wrapper .inner .message-right {
    margin-bottom: 30px;
    padding-bottom: 5rem;
  }
}
#message .wrapper .inner .message-right .item-box1 {
  flex: 0 0 270px;
}
@media screen and (max-width: 835px) {
  #message .wrapper .inner .message-right .item-box1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
  #message .wrapper .inner .message-right .item-box1-img {
    flex: 0 0 250px;
  }
  #message .wrapper .inner .message-right .item-box1-txt {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 450px) {
  #message .wrapper .inner .message-right .item-box1 {
    flex: 0 0 100%;
  }
  #message .wrapper .inner .message-right .item-box1-img {
    flex: 0 0 100%;
  }
  #message .wrapper .inner .message-right .item-box1-txt {
    flex: 0 0 100%;
  }
}
#message .wrapper .inner .message-right .item-box1 .sm-txt {
  font-weight: 700;
}
#message .wrapper .inner .message-right .item-box1 h3 {
  display: inline-block;
  font-weight: 700;
}
#message .wrapper .inner .message-right .item-box1 figure {
  margin-bottom: 1rem;
}
#message .wrapper .inner .message-right .item-box1 figure img {
  width: 270px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 450px) {
  #message .wrapper .inner .message-right .item-box1 figure img {
    width: 100%;
  }
}
#message .wrapper .inner .message-right .item-box1-txt h4 {
  height: 50px;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 450px) {
  #message .wrapper .inner .message-right .item-box1-txt h4 {
    margin-top: 0;
  }
}
#message .wrapper .inner .message-right .item-box1-txt h4::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #ccc;
  margin-left: 1.5rem;
}
#message .wrapper .inner .message-right .item-box1-txt h4 ~ li {
  text-indent: -1.5em;
  padding-left: 2.5em;
}
#message .wrapper .inner .message-right .item-box1-txt h4 ~ li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #ccc;
  transform: translateY(-6px);
}
@media screen and (max-width: 450px) {
  #message .wrapper .inner .message-right .item-box1-txt-list1 {
    margin-bottom: 2rem;
  }
}
#message .wrapper .inner .message-right .item-box1-txt-list1 h4::after {
  height: 116px;
}
#message .wrapper .inner .message-right .item-box1-txt-list2 h4::after {
  height: 89px;
}
#message .wrapper .inner .message-right .item-box2 {
  flex: 0 0 270px;
}
@media screen and (max-width: 835px) {
  #message .wrapper .inner .message-right .item-box2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
  #message .wrapper .inner .message-right .item-box2-img {
    flex: 0 0 250px;
  }
  #message .wrapper .inner .message-right .item-box2-txt {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 450px) {
  #message .wrapper .inner .message-right .item-box2 {
    display: block;
  }
}
#message .wrapper .inner .message-right .item-box2 .sm-txt {
  font-weight: 700;
}
#message .wrapper .inner .message-right .item-box2 h3 {
  display: inline-block;
  font-weight: 700;
}
#message .wrapper .inner .message-right .item-box2 figure {
  margin-bottom: 1rem;
}
#message .wrapper .inner .message-right .item-box2 figure img {
  width: 270px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 450px) {
  #message .wrapper .inner .message-right .item-box2 figure img {
    width: 100%;
  }
}
#message .wrapper .inner .message-right .item-box2-txt h4 {
  height: 50px;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 450px) {
  #message .wrapper .inner .message-right .item-box2-txt h4 {
    margin-top: 0;
  }
}
#message .wrapper .inner .message-right .item-box2-txt h4::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #ccc;
  margin-left: 1.5rem;
}
#message .wrapper .inner .message-right .item-box2-txt h4 ~ li {
  text-indent: -1.5em;
  padding-left: 2.5em;
}
#message .wrapper .inner .message-right .item-box2-txt h4 ~ li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #ccc;
  transform: translateY(-6px);
}
#message .wrapper .inner .message-right .item-box2-txt-list1 h4::after {
  height: 277px;
}
#message .wrapper .inner .message-right .item-box2-txt-list2 h4::after {
  height: 251px;
}

footer {
  padding-top: 150px;
  margin-top: 100px;
}
@media screen and (max-width: 450px) {
  footer {
    margin-top: 60px;
  }
}
footer .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 835px) {
  footer .inner {
    flex-direction: column;
  }
}
footer .inner .foot-left {
  flex: 0 0 50%;
  padding-right: 70px;
  /* table */
}
@media screen and (max-width: 835px) {
  footer .inner .foot-left {
    padding-right: 0;
  }
}
footer .inner .foot-left .item-box1 {
  text-align: center;
  margin-bottom: 40px;
}
footer .inner .foot-left .item-box2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 450px) {
  footer .inner .foot-left .item-box2 {
    display: block;
  }
}
footer .inner .foot-left .item-box2-txt2 {
  background-color: #e0ecf3;
  font-weight: 700;
  border-radius: 10px;
  margin-left: 25px;
  padding: 10px 15px;
  min-width: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 450px) {
  footer .inner .foot-left .item-box2-txt2 {
    margin-left: 0;
    margin-top: 2rem;
    display: inline-block;
  }
}
footer .inner .foot-left .item-box3 table {
  border-collapse: separate;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #2c4198;
  caption-side: bottom;
}
footer .inner .foot-left .item-box3 th {
  height: 55px;
  border-bottom: 1px solid #2c4198;
  border-right: 1px solid #2c4198;
  text-align: center;
}
footer .inner .foot-left .item-box3 td {
  width: 55px;
  font-size: 18px;
  border-bottom: 1px solid #2c4198;
  border-right: 1px solid #2c4198;
  text-align: center;
}
footer .inner .foot-left .item-box3 td[rowspan="3"] {
  vertical-align: middle;
  border-bottom: none;
  border-right: none;
}
footer .inner .foot-left .item-box3 td[rowspan="3"] .txt {
  display: block;
}
footer .inner .foot-left .item-box3 tr th:last-child {
  border-right: none;
}
footer .inner .foot-left .item-box3 tr:last-child th,
footer .inner .foot-left .item-box3 tr:last-child td {
  border-bottom: none;
}
footer .inner .foot-left .item-box3 .en-txt {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 835px) {
  footer .inner .foot-left .item-box3 .en-txt {
    font-size: 14px;
    padding: 5px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 450px) {
  footer .inner .foot-left .item-box3 .en-txt {
    font-size: 14px;
    padding: 5px;
  }
}
footer .inner .foot-left .item-box4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
  font-weight: 700;
}
@media screen and (max-width: 835px) {
  footer .inner .foot-left .item-box4 {
    display: block;
  }
}
footer .inner .foot-left .item-box4-txt1 {
  font-size: 14px;
}
footer .inner .foot-left .item-box4-txt2 {
  font-family: "Quicksand", sans-serif;
  font-size: 29px;
  margin-left: 1rem;
}
footer .inner .foot-left .item-box4-txt3 {
  font-size: 12px;
}
footer .inner .foot-right {
  flex: 0 0 50%;
  margin-top: 5rem;
}
@media screen and (max-width: 835px) {
  footer .inner .foot-right iframe {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  footer .inner .foot-right iframe {
    height: 300px;
  }
}
footer .inner .foot-bottom {
  flex: 0 0 100%;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 835px) {
  footer .inner .foot-bottom {
    min-height: 130px;
    align-items: flex-end;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 450px) {
  footer .inner .foot-bottom {
    min-height: 70px;
    margin-bottom: 80px;
  }
}
footer .inner .foot-bottom .copy-right {
  font-family: "Quicksand", sans-serif;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 835px) {
  footer .inner .foot-bottom .copy-right {
    margin-bottom: 2rem;
  }
}

/* 共通ブレイクポイント *//*# sourceMappingURL=sytle.css.map */


/* 241127 add */
.fix-link_reserve {
  position: fixed;
  width: 100px;
  height: 100px;
  padding-top: 15px;
  top: 46px;
  right: 0;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #3da4dc;
  border-radius: 12px 0 0 12px;
  transition: all 0.3s linear;
  animation: fix-link_reserve-slide 1s 1s linear forwards;
  visibility: hidden;
  z-index: 9999;
}
.fix-link_reserve:hover {
  color: #fff;
  opacity: 0.8;
}
.fix-link_reserve .material-symbols-outlined {
  display: block;
  margin-bottom: 5px;
  font-size: 34px;
}

#info-cta {
  position: fixed;
  z-index: 9998;
}

@keyframes fix-link_reserve-slide {
  0% {
    right: -75px;
  }
  100% {
    visibility: visible;
    right: 0;
  }
}
@media screen and (max-width: 835px) {
  .fix-link_reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: 50px;
    padding-top: 4px;
    top: auto;
    bottom: 0;
    font-size: 1.4rem;
    border-radius: 0;
    animation: none;
    visibility: visible;
  }
  .fix-link_reserve .material-symbols-outlined {
    display: inline-block;
    margin-bottom: 0;
  }
  #info-cta {
    bottom: 50px;
  }
}