@charset "UTF-8";
/* CSS Document */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

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

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* base */
@font-face {
  font-family: "Shippori Mincho";
  src: url("../fonts/ShipporiMincho-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../fonts/ShipporiMincho-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  position: relative;
  z-index: 1;
  caret-color: transparent;
}

body {
  color: #232323;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5625vw;
  font-weight: 400;
  text-align: justify;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  body {
    font-size: 3.8461538462vw;
  }
}

body.no-scroll {
  overflow: hidden;
}

p,
h2 {
  line-height: 1.8;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

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

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner {
  width: 75vw;
  margin: auto;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  .inner {
    width: 82.0512820513vw;
  }
}

.clear {
  clear: both;
}

.nopc {
  display: none;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  .nopc {
    display: block;
  }
}

@media screen and (max-width: 860px) and (orientation: portrait) {
  .nosp {
    display: none;
  }
}
.f_regular {
  font-weight: 400;
}

.f_medium {
  font-weight: 500;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.f-mincho {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

.yellow {
  color: #eeff00;
}

/* common */
header {
  width: 100%;
  height: 5.2083333333vw;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1001;
  overflow: visible;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header.scrolled {
  background-color: RGBa(0, 0, 0, 0.3);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  header.scrolled {
    background-color: RGBa(255, 255, 255, 0.7);
  }
}
header.scrolled nav ul li a {
  color: #fff;
}
header.open {
  z-index: 1002;
}
header > .flexbox {
  width: 100%;
  padding: 0 1.5625vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  header {
    width: 100%;
    height: 17.9487179487vw;
    top: 0;
  }
  header > .flexbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 8.9743589744vw;
  }
}
header h1 {
  width: 5.2083333333vw;
  margin: 0.5208333333vw 0 0;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  header h1 {
    width: 20.5128205128vw;
    margin: 2.5641025641vw 0 0;
  }
}
header #hamburger {
  display: none;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  header #hamburger,
  header #hamburger div {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1001;
    vertical-align: middle;
  }
  header #hamburger {
    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;
    width: 9.8717948718vw;
    height: 2.8205128205vw;
    position: absolute;
    top: 7.6923076923vw;
    right: 8.9743589744vw;
    z-index: 1001;
  }
  header #hamburger div {
    width: 100%;
    height: 0.7692307692vw;
    position: absolute;
    left: 0;
    background-color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header #hamburger div:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  header #hamburger div:nth-of-type(2) {
    bottom: 0;
    left: 0;
  }
  header #hamburger.active div {
    background-color: #fff;
  }
  header #hamburger.active div:nth-of-type(1) {
    -webkit-transform: translateY(0.8974358974vw) rotate(-45deg);
    transform: translateY(0.8974358974vw) rotate(-45deg);
  }
  header #hamburger.active div:nth-of-type(2) {
    -webkit-transform: translateY(-0.8974358974vw) rotate(45deg);
    transform: translateY(-0.8974358974vw) rotate(45deg);
  }
}
header nav {
  width: 67.7083333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
header nav .spnav_bg {
  display: none;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  header nav {
    width: 100%;
    height: 0;
    background-color: #232323;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    display: block;
  }
  header nav .spnav_bg {
    display: block;
    color: #fff;
    font-size: 6.4102564103vw;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 7.6923076923vw;
    left: 3.8461538462vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: sideways;
  }
  header nav .spnav_bg .large {
    color: #fff;
    font-size: 10.2564102564vw;
  }
  header nav.open {
    height: 100vh;
    padding-top: 7.6923076923vw;
    padding-bottom: 119.8717948718vw;
    opacity: 1;
  }
}
@media screen and (max-width: 860px) and (orientation: portrait) and (max-width: 375px) and (orientation: portrait) {
  header nav.open {
    padding-bottom: 0;
  }
}
header nav.open ul {
  height: 100vh;
  overflow: auto;
}
header nav ul {
  width: 50vw;
  margin-right: 5.7291666667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  header nav ul {
    gap: 3.8461538462vw;
    height: 0;
    overflow: hidden;
    padding-bottom: 25.641025641vw;
    margin-right: 0;
  }
  header nav ul.flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
}
@media screen and (max-width: 860px) and (orientation: portrait) and (max-width: 375px) and (orientation: portrait) {
  header nav ul {
    gap: 5.1282051282vw;
  }
}
header nav ul li {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  header nav ul li {
    display: block;
    width: 28.8461538462vw;
    height: 28.8461538462vw;
  }
}
@media screen and (min-width: 861px) {
  header nav ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.1041666667vw;
    background-color: #e5e5e5;
    position: absolute;
    bottom: -0.5208333333vw;
    left: 0;
    border-radius: 0.0520833333vw;
  }
}
header nav ul li a {
  font-size: 1.0416666667vw;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  header nav ul li a {
    color: #fff;
    font-size: 3.2051282051vw;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    background: #555555;
    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;
    width: 28.8461538462vw;
    height: 28.8461538462vw;
  }
}
header nav ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0.1041666667vw;
  background-color: #dc0025;
  position: absolute;
  bottom: -0.5208333333vw;
  left: 0;
  border-radius: 0.0520833333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  header nav ul li a::after {
    display: none;
  }
}
header nav ul li a:hover::after {
  width: 100%;
}
header nav .contactbtn {
  font-size: 1.0416666667vw;
  color: #fff;
  font-weight: 700;
  background-color: #dc0025;
  width: 11.9791666667vw;
  height: 5.2083333333vw;
  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;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  header nav .contactbtn {
    display: none;
  }
}
header nav .contactbtn .on {
  display: none;
}
header nav .contactbtn:hover {
  color: #dc0025;
  background-color: #fff;
  opacity: 1;
}
header nav .contactbtn:hover .on {
  display: block;
}
header nav .contactbtn:hover .off {
  display: none;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  header nav .contactbtn {
    font-size: 2.8205128205vw;
    width: 100%;
    height: 10.2564102564vw;
    top: auto;
    bottom: 0;
  }
}
header nav .contactbtn img {
  width: 1.40625vw;
  margin-right: 0.3645833333vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  header nav .contactbtn img {
    width: 3.4615384615vw;
    margin-right: 2.5641025641vw;
  }
}

footer {
  height: auto;
  background-color: #1d1d1d;
  padding-top: 11.4583333333vw;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  footer {
    height: auto;
    padding-top: 38.4615384615vw;
    padding-bottom: 7.6923076923vw;
  }
}
footer .linkwrap {
  padding-top: 1.1979166667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  footer .linkwrap {
    padding-top: 2.9487179487vw;
  }
}
footer .linkwrap .snslink {
  margin-bottom: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  footer .linkwrap .snslink {
    margin-bottom: 7.6923076923vw;
  }
}
footer .linkwrap .snslink a {
  margin-right: 1.5625vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  footer .linkwrap .snslink a {
    margin-right: 5.1282051282vw;
  }
}
footer .linkwrap .snslink a.fb {
  width: 2.28125vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  footer .linkwrap .snslink a.fb {
    width: 7.1794871795vw;
  }
}
footer .linkwrap .snslink a.x {
  width: 1.7838541667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  footer .linkwrap .snslink a.x {
    width: 5.641025641vw;
  }
}
footer .linkwrap .snslink a.yt {
  width: 2.4447916667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  footer .linkwrap .snslink a.yt {
    width: 7.6923076923vw;
  }
}
footer .linkwrap .snslink a.note {
  width: 1.7291666667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  footer .linkwrap .snslink a.note {
    width: 5.3846153846vw;
  }
}
footer .linkwrap .footerlink {
  color: #fff;
  font-size: 1.1458333333vw;
  font-weight: 400;
  margin-bottom: 0.3645833333vw;
}
@media screen and (min-width: 861px) {
  footer .linkwrap .footerlink a::after {
    content: " ｜ ";
  }
  footer .linkwrap .footerlink a:last-child::after {
    content: "";
  }
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  footer .linkwrap .footerlink {
    font-size: 3.8461538462vw;
    margin-bottom: 5.1282051282vw;
  }
  footer .linkwrap .footerlink a {
    display: block;
    margin-bottom: 2.5641025641vw;
  }
  footer .linkwrap .footerlink a:last-child {
    margin-bottom: 0;
  }
}

small {
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: 400;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  small {
    font-size: 3.5897435897vw;
    padding-top: 3.3333333333vw;
  }
}

main {
  overflow: hidden;
  width: 100%;
}
main.open {
  z-index: 1002;
}
main.hidden {
  opacity: 0;
}
main h2 {
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 1.0416666667vw;
  border-left: 0.2604166667vw solid #1d1d1d;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  main h2 {
    font-size: 2.5641025641vw;
    padding-left: 2.5641025641vw;
    border-left: 0.641025641vw solid #1d1d1d;
  }
}
main h2 .en {
  font-size: 1.3541666667vw;
  display: block;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  main h2 .en {
    font-size: 3.3333333333vw;
  }
}

/* fv */
#fv {
  background-color: #f7f7f7;
  width: 100%;
  height: calc(100vh + 12.5vw);
  min-height: 25.2083333333vw;
  padding-top: 6.5104166667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #fv {
    height: 256.4102564103vw;
    padding-top: 21.7948717949vw;
    z-index: 1;
  }
}
#fv video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#fv .fvimg {
  display: block;
  background-image: url(../img/fv_bg2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #fv .fvimg {
    background-image: url(../img/fv_bg2_sp.webp);
    height: 216.4102564103vw;
  }
}
#fv .textwrap {
  width: 100%;
  height: 100%;
  z-index: 0;
}
#fv .textwrap span {
  color: #dc0025;
  font-size: 3.6458333333vw;
  font-weight: 600;
  position: absolute;
}
#fv .textwrap span:first-child {
  top: 0;
  left: 44.7916666667vw;
  margin: auto;
  width: auto;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #fv .textwrap span:first-child {
    font-size: 8.9743589744vw;
    top: 35.7692307692vw;
    left: 43.0769230769vw;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #fv .textwrap span:first-child {
    top: 30.7692307692vw;
  }
}
#fv .textwrap span:nth-child(2) {
  top: 2.2395833333vw;
  right: 19.1145833333vw;
  margin: auto;
  width: auto;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #fv .textwrap span:nth-child(2) {
    font-size: 8.9743589744vw;
    top: 66.6666666667vw;
    right: 46.2820512821vw;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #fv .textwrap span:nth-child(2) {
    top: 71.7948717949vw;
  }
}
#fv .textwrap span:nth-child(3) {
  font-size: 6.7708333333vw;
  top: 7.4479166667vw;
  left: 12.5vw;
  margin: auto;
  width: auto;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #fv .textwrap span:nth-child(3) {
    font-size: 17.9487179487vw;
    top: 0;
    left: 31.4102564103vw;
  }
}
#fv .textwrap span:nth-child(4) {
  font-size: 7.2916666667vw;
  top: 12.4479166667vw;
  right: 3.4895833333vw;
  margin: auto;
  width: auto;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #fv .textwrap span:nth-child(4) {
    font-size: 17.9487179487vw;
    top: 98.7179487179vw;
    right: 71.2820512821vw;
  }
}
#fv .textwrap span:nth-child(5) {
  bottom: 13.5416666667vw;
  left: 12.5vw;
  margin: auto;
  width: auto;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #fv .textwrap span:nth-child(5) {
    font-size: 6.4102564103vw;
    bottom: 112.8205128205vw;
    left: 56.4102564103vw;
  }
}
#fv .text {
  color: #fff;
  font-size: 4.1666666667vw;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding-bottom: 9.375vw;
  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;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #fv .text {
    font-size: 7.6923076923vw;
    padding-bottom: 38.4615384615vw;
    padding-left: 1.2820512821vw;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  #fv .text {
    padding-bottom: 107.6923076923vw;
  }
}
#fv .text p {
  position: relative;
  z-index: 1;
  text-shadow: 0 0 1.5625vw RGBa(0, 0, 0, 0.6);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #fv .text p {
    text-shadow: 0 0 3.8461538462vw RGBa(0, 0, 0, 0 0.6);
  }
}

#whatswrap {
  color: #fff;
  width: 100%;
  height: auto;
  margin-top: -3.125vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(50%, #f7f7f7), to(RGBa(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 50%, RGBa(255, 255, 255, 0) 100%);
  position: relative;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #whatswrap {
    height: 213.8461538462vw;
    margin-top: 0;
    z-index: 1;
  }
}
#whatswrap .whats_bg {
  position: absolute;
  top: -6.25vw;
  z-index: 0;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #whatswrap .whats_bg {
    top: -30.7692307692vw;
  }
}
#whatswrap .whats_bg.fix {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#whatswrap .whats_bg.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
#whatswrap .inner {
  margin-top: -6.25vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #whatswrap .inner {
    padding-top: 20.5128205128vw;
    position: absolute;
    top: -20.5128205128vw;
    left: 8.9743589744vw;
  }
}
#whatswrap h2 {
  border-left: 0.2604166667vw solid #fff;
  position: absolute;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #whatswrap h2 {
    border-left: 0.641025641vw solid #fff;
  }
}
#whatswrap h2.fix {
  position: fixed;
  top: 6.25vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #whatswrap h2.fix {
    top: 20.5128205128vw;
  }
}
#whatswrap h2.bottom {
  position: absolute;
  top: auto;
  bottom: 40.625vw;
}
#whatswrap .conceptwrap {
  top: -6.25vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #whatswrap .conceptwrap {
    top: -20.5128205128vw;
  }
}
#whatswrap .conceptbox {
  height: 49.1145833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#whatswrap .conceptbox .flexbox {
  width: 100%;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #whatswrap .conceptbox {
    height: 213.8461538462vw;
  }
  #whatswrap .conceptbox .flexbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#whatswrap .conceptbox h3 {
  font-size: 2.0833333333vw;
  font-weight: 500;
  margin-bottom: 1.9270833333vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #whatswrap .conceptbox h3 {
    font-size: 5.1282051282vw;
    margin-bottom: 7.3076923077vw;
  }
}
#whatswrap .conceptbox p {
  font-size: 1.5625vw;
  font-weight: 500;
  width: 44.6354166667vw;
  text-shadow: 0 0 0.2604166667vw RGBa(0, 0, 0, 0.7);
  padding-right: 1.5625vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #whatswrap .conceptbox p {
    font-size: 3.5897435897vw;
    text-shadow: 0 0 0.641025641vw RGBa(0, 0, 0, 0.7);
    width: 100%;
    padding-right: 0;
  }
}
#whatswrap .conceptbox .head_en {
  color: #dc0025;
  font-size: 7.1354166667vw;
  font-weight: 600;
  text-align: right;
  line-height: 1;
  width: 100%;
  position: absolute;
  bottom: 0.5208333333vw;
  right: 0;
  text-shadow: none;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #whatswrap .conceptbox .head_en {
    font-size: 12.8205128205vw;
    bottom: 1.2820512821vw;
  }
}

#essentials {
  margin-top: 3.125vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials {
    margin-top: 20.5128205128vw;
    z-index: 1;
  }
}
#essentials .linkwrap {
  margin-top: 3.8541666667vw;
  padding-bottom: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap {
    margin-top: 9.4871794872vw;
    padding-top: 7.6923076923vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#essentials .linkwrap .item {
  width: 18.4375vw;
  height: 35.5729166667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item {
    width: 82.0512820513vw;
    height: 54.7435897436vw;
    margin-bottom: 10.2564102564vw;
  }
}
#essentials .linkwrap .item .circle {
  width: 18.4375vw;
  height: 2.1354166667vw;
  display: block;
  background-image: url(../img/essentials_circle.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 3.8020833333vw;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item .circle {
    width: 45.3846153846vw;
    height: 5.2564102564vw;
    bottom: 7.4358974359vw;
  }
}
#essentials .linkwrap .item .bar {
  width: 4.9479166667vw;
  height: 30.2083333333vw;
  display: block;
  background-color: #f2f3f3;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item .bar {
    width: 12.1794871795vw;
    height: 44.8717948718vw;
  }
}
#essentials .linkwrap .item .text {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 11.8229166667vw;
  margin: auto;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item .text {
    left: 47.5641025641vw;
  }
}
#essentials .linkwrap .item .text.text01 {
  width: 8.28125vw;
  height: 13.5416666667vw;
  background-image: url(../img/esse_01text.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item .text.text01 {
    width: 20.3846153846vw;
    height: 33.3333333333vw;
  }
}
#essentials .linkwrap .item .text.text02 {
  width: 8.28125vw;
  height: 18.9583333333vw;
  background-image: url(../img/esse_02text.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item .text.text02 {
    width: 20.3846153846vw;
    height: 46.6666666667vw;
  }
}
#essentials .linkwrap .item .text.text03 {
  width: 5.6770833333vw;
  height: 14.3229166667vw;
  background-image: url(../img/esse_03text.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item .text.text03 {
    width: 13.9743589744vw;
    height: 35.2564102564vw;
  }
}
#essentials .linkwrap .item .keyword {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 10.15625vw;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item .keyword {
    top: 14.7435897436vw;
  }
}
#essentials .linkwrap .item .keyword.keyword01 {
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item .keyword.keyword01 {
    font-size: 10.2564102564vw;
  }
}
#essentials .linkwrap .item .keyword.keyword02 {
  top: 8.75vw;
  font-size: 4.1666666667vw;
  line-height: 1.4;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item .keyword.keyword02 {
    font-size: 10.2564102564vw;
    top: 12.8205128205vw;
  }
}
#essentials .linkwrap .item .keyword.keyword02 .small {
  font-size: 2.0833333333vw;
  display: block;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item .keyword.keyword02 .small {
    font-size: 5.1282051282vw;
  }
}
#essentials .linkwrap .item .keyword.keyword03 {
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item .keyword.keyword03 {
    font-size: 10.2564102564vw;
  }
}
#essentials .linkwrap .item .arrow {
  width: 2.5vw;
  height: 2.5vw;
  display: block;
  background-image: url(../img/arrow_d.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .linkwrap .item .arrow {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
#essentials .linkwrap .item .arrow:hover {
  bottom: -0.2604166667vw;
}
#essentials .essedetail {
  height: 48.9583333333vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .essedetail {
    height: 216.4102564103vw;
    background-position: top center;
  }
}
#essentials .essedetail#esse01 {
  background-image: url(../img/esse_detail01_bg.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .essedetail#esse01 {
    background-image: url(../img/esse_detail01_bg_sp.webp);
  }
}
#essentials .essedetail#esse02 {
  background-image: url(../img/esse_detail02_bg.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .essedetail#esse02 {
    background-image: url(../img/esse_detail02_bg_sp.webp);
  }
}
#essentials .essedetail#esse03 {
  background-image: url(../img/esse_detail03_bg.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .essedetail#esse03 {
    background-color: #dc0025;
    background-image: url(../img/esse_detail03_bg_sp.webp);
  }
  #essentials .essedetail#esse03 .textwrap {
    bottom: 8.7179487179vw;
  }
}
#essentials .essedetail .textwrap {
  font-weight: 500;
  width: 37.5vw;
  height: 45.3125vw;
  position: absolute;
  bottom: 0;
  right: 12.5vw;
  background-color: #fff;
  padding: 5.2083333333vw 4.9479166667vw 2.6041666667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .essedetail .textwrap {
    width: 79.4871794872vw;
    height: 162.8205128205vw;
    right: 0;
    margin: 0 auto;
    padding: 18.5897435897vw 9.4871794872vw 6.4102564103vw 6.6666666667vw;
  }
}
#essentials .essedetail .textwrap h3 {
  font-size: 2.0833333333vw;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .essedetail .textwrap h3 {
    font-size: 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
  }
}
#essentials .essedetail .textwrap h3::before {
  content: "";
  display: block;
  width: 1.7708333333vw;
  height: 0.2604166667vw;
  background-color: #dc0025;
  position: absolute;
  top: -1.5625vw;
  left: 0;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .essedetail .textwrap h3::before {
    width: 5.7692307692vw;
    height: 0.641025641vw;
    top: -3.8461538462vw;
  }
}
#essentials .essedetail .textwrap h3 .f_large {
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .essedetail .textwrap h3 .f_large {
    font-size: 10.2564102564vw;
  }
}
#essentials .essedetail .textwrap p {
  font-size: 1.25vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #essentials .essedetail .textwrap p {
    font-size: 3.8461538462vw;
  }
}

#courseswrap {
  background-color: #dc0025;
  padding-top: 3.8541666667vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap {
    padding-top: 9.4871794872vw;
    padding-bottom: 13.7179487179vw;
    z-index: 1;
  }
}
#courseswrap .blogbtn {
  font-size: 1.5625vw;
  color: #fff;
  font-weight: 500;
  background-color: #000;
  width: 6.25vw;
  height: 6.25vw;
  border-radius: 3.125vw;
  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;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#courseswrap .blogbtn:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .blogbtn {
    font-size: 5.8974358974vw;
    width: 20.7692307692vw;
    height: 20.7692307692vw;
    border-radius: 10.3846153846vw;
    bottom: -10.3846153846vw;
  }
}
#courseswrap .comment {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.0833333333vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .comment {
    font-size: 3.8461538462vw;
    margin-top: 3.8461538462vw;
    margin-bottom: 5.1282051282vw;
  }
}
#courseswrap.open {
  z-index: 1002;
}
@media screen and (min-width: 861px) {
  #courseswrap::before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, transparent), color-stop(49.5%, transparent), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(to top right, transparent 0, transparent 49.5%, #fff 50%, #fff 100%);
    width: 100%;
    height: 8.125vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  #courseswrap::after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, transparent), color-stop(49.5%, transparent), color-stop(50%, #f6f6f6), to(#f6f6f6));
    background: linear-gradient(to bottom right, transparent 0, transparent 49.5%, #f6f6f6 50%, #f6f6f6 100%);
    width: 100%;
    height: 8.125vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#courseswrap .courselist {
  width: 74.1666666667vw;
  margin: auto;
  padding: 1.5625vw 0 7.2916666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .courselist {
    width: 82.0512820513vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 4.4871794872vw;
  }
}
#courseswrap .courselist .item {
  width: 16.6666666667vw;
  height: 28.6458333333vw;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .courselist .item {
    width: 78.2051282051vw;
    height: 35.8974358974vw;
  }
}
#courseswrap .courselist .item .bgbox {
  display: block;
  width: 16.6666666667vw;
  height: 21.875vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 4.4791666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .courselist .item .bgbox {
    width: 78.2051282051vw;
    height: 35.8974358974vw;
  }
}
#courseswrap .courselist .item .bgbox::before {
  content: "";
  width: 16.6666666667vw;
  height: 21.875vw;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .courselist .item .bgbox::before::before {
    display: none;
  }
}
#courseswrap .courselist .item .bgbox .viewmore {
  color: #fff;
  font-size: 1.0416666667vw;
  font-weight: 700;
  position: absolute;
  top: 0.6770833333vw;
  right: 1.40625vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .courselist .item .bgbox .viewmore {
    font-size: 2.5641025641vw;
    top: 2.1794871795vw;
    right: 3.7179487179vw;
  }
}
#courseswrap .courselist .item.item01 .bgbox {
  background-image: url(../img/courses01img.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .courselist .item.item01 .bgbox {
    background-image: url(../img/courses01img_sp.webp);
  }
}
#courseswrap .courselist .item.item02 .bgbox {
  background-image: url(../img/courses02img.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .courselist .item.item02 .bgbox {
    background-image: url(../img/courses02img_sp.webp);
  }
}
#courseswrap .courselist .item.item03 .bgbox {
  background-image: url(../img/courses03img.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .courselist .item.item03 .bgbox {
    background-image: url(../img/courses03img_sp.webp);
  }
}
#courseswrap .courselist .item.item04 .bgbox {
  background-image: url(../img/courses04img.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .courselist .item.item04 .bgbox {
    background-image: url(../img/courses04img_sp.webp);
  }
}
#courseswrap .courselist .item.item02 .name .fam {
  width: 6.7708333333vw;
}
#courseswrap .courselist .item.item03 .name .last {
  width: 6.7708333333vw;
}
#courseswrap .courselist .item .name {
  font-size: 2.0833333333vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .courselist .item .name {
    display: none;
  }
}
#courseswrap .courselist .item .name .phonetic {
  font-size: 0.8333333333vw;
  letter-spacing: 0.3em;
  display: block;
}
#courseswrap .courselist .item .name .phonetic span {
  display: inline-block;
  text-align: center;
}
#courseswrap .courselist .item .name .fam {
  width: 4.4270833333vw;
  margin-right: 0.8333333333vw;
}
#courseswrap .courselist .item .name .last {
  width: 4.4270833333vw;
}
#courseswrap .courselist .item .post {
  font-size: 1.0416666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.5em;
  line-height: 1.3;
  margin-left: -0.5em;
  margin-top: 0.2604166667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .courselist .item .post {
    display: none;
  }
}
#courseswrap .courselist .item .arrow {
  background-image: url(../img/arrow_ur_w.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -0.8333333333vw;
  right: -0.8333333333vw;
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .courselist .item .arrow {
    top: -2.1794871795vw;
    right: -1.7948717949vw;
    width: 3.4615384615vw;
    height: 3.4615384615vw;
  }
}
@media screen and (min-width: 861px) {
  #courseswrap .courselist .item:hover .bgbox {
    cursor: pointer;
    -webkit-box-shadow: 0 0.15625vw 3.125vw RGBa(0, 0, 0, 0.16);
            box-shadow: 0 0.15625vw 3.125vw RGBa(0, 0, 0, 0.16);
  }
  #courseswrap .courselist .item:hover .bgbox::before {
    opacity: 0.2;
  }
  #courseswrap .courselist .item:hover .arrow {
    top: -1.0416666667vw;
    right: -1.0416666667vw;
  }
  #courseswrap .courselist .item:hover .viewmore {
    top: 0.46875vw;
    right: 1.1979166667vw;
  }
}
#courseswrap .popup {
  opacity: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-color: #abb2bc;
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup {
    height: 100dvh;
    padding-bottom: 38.4615384615vw;
  }
}
#courseswrap .popup.visible:hover {
  cursor: pointer;
}
#courseswrap .popup.visible {
  opacity: 1;
  z-index: 1002;
}
#courseswrap .popup .cat {
  color: #fff;
  font-family: "zen Old Mincho", serif;
  position: absolute;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup .cat {
    display: none;
  }
}
#courseswrap .popup.item01popup {
  background-image: url(../img/speaker01img.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup.item01popup {
    background: #abb2bc;
  }
}
#courseswrap .popup.item01popup .cat {
  font-size: 14.0625vw;
  bottom: 2.6041666667vw;
  left: 4.1666666667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup.item01popup .cat {
    font-size: 35.8974358974vw;
    bottom: 25.641025641vw;
    left: 8.9743589744vw;
  }
}
#courseswrap .popup.item02popup {
  background-image: url(../img/speaker02img.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup.item02popup {
    background: #abb2bc;
  }
}
#courseswrap .popup.item02popup .cat {
  font-size: 9.8958333333vw;
  bottom: 2.6041666667vw;
  left: 4.6875vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup.item02popup .cat {
    font-size: 20.5128205128vw;
    bottom: 25.641025641vw;
    left: 8.9743589744vw;
  }
}
#courseswrap .popup.item03popup {
  background-image: url(../img/speaker03img.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup.item03popup {
    background: #abb2bc;
  }
}
#courseswrap .popup.item03popup .cat {
  font-size: 9.8958333333vw;
  bottom: 2.6041666667vw;
  left: 4.6875vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup.item03popup .cat {
    font-size: 20.5128205128vw;
    bottom: 25.641025641vw;
    left: 8.9743589744vw;
  }
}
#courseswrap .popup.item04popup {
  background-image: url(../img/speaker04img.webp);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup.item04popup {
    background: #abb2bc;
  }
}
#courseswrap .popup.item04popup .cat {
  font-size: 5.625vw;
  bottom: 2.6041666667vw;
  left: 4.6875vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup.item04popup .cat {
    font-size: 12.8205128205vw;
    bottom: 33.3333333333vw;
    left: 8.9743589744vw;
  }
}
#courseswrap .popup .closebtn {
  width: 3.6458333333vw;
  position: absolute;
  top: 4.1666666667vw;
  right: 16.1458333333vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup .closebtn {
    width: 8.9743589744vw;
    top: 8.9743589744vw;
    right: 5.1282051282vw;
  }
}
#courseswrap .popup .closebtn::before, #courseswrap .popup .closebtn::after {
  content: "";
  display: block;
  width: 3.6458333333vw;
  height: 0.1041666667vw;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup .closebtn::before, #courseswrap .popup .closebtn::after {
    width: 8.9743589744vw;
    height: 0.2564102564vw;
  }
}
#courseswrap .popup .closebtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#courseswrap .popup .closebtn::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
#courseswrap .popup .textwrap {
  color: #fff;
  font-size: 1.25vw;
  width: 36.9791666667vw;
  height: calc(100vh - 23.3333333333vw);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 8.6458333333vw;
  margin-bottom: 2.0833333333vw;
  margin-left: 50vw;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #dc0025 #ffffff;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup .textwrap {
    font-size: 3.5897435897vw;
    width: 79.4871794872vw;
    height: calc(100dvh - 41.0256410256vw);
    margin-top: 20.5128205128vw;
    margin-left: 11.5384615385vw;
  }
}
#courseswrap .popup .textwrap:hover {
  cursor: default;
}
#courseswrap .popup .textwrap::-webkit-scrollbar {
  width: 0.2604166667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup .textwrap::-webkit-scrollbar {
    width: 0.641025641vw;
  }
}
#courseswrap .popup .textwrap::-webkit-scrollbar-track {
  background-color: #ffffff;
}
#courseswrap .popup .textwrap::-webkit-scrollbar-thumb {
  background-color: #dc0025;
  border-radius: 0;
  border: none;
}
#courseswrap .popup .textwrap p {
  padding-right: 3.125vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup .textwrap p {
    padding-right: 2.5641025641vw;
  }
}
#courseswrap .popup .textwrap .head {
  font-size: 2.34375vw;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  padding-left: 3.125vw;
  padding-right: 0;
  margin-top: 2.6041666667vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup .textwrap .head {
    font-size: 5.1282051282vw;
    padding-left: 6.4102564103vw;
    margin-top: 6.4102564103vw;
    margin-bottom: 5.1282051282vw;
  }
}
#courseswrap .popup .textwrap .head::before {
  content: "";
  display: block;
  width: 2.1354166667vw;
  height: 0.15625vw;
  background-color: #fff;
  position: absolute;
  top: 1.5625vw;
  left: 0;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup .textwrap .head::before {
    width: 5.2564102564vw;
    height: 0.3846153846vw;
    top: 3.8461538462vw;
  }
}
#courseswrap .popup .textwrap .head .anno {
  font-size: 1.875vw;
  display: block;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup .textwrap .head .anno {
    font-size: 4.2307692308vw;
  }
}
#courseswrap .popup .name {
  color: #fff;
  width: 36.9791666667vw;
  margin-left: 50vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup .name {
    width: 79.4871794872vw;
    margin-left: 10.2564102564vw;
    position: absolute;
    top: 3.8461538462vw;
  }
}
#courseswrap .popup .name p {
  font-size: 4.6875vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-left: -0.4166666667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup .name p {
    font-size: 7.6923076923vw;
    margin-left: -1.0256410256vw;
  }
}
#courseswrap .popup .name .phonetic {
  font-size: 1.3541666667vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  margin-left: 0;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #courseswrap .popup .name .phonetic {
    font-size: 3.3333333333vw;
  }
}

#review {
  height: 48.9583333333vw;
  padding-top: 3.6458333333vw;
  background-image: url(../img/review_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#review .flexbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#review .flexbox .leftbox,
#review .flexbox .reviewlistwrap {
  width: 50%;
}
#review .flexbox .leftbox {
  padding-top: 0.7291666667vw;
}
#review .flexbox .reviewer {
  width: 37.5vw;
  height: 36.4583333333vw;
  background-color: #fff;
  -webkit-box-shadow: 0 0.15625vw 3.125vw RGBa(0, 0, 0, 0.16);
          box-shadow: 0 0.15625vw 3.125vw RGBa(0, 0, 0, 0.16);
  padding: 4.3229166667vw 1.0416666667vw 2.03125vw;
}
#review .flexbox .reviewer img {
  width: 100%;
  height: auto;
  margin-bottom: 0.9375vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#review .flexbox .reviewer .title {
  font-size: 1.3541666667vw;
  font-weight: 500;
  margin-bottom: 1.6145833333vw;
}
#review .flexbox .reviewer .prop {
  color: #757575;
  font-size: 1.0416666667vw;
}
#review .flexbox .reviewer .name {
  font-size: 1.3541666667vw;
  font-weight: 500;
}
#review .flexbox .reviewer .link {
  font-size: 1.0416666667vw;
  font-weight: 500;
  position: absolute;
  top: -0.6770833333vw;
  right: -0.6770833333vw;
  padding-right: 2.0833333333vw;
  padding-top: 1.5625vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#review .flexbox .reviewer .link::after {
  content: "";
  display: block;
  width: 1.40625vw;
  height: 1.40625vw;
  background-image: url(../img/arrow_ru_b.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0.15625vw;
  right: 0;
}
#review .flexbox .reviewer:hover {
  cursor: pointer;
}
#review .flexbox .reviewer:hover img {
  opacity: 0.9;
}
#review .flexbox .reviewer:hover .link {
  -webkit-transform: translate(0.2083333333vw, -0.2083333333vw);
          transform: translate(0.2083333333vw, -0.2083333333vw);
}
#review .reviewerlist {
  margin-top: 1.3020833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#review .reviewerlist p {
  margin-right: 1.5625vw;
  width: 6.25vw;
  height: 6.25vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#review .reviewerlist p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#review .reviewerlist p:hover {
  cursor: pointer;
  opacity: 0.7;
}
#review .reviewdetailwrap {
  color: #fff;
  width: 100%;
  height: 48.9583333333vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: RGBa(0, 0, 0, 0.6);
}
#review .reviewdetailwrap .reviewdetail .imgwrap,
#review .reviewdetailwrap .reviewdetail .textwrap {
  width: 100%;
  padding: 1.8229166667vw;
}
#review .reviewdetailwrap .reviewdetail .imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#review .reviewdetailwrap .reviewdetail .textwrap {
  padding-top: 3.28125vw;
}
#review .reviewdetailwrap .reviewdetail .textwrap .title {
  font-size: 2.0833333333vw;
  font-weight: 500;
  margin-bottom: 1.5625vw;
}
#review .reviewdetailwrap .reviewdetail .textwrap .prop {
  font-size: 1.0416666667vw;
}
#review .reviewdetailwrap .reviewdetail .textwrap .name {
  font-size: 1.3541666667vw;
  font-weight: 500;
  margin-bottom: 2.96875vw;
}
#review .reviewdetailwrap .reviewdetail .textwrap .commentwrap .question {
  font-size: 1.5625vw;
  margin-bottom: 1.1979166667vw;
}
#review .reviewdetailwrap .reviewdetail .textwrap .commentwrap .answer {
  font-size: 1.25vw;
  margin-bottom: 1.1979166667vw;
}
#review .reviewdetailwrap .closebtn {
  width: 2.5520833333vw;
  height: 2.5520833333vw;
  position: absolute;
  top: 1.8229166667vw;
  right: 3.3854166667vw;
}
#review .reviewdetailwrap .closebtn img {
  width: 100%;
  height: auto;
}
#review .reviewdetailwrap .closebtn:hover {
  cursor: pointer;
  opacity: 0.7;
}

#snswrap {
  background-color: #f6f6f6;
  padding-top: 2.2395833333vw;
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #snswrap {
    padding-top: 8.2051282051vw;
    padding-bottom: 12.8205128205vw;
  }
}
#snswrap .snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 4.7916666667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #snswrap .snslist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7.6923076923vw;
    margin-top: 7.6923076923vw;
  }
}
#snswrap .snslist a {
  background-color: #fff;
  width: 20.8333333333vw;
  height: 33.3333333333vw;
  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;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #snswrap .snslist a {
    width: 100%;
    height: 53.8461538462vw;
  }
}
#snswrap .snslist a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0.15625vw 3.125vw RGBa(0, 0, 0, 0.16);
          box-shadow: 0 0.15625vw 3.125vw RGBa(0, 0, 0, 0.16);
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #snswrap .snslist a:hover {
    -webkit-box-shadow: 0 0.3846153846vw 7.6923076923vw RGBa(0, 0, 0, 0.16);
            box-shadow: 0 0.3846153846vw 7.6923076923vw RGBa(0, 0, 0, 0.16);
  }
}
#snswrap .snslist a:hover .arrow {
  top: -0.8854166667vw;
  right: -0.8854166667vw;
}
#snswrap .snslist a p {
  font-size: 1.25vw;
  padding: 0 1.71875vw;
}
#snswrap .snslist a .arrow {
  font-size: 1.0416666667vw;
  font-weight: 500;
  position: absolute;
  top: -0.6770833333vw;
  right: -0.6770833333vw;
  padding-right: 2.0833333333vw;
  padding-top: 1.5625vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #snswrap .snslist a .arrow {
    font-size: 2.5641025641vw;
    top: 1.2820512821vw;
    right: 1.2820512821vw;
  }
}
#snswrap .snslist a .arrow::after {
  content: "";
  display: block;
  width: 1.40625vw;
  height: 1.40625vw;
  background-image: url(../img/arrow_ru_b.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0.15625vw;
  right: 0;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #snswrap .snslist a .arrow::after {
    top: -2.6041666667vw;
    right: -2.6041666667vw;
    width: 3.4615384615vw;
    height: 3.4615384615vw;
  }
}
#snswrap .snslist a:first-child .logo {
  width: 7.1354166667vw;
  margin: auto;
  display: block;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #snswrap .snslist a:first-child .logo {
    width: 17.5641025641vw;
  }
}
#snswrap .snslist a:nth-child(2) .logo {
  width: 8.6458333333vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #snswrap .snslist a:nth-child(2) .logo {
    width: 21.2820512821vw;
  }
}
#snswrap .snslist a:nth-child(3) .logo {
  width: 9.6875vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #snswrap .snslist a:nth-child(3) .logo {
    width: 23.8461538462vw;
  }
}

#recruitmentwrap {
  background-color: #f6f6f6;
  background-image: url(../img/recruit_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 49.1145833333vw;
  padding-top: 3.125vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #recruitmentwrap {
    background-image: url(../img/recruit_bg_sp.webp);
    height: 213.8461538462vw;
    padding-top: 10.641025641vw;
    z-index: 0;
  }
}
#recruitmentwrap .text {
  width: 38.0729166667vw;
  position: absolute;
  top: 4.1666666667vw;
  left: 0.2604166667vw;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #recruitmentwrap .text {
    width: 83.5897435897vw;
    top: 23.0769230769vw;
    left: 0;
  }
}
#recruitmentwrap a {
  color: #dc0025;
  font-size: 1.4583333333vw;
  font-weight: bold;
  position: absolute;
  top: 26.0416666667vw;
  left: 26.0416666667vw;
  padding-right: 1.875vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #recruitmentwrap a {
    font-size: 4.6153846154vw;
    top: 74.358974359vw;
    left: 41.0256410256vw;
    padding-right: 5.1282051282vw;
  }
}
#recruitmentwrap a::after {
  content: "";
  display: block;
  width: 1.40625vw;
  height: 1.40625vw;
  background-image: url(../img/arrow_ru_r.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0.15625vw;
  right: 0;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  #recruitmentwrap a::after {
    width: 3.4615384615vw;
    height: 3.4615384615vw;
    top: 0.3846153846vw;
  }
}
#recruitmentwrap a:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

/* content */
.totop {
  width: 1.8229166667vw;
  position: fixed;
  right: 3.6458333333vw;
  bottom: 3.125vw;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 860px) and (orientation: portrait) {
  .totop {
    width: 5.641025641vw;
    right: 3.3333333333vw;
    bottom: 7.6923076923vw;
    z-index: 10;
  }
}
.totop img {
  width: 100%;
}

/* animation_delay */
@media screen and (min-width: 861px) {
  .delay_2 {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
  .delay_3 {
    -webkit-animation-delay: 0.3s !important;
            animation-delay: 0.3s !important;
  }
  .delay_4 {
    -webkit-animation-delay: 0.4s !important;
            animation-delay: 0.4s !important;
  }
  .delay_5 {
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .delay_6 {
    -webkit-animation-delay: 0.6s !important;
            animation-delay: 0.6s !important;
  }
  .delay_7 {
    -webkit-animation-delay: 0.7s !important;
            animation-delay: 0.7s !important;
  }
  .delay_8 {
    -webkit-animation-delay: 0.8s !important;
            animation-delay: 0.8s !important;
  }
  .delay_9 {
    -webkit-animation-delay: 0.9s !important;
            animation-delay: 0.9s !important;
  }
  .delay_10 {
    -webkit-animation-delay: 1s !important;
            animation-delay: 1s !important;
  }
  .delay_11 {
    -webkit-animation-delay: 1.1s !important;
            animation-delay: 1.1s !important;
  }
  .delay_12 {
    -webkit-animation-delay: 1.2s !important;
            animation-delay: 1.2s !important;
  }
  .delay_13 {
    -webkit-animation-delay: 1.3s !important;
            animation-delay: 1.3s !important;
  }
  .delay_14 {
    -webkit-animation-delay: 1.4s !important;
            animation-delay: 1.4s !important;
  }
  .delay_15 {
    -webkit-animation-delay: 1.5s !important;
            animation-delay: 1.5s !important;
  }
  .delay_16 {
    -webkit-animation-delay: 1.6s !important;
            animation-delay: 1.6s !important;
  }
  .delay_17 {
    -webkit-animation-delay: 1.7s !important;
            animation-delay: 1.7s !important;
  }
  .delay_18 {
    -webkit-animation-delay: 1.8s !important;
            animation-delay: 1.8s !important;
  }
  .delay_19 {
    -webkit-animation-delay: 1.9s !important;
            animation-delay: 1.9s !important;
  }
  .delay_20 {
    -webkit-animation-delay: 2s !important;
            animation-delay: 2s !important;
  }
  .delay_21 {
    -webkit-animation-delay: 2.1s !important;
            animation-delay: 2.1s !important;
  }
  .delay_22 {
    -webkit-animation-delay: 2.2s !important;
            animation-delay: 2.2s !important;
  }
  .delay_23 {
    -webkit-animation-delay: 2.3s !important;
            animation-delay: 2.3s !important;
  }
  .delay_24 {
    -webkit-animation-delay: 2.4s !important;
            animation-delay: 2.4s !important;
  }
  .delay_25 {
    -webkit-animation-delay: 2.5s !important;
            animation-delay: 2.5s !important;
  }
  .delay_26 {
    -webkit-animation-delay: 2.6s !important;
            animation-delay: 2.6s !important;
  }
  .delay_27 {
    -webkit-animation-delay: 2.7s !important;
            animation-delay: 2.7s !important;
  }
  .delay_28 {
    -webkit-animation-delay: 2.8s !important;
            animation-delay: 2.8s !important;
  }
  .delay_29 {
    -webkit-animation-delay: 2.9s !important;
            animation-delay: 2.9s !important;
  }
  .delay_30 {
    -webkit-animation-delay: 3s !important;
            animation-delay: 3s !important;
  }
  .delay_31 {
    -webkit-animation-delay: 3.1s !important;
            animation-delay: 3.1s !important;
  }
  .delay_32 {
    -webkit-animation-delay: 3.2s !important;
            animation-delay: 3.2s !important;
  }
  .delay_33 {
    -webkit-animation-delay: 3.3s !important;
            animation-delay: 3.3s !important;
  }
  .delay_34 {
    -webkit-animation-delay: 3.4s !important;
            animation-delay: 3.4s !important;
  }
  .delay_35 {
    -webkit-animation-delay: 3.5s !important;
            animation-delay: 3.5s !important;
  }
  .delay_36 {
    -webkit-animation-delay: 3.6s !important;
            animation-delay: 3.6s !important;
  }
  .delay_37 {
    -webkit-animation-delay: 3.7s !important;
            animation-delay: 3.7s !important;
  }
  .delay_38 {
    -webkit-animation-delay: 3.8s !important;
            animation-delay: 3.8s !important;
  }
  .delay_39 {
    -webkit-animation-delay: 3.9s !important;
            animation-delay: 3.9s !important;
  }
  .delay_40 {
    -webkit-animation-delay: 4s !important;
            animation-delay: 4s !important;
  }
  .delay_41 {
    -webkit-animation-delay: 4.1s !important;
            animation-delay: 4.1s !important;
  }
  .delay_42 {
    -webkit-animation-delay: 4.2s !important;
            animation-delay: 4.2s !important;
  }
  .delay_43 {
    -webkit-animation-delay: 4.3s !important;
            animation-delay: 4.3s !important;
  }
  .delay_44 {
    -webkit-animation-delay: 4.4s !important;
            animation-delay: 4.4s !important;
  }
  .delay_45 {
    -webkit-animation-delay: 4.5s !important;
            animation-delay: 4.5s !important;
  }
  .delay_46 {
    -webkit-animation-delay: 4.6s !important;
            animation-delay: 4.6s !important;
  }
  .delay_47 {
    -webkit-animation-delay: 4.7s !important;
            animation-delay: 4.7s !important;
  }
  .delay_48 {
    -webkit-animation-delay: 4.8s !important;
            animation-delay: 4.8s !important;
  }
  .delay_49 {
    -webkit-animation-delay: 4.9s !important;
            animation-delay: 4.9s !important;
  }
  .delay_50 {
    -webkit-animation-delay: 5s !important;
            animation-delay: 5s !important;
  }
  .delay_51 {
    -webkit-animation-delay: 5.1s !important;
            animation-delay: 5.1s !important;
  }
  .delay_52 {
    -webkit-animation-delay: 5.2s !important;
            animation-delay: 5.2s !important;
  }
  .delay_53 {
    -webkit-animation-delay: 5.3s !important;
            animation-delay: 5.3s !important;
  }
  .delay_54 {
    -webkit-animation-delay: 5.4s !important;
            animation-delay: 5.4s !important;
  }
  .delay_55 {
    -webkit-animation-delay: 5.5s !important;
            animation-delay: 5.5s !important;
  }
  .delay_56 {
    -webkit-animation-delay: 5.6s !important;
            animation-delay: 5.6s !important;
  }
  .delay_57 {
    -webkit-animation-delay: 5.7s !important;
            animation-delay: 5.7s !important;
  }
  .delay_58 {
    -webkit-animation-delay: 5.8s !important;
            animation-delay: 5.8s !important;
  }
  .delay_59 {
    -webkit-animation-delay: 5.9s !important;
            animation-delay: 5.9s !important;
  }
  .delay_60 {
    -webkit-animation-delay: 6s !important;
            animation-delay: 6s !important;
  }
  .delay_61 {
    -webkit-animation-delay: 6.1s !important;
            animation-delay: 6.1s !important;
  }
  .delay_62 {
    -webkit-animation-delay: 6.2s !important;
            animation-delay: 6.2s !important;
  }
  .delay_63 {
    -webkit-animation-delay: 6.3s !important;
            animation-delay: 6.3s !important;
  }
  .delay_64 {
    -webkit-animation-delay: 6.4s !important;
            animation-delay: 6.4s !important;
  }
  .delay_65 {
    -webkit-animation-delay: 6.5s !important;
            animation-delay: 6.5s !important;
  }
  .delay_66 {
    -webkit-animation-delay: 6.6s !important;
            animation-delay: 6.6s !important;
  }
  .delay_67 {
    -webkit-animation-delay: 6.7s !important;
            animation-delay: 6.7s !important;
  }
  .delay_68 {
    -webkit-animation-delay: 6.8s !important;
            animation-delay: 6.8s !important;
  }
  .delay_69 {
    -webkit-animation-delay: 6.9s !important;
            animation-delay: 6.9s !important;
  }
  .delay_70 {
    -webkit-animation-delay: 7s !important;
            animation-delay: 7s !important;
  }
  .duration_2 {
    -webkit-animation-duration: 0.2s !important;
            animation-duration: 0.2s !important;
  }
  .duration_3 {
    -webkit-animation-duration: 0.3s !important;
            animation-duration: 0.3s !important;
  }
  .duration_4 {
    -webkit-animation-duration: 0.4s !important;
            animation-duration: 0.4s !important;
  }
  .duration_5 {
    -webkit-animation-duration: 0.5s !important;
            animation-duration: 0.5s !important;
  }
  .duration_6 {
    -webkit-animation-duration: 0.6s !important;
            animation-duration: 0.6s !important;
  }
  .duration_7 {
    -webkit-animation-duration: 0.7s !important;
            animation-duration: 0.7s !important;
  }
  .duration_8 {
    -webkit-animation-duration: 0.8s !important;
            animation-duration: 0.8s !important;
  }
  .duration_9 {
    -webkit-animation-duration: 0.9s !important;
            animation-duration: 0.9s !important;
  }
  .duration_10 {
    -webkit-animation-duration: 1s !important;
            animation-duration: 1s !important;
  }
  .duration_11 {
    -webkit-animation-duration: 1.1s !important;
            animation-duration: 1.1s !important;
  }
  .duration_12 {
    -webkit-animation-duration: 1.2s !important;
            animation-duration: 1.2s !important;
  }
  .duration_13 {
    -webkit-animation-duration: 1.3s !important;
            animation-duration: 1.3s !important;
  }
  .duration_14 {
    -webkit-animation-duration: 1.4s !important;
            animation-duration: 1.4s !important;
  }
  .duration_15 {
    -webkit-animation-duration: 1.5s !important;
            animation-duration: 1.5s !important;
  }
  .duration_16 {
    -webkit-animation-duration: 1.6s !important;
            animation-duration: 1.6s !important;
  }
  .duration_17 {
    -webkit-animation-duration: 1.7s !important;
            animation-duration: 1.7s !important;
  }
  .duration_18 {
    -webkit-animation-duration: 1.8s !important;
            animation-duration: 1.8s !important;
  }
  .duration_19 {
    -webkit-animation-duration: 1.9s !important;
            animation-duration: 1.9s !important;
  }
  .duration_20 {
    -webkit-animation-duration: 2s !important;
            animation-duration: 2s !important;
  }
  .duration_21 {
    -webkit-animation-duration: 2.1s !important;
            animation-duration: 2.1s !important;
  }
  .duration_22 {
    -webkit-animation-duration: 2.2s !important;
            animation-duration: 2.2s !important;
  }
  .duration_23 {
    -webkit-animation-duration: 2.3s !important;
            animation-duration: 2.3s !important;
  }
  .duration_24 {
    -webkit-animation-duration: 2.4s !important;
            animation-duration: 2.4s !important;
  }
  .duration_25 {
    -webkit-animation-duration: 2.5s !important;
            animation-duration: 2.5s !important;
  }
  .duration_26 {
    -webkit-animation-duration: 2.6s !important;
            animation-duration: 2.6s !important;
  }
  .duration_27 {
    -webkit-animation-duration: 2.7s !important;
            animation-duration: 2.7s !important;
  }
  .duration_28 {
    -webkit-animation-duration: 2.8s !important;
            animation-duration: 2.8s !important;
  }
  .duration_29 {
    -webkit-animation-duration: 2.9s !important;
            animation-duration: 2.9s !important;
  }
  .duration_30 {
    -webkit-animation-duration: 3s !important;
            animation-duration: 3s !important;
  }
}
/* animation */
.fadein {
  opacity: 0;
}

.fadein.animated {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur {
  opacity: 0;
}

.blur.animated {
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(2.6041666667vw);
            filter: blur(2.6041666667vw);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes blur {
  from {
    -webkit-filter: blur(2.6041666667vw);
            filter: blur(2.6041666667vw);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
.bound {
  opacity: 0;
}

.bound.animated {
  -webkit-animation: bound 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
          animation: bound 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(2.0833333333vw);
            transform: translateY(2.0833333333vw);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(-1.0416666667vw);
            transform: translateY(-1.0416666667vw);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(-0.5208333333vw);
            transform: translateY(-0.5208333333vw);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(2.0833333333vw);
            transform: translateY(2.0833333333vw);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(-1.0416666667vw);
            transform: translateY(-1.0416666667vw);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(-0.5208333333vw);
            transform: translateY(-0.5208333333vw);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.slidein {
  opacity: 0;
}

.slidein.animated {
  -webkit-animation: slidein 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
          animation: slidein 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateY(-2.0833333333vw);
            transform: translateY(-2.0833333333vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slidein {
  0% {
    -webkit-transform: translateY(-2.0833333333vw);
            transform: translateY(-2.0833333333vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}