html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  header {
    background: transparent !important;
    height: 82px !important;
  }
  .page-recruit header {
    position: absolute !important;
  }
  header.has-background {
    background-color: transparent !important;
  }
  header.has-background:hover {
    background-color: transparent !important;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.page-recruit {
    font-size: 23.3644859813vw;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-weight: 400;
}
.page-recruit body {
  font-family: "inter", sans-serif;
}
.page-recruit body.has-menu {
  width: 100%;
  position: fixed;
}
.page-recruit body.has-menu .header-recruit {
  width: 100vw;
  min-width: unset;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    line-height: 1.65;
  }
}
@media print, (min-width: 768px) and (max-width: 999.98px) {
  body.is-top.has-menu {
    width: 100%;
    position: fixed;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  body.has-menu {
    width: 100%;
    position: fixed;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricPrecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.load-font {
  opacity: 0.001;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.wf-active .load-font {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .container {
    padding-top: 76px;
  }
  .page-recruit .container {
    padding-top: 82px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
    padding-top: 0.61rem;
  }
  .page-recruit .container {
    padding-top: 0.65rem;
  }
}

@media print, (min-width: 768px) {
  .page-recruit main {
    position: relative;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

header.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: background-color 0.3s, background-image 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, background-image 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s, background-image 0.3s;
  transition: transform 0.3s, background-color 0.3s, background-image 0.3s, -webkit-transform 0.3s;
}
header.is-fixed.is-scroll-down {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
header.is-fixed.has-background {
  background-color: #fff;
}
header.is-fixed.has-background:hover {
  background-color: #f9f9f9;
}
header.is-fixed:hover {
  background-color: #fff;
}

.header-site {
  position: relative;
  z-index: 999;
}
.header-site.is-fixed.has-background:hover {
  background-color: #fff;
}
.header-site .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-site .header-logo {
  display: block;
}
.header-site ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media print, (min-width: 768px) {
  .header-site {
    padding: 12px 40px 12px 32px;
    min-height: 76px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-site:hover {
    background-color: #fff;
  }
  .header-site .header-logo {
    width: 176px;
    margin-right: 20px;
  }
  .header-site .header-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-site .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    font-size: 0.14rem;
  }
  .header-site .navigation-item {
    margin-left: 24px;
  }
  .header-site .navigation-item:first-child {
    margin-left: 0;
  }
  .header-site .navigation-item.has-sub {
    position: relative;
    padding-right: 15px;
    cursor: pointer;
  }
  .header-site .navigation-item.has-sub::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 5px;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background: url("../img/common/icn_menu.svg") center/contain no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-site .navigation-item.has-sub:hover .navigation-body {
    opacity: 1;
    visibility: visible;
  }
  .header-site .navigation-item.has-sub:hover .navigation-body .navigation-accordion-head::before {
    width: 0;
  }
  .header-site .navigation-item.has-sub:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .header-site .navigation-item.has-sub:hover .navigation-accordion-head::before {
    width: 100%;
  }
  .header-site .navigation-body {
    position: absolute;
    top: 100%;
    left: -20px;
    opacity: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    visibility: hidden;
    -webkit-transition: opacity 0.26s, visibility 0.26s;
    transition: opacity 0.26s, visibility 0.26s;
    z-index: 100;
    font-size: 0.14rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    padding: 20px;
    background: #fff;
  }
  .header-site .navigation-body li {
    margin-bottom: 28px;
  }
  .header-site .navigation-body li:last-child {
    margin-bottom: 0;
  }
  .header-site .navigation-body a {
    position: relative;
  }
  .header-site .navigation-body a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-site .navigation-body a:hover {
    opacity: 1;
  }
  .header-site .navigation-body a:hover::before {
    width: 100%;
  }
  .header-site .navigation-accordion-head {
    position: relative;
  }
  .header-site .navigation-accordion-head::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 101;
  }
  .header-site .navigation-accordion-head:hover {
    opacity: 1;
  }
  .header-site .navigation-accordion-head:hover::before {
    width: 100%;
  }
  .header-site .navigation-item.is-external .navigation-link {
    padding-right: 16px;
  }
  .header-site .navigation-item.is-external .navigation-link::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 12px;
    height: 12px;
    background: url("../img/common/icn_blank.svg") center/contain no-repeat;
  }
  .header-site .navigation-link {
    position: relative;
  }
  .header-site .navigation-link:hover {
    opacity: 1;
  }
  .header-site .navigation-link:after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    bottom: -4px;
    background: #333;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
  }
  .header-site .navigation-link.is-active:after {
    opacity: 1;
  }
  .header-site .navigation-link.is-active:hover:after {
    opacity: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-site .header-wrapper {
    padding: 0.12rem 0.2rem 0.12rem 0.16rem;
  }
  .header-site .header-logo {
    width: 1.25rem;
    margin-right: 0.2rem;
  }
  .header-site .header-button-menu {
    position: relative;
    z-index: 103;
    width: 0.36rem;
    height: 0.36rem;
    cursor: pointer;
  }
  .header-site .header-button-menu span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #333;
  }
  .header-site .header-button-menu span:nth-child(1) {
    top: 0.11rem;
  }
  .header-site .header-button-menu span:nth-child(2) {
    top: 0.22rem;
  }
  .header-site .header-button-menu.is-active span {
    border-bottom-color: #fff;
  }
  .header-site .header-button-menu.is-active span:nth-child(1) {
    -webkit-transform: translateY(0.05rem) rotate(30deg);
    -ms-transform: translateY(0.05rem) rotate(30deg);
    transform: translateY(0.05rem) rotate(30deg);
  }
  .header-site .header-button-menu.is-active span:nth-child(2) {
    -webkit-transform: translateY(-0.06rem) rotate(-30deg);
    -ms-transform: translateY(-0.06rem) rotate(-30deg);
    transform: translateY(-0.06rem) rotate(-30deg);
  }
  .header-site .header-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #249911;
    padding: 0.12rem 0.16rem 0.5rem;
    display: none;
    z-index: 102;
    max-height: 100vh;
    overflow-y: auto;
    color: #fff;
  }
  .is-ios .header-site .header-navigation {
    padding-bottom: 1.2rem;
  }
  .header-site .menu-logo {
    display: block;
    width: 1.25rem;
    margin-bottom: 0.32rem;
  }
  .header-site .navigation-list {
    padding: 0 0.12rem;
  }
  .header-site .navigation-list a {
    position: relative;
  }
  .header-site .navigation-list a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-site .navigation-list a:hover {
    opacity: 1;
  }
  .header-site .navigation-list a:hover::before {
    width: 100%;
  }
  .header-site .navigation-item.is-external .navigation-link {
    padding-right: 0.16rem;
  }
  .header-site .navigation-item.is-external .navigation-link::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    margin-top: -0.05rem;
    width: 0.12rem;
    height: 0.12rem;
    background: url("../img/common/icn_blank_white.svg") center/contain no-repeat;
  }
  .header-site .navigation-link {
    font-weight: bold;
  }
  .header-site .navigation-item {
    margin-bottom: 0.2rem;
  }
  .header-site .sub-navigation {
    margin-top: 0.12rem;
    padding-left: 0.16rem;
  }
  .header-site .sub-navigation li {
    margin-bottom: 0.12rem;
  }
  .header-site .navigation-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -0.19rem;
    margin-right: 0.11rem;
  }
  .header-site .navigation-social li {
    margin-left: 0.19rem;
  }
  .header-site .navigation-social a {
    width: 0.25rem;
    height: 0.25rem;
    background: center/cover no-repeat;
    display: block;
  }
  .header-site .navigation-social .social-instagram {
    background-image: url("../img/common/sp/icn_insta.png");
  }
  .header-site .navigation-social .social-twitter {
    background-image: url("../img/common/sp/icn_twitter.png");
  }
  .header-site .navigation-social .social-video {
    background-image: url("../img/common/icn_youtube.svg");
    background-size: contain;
  }
}

@media print, (min-width: 768px) and (max-width: 999.98px) {
  .header-site .header-button-menu {
    display: block !important;
    width: 40px;
    height: 12px;
    position: relative;
    cursor: pointer;
    z-index: 1000;
    margin-bottom: 6px;
  }
  .header-site .header-button-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-top: 3px solid #5a5a5a;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .header-site .header-button-menu span:nth-child(1) {
    top: 0;
  }
  .header-site .header-button-menu span:nth-child(2) {
    top: 12px;
  }
  .header-site .header-button-menu.is-active span {
    border-color: #fff;
  }
  .header-site .header-button-menu.is-active span:nth-child(1) {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
    top: 3px;
  }
  .header-site .header-button-menu.is-active span:nth-child(2) {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
    top: 3px;
  }
  .header-site .header-button-menu.is-active + .header-navigation {
    opacity: 1 !important;
    visibility: visible;
    display: block !important;
  }
  .header-site .header-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #249911;
    padding: 70px 40px 50px;
    z-index: 102;
    max-height: 100vh;
    display: none !important;
    color: #fff;
    overflow: hidden auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .header-site .navigation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-site .navigation-list a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-site .navigation-list a:hover {
    opacity: 1;
  }
  .header-site .navigation-list a:hover::before {
    width: 100%;
  }
  .header-site .navigation-accordion-head::before {
    display: none;
  }
  .header-site .navigation-item {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .header-site .navigation-item.has-sub::before {
    display: none;
  }
  .header-site .navigation-link::after {
    display: none;
  }
  .header-site .navigation-body {
    position: relative;
    left: 0;
    opacity: 1;
    visibility: visible;
    background: transparent;
    margin-top: 12px;
    padding: 0 0 0 16px;
  }
  .header-site .navigation-body .menu-item.sm {
    display: block !important;
  }
  .header-site .navigation-body .menu-item {
    margin-bottom: 12px;
  }
  .header-site .navigation-body .menu-item:last-child {
    margin-bottom: 0;
  }
  .header-site .navigation-social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 11px;
  }
  .header-site .navigation-social.sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header-site .navigation-social > li {
    margin-right: 20px;
  }
  .header-site .navigation-social a {
    width: 25px;
    height: 25px;
    background: center/cover no-repeat;
    display: block;
  }
  .header-site .navigation-social .social-instagram {
    background-image: url(../img/common/sp/icn_insta.png);
  }
  .header-site .navigation-social .social-twitter {
    background-image: url(../img/common/sp/icn_twitter.png);
  }
  .header-site .navigation-social .social-video {
    background-image: url(../img/common/icn_youtube.svg);
    background-size: contain;
  }
}

@-webkit-keyframes arrow-fade2 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(10px) translateY(-10px);
    transform: translateX(10px) translateY(-10px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(10px);
    transform: translateX(-10px) translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes arrow-fade2 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(10px) translateY(-10px);
    transform: translateX(10px) translateY(-10px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-10px) translateY(10px);
    transform: translateX(-10px) translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
.header-recruit {
  position: relative;
  z-index: 999;
}
.header-recruit ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header-recruit .header-logo {
  display: block;
}
.header-recruit a {
  text-decoration: none;
}
.header-recruit .navigation-inner {
  font-family: "inter", sans-serif;
}
.header-recruit .header-navigation {
  background: url("../img/common/header_recruit_bg.jpg") center/cover no-repeat;
}
.header-recruit .navigation-list {
  font-weight: bold;
}
.header-recruit .navigation-list a {
  position: relative;
}
.header-recruit .navigation-list a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  border-bottom: 1px solid #5a5a5a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-recruit .navigation-list a:hover {
  opacity: 1;
}
.header-recruit .navigation-list a:hover::before {
  width: 100%;
}
.header-recruit .navigation-recruit li {
  margin-bottom: 0.16rem;
}
.header-recruit .recruit-link {
  display: block;
  padding: 0.14rem 0.68rem 0.15rem 0.32rem;
  background: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 16px;
}
@media print, (min-width: 768px) and (max-width: 1150px) {
  .header-recruit .recruit-link {
    padding: 0.11rem 0.38rem 0.11rem 0.15rem;
  }
}
.header-recruit .recruit-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.39rem;
  background: #0a0;
}
.header-recruit .recruit-link:hover {
  opacity: 1;
}
.header-recruit .recruit-link .text-japan {
  font-size: 0.23rem;
  color: #323232;
  margin-bottom: -0.11rem;
  display: block;
}
@media print, (min-width: 768px) and (max-width: 1150px) {
  .header-recruit .recruit-link .text-japan {
    font-size: 0.18rem;
    margin-bottom: -0.05rem;
  }
}
@media print, (min-width: 768px) and (max-width: 990px) {
  .header-recruit .recruit-link .text-japan {
    font-size: 0.14rem;
  }
}
.header-recruit .recruit-link .text-english {
  font-size: 0.17rem;
  color: #5a5a5a;
  display: block;
}
@media print, (min-width: 768px) and (max-width: 1150px) {
  .header-recruit .recruit-link .text-english {
    font-size: 0.14rem;
  }
}
@media print, (min-width: 768px) and (max-width: 990px) {
  .header-recruit .recruit-link .text-english {
    font-size: 0.12rem;
  }
}
.header-recruit .recruit-link:hover .button-wrapper {
  -webkit-animation: arrow-fade2 1s ease forwards;
  animation: arrow-fade2 1s ease forwards;
}
.header-recruit .recruit-link:hover .recruit-link-button {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.header-recruit .recruit-link-button {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  right: 0.21rem;
  border: 1px solid #5a5a5a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  margin-top: -0.23rem;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
}
@media print, (min-width: 768px) and (max-width: 1150px) {
  .header-recruit .recruit-link-button {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.1rem;
    margin-top: -0.1rem;
  }
}
.header-recruit .button-wrapper {
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  width: 0.21rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) and (max-width: 1150px) {
  .header-recruit .button-wrapper {
    width: 0.11rem;
  }
}
.header-recruit .social-list a::before {
  content: unset;
}
@media print, (min-width: 768px) {
  .header-recruit {
    padding: 18px 50px;
    min-height: 82px;
  }
  .header-recruit .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-recruit .header-logo {
    width: 314px;
    margin-right: 30px;
    z-index: 1000;
  }
  .header-recruit .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-recruit .header-button {
    margin-right: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-recruit .button-item {
    margin-left: 6px;
  }
  .header-recruit .button-item a {
    border-radius: 34px;
    border: 1px solid #5a5a5a;
    min-width: 146px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    text-shadow: 0 -1.8em 0 #323232, 0 0 0 #323232;
    -webkit-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
    color: transparent;
    font-family: "inter", sans-serif;
    font-size: 0.13rem;
    font-weight: 500;
    padding-top: 1px;
  }
  .header-recruit .button-item a:hover {
    text-shadow: 0 0 0 #323232, 0 1.8em 0 #323232;
  }
  .header-recruit .header-button-menu {
    width: 40px;
    height: 12px;
    position: relative;
    cursor: pointer;
    z-index: 1000;
    margin-bottom: 6px;
  }
  .header-recruit .header-button-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-top: 3px solid #5a5a5a;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .header-recruit .header-button-menu span:nth-child(1) {
    top: 0;
  }
  .header-recruit .header-button-menu span:nth-child(2) {
    top: 12px;
  }
  .header-recruit .header-button-menu.is-active span:nth-child(1) {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
    top: 3px;
  }
  .header-recruit .header-button-menu.is-active span:nth-child(2) {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
    top: 3px;
  }
  .header-recruit .header-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 0.12rem 0.16rem 0.5rem;
    z-index: 102;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .header-recruit .header-navigation.is-open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header-recruit .header-navigation.is-open .navigation-inner {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .header-recruit .navigation-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 201px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header-recruit .navigation-list {
    font-size: 0.18rem;
    margin-right: 63px;
    color: #5a5a5a;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1320px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1320px) {
  .header-recruit .navigation-list {
    margin-right: 30px;
    font-size: 0.16rem;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1250px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1250px) {
  .header-recruit .navigation-list {
    font-size: 0.15rem;
    width: unset;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1150px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  .header-recruit .navigation-list {
    font-size: 0.13rem;
  }
}
@media print, print and (min-width: 768px) and (max-width: 990px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 990px) {
  .header-recruit .navigation-list {
    font-size: 0.11rem;
  }
}
@media print, (min-width: 768px) {
  .header-recruit .navigation-list:nth-child(1) {
    width: 174px;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1320px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1320px) {
  .header-recruit .navigation-list:nth-child(1) {
    width: unset;
  }
}
@media print, (min-width: 768px) {
  .header-recruit .navigation-list:nth-child(2) {
    width: 257px;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1320px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1320px) {
  .header-recruit .navigation-list:nth-child(2) {
    width: unset;
  }
}
@media print, (min-width: 768px) {
  .header-recruit .navigation-list:nth-child(3) {
    width: 199px;
    margin-right: 0;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1320px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1320px) {
  .header-recruit .navigation-list:nth-child(3) {
    width: unset;
  }
}
@media print, (min-width: 768px) {
  .header-recruit .navigation-item {
    margin-bottom: 14px;
  }
  .header-recruit .navigation-item:last-child {
    margin-bottom: 0;
  }
  .header-recruit .navigation-recruit {
    margin-left: 125px;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1400px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1400px) {
  .header-recruit .navigation-recruit {
    margin-left: 40px;
  }
}
@media print, (min-width: 768px) {
  .header-recruit .navigation-item-link {
    position: relative;
  }
  .header-recruit .navigation-item-link.is-external {
    padding-right: 17px;
  }
  .header-recruit .navigation-item-link.is-external::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url("../img/common/header_recruit_icn_blank.svg") center/contain no-repeat;
  }
  .header-recruit .sub-list {
    color: #9ca7b7;
    margin-bottom: 18px;
    font-size: 0.13rem;
    font-weight: bold;
  }
}
@media print, print and (min-width: 768px) and (max-width: 990px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 990px) {
  .header-recruit .sub-list {
    font-size: 0.11rem;
  }
}
@media print, (min-width: 768px) {
  .header-recruit .sub-list:nth-child(1) {
    margin-top: 33px;
  }
  .header-recruit .sub-list a {
    padding-right: 17px;
  }
  .header-recruit .sub-list a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url("../img/common/header_recruit_icn_blank.svg") center/contain no-repeat;
  }
  .header-recruit .sub-list a::before {
    content: unset;
  }
  .header-recruit .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -3px;
  }
  .header-recruit .social-list li {
    margin-right: 10px;
  }
  .header-recruit .social-list a {
    display: block;
    width: 25px;
    height: 19px;
    background: center/cover no-repeat;
  }
  .header-recruit .social-list .social-instagram {
    background-image: url("../img/common/icn_recruit_instagram.svg");
  }
  .header-recruit .social-list .social-twitter {
    background-image: url("../img/common/icn_recruit_twitter.svg");
  }
  .header-recruit .social-list .social-youtube {
    background-image: url("../img/common/icn_recruit_youtube.svg");
  }
  .header-recruit .navigation-recruit {
    width: 387px;
    margin-top: 6px;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1150px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  .header-recruit .navigation-recruit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-recruit {
    padding: 0.11rem 0.3rem 0.12rem 0.24rem;
    min-height: 0.61rem;
  }
  .header-recruit .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-recruit .header-logo {
    width: 3.12rem;
    margin-right: 0.1rem;
    z-index: 1000;
  }
  .header-recruit .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-recruit .header-button-menu {
    width: 0.36rem;
    height: 0.36rem;
    position: relative;
    cursor: pointer;
    z-index: 1000;
    margin-bottom: 0.06rem;
  }
  .header-recruit .header-button-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.01rem;
    border-top: 0.01rem solid #333;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .header-recruit .header-button-menu span:nth-child(1) {
    top: 0.14rem;
  }
  .header-recruit .header-button-menu span:nth-child(2) {
    top: 0.26rem;
  }
  .header-recruit .header-button-menu.is-active span {
    height: 0.03rem;
    border-top: 0.03rem solid #333;
  }
  .header-recruit .header-button-menu.is-active span:nth-child(1) {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
    top: 0.2rem;
  }
  .header-recruit .header-button-menu.is-active span:nth-child(2) {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
    top: 0.2rem;
  }
  .header-recruit .header-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 0.12rem 0.2rem 0.5rem;
    z-index: 102;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .header-recruit .header-navigation.is-open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header-recruit .header-navigation.is-open .navigation-inner {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .header-recruit .navigation-inner {
    padding: 1.12rem 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .header-recruit .navigation-list {
    font-size: 0.13rem;
    margin-bottom: -0.01rem;
    color: #5a5a5a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-recruit .navigation-item {
    margin-bottom: 0.12rem;
    width: 100%;
  }
  .header-recruit .navigation-item.is-half {
    width: unset;
    margin-right: 0.18rem;
  }
  .header-recruit .navigation-item:last-child {
    margin-bottom: 0;
  }
  .header-recruit .navigation-recruit {
    margin-bottom: 0.37rem;
    margin-top: 0.08rem;
  }
  .header-recruit .navigation-recruit .text-japan {
    margin-bottom: -0.08rem;
  }
  .header-recruit .navigation-recruit li {
    margin-bottom: 0.12rem;
  }
  .header-recruit .navigation-item-link {
    position: relative;
  }
  .header-recruit .navigation-item-link.is-external {
    padding-right: 0.17rem;
  }
  .header-recruit .navigation-item-link.is-external::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 0.1rem;
    height: 0.1rem;
    margin-top: -0.05rem;
    background: url("../img/common/header_recruit_icn_blank.svg") center/contain no-repeat;
  }
  .header-recruit .sub-list {
    color: #9ca7b7;
    margin-bottom: 0.18rem;
    font-size: 0.13rem;
    font-weight: bold;
  }
  .header-recruit .sub-list:nth-child(1) {
    margin-top: 0.33rem;
  }
  .header-recruit .sub-list a {
    padding-right: 0.17rem;
    position: relative;
  }
  .header-recruit .sub-list a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 0.1rem;
    height: 0.1rem;
    margin-top: -0.05rem;
    background: url("../img/common/header_recruit_icn_blank.svg") center/contain no-repeat;
  }
  .header-recruit .sub-list a::before {
    content: unset;
  }
  .header-recruit .navigation-bottom {
    position: relative;
  }
  .header-recruit .social-list {
    position: absolute;
    bottom: 0.03rem;
    left: 0.96rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-recruit .social-list li {
    margin-right: 0.1rem;
  }
  .header-recruit .social-list a {
    display: block;
    width: 0.25rem;
    height: 0.19rem;
    background: center/cover no-repeat;
  }
  .header-recruit .social-list .social-instagram {
    background-image: url("../img/common/icn_recruit_instagram.svg");
  }
  .header-recruit .social-list .social-twitter {
    background-image: url("../img/common/icn_recruit_twitter.svg");
  }
  .header-recruit .social-list .social-youtube {
    background-image: url("../img/common/icn_recruit_youtube.svg");
  }
}

@media print, (min-width: 768px) {
  .header-recruit.recruit-custom .navigation-list {
    margin-top: 29px;
  }
  .header-recruit.recruit-custom .navigation-list:nth-child(1) {
    width: 199px;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1100px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .header-recruit.recruit-custom .navigation-list:nth-child(1) {
    width: 150px;
  }
}
@media print, (min-width: 768px) {
  .header-recruit.recruit-custom .navigation-list:nth-child(2) {
    width: 342px;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1100px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .header-recruit.recruit-custom .navigation-list:nth-child(2) {
    width: 300px;
  }
}
@media print, print and (min-width: 768px) and (max-width: 900px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 900px) {
  .header-recruit.recruit-custom .navigation-list:nth-child(2) {
    width: 200px;
  }
}
@media print, (min-width: 768px) {
  .header-recruit.recruit-custom .navigation-recruit {
    margin-left: auto;
    margin-right: 57px;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1100px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .header-recruit.recruit-custom .navigation-recruit {
    margin-right: 0;
  }
}
@media print, (min-width: 768px) {
  .header-recruit.recruit-custom .navigation-recruit li {
    margin-bottom: 10px;
  }
  .header-recruit.recruit-custom .navigation-inner {
    padding-top: 172px;
  }
  .header-recruit.recruit-custom .recruit-link {
    z-index: 1;
  }
  .header-recruit.recruit-custom .recruit-link::before {
    top: 23px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .header-recruit.recruit-custom .recruit-link.is-custom {
    padding-top: 16px;
  }
  .header-recruit.recruit-custom .recruit-link.is-custom .recruit-link-button {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: 46px;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1100px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .header-recruit.recruit-custom .recruit-link.is-custom .recruit-link-button {
    top: 30px;
  }
}
@media print, (min-width: 768px) {
  .header-recruit.recruit-custom .link-text {
    font-weight: 600;
    font-size: 0.2rem;
    margin-top: 12px;
  }
  .is-android .header-recruit.recruit-custom .link-text {
    font-weight: 700;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1100px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .header-recruit.recruit-custom .link-text {
    font-size: 0.16rem;
  }
}
@media print, (min-width: 768px) {
  .header-recruit.recruit-custom .recruit-link-number {
    position: absolute;
    line-height: 1;
    bottom: 9px;
    right: 28px;
    font-size: 0.56rem;
    font-weight: bold;
    z-index: -1;
    color: rgba(217, 217, 217, 0.46);
  }
}
@media print, print and (min-width: 768px) and (max-width: 1100px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .header-recruit.recruit-custom .recruit-link-number {
    font-size: 0.4rem;
    right: 15px;
  }
}
@media print, (min-width: 768px) {
  .header-recruit.recruit-custom .navigation-bottom {
    position: relative;
  }
  .header-recruit.recruit-custom .social-list {
    position: absolute;
    left: 95px;
    bottom: 2px;
  }
  .header-recruit.recruit-custom .navigation-item-link.is-external {
    padding-right: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-recruit.recruit-custom .navigation-inner {
    padding-top: 1.04rem;
  }
  .header-recruit.recruit-custom .navigation-list {
    margin-bottom: 0.1rem;
  }
  .header-recruit.recruit-custom .navigation-recruit {
    margin-top: 0.23rem;
  }
  .header-recruit.recruit-custom .navigation-item-link.is-external {
    padding-right: 0.27rem;
  }
  .header-recruit.recruit-custom .recruit-link {
    z-index: 1;
  }
  .header-recruit.recruit-custom .recruit-link::before {
    top: 0.23rem;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .header-recruit.recruit-custom .recruit-link.is-custom {
    padding: 0.16rem 0.68rem 0.22rem 0.35rem;
  }
  .header-recruit.recruit-custom .recruit-link.is-custom .text-japan {
    margin-bottom: -0.06rem;
  }
  .header-recruit.recruit-custom .recruit-link.is-custom .recruit-link-button {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: 0.46rem;
  }
  .header-recruit.recruit-custom .link-text {
    font-weight: 600;
    font-size: 0.2rem;
    margin-top: 0.12rem;
  }
  .is-android .header-recruit.recruit-custom .link-text {
    font-weight: 700;
  }
  .header-recruit.recruit-custom .recruit-link-number {
    position: absolute;
    line-height: 1;
    bottom: 0.09rem;
    right: 0.28rem;
    font-size: 0.56rem;
    font-weight: bold;
    z-index: -1;
    color: rgba(217, 217, 217, 0.46);
  }
  .header-recruit.recruit-custom .navigation-bottom {
    position: relative;
  }
  .header-recruit.recruit-custom .social-list {
    position: absolute;
    left: 0.95rem;
    bottom: 0;
  }
  .header-recruit.recruit-custom .sub-list {
    margin-bottom: 0.09rem;
  }
  .header-recruit.recruit-custom .sub-list li {
    margin-bottom: 0.05rem;
  }
}

footer {
  background: #fff;
}

.footer-site {
  background: #249911;
}
.footer-site ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-site .footer-contact {
  display: block;
  text-decoration: none;
  background: #3aa329;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  position: relative;
  z-index: 1;
}
.footer-site .footer-contact:hover {
  background: #5bb34d;
}
.footer-site .contact-english {
  font-family: "Outfit", sans-serif;
}
.footer-site .contact-japan {
  letter-spacing: 0.03em;
  position: relative;
}
.footer-site .contact-japan::before {
  position: absolute;
  content: "";
  bottom: 0;
  background: url("../img/common/contact_arrow.svg") center/contain no-repeat;
}
.footer-site .footer-list {
  color: #fff;
}
.footer-site .footer-item a {
  text-decoration: none;
  position: relative;
  display: table;
}
.footer-site .footer-item a::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-site .footer-item a:hover::before {
  width: 100%;
}
.footer-site .footer-item.is-external .footer-item-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  background: url("../img/common/icn_blank_white.svg") center/contain no-repeat;
}
.footer-site .footer-item-link {
  font-weight: bold;
}
.footer-site .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-site .social-list a {
  background: center/cover no-repeat;
  display: block;
}
.footer-site .social-list .social-instagram {
  background-image: url("../img/common/icn_insta.png");
}
.footer-site .social-list .social-twitter {
  background-image: url("../img/common/icn_twitter.png");
}
.footer-site .social-list .social-video {
  background-image: url("../img/common/icn_youtube.svg");
  background-size: contain;
}
.footer-site .footer-logo {
  display: block;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .footer-site {
    padding: 68px 0 40px;
  }
  .footer-site .footer-wrapper {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .footer-site .footer-contact {
    border: 4px solid #fff;
    height: 207px;
    padding: 5px 28px;
    margin: 0 -4px 80px;
  }
  .footer-site .footer-contact:before, .footer-site .footer-contact:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 657px;
    height: 100%;
    background: center/cover no-repeat;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
  }
  .footer-site .footer-contact::before {
    background-image: url("../img/common/contact_bg.png");
  }
  .footer-site .footer-contact::after {
    background-image: url("../img/common/contact_bg_hover.png");
    opacity: 0;
  }
  .footer-site .footer-contact:hover::before {
    opacity: 0;
  }
  .footer-site .footer-contact:hover::after {
    opacity: 1;
  }
  .footer-site .contact-english {
    font-size: 0.4rem;
    margin-bottom: -7px;
  }
  .footer-site .contact-japan {
    font-size: 0.16rem;
    padding-bottom: 80px;
  }
  .footer-site .contact-japan::before {
    left: 4px;
    bottom: 0;
    width: 81px;
    height: 13px;
  }
  .footer-site .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-site .footer-menu-right {
    max-width: 166px;
    margin-right: 0;
  }
  .footer-site .footer-menu-right .footer-list {
    display: block;
  }
  .footer-site .footer-menu-right .footer-item-link {
    font-weight: 400;
  }
  .footer-site .footer-menu-right .footer-item {
    margin-right: 0;
  }
  .footer-site .footer-menu-right .footer-item.is-bold .footer-item-link {
    font-weight: bold;
  }
  .footer-site .footer-menu-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-site .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 28px;
    letter-spacing: 0.03em;
  }
  .footer-site .footer-item {
    margin-right: 124px;
    max-width: 231px;
  }
  .footer-site .footer-item:nth-child(4) {
    margin-right: 0;
  }
  .footer-site .footer-item a::before {
    bottom: -3px;
  }
  .footer-site .footer-item.is-external .footer-item-link {
    padding-right: 16px;
  }
  .footer-site .footer-item.is-external .footer-item-link::after {
    margin-top: -4px;
    width: 12px;
    height: 12px;
  }
  .footer-site .footer-item-link {
    margin-bottom: 6px;
  }
  .footer-site .sub-list li {
    margin-bottom: 5px;
  }
  .footer-site .social-list {
    margin-bottom: 32px;
  }
  .footer-site .social-list li {
    margin: 0 14px;
  }
  .footer-site .social-list a {
    width: 29px;
    height: 29px;
  }
  .footer-site .footer-logo {
    width: 240px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: 0.28rem 0 0.57rem;
  }
  .footer-site .footer-wrapper {
    padding: 0 0.28rem;
  }
  .footer-site .footer-contact {
    border: 0.02rem solid #fff;
    height: 1.49rem;
    padding: 0.07rem 0.13rem;
    margin: 0 0 0.59rem;
  }
  .footer-site .contact-english {
    font-size: 0.28rem;
    margin-bottom: 0.01rem;
    padding-left: 0.47rem;
    position: relative;
  }
  .footer-site .contact-english::before {
    position: absolute;
    content: "";
    width: 0.41rem;
    height: 0.32rem;
    background: url("../img/common/sp/icn_contact.svg") center/contain no-repeat;
    left: 0;
    top: 0.02rem;
  }
  .footer-site .contact-japan {
    font-size: 0.16rem;
    padding-bottom: 0.53rem;
  }
  .footer-site .contact-japan::before {
    left: 0.04rem;
    bottom: 0;
    width: 0.81rem;
    height: 0.13rem;
  }
  .footer-site .footer-menu-right {
    margin-bottom: 0.57rem;
  }
  .footer-site .footer-menu-right .footer-item-link {
    font-weight: 400;
  }
  .footer-site .footer-menu-right .footer-item.is-bold .footer-item-link {
    font-weight: bold;
  }
  .footer-site .footer-item {
    margin-bottom: 0.21rem;
  }
  .footer-site .footer-item a::before {
    bottom: -0.03rem;
  }
  .footer-site .footer-item:nth-child(4) .footer-item-link {
    margin-bottom: 0.2rem;
  }
  .footer-site .footer-item.is-external .footer-item-link {
    padding-right: 0.16rem;
  }
  .footer-site .footer-item.is-external .footer-item-link::after {
    margin-top: -0.04rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  .footer-site .sub-list {
    margin-top: 0.11rem;
    margin-left: 0.16rem;
  }
  .footer-site .sub-list li {
    margin-bottom: 0.12rem;
  }
  .footer-site .sub-list.is-custom {
    margin-left: 0;
  }
  .footer-site .sub-list.is-custom li {
    margin-bottom: 0.2rem;
  }
  .footer-site .social-list {
    margin-bottom: 0.32rem;
  }
  .footer-site .social-list li {
    margin: 0 0.11rem;
  }
  .footer-site .social-list a {
    width: 0.25rem;
    height: 0.25rem;
  }
  .footer-site .footer-logo {
    width: 1.76rem;
  }
}

.footer-bottom {
  background: #fff;
}
.footer-bottom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-bottom .footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-bottom .footer-banner a {
  display: inline-block;
}
.footer-bottom .footer-copyright {
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, (min-width: 768px) {
  .footer-bottom {
    max-width: 1500px;
    margin: 0 auto;
    padding: 16px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-bottom .footer-banner li {
    margin-right: 40px;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1250px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1250px) {
  .footer-bottom .footer-banner li {
    margin-right: 20px;
  }
}
@media print, (min-width: 768px) {
  .footer-bottom .footer-copyright {
    font-size: 0.14rem;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom {
    padding: 0.2rem;
  }
  .footer-bottom .footer-banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.26rem;
  }
  .footer-bottom .footer-banner li {
    margin: 0 0.1rem 0.16rem;
  }
  .page-recruit .footer-bottom .footer-banner li {
    margin-bottom: 0.1rem;
  }
  .footer-bottom .footer-banner li a {
    height: 0.51rem;
  }
  .footer-bottom .footer-banner li img {
    height: 100%;
    width: auto;
  }
  .footer-bottom .footer-copyright {
    font-size: 0.14rem;
    display: block;
    text-align: center;
  }
}

.footer-recruit {
  background: #5a5a5a;
  color: #fff;
}
.footer-recruit ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-recruit a {
  text-decoration: none;
}
.footer-recruit .footer-title {
  font-weight: bold;
  line-height: 1.27;
}
.footer-recruit .footer-text {
  font-weight: bold;
  color: #d9d9d9;
}
.footer-recruit .footer-list {
  font-weight: bold;
}
.footer-recruit .footer-item-link {
  position: relative;
}
.footer-recruit .footer-item-link::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-recruit .footer-item-link:hover {
  opacity: 1;
}
.footer-recruit .footer-item-link:hover::before {
  width: 100%;
}
.footer-recruit .footer-item-link.is-external::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  background: url("../img/common/footer_recruit_icn_blank.svg") center/contain no-repeat;
}
.footer-recruit .sub-list {
  color: #d9d9d9;
  font-weight: bold;
}
.footer-recruit .sub-list a {
  position: relative;
}
.footer-recruit .sub-list a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  background: url("../img/common/footer_recruit_icn_blank.svg") center/contain no-repeat;
}
.footer-recruit .sub-list a::before {
  content: unset;
}
.footer-recruit .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-recruit .social-list a {
  display: block;
  background: center/cover no-repeat;
}
.footer-recruit .social-list .social-instagram {
  background-image: url("../img/common/footer_recruit_instagram.svg");
}
.footer-recruit .social-list .social-twitter {
  background-image: url("../img/common/footer_recruit_twitter.svg");
}
.footer-recruit .social-list .social-youtube {
  background-image: url("../img/common/footer_recruit_youtube.svg");
}
@media print, (min-width: 768px) {
  .footer-recruit {
    padding: 127px 20px 112px;
  }
  .footer-recruit .footer-wrapper {
    max-width: 1386px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-recruit .footer-left {
    width: 568px;
    margin-right: 10px;
    margin-top: 7px;
  }
  .footer-recruit .footer-title {
    font-size: 0.56rem;
    margin-bottom: 13px;
  }
  .is-mac .footer-recruit .footer-title, .is-tablet .footer-recruit .footer-title {
    font-size: 0.5rem;
  }
  .footer-recruit .footer-text {
    font-size: 0.17rem;
  }
  .footer-recruit .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    padding-right: 47px;
  }
  .footer-recruit .footer-list {
    margin-left: 68px;
    font-size: 0.18rem;
  }
  .footer-recruit .footer-list:nth-child(1) {
    width: 260px;
    margin-left: 0;
  }
  .footer-recruit .footer-list:nth-child(1) .footer-item {
    margin-bottom: 14px;
  }
  .footer-recruit .footer-list:nth-child(2) {
    width: 200px;
  }
  .footer-recruit .footer-item {
    margin-bottom: 16px;
  }
  .footer-recruit .footer-item-link::before {
    bottom: -3px;
  }
  .footer-recruit .footer-item-link.is-external {
    padding-right: 0.21rem;
  }
  .footer-recruit .footer-item-link.is-external::after {
    width: 0.1rem;
    height: 0.1rem;
    margin-top: -0.05rem;
  }
  .footer-recruit .recruit-bottom {
    margin-top: 65px;
  }
  .footer-recruit .sub-list {
    margin-bottom: 18px;
    font-size: 0.13rem;
  }
  .footer-recruit .sub-list:nth-child(1) {
    margin-top: 33px;
  }
  .footer-recruit .sub-list a {
    padding-right: 17px;
  }
  .footer-recruit .sub-list a::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .footer-recruit .social-list {
    margin-top: 20px;
    margin-left: -3px;
  }
  .footer-recruit .social-list li {
    margin-right: 10px;
  }
  .footer-recruit .social-list a {
    width: 25px;
    height: 19px;
  }
}
@media print, (min-width: 768px) and (max-width: 999.98px) {
  .footer-recruit .footer-wrapper {
    display: block;
  }
  .footer-recruit .footer-left {
    margin-bottom: 30px;
  }
  .footer-recruit .footer-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-recruit {
    padding: 0.58rem 0 0.67rem;
  }
  .footer-recruit .footer-wrapper {
    padding: 0 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-recruit .footer-right {
    margin-bottom: 0.3rem;
  }
  .footer-recruit .footer-title {
    font-size: 0.38rem;
    margin-bottom: 0.04rem;
  }
  .footer-recruit .footer-text {
    font-size: 0.18rem;
    line-height: 1.27;
  }
  .footer-recruit .footer-list {
    font-size: 0.13rem;
    padding-left: 0.06rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-recruit .footer-item {
    margin-bottom: 0.14rem;
    width: 100%;
  }
  .footer-recruit .footer-item.is-half {
    width: unset;
    margin-right: 0.18rem;
  }
  .footer-recruit .footer-item-link::before {
    bottom: -0.03rem;
  }
  .footer-recruit .footer-item-link.is-external {
    padding-right: 0.17rem;
  }
  .footer-recruit .footer-item-link.is-external::after {
    width: 0.1rem;
    height: 0.1rem;
    margin-top: -0.05rem;
  }
  .footer-recruit .recruit-bottom {
    margin-top: 0.4rem;
    position: relative;
  }
  .footer-recruit .sub-list {
    margin-bottom: 0.24rem;
    font-size: 0.13rem;
  }
  .footer-recruit .sub-list:nth-child(1) {
    margin-top: -0.2rem;
  }
  .footer-recruit .sub-list li {
    margin-bottom: 0.03rem;
  }
  .footer-recruit .sub-list a {
    padding-right: 0.17rem;
  }
  .footer-recruit .sub-list a::after {
    width: 0.1rem;
    height: 0.1rem;
    margin-top: -0.05rem;
  }
  .footer-recruit .social-list {
    position: absolute;
    bottom: 0.02rem;
    left: 0.95rem;
  }
  .footer-recruit .social-list li {
    margin-right: 0.1rem;
  }
  .footer-recruit .social-list a {
    width: 0.25rem;
    height: 0.19rem;
  }
}

.footer-recruit.recruit-custom {
  background: #fff;
  color: #5a5a5a;
}
.footer-recruit.recruit-custom .footer-item-link::before {
  border-bottom-color: #5a5a5a;
}
.footer-recruit.recruit-custom .footer-item-link:after {
  background: url("../img/common/footer_recruit_icn_blank_03.svg") center/contain no-repeat;
}
.footer-recruit.recruit-custom .sub-list a::after {
  background: url("../img/common/footer_recruit_icn_blank_02.svg") center/contain no-repeat;
}
.footer-recruit.recruit-custom .social-list .social-instagram {
  background-image: url("../img/common/icn_recruit_instagram.svg");
}
.footer-recruit.recruit-custom .social-list .social-twitter {
  background-image: url("../img/common/icn_recruit_twitter.svg");
}
.footer-recruit.recruit-custom .social-list .social-youtube {
  background-image: url("../img/common/icn_recruit_youtube.svg");
}
@media print, (min-width: 768px) {
  .footer-recruit.recruit-custom {
    padding-top: 98px;
  }
  .footer-recruit.recruit-custom .footer-left {
    width: 643px;
  }
  .footer-recruit.recruit-custom .footer-item-link {
    line-height: 1.1;
    display: inline-block;
  }
  .footer-recruit.recruit-custom .footer-list {
    margin-left: 31px;
  }
  .footer-recruit.recruit-custom .footer-list:nth-child(1) {
    width: 230px;
    margin-top: -5px;
  }
  .footer-recruit.recruit-custom .footer-list:nth-child(1) .footer-item {
    margin-bottom: 14px;
  }
  .footer-recruit.recruit-custom .footer-list:nth-child(2) {
    width: 259px;
  }
  .footer-recruit.recruit-custom .footer-item {
    margin-bottom: 12px;
  }
  .footer-recruit.recruit-custom .footer-right {
    padding-right: 72px;
    margin-top: 31px;
  }
  .footer-recruit.recruit-custom .sub-list {
    color: #9CA7B7;
  }
  .footer-recruit.recruit-custom .sub-list a {
    position: relative;
  }
  .footer-recruit.recruit-custom .recruit-bottom {
    position: relative;
  }
  .footer-recruit.recruit-custom .social-list {
    position: absolute;
    left: 98px;
    bottom: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-recruit.recruit-custom {
    padding-top: 0.59rem;
    padding-bottom: 0.14rem;
  }
  .footer-recruit.recruit-custom .footer-left {
    width: 3.65rem;
    margin: 0 auto 0.65rem;
  }
  .footer-recruit.recruit-custom .footer-wrapper {
    display: block;
  }
  .footer-recruit.recruit-custom .footer-item-link {
    line-height: 1.1;
    display: inline-block;
  }
  .footer-recruit.recruit-custom .footer-item-link.is-external {
    padding-right: 0.31rem;
  }
  .footer-recruit.recruit-custom .footer-list {
    padding-left: 0.09rem;
  }
  .footer-recruit.recruit-custom .footer-item {
    margin-bottom: 0.08rem;
  }
  .footer-recruit.recruit-custom .footer-right {
    padding-right: 0.72rem;
    margin-top: 0.31rem;
  }
  .footer-recruit.recruit-custom .sub-list {
    color: #9CA7B7;
    margin-bottom: 0;
  }
  .footer-recruit.recruit-custom .sub-list li {
    margin-bottom: 0.09rem;
  }
  .footer-recruit.recruit-custom .sub-list:nth-child(1) {
    margin-top: -0.12rem;
  }
  .footer-recruit.recruit-custom .sub-list a {
    position: relative;
  }
  .footer-recruit.recruit-custom .recruit-bottom {
    position: relative;
  }
  .footer-recruit.recruit-custom .social-list {
    position: relative;
    left: -0.03rem;
    bottom: 0.02rem;
  }
}

@media print, (min-width: 768px) {
  .footer-site .footer-contact::before, .footer-site .footer-contact::after {
    max-width: 65.7%;
    width: 100%;
    background-position: left;
  }
  .footer-site .footer-item {
    margin-right: 14.8502994012%;
  }
  .footer-site .footer-item:nth-child(3) {
    margin-right: 0;
  }
}
@media print, (min-width: 768px) and (max-width: 999.98px) {
  .footer-site .footer-menu-left {
    padding-right: 6.6666666667%;
  }
  .footer-site .footer-item {
    margin-right: 0;
  }
  .footer-site .footer-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, (min-width: 768px) and (max-width: 999.98px) {
  .footer-bottom {
    padding: 16px 20px;
  }
}

.title-common-primary {
  font-weight: 500;
}
.title-common-primary span {
  display: block;
}
.title-common-primary .title-english {
  color: #0a0;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
.title-common-primary .title-japan {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    margin-bottom: 40px;
  }
  .title-common-primary.is-center {
    text-align: center;
  }
  .title-common-primary .title-english {
    font-size: 0.4rem;
  }
  .title-common-primary .title-japan {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .title-common-primary .title-english {
    font-size: 0.28rem;
  }
  .title-common-primary .title-japan {
    font-size: 0.16rem;
  }
}

.title-common-secondary {
  font-weight: bold;
}
.title-common-secondary span {
  display: block;
}
.title-common-secondary .title-big {
  font-size: 0.31rem;
  color: #323232;
}
.title-common-secondary .title-small {
  position: relative;
  font-size: 0.21rem;
  padding-left: 0.39rem;
  color: #6e6b6b;
  margin-top: 0.02rem;
}
.title-common-secondary .title-small::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 0.19rem;
  height: 0.19rem;
  margin-top: -0.1rem;
  border-radius: 50%;
  background: #0a0;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    margin-bottom: 26px;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    margin-bottom: 0.33rem;
  }
  .title-common-secondary .title-small {
    margin-top: 4px;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

.fade-in-long {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

@-webkit-keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade-in-left-up {
  from {
    -webkit-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-left-up {
  from {
    -webkit-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-left-up {
  from {
    -webkit-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-left-up {
  -webkit-animation-name: fade-in-left-up;
  animation-name: fade-in-left-up;
}

@-webkit-keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade-in-right-up {
  from {
    -webkit-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right-up {
  from {
    -webkit-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-right-up {
  from {
    -webkit-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-right-up {
  -webkit-animation-name: fade-in-right-up;
  animation-name: fade-in-right-up;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

.background-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url("../img/common/bg.webp") center/cover no-repeat;
}

.section-about-keyvisual .keyvisual-title > span {
  display: block;
}
.section-about-keyvisual .keyvisual-title .title-small {
  font-weight: 500;
  position: relative;
}
.section-about-keyvisual .keyvisual-title .title-small::before {
  position: absolute;
  content: "";
  left: 0;
  background: #0a0;
}
.section-about-keyvisual .keyvisual-title .title-big {
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.02em;
}
.section-about-keyvisual .keyvisual-title .title-color {
  color: #0a0;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
}
@media print, (min-width: 768px) {
  .section-about-keyvisual {
    padding: 36px 0 31px;
  }
  .section-about-keyvisual .wrapper {
    max-width: 979px;
  }
  .section-about-keyvisual .keyvisual-title {
    margin-right: -20px;
    margin-bottom: 67px;
  }
  .section-about-keyvisual .keyvisual-title .title-small {
    font-size: 0.2rem;
    padding-left: 12px;
    margin-bottom: 12px;
  }
  .section-about-keyvisual .keyvisual-title .title-small::before {
    top: 4px;
    bottom: 4px;
    width: 4px;
  }
  .section-about-keyvisual .keyvisual-title .title-big {
    font-size: 0.48rem;
    line-height: 1.47;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-keyvisual {
    padding: 0.37rem 0;
  }
  .section-about-keyvisual .wrapper {
    padding: 0 0.16rem;
  }
  .section-about-keyvisual .keyvisual-title {
    margin-bottom: 0.63rem;
  }
  .section-about-keyvisual .keyvisual-title .title-small {
    font-size: 0.16rem;
    padding-left: 0.12rem;
    margin-bottom: 0.13rem;
  }
  .section-about-keyvisual .keyvisual-title .title-small::before {
    top: 0.02rem;
    bottom: 0.02rem;
    width: 0.04rem;
  }
  .section-about-keyvisual .keyvisual-title .title-big {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}

.block-anchor .anchor-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.block-anchor .anchor-item-link {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 0.08rem;
  text-align: center;
  text-decoration: none;
}
.block-anchor .anchor-item-link:focus::before, .block-anchor .anchor-item-link:hover::before {
  -webkit-transform: translateY(0.05rem);
  -ms-transform: translateY(0.05rem);
  transform: translateY(0.05rem);
}
.block-anchor .anchor-item-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.07rem;
  background: url("../img/about_us/anchor_decor.png") center/contain no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, (min-width: 768px) {
  .block-anchor {
    margin-bottom: 120px;
  }
  .block-anchor .anchor-item {
    margin: 0 0.1rem;
    width: 1.58rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-anchor {
    margin-bottom: 0.5rem;
  }
  .block-anchor .anchor-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.2rem;
  }
  .block-anchor .anchor-item {
    width: 45%;
    margin-bottom: 0.1rem;
  }
}

.section-about-mission .mission-title {
  color: #0a0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  line-height: 1.5;
}
.section-about-mission .mission-text {
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media print, (min-width: 768px) {
  .section-about-mission {
    margin-bottom: 184px;
  }
  .section-about-mission .mission-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4px;
  }
  .section-about-mission .mission-title {
    width: 433px;
    margin-right: 35px;
    font-size: 0.32rem;
    letter-spacing: 0.03em;
  }
  .section-about-mission .mission-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.2rem;
    line-height: 2.4;
    margin-right: -5px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .section-about-mission .mission-inner {
    display: block;
    width: 570px;
    margin: 0 auto;
  }
  .section-about-mission .mission-title {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-mission {
    margin-bottom: 0.72rem;
  }
  .section-about-mission .mission-title {
    font-size: 0.24rem;
    margin-bottom: 0.32rem;
  }
  .section-about-mission .mission-text {
    font-size: 0.16rem;
    line-height: 2;
  }
}

.section-about-message .message-content {
  text-align: right;
}
.section-about-message .message-position {
  font-weight: 500;
}
.section-about-message .message-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-about-message .info-name {
  font-weight: 900;
}
@media print, (min-width: 768px) {
  .section-about-message {
    margin-bottom: 184px;
  }
  .section-about-message .message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-about-message .message-text {
    margin-top: 181px;
    width: 500px;
    position: relative;
    line-height: 2;
  }
  .section-about-message .message-text p {
    margin-bottom: 32px;
  }
  .section-about-message .message-text p:last-child {
    margin-bottom: 0;
  }
  .section-about-message .message-content {
    width: 640px;
    margin-left: -140px;
  }
  .section-about-message .message-image {
    margin-bottom: 36px;
  }
  .section-about-message .message-position {
    margin-bottom: -3px;
    padding-right: 9px;
  }
  .section-about-message .message-info {
    padding-right: 9px;
  }
  .section-about-message .info-text {
    margin-right: 8px;
    margin-bottom: 2px;
  }
  .section-about-message .info-name {
    font-size: 0.24rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .section-about-message .message-text {
    width: 470px;
    padding-right: 10px;
  }
}
@media print, (min-width: 768px) and (max-width: 999.98px) {
  .section-about-message .message-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-about-message .message-content {
    margin: 0 auto;
  }
  .section-about-message .message-text {
    width: 640px;
    margin: 50px auto 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-message {
    margin-bottom: 0.84rem;
  }
  .section-about-message .message-text {
    position: relative;
    line-height: 2;
    display: none;
    margin-bottom: 0.24rem;
    margin-top: 0.38rem;
    text-align: justify;
    padding: 0 0.04rem;
  }
  .section-about-message .message-text p {
    margin-bottom: 0.32rem;
  }
  .section-about-message .message-text p:last-child {
    margin-bottom: 0;
  }
  .section-about-message .message-content {
    position: relative;
  }
  .section-about-message .message-image {
    margin: 0 -0.2rem 0.2rem;
  }
  .section-about-message .message-position {
    margin-bottom: -0.01rem;
    padding-right: 0.11rem;
  }
  .section-about-message .message-info {
    padding-right: 0.09rem;
  }
  .section-about-message .info-text {
    margin-right: 0.08rem;
    margin-bottom: 0.02rem;
  }
  .section-about-message .info-name {
    font-size: 0.22rem;
  }
  .section-about-message .button-more {
    display: table;
    padding-right: 0.19rem;
    margin: 0.32rem auto 0;
    position: relative;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
  }
  .section-about-message .button-more.is-active::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .section-about-message .button-more::before {
    position: absolute;
    content: "";
    width: 0.13rem;
    height: 0.06rem;
    right: 0;
    top: 50%;
    margin-top: -0.02rem;
    background: url("../img/about_us/sp/message_arrow.svg") center/contain no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.section-about-manage .manage-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-about-manage .manage-item a:hover {
  opacity: 1;
}
.section-about-manage .manage-item a:hover img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.section-about-manage .manage-item-image {
  overflow: hidden;
}
.section-about-manage .manage-item-image img {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.section-about-manage .manage-item-head {
  font-weight: 500;
}
.section-about-manage .manage-item-name {
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .section-about-manage {
    padding-bottom: 122px;
  }
  .section-about-manage .manage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -46px;
    width: auto;
  }
  .section-about-manage .manage-item {
    padding: 0 10px 46px;
    width: 33.3333333333%;
  }
  .section-about-manage .manage-item-image {
    margin-bottom: 8px;
  }
  .section-about-manage .manage-item-head {
    margin-bottom: -4px;
    padding-left: 4px;
  }
  .section-about-manage .manage-item-name {
    font-size: 0.24rem;
    padding-left: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-manage {
    padding-bottom: 0.72rem;
  }
  .section-about-manage .wrapper {
    padding: 0 0.28rem;
  }
  .section-about-manage .manage-wrapper {
    margin-right: -0.28rem;
    padding-right: 0.28rem;
    padding-bottom: 0.1rem;
  }
  .section-about-manage .manage-item {
    margin-right: 0.28rem;
    width: 2.86rem;
  }
  .section-about-manage .manage-item-image {
    margin-bottom: 0.08rem;
    height: 2rem;
  }
  .section-about-manage .manage-item-head {
    margin-bottom: -0.04rem;
    padding-left: 0.04rem;
  }
  .section-about-manage .manage-item-name {
    font-size: 0.22rem;
    padding-left: 0.04rem;
  }
}

main {
  position: relative;
}

.lightbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}
.lightbox .wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
}
.lightbox .popup-light-box {
  width: 100%;
  height: 100%;
}
.lightbox .popup-light-box-cell {
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.lightbox .lightbox-window {
  margin: auto;
  overflow: hidden;
  width: 90%;
  max-width: 872px;
  position: relative;
}
.lightbox .popup-icon-close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../img/about_us/icn_close.svg") center/contain no-repeat;
}
.lightbox .modal-inner {
  background: url("../img/about_us/manage_bg.jpg") center/cover no-repeat;
}
.lightbox .modal-head {
  font-weight: 500;
}
.lightbox .modal-name {
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .lightbox .modal-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-height: 98vh;
  }
  .lightbox .modal-image {
    max-width: 499px;
    height: 374px;
    width: 58%;
  }
  .lightbox .modal-content {
    padding: 60px 29px 60px 44px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .lightbox .modal-head {
    margin-bottom: -8px;
  }
  .lightbox .modal-name {
    font-size: 0.24rem;
    margin-bottom: 10px;
  }
  .lightbox .modal-text {
    font-size: 0.14rem;
    line-height: 1.5;
    margin-left: -4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lightbox .lightbox-window {
    max-width: 3.34rem;
  }
  .lightbox .popup-icon-close {
    right: 0.16rem;
    top: 0.16rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  .lightbox .modal-inner {
    overflow: auto;
    max-height: 85vh;
    background: url("../img/about_us/sp/manage_bg.jpg") center/cover no-repeat;
  }
  .lightbox .modal-content {
    padding: 0.2rem 0.24rem 0.28rem;
  }
  .lightbox .modal-head {
    margin-bottom: -0.08rem;
    padding-left: 0.04rem;
  }
  .lightbox .modal-name {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    padding-left: 0.04rem;
  }
  .lightbox .modal-text {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}

.section-top-interview .interview-video iframe {
  width: 100%;
  height: 100%;
}
.section-top-interview .interview-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-top-interview .interview-name {
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .section-top-interview {
    margin-bottom: 120px;
  }
  .section-top-interview .title-common-primary {
    margin-bottom: 27px;
    padding-left: 6px;
  }
  .section-top-interview .interview-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px;
  }
  .section-top-interview .interview-block {
    width: 50%;
    padding: 0 20px;
  }
  .section-top-interview .interview-video {
    height: 270px;
    margin-bottom: 21px;
  }
  .section-top-interview .interview-text {
    padding-left: 3px;
  }
  .section-top-interview .interview-bottom {
    padding-left: 3px;
  }
  .section-top-interview .interview-name {
    font-size: 0.24rem;
    margin-right: 8px;
  }
  .section-top-interview .interview-position {
    margin-bottom: 4px;
    margin-left: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-interview {
    margin-bottom: 0.8rem;
  }
  .section-top-interview .wrapper {
    padding: 0 0.28rem;
  }
  .section-top-interview .title-common-primary {
    margin-bottom: 0.26rem;
    padding-left: 0.06rem;
  }
  .section-top-interview .title-common-primary .title-english {
    font-size: 0.24rem;
  }
  .section-top-interview .interview-block {
    margin-bottom: 0.59rem;
  }
  .section-top-interview .interview-block:last-child {
    margin-bottom: 0;
  }
  .section-top-interview .interview-video {
    height: 1.8rem;
    margin-bottom: 0.18rem;
  }
  .section-top-interview .interview-name {
    font-size: 0.22rem;
    margin-right: 0.04rem;
  }
  .section-top-interview .interview-position {
    margin-bottom: 0.02rem;
    margin-left: 0.02rem;
  }
}

.section-top-company .company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-top-company .company-list dt:last-of-type,
.section-top-company .company-list dd:last-of-type {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-company {
    padding-bottom: 120px;
  }
  .section-top-company .title-common-primary {
    margin-bottom: 51px;
    padding-left: 6px;
  }
  .section-top-company .company-list dt {
    width: 150px;
  }
  .section-top-company .company-list dt,
  .section-top-company .company-list dd {
    padding: 0 8px 22px;
    margin-bottom: 23px;
    border-bottom: 1px solid #ccc;
  }
  .section-top-company .company-list dd {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-company {
    padding-bottom: 0.8rem;
  }
  .section-top-company .title-common-primary {
    margin-bottom: 0.26rem;
    padding-left: 0.06rem;
  }
  .section-top-company .title-common-primary .title-english {
    font-size: 0.24rem;
  }
  .section-top-company .company-list {
    color: #000;
    border-top: 0.01rem solid #ddd;
  }
  .section-top-company .company-list dt {
    width: 0.92rem;
  }
  .section-top-company .company-list dt,
  .section-top-company .company-list dd {
    padding: 0.13rem 0.03rem 0.13rem 0.08rem;
    border-bottom: 0.01rem solid #ddd;
  }
  .section-top-company .company-list dd {
    width: calc(100% - 0.92rem);
  }
}
/*# sourceMappingURL=about_us.css.map */