@charset "UTF-8";
.txt-fs12 {
  font-size: max(1.2rem, 12px);
}

.txt-fs14 {
  font-size: max(1.4rem, 13px);
}

.txt-fs16 {
  font-size: max(1.6rem, 14px);
}

.txt-fs18 {
  font-size: max(1.8rem, 15px);
}

.txt-fs20 {
  font-size: max(2rem, 16px);
}

.txt-fs22 {
  font-size: max(2.2rem, 17px);
}

.txt-fs23 {
  font-size: max(2.3rem, 18px);
}

.txt-fs24 {
  font-size: max(2.4rem, 18px);
}

.txt-fs35 {
  font-size: max(3.5rem, 25px);
}

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

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

@media screen and (min-width: 768px) {
  .header__menu {
    display: block !important;
  }
}
.header__home .header__logo img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}
.header__home .nav-item a {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
.header__home .nav-item a::before {
  background-color: #064395 !important;
}
.header__home.fix__hight .nav-item a {
  color: #003366 !important;
}
.header__home.fix__hight .nav-item a::before {
  background-color: #66ccff !important;
}
.header__home.fix__hight .header__logo img {
  filter: initial;
}

.header .nav-contact.is-active a {
  background: #064395;
}
.header .nav-contact a {
  background: linear-gradient(90deg, rgb(6, 67, 149) 65%, rgb(75, 148, 166) 100%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff !important;
  border-radius: 99rem;
  position: relative;
  transition: background-position 0.3s ease-in-out;
  display: block;
  width: 20rem;
  text-align: center;
  margin-left: 2rem;
  padding: 2.6rem 0 3rem !important;
  border-radius: 2rem;
}
.header .nav-contact a:hover {
  background-position: left center;
}
.header .nav-contact a::before {
  content: none !important;
}

.color__white {
  color: white;
}

.header {
  transition: all 0.3s ease-in-out;
  font-size: max(2rem, 16px);
  position: fixed;
  top: 0rem;
  left: 0rem;
  z-index: 100;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1.7rem;
}
.header.fix__hight {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.header .header__content .row-un .toggle__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .header__content .row-un .toggle__menu .header__logo {
  padding-left: 5rem;
}
.header .header__content .row-un .toggle__menu .header__logo h1 .hv-o img {
  width: 47rem;
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 1rem;
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item.is-active a::before {
  width: 3rem;
  height: 3rem;
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item {
  margin-right: 4rem;
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item a {
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
  color: #003366;
  position: relative;
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item a::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #66ccff;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  border-radius: 99px;
  z-index: -1;
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item a:hover::before {
  width: 3rem;
  height: 3rem;
}

.footer {
  background: #4B94A6;
  background: linear-gradient(0deg, rgb(75, 148, 166) 10%, rgb(6, 67, 149) 100%);
  color: #fff;
  padding-top: 13rem;
  padding-bottom: 7.5rem;
}
.footer .company-logo {
  width: 25rem;
}
.footer .logo {
  gap: max(4.167vw, 3rem);
  align-items: flex-end;
}
.footer .group__infor {
  margin-bottom: -1.6rem;
}
.footer .group__infor p {
  margin-bottom: 1.5rem;
}

.simple__title {
  font-size: max(3.5rem, 22px);
  font-weight: 500;
}

.simple__label {
  font-size: max(2rem, 16px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #66ccff;
}
.simple__label::before {
  content: "・";
}
.simple__label::after {
  content: "・";
}

.group__title_black {
  margin-bottom: 3rem;
}

.sub__title {
  font-size: max(2.3rem, 18px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #66ccff;
  margin-bottom: 1.3rem;
  display: inline-block;
}
.sub__title::before {
  content: "・";
}

.bg_content {
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 6px 5px rgba(0, 0, 165, 0.05);
  -webkit-box-shadow: 0px 0px 6px 5px rgba(0, 0, 165, 0.05);
  -moz-box-shadow: 0px 0px 6px 5px rgba(0, 0, 165, 0.05);
  border-radius: 1rem;
}
.bg_content .box {
  border-radius: 1rem;
  display: block;
  height: 100%;
  border: 1.5rem rgba(248, 252, 254, 0.9) solid;
}
.bg_content a {
  display: block;
}

.box__inner {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 6px 5px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 6px 5px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0px 0px 6px 5px rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  display: block;
  height: 100%;
}

.tel-main {
  font-size: max(5rem, 30px);
  font-weight: 500;
}
.tel-main a {
  display: inline-block;
  padding-bottom: 2.5rem;
}
.tel-main a::before {
  top: 45%;
  width: 5rem;
  height: 5rem;
}

.title__lv2w {
  font-size: max(3.5rem, 25px);
  font-weight: 500;
  line-height: 1.5;
}

.title__page {
  font-size: max(5rem, 30px);
  font-weight: 500;
}

.sub__title_page {
  font-size: max(3rem, 20px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #66ccff;
  margin-bottom: 1.3rem;
}
.sub__title_page::before {
  content: "・";
}

.privacy__content__list .privacy__content__item {
  margin-bottom: max(4.167vw, 5rem);
}
.privacy__content__list .privacy__content__item .item__number__title {
  font-size: max(3.5rem, 22px);
  font-weight: 500;
  margin-bottom: max(1.823vw, 2rem);
}
.privacy__content__list .privacy__content__item .item__text {
  padding-left: 2.604vw;
  line-height: 1.75;
  font-size: max(1.6rem, 14px);
}

.content_br {
  border-radius: 10rem 10rem 0 0;
}

.contact-page {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: max(9.375vw, 10rem);
  background-image: url(../img/common/bg_banner.png);
  background-size: 68.594vw;
  background-position: -29.167vw bottom;
  background-repeat: no-repeat;
  padding-bottom: 9rem;
  margin-bottom: -9rem;
}

.tel-box .box__inner {
  padding-top: 8rem;
  padding-bottom: 7.5rem;
}

.body__page {
  background-image: url(../img/common/bg_page.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100vw auto;
}

.breadcrumb-list {
  text-align: right;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.breadcrumb-list li {
  display: inline-block;
}

.banner_page {
  padding-top: 32rem;
}

.privacy-page {
  padding-bottom: 1.563vw;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: max(9.896vw, 10rem);
}

.footer__menu {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 4.5rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.footer__menu .nav-list {
  gap: 2rem max(4.167vw, 3rem);
  justify-content: center;
}
.footer__menu .nav-item a:hover {
  color: #66ccff;
}

.footer__bottom {
  margin-top: 4.5rem;
  text-align: right;
}
.footer__bottom .text__copyright {
  color: #fff;
}
.contact-simple {
  position: relative;
  padding-top: max(7.813vw, 10rem);
  padding-bottom: max(6.771vw, 10rem);
  overflow: hidden;
}
.contact-simple::before {
  position: absolute;
  content: "Contact";
  bottom: -5rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 28.385vw;
  text-align: center;
  width: 100%;
  line-height: 0.8;
  color: #66ccff;
  opacity: 0.2;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
.contact-simple .contact-simple__items .mt3 {
  margin-top: 3rem;
}
.contact-simple .contact-simple__items {
  margin-top: 7rem;
  gap: 5rem 10rem;
  position: relative;
  z-index: 10;
}
.contact-simple .contact-simple__items .contact-simple__item {
  width: calc(50% - 5rem);
  border-radius: 1rem;
  box-shadow: 0px 0px 6px 5px rgba(0, 0, 165, 0.05);
  -webkit-box-shadow: 0px 0px 6px 5px rgba(0, 0, 165, 0.05);
  -moz-box-shadow: 0px 0px 6px 5px rgba(0, 0, 165, 0.05);
  display: block;
  text-align: center;
  min-height: 24rem;
}
.contact-simple .contact-simple__items .contact-simple__item .bg_f9 {
  border: 1.5rem rgba(248, 252, 254, 0.9) solid;
  border-radius: 1rem;
  display: block;
  height: 100%;
}
.contact-simple .contact-simple__items .contact-simple__item .bg_f9 .box__inner {
  padding: 5rem 0;
}
.contact-simple .contact-simple__items .contact-simple__item .contact-simple__item-label {
  color: #66ccff;
}
.contact-simple .contact-simple__items .contact-simple__item .contact-simple__item-text {
  margin-top: 2.7rem;
  display: inline-block;
}
.contact-simple .contact-simple__items .contact-simple__item a {
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  display: inline-block;
}

.i-mail {
  position: relative;
  padding-left: 7rem;
}
.i-mail::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 3rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/i-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.i-phone {
  position: relative;
  padding-left: 6.5rem;
}
.i-phone::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 4rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/i-6.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb-separator {
  display: inline-flex !important;
  align-items: center;
  margin: 0 2rem;
}

.max__1100 {
  max-width: 1100px;
  margin: 0 auto;
}

table {
  width: 100%;
}

.contact-lead {
  line-height: 1.75;
  margin-bottom: 9rem;
}

.contact-info {
  margin-bottom: 11rem;
}

.form__note {
  padding-top: 8.5rem;
  line-height: 1.75;
}

.lh75 {
  line-height: 1.75;
}

.fw500 {
  font-weight: 500;
}

.form__submit {
  gap: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn_page {
  background: linear-gradient(90deg, rgb(6, 67, 149) 65%, rgb(75, 148, 166) 100%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff !important;
  border-radius: 99rem;
  position: relative;
  transition: background-position 0.3s ease-in-out;
  width: 25rem;
  min-width: 180px;
  padding: 2.3rem 6rem 2.4rem 4rem;
  display: inline-block;
  font-weight: 500;
  border: 0;
  text-align: left;
}
.btn_page::after {
  position: absolute;
  content: "";
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: max(1.8rem, 16px);
  height: max(1.6rem, 14px);
  background-image: url(../img/common/next.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn_page:hover {
  background-position: left center;
}

.form-group {
  width: 100%;
  padding-top: 8.5rem;
  padding-bottom: 10rem;
}
.form-group table {
  width: calc(100% - 7rem);
}
.form-group tr td:first-child {
  width: 34rem;
  position: relative;
  padding-bottom: 2rem;
  vertical-align: top;
  padding-top: 1.5rem;
}
.form-group tr td:first-child label {
  padding-top: 1.3rem;
  display: block;
}
.form-group tr td:first-child .required {
  position: absolute;
  top: 0rem;
  right: 2rem;
}
.form-group tr td:last-child {
  width: calc(100% - 34rem);
  padding-bottom: 2rem;
}

input,
textarea,
.un_input {
  display: block;
  border: 0 solid #064395;
  background-color: rgba(232, 246, 253, 0.5);
  border-radius: 0.5rem;
  resize: none;
  padding: 1.5rem;
  min-height: 6rem;
  width: 100%;
  font-size: max(1.6rem, 14px);
  max-height: 18rem;
}

.un_input {
  overflow-y: auto;
}

.checkbox {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.checkbox label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
}

.checkbox__radio {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: max(2rem, 20px);
  height: max(2rem, 20px);
  min-height: max(2rem, 20px);
  padding: 0;
  border-radius: 50%;
  border: 1px solid #064395;
  background-color: #fff;
  position: relative;
  top: 0.3rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkbox__radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(1.2rem, 12px);
  height: max(1.2rem, 12px);
  background-color: #064395;
  border-color: #064395;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

textarea {
  height: 18rem;
}

.required {
  background: #4B94A6;
  color: #fff;
  background: linear-gradient(270deg, rgb(75, 148, 166) 0%, rgb(6, 67, 149) 100%);
  display: inline-block;
  line-height: 1;
  border-radius: 99px;
  padding: 0.9rem 3rem 1.1rem;
  font-size: max(2rem, 16px);
}

.contact-simple__item--mail {
  transition: all 0.3s ease-in-out;
  background-image: url(../img/common/next-b.png);
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: center calc(100% - 6.5rem);
}
.contact-simple__item--mail .box__inner {
  transition: all 0.3s ease-in-out;
}
.contact-simple__item--mail .bg_f9 {
  transition: all 0.3s ease-in-out;
}
.contact-simple__item--mail:hover .box__inner {
  background-color: rgba(255, 255, 255, 0.7);
}
.contact-simple__item--mail:hover .bg_f9 {
  border: 1.5rem rgba(248, 252, 254, 0.5) solid !important;
}

.d-inlinei {
  display: inline-block !important;
}

.form-text-privacy a {
  text-decoration: underline;
}

.page-banner {
  text-align: right;
  margin-left: 1.5rem;
}
.page-banner img {
  border-radius: 5rem 0 0 5rem;
}

.company-page {
  margin-bottom: 2.604vw;
}
.company-page .company-banner {
  text-align: right;
  margin-left: 1.5rem;
}
.company-page .company-banner img {
  border-radius: 5rem 0 0 5rem;
}
.company-page .message {
  margin-top: max(9.375vw, 10rem);
}
.company-page .message .container .row {
  gap: 3rem;
}
.company-page .message .container .row .message__header {
  width: 19rem;
}
.company-page .message .container .row .message__body {
  width: calc(100% - 22rem);
  gap: 0;
  align-items: center;
}
.company-page .message .container .row .message__body .message__profile {
  width: 30rem;
}
.company-page .message .container .row .message__body .message__profile .message__photo {
  text-align: center;
}
.company-page .message .container .row .message__body .message__profile .message__photo img {
  position: relative;
  top: -0.5rem;
  margin-bottom: 3rem;
  border-radius: 99rem;
}
.company-page .message .container .row .message__body .message__profile .message__name {
  font-weight: bold;
  font-size: max(2.5rem, 18px);
}
.company-page .message .container .row .message__body .message__content {
  padding-left: 1.5rem;
  width: calc(100% - 30rem);
}
.company-page .message .container .row .message__body .message__content .message__text {
  max-width: max(57rem, 420px);
  margin-left: auto;
}
.company-page .profile {
  margin-top: max(8.854vw, 9rem);
}
.company-page .profile .container .profile__body {
  gap: 6rem;
}
.company-page .profile .container .profile__body .profile__column {
  width: calc(50% - 3rem);
}
.company-page .profile .container .profile__body .profile__column .profile__table {
  width: 100%;
}
.company-page .profile .container .profile__body .profile__column .profile__table tbody .profile__row td {
  padding: 1rem;
  height: max(8rem, 60px);
  vertical-align: middle;
}
.company-page .profile .container .profile__body .profile__column .profile__table tbody .profile__row .profile__key {
  border-top: 1px solid #66ccff;
  border-bottom: 1px solid #66ccff;
  text-align: left;
  width: 18rem;
  padding-left: 4.5rem;
}
.company-page .profile .container .profile__body .profile__column .profile__table tbody .profile__row .profile__value {
  padding-left: 4.5rem;
  border-top: 1px solid #dcf6fd;
  border-bottom: 1px solid #dcf6fd;
  width: calc(100% - 18rem);
  vertical-align: middle;
  text-align: left;
}
.company-page .profile .container .profile__body .profile__column .profile__table tbody .profile__row .profile__value .row {
  gap: 0 1.6rem;
}
.company-page .profile__column.col-12 {
  margin-top: -6rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .company-page .profile__column.col-12 {
    margin-top: -1rem;
  }
}
.company-page .profile__column.col-12 {
  width: 100% !important;
}
.company-page .profile__column.col-12 .profile__row:first-child td {
  border-top: 0 !important;
}
.company-page .profile__column.col-12 .profile__key {
  vertical-align: top !important;
}
@media screen and (min-width: 768px) {
  .company-page .profile__column.col-12 td {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
.company-page .access {
  margin-top: max(9vw, 10rem);
}
.company-page .access .container .access__box {
  background-color: #e8f6fd;
  border-radius: 2rem;
  position: relative;
  padding: 5rem;
  margin-top: 6.8vw;
}
.company-page .access .container .access__top .access__image {
  position: relative;
  width: 55%;
  padding-right: 5px;
}
.company-page .access .container .access__top .access__image img {
  position: relative;
  top: -7.813vw;
  left: -7.813vw;
  border-radius: 2rem;
  width: calc(100% + 5.208vw);
  height: calc(100% + 5.208vw);
}
.company-page .access .container .access__top .access__info {
  width: 45%;
  padding-top: 3rem;
}
.company-page .access .container .access__top .access__info .access__block .access__block-title {
  font-weight: 500;
  color: #66ccff;
  margin-top: 3.5rem;
  margin-bottom: 0.5rem;
}
.company-page .access .container .access__top .access__info .access__block .access__block-title::before {
  content: "・";
}
.company-page .access .container .access__map iframe {
  width: 100% !important;
  height: 45rem !important;
  border-radius: 1rem;
}

.business-page .services__footer {
  margin-top: 4rem;
  text-align: right;
}
.business-page .services {
  margin-top: 10.5rem;
}
.business-page .services .container-medium .services__list {
  margin-top: 6rem;
  gap: 2.5rem;
}
.business-page .services .container-medium .services__list .services__item {
  background-color: rgba(248, 252, 254, 0.9);
  width: calc((100% - 5rem) / 3);
}
.business-page .services .container-medium .services__list .services__item .box {
  background-color: rgba(255, 255, 255, 0.9);
}
.business-page .services .container-medium .services__list .services__item .box .box__inner {
  padding-bottom: 4rem;
}
.business-page .services .container-medium .services__list .services__item .services__number {
  position: relative;
  top: -1.5rem;
  left: -0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: max(2.5rem, 18px);
  line-height: 1.6;
  font-weight: 500;
  color: #66ccff;
}
.business-page .services .container-medium .services__list .services__item .services__icon {
  margin-top: -2rem;
  margin-bottom: 3rem;
  height: 17.7rem;
}
.business-page .services .container-medium .services__list .services__item .services__item-title {
  font-size: max(2.5rem, 18px);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 3.5rem;
}
.business-page .services .container-medium .services__list .services__item .services__item-text {
  padding-left: 4rem;
  padding-right: 4rem;
}
.business-page .loadcell-about .mgt2 {
  margin-top: 2rem;
}
.business-page .loadcell-about .loadcell-about__highlight {
  display: inline-block;
  font-size: max(3rem, 23px);
  font-weight: 500;
  color: #064395;
  background-color: #e8f6fd;
  display: inline-block;
  margin: 0 1.5rem 0 0;
  padding: 1rem 2rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 0.6rem 0.3rem rgba(0, 0, 165, 0.05);
  -webkit-box-shadow: 0px 0px 0.6rem 0.3rem rgba(0, 0, 165, 0.05);
  -moz-box-shadow: 0px 0px 0.6rem 0.3rem rgba(0, 0, 165, 0.05);
}
.business-page .loadcell-about .line__tags {
  margin-right: 1.5rem;
  display: inline-block;
}
.business-page .loadcell-about .mgl15 {
  margin-left: 1.5rem;
}
.business-page .loadcell-about .loadcell-about__top {
  position: relative;
  margin-top: max(7.9vw, 8rem);
}
.business-page .loadcell-about .loadcell-about__top .container .loadcell-about__content {
  padding-top: 2rem;
}
.business-page .loadcell-about .loadcell-about__top .container .loadcell-about__content .group__title_black {
  margin-bottom: 6rem;
}
.business-page .loadcell-about .loadcell-about__top .container .loadcell-about__image {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2rem 0 0 2rem;
  width: 80rem;
  max-width: 100%;
  padding-left: 1.5rem;
}
.business-page .loadcell-about .loadcell-about__top .container .loadcell-about__image .loadcell-about__product {
  position: absolute;
  width: 22.5rem;
  height: 22.5rem;
  right: 4.688vw;
  top: 50%;
  transform: translateY(-50%);
}
.business-page .loadcell-about .loadcell-about__top .container .loadcell-about__image .loadcell-about__product img {
  border-radius: 99rem;
}
.business-page .loadcell-about .loadcell-about__middle {
  margin-top: 7rem;
}
.business-page .loadcell-about .loadcell-about__middle .i-r {
  margin-right: -5rem;
}
.business-page .loadcell-about .loadcell-about__middle .loadcell-about__subtitle {
  font-size: max(3.5rem, 22px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 6rem;
}
.business-page .loadcell-about .loadcell-about__middle .container-medium .loadcell-about__list {
  gap: 2.5rem;
}
.business-page .loadcell-about .loadcell-about__middle .container-medium .loadcell-about__list .loadcell-about__item {
  background-color: rgba(248, 252, 254, 0.9);
  width: calc((100% - 5rem) / 3);
}
.business-page .loadcell-about .loadcell-about__middle .container-medium .loadcell-about__list .loadcell-about__item .box {
  background-color: rgba(255, 255, 255, 0.9);
}
.business-page .loadcell-about .loadcell-about__middle .container-medium .loadcell-about__list .loadcell-about__item .box .box__inner {
  padding-bottom: 4rem;
}
.business-page .loadcell-about .loadcell-about__middle .container-medium .loadcell-about__list .loadcell-about__item .loadcell-about__number {
  position: relative;
  top: -1.5rem;
  left: -0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: max(2.5rem, 18px);
  line-height: 1.6;
  font-weight: 500;
  color: #66ccff;
}
.business-page .loadcell-about .loadcell-about__middle .container-medium .loadcell-about__list .loadcell-about__item .loadcell-about__icon {
  text-align: center;
  height: 18.5rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.business-page .loadcell-about .loadcell-about__middle .container-medium .loadcell-about__list .loadcell-about__item .loadcell-about__item-title {
  font-size: max(2.5rem, 16px);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 3.5rem;
}
.business-page .loadcell-about .loadcell-about__middle .container-medium .loadcell-about__list .loadcell-about__item .loadcell-about__item-text {
  padding-left: 4rem;
  padding-right: 4rem;
}
.business-page .loadcell-about .loadcell-about__bottom {
  margin-top: 6rem;
  margin-bottom: max(8.333vw, 7rem);
}
.business-page .loadcell-about .loadcell-about__bottom .container-medium .row {
  align-items: center;
}
.business-page .loadcell-about .loadcell-about__bottom .container-medium .loadcell-about__formula {
  font-size: max(3rem, 23px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  background-color: #e8f6fd;
  width: 35%;
  padding: 4.6rem 1rem;
}
.business-page .loadcell-about .loadcell-about__bottom .container-medium .loadcell-about__formula .loadcell-about__result {
  padding-left: 2.8rem;
}
.business-page .loadcell-about .loadcell-about__bottom .container-medium .mgbt3 {
  margin-bottom: 3.5rem;
}
.business-page .loadcell-about .loadcell-about__bottom .container-medium .loadcell-about__effects {
  padding-left: 2.6vw;
  width: 65%;
}
.business-page .loadcell-about .loadcell-about__bottom .container-medium .loadcell-about__effects .title-about__effects .loadcell-about__tag {
  display: inline-block;
  font-size: max(3rem, 23px);
  font-weight: 500;
  color: #fff;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}
.business-page .loadcell-about .loadcell-about__bottom .container-medium .loadcell-about__effects .title-about__effects .loadcell-about__tag::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 15rem;
  height: 7rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/business/aac.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.business-page .loadcell-about .loadcell-about__bottom .container-medium .loadcell-about__note {
  margin-top: 2.5rem;
}
.business-page .product-main .container-medium {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #e8f6fd;
  border-radius: 5rem;
}
.business-page .product-main .container-medium .product-main__body {
  margin-top: 7rem;
  justify-content: space-between;
}
.business-page .product-main .container-medium .product-main__body .product-main__image {
  background-color: #fff;
  width: 40%;
}
.business-page .product-main .container-medium .product-main__body .product-main__content {
  width: 60%;
  padding-left: 1.5rem;
  max-width: max(61rem, 400px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.business-page .product-main .container-medium .product-main__body .product-main__content .main__content_top {
  width: 100%;
}
.business-page .product-main .container-medium .product-main__body .product-main__content .product-main__name {
  font-size: max(2.5rem, 18px);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 2rem;
}
.business-page .product-main .container-medium .product-main__body .product-main__content .product-main__text {
  max-width: max(46.5rem, 356px);
}
.business-page .product-main .container-medium .product-main__body .product-main__content .product-main__note {
  margin-top: 6rem;
  width: 100%;
  max-width: max(52rem, 400px);
}
.business-page .facilities {
  padding-top: max(7.8vw, 10rem);
  padding-bottom: max(10.417vw, 10rem);
}
.business-page .facilities .facilities__content .container .row .facilities__desc {
  width: 50%;
}
.business-page .facilities .facilities__content .container .row .facilities__desc .facilities__text {
  margin-top: 5rem;
}
.business-page .facilities .facilities__content .container .row .facilities__image {
  width: 50%;
  padding-left: 8rem;
}
.business-page .facilities .facilities__content .container .row .facilities__image img {
  border-radius: 2rem;
}
.business-page .maintenance__stop {
  margin-top: -3.385vw;
}
.business-page .maintenance {
  background-color: #e8f6fd;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.business-page .maintenance .maintenance__image {
  width: 50%;
}
.business-page .maintenance .maintenance__image img {
  position: relative;
  left: -5.208vw;
  border-radius: 3rem;
}
.business-page .maintenance .maintenance__content {
  padding-top: 5rem;
  width: 50%;
}
.business-page .maintenance .container-medium .maintenance__list {
  gap: 2.5rem;
}
.business-page .maintenance .container-medium .maintenance__list .maintenance__item {
  background-color: rgba(248, 252, 254, 0.9);
  width: calc((100% - 5rem) / 3);
}
.business-page .maintenance .container-medium .maintenance__list .maintenance__item .maintenance__number {
  position: relative;
  top: -1.5rem;
  left: -0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: max(2.5rem, 18px);
  line-height: 1.6;
  font-weight: 500;
  color: #66ccff;
}
.business-page .maintenance .container-medium .maintenance__list .maintenance__item .maintenance__item-text {
  margin-top: -4rem;
  height: 22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(2.5rem, 18px);
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
.business-page .maintenance .container-medium .maintenance__list .maintenance__item03 .box__inner {
  background-image: url(../img/business/ja.png);
  background-size: 18rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem) 2rem;
}
.business-page .maintenance .container-medium .maintenance__list .maintenance__item03 .maintenance__item-text {
  text-align: left;
  padding-left: 5rem;
  justify-content: flex-start;
}

.body__recruit {
  background-image: url(../img/recruit/bg_banner.png);
}

.strengths__list {
  margin-top: 6rem;
  gap: 2.5rem;
}
.strengths__list .strengths__item {
  width: calc((100% - 5rem) / 3);
}
.strengths__list .strengths__item .box .box__inner {
  padding-bottom: 2rem;
}
.strengths__list .strengths__item .strengths__number {
  position: relative;
  top: -1.5rem;
  left: -0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: max(2.5rem, 18px);
  line-height: 1.6;
  font-weight: 500;
  color: #66ccff;
}
.strengths__list .strengths__item .strengths__icon {
  margin-top: -2rem;
  margin-bottom: 3rem;
  height: 17.7rem;
}
.strengths__list .strengths__item .strengths__item-title {
  font-size: max(2.5rem, 18px);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 3.5rem;
}
.strengths__list .strengths__item .strengths__item-text {
  padding-left: 3rem;
  padding-right: 3rem;
}

.btn-link {
  position: relative;
  display: block;
  width: 17rem;
  height: 17rem;
  border-radius: 99px;
  transition: background-position 0.3s ease-in-out;
  background: linear-gradient(90deg, rgb(6, 67, 149) 65%, rgb(75, 148, 166) 100%);
  background-size: 200% 100%;
  background-position: right center;
}
.btn-link::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max(3.1rem, 16px);
  height: max(1.7rem, 14px);
  background-image: url(../img/common/next.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn-link:hover {
  background-position: left center;
}

.recruit-image-item img {
  border-radius: 1rem;
}

.col__company-image img {
  border-radius: 2rem;
}

.col__about-image img {
  border-radius: 2rem;
}

.id_fix {
  position: relative;
  top: -12rem;
}

.page-top {
  margin-top: -8rem;
  border-radius: 8rem 8rem 0 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-top: max(17.188vw, 15rem);
  overflow: hidden;
}
.page-top .about-section {
  position: relative;
  z-index: 2;
  margin-bottom: max(11.458vw, 10rem);
}
.page-top .about-section .about__flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-top .about-section .about__flow::before {
  position: absolute;
  content: "About us";
  left: 2.604vw;
  top: -12vw;
  z-index: 2;
  font-size: 10.417vw;
  font-weight: 300;
  color: #66ccff;
  opacity: 0.2;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
.page-top .about-section .about__flow::after {
  position: absolute;
  content: "";
  width: 65rem;
  height: 49rem;
  left: 4.688vw;
  top: -9rem;
  z-index: 1;
  border-radius: 2rem;
  background-image: url(../img/top/abb.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  background-color: transparent;
}
.page-top .about-section .container-medium .about-content .col__about-image {
  width: 46.5%;
}
.page-top .about-section .container-medium .about-content .col__about-title {
  width: 53.5%;
  padding-left: 10rem;
}
.page-top .about-section .container-medium .about-content .col__about-title .group__title_black .sub__title {
  margin-top: 4vw;
}
.page-top .about-section .container-medium .about-content .col__about-title .about-text {
  margin-top: 5rem;
  margin-bottom: 5.5rem;
  max-width: 545px;
}
.page-top .product-feature {
  margin-bottom: 16rem;
}
.page-top .product-feature .container-min {
  background-color: #e8f6fd;
  border-radius: 5rem;
  position: relative;
}
.page-top .product-feature .container-min .product-feature__content {
  padding-top: 6rem;
  padding-bottom: 12.5rem;
  padding-left: 4.7vw;
}
.page-top .product-feature .container-min .product-feature__content .product-feature__text {
  max-width: 58rem;
}
.page-top .product-feature .container-min .product-feature__content .sda {
  position: absolute !important;
  left: 4.7vw;
  bottom: -8.5rem;
}
.page-top .product-feature .container-min .product-feature__image {
  position: absolute;
  width: 42rem;
  right: 4rem;
  bottom: 0;
}
.page-top .strengths-section {
  padding-bottom: 11.5rem;
  position: relative;
}
.page-top .strengths-section::before {
  position: absolute;
  content: "Strengths";
  bottom: -2.6vw;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 23vw;
  text-align: center;
  width: 100%;
  line-height: 0.8;
  color: #66ccff;
  opacity: 0.2;
  white-space: nowrap;
  pointer-events: none;
}
.page-top .loadcell-section {
  position: relative;
  background-color: #e8f6fd;
  z-index: 2;
  margin-top: 6vw;
  padding-top: 10rem;
  padding-bottom: 13rem;
}
.page-top .loadcell-section .container-eye {
  background-color: #fff;
  border-radius: 5rem;
  position: relative;
}
.page-top .loadcell-section .container-eye .loadcell-content {
  padding-top: 7rem;
  padding-bottom: 22.5rem;
  padding-left: 4.7vw;
}
.page-top .loadcell-section .container-eye .loadcell-content .sda {
  position: absolute !important;
  left: 4.7vw;
  bottom: -4rem;
}
.page-top .loadcell-section .container-eye .loadcell-image {
  position: absolute;
  width: 52.8rem;
  right: -2.604vw;
  top: 0;
}
.page-top .company-section {
  padding-top: max(14.6vw, 10rem);
  padding-bottom: max(12.5vw, 10rem);
  position: relative;
}
.page-top .company-section::before {
  position: absolute;
  content: "Company";
  left: 10.5vw;
  top: 5vw;
  z-index: 1;
  font-size: 10.417vw;
  font-weight: 300;
  color: #66ccff;
  opacity: 0.2;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}
.page-top .company-section::after {
  position: absolute;
  content: "";
  width: 128rem;
  height: 119rem;
  left: 0;
  top: 10.5vw;
  z-index: 2;
  border-radius: 2rem;
  background-image: url(../img/top/cpn_bn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  background-color: transparent;
  border-radius: 0 4rem 0rem 0;
  opacity: 1;
}
.page-top .company-section .container {
  position: relative;
  z-index: 4;
}
.page-top .company-section .container .company-content {
  align-items: center;
}
.page-top .company-section .container .company-content .col__company-title {
  width: 42%;
  padding-right: 4.688vw;
}
.page-top .company-section .container .company-content .col__company-title .company-text {
  max-width: 410px;
  margin-bottom: 5rem;
}
.page-top .company-section .container .company-content .col__company-image {
  width: 58%;
}
.page-top .recruit-section {
  background-image: url(../img/recruit/sa.png);
  background-size: 2053px 998px;
  background-position: center -70px;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 165, 0.05);
  -webkit-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 165, 0.05);
  -moz-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 165, 0.05);
  border-radius: 10rem 10rem 0 0;
}

.banner__top {
  position: relative;
  color: #fff;
}
.banner__top .title__text {
  position: absolute;
  left: 10.938vw;
  top: 21.5vw;
}
.banner__top img {
  min-height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__top h2 {
  font-size: 6rem;
  max-width: 78rem;
  position: relative;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding-bottom: 3.2rem;
  margin-bottom: 1.5rem;
}
.banner__top h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0rem;
  bottom: 0;
}

.recruit-section {
  position: relative;
  z-index: 5;
  padding-top: max(8.333vw, 10rem);
  padding-bottom: 3.125vw;
}
.recruit-section .container {
  position: relative;
  z-index: 2;
}
.recruit-section .container .recruit-content .col__recruit-title {
  width: 50%;
}
.recruit-section .container .recruit-content .col__recruit-text {
  width: 50%;
  padding-left: 4rem;
  margin-top: 4rem;
}
.recruit-section .container .recruit-content .col__recruit-text .recruit-text {
  line-height: 2.3;
}
.recruit-section .container .recruit-content .sda {
  margin-top: -6rem;
  margin-bottom: -4rem;
}
.recruit-section .recruit-images .recruit-image-item div img {
  padding: 0 1rem;
}

.recruit-top {
  padding-top: 5rem !important;
  padding-bottom: max(7.5vw, 7rem) !important;
}
.recruit-top .recruit-image-item {
  margin-top: 7rem;
}

.recruit-page .strength .container-full .strength__list .strength__item {
  padding-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100vh;
}
.recruit-page .strength .container-full .strength__list .strength__item .strength__image {
  width: 40%;
}
.recruit-page .strength .container-full .strength__list .strength__item .strength__content {
  width: 60%;
  padding-left: 8.333vw;
}
.recruit-page .strength__image {
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 165, 0.05);
  -webkit-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 165, 0.05);
  -moz-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 165, 0.05);
}
.recruit-page .strength__no {
  font-size: max(2rem, 16px);
  color: #66ccff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
  display: block;
}
.recruit-page .strength__no::before {
  content: "・";
}
.recruit-page .strength__heading {
  font-size: max(2.8rem, 20px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.recruit-page .ideal-person .container .ideal-person__list {
  max-width: 85rem;
  margin: 7rem auto 9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: url(../img/recruit/vc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 43rem;
  text-align: center;
}
.recruit-page .ideal-person .container .ideal-person__list .ideal-person__item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.7;
}
.recruit-page .ideal-person .container .ideal-person__list .ideal-person__item .ideal-person__text {
  font-size: max(2.5rem, 19px);
}
.recruit-page .staff-voice {
  background: #0078D7;
  background: linear-gradient(0deg, rgb(0, 120, 215) 0%, rgb(0, 142, 169) 76%, rgb(0, 142, 169) 100%);
  padding-bottom: 9.5rem;
  padding-top: 5.5rem;
  position: relative;
  margin-bottom: max(10.417vw, 10rem);
  border-radius: 4rem;
  text-align: center;
}
.recruit-page .staff-voice::after {
  position: absolute;
  content: "";
  width: 12.2rem;
  height: 8.2rem;
  left: 21.354vw;
  bottom: -8rem;
  z-index: 1;
  background-image: url(../img/recruit/bb.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  max-width: 100%;
  background-color: transparent;
}
.recruit-page .staff-voice .staff-voice__title {
  margin-top: 5rem;
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
}
.recruit-page .staff-voice .staff-voice__title::after {
  position: absolute;
  content: "";
  width: 4.6rem;
  height: 3.5rem;
  right: -7.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-image: url(../img/recruit/vs.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-color: transparent;
}
.recruit-page .staff-voice .staff-voice__list {
  text-align: left;
}
.recruit-page .staff-voice .staff-voice__list .row {
  justify-content: center;
  gap: 5rem 2.5rem;
  margin-top: 5rem;
}
.recruit-page .staff-voice .staff-voice__list .staff-voice__item {
  position: relative;
  line-height: 1.5;
  padding: 1.1rem 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  background-color: #fff;
  border-radius: 99rem;
  width: max(38rem, 320px);
  min-height: max(70px, 9.1rem);
}
.recruit-page .staff-voice .staff-voice__list .staff-voice__item::after {
  position: absolute;
  content: "";
  width: 4.6rem;
  height: 2rem;
  left: 9rem;
  bottom: -1.9rem;
  z-index: 1;
  background-image: url(../img/recruit/pb.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  background-color: transparent;
}
.recruit-page .max_1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.recruit-page .gallery {
  padding-top: 6rem;
  position: relative;
}
.recruit-page .gallery::after {
  z-index: -1;
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 143rem;
  background: #E8F6FD;
  background: linear-gradient(0deg, rgba(232, 246, 253, 0) 0%, rgb(232, 246, 253) 100%);
  border-radius: 0 5rem 5rem 0;
  max-width: 100%;
}
.recruit-page .gallery .row {
  align-items: center;
}
.recruit-page .gallery .gallery__header {
  width: 35%;
}
.recruit-page .gallery .gallery__img {
  width: 65%;
  position: relative;
}
.recruit-page .gallery .gallery__img .img_1 img {
  width: 53.6rem;
  border-radius: 1rem;
}
.recruit-page .gallery .gallery__img .img_2 {
  position: absolute;
  right: -4.688vw;
  bottom: -7rem;
}
.recruit-page .gallery .gallery__img .img_2 img {
  width: 33rem;
  border-radius: 1rem;
}
.recruit-page .job {
  margin-top: max(10.417vw, 10rem);
}
.recruit-page .job .box__inner {
  padding: 7rem 3rem 6rem;
}
.recruit-page .job .job__box tbody .job__row td {
  padding: 1rem;
  height: max(8rem, 60px);
  vertical-align: middle;
}
.recruit-page .job .job__box tbody .job__row .job__head {
  border-top: 1px solid #66ccff;
  border-bottom: 1px solid #66ccff;
  text-align: left;
  width: 18rem;
  padding-left: 4.5rem;
}
.recruit-page .job .job__box tbody .job__row .job__body {
  padding-left: 4.5rem;
  border-top: 1px solid #dcf6fd;
  border-bottom: 1px solid #dcf6fd;
  width: calc(100% - 18rem);
  vertical-align: middle;
  text-align: left;
}
.recruit-page .flow {
  margin-top: max(7.292vw, 10rem);
}
.recruit-page .flow .flow__list {
  margin-top: 7rem;
  gap: 8rem;
}
.recruit-page .flow .flow__list .flow__item {
  width: calc((100% - 24rem) / 4);
  position: relative;
}
.recruit-page .flow .flow__list .flow__item::after {
  position: absolute;
  content: "";
  right: -6.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 2.6rem;
  background-image: url(../img/common/acd.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.recruit-page .flow .flow__list .flow__item:last-child::after {
  content: none;
}
.recruit-page .flow .flow__list .flow__item .box__inner {
  padding-bottom: 3rem;
}
.recruit-page .flow .flow__list .flow__item .flow_i {
  height: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.recruit-page .flow .flow__list .flow__item .flow__step {
  color: #66ccff;
  font-size: max(2.5rem, 19px);
}
.recruit-page .flow .flow__list .flow__item .flow__text {
  font-size: max(2.5rem, 19px);
  text-align: center;
}
.image {
  opacity: 0;
  transition: all 0.5s ease;
}

.image.active {
  opacity: 1;
}

.locker {
  padding-top: 3rem;
  margin-bottom: 12rem;
  outline-offset: -1px;
  position: relative;
  display: flex;
}

.locker__image {
  position: relative;
  width: 45%;
}

.locker__content {
  padding-left: 5.729vw;
  width: 55%;
}

.locker__image img {
  width: auto;
  max-height: 66vh;
  position: absolute;
  transition: all 1s ease;
  margin-top: 2rem;
}

.locker__container {
  position: sticky;
  position: -webkit-sticky;
  top: 12rem;
  height: calc(100vh - 20rem);
  display: flex;
  justify-content: center;
}

.locker__section {
  border-top: 1px solid #66ccff;
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.locker__section:last-child {
  border-bottom: 1px solid #66ccff;
}

.locker__section p {
  width: 60rem;
}

.contact__button {
  margin-top: 1.5rem;
  width: max(30rem, 240px);
}

.cs-fadein {
  transform: initial;
  opacity: 0;
  transition: translate 1.2s ease, filter 1.2s ease-out, opacity 0.8s ease;
  translate: 0 10%;
}

.cs-fadein.show {
  filter: blur(0);
  opacity: 1;
  translate: 0;
}

.group__title_black,
.title__text,
.blur_text,
.title__group {
  filter: blur(5px);
  translate: 0;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .business-page .loadcell-about .loadcell-about__top .container .loadcell-about__image {
    width: 50vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .recruit-page .gallery .gallery__img .img_2 {
    position: absolute;
    right: -0.5rem;
    bottom: -7rem;
  }
  .header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item {
    margin-right: 2vw;
  }
  .company-page .access .container .access__top .access__image img {
    left: -3.813vw;
  }
  .company-page .profile .container .profile__body .profile__column .profile__table tbody .profile__row .profile__value {
    padding-left: 0.5rem;
  }
  .company-page .profile .container .profile__body {
    gap: 1rem;
  }
  .company-page .profile .container .profile__body .profile__column {
    width: calc(50% - 0.5rem);
  }
  .page-top .loadcell-section .container-eye .loadcell-image {
    right: 0;
    top: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-top .loadcell-section .container-eye .loadcell-image {
    top: 9rem;
    width: 45rem;
  }
  .business-page .loadcell-about .loadcell-about__bottom .container-medium .loadcell-about__formula .loadcell-about__result {
    padding-left: 0.8rem;
  }
  .business-page .loadcell-about .loadcell-about__highlight {
    font-size: 17px;
  }
  .header {
    font-size: 14px;
  }
  .header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item {
    margin-right: 1rem;
  }
  .header .header__content .row-un .toggle__menu .header__logo h1 .hv-o img {
    margin-top: -1rem;
  }
  .business-page .maintenance__stop {
    margin-top: 3.615vw;
  }
  .business-page .loadcell-about .loadcell-about__middle .container-medium .loadcell-about__list .loadcell-about__item .loadcell-about__item-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .business-page .services .container-medium .services__list .services__item .services__item-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .business-page .loadcell-about .loadcell-about__top .container .loadcell-about__image {
    width: 47vw;
    top: -5rem;
  }
}/*# sourceMappingURL=style.css.map */