@charset "UTF-8";
.txt-fs15 {
  font-size: 1.5rem;
}

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

.txt-fs17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .txt-fs17 {
    font-size: 1.5rem;
  }
}

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

.txt-fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs20 {
    font-size: 1.8rem;
  }
}

.txt-fs21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .txt-fs21 {
    font-size: 1.9rem;
  }
}

.txt-fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs22 {
    font-size: 2rem;
  }
}

.txt-fs23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .txt-fs23 {
    font-size: 2rem;
  }
}

.txt-fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .txt-fs25 {
    font-size: 2.1rem;
  }
}

.txt-fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs26 {
    font-size: 2.1rem;
  }
}

.txt-fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs28 {
    font-size: 2.5rem;
  }
}

.txt-fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs32 {
    font-size: 2.8rem;
  }
}

.txt-fs36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs36 {
    font-size: 3.3rem;
  }
}

@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;
  }
}
.url_recruit.is-active a {
  color: #b5b5b5 !important;
}
.url_recruit a {
  background-color: #0183de;
  color: #fff;
  display: block;
  width: 20rem;
  text-align: center;
  margin-left: 2rem;
  padding: 2.6rem 0 2.8rem !important;
}
.url_recruit a:hover {
  transition: all 0.3s ease-in-out;
  color: #b5b5b5 !important;
}

.header {
  font-size: 2.6rem;
  font-weight: 500;
  background-color: #fff;
  position: fixed;
  top: 0rem;
  left: 0rem;
  z-index: 100;
  width: 100%;
}
.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: 3rem;
}
.header .header__content .row-un .toggle__menu .header__logo h1 .hv-o img {
  width: 26rem;
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item.is-active a {
  color: #0183de;
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item a {
  padding: 1.5rem;
  display: block;
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item a:hover {
  color: #0183de;
}
.header .header__content .row-un .toggle__menu .header__menu .nav-list .nav-item a img {
  width: 3.1rem;
}

.footer {
  position: relative;
  z-index: 4;
  padding-top: 10.5rem;
  background-color: #fff;
  font-size: 2rem;
  padding-bottom: 16rem;
}
.footer .container-full .row {
  gap: 1rem;
  align-items: flex-end;
}
.footer .container-full .row .map {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
.footer .container-full .row .logo .logo .hv-o .company-logo {
  width: 26rem;
}
.footer .container-full .footer__menu .nav-list {
  gap: 2.4vw;
  align-items: start;
}
.footer .container-full .footer__menu .nav-list .nav-item a {
  margin-top: 1.5rem;
  display: block;
}
.footer .container-full .footer__menu .nav-list .nav-item a:hover {
  color: #0183de;
}
.footer .container-full .footer__bottom {
  margin-top: max(6rem, 6.25vw);
  text-align: center;
}
.footer .container-full .footer__bottom a img {
  width: 3.2rem;
}
.footer .container-full .footer__bottom p {
  margin-top: 1.5rem;
  font-size: 1.5rem;
}

.contact-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
}
.contact-bar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8rem;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.contact-bar .z10 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  width: calc(100% - 3rem);
  max-width: 143rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.contact-bar img {
  width: 25.6rem;
}
.contact-bar .contact-bar__inquiry-link {
  font-size: 2.9rem;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 0.5rem 2.3rem;
  margin-left: 2.5rem;
  margin-right: 2rem;
  position: relative;
  top: -1rem;
}
.contact-bar .contact-bar__tel {
  font-size: 4.6rem;
  font-weight: bold;
  margin-right: 10rem;
  position: relative;
  top: -1rem;
}
.contact-bar .contact-bar__recruit-link {
  font-size: 2.9rem;
  background-color: #0183de;
  padding: 0.6rem 1.9rem;
  font-weight: bold;
  position: relative;
  top: -1rem;
}

.title_v2p {
  font-size: max(2.396vw, 2.4rem);
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #000;
}

.subtitle_v2p {
  font-size: 17.188vw;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 1;
  color: #000;
  letter-spacing: -0.5px;
}

.news-page {
  margin-top: 6rem;
  font-size: 2rem;
  margin-bottom: max(14.583vw, 10rem);
}

.news-list {
  max-width: 85rem;
  margin: 6rem auto;
}
.news-list li {
  border-bottom: 1px solid #707070;
}
.news-list li a {
  display: block;
  padding: 2.3rem 0;
}
.news-list li a .news-date {
  width: 18rem;
  font-weight: 500;
}
.news-list li a .news-text {
  width: calc(100% - 18rem);
}

.info-comment {
  line-height: 1.75;
}
.info-comment img {
  margin-bottom: 3rem;
}
.info-comment p {
  margin-bottom: 2rem;
}
.info-comment a {
  margin-top: 2rem;
  color: #0183de;
  display: inline-block;
}
.info-comment a:hover {
  opacity: 0.7;
}

.news-date {
  font-weight: 500;
}

.detail-tlt {
  font-size: 3rem;
  margin-bottom: 4rem;
}

body {
  padding-top: 8.5rem;
  background-color: #f0f0f0;
  position: relative;
}

.rule__left {
  position: absolute;
  top: 0;
  left: 5.208vw;
  height: 100%;
  width: 1.6rem;
  background-image: url(../img/common/r-a.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1.6rem;
  z-index: 5;
}

.rule__right {
  position: absolute;
  top: 0;
  right: 5.208vw;
  height: 100%;
  width: 1.6rem;
  background-image: url(../img/common/r-b.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1.6rem;
  z-index: 5;
}

.back {
  margin-top: 8rem !important;
  font-weight: 500;
}
.back a {
  display: block;
  font-size: 2rem;
  text-align: center;
  border: 0.3rem solid #707070;
  font-weight: bold;
  padding: 1.8rem;
}

.hv-b:hover {
  color: #0183de;
}

.sec1-news-detail-tlt {
  margin-top: 5rem;
}

input,
textarea {
  width: 430px;
  max-width: 100%;
  resize: none;
  padding: 0.6rem 1rem;
  border: 1px solid #b5b5b5;
}

textarea {
  height: 28rem;
}

input[type=radio] {
  width: max(1.5rem, 15px);
  height: max(1.5rem, 15px);
  border: 1px solid #b5b5b5;
  margin-right: 7px;
}

input[type=checkbox] {
  width: max(1.5rem, 15px);
  height: max(1.5rem, 15px);
  border: 1px solid #b5b5b5;
  margin-right: 0.5rem;
}

.form__field--check label {
  padding-right: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.form__field--check label:last-child {
  padding-right: 0;
}

.form__field--date span {
  margin-bottom: 1rem;
}
.form__field--date input {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}
.form__field--date input:first-child {
  margin-left: 0;
}

.form__privacy {
  /* Chrome, Edge, Safari */
}
.form__privacy::-webkit-scrollbar {
  width: 0.6rem;
}
.form__privacy::-webkit-scrollbar-track {
  background: transparent;
}
.form__privacy::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
}
.form__privacy::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}

.container_form {
  max-width: 850px;
  margin: 0 auto;
  width: calc(100% - 15vw);
}
.container_form .form__tabs {
  margin-top: 7rem;
  display: flex;
  flex-wrap: wrap;
}
.container_form .form__tabs .form__tab {
  width: 50%;
}
.container_form .form__tabs .form__tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #d2d2d2;
  text-align: center;
  height: max(50px, 5rem);
  transition: all 0.3s ease-in-out;
}
.container_form .form__tabs .form__tab a:hover {
  background-color: rgba(83, 83, 83, 0.7);
}
.container_form .form__tabs .form__tab.is-active a {
  background-color: #535353;
  pointer-events: none;
}
.container_form .form__form {
  margin-top: 5rem;
}
.container_form .form__form table {
  width: 100%;
}
.container_form .form__form table tbody tr td {
  position: relative;
  vertical-align: top;
}
.container_form .form__form table tbody tr td .required {
  position: absolute;
  right: 6rem;
  top: 0.7rem;
  height: max(1.8rem, 18px);
  display: inline-flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}
.container_form .form__form table tbody tr td .un_required {
  position: absolute;
  right: 6rem;
  top: 0.5rem;
  height: max(1.8rem, 18px);
  display: inline-flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
.container_form .form__form table tbody tr td:first-child {
  font-weight: 700;
  width: 36%;
  padding-top: 1rem;
}
.container_form .form__form table tbody tr td:last-child {
  font-weight: 400;
  width: 64%;
  padding-bottom: 5rem;
}
.container_form .form__form .form__privacy .form__privacy-title {
  font-weight: bold;
  text-align: center;
}
.container_form .form__form .form__privacy .form__privacy-box {
  margin-top: 2rem;
  background-color: #fff;
  height: 20rem;
  overflow-y: auto;
  padding: 16px;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
  padding: 4rem 1.9rem 3.5rem;
  line-height: 2.3;
}
.container_form .form__form .form__privacy .form__privacy-box .form__privacy-list {
  padding-left: max(1.8rem, 18px);
}
.container_form .form__form .form__privacy .form__privacy-box .form__privacy-list li {
  list-style: auto;
  margin-top: 3rem;
}
.container_form .form__form .form__privacy .form__privacy-box .form__privacy-list li .dot_smal {
  padding-left: max(1.8rem, 18px);
}
.container_form .form__form .form__privacy .form__privacy-box .form__privacy-list li .dot_smal li {
  margin-top: 0;
  list-style: disc;
}
.container_form .form__form .form__privacy .form__privacy-note {
  margin-top: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.container_form .form__form .form__submit {
  text-align: center;
  margin-top: 4rem;
}
.container_form .form__form .form__submit button {
  max-width: 100%;
  width: 56rem;
  text-align: center;
  padding: 0.9rem 1.5rem;
  background-color: #535353;
  border: 1px solid #535353;
  color: #fff;
}

.form__note {
  color: #b5b5b5;
  text-align: center;
  margin-top: 4rem;
  font-weight: 500;
}

.required-note {
  color: #b5b5b5;
  text-align: center;
  margin-top: 3rem;
  font-weight: 500;
}

.required {
  font-size: max(1.2rem, 12px);
  text-align: center;
  background-color: #e33017;
  color: #fff;
  padding: 0 max(0.7rem, 7px) max(0.2rem, 2px);
  letter-spacing: max(5px, 0.5rem);
  width: max(45px, 4.5rem);
  font-weight: 300;
  height: max(1.8rem, 18px);
  display: inline-flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  margin-right: max(1rem, 10px);
}
.required::after {
  content: "";
  margin-left: calc(-1 * max(5px, 0.5rem));
}

.un_required {
  font-size: max(1.2rem, 12px);
  text-align: center;
  background-color: #b5b5b5;
  color: #fff;
  padding: 0 max(0.8rem, 8px) max(0.2rem, 2px);
  letter-spacing: max(5px, 0.5rem);
  font-weight: 300;
  height: max(1.8rem, 18px);
  display: inline-flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
.un_required::after {
  content: "";
  margin-left: calc(-1 * max(5px, 0.5rem));
}

.js-datepicker1,
.js-datepicker2,
.js-datepicker3 {
  width: 95px;
  margin-left: 1rem !important;
  margin-right: 1rem;
}

.js-datepicker3 {
  margin-right: 0 !important;
}

.js-birth-year,
.js-birth-month,
.js-birth-day {
  width: 70px;
}

.form__example {
  color: #b5b5b5;
  font-size: max(1.4rem, 14px);
  display: block;
  margin-top: 1.5rem;
}

::-moz-placeholder {
  color: #b5b5b5;
  font-size: max(1.4rem, 14px);
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #b5b5b5;
  font-size: max(1.4rem, 14px);
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

/* Chrome, Edge, Safari */
::-webkit-input-placeholder {
  color: #b5b5b5;
}

/* Firefox */
::-moz-placeholder {
  color: #b5b5b5;
}

/* IE 10–11 */
:-ms-input-placeholder {
  color: #b5b5b5;
}

.box__contact {
  background-color: #fff;
  text-align: center;
  color: #000;
  padding: 5.5rem 1.5rem;
  margin-top: max(7.813vw, 8rem);
  margin-bottom: max(16.146vw, 10rem);
}
.box__contact .lable {
  font-size: 2.3rem;
  font-weight: bold;
}
.box__contact a {
  font-size: 8.9rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3.5rem;
  margin-top: 4rem;
}
.box__contact .time {
  font-size: 2.3rem;
}

.entry-page {
  font-size: max(1.4rem, 14px);
  margin-top: 6rem;
  margin-bottom: 8rem;
  color: #707070;
}

.contact-page {
  font-size: max(1.4rem, 14px);
  margin-top: 6rem;
  margin-bottom: 8rem;
  color: #707070;
}

.double_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.double_btn button {
  width: calc(50% - 1rem) !important;
}

.ui-datepicker {
  font-size: 1.6rem;
  /* thử 14–16px */
}

.form__note.black {
  color: #535353;
  line-height: 1.8;
}

.slider-topview-item {
  font-size: 0.52vw;
  min-height: 116em;
  padding-left: 10em;
  padding-right: 10em;
}
@media screen and (max-width: 999px) {
  .slider-topview-item {
    font-size: 0.7vw;
    padding-top: 6em !important;
    padding-left: 7.5em;
    padding-right: 7.5em;
    min-height: 98em;
  }
}
@media screen and (max-width: 767px) {
  .slider-topview-item {
    font-size: 0.88vw;
    padding-top: 11em !important;
    min-height: 114em;
  }
}
.slider-topview-item.slider-topview-item1 {
  background-color: #fff;
  background-image: url(../img/top/image01.png);
  background-size: 113.6em auto;
  background-position: right 15em top 8.7em;
  background-repeat: no-repeat;
  padding-top: 13.4em;
}
@media screen and (max-width: 999px) {
  .slider-topview-item.slider-topview-item1 {
    background-size: 100.6em auto;
    background-position: right 8em top 25.7em;
  }
}
@media screen and (max-width: 767px) {
  .slider-topview-item.slider-topview-item1 {
    background-size: 90.6em auto;
    background-position: bottom 5em right 8em;
  }
}
.slider-topview-item.slider-topview-item1 .slider-topview-fs200 {
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .slider-topview-item.slider-topview-item1 .slider-topview-fs200 {
    margin-left: 0;
  }
}
.slider-topview-item.slider-topview-item1 .slider-topview-fs39 {
  margin-top: 3em;
  margin-bottom: 18.2em;
}
@media screen and (max-width: 999px) {
  .slider-topview-item.slider-topview-item1 .slider-topview-fs39 {
    margin-bottom: 8.2em;
  }
}
@media screen and (max-width: 767px) {
  .slider-topview-item.slider-topview-item1 .slider-topview-fs39 {
    margin-bottom: 2.2em;
  }
}
.slider-topview-item.slider-topview-item1 .slider-topview-fs36 {
  margin-left: 16.5em;
}
@media screen and (max-width: 999px) {
  .slider-topview-item.slider-topview-item1 .slider-topview-fs36 {
    margin-left: 5.5em;
  }
}
@media screen and (max-width: 767px) {
  .slider-topview-item.slider-topview-item1 .slider-topview-fs36 {
    margin-left: 0;
  }
}
.slider-topview-item.slider-topview-item2 {
  padding-top: 13.4em;
  background-color: #0281E1;
  color: #fff;
  background-image: url(../img/top/image02.png);
  background-size: 111em auto;
  background-position: right 10em top 45em;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .slider-topview-item.slider-topview-item2 {
    background-size: 94em auto;
    background-position: right 10em top 47em;
  }
}
@media screen and (max-width: 767px) {
  .slider-topview-item.slider-topview-item2 {
    background-size: 94em auto;
    background-position: right 6em bottom 19em;
  }
}
.slider-topview-item.slider-topview-item2 .slider-topview-fs46 {
  margin-top: 4.5em;
  margin-bottom: 6.5em;
}
@media screen and (max-width: 767px) {
  .slider-topview-item.slider-topview-item2 .slider-topview-fs46 {
    margin-top: 0;
  }
}
.slider-topview-item.slider-topview-item2 .slider-topview-fs29 {
  background-color: #000;
  max-width: 37em;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .slider-topview-item.slider-topview-item2 .slider-topview-fs29 {
    max-width: 40em;
  }
}
.slider-topview-item.slider-topview-item2 .slider-topview-fs200 {
  display: inline-flex;
  -moz-column-gap: 4.7em;
       column-gap: 4.7em;
}
@media screen and (max-width: 767px) {
  .slider-topview-item.slider-topview-item2 .slider-topview-fs200 {
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
}
.slider-topview-item.slider-topview-item3 {
  padding-top: 13.4em;
  background-color: #96D4FF;
  background-image: url(../img/top/image03.png);
  background-size: 116.4em auto;
  background-position: right 4.6em top 4.2em;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .slider-topview-item.slider-topview-item3 {
    background-size: 100.4em auto;
    background-position: right 1.6em top 15.2em;
  }
}
@media screen and (max-width: 767px) {
  .slider-topview-item.slider-topview-item3 {
    background-image: url(../img/top/image05.png);
    background-size: 80.4em auto;
    background-position: right 1.6em top 24.2em;
  }
}
.slider-topview-item.slider-topview-item3 .slider-topview-fs46 {
  margin-top: 4.7em;
  margin-bottom: 2.8em;
}
.slider-topview-item.slider-topview-item3 .slider-topview-fs20 {
  width: 48em;
}
@media screen and (max-width: 999px) {
  .slider-topview-item.slider-topview-item3 .slider-topview-fs20 {
    width: 59em;
  }
}
@media screen and (max-width: 767px) {
  .slider-topview-item.slider-topview-item3 .slider-topview-fs20 {
    width: 100%;
  }
}
.slider-topview-item.slider-topview-item4 {
  color: #fff;
  background-color: #E33017;
  background-image: url(../img/top/image04.png);
  background-size: 161.5em auto;
  background-position: bottom -2px center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 6em;
}
@media screen and (max-width: 999px) {
  .slider-topview-item.slider-topview-item4 {
    background-size: 121.5em auto;
  }
}
@media screen and (max-width: 767px) {
  .slider-topview-item.slider-topview-item4 {
    background-size: 103em auto;
  }
  .slider-topview-item.slider-topview-item4 .slider-topview-fs353 {
    margin-top: 5em;
  }
}

.slider-topview-fs200 {
  font-weight: 700;
  line-height: 1;
}
.slider-topview-fs200 span {
  font-size: 20em;
}
@media screen and (max-width: 999px) {
  .slider-topview-fs200 span {
    font-size: 15em;
  }
}

.slider-topview-fs39 {
  color: #fff;
  background-color: #000;
  font-weight: 700;
  max-width: 99.6em;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 999px) {
  .slider-topview-fs39 {
    max-width: 71.6em;
  }
}
.slider-topview-fs39 span {
  font-size: 3.9em;
}

.slider-topview-fs36 {
  font-weight: 700;
  line-height: 1.5;
}
.slider-topview-fs36 span {
  font-size: 3.6em;
}
@media screen and (max-width: 767px) {
  .slider-topview-fs36 span {
    font-size: 4.4em;
  }
}

.slider-topview-fs46 {
  font-weight: 700;
}
.slider-topview-fs46 span {
  font-size: 4.6em;
}
@media screen and (max-width: 767px) {
  .slider-topview-fs46 span {
    font-size: 5.1em;
    line-height: 1.4;
  }
}

.slider-topview-item-content2 {
  padding-left: 3.5em;
}
@media screen and (max-width: 767px) {
  .slider-topview-item-content2 {
    padding-left: 0;
  }
}

.slider-topview-item-content3 {
  padding-left: 2.8em;
}
@media screen and (max-width: 767px) {
  .slider-topview-item-content3 {
    padding-left: 0;
  }
}

.slider-topview-fs29 {
  font-weight: 700;
}
.slider-topview-fs29 span {
  font-size: 2.9em;
}
@media screen and (max-width: 767px) {
  .slider-topview-fs29 span {
    font-size: 4em;
  }
}

.slider-topview-crild {
  display: inline-flex;
  font-weight: 500;
  font-size: 2.8em;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  border: max(1px, 0.1em) solid #fff;
  width: 7.04em;
  height: 7.04em;
  border-radius: 100em;
}
@media screen and (max-width: 767px) {
  .slider-topview-crild {
    font-size: 3.3em;
  }
}

.slider-topview-fs20 {
  line-height: 1.4;
}
.slider-topview-fs20 span {
  font-size: 2em;
}
@media screen and (max-width: 999px) {
  .slider-topview-fs20 span {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .slider-topview-fs20 span {
    font-weight: 500;
    font-size: 4.1em;
  }
}

.slider-topview-fs353 {
  font-weight: 700;
  line-height: 1;
}
.slider-topview-fs353 span {
  font-size: 35em;
}
@media screen and (max-width: 999px) {
  .slider-topview-fs353 span {
    font-size: 25em;
  }
}
@media screen and (max-width: 767px) {
  .slider-topview-fs353 span {
    font-size: 20em;
  }
}

.slider-topview {
  margin-bottom: 0;
}

.slider-topview-dots {
  position: relative;
  font-size: 0.52vw;
}
.slider-topview-dots .slick-dots {
  bottom: 23em;
  z-index: 3;
}
@media screen and (max-width: 999px) {
  .slider-topview-dots .slick-dots {
    bottom: 18em;
  }
}
@media screen and (max-width: 767px) {
  .slider-topview-dots .slick-dots {
    bottom: 15em;
  }
}
.slider-topview-dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .slider-topview-dots .slick-dots li {
    margin: 0 3em;
  }
}
.slider-topview-dots .slick-dots li button {
  padding: 0;
  font-size: 0;
  background-color: #CECECE;
  width: 1.35vw;
  height: 1.35vw;
  border-radius: 1000px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .slider-topview-dots .slick-dots li button {
    width: 3vw;
    height: 3vw;
  }
}
.slider-topview-dots .slick-dots li button:before {
  content: none;
}
.slider-topview-dots .slick-dots li button:hover {
  background-color: #0182DE;
}
.slider-topview-dots .slick-dots li.slick-active button {
  background-color: #0182DE;
}
.slider-topview-dots.is-active .slick-dots li button:hover {
  background-color: #E33115;
}
.slider-topview-dots.is-active .slick-dots li.slick-active button {
  background-color: #E33115;
}

.slider-message {
  position: relative;
  z-index: 2;
}
.slider-message .slider-message-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.4em;
  text-align: center;
}

.slider-message-text209 {
  font-size: 20.9em;
  font-weight: 700;
  color: #f0f0f0;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .slider-message-text209 {
    font-size: 18em;
  }
}
@media screen and (max-width: 767px) {
  .slider-message-text209 {
    font-size: 15em;
  }
}

.slider-message,
.slider-topview-dots {
  font-size: 0.52vw;
}
@media screen and (max-width: 999px) {
  .slider-message,
  .slider-topview-dots {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .slider-message,
  .slider-topview-dots {
    font-size: 0.88vw;
  }
}

.top-news__more {
  max-width: 85rem;
  margin: 0 auto;
}
.top-news__more a {
  display: block;
  font-size: 2.7rem;
  text-align: center;
  border: 0.3rem solid #707070;
  font-weight: bold;
  padding: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.top-news__more a:hover {
  color: #0183de;
  border: 0.3rem solid #0183de;
}

.news-link {
  transition: all 0.3s ease-in-out;
}
.news-link:hover {
  color: #0183de;
}

.top-strength__video {
  padding-top: max(5vw, 6rem);
}
.top-strength__video iframe {
  height: 56rem;
}

.top-news {
  font-size: 2rem;
}

.top-strength__image {
  max-width: 101rem;
  margin: 0 auto;
}

.top-strength {
  margin-top: 10rem;
  margin-bottom: 18rem;
}

.top-strength__content {
  max-width: 117rem;
  margin: 0 -0.3rem;
}
.top-strength__content .top-strength__lead {
  max-width: 104rem;
  margin: 11rem auto 0;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.top-strength__content .top-strength__description {
  font-size: 2.5rem;
}
.top-strength__content .top-strength__description p {
  line-height: 2.2;
}

.top-corporate .title__module {
  color: #e33017;
}

.top-corporate__content {
  position: relative;
  background-color: #e33017;
}
.top-corporate__content .top-corporate__more .more-title {
  color: #fff;
}
.top-corporate__content .top-corporate__more .more-link-page {
  border-color: #fff;
  color: #fff !important;
  background-color: transparent;
}
.top-corporate__content .top-corporate__inner .top-corporate__image {
  padding-bottom: 14rem;
  text-align: center;
  margin-top: -14.6vw;
  margin-right: -1vw;
}
.top-corporate__content .top-corporate__inner .top-corporate__image img {
  width: 82.031vw;
}

.top-business {
  background-color: #e33017;
}
.top-business .title__module {
  color: #fff;
}

.top-business__content {
  position: relative;
  background-color: #fff;
}
.top-business__content .top-business__visuals .top-business__inner .top-business__item {
  padding-top: 3rem;
  text-align: center;
  padding-bottom: 6rem;
}
.top-business__content .top-business__visuals .top-business__inner .top-business__item img {
  width: 68.229vw;
}

.top-equipmen {
  background-color: #fff;
}
.top-equipmen .title__module {
  font-size: 13.021vw;
  color: #f0f0f0;
}

.top-equipment__content {
  position: relative;
  background-color: #f0f0f0;
  background-color: #f5f5f5;
}
.top-equipment__content .top-equipment__more {
  padding-top: 0;
  position: relative;
  top: -5vw;
  padding-bottom: 3rem;
}
.top-equipment__content .top-equipment__inner .top-equipment__item {
  position: relative;
  top: 0rem;
  text-align: center;
  background-color: #f5f5f5;
}
.top-equipment__content .top-equipment__inner .top-equipment__item img {
  position: relative;
  top: -3rem;
  width: 78.125vw;
}

.top-recruit {
  background-color: #f5f5f5;
}
.top-recruit .title__module {
  color: #0183de;
}

.top-recruit__content {
  position: relative;
  background-color: #0183de;
}
.top-recruit__content .top__more {
  padding-top: 18rem;
  padding-bottom: 24rem;
}
.top-recruit__content .top-recruit__more .more-title {
  color: #fff;
}
.top-recruit__content .top-recruit__inner {
  position: absolute;
  top: 11.5rem;
  right: 12.5vw;
}
.top-recruit__content .top-recruit__inner img {
  width: 57.813vw;
}

.top__more {
  width: 26.5rem;
  margin-left: 12.5vw;
  padding-top: 10rem;
  position: relative;
  z-index: 10;
}

.title__module {
  position: relative;
  top: -1vw;
  margin-bottom: -1rem;
  text-align: center;
  font-size: 12.5vw;
  line-height: 0.65;
  font-weight: bold;
}

.more-title {
  font-size: 5.2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.more-link-page {
  border-radius: 99rem;
  border: 2px solid #707070;
  background-color: #fff;
  padding: 0.4rem 1.5rem 0.6rem 3rem;
  font-size: 2.9rem;
  font-weight: bold;
  color: #000;
  display: block;
  margin-top: 2rem;
  transition: all 0.3s ease-in-out;
}
.more-link-page:hover {
  background-color: #0183de !important;
  color: #fff !important;
}

.news-text {
  line-height: 1.5;
}

.bg_fff {
  background-color: #fff;
}

.equipment__inner {
  font-size: max(1.2rem, 12px);
}

.equipment__table-wrap {
  padding-top: 15rem;
  padding-bottom: 3rem;
  overflow-x: auto;
}

.equipment__table {
  width: max(1140px, 114rem);
}
.equipment__table tr th {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 4px 2px;
  font-size: max(1.6rem, 14px);
}
.equipment__table tr th:nth-child(1) {
  width: max(20rem, 200px);
}
.equipment__table tr th:nth-child(2) {
  width: max(16rem, 160px);
}
.equipment__table tr th:nth-child(3) {
  width: max(19rem, 190px);
}
.equipment__table tr th:nth-child(4) {
  width: max(5.5rem, 55px);
}
.equipment__table tr th:nth-child(5) {
  width: max(5.5rem, 55px);
}
.equipment__table tr th:nth-child(6) {
  width: max(16.4rem, 164px);
}
.equipment__table tr th:nth-child(7) {
  width: max(14.5rem, 145px);
}
.equipment__table tr td {
  background-color: #f0f0f0;
  border: 1px solid #fff;
  text-align: center;
  padding: 7.5px 2px;
}
.header_auto {
  position: relative;
  font-weight: bold;
}
.header_auto .subtitle__bg {
  color: #fff;
  font-size: 10.885vw;
  line-height: 0.65;
  text-align: center;
  position: relative;
  top: -1vw;
}
.header_auto .center__title {
  width: 100%;
  font-size: 3.7rem;
  position: absolute;
  text-align: center;
  line-height: 0.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner__text {
  padding-top: 6rem;
  position: relative;
}
.banner__text img {
  position: absolute;
  z-index: 10;
  transform: translateX(-50%);
}

.subtitle_v2p {
  letter-spacing: -0.7vw;
}

.rc__banner {
  padding-bottom: max(30.063vw, 22rem);
}
.rc__banner img {
  left: 50%;
  bottom: 9vw;
  width: 78.125vw;
}

.gray__inner {
  background-color: #f0f0f0;
}

.gray__title-bg {
  color: #f0f0f0 !important;
}

.greeting__box,
.environment__box {
  position: relative;
  background-color: #fff;
  border-radius: 6rem;
  border: 0.8rem solid #d9d9d9;
}
.greeting__box::before,
.environment__box::before {
  position: absolute;
  content: "";
}

.environment__box::before {
  left: 50%;
  bottom: -6.6rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 3.85rem solid transparent;
  border-right: 3.85rem solid transparent;
  border-top: 6.6rem solid #d9d9d9;
}
.environment__box .ol-list {
  padding-left: 2.5rem;
}
.environment__box .ol-list .dot_smal {
  padding-left: 0;
}
.environment__box .ol-list .dot_smal li::marker {
  font-size: 2rem;
}
.environment__box .environment__list li {
  margin-bottom: 3rem;
}
.environment__box .environment__list li .fisrt__text {
  margin-bottom: 1rem;
}
.environment__box .environment__list li:last-child {
  margin-bottom: 0;
}

.greeting__box {
  padding: 5.5rem 4.5rem 5rem;
  max-width: 75rem;
  margin-left: auto;
}
.greeting__box::before {
  top: 11rem;
  left: -7rem;
  width: 0;
  height: 0;
  border-top: 3.85rem solid transparent;
  border-bottom: 3.85rem solid transparent;
  border-right: 6.6rem solid #d9d9d9;
}

.card__list {
  gap: 3.5rem 10rem;
  padding-top: 13rem;
  padding-bottom: 14rem;
}

.card__item {
  width: calc(50% - 5rem);
  line-height: 1.5;
}
.card__item .card__name {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: bold;
}
.card__item .card__text {
  font-size: 2.3rem;
}

.recruit-page {
  background-color: #0183de;
}

.com__banner {
  background-color: #e33017;
  padding-bottom: max(35vw, 18rem);
}
.com__banner .title_v2p {
  color: #fff;
}
.com__banner .subtitle_v2p {
  color: #fff;
}
.com__banner img {
  left: 52%;
  bottom: 0;
  width: 82.083vw;
}

.ol-list {
  padding-left: max(1.8rem, 18px);
}
.ol-list li {
  list-style: auto;
  margin-top: 3rem;
}
.ol-list li .dot_smal {
  padding-left: max(1.8rem, 18px);
}
.ol-list li .dot_smal li {
  margin-top: 0;
  list-style: disc;
}

.mgt-5 {
  margin-top: 6rem;
}

.max__67 {
  max-width: 77rem;
  margin: 0 auto;
}
.max__67 span {
  -webkit-text-stroke: 0.3px black;
}

.corporate-page .environment {
  margin-bottom: max(10vw, 12rem);
}
.corporate-page .environment .environment__inner .container .environment__box {
  line-height: 1.75;
  font-size: 2.5rem;
  padding: 5.5rem 4.5rem 5rem;
  margin-top: 10rem;
  margin-bottom: 13rem;
  -webkit-text-stroke: 0.2px black;
}
.corporate-page .environment .environment__inner .container .environment__box .environment__title {
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
.corporate-page .environment .environment__inner .container .environment__box .environment__text {
  font-size: 2.5rem;
}
.corporate-page .environment .environment__inner .container .environment__box .environment__text img {
  max-width: 68rem;
  filter: invert(0);
}
.corporate-page .fisrt__text {
  font-size: 3.7rem;
  font-weight: bold;
}
.corporate-page .fisrt__text span {
  color: #e33017;
}
.corporate-page .access-greeting .greeting__inner {
  line-height: 1.75;
  font-size: 2.5rem;
  padding-top: 5rem;
  justify-content: space-between;
  padding-bottom: 13rem;
}
.corporate-page .access-greeting .greeting__inner .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 10rem;
}
.corporate-page .access-greeting .greeting__inner .container .representative {
  width: 34rem;
  top: 0;
  text-align: center;
}
.corporate-page .access-greeting .greeting__inner .container .representative .position {
  margin-top: 2.5rem;
}
.corporate-page .access-greeting .greeting__inner .container .representative .name {
  margin-top: 0.5rem;
}
.corporate-page .access-greeting .greeting__inner .container .greeting__box {
  width: calc(100% - 44rem);
}
.corporate-page .company-profile .company-profile__inner {
  padding-top: 11rem;
  padding-bottom: 18rem;
}
.corporate-page .company-history .company-profile__inner {
  padding-top: 11rem;
  padding-bottom: 18rem;
}
.corporate-page .company-access .access__inner {
  padding-top: 10rem;
  padding-bottom: 13rem;
  font-size: 2rem;
  line-height: 1.75;
}
.corporate-page .company-access .access__inner .container {
  max-width: 110rem;
}
.corporate-page .company-access .access__inner .container iframe {
  width: 100% !important;
  height: 41.667vw !important;
}
.corporate-page .company-access .access__inner .container .row {
  margin-top: 10rem;
  gap: 2rem 10rem;
}
.corporate-page .company-access .access__inner .container .row .col_info .cn {
  font-weight: bold;
}
.corporate-page .company-access .access__inner .container .row .col__data ul .ba {
  padding-left: 3.5rem;
  position: relative;
}
.corporate-page .company-access .access__inner .container .row .col__data ul .ba::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 1.6rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/common/a.png);
}
.corporate-page .company-access .access__inner .container .row .col__data ul .bab {
  padding-left: 3.5rem;
  position: relative;
}
.corporate-page .company-access .access__inner .container .row .col__data ul .bab::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 1.9rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/common/ab.png);
}

.table__data {
  max-width: 110rem;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.75;
  width: 100%;
}
.table__data tbody tr th {
  vertical-align: middle;
  width: 16rem;
  border-bottom: 1px solid #707070;
  text-align: left;
  vertical-align: top;
  padding: 1rem 0;
}
.table__data tbody tr td {
  width: calc(100% - 16rem);
  border-bottom: 1px solid #707070;
  padding: 1rem 0;
}
.table__data tbody tr td .row {
  align-items: center;
  margin-bottom: 1.8rem;
}
.table__data tbody tr td .row:last-child {
  margin-bottom: 0 !important;
}
.table__data tbody tr td .col__img {
  width: 10rem;
}
.table__data tbody tr td .col__text {
  width: calc(100% - 10rem);
}

.title__line {
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #707070;
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1.5;
}

.pro__banner {
  position: relative;
  padding-bottom: 35.417vw;
  line-height: 1.75;
}
.pro__banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 44.271vw;
  background-color: #d4d5d5;
  z-index: -1;
  bottom: 0;
  clip-path: polygon(50% 0%, 100% calc(100% - 15.625vw), 100% 100%, 0 100%, 0% calc(100% - 15.625vw));
}
.pro__banner .subtitle_v2p {
  letter-spacing: 0;
}
.pro__banner img {
  left: 50%;
  bottom: 9vw;
  width: 52.083vw;
}

.b_title {
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
}

.lable__title {
  font-weight: bold;
}

.profile-page {
  font-size: 2.5rem;
}
.profile-page .slick-active button {
  background-color: #0182DE !important;
}
.profile-page .profile .strength {
  padding-bottom: 4.688vw;
}
.profile-page .profile .strength .strength__inner .strength__lead {
  padding-top: 10rem;
  font-size: 2.5rem;
}
.profile-page .profile .strength .strength__inner .container .strength__list {
  margin-top: 8rem;
}
.profile-page .profile .strength .strength__inner .container .strength__list .strength__item {
  margin-bottom: 10rem;
}
.profile-page .profile .strength .strength__inner .container .strength__list .strength__item p {
  padding: 1.4vw 0;
  text-align: center;
  border: 0.3px solid #000;
  font-size: 3.7rem;
  font-weight: bold;
  box-shadow: 1rem 1rem 0px 0px rgb(0, 0, 0);
  -webkit-box-shadow: 1rem 1rem 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 1rem 1rem 0px 0px rgb(0, 0, 0);
}
.profile-page .profile .prototype {
  margin-bottom: max(8.333vw, 10rem);
}
.profile-page .profile .prototype .prototype__inner {
  padding-top: 12rem;
}
.profile-page .profile .prototype .prototype__inner .container .slider_one {
  padding-top: 6rem;
  margin-bottom: 6.5rem;
  background-color: #e6e6e6;
  margin-top: 6rem;
  padding-bottom: 8rem;
}
.profile-page .profile .prototype .prototype__inner .container .prototype__text {
  line-height: 1.75;
}
.profile-page .profile .prototype .prototype__inner .container .product-gallery {
  margin-top: 7.5rem;
  margin-bottom: max(9vw, 10rem);
}
.profile-page .profile .prototype .prototype__inner .container .product-gallery .product-gallery__inner .product-gallery__thumbs {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.profile-page .profile .prototype .prototype__inner .container .product-gallery .product-gallery__inner .product-gallery__thumbs .product-gallery__thumb {
  width: calc(25% - 1.5rem);
}
.profile-page .mbt_8rem {
  margin-bottom: 8rem;
}
.profile-page .mt_8rem {
  margin-top: 8rem;
}
.profile-page .flow .flow__inner {
  padding-top: 14rem;
  padding-bottom: max(8.333vw, 10rem);
}
.profile-page .flow .flow__inner .container .flow__des {
  line-height: 1.75;
  margin-bottom: 13rem;
}
.profile-page .flow .flow__inner .container .title__line {
  margin-bottom: 3.5rem;
}
.profile-page .flow .flow__inner .container .flow__box {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f0f0f0;
}
.profile-page .flow .flow__inner .container .flow__box .b_title {
  text-align: center;
  margin-bottom: 3rem;
}
.profile-page .flow .flow__inner .container .flow__box img {
  width: 47.4rem;
  margin: 0 auto;
}
.profile-page .flow .flow__inner .container .flow__box .des {
  display: inline-flex;
  justify-content: center;
  margin-top: 3rem;
}
.profile-page .flow .flow__inner .container .flow__box p {
  line-height: 1.75;
  text-align: left;
  display: inline-block;
}
.profile-page .slick-dots li button {
  background-color: #707070;
  border-radius: 9rem;
  width: 1.4rem;
  height: 1.4rem;
}
.profile-page .slick-next {
  right: 40rem;
  width: 0;
  height: 0;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 3.5rem solid #707070;
  z-index: 1;
}
.profile-page .slick-prev {
  left: 40rem;
  width: 0;
  height: 0;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-right: 3.5rem solid #707070;
  z-index: 1;
}
.profile-page .slick-next:before,
.profile-page .slick-prev:before {
  content: "";
}
.profile-page .ac__inner {
  padding-top: 17rem;
  padding-bottom: max(8.333vw, 10rem);
}
.profile-page .ac__inner .row {
  gap: 5.5rem 7rem;
}
.profile-page .col__card {
  width: calc((100% - 14rem) / 3);
  line-height: 1.75;
}
.profile-page .ma .header_auto .subtitle__bg {
  font-size: 10.3vw;
}
.profile-page .ma .lable__title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.profile-page .ma .mt_8 {
  margin-top: 8rem;
  margin-bottom: 7rem;
}
.profile-page .ma .title__line {
  margin-bottom: 5rem;
}
.profile-page .ma .mbt_10 {
  margin-bottom: 10rem;
}
.profile-page .ma__inner {
  padding-top: 12rem;
  padding-bottom: 5rem;
}
.profile-page .ma__inner .row {
  margin-top: 3rem;
  gap: 5.5rem 14rem;
}
.profile-page .ma__inner .row .col__02 {
  width: calc(50% - 7rem);
  line-height: 1.75;
}
.profile-page .ma__inner .row .col__02 img {
  margin-bottom: 4rem;
}
.profile-page .item_slider {
  text-align: center;
}
.profile-page .slick-dots {
  position: absolute;
  bottom: -7.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.profile-page .slick-dots li {
  margin: 1rem;
  width: 1.4rem;
}
.profile-page .ma__des {
  line-height: 1.75;
  text-align: left;
}

.rec__banner h2 {
  color: #fff;
}
.rec__banner p {
  color: #fff;
}
.rec__banner img {
  transform: initial;
  bottom: 1vw;
  right: 20vw;
  width: 29.167vw;
}

.recruit__text {
  position: relative;
  z-index: 10;
  width: 67vw;
  margin: 0 auto;
  margin-top: 7rem;
}

.recruit__lead {
  color: #fff;
  font-size: max(2.604vw, 5rem);
  font-weight: bold;
}

.recruit__description {
  color: #fff;
  max-width: 56rem;
  margin-top: 4rem;
}

.page-top .slick-next {
  right: 40rem;
  width: 0;
  height: 0;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 3.5rem solid #707070;
  z-index: 1;
}
.page-top .slick-prev {
  left: 40rem;
  width: 0;
  height: 0;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-right: 3.5rem solid #707070;
  z-index: 1;
}
.page-top .slick-next:before,
.page-top .slick-prev:before {
  content: "";
}

.recruit-page {
  font-size: 2.5rem;
}
.recruit-page main {
  line-height: 1.75;
}
.recruit-page .recruit__top {
  margin-top: 10rem;
}
.recruit-page .recruit__top .recruit__inner .voice {
  padding-bottom: 12.5rem;
}
.recruit-page .recruit__top .recruit__inner .voice .voice__inner .voice__title {
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  margin-left: -1rem;
  margin-right: -1rem;
}
.recruit-page .recruit__top .recruit__inner .voice .voice__inner .voice__list .voice__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6.5rem;
  margin-top: 5rem;
}
.recruit-page .recruit__top .recruit__inner .voice .voice__inner .voice__list .voice__item .voice__icon {
  width: 15.5rem;
  border-radius: 99px;
  background-color: #fff;
}
.recruit-page .recruit__top .recruit__inner .voice .voice__inner .voice__list .voice__item .voice__icon img {
  width: 15.5rem;
}
.recruit-page .recruit__top .recruit__inner .voice .voice__inner .voice__list .voice__item .voice__box {
  width: calc(100% - 22rem);
  position: relative;
  background-color: #fff;
  border-radius: 4rem;
  border: 0.8rem solid #d9d9d9;
  padding: 2rem 4.5rem 2.5rem;
}
.recruit-page .recruit__top .recruit__inner .voice .voice__inner .voice__list .voice__item .voice__box::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -4.7rem;
  width: 0;
  height: 0;
  border-top: 2.7rem solid transparent;
  border-bottom: 2.7rem solid transparent;
  border-right: 4.7rem solid #d9d9d9;
}
.recruit-page .recruit__top .recruit__inner .voice .voice__inner .voice__list .voice__item .voice__box.pr::before {
  left: auto;
  right: -4.7rem;
  border-right: initial;
  border-left: 4.7rem solid #d9d9d9;
}
.recruit-page .recruit__top .recruit__inner .voice .voice__inner .voice__list .voice__item .voice__box .voice__box-title {
  padding: 0.75rem;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  border: 0.2rem solid #000;
}
.recruit-page .recruit__top .recruit__inner .voice .voice__inner .voice__list .voice__item .voice__box .voice__box-text {
  max-width: 79rem;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 1rem;
}
.recruit-page .recruit__top .recruit__content .data {
  background-color: #fff;
  padding-top: 15rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner {
  padding-bottom: max(14.583vw, 10rem);
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__header {
  position: relative;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__header .data__title {
  color: #0183de;
  font-size: 10.885vw;
  line-height: 0.65;
  font-weight: bold;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__header .data__subtitle {
  margin-top: 3.5rem;
  padding-left: 2rem;
  font-weight: bold;
  font-size: max(2.604vw, 5rem);
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__header .data__icon {
  position: absolute;
  right: 4vw;
  top: -3rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__header .data__icon img {
  width: 19.531vw;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list {
  margin-top: max(15.625vw, 10rem);
  font-size: 3.9rem;
  font-weight: bold;
  line-height: 1;
  gap: 7.292vw 10rem;
  display: flex;
  flex-wrap: wrap;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item {
  padding: 5rem 3rem 4rem;
  width: calc(50% - 5rem);
  position: relative;
  border: 0.3rem solid #f0f0f0;
  min-height: 42rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 22.4rem;
  height: 1.9rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(1) {
  color: #4e7395;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(1) .data__item-text {
  margin-top: 8rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(1)::after {
  background-color: #4e7395;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(2) {
  color: #bc8c51;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(2) .data__item-text {
  margin-top: 8rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(2)::after {
  background-color: #bc8c51;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(2) .data__item-text strong span {
  display: inline-block;
  font-size: 9.4rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(3) {
  color: #70a29b;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(3) .txt__center {
  margin-top: 5rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(3) .data__item-text {
  margin-top: 7rem;
  text-align: center;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(3)::after {
  background-color: #70a29b;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(3) span {
  padding-left: 5rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(4) {
  color: #40a62a;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(4) .data__item-text {
  margin-top: 5rem;
  text-align: center;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(4)::after {
  background-color: #40a62a;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(4) .txt__center {
  margin-top: 4.5rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(4) .data__item-text strong {
  display: block;
  margin-top: 4.5rem !important;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item:nth-child(4) .data__item-text strong span {
  line-height: 0;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item .data__item-label {
  text-align: center;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item .data__item-content .data__item-text strong {
  display: block;
  margin-top: 1.8rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item .data__item-content .data__item-text strong span {
  margin-left: 0.5rem;
  font-size: 7.8rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item .data__item-content .data__item-image {
  position: absolute;
  right: 3.5rem;
  bottom: 8rem;
}
.recruit-page .recruit__top .recruit__content .data .data__inner .data__list .data__item .data__item-content .data__item-image img {
  width: 16.2rem;
}
.recruit-page .recruit__top .recruit__content .recruitment-type {
  color: #fff;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__header .recruitment-type__title {
  position: relative;
  font-size: 9vw;
  text-align: center;
  color: #0183de;
  top: -0.7vw;
  line-height: 0.65;
  font-weight: bold;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main {
  padding-top: max(10.417vw, 10rem);
  background-color: #0183de;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .container {
  position: relative;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .recruitment-type__left {
  margin-bottom: max(14.542vw, 10rem);
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .recruitment-type__left .recruitment-type__label {
  font-size: 3.2rem;
  font-weight: bold;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .recruitment-type__left .recruitment-type__job {
  margin-top: 4rem;
  font-size: 6.7rem;
  font-weight: bold;
  letter-spacing: 1vw;
  line-height: 1;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .recruitment-type__right {
  position: absolute;
  top: -5.5vw;
  right: 0rem;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .recruitment-type__right img {
  width: 30.208vw;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .recruitment-type__detail {
  background-color: #fff;
  width: 100%;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .recruitment-type__detail tbody .recruitment-type__row {
  font-size: 1.8rem;
  color: #000;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .recruitment-type__detail tbody .recruitment-type__row td {
  border-bottom: 1px solid #707070;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .recruitment-type__detail tbody .recruitment-type__row .recruitment-type__row-title {
  font-weight: 500;
  width: 23.5rem;
  padding-left: 4rem;
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .recruitment-type__detail tbody .recruitment-type__row .recruitment-type__row-content {
  width: calc(100% - 23.5rem);
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
  padding-right: 6.771vw;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .txt__center {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: max(5.208vw, 5rem);
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .recruitment-type__main .txt__center .hv-a {
  font-size: 2rem;
  display: block;
  max-width: 100%;
  width: 56rem;
  margin: 0 auto;
  background-color: #e33017;
  padding: 1rem 1.5rem 1.5rem;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .type__main2 {
  margin-bottom: max(10.417vw, 10rem);
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .type__main2 .recruitment-type__left {
  margin-bottom: 12rem !important;
}
.recruit-page .recruit__top .recruit__content .recruitment-type .recruitment-type__inner .type__main2 .recruitment-type__right {
  top: -1.5vw !important;
}

.info-detail-main img {
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .js-datepicker1,
  .js-datepicker2,
  .js-datepicker3 {
    width: 84px;
    margin-left: 2px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .footer .container-full .footer__menu .nav-list {
    gap: 1.4vw;
  }
  .rec__banner img {
    right: 12vw;
  }
  .rule__left {
    width: max(1.6rem, 10px);
    background-size: max(1.6rem, 10px);
  }
  .rule__right {
    width: max(1.6rem, 10px);
    background-size: max(1.6rem, 10px);
  }
}
.s_scroll {
  overflow-x: auto;
}

.sawada-manufacturing {
  width: max(1140px, 114rem);
}
.sawada-manufacturing tr th {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 4px 2px;
  font-size: max(1.8rem, 15px);
}
.sawada-manufacturing tr td {
  background-color: #f0f0f0;
  border: 1px solid #fff;
  text-align: center;
  padding: 7.5px 1rem;
}
.sawada-manufacturing tr td:nth-child(1) {
  width: max(20rem, 200px);
}
.sawada-manufacturing tr td:nth-child(2) {
  width: max(16rem, 160px);
}
.sawada-manufacturing tr td:nth-child(3) {
  width: max(19rem, 190px);
}
.sawada-manufacturing tr td:nth-child(4) {
  width: max(5.5rem, 55px);
}
.sawada-manufacturing tr td:nth-child(5) {
  text-align: left;
}

.card__eml {
  gap: 10rem;
  margin-top: 15rem;
}

.equipment__title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 12rem;
  margin-bottom: 5rem;
}
.equipment__title span {
  font-size: 3.7rem;
}

.group__sdgs {
  max-width: 83rem;
  margin: 13rem auto 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-image: url(../img/corporate/b.png);
}
.group__sdgs .txt__right {
  margin-top: -1.042vw;
  line-height: 1.3;
  text-align: right;
  font-size: max(1.4rem, 12px);
  padding-right: 7rem;
  margin-bottom: 6rem;
}
.group__sdgs .tvtx__bt {
  max-width: 61rem;
  margin: 0 auto;
  font-size: 1.9rem;
}
.group__sdgs .evtx__top {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  max-width: 60rem;
  margin: 0 auto;
  line-height: 1.4;
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}
.group__sdgs .sdgs__list .row_data {
  gap: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 4.5rem;
}
.group__sdgs .sdgs__list .row_data .goals__img {
  width: max(18.4rem, 150px);
  gap: 0.4rem;
}
.group__sdgs .sdgs__list .row_data .goals__img img {
  width: calc(50% - 0.2rem);
}
.group__sdgs .sdgs__list .row_data .goals__content {
  width: calc(100% - max(18.4rem, 150px) - 2.5rem);
}
.group__sdgs .sdgs__list .row_data .goals__content .goals__title {
  font-weight: bold;
  font-size: 1.9rem;
}
.group__sdgs .sdgs__list .row_data .goals__content .goals__text {
  font-size: 1.6rem;
  max-width: 47rem;
}

.lgcpn {
  margin-bottom: 5.208vw;
}

.max_72 {
  padding-bottom: 0.2rem;
  max-width: 72rem;
  margin: 3.5rem auto 0;
  border-bottom: 1px solid #37c1f3;
  font-size: 2.8rem;
}/*# sourceMappingURL=style.css.map */