@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&family=Open+Sans:wght@700&family=Nunito:wght@800&display=swap");

@font-face {
  font-family: "NHN";
  src: url("/assets/fonts/NHN.ttf") format("truetype");
}
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  box-sizing: border-box;
}
/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}
/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number] {
  width: auto; /* Firefox 36+ */
}
[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}
audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
html {
  padding-top: constant(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  background-color: #fff;
}
body {
  position: relative;
}
a {
  text-decoration: none;
}
a:focus,
*:focus {
  outline: none;
}
ul,
ol {
  list-style: none;
}
.o-spHide,
.pc-only {
  display: block !important;
}
@media (max-width: 767px) {
  .o-spHide,
  .pc-only {
    display: none !important;
  }
}
.o-pcHide,
.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .o-pcHide,
  .sp-only {
    display: block !important;
  }
}
.no-scroll {
  overflow: hidden;
}
.no-scroll {
  overflow: hidden;
}
video {
  filter: drop-shadow(0 0 #fff);
}
body {
  min-width: 1000px;
  background-color: #f4f3ed;
  color: #222;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  overflow: hidden;
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
    max-width: 100vw;
    font-size: 1.26953125vw;
  }
}
@media (max-width: 767px) {
  body {
    min-width: auto;
    max-width: 100vw;
    font-size: 3.4666666667vw;
  }
  body.sp-open {
    height: 280vw;
    overflow: hidden;
  }
}
.pa-wrap {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pa-wrap {
    left: 0;
    width: -webkit-fill-available;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .pa-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .sp-open .pa-wrap {
    left: -100%;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
  }
  .sp-open .pa-wrap::after {
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: 0.2;
  }
}
.header-area {
  margin: 0 auto;
}
.header-area .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-area .inner .ttl {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
}
.contents-area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.contents-area .lead {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  font-size: 25px;
}
@media (max-width: 767px) {
  .contents-area .lead {
    font-size: 5.8666666667vw;
  }
}
.contents-area .txt {
  text-align: left;
  line-height: 2;
}
.contents-area .txt a {
  color: #999;
}
.sec {
  position: relative;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .sec {
    max-width: 100vw;
    min-width: 100vw;
  }
}
@media (max-width: 767px) {
  .sec {
    min-width: 100vw;
  }
}
.nav-menu {
  position: fixed;
  top: 0;
  left: 20px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .nav-menu {
    position: absolute;
    left: 0;
    z-index: 9999;
  }
  .nav-menu .inner {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .sp-open .nav-menu .inner {
    left: 63vw;
    width: 37vw;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
    overflow-y: scroll;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .nav-menu .inner {
    height: auto;
  }
  .sp-open .nav-menu .inner {
    left: 0;
    width: 100vw;
  }
}
.nav-menu .logo {
  width: 136px;
  height: 37px;
  margin: 20px 0 44px;
  padding: 0;
  background: url("/assets/img/common/logo_L_PA.svg") center top no-repeat;
  background-size: auto 100%;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .nav-menu .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 11.328125vw;
    height: 4.8828125vw;
    margin: 0;
    background-image: url("/assets/img/common/logo_S_PA.svg");
    background-position: 1.26953125vw 1.171875vw;
    background-color: #fff;
    background-size: auto 2.734375vw;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .sp-open .nav-menu .logo {
    left: -100%;
  }
}
@media (max-width: 767px) {
  .nav-menu .logo {
    width: 30.9333333333vw;
    height: 13.3333333333vw;
    background-position: 3.4666666667vw 3.2vw;
    background-size: auto 7.4666666667vw;
  }
}
.nav-menu .menu-list {
  text-align: left;
}
@media (max-width: 1024px) {
  .nav-menu .menu-list {
    padding-top: 71px;
  }
  .nav-menu .menu-list::before {
    position: absolute;
    top: 70px;
    left: 5px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
  }
  .nav-menu .menu-list .pc-only {
    display: none !important;
  }
  .nav-menu .menu-list .sp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .nav-menu .menu-list {
    padding-top: 13.6vw;
  }
  .nav-menu .menu-list::before {
    top: 13.3333333333vw;
    left: 1.3333333333vw;
  }
}
.nav-menu .menu-list .menu {
  min-height: 18px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
}
.nav-menu .menu-list .menu a {
  color: #222;
  padding-left: 12px;
  background: url("/assets/img/common/ico_arrow_gry.svg") 0 1px no-repeat;
  background-size: 9px auto;
  transition: padding 0.1s;
}
.nav-menu .menu-list .menu a:hover {
  padding-left: 16px;
}
.nav-menu .menu-list .menu.-recruit a {
  background-image: url("/assets/img/common/ico_arrow_ringt_r.svg");
}
@media (max-width: 1024px) {
  .nav-menu .menu-list .menu {
    position: relative;
    height: auto;
    margin: 0;
    min-height: 13px;
    padding: 20px 0 20px 25px;
    font-size: 12px;
    line-height: 13px;
  }
  .nav-menu .menu-list .menu::before {
    position: absolute;
    bottom: 1px;
    left: 0.48828125vw;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
  }
  .nav-menu .menu-list .menu.-top::after {
    display: none;
    position: absolute;
    top: -1px;
    left: 0;
    width: 5px;
    height: 53px;
    background-color: #fa2828;
  }
  .nav-menu .menu-list .menu.-sub {
    padding: 0;
  }
  .nav-menu .menu-list .menu.-sub .menu {
    padding: 0;
  }
  .nav-menu .menu-list .menu.-sub .menu a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 25px;
    background-image: url("/assets/img/common/ico_arrow_ringt.svg");
    background-position: right center;
    background-size: 12px auto;
    transition: none;
    background-position-x: 94.5%;
  }
  .nav-menu .menu-list .menu.-sub .menu a:hover {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .nav-menu .menu-list .menu {
    min-height: 3.4666666667vw;
    padding: 5.3333333333vw 0 5.3333333333vw 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 3.4666666667vw;
  }
  .nav-menu .menu-list .menu::before {
    left: 1.3333333333vw;
  }
  .nav-menu .menu-list .menu.-top::after {
    width: 1.3333333333vw;
    height: 14.1333333333vw;
  }
  .nav-menu .menu-list .menu.-sub .menu a {
    width: 93.8666666667vw;
    padding: 5.3333333333vw 0 5.3333333333vw 6.6666666667vw;
    background-size: 3.2vw auto;
    background-position: right center;
  }
  .nav-menu .menu-list .menu.-sub .menu a:hover {
    padding: 5.3333333333vw 0 5.3333333333vw 6.6666666667vw;
  }
}
.nav-menu .btn.-contact {
  display: none;
}
@media (max-width: 1024px) {
  .nav-menu .btn.-contact {
    display: block;
    width: 200px;
    height: 54px;
    margin: 50px auto 30px;
    background: url("/assets/img/common/btn_contact.svg") 0 0 no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .nav-menu .btn.-contact {
    width: 53.3333333333vw;
    height: 14.4vw;
    margin: 13.3333333333vw auto 8vw;
  }
}
.sp-menu {
  display: none;
}
@media (max-width: 1024px) {
  .sp-menu {
    display: block;
  }
  .sp-menu.-recruit {
    display: none;
  }
  .sp-menu.-open {
    position: fixed;
    top: 0;
    right: 0;
    width: 4.8828125vw;
    height: 4.8828125vw;
    background: url("/assets/img/common/btn_open.svg") 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 100;
    transition: all 0.4s;
  }
  .sp-open .sp-menu.-open {
    z-index: 0;
    opacity: 0;
  }
  .sp-menu.-close {
    opacity: 0;
  }
  .sp-open .sp-menu.-close {
    display: block;
    position: absolute;
    top: 26px;
    right: 26px;
    width: 20px;
    height: 20px;
    background: url("/assets/img/common/btn_close.svg") 0 0 no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 20;
    opacity: 1;
  }
  .sp-open .sp-menu.-close.-btm {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 4.58984375vw;
  }
  .sp-menu a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .sp-menu.-open {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .sp-open .sp-menu.-close {
    top: 4.2666666667vw;
    right: 3.7333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .sp-open .sp-menu.-close.-btm {
    margin: 0 auto 12.5333333333vw;
  }
}
.sns {
  position: fixed;
  top: 101px;
  right: 19px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .sns {
    display: none;
  }
}
.sns .copyright {
  width: 124px;
  height: 20px;
  margin: 101px 20px 30px;
  font-size: 11px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  transform-origin: bottom right;
  transform: rotate(-90.03deg) scale(-1, -1);
  text-align: left;
  line-height: 20px;
}
.footer-area .sns .btn {
  width: 30px;
  height: 30px;
  margin: 0;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer-area .sns .btn {
    width: 2.9296875vw;
    height: 2.9296875vw;
  }
}
@media (max-width: 767px) {
  .footer-area .sns .btn {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.footer-area .sns .-tw {
  background: url("/assets/img/common/ico_tw_w.svg") center center no-repeat;
  background-size: 100% auto;
}
.footer-area .sns .-fb {
  background: url("/assets/img/common/ico_fb_w.svg") center center no-repeat;
  background-size: 100% auto;
}
.icon {
  position: absolute;
  right: 0;
}
.icon .-tw {
  width: 20px;
  height: 20px;
  margin-bottom: 30px;
  background: url("/assets/img/common/ico_tw_b.svg") right top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.icon .-fb {
  width: 20px;
  height: 20px;
  background: url("/assets/img/common/ico_fb_b.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .en .nav-menu .menu-list .menu li.menu {
    line-height: 23px;
  }
  .en .nav-menu .menu-list .menu li.menu.-top::after {
    height: 63px;
  }
}
@media (max-width: 767px) {
  .en .nav-menu .menu-list .menu li.menu {
    line-height: 6.1333333333vw;
  }
  .en .nav-menu .menu-list .menu li.menu.-top::after {
    height: 16.8vw;
  }
}
@media (max-width: 1024px) {
  .en .nav-menu .btn.-contact {
    width: 200px;
    height: 35px;
    background: url("/assets/img/common/btn_contact_en.svg") 0 0 no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .en .nav-menu .btn.-contact {
    width: 53.3333333333vw;
    height: 9.3333333333vw;
  }
}
.nav-menu .icon {
  display: none;
}
@media (max-width: 1024px) {
  .nav-menu .icon {
    display: flex;
    justify-content: center;
    position: relative;
    right: auto;
  }
  .nav-menu .icon .-tw,
  .nav-menu .icon .-fb {
    width: 2.34375vw;
    height: 2.34375vw;
    margin: 0 1.46484375vw 3.90625vw;
  }
}
@media (max-width: 767px) {
  .nav-menu .icon .-tw,
  .nav-menu .icon .-fb {
    width: 6.4vw;
    height: 6.4vw;
    margin: 0 4vw 10.6666666667vw;
  }
}
.nav-menu .lang-area {
  display: flex;
  height: 18px;
  margin: 18px 0 12px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
}
.nav-menu .lang-area a {
  color: #222;
}
.nav-menu .lang-area a:hover {
  color: #fa2828;
}
.nav-menu .lang-area .-on a {
  color: #fa2828;
  pointer-events: none;
}
.nav-menu .lang-area .-on.invert a {
  color: #fff;
}
@media (max-width: 1024px) {
  .nav-menu .lang-area .-on.invert a {
    color: #fa2828;
  }
}
.nav-menu .lang-area .-jp {
  position: relative;
  margin-right: 14px;
}
.nav-menu .lang-area .-jp::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 2px;
  height: 10px;
  margin-top: -5px;
  background-color: #d9d9d9;
}
@media (max-width: 1024px) {
  .nav-menu .lang-area {
    position: absolute;
    top: 27px;
    left: 18px;
    display: flex;
    justify-content: center;
    height: 21px;
    margin: 0;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
  }
  .nav-menu .lang-area .lang {
    width: 20px;
    margin: 0 10px;
  }
  .nav-menu .lang-area .-jp::after {
    left: 28px;
    width: 2px;
    height: 10px;
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .nav-menu .lang-area {
    top: 4.2666666667vw;
    left: 4.5333333333vw;
    height: 5.6vw;
    margin: 0;
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
  .nav-menu .lang-area .lang {
    width: 5.3333333333vw;
    margin: 0 2.6666666667vw;
  }
  .nav-menu .lang-area .-jp::after {
    left: 7.4666666667vw;
    width: 0.5333333333vw;
    height: 2.6666666667vw;
    margin-top: -1.3333333333vw;
  }
}
.recruit-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: auto;
  max-width: 1252px;
  text-align: right;
  margin: 0 auto;
  padding-top: 498px;
  z-index: 2;
  content: "";
}
@media (max-width: 1024px) {
  .recruit-btn {
    max-width: 122.265625vw;
    padding-top: 48.6328125vw;
  }
}
@media (max-width: 767px) {
  .recruit-btn {
    width: 92vw;
    max-width: none;
    justify-content: center;
    height: auto;
    padding-top: 134.9333333333vw;
  }
}
.btn {
  position: relative;
}
.btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.recruit-btn > .btn {
  width: 210px;
  height: 221px;
  padding: 13px 0 0;
  background: url("/assets/img/top/btn_recruit_bg.png") center 22px no-repeat;
  background-size: 100% auto;
}
.recruit-btn > .btn > a {
  position: relative;
  width: 167px;
  height: 180px;
  margin: 0 auto;
  background: url("/assets/img/top/btn_career_shita.png") center 13px no-repeat;
  background-size: 167px auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 83.5px;
}
.recruit-btn > .btn > a::after {
  position: absolute;
  top: 0;
  left: 4px;
  content: "";
  width: 159px;
  height: 158px;
  background: url("/assets/img/top/btn_career_ue.png") center top no-repeat;
  background-size: 159px auto;
  transition: all 0.15s;
}
.recruit-btn > .btn > a:hover::after {
  top: 17px;
}
@media (max-width: 1024px) {
  .recruit-btn > .btn {
    width: 20.5078125vw;
    height: 21.58203125vw;
    padding: 1.26953125vw 0 0;
    background-position: center 2.1484375vw;
  }
  .recruit-btn > .btn > a {
    position: relative;
    width: 16.30859375vw;
    height: 17.578125vw;
    margin: 0 auto;
    background-size: 16.30859375vw auto;
    background-position: center 1.26953125vw;
    border-radius: 8.154296875vw;
  }
  .recruit-btn > .btn > a::after {
    left: 0.390625vw;
    content: "";
    width: 15.52734375vw;
    height: 15.4296875vw;
    background-size: 15.52734375vw auto;
  }
  .recruit-btn > .btn > a:hover::after {
    top: 1.66015625vw;
  }
}
@media (max-width: 767px) {
  .recruit-btn > .btn {
    width: 38.9333333333vw;
    height: 38.9333333333vw;
    padding: 1.6vw 0 0;
    background-size: 100% auto;
    background-position: center 1.6vw;
  }
  .recruit-btn > .btn > a {
    position: relative;
    width: 30.9333333333vw;
    height: 32.5333333333vw;
    margin: 0 auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 30.9333333333vw auto;
    background-position: center 1.6vw;
    border-radius: 15.4666666667vw;
  }
  .recruit-btn > .btn > a::after {
    position: absolute;
    top: 0;
    left: 0.6666666667vw;
    content: "";
    width: 29.6vw;
    height: 29.3333333333vw;
    background-size: 29.6vw auto;
    transition: all 0.15s;
  }
  .recruit-btn > .btn > a:hover::after {
    top: 0;
  }
}
.recruit-btn > .btn.-new {
  margin-left: -21px;
}
.recruit-btn > .btn.-new a {
  background-image: url("/assets/img/top/btn_new_shita.png");
}
.recruit-btn > .btn.-new a::after {
  background-image: url("/assets/img/top/btn_new_ue.png");
}
@media (max-width: 1024px) {
  .recruit-btn > .btn.-new {
    margin-left: -1.46484375vw;
  }
}
@media (max-width: 767px) {
  .recruit-btn > .btn.-new {
    margin-left: -4vw;
  }
}
.btn.-rocket {
  position: absolute;
  top: -202px;
  left: 50%;
  margin-left: -37px;
  width: 177px;
  height: 202px;
}
@media (max-width: 1024px) {
  .btn.-rocket {
    top: -19.7265625vw;
    width: 17.28515625vw;
    height: 19.7265625vw;
    margin-left: -3.61328125vw;
  }
}
@media (max-width: 767px) {
  .btn.-rocket {
    top: -55.4666666667vw;
    width: 46.6666666667vw;
    height: 55.2vw;
    margin-left: -11.0666666667vw;
  }
}
.btn.-rocket > .item {
  position: absolute;
  top: 0;
}
.btn.-rocket > .item.-r01 {
  /* stylelint-disable-next-line */
  width: 82px;
  /* stylelint-disable-next-line */
  height: 202px;
}
@media (max-width: 1024px) {
  .btn.-rocket > .item.-r01 {
    /* stylelint-disable-next-line */
    width: 8.0078125vw;
    /* stylelint-disable-next-line */
    height: 19.7265625vw;
  }
}
@media (max-width: 767px) {
  .btn.-rocket > .item.-r01 {
    /* stylelint-disable-next-line */
    width: 21.3820078227vw;
    /* stylelint-disable-next-line */
    height: 52.6727509778vw;
  }
}
.btn.-rocket > .item.-r01 {
  background: url("/assets/img/top/btn_rocket_01.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  left: 0;
  z-index: 99;
}
.btn.-rocket > .item.-r02 {
  /* stylelint-disable-next-line */
  width: 128.5px;
  /* stylelint-disable-next-line */
  height: 143px;
}
@media (max-width: 1024px) {
  .btn.-rocket > .item.-r02 {
    /* stylelint-disable-next-line */
    width: 12.548828125vw;
    /* stylelint-disable-next-line */
    height: 13.96484375vw;
  }
}
@media (max-width: 767px) {
  .btn.-rocket > .item.-r02 {
    /* stylelint-disable-next-line */
    width: 33.5071707953vw;
    /* stylelint-disable-next-line */
    height: 37.2881355932vw;
  }
}
.btn.-rocket > .item.-r02 {
  background: url("/assets/img/top/btn_rocket_02.png") center top no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 69px;
  right: 0;
  width: 105px;
  height: 117px;
  z-index: 100;
}
@media (max-width: 1024px) {
  .btn.-rocket > .item.-r02 {
    top: 6.73828125vw;
    width: 10.25390625vw;
    height: 11.42578125vw;
  }
}
@media (max-width: 767px) {
  .btn.-rocket > .item.-r02 {
    /* stylelint-disable-next-line */
    width: 128.5px;
    /* stylelint-disable-next-line */
    height: 143px;
    background: url("/assets/img/top/btn_rocket_02.png") center top no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 17.3333333333vw;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .btn.-rocket > .item.-r02 {
    /* stylelint-disable-next-line */
    width: 12.548828125vw;
    /* stylelint-disable-next-line */
    height: 13.96484375vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .btn.-rocket > .item.-r02 {
    /* stylelint-disable-next-line */
    width: 33.5071707953vw;
    /* stylelint-disable-next-line */
    height: 37.2881355932vw;
  }
}
.btn.-google, .btn.-apple, .btn.-app, .btn.-amazon, .btn.-huawei {
  width: 193px;
  height: 57px;
  margin: 0 25px 0 0;
  background: url("/assets/img/game/btn_google.png") 0 0 no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .btn.-google, .btn.-apple, .btn.-app, .btn.-amazon, .btn.-huawei {
    width: 18.84765625vw;
    height: 5.56640625vw;
    margin: 0 2.44140625vw 0 0;
  }
}
@media (max-width: 767px) {
  .btn.-google, .btn.-apple, .btn.-app, .btn.-amazon, .btn.-huawei {
    width: 51.4666666667vw;
    height: 15.2vw;
    margin: 0;
  }
}
.btn.-apple {
  margin: 0;
  background-image: url("/assets/img/game/btn_apple.png");
}
@media (max-width: 767px) {
  .btn.-apple {
    margin: 1.3333333333vw 0 0;
  }
}
.btn.-app {
  display: block;
  margin: 10px 25px 0 0;
  background-image: url("/assets/img/game/btn_andapp.png");
}
@media (max-width: 1024px) {
  .btn.-app {
    margin: 0.9765625vw 2.44140625vw 0 0;
  }
}
@media (max-width: 767px) {
  .btn.-app {
    margin: 1.3333333333vw 0 0;
  }
}
.btn.-amazon {
  display: block;
  margin: 10px 25px 0 0;
  background-image: url("/assets/img/game/btn_amazon.png");
}
@media (max-width: 1024px) {
  .btn.-amazon {
    margin: 0.9765625vw 2.44140625vw 0 0;
  }
}
@media (max-width: 767px) {
  .btn.-amazon {
    margin: 1.3333333333vw 0 0;
  }
}
.btn.-huawei {
  margin: 10px 0 0;
  background-image: url("/assets/img/game/btn_huawei.png");
}
@media (max-width: 1024px) {
  .btn.-huawei {
    margin: 0.9765625vw 0 0;
  }
}
@media (max-width: 767px) {
  .btn.-huawei {
    margin: 1.3333333333vw 0 0;
  }
}
.btn.-link, .btn.-inquiry, .btn.-back {
  width: 302px;
  height: 72px;
  background-color: #222;
  border-radius: 36px;
  font-weight: 600;
  line-height: 1;
}
.btn.-link > a, .btn.-inquiry > a, .btn.-back > a {
  color: #fff;
}
@media (max-width: 1024px) {
  .btn.-link, .btn.-inquiry, .btn.-back {
    width: 29.4921875vw;
    height: 7.03125vw;
    border-radius: 3.515625vw;
  }
}
@media (max-width: 767px) {
  .btn.-link, .btn.-inquiry, .btn.-back {
    width: 63.4666666667vw;
    height: 16vw;
    border-radius: 8vw;
    line-height: 1;
  }
}
.btn.-modify {
  width: 177px;
  height: 36px;
  border: 1px solid #222;
  border-radius: 25px;
  font-weight: 600;
  line-height: 1;
}
.btn.-modify > a {
  color: #222;
}
@media (max-width: 1024px) {
  .btn.-modify {
    width: 17.28515625vw;
    height: 3.515625vw;
    border-radius: 2.44140625vw;
  }
}
@media (max-width: 767px) {
  .btn.-modify {
    width: 47.2vw;
    height: 9.6vw;
    border-radius: 6.6666666667vw;
    line-height: 1;
  }
}
.btn.-playentry {
  font-family: "Open Sans", sans-serif;
  background: #fa2828;
  text-align: center;
  line-height: 1.8;
  font-size: 12px;
  border: 3px solid #222;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50px;
  text-indent: 0;
}
.btn.-playentry > a {
  color: #fff;
}
@media (max-width: 1024px) {
  .btn.-playentry {
    width: 9.765625vw;
    height: 9.765625vw;
    border-radius: 4.8828125vw;
    border: 0.29296875vw solid #222;
    font-size: 1.171875vw;
  }
}
@media (max-width: 767px) {
  .btn.-playentry {
    font-size: 3.2vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 13.3333333333vw;
  }
}
.btn.-txtlink {
  display: block;
  width: 83px;
  height: 21px;
  color: #222;
  border-bottom: 2px solid #222;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .btn.-txtlink {
    width: 8.10546875vw;
    height: 2.05078125vw;
    border-bottom: 0.1953125vw solid #222;
    font-size: 1.07421875vw;
  }
}
@media (max-width: 767px) {
  .btn.-txtlink {
    width: 22.1333333333vw;
    height: 5.6vw;
    font-size: 2.9333333333vw;
    line-height: 1.8;
  }
}
.btn.-pageTop {
  display: none;
}
@media (max-width: 767px) {
  .btn.-pageTop {
    display: block;
    position: fixed;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.btn .arrow-small-black {
  position: absolute;
  top: 3px;
  right: 0;
  width: 11px;
  height: 11px;
  background: url("/assets/img/common/ico_arrow_thin.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .btn .arrow-small-black {
    top: 0.29296875vw;
    width: 1.07421875vw;
    height: 1.07421875vw;
  }
}
@media (max-width: 767px) {
  .btn .arrow-small-black {
    top: 0.9333333333vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.btn .arrow-small-red {
  position: absolute;
  top: 28px;
  right: 39px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("/assets/img/common/ico_arrow_ringt_r.svg") center top no-repeat;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .btn .arrow-small-red {
    top: 2.734375vw;
    right: 3.80859375vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .btn .arrow-small-red {
    top: 5.8666666667vw;
    right: 2.4vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.btn:hover .arrow-small-red {
  animation-name: headShake;
  animation-duration: 1s;
  transform: translateZ(0);
}
.btn.-back > a > .arrow-small-red {
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  left: 47px;
  margin-top: -7px;
}
@media (max-width: 1024px) {
  .btn.-back > a > .arrow-small-red {
    left: 4.58984375vw;
    margin-top: -0.68359375vw;
  }
}
@media all and (max-width: 767px) {
  .btn.-back > a > .arrow-small-red {
    top: 5.8666666667vw;
    left: 3.4666666667vw;
    margin-top: 0;
  }
}
.btn.-back:hover > a > .arrow-small-red {
  animation: none;
  left: 37px;
  transition: 0.3s;
}
.btn.-prev {
  width: 34px;
  height: 34px;
  background: url("/assets/img/common/ico_arrow_maru.svg") 0 0 no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .btn.-prev {
    width: 3.3203125vw;
    height: 3.3203125vw;
  }
}
.btn.-next {
  width: 34px;
  height: 34px;
  background: url("/assets/img/common/ico_arrow_maru.svg") 0 0 no-repeat;
  background-size: 100%;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .btn.-next {
    width: 3.3203125vw;
    height: 3.3203125vw;
  }
}
.btn .arrow-large-w {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  margin-right: -30px;
  display: block;
  width: 44px;
  height: 22px;
  background: url("/assets/img/common/arrow-large-w.svg") center no-repeat;
}
@media (max-width: 1024px) {
  .btn .arrow-large-w {
    margin-top: -1.07421875vw;
    margin-right: -2.9296875vw;
    width: 4.296875vw;
    height: 2.1484375vw;
  }
}
@media screen and (max-width: 767px) {
  .btn .arrow-large-w {
    background-size: 11.7333333333vw 5.8666666667vw;
    margin-top: -2.9333333333vw;
    margin-right: -8vw;
    width: 11.7333333333vw;
    height: 5.8666666667vw;
  }
}
.btn:hover .arrow-large-w {
  animation-name: headShake;
  animation-duration: 1s;
}
.btn .arrow-left {
  position: absolute;
  top: 9px;
  left: 12px;
  width: 16px;
  height: 16px;
  background: url("/assets/img/common/ico_arrow_left.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .btn .arrow-left {
    top: 0.87890625vw;
    left: 1.171875vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .btn .arrow-left {
    top: 2.4vw;
    left: 3.2vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.btn:hover .arrow-left {
  animation-name: headShake;
  animation-duration: 1s;
  transform: translateZ(0);
}
.footer-area .btn.-contact {
  position: absolute;
  top: 221px;
  left: 50%;
  width: 422px;
  height: 136px;
  transform: translate(-50%, 0);
}
.footer-area .btn.-contact > a {
  background: url("/assets/img/footer/btn_contact.svg") 0 0 no-repeat;
  background-size: 100% auto;
  font: 0/0 a;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer-area .btn.-contact {
    top: 21.58203125vw;
    width: 41.2109375vw;
    height: 13.28125vw;
  }
}
@media (max-width: 767px) {
  .footer-area .btn.-contact {
    top: 33.8666666667vw;
    width: 61.3333333333vw;
    height: 30.4vw;
  }
  .footer-area .btn.-contact > a {
    background-image: url("/assets/img/footer/btn_contact_sp.svg");
  }
}
.en .footer-area .btn.-contact {
  top: 203px;
  height: 113px;
}
.en .footer-area .btn.-contact > a {
  background: url("/assets/img/footer/btn_contact_en.svg") center 9px no-repeat;
  background-size: auto 48px;
}
@media (max-width: 1024px) {
  .en .footer-area .btn.-contact {
    top: 19.82421875vw;
    height: 11.03515625vw;
  }
  .en .footer-area .btn.-contact > a {
    background-position: center 0.87890625vw;
    background-size: auto 4.6875vw;
  }
}
@media (max-width: 767px) {
  .en .footer-area .btn.-contact {
    top: 41.8666666667vw;
    width: 61.3333333333vw;
    height: 24vw;
  }
  .en .footer-area .btn.-contact > a {
    background-image: url("/assets/img/footer/btn_contact_sp_en.svg");
    background-size: auto 8.5333333333vw;
  }
}
.footer-area .btn.-contact .arrow-large-w-skew {
  display: block;
  width: 44px;
  height: 22px;
  background: url("/assets/img/common/arrow-large-w.svg") center no-repeat;
  background-size: 100% auto;
  transform-origin: top left;
  transform: rotate(-45deg);
  position: relative;
  margin: 120px auto 0;
}
@media (max-width: 1024px) {
  .footer-area .btn.-contact .arrow-large-w-skew {
    width: 4.296875vw;
    height: 2.1484375vw;
    margin-top: 11.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-area .btn.-contact .arrow-large-w-skew {
    width: 11.7333333333vw;
    height: 5.8666666667vw;
    margin-top: 28vw;
  }
  .en .footer-area .btn.-contact .arrow-large-w-skew {
    margin-top: 21.8666666667vw;
  }
}
.footer-area .btn.-contact:hover .arrow-large-w-skew {
  animation: movearrow 0.3s ease-in-out 2;
}
@keyframes movearrow {
  0% {
    top: 0;
    right: 0;
  }
  50% {
    top: -10px;
    right: -10px;
  }
  100% {
    top: 0;
    right: 0;
  }
}
.btn-area {
  position: relative;
  max-width: 1052px;
  padding-top: 520px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .btn-area {
    flex-wrap: wrap;
    max-width: 122.265625vw;
    padding-top: 55.46875vw;
  }
  .btn-area.-type-multi {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
@media (max-width: 767px) {
  .btn-area {
    width: 92vw;
    max-width: none;
    justify-content: space-between;
    height: auto;
    padding-top: 158.4vw;
    padding-bottom: 26.6666666667vw;
  }
  .btn-area.-type-multi {
    justify-content: space-around;
  }
}
.btn-area .btn {
  justify-content: flex-start;
  position: relative;
}
.btn-area .btn.-multi {
  z-index: 10;
  box-sizing: border-box;
  width: 106px;
  height: 106px;
  overflow: visible;
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi {
    width: 10.3515625vw;
    height: 10.3515625vw;
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}
.btn-area .btn.-multi::before {
  content: "";
  display: block;
  box-sizing: border-box;
  z-index: -1;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background: linear-gradient(115deg, #f419b7 16.35%, #f6e43f 75.8%, #19f4cd 95.07%);
  filter: blur(10px);
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi::before {
    top: 0.48828125vw;
    left: 0.48828125vw;
    width: 8.7890625vw;
    height: 8.7890625vw;
    border-radius: 4.39453125vw;
    filter: blur(0.9765625vw);
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi::before {
    top: 1.3333333333vw;
    left: 1.3333333333vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 13.3333333333vw;
    filter: blur(2.6666666667vw);
  }
}
.btn-area .btn.-multi > a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  overflow: visible;
  position: absolute;
  top: -8px;
  left: 0;
  width: 96px;
  height: 96px;
  border-radius: 55px;
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi > a {
    top: -0.78125vw;
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 5.37109375vw;
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi > a {
    top: -2.1333333333vw;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    border-radius: 14.6666666667vw;
  }
}
.btn-area .btn.-multi > a::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 96px;
  height: 96px;
  border-radius: 55px;
  border: 4px solid #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi > a::after {
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 5.37109375vw;
    border: 0.390625vw solid #000;
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi > a::after {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    border-radius: 14.6666666667vw;
    border-width: 1.6vw;
  }
}
.btn-area .btn.-multi > a > span {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  color: #fff;
  text-align: center;
  text-indent: 0;
  -webkit-text-stroke: 2px black;
  text-stroke: 2px black;
  paint-order: stroke;
  text-shadow: 0px 1px 1px rgb(0, 0, 0);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  position: absolute;
  top: -8px;
  left: 3px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background-color: inherit;
  border: 2px solid #000;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi > a > span {
    font-size: 1.220703125vw;
    -webkit-text-stroke: 0.1953125vw black;
    text-stroke: 0.1953125vw black;
    text-shadow: 0px 0.09765625vw 0.09765625vw rgb(0, 0, 0);
    top: -0.78125vw;
    left: 0.29296875vw;
    width: 8.7890625vw;
    height: 8.7890625vw;
    border-radius: 4.39453125vw;
    border: 0.1953125vw solid #000;
    padding-top: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi > a > span {
    -webkit-text-stroke: 0.8vw black;
    text-stroke: 0.8vw black;
    text-shadow: 0px 0.5333333333vw 1px rgb(0, 0, 0);
    font-size: 4vw;
    top: -2.1333333333vw;
    left: 0.8vw;
    width: 27.7333333333vw;
    height: 27.7333333333vw;
    border-radius: 14.6666666667vw;
    border-width: 0.8vw;
  }
}
.btn-area .btn.-multi > a > span::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  width: 22px;
  height: 10px;
  background: url("/assets/img/top/btn_deco.png") 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi > a > span::before {
    top: 0.48828125vw;
    width: 2.1484375vw;
    height: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi > a > span::before {
    top: 1.3333333333vw;
    width: 5.8666666667vw;
    height: 2.6666666667vw;
  }
}
.btn-area .btn.-multi i {
  position: absolute;
  top: 18px;
  font-family: "NHN", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  color: #000;
  font-size: 9.772px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 9.772px */
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .btn-area .btn.-multi i {
    top: 1.7578125vw;
    font-size: 0.9765625vw;
  }
}
@media (max-width: 767px) {
  .btn-area .btn.-multi i {
    top: 4.8vw;
    font-size: 2.6666666667vw;
  }
}
.btn-area.-type-multi .btn a span {
  transition: all 0.15s;
  transform: translateY(0);
}
.btn-area.-type-multi .btn:hover a span {
  transition: all 0.15s;
  transform: translateY(10px);
}
@media (max-width: 1024px) {
  .btn-area.-type-multi .btn:hover a span {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .btn-area.-type-multi .btn:hover a span {
    transform: translateY(0);
  }
}
.pa-wrap.-contact {
  min-height: 100vh;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .pa-wrap.-contact {
    padding-bottom: 16vw;
  }
}
.-contact .footer-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background: #222;
  color: #919191;
  font-size: 11px;
  text-align: center;
  line-height: 60px;
}
.-contact .footer-area::before, .-contact .footer-area::after {
  display: none;
}
@media (max-width: 767px) {
  .-contact .footer-area {
    height: 16vw;
    font-size: 2.93333vw;
    line-height: 16vw;
  }
}
.-contact .header-area {
  width: 100%;
  height: 269px;
  margin: 0 auto;
  padding: 0;
  background: url("/assets/img/contact/bg_top.svg") center 61px no-repeat #f4f3ed;
  background-size: 1150px auto;
  z-index: 0;
}
@media (max-width: 1024px) {
  .-contact .header-area {
    background-size: 112.3046875vw auto;
  }
}
@media (max-width: 767px) {
  .-contact .header-area {
    width: 100vw;
    height: 66.13333vw;
    background: url("/assets/img/contact/bg_top_sp.svg") center 30.4vw no-repeat;
    background-size: 68.53333vw auto;
  }
}
.-contact .header-area .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.-contact .header-area .ttl {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  width: 840px;
  height: 183px;
  margin: 0 auto;
  padding: 141px 0 0;
  font-size: 25px;
  text-align: center;
}
@media (max-width: 1024px) {
  .-contact .header-area .ttl {
    width: 82.03125vw;
    max-width: 840px;
  }
}
@media (max-width: 767px) {
  .-contact .header-area .ttl {
    width: 82.66667vw;
    height: 24.53333vw;
    padding-top: 45.06667vw;
    font-size: 5.86667vw;
  }
}
.inquiry-form {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.inquiry-form input,
.inquiry-form button,
.inquiry-form textarea,
.inquiry-form select {
  font-family: "Hiragino Sans", Meiryo, sans-serif;
}
.inquiry-form label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquiry-form .input {
  display: block;
  width: 100%;
  height: 47px;
  margin-bottom: 25px;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 23px;
  color: #222;
  font-size: 14px;
  border: none;
}
.inquiry-form .input.-small {
  width: 300px;
}
@media (max-width: 767px) {
  .inquiry-form .input {
    height: 12.53333vw;
    margin-bottom: 6.66667vw;
    padding: 0 4vw;
    border-radius: 6.13333vw;
    font-size: 4.26667vw;
  }
  .inquiry-form .input.-small {
    width: 100%;
  }
}
.inquiry-form .textarea {
  height: 140px;
  margin-bottom: 10px;
  padding: 12px 15px;
  resize: none;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .inquiry-form .textarea {
    height: 37.33333vw;
    margin-bottom: 2.13333vw;
    padding: 2.66667vw 4vw;
  }
}
.inquiry-form .count-area {
  height: 18px;
  margin: 0 0 30px;
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .inquiry-form .count-area {
    height: 4.8vw;
    margin-bottom: 10.66667vw;
    font-size: 2.93333vw;
  }
}
.inquiry-form ::placeholder {
  color: #bdbdbd;
}
.inquiry-form .section-body {
  width: 840px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .inquiry-form .section-body {
    width: 82.03125vw;
    max-width: 840px;
  }
}
@media (max-width: 767px) {
  .inquiry-form .section-body {
    width: 82.66667vw;
  }
}
.inquiry-form .section-body .category-area,
.inquiry-form .section-body .input-area {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .inquiry-form .section-body .category-area,
  .inquiry-form .section-body .input-area {
    width: 68.359375vw;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .inquiry-form .section-body .category-area,
  .inquiry-form .section-body .input-area {
    width: 100%;
  }
}
.inquiry-form .section-body .category-area > .formSet {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .inquiry-form .section-body .category-area > .formSet {
    padding: 0.53333vw 0 4vw;
  }
}
.inquiry-form .section-body .category-area > .formSet label {
  width: 315px;
  margin: 0 35px 10px 0;
  cursor: pointer;
  justify-content: flex-start;
  font-feature-settings: "halt" on;
}
.inquiry-form .section-body .category-area > .formSet label:first-child {
  font-feature-settings: normal;
}
@media (max-width: 1024px) {
  .inquiry-form .section-body .category-area > .formSet label {
    width: 45%;
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .inquiry-form .section-body .category-area > .formSet label {
    width: 100%;
    margin-bottom: 2.66667vw;
  }
}
.inquiry-form .section-body .category-area > .formSet input {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .inquiry-form .section-body .category-area > .formSet input {
    margin-right: 2.13333vw;
  }
}
.inquiry-form .section-body .lead {
  width: 700px;
  margin: 0 auto 30px;
}
@media (max-width: 1024px) {
  .inquiry-form .section-body .lead {
    width: 68.359375vw;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .inquiry-form .section-body .lead {
    width: 100%;
    margin-bottom: 14.66667vw;
  }
}
.inquiry-form .section-body .txt.-notes {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .inquiry-form .section-body .txt.-notes {
    max-width: 85.33333vw;
    margin: 0 auto 16vw;
  }
}
.inquiry-form .section-body .ttl {
  height: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}
.inquiry-form .section-body .ttl .essential {
  padding: 0 0 0 10px;
  color: #fa2828;
  font-size: 11px;
  font-weight: normal;
  vertical-align: 0.15em;
}
@media (max-width: 767px) {
  .inquiry-form .section-body .ttl {
    height: 6.66667vw;
    margin-bottom: 1.6vw;
    font-size: 3.73333vw;
    line-height: 6.66667vw;
  }
  .inquiry-form .section-body .ttl .essential {
    padding: 0 0 0 2.66667vw;
    font-size: 2.93333vw;
  }
}
.inquiry-form .agree-area {
  width: 840px;
}
@media (max-width: 1024px) {
  .inquiry-form .agree-area {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .inquiry-form .agree-area {
    width: 100%;
  }
}
.inquiry-form .agree-area .terms {
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
  padding: 30px 24px 30px 30px;
  border: 1px solid #222;
  overflow-y: scroll;
  word-break: break-all;
}
@media (max-width: 767px) {
  .inquiry-form .agree-area .terms {
    height: 94.93333vw;
    margin-bottom: 4vw;
    padding: 4.26667vw 2.66667vw 4.26667vw 4.8vw;
  }
}
.inquiry-form .agree-area .terms::-webkit-scrollbar {
  background: transparent;
}
.inquiry-form .agree-area .terms::-webkit-scrollbar-track {
  background: #f4f3ed;
}
.inquiry-form .agree-area .terms::-webkit-scrollbar-thumb {
  width: 4px;
  background: #919191;
  border: 5px solid #f4f3ed;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .inquiry-form .agree-area .terms::-webkit-scrollbar-thumb {
    width: 1.06667vw;
    border: 1.6vw solid #f4f3ed;
    border-radius: 2.13333vw;
  }
}
.inquiry-form .agree-area .terms h3 {
  margin-top: 1.5em;
  font-size: 13px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .inquiry-form .agree-area .terms h3 {
    font-size: 3.46667vw;
  }
}
.inquiry-form .agree-area .agree {
  width: 100%;
  height: 18px;
  margin: 0 auto 30px;
  font-size: 11px;
}
.en .inquiry-form .agree-area .agree {
  height: auto;
  min-height: 18px;
}
.inquiry-form .agree-area .agree label {
  cursor: pointer;
}
.en .inquiry-form .agree-area .agree label {
  align-items: unset;
}
.inquiry-form .agree-area .agree .check {
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .inquiry-form .agree-area .agree {
    height: 9.6vw;
    margin-bottom: 16vw;
    font-size: 2.93333vw;
  }
  .en .inquiry-form .agree-area .agree {
    min-height: 9.6vw;
    margin-bottom: 5.6vw;
  }
  .inquiry-form .agree-area .agree label {
    align-items: flex-start;
  }
  .inquiry-form .agree-area .agree .check {
    margin: 0.8vw 2.66667vw 0 0.8vw;
  }
}
.inquiry-form .inquiry-btn {
  width: 302px;
  margin: 0 auto 140px;
}
@media (max-width: 1024px) {
  .inquiry-form .inquiry-btn {
    width: 29.4921875vw;
    max-width: 302px;
  }
}
.en .inquiry-form .inquiry-btn {
  width: 335px;
  margin-bottom: 67px;
}
@media (max-width: 1024px) {
  .en .inquiry-form .inquiry-btn {
    width: 32.71484375vw;
    max-width: 335px;
  }
}
.inquiry-form .inquiry-btn .btn {
  cursor: pointer;
}
.en .inquiry-form .inquiry-btn .btn.-inquiry {
  width: 335px;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .en .inquiry-form .inquiry-btn .btn.-inquiry {
    width: 32.71484375vw;
    max-width: 335px;
  }
}
.inquiry-form .inquiry-btn .btn.-modify {
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .inquiry-form .inquiry-btn {
    width: 302px;
    margin: 0 auto 21.33333vw;
  }
  .en .inquiry-form .inquiry-btn {
    width: 82.66667vw;
    margin-bottom: 11.46667vw;
  }
  .en .inquiry-form .inquiry-btn .inner {
    width: 100%;
  }
  .inquiry-form .inquiry-btn .btn {
    margin: 0 auto;
  }
  .en .inquiry-form .inquiry-btn .btn.-inquiry {
    width: 100%;
  }
  .inquiry-form .inquiry-btn .btn.-modify {
    margin-top: 5.33333vw;
  }
}
.inquiry-form.confirm .category-area > .formSet,
.inquiry-form.confirm .input-area .formSet {
  padding-bottom: 25px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .inquiry-form.confirm .category-area > .formSet,
  .inquiry-form.confirm .input-area .formSet {
    padding-bottom: 9.33333vw;
  }
}
.inquiry-form.confirm #val-detail {
  white-space: pre-line;
}
.inquiry-form.confirm .input-area .formSet:last-child {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .inquiry-form.confirm .input-area .formSet:last-child {
    padding-bottom: 16vw;
  }
}
.en .inquiry-form.confirm .inquiry-btn {
  width: 302px;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .en .inquiry-form.confirm .inquiry-btn {
    width: 29.4921875vw;
    max-width: 302px;
  }
}
.en .inquiry-form.confirm .inquiry-btn .btn.-inquiry {
  width: 302px;
}
@media (max-width: 1024px) {
  .en .inquiry-form.confirm .inquiry-btn .btn.-inquiry {
    width: 29.4921875vw;
    max-width: 302px;
  }
}
@media (max-width: 767px) {
  .en .inquiry-form.confirm .inquiry-btn {
    width: 63.46667vw;
    margin-bottom: 21.33333vw;
  }
  .en .inquiry-form.confirm .inquiry-btn .btn.-inquiry {
    width: 100%;
  }
}
.inquiry-form.complete .lead {
  margin-bottom: 60px;
  text-align: center;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
}
@media (max-width: 767px) {
  .inquiry-form.complete .lead {
    margin-bottom: 16vw;
    font-size: 4.26667vw;
  }
}
.en .inquiry-form.complete .inquiry-btn {
  width: 302px;
  margin-bottom: 145px;
}
@media (max-width: 1024px) {
  .en .inquiry-form.complete .inquiry-btn {
    width: 29.4921875vw;
    max-width: 302px;
  }
}
@media (max-width: 767px) {
  .en .inquiry-form.complete .inquiry-btn {
    width: 63.46667vw;
    margin-bottom: 23.2vw;
  }
}
@media (max-width: 767px) {
  .inquiry-form.complete .section-body {
    width: 100%;
  }
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    --active: #fff;
    --active-inner: #222;
    --border-hover: #fff;
    --background: #fff;
    --disabled: #919191;
    --disabled-inner: #bdbdbd;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 15px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: none;
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]::after,
  input[type=radio]::after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: opacity var(--d-o, 0.2s), transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
  input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
  input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
  input[type=radio]:not(.switch) {
    width: 15px;
  }
  input[type=checkbox]:not(.switch)::after,
  input[type=radio]:not(.switch)::after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
  input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  @media (max-width: 767px) {
    input[type=checkbox]:not(.switch) {
      width: 23px;
    }
  }
  input[type=checkbox]:not(.switch)::after {
    top: 2px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]::after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: 0.5;
  }
}