@charset "UTF-8";
@font-face {
  font-family: ITCAdvantMedium;
  src: url(../fonts/ITCAvant/ITCAvantGardeGothicPro-BookMedium.otf)
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
sup {
  font-size: 100%;
  vertical-align: top
}
html {
  scrollbar-width: thin;
  scrollbar-color: #009ade #f5f5f5;
  font-size: 62.5%
}
body {
  font-family: "Noto Sans JP", sans-serif
}
:focus {
  outline: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
li, ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
canvas {
  max-width: 100%
}
video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
a:hover {
  opacity: .5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
input[type=button], input[type=submit], input[type=text], textarea {
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background: 0 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  appearance: button;
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield
}
.pc-style {
  display: block
}
.sp-style {
  display: none
}
@media (min-width:769px) and (max-width:1024px) {
  .pc-style {
    display: block
  }
  .sp-style {
    display: none
  }
}
@media (min-width:0px) and (max-width:768px) {
  .pc-style {
    display: none
  }
  .sp-style {
    display: block
  }
}
.header {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10
}
.header__inner {
  padding: 11px 80px 13px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  background: #fff
}
@media (min-width:0px) and (max-width:768px) {
  .header__inner {
    padding: 4.26vw 6.66vw 4.53vw
  }
}
.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: auto
}
.header__logo {
  max-width: 98px
}
@media (min-width:0px) and (max-width:768px) {
  .header__logo {
    max-width: 19.73vw
  }
}
.header__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  width: 33px;
  height: 31px;
  padding: 12px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  cursor: pointer
}
@media (min-width:0px) and (max-width:768px) {
  .header__icon {
    width: 6.8vw;
    height: 7.2vw;
    padding: 0
  }
}
.header__icon:hover {
  scale: 1.15
}
.header__icon:active {
  scale: .9
}
.header #hamburger {
  top: 1px;
  width: 100%;
  height: 100%;
  margin: 1px auto;
  position: relative;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  cursor: pointer
}
.header #hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 7.5px;
  background: 0 0;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}
@media (min-width:0px) and (max-width:768px) {
  .header #hamburger span {
    height: 1.73vw
  }
}
.header #hamburger span:nth-child(1) {
  top: 0
}
.header #hamburger span:nth-child(2), .header #hamburger span:nth-child(3) {
  top: 11px
}
@media (min-width:0px) and (max-width:768px) {
  .header #hamburger span:nth-child(2), .header #hamburger span:nth-child(3) {
    top: 2.66vw
  }
}
.header #hamburger span:last-child {
  top: 22px
}
@media (min-width:0px) and (max-width:768px) {
  .header #hamburger span:last-child {
    top: 5.33vw
  }
}
.header #hamburger.is-active span:nth-child(1), .header #hamburger.is-active span:nth-child(4) {
  top: 11px;
  width: 0;
  left: 50%
}
.header #hamburger.is-active span:nth-child(2) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
@media (min-width:0px) and (max-width:768px) {
  .header #hamburger.is-active span:nth-child(2) {
    top: 2.66vw
  }
}
.header #hamburger.is-active span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
@media (min-width:0px) and (max-width:768px) {
  .header #hamburger.is-active span:nth-child(3) {
    top: 2.66vw
  }
}
.header img.bar {
  position: absolute;
  width: 100%;
  height: 100%
}
.header__gnav {
  display: block
}
.header__gnav__menu {
  display: block;
  position: absolute;
  left: auto;
  right: -100%;
  top: 45px;
  padding: 45px 70px 0 0;
  width: 368px;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  -webkit-transition: all .2s cubic-bezier(.215, .61, .355, 1);
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1
}
@media (min-width:0px) and (max-width:768px) {
  .header__gnav__menu {
    top: 0;
    width: 100%;
    padding: 21vw 6.66vw 0
  }
}
.header__gnav__menu.visible {
  right: 0
}
.header__gnav__menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%
}
.header__gnav__menu__list--item {
  text-align: right;
  width: 100%
}
.header__gnav__menu__list--item a {
  display: block;
  padding: 36px 0 28px;
  font-family: "Scheherazade New", serif;
  color: #009ade;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: .05em;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}
@media (min-width:0px) and (max-width:768px) {
  .header__gnav__menu__list--item a {
    font-size: 6.4vw;
    padding: 10vw 0 9vw
  }
}
.header__gnav__menu__list--item a:hover {
  font-size: 2.8rem
}
@media (min-width:0px) and (max-width:768px) {
  .header__gnav__menu__list--item a:hover {
    font-size: 6.93vw
  }
}
.pagetop {
  position: fixed;
  max-width: 92px;
  right: 45px;
  bottom: 50px;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .1);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  z-index: 3
}
.pagetop:active {
  scale: .9
}
.pagetop:hover {
  scale: 1.15
}
.pagetop.show {
  -webkit-transform: scale(1);
  transform: scale(1)
}
@media (min-width:0px) and (max-width:768px) {
  .pagetop {
    max-width: 17.73vw;
    right: 6.66vw;
    bottom: 12vw
  }
}
.pagetop a {
  opacity: 1
}
.pagetop a:hover {
  opacity: 1
}
.footer__inner {
  padding: 0 80px 25px
}
@media (min-width:0px) and (max-width:768px) {
  .footer__inner {
    padding: 0 6.66vw 2.4vw
  }
}
.footer__content__link {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer__link {
  text-align: center
}
.footer__link a {
  text-decoration: underline;
  color: #009ade;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0
}
@media (min-width:0px) and (max-width:768px) {
  .footer__link a {
    font-size: 3.13vw
  }
}
.footer__copy {
  text-align: center;
  margin-top: 20px
}
@media (min-width:0px) and (max-width:768px) {
  .footer__copy {
    margin-top: 2.53vw
  }
}
.footer__copy--text {
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0
}
@media (min-width:0px) and (max-width:768px) {
  .footer__copy--text {
    font-size: 3vw
  }
}
body.scroll {
  overflow: hidden
}
@-webkit-keyframes hoverBtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  20% {
    -webkit-transform: scale(1.14);
    transform: scale(1.14)
  }
  40% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
  }
  60% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
  }
  80% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}
@keyframes hoverBtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  20% {
    -webkit-transform: scale(1.14);
    transform: scale(1.14)
  }
  40% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
  }
  60% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
  }
  80% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}
.topPage {
  overflow: hidden
}
.topPage__more {
  text-align: center
}
.topPage__more.service {
  padding: 135px 100px 168px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__more.service {
    padding: 90px 66px 112px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__more.service {
    padding: 16.26vw 6.66vw 23vw
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__more.service.active {
    padding: 16.26vw 6.66vw 18.3vw
  }
}
.topPage__more.recruit {
  padding: 190px 0 240px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__more.recruit {
    padding: 126px 0 160px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__more.recruit {
    padding: 20vw 0 34.66vw
  }
}
.topPage__more.recruit.active {
  padding: 190px 0 145px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__more.recruit.active {
    padding: 126px 0 96px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__more.recruit.active {
    padding: 20vw 0 22.5vw
  }
}
.topPage__more button {
  position: relative;
  font-family: "Scheherazade New", serif;
  color: #000;
  background: #000;
  font-style: italic;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer
}
.topPage__more button:hover {
  -webkit-animation: hoverBtn .5s ease-in forwards;
  animation: hoverBtn .5s ease-in forwards
}
.topPage__more button::after {
  content: "";
  margin: 16px auto 0;
  display: block;
  background: url(../img/icon/icon_more.webp) no-repeat;
  background-size: cover;
  width: 27px;
  height: 17px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__more button::after {
    width: 18px;
    height: 11px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__more button::after {
    width: 3.33vw;
    height: 2.13vw;
    margin-top: 8px
  }
}
.topPage__more__field {
  position: relative
}
.topPage__more--btn {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .3s .8s ease-in, -webkit-transform .3s ease-in;
  transition: opacity .3s .8s ease-in, -webkit-transform .3s ease-in;
  transition: transform .3s ease-in, opacity .3s .8s ease-in;
  transition: transform .3s ease-in, opacity .3s .8s ease-in, -webkit-transform .3s ease-in;
  font-family: "Scheherazade New", serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__more--btn {
    font-size: 1.8rem
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__more--btn {
    font-size: 4.53vw
  }
}
.topPage__more--btn.active {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in
}
.topPage__more--line {
  background: #acacac;
  position: absolute;
  top: 61px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 2px;
  height: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  z-index: 1
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__more--line {
    top: 45px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__more--line {
    top: 8vw
  }
}
.topPage__more--line.active {
  top: 61px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 2px;
  height: 209px;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1)
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__more--line.active {
    top: 45px;
    height: 133px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__more--line.active {
    top: 8vw;
    width: .26vw;
    height: 29vw
  }
}
.topPage__more__figure {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0);
  transform: scale(0)
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__more__figure {
    top: 160px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__more__figure {
    top: 33.33vw
  }
}
.topPage__more__figure div:nth-child(1) {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}
.topPage__more__figure div:nth-child(2) {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s
}
.topPage__more__figure div:nth-child(3) {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-transition-duration: 2s;
  transition-duration: 2s
}
.topPage__more__figure.active {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.topPage__more__figure.active div:nth-child(1) {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}
.topPage__more__figure.active div:nth-child(2) {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s
}
.topPage__more__figure.active div:nth-child(3) {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-transition-duration: 2s;
  transition-duration: 2s
}
.topPage__more__figure--img01 {
  position: absolute;
  background: url(../img/top/icon01.png) no-repeat;
  width: 62px;
  height: 54px;
  background-size: 62px 54px;
  top: 0;
  left: -31px;
  z-index: 1
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__more__figure--img01 {
    width: 41px;
    height: 36px;
    background-size: 41px 36px;
    left: -20.5px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__more__figure--img01 {
    width: 8.26vw;
    height: 7.2vw;
    background-size: 8.26vw 7.2vw;
    top: 0;
    left: -4.13vw
  }
}
.topPage__more__figure--img02 {
  position: absolute;
  background: url(../img/top/icon02.png) no-repeat;
  width: 108px;
  height: 94px;
  background-size: 108px 94px;
  top: -20px;
  left: -54px;
  z-index: 1
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__more__figure--img02 {
    width: 72px;
    height: 62px;
    background-size: 72px 62px;
    top: -13px;
    left: -36px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__more__figure--img02 {
    width: 14.4vw;
    height: 12.53vw;
    background-size: 14.4vw 12.53vw;
    top: -2.66vw;
    left: -7.2vw
  }
}
.topPage__more__figure--img03 {
  position: absolute;
  background: url(../img/top/icon03.png) no-repeat;
  width: 202px;
  height: 175px;
  background-size: 202px 175px;
  top: -60px;
  left: -101px;
  z-index: 1
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__more__figure--img03 {
    width: 134px;
    height: 116px;
    background-size: 134px 116px;
    top: -40px;
    left: -67px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__more__figure--img03 {
    width: 26.93vw;
    height: 23.33vw;
    background-size: 26.93vw 23.33vw;
    top: -8vw;
    left: -14vw
  }
}
.topPage__more__content {
  display: none
}
.topPage__more__content.active {
  height: 100%
}
.topPage__main {
  width: 100vw;
  height: 100vh
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__main {
    height: 100svh
  }
}
.topPage__main__movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%
}
@media (min-width:769px) and (max-width:1300px) {
  .topPage__main__movie {
    height: 100svh;
    padding-bottom: 0
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__main__movie {
    height: 100svh;
    padding-bottom: 0
  }
}
.topPage__main__movie img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover
}
@media (min-width:769px) and (max-width:1300px) {
  .topPage__main__movie img {
    height: 100svh
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__main__movie img {
    height: 100svh
  }
}
.topPage__main__movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: 0;
  filter: 0;
  background: #fff
}
@media (min-width:769px) and (max-width:1300px) {
  .topPage__main__movie video {
    height: 100svh
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__main__movie video {
    height: 100svh
  }
}
.topPage__philo {
  position: relative;
  background: url(../img/top/philo_bg_pc.webp) no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1
}
.topPage__philo__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.topPage__philo__image--item {
  width: 50%
}
.topPage__philo__image--item img.left {
  position: absolute;
  max-width: 1652px;
  top: -255px;
  right: -835px
}
@media (min-width:1301px) and (max-width:1500px) {
  .topPage__philo__image--item img.left {
    max-width: 110.1vw;
    top: -17vw;
    right: -55.5vw
  }
}
@media (min-width:769px) and (max-width:1300px) {
  .topPage__philo__image--item img.left {
    max-width: 84.69vw;
    top: -10.5vw;
    right: -42.5vw
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__philo__image--item img.left {
    max-width: 101vw;
    margin: -15.33vw 0 0 -50vw;
    top: -.66vw;
    right: -50.66vw
  }
}
.topPage__philo__image--item img.right {
  position: absolute;
  max-width: 1652px;
  top: -255px;
  left: -820px
}
@media (min-width:1301px) and (max-width:1500px) {
  .topPage__philo__image--item img.right {
    max-width: 110.1vw;
    top: -17vw;
    left: -54.66vw
  }
}
@media (min-width:769px) and (max-width:1300px) {
  .topPage__philo__image--item img.right {
    max-width: 84.69vw;
    top: -10.5vw;
    left: -42vw
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__philo__image--item img.right {
    max-width: 101vw;
    margin: -15.33vw 0 0 .53vw;
    top: -.66vw;
    left: -50.66vw
  }
}
.topPage__philo__inner {
  padding: 515px 100px 160px
}
@media (min-width:1301px) and (max-width:1500px) {
  .topPage__philo__inner {
    padding: 34.33vw 100px 10.66vw
  }
}
@media (min-width:769px) and (max-width:1300px) {
  .topPage__philo__inner {
    padding: 26.38vw 66px 8.15vw
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__philo__inner {
    padding: 83.3vw 6.66vw 18vw
  }
}
.topPage__philo__content {
  position: relative;
  max-width: 1200px;
  margin: auto
}
.topPage__philo__heading {
  text-align: center;
  opacity: .01;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.topPage__philo__heading.is-active {
  opacity: 1;
  -webkit-animation-name: textBlur;
  animation-name: textBlur;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s
}
@-webkit-keyframes textBlur {
  from {
    opacity: .01;
    -webkit-filter: blur(15px);
    filter: blur(15px)
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes textBlur {
  from {
    opacity: .01;
    -webkit-filter: blur(15px);
    filter: blur(15px)
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
.topPage__philo__heading--title {
  max-width: 100%
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__philo__heading--title {
    max-width: 796px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__philo__heading--title {
    max-width: 86.66vw
  }
}
.topPage__philo__science {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
  transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px)
}
.topPage__philo__science.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.topPage__philo__science__heading--title {
  margin: 800px auto 90px;
  max-width: 565px
}
@media (min-width:1301px) and (max-width:1500px) {
  .topPage__philo__science__heading--title {
    margin: 53.33vw auto 6vw;
    max-width: 565px
  }
}
@media (min-width:769px) and (max-width:1300px) {
  .topPage__philo__science__heading--title {
    margin: 41vw auto 4.61vw;
    max-width: 565px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__philo__science__heading--title {
    margin: 17.33vw auto 12.66vw;
    max-width: 65.06vw
  }
}
.topPage__philo__science__read {
  text-align: center
}
.topPage__philo__science__read--title {
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1.8620689655;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__philo__science__read--title {
    font-size: 1.9rem;
    line-height: 2.8421052632
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__philo__science__read--title {
    font-size: 4.26vw;
    line-height: 1.875
  }
}
.topPage__philo__science__read--text {
  margin-top: 35px;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.5454545455;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__philo__science__read--text {
    margin-top: 28px;
    font-size: 1.4rem;
    line-height: 3.4285714286
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__philo__science__read--text {
    margin-top: 9.33vw;
    font-size: 3.46vw;
    line-height: 2.0769230769
  }
}
.topPage__service__movie {
  width: 100%
}
.topPage__service__movie__read {
  max-width: 1200px;
  margin: auto
}
.topPage__service__movie__read__item {
  display: block
}
.topPage__service__movie__read__item:nth-child(2) {
  margin: 200px auto 290px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__read__item:nth-child(2) {
    margin: 133px auto 193px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__read__item:nth-child(2) {
    margin: 15.33vw auto 26vw
  }
}
.topPage__service__movie__read--service {
  position: relative;
  display: block;
  max-width: 1191px;
  margin: auto;
  z-index: 1
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__read--service {
    max-width: 794px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__read--service {
    max-width: 86.66vw
  }
}
.topPage__service__movie__read--service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  background: url(../img/top/service_top.webp) no-repeat;
  background-size: 1175px;
  width: 100%;
  height: 31px;
  z-index: -2
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__read--service::before {
    left: 8px;
    background-size: 783px;
    height: 20px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__read--service::before {
    left: .6vw;
    background-size: 85.5vw;
    height: 4.13vw
  }
}
.topPage__service__movie__read--service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  background: url(../img/top/service_center.webp) no-repeat;
  background-size: 1182px;
  width: 100%;
  height: 31px;
  z-index: -1
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__read--service::after {
    left: 3px;
    background-size: 788px;
    height: 20px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__read--service::after {
    left: .4vw;
    background-size: 86vw;
    height: 4.13vw
  }
}
.topPage__service__movie__read--service.is-active::before {
  content: "";
  top: -170px;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__read--service.is-active::before {
    top: -113px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__read--service.is-active::before {
    top: -12.66vw
  }
}
.topPage__service__movie__read--service.is-active::after {
  content: "";
  top: -95px;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__read--service.is-active::after {
    top: -63px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__read--service.is-active::after {
    top: -7.6vw
  }
}
.topPage__service__movie__read--icon {
  display: block;
  max-width: 121px;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__read--icon {
    max-width: 80px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__read--icon {
    max-width: 16.13vw
  }
}
.topPage__service__movie__read--icon.is-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease
}
.topPage__service__movie__read--works {
  display: block;
  position: relative;
  max-width: 956px;
  margin: auto;
  z-index: 1
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__read--works {
    max-width: 637px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__read--works {
    max-width: 71.46vw
  }
}
.topPage__service__movie__read--works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/work_top.webp) no-repeat;
  background-size: 952px;
  width: 100%;
  height: 69px;
  z-index: -1
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__read--works::before {
    background-size: 634px;
    height: 46px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__read--works::before {
    background-size: 71.2vw;
    height: 9.2vw
  }
}
.topPage__service__movie__read--works::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35px;
  background: url(../img/top/work_bottom.webp) no-repeat;
  background-size: 922px;
  width: 100%;
  height: 50px;
  z-index: -1
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__read--works::after {
    left: 23px;
    background-size: 614px;
    height: 33px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__read--works::after {
    left: 2.66vw;
    bottom: -2.93vw;
    background-size: 68.8vw;
    height: 6.66vw
  }
}
.topPage__service__movie__read--works.is-active::before {
  content: "";
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  top: -110px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__read--works.is-active::before {
    top: -73px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__read--works.is-active::before {
    top: -8.4vw
  }
}
.topPage__service__movie__read--works.is-active::after {
  content: "";
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  bottom: -95px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__read--works.is-active::after {
    bottom: -63px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__read--works.is-active::after {
    bottom: -10vw
  }
}
.topPage__service__movie {
  position: relative;
  width: 100%;
  height: 1700px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie {
    height: 1133px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie {
    height: 154.66vw
  }
}
.topPage__service__movie__frame video {
  position: relative;
  top: 250px;
  left: 0;
  width: 100%;
  -webkit-transform: scale(2.3);
  transform: scale(2.3);
  z-index: -1;
  -webkit-filter: 0;
  filter: 0;
  background: #fff
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__frame video {
    top: 166px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__frame video {
    top: 30vw;
    -webkit-transform: rotate(-5deg) scale(5);
    transform: rotate(-5deg) scale(5)
  }
}
.topPage__service__movie__content {
  position: absolute;
  top: 390px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  z-index: 1
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__content {
    top: 273px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__content {
    top: 30.93vw
  }
}
.topPage__service__movie__note {
  text-align: center;
  margin-top: 180px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__note {
    margin-top: 120px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__note {
    margin-top: 13.33vw;
    padding: 0 5.33vw 0
  }
}
.topPage__service__movie__note--text {
  color: #010101;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: .05em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__movie__note--text {
    font-size: 1.6rem;
    line-height: 1.3125
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__movie__note--text {
    font-size: 3.06vw;
    line-height: 1.6666666667
  }
}
.topPage__service .TextTyping span {
  display: none
}
.topPage__service .TextTyping::after {
  content: "";
  -webkit-animation: typinganime .2s ease-in;
  animation: typinganime .2s ease-in
}
@-webkit-keyframes typinganime {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes typinganime {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.topPage__service__reno {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
  transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  z-index: 1
}
.topPage__service__reno.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.topPage__service__reno__heading {
  text-align: center
}
.topPage__service__reno__heading--title {
  color: #000;
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 2.0689655172;
  letter-spacing: .09em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__reno__heading--title {
    font-size: 1.9rem;
    line-height: 2.1052631579
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__reno__heading--title {
    font-size: 4.26vw;
    line-height: 1.8125
  }
}
.topPage__service__reno__heading--title span.color {
  color: #009ade;
  font-weight: 500
}
.topPage__service__reno__read {
  margin-top: 45px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__reno__read {
    margin-top: 30px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__reno__read {
    margin-top: 7.33vw
  }
}
.topPage__service__reno__read__item {
  text-align: center;
  margin-bottom: 56px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__reno__read__item {
    margin-bottom: 37px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__reno__read__item {
    margin-bottom: 8vw
  }
}
.topPage__service__reno__read__item:last-child {
  margin: 0
}
.topPage__service__reno__read--text {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.2727272727;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__reno__read--text {
    font-size: 1.4rem;
    line-height: 3
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__reno__read--text {
    font-size: 3.46vw;
    line-height: 2.0769230769
  }
}
.topPage__service__reno__read--text span.color {
  color: #009ade
}
.topPage__service__strategy__content {
  max-width: 950px;
  margin: 430px auto 0
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__strategy__content {
    margin: 286px auto 0
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__strategy__content {
    margin: 54.66vw auto 0
  }
}
.topPage__service__strategy__heading {
  text-align: left;
  padding-bottom: 25px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__strategy__heading {
    padding-bottom: 16px
  }
}
.topPage__service__strategy__heading--title {
  font-family: "Scheherazade New", serif;
  color: #009ade;
  font-weight: 400;
  font-size: 4.6rem;
  line-height: 1.0869565217;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__strategy__heading--title {
    font-size: 3rem;
    line-height: 1.1333333333
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__strategy__heading--title {
    font-size: 5.33vw;
    line-height: 1.3
  }
}
.topPage__service__strategy__heading--text {
  padding-top: 31px;
  color: #010101;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.2727272727;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__strategy__heading--text {
    padding-top: 20px;
    font-size: 1.4rem;
    line-height: 3
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__strategy__heading--text {
    padding-top: 5.33vw;
    font-size: 3.46vw;
    line-height: 2.0769230769
  }
}
.topPage__service__strategy__list {
  text-align: left
}
.topPage__service__strategy__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3px
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__strategy__list__item {
    display: block;
    padding-bottom: 4.66vw
  }
}
.topPage__service__strategy__list__item:last-child {
  padding-bottom: 0
}
.topPage__service__strategy__list__item--draft {
  padding-left: 50px;
  position: relative;
  color: #010101;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 2.1538461538;
  letter-spacing: 0
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__strategy__list__item--draft {
    padding-left: 33px;
    font-size: 1.7rem;
    line-height: 2.7647058824
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__strategy__list__item--draft {
    max-width: 100%;
    padding-left: 7.33vw;
    font-size: 3.46vw;
    line-height: 1
  }
}
.topPage__service__strategy__list__item--draft::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 18px;
  height: 2px;
  background: #010101
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__strategy__list__item--draft::before {
    top: 26px;
    width: 12px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__strategy__list__item--draft::before {
    top: 2vw;
    width: 2.8vw
  }
}
.topPage__service__strategy__list__item--execute {
  padding-left: 15px;
  color: #010101;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6666666667;
  letter-spacing: 0
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__strategy__list__item--execute {
    padding-left: 10px;
    font-size: 1.2rem;
    line-height: 3.5
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__strategy__list__item--execute {
    padding-top: 2vw;
    padding-left: 7.33vw;
    font-size: 3.46vw;
    line-height: 1
  }
}
.topPage__service__client {
  margin-top: 100px
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__client {
    margin-top: 13.33vw
  }
}
.topPage__service__client__content {
  max-width: 950px;
  margin: auto
}
.topPage__service__client__heading {
  text-align: left
}
.topPage__service__client__heading--title {
  font-family: "Scheherazade New", serif;
  color: #009ade;
  font-weight: 400;
  font-size: 4.6rem;
  line-height: 1.0869565217;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__client__heading--title {
    font-size: 3rem;
    line-height: 1.1333333333
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__client__heading--title {
    font-size: 6.66vw;
    line-height: 1.04
  }
}
.topPage__service__client__list {
  margin-top: 22px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__service__client__list {
    margin-top: 14px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__service__client__list {
    margin-top: 7.33vw
  }
}
.topPage__service__client__list--table {
  max-width: 950px;
  margin: auto
}
.topPage__company {
  background: #000
}
.topPage__company__inner {
  padding: 150px 32px 122px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__company__inner {
    padding: 100px 32px 81px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__company__inner {
    padding: 18.66vw 32px 18.4vw
  }
}
.topPage__company__content {
  max-width: 1280px;
  margin: auto
}
@media (max-width:1535px) {
  .topPage__company__content {
    max-width: 895px
  }
}
.topPage__company__heading {
  width: 100%
}
.topPage__company__heading--title {
  color: #fff;
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__company__heading--title {
    font-size: 1.9rem;
    line-height: 1
  }
}
.topPage__company__heading--title span.color {
  color: #009ade
}
.topPage__company__heading--image {
  max-width: 1280px;
  margin: auto
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__company__heading--image {
    max-width: 853px
  }
}
@media (max-width:1024px) {
  .topPage__company__heading--image {
    max-width: 896px
  }
}
@media (max-width:1023px) {
  .topPage__company__heading--image {
    max-width: 576px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__company__heading--image {
    max-width: 100%;
    margin: auto
  }
}
.topPage__company__curtain {
  position: relative;
  overflow: hidden
}
.topPage__company__curtain--image {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}
.topPage__company__curtain--image img {
  display: block;
  width: 100%;
  height: auto
}
.topPage__company__curtain--image.is-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.topPage__company__curtain--cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
  -webkit-transition: width 1.5s ease;
  transition: width 1.5s ease
}
.topPage__company__curtain--cover.is-active {
  width: 0
}
.topPage__company__about {
  max-width: 1024px;
  margin: 85px auto 0
}
@media (max-width:1400px) {
  .topPage__company__about {
    max-width: 768px
  }
}
@media (min-width:769px) and (max-width:1120px) {
  .topPage__company__about {
    margin: 56px auto 0
  }
}
@media (max-width:1024px) {
  .topPage__company__about {
    max-width: 768px
  }
}
@media (max-width:1023px) {
  .topPage__company__about {
    max-width: 512px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__company__about {
    max-width: 100%;
    margin: 12.26vw auto 0
  }
}
.topPage__company__about__read {
  text-align: left;
  padding: 0 20px
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__company__about__read {
    padding: 0 4.5vw 0
  }
}
.topPage__company__about__read--title {
  color: #fff;
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__company__about__read--title {
    font-size: 1.9rem;
    line-height: 1
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__company__about__read--title {
    font-size: 4.26vw
  }
}
.topPage__company__about__list {
  margin-top: 98px;
  padding: 0 20px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__company__about__list {
    margin-top: 65px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__company__about__list {
    margin-top: 12.66vw;
    padding: 0 4.5vw 0
  }
}
.topPage__company__about__list__item {
  padding: 18px 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #999
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__company__about__list__item {
    padding: 12px 0 16px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__company__about__list__item {
    padding: 4.26vw 0 4.8vw
  }
}
.topPage__company__about__list__item:first-child {
  padding: 0 0 24px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__company__about__list__item:first-child {
    padding: 0 0 16px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__company__about__list__item:first-child {
    padding: 0 0 5.6vw
  }
}
.topPage__company__about__list__item--title {
  width: 30%;
  color: #009ade;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: .07em
}
@media (min-width:640px) and (max-width:1024px) {
  .topPage__company__about__list__item--title {
    font-size: 1.44rem;
    line-height: 2.5714285714
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__company__about__list__item--title {
    font-size: 3.46vw;
    line-height: 1.4615384615
  }
}
@media (max-width:450px) {
  .topPage__company__about__list__item--title {
    width: 27%
  }
}
@media (max-width:360px) {
  .topPage__company__about__list__item--title {
    width: 25%
  }
}
.topPage__company__about__list__item--text {
  width: 70%;
  color: #fff;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: .1em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__company__about__list__item--text {
    font-size: 1.44rem;
    line-height: 2.5714285714
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__company__about__list__item--text {
    font-size: 3.46vw;
    line-height: 1.4615384615
  }
}
@media (max-width:450px) {
  .topPage__company__about__list__item--text {
    width: 73%
  }
}
@media (max-width:360px) {
  .topPage__company__about__list__item--text {
    width: 75%
  }
}
.topPage__company__about__list a {
  display: inline-block;
  cursor: pointer;
  color: #009ade;
  border-bottom: 2px solid #009ade
}
.topPage__company__about__list a:hover {
  -webkit-transform: scale(1.025) translateZ(0);
  transform: scale(1.025) translateZ(0)
}
.topPage__company__about__list span.icon {
  position: relative
}
.topPage__company__about__list span.icon::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -30px;
  background: url(../img/top/icon_link.png) no-repeat;
  background-size: cover;
  width: 27px;
  height: 27px
}
@media (min-width:640px) and (max-width:1024px) {
  .topPage__company__about__list span.icon::after {
    top: 2px;
    right: -20px;
    width: 18px;
    height: 18px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__company__about__list span.icon::after {
    top: 1.5vw;
    right: -5.33vw;
    background-size: cover;
    width: 3.2vw;
    height: 3.2vw
  }
}
.topPage__recruit {
  background: url(../img/top/recruit_bg_pc.webp) no-repeat;
  background-size: cover;
  background-position: top center
}
.topPage__recruit #recruit-tree {
  font-family: ITCAdvantMedium;
  height: 75vh;
  cursor: none
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit #recruit-tree {
    height: 350px
  }
}
.topPage__recruit__fadeIn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
  transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px)
}
.topPage__recruit__fadeIn.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.topPage__recruit__focus__heading {
  text-align: center
}
.topPage__recruit__focus__heading--title {
  color: #009ade;
  font-weight: 500;
  font-size: 2.9rem;
  line-height: 1.724137931;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__focus__heading--title {
    font-size: 1.9rem;
    line-height: 2.1052631579
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__focus__heading--title {
    font-size: 4.26vw;
    line-height: 1.5517241379
  }
}
.topPage__recruit__focus__read {
  text-align: center;
  margin-top: 50px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__focus__read {
    margin-top: 33px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__focus__read {
    margin-top: 7.33vw
  }
}
.topPage__recruit__focus__read--text {
  color: #000;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.2727272727;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__focus__read--text {
    font-size: 1.4rem
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__focus__read--text {
    font-size: 3.46vw;
    line-height: 2.0769230769
  }
}
.topPage__recruit__focus__read--text:first-child {
  margin-bottom: 53px
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__focus__read--text:first-child {
    margin-bottom: 7.06vw
  }
}
.topPage__recruit__create {
  padding-top: 50px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__create {
    padding-top: 33px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__create {
    padding-top: 8vw
  }
}
.topPage__recruit__create__heading {
  text-align: center
}
.topPage__recruit__create__heading--title {
  color: #000;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__create__heading--title {
    font-size: 1.6rem;
    line-height: 2.5625
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__create__heading--title {
    font-size: 3.6vw;
    line-height: 2;
    letter-spacing: .03em
  }
}
.topPage__recruit__create__read {
  text-align: center
}
.topPage__recruit__create__read--text {
  margin-top: 52px;
  color: #000;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.2727272727;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__create__read--text {
    margin-top: 34px;
    font-size: 1.4rem;
    line-height: 3
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__create__read--text {
    margin-top: 6.66vw;
    font-size: 3.46vw;
    line-height: 2.0769230769;
    letter-spacing: .03em
  }
}
.topPage__recruit__business {
  margin-top: 100px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__business {
    margin-top: 66px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__business {
    margin-top: 14vw
  }
}
.topPage__recruit__business__item {
  width: 100%
}
.topPage__recruit__business__item:last-child {
  margin-top: 90px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__business__item:last-child {
    margin-top: 60px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__business__item:last-child {
    margin-top: 13.86vw
  }
}
.topPage__recruit__business__heading {
  text-align: center
}
.topPage__recruit__business__heading--title {
  padding-bottom: 27px;
  margin-bottom: 42px;
  position: relative;
  color: #009ade;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__business__heading--title {
    padding-bottom: 18px;
    margin-bottom: 28px;
    font-size: 1.7rem;
    line-height: 1
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__business__heading--title {
    padding-bottom: 3.86vw;
    margin-bottom: 6.8vw;
    font-size: 4vw
  }
}
.topPage__recruit__business__heading--title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 525px;
  height: 1px;
  background: #a8a8a8
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__business__heading--title::after {
    width: 350px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__business__heading--title::after {
    width: 86.66vw
  }
}
.topPage__recruit__business__heading--text {
  color: #000;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.5789473684;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__business__heading--text {
    font-size: 1.2rem;
    line-height: 1.9166666667
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__business__heading--text {
    font-size: 3.2vw;
    line-height: 1.4583333333
  }
}
.topPage__recruit__business__group {
  text-align: center
}
.topPage__recruit__business__group__list:last-child {
  margin-top: 45px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__business__group__list:last-child {
    margin-top: 30px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__business__group__list:last-child {
    margin-top: 6.66vw
  }
}
.topPage__recruit__business__group--title {
  color: #009ade;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__business__group--title {
    font-size: 1.7rem;
    line-height: 1
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__business__group--title {
    font-size: 3.46vw
  }
}
.topPage__recruit__business__group--text {
  margin-top: 35px;
  color: #000;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.5789473684;
  letter-spacing: .07em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__business__group--text {
    margin-top: 23px;
    font-size: 1.2rem;
    line-height: 1.9166666667
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__business__group--text {
    margin-top: 5.33vw;
    font-size: 3.2vw;
    line-height: 1.4583333333
  }
}
.topPage__recruit__detail {
  margin-top: 395px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__detail {
    margin-top: 263px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail {
    margin-top: 57.33vw
  }
}
.topPage__recruit__detail__inner {
  padding: 0 12px
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__inner {
    padding: 0 12px
  }
}
.topPage__recruit__detail__content {
  max-width: 1152px;
  margin: auto
}
.topPage__recruit__detail__list__jobItem {
  background: rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  margin: 0 16px 40px;
  padding: 48px 10px 48px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__detail__list__jobItem {
    margin-bottom: 26px;
    padding: 32px 80px 32px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__list__jobItem {
    margin-bottom: 8vw;
    padding: 8vw 4.26vw 8vw
  }
}
.topPage__recruit__detail__list__item {
  background: rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  margin: 0 16px 40px;
  padding: 48px 10px 48px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__detail__list__item {
    margin-bottom: 26px;
    padding: 32px 10px 32px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__list__item {
    margin-bottom: 8vw;
    padding: 8vw 4.26vw 8vw
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__list__item:first-child {
    padding: 8vw 4.26vw 8vw
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__list__item:nth-child(2) {
    padding: 8vw 4.26vw 8vw
  }
}
.topPage__recruit__detail__list__item:last-child {
  margin-bottom: 0
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__list__item:last-child {
    padding: 8vw 4.26vw 8vw
  }
}
.topPage__recruit__detail__list__item a {
  letter-spacing: .085em
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__list__item a {
    letter-spacing: .08em
  }
}
.topPage__recruit__detail__terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  text-align: left
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__terms {
    margin-top: 5.33vw
  }
}
.topPage__recruit__detail__terms__list {
  position: relative;
  width: 100%;
  max-width: 925px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__detail__terms__list {
    width: 100%
  }
}
.topPage__recruit__detail__terms__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  width: auto;
  height: 100%;
  border-left: 2px dotted #009ade
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__detail__terms__list::after {
    left: 88px;
    border-left: 4px dotted #009ade
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__terms__list::after {
    top: 0;
    left: 22vw;
    height: 100%
  }
}
.topPage__recruit__detail__terms__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__terms__list__item {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left
  }
}
.topPage__recruit__detail__terms--title {
  width: 125px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.3529411765;
  letter-spacing: .31em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__detail__terms--title {
    width: 123px;
    font-size: 1.4rem;
    line-height: 2.6428571429;
    letter-spacing: .25rem
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__terms--title {
    width: 100%;
    max-width: 27.2vw;
    font-size: 3.46vw;
    line-height: 3.0769230769
  }
}
.topPage__recruit__detail__terms--text {
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2.3529411765;
  letter-spacing: .25em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__detail__terms--text {
    width: 600px;
    font-size: 1.4rem;
    line-height: 2.6428571429
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__terms--text {
    font-size: 3.46vw;
    line-height: 1.7307692308;
    letter-spacing: .1em
  }
}
.topPage__recruit__detail__heading {
  text-align: center
}
.topPage__recruit__detail__heading--title {
  color: #000;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.0909090909;
  letter-spacing: .33em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__detail__heading--title {
    font-size: 1.8rem;
    line-height: 1.1111111111
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__heading--title {
    font-size: 4vw;
    line-height: 1.0666666667
  }
}
.topPage__recruit__detail__read {
  text-align: center;
  margin-top: 20px
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__detail__read {
    margin-top: 13px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__read {
    margin-top: 6.66vw
  }
}
.topPage__recruit__detail__read--text {
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.3529411765;
  letter-spacing: .25em
}
@media (min-width:769px) and (max-width:1024px) {
  .topPage__recruit__detail__read--text {
    font-size: 1.4rem;
    line-height: 3.0909090909
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__read--text {
    font-size: 3.46vw;
    line-height: 1.7307692308;
    letter-spacing: .1em
  }
}
@media (min-width:0px) and (max-width:768px) {
  .topPage__recruit__detail__read--text span.mail {
    display: block;
    margin-top: 4.66vw
  }
}
.topPage__recruit__detail__read--text a {
  cursor: pointer;
  color: #009ade;
  border-bottom: 1px solid #009ade
}
.privacyPage {
  font-family: "Noto Sans JP", sans-serif
}
.privacyPage__inner {
  padding: 206px 102px 213px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__inner {
    padding: 137px 68px 142px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__inner {
    padding: 27.46vw 6.66vw 31.33vw
  }
}
.privacyPage__content {
  max-width: 953px;
  margin: auto
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__content {
    max-width: 100%
  }
}
.privacyPage__heading--title {
  max-width: 656px;
  margin: 0 auto 142px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__heading--title {
    max-width: 437px;
    margin: 0 auto 94px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__heading--title {
    max-width: 52.4vw;
    margin: 0 auto 17.33vw
  }
}
.privacyPage__heading--title.--information-security-policy {
  max-width: 720x;
  margin: 0 auto 142px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__heading--title.--information-security-policy {
    max-width: 550px;
    margin: 0 auto 94px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__heading--title.--information-security-policy {
    max-width: 80vw;
    margin: 0 auto 17.33vw
  }
}
.privacyPage__read__list--item:first-child {
  margin-bottom: 68px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__read__list--item:first-child {
    margin-bottom: 45px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__read__list--item:first-child {
    margin-bottom: 13.86vw
  }
}
.privacyPage__read__list--item:nth-child(2) {
  margin-bottom: 90px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__read__list--item:nth-child(2) {
    margin-bottom: 60px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__read__list--item:nth-child(2) {
    margin-bottom: 14vw
  }
}
.privacyPage__read__list--item:last-child {
  margin-bottom: 0
}
.privacyPage__protect__heading--title {
  position: relative;
  padding-left: 14px;
  color: #009ade;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.16;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__protect__heading--title {
    padding-left: 9px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__protect__heading--title {
    padding-left: 2.93vw;
    font-size: 4.26vw;
    line-height: 1;
    letter-spacing: .01em
  }
}
.privacyPage__protect__heading--title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #009ade
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__protect__heading--title::before {
    width: .93vw
  }
}
.privacyPage__protect__heading--text {
  border-top: 1px solid #ababab;
  padding-top: 23px;
  margin-top: 14px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__protect__heading--text {
    padding-top: 15px;
    margin-top: 9px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__protect__heading--text {
    padding-top: 6vw;
    margin-top: 2.66vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__protect__read {
  margin-top: 47px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__protect__read {
    margin-top: 31px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__protect__read {
    margin-top: 6vw
  }
}
.privacyPage__protect__read__list--item {
  margin-bottom: 5px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__protect__read__list--item {
    margin-bottom: 3px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__protect__read__list--item {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__protect__read__list--item:last-child {
  margin: 28px 0 0
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__protect__read__list--item:last-child {
    margin: 18px 0 0
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__protect__read__list--item:last-child {
    margin: 6.13vw 0 0
  }
}
.privacyPage__protect__date {
  text-align: right;
  margin-top: 32px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__protect__date {
    margin-top: 21px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__protect__date {
    margin-top: 8.53vw
  }
}
.privacyPage__protect__date--text {
  margin-bottom: 2px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__protect__date--text {
    margin-bottom: .26vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .01em
  }
}
.privacyPage__protect__date--text:last-child {
  margin-bottom: 0
}
.privacyPage__protect__info {
  margin-top: 40px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__protect__info {
    margin-top: 26px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__protect__info {
    margin-top: 8.8vw
  }
}
.privacyPage__protect__info--text {
  text-align: right;
  padding-right: 165px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__protect__info--text {
    text-indent: -1.33vw;
    padding: 0 32.5vw 1.33vw 0;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .01em
  }
}
.privacyPage__protect__info--link {
  text-align: right
}
.privacyPage__protect__info--link a {
  border-bottom: 1px solid #009ade;
  color: #009ade;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__protect__info--link a {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .01em
  }
}
.privacyPage__handling__heading--title {
  position: relative;
  padding-left: 14px;
  color: #009ade;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.16;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__heading--title {
    padding-left: 9px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__heading--title {
    padding-left: 2.93vw;
    font-size: 4.26vw;
    line-height: 1;
    letter-spacing: .01em
  }
}
.privacyPage__handling__heading--title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #009ade
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__heading--title::before {
    width: .93vw
  }
}
.privacyPage__handling__list {
  border-top: 1px solid #ababab;
  margin-top: 14px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__list {
    margin-top: 9px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__list {
    margin-top: 3.33vw
  }
}
.privacyPage__handling__merit {
  margin-top: 18px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__merit {
    margin-top: 12px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__merit {
    margin-top: 5.6vw
  }
}
.privacyPage__handling__merit--title {
  color: #009ade;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__merit--title {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__merit--text {
  margin-top: 6px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__merit--text {
    margin-top: 4px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__merit--text {
    margin-top: 1.73vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__merit__list {
  margin-top: 25px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__merit__list {
    margin-top: 16px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__merit__list {
    margin-top: .5vw
  }
}
.privacyPage__handling__merit__list--title {
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__merit__list--title {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__merit__list__read {
  color: #000;
  padding-left: 16px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__merit__list__read {
    padding-left: 10px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__merit__list__read {
    padding-left: 0
  }
}
.privacyPage__handling__merit__list__read--text {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__merit__list__read--text {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__merit__list__read--text span.icon {
  vertical-align: bottom;
  padding-right: 3px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.4;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__merit__list__read--text span.icon {
    font-size: 2.66vw;
    line-height: 2;
    letter-spacing: .005em
  }
}
.privacyPage__handling__security {
  margin-top: 17px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__security {
    margin-top: 11px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__security {
    margin-top: 6vw
  }
}
.privacyPage__handling__security--title {
  color: #009ade;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__security--title {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__security--text {
  margin-top: 5px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__security--text {
    margin-top: 3px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__security--text {
    margin-top: 1.33vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__security__list {
  margin-top: 28px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__security__list {
    margin-top: 18px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__security__list {
    margin-top: 5.6vw
  }
}
.privacyPage__handling__security__list--text {
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__security__list--text {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__offer {
  margin-top: 15px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__offer {
    margin-top: 10px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__offer {
    margin-top: 6.4vw
  }
}
.privacyPage__handling__offer--title {
  color: #009ade;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__offer--title {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__offer--text {
  margin-top: 5px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__offer--text {
    margin-top: 3px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__offer--text {
    margin-top: 1.5vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__offer__list {
  margin: 25px 0 0 17px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__offer__list {
    margin: 16px 0 0 10px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__offer__list {
    margin: 5.33vw 0 0
  }
}
.privacyPage__handling__offer__list__read {
  color: #000
}
.privacyPage__handling__offer__list__read--text {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__offer__list__read--text {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__offer__list__read--text span.icon {
  vertical-align: bottom;
  padding-right: 3px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.4;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__offer__list__read--text span.icon {
    font-size: 2.66vw;
    line-height: 2;
    letter-spacing: .005em
  }
}
.privacyPage__handling__commit {
  margin-top: 15px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__commit {
    margin-top: 10px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__commit {
    margin-top: 2vw
  }
}
.privacyPage__handling__commit--title {
  color: #009ade;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__commit--title {
    font-size: 3.33vw;
    line-height: 2;
    letter-spacing: .005em
  }
}
.privacyPage__handling__commit--text {
  margin-top: 5px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__commit--text {
    margin-top: 3px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__commit--text {
    margin-top: .66vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__subject {
  margin-top: 15px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__subject {
    margin-top: 10px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__subject {
    margin-top: 5.33vw
  }
}
.privacyPage__handling__subject--title {
  color: #009ade;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__subject--title {
    font-size: 3.33vw;
    line-height: 2;
    letter-spacing: .005em
  }
}
.privacyPage__handling__subject--text {
  margin-top: 5px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__subject--text {
    margin-top: 3px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__subject--text {
    margin-top: .66vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__subject--text a {
  color: #009ade;
  border-bottom: 1px solid #009ade
}
.privacyPage__handling__subject__list {
  margin: 25px 0 0 15px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__subject__list {
    margin: 16px 0 0 10px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__subject__list {
    margin: 6vw 0 0
  }
}
.privacyPage__handling__subject__list__read {
  color: #000
}
.privacyPage__handling__subject__list__read--icon {
  padding-left: 16px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.4;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__subject__list__read--icon {
    padding-left: 10px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__subject__list__read--icon {
    padding-left: 0;
    font-size: 2.66vw;
    line-height: 2;
    letter-spacing: .005em
  }
}
.privacyPage__handling__subject__list__read--text {
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__subject__list__read--text {
    padding-left: 3px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__subject__list__read--text {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__handling__subject__list__read--text span.icon {
  vertical-align: bottom;
  padding-right: 3px;
  font-size: 1rem;
  line-height: 2.4;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__handling__subject__list__read--text span.icon {
    padding-right: 2px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__handling__subject__list__read--text span.icon {
    padding-right: .4vw;
    font-size: 2.66vw;
    line-height: 2;
    letter-spacing: .005em
  }
}
.privacyPage__support__heading--title {
  position: relative;
  padding-left: 14px;
  color: #009ade;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.16;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__heading--title {
    padding-left: 9px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__heading--title {
    padding-left: 2.93vw;
    font-size: 4.26vw;
    line-height: 1;
    letter-spacing: .01em
  }
}
.privacyPage__support__heading--title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #009ade
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__heading--title::before {
    width: .93vw
  }
}
.privacyPage__support__heading--text {
  border-top: 1px solid #ababab;
  padding-top: 14px;
  margin-top: 14px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__heading--text {
    padding-top: 9px;
    margin-top: 9px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__heading--text {
    padding-top: 5.46vw;
    margin-top: 3.33vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__handling {
  margin-top: 25px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__handling {
    margin-top: 16px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__handling {
    margin-top: 6.26vw
  }
}
.privacyPage__support__handling--title {
  text-indent: -10px;
  color: #009ade;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__handling--title {
    text-indent: -1.33vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__handling__list {
  margin-top: 7px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__handling__list {
    margin-top: 4px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__handling__list {
    margin-top: 2vw
  }
}
.privacyPage__support__handling__list--title {
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__handling__list--title {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__handling__list--title span.icon {
  vertical-align: top;
  padding-right: 3px;
  font-size: 1rem;
  line-height: 2.4;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__handling__list--title span.icon {
    padding-right: 2px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__handling__list--title span.icon {
    padding-right: .4vw;
    font-size: 2.66vw;
    line-height: 2;
    letter-spacing: .005em
  }
}
.privacyPage__support__handling__list--text {
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__handling__list--text {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__request {
  margin-top: 29px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__request {
    margin-top: 19px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__request {
    margin-top: 6.53vw
  }
}
.privacyPage__support__request--title {
  text-indent: -10px;
  color: #009ade;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__request--title {
    text-indent: -1.33vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__request--text {
  margin-top: 7px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__request--text {
    margin-top: 4px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__request--text {
    margin-top: 1.6vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__request--text a {
  color: #009ade;
  border-bottom: 1px solid #009ade
}
.privacyPage__support__request__address {
  margin-top: 25px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__request__address {
    margin-top: 16px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__request__address {
    margin-top: 5.6vw
  }
}
.privacyPage__support__request__address--text {
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__request__address--text {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__document {
  margin-top: 28px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__document {
    margin-top: 18px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__document {
    margin-top: 6vw
  }
}
.privacyPage__support__document--title {
  text-indent: -10px;
  color: #009ade;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__document--title {
    text-indent: -1.33vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__document__read {
  margin-top: 10px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__document__read {
    margin-top: 6px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__document__read {
    margin-top: 1.6vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__document__read__item--title {
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__document__read__item--title {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__document__read__item--text {
  padding: 0 0 3px 16px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__document__read__item--text {
    padding: 0 0 .26vw 0;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__document__read__item--text:last-child {
  padding: 0 0 0 16px
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__document__read__item--text:last-child {
    padding: 0
  }
}
.privacyPage__support__document__read--note {
  padding: 0 0 3px 36px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__document__read--note {
    padding: 0 0 2px 24px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__document__read--note {
    padding: 0;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__document__list {
  margin-top: 25px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__document__list {
    margin-top: 16px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__document__list {
    margin-top: 5.33vw
  }
}
.privacyPage__support__document__list--title {
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__document__list--title {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__document__list--title span.icon {
  vertical-align: top;
  padding-right: 3px;
  font-size: 1rem;
  line-height: 2.4;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__document__list--title span.icon {
    padding-right: 2px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__document__list--title span.icon {
    padding-right: .4vw;
    font-size: 2.66vw;
    line-height: 2;
    letter-spacing: .005em
  }
}
.privacyPage__support__document__list--text {
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__document__list--text {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__reason {
  margin-top: 50px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__reason {
    margin-top: 33px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__reason {
    margin-top: 6vw
  }
}
.privacyPage__support__reason--title {
  text-indent: -10px;
  color: #009ade;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .01em
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__reason--title {
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__reason--text {
  margin-top: 7px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__reason--text {
    margin-top: 4px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__reason--text {
    margin-top: 2vw;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__reason__list {
  margin-top: 26px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__reason__list {
    margin-top: 17px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__reason__list {
    margin-top: 5.73vw
  }
}
.privacyPage__support__reason__list--item {
  padding: 0 0 3px 17px;
  color: #000;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: .01em
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__reason__list--item {
    padding: 0 0 2px 11px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__reason__list--item {
    padding: 0 0 .4vw 0;
    font-size: 3.33vw;
    line-height: 1.6;
    letter-spacing: .005em
  }
}
.privacyPage__support__reason__list--item:last-child {
  padding: 0 0 0 17px
}
@media (min-width:769px) and (max-width:1024px) {
  .privacyPage__support__reason__list--item:last-child {
    padding: 0 0 0 11px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .privacyPage__support__reason__list--item:last-child {
    padding: 0
  }
}
.contactPage__inner {
  padding: 206px 100px 258px
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage__inner {
    padding: 137px 66px 172px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__inner {
    padding: 34.5vw 6.66vw 36vw
  }
}
.contactPage__content {
  max-width: 953px;
  margin: auto
}
.contactPage__heading {
  border-bottom: 1px solid #ababab;
  padding-bottom: 105px
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage__heading {
    padding-bottom: 70px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__heading {
    padding-bottom: 15.6vw
  }
}
.contactPage__heading--title {
  text-align: center;
  max-width: 360px;
  margin: auto
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage__heading--title {
    max-width: 240px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__heading--title {
    max-width: 57.46vw
  }
}
.contactPage__form {
  max-width: 100%
}
.contactPage__form__read {
  text-align: left;
  margin-top: 65px
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage__form__read {
    margin-top: 43px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__form__read {
    margin-top: 5.33vw
  }
}
.contactPage__form__read--text {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: .075em
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__form__read--text {
    font-size: 3.2vw
  }
}
.contactPage__form__read--text:last-child {
  color: #009ade
}
.contactPage__form__read--send {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: .075em
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__form__read--send {
    font-size: 3.2vw
  }
}
.contactPage table {
  margin-top: 110px;
  width: 100%
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage table {
    margin-top: 73px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage table {
    margin-top: 11.46vw
  }
}
.contactPage tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 44px
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage tr {
    padding-bottom: 29px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage tr {
    display: block;
    padding-bottom: 8vw
  }
}
.contactPage tr:last-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0
}
.contactPage tr th {
  width: 18%;
  text-align: left;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: .025em
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage tr th {
    width: 30%
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage tr th {
    display: block;
    width: 100%;
    padding-bottom: 4.66vw;
    text-align: left;
    font-weight: 500;
    font-size: 3.6vw
  }
}
.contactPage tr th sup {
  font-size: 80%;
  vertical-align: top;
  color: #009ade
}
.contactPage tr td {
  width: 82%;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: .025em
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage tr td {
    width: 70%
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage tr td {
    display: block;
    width: 100%;
    font-size: 3.6vw
  }
}
.contactPage tr td input[type=text] {
  padding: 19px 15px 22px;
  width: 100%;
  background: #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: .025em
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage tr td input[type=text] {
    padding: 12px 10px 14px;
    font-size: 1.6rem
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage tr td input[type=text] {
    padding: 3.2vw 2vw 3.6vw;
    font-size: 3.6vw
  }
}
.contactPage tr td textarea {
  padding: 19px 15px 22px;
  width: 100%;
  height: 280px;
  background: #efefef;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: .025em;
  resize: none
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage tr td textarea {
    padding: 12px 10px 14px;
    font-size: 1.6rem
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage tr td textarea {
    font-family: inherit;
    padding: 3.2vw 2vw 3.6vw;
    height: 68vw;
    font-size: 3.6vw
  }
}
.contactPage__check {
  margin-top: 100px
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage__check {
    margin-top: 66px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__check {
    margin-top: 12vw
  }
}
.contactPage__check .bt_area__read {
  text-align: center;
  margin-bottom: 70px
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage__check .bt_area__read {
    margin-bottom: 46px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__check .bt_area__read {
    margin-bottom: 10.4vw
  }
}
.contactPage__check .bt_area__read--text {
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .025em
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage__check .bt_area__read--text {
    font-size: 1.6rem
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__check .bt_area__read--text {
    margin-bottom: 10.4vw;
    font-size: 3.6vw
  }
}
.contactPage__check .bt_area__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__check .bt_area__button {
    display: block
  }
}
.contactPage__check .bt_area input[type=submit] {
  display: block;
  width: 356px;
  text-align: center;
  color: #fff;
  padding: 21px 0 24px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  letter-spacing: .075em
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage__check .bt_area input[type=submit] {
    width: 237px;
    padding: 14px 0 16px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__check .bt_area input[type=submit] {
    padding: 5.46vw 0 5.86vw;
    width: 86.66vw;
    font-size: 3.6vw
  }
}
.contactPage__check .bt_area input[type=submit]:hover {
  opacity: .8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.contactPage__check .reset {
  background: #ababab;
  margin-right: 18px
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage__check .reset {
    margin-right: 12px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__check .reset {
    margin: 0 0 4vw
  }
}
.contactPage__check .send {
  background: #009ade;
  margin-left: 18px
}
@media (min-width:769px) and (max-width:1024px) {
  .contactPage__check .send {
    margin-left: 12px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .contactPage__check .send {
    margin-left: 0
  }
}
#formWrap a {
  display: none !important;
  color: #fff !important
}
.copyright {
  display: none !important
}
.confirmPage {
  width: 100%
}
.confirmPage table {
  margin-top: 125px;
  width: 100%
}
@media (min-width:769px) and (max-width:1024px) {
  .confirmPage table {
    margin-top: 83px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage table {
    margin-top: 11.46vw
  }
}
.confirmPage tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 81px
}
@media (min-width:769px) and (max-width:1024px) {
  .confirmPage tr {
    padding-bottom: 54px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage tr {
    display: block;
    padding-bottom: 13.86vw
  }
}
.confirmPage tr:last-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0
}
.confirmPage tr th {
  width: 18%;
  text-align: left;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: .025em
}
@media (min-width:769px) and (max-width:1024px) {
  .confirmPage tr th {
    width: 30%
  }
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage tr th {
    width: 100%;
    font-size: 2.4vw
  }
}
.confirmPage tr td {
  width: 82%;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: .025em
}
@media (min-width:769px) and (max-width:1024px) {
  .confirmPage tr td {
    width: 70%
  }
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage tr td {
    width: 100%;
    font-size: 2.4vw
  }
}
.confirmPage__inner {
  padding: 206px 100px 258px
}
@media (min-width:769px) and (max-width:1024px) {
  .confirmPage__inner {
    padding: 137px 66px 172px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage__inner {
    padding: 34.5vw 6.66vw 36vw
  }
}
.confirmPage__content {
  max-width: 953px;
  margin: auto
}
.confirmPage__heading {
  border-bottom: 1px solid #ababab;
  padding-bottom: 105px
}
@media (min-width:769px) and (max-width:1024px) {
  .confirmPage__heading {
    padding-bottom: 70px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage__heading {
    padding-bottom: 15.6vw
  }
}
.confirmPage__heading--title {
  font-family: "Scheherazade New", serif;
  text-align: center;
  max-width: 360px;
  margin: auto
}
@media (min-width:769px) and (max-width:1024px) {
  .confirmPage__heading--title {
    max-width: 240px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage__heading--title {
    max-width: 57.46vw
  }
}
.confirmPage__form {
  max-width: 100%
}
.confirmPage__form__read {
  text-align: left;
  margin-top: 65px
}
@media (min-width:769px) and (max-width:1024px) {
  .confirmPage__form__read {
    margin-top: 43px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage__form__read {
    margin-top: 5.6vw
  }
}
.confirmPage__form__read--text {
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .075em
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage__form__read--text {
    font-size: 3.2vw
  }
}
.confirmPage__check {
  margin-top: 88px
}
@media (min-width:769px) and (max-width:1024px) {
  .confirmPage__check {
    margin-top: 58px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage__check {
    margin-top: 8vw
  }
}
.confirmPage__check--text {
  text-align: center;
  margin-bottom: 70px;
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .025em
}
@media (min-width:769px) and (max-width:1024px) {
  .confirmPage__check--text {
    font-size: 1.6rem
  }
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage__check--text {
    margin-bottom: 10vw;
    font-size: 3.6vw
  }
}
.confirmPage__check__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage__check__list {
    display: block
  }
}
.confirmPage__check__list input[type=button] {
  font-family: inherit;
  width: 356px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: 0 0;
  cursor: pointer;
  background: #ababab;
  margin-right: 18px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 17px 0 20px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .075em
}
@media (min-width:769px) and (max-width:1024px) {
  .confirmPage__check__list input[type=button] {
    width: 237px;
    margin-right: 12px;
    padding: 11px 0 13px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage__check__list input[type=button] {
    width: 86.66vw;
    padding: 5.46vw 0 5.86vw;
    margin: 0 0 4vw;
    font-size: 3.6vw
  }
}
.confirmPage__check__list input[type=submit] {
  font-family: inherit;
  width: 356px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: 0 0;
  cursor: pointer;
  background: #009ade;
  margin-left: 18px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 17px 0 20px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  letter-spacing: .075em
}
@media (min-width:769px) and (max-width:1024px) {
  .confirmPage__check__list input[type=submit] {
    width: 237px;
    margin-left: 12px;
    padding: 11px 0 13px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .confirmPage__check__list input[type=submit] {
    width: 86.66vw;
    padding: 5.46vw 0 5.86vw;
    font-size: 3.6vw;
    margin: 0
  }
}
.confirmPage__check__list input[type=submit]:hover {
  opacity: .8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.thanksPage {
  max-width: 100%
}
.thanksPage__inner {
  padding: 206px 100px 258px
}
@media (min-width:769px) and (max-width:1024px) {
  .thanksPage__inner {
    padding: 137px 66px 172px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .thanksPage__inner {
    padding: 34.5vw 6.66vw 36vw
  }
}
.thanksPage__content {
  max-width: 953px;
  margin: auto
}
.thanksPage__heading {
  border-bottom: 1px solid #ababab;
  padding-bottom: 105px
}
@media (min-width:769px) and (max-width:1024px) {
  .thanksPage__heading {
    padding-bottom: 70px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .thanksPage__heading {
    padding-bottom: 15.6vw
  }
}
.thanksPage__heading--title {
  max-width: 360px;
  margin: auto
}
@media (min-width:769px) and (max-width:1024px) {
  .thanksPage__heading--title {
    max-width: 240px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .thanksPage__heading--title {
    max-width: 57.46vw
  }
}
.thanksPage__read {
  text-align: center;
  margin-top: 103px
}
@media (min-width:769px) and (max-width:1024px) {
  .thanksPage__read {
    margin-top: 68px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .thanksPage__read {
    margin-top: 12.93vw
  }
}
.thanksPage__read--text {
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: .025em
}
@media (min-width:769px) and (max-width:1024px) {
  .thanksPage__read--text {
    font-size: 1.6rem
  }
}
@media (min-width:0px) and (max-width:768px) {
  .thanksPage__read--text {
    font-size: 3.46vw;
    line-height: 1.8
  }
}
.thanksPage__read--text:last-child {
  margin-top: 49px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.2;
  letter-spacing: .025em
}
@media (min-width:769px) and (max-width:1024px) {
  .thanksPage__read--text:last-child {
    margin-top: 32px;
    font-size: 1.8rem
  }
}
@media (min-width:0px) and (max-width:768px) {
  .thanksPage__read--text:last-child {
    margin-top: 12vw;
    color: #000;
    font-size: 4vw;
    line-height: 1.8
  }
}
.thanksPage__link {
  text-align: center;
  margin-top: 84px
}
@media (min-width:769px) and (max-width:1024px) {
  .thanksPage__link {
    margin-top: 56px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .thanksPage__link {
    margin-top: 14.66vw
  }
}
.thanksPage__link a {
  color: #fff;
  background: #009ade;
  display: block;
  max-width: 358px;
  padding: 19px 0 23px;
  margin: auto;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .075em
}
@media (min-width:769px) and (max-width:1024px) {
  .thanksPage__link a {
    max-width: 238px;
    padding: 12px 0 15px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .thanksPage__link a {
    max-width: 86.66vw;
    padding: 5.73vw 0 6.26vw;
    font-size: 3.06vw
  }
}
.errorPage {
  width: 100%;
  height: 100vh
}
.errorPage__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
.errorPage__heading {
  text-align: center
}
.errorPage__heading--title {
  max-width: 1000px;
  margin: auto
}
@media (min-width:769px) and (max-width:1024px) {
  .errorPage__heading--title {
    max-width: 666px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .errorPage__heading--title {
    max-width: 86.66vw
  }
}
.errorPage__writing {
  margin-top: 65px
}
@media (min-width:769px) and (max-width:1024px) {
  .errorPage__writing {
    margin-top: 43px
  }
}
@media (min-width:0px) and (max-width:768px) {
  .errorPage__writing {
    margin-top: 7.46vw
  }
}
.errorPage__writing__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.errorPage__writing--number {
  padding: 22px 18px 20px 0;
  border-right: 2px solid #d1d5db;
  color: #000;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0
}
@media (min-width:769px) and (max-width:1024px) {
  .errorPage__writing--number {
    padding: 14px 12px 13px 0;
    font-size: 1.8rem;
    line-height: 1
  }
}
@media (min-width:0px) and (max-width:768px) {
  .errorPage__writing--number {
    padding: 2.66vw 2.66vw 3.2vw 0;
    font-size: 4.26vw;
    line-height: 1
  }
}
.errorPage__writing--text {
  padding-left: 20px;
  color: #000;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0
}
@media (min-width:769px) and (max-width:1024px) {
  .errorPage__writing--text {
    padding-left: 13px;
    font-size: 1.3rem;
    line-height: 1
  }
}
@media (min-width:0px) and (max-width:768px) {
  .errorPage__writing--text {
    padding-left: 2.66vw;
    font-size: 2.66vw;
    line-height: 1
  }
}