@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

*:focus {
  outline: none;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background: #131313;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --white: #ffffff;
  --black: #131313;
  --gray: #707070;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--black);
}

a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2em;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.5;
  transition: 0.5s;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

main>div {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}

img {
  width: 100%;
}

.pc,
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.thumb {
  display: grid;
  overflow: hidden;
  z-index: 1;
}

.thumb:hover img {
  overflow: hidden;
  transform: scale(1.1);
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.mt1 {
  margin-top: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.ks_textblock {
  margin-bottom: 2.0833333333vw;
  font-size: max(1.1111111111vw, 10px);
  line-height: 1.6666666667vw;
  letter-spacing: 0.2222222222vw;
}

@media screen and (max-width: 768px) {
  .ks_textblock {
    margin-bottom: 8vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    letter-spacing: 0.8533333333vw;
  }
}

.ks_textblock_desc {
  font-size: max(0.9722222222vw, 10px);
  line-height: 1.6666666667vw;
  letter-spacing: 0.0972222222vw;
}

@media screen and (max-width: 768px) {
  .ks_textblock_desc {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    letter-spacing: 0.3733333333vw;
  }
}

input::placeholder,
textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC8C8;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CCC8C8;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #CCC8C8;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  padding: 0.2em;
  background-clip: content-box;
  border: 1px solid var(--black);
  border-radius: 50%;
}

input[type=radio]:checked {
  background-color: #CD4A38;
}

.worksdetail-animation-accordion {
  animation-name: animation-accordion;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes animation-accordion {
  0% {
    opacity: 0;
    height: 0;
  }

  99% {
    height: 7.5em;
  }

  100% {
    opacity: 1;
    height: auto;
  }
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.animation_shrink {
  animation-name: animation_shrink;
  animation-duration: 15s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes animation_shrink {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

.animation_scroll {
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.animation_scroll_text {
  padding-left: 100%;
  white-space: nowrap;
  animation: animation_scroll 14s linear infinite;
}

@keyframes animation_scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.js_randChar span {
  display: inline-block;
  opacity: 0;
}

.js_randChar span:nth-child(1) {
  transform: translate(-1em, -1em);
}

.js_randChar span:nth-child(2) {
  transform: translate(-1em, 2em);
}

.js_randChar span:nth-child(3) {
  transform: translate(1em, -1em);
}

.js_randChar span:nth-child(4) {
  transform: translate(-1em, 1em);
}

.js_randChar span:nth-child(5) {
  transform: translate(-2em, -1em);
}

.js_randChar span:nth-child(6) {
  transform: translate(-1em, -2em);
}

.js_randChar span:nth-child(7) {
  transform: translate(-1em, -1em);
}

.js_randChar span:nth-child(8) {
  transform: translate(-1em, 2em);
}

.js_randChar span:nth-child(9) {
  transform: translate(1em, -1em);
}

.js_randChar span:nth-child(10) {
  transform: translate(-1em, 2em);
}

.js_randChar span:nth-child(11) {
  transform: translate(-2em, -1em);
}

.js_randChar span:nth-child(12) {
  transform: translate(2em, 1em);
}

.js_randChar span:nth-child(13) {
  transform: translate(-1em, -1em);
}

.js_randChar span:nth-child(14) {
  transform: translate(-1em, 2em);
}

.js_randChar span:nth-child(15) {
  transform: translate(2em, -1em);
}

.js_randChar span[data-is-visible=true] {
  opacity: 1;
  transform: translate(0, 0);
}

.js_randChar.fade_char_animation>span[data-delay="1"] {
  animation-name: fade_char_animation;
  animation-delay: 4.7s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.js_randChar.fade_char_animation>span[data-delay="2"] {
  animation-name: fade_char_animation;
  animation-delay: 4.9s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.js_randChar.fade_char_animation>span[data-delay="3"] {
  animation-name: fade_char_animation;
  animation-delay: 5.1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.js_randChar.fade_char_animation>span[data-delay="4"] {
  animation-name: fade_char_animation;
  animation-delay: 5.3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.js_randChar.fade_char_animation>span[data-delay="5"] {
  animation-name: fade_char_animation;
  animation-delay: 5.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.js_turnChar span {
  display: inline-block;
  opacity: 0;
}

.js_turnChar span[data-is-visible=true] {
  opacity: 1;
}

@keyframes fade_char_animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.js_fade {
  opacity: 0;
  transition: opacity 1.5s 0.1s;
}

.js_fade[data-is-visible=true] {
  opacity: 1;
}

.icon_tel {
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  vertical-align: middle;
  background: url("../img/icon/icon_tel.svg") center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .icon_tel {
    width: 4.4vw;
    height: 4.4vw;
  }
}

.icon_email {
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  vertical-align: middle;
  background: url("../img/icon/icon_email.svg") center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .icon_email {
    width: 4.4vw;
    height: 4.4vw;
  }
}

.cmn_join {
  color: var(--white);
  display: grid;
  justify-content: center;
  justify-items: center;
}

.cmn_join_title {
  color: inherit;
  font-size: max(3.4722222222vw, 10px);
  line-height: 1.2em;
  letter-spacing: 0.42em;
  margin-right: -0.42em;
  margin-bottom: 0.4861111111vw;
}

@media screen and (max-width: 768px) {
  .cmn_join_title {
    font-size: 9.3333333333vw;
    line-height: 1.2em;
    letter-spacing: 0.42em;
    margin-bottom: 3.7333333333vw;
  }
}

.cmn_join_description {
  color: inherit;
  font-size: max(1.0416666667vw, 10px);
  letter-spacing: 0.4em;
  margin-bottom: 1.7361111111vw;
}

@media screen and (max-width: 768px) {
  .cmn_join_description {
    font-size: 3.7333333333vw;
    letter-spacing: 0.4em;
    margin-bottom: 5.0666666667vw;
  }
}

.cmn_join_contacts {
  display: flex;
}

.cmn_join_contacts_item {
  width: 4.8611111111vw;
  height: 4.8611111111vw;
  margin-right: 1.7361111111vw;
}

.cmn_join_contacts_item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .cmn_join_contacts_item {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    margin-right: 6.6666666667vw;
  }
}

.cmn_company {
  width: 100%;
  display: grid;
  justify-items: center;
  overflow: hidden;
  background-color: #99845f;
  position: relative;
  align-content: flex-start;
  padding-top: 3.1944444444vw;
  padding-bottom: 3.6805555556vw;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .cmn_company {
    padding-top: 13.6vw;
    padding-bottom: 11.2vw;
  }
}

.cmn_company_title {
  z-index: 1;
  display: grid;
  justify-content: center;
  color: #fff;
  margin-bottom: 1.0416666667vw;
}

@media screen and (max-width: 768px) {
  .cmn_company_title {
    margin-bottom: 2.6666666667vw;
  }
}

.cmn_company_title_text {
  font-size: 3.4722222222vw;
  line-height: 1.38em;
  letter-spacing: 0.42em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cmn_company_title_text {
    font-size: 8vw;
    line-height: 1.2em;
    letter-spacing: 0.42em;
  }
}

.cmn_company_title_subtitle {
  font-size: 1.0416666667vw;
  line-height: 2.8em;
  letter-spacing: 0.4em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cmn_company_title_subtitle {
    font-size: 3.7333333333vw;
    line-height: 3em;
    letter-spacing: 0.4em;
  }
}

.cmn_company_information {
  z-index: 1;
  color: var(--white);
  font-size: max(0.9722222222vw, 10px);
  line-height: 2.4285714286em;
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cmn_company_information {
    font-size: 3.7333333333vw;
    line-height: 2.4285714286em;
  }
}

.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  min-height: 6.9444444444vw;
  padding-left: 6.9444444444vw;
}

@media screen and (max-width: 768px) {
  .header {
    min-height: 13.3333333333vw;
    padding-left: 6.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}

.header_bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--white);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.header_bg_color_sub_colr .header_bg {
  background-color: var(--white);
  opacity: 1;
}

.header_menu {
  display: flex;
  align-items: center;
  color: var(--black);
  width: 100%;
}

.header_menu_company {
  margin-right: 0;
  display: flex;
  align-items: center;
}

.header_menu_company_logo {
  width: 18.1944444444vw;
}

@media screen and (max-width: 768px) {
  .header_menu_company_logo {
    width: 15vw;
    padding: 5px 0;
  }
}

.header_sp_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_sp_btn {
    display: grid;
    width: 8vw;
    height: 5.3333333333vw;
  }
}

.header_sp_btn_icon {
  width: 100%;
  height: 100%;
}

.footer {
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .footer {
    overflow: hidden;
  }
}

.footer_content {
  display: grid;
  width: 100%;
}

.footer_main {
  background-color: var(--black);
  margin-bottom: 20px;
}

.footer_menu {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: max(0.9722222222vw, 10px);
  margin: 2rem 0;
}

@media screen and (max-width: 768px) {
  .footer_menu {
    font-size: 2.6666666667vw;
  }
}

.footer_logowap {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 4.1666666667vw;
}

@media screen and (max-width: 768px) {
  .footer_logowap {
    height: 8vw;
  }
}

.footer_logo {
  width: 18.1944444444vw;
}

@media screen and (max-width: 768px) {
  .footer_logo {
    width: 36vw;
  }
}

.footer_copyright {
  background-color: var(--black);
  width: 100%;
  height: 2.7777777778vw;
  font-size: max(0.5555555556vw, 10px);
  display: grid;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer_copyright {
    height: 8vw;
    font-size: 2.1333333333vw;
  }
}

.top {
  overflow: hidden;
  position: relative;
}

.top_message {
  display: none;
}

@media screen and (max-width: 768px) {
  .top_message {
    z-index: 1;
    position: absolute;
    top: 13.3333333333vw;
    left: 0;
    display: flex;
    align-items: center;
    background: var(--white);
    width: 100%;
    height: 8vw;
    border: 3px solid var(--white);
  }

  .top_message_text {
    font-size: 3.4666666667vw;
    letter-spacing: 0.3046153846em;
    line-height: 1.5384615385em;
  }
}

.top_firstview_content {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top_firstview_content {
    background-size: 100%;
  }
}

.top_firstview_title {
  z-index: 2;
  position: absolute;
  bottom: -5.5555555556vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: max(4.8611111111vw, 10px);
  line-height: 1.2em;
  margin-right: -1.2em;
  letter-spacing: 0.5em;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .top_firstview_title {
    bottom: -10.6666666667vw;
    font-size: 9.6vw;
    line-height: 1.1944444444em;
    letter-spacing: 0.5em;
  }
}

.top_firstview_title.js_fade {
  transition: opacity 2s 0.5s;
  text-align: center;
}

.top_firstview_slideshow {
  position: relative;
  justify-items: center;
  display: grid;
}

.top_firstview_slideshow_items {
  overflow: unset;
  height: 69.4444444444vw;
}

@media screen and (max-width: 768px) {
  .top_firstview_slideshow_items {
    height: 146.6666666667vw;
  }
}

.top_firstview_slideshow_item {
  overflow: unset;
}

.top_firstview_slideshow_item_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.top_firstview_slideshow_item_description {
  user-select: none;
  position: absolute;
  bottom: 10vw;
  left: 7vw;
  color: var(--white);
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .top_firstview_slideshow_item_description {
    color: var(--white);
    top: unset;
    left: 5.5vw;
    padding-top: 24vw;
    display: block;
  }
}

.top_firstview_slideshow_item_description_title {
  font-size: max(2.9861111111vw, 10px);
  line-height: 1.6046511628em;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 768px) {
  .top_firstview_slideshow_item_description_title {
    font-size: 6.6666666667vw;
    line-height: 1.6em;
    letter-spacing: 0.5em;
  }
}

.top_firstview_slideshow_item_description_title .text1_small {
  font-size: max(2.1527777778vw, 10px);
  line-height: 2.2258064516em;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 768px) {
  .top_firstview_slideshow_item_description_title .text1_small {
    font-size: 4.8vw;
    line-height: 2.2222222222em;
    letter-spacing: 0.5em;
  }
}

.top_firstview_slideshow_item_description_title .text2 {
  padding-left: 5vw;
}

@media screen and (max-width: 768px) {
  .top_firstview_slideshow_item_description_title .text2 {
    padding-left: 1.2em;
  }
}

.top_firstview_slideshow_item_description_content {
  font-size: max(1.0416666667vw, 10px);
  line-height: 3.3333333333em;
  letter-spacing: 0.3em;
  padding-left: 6.6666666667em;
  padding-left: 5vw;
  margin-top: 2.4305555556vw;
}

@media screen and (max-width: 768px) {
  .top_firstview_slideshow_item_description_content {
    font-size: 3.2vw;
    line-height: 2.5em;
    letter-spacing: 0.3em;
    padding-left: 2.5em;
    margin-top: 8vw;
    margin-bottom: 5vw;
  }
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(1) {
  transition: opacity 1.2s 0.1s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(2) {
  transition: opacity 1.2s 0.1s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(3) {
  transition: opacity 1.2s 0.15s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(4) {
  transition: opacity 1.2s 0.15s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(5) {
  transition: opacity 1.2s 0.2s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(6) {
  transition: opacity 1.2s 0.2s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(7) {
  transition: opacity 1.2s 0.25s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(8) {
  transition: opacity 1.2s 0.25s;
}


.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(9) {
  transition: opacity 1.2s 0.3s;
}

@media screen and (max-width: 768px) {
  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(1) {
    transition: opacity 1.2s 0s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(2) {
    transition: opacity 1.2s 0.1s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(3) {
    transition: opacity 1.2s 0.1s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(4) {
    transition: opacity 1.2s 0.15s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(5) {
    transition: opacity 1.2s 0.15s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(6) {
    transition: opacity 1.2s 0.2s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(7) {
    transition: opacity 1.2s 0.2s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(8) {
    transition: opacity 1.2s 0.2s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_01>span:nth-child(9) {
    transition: opacity 1.2s 0.25s;
  }

}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(1) {
  transition: opacity 1.2s 0.3s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(2) {
  transition: opacity 1.2s 0.3s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(3) {
  transition: opacity 1.2s 0.3s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(4) {
  transition: opacity 1.2s 0.35s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(5) {
  transition: opacity 1.2s 0.35s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(6) {
  transition: opacity 1.2s 0.35s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(7) {
  transition: opacity 1.2s 0.4s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(8) {
  transition: opacity 1.2s 0.4s;
}

@media screen and (max-width: 768px) {
  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(1) {
    transition: opacity 1.2s 0.25s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(2) {
    transition: opacity 1.2s 0.25s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(3) {
    transition: opacity 1.2s 0.25s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(4) {
    transition: opacity 1.2s 0.3s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(5) {
    transition: opacity 1.2s 0.3s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(6) {
    transition: opacity 1.2s 0.3s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(7) {
    transition: opacity 1.2s 0.35s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_02>span:nth-child(8) {
    transition: opacity 1.2s 0.4s;
  }
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(1) {
  transition: opacity 1.2s 0.4s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(2) {
  transition: opacity 1.2s 0.45s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(3) {
  transition: opacity 1.2s 0.45s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(4) {
  transition: opacity 1.2s 0.5s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(5) {
  transition: opacity 1.2s 0.5s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(6) {
  transition: opacity 1.2s 0.5s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(7) {
  transition: opacity 1.2s 0.55s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(8) {
  transition: opacity 1.2s 0.55s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(9) {
  transition: opacity 1.2s 0.55s;
}

@media screen and (max-width: 768px) {
  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(1) {
    transition: opacity 1.2s 0.4s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(2) {
    transition: opacity 1.2s 0.45s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(3) {
    transition: opacity 1.2s 0.45s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(4) {
    transition: opacity 1.2s 0.5s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(5) {
    transition: opacity 1.2s 0.5s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(6) {
    transition: opacity 1.2s 0.5s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(7) {
    transition: opacity 1.2s 0.55s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(8) {
    transition: opacity 1.2s 0.55s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_03>span:nth-child(9) {
    transition: opacity 1.2s 0.55s;
  }
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(1) {
  transition: opacity 1.2s 0.6s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(2) {
  transition: opacity 1.2s 0.6s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(3) {
  transition: opacity 1.2s 0.6s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(4) {
  transition: opacity 1.2s 0.65s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(5) {
  transition: opacity 1.2s 0.65s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(6) {
  transition: opacity 1.2s 0.7s;
}

.top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(7) {
  transition: opacity 1.2s 0.7s;
}

@media screen and (max-width: 768px) {
  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(1) {
    transition: opacity 1.2s 0.6s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(2) {
    transition: opacity 1.2s 0.6s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(3) {
    transition: opacity 1.2s 0.65s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(4) {
    transition: opacity 1.2s 0.65s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(5) {
    transition: opacity 1.2s 0.7s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(6) {
    transition: opacity 1.2s 0.7s;
  }

  .top_firstview_slideshow_item_description .js_turnChar.top_slider_text_04>span:nth-child(7) {
    transition: opacity 1.2s 0.7s;
  }
}



.top_firstview_slideshow_item_description .js_fade.top_slider_text_04 {
  transition: opacity 1.5s 4.5s;
}

@media screen and (max-width: 768px) {
  .top_firstview_slideshow_item_description .js_fade.top_slider_text_04 {
    transition: opacity 2s 2s;
  }
}

.top_firstview_slideshowdot {
  display: none;
}

@media screen and (max-width: 768px) {
  .top_firstview_slideshowdot {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: -17.3333333333vw;
  }

  .top_firstview_slideshowdot .uk-dotnav>*>* {
    border: 1px solid var(--white);
  }

  .top_firstview_slideshowdot .uk-dotnav>.uk-active>* {
    background: var(--white);
  }
}

.top_howtojoin {
  width: 100%;
  background: url("../img/top/top_howtojoin_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 6.875vw;
}

@media screen and (max-width: 768px) {
  .top_howtojoin {
    background: url("../img/top/top_howtojoin_bg_sp.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

.top_howtojoin .cmn_join {
  margin-top: 5vw;
}

@media screen and (max-width: 768px) {
  .top_howtojoin .cmn_join {
    margin-top: 32.133333vw;
  }
}

.top_interview {
  color: var(--white);
  margin-top: 7.8472222222vw;
}

@media screen and (max-width: 768px) {
  .top_interview {
    margin-top: 19.2vw;
  }
}

.top_interview_content {
  display: grid;
  width: 72.2222222222vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top_interview_content {
    width: 89.3333333333vw;
  }
}

.top_interview_title {
  display: grid;
  justify-content: center;
  color: #fff;
  margin-bottom: 1.0416666667vw;
}

@media screen and (max-width: 768px) {
  .top_interview_title {
    margin-bottom: 2.6666666667vw;
  }
}

.top_interview_title_text {
  font-size: 3.4722222222vw;
  line-height: 1.38em;
  letter-spacing: 0.42em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_interview_title_text {
    font-size: 8vw;
    line-height: 1.2em;
    letter-spacing: 0.42em;
  }
}

.top_interview_title_subtitle {
  font-size: 1.0416666667vw;
  line-height: 2.8em;
  letter-spacing: 0.4em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_interview_title_subtitle {
    font-size: 3.7333333333vw;
    line-height: 3em;
    letter-spacing: 0.4em;
  }
}

.top_interview_slider {
  position: relative;
}

.top_interview_slider_item {
  display: flex;
  width: 45vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top_interview_slider_item {
    width: 89.3333333333vw;
    margin-right: 0;
  }
}

.top_interview_slider_item_thumb {
  background-color: var(--white);
  width: 100%;
  min-height: 20vw;
  position: inherit;
}

.top_interview_slider_item_thumb img {
  border-radius: inherit;
}


.top_interview_slider_item_description {
  font-size: max(0.8333333333vw, 10px);
  line-height: 2.25em;
  letter-spacing: 0.3em;
  padding: 3.75em;
  width: 50vw;
}

@media screen and (max-width: 768px) {
  .top_interview_slider_item_description {
    font-size: 3.2vw;
    line-height: 2.25em;
    letter-spacing: 0.3em;
    padding: 2.9166666667em;
  }
}

.top_interview_slider_item_modal_body {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 60vh;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  padding: 4em 2em 3em;
}

@media screen and (max-width: 768px) {
  .top_interview_slider_item_modal_body {
    width: 100%;
    min-width: auto;
    min-height: 80vh;
    padding: 4em 1.5em 2em;
  }
}

.top_interview_slider_item_modal_description {
  font-size: 16px;
  line-height: 1.5em;
  line-height: 2em;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 768px) {
  .top_interview_slider_item_modal_description {
    font-size: 14px;
    line-height: 1.5em;
    line-height: 2em;
  }
}

.top_interview_slider_item_modal_footer {
  padding-top: 2em;
  width: 100%;
  text-align: right;
}

.top_interview_slider_item_modal_close_btn {
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.3em;
}

.top_interview_slider_item_modal .uk-modal-dialog {
  transform: translateY(0);
  transition: 0.4s linear;
}

.top_interview_previous,
.top_interview_next {
  width: 3.2638888889vw;
  height: 6.5340277778vw;
}

@media screen and (max-width: 768px) {

  .top_interview_previous,
  .top_interview_next {
    display: none;
  }
}

.top_interview_previous {
  background: url("../img/icon/icon_slider_previous.svg") no-repeat;
  background-size: 100%;
}

.top_interview_next {
  background: url("../img/icon/icon_slider_next.svg") no-repeat;
  background-size: 100%;
}

.top_interview_sliderdot {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top_interview_sliderdot {
    position: absolute;
    top: 111.2vw;
  }
}

.top_interview_sliderdot .uk-dotnav>*>* {
  border: 1px solid var(--white);
  width: 0.6944444444vw;
  height: 0.6944444444vw;
}

@media screen and (max-width: 768px) {
  .top_interview_sliderdot .uk-dotnav>*>* {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}

.top_interview_sliderdot .uk-dotnav>.uk-active>* {
  background: var(--white);
}

@media screen and (max-width: 768px) {
  li.top_interview_slider_item.js_fade.uk-active {
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .top_interview_slider_item_thumb.thumb {
    width: 50vw;
  }

  .top_interview_slider_item_description {
    width: 100vw;
  }
}


.top_worksdetail {
  margin-top: 16.5277777778vw;
  position: relative;
}



@media screen and (max-width: 768px) {
  .top_worksdetail {
    margin-top: 28.8vw;
    margin-bottom: 0;
  }
}

.top_worksdetail_content {
  display: grid;
  width: 72.2222222222vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top_worksdetail_content {
    width: 100%;
  }
}

.top_worksdetail_title {
  display: grid;
  justify-content: center;
  color: var(--white);
  margin-bottom: 1.0416666667vw;
}

@media screen and (max-width: 768px) {
  .top_worksdetail_title {
    margin-bottom: 2.6666666667vw;
  }
}

.top_worksdetail_title_text {
  font-size: 3.4722222222vw;
  line-height: 1.38em;
  letter-spacing: 0.42em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_worksdetail_title_text {
    font-size: 8vw;
    line-height: 1.2em;
    letter-spacing: 0.42em;
  }
}

.top_worksdetail_title_subtitle {
  font-size: 1.0416666667vw;
  line-height: 2.8em;
  letter-spacing: 0.4em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_worksdetail_title_subtitle {
    font-size: 3.7333333333vw;
    line-height: 3em;
    letter-spacing: 0.4em;
  }
}

.top_worksdetail_explanation {
  display: flex;
  padding: 1.25vw 0 0 0;
}

@media screen and (max-width: 768px) {
  .top_worksdetail_explanation {
    display: grid;
  }
}

.top_worksdetail_explanation_thumb {
  width: 36.1111111111vw;
  height: auto;
  margin-right: 5.2083333333vw;
}

@media screen and (max-width: 768px) {
  .top_worksdetail_explanation_thumb {
    width: 100%;
    margin-right: 0;
  }
}

.top_worksdetail_explanation_content {
  flex: 1;
  align-self: center;
  color: var(--white);
  font-size: max(1.0416666667vw, 10px);
  line-height: 1.5em;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 992px) {
  .top_worksdetail_explanation_content {
    font-size: max(1.25vw, 10px);
  }
}

@media screen and (max-width: 768px) {
  .top_worksdetail_explanation_content {
    font-size: 3.2vw;
    letter-spacing: 0.62em;
    padding: 3.5em;
  }
}

.top_worksdetail_questions {
  margin-top: 1.3888888889vw;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  position: absolute;
}

@media screen and (max-width: 992px) {
  .top_worksdetail_questions {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .top_worksdetail_questions {
    position: static;
  }
}

.top_worksdetail_questions_item {
  position: relative;
  width: 17.5vw;
  display: grid;
  justify-items: flex-start;
  align-items: flex-start;
}

.top_worksdetail_questions_item:nth-child(n+2) {
  margin-top: 0;
}

.top_worksdetail_questions_item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .top_worksdetail_questions_item {
    min-width: 49%;
    min-height: 8.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .top_worksdetail_questions_item {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }

  .top_worksdetail_questions_item:last-child {
    margin-bottom: 0;
  }
}

.top_worksdetail_questions_item_content {
  color: var(--white);
  font-size: max(0.9027777778vw, 10px);
  line-height: 1.5em;
  letter-spacing: 0.1em;
  width: 100%;
  min-height: 6.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .top_worksdetail_questions_item_content {
    font-size: max(1.3888888889vw, 10px);
    min-height: 8.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .top_worksdetail_questions_item_content {
    font-size: 3.2vw;
    line-height: 2.1em;
    letter-spacing: 0.68em;
    min-height: 24vw;
    justify-content: left;
    padding-left: 6em;
  }
}

.top_worksdetail_questions_item_content:hover {
  color: var(--white);
  cursor: pointer;
}

.top_worksdetail_questions_item_content::before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url("../img/icon/icon_question_char.svg?20230623") !important;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.5277777778vw;
  height: 1.9444444444vw;
}

@media screen and (max-width: 992px) {
  .top_worksdetail_questions_item_content::before {
    left: 0.5em;
    width: 1.5em;
    height: 2.5em;
  }
}

@media screen and (max-width: 768px) {
  .top_worksdetail_questions_item_content::before {
    left: 1em;
    width: 8.2666666667vw;
    height: 10.6666666667vw;
  }
}

.top_worksdetail_questions_item_content::after {
  position: absolute;
  right: 0.9722222222vw;
  content: "";
  background-image: url("../img/icon/icon_arrow_bottom.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.4604166667vw;
  height: 0.8680555556vw;
}

@media screen and (max-width: 992px) {
  .top_worksdetail_questions_item_content::after {
    right: 1.5em;
    width: 1.5em;
    height: 1.5em;
  }
}

@media screen and (max-width: 768px) {
  .top_worksdetail_questions_item_content::after {
    right: 5.5173333333vw;
    width: 8.3493333333vw;
    height: 5.0666666667vw;
  }
}

.top_worksdetail_questions_item_answer {
  position: relative;
  margin-top: 0;
}

.top_worksdetail_questions_item_answer span {
  display: block;
  font-size: max(0.9027777778vw, 10px);
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: var(--white);
  padding: 1em 2em 1em 3.5em;
}

@media screen and (max-width: 992px) {
  .top_worksdetail_questions_item_answer span {
    font-size: max(1.3888888889vw, 10px);
    padding: 1em 2em 1em 5em;
  }
}

@media screen and (max-width: 768px) {
  .top_worksdetail_questions_item_answer span {
    font-size: 3.2vw;
    letter-spacing: 0.2em;
    padding: 1em 3em 1em 6em;
    line-height: 1.8em;
  }
}

.top_worksdetail_questions_item_answer::before {
  position: absolute;
  top: 1.8em;
  left: 0;
  content: "";
  background-image: url("../img/icon/icon_answer_char.svg?20230623") !important;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.5277777778vw;
  height: 1.9444444444vw;
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .top_worksdetail_questions_item_answer::before {
    left: 0.5em;
    width: 1.5em;
    height: 2.5em;
  }
}

@media screen and (max-width: 768px) {
  .top_worksdetail_questions_item_answer::before {
    left: 1em;
    width: 8.2666666667vw;
    height: 10.6666666667vw;
  }
}

.top_career {
  margin-top: 7.3611111111vw;
}

@media screen and (max-width: 768px) {
  .top_career {
    margin-top: 20vw;
    margin-bottom: 10vw;
  }
}

.top_career_content {
  display: grid;
  width: 72.2222222222vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top_career_content {
    width: 100%;
  }
}

.top_career_title {
  display: grid;
  justify-content: center;
  color: var(--white);
  margin-bottom: 1.0416666667vw;
  margin-bottom: 2.5vw;
}

@media screen and (max-width: 768px) {
  .top_career_title {
    margin-bottom: 2.6666666667vw;
  }
}

.top_career_title_text {
  font-size: 3.4722222222vw;
  line-height: 1.38em;
  letter-spacing: 0.42em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_career_title_text {
    font-size: 8vw;
    line-height: 1.2em;
    letter-spacing: 0.42em;
  }
}

.top_career_title_subtitle {
  font-size: 1.0416666667vw;
  line-height: 2.8em;
  letter-spacing: 0.4em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_career_title_subtitle {
    font-size: 3.7333333333vw;
    line-height: 3em;
    letter-spacing: 0.4em;
  }
}

@media screen and (max-width: 768px) {
  .top_career_title {
    margin-bottom: 8vw;
  }
}

.top_career_list_item_title {
  background: #99845f;
  padding: 20px;
  color: var(--white);
  width: 20vw;
  border-top: #99845f 1px solid;
  border-bottom: #fff 1px solid;
}

.top_career_list_item:last-child .top_career_list_item_title {
  border-bottom: #99845f 1px solid;
}

.top_career_list_item_description {
  color: var(--white);
  padding: 20px;
  line-height: 1.5em;
  border: #99845f 1px solid;
  width: 80vw;
}

@media screen and (max-width: 768px) {
  table.top_career_list {
    margin: 0 auto;
  }

  tr.top_career_list_item.js_fade {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  th.top_career_list_item_title {
    width: 100%;
  }
}

.top_join {
  background-color: var(--white);
}

.top_join_content {
  display: grid;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 3.125vw;
  padding-bottom: 2.5vw;
  background: #99845f;
}

@media screen and (max-width: 768px) {
  .top_join_content {
    padding-top: 11.4666666667vw;
    padding-bottom: 14.6666666667vw;
  }
}

.top_locations {
  margin-top: 1vw;
  margin-bottom: 6.875vw;
}

@media screen and (max-width: 768px) {
  .top_locations {
    width: 80vw;
    margin: 10vw auto 20vw;
  }
}

.top_locations_content {
  display: grid;
  width: 72.2222222222vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top_locations_content {
    width: 100%;
  }
}

.top_locations_title {
  display: grid;
  justify-content: center;
  color: var(--white);
  margin-bottom: 1.0416666667vw;
  margin-bottom: 2.5vw;
}

@media screen and (max-width: 768px) {
  .top_locations_title {
    margin-bottom: 2.6666666667vw;
  }
}

.top_locations_title_text {
  font-size: 3.4722222222vw;
  line-height: 1.38em;
  letter-spacing: 0.42em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_locations_title_text {
    font-size: 8vw;
    line-height: 1.2em;
    letter-spacing: 0.42em;
  }
}

.top_locations_title_subtitle {
  font-size: 1.0416666667vw;
  line-height: 2.8em;
  letter-spacing: 0.4em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_locations_title_subtitle {
    font-size: 3.7333333333vw;
    line-height: 3em;
    letter-spacing: 0.4em;
  }
}

@media screen and (max-width: 768px) {
  .top_locations_title {
    margin-bottom: 8vw;
  }
}

.top_locations_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top_locations_list {
    display: none;
  }
}

.top_locations_list_item {
  background-color: #F7F0F7;
  flex: 0 0 48.078%;
  margin-bottom: 2.88%;
}

.top_locations_list_item:last-child {
  margin-left: 25.961%;
  margin-right: 25.961%;
  margin-bottom: 0;
}

.top_locations_list_item_thumb {
  width: 100%;
}

.top_locations_list_item_content {
  color: var(--black);
  overflow: hidden;
  font-size: max(1.2888888889vw, 10px);
  line-height: 1.2em;
  letter-spacing: 0.4em;
  padding: 0.8em 1em 2em;
  text-align: center;
}

.top_locations_list_item_title {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.top_locations_list_item_description p {
  padding-bottom: 1em;
}

.top_locations_list_item_description p:last-child {
  padding-bottom: 0;
}

.top_locations_slider {
  background-color: #99845f;
  position: relative;
}

.top_locations_slider_item {
  width: 72.2222222222vw;
}

@media screen and (max-width: 768px) {
  .top_locations_slider_item {
    width: 100%;
    margin-right: 0;
  }
}

.top_locations_slider_item_thumb {
  width: 100%;
}

.top_locations_slider_item_content {
  color: var(--white);
  overflow: hidden;
  text-align: center;
}

.top_locations_slider_item_title {
  text-align: center;
  font-size: max(2.5694444444vw, 10px);
  line-height: 1.4054054054em;
  margin-right: -1.4054054054em;
  letter-spacing: 0.7em;
  padding-top: 1.3513513514em;
}

@media screen and (max-width: 768px) {
  .top_locations_slider_item_title {
    font-size: 4vw;
    line-height: 1.4166666667em;
    letter-spacing: 0.3em;
    padding-top: 1em;
  }
}

.top_locations_slider_item_description {
  font-size: max(1.6666666667vw, 10px);
  line-height: 1.6666666667em;
  margin-right: -1.6666666667em;
  letter-spacing: 0.63em;
  padding-top: 2.2083333333em;
  padding-bottom: 3.3333333333em;
  padding-right: 10.4166666667em;
  padding-left: 10.4166666667em;
}

@media screen and (max-width: 768px) {
  .top_locations_slider_item_description {
    width: 100%;
    font-size: 2vw;
    line-height: 1.875em;
    margin-right: -1.875em;
    letter-spacing: 0.3em;
    padding-top: 2.1875em;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }
}

.top_locations_slider_item_description p {
  padding-bottom: 1.4583333333em;
}

@media screen and (max-width: 768px) {
  .top_locations_slider_item_description p {
    padding-bottom: 1.5625em;
  }
}

.top_locations_sliderdot {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  position: absolute;
  bottom: 2.5vw;
}

@media screen and (max-width: 768px) {
  .top_locations_sliderdot {
    bottom: 9.8666666667vw;
  }
}

.top_locations_sliderdot .uk-dotnav>*>* {
  border: 1px solid var(--white);
  width: 1.3888888889vw;
  height: 1.3888888889vw;
}

@media screen and (max-width: 768px) {
  .top_locations_sliderdot .uk-dotnav>*>* {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

.top_locations_sliderdot .uk-dotnav>.uk-active>* {
  background: var(--white);
}

.top_flow {
  overflow: hidden;
  margin-top: 7.7083333333vw;
}

@media screen and (max-width: 768px) {
  .top_flow {
    margin-top: 23.4666666667vw;
  }
}

.top_flow_content {
  display: grid;
  width: 72.2222222222vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top_flow_content {
    width: 100%;
  }
}

.top_flow_title {
  display: grid;
  justify-content: center;
  color: var(--white);
  margin-bottom: 1.0416666667vw;
}

@media screen and (max-width: 768px) {
  .top_flow_title {
    margin-bottom: 2.6666666667vw;
  }
}

.top_flow_title_text {
  font-size: 3.4722222222vw;
  line-height: 1.38em;
  letter-spacing: 0.42em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_flow_title_text {
    font-size: 8vw;
    line-height: 1.2em;
    letter-spacing: 0.42em;
  }
}

.top_flow_title_subtitle {
  font-size: 1.0416666667vw;
  line-height: 2.8em;
  letter-spacing: 0.4em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_flow_title_subtitle {
    font-size: 3.7333333333vw;
    line-height: 3em;
    letter-spacing: 0.4em;
  }
}

.top_flow_steps {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.7777777778vw;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top_flow_steps {
    margin-top: 10.6666666667vw;
  }
}

.top_flow_steps_item {
  display: grid;
  width: 20.7222222222vw;
  margin-bottom: 3.4722222222vw;
}

.top_flow_steps_item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {

  .top_flow_steps_item:nth-child(2) .top_flow_steps_item_title,
  .top_flow_steps_item:nth-child(4) .top_flow_steps_item_title {
    order: 1;
  }

  .top_flow_steps_item:nth-child(2) .top_flow_steps_item_thumb,
  .top_flow_steps_item:nth-child(4) .top_flow_steps_item_thumb {
    order: 2;
    left: unset;
    right: -2.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .top_flow_steps_item {
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
  }
}

.top_flow_steps_item_title {
  margin-bottom: 1.7361111111vw;
}

@media screen and (max-width: 768px) {
  .top_flow_steps_item_title {
    order: 2;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex: 1;
  }
}

.top_flow_steps_item_title_number {
  color: #fff;
  font-size: max(4.9444444444vw, 10px);
  line-height: 0.3em;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_flow_steps_item_title_number {
    font-size: 26.6666666667vw;
    line-height: 0.3em;
    letter-spacing: 0em;
  }
}

.top_flow_steps_item_title_text {
  color: #fff;
  font-size: max(2.7777777778vw, 10px);
  line-height: 1.05em;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top_flow_steps_item_title_text {
    font-size: 6.6666666667vw;
    line-height: 1.68em;
    letter-spacing: 0.1em;
  }
}

.top_flow_steps_item_thumb {
  width: 100%;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .top_flow_steps_item_thumb {
    order: 1;
    width: 45vw;
    height: 42.6666666667vw;
    position: relative;
    left: -2.6666666667vw;
    border-radius: 100%;
  }
}

.top_instagram {
  overflow: hidden;
  margin-top: 6.5652777778vw;
  margin-bottom: 4.1666666667vw;
}

@media screen and (max-width: 768px) {
  .top_instagram {
    margin-top: 18.1333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}

.top_instagram_content {
  display: grid;
  width: 72.2222222222vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .top_instagram_content {
    width: 89.3333333333vw;
  }
}


/*# sourceMappingURL=style.css.map */

.tb_g_s_contant_wrapper {
  display: none;
}

div#subtree-container {
  display: none;
}
