@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --blue: #4169E1;
  --pink: #FF6986;
  --yellow: #FB8C00;
  --primary: #4169E1;
  --second: #FF6986;
  --text-body: #000;
  --radius: 4px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
}
body.body-pink {
  background: #FFEBEE;
}
body.body-pink .sidebar-template__sidebar nav ul li.active a {
  background: #FFEBEE;
}
body.body-pink .sidebar-template,
body.body-pink .form-wrap {
  background: #FFEBEE;
}
body.body-pink .form-config__col > label span {
  background: var(--pink);
}
body.body-pink .filter__inner {
  background: var(--pink);
}
body.body-pink .filter .btn, body.body-pink .filter .btn-red, body.body-pink .filter .btn-pink, body.body-pink .filter .btn-green--light, body.body-pink .filter .btn-green, body.body-pink .filter .btn-second, body.body-pink .filter .btn-radius {
  background: var(--pink);
}
body.body-pink .filter__buttons--right .btn-outline {
  background: var(--pink);
  color: var(--white);
  border-color: var(--pink);
}
body.body-pink .pagination ul li span {
  background: var(--pink) !important;
  border-color: var(--pink) !important;
}
body.body-pink .applicant-list__item a:hover {
  border-color: var(--pink);
}
body.body-yellow {
  background: #FFF3E0;
}
body.body-yellow .sidebar-template__sidebar nav ul li.active a {
  background: #FFF3E0;
}
body.body-yellow .sidebar-template,
body.body-yellow .form-wrap {
  background: #FFF3E0;
}
body.body-yellow .form-config__col > label span {
  background: var(--yellow);
}
body.body-yellow .filter__inner {
  background: var(--yellow);
}
body.body-yellow .filter .btn, body.body-yellow .filter .btn-red, body.body-yellow .filter .btn-pink, body.body-yellow .filter .btn-green--light, body.body-yellow .filter .btn-green, body.body-yellow .filter .btn-second, body.body-yellow .filter .btn-radius {
  background: var(--yellow);
}
body.body-yellow .filter__buttons--right .btn-outline {
  background: var(--yellow);
  color: var(--white);
  border-color: var(--yellow);
}
body.body-yellow .pagination ul li span {
  background: var(--yellow) !important;
  border-color: var(--yellow) !important;
}
body.body-yellow .applicant-list__item a:hover {
  border-color: var(--yellow);
}

a {
  transition: all 0.3s;
  color: var(--primary);
  outline: none !important;
}
a:hover {
  opacity: 1;
  color: #87CEFA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container-fluid, .container {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.recruitment-list__item--info ul, .withdrawal-section__box ul, .header-sidebar__right ul, .sidebar-template__sidebar nav ul, .box__list--item ul, .box__content ul, .keys .widget__content ul, .home-contact__information-tab-heading ul, .home-contact__process ul, .area__item--list ul, .pagination ul, .header__main--right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
input[type=tel],
textarea,
select {
  outline: none !important;
  border-radius: 6px;
  border: 1px solid var(--black);
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
  font-weight: 300;
  height: 32px;
}

select {
  background-image: url("../images/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 50%;
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn, .btn-red, .btn-pink, .btn-green--light, .btn-green, .btn-second, .btn-radius,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 6px 16px;
  min-width: 104px;
  text-align: center;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
}
.ql-toolbar .btn,
.ql-toolbar .btn-red,
.ql-toolbar .btn-pink,
.ql-toolbar .btn-green--light,
.ql-toolbar .btn-green,
.ql-toolbar .btn-second,
.ql-toolbar .btn-radius,
.ql-toolbar button,
.ql-toolbar input[type=button],
.ql-toolbar input[type=submit] {
    min-width: auto;
}
.btn:hover, .btn-red:hover, .btn-pink:hover, .btn-green--light:hover, .btn-green:hover, .btn-second:hover, .btn-radius:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.9;
  color: var(--white);
}

.btn-radius {
  background: var(--black);
  color: var(--white);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 25px;
}
@media only screen and (min-width: 768px) {
  .btn-radius {
    font-size: 24px;
    padding: 6px 30px;
  }
  .attractiveness__item--info .attractiveness__item--buttons span {
    font-size: 24px;
    padding: 6px 30px;
  }
}

.btn-second {
  background: var(--second);
}

.btn-green {
  background: #19AC17;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
}

.btn-green--light {
  background: #09C655;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
}

.btn-pink {
  background: #FF6986;
}

.btn-red {
  background: #FF001D;
}

.btn-outline {
  transition: all 0.3s;
  color: var(--black);
  padding: 7px 16px;
  min-width: 110px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--black);
  gap: 18px;
}
.btn-outline.btn-signup{
    font-size: 16px;
    padding: 15px 16px;
}
.btn-outline img {
  max-height: 18px;
}
@media only screen and (min-width: 1200px) {
  .btn-outline--large {
    min-width: 200px;
  }
}
.btn-outline:hover {
  opacity: 0.9;
  border-color: var(--primary);
  color: var(--primary);
}

.btn-outline-radius {
  transition: all 0.3s;
  color: var(--black);
  padding: 10px 28px;
  min-width: 110px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border-radius: 100px;
  background: none;
  text-transform: uppercase;
  border: 2px solid var(--black);
}
@media only screen and (min-width: 768px) {
  .btn-outline-radius {
    padding: 13px 30px;
    font-size: 20px;
  }
}
.btn-outline-radius:hover {
  opacity: 0.9;
  border-color: var(--primary);
  color: var(--primary);
}

.container-fluid {
  max-width: 1920px;
}

.hamburger {
  position: relative;
  width: 46px;
  height: 46px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  align-self: flex-end;
  opacity: 1;
}
.hamburger span {
  width: 32px;
  height: 2px;
  background: var(--black);
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1.5px);
  left: calc(50% - 16px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: var(--black);
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 10px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -10px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
::-webkit-scrollbar {
  width: 5px;
  border-radius: 3px;
}

::-webkit-scrollbar:horizontal {
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #7C7C7C;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #7A7A7A;
}

.slick-slider .slick-arrow {
  width: 30px;
  height: 30px;
  min-width: auto;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-arrow {
    width: 46px;
    height: 46px;
  }
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow.slick-prev {
  background: url("../images/arrow-blue-left.svg") no-repeat 0 0/100%;
  left: 15px;
}
.slick-slider .slick-arrow.slick-next {
  background: url("../images/arrow-blue-right.svg") no-repeat 0 0/100%;
  right: 15px;
}
.slick-slider .slick-dots li {
  margin: 5px;
  width: auto;
  height: auto;
}
.slick-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #EBEBEB;
  min-width: auto;
  border-radius: 100%;
}
.slick-slider .slick-dots li button::before {
  display: none;
}
.slick-slider .slick-dots li.slick-active button {
  background: #7B7B7B;
}
.slick-slider.slider-dot-2 li button {
  position: relative;
  background: #A0A0A0;
}
.slick-slider.slider-dot-2 li button::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--primary);
  position: absolute;
  left: -2px;
  top: -2px;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 100%;
}
.slick-slider.slider-dot-2 li.slick-active button {
  background: var(--primary);
}
.slick-slider.slider-dot-2 li.slick-active button::after {
  opacity: 1;
}

.checkbox-wrap {
  font-size: 12px;
  margin: 0;
  display: inline-flex;
  gap: 8px;
  cursor: pointer;
  font-weight: 500;
  align-items: center;
}
@media only screen and (max-width:  767px) {
	.checkbox-wrap {
  font-size: 14px;
}
}
.checkbox-wrap input {
  display: none;
}
.checkbox-wrap input:checked ~ span::before {
  opacity: 1;
}
.checkbox-wrap span {
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid var(--black);
  position: relative;
}
.checkbox-wrap span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  border-left: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  width: 9px;
  height: 6px;
  transform: rotate(-45deg);
  opacity: 0;
}
.checkbox-wrap strong {
  font-weight: 600;
}
.checkbox-wrap--white {
  color: var(--white);
}
.checkbox-wrap--white span {
  border-color: var(--white);
}
.checkbox-wrap--white span::before {
  border-color: var(--white);
}
.checkbox-wrap--right span {
  order: 2;
}
.checkbox-wrap--outline {
  border: 1px solid var(--black);
  padding: 8px 24px;
  border-radius: var(--radius);
}

.radio-wrap {
  font-size: 12px;
  margin: 0;
  display: inline-flex;
  gap: 8px;
  cursor: pointer;
  font-weight: 500;
  align-items: center;
}
.radio-wrap input {
  display: none;
}
.radio-wrap input:checked ~ span::before {
  opacity: 1;
}
.radio-wrap span {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid var(--black);
  position: relative;
}
.radio-wrap span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: var(--primary);
  opacity: 0;
  border-radius: 100%;
}
.radio-wrap strong {
  font-weight: 600;
}
.radio-wrap--white {
  color: var(--white);
}
.radio-wrap--white span {
  border-color: var(--white);
}
.radio-wrap--white span::before {
  border-color: var(--white);
}
.radio-wrap--right span {
  order: 2;
}
.radio-wrap--pink input:checked ~ span {
  border-color: transparent;
}
.radio-wrap--pink span::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FF98DB;
}

.input-file {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  align-items: center;
  font-size: 12px;
}
.input-file label {
  margin: 0;
}
.input-file input {
  display: none;
}
.input-file a {
  border: 1px solid var(--black);
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 5px 32px;
  border-radius: 10px;
  color: var(--black);
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .input-file a {
    width: 100%;
  }
}
.input-file a:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.input-image {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.input-image label {
  margin: 0;
}
.input-image input {
  display: none;
}
.input-image a {
  border: 1px solid var(--black);
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 5px 32px;
  border-radius: 10px;
  color: var(--black);
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .input-image a {
    width: 100%;
  }
}
.input-image a:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.input-image__preview {
  padding-top: 56%;
  position: relative;
  background: url("../images/img-input-1.png") no-repeat 50% 50%/cover;
  width: 100%;
}
.input-image__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.input-image__info {
  margin-bottom: 5px;
  display: flex;
  gap: 20px;
}

/*
====== Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

.scroll-anim {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: url("../images/scroll-anim-arrow.png") no-repeat 0 0/100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .scroll-anim {
    width: 148px;
    height: 148px;
  }
}
.scroll-anim::before {
  content: "";
  background: url("../images/scroll-anim-text.png") no-repeat 0 0/100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.header {
  padding-top: 15px;
}
.header-text {
  font-size: 14px;
  color: #A0A0A0;
  margin: 0;
}
.header__top {
  margin: 0 0 5px;
}
.header__main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.header__main--left a {
  display: flex;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  justify-content: left;
}
.header__main--left img {
  object-fit: contain;
}
.header__main--right {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
}
.header__main--right ul {
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
.header__main--right ul li a {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  white-space: nowrap;
}

.footer {
  min-height: 100px;
  padding-block: 15px;
  position: relative;
}
@media (min-width: 48em) {
  .footer {
    padding-block: 25px;
  }
}
.footer::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  bottom: 20px;
  background: #F4F8FA;
}
.footer .container {
  display: flex;
  justify-content: center;
}
.footer .container p {
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
}
.footer .container p a {
  color: var(--black);
}
.footer .container p a::hover {
  text-decoration: underline;
}

/** Sections */
@media only screen and (min-width: 992px) {
  .filter {
    padding: 0 30px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .filter {
    padding: 0 60px 0 0;
  }
}
.filter__top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.filter__inner {
  background: var(--primary);
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .filter__inner {
    padding: 24px 30px;
    gap: 20px;
  }
}
@media only screen and (min-width: 1420px) {
  .filter__inner {
    padding: 24px 106px;
  }
}
@media only screen and (max-width: 767px) {
  .filter__input {
    width: 100%;
  }
}
.filter__input input {
  height: 28px;
  padding: 0 20px;
  max-width: 228px;
  font-size: 12px;
  font-weight: 500;
  border: 0;
}
.filter__input.w90 input{
    max-width: 90px;
}
@media only screen and (max-width: 767px) {
  .filter__input input,
  .filter__input.w90 input{
    width: 100%;
    max-width: 100%;
  }
}
.filter__input select {
  border: 0;
}
.filter__time {
  display: flex;
  background: var(--white);
  border-radius: 4px;
  gap: 12px;
  align-items: center;
  padding: 7px 12px 6px;
}
@media only screen and (max-width: 767px) {
  .filter__time {
    width: 100%;
    font-size: 14px;
    align-items: flex-start;
  }
  .filter__time {
  display: flex;
  background: var(--white);
  border-radius: 4px;
  gap: 12px;
  align-items: center;
  padding: 15px 12px 15px;
}
}
.filter__time h3 {
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .filter__time h3 {
    margin-top: 7px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .filter__time img {
    margin-top: 6px;
  }
}
.filter__time input {
  border: 1px solid var(--black);
  border-radius: 4px;
  height: 30px;
  padding: 0 15px;
  font-size: 10px;
  min-width: auto;
  text-align: center;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .filter__time input {
    max-width: 95px;
    height: 17px;
    font-size: 10px;
  }
}
.filter__time span {
  width: 10px;
  border-top: 1px solid var(--black);
}
@media only screen and (max-width: 767px) {
  .filter__time span {
    transform: rotate(90deg);
  }
}
.filter__time--inputs {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .filter__time--inputs {
    flex-direction: column;
    flex-grow: 1;
  }
}
.filter__options {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .filter__options {
    /*flex-direction: column;*/
    justify-content: center;
    gap: 15px;
    width: 100%;
  }
}
.filter__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
  justify-content: center;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .filter__buttons {
    gap: 20px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .filter__buttons {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .filter__buttons {
    padding: 0 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .filter__buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
}
.filter__buttons--left, .filter__buttons--right {
  flex-basis: 0;
  flex-grow: 2;
}
.filter__buttons--left {
  display: flex;
  gap: 18px;
}
@media only screen and (min-width: 1200px) {
  .filter__buttons--left {
    gap: 28px;
  }
}
.filter__buttons--center {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-basis: 0;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .filter__buttons--center {
    gap: 20px;
  }
}
.filter__buttons .btn, .filter__buttons .btn-radius, .filter__buttons .btn-second, .filter__buttons .btn-green, .filter__buttons .btn-green--light, .filter__buttons .btn-pink, .filter__buttons .btn-red {
  padding: 5px 10px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .filter.input-min .filter__input input {
    max-width: 104px;
  }
}
@media only screen and (max-width:  767px) {
	.filter__buttons .btn, .filter__buttons .btn-radius, .filter__buttons .btn-second, .filter__buttons .btn-green, .filter__buttons .btn-green--light, .filter__buttons .btn-pink, .filter__buttons .btn-red {
  padding: 10px 50px;
  font-size: 14px;
}
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin-left: auto;
}
.pagination .btn-outline {
  min-width: 140px;
}
.pagination ul {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.pagination ul li span,
.pagination ul li strong,
.pagination ul li a {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 500;
  color: var(--black);
}
.pagination ul li span {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}
.pagination ul li a:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}
.pagination ul li a:hover svg path {
  stroke: var(--white);
}
.pagination ul li.pagination__prev a, .pagination ul li.pagination__next a {
  border: 0;
}

.repeater-input {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media only screen and (min-width: 768px) {
  .repeater-input {
    gap: 0px;
  }
}
.repeater-input__item {
  display: flex;
  gap: 6px 12px;
  text-align: right;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .repeater-input__item {
    padding-right: 65px;
    flex-wrap: wrap;
  }
}
.repeater-input__item input {
  text-align: right;
}
.repeater-input__item--title {
  max-width: 112px;
}
.repeater-input__item--title input {
  text-align: center;
}
.repeater-input__item--year {
  max-width: 112px;
}
.repeater-input__item--type {
  max-width: 92px;
}
.repeater-input__item--month {
  max-width: 72px;
}
.repeater-input__item--value {
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  .repeater-input__item--control {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.repeater-input:not(.repeater-input--fields) .repeater-input__item:first-child .repeater-input__item--remove {
  display: none;
}

.interview-popup {
  background: var(--white);
  border-radius: 10px;
  width: calc(100% - 30px);
  max-width: 1153px;
  padding: 30px;
  margin: 0 auto;
  min-height: 80vh;
}
.interview-popup .mfp-close {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .interview-popup {
    padding: 63px 76px;
  }
  .interview-popup .mfp-close {
    margin-top: 60px;
  }
}
.interview-popup__header {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .interview-popup__header {
    gap: 10px 20px;
  }
}
.interview-popup__header .btn, .interview-popup__header .btn-radius, .interview-popup__header .btn-second, .interview-popup__header .btn-green, .interview-popup__header .btn-green--light, .interview-popup__header .btn-pink, .interview-popup__header .btn-red,
.interview-popup__header .btn-outline,
.interview-popup__header input {
  height: 40px;
}
.interview-popup__header input {
  max-width: 110px;
}
@media only screen and (min-width: 768px) {
  .interview-popup__header input {
    max-width: 130px;
  }
}
.interview-popup__header .close-popup {
  padding: 4px;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 2px;
  width: 28px;
}
.interview-popup__col {
  flex-basis: 0;
  flex-grow: 1;
}
.interview-popup__list {
  min-width: 800px;
}
.interview-popup__list-wrap {
  overflow: auto;
  max-height: 80%;
}
.interview-popup__list--header {
  display: flex;
  background: #F4F8FA;
  border-radius: 10px 10px 0 0;
  padding-right: 60px;
}
.interview-popup__list--header h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: var(--black);
}
.interview-popup__list--header > div {
  padding: 13px 20px;
}
.interview-popup__list--inner {

  overflow-y: auto;
  overflow-x: hidden;
}
.interview-popup__list--item {
  display: flex;
  padding-right: 60px;
  position: relative;
  min-height: 63px;
  border: 1px solid #7C7C7C;
  border-top: 0;
  align-items: center;
}
.interview-popup__row--remove {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #7C7C7C;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 20px;
}
.interview-popup__row--remove img {
  width: 8px;
}

.area {
  position: relative;
}
.area__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.area__item {
  position: absolute;
}
.area__item h3 {
  text-align: center;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid #FF8A9E;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  font-size: 1.2vw;
  gap: 1vw;
  padding: 2vw 2vw;
}
@media only screen and (min-width: 1310px) {
  .area__item h3 {
    font-size: 16px;
    padding: 24px 26px;
    gap: 16px;
  }
}
.area__item h3 img {
  width: 1vw;
}
@media only screen and (min-width: 1310px) {
  .area__item h3 img {
    width: auto;
  }
}
.area__item--list {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 10px;
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
  width: 24vw;
}
@media only screen and (min-width: 1310px) {
  .area__item--list {
    width: 288px;
  }
}
.area__item--list h4 {
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  background: #FF8A9E;
  color: var(--white);
  text-align: center;
  padding: 13px;
  margin: 0;
  font-size: 1.7vw;
}
@media only screen and (min-width: 1310px) {
  .area__item--list h4 {
    font-size: 16px;
  }
}
.area__item--list ul {
  border: 2px solid #FF8A9E;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3vw 2vw;
  gap: 1.2vw;
}
@media only screen and (min-width: 1310px) {
  .area__item--list ul {
    padding: 29px 35px 32px;
    gap: 24px 20px;
  }
}
.area__item--list ul li a {
  color: var(--text-body);
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: 300;
  font-size: 1.3vw;
}
@media only screen and (min-width: 1310px) {
  .area__item--list ul li a {
    font-size: 16px;
  }
}
.area__item--list ul li a img {
  width: 1vw;
}
@media only screen and (min-width: 1310px) {
  .area__item--list ul li a img {
    width: auto;
  }
}
.area__item:hover .area__item--list {
  opacity: 1;
  visibility: visible;
}
.area__item--china-taiwan {
  bottom: 35%;
  left: -1%;
}
.area__item--kyushu-okinawa {
  bottom: 25%;
  left: 22.2%;
}
@media only screen and (min-width: 1310px) {
  .area__item--kyushu-okinawa {
    left: 20.2%;
  }
}
.area__item--kyushu-okinawa h3 {
  border-color: #EA746F;
}
.area__item--kyushu-okinawa .area__item--list h4 {
  background: #EA746F;
}
.area__item--kyushu-okinawa .area__item--list ul {
  border-color: #EA746F;
}
.area__item--chugoku-shikoku {
  bottom: 17%;
  left: 41%;
}
@media only screen and (min-width: 1310px) {
  .area__item--chugoku-shikoku {
    left: 38%;
  }
}
.area__item--chugoku-shikoku h3 {
  border-color: #8A93CE;
}
.area__item--chugoku-shikoku .area__item--list h4 {
  background: #8A93CE;
}
.area__item--chugoku-shikoku .area__item--list ul {
  border-color: #8A93CE;
}
.area__item--kinki {
  bottom: 32%;
  right: 32%;
}
@media only screen and (min-width: 1310px) {
  .area__item--kinki {
    right: 37.2%;
  }
}
.area__item--kinki h3 {
  border-color: #F5BB5E;
}
.area__item--kinki .area__item--list h4 {
  background: #F5BB5E;
}
.area__item--kinki .area__item--list ul {
  border-color: #F5BB5E;
}
.area__item--hokuriku {
  bottom: 47%;
  right: 20.5%;
}
@media only screen and (min-width: 1310px) {
  .area__item--hokuriku {
    right: 26.7%;
  }
}
.area__item--hokuriku h3 {
  border-color: #C298D3;
}
.area__item--hokuriku .area__item--list h4 {
  background: #C298D3;
}
.area__item--hokuriku .area__item--list ul {
  border-color: #C298D3;
}
.area__item--tokai-chubu {
  bottom: 17%;
  right: 16%;
}
@media only screen and (min-width: 1310px) {
  .area__item--tokai-chubu {
    right: 22%;
  }
}
.area__item--tokai-chubu h3 {
  border-color: #E59F9C;
}
.area__item--tokai-chubu .area__item--list h4 {
  background: #E59F9C;
}
.area__item--tokai-chubu .area__item--list ul {
  border-color: #E59F9C;
}
.area__item--hokkaido-tohoku {
  top: 6%;
  right: 0;
}
@media only screen and (min-width: 1310px) {
  .area__item--hokkaido-tohoku {
    right: 4%;
  }
}
.area__item--hokkaido-tohoku h3 {
  border-color: #869FDA;
}
.area__item--hokkaido-tohoku .area__item--list h4 {
  background: #869FDA;
}
.area__item--hokkaido-tohoku .area__item--list ul {
  border-color: #869FDA;
}
.area__item--kanto-koshinetsu {
  bottom: 33%;
  right: 5%;
}
@media only screen and (min-width: 1310px) {
  .area__item--kanto-koshinetsu {
    right: 13%;
  }
}
.area__item--kanto-koshinetsu h3 {
  border-color: #59AFCE;
}
.area__item--kanto-koshinetsu .area__item--list h4 {
  background: #59AFCE;
}
.area__item--kanto-koshinetsu .area__item--list ul {
  border-color: #59AFCE;
}
.area__item--capital-area {
  bottom: 11%;
  right: 2%;
}
@media only screen and (min-width: 1310px) {
  .area__item--capital-area {
    right: 10%;
  }
}
.area__item--capital-area h3 {
  border-color: #A7CF58;
}
.area__item--capital-area .area__item--list h4 {
  background: #A7CF58;
}
.area__item--capital-area .area__item--list ul {
  border-color: #A7CF58;
}

.dataTables_wrapper .dataTables_paginate {
  display: flex;
  float: none;
  justify-content: flex-end;
  gap: 3px;
}
.dataTables_wrapper .dataTables_paginate > span {
  display: flex;
  gap: 3px;
}
.dataTables_wrapper .dataTables_paginate > span a {
  background: var(--white);
  border: 1px solid var(--black);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 500;
  color: var(--black);
  margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  border: 0;
  font-size: 14px;
  line-height: 1;
  padding: 0 0 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: var(--primary) !important;
  color: var(--white) !important;
  border-color: var(--primary) !important;
}
.dataTables_wrapper table.data-table {
  padding: 16px 20px 0;
  border-radius: 10px 10px 0 0;
  background: var(--white);
  border: 0;
  min-width: 800px;
}
@media only screen and (min-width: 992px) {
  .dataTables_wrapper table.data-table {
    border-radius: 20px 20px 0 0;
  }
}
.dataTables_wrapper table.data-table tr th {
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  border-bottom: 1px solid #7C7C7C;
  text-align: center;
  white-space: nowrap;
}
.dataTables_wrapper table.data-table tr th::before {
  display: none !important;
}
.dataTables_wrapper table.data-table tr th::after {
  opacity: 1 !important;
  margin-left: 12px;
  background: url("../images/soft.svg") no-repeat 50% 50%/100%;
  width: 11px;
  height: 14px;
  position: static !important;
  content: "" !important;
  display: inline-block !important;
}
.dataTables_wrapper table.data-table tr td {
  background: none;
  color: var(--text-body);
  font-size: 14px;
  font-weight: 300;
  padding: 9px 26px;
  /*box-shadow: none !important;*/
  border-bottom: 1px solid #7C7C7C;
  border-top: 0 !important;
}
.dataTables_wrapper .data-table__responsive {
  overflow-x: auto;
}
.dataTables_wrapper .data-table__top {
  margin-bottom: 14px;
}
.dataTables_wrapper .data-table__bottom {
  background: var(--white);
  border-radius: 0 0 10px 10px;
  padding: 20px 20px 14px;
}
@media only screen and (min-width: 992px) {
  .dataTables_wrapper .data-table__bottom {
    border-radius: 0 0 20px 20px;
  }
}

.button-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .button-top {
    padding: 0 100px;
  }
}

/** Pages */
.section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0 0 45px;
}
.section__title span {
  color: var(--black);
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
}

.cover img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home-contact {
  padding: 40px 0 213px;
  background: url("../images/bg-tab.svg") no-repeat -130px calc(100% - 24px) #F4F8FA;
}
@media (min-width: 48em) {
  .home-contact {
    padding: 60px 0 105px;
  }
}
@media only screen and (min-width: 992px) {
  .home-contact {
    background-position: -172px calc(100% - 60px);
  }
}
@media (min-width: 48em) {
  .home-contact .container {
    display: flex;
    gap: 32px;
    justify-content: space-between;
  }
}
.home-contact__process {
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .home-contact__process {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .home-contact__process {
    width: calc(100% - 460px);
    margin-bottom: 0;
  }
}
.home-contact__process ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (min-width: 48em) {
  .home-contact__process ul {
    gap: 16px;
  }
}
.home-contact__process ul li {
  width: calc(50% - 10px);
  background: #4169E1;
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .home-contact__process ul li {
    width: calc(25% - 12px);
  }
}
.home-contact__process ul li::after {
  content: "";
  border-radius: 10px 10px 0 0;
  position: absolute;
  width: 100%;
  height: calc(100% - 30px);
  left: 0;
  bottom: 0;
  z-index: 1;
  background: var(--white);
}
.home-contact__process ul li .heading {
  color: var(--white);
  text-align: center;
  font-weight: 600;
}
.home-contact__process ul li .image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 183px;
  position: relative;
  z-index: 2;
}
.home-contact__process ul li .image img {
  max-height: 74px;
  width: auto;
  object-fit: contain;
}
.home-contact__information {
  background: #F4F8FA;
}
@media (min-width: 48em) {
  .home-contact__information {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .home-contact__information {
    width: 460px;
  }
}
.home-contact__information-tab-heading ul {
  display: flex;
  gap: 5px;
  width: 100%;
}
.home-contact__information-tab-heading ul li {
  background: #4169E1;
  max-width: 50%;
  width: 100%;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s;
  transform: translateY(6px);
}
.home-contact__information-tab-heading ul li a {
  display: block;
  text-align: center;
  color: var(--white);
  font-weight: 600;
  padding: 11px 20px;
}
.home-contact__information-tab-heading ul li.active {
  background: var(--white);
  transform: translateY(0);
}
.home-contact__information-tab-heading ul li.active a {
  color: var(--black);
}
.home-contact__information-tab-content {
  display: none;
  width: 100%;
  min-height: 220px;
  background: var(--white);
  padding: 30px;
  min-height: 246px;
}
.home-contact__information-tab-content.active {
  display: block;
}
.home-contact__information .contact-actions {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.home-contact__information .contact-actions .btn-green,
.home-contact__information .contact-actions .btn-green--light {
  width: 100%;
  min-width: auto;
  max-width: 200px;
}
.home-contact__information .contact-actions .btn-green--light {
  padding: 0 12px;
  display: inline-flex;
  gap: 17px;
  align-items: center;
}
.home-contact__information .contact-actions .btn-green--light img {
  height: 40px;
}

.interview {
  padding: 77px 0;
}
.interview .interview__slider {
  display: none;
  padding-bottom: 38px;
}
.interview .interview__slider.slick-initialized {
  display: block;
}
.interview .slick-list {
padding: 0 27%;
}
.interview .slider__item {
  margin: 0 20px;
  background: #F4F8FA;
  max-height: 400px;
  width: 328px;
}
.interview .slider__item figure img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.interview .slider__content {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 27px 20px 12px;
  overflow: hidden;
}
.interview .slider__content--inner {
  width: 100%;
  margin-bottom: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.interview .slider__content h3 {
  font-size: 16px;
  margin-bottom: 1em;
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--black);
  padding: 0 5px;
  text-align: center;
}
.interview .slider__content .bottom__slider {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: var(--black);
  margin-top: auto;
}
.interview .slider__content .content-more {
  display: none;
  width: 100%;
  background-color: transparent;
  color: var(--black);
  justify-content: end;
  text-align: right;
}

.keys {
  margin-bottom: 60px;
}
.keys .container {
  gap: 35px;
}
@media (min-width: 48em) {
  .keys .container {
    display: flex;
  }
}
.keys__main {
  width: 100%;
}
@media (min-width: 48em) {
  .keys__main {
    max-width: calc(100% - 280px);
  }
}
.keys__sidebar {
  width: 100%;
}
@media (min-width: 48em) {
  .keys__sidebar {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .keys__sidebar {
    display: none;
  }
}
.keys .box__it {
  background: #F4F8FA;
  border-radius: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 48em) {
  .keys .box__it {
    border-radius: 10px;
  }
}
.keys .box__it__content {
  padding: 40px 10px 0;
}
@media (min-width: 48em) {
  .keys .box__it__content {
    max-width: 700px;
    margin-inline: auto;
    padding: 46px 15px;
  }
}
.keys .box__it__content div {
  margin-bottom: 15px;
  gap: 10px;
  display: flex;
  align-items: flex-start;
}
.keys .box__it__content div span {
  display: flex;
  font-weight: 600;
}
.keys .box__it__content span:first-child {
  min-width: 100px;
}
.keys .box__it__content div.title {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  gap: 10px;
  padding-left: 8px;
}
@media (min-width: 48em) {
  .keys .box__it__content div.title {
    gap: 47px;
    font-size: 16px;
    padding-left: 0;
  }
}
.keys .box__it__content div.title span:first-child {
  min-width: initial;
}
.keys .box__it__content div.icon span:first-child {
  display: flex;
  gap: 5px;
  align-items: center;
}
.keys .box__it__content div.icon span:first-child::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icons/document.svg") no-repeat center;
}
.keys .box__it__content div.icon.yuan-icon span:first-child::before {
  background: url("../images/icons/yen.svg") no-repeat center;
}
.keys .box__it__content div.icon.mapmarker-icon span:first-child::before {
  background: url("../images/icons/map.svg") no-repeat center;
}
.keys .box__it__content div.icon.tag-icon span:first-child::before {
  background: url("../images/icons/tag.svg") no-repeat center;
}
.keys .box__it__content div.icon span:first-child {
  color: #7C7C7C;
}
@media only screen and (max-width: 767px) {
  .keys .box__it__content div.it__image {
    margin: 0 -10px 0;
  }
  .keys .box__it__content div.it__image img {
    border-radius: 0 0 20px 20px;
  }
}
.keys .box__it__content .it__image picture {
    width: 50%;
}
.keys .box__it__content .it__image picture img {
    width: 100%;
    height: 258px;
    object-fit: cover;
}

.keys .widget {
  background: #F4F8FA;
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
}
.keys .widget__title {
  background: #4169E1;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
  border-radius: 10px 10px 0 0;
  height: 40px;
  line-height: 40px;
}
.keys .widget__content {
  padding: 20px;
}
.keys .widget__content .time__content {
  max-height: 220px;
  overflow-y: scroll;
}
.keys .widget__content .time__content li {
  max-width: 120px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  line-height: 22px;
  color: var(--black);
  margin-inline: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-block: 10px;
  margin-bottom: 5px;
}
.keys .widget__content ul li {
  margin-bottom: 20px;
}
.keys .widget__content ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  gap: 30px;
  width: 177px;
  height: 40px;
  background: var(--white);
  margin-inline: auto;
}
.keys .widget.images {
  background: none;
}
.keys .widget.images figure {
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
}
@media (min-width: 48em) {
  .keys .widget.images figure {
    margin-bottom: 150px;
  }
}
.keys .widget.images figure.img-right {
  justify-content: flex-end;
}
.keys .widget.images figure.img-left {
  justify-content: flex-start;
}
.keys .widget.images figure:last-child {
  margin-bottom: initial;
}

.box {
  background: #fff;
  border-radius: 20px;
  padding: 30px 15px;
  margin-bottom: 32px;
}
@media (min-width: 48em) {
  .box {
    padding: 30px 30px;
    border-radius: 10px;
  }
}
.box-heading {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.box__content {
  margin-top: 30px;
}
@media (min-width: 48em) {
  .box__content {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
}
.box__content ul {
  gap: 40px;
}
@media (min-width: 48em) {
  .box__content ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.box__content ul input {
  width: 18px;
  height: 18px;
}
.box__content ul label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 300;
}
@media (min-width: 48em) {
  .box__content ul label {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1200px) {
  .box__content ul label {
    min-width: 285px;
  }
}
@media (min-width: 48em) {
  .box__content ul li {
    width: calc(25% - 19.5px);
  }
}
@media only screen and (max-width: 767px) {
  .box__content ul li {
    margin-bottom: 23px;
  }
}
.box__content ul li a {
  color: var(--black);
  font-size: 16px;
  font-weight: 300;
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .box__content ul li a {
    background: url("../images/arrow-line-right.svg") no-repeat 100% 6px;
    padding-right: 20px;
  }
}
.box__content.box__column ul {
  gap: 40px 26px;
}
.box__content--center ul {
  justify-content: center;
  gap: 40px 80px;
}
.box__content--center ul li {
  width: auto;
}
.box__list {
  margin: 22px -15px 0;
}
.box__list--item h3 {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  background: var(--primary);
  padding: 13px 32px;
  margin: 0;
}
.box__list--item ul {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 30px;
  gap: 28px 80px;
}
.box__list--item ul li {
  width: calc(50% - 40px);
  font-size: 16px;
  font-weight: 300;
}
.box__list--item ul li a {
  color: var(--black);
  display: block;
  background: url("../images/arrow-line-right.svg") no-repeat 100% 6px;
  padding-right: 20px;
}

.search {
  background: #F4F8FA;
  padding-block: 40px;
}
@media (min-width: 48em) {
  .search {
    padding-bottom: 60px;
  }
}
.search__heading {
  text-align: center;
  padding-block: 24px;
}
.search__heading h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.search__heading h2 span {
  color: var(--black);
  font-size: 24px;
}

.before__footer {
  padding-top: 15px;
}

@media only screen and (max-width: 991px) {
  body.show-sidebar .sidebar-template__sidebar {
    transform: translateX(0);
  }
}
body.footer-transparent .footer-sidebar {
  background: none;
}
body.body-fluid .form-config {
  max-width: 1040px;
  margin: 0 auto;
}
body.body-fluid .footer-sidebar {
  padding: 11px 0;
  max-width: 1040px;
  margin: 0 auto;
}
body.body-fluid .header-sidebar {
  padding: 5px 0;
}
@media only screen and (max-width: 991px) {
  body.body-fluid .header-sidebar__left {
    display: none;
  }
}
body.body-fluid .header-sidebar__right ul {
  flex-direction: row;
}
body.body-full {
  padding-bottom: 1px;
}
body.body-full .header-sidebar__inner {
  max-width: 1280px;
  margin: 0 auto;
}
body.body-full .footer-sidebar {
  margin-bottom: 20px;
}
body.body-full .footer-sidebar__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.sidebar-template {
  display: flex;
  background: #F4F8FA;
}
.sidebar-template__sidebar {
  width: 240px;
  background: var(--white);
  padding: 156px 5px 30px 60px;
}
@media only screen and (max-width: 991px) {
  .sidebar-template__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100vh;
    padding: 75px 20px 30px 20px;
    transform: translateX(-100%);
    transition: all 0.3s;
  }
}
.sidebar-template__sidebar .hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media only screen and (min-width: 992px) {
  .sidebar-template__sidebar .hamburger {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-template__sidebar nav {
    position: sticky;
    top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-template__sidebar nav {
    max-height: 100%;
    overflow-y: auto;
  }
}
.sidebar-template__sidebar nav ul li {
  margin-bottom: 12px;
}
.sidebar-template__sidebar nav ul li a {
  display: block;
  padding: 8px 20px;
  border-radius: 100px;
  color: var(--black);
}
.sidebar-template__sidebar nav ul li a:hover {
  background: #F4F8FA;
}
.sidebar-template__sidebar nav ul li.active a {
  background: #F4F8FA;
}

.sidebar-template__sidebar nav ul li.has_child:hover,
.sidebar-template__sidebar nav ul li.has_child.active{
  background: #F4F8FA;
  border-radius: 20px;
  /*padding-bottom: 10px;*/
}
.sidebar-template__sidebar nav ul li.has_child.active{
    padding-bottom: 10px;
}
.sidebar-template__sidebar nav ul li.has_child > a{
position:relative;
}
.sidebar-template__sidebar nav ul li.has_child > a:after{
content: '';
position: absolute;
top: 11px;
right: 20px;
width: 15px;
height: 15px;
background: url(../images/icons/arrow-down-icon.png) no-repeat;
  background-size: auto;
z-index: 99999;
background-size: cover;
transition: all 0.5s;
}
.sidebar-template__sidebar nav ul li.has_child.active > a:after{
transform: rotate(180deg);
}
.sidebar-template__sidebar nav ul li.has_child ul{display:none; }
.sidebar-template__sidebar nav ul li.has_child.active ul {
padding-left: 50px;
display: block;
width: 100%;
}
.sidebar-template__sidebar nav ul li.has_child ul li{position:relative;}
.sidebar-template__sidebar nav ul li.has_child ul li:before{content: '';
position: absolute;
left: -20px;
top: 5px;
height: 10px;
width: 1px;
background: var(--black);}
.sidebar-template__sidebar nav ul li.has_child ul li:after{content: '';
position: absolute;
left: -20px;
top: 15px;
height: 1px;
width: 10px;
background: var(--black);}
.sidebar-template__sidebar nav ul li.has_child ul li a{padding:0;font-weight: 700;}
.sidebar-template__main {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .sidebar-template__main {
    width: calc(100% - 240px);
  }
}
.sidebar-template__main--inner ,
.sidebar-template__main--inner2 {
  padding: 0 15px;
  min-height: calc(100vh - 95px);
}
@media only screen and (min-width: 992px) {
  .sidebar-template__main--inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar-template__main--inner {
    padding: 0 60px;
  }
}
.sidebar-template__main--inner .box-body {
  background: var(--white);
  padding: 15px;
  border-radius: 15px;
}
@media only screen and (min-width: 992px) {
  .sidebar-template__main--inner .box-body {
    padding: 20px 30px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar-template__main--inner .box-body {
    padding: 30px 60px;
  }
}
.sidebar-template__main--inner .box-body > picture img {
  width: 100%;
}
.sidebar-template__main--inner .buttons-body {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar-template__main--inner .buttons-body {
    justify-content: center;
  }
}
.sidebar-template__main--inner .buttons-body .btn-outline {
  background: var(--white);
}

.header-sidebar {
  padding: 5px 15px;
}
@media only screen and (min-width: 992px) {
  .header-sidebar {
    padding: 5px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-sidebar {
    padding: 5px 60px;
  }
}
.header-sidebar__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-sidebar__left {
  flex-basis: 0;
  flex-grow: 1;
}
@media only screen and (min-width: 991px) {
  .header-sidebar__left .hamburger {
    display: none;
  }
}
.header-sidebar__center {
  flex-basis: 110px;
  flex-grow: 0;
}
@media only screen and (min-width: 768px) {
  .header-sidebar__center {
    flex-basis: 200px;
  }
}
.header-sidebar__right {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.header-sidebar__right ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .header-sidebar__right ul {
    gap: 68px;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-sidebar__right ul {
    flex-direction: column;
  }
}
.header-sidebar__right ul li a {
  font-size: 12px;
  font-weight: 300;
  color: var(--black);
  display: block;
}
@media only screen and (min-width: 768px) {
  .header-sidebar__right ul li a {
    font-size: 14px;
  }
}
.header-sidebar__right ul li a.special-menu {
  padding: 4px 16px;
  border: 1px solid var(--black);
  border-radius: 100px;
}

.footer-sidebar {
  padding: 11px 15px;
  font-size: 14px;
  font-weight: 300;
  background: var(--white);
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer-sidebar {
    padding: 12px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-sidebar {
    padding: 11px 60px 11px 0;
  }
}
.footer-sidebar p {
  margin: 0;
}
.footer-sidebar p small {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .footer-sidebar__inner {
    display: flex;
  }
}
.footer-sidebar__main {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.applicant-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .applicant-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .applicant-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.applicant-list__item a {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: var(--white);
  padding: 16px;
  align-items: center;
  gap: 12px;
  box-shadow: none;
  transition: all 0.3s;
  height: 100%;
  justify-content: space-between;
  text-align: center;
  position: relative;
  z-index: 1;
  background: var(--white);
  border: 5px solid transparent;
}
.applicant-list__item a.boder_blue {
  border-width: 3px !important;
}

.applicant-list__item a:hover {
  border-color: var(--blue);
  opacity: 1 !important;
}
.applicant-list__item figure {
  width: 100%;
  margin: 0;
  padding-top: 100%;
  position: relative;
}
.applicant-list__item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.applicant-list__item span {
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  display: block;
}
.applicant-list__item--icons {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .applicant-list__item--icons {
    gap: 32px;
  }
}

.login-page .form-wrap__logo {
  margin-bottom: 17px;
}

.form-wrap {
  min-height: 100vh;
  background: #F4F8FA;
  padding-bottom: 20px;
}
.form-wrap__inner {
  min-height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 15px;
}
.form-wrap__inner h1 {
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
  text-align: center;
  margin: 0 0 17px;
}
.form-wrap__logo {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .form-wrap__logo {
    margin-bottom: 56px;
  }
}
.form-wrap__logo img {
  width: 100%;
  max-width: 226px;
}
.form-wrap__form {
  width: 100%;
  max-width: 460px;
  padding: 20px 40px 50px;
  background: var(--white);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.03);
}
@media only screen and (min-width: 768px) {
  .form-wrap__form {
    padding: 20px 60px 100px;
  }
}
.form-wrap__form--row {
  margin-bottom: 40px;
}
.form-wrap__form--row input {
  border: 0;
  border-bottom: 1px solid var(--primary);
  border-radius: 0;
  height: 30px;
  padding: 0;
  width: 100%;
}
.form-wrap__form--submit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-height: 68px;
}
.form-wrap__form--submit .btn, .form-wrap__form--submit .btn-radius, .form-wrap__form--submit .btn-second, .form-wrap__form--submit .btn-green, .form-wrap__form--submit .btn-green--light, .form-wrap__form--submit .btn-pink, .form-wrap__form--submit .btn-red,
.form-wrap__form--submit button,
.form-wrap__form--submit input[type=submit] {
  min-width: 250px;
  padding-block: 8px;
}
.form-wrap__form--submit p {
  font-size: 12px;
}
.form-wrap__form--submit p a {
  color: var(--black);
}
.form-wrap__form--submit p a:hover {
  color: var(--primary);
}
.form-wrap__form--submit p a:hover span {
  border-bottom-color: var(--primary);
}
.form-wrap__form--submit span {
  width: 33px;
  border-bottom: 1px solid var(--black);
  display: inline-block;
}
.form-wrap__form--notification {
  display: none;
}
.form-wrap__form form.show .form-wrap__form--notification {
  display: block;
}
.form-wrap__footer {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  background: var(--white);
  padding: 15px;
}
.form-wrap__footer p {
  margin: 0;
}

.form-config {
  padding: 20px;
  background: var(--white);
  border-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .form-config {
    padding: 20px 30px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-config {
    padding: 22px 90px;
  }
}
.form-config__avatar {
  padding: 16px 28px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .form-config__avatar {
    max-width: 164px;
  }
}
.form-config__avatar img {
width: 114px;
  height: 152px;
  object-fit: cover;
}
.form-config__avatar h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--black);
}
.form-config__gender {
  display: flex;
  flex-wrap: wrap;
  justify-content: baseline;
  gap: 20px;
}
.form-config__gender .radio-wrap {
  gap: 4px;
}
.form-config__row {
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .form-config__row {
    display: flex;
    margin: 0 -6px 12px;
  }
}
.form-config__row input,
.form-config__row select,
.form-config__row textarea {
  border-radius: 6px;
  border: 1px solid var(--black);
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .form-config__row input,
  .form-config__row select,
  .form-config__row textarea {
    border-radius: 10px;
  }
}
.form-config__row input {
  height: 32px;
}
.form-config__row textarea {
  height: 130px;
  padding: 7px 10px;
}
.form-config__row .repeater-input input,
.form-config__row .repeater-input select,
.form-config__row .repeater-input textarea {
  border-radius: 4px;
  height: 28px;
}
.form-config__row .input-file {
  margin-top: 15px;
}
.form-config__col {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .form-config__col {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 6px;
    margin-bottom: 0;
  }
  .form-config__col > label {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
  }
  .form-config__col > label span {
    display: inline-block;
    background: var(--primary);
    color: var(--white);
    font-weight: 600;
    font-size: 10px;
    padding: 1px 8px;
    margin-left: 20px;
  }
  .form-config__col--1, .form-config__col--2, .form-config__col--3, .form-config__col--4, .form-config__col--5, .form-config__col--6, .form-config__col--7, .form-config__col--9, .form-config__col--10, .form-config__col--11, .form-config__col--12 {
    flex-grow: 0;
  }
  .form-config__col--12 {
    flex-basis: 100%;
  }
  .form-config__col--11 {
    flex-basis: 91.66666667%;
  }
  .form-config__col--10 {
    flex-basis: 83.33333333%;
  }
  .form-config__col--9 {
    flex-basis: 75%;
  }
  .form-config__col--7 {
    flex-basis: 58.33333333%;
  }
  .form-config__col--6 {
    flex-basis: 50%;
  }
  .form-config__col--5 {
    flex-basis: 41.66666667%;
  }
  .form-config__col--4 {
    flex-basis: 33.33333333%;
  }
  .form-config__col--3 {
    flex-basis: 25%;
  }
  .form-config__col--2 {
    flex-basis: 16.66666667%;
  }
  .form-config__col--1 {
    flex-basis: 8.33333333%;
  }
}
.form-config__col--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media only screen and (min-width: 768px) {
  .form-config__col--inline {
    gap: 10px 30px;
    padding: 0 6px;
  }
}
.form-config__submit {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .form-config__submit {
    justify-content: center;
  }
}
.form-config__submit .btn-pink {
  min-width: 112px;
}

.section {
  padding: 56px 0;
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 70px 0;
  }
}

.heading-section {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 40px;
  color: var(--black);
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .heading-section {
    margin: 0 0 64px;
    font-size: 32px;
  }
}

.banner-section {
  position: relative;
  padding-top: 55vh;
}
@media only screen and (min-width: 992px) {
  .banner-section {
    padding-top: 30vh;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-section {
    padding-top: 0;
  }
}
.banner-section picture {
  display: block;
  margin: 0;
}
.banner-section picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10vh;
}
@media only screen and (min-width: 1200px) {
  .banner-section__inner {
    padding-top: 0;
    justify-content: center;
  }
}
.banner-section__inner img {
  width: 44%;
  max-width: 377px;
}
@media only screen and (min-width: 992px) {
  .banner-section__inner img {
    margin: -30px 0;
  }
}
.banner-section__inner h1,
.banner-section__inner h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: var(--black);
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .banner-section__inner h1,
  .banner-section__inner h2 {
    font-size: 32px;
  }
}
.banner-section__inner h2 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .banner-section__inner h2 {
    margin-bottom: 64px;
  }
}
.banner-section__inner .btn-outline-radius {
  width: 100%;
  background: var(--white);
  max-width: 260px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .banner-section__inner .btn-outline-radius {
    max-width: 324px;
    margin-top: 27px;
  }
}

.video-slider {
  padding: 50px 15px 10px;
}
@media only screen and (min-width: 768px) {
  .video-slider {
    padding: 100px 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .video-slider .slick-list {
    padding: 4vw 27%;
  }
}
@media only screen and (max-width: 767px) {
  .video-slider .slick-arrow {
    display: none !important;
  }
}
.video-slider .slick-arrow.slick-prev {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .video-slider .slick-arrow.slick-prev {
    left: 19%;
  }
}
.video-slider .slick-arrow.slick-next {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .video-slider .slick-arrow.slick-next {
    right: 19%;
  }
}
.video-slider__item {
  transform: scale(1);
  transition: all 0.3s;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .video-slider__item {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .video-slider__item {
    border-radius: 39px;
  }
}
.video-slider__item.slick-current {
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .video-slider__item.slick-current {
    transform: scale(1.3);
  }
}

.attractiveness .heading-section {
  margin-bottom: 36px;
}
.attractiveness .scroll-anim {
  margin-bottom: 20px;
}
.attractiveness__item {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .attractiveness__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .attractiveness__item {
    grid-template-columns: calc(44% - 26px) calc(56% - 74px);
    gap: 65px;
  }
}
@media only screen and (min-width: 992px) {
  .attractiveness__item figure {
    margin: -20px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .attractiveness__item figure {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.attractiveness__item figure img {
  width: 100%;
}
.attractiveness__item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .attractiveness__item h3 {
    font-size: 20px;
  }
}
.attractiveness__item--content h3 {
  margin: 0 0 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .attractiveness__item--content h3 {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .attractiveness__item--content h3 {
    display: none;
  }
}
.attractiveness__item--info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .attractiveness__item--info {
    order: 9;
  }
}
.attractiveness__item--info .btn-radius,
.attractiveness__item--info .attractiveness__item--buttons span {
  width: 100%;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .attractiveness__item--info{
    align-items: flex-start;
    text-align: left;
  }
  .attractiveness__item--info .btn-radius,
  .attractiveness__item--info .attractiveness__item--buttons span {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .attractiveness__item:nth-child(even) {
    grid-template-columns: calc(61% - 100px) 40%;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .attractiveness__item:nth-child(even) figure {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media only screen and (min-width: 992px) {
  .attractiveness__item:nth-child(even) figure {
    order: 5;
  }
}
.attractiveness__item:nth-child(even) .attractiveness__item--content {
  order: 3;
}
.attractiveness__buttons {
  display: flex;
  gap: 10px 44px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .attractiveness__buttons {
    margin: 0 0 30px;
  }
}
.attractiveness__buttons .btn-outline-radius {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .attractiveness__buttons .btn-outline-radius {
    max-width: 324px;
  }
}

.registration-flow {
  background: #F4F8FA;
}
@media only screen and (min-width: 768px) {
  .registration-flow__inner {
    display: flex;
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .registration-flow__inner {
    gap: 116px;
  }
}
.registration-flow__item {
  flex-basis: 0;
  flex-grow: 1;
}
.registration-flow__item + .registration-flow__item {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .registration-flow__item + .registration-flow__item {
    margin-top: 0;
  }
}
.registration-flow__item + .registration-flow__item figure::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-top: 28px solid var(--black);
  position: absolute;
  top: -56px;
  left: calc(50% - 17px);
}
@media only screen and (max-width: 767px) {
  .registration-flow__item + .registration-flow__item figure::before {
    border-right: 17px solid transparent;
  }
}
@media only screen and (min-width: 768px) {
  .registration-flow__item + .registration-flow__item figure::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid var(--black);
    top: 50%;
    left: -33px;
  }
}
@media only screen and (min-width: 992px) {
  .registration-flow__item + .registration-flow__item figure::before {
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 28px solid var(--black);
    left: -67px;
  }
}
.registration-flow__item figure {
  margin: 0 0 16px;
  position: relative;
  text-align: center;
}
.registration-flow__item figure img {
  width: 100%;
  max-width: 400px;
}
.registration-flow__item h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px;
}
.registration-flow__item p {
  max-width: 160px;
  margin: 0 auto;
}

.form-input-line {
  max-width: 515px;
  margin: 0 auto;
}
.form-input-line .form__row {
  margin-bottom: 34px;
}
.form-input-line .form__row input {
  border: 0;
  border-bottom: 1px solid var(--primary);
  border-radius: 0;
  height: 30px;
  padding: 0;
  width: 100%;
}
.form-input-line .form__check {
  text-align: center;
  margin: 0 0 30px;
}
.form-input-line .form__check .checkbox-wrap {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .form-input-line .form__check .checkbox-wrap {
    font-size: 16px;
  }
}
.form-input-line .form__note {
  text-align: center;
  color: #D80000;
  margin: 0 0 20px;
}
.form-input-line .form__note p {
  margin: 0;
}
.form-input-line .form__submit {
  margin: 0 0 24px;
  text-align: center;
}
.form-input-line .form__submit .btn, .form-input-line .form__submit .btn-radius, .form-input-line .form__submit .btn-second, .form-input-line .form__submit .btn-green, .form-input-line .form__submit .btn-green--light, .form-input-line .form__submit .btn-pink, .form-input-line .form__submit .btn-red,
.form-input-line .form__submit button {
  font-size: 16px;
  font-weight: 600;
  padding: 9px 30px;
  width: 100%;
  max-width: 328px;
}
.form-input-line .form__content {
  text-align: center;
}
.form-input-line .form__content p {
  margin: 0;
}
.form-input-line .form__content p a {
  color: var(--black);
  text-decoration: underline;
}
.form-input-line .form__content p a:hover {
  color: var(--primary);
}

.control-top {
  max-width: 1280px;
  margin: 0 auto 30px;
  padding: 0 15px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .control-top {
    margin-bottom: 44px;
    padding: 0 40px;
  }
}

.withdrawal-section {
  max-width: 882px;
  padding: 0 15px;
  margin: 0 auto 32px;
}
.withdrawal-section h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
  color: var(--black);
}
.withdrawal-section__box {
  background: var(--white);
  border-radius: 20px;
  padding: 37px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.withdrawal-section__box h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px;
  text-align: center;
}
.withdrawal-section__box ul {
  margin-top: 24px;
}
.withdrawal-section__box ul li {
  margin-bottom: 20px;
}
.withdrawal-section__box ul li .checkbox-wrap {
  font-size: 16px;
  font-weight: 400;
}
.withdrawal-section__box textarea {
  max-width: 460px;
  border: 2px solid var(--black);
  height: 120px;
}
@media only screen and (min-width: 768px) {
  .withdrawal-section__box textarea {
    height: 160px;
  }
}
.withdrawal-section__note {
  font-weight: 600;
  color: #FF0000;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 20px 0 25px;
}
.withdrawal-section__note p {
  margin: 0;
}
.withdrawal-section .btn-red {
  font-size: 14px;
  width: 100%;
  max-width: 200px;
  padding: 9px 20px;
}

.caution-popup {
  z-index: 99;
  border-radius: 10px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 30px);
  padding: 0 20px 46px;
  max-width: 551px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .caution-popup {
    padding: 0 30px 108px;
  }
}
.caution-popup img {
  transform: translateY(-50%);
  max-width: 60px;
}
@media only screen and (min-width: 768px) {
  .caution-popup img {
    max-width: 109px;
  }
}
.caution-popup__content {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .caution-popup__content {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.caution-popup__buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .caution-popup__buttons {
    gap: 36px;
  }
}
.caution-popup__buttons a {
  font-size: 16px;
  padding: 8px;
  min-width: 133px;
}
@media only screen and (min-width: 768px) {
  .caution-popup__buttons a {
    font-size: 20px;
    padding: 11px;
  }
}

.recruitment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}
.recruitment-list__item {
  background: var(--white);
  border-radius: 10px;
  padding: 24px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .recruitment-list__item {
    width: calc(50% - 16px);
  }
}

@media only screen and (min-width: 1200px) {
  .recruitment-list__item {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .recruitment-list__item {
    padding: 36px 66px;
  }
}
.recruitment-list__item h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.recruitment-list__item h3 span {
  min-width: 100px;
}
.recruitment-list__item--description {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}
.recruitment-list__item--description span {
  min-width: 100px;
  font-size: 16px;
  font-weight: 600;
  color: #7C7C7C;
  display: flex;
  gap: 8px;
  min-width: 100px;
}
.recruitment-list__item--description p {
  font-size: 14px;
  margin: 0;
}
.recruitment-list__item--body {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.recruitment-list__item--images {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  width: calc(60% - 8px);
  margin-bottom: 0;
}
.sidebar-template__main--inner2 .recruitment-list__item .recruitment-list__item--images {
  width: calc(70% - 8px);
}
.recruitment-list__item--images img {
  width: calc(50% - 6px);
  height: 100px;
  object-fit: cover;
}
.recruitment-list__item--info {
  width: calc(40% - 8px);
}
.sidebar-template__main--inner2 .recruitment-list .recruitment-list__item--info {
  width: calc(30% - 8px);
}
.recruitment-list__item--info ul li {
  display: flex;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  margin: 0 0 9px;
}
.recruitment-list__item--info ul li span {
    min-width: 4em;
}
.recruitment-list__item--info ul li p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

@media only screen and (min-width: 1200px) {
  .recruitment-list__item--info ul li {
    font-size: 16px;
  }
}
.recruitment-list__item--info ul li span {
  display: flex;
  gap: 8px;
  color: #7C7C7C;
  white-space: nowrap;
  align-items: center;
}
.recruitment-list__item--info ul li p {
  margin: 0;
  font-weight: 400;
}
.recruitment-list__item--tags {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media only screen and (min-width: 1200px) {
  .recruitment-list__item--tags {
    font-size: 16px;
    gap: 10px 27px;
  }
}
.recruitment-list__item--tags a {
  color: #7C7C7C;
  display: flex;
  align-items: center;
  gap: 8px;
}
.recruitment-list__item--controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
@media only screen and (min-width: 1200px) {
  .recruitment-list__item--controls {
    margin-top: 8px;
    gap: 24px;
  }
}

.interview-detail {
  border-radius: 20px;
  background: var(--white);
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .interview-detail {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .interview-detail {
    padding: 32px 74px 22px;
  }
}
.interview-detail label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.interview-detail__heading {
  align-items: flex-end;
  margin-bottom: 24px;
}
.interview-detail__heading figure img {
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .interview-detail__heading figure img {
  }
}
.interview-detail__heading--right {
}
@media only screen and (min-width: 992px) {
  .interview-detail__heading--right {
  }
}
.interview-detail__heading--right img {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .interview-detail__heading--right img {
    margin-left: -12px;
  }
}
.interview-detail__heading--right input {
  height: 32px;
}
.interview-detail__body {
  margin-bottom: 24px;
}
.interview-detail__body textarea {
  height: 290px;
  padding: 6px 10px;
}
.interview-detail__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.history-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom:40px;
}
.history-list__item {
  background: var(--white);
  border-radius: 10px;
  padding: 24px;
  width: 100%;
  position:relative;
  margin-top: 60px;
}
@media only screen and (min-width: 1300px) {
  .history-list__item {
    width: calc(50% - 20px);
  }
}
.history-list__item h2{
	font-size:20px;
	font-weight:600;
	margin: 0;
  position: absolute;
  top: -35px;
  left: 20px;
}
.history-list__item .slider__item{
	font-size:14px;
	font-weight:400;
}
.history-list__item .slider__item h3{
	font-size:14px;
	font-weight:400;
	margin-bottom: 30px;
}
.history-list__item .slider2 .slider__item h3{
	margin-bottom: 0;
}
.history-list__item .slider2 .des{
	margin-bottom: 20px;
}
.history-list__item .slider__item h4{
	font-size:14px;
	font-weight:600;
	text-align:center;
	margin:5px 0 14px;
}
.history-list__item .slider2 .slider__item h4{
	font-size:12px;
	font-weight:600;
	text-align:left;
	margin:5px 0 14px;
}
.history-list__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.history-list__item .slider2 .slider__item ul{
  padding: 0;
  margin: 0;
}
.history-list__item .slider2 .slider__item ul li{
  display: flex;
  gap: 20px;
  font-size:16px;
  color:#B7B7B7;
  cursor: pointer;
}
.history-list__item .slider2 .slider__item ul li.user_active {
  color: #FFD400;
}
.history-list__item .slider2 .slider__item ul li.company_active {
  color: #F9C1CF;
}
.history-list__item .slider2 .slider__item ul li.active {
  color: var(--text-body);
}

.history-list__item .slider2 .slider__item .buttons {
  margin-top: 30px;
}
.history-list__item .slider13 .slider__item ul{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.history-list__item .slider13 .slider__item ul li{
width:calc(20% - 8px);

}
.history-list__item .slider13 .slider__item ul li .icons{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 15px;
}
.history-list__item:nth-child(4){
	padding:24px 0;
}
.history-list__item .slider4 .slider__item ul li{
display: flex;
  justify-content: space-between;
  padding:0 24px 10px;
  margin-bottom:10px;
  border-bottom:1px solid #EBEBEB;
  align-items: flex-end;
}
.history-list__item .slider4 .slider__item ul li:last-child{
  margin-bottom:0;
  padding-bottom:0;
	border-bottom:0;
}
.history-list__item .slider4 .slider__item ul li .left{
width:calc(100% - 166px);
}
.history-list__item .slider4 .slider__item ul li .left h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.history-list__item .slider4 .slider__item ul li .left  h4 {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 5px;
}
.history-list__item .slider4 .slider__item ul li .right{
width:126px;
margin-left:40px;
}
.history-list__item .slider__item a.btn{
width:100%;
max-width:126px;
color:#000;
background:#fff;
border:2px solid #000;
font-size:12px;
}
.history-list__item .slider2 .slider__item a.btn.btn1{background: #EBEBEB;
  border-color: #EBEBEB;
  color: #A0A0A0;
  margin-left: 35px;
}
.history-list__item .slider2 .slider__item a.btn.btn1.selected {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}
.pagingInfo {
  width: 100%;
  text-align: right;
  display: block;
  font-size: 16px;
  color: #707070;
  padding-right: 40px;
}
.history-list__item:nth-child(4) .pagingInfo{
	padding:0 64px 0 24px;
}
 .slick-slider .slick-arrow {
    width: 12px;
    height: 10px;
  }
.slick-slider .slick-arrow.slick-prev {
  background: url("../images/history/arrow-left.png") no-repeat 0 0/100%;
  left: auto;
  right: 90px;
  top: -10px;
}
.slick-slider .slick-arrow.slick-next {
  background: url("../images/history/arrow-right.png") no-repeat 0 0/100%;
  right: 0px;
  top: -10px;
}
.history-list__item:nth-child(4) .slick-slider .slick-arrow.slick-prev {
  right: 114px;
}
.history-list__item:nth-child(4) .slick-slider .slick-arrow.slick-next {
  right: 24px;
}
@media only screen and (max-width: 520px) {
	.history-list__item {
	  padding: 15px;
	  margin-top: 40px;
	}
	.history-list__item:nth-child(4) {
	  padding: 15px 0;
	}
	.history-list__item .slider13 .slider__item h4 {
	  font-size: 10px;
	}
	  .history-list__item .slider13 .slider__item ul li .icons {
	  padding: 0 5px;
	}
	.history-list__item:nth-child(4) .pagingInfo {
	  padding: 0 55px 0 15px;
	}
	.history-list__item:nth-child(4) .slick-slider .slick-arrow.slick-prev {
	  right: 105px;
	}
	.history-list__item:nth-child(4) .slick-slider .slick-arrow.slick-next {
	  right: 15px;
	}
	.history-list__item .slider4 .slider__item ul li {
	  padding: 0 15px 15px 15px;
	}
}
