@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');

/* CSS Document */

html {
  scroll-padding-top: 150px;
}

:root {
  --color-online: #ce649e;
  --color-real: #1c9890;
  --color-real-pale: #e1f0ef;
  --color-key: #645b51;
  --color-key-pale: #d5cd9e;
  --color-cmnRed: #cc0000;
  --color-closeGray: #b0b0b0;
  --color-baseK: #1c1c1c;


  --color-cat01: #7CA7B3;
  --color-cat02: #A6A270;
  --color-cat03: #DEACA0;
  --color-cat04: #E89424;
  --color-cat05: #A593B6;
  --color-cat06: #BD907F;
  --color-cat07: #747474;

  --color-cat01-sub: #CBD8D9;
  --color-cat02-sub: #DBD1A1;
  --color-cat03-sub: #EECDC7;
  --color-cat04-sub: #F5D8B3;
  --color-cat05-sub: #E3E1EB;
  --color-cat06-sub: #DDB59B;
  --color-cat07-sub: #B7B7B7;
}



*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light
}

@supports not (min-block-size:100dvb) {
  :where(html) {
    block-size: 100%
  }
}

@media (prefers-reduced-motion:no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer
}

:where(:disabled) {
  cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
  cursor: not-allowed
}

:where(button) {
  border-style: solid
}

:where(a) {
  text-underline-offset: .2ex
}

:where(ul, ol) {
  list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem)
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important
}


html {
  scroll-behavior: smooth;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #fff;
    color: var(--color-baseK);
  }

  input,
  textarea {
    background-color: #fff;
  }
}


a {
  text-decoration: none;
  transition: 0.5s;
}

.anchor::before {
  content: '';
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}

.sp {
  display: none;
}

.container {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: auto
}

.container p {
  line-height: 1.8;
}

.flx {
  display: flex;
  flex-wrap: wrap
}

.flxjSB-CNT {
  justify-content: space-between;
  align-items: center
}

.block {
  margin-bottom: min(12vw, 80px);
}

.block p {
  line-height: 2;
}

.flexbox--sb {
  display: flex;
  justify-content: space-between
}

.icon_dl {
  padding-top: 5px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_dl:after {
  content: url(../img/common/icon_dl.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
}

h3.commonTitH3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  background: var(--color-key);
  color: #fff;
  border-radius: 5px;
  padding: 25px 20px;
  position: relative;
  line-height: 1.5;
}

h3.commonTitH3::after {
  content: url(../img/common/img_h3.png);
  position: absolute;
  right: 25px;
  bottom: -8px;

}

h4.commonTitH4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  background: var(--color-key-pale);
  color: var(--color-key);
  border-radius: 5px;
  padding: 10px 15px;

  line-height: 1;
}

.caption {
  font-size: 12px;
  line-height: 1.4;
  padding: 15px 0 0 0;
}

.color--color-cmnRed {
  color: var(--color-cmnRed);
}

.pc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  h3.commonTitH3 {
    font-size: 4.5vw;

  }

  h3.commonTitH3::after {
    content: none
  }
}

body {
  background-color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
}

main {
  margin-bottom: 40px;
}

table,
th,
td {
  border-collapse: collapse;
}

@media screen and (max-width: 1000px) {
  main {
    margin-top: 65px;
  }
}

body {
  /* Using for lower page */
  /* padding-top: 100px; */
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /*  height: fit-content;*/
  padding: min(1vw, 10px) 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  transition: all 1s ease-in-out;
  /*  max-height: 112px;*/
}

header.fixed-top {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid #645B51;
  /*  height: 112px;*/
}

header .colL {
  transition: all 1s ease-in-out;
}

header.fixed-top .colL {
  width: 201px;
  margin: auto 0;
}

header .header-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.5s ease-in-out;
}

header .colR {
  display: flex;
}

header ul.menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

header ul.menu li {
  position: relative;
}

header ul.menu li.comingsoon {
  opacity: 0.2;
  pointer-events: none;
}

header ul.menu li a {
  display: block;
  align-content: end;
  font-size: min(1vw, 16px);
  font-weight: 700;
  transition: opacity 0.3s ease-in-out;
}

header ul.menu>li {
  height: 100%;
}

header ul.menu>li>a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  align-content: center;
  color: #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.50);
  padding: min(0.5vw, 8px) min(1.2vw, 18px);
  transition: all 1s ease-in-out;
}

header.fixed-top ul.menu>li>a {
  color: #000000;
  border-left: 1px solid #645B51;
}

header ul.menu li a:hover {
  opacity: 0.8;
}

header ul.menu li a:hover::before {
  transform: scale(1.1);
}

header ul.menu li a::before {
  content: "";
  display: block;
  margin: 0 auto .75em;
  transition: all 0.3s ease-in-out;
}

header ul.menu>li:nth-child(1) a::before {
  background: #ffffff;
  width: 2.375em;
  height: 1.5em;
  mask: url(../img/common/ic_board.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_board.svg) center center / contain no-repeat;
}

header.fixed-top ul.menu>li:nth-child(1) a::before {
  background: #474BC2;
}

header ul.menu>li:nth-child(2) a::before {
  background: #ffffff;
  width: 2.25em;
  height: 1.59375em;
  mask: url(../img/common/ic_tick.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_tick.svg) center center / contain no-repeat;
}

header.fixed-top ul.menu>li:nth-child(2) a::before {
  background: #EB1B00;
}

header ul.menu>li:nth-child(3) a::before {
  background: #ffffff;
  width: 2.135em;
  height: 2.135em;
  mask: url(../img/common/ic_search.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_search.svg) center center / contain no-repeat;
}

header.fixed-top ul.menu>li:nth-child(3) a::before {
  background: #30B0C7;
}

header ul.menu>li:nth-child(4) a::before {
  background: #ffffff;
  width: 2.5em;
  height: 2.375em;
  mask: url(../img/common/ic_ai.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_ai.svg) center center / contain no-repeat;
}

header.fixed-top ul.menu>li:nth-child(4) a::before {
  background: #FF9500;
}

header ul.menu li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 20%);
  display: flex;
  visibility: hidden;
  opacity: 0;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #f7f7f7;
  border-radius: 10px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  padding: 20px 25px;
  margin-top: 30px;
  transition: all 0.5s ease-in-out;
}

header ul.menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

header ul.menu li ul.sub-menu.is-active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

header ul.menu li:nth-of-type(1) ul.sub-menu {
  min-width: 600px;
}

header ul.menu li:nth-of-type(2) ul.sub-menu {
  min-width: 735px;
}

header ul.menu li ul.sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 48px;
  background: url(../img/common/ic_triangle.svg) center center / contain no-repeat;
}

header ul.menu li ul.sub-menu li a {
  color: #000;
}

header ul.menu li ul.sub-menu li a::before {
  content: "";
  display: block;
  width: 3em;
  height: 3em;
}

header ul.menu li:nth-of-type(1) ul.sub-menu li:nth-child(1) a::before {
  background-color: #BCCA02;

  mask: url(../img/common/ic_per-question.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_per-question.svg) center center / contain no-repeat;
}

header ul.menu li:nth-of-type(1) ul.sub-menu li:nth-child(2) a::before {
  background-color: #41D16A;

  mask: url(../img/common/ic_map.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_map.svg) center center / contain no-repeat;
}

header ul.menu li:nth-of-type(1) ul.sub-menu li:nth-child(3) a::before {
  background-color: #029BE2;

  mask: url(../img/common/ic_train.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_train.svg) center center / contain no-repeat;
}

header ul.menu li:nth-of-type(1) ul.sub-menu li:nth-child(4) a::before {
  background-color: #FF7B00;

  mask: url(../img/common/ic_document.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_document.svg) center center / contain no-repeat;
}

header ul.menu li:nth-of-type(1) ul.sub-menu li:nth-child(5) a::before {
  background-color: #E95285;

  mask: url(../img/common/ic_clock.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_clock.svg) center center / contain no-repeat;
}

header ul.menu li:nth-of-type(1) ul.sub-menu li:nth-child(6) a::before {
  background-color: #005DFF;

  mask: url(../img/common/ic_plane-paper.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_plane-paper.svg) center center / contain no-repeat;
}

header ul.menu li:nth-of-type(2) ul.sub-menu li:nth-child(1) a::before {
  background-color: #1c9890;

  mask: url(../img/common/ic_person.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_person.svg) center center / contain no-repeat;
}

header ul.menu li:nth-of-type(2) ul.sub-menu li:nth-child(2) a::before {
  background-color: #ce649e;

  mask: url(../img/common/ic_laptop.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_laptop.svg) center center / contain no-repeat;
}

header ul.menu li:nth-of-type(2) ul.sub-menu li:nth-child(3) a::before {
  background-color: #FFCD29;

  mask: url(../img/common/ic_robot.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_robot.svg) center center / contain no-repeat;
}

header ul.menu li:nth-of-type(2) ul.sub-menu li:nth-child(4) a::before {
  background-color: #14AE5C;

  mask: url(../img/common/ic_message.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_message.svg) center center / contain no-repeat;
}

header ul.menu li:nth-of-type(2) ul.sub-menu li:nth-child(5) a::before {
  background-color: #CF6161;

  mask: url(../img/common/ic_stamp.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_stamp.svg) center center / contain no-repeat;
}

header ul.menu-btns {
  gap: min(1vw, 18px);
}

header ul.menu-btns li a {
  position: relative;
  display: block;
  width: min(6vw, 7.333333em);
  height: min(6vw, 7.333333em);
  color: #ffffff;
  font-size: min(0.9vw, 12px);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  align-content: center;
  transition: filter 0.3s ease-in-out;
}

header ul.menu-btns li:first-of-type a {
  background-color: #029BE2;
}

header ul.menu-btns li:last-of-type a {
  background-color: #E95285;
}

header ul.menu-btns li a:hover {
  filter: brightness(1.15);
}

header ul.menu-btns li a::before {
  content: "";
  display: block;
  background: #ffffff;
  margin: 0 auto .4em;
}

header ul.menu-btns li:nth-child(1) a::before {
  width: 2.083333em;
  height: 2.25em;
  mask: url(../img/common/ic_teach.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_teach.svg) center center / contain no-repeat;
}

header ul.menu-btns li:nth-child(2) a::before {
  width: 1.58333em;
  height: 2.5em;
  mask: url(../img/common/ic_per-walk.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/common/ic_per-walk.svg) center center / contain no-repeat;
}

/* btn menu */
header .btn-menu {
  display: none;
  width: 31px;
  height: 20px;
  position: absolute;
  top: 22px;
  right: 20px;
  cursor: pointer;
}

header .btn-menu span {
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  transition: .4s;
}

header .btn-menu span:nth-of-type(1) {
  top: 0;
}

header .btn-menu span:nth-of-type(2) {
  top: 8px;
}

header .btn-menu span:nth-of-type(3) {
  top: 16px;
}

header .btn-menu.is-open span:nth-of-type(1) {
  transform: rotate(40deg);
  top: 10px;
}

header .btn-menu.is-open span:nth-of-type(2) {
  opacity: 0;
}

header .btn-menu.is-open span:nth-of-type(3) {
  transform: rotate(-40deg);
  top: 10px;
}

@media only screen and (max-width: 1000px) {
  header {
    padding: 0 20px;
    height: 65px;
    background: #fff;
    border-bottom: 1px solid #645B51 !important;
  }

  header .header-wrap {
    align-items: center;
  }

  header .colL {
    margin: 0 !important;
    width: 161px !important;
  }

  header.fixed-top .colL {}

  header .colR {
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    background: #fff;
    width: 100%;
    min-height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    justify-content: flex-start;
  }

  header ul.menu {
    align-items: start;
    flex-direction: column;
    padding: 20px;
  }

  header ul.menu li a::before {
    margin: 0;
  }

  header ul.menu>li {
    position: relative;
    width: 100%;
  }

  header.fixed-top ul.menu>li>a {
    border-left: none;
  }

  header ul.menu>li:has(ul.sub-menu) {
    position: relative;
  }

  header ul.menu>li:has(ul.sub-menu)>a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: url(../img/common/ic_plus.svg) center center / contain no-repeat;
    -webkit-background: url(../img/common/ic_plus.svg) center center / contain no-repeat;
  }

  header ul.menu>li:has(ul.sub-menu.is-active)>a::after {
    background: url(../img/common/ic_minus.svg) center center / contain no-repeat;
    -webkit-background: url(../img/common/ic_minus.svg) center center / contain no-repeat;
  }

  header ul.menu>li>a {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    color: #000000;
    font-size: 18px;
    border-left: none;
    border-bottom: 1px solid #383128;
    padding: 20px 8px;
  }

  header ul.menu>li:nth-child(1) a::before {
    background-color: #474BC2;
  }

  header ul.menu>li:nth-child(2) a::before {
    background-color: #EB1B00;
  }

  header ul.menu>li:nth-child(3) a::before {
    background-color: #30B0C7;
  }

  header ul.menu>li:nth-child(4) a::before {
    background-color: #FF9500;
  }

  header .btn-menu {
    display: block;
  }

  header ul.menu li ul.sub-menu {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    transform: none;
    flex-direction: column;
    background-color: transparent;
    border-radius: 0;
    filter: none;
    padding: 10px 0 0;
    margin: 0;
    min-width: auto;
  }

  header ul.menu li ul.sub-menu.is-active {
    display: flex;
    transform: none;
  }

  header ul.menu li ul.sub-menu::before {
    display: none;
  }

  header ul.menu li ul.sub-menu li {
    width: 100%;
  }

  header ul.menu li ul.sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    color: #000000;
    font-size: 16px;
    padding: 5px 20px 5px 25px;
  }

  header ul.menu li ul.sub-menu li a::before {
    max-width: 28px;
    flex-shrink: 0;
  }

  header ul.menu-btns {
    justify-content: center;
    gap: 20px;
    padding: 20px 20px 100px;
  }

  header ul.menu-btns li a {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }

}


@media only screen and (max-width: 767px) {}

footer {
  background-color: #000;
  text-align: center;
}

footer .footer-wrap {
  max-width: 960px;
  margin: 0 auto;
}

footer .container {
  text-align: left;
  padding: 30px 0;
}

footer .container .footerLogo {
  max-width: 250px;
  margin-bottom: 20px;
}

footer .container .footerSNS ul {
  display: flex;
  justify-content: flex-start;
}

footer .container .footerSNS ul li a {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  font-size: 12px;
  color: #fff;
}

footer .container .footerSNS ul li a:hover {
  opacity: 0.8;
}

footer .container .footerSNS ul li div {
  display: block;
}

footer .container .footerSNS ul li div img {
  height: 30px;
  margin-right: 10px;
}

footer .policyLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

footer .policyLink a {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  transition: .4s ease;
  text-underline-offset: 2px;
}

footer .policyLink a:hover {
  text-decoration: underline;
}

footer small {
  font-size: 10px;
  color: #fff;
  padding: 20px 10px;
  display: block;
}

@media only screen and (max-width: 767px) {

  footer {
    padding-bottom: 58px;
  }

  footer .footer-wrap {
    max-width: 100%;
  }

  footer small {
    font-size: 2vw;
  }

  .footerMenu {
    background: rgb(195, 12, 35);
    background: linear-gradient(155deg, rgba(195, 12, 35, 1) 0%, rgba(230, 123, 34, 1) 100%);
    width: 100%;
  }

  .footerMenu a {
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px #fff solid;
    line-height: 22px;
    color: #fff;
    display: inline-flex;
    vertical-align: middle;
    font-size: 16px;
    justify-content: center
  }

  .footerMenu a span {
    margin-right: 10px;
    display: inline-block;
  }

  .footerMenu a.inquiry {
    background-color: #000;
  }

  footer .container .footerSNS ul li a {
    flex-direction: column;
  }

  footer .container .footerSNS ul li div img {
    margin-right: 0;
    margin-bottom: 6px;
  }
}


/*contents*/
.mv-child {
  background: url("../img/common/mv_child.jpg") no-repeat left center;
  position: relative;
  height: 261px;
  background-size: cover;
  margin-bottom: 80px;
  border-bottom: var(--color-key) 3px solid;
}

@media only screen and (max-width: 767px) {
  .mv-child {
    margin-bottom: 20px;
  }
}

.mv-child h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.2em;
}

h3.contentTit {
  font-size: 20px;
  margin-bottom: 20px;
  background: var(--color-key);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;

}


@media only screen and (max-width: 767px) {
  .mv-child {
    background-position: center
  }

}

#page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  width: 60px;

  opacity: 0.9;
  transition: all .3s ease;
}

#page-top a img {
  width: 60px;
}

#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  #page-top {
    bottom: 70px;
  }
}

.fixed-bnr{
    position: fixed;    
    z-index: 1000;
}
.fixed-bnr:hover{
    opacity: .8;
}

@media only screen and (min-width: 768px) {
    .fixed-bnr{
        top: 125px;
        right: 20px;
        width: 220px;
    }
}
@media only screen and (max-width: 767px) {
    .fixed-bnr{
        bottom: 0;
        left: 0;
        width: 50%;
    }
}

.fixed-btn p {
  display: inline-flex;
}

.fixed-btn {
  position: fixed;
  background: linear-gradient(90deg, #EB1B00 0%, #FF7B00 100%);
  color: #ffffff;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1000;
}

.fixed-btn:hover {
  background: linear-gradient(90deg, #FF7B00 0%, #FF7B00 100%);
}

.fixed-btn::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/top/ic_check-box.svg) no-repeat center center / contain;
}


@media only screen and (min-width: 768px) {
  .fixed-btn {
    display: flex !important;
    right: 0;
    top: 200px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    writing-mode: vertical-rl;
    width: 43px;
    height: fit-content;
    letter-spacing: 0.2em;
    padding: 20px 0 10px;
    transform: translateX(100%);
    transition: all .5s ease-in-out;
    transition-delay: .5s;
  }

  .fixed-btn.fixed-right {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 767px) {
  .fixed-btn {
    bottom: 0;
    right: 0;
    display: flex;
    height: 14.73vw;
    width: 50%;
      padding: 0 10px;
  }
    .fixed-btn p{
        display: flex;
        flex-wrap: wrap;
        line-height: 1.2;
    }
}



/* Animate */
@media screen {
  .fade-in {
    opacity: 0;
    transition: 1s;
  }

  .fade-in.is-view {
    opacity: 1;
  }

  .fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
  }

  .fade-up.is-view {
    opacity: 1;
    transform: translateY(0);
  }

  .zoom-in {
    overflow: hidden;
  }

  .zoom-in img {
    opacity: 0;
    transform: scale(1.1);
    transition: 1s;
  }

  .zoom-in.is-view img {
    opacity: 1;
    transform: scale(1);
  }

  .bounce-in {
    opacity: 0;
    transform: scale(.9);
  }

  .bounce-in.is-view {
    animation: bounceIn .7s ease-out forwards;
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.9);
  }

  75% {
    opacity: 1;
    transform: scale(1.02);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.delay1 {
  transition-delay: .4s;
}

.delay2 {
  transition-delay: .6s;
}

.delay3 {
  transition-delay: .8s;
}

.delay4 {
  transition-delay: 1s;
}

.delay5 {
  transition-delay: 1.2s;
}

.delay6 {
  transition-delay: 1.4s;
}

.delay7 {
  transition-delay: 1.6s;
}

.delay8 {
  transition-delay: 1.8s;
}