@charset "UTF-8";
.txt-fs16 {
  font-size: max(1.6rem, 14px);
}
@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.5rem;
  }
}

.txt-fs18 {
  font-size: max(1.8rem, 14px);
}
@media screen and (max-width: 767px) {
  .txt-fs18 {
    font-size: 1.6rem;
  }
}

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

@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}

.col-12 {
  width: 100%;
}

.hv-r:hover {
  color: #0072af;
}

.logo__recruit {
  position: relative;
  display: block;
}
.logo__recruit::after {
  position: relative;
  content: "[採用サイト]";
  font-weight: 700;
  font-size: 2.5rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .logo__recruit::after {
    margin-left: 1rem;
    font-size: 1.5rem;
  }
}

.fix__top {
  position: fixed;
  top: 0;
  width: 100%;
}

.button__blue {
  background-color: #0070bd;
  border: 1px solid #0070bd;
  border-radius: 9rem;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.button__blue img {
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
.button__blue:hover {
  background-color: #fff;
  color: #0070bd;
}
.button__blue:hover img {
  filter: initial;
}

.view_menu {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.h24 {
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .h24 {
    height: 1.6rem;
  }
}

.header {
  padding: 3rem 2.5rem;
  z-index: 1000;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 2.3rem 1.5rem;
    background-color: #fff;
  }
  .header.is-active {
    overflow-x: auto;
    width: 100%;
    background-color: #555555;
  }
  .header.is-active .logo__recruit img:first-child {
    opacity: 0;
  }
  .header.is-active .logo__recruit img:last-child {
    opacity: 1;
  }
  .header.is-active .logo__recruit::after {
    color: #fff;
  }
}
.header .header__content {
  position: relative;
}
.header .header__content .header__toggle {
  position: fixed;
  top: 0rem;
  right: 0rem;
  text-align: right;
  position: absolute;
  z-index: 101;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header .header__content .header__toggle .entry {
  height: 8rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  align-items: center;
  margin: 0 !important;
}
.header .header__content .header__toggle .entry img {
  height: 1.9rem;
}
@media screen and (max-width: 767px) {
  .header .header__content .header__toggle .entry {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .header__content .header__toggle .btn-hamberger {
    top: -1rem;
  }
}
.header .header__content .row-un .toggle__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 32rem;
}
@media screen and (max-width: 767px) {
  .header .header__content .row-un .toggle__menu {
    padding-right: 0;
  }
}
.header .header__content .row-un .toggle__menu .header__logo h1 .hv-o img {
  width: max(27rem, 200px);
}
@media screen and (max-width: 767px) {
  .header .header__content .row-un .toggle__menu .header__logo h1 .hv-o img {
    width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .header .header__content .row-un .toggle__menu .header__menu {
    width: 100%;
    position: relative;
    top: 2.3rem;
    height: calc(100vh - 7.2rem);
  }
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 767px) {
  .header .header__content .row-un .toggle__menu .header__menu .nav-list {
    display: block;
    width: calc(100% + 3rem);
    position: relative;
    top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    left: -1.5rem;
    color: #fff;
    background-image: url(../img/common/gnavi_bk.png);
    background-repeat: no-repeat;
    background-position: center 2rem;
    background-size: 95% auto;
  }
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item::before {
  position: absolute;
  left: -1vw;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 2.5rem;
  background: #555555;
  transition: 0.3s;
  transform-origin: top;
}
@media screen and (max-width: 767px) {
  .header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item::before {
    content: none;
  }
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item:first-child::before {
  content: none;
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item a {
  font-size: max(2rem, 15px);
  font-weight: bold;
  line-height: 2.4;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item a {
    display: block;
    line-height: 2;
    border-bottom: 1px solid #fff;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #555555;
  transition: 0.3s;
  transform-origin: top;
}
@media screen and (max-width: 767px) {
  .header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item a::after {
    content: none;
  }
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item a:hover::after {
  width: 100%;
}

.footer {
  background-color: #555555;
  color: white;
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 10rem;
  }
}
.footer .container-full {
  width: calc(100% - 3rem);
  max-width: 160rem;
  margin: 0 auto;
}
.footer .container-full .row {
  gap: 33rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .footer .container-full .row {
    gap: 8rem;
  }
}
.footer .container-full .row .logo .hv-o.logo__recruit::after {
  color: #fff;
}
.footer .container-full .row .logo .hv-o .company-logo {
  width: max(27rem, 200px);
}
@media screen and (max-width: 767px) {
  .footer .container-full .row .logo .hv-o .company-logo {
    width: 20rem;
  }
}
.footer .container-full .row .logo .footer__infor {
  margin-top: 5rem;
}
.footer .container-full .row .footer__menu .nav-list .nav-item a {
  font-size: max(2rem, 15px);
  font-weight: bold;
  line-height: 2.4;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer .container-full .row .footer__menu .nav-list .nav-item a {
    display: block;
    line-height: 2;
  }
}
.footer .container-full .row .footer__menu .nav-list .nav-item a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #C5C5C5;
  transition: 0.3s;
  transform-origin: top;
}
.footer .container-full .row .footer__menu .nav-list .nav-item a:hover::after {
  width: 100%;
}
.footer .container-full .footer__bottom {
  border-top: 1px solid #cccccc;
}
.footer .container-full .footer__bottom .text__copyright {
  color: #cccccc;
  font-size: max(1.5rem, 14px);
  text-align: center;
  padding: 0.4rem;
}
.scrolltop {
  display: none;
  border: 0;
  cursor: pointer;
  position: fixed;
  z-index: 100;
  bottom: 2rem;
  right: 8.854vw;
  border-radius: 99px;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .scrolltop {
    width: 6rem;
  }
}
.scrolltop small {
  border: 1px solid #555555;
  border-radius: 9rem;
  width: 10rem;
  height: 10rem;
  transition: 0.3s;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .scrolltop small {
    width: 6rem;
    height: 6rem;
  }
}
.scrolltop small img {
  width: max(2.3rem, 18px);
}
@media screen and (max-width: 767px) {
  .scrolltop small img {
    width: 2rem;
  }
}
.scrolltop span {
  position: relative;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-weight: 700;
  font-size: 2.5rem;
  width: 60px;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  color: #fff;
  text-shadow: 1px 1px 0 #555555, -1px 1px 0 #555555, 1px -1px 0 #555555, -1px -1px 0 #555555;
  line-height: 0.8;
  margin-right: 0.3rem;
}
@media screen and (max-width: 767px) {
  .scrolltop span {
    font-size: 1.7rem;
    margin-top: 1rem;
    margin-right: 0.5rem;
  }
}
.scrolltop span::before {
  position: absolute;
  left: 0.5em;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #C5C5C5;
  transform: scale(1, 0);
  transition: 0.3s;
  transform-origin: top;
}
.scrolltop:hover small {
  background-color: #555555;
  border: #fff 1px solid;
}
.scrolltop:hover small img {
  filter: brightness(0) invert(1);
}
.scrolltop:hover span::before {
  transform: scale(1);
}

.page-hero {
  padding-top: 26.5rem;
  padding-bottom: 14rem;
  background-repeat: no-repeat;
  background-image: url(../img/common/bg-hero.png);
  background-size: 192rem;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .page-hero {
    background-size: 76.8rem;
    padding-top: 23rem;
  }
}
.page-hero .page-hero__inner .page-hero__content {
  max-width: 132rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
.page-hero .page-hero__inner .page-hero__content .page-hero__title-box .page-hero__title {
  border: 0.4rem solid #555555;
  background-color: #fff;
  padding: 3.6rem max(3.125vw, 2rem);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-hero .page-hero__inner .page-hero__content .page-hero__title-box .page-hero__title {
    padding: 1.6rem max(3.125vw, 2rem);
  }
}
.page-hero .page-hero__inner .page-hero__content .page-hero__title-box .page-hero__title img {
  height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .page-hero .page-hero__inner .page-hero__content .page-hero__title-box .page-hero__title img {
    height: 3rem;
  }
}
.page-hero .page-hero__inner .page-hero__content .page-hero__title-box .page-hero__title .h106 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 10.6rem;
}
@media screen and (max-width: 767px) {
  .page-hero .page-hero__inner .page-hero__content .page-hero__title-box .page-hero__title .h106 {
    height: 7rem;
  }
}
.page-hero .page-hero__inner .page-hero__content .page-hero__title-box .page-hero__title .h86 {
  height: 8.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .page-hero .page-hero__inner .page-hero__content .page-hero__title-box .page-hero__title .h86 {
    height: 5.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.container__border {
  border: 0.4rem solid #0070bd;
  max-width: 120rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
  padding: max(4.167vw, 4rem) 4.167vw;
}
@media screen and (max-width: 767px) {
  .container__border {
    border: 0.2rem solid #0070bd;
    padding: max(4.167vw, 4rem) 1rem;
  }
}

.mt15 {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .mt15 {
    margin-top: 10rem;
  }
}

.entry-call {
  margin-top: 15rem;
  margin-bottom: 6rem;
  padding-top: max(6.771vw, 4rem);
  padding-bottom: max(6.771vw, 4rem);
}
@media screen and (max-width: 767px) {
  .entry-call {
    margin-top: 10rem;
  }
}
.entry-call .entry-call__inner .entry-call__content .entry-call__heading {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .entry-call .entry-call__inner .entry-call__content .entry-call__heading {
    padding-bottom: 1.5rem;
  }
}
.entry-call .entry-call__inner .entry-call__content .entry-call__tel {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .entry-call .entry-call__inner .entry-call__content .entry-call__tel {
    padding-bottom: 1.5rem;
  }
}
.entry-call .entry-call__inner .entry-call__content .entry-call__tel a img {
  height: 6.3rem;
}
@media screen and (max-width: 767px) {
  .entry-call .entry-call__inner .entry-call__content .entry-call__tel a img {
    height: 2.4rem;
  }
}
.mt-15 {
  margin-top: 1.5rem;
}

::-moz-placeholder {
  color: #999999;
  font-size: 1.9rem;
}

::placeholder {
  color: #999999;
  font-size: 1.9rem;
}

.postal_code {
  max-width: 16rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .postal_code {
    max-width: 10.3rem;
  }
}

input[type=text],
input[type=email],
input[type=number],
textarea {
  background-color: #fff;
  width: 100%;
  border: none;
  padding: 1.8rem 2.4rem;
  border: #333333 1px solid;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=number],
  textarea {
    padding: 1.2rem 1.4rem;
  }
}

textarea {
  height: 26rem;
  resize: none;
}

.entry-form__desc {
  display: block;
  font-size: 1.9rem;
  padding-top: 1.5rem;
  padding-bottom: 0.7rem;
  padding-left: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .entry-form__desc {
    padding-left: 0;
    font-size: 1.4rem;
  }
}

.name_first,
.furygana_first {
  margin-right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .name_first,
  .furygana_first {
    margin-right: 0rem;
    margin-right: 0.5rem;
  }
}

.full__name {
  max-width: 24rem;
}
@media screen and (max-width: 767px) {
  .full__name {
    max-width: 11.8rem;
  }
}

.entry-form__line {
  display: inline-block;
  text-align: center;
  width: 3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.3rem;
}

.row_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.btn_black {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 2.3rem 8.854vw 2.3rem 0;
  text-align: right;
  min-width: max(20.313vw, 180px);
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-image: url(../img/common/btn.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 4rem) center;
  background-color: #000000;
  border: none;
}
@media screen and (max-width: 767px) {
  .btn_black {
    padding: 2.3rem 12rem 2.3rem 2rem;
    min-width: 24rem;
  }
}
.btn_black {
  background-size: 5.7rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
.btn_black:hover {
  background-position: calc(100% - 2rem) center;
}

@media screen and (max-width: 767px) {
  .postal_first {
    margin-left: 1.5rem;
  }
}

.entry-form {
  margin-bottom: 22rem;
}
@media screen and (max-width: 767px) {
  .entry-form {
    margin-bottom: 10REM;
  }
}
.entry-form .entry-form__inner .entry-form__header .entry-form__title {
  padding-bottom: 2.2rem;
}
.entry-form .entry-form__inner .entry-form__content .entry-form__group {
  border-top: 1px solid #333333;
  padding-bottom: 1rem;
  padding-top: 3rem;
}
.entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row {
  padding-bottom: 2rem;
  font-size: max(2rem, 14px);
  font-weight: 600;
  color: #000;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row {
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-form__label {
  padding-top: 0.4rem;
  display: block;
  width: 31rem;
}
@media screen and (max-width: 767px) {
  .entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-form__label {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-form__label .entry-form__label-text {
  position: relative;
  top: 0.3rem;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-form__label .entry-form__label-text {
    padding-left: 0rem;
  }
}
.entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-form__label .entry-form__required {
  font-size: 1.4rem;
  color: #fff;
  background-color: #de0024;
  display: inline-block;
  margin-left: 2.5rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  line-height: 1.5;
  padding-bottom: 1px;
}
.entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-form__fields,
.entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-view {
  width: calc(100% - 31rem);
}
@media screen and (max-width: 767px) {
  .entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-form__fields,
  .entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-view {
    width: 100%;
  }
}
.entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-form__fields .entry-form__field,
.entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-view .entry-form__field {
  display: inline-flex;
}
.entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-form__fields .entry-form__field .entry-form__name,
.entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-view .entry-form__field .entry-form__name {
  display: inline-block;
  padding-right: 3rem;
  padding-top: 0.4rem;
  position: relative;
  top: 0.3rem;
  min-width: 7rem;
}
@media screen and (max-width: 767px) {
  .entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-form__fields .entry-form__field .entry-form__name,
  .entry-form .entry-form__inner .entry-form__content .entry-form__group .entry-form__row .entry-view .entry-form__field .entry-form__name {
    padding-left: 0.5rem;
    padding-right: 0;
    min-width: 4rem;
  }
}
.is-error {
  border: 0.2rem solid #de0024 !important;
}

.job {
  margin-bottom: 14rem;
}
.job .job__inner .job__tabs {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .job .job__inner .job__tabs {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .job .job__inner .job__tabs {
    gap: 1rem;
  }
}
.job .job__inner .job__tabs .job__tab {
  padding: 4rem 1.5rem;
  min-width: 20.6rem;
  border: none;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  .job .job__inner .job__tabs .job__tab {
    padding: 2rem 1rem;
    min-width: 11rem;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
.job .job__inner .job__tabs .job__tab.btn_blue {
  background-color: #0070bd;
}
.job .job__inner .job__tabs .job__tab.btn_red {
  background-color: #de0024;
}
.job .job__inner .job__tabs .job__tab.btn_yellow {
  background-color: #fbf0be;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .job .job__inner .job__tabs .job__tab.btn_yellow {
    min-width: 18rem;
  }
}
.job .job__inner .job__tabs .job__tab img {
  height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .job .job__inner .job__tabs .job__tab img {
    height: 2rem;
  }
}
.job .job__inner .job__content {
  padding: 2rem 4.167vw max(8.854vw, 10rem);
  transition: all 0.3s ease-in-out;
  border: 0.4rem solid;
}
@media screen and (max-width: 767px) {
  .job .job__inner .job__content {
    padding: max(4.167vw, 4rem) 1rem max(8.854vw, 10rem);
  }
}
.job .job__inner .job__content.blue_x {
  border-color: #0070bd;
}
.job .job__inner .job__content.red_x {
  border-color: #de0024;
}
.job .job__inner .job__content.yellow_x {
  border-color: #fbf0be;
}
.job .job__inner .job__content.gray_x {
  border-color: #ababab;
}
.job .job__inner .job__content.black_x {
  border-color: #333333;
}
.job .job__inner .job__content .job__list .job__item {
  display: flex;
  border-bottom: 0.2rem solid #333333;
  padding-top: 4.688vw;
  padding-bottom: 4.688vw;
}
.job .job__inner .job__content .job__list .job__item .job__label {
  width: 28rem;
  padding-left: 3rem;
  position: relative;
  top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .job .job__inner .job__content .job__list .job__item .job__label {
    width: 10rem;
    padding-left: 1rem;
  }
}
.job .job__inner .job__content .job__list .job__item .job__label img {
  height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .job .job__inner .job__content .job__list .job__item .job__label img {
    height: 1.8rem;
  }
}
.job .job__inner .job__content .job__list .job__item .job__value {
  width: calc(100% - 28rem);
  font-size: max(1.8rem, 14px);
  min-height: 4rem;
}
@media screen and (max-width: 767px) {
  .job .job__inner .job__content .job__list .job__item .job__value {
    width: calc(100% - 11rem);
    font-size: 1.6rem;
    min-height: 2.8rem;
  }
}

.staff {
  border-top: 0.4rem solid #555555;
  border-bottom: 0.4rem solid #555555;
  background-repeat: no-repeat;
  background-image: url(../img/common/bg-hero.png);
  background-size: 192rem;
  background-position: center -5rem;
}
@media screen and (max-width: 767px) {
  .staff {
    background-size: 76.8rem;
  }
}
.staff .details-slider {
  margin-top: 0rem;
  padding-top: 16rem;
  margin-bottom: 0;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .staff .details-slider {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .staff {
    border-top: 0.3rem solid #555555;
    border-bottom: 0.2rem solid #555555;
    background-size: cover;
    background-position: center;
  }
}

.staff-list {
  margin-bottom: 14rem;
}
.staff-list .staff-list__inner {
  max-width: 90rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
.staff-list .staff-list__inner .staff-list__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 10rem;
}
@media screen and (max-width: 767px) {
  .staff-list .staff-list__inner .staff-list__grid {
    gap: 4rem 1rem;
  }
}
.staff-list .staff-list__inner .staff-list__grid .staff-list__item {
  width: calc(50% - 5rem);
}
@media screen and (max-width: 767px) {
  .staff-list .staff-list__inner .staff-list__grid .staff-list__item {
    width: calc(50% - 0.5rem);
  }
}

.staff-list__card .staff-list__image {
  border: 0.4rem solid #333333;
  position: relative;
  background-color: #333333;
  display: block;
}
@media screen and (max-width: 767px) {
  .staff-list__card .staff-list__image {
    border: 0.3rem solid #333333;
  }
}
.staff-list__card .staff-list__image .staff-list__link {
  display: flex;
  align-items: center;
  position: absolute;
  border: 0.4rem solid #333333;
  z-index: 1;
  left: -1.5rem;
  bottom: 1.5rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  background-image: url(../img/common/n.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 3.6rem) center;
  background-size: max(1.2rem, 6px);
  height: 8.5rem;
  width: 21.6rem;
  padding-left: 3.8rem;
}
@media screen and (max-width: 767px) {
  .staff-list__card .staff-list__image .staff-list__link {
    left: -0.5rem;
    width: 15rem;
    padding-left: 1rem;
    background-position: calc(100% - 2rem) center;
    border: 0.3rem solid #333333;
  }
}
@media screen and (max-width: 767px) {
  .staff-list__card .staff-list__image .staff-list__link {
    height: 5.5rem;
    border: 0.3rem solid #333333;
  }
}
.staff-list__card .staff-list__image .staff-list__link img {
  height: max(1.7rem, 13px);
}
@media screen and (max-width: 767px) {
  .staff-list__card .staff-list__image .staff-list__link img {
    height: 1.5rem;
  }
}
.staff-list__card .staff-list__image:hover .staff-list__img {
  opacity: 0.7;
}
.staff-list__card .staff-list__image:hover .staff-list__link {
  background-position: calc(100% - 2rem) center;
}
.staff-list__card .staff-list__info {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .staff-list__card .staff-list__info {
    margin-top: 2.5rem;
  }
}
.staff-list__card .staff-list__info .staff-list__name {
  padding-bottom: 2rem;
  border-bottom: 0.4rem solid #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .staff-list__card .staff-list__info .staff-list__name {
    border-bottom: 0.2rem solid #333333;
    padding-bottom: 1rem;
  }
}
.staff-list__card .staff-list__info .staff-list__name img {
  height: 3.1rem;
}
@media screen and (max-width: 767px) {
  .staff-list__card .staff-list__info .staff-list__name img {
    height: 2.2rem;
  }
}
.staff-list__card .staff-list__info .staff-list__meta {
  margin-top: 2rem;
  text-align: center;
  font-size: max(1.8rem, 14px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .staff-list__card .staff-list__info .staff-list__meta {
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.staff-detail {
  margin-top: 15rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .staff-detail {
    margin-top: 10rem;
    margin-bottom: 5em;
  }
}
.staff-detail .staff-detail__inner {
  max-width: 110rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
.staff-detail .staff-detail__inner .staff-detail__header .staff-detail__profile {
  display: flex;
  flex-wrap: wrap;
  gap: 9rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__inner .staff-detail__header .staff-detail__profile {
    gap: 5rem;
  }
}
.staff-detail .staff-detail__inner .staff-detail__header .staff-detail__profile .staff-detail__image {
  border: 0.4rem solid #333333;
  width: 40rem;
  max-width: 100%;
  background-color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__inner .staff-detail__header .staff-detail__profile .staff-detail__image {
    border: 0.3rem solid #333333;
  }
}
.staff-detail .staff-detail__inner .staff-detail__header .staff-detail__profile .staff-detail__info .staff-detail__name {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__inner .staff-detail__header .staff-detail__profile .staff-detail__info .staff-detail__name {
    margin-bottom: 2rem;
  }
}
.staff-detail .staff-detail__inner .staff-detail__header .staff-detail__profile .staff-detail__info .staff-detail__name img {
  height: 14.7rem;
}
@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__inner .staff-detail__header .staff-detail__profile .staff-detail__info .staff-detail__name img {
    height: 7rem;
  }
}
.staff-detail .staff-detail__inner .staff-detail__header .staff-detail__profile .staff-detail__info .staff-detail__meta {
  font-size: max(2rem, 14px);
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__inner .staff-detail__header .staff-detail__profile .staff-detail__info .staff-detail__meta {
    font-size: 1.7rem;
  }
}
.staff-detail .staff-detail__inner .staff-detail__content {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__inner .staff-detail__content {
    margin-top: 6rem;
  }
}
.staff-detail .staff-detail__inner .staff-detail__content .staff-detail__qa .staff-detail__item {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__inner .staff-detail__content .staff-detail__qa .staff-detail__item {
    margin-bottom: 5rem;
  }
}
.staff-detail .staff-detail__inner .staff-detail__content .staff-detail__qa .staff-detail__item .staff-detail__question {
  margin-bottom: 5rem;
  display: inline-block;
  border: 0.4rem solid #333333;
  padding: 3.5rem 6rem 3.7rem 4rem;
}
@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__inner .staff-detail__content .staff-detail__qa .staff-detail__item .staff-detail__question {
    border: 0.3rem solid #333333;
    margin-bottom: 2rem;
    padding: 2rem 2rem 2rem 1.5rem;
  }
}
.staff-detail .staff-detail__inner .staff-detail__content .staff-detail__qa .staff-detail__item .staff-detail__question img {
  height: 5.8rem;
}
@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__inner .staff-detail__content .staff-detail__qa .staff-detail__item .staff-detail__question img {
    height: 3rem;
  }
}
.staff-detail .staff-detail__inner .staff-detail__content .staff-detail__qa .staff-detail__item .staff-detail__answer {
  font-size: max(1.8rem, 14px);
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .staff-detail .staff-detail__inner .staff-detail__content .staff-detail__qa .staff-detail__item .staff-detail__answer {
    padding-left: 1rem;
    font-size: 1.6rem;
  }
}

.ouline_double {
  position: relative;
}
.ouline_double::after, .ouline_double::before {
  position: absolute;
  content: "";
  left: 0;
  border-top: 0.4rem solid #555555;
  border-bottom: 0.4rem solid #555555;
  background-color: #fff;
  width: 100%;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .ouline_double::after, .ouline_double::before {
    border-top: 0.3rem solid #555555;
    border-bottom: 0.2rem solid #555555;
  }
}
.ouline_double::after {
  top: -5rem;
}
.ouline_double::before {
  bottom: -5rem;
}

.w25 {
  width: 25rem;
}

.w17 {
  width: 16.9rem;
}

.w18 {
  width: 18.6rem;
}

.w24 {
  width: 24.3rem;
}

.timeline {
  background-color: #00a7eb;
  background-repeat: no-repeat;
  background-image: url(../img/common/do.png);
  background-size: cover;
  background-position: center;
  padding-top: 17rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .timeline {
    padding-top: 10rem;
    padding-bottom: 10rem;
    overflow: hidden;
  }
}
.timeline .timeline__inner {
  text-align: center;
  max-width: 120rem;
  margin: 0 auto;
  width: calc(100% - 8rem);
}
.timeline .timeline__inner .timeline__header {
  display: inline-block;
  border: 0.4rem solid #333333;
  padding: 3.3rem 5.3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__header {
    border: 0.3rem solid #333333;
  }
}
.timeline .timeline__inner .timeline__header .timeline__title {
  height: 6.5rem;
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__header .timeline__title {
    height: 4rem;
  }
}
.timeline .timeline__inner .timeline__content {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content {
    margin-top: 10rem;
  }
}
.timeline .timeline__inner .timeline__content .timeline__line {
  position: relative;
  width: 100%;
  border-top: 1rem solid #fff;
  display: flex;
  justify-content: space-around;
  padding-left: 3rem;
  padding-right: 3rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line {
    border-top: 0rem solid #fff;
    border-left: 1rem solid #fff;
    flex-wrap: wrap;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: 1rem;
    justify-content: left;
    padding-left: 4.2rem;
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .time_start {
  position: absolute;
  top: -8rem;
  left: -3.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .time_start {
    width: calc(100% - 5rem);
    top: -1.8rem;
    left: 3.5rem;
    text-align: left;
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .time_start::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fff;
  border-radius: 9rem;
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .time_start::before {
    top: 0.6rem;
    left: -5.8rem;
    transform: initial;
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .time_start::after {
  content: "";
  background-image: url(../img/staff/a.png);
  width: 2.9rem;
  height: 20rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 12.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .time_start::after {
    background-image: url(../img/staff/as.png);
    width: 20rem;
    height: 2.9rem;
    top: 0.6rem;
    left: 10rem;
    transform: initial;
    background-position: left;
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .time_rest {
  content: " ";
  position: relative;
  top: -8rem;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .time_rest {
    top: 0;
    width: 100%;
    height: 7rem;
    display: flex;
    align-items: center;
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .time_rest::before {
  content: " ";
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fff;
  border-radius: 9rem;
  position: absolute;
  top: 5.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .time_rest::before {
    top: 50%;
    left: -6.6rem;
    transform: translateY(-50%);
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .time_rest::after {
  content: " ";
  background-image: url(../img/staff/e.png);
  width: 2.9rem;
  height: 20rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 12.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .time_rest::after {
    background-image: url(../img/staff/es.png);
    width: 20rem;
    height: 2.9rem;
    top: 47%;
    transform: translateY(-50%);
    left: 10rem;
    background-position: left;
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .time_rest.time_b::after {
  background-image: url(../img/staff/b.png);
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .time_rest.time_b::after {
    left: 0rem;
    background-image: url(../img/staff/bs.png);
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .time_rest.time_c::after {
  background-image: url(../img/staff/c.png);
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .time_rest.time_c::after {
    left: 0rem;
    background-image: url(../img/staff/cs.png);
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .time_rest.time_d::after {
  background-image: url(../img/staff/d.png);
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .time_rest.time_d::after {
    left: 0rem;
    background-image: url(../img/staff/ds.png);
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .time_end {
  position: absolute;
  top: -8rem;
  right: -3.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .time_end {
    top: auto;
    bottom: -1.8rem;
    left: 3.5rem;
    text-align: left;
    width: calc(100% - 5rem);
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .time_end::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fff;
  border-radius: 9rem;
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .time_end::before {
    bottom: 0.6rem;
    left: -5.8rem;
    transform: initial;
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .time_end::after {
  content: "";
  background-image: url(../img/staff/z.png);
  width: 2.9rem;
  height: 20rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 12.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .time_end::after {
    background-image: url(../img/staff/zs.png);
    width: 20rem;
    height: 2.9rem;
    top: 0.6rem;
    left: 10rem;
    transform: initial;
    background-position: left;
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .timeline__point {
  position: relative;
  top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .timeline__point {
    top: 0;
  }
}
.timeline .timeline__inner .timeline__content .timeline__line .timeline__point::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fff;
  border-radius: 9rem;
  position: absolute;
  top: -7.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .timeline .timeline__inner .timeline__content .timeline__line .timeline__point::before {
    top: 50%;
    left: -6.6rem;
    transform: translateY(-50%);
  }
}
.over_xh {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .over_xh {
    overflow: initial;
  }
}

.slider {
  margin-right: 35rem;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .slider {
    margin-right: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    margin-right: 0;
    padding-top: 0rem;
    padding-right: 10rem;
  }
}
.slider::after {
  position: absolute;
  top: 0;
  right: -18rem;
  width: 15.9rem;
  height: 54.9rem;
  content: "";
  background-image: url(../img/common/sd.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .slider::after {
    height: 17rem;
    width: 6rem;
    right: 3rem;
  }
}
.slider.slider_top::after {
  background-position: center top;
  background-image: url(../img/top/psd.png);
}

.details-slider {
  margin-top: 20rem;
  margin-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .details-slider {
    margin-bottom: 10rem;
    margin-top: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .staff__slider {
    max-width: 90rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 1rem;
  }
}
.staff__slider .staff-list__item {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .staff__slider .staff-list__item {
    position: relative;
    right: -3rem;
  }
}
@media screen and (max-width: 1350px) {
  .staff__slider .staff-list__item {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .staff__slider .staff-list__item {
    width: calc(50% - 0.5rem);
    padding: 0 1rem;
  }
}
.staff__slider .staff-list__item .staff-list__card .staff-list__image .staff-list__img {
  width: 100%;
  display: block;
}
.staff__slider .staff-list__item .staff-list__card .staff-list__info .staff-list__name img {
  display: initial;
}
@media screen and (max-width: 1000px) {
  .staff__slider .staff-list__item .staff-list__card .staff-list__info .staff-list__meta {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }
}

.slick-prev,
.slick-next {
  top: 29rem;
  border-radius: 50%;
  z-index: 10;
}

.staff__slider .slick-prev {
  top: 15rem;
  left: 3rem;
}

.slick-prev {
  left: 8rem;
  width: 10rem;
  height: 10rem;
  border: 0.4rem solid #333333;
  background-color: #333333;
  background-image: url(../img/common/prev.png) !important;
  background-size: 2rem auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    width: 6rem;
    height: 6rem;
    border: 0.3rem solid #333333;
  }
}
.slick-prev:hover {
  background-color: #fff;
  background-image: url(../img/common/b-prev.png) !important;
}
.slick-prev::before {
  content: none;
}

.details-slider .slick-next {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .details-slider .staff-list__link {
    left: -1rem !important;
  }
}

.oder_s1 {
  order: 1;
}

.oder_s2 {
  order: 2;
}

.oder_s3 {
  order: 3;
}

.oder_s4 {
  order: 4;
}

.stats-detail {
  margin-bottom: 22rem;
}
@media screen and (max-width: 767px) {
  .stats-detail {
    margin-bottom: 10rem;
  }
}
.stats-detail .stats-detail__inner {
  max-width: 112.5rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
.stats-detail .stats-detail__inner .stats-detail__top .stats-detail__age {
  padding: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 2rem 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .stats-detail .stats-detail__inner .stats-detail__top .stats-detail__age {
    padding: 1rem;
  }
}
.stats-detail .stats-detail__inner .stats-detail__top .stats-detail__age .stats-detail__label {
  width: 100%;
}
.stats-detail .stats-detail__inner .stats-detail__top .stats-detail__age .stats-detail__age-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 5rem;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .stats-detail .stats-detail__inner .stats-detail__top .stats-detail__age .stats-detail__age-list {
    width: 100%;
    gap: 0 2rem;
    justify-content: center;
  }
}
.stats-detail .stats-detail__inner .stats-detail__top .stats-detail__age .stats-detail__age-list .stats-detail__age-item {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .stats-detail .stats-detail__inner .stats-detail__top .stats-detail__age .stats-detail__age-list .stats-detail__age-item {
    text-align: center;
  }
  .stats-detail .stats-detail__inner .stats-detail__top .stats-detail__age .stats-detail__age-list .stats-detail__age-item .h47 {
    height: 3rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.stats-detail .stats-detail__inner .stats-detail__top .stats-detail__age .stats-detail__age-list .stats-detail__age-item.col-12 {
  width: 100%;
}
.stats-detail .stats-detail__inner .stats-detail__top .stats-detail__age .stats-detail__age-list .stats-detail__age-item img {
  margin-top: 2rem;
}
.stats-detail .stats-detail__inner .stats-detail__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.stats-detail .stats-detail__inner .stats-detail__grid .stats-detail__card {
  width: calc((100% - 4rem) / 3);
  padding: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .stats-detail .stats-detail__inner .stats-detail__grid .stats-detail__card {
    width: 100%;
    padding: 1rem;
  }
}
.stats-detail .stats-detail__inner .stats-detail__grid .stats-detail__card .stats-detail__label {
  width: 100%;
  text-align: left;
}
.stats-detail .stats-detail__inner .stats-detail__grid .stats-detail__card .stats-detail__icon {
  width: 100%;
  min-height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .stats-detail .stats-detail__inner .stats-detail__grid .stats-detail__card .stats-detail__icon {
    min-height: 20rem;
  }
  .stats-detail .stats-detail__inner .stats-detail__grid .stats-detail__card .stats-detail__icon img {
    transform: scale(0.8);
  }
}
.stats-detail .stats-detail__inner .stats-detail__grid .stats-detail__card .stats-detail__value {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.border_lv4 {
  border: 0.4rem solid #333333;
}
@media screen and (max-width: 767px) {
  .border_lv4 {
    border: 0.3rem solid #333333;
  }
}

.h41 {
  height: 4.1rem;
}
@media screen and (max-width: 767px) {
  .h41 {
    height: 3.5rem;
  }
}

.h83 {
  height: 8.3rem;
}
@media screen and (max-width: 767px) {
  .h83 {
    height: 6rem;
  }
}

.h47 {
  height: 4.7rem;
}
@media screen and (max-width: 767px) {
  .h47 {
    height: 3.8rem;
  }
}

.about-intro {
  margin-bottom: 22rem;
}
@media screen and (max-width: 767px) {
  .about-intro {
    margin-bottom: 10rem;
  }
}
.about-intro .about-intro__inner {
  max-width: 154rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
  padding-left: 5.729vw;
}
@media screen and (max-width: 767px) {
  .about-intro .about-intro__inner {
    padding-left: 0;
  }
}
.about-intro .about-intro__inner .about-intro__content {
  display: flex;
  flex-wrap: wrap;
}
.about-intro .about-intro__inner .about-intro__content .about-intro__left {
  width: 56%;
  padding-right: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .about-intro .about-intro__inner .about-intro__content .about-intro__left {
    width: 100%;
    order: 2;
  }
}
.about-intro .about-intro__inner .about-intro__content .about-intro__left .about-intro__heading {
  border: 0.4rem solid #333333;
  display: inline-block;
  padding: 3.3rem 5.5rem 3.3rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .about-intro .about-intro__inner .about-intro__content .about-intro__left .about-intro__heading {
    border: 0.3rem solid #333333;
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
}
.about-intro .about-intro__inner .about-intro__content .about-intro__left .about-intro__heading img {
  height: 6.4rem;
}
@media screen and (max-width: 767px) {
  .about-intro .about-intro__inner .about-intro__content .about-intro__left .about-intro__heading img {
    height: 4.5rem;
  }
}
.about-intro .about-intro__inner .about-intro__content .about-intro__left .about-intro__text {
  margin-top: 6rem;
  line-height: 2.5;
  font-size: max(1.8rem, 14px);
}
@media screen and (max-width: 767px) {
  .about-intro .about-intro__inner .about-intro__content .about-intro__left .about-intro__text {
    margin-top: 3rem;
    line-height: 2;
    font-size: 1.6rem;
  }
}
.about-intro .about-intro__inner .about-intro__content .about-intro__left .about-intro__highlight {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .about-intro .about-intro__inner .about-intro__content .about-intro__left .about-intro__highlight {
    margin-top: 3rem;
  }
}
.about-intro .about-intro__inner .about-intro__content .about-intro__left .about-intro__highlight img {
  height: 9.8rem;
}
@media screen and (max-width: 767px) {
  .about-intro .about-intro__inner .about-intro__content .about-intro__left .about-intro__highlight img {
    height: 5rem;
  }
}
.about-intro .about-intro__inner .about-intro__content .about-intro__right {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .about-intro .about-intro__inner .about-intro__content .about-intro__right {
    width: 100%;
    order: 1;
  }
}
.about-intro .about-intro__inner .about-intro__content .about-intro__right .about-intro__image-main {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .about-intro .about-intro__inner .about-intro__content .about-intro__right .about-intro__image-main {
    padding-top: 0;
  }
}
.history {
  background-color: #00a7eb;
  background-repeat: no-repeat;
  background-image: url(../img/common/do.png);
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom: 0.4rem solid #555555;
}
@media screen and (max-width: 767px) {
  .history {
    border-bottom: 0.2rem solid #555555;
  }
}
.history::before {
  position: absolute;
  content: "";
  left: 0;
  border-top: 0.4rem solid #555555;
  border-bottom: 0.4rem solid #555555;
  background-color: #fff;
  width: 100%;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .history::before {
    border-top: 0.3rem solid #555555;
    border-bottom: 0.2rem solid #555555;
  }
}
.history .history__inner {
  padding-top: 12rem;
  overflow-x: hidden;
}
.history .history__inner .history__header {
  text-align: center;
  padding-bottom: 6.5rem;
}
.history .history__inner .history__header .history__title {
  border: 0.4rem solid #555555;
  background-color: #fff;
  display: inline-block;
  padding: 3.3rem 10.5rem;
}
@media screen and (max-width: 767px) {
  .history .history__inner .history__header .history__title {
    border: 0.3rem solid #555555;
    padding: 2rem 5rem;
  }
}
.history .history__inner .history__header .history__title img {
  height: 6.5rem;
}
@media screen and (max-width: 767px) {
  .history .history__inner .history__header .history__title img {
    height: 4.5rem;
  }
}
.history .history__inner .history__slider {
  margin-left: -10rem;
  margin-right: -10rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .history .history__inner .history__slider {
    margin-left: -35rem;
    margin-right: -35rem;
  }
}
@media screen and (max-width: 767px) {
  .history .history__inner .history__slider {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.history .history__inner .history__slider .history__track .history__item {
  background-color: #fff;
  display: inline-flex;
  padding: 9rem 1rem 6.5rem;
  width: 68rem;
  margin-left: 0.938vw;
  margin-right: 0.938vw;
  border: 0.4rem solid #555555;
}
@media screen and (max-width: 767px) {
  .history .history__inner .history__slider .history__track .history__item {
    border: 0.3rem solid #555555;
    padding: 5rem 1.5rem 3rem;
  }
}
.history .history__inner .history__slider .history__track .history__item .history__card {
  width: 100%;
}
.history .history__inner .history__slider .history__track .history__item .history__card .history__year {
  text-align: center;
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.history .history__inner .history__slider .history__track .history__item .history__card .history__meta {
  font-size: max(2rem, 14px);
  color: #0070bd;
  text-align: center;
  margin-bottom: 1rem;
  width: 100%;
  letter-spacing: 1px;
}
.history .history__inner .history__slider .history__track .history__item .history__card .history__desc {
  font-size: max(1.8rem, 14px);
  width: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: max(51rem, 380px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .history .history__inner .history__slider .history__track .history__item .history__card .history__desc {
    font-size: 1.6rem;
  }
}
.history .history__inner .history__slider .history__track .history__item .history__card .history__desc.al-center {
  justify-content: center;
}

.history-arrow,
.biz-gallery-arrow {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: transparent !important;
  border: none;
  position: relative;
  top: -0.5rem;
}

.history-prev img,
.biz-gallery-prev img {
  height: max(1.7rem, 13px);
}
@media screen and (max-width: 767px) {
  .history-prev img,
  .biz-gallery-prev img {
    width: 5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

.history-next img,
.biz-gallery-next img {
  height: max(1.7rem, 13px);
}
@media screen and (max-width: 767px) {
  .history-next img,
  .biz-gallery-next img {
    width: 5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}

.history-navigation,
.biz-gallery-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.563vw;
  padding-top: 2.5rem;
  padding-bottom: 10rem;
}

.history-counter,
.biz-gallery-counter {
  font-size: 4rem;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  color: #555555;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0.2rem;
  line-height: 0.8;
  min-width: 13rem;
}
@media screen and (max-width: 767px) {
  .history-counter,
  .biz-gallery-counter {
    font-size: 3rem;
    min-width: 12rem;
  }
}
.jx_center {
  justify-content: center;
}

.y-0 {
  width: 14rem;
  height: 15.4rem;
  content: "";
  background-image: url(../img/common/0.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .y-0 {
    width: 7rem;
    height: 8rem;
  }
}

.y-1 {
  position: relative;
  width: 10.5rem;
  height: 14.6rem;
  right: -0.5rem;
  content: "";
  background-image: url(../img/common/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .y-1 {
    width: 5.25rem;
    height: 8rem;
  }
}

.y-2 {
  width: 14.2rem;
  height: 15rem;
  content: "";
  background-image: url(../img/common/2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .y-2 {
    width: 7.1rem;
    height: 8rem;
  }
}

.y-3 {
  width: 13.9rem;
  height: 15.5rem;
  content: "";
  background-image: url(../img/common/3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .y-3 {
    width: 7rem;
    height: 8rem;
  }
}

.y-4 {
  width: 14.6rem;
  height: 14.6rem;
  content: "";
  background-image: url(../img/common/4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .y-4 {
    width: 7.3rem;
    height: 8rem;
  }
}

.y-5 {
  width: 14.3rem;
  height: 15rem;
  content: "";
  background-image: url(../img/common/5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .y-5 {
    width: 7.1rem;
    height: 8rem;
  }
}

.y-6 {
  width: 13.4rem;
  height: 15.4rem;
  content: "";
  background-image: url(../img/common/6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .y-6 {
    width: 6.7rem;
    height: 8rem;
  }
}

.y-7 {
  width: 14.2rem;
  height: 14.6rem;
  content: "";
  background-image: url(../img/common/7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .y-7 {
    width: 7.1rem;
    height: 8rem;
  }
}

.y-8 {
  width: 13.4rem;
  height: 15.5rem;
  content: "";
  background-image: url(../img/common/8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .y-8 {
    transform: scale(0.6);
    width: 6.7rem;
    height: 8rem;
  }
}

.y-9 {
  width: 13.4rem;
  height: 15.4rem;
  content: "";
  background-image: url(../img/common/9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .y-9 {
    width: 6.7rem;
    height: 8rem;
  }
}

.talent {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.talent .talent__inner .talent__content {
  max-width: 154rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
  padding-left: 5.729vw;
  padding-top: 17rem;
  padding-bottom: 19rem;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .talent .talent__inner .talent__content {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent__inner .talent__content {
    padding-left: 0;
    padding-top: 10rem;
    padding-bottom: 30rem;
  }
}
.talent .talent__inner .talent__content .talent__left .talent__heading {
  border: 0.4rem solid #555555;
  background-color: #fff;
  display: inline-block;
  padding: 3.3rem 5.5rem 3.3rem 4.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .talent .talent__inner .talent__content .talent__left .talent__heading {
    border: 0.3rem solid #555555;
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
}
.talent .talent__inner .talent__content .talent__left .talent__heading img {
  height: 6.5rem;
}
@media screen and (max-width: 767px) {
  .talent .talent__inner .talent__content .talent__left .talent__heading img {
    height: 3.8rem;
  }
}
.talent .talent__inner .talent__content .talent__left .talent__text {
  font-size: max(1.8rem, 14px);
}
@media screen and (max-width: 767px) {
  .talent .talent__inner .talent__content .talent__left .talent__text {
    font-size: 1.6rem;
  }
}
.talent .talent__inner .talent__content .talent__right .talent__image {
  position: absolute;
  right: 0rem;
  bottom: 0;
  z-index: 10;
  text-align: right;
}
.talent .talent__inner .talent__content .talent__right .talent__image .talent__img {
  width: 51vw;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .talent .talent__inner .talent__content .talent__right .talent__image .talent__img {
    width: 43vw;
  }
}
@media screen and (max-width: 767px) {
  .talent .talent__inner .talent__content .talent__right .talent__image .talent__img {
    width: 70%;
  }
}

.biz-gallery {
  padding-top: 9rem;
  padding-bottom: 11rem;
  border-top: 0.4rem solid #555555;
  background-repeat: no-repeat;
  background-image: url(../img/common/bg-hero.png);
  background-size: 192rem;
  background-position: center -7rem;
}
@media screen and (max-width: 767px) {
  .biz-gallery {
    background-size: 76.8rem;
    border-top: 0.3rem solid #555555;
  }
}

.biz-gallery__content {
  max-width: 154rem;
  margin: 0 auto;
  padding-left: 0vw;
  width: calc(100% - 3rem);
  position: relative;
  right: -2.2vw;
}
@media screen and (max-width: 767px) {
  .biz-gallery__content {
    right: 0;
  }
}

.biz-gallery__slider {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .biz-gallery__slider {
    gap: 1rem;
  }
}
.biz-gallery__slider .biz-gallery__left {
  width: 43%;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .biz-gallery__slider .biz-gallery__left {
    width: calc(50% - 3rem);
  }
}
.biz-gallery__slider .biz-gallery__left .biz-gallery__image .biz-gallery__img {
  border: 0.4rem solid #555555;
}
@media screen and (max-width: 767px) {
  .biz-gallery__slider .biz-gallery__left .biz-gallery__image .biz-gallery__img {
    border: 0.3rem solid #555555;
  }
}
.biz-gallery__slider .biz-gallery__right {
  width: calc(42.5% - 2rem);
}
@media screen and (max-width: 767px) {
  .biz-gallery__slider .biz-gallery__right {
    width: calc(50% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .biz-gallery__slider .biz-gallery__right .biz-gallery__image {
    height: 100%;
  }
}
.biz-gallery__slider .biz-gallery__right .biz-gallery__image .biz-gallery__img {
  border: 0.4rem solid #555555;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .biz-gallery__slider .biz-gallery__right .biz-gallery__image .biz-gallery__img {
    margin-bottom: 1rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .biz-gallery__slider .biz-gallery__right .biz-gallery__image .biz-gallery__img {
    border: 0.3rem solid #555555;
  }
}
.biz-gallery__slider .biz-gallery__label {
  border: 0.4rem solid #555555;
  display: inline-block;
  padding: 4.5rem 3.1rem 4.5rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .biz-gallery__slider .biz-gallery__label {
    padding: 1.9rem 1rem 1.8rem;
    min-height: 18.32rem;
    border: 0.3rem solid #555555;
    right: 0;
  }
}
.biz-gallery__slider .biz-gallery__label img {
  width: 6.8rem;
}
@media screen and (max-width: 767px) {
  .biz-gallery__slider .biz-gallery__label img {
    width: 3.5rem;
  }
}

.biz-gallery-navigation {
  margin-top: -13rem;
  justify-content: left;
  padding-left: 49.5%;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .biz-gallery-navigation {
    margin-top: 0;
    padding-left: 0;
    justify-content: center;
  }
}

.business__label {
  border: 0.4rem solid #555555;
  display: inline-block;
  padding: 4.5rem 3.1rem 4.5rem;
  background-color: #fff;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .business__label {
    padding: 2rem 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .business__label {
    padding: 1.5rem 1rem 1.5rem;
    border: 0.3rem solid #555555;
  }
}
.business__label img {
  width: 6.8rem;
}
@media screen and (max-width: 767px) {
  .business__label img {
    width: 3.5rem;
  }
}

.business {
  position: relative;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .business {
    margin-top: 3rem;
  }
}
.business .business__inner {
  margin-bottom: 4.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .business .business__inner {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .business .business__inner {
    margin-bottom: 0;
  }
}
.business .business__inner .business__section {
  border-top: 0.4rem solid #555555;
  border-bottom: 0.4rem solid #555555;
}
@media screen and (max-width: 767px) {
  .business .business__inner .business__section {
    border-top: 0.3rem solid #555555;
    border-bottom: 0.3rem solid #555555;
  }
}
.business .business__inner .business__section .business__content {
  padding: 9rem 0;
  max-width: 136rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .business .business__inner .business__section .business__content {
    gap: 2rem;
  }
}
.business .business__inner .business__section .business__content .business__text {
  font-size: max(1.8rem, 13px);
}
.business .business__inner .business__section .business__label {
  right: 14rem;
  top: -8rem;
  background-color: #fff;
  z-index: 20;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .business .business__inner .business__section .business__label {
    right: 0rem;
  }
}
@media screen and (max-width: 1800px) {
  .business .business__inner .business__section .business__label {
    right: 1.604vw;
  }
}
@media screen and (max-width: 1500px) {
  .business .business__inner .business__section .business__label {
    top: 60rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .business .business__inner .business__section .business__label {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .business .business__inner .business__section .business__label {
    right: 1.5rem;
    top: 0;
  }
}
.business__gallery {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .business__gallery {
    gap: 0;
    justify-content: space-between;
  }
}
.business__gallery .business__image .business__img {
  height: 27.1rem;
}
@media screen and (max-width: 767px) {
  .business__gallery .business__image .business__img {
    height: 12.7rem;
  }
}

.business__line {
  display: block;
}

@media screen and (max-width: 767px) {
  .business__section--fastener {
    border-bottom: 0 !important;
  }
}
.business__section--fastener .business__content {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .business__section--fastener .business__content .business__gallery {
    margin-left: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .business__section--fastener .business__content {
    padding-bottom: 15rem !important;
  }
}
.business__section--fastener .business__content::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: calc(100% + 10rem);
  border: 0.4rem solid #555;
  top: -5rem;
  left: calc(36% + 2rem);
  transform: rotate(10deg);
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .business__section--fastener .business__content::after {
    left: calc(27% + 2rem);
  }
}
@media screen and (max-width: 767px) {
  .business__section--fastener .business__content::after {
    top: auto;
    border: 0.2rem solid #555;
    left: -10rem;
    bottom: 5rem;
    height: 3rem;
    width: calc(100% + 30rem);
    transform: rotate(-10deg);
  }
}
.business__section--fastener .business__text {
  padding-left: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .business__section--fastener .business__text {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .business__section--fastener .business__text {
    padding-left: 0;
  }
}
.business__section--fastener .business__left {
  width: 36%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .business__section--fastener .business__left {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .business__section--fastener .business__left {
    width: 100%;
  }
}
.business__section--fastener .business__right {
  width: calc(64% - 4rem);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .business__section--fastener .business__right {
    width: calc(70% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .business__section--fastener .business__right {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .business__section--fastener .business__image-main img {
    height: 26rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

@media screen and (max-width: 767px) {
  .business__section--construction {
    border-top: 0 !important;
    margin-bottom: 3rem !important;
  }
}
.business__section--construction .business__content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .business__section--construction .business__content {
    padding-top: 5rem !important;
  }
}
.business__section--construction .business__content::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: calc(100% + 10rem);
  border: 0.4rem solid #555;
  top: -5rem;
  right: calc(36% + 2rem);
  transform: rotate(-10deg);
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .business__section--construction .business__content::after {
    right: calc(27% + 2rem);
  }
}
@media screen and (max-width: 767px) {
  .business__section--construction .business__content::after {
    border: 0.2rem solid #555;
    content: none;
  }
}
.business__section--construction .business__left {
  padding-left: 5.208vw;
  width: calc(64% - 4rem);
}
@media screen and (max-width: 1400px) {
  .business__section--construction .business__left {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .business__section--construction .business__left {
    width: calc(70% - 2rem);
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .business__section--construction .business__left {
    width: 100%;
    padding-left: 0;
    order: 2;
  }
}
.business__section--construction .business__right {
  width: 36%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .business__section--construction .business__right {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .business__section--construction .business__right {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .business__section--construction .business__image-main img {
    height: 26rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}

.business__title {
  margin-bottom: 5rem;
}
.business__title img {
  height: 6.5rem;
}
@media screen and (max-width: 767px) {
  .business__title img {
    height: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    margin-top: 7.4rem;
    border-top: 0.3rem solid #555555;
  }
}
.banner .banner__inner {
  background-repeat: no-repeat;
  background-image: url(../img/common/bg-hero.png);
  background-size: 192rem;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner {
    margin-top: 1.5rem;
    border-top: 0.3rem solid #555555;
    background-size: 50rem;
  }
}
.banner .banner__inner .banner__background {
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__background {
    border-bottom: 0.3rem solid #555555;
  }
}
.banner .banner__inner .banner__background .title_banner {
  position: absolute;
  right: 6.771vw;
  top: 7.813vw;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__background .title_banner {
    top: 10vw;
  }
}
.banner .banner__inner .banner__background .title_banner .banner__bg-text:first-child {
  position: relative;
  display: block;
  width: 45.833vw;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__background .title_banner .banner__bg-text:first-child {
    width: 51vw;
  }
}
.banner .banner__inner .banner__background .title_banner .banner__bg-text:last-child {
  position: relative;
  display: block;
  width: 25vw;
  right: -23.438vw;
  top: -2.865vw;
}
@media screen and (max-width: 767px) {
  .banner .banner__inner .banner__background .title_banner .banner__bg-text:last-child {
    width: 27.5vw;
  }
}
.stats {
  padding-top: 27rem;
  padding-bottom: 24rem;
  margin-bottom: 5rem;
  background-color: #00a7eb;
  border-top: 0.4rem solid #555555;
  border-bottom: 0.4rem solid #555555;
}
@media screen and (max-width: 767px) {
  .stats {
    border-top: 0.3rem solid #555555;
    border-bottom: 0.3rem solid #555555;
    padding-top: 7rem;
    padding-bottom: 7rem;
    margin-bottom: 1.5rem;
  }
}
.stats .stats__inner {
  max-width: 128rem;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
.stats .stats__inner .stats__content {
  display: flex;
  flex-wrap: wrap;
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .stats .stats__inner .stats__content {
    gap: 4rem;
  }
}
.stats .stats__inner .stats__content .stats__info {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .stats .stats__inner .stats__content .stats__info {
    width: 100%;
  }
}
.stats .stats__inner .stats__content .stats__info .stats__bubble {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .stats .stats__inner .stats__content .stats__info .stats__bubble {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.stats .stats__inner .stats__content .stats__info .stats__bubble .stats__title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .stats .stats__inner .stats__content .stats__info .stats__bubble .stats__title img {
    width: 28rem;
  }
}
.stats .stats__inner .stats__content .stats__info .stats__button {
  text-align: center;
}
.stats .stats__inner .stats__content .stats__visual {
  width: calc(52% - 16rem);
}
@media screen and (max-width: 767px) {
  .stats .stats__inner .stats__content .stats__visual {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .stats .stats__inner .stats__content .stats__visual img {
    width: 20rem;
  }
}

.page__link {
  display: inline-flex;
  align-items: center;
  border: 0.4rem solid #333333;
  z-index: 1;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  background-image: url(../img/common/n.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 4.6rem) center;
  background-size: max(1.2rem, 6px);
  height: 8.5rem;
  padding-left: 3.8rem;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .page__link {
    border: 0.3rem solid #333333;
    background-size: max(1rem, 6px);
    height: 5rem;
    padding-left: 2.2rem;
    padding-right: 5rem;
    background-position: calc(100% - 2rem) center;
  }
}
.page__link:hover {
  background-position: calc(100% - 2rem) center;
}
@media screen and (max-width: 767px) {
  .page__link:hover {
    background-position: calc(100% - 1rem) center;
  }
}
.page__link img {
  height: max(1.7rem, 13px);
}
@media screen and (max-width: 767px) {
  .page__link img {
    height: max(1.1rem, 13px);
  }
}

.about {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.about .about__inner {
  overflow: hidden;
}
.about .about__inner .about__content {
  border-top: 0.4rem solid #555555;
  border-bottom: 0.4rem solid #555555;
}
@media screen and (max-width: 767px) {
  .about .about__inner .about__content {
    border-top: 0.3rem solid #555555;
    border-bottom: 0.3rem solid #555555;
  }
}
.about .about__inner .about__content {
  position: relative;
}
.about .about__inner .about__content::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: calc(100% + 10rem);
  border: 0.4rem solid #555;
  top: -5rem;
  left: 52rem;
  transform: rotate(12deg);
  background-color: #fff;
}
.about .about__inner .about__content .about__info {
  padding-top: 15rem;
  padding-bottom: 16rem;
  width: 66rem;
  padding-left: 17rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .about .about__inner .about__content .about__info {
    border-bottom: 0.4rem solid #555555;
    margin-bottom: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 5rem;
    padding-left: 6rem;
  }
}
.about .about__inner .about__content .about__info .about__title {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .about .about__inner .about__content .about__info .about__title {
    margin-bottom: 1.5rem;
  }
}
.about .about__inner .about__content .about__info .about__title img {
  height: 7.7rem;
}
@media screen and (max-width: 767px) {
  .about .about__inner .about__content .about__info .about__title img {
    height: 5rem;
  }
}
.about .about__inner .about__content .about__info .about__text {
  margin-bottom: 4rem;
  font-size: max(1.8rem, 14px);
}
@media screen and (max-width: 767px) {
  .about .about__inner .about__content .about__info .about__text {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.about .about__inner .about__content .about__visual {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: calc(100% - 44rem);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about .about__inner .about__content .about__visual {
    border-top: 0.4rem solid #555555;
    position: initial;
    width: 100%;
  }
}
.content {
  overflow: hidden;
}

.entry {
  margin: 5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .entry {
    margin: 5rem 1.5rem;
  }
}
.entry .entry__inner .entry__content {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.entry .entry__inner .entry__content .entry__left {
  width: calc(100% - 67rem);
  border: 0.4rem solid #555555;
  background-repeat: no-repeat;
  background-image: url(../img/common/bg-hero.png);
  background-size: 192rem;
  background-position: center -7rem;
  padding-top: 24rem;
  padding-bottom: 20rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .entry .entry__inner .entry__content .entry__left {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .entry .entry__inner .entry__content .entry__left {
    border: 0.3rem solid #555555;
    width: 100%;
    background-size: 76.8rem;
    order: 2;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.entry .entry__inner .entry__content .entry__left .entry__cta {
  max-width: 92.5rem;
  margin-left: auto;
}
.entry .entry__inner .entry__content .entry__left .entry__cta .entry__button {
  background-color: #333333;
  display: inline-block;
  padding: 5rem 14rem 5rem 5.5rem;
  margin-bottom: 4rem;
  transition: all 0.3s ease-in-out;
  background-image: url(../img/common/ne.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 5rem) center;
  background-size: max(2rem, 12px);
}
.entry .entry__inner .entry__content .entry__left .entry__cta .entry__button:hover {
  background-position: calc(100% - 3rem) center;
}
@media screen and (max-width: 767px) {
  .entry .entry__inner .entry__content .entry__left .entry__cta .entry__button {
    padding: 3rem 9rem 3rem 2.5rem;
  }
}
.entry .entry__inner .entry__content .entry__left .entry__cta .entry__button img {
  filter: brightness(0) invert(1);
  height: 5.4rem;
}
@media screen and (max-width: 767px) {
  .entry .entry__inner .entry__content .entry__left .entry__cta .entry__button img {
    height: 3.4rem;
  }
}
.entry .entry__inner .entry__content .entry__left .entry__note {
  max-width: 92.5rem;
  margin-left: auto;
  font-size: max(2rem, 14px);
}
@media screen and (max-width: 767px) {
  .entry .entry__inner .entry__content .entry__left .entry__note {
    font-size: 1.7rem;
  }
}
.entry .entry__inner .entry__content .entry__right {
  width: 65rem;
  border: 0.4rem solid #555555;
  background-repeat: no-repeat;
  background-image: url(../img/common/dot.png);
  background-size: 192rem;
  background-position: center;
}
@media screen and (max-width: 1400px) {
  .entry .entry__inner .entry__content .entry__right {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .entry .entry__inner .entry__content .entry__right {
    border: 0.3rem solid #555555;
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .entry .entry__inner .entry__content .entry__right {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .entry .entry__inner .entry__content .entry__right .entry__bubbles {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .entry .entry__inner .entry__content .entry__right .entry__bubbles .entry__bubble {
    position: relative;
  }
}
.entry__right {
  position: relative;
}

.ba {
  width: 29rem;
  height: 32rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/top/ba.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 2rem;
  left: -14.5rem;
}
@media screen and (max-width: 1400px) {
  .ba {
    left: -8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ba {
    top: 35rem;
    width: 22rem;
    height: 25rem;
    right: -13rem;
    left: auto;
  }
}
.ba img {
  width: 11.8rem;
  position: absolute;
  left: 10.9rem;
  top: 6rem;
}
@media screen and (max-width: 767px) {
  .ba img {
    width: 10rem;
    left: 7.5rem;
    top: 4rem;
  }
}

.bb {
  display: inline-block;
  width: 27.7rem;
  height: 40.9rem;
  background-repeat: no-repeat;
  background-image: url(../img/top/bb.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -2rem;
  right: 7rem;
}
@media screen and (max-width: 767px) {
  .bb {
    top: -27rem;
    right: 1rem;
    width: 20.7rem;
    height: 43.9rem;
  }
}
.bb img {
  width: 7.2rem;
  position: absolute;
  left: 10.9rem;
  top: 10rem;
}
@media screen and (max-width: 767px) {
  .bb img {
    left: 7rem;
    top: 11rem;
    width: 6.2rem;
  }
}

.bc {
  display: inline-block;
  width: 24rem;
  height: 33.8rem;
  background-repeat: no-repeat;
  background-image: url(../img/top/bc.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 6rem;
  left: 7rem;
}
@media screen and (max-width: 767px) {
  .bc {
    width: 20rem;
    height: 29.8rem;
    bottom: -17rem;
    left: 14rem;
  }
}
.bc img {
  width: 7.2rem;
  position: absolute;
  left: 9.5rem;
  top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .bc img {
    width: 6.2rem;
    left: 8rem;
    top: 6.5rem;
  }
}

.bd {
  display: inline-block;
  width: 24.3rem;
  height: 27rem;
  background-repeat: no-repeat;
  background-image: url(../img/top/bd.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -3rem;
  right: 3rem;
}
@media screen and (max-width: 767px) {
  .bd {
    width: 20rem;
    height: 21.5rem;
    bottom: 37rem;
    right: 0rem;
  }
}
.bd img {
  width: 7.2rem;
  position: absolute;
  left: 7.5rem;
  top: 5rem;
}
@media screen and (max-width: 767px) {
  .bd img {
    width: 6.2rem;
    left: 6.5rem;
    top: 3rem;
  }
}

.video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  background-image: linear-gradient(transparent, #333333);
  transition: opacity 150ms;
}

.about__visual {
  position: relative;
  overflow: hidden;
  clip-path: polygon(17rem 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .about__visual {
    clip-path: initial;
  }
}

.about__video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about__video video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__video .about__play {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about__video .about__play img {
  width: 20.2rem;
  border-radius: 100%;
  border: 0.2rem solid #fff;
}
@media screen and (max-width: 767px) {
  .about__video .about__play img {
    width: 5.2rem;
  }
}

.recruit__thumb {
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border-radius: 10rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.2rem solid #fff;
}
@media screen and (max-width: 767px) {
  .recruit__thumb {
    width: 7rem;
    height: 7rem;
  }
}
.recruit__thumb img {
  transition: 0.3s;
  width: 2rem;
}

.recruit__item:hover.recruit__item--fresh {
  background-color: #07a9ec;
}
.recruit__item:hover.recruit__item--career {
  background-color: #df0729;
}
.recruit__item:hover .recruit__title img {
  opacity: 0.7;
}
.recruit__item:hover .recruit__thumb {
  background-color: #333333;
}
.recruit__item:hover .recruit__thumb img {
  filter: brightness(0) invert(1);
}

.recruit__link {
  display: flex;
  align-items: center;
  gap: 5rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .recruit__link {
    padding: 5rem 0;
    gap: 2rem;
  }
}

.recruit {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.recruit .recruit__image {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__image {
    top: 3rem;
    bottom: auto;
  }
}
.recruit .recruit__image .recruit__img {
  width: 44.01vw;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__image .recruit__img {
    width: 60vw;
  }
}
.recruit .recruit__inner {
  overflow: hidden;
}
.recruit .recruit__inner .recruit__content {
  position: relative;
  border-top: 0.4rem solid #555555;
  border-bottom: 0.4rem solid #555555;
  height: 44.271vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__inner .recruit__content {
    height: auto;
    border-top: 0.3rem solid #555555;
    border-bottom: 0rem solid #555555;
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit__inner .recruit__content .recruit__visual {
    text-align: right;
    width: 100%;
    border-bottom: 0.3rem solid #555555;
    padding-bottom: 0.6rem;
    margin-bottom: 2rem;
  }
}
.recruit .recruit__inner .recruit__content .recruit__visual::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: calc(100% + 10rem);
  border: 0.4rem solid #555;
  top: -5rem;
  right: 49.8vw;
  transform: rotate(12deg);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__inner .recruit__content .recruit__visual::before {
    content: none;
  }
}
.recruit .recruit__inner .recruit__content .recruit__visual::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  top: 50%;
  right: 49.3vw;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__inner .recruit__content .recruit__visual::after {
    content: none;
  }
}
.recruit .recruit__inner .recruit__content .recruit__visual .recruit__label {
  border: 0.4rem solid #555555;
  display: inline-block;
  padding: 4.8rem 5.2rem 4.8rem;
  background-color: #fff;
  position: absolute;
  top: 6rem;
  left: 36.979vw;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__inner .recruit__content .recruit__visual .recruit__label {
    position: initial;
    display: inline-block;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1400px) {
  .recruit .recruit__inner .recruit__content .recruit__visual .recruit__label {
    padding: 4.8rem 3.2rem 4.8rem;
    top: 1rem;
    left: 38.979vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit__inner .recruit__content .recruit__visual .recruit__label {
    border: 0.3rem solid #555555;
    padding: 3rem 2rem 3rem;
  }
}
.recruit .recruit__inner .recruit__content .recruit__visual .recruit__label img {
  width: 4.8rem;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__inner .recruit__content .recruit__visual .recruit__label img {
    width: 4rem;
  }
}
.recruit .recruit__inner .recruit__content .recruit__links {
  width: 54.948vw;
  margin-left: auto;
  display: block;
  height: 100%;
  position: relative;
  z-index: -1;
  clip-path: polygon(9.375vw 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .recruit .recruit__inner .recruit__content .recruit__links {
    width: 100%;
    clip-path: initial;
  }
}
.recruit .recruit__inner .recruit__content .recruit__links::after {
  content: "";
  position: absolute;
  right: 6.771vw;
  top: 46%;
  transform: translateY(-50%);
  width: 7.552vw;
  height: 16.042vw;
  background-image: url(../img/common/d.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__inner .recruit__content .recruit__links::after {
    width: 5.552rem;
    height: 12.042rem;
    right: 25.771vw;
    top: 50%;
  }
}
.recruit .recruit__inner .recruit__content .recruit__links .recruit__item {
  display: flex;
  align-items: center;
  height: calc(50% - 1rem);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__inner .recruit__content .recruit__links .recruit__item {
    height: auto;
    border-top: 0.3rem solid #555555;
    border-bottom: 0.3rem solid #555555;
  }
}
.recruit .recruit__inner .recruit__content .recruit__links .recruit__item .recruit__link .recruit__info .recruit__title {
  transition: all 0.3s ease-in-out;
}
.recruit .recruit__inner .recruit__content .recruit__links .recruit__item .recruit__link .recruit__info .recruit__title img {
  height: 6.5rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .recruit .recruit__inner .recruit__content .recruit__links .recruit__item .recruit__link .recruit__info .recruit__title img {
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit__inner .recruit__content .recruit__links .recruit__item .recruit__link .recruit__info .recruit__title img {
    height: 3rem;
  }
}

.recruit__item--fresh {
  background-color: #00a7eb;
  padding-left: 14.063vw;
  border-bottom: 0.4rem solid #555555;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .recruit__item--fresh {
    padding-left: 10vw;
  }
}
.recruit__item--fresh::after {
  content: "";
  position: absolute;
  right: 5rem;
  top: 10.8rem;
  width: 5.313vw;
  height: 7.656vw;
  background-image: url(../img/common/b.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .recruit__item--fresh::after {
    width: 5.313rem;
    height: 7.656rem;
    right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit__item--fresh {
    border-bottom: 0.2rem solid #555555;
  }
}

.recruit__item--career {
  position: relative;
  margin-top: 2rem;
  padding-left: 8.854vw;
  background-color: #de0024;
  border-top: 0.4rem solid #555555;
}
@media screen and (max-width: 1400px) {
  .recruit__item--career {
    padding-left: 6vw;
  }
}
.recruit__item--career::after {
  content: "";
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8.438vw;
  height: 6.667vw;
  background-image: url(../img/common/c.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .recruit__item--career::after {
    width: 8.438rem;
    height: 6.667rem;
    right: 1rem;
    top: 80%;
  }
}
@media screen and (max-width: 767px) {
  .recruit__item--career {
    border-top: 0.3rem solid #555555;
  }
}

.un-bgi {
  background-image: none;
}

.btn_gray {
  background-color: #ababab;
}

.btn_bgi-black {
  background-color: #333333;
}

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

.mb-3 {
  margin-bottom: 3rem;
}

.link_page {
  color: #0070bd;
  text-decoration: underline;
}

#check_privacy {
  display: inline-block;
  margin-right: 1rem;
  background-color: #fff;
  width: max(2rem, 14px);
  height: max(2rem, 14px);
  border: none;
  padding: 1.8rem 2.4rem;
  border: #333333 1px solid;
  position: relative;
  top: -0.2rem;
}

.crpt {
  cursor: pointer;
}