button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
  background: none;
  cursor: pointer;
  outline: none;
}

.site-main .uq_lp {
  overflow: hidden;
}

.scrollview {
  transition: all 0.5s 0.1s cubic-bezier(0.42, 0, 0.7, 1);
  opacity: 0;
  transform: scale(1, 1) translate(0%, 10px);
}

.scrollview.view {
  opacity: 1;
  transform: scale(1, 1) translate(0%, 0%);
}

/*/////////////////////////////
	slick
/////////////////////////////*/
.slide_image {
  display: none;
}

.slide_image.slick-initialized {
  display: block;
}

.mainImage {
  opacity: 0;
  visibility: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*/////////////////////////////
	transparency
/////////////////////////////*/
.uq_lp {
  font-family: "SofiaPro", "heisei-kaku-gothic-std", sans-serif !important;
  font-weight: 300;
}
.uq_lp .content {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}
.uq_lp .btn {
  background-color: #e7702e;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  width: 20rem;
  display: block;
  padding: 0.75rem 0;
  margin-bottom: 5rem;
}
.uq_lp .btn:hover {
  background-color: #000;
  color: #fff;
}
.uq_lp .answer {
  background-color: #3e7165;
  color: #fff;
  padding-top: 6.6875vw;
  overflow: hidden;
  position: relative;
}
.uq_lp .answer__area {
  display: flex;
  padding-bottom: 1.25vw;
}
.uq_lp .answer__textArea {
  width: 50%;
}
.uq_lp .answer__title {
  font-size: 3.375rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 4vw;
  white-space: nowrap;
}
.uq_lp .answer__text--l {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 3.75vw;
  letter-spacing: 0.08em;
}
.uq_lp .answer__text--m {
  font-size: 1.125rem;
  line-height: 1.778;
  margin-bottom: 3vw;
  letter-spacing: 0.08em;
}
.uq_lp .answer__text--en {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 5.375vw;
  letter-spacing: 0.08em;
}
.uq_lp .answer__imgArea {
  position: absolute;
  right: 6%;
  top: 10%;
  width: 34.375vw;
  height: 34.375vw;
}
.uq_lp .answer__cicle {
  position: relative;
  width: 34.375vw;
  height: 34.375vw;
  animation: rotate 30s cubic-bezier(0.42, 0, 0.7, 1) infinite;
}
.uq_lp .answer__cicle__item {
  position: absolute;
}
.uq_lp .answer__cicle__item:nth-of-type(1) {
  top: -3.375vw;
  left: 12.125vw;
  z-index: 2;
  animation: child 30s cubic-bezier(0.42, 0, 0.7, 1) infinite;
}
.uq_lp .answer__cicle__item:nth-of-type(2) {
  top: 2.625vw;
  right: 5.375vw;
  z-index: 2;
  animation: child 30s cubic-bezier(0.42, 0, 0.7, 1) infinite;
  display: inline-flex;
}
.uq_lp .answer__cicle__item:nth-of-type(3) {
  top: 8.125vw;
  right: -4vw;
  z-index: 2;
  animation: child 30s cubic-bezier(0.42, 0, 0.7, 1) infinite;
}
.uq_lp .answer__cicle__item:nth-of-type(4) {
  bottom: 13.125vw;
  right: -0.875vw;
  z-index: 2;
  animation: child 30s cubic-bezier(0.42, 0, 0.7, 1) infinite;
  display: inline-flex;
}
.uq_lp .answer__cicle__item:nth-of-type(5) {
  bottom: 1.875vw;
  right: -0.375vw;
  z-index: 2;
  animation: child 30s cubic-bezier(0.42, 0, 0.7, 1) infinite;
}
.uq_lp .answer__cicle__item:nth-of-type(6) {
  bottom: -1.1875vw;
  left: 17.125vw;
  z-index: 2;
  animation: child 30s cubic-bezier(0.42, 0, 0.7, 1) infinite;
  display: inline-flex;
}
.uq_lp .answer__cicle__item:nth-of-type(7) {
  bottom: 1.75vw;
  left: -0.375vw;
  z-index: 2;
  animation: child 30s cubic-bezier(0.42, 0, 0.7, 1) infinite;
}
.uq_lp .answer__cicle__item:nth-of-type(8) {
  bottom: 12.875vw;
  left: -0.75vw;
  z-index: 2;
  animation: child 30s cubic-bezier(0.42, 0, 0.7, 1) infinite;
  display: inline-flex;
}
.uq_lp .answer__cicle__item:nth-of-type(9) {
  top: 8.125vw;
  left: -4.125vw;
  z-index: 2;
  animation: child 30s cubic-bezier(0.42, 0, 0.7, 1) infinite;
}
.uq_lp .answer__cicle__item:nth-of-type(10) {
  top: 2.875vw;
  left: 5.25vw;
  z-index: 2;
  animation: child 30s cubic-bezier(0.42, 0, 0.7, 1) infinite;
  display: inline-flex;
}
.uq_lp .answer__cicle__img {
  position: relative;
  width: 100%;
  width: 11.25vw;
}
.uq_lp .answer__cicle__arrow {
  width: 34.375vw;
  height: 34.375vw;
}
.uq_lp .answer__cicle .euqal {
  width: 2.25vw;
}
.uq_lp .answer__cicle__text {
  text-align: center;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes child {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.uq_lp .answer__bg {
  background-image: url(../../assets/img/transparency-report/answer_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 42.5vw;
}
.uq_lp .regenerative {
  background-color: #3e7165;
  color: #fff;
  padding: 6.25rem 0 8.75rem;
}
.uq_lp .regenerative__area {
  display: flex;
  justify-content: space-between;
}
.uq_lp .regenerative__left {
  width: 39%;
}
.uq_lp .regenerative__title {
  font-size: 2.625rem;
  font-weight: 300;
  margin-top: -0.875rem;
  margin-bottom: 10rem;
  margin-left: 1.875rem;
  position: relative;
  white-space: nowrap;
}
.uq_lp .regenerative__title::before {
  position: absolute;
  content: "";
  position: absolute;
  top: -0.625rem;
  left: -1.25rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 4.875rem;
  width: 3.75rem;
}
.uq_lp .regenerative__right {
  width: 50%;
}
.uq_lp .regenerative__imgArea01 {
  position: relative;
}
.uq_lp .regenerative__imgArrow {
  position: absolute;
  right: -6.25rem;
  bottom: -10rem;
  width: 7.5rem;
  height: 7.5rem;
}
.uq_lp .regenerative__textArea {
  margin-bottom: 12.1875rem;
}
.uq_lp .regenerative__text--l {
  font-size: 1.25rem;
  margin-bottom: 2.875rem;
  letter-spacing: 0.08em;
}
.uq_lp .regenerative__text--m {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
}
.uq_lp .video {
  background-color: #f8ebe5;
  padding: 10rem 0;
}
.uq_lp .video__forward {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
  height: 25.3125rem;
}
.uq_lp .video__forward:last-child {
  margin-bottom: 0;
}
.uq_lp .video__textArea {
  width: 35%;
}
.uq_lp .video__title {
  font-size: 2.625rem;
  line-height: 1.286;
  font-weight: 300;
  color: #bf9781;
  margin-bottom: 2.5rem;
}
.uq_lp .video__text {
  font-size: 1.125rem;
  line-height: 1.778;
  letter-spacing: 0.08em;
}
.uq_lp .video__reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
  height: 25.3125rem;
}
.uq_lp .video__container {
  position: relative;
  width: 56%;
  padding-top: 31.1vw;
  overflow: hidden;
}
.uq_lp .video__iframe {
  width: 100%;
  height: 25.3125rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: none;
}
.uq_lp .regenerate {
  background-color: #254054;
  color: #fff;
  padding: 10rem 0;
}
.uq_lp .regenerate__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uq_lp .regenerate__textArea {
  width: 43%;
}
.uq_lp .regenerate__title {
  font-size: 2.625rem;
  font-weight: 300;
  margin-bottom: 3.75rem;
  margin-left: 1.1875rem;
  position: relative;
  white-space: nowrap;
}
.uq_lp .regenerate__title::before {
  position: absolute;
  content: "";
  position: absolute;
  top: -0.625rem;
  left: -1.25rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 4.875rem;
  width: 3.75rem;
}
.uq_lp .regenerate__imgArea {
  width: 30%;
}
.uq_lp .regenerate__text {
  font-size: 1.25rem;
  line-height: 2.1;
  margin-bottom: 3.75rem;
  letter-spacing: 0.08em;
}
.uq_lp .regenerate__smlTitle {
  font-size: 1rem;
  position: relative;
  display: block;
  margin-left: 1.375rem;
  margin-bottom: 1.125rem;
  letter-spacing: 0.08em;
}
.uq_lp .regenerate__smlTitle::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border-radius: 50%;
  left: -1.375rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.uq_lp .regenerate__innertext {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
}
.uq_lp .business {
  background-color: #583733;
  color: #fff;
  padding-top: 10rem;
}
.uq_lp .business__area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10rem;
}
.uq_lp .business__title {
  font-size: 2.625rem;
  font-weight: 300;
  margin-bottom: 3.75rem;
  color: #fff;
  position: relative;
  margin-left: 1.1875rem;
}
.uq_lp .business__title::before {
  position: absolute;
  content: "";
  position: absolute;
  top: -0.625rem;
  left: -1.25rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 4.875rem;
  width: 3.75rem;
}
.uq_lp .business__text {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 7.875rem;
  letter-spacing: 0.08em;
}
.uq_lp .business__imgArea {
  width: 50%;
}
.uq_lp .business__bg {
  background-image: url(../../assets/img/transparency-report/business_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 45rem;
}

/*# sourceMappingURL=transparency-report.css.map */
