@charset "UTF-8";
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  font-size: 1rem;
  padding-left: 2.8em;
  padding-right: 1.7em;
  padding-top: 1.5em;
  padding-bottom: 1.7em;
}
@media screen and (min-width: 1000px) {
  .header {
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 17em;
  }
}
@media screen and (max-width: 1600px) {
  .header {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 999px) {
  .header {
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 1.5em;
  }
}

.img-logo {
  height: 8.5em;
}
@media screen and (max-width: 767px) {
  .img-logo {
    height: 5.5em;
  }
}

.header-menu-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4.3em;
       column-gap: 4.3em;
}
@media screen and (max-width: 1600px) {
  .header-menu-ul {
    -moz-column-gap: 4.3em;
         column-gap: 4.3em;
  }
}
@media screen and (max-width: 999px) {
  .header-menu-ul {
    border-top: max(2px, 0.2rem) solid #01017F;
    display: block;
  }
  .header-menu-ul li {
    border-bottom: max(2px, 0.2rem) solid #01017F;
  }
}

.link-menu-line {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 999px) {
  .link-menu-line {
    display: block;
    padding: 2rem 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  .link-menu-line:hover, .link-menu-line.is-active {
    background-color: #01017F;
    color: #fff;
  }
}
@media screen and (min-width: 1000px) {
  .link-menu-line:before {
    content: "";
    position: absolute;
    bottom: -1.6em;
    left: 0;
    right: 0;
    background-color: #01017F;
    height: max(2px, 0.8em);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .link-menu-line:hover:before, .link-menu-line.is-active:before {
    opacity: 1;
  }
}
.link-menu-line span {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .link-menu-line span {
    font-size: 2em;
  }
}

.link-menu-button {
  display: flex;
  width: 29em;
  height: 6em;
  background-color: #01017F;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.link-menu-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: max(2px, 0.3em) solid #01017F;
}
.link-menu-button.is-active {
  background-color: #008ED3;
}
.link-menu-button.is-active:before {
  border: max(2px, 0.3em) solid #008ED3;
}
.link-menu-button span {
  font-size: 2.6em;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .link-menu-button:hover {
    background-color: #fff;
  }
  .link-menu-button:hover span {
    color: #01017F;
  }
  .link-menu-button.is-active:hover span {
    color: #008ED3;
  }
}

.header-menu-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2.4em;
       column-gap: 2.4em;
  padding-left: 6em;
}
@media screen and (max-width: 1600px) {
  .header-menu-btn {
    padding-left: 4em;
  }
}
@media screen and (max-width: 999px) {
  .header-menu-btn {
    display: none;
  }
}

.header-menu {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .header-menu {
    display: flex;
    transition: all 0.3s ease-in-out;
  }
}

.header .img-logo-scrool {
  display: none;
}
.header .header-home-page {
  display: inline-block;
}
.header .header-menu {
  padding-top: 0;
}
@media screen and (max-width: 999px) {
  .header .header-menu {
    padding-top: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
  }
}
@media screen and (min-width: 1000px) {
  .header.is-active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0.7em;
    padding-bottom: 0.2em;
    height: auto;
  }
  .header.is-active .img-logo {
    display: none;
  }
  .header.is-active .img-logo-scrool {
    display: block;
  }
  .header.is-active .header-menu {
    padding-top: 0;
  }
}

@media screen and (min-width: 1000px) {
  .view-table {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .btn-hamberger {
    transform: scale(1.5);
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .sec1-top-slider img {
    width: 100%;
    min-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-slider img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 25rem;
    -o-object-position: center center;
       object-position: center center;
  }
}

.sec1-top {
  position: relative;
}
.sec1-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.sec1-top-h2 {
  font-size: 6.46vw;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  top: 23%;
  bottom: 0;
  max-width: 160rem;
  width: calc(100% - 3rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .sec1-top-h2 {
    font-size: 9rem;
  }
}
@media screen and (max-width: 999px) {
  .sec1-top-h2 {
    top: 0;
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-h2 {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 999px) {
  .scaping-top {
    padding-top: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .scaping-top {
    padding-top: 8.6rem;
  }
}

.cont-1600 {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec2-top {
  background-color: #F5F5F5;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec2-top {
    padding-top: 5rem;
  }
}

.tlt-styleh3 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
@media screen and (max-width: 1500px) {
  .tlt-styleh3 {
    font-size: max(2.4vw, 2.4rem);
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
  }
}
@media screen and (max-width: 999px) {
  .tlt-styleh3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tlt-styleh3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.tlt-styleh3:before {
  content: "";
  display: block;
  width: 5.4rem;
  height: max(1px, 0.1rem);
  background-color: #000000;
  margin-top: 3rem;
}
@media screen and (max-width: 1500px) {
  .tlt-styleh3:before {
    margin-top: max(0.7rem, 2vw);
    width: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .tlt-styleh3:before {
    width: 2.4rem;
    margin-top: 1.7rem;
  }
}

.gr-tlt-h3 {
  position: relative;
  padding-top: 3.5rem;
}
@media screen and (max-width: 1500px) {
  .gr-tlt-h3 {
    padding-top: max(2.33vw, 1.5rem);
  }
}
@media screen and (max-width: 999px) {
  .gr-tlt-h3 {
    padding-top: 1rem;
  }
}
.gr-tlt-h3 .tlt-styleh3 {
  position: relative;
  z-index: 3;
}
.gr-tlt-h3 .tlt-styleh3-sub {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .gr-tlt-h3 .tlt-styleh3-sub {
    position: static;
    padding-bottom: 1rem;
  }
}

.tlt-styleh3-sub img {
  height: 19.2rem;
}
@media screen and (max-width: 1600px) {
  .tlt-styleh3-sub img {
    height: 12vw;
  }
}
@media screen and (max-width: 999px) {
  .tlt-styleh3-sub img {
    height: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .tlt-styleh3-sub img {
    height: auto;
    width: 100%;
  }
}

.sub-company {
  right: 0;
}

.sec2-top-txt {
  max-width: 111.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-txt {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-txt {
    margin-top: 3rem;
  }
}

.txt-fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 999px) {
  .txt-fs24 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs24 {
    font-size: 1.8rem;
  }
}

@keyframes fade-top {
  to {
    opacity: 1;
    transform: none;
  }
}
.fade-top {
  opacity: 0;
  transform: translate(0, 35px);
  animation: fade-top 0.5s ease forwards;
  animation-delay: 0.4s;
}

.sec-top-content-card {
  padding-top: 6.5em;
  font-size: 1rem;
}
@media screen and (min-width: 1000px) {
  .sec-top-content-card .txt-fs24 {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 999px) {
  .sec-top-content-card {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-top-content-card {
    padding-top: 3.5em;
  }
}
@media screen and (min-width: 1000px) {
  .sec-top-content-card .sec-top-content-card-item:nth-child(odd) .sec-top-content-card-point {
    margin-left: auto;
  }
  .sec-top-content-card .sec-top-content-card-item:nth-child(2n) .sec-top-content-card-img {
    margin-left: auto;
  }
}
.sec-top-content-card .sec-top-content-card-item + .sec-top-content-card-item {
  margin-top: 7.5em;
}
@media screen and (max-width: 767px) {
  .sec-top-content-card .sec-top-content-card-item + .sec-top-content-card-item {
    margin-top: 4em;
  }
}

.sec-top-content-card-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec-top-content-card-img {
  width: 95em;
}
@media screen and (max-width: 999px) {
  .sec-top-content-card-img {
    width: 100%;
  }
}

.sec-top-content-card-point {
  width: 91.8em;
  min-height: 38.7em;
  background-color: #fff;
  margin-top: -28em;
  position: relative;
  padding-top: 10em;
  padding-left: 6em;
  padding-right: 6em;
  padding-bottom: 4.5em;
}
@media screen and (max-width: 999px) {
  .sec-top-content-card-point {
    width: 76.8em;
    min-height: auto;
    margin-top: -15em;
    padding-top: 7em;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 4em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-top-content-card-point {
    width: 100%;
    margin-top: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 2.5em;
  }
}

.card-point-tlt {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .card-point-tlt {
    padding-bottom: 1em;
  }
}
.card-point-tlt span {
  font-size: 3.8em;
}
@media screen and (max-width: 999px) {
  .card-point-tlt span {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .card-point-tlt span {
    font-size: 2.2em;
  }
}

.card-point-number {
  font-weight: 700;
  color: #fff;
  background-color: #01017F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  width: 15em;
  height: 15em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12em;
}
@media screen and (max-width: 999px) {
  .card-point-number {
    width: 12em;
    height: 12em;
    top: -7em;
  }
}
@media screen and (max-width: 767px) {
  .card-point-number {
    width: 10em;
    height: 10em;
    top: -5em;
    padding-top: 1em;
  }
}
.card-point-number strong {
  font-size: 3.2em;
}
@media screen and (max-width: 999px) {
  .card-point-number strong {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .card-point-number strong {
    font-size: 2em;
  }
}
.card-point-number span {
  font-size: 4.3em;
}
@media screen and (max-width: 999px) {
  .card-point-number span {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 767px) {
  .card-point-number span {
    font-size: 3em;
  }
}

.link-read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #01017F;
  background-color: #fff;
  font-size: 3.4rem;
  width: 60rem;
  height: 9rem;
  transition: all 0.3s ease-in-out;
  border: max(1px, 0.3rem) solid #01017F !important;
}
.link-read-more.center {
  margin-left: auto;
  margin-right: auto;
}
.link-read-more:hover {
  background-color: #01017F;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .link-read-more {
    width: 50rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .link-read-more {
    width: 30rem;
    height: 6.5rem;
    font-size: 2.2rem;
  }
}
.link-read-more.jpn {
  font-size: 2.8rem;
  font-weight: 700;
  background-color: #01017F;
  color: #fff;
}
.link-read-more.jpn.border {
  border-color: #fff !important;
}
@media screen and (max-width: 999px) {
  .link-read-more.jpn {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .link-read-more.jpn {
    font-size: 1.9rem;
  }
}
.link-read-more.jpn:hover {
  background-color: #fff;
  color: #01017F;
}

.sec2-top-link {
  padding-top: 6.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-link {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-link {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.sec3-top {
  padding-top: 8.3rem;
}
@media screen and (min-width: 1000px) {
  .sec3-top {
    background-image: url(../img/top/image11.png);
    background-size: auto 90%;
    background-position: left 3rem center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top {
    padding-top: 5rem;
  }
}

.sec3-top-ul {
  display: flex;
  font-size: 1rem;
  padding-top: 4rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .sec3-top-ul .txt-fs24 {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-ul {
    font-size: 1rem;
    row-gap: 4em;
    padding-top: 10em;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-ul {
    padding-top: 5rem;
  }
}
.sec3-top-ul li {
  width: 46.6em;
}
@media screen and (max-width: 1200px) {
  .sec3-top-ul li {
    width: 48em;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-ul li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-ul li {
    width: 100%;
  }
}
.sec3-top-ul .sec3-top-img {
  margin-top: -7.5em;
  padding-bottom: 3em;
}
@media screen and (max-width: 999px) {
  .sec3-top-ul .sec3-top-img {
    margin-top: -6em;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-ul .sec3-top-img {
    margin-top: -5em;
    padding-bottom: 1em;
  }
}
.sec3-top-ul .sec3-top-tlt-big {
  line-height: 1.2;
  font-weight: 700;
  background-color: #000000;
  color: #fff;
  min-height: 11em;
  display: flex;
  align-items: center;
  padding-left: 2em;
  width: 43em;
}
@media screen and (max-width: 999px) {
  .sec3-top-ul .sec3-top-tlt-big {
    width: 41em;
    min-height: 9em;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-ul .sec3-top-tlt-big {
    width: 90%;
    min-height: auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1em;
  }
}
.sec3-top-ul .sec3-top-tlt-big span {
  font-size: 3.8em;
}
@media screen and (max-width: 999px) {
  .sec3-top-ul .sec3-top-tlt-big span {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-ul .sec3-top-tlt-big span {
    font-size: 2.6em;
  }
}
.sec3-top-ul .sec3-top-tlt-small {
  line-height: 1.5;
  background-color: #000000;
  color: #fff;
  padding-left: 2em;
  padding-bottom: 0.4em;
  font-weight: 700;
  padding-right: 4.5em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec3-top-ul .sec3-top-tlt-small {
    padding-left: 1em;
    padding-right: 2em;
  }
}
.sec3-top-ul .sec3-top-tlt-small span {
  font-size: 2.5em;
}
@media screen and (max-width: 1200px) {
  .sec3-top-ul .sec3-top-tlt-small span {
    font-size: 3em;
  }
}
@media screen and (max-width: 999px) {
  .sec3-top-ul .sec3-top-tlt-small span {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-ul .sec3-top-tlt-small span {
    font-size: 2em;
  }
}
.sec3-top-ul .sec3-top-tlt {
  position: relative;
  z-index: 2;
}

.sec3-top-link {
  padding-top: 6.5rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-link {
    padding-top: 3.5rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-link {
    padding-bottom: 5rem;
  }
}

.sub-service {
  left: 11.7rem;
}

.sub-recruit {
  left: 19rem;
}
@media screen and (max-width: 1200px) {
  .sub-recruit {
    left: 14rem;
  }
}
@media screen and (max-width: 999px) {
  .sub-recruit {
    left: 10rem;
  }
}

.dots {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.dots:before {
  content: "●";
  color: #01017F;
}

.footer-contact {
  background-image: url(../img/common/image01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .footer-contact {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact {
    padding: 5rem 0;
  }
}
.footer-contact .cont-1600 {
  position: relative;
  z-index: 2;
}
.footer-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.footer-contact .link-read-more {
  margin-top: 3rem;
}

.footer-contact-tlt {
  text-align: center;
  padding-bottom: 2rem;
}
.footer-contact-tlt img {
  width: 59.8rem;
}
@media screen and (max-width: 999px) {
  .footer-contact-tlt img {
    width: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-tlt img {
    width: 100%;
  }
}
.footer-contact-tlt span {
  display: block;
  line-height: 1;
  font-size: 3.8rem;
  font-weight: 700;
  margin-top: 5.4rem;
}
@media screen and (max-width: 999px) {
  .footer-contact-tlt span {
    font-size: 2.8rem;
    margin-top: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-tlt span {
    font-size: 2.2rem;
    margin-top: 2.5rem;
  }
}

.footer-contact-tlt2 {
  margin-top: 7.3rem;
}
@media screen and (max-width: 999px) {
  .footer-contact-tlt2 {
    margin-top: 5.3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-tlt2 {
    margin-top: 3.3rem;
  }
}
.footer-contact-tlt2 span {
  margin-top: 0;
}

.footer-contact-tel {
  margin-top: 1.6rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.footer-contact-tel img {
  width: 52.2rem;
}
@media screen and (max-width: 999px) {
  .footer-contact-tel img {
    width: 44.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-tel img {
    width: 29.2rem;
  }
}

.footer-contact-fill {
  background-color: #fff;
  color: #000000;
  text-align: center;
  padding-top: 2.3rem;
  padding-bottom: 1.5rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-fill {
    margin-top: 3rem;
  }
}

.footer-contact-fill-tlt {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  color: #01017F;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 999px) {
  .footer-contact-fill-tlt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-fill-tlt {
    font-size: 2.8rem;
  }
}

.fw500 {
  font-weight: 500;
}

.footer-contact-fill-link {
  background-color: #01017F;
}

.footer-contact-fill-link {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 999px) {
  .footer-contact-fill-link {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-fill-link {
    font-size: 1.8rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.footer-contact-fill-link span {
  display: inline-flex;
  -moz-column-gap: 7.6rem;
       column-gap: 7.6rem;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .footer-contact-fill-link span {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-fill-link span {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.footer-contact-fill-link span:after {
  content: "＞";
  display: inline-block;
}

.logo-ft {
  width: 40.2rem;
}

.footer-menu {
  padding-top: 3.7rem;
  font-size: 1rem;
}
@media screen and (max-width: 999px) {
  .footer-menu {
    font-size: 1rem;
    text-align: center;
  }
  .footer-menu .link-menu-line {
    display: inline-block;
    padding: 1rem;
  }
}
.footer-menu .link-menu-line span {
  font-size: 2.4em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-menu .link-menu-line span {
    font-size: 2em;
  }
}
.footer-menu .link-menu-button span {
  font-size: 2.4em;
}
@media screen and (max-width: 767px) {
  .footer-menu .link-menu-button span {
    font-size: 2em;
  }
}
.footer-menu .header-menu-ul {
  -moz-column-gap: 6.4em;
       column-gap: 6.4em;
}
@media screen and (max-width: 1200px) {
  .footer-menu .header-menu-ul {
    -moz-column-gap: 4.4em;
         column-gap: 4.4em;
    margin-right: 4em;
  }
}
@media screen and (max-width: 999px) {
  .footer-menu .header-menu-ul {
    border: 0;
    text-align: center;
    margin-right: 0;
  }
  .footer-menu .header-menu-ul li {
    border: 0;
  }
  .footer-menu .header-menu-ul li + li {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  .footer-menu .header-menu-ul li + li {
    margin-top: 1rem;
  }
}
.footer-menu .header-menu-btn {
  padding-left: 10em;
}
@media screen and (max-width: 1200px) {
  .footer-menu .header-menu-btn {
    padding-left: 0;
  }
}
.footer-menu .header-menu {
  padding-top: 10.8em;
}
@media screen and (max-width: 999px) {
  .footer-menu .header-menu {
    padding-top: 3em;
    display: none;
  }
}

.footer-access-left {
  line-height: 1.7;
}

.footer-access-right {
  width: 99.5rem;
}
@media screen and (max-width: 1500px) {
  .footer-access-right {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .footer-access-right {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
    padding-bottom: 1rem;
  }
}
.footer-access-right iframe {
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 767px) {
  .footer-access-right iframe {
    height: 25rem;
  }
}

.footer-access-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .footer-access-flex {
    display: grid;
    grid-template-columns: max-content 1fr;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
@media screen and (max-width: 999px) {
  .footer-access-flex {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
  }
}

.footer-access {
  padding-top: 4.3rem;
}
@media screen and (max-width: 999px) {
  .footer-access {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 999px) {
  .footer-access-left {
    width: 100%;
    text-align: center;
  }
}

.footer-access-privacy {
  font-size: 2.2rem;
  font-weight: 500;
  color: #01017F;
  text-align: center;
  text-decoration: underline;
  padding-top: 1.7rem;
}
@media screen and (max-width: 999px) {
  .footer-access-privacy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-access-privacy {
    font-size: 1.8rem;
  }
}

.footer-access-coppycright {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background-color: #000000;
  line-height: 1.5;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .footer-access-coppycright {
    font-size: 1.5rem;
    padding: 0.8rem 0;
    margin-top: 1rem;
  }
}

.scrolltop {
  position: fixed;
  z-index: 30;
  bottom: 6.5rem;
  right: 2rem;
  width: 6rem;
  height: 6rem;
  background-color: #01017F;
  border-radius: 100rem;
  background-image: url(../img/common/image04.png);
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  cursor: pointer;
  box-shadow: 0 0;
  box-shadow: 0.1rem 0.4rem 0.3rem 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .scrolltop {
    right: 1rem;
    width: 5rem;
    height: 5rem;
    bottom: 5rem;
  }
}

.ft-link2 {
  position: relative;
}
@media screen and (max-width: 999px) {
  .ft-link2 {
    padding-top: 3em;
  }
}
.ft-link2 .ft-link2-link {
  position: absolute;
  top: 1.7em;
  left: 0;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 999px) {
  .ft-link2 .ft-link2-link {
    position: static;
  }
}
.ft-link2 .ft-link2-link img {
  width: 40em;
}
@media screen and (max-width: 999px) {
  .ft-link2 .ft-link2-link img {
    width: 24em;
  }
}

.footer-contact-fill-mark {
  position: relative;
}
.footer-contact-fill-mark .footer-contact-fill-markb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.footer-contact-fill-mark .footer-contact-fill-markb:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.ft-link2-link-hd {
  width: 28em;
  display: inline-block;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .ft-link2-link-hd {
    width: 26em;
  }
}
.ft-link2-link-hd img {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .header-logo {
    position: relative;
  }
  .header.is-active .ft-link2-link-hd {
    display: none;
  }
}
.sec-breccum-txt {
  font-size: max(2em, 14px);
}
@media screen and (max-width: 767px) {
  .sec-breccum-txt {
    font-size: 1.6em;
  }
}

.sec-breccum {
  margin-top: 20rem;
  background-color: #F5F5F5;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 999px) {
  .sec-breccum {
    margin-top: 0;
  }
}

.banner-global {
  padding-top: 7.4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 999px) {
  .banner-global {
    padding-top: 5.4em;
    padding-bottom: 4em;
  }
}

.banner-global-img {
  height: 11.9em;
}
@media screen and (max-width: 999px) {
  .banner-global-img {
    height: 8.3em;
  }
}
@media screen and (max-width: 767px) {
  .banner-global-img {
    height: 3em;
  }
}

.banner-global-tlt {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 2.4em;
       column-gap: 2.4em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .banner-global-tlt {
    display: block;
    margin-top: 2em;
  }
}
.banner-global-tlt:before {
  content: "";
  display: block;
  width: 5.4em;
  height: max(1px, 0.1em);
  background-color: #000000;
}
.banner-global-tlt span {
  font-size: 3.8em;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .banner-global-tlt span {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .banner-global-tlt span {
    font-size: 2.2em;
  }
}

.sec1-service {
  background-color: #F5F5F5;
  padding-top: 7.8em;
  padding-bottom: 18.2em;
}
@media screen and (max-width: 999px) {
  .sec1-service {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-service {
    padding: 5em 0;
  }
}

.tlt-style1 {
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #01017F;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.tlt-style1 span {
  font-size: max(3.8em, 14px);
}
@media screen and (max-width: 999px) {
  .tlt-style1 span {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 767px) {
  .tlt-style1 span {
    font-size: 2.2em;
  }
}

.lh2 {
  line-height: 2;
}

.sec1-service-txt1 {
  text-align: center;
  padding-top: 5.5em;
  padding-bottom: 5.7em;
}
@media screen and (max-width: 999px) {
  .sec1-service-txt1 {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-service-txt1 {
    padding: 2.5em 0;
    text-align: left;
  }
}

.fw700 {
  font-weight: 700;
}

.txt-fs38 {
  font-size: max(3.8em, 14px);
}
@media screen and (max-width: 999px) {
  .txt-fs38 {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs38 {
    font-size: 2.2em;
  }
}

.sec1-service-img-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sec1-service-img-content.row-rever {
  flex-direction: row-reverse;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec1-service-img-content.row-rever {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sec1-service-img-content {
    display: block;
    text-align: center;
  }
}
.sec1-service-img-content .sec1-service-img {
  width: 59.4%;
}
@media screen and (max-width: 767px) {
  .sec1-service-img-content .sec1-service-img {
    width: 100%;
  }
}
.sec1-service-img-content .sec1-service-content {
  width: 38.1%;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec1-service-img-content .sec1-service-content {
    width: 100%;
    margin-top: 1em;
  }
}

.sec1-service-img-content-gr .sec1-service-img-content + .sec1-service-img-content {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .sec1-service-img-content-gr .sec1-service-img-content + .sec1-service-img-content {
    margin-top: 2.5em;
  }
}

.sec1-service-ul li + li {
  margin-top: 11em;
}
@media screen and (max-width: 999px) {
  .sec1-service-ul li + li {
    margin-top: 6em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-service-ul li + li {
    margin-top: 4rem;
  }
}

.txt-fs24s {
  font-size: max(2.4em, 14px);
}
@media screen and (max-width: 999px) {
  .txt-fs24s {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs24s {
    font-size: 1.8em;
  }
}

.sec1-company {
  background-color: #F5F5F5;
  padding-top: 8em;
  padding-bottom: 18em;
}
@media screen and (max-width: 999px) {
  .sec1-company {
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-company {
    padding: 5em 0;
  }
}

.sec1-company-box {
  background-color: #fff;
  margin-top: 4.7em;
  padding-top: 3.5em;
  padding-bottom: 8em;
}
@media screen and (max-width: 999px) {
  .sec1-company-box {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-company-box {
    margin-top: 4em;
    padding-top: 3em;
    padding-bottom: 4em;
  }
}

.sec1-company-box-table {
  max-width: 145em;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 15em);
}
@media screen and (max-width: 999px) {
  .sec1-company-box-table {
    width: calc(100% - 3em);
  }
}

.txt-fs28s {
  font-size: max(2.8em, 14px);
}
@media screen and (max-width: 999px) {
  .txt-fs28s {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs28s {
    font-size: 1.8em;
  }
}

.lh17 {
  line-height: 1.7;
}

.sec1-company-table {
  width: 100%;
}
.sec1-company-table tr td:first-child {
  width: 23em;
}
@media screen and (max-width: 999px) {
  .sec1-company-table tr td:first-child {
    width: 21em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-company-table tr td:first-child {
    width: 100%;
    padding-top: 0.9em;
  }
}
.sec1-company-table tr td:last-child {
  width: calc(100% - 23em);
}
@media screen and (max-width: 999px) {
  .sec1-company-table tr td:last-child {
    width: calc(100% - 21em);
  }
}
@media screen and (max-width: 767px) {
  .sec1-company-table tr td:last-child {
    width: 100%;
    border-bottom: max(1px, 0.1em) solid #868686;
    padding-bottom: 0.9em;
  }
}
.sec1-company-table tr td {
  border-bottom: max(1px, 0.1em) solid #868686;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sec1-company-table tr td {
    float: left;
    padding: 0;
    border: 0;
  }
}

.sec1-company-map {
  display: grid;
  grid-template-columns: 28.9% 62%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6.7em;
}
@media screen and (max-width: 999px) {
  .sec1-company-map {
    grid-template-columns: 33.9% 62%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-company-map {
    display: block;
    margin-top: 3em;
  }
}

.sec1-company-map-right iframe {
  width: 100%;
  height: 44em;
  margin-bottom: 5.5em;
}
@media screen and (max-width: 767px) {
  .sec1-company-map-right iframe {
    height: 28em;
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-company-map-right {
    margin-top: 3em;
  }
}

.btn-googlemap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: max(1px, 0.3em) solid #01017F !important;
  color: #01017F;
  width: 40em;
  height: max(6em, 32px);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .btn-googlemap {
    width: 35em;
  }
}
@media screen and (max-width: 767px) {
  .btn-googlemap {
    width: 28em;
  }
}
.btn-googlemap span {
  font-size: max(2.6em, 14px);
}
@media screen and (max-width: 999px) {
  .btn-googlemap span {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .btn-googlemap span {
    font-size: 2em;
  }
}
.btn-googlemap.cter {
  margin-left: auto;
  margin-right: auto;
}
.btn-googlemap:hover {
  background-color: #01017F;
  color: #fff;
}

.tlt-style12-company {
  margin-top: 11.3em;
  margin-bottom: 4.7em;
}
@media screen and (max-width: 999px) {
  .tlt-style12-company {
    margin-top: 7em;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .tlt-style12-company {
    margin-top: 5em;
  }
}

.sec2-company {
  background-color: #fff;
  padding-top: 5.2em;
  padding-bottom: 20em;
}
@media screen and (max-width: 999px) {
  .sec2-company {
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec2-company {
    padding: 3em 0;
  }
}

.sec2-company-cont {
  max-width: 145em;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 15em);
}
@media screen and (max-width: 999px) {
  .sec2-company-cont {
    width: calc(100% - 3em);
  }
}

.lh18 {
  line-height: 1.8;
}

.sec2-company-item-name {
  text-decoration: underline;
}

.sec2-company-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.6em;
       column-gap: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec2-company-item {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
  .sec2-company-item .txt-fs28s {
    font-size: 1.6em;
  }
}
.sec2-company-item:before {
  content: "";
  width: 2.3em;
  height: 2.3em;
  background-color: #01017F;
  display: block;
  margin-top: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec2-company-item:before {
    width: 1.5em;
    height: 1.5em;
  }
}

.sec2-company-item + .sec2-company-item {
  margin-top: 5.5em;
}
@media screen and (max-width: 767px) {
  .sec2-company-item + .sec2-company-item {
    margin-top: 3em;
  }
}

.sec1-recruit--img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec1-recruit--img {
    height: 20em;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.sec1-recruit {
  position: relative;
}
.sec1-recruit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.sec1-recruit .sec1-recruit-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec1-recruit .sec1-recruit-content .sec1-recruit-content-tlt {
  font-size: 8em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .sec1-recruit .sec1-recruit-content .sec1-recruit-content-tlt {
    font-size: 5em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-recruit .sec1-recruit-content .sec1-recruit-content-tlt {
    font-size: 3em;
  }
}

.sec2-recruit {
  background-color: #F5F5F5;
  padding-top: 9.3rem;
  padding-bottom: 11.4rem;
}
@media screen and (max-width: 999px) {
  .sec2-recruit {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-recruit {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

.dots-recruit {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.dots-recruit:before {
  content: "●";
  color: #01017F;
}

.sec2-recruit3 {
  margin-top: 12.4rem;
}
@media screen and (max-width: 999px) {
  .sec2-recruit3 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-recruit3 {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sec2-recruit3 .sec1-company-box {
    margin-top: 6rem;
    padding-bottom: 8.5rem;
  }
}

.sec2-recruit3-tlt-table {
  color: #01017F;
}

.sec2-recruit3-list-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6.7rem;
       column-gap: 6.7rem;
  margin-top: 7rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 999px) {
  .sec2-recruit3-list-img {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-recruit3-list-img {
    margin-top: 5rem;
    grid-template-columns: 1fr;
    row-gap: 2rem;
    margin-bottom: 5rem;
  }
}

.sec1-privacy {
  background-color: #F5F5F5;
  padding-top: 7.8em;
  padding-bottom: 7em;
}
@media screen and (max-width: 999px) {
  .sec1-privacy {
    padding-top: 7em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-privacy {
    padding: 5em 0;
  }
}

.sec1-privacy--main {
  background-color: #fff;
  padding-left: 6em;
  padding-right: 5em;
  padding-top: 7em;
  padding-bottom: 8.7em;
}
@media screen and (max-width: 999px) {
  .sec1-privacy--main {
    padding: 5em 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-privacy--main {
    padding: 3em 2em;
  }
}

.sec1-privacy-tlt-dots {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.sec1-privacy-left {
  padding-left: 2.2rem;
}

.sec1-privacy-ul {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .sec1-privacy-ul {
    margin-top: 3em;
  }
}
.sec1-privacy-ul li + li {
  margin-top: 6em;
}
@media screen and (max-width: 999px) {
  .sec1-privacy-ul li + li {
    margin-top: 3em;
  }
}

.bg-form-contact {
  background-color: #F5F5F5;
  padding-top: 7.8em;
  padding-bottom: 15em;
}
@media screen and (max-width: 999px) {
  .bg-form-contact {
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 767px) {
  .bg-form-contact {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.form-contact-sdt {
  text-align: center;
  margin-top: 4.6em;
}
@media screen and (max-width: 767px) {
  .form-contact-sdt {
    margin-top: 2.6em;
  }
}
.form-contact-sdt img {
  width: 56.7em;
}
@media screen and (max-width: 999px) {
  .form-contact-sdt img {
    width: 48.7em;
  }
}

.form-contact-sdt-sub {
  margin-top: 2.5em;
  margin-bottom: 6.7em;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .form-contact-sdt-sub {
    margin-bottom: 2.7em;
  }
}
@media screen and (max-width: 767px) {
  .form-contact-sdt-sub {
    margin-top: 1.5em;
  }
}

.form-contact-sdt-sub2 {
  text-align: center;
  margin-top: 4.7em;
  padding-bottom: 5.5em;
}
@media screen and (max-width: 767px) {
  .form-contact-sdt-sub2 {
    margin-top: 2.7em;
    text-align: left;
  }
}

.form-mail-global {
  background-color: #fff;
  padding-left: 8em;
  padding-right: 7.5em;
  padding-top: 7em;
  padding-bottom: 9em;
}
@media screen and (max-width: 999px) {
  .form-mail-global {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 7em;
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 767px) {
  .form-mail-global {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.txt-fs20 {
  font-size: max(2em, 14px);
}
@media screen and (max-width: 767px) {
  .txt-fs20 {
    font-size: 1.8em;
  }
}

.table-form {
  width: 100%;
}
.table-form tr td:first-child {
  width: 36.8em;
  background-color: #F3F3F3;
  padding-left: 1.7em;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .table-form tr td:first-child {
    width: 42em;
  }
}
@media screen and (max-width: 999px) {
  .table-form tr td:first-child {
    width: 30em;
  }
}
.table-form tr td:last-child {
  width: calc(100% - 36.8em);
  padding-left: 2.5em;
}
@media screen and (max-width: 1200px) {
  .table-form tr td:last-child {
    width: calc(100% - 42em);
  }
}
@media screen and (max-width: 999px) {
  .table-form tr td:last-child {
    width: calc(100% - 30em);
  }
}
@media screen and (max-width: 767px) {
  .table-form tr td:last-child {
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.table-form tr td {
  vertical-align: middle;
  border: max(1px, 0.2em) solid #808080;
  border-left: 0;
  border-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .table-form tr td {
    width: 100% !important;
    float: left;
    border: 0;
  }
}
.table-form tr.tr-area td {
  vertical-align: top;
}

.form-control {
  width: 100%;
  max-width: 74rem;
  height: max(5.5rem, 30px);
  border: max(1px, 0.1rem) solid #808080;
  border-radius: 0.7rem;
  outline: 0;
  padding: 0 2rem;
  scroll-margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .form-control {
    width: 100%;
    height: 4.5rem;
    padding: 0 1rem;
  }
}
.form-control.form-control-w222 {
  max-width: 22.2rem;
}
@media screen and (max-width: 999px) {
  .form-control.form-control-w222 {
    max-width: 100%;
  }
}

.form-area {
  resize: none;
  width: 100%;
  max-width: 74rem;
  border: max(1px, 0.1rem) solid #808080;
  border-radius: 0.7rem;
  outline: 0;
  padding: 2rem;
  height: 50.8rem;
}
@media screen and (max-width: 999px) {
  .form-area {
    height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .form-area {
    padding: 1.5rem 1rem;
    height: 20rem;
  }
}

.form-control, .form-area {
  font-size: max(2rem, 14px);
}
@media screen and (max-width: 767px) {
  .form-control, .form-area {
    font-size: 1.6em;
  }
}

.lb-form-radio {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
}

.form-radio {
  width: max(1.9em, 12px);
  height: max(1.9em, 12px);
  scroll-margin-top: 15rem;
}

.erro-require {
  position: absolute;
  right: 2.6em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .erro-require {
    right: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .erro-require--top {
    top: 1.4em;
    transform: none;
  }
}
.erro-require img {
  width: max(6.8em, 35px);
}
@media screen and (max-width: 767px) {
  .erro-require img {
    width: 5em;
  }
}

.layout-loader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.2em;
       column-gap: 1.2em;
}
@media screen and (max-width: 999px) {
  .layout-loader {
    display: grid;
  }
  .layout-loader.layout-loaderc2 {
    max-width: 39.5em;
    grid-template-columns: 1fr max-content 1fr;
  }
}
@media screen and (max-width: 999px) and (max-width: 767px) {
  .layout-loader.layout-loaderc2 {
    max-width: 20em;
  }
}
@media screen and (max-width: 999px) {
  .layout-loader.layout-loaderc3 {
    grid-template-columns: 1fr max-content 1fr max-content 1fr;
  }
}
@media screen and (max-width: 767px) {
  .layout-loader {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}

.line-input-csale {
  width: 1.5em;
  height: max(1px, 0.1em);
  background-color: #000000;
}

.form-submit {
  width: 45em;
  height: 9em;
  border: 0;
  outline: 0;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  background-color: #BABABA;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .form-submit {
    width: 35em;
    height: 8em;
  }
}
@media screen and (max-width: 767px) {
  .form-submit {
    width: 50%;
    height: 6em;
  }
}
.form-submit.is-active {
  background-color: #4D4D4D;
}
.form-submit:hover {
  background-color: #01017F;
}

.gr-btn-submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 7.8em;
  -moz-column-gap: 3.8em;
       column-gap: 3.8em;
}
@media screen and (max-width: 999px) {
  .gr-btn-submit {
    margin-top: 5em;
  }
}
@media screen and (max-width: 767px) {
  .gr-btn-submit {
    margin-top: 2rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.bottom-form {
  line-height: 1.4;
  margin-top: 8em;
}
@media screen and (max-width: 999px) {
  .bottom-form {
    margin-top: 5em;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .bottom-form {
    margin-top: 3em;
  }
}
.bottom-form .bottom-form-bl {
  padding-left: 0.5em;
}
.bottom-form a {
  color: #3A6CB0;
  text-decoration: underline !important;
}

.sec2-form-global {
  margin-top: 3rem;
}
.sec2-form-global input, .sec2-form-global textarea {
  background-color: #f3f3f3;
}

.link-read-more-form {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .link-read-more-form {
    width: 55rem;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .link-read-more-form {
    width: 104.8rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .link-read-more-form {
    margin-bottom: 5rem;
    line-height: 1.5;
    height: 8.2rem;
    text-align: center;
  }
}

.scroll-form-reset {
  position: relative;
}
.scroll-form-reset .scroll-form-reset-main {
  position: absolute;
  top: -15rem;
  left: 0;
}

.setting-fs {
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */