/*
--------------------------------
	variables
--------------------------------
*/
/* ---- sizes ---- */
/* ---- colors ---- */
/*
--------------------------------
	mixins
--------------------------------
*/
/* ---- media query ---- */
/* ---- language ---- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, hr,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
}

body {
  -webkit-text-size-adjust: 100%; /* for iOS, Android */
}

li {
  list-style: none;
}

a, button {
  -webkit-tap-highlight-color: transparent; /* for iOS, Android */
}

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

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

caption, th {
  text-align: left;
}

button {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

input, select, textarea {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  line-height: 1;
}

strong, em, b {
  font-weight: bold;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/*
--------------------------------
	font
--------------------------------
*/
@font-face {
  font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/LINESeedJP_OTF_Rg.woff2) format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/LINESeedJP_OTF_Bd.woff2) format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/LINESeedJP_OTF_Eb.woff2) format("woff2");
}
html {
  font-size: 62.5%;
}

body {
  font-family: "LINESeedJP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1;
}
body:lang(en) {
  letter-spacing: normal;
  word-break: break-word;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

@media (max-width: 639.9px) {
  body {
    font-size: 1.5rem;
  }
}
/*
--------------------------------
	utilities
--------------------------------
*/
/* ---- media query ---- */
@media (min-width: 640px) {
  .pc-hidden {
    display: none;
  }
}
@media (max-width: 639.9px) {
  .sp-hidden {
    display: none;
  }
}
/* ---- margin ---- */
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

@media (max-width: 639.9px) {
  .mt0 {
    margin-top: 0vw !important;
  }
  .mt10 {
    margin-top: 2vw !important;
  }
  .mt20 {
    margin-top: 4vw !important;
  }
  .mt30 {
    margin-top: 6vw !important;
  }
  .mt40 {
    margin-top: 8vw !important;
  }
  .mt50 {
    margin-top: 10vw !important;
  }
  .mt60 {
    margin-top: 12vw !important;
  }
  .mt70 {
    margin-top: 14vw !important;
  }
  .mt80 {
    margin-top: 16vw !important;
  }
  .mt90 {
    margin-top: 18vw !important;
  }
  .mt100 {
    margin-top: 20vw !important;
  }
  .mt110 {
    margin-top: 22vw !important;
  }
  .mt120 {
    margin-top: 24vw !important;
  }
  .mt130 {
    margin-top: 26vw !important;
  }
  .mt140 {
    margin-top: 28vw !important;
  }
  .mt150 {
    margin-top: 30vw !important;
  }
}
/*
--------------------------------
	page header
--------------------------------
*/
/* ---- container ---- */
header {
  display: flex;
  align-items: center;
  height: 120px;
  padding: 0 2.8vw 0 3.8vw;
}
header .site-id {
  display: flex;
  align-items: center;
  margin-right: auto;
}
header .site-id img {
  display: block;
  width: 180px;
}
header .site-id h1, header .site-id p {
  margin-left: 40px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: normal;
 /* text-transform: uppercase;*/
}
header .sns {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-right: 32px;
}
header .sns a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50%;
  overflow: hidden;
  text-indent: -400px;
  transform: scale(1);
  transition: background-color 0.4s, transform 0.4s;
}
@media (hover: hover) {
  header .sns a:hover {
    background-color: #0020cb;
    transform: scale(1.1);
  }
}
header .sns li:nth-child(1) a {
  background-image: url(../images/sns_x_g.png);
}
@media (hover: hover) {
  header .sns li:nth-child(1) a:hover {
    background-image: url(../images/sns_x_w.png);
  }
}
header .sns li:nth-child(2) a {
  background-image: url(../images/sns_in_g.png);
}
@media (hover: hover) {
  header .sns li:nth-child(2) a:hover {
    background-image: url(../images/sns_in_w.png);
  }
}
header .sns li:nth-child(3) a {
  background-image: url(../images/sns_fb_g.png);
}
@media (hover: hover) {
  header .sns li:nth-child(3) a:hover {
    background-image: url(../images/sns_fb_w.png);
  }
}
header .sns li:nth-child(4) a {
  background-image: url(../images/sns_yt_g.png);
}
@media (hover: hover) {
  header .sns li:nth-child(4) a:hover {
    background-image: url(../images/sns_yt_w.png);
  }
}
header .sns li:nth-child(5) a {
  background-image: url(../images/sns_nt_g.png);
}
@media (hover: hover) {
  header .sns li:nth-child(5) a:hover {
    background-image: url(../images/sns_nt_w.png);
  }
}
header .lang {
  display: flex;
  align-items: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  position: relative;
  width: 100px;
  height: 32px;
  padding: 0 9px;
  border-radius: 100px;
  background-color: #0020cb;
}
header .lang li {
  position: relative;
  z-index: 2;
}
header .lang a {
  display: block;
  width: 40px;
  color: rgba(229, 229, 255, 0.7);
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  transition: color 0.3s;
}
@media (hover: hover) {
  header .lang a:hover {
    color: #fff;
  }
}
header .lang::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  z-index: 1;
  width: 50px;
  height: 24px;
  border-radius: 12px;
  background-color: #fff;
}
[lang=ja] header .lang li:nth-child(1) a {
  color: #0020cb;
  pointer-events: none;
}
[lang=ja] header .lang::before {
  left: 4px;
}
[lang=en] header .lang li:nth-child(2) a {
  color: #0020cb;
  pointer-events: none;
}
[lang=en] header .lang::before {
  right: 4px;
}
header .lang.is-hidden {
  visibility: hidden;
}

@media (max-width: 959px) {
  header .site-id h1,
  header .site-id p {
    margin-left: 24px;
  }
  header .sns {
    margin-right: 24px;
  }
}
@media (max-width: 767.9px) {
  header .sns {
    display: none;
  }
}
@media (max-width: 639.9px) {
  header {
    height: 100px;
    padding: 0 4.3vw 0 7.5vw;
  }
  header .site-id {
    display: block;
    padding-top: 10px;
  }
  header .site-id img {
    display: block;
    width: 144px;
  }
  header .site-id h1, header .site-id p {
    margin: 10px 0 0;
    font-size: 1.5rem;
  }
}
/*
--------------------------------
	button
--------------------------------
*/
/* ---- button ---- */
.c-button {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.c-button a {
  display: block;
  position: relative;
  width: 600px;
  max-width: 100%;
  outline-offset: -1px;
  outline: 1px solid #0020cb;
  border-radius: 6px;
}
@media (hover: hover) {
  .c-button a:hover .inner {
    transform: translate(6px, -6px);
  }
  .c-button a:hover .arrow::before {
    transform: translate(100%, -100%);
    transition: transform 0.3s ease-out;
  }
  .c-button a:hover .arrow::after {
    transform: translate(0, 0);
    transition: transform 0.3s ease-out;
  }
}
.c-button .inner {
  display: block;
  position: relative;
  border-radius: 6px;
  background-color: #0020cb;
  overflow: hidden;
  transform: translate(0, 0);
  transition: transform 0.2s ease-out;
}
.c-button .inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_noise.png);
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
}
.c-button .jp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 120px;
  padding: 0 100px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.c-button .en {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 3rem);
  z-index: 1;
  width: 100%;
  color: rgba(255, 255, 255, 0.2);
  font-size: 6rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.c-button .arrow {
  display: block;
  position: absolute;
  right: 30px;
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.c-button .arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow_rt_w.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 50%;
  transform: translate(0, 0);
  transition: none;
}
.c-button .arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow_rt_w.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 50%;
  transform: translate(-100%, 100%);
  transition: none;
}

@media (max-width: 639.9px) {
  .c-button {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .c-button a {
    width: 360px;
    margin: 0 auto;
    border-radius: 8px;
  }
  .c-button .inner {
    border-radius: 8px;
  }
  .c-button .jp {
    justify-content: flex-start;
    height: 84px;
    padding: 0 96px 0 40px;
    font-size: 1.8rem;
  }
  .c-button .en {
    top: calc(50% - 2rem);
    padding-left: 24px;
    font-size: 4rem;
    text-align: left;
  }
  .c-button .arrow {
    right: 24px;
  }
  .c-button .arrow::before, .c-button .arrow::after {
    background-size: 14px;
  }
}
/*
--------------------------------
	link
--------------------------------
*/
/* ---- text link ---- */
a.c-text-link {
  margin: 0 0.5em;
  color: #2e2e2e;
  text-decoration-line: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: color 0.2s, text-decoration-color 0.2s;
}
@media (hover: hover) {
  a.c-text-link:hover {
    color: #0020cb;
    text-decoration-color: #0020cb;
  }
}

/* ---- back link ---- */
.c-link.back {
  margin-top: 80px;
  text-align: center;
}
.c-link.back a {
  display: inline-block;
  position: relative;
  padding: 6px 0 6px 80px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  transition: color 0.3s;
}
@media (hover: hover) {
  .c-link.back a:hover {
    color: #0020cb;
  }
  .c-link.back a:hover span {
    border-color: #0020cb;
    background-color: #0020cb;
  }
  .c-link.back a:hover span::before {
    transform: translate(-100%, 0);
    transition: transform 0.3s ease-out;
  }
  .c-link.back a:hover span::after {
    transform: translate(0, 0);
    transition: transform 0.3s ease-out;
  }
}
.c-link.back span {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border: 1px solid #878787;
  border-radius: 50%;
  background-color: transparent;
  overflow: hidden;
  text-indent: -400px;
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.c-link.back span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow_l_g.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 50%;
  transform: translate(0, 0);
  transition: none;
}
.c-link.back span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow_l_w.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 50%;
  transform: translate(100%, 0);
  transition: none;
}

@media (max-width: 639.9px) {
  .c-link.back {
    margin-top: 10.6vw;
  }
  .c-link.back a {
    display: inline-block;
    position: relative;
    padding: 10.5px 0 10.5px 64px;
    font-size: 1.8rem;
  }
}
/*
--------------------------------
	breadcrumbs
--------------------------------
*/
/* ---- breadcrumbs ---- */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  margin-bottom: 32px;
  padding: 0 5.6vw;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.breadcrumbs li {
  position: relative;
  padding-left: 25px;
}
.breadcrumbs li::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #878787;
}
.breadcrumbs li:first-child {
  padding-left: 0;
}
.breadcrumbs li:first-child::before {
  content: none;
}
.breadcrumbs li:first-child a {
  position: relative;
  padding-left: 20px;
}
.breadcrumbs li:first-child a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 15px;
  height: 15px;
  background-image: url(../images/icon_home.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumbs a {
  display: inline-block;
  color: #878787;
  font-weight: 400;
  transition: color 0.2s;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: #0020cb;
    text-decoration-line: underline;
    text-decoration-color: #0020cb;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}

@media (max-width: 639.9px) {
  .breadcrumbs {
    margin-bottom: 8.5vw;
  }
}
/*
--------------------------------
	footer
--------------------------------
*/
/* ---- links ---- */
.footer-links {
  display: flex;
  border-top: 1px solid #0020cb;
  border-bottom: 1px solid #0020cb;
  background-color: #fff;
}
.footer-links > li {
  width: 50%;
  padding: 4.4vw 4.4vw 2.8vw 4.4vw;
}
.footer-links > li:first-child {
  border-right: 1px solid #0020cb;
}
.footer-links dl {
  position: relative;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
}
.footer-links dt {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.3;
}
.footer-links dd {
  margin-top: 16px;
  padding-bottom: 64px;
}
.footer-links p {
  font-size: 1.6rem;
  line-height: 2;
}
.footer-links .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #878787;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  text-indent: -400px;
  transition: border-color 0.3s, background-color 0.3s;
}
@media (hover: hover) {
  .footer-links .arrow:hover {
    border-color: #0020cb;
    background-color: #0020cb;
  }
  .footer-links .arrow:hover::before {
    transform: translate(100%, -100%);
    transition: transform 0.3s ease-out;
  }
  .footer-links .arrow:hover::after {
    transform: translate(0, 0);
    transition: transform 0.3s ease-out;
  }
}
.footer-links .arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow_rt_g.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 50%;
  transform: translate(0, 0);
  transition: none;
}
.footer-links .arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow_rt_w.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 50%;
  transform: translate(-100%, 100%);
  transition: none;
}
.footer-links .sns {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  position: absolute;
  right: 0;
  bottom: 8px;
}
.footer-links .sns a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #878787;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50%;
  overflow: hidden;
  text-indent: -400px;
  transform: scale(1);
  transition: border-color 0.4s, background-color 0.4s, transform 0.4s;
}
@media (hover: hover) {
  .footer-links .sns a:hover {
    border-color: #0020cb;
    background-color: #0020cb;
    transform: scale(1.1);
  }
}
.footer-links .sns li:nth-child(1) a {
  background-image: url(../images/sns_x_g.png);
}
@media (hover: hover) {
  .footer-links .sns li:nth-child(1) a:hover {
    background-image: url(../images/sns_x_w.png);
  }
}
.footer-links .sns li:nth-child(2) a {
  background-image: url(../images/sns_in_g.png);
}
@media (hover: hover) {
  .footer-links .sns li:nth-child(2) a:hover {
    background-image: url(../images/sns_in_w.png);
  }
}
.footer-links .sns li:nth-child(3) a {
  background-image: url(../images/sns_fb_g.png);
}
@media (hover: hover) {
  .footer-links .sns li:nth-child(3) a:hover {
    background-image: url(../images/sns_fb_w.png);
  }
}
.footer-links .sns li:nth-child(4) a {
  background-image: url(../images/sns_yt_g.png);
}
@media (hover: hover) {
  .footer-links .sns li:nth-child(4) a:hover {
    background-image: url(../images/sns_yt_w.png);
  }
}
.footer-links .sns li:nth-child(5) a {
  background-image: url(../images/sns_nt_g.png);
}
@media (hover: hover) {
  .footer-links .sns li:nth-child(5) a:hover {
    background-image: url(../images/sns_nt_w.png);
  }
}

@media (max-width: 839px) {
  .footer-links dt {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .footer-links {
    display: block;
  }
  .footer-links > li {
    width: auto;
    padding: 10vw 6.4vw 8.6vw;
  }
  .footer-links > li:first-child {
    border-right-style: none;
    border-bottom: 1px solid #0020cb;
  }
  .footer-links > li:last-child dd {
    padding-bottom: 48px;
  }
  .footer-links dl {
    max-width: 560px;
    height: auto;
  }
  .footer-links dt {
    font-size: 1.8rem;
  }
  .footer-links dd {
    margin-top: 16px;
    padding-bottom: 0;
  }
  .footer-links p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .footer-links .arrow {
    top: -1.17rem;
    bottom: auto;
    width: 40px;
    height: 40px;
  }
  .footer-links .sns {
    bottom: 0;
  }
}
/* ---- footer ---- */
footer {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  padding: 0 5.6vw;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
footer ul a {
  font-size: 1.3rem;
  transition: color 0.2s;
}
@media (hover: hover) {
  footer ul a:hover {
    color: #0020cb;
    text-decoration-line: underline;
    text-decoration-color: #0020cb;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}
footer p {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

@media (max-width: 839px) {
  footer {
    display: block;
    height: auto;
    padding: 5vw 5.6vw;
    text-align: center;
  }
  footer ul {
    justify-content: center;
  }
  footer ul a {
    display: inline-block;
    padding: 0.5em;
  }
  footer p {
    color: #878787;
    margin-top: 2.4em;
  }
}
@media (max-width: 639.9px) {
  footer {
    padding: calc(12.8vw - 0.78rem) 6.4vw 12.8vw;
  }
  footer ul {
    gap: 8px 6px;
  }
}
/*
--------------------------------
  search
--------------------------------
*/
/* ---- mordal ---- */
.search-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3001;
  width: 100%;
  height: 100vh;
  padding: 8.3vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease-out;
}
.search-modal.is-open {
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
.search-modal.is-open .inner {
  pointer-events: auto;
}
.search-modal .inner {
  position: relative;
  width: 100%;
  max-width: 1152px;
  max-height: calc(100vh - 8.3vw * 2);
  padding: 64px 7.5%;
  border-radius: 8px;
  background-color: #fff;
}
.search-modal .head {
  display: none;
}
.search-modal .scroll {
  position: relative;
  overflow-y: auto;
  max-height: calc(100vh - 8.3vw * 2 - 225px);
}
.search-modal .scroll::-webkit-scrollbar {
  width: 8px;
}
.search-modal .scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.search-modal .scroll::-webkit-scrollbar-thumb {
  background-color: #2e2e2e;
}
.search-modal .category-head {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: 700;
}
.search-modal .category-head:first-child {
  margin-top: 0;
}
.search-modal .category-head button {
  display: none;
}
.search-modal .category-body {
  margin-top: 20px;
}
.search-modal .category-body > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.search-modal .category-body > ul a {
  position: relative;
  display: inline-block;
  padding: 8px 25px 6px 0;
  color: #0020cb;
  font-size: 1.3rem;
  line-height: 1.6;
}
.search-modal .category-body > ul a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
}
.search-modal .category-body > ul a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 12px;
  height: 10px;
  background: url(../images/icon_arrow.svg) center no-repeat;
}
.search-modal .category-body > ul a:hover, .search-modal .category-body > ul a:active {
  color: #0020cb;
}
.search-modal .category-body > ul a:hover::after, .search-modal .category-body > ul a:active::after {
  animation: arrow-right 0.5s ease-in-out;
}
.search-modal .button {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.search-modal .button .btn-close {
  display: none;
}
.search-modal .button .btn-reset {
  display: block;
  padding: 2px 0 0 24px;
  background-image: url(../images/icon_reset.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 0 50%;
  color: #bfbfbf;
  font-size: 1.5rem;
}
.search-modal .button .btn-submit {
  display: block;
  width: 336px;
  padding: 17px;
  background-color: #2e2e2e;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.2s ease-out;
}
.search-modal .button .btn-submit:hover, .search-modal .button .btn-submit:active {
  background-color: #505050;
}
.search-modal .btn-close-pc {
  display: block;
  position: absolute;
  right: 0;
  top: -70px;
  width: 44px;
  height: 44px;
  text-indent: -400px;
  opacity: 1;
  transition: opacity 0.2s;
}
.search-modal .btn-close-pc::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
.search-modal .btn-close-pc::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .search-modal .btn-close-pc:hover {
    opacity: 0.7;
  }
}

@media (min-width: 640px) {
  .search-modal .category-body {
    height: auto !important;
  }
}
@media (max-width: 1089px) {
  .search-modal {
    padding: 8.3vw;
  }
  .search-modal .inner {
    max-height: calc(100vh - 184px);
    padding: 64px 7.5%;
  }
  .search-modal .scroll {
    max-height: calc(100vh - 409px);
  }
}
@media (max-width: 639.9px) {
  .search-modal {
    display: block;
    height: 100dvh;
    padding: 0;
  }
  .search-modal .inner {
    max-width: none;
    height: 100%;
    max-height: none;
    padding: 65px 0 87px;
    border-radius: 0;
    background-color: #f5f5f7;
  }
  .search-modal .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 65px;
    padding-left: calc(6.4vw - 5px);
    background-color: #fff;
  }
  .search-modal .head p {
    font-size: 2rem;
    font-weight: 700;
  }
  .search-modal .head button {
    display: inline-block;
    height: 65px;
    padding: 0 6.4vw 0 calc(6.4vw + 24px);
    background-image: url(../images/icon_reset.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 6.4vw 50%;
    color: #bfbfbf;
    font-size: 1.5rem;
    line-height: 64px;
  }
  .search-modal .scroll {
    max-height: calc(100dvh - 152px);
  }
  .search-modal .category-head {
    display: block;
    position: relative;
    margin-top: 0;
    padding: 24px calc(6.4vw * 2 + 12px) 24px 6.4vw !important;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .search-modal .category-body {
    height: 0;
    margin-top: 0;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    transition: height 0.3s ease-out;
  }
  .search-modal .category-body > ul {
    gap: 0;
    padding: 0 6.4vw 24px;
  }
  .search-modal .category-body > ul li {
    width: 50%;
    padding-right: 15px;
  }
  .search-modal .category-body > ul li:nth-child(2n) {
    padding-right: 0;
  }
  .search-modal .category-head button {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: left;
    text-indent: -400px;
  }
  .search-modal .category-head button::before {
    content: "";
    display: block;
    position: absolute;
    right: 6.4vw;
    top: calc(50% - 1px);
    width: 14px;
    height: 2px;
    background-color: #2e2e2e;
  }
  .search-modal .category-head button::after {
    content: "";
    display: block;
    position: absolute;
    right: 6.4vw;
    top: calc(50% - 1px);
    width: 14px;
    height: 2px;
    background-color: #2e2e2e;
    opacity: 1;
    transform: rotate(-90deg);
    transition: opacity 0.2s, transform 0.2s;
  }
  .search-modal .category-head button.is-open::after {
    opacity: 0;
    transform: rotate(0);
  }
  .search-modal .button {
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 88px;
    margin-top: 0;
    padding: 0 6.4vw;
    border-top: 1px solid #d9d9d9;
  }
  .search-modal .button .btn-close {
    display: block;
    width: calc((100% - 6.4vw) / 2);
    padding: 17px;
    background-color: #fff;
    color: #2e2e2e;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .search-modal .button .btn-reset {
    display: none;
  }
  .search-modal .button .btn-submit {
    display: block;
    width: calc((100% - 6.4vw) / 2);
    padding: 17px;
    background-color: #2e2e2e;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .search-modal .btn-close-pc {
    display: none;
  }
}
@media (hover: none) {
  .search-modal .scroll::-webkit-scrollbar {
    display: none;
  }
  .search-modal .scroll::-webkit-scrollbar-track {
    display: none;
  }
  .search-modal .scroll::-webkit-scrollbar-thumb {
    display: none;
  }
}
/* ---- mordal bg ---- */
.bg-search-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s ease-out;
}
.bg-search-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.16s ease-out;
}

@media (max-width: 639.9px) {
  .bg-search-modal {
    display: none;
  }
}
/* ---- checkbox ---- */
.search-modal input[type=checkbox],
.c-checkbox {
  display: none;
}
.search-modal input[type=checkbox] + label,
.c-checkbox + label {
  position: relative;
  display: inline-block;
  padding: 9px 0 6px 24px;
  font-size: 1.3rem;
  letter-spacing: normal;
  line-height: 1.6;
  cursor: pointer;
}
.search-modal input[type=checkbox] + label::before,
.c-checkbox + label::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.12s, background-color 0.12s;
}
.search-modal input[type=checkbox] + label::after,
.c-checkbox + label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  width: 10px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.search-modal input[type=checkbox]:checked + label::before,
.c-checkbox:checked + label::before {
  border-color: #2e2e2e;
  background-color: #2e2e2e;
}

@media (max-width: 639.9px) {
  .search-modal input[type=checkbox] + label {
    padding: 11px 0 9px 26px;
  }
}
/*
--------------------------------
	top page
--------------------------------
*/
/* ---- main visual ---- */
.top-mv {
  position: relative;
  margin-top: 32px;
  background-image: url(../images/bg_dot_pc.png);
  background-repeat: repeat-y;
  background-size: min(1232px, 86vw) auto;
  background-position: 50% 43%;
}
.top-mv::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #f5f5f7;
}
.top-mv .inner {
  position: relative;
  z-index: 2;
  aspect-ratio: 1/0.567;
}
.top-mv .txt {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
}
.top-mv .txt .shoulder {
  display: inline-block;
  position: relative;
  padding: 8px 16px;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1.3;
  background-color: #dee3f5;
}
.top-mv .txt .shoulder::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_noise.png);
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
}
.top-mv .txt .catch {
  margin-top: 16px;
  color: #0020cb;
  font-size: 10.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
}
.top-mv .slider {
  position: relative;
  z-index: 1;
  height: 100%;
  aspect-ratio: 1/1;
  margin-left: auto;
  overflow: hidden;
}
.top-mv .slider img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.top-mv .slider img:first-child {
  z-index: 1;
}

@media (max-width: 1279px) {
  .top-mv .txt .shoulder {
    font-size: 1.875vw;
  }
  .top-mv .txt .catch {
    font-size: 8.125vw;
  }
}
@media (max-width: 639.9px) {
  .top-mv {
    margin-top: 13.3vw;
    padding-bottom: 11vw;
    background-image: none;
  }
  .top-mv::before {
    content: none;
  }
  .top-mv::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 80vw;
    background-image: url(../images/bg_dot_sp.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: 50% 0;
  }
  .top-mv .inner {
    aspect-ratio: auto;
  }
  .top-mv .txt {
    position: relative;
    bottom: auto;
  }
  .top-mv .txt .shoulder {
    display: none;
  }
  .top-mv .txt .catch {
    margin-top: 0;
    font-size: 11.5vw;
  }
  .top-mv .slider {
    height: 74.7vw;
    margin: -5vw auto 0;
  }
}
/* ---- lead ---- */
.top-lead {
  margin-top: 128px;
}
.top-lead p {
  font-size: 2rem;
  line-height: 2;
}
.top-lead .c-button {
  margin-top: 80px;
}

@media (max-width: 639.9px) {
  .top-lead {
    margin-top: 7vw;
  }
  .top-lead p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .top-lead .c-button {
    margin-top: 10.6vw;
  }
}
/* ---- point ---- */
.top-point {
  position: relative;
  margin-top: calc(120px + min(10.7vw, 154px));
  padding-bottom: 112px;
  background-color: #dee3f5;
  /*
  &::before {
  	content: "";
  	display: block;
  	position: absolute;
  	left: 50%;
  	top: max(-10.7vw, -154px);
  	z-index: 1;
  	width: 86vw;
  	max-width: 1232px;
  	height: min(10.7vw, 154px);
  	background: {
  		image: url(../images/bg_dot_pc.png);
  		repeat: repeat-y;
  		size: 100% auto;
  	}
  	transform: translateX(-50%);
  }
  */
}
.top-point::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -154px;
  z-index: 1;
  width: 86%;
  height: 154px;
  background-image: url(../images/bg_dot_pc_r.png);
  background-repeat: repeat;
  background-position: 50% 0;
  background-size: 164px auto;
  transform: translateX(-50%);
}
.top-point::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_noise.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  mix-blend-mode: overlay;
}
.top-point > .inner {
  position: relative;
  z-index: 3;
}
.top-point h2 {
  transform: translateY(calc(-3rem - 8px));
}
.top-point h2 span {
  display: inline-block;
  margin-top: 4px;
  padding: 8px 16px;
  background-color: #fff;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.5;
}
.top-point ul {
  display: flex;
  margin-top: calc(-3rem - 8px);
  padding-bottom: 128px;
}
.top-point ul li {
  width: calc(33.3333% + 1px);
  margin-right: -1px;
  padding: 4%;
  border: 1px solid #0020cb;
  background-color: #fff;
}
.top-point ul li:nth-child(1) {
  transform: translateY(128px);
}
.top-point ul li:nth-child(2) {
  transform: translateY(64px);
}
.top-point ul .num {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.top-point ul .num span:first-child {
  display: block;
  color: #0020cb;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
}
.top-point ul .num span:last-child {
  display: block;
  margin-top: 6px;
  color: #0020cb;
  font-size: 6.4rem;
  font-weight: 800;
}
.top-point ul dt {
  margin-top: 16px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.top-point ul dd {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 839px) {
  .top-point ul {
    display: block;
    margin-top: 2vw;
    padding-bottom: 0;
  }
  .top-point ul li {
    width: auto;
    margin: -1px 0 0;
    padding: 6%;
  }
  .top-point ul li:nth-child(1) {
    margin-top: 0;
    transform: none;
  }
  .top-point ul li:nth-child(2) {
    margin-top: -1px;
    transform: none;
  }
}
@media (max-width: 639.9px) {
  .top-point {
    margin-top: 43.7vw;
    padding-bottom: 17vw;
    /*
    &::before {
    	left: 0;
    	top: -21vw;
    	width: 100%;
    	max-width: none;
    	height: 21vw;
    	background-image: url(../images/bg_dot_sp.png);
    	transform: none;
    }
    */
  }
  .top-point::before {
    left: 0;
    top: -82px;
    width: 100%;
    max-width: none;
    height: 82px;
    background-image: url(../images/bg_dot_sp_r.png);
    background-size: 84px auto;
    transform: none;
  }
  .top-point h2 {
    transform: translateY(calc(-1.8rem - 8px));
  }
  .top-point h2 span {
    padding: 8px 16px;
    font-size: 2.4rem;
  }
  .top-point ul {
    margin-top: calc(-1.2rem - 8px + 8.5vw);
  }
  .top-point ul li {
    padding: 7.3%;
  }
  .top-point ul .num span:first-child {
    font-size: 1.2rem;
  }
  .top-point ul .num span:last-child {
    margin-top: 8px;
    font-size: 4.8rem;
  }
  .top-point ul dt {
    font-size: 1.8rem;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
  .top-point ul dd {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
@media (max-width: 399px) {
  .top-point h2 span {
    letter-spacing: normal;
  }
}
/* ---- job ---- */
.top-job {
  padding-top: 120px;
  padding-bottom: 160px;
}
.top-job h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.3;
}
.top-job h2 + p {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 2;
}
.top-job ul {
  display: flex;
  margin-top: 40px;
}
.top-job ul li {
  position: relative;
  width: calc(25% + 1px);
  margin-left: -1px;
  background-color: #0020cb;
}
.top-job ul li:nth-child(1) {
  z-index: 4;
  width: 25%;
  margin-left: 0;
}
.top-job ul li:nth-child(2) {
  z-index: 3;
}
.top-job ul li:nth-child(3) {
  z-index: 2;
}
.top-job ul li:nth-child(4) {
  z-index: 1;
}
.top-job ul a {
  display: block;
  height: 100%;
  border: 1px solid #0020cb;
  background-color: #fff;
  transform: translate(0, 0);
  transition: transform 0.2s ease-out;
}
@media (hover: hover) {
  .top-job ul a:hover {
    transform: translate(9px, -9px);
  }
}
.top-job ul a::after {
  content: "";
  display: block;
  height: 70px;
  background-image: url(../images/arrow_r_b.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: right 28px top 50%;
}
.top-job ul a.before {
  pointer-events: none;
}
.top-job ul a.before::after {
  background-image: none;
}
.top-job ul a.before .status {
  background-color: #dee3f5;
  color: #0020cb;
}
.top-job ul a.before img {
  opacity: 0.4;
  filter: grayscale(1);
}
.top-job ul a.before .title {
  opacity: 0.5;
}
.top-job ul a.after .status {
  background-color: #fff;
  color: #0020cb;
}
.top-job ul .status {
  display: inline-block;
  padding: 7px 13px 7px 15px;
  border-right: 1px solid #0020cb;
  border-bottom: 1px solid #0020cb;
  border-radius: 0 0 4px 0;
  background-color: #0020cb;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.top-job ul img {
  display: block;
  width: 78px;
  margin: 34px auto 48px;
}
.top-job ul .title {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
.top-job .c-button {
  margin-top: 80px;
}

@media (max-width: 1079px) {
  .top-job ul .title {
    font-size: 1.85vw;
  }
}
@media (max-width: 839px) {
  .top-job ul {
    display: block;
    margin-top: 8.5vw;
  }
  .top-job ul li {
    position: static;
    width: auto;
    margin: -1px 0 0;
  }
  .top-job ul li:nth-child(1) {
    width: auto;
    margin-top: 0;
  }
  .top-job ul a {
    display: flex;
    align-items: center;
    position: relative;
    height: 128px;
    padding: 0 4.5vw 0 7.5vw;
  }
  .top-job ul a::after {
    width: 18px;
    height: 100%;
    background-position: right 0 top 50%;
  }
  .top-job ul .status {
    position: absolute;
    left: 0;
    top: 0;
  }
  .top-job ul img {
    width: 56px;
    margin: 0 5vw 0 0;
  }
  .top-job ul .title {
    margin-right: auto;
    font-size: 2rem;
  }
}
@media (max-width: 639.9px) {
  .top-job {
    padding-top: 17vw;
    padding-bottom: 17vw;
  }
  .top-job h2 {
    font-size: 2.4rem;
  }
  .top-job h2 + p {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .top-job ul img {
    width: 44px;
  }
  .top-job ul .title {
    font-size: 1.8rem;
  }
  .top-job .c-button {
    margin-top: 8.5vw;
  }
}
/*
--------------------------------
  job pages
--------------------------------
*/
/* ---- container ---- */
.job-header {
  position: relative;
}
.job-header::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -75px;
  z-index: 0;
  width: 86%;
  height: 420px;
  background-image: url(../images/bg_dot_pc_r.png);
  background-repeat: repeat;
  background-position: 50% 0;
  background-size: 164px auto;
  transform: translateX(-50%);
}

.job-point ~ section {
  margin-top: 128px;
}
.job-point ~ section h2 {
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.5;
}

@media (max-width: 639.9px) {
  .job-header::before {
    left: 0;
    top: -34px;
    width: 100%;
    height: 60vw;
    background-image: url(../images/bg_dot_sp_r.png);
    background-size: 84px auto;
    transform: none;
  }
  .job-point ~ section {
    margin-top: 17vw;
  }
  .job-point ~ section h2 {
    margin-bottom: 6.4vw;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
/* ---- header ---- */
.job-header-inner {
  margin-top: 80px;
}
.job-header-inner img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.344;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-header-inner h1 {
  position: relative;
  display: inline-block;
  max-width: 82%;
  margin-top: -55px;
  padding: 8px 24px;
  background-color: #fff;
  color: #0020cb;
  font-size: 6.4rem;
  font-weight: 800;
  line-height: 1.3;
}
.job-header-inner p {
  margin-top: 50px;
  font-size: 2rem;
  line-height: 2;
}

@media (max-width: 899px) {
  .job-header-inner img {
    aspect-ratio: 1/0.612;
  }
  .job-header-inner h1 {
    letter-spacing: normal;
  }
}
@media (max-width: 639.9px) {
  .job-header-inner {
    margin-top: 10.6vw;
  }
  .job-header-inner img {
    aspect-ratio: 1/0.612;
  }
  .job-header-inner h1 {
    margin-top: -34px;
    padding: 13px 24px 12px;
    font-size: 3.6rem;
    line-height: 1.2;
  }
  .job-header-inner p {
    margin-top: 6.4vw;
    font-size: 1.4rem;
  }
}
/* ---- point ---- */
.job-point {
  position: relative;
  margin-top: 148px;
  padding-bottom: 120px;
  background-color: #dee3f5;
}
.job-point::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_noise.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  mix-blend-mode: overlay;
}
.job-point > .inner {
  position: relative;
  z-index: 2;
}
.job-point ul {
  display: flex;
  transform: translateY(-68px);
}
.job-point ul li {
  width: calc(33.3333% + 1px);
  margin-right: -1px;
  padding: 4%;
  border: 1px solid #0020cb;
  background-color: #fff;
}
.job-point ul .num {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.job-point ul .num span:first-child {
  display: block;
  color: #0020cb;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
}
.job-point ul .num span:last-child {
  display: block;
  margin-top: 6px;
  color: #0020cb;
  font-size: 6.4rem;
  font-weight: 800;
}
.job-point ul dt {
  margin-top: 16px;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.job-point ul dd {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2;
}
.job-point .c-button {
  margin-top: 12px;
}

@media (max-width: 839px) {
  .job-point {
    margin-top: calc(17vw + 64px);
    padding-bottom: 17vw;
  }
  .job-point ul {
    display: block;
    transform: translateY(-64px);
  }
  .job-point ul li {
    width: auto;
    margin: -1px 0 0;
    padding: 6%;
  }
  .job-point ul li:nth-child(1) {
    margin-top: 0;
  }
  .job-point ul li:nth-child(2) {
    margin-top: -1px;
  }
  .job-point .c-button {
    margin-top: calc(10.6vw - 64px);
  }
}
@media (max-width: 639.9px) {
  .job-point ul li {
    padding: 7.3%;
  }
  .job-point ul .num span:first-child {
    font-size: 1.2rem;
  }
  .job-point ul .num span:last-child {
    margin-top: 8px;
    font-size: 4.8rem;
  }
  .job-point ul dt {
    font-size: 1.8rem;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
  .job-point ul dd {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
@media (max-width: 399px) {
  .job-point h2 span {
    letter-spacing: normal;
  }
}
/* ---- news ---- */
.job-news p {
  font-size: 1.6rem;
  line-height: 2;
}
.job-news ul {
  margin-top: 40px;
  border-top: 1px solid #0020cb;
}
.job-news ul li {
  border-bottom: 1px solid #0020cb;
}
.job-news ul li a, .job-news ul li > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
  padding: 24px 16px;
}
.job-news ul li a time, .job-news ul li > span time {
  width: 9.8em;
  padding-top: 2px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.job-news ul li a .category, .job-news ul li > span .category {
  display: block;
  margin-right: 8px;
  padding: 7px 8px 6px;
  background-color: #dee3f5;
  font-size: 1.4rem;
  font-weight: 600;
}
.job-news ul li a p, .job-news ul li > span p {
  width: 100%;
  margin-top: 4px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.job-news ul li a {
  position: relative;
  padding-right: 64px;
  background-color: transparent;
  transition: background-color 0.2s ease-out;
}
@media (hover: hover) {
  .job-news ul li a:hover {
    background-color: #dee3f5;
  }
}
/*--aタグにリンクがない場合矢印を消す--*/
.job-news ul li a:not([href])::after {
  content: none;
}
.job-news ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow_r_b.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50%;
}

@media (max-width: 639.9px) {
  .job-news p {
    font-size: 1.4rem;
  }
  .job-news ul {
    margin-top: 8.5vw;
  }
  .job-news ul li a, .job-news ul li > span {
    row-gap: 5px;
    padding: 4.4vw 0 4vw 0;
  }
  .job-news ul li a time, .job-news ul li > span time {
    width: auto;
    margin-right: 1em;
    padding-top: 2px;
    font-size: 1.4rem;
  }
  .job-news ul li a .category, .job-news ul li > span .category {
    margin-right: 4px;
    padding: 7px 8px 6px;
    font-size: 1.2rem;
  }
  .job-news ul li a p, .job-news ul li > span p {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .job-news ul li a {
    padding-right: 44px;
  }
  .job-news ul li a::after {
    right: 0;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
  }
}
/* ---- course ---- */
.job-course .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-course .heading h2 {
  margin-bottom: 0;
}
.job-course .heading button {
  display: inline-block;
  position: relative;
  padding: 18px 108px 17px 20px;
  border-radius: 8px;
  background-color: #2e2e2e;
  background-image: url(../images/icon_filter.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 20px top 50%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  transition: background-color 0.2s;
}
@media (hover: hover) {
  .job-course .heading button:hover {
    background-color: #505050;
  }
}
.job-course .heading + h3 {
  margin-top: 50px;
}
.job-course h3 {
  margin-top: 80px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.5;
}
.job-course h3 + p {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.job-course .js-result {
  opacity: 0;
  transition: opacity 0s;
}
.job-course .js-result.is-shown {
  opacity: 1;
  transition: opacity 0.7s ease-out;
}
.job-course .js-result > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.job-course .js-result > ul > li {
  position: relative;
  z-index: 2;
  width: 50%;
  background-color: #0020cb;
}
.job-course .js-result > ul > li:nth-child(2n) {
  z-index: 1;
  width: calc(50% + 1px);
  margin-left: -1px;
}
.job-course .js-result > ul > li:nth-child(n+3) {
  margin-top: -1px;
}
.job-course .js-result > ul a {
  display: block;
  position: relative;
  height: 100%;
  padding: 64px 8%;
  border: 1px solid #0020cb;
  background-color: #fff;
  transform: translate(0, 0);
  transition: transform 0.2s ease-out;
}
@media (hover: hover) {
  .job-course .js-result > ul a:hover {
    transform: translate(9px, -9px);
  }
}
.job-course .js-result > ul a.before {
  pointer-events: none;
}
.job-course .js-result > ul a.before .status {
  background-color: #dee3f5;
  color: #0020cb;
}
.job-course .js-result > ul a.before .title, .job-course .js-result > ul a.before dl, .job-course .js-result > ul a.before ul {
  opacity: 0.5;
}
.job-course .js-result > ul a.after {
  pointer-events: none;
}
.job-course .js-result > ul a.after .status {
  background-color: #fff;
  color: #0020cb;
}
.job-course .js-result > ul a.after .title, .job-course .js-result > ul a.after dl, .job-course .js-result > ul a.after ul {
  opacity: 0.5;
}
.job-course .js-result > ul .status {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 16px 7px 16px;
  border-right: 1px solid #0020cb;
  border-bottom: 1px solid #0020cb;
  border-radius: 0 0 4px 0;
  background-color: #0020cb;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}
.job-course .js-result > ul .title {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
}
.job-course .js-result > ul dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.job-course .js-result > ul dl dt {
  width: 5.6em;
  margin-top: 4px;
  font-weight: 800;
}
.job-course .js-result > ul dl dd {
  width: calc(100% - 5.6em);
  margin-top: 4px;
}
.job-course .js-result > ul ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 24px;
}
.job-course .js-result > ul ul li {
  padding: 5px 8px 4px;
  color: #0020cb;
  background-color: #dee3f5;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}
.job-course .no-courses {
  margin-top: 40px;
  padding: 32px 0;
  border: 1px solid #878787;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}

@media (max-width: 959px) {
  .job-course .js-result > ul dl {
    display: block;
  }
  .job-course .js-result > ul dl dt {
    width: auto;
    margin-top: 8px;
  }
  .job-course .js-result > ul dl dd {
    width: auto;
    margin-top: 0;
  }
}
@media (max-width: 639.9px) {
  .job-course .heading {
    display: block;
  }
  .job-course .heading h2 {
    margin-bottom: 6.4vw;
  }
  .job-course .heading button {
    display: block;
    width: 100%;
    padding: 18px 10% 17px;
    background-position: right 10% top 50%;
  }
  .job-course .heading + h3 {
    margin-top: 10.6vw;
  }
  .job-course h3 {
    margin-top: 10.6vw;
    font-size: 2rem;
    line-height: 1.3;
  }
  .job-course h3 + p {
    font-size: 1.4rem;
  }
  .job-course .js-result > ul {
    display: block;
    margin-top: 8.5vw;
  }
  .job-course .js-result > ul > li {
    z-index: 1;
    width: auto;
  }
  .job-course .js-result > ul > li:nth-child(2n) {
    width: auto;
    margin-left: 0;
  }
  .job-course .js-result > ul > li:nth-child(n+2) {
    margin-top: -1px;
  }
  .job-course .js-result > ul a {
    height: auto;
    padding: 48px 4.9% 32px;
  }
  .job-course .js-result > ul .title {
    font-size: 1.8rem;
  }
  .job-course .js-result > ul dl {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .job-course .js-result > ul ul {
    gap: 8px;
    margin-top: 16px;
  }
  .job-course .js-result > ul ul li {
    padding: 5px 8px 4px;
    font-size: 1.2rem;
  }
  .job-course .no-courses {
    margin-top: 5.5vw;
    padding: 5.3vw 0;
    font-size: 1.8rem;
  }
}
/* ---- interview ---- */
.job-interview ul {
  display: flex;
  flex-wrap: wrap;
}
.job-interview ul > li {
  position: relative;
  z-index: 2;
  width: 50%;
  background-color: #0020cb;
}
.job-interview ul > li:nth-child(2n) {
  z-index: 1;
  width: calc(50% + 1px);
  margin-left: -1px;
}
.job-interview ul > li:nth-child(n+3) {
  margin-top: -1px;
}
.job-interview ul a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 32px 5.3%;
  border: 1px solid #0020cb;
  background-color: #fff;
  transform: translate(0, 0);
  transition: transform 0.2s ease-out;
}
@media (hover: hover) {
  .job-interview ul a:hover {
    transform: translate(9px, -9px);
  }
}
.job-interview ul a::after {
  content: "";
  display: block;
  position: absolute;
  right: 5.3%;
  bottom: 25px;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow_r_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100%;
}
.job-interview ul img {
  display: block;
  width: 38%;
}
.job-interview ul .txt {
  width: 57%;
}
.job-interview ul .title {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 2;
}
.job-interview ul .name {
  margin-top: 18px;
  padding-right: 24px;
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 1.8;
}

@media (max-width: 959px) {
  .job-interview ul a {
    display: block;
    padding: 6%;
  }
  .job-interview ul a::after {
    content: none;
  }
  .job-interview ul img {
    width: auto;
  }
  .job-interview ul .txt {
    width: auto;
  }
  .job-interview ul .title {
    margin-top: 4vw;
  }
  .job-interview ul .name {
    margin-top: 2.8vw;
    padding-right: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 639.9px) {
  .job-interview ul {
    display: block;
  }
  .job-interview ul > li {
    z-index: 1;
    width: auto;
  }
  .job-interview ul > li:nth-child(2n) {
    width: auto;
    margin-left: 0;
  }
  .job-interview ul > li:nth-child(n+2) {
    margin-top: -1px;
  }
  .job-interview ul a {
    height: auto;
    padding: 4.9%;
  }
  .job-interview ul .title {
    margin-top: 6vw;
  }
  .job-interview ul .name {
    margin-top: 4vw;
  }
}
/* ---- faq ---- */
.job-faq dl {
  border-top: 1px solid #0020cb;
}
.job-faq dl dt {
  position: relative;
  padding: 26px 16px 0 calc(16px + 2.2em);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
}
.job-faq dl dt::before {
  content: "Q.";
  position: absolute;
  left: 16px;
  top: 26px;
}
.job-faq dl dd {
  padding: 8px 16px 22px;
  border-bottom: 1px solid #0020cb;
  font-size: 1.6rem;
  line-height: 2;
}
.job-faq dl dd a {
  margin: 0 0.5em;
  color: #2e2e2e;
  text-decoration-line: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: color 0.2s, text-decoration-color 0.2s;
}
@media (hover: hover) {
  .job-faq dl dd a:hover {
    color: #0020cb;
    text-decoration-color: #0020cb;
  }
}

@media (max-width: 639.9px) {
  .job-faq dl dt {
    padding: 6vw 0 0 1.9em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .job-faq dl dt::before {
    left: 0;
    top: 5.9vw;
  }
  .job-faq dl dd {
    padding: 8px 0 4vw;
    font-size: 1.4rem;
  }
}
/* ---- link ---- */
.job-link {
  position: relative;
  z-index: 0;
  margin-bottom: calc(-32px - 1.56rem);
  padding-bottom: 200px;
}
.job-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 125px - 6rem);
  background-color: #dee3f5;
}
.job-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: calc(100% - 125px - 6rem);
  background-image: url(../images/bg_noise.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  mix-blend-mode: overlay;
}
.job-link ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.job-link ul > li {
  position: relative;
  z-index: 2;
  width: 50%;
  background-color: #0020cb;
}
.job-link ul > li:nth-child(2n) {
  z-index: 1;
  width: calc(50% + 1px);
  margin-left: -1px;
}
.job-link ul > li:nth-child(n+3) {
  margin-top: -1px;
}
.job-link ul a {
  display: block;
  position: relative;
  height: 100%;
  padding: 48px 8% 80px;
  border: 1px solid #0020cb;
  background-color: #fff;
  transform: translate(0, 0);
  transition: transform 0.2s ease-out;
}
@media (hover: hover) {
  .job-link ul a:hover {
    transform: translate(9px, -9px);
  }
}
.job-link ul a span {
  position: absolute;
  right: 7%;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid #878787;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  text-indent: -400px;
  transition: border-color 0.3s, background-color 0.3s;
}
.job-link ul a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow_rt_g.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 50%;
  transform: translate(0, 0);
  transition: none;
}
.job-link ul a span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow_rt_w.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 50%;
  transform: translate(-100%, 100%);
  transition: none;
}
@media (hover: hover) {
  .job-link ul a:hover span {
    border-color: #0020cb;
    background-color: #0020cb;
  }
  .job-link ul a:hover span::before {
    transform: translate(100%, -100%);
    transition: transform 0.3s ease-out;
  }
  .job-link ul a:hover span::after {
    transform: translate(0, 0);
    transition: transform 0.3s ease-out;
  }
}
.job-link ul dt {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.3;
}
.job-link ul dd {
  margin-top: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2;
}

@media (max-width: 639.9px) {
  .job-link {
    margin-bottom: calc(-8.5vw - 1.56rem);
    padding-bottom: 30vw;
  }
  .job-link::before {
    height: calc(100% - 24vw - 3.6rem);
  }
  .job-link::after {
    height: calc(100% - 24vw - 3.6rem);
  }
  .job-link ul {
    display: block;
  }
  .job-link ul > li {
    z-index: 1;
    width: auto;
  }
  .job-link ul > li:nth-child(2n) {
    width: auto;
    margin-left: 0;
  }
  .job-link ul > li:nth-child(n+2) {
    margin-top: -1px;
  }
  .job-link ul a {
    height: auto;
    padding: 8.5vw 6.4vw 7.5vw;
  }
  .job-link ul a span {
    right: 0;
    top: calc(50% - 20px);
    bottom: auto;
    width: 40px;
    height: 40px;
  }
  .job-link ul dt {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 40px;
    padding-right: 50px;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
  .job-link ul dd {
    font-size: 1.4rem;
  }
}
/*
--------------------------------
	interview pages
--------------------------------
*/
/* ---- container ---- */
.interview {
  position: relative;
}
.interview::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -45px;
  z-index: 0;
  width: 86%;
  height: 750px;
  background-image: url(../images/bg_dot_pc_r.png);
  background-repeat: repeat;
  background-position: 50% 0;
  background-size: 164px auto;
  transform: translateX(-50%);
}
.interview > div.inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 50px auto 150px;
  background-color: #fff;
}
.interview .interview-body {
  padding: 8.3%;
}

@media (max-width: 639.9px) {
  .interview {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .interview::before {
    left: 0;
    top: -5.3vw;
    width: 100%;
    height: 60vw;
    background-image: url(../images/bg_dot_sp_r.png);
    background-size: 84px auto;
    transform: none;
  }
  .interview > div.inner {
    max-width: none;
    margin: 5.3vw 0 17vw;
  }
  .interview .interview-body {
    padding: 6.4vw 6.4vw 12.8vw;
  }
}
/* ---- parts ---- */
.interview-body h1 {
  color: #0020cb;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.5;
}
.interview-body h1 + .name {
  display: inline-block;
  margin-top: 16px;
  padding: 9px 16px 7px;
  color: #0020cb;
  background-color: #dee3f5;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.3;
}
.interview-body h1 + .name + img {
  margin-top: 40px;
}
.interview-body > img {
  display: block;
  margin-top: 80px;
}
.interview-body .note {
  margin-top: 40px;
  color: #878787;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.interview-body .profile {
  margin-top: 40px;
  padding: 48px;
  border: 1px solid #0020cb;
}
.interview-body .profile dt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.interview-body .profile dt:nth-child(n+3) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #DEE3F5;
}
.interview-body .profile dt .kana {
  display: inline-block;
  margin-left: 0.7em;
  color: #878787;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.005em;
  transform: translateY(-0.1em);
}
.interview-body .profile dt .position {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.4rem;
  font-weight: 400;
}
.interview-body .profile dd {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 2;
}
.interview-body h2 {
  margin-top: 80px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.interview-body > p {
  margin-top: 32px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.interview-body > p .name {
  font-weight: 800;
  font-feature-settings: normal;
}
.interview-body > p a {
  margin: 0 0.5em;
  color: #2e2e2e;
  text-decoration-line: underline;
  text-decoration-color: #2e2e2e;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: color 0.2s, text-decoration-color 0.2s;
}
@media (hover: hover) {
  .interview-body > p a:hover {
    color: #0020cb;
    text-decoration-color: #0020cb;
  }
}

@media (max-width: 639.9px) {
  .interview-body h1 {
    font-size: 2rem;
  }
  .interview-body h1 + .name {
    margin-top: 4.3vw;
    padding: 5px 8px 3px;
    font-size: 1.6rem;
  }
  .interview-body h1 + .name + img {
    margin-top: 6.4vw;
  }
  .interview-body > img {
    margin-top: 10.6vw;
  }
  .interview-body .note {
    margin-top: 6.4vw;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
  .interview-body .profile {
    margin-top: 6.4vw;
    padding: 5.4vw 6.4vw;
  }
  .interview-body .profile dt {
    font-size: 1.4rem;
  }
  .interview-body .profile dt:nth-child(n+3) {
    margin-top: 5.4vw;
    padding-top: 5.4vw;
  }
  .interview-body .profile dt .kana {
    font-size: 1.2rem;
  }
  .interview-body .profile dt .position {
    font-size: 1.2rem;
  }
  .interview-body .profile dd {
    font-size: 1.4rem;
  }
  .interview-body h2 {
    margin-top: 10.6vw;
    font-size: 2rem;
  }
  .interview-body > p {
    margin-top: 6.4vw;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
}
/*
--------------------------------
	basics
--------------------------------
*/
/* ---- basics ---- */
body {
  color: #2e2e2e;
  background-color: #f5f5f7;
}

a {
  color: #2e2e2e;
  text-decoration: none;
}
a:link, a:visited {
  color: #2e2e2e;
}
a:hover, a:active {
  text-decoration: none;
}

/*
--------------------------------
	common
--------------------------------
*/
/* ---- container ---- */
body {
  overflow-y: scroll;
}

.global-container {
  width: 100%;
}

.body-container {
  padding-left: 8.3vw;
  padding-right: 8.3vw;
}
.body-container > .inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 639.9px) {
  .body-container {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
  .body-container > .inner {
    max-width: none;
    margin: 0;
  }
}