@charset "UTF-8";
/*media*/
html {
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.62vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.67vw;
  }
}

body {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  background: #fff;
}

li, p, a, label {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: justify;
  font-weight: 500;
}

a {
  color: #000;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

input[type=text], input[type=email], input[type=tel], input[type=text], input[type=radio], input[type=checkbox], select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.mpc {
  display: none;
}
@media screen and (max-width: 1600px) {
  .mpc {
    display: block;
  }
}

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

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
header .header__logoarea {
  padding: 1.7rem 0 0 4.7rem;
}
@media screen and (max-width: 767px) {
  header .header__logoarea {
    width: 24%;
    padding: 1rem 0 0 2rem;
  }
}

.is-bgadd header {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .header__menu ul {
    padding-top: 4rem;
  }
}
.header__menu ul li {
  padding: 3rem 4.7rem;
}
.header__menu ul li a {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.15em;
  font-family: Arial, Helvetica, sans-serif;
}
.header__menu ul .li_contact {
  padding: 0;
}
.header__menu ul .li_contact a {
  padding: 3rem 6rem 3rem 7.5rem;
  color: #fff;
  position: relative;
  background: linear-gradient(170deg, #09397A 0%, #1F5291 36%);
}
@media screen and (max-width: 767px) {
  .header__menu ul .li_contact a {
    width: 100%;
  }
}
.header__menu ul .li_contact a::after {
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  background: url(../img/icon-01.png) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header__menu {
    transform: translateX(120%);
    position: fixed;
    top: 8rem;
    transition: all 0.4s;
    background: #fff;
  }
  .header__menu ul.flex__box li,
  .header__menu ul li {
    width: 100%;
  }
}

.sp__button {
  width: 6rem;
  height: 6rem;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp__button {
    display: flex;
  }
}
.sp__button span {
  width: 60%;
  height: 3px;
  display: inline-block;
  background: #000;
}

#sp__button:checked ~ .sp__button span {
  transition: all 0.4s;
}
#sp__button:checked ~ .sp__button span:nth-child(1) {
  transform: rotate(35deg);
  position: absolute;
  left: 23%;
  top: 2.4rem;
  width: 33%;
}
#sp__button:checked ~ .sp__button span:nth-child(2) {
  transform: rotate(-35deg);
}
#sp__button:checked ~ .sp__button span:nth-child(3) {
  transform: rotate(36deg);
  position: absolute;
  right: 23%;
  width: 29%;
  bottom: 2.3rem;
}
#sp__button:checked ~ .header__menu {
  transition: all 0.4s;
  transform: translateX(0);
}

.in__box {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .in__box {
    padding: 0 2rem;
  }
}

.flex__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.button__box {
  padding: 5rem 0 0;
  text-align: center;
}
.button__box a, .button__box span {
  font-size: 2.5rem;
  padding: 2rem 0;
  display: block;
  margin: auto;
  width: 30rem;
  border-radius: 2em;
  border: 1px solid;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button__box a, .button__box span {
    width: 90%;
    font-size: 2rem;
  }
}
.button__box a::after, .button__box span::after {
  content: "";
  display: block;
  height: 1.2em;
  width: 1.2em;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
.button__box span {
  padding: 0;
}
.button__box span input {
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .button__box span input {
    padding: 2rem 0;
  }
}

.en__text {
  font-size: 1.6em;
  display: block;
  line-height: 1em;
}

.mein__text {
  font-size: 2.5em;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .mein__text {
    font-size: 2.2em;
  }
}

.form__area {
  padding: 27rem 0 12rem;
  /*
  .wpcf7-radio {
    padding-bottom: 2rem;
    .wpcf7-list-item-label {
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      padding: 5px 30px;
      position: relative;
      width: auto;
      &::before {
        background: #fff;
        border: 1px solid;
        border-radius: 50%;
        content: '';
        display: block;
        height: 16px;
        left: 5px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        width: 16px;
      }
      &::after {
        background: $color-black;
        border-radius: 50%;
        content: '';
        display: block;
        height: 10px;
        left: 8px;
        margin-top: -5px;
        opacity: 0;
        position: absolute;
        top: 50%;
        width: 10px;
      }
    }
  }
  .wpcf7-acceptance,
  .wpcf7-checkbox {
    padding-bottom: 2rem;
    .wpcf7-list-item-label {
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      padding: 5px 30px;
      position: relative;
      width: auto;
      &::before {
        background: #fff;
        border: 1px solid;
        content: '';
        display: block;
        height: 1em;
        width: 1em;
        left: 0.5em;
        position: absolute;
        top: 0.7em;
      }
      &::after {
        border-right: 2px solid;
        border-bottom: 2px solid;
        content: '';
        display: block;
        height: 1.5rem;
        width: 0.8rem;
        left: 1.5rem;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 55%;
        transform: rotate(45deg);
      }
    }
  }*/
}
@media screen and (max-width: 767px) {
  .form__area {
    padding-top: 8rem;
  }
}
.form__area .main__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form__area .main__title.sp_pad_add {
    padding-top: 3em;
  }
}
.form__area .sub__text {
  text-align: center;
  padding: 3rem 0 6.5rem;
}
.form__area input[type=text], .form__area input[type=email], .form__area input[type=tel], .form__area input[type=text], .form__area select, .form__area textarea {
  width: 100%;
  border: 1px solid #AFAFAF;
  background: #fff;
}
.form__area .privacy_check {
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__area .privacy_check label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form__area .privacy_check label, .form__area .privacy_check a {
    font-size: 1.4rem;
  }
}
.form__area .privacy_check .check_box {
  position: relative;
  display: flex;
  align-items: center;
}
.form__area .privacy_check .check_box::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 2px solid #AFAFAF;
  margin-right: 1rem;
}
.form__area .privacy_check input:checked + .check_box::after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 0.3rem;
  width: 0.9em;
  height: 0.5em;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg);
}
.form__area .button__box {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .form__area .button__box {
    flex-wrap: wrap;
  }
}
.form__area .button__box .back-button,
.form__area .button__box .last-button {
  font-size: 1.8rem;
  padding: 2.6rem;
  width: 34rem;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(170deg, #09397A 0%, #1F5291 36%);
  position: relative;
}
.form__area .button__box .back-button::after,
.form__area .button__box .last-button::after {
  content: "";
  width: 7rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2rem;
  margin: auto;
}
.form__area .button__box .last-button {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .form__area .button__box .last-button {
    margin: 2rem 0 0;
  }
}
.form__area input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__box {
  font-size: 2.3rem;
  padding: 8rem 0 6.5rem;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .form__box {
    padding: 4rem 2rem;
  }
}
.form__box li {
  padding: 0 0 2.5rem;
  max-width: 500px;
  margin: auto;
}
.form__box li .title {
  display: block;
}
.form__box li .text {
  display: block;
  padding-top: 0.1rem;
}
.form__box li .select .wpcf7-form-control-wrap {
  position: relative;
}
.form__box li .select .wpcf7-form-control-wrap::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  top: 0.6em;
  right: 1.5em;
}
.form__box .required {
  padding: 0.2rem 0.7rem;
  font-size: 1.2rem;
  font-weight: 700;
  background: #1F5291;
  color: #fff;
  margin-right: 2rem;
}
.form__box .privacy_box {
  padding: 1rem 4rem 0 2.5rem;
  overflow-y: scroll;
  height: 26rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .form__box .privacy_box {
    padding: 1rem 1rem 0;
  }
}
.form__box .privacy_box .title {
  font-weight: 700;
  line-height: 1.4em;
  padding: 0 0 1rem;
}
.form__box .privacy_box p {
  line-height: 1.2em;
  padding: 0.5rem 0 1rem;
}
.form__box .privacy_box p span {
  letter-spacing: 0.1em;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin-bottom: 2rem;
}

/*
.iamge__area {
  .flex__box {
    img,.text__box {
      width: 50%;
      @include sp {
        width: 100%;
      }
    }
  }
}
.list__area {
  overflow: hidden;
  .in__box {
    position: relative;
    margin-bottom: 1rem;
    img {
      position: absolute;
      top: 0;
      right: 50%;
      width: 50vw;
      height: 100%;
      @include sp {
        position: static;
        width: 100%;
        order: -1;
      }
      & + .text__box {
        padding: 0 0 0 50%;
        @include sp {
          padding: 0;
        }
      }
    }
    .text__box {
      padding: 0 50% 0 0;
      @include sp {
        padding: 0;
      }
      & + img {
        right: auto;
        left: 50%;
      }
    }
  }
}
ul.list__box {
  li {
    display: flex;
    flex-wrap: wrap;
    .title {
      width: 10em;
      @include sp {
        width: 100%;
      }
    }
    .text {
      width: calc(100% - 11em);
      @include sp {
        width: 100%;
      }
    }
  }
}*/
.swiper-slide img {
  width: 100%;
  max-width: none;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 1.8em;
  padding: 0.8em 1em;
  border: 1px solid;
  line-height: 1em;
  margin: 0 0.3em;
}

.title_main {
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .title_main {
    font-size: 3rem;
  }
}

.main__title {
  font-size: 8.5rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .main__title {
    font-size: 3.4rem;
  }
}

.sub__title {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sub__title {
    font-size: 2rem;
  }
}

.main__text {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .main__text {
    font-size: 2rem;
  }
}

.number_text {
  font-size: 14rem;
  line-height: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  border-bottom: 0.6rem solid #000;
  display: inline-block;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .number_text {
    font-size: 6rem;
  }
}

.slide__area .in__inner {
  padding: 24rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .slide__area .in__inner {
    padding: 12rem 2rem 0;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  padding: 2.5rem;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 1.5rem;
}

.swiper-pagination-bullet-active {
  background: #ED7001;
}

.aboutus__area .in__inner {
  padding: 9rem 0 6rem;
  position: relative;
  overflow: hidden;
  /*
  &::after,
  &::before {
    content: "UEX GLOBAL";
    font-size: 12.7vw;
    position: absolute;
    bottom: 0;
    line-height: 0.65em;
    left: -4rem;
    color: rgba(0,0,0,0.1);
    font-family: $font-Bebas;
    letter-spacing: 0.04em;
    z-index: -1;
    @include sp {
      font-size: 15.7vw;
    }
  }
  &::before {
    left: auto;
    right: -9rem;
  }
  */
  /* ulタグ */
  /* liタグ */
  /* アニメーション */
}
@media screen and (max-width: 767px) {
  .aboutus__area .in__inner {
    padding-top: 4.5rem;
  }
}
.aboutus__area .in__inner .scroll-list {
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .aboutus__area .in__inner .scroll-list {
    bottom: 2rem;
  }
}
.aboutus__area .in__inner .scroll-list li {
  color: rgba(0, 0, 0, 0.1);
  font-size: 3em;
  font-size: 12.7vw;
  letter-spacing: 0.04em;
  font-family: "Bebas Neue", sans-serif;
  white-space: nowrap;
  padding: 0 8rem 0 0;
  margin: 0;
  animation: marquee-left 16s linear infinite;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .aboutus__area .in__inner .scroll-list li {
    font-size: 10rem;
  }
}
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
.aboutus__area .in__inner .in__box {
  max-width: 1600px;
  padding-left: 20rem;
}
@media screen and (max-width: 767px) {
  .aboutus__area .in__inner .in__box {
    padding-left: 2rem;
  }
}
.aboutus__area .in__inner .main__text {
  padding-top: 3rem;
}
.aboutus__area .in__inner .sub__text {
  width: 55%;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .aboutus__area .in__inner .sub__text {
    width: 100%;
  }
}
.aboutus__area .img__box {
  margin: 27rem auto 0 0;
  padding-left: 0;
  max-width: 1730px;
}
@media screen and (max-width: 767px) {
  .aboutus__area .img__box {
    margin-top: 6rem;
  }
  .aboutus__area .img__box img {
    height: 18rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.service__area {
  padding-top: 19rem;
}
@media screen and (max-width: 767px) {
  .service__area {
    padding-top: 4rem;
  }
}
.service__area .in__box {
  margin: 0 0 0 auto;
  padding-right: 0;
  max-width: 1740px;
}
.service__area .sub__title {
  padding-top: 2rem;
}
.service__area .content__box {
  margin-top: 9.3rem;
}
@media screen and (max-width: 767px) {
  .service__area .content__box {
    margin-top: 6rem;
  }
}
.service__area .content__box .text__box {
  width: 42%;
  padding: 2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .service__area .content__box .text__box {
    width: 100%;
  }
}
.service__area .content__box .text__box .mein_text {
  font-size: 4.8rem;
  font-weight: 900;
  display: block;
  letter-spacing: 0.1em;
  padding-bottom: 5rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .service__area .content__box .text__box .mein_text {
    font-size: 2.4rem;
  }
}
.service__area .content__box .text__box p {
  max-width: 545px;
  padding-right: 20px;
}
.service__area .content__box img {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .service__area .content__box img {
    width: 100%;
    padding-right: 2rem;
    padding-bottom: 2.4rem;
  }
}

.company__area {
  padding: 26rem 0 0;
  background: url(../img/bg-01.png) no-repeat top 5rem center/100% auto;
}
@media screen and (max-width: 767px) {
  .company__area {
    padding-top: 8rem;
    background-size: 200% auto;
  }
}
.company__area ul {
  padding-top: 4.5rem;
  background: #fff;
}
.company__area ul li {
  display: flex;
  padding: 2.2rem 0 2.3rem 0;
  border-top: 1px solid #AFAFAF;
  position: relative;
}
.company__area ul li::before {
  content: "";
  display: block;
  width: 25rem;
  height: 1px;
  background: linear-gradient(90deg, #F39800, #DC4F03);
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .company__area ul li::before {
    width: 8rem;
  }
}
.company__area ul li span {
  width: 25rem;
  padding-left: 3.4rem;
  line-height: 1.85em;
}
@media screen and (max-width: 767px) {
  .company__area ul li span {
    width: 8rem;
    padding-left: 1rem;
  }
}
.company__area ul li span:last-child {
  width: calc(100% - 25rem);
}
@media screen and (max-width: 767px) {
  .company__area ul li span:last-child {
    width: calc(100% - 8rem);
  }
}
.company__area ul li:last-child {
  border-bottom: 1px solid #AFAFAF;
}
.company__area ul li:last-child::after {
  content: "";
  display: block;
  width: 25rem;
  height: 1px;
  background: linear-gradient(90deg, #F39800, #DC4F03);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .company__area ul li:last-child::after {
    width: 8rem;
  }
}

.site__footer {
  border-top: 2px solid #000;
  padding: 7rem 0 0;
  background: url(../img/footer_logo_2.png) no-repeat bottom 6rem right 3rem/auto 21rem;
}
@media screen and (max-width: 767px) {
  .site__footer {
    background: none;
  }
}
.site__footer .footer_company .title {
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem 0 2rem;
}
.site__footer .footer_company p {
  line-height: 1.85em;
}
.site__footer .footer_menu {
  padding-top: 9.5rem;
}
.site__footer .footer_menu a {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 2rem 0 7.66rem;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .site__footer .footer_menu {
    padding-top: 4rem;
    width: 100%;
  }
  .site__footer .footer_menu a {
    padding: 0;
    display: block;
    font-size: 1.6rem;
  }
}
.site__footer .footer__text {
  text-align: center;
  font-size: 1.4rem;
  padding: 1rem 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #000;
  margin-top: 2rem;
}

.index-contact02-form-errors {
  color: #bc4656;
}/*# sourceMappingURL=style.css.map */