.parallax__container {
  position: absolute;
  clip: rect(0, auto, auto, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}

.parallax {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.parallax--bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-1 {
  position: relative;
  display: block;
  width: 181px;
  padding: 12px 0 17px 8px;
  line-height: 200%;
  /* margin: 0 0 0 auto; */
  letter-spacing: 3px;
  color: #999999;
  transition: all 0.4s ease-in-out;
}
.btn-1:hover {
  color: #06bff2;
  /*  font-weight: bold;*/
  transition: all 0.4s ease-in-out;
}
.btn-1:hover::after {
  background-image: url(../images/common/btn-arr-2.png);
  transition: all 0.4s ease-in-out;
  width: 181px;
  height: 20px;
  transform: translate(0%, 0);
}
.btn-1::before {
  position: absolute;
  content: "";
  width: 181px;
  height: 20px;
  background-image: url(../images/common/btn-arr-1.png);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.btn-1::after {
  position: absolute;
  content: "";
  width: 0;
  height: 20px;
  background-image: url(../images/common/btn-arr-2.png);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  transform: translate(0%, 0);
}
.btn-2 {
  width: 340px;
  height: 80px;
  margin: 0 auto;
  display: block;
  background: #fff;
  border-radius: 10px;
  font-size: 15px;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  padding-top: 6px;
  letter-spacing: 3px;
  padding-left: 4px;
}
.btn-2:hover {
  opacity: 0.8;
}
.btn-2::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/common/ic-btn-arr-1.png);
  background-size: cover;
  margin-right: 11px;
}

.top-pallarax {
  height: 964px;
}
.top-pallarax-box {
  display: flex;
  justify-content: space-between;
  width: 1110px;
  margin: 0 auto;
  padding-top: 144px;
  flex-wrap: wrap;
}
.top-pallarax-box .img-log {
  width: 220px;
}
.top-pallarax-box .c-img,
.top-pallarax-box .c-img img {
  width: 100%;
}
.top-pallarax-box .word {
  width: 794px;
}
.c-img-parallax img {
  width: 100%;
}
.top-pallarax-box .word h3 {
  font-size: 20px;
  line-height: 200%;
  position: relative;
  margin-top: -9px;
  letter-spacing: 4px;
}
.top-pallarax.h1000 {
  height: 1000px;
}
.top-pallarax.h600 {
  height: 600px;
}
.top-pallarax.h450 {
  height: 450px;
}
.top-pallarax-box .word h3::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-line.png) left center no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  left: -17px;
  top: -10px;
}
.top-pallarax-box .word h3 span {
  color: #06bff2;
  display: block;
  font-size: 14px;
  line-height: 200%;
  margin-top: -3px;
  letter-spacing: 2.8px;
}
.top-pallarax-box .word p {
  line-height: 200%;
  padding-top: 15px;
  letter-spacing: 2.8px;
  padding-bottom: 35px;
}

.contact-pallarax {
  height: 679px;
  position: relative;
}
.contact-pallarax::after {
  position: absolute;
  content: "";
  background: url(../images/common/h-bg-contact.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.contact-pallarax .tt-1 {
  z-index: 2;
  position: relative;
  padding-top: 164px;
}
.contact-pallarax .tt-1 h3 {
  font-size: 11px;
  line-height: 200%;
  text-align: center;
  position: relative;
  letter-spacing: 2.1px;
  color: #fff;
}
.contact-pallarax .tt-1 h3::after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background-color: #fff;
  margin: 16px auto 38px;
}
.contact-pallarax .tt-1 h3 span {
  text-align: center;
  font-size: 26px;
  display: block;
  line-height: 200%;
  padding-top: 7px;
  letter-spacing: 6.2px;
  padding-left: 7px;
}
.contact-pallarax .tt-1 p {
  color: #fff;
  text-align: center;
  line-height: 200%;
  font-size: 13px;
  letter-spacing: 2.6px;
  padding-left: 38px;
  padding-bottom: 48px;
}
.contact-pallarax .tt-1 .btn {
  padding-left: 19px;
}

.top-block1 {
  padding: 118px 0;
}
.top-block1 .tt-1 h3 {
  font-size: 12px;
  line-height: 200%;
  text-align: center;
  position: relative;
  letter-spacing: 2.1px;
}
.top-block1 .tt-1 h3::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  background-color: #07bff2;
  margin: 20px auto 44px;
}
.top-block1 .tt-1 h3 span {
  text-align: center;
  font-size: 34px;
  display: block;
  line-height: 200%;
  padding-top: 6px;
  letter-spacing: 7.6px;
  padding-left: 7px;
}
.top-block1 .tt-1 p {
  text-align: center;
  line-height: 200%;
  letter-spacing: 2.8px;
  padding-left: 3px;
}
.top-block1 .bg-img {
  width: 1461px;
  height: 534px;
  margin-top: 73px;
  background: rgba(78, 69, 74, 0.06);
  position: relative;
}
.top-block1 .bg-img .img {
  width: 800px;
  height: 100%;
  position: relative;
}
.top-block1 .bg-img .img::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/h-bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.top-block1 .bg-img .img-nooverlay::before  {  
  content: none;  
  display: none;
}
.top-block1 .bg-img .text-ab {
  position: absolute;
  top: 58px;
  left: 93px;
}
.top-block1 .bg-img .text-ab-w {
  writing-mode: vertical-rl;
  -webkit-text-orientation: initial;
  text-orientation: initial;
  color: #fff;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 2px;
  position: relative;
}
.top-block1 .bg-img .text-ab-w::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-line-1.png) left center no-repeat;
  background-size: cover;
  top: -82px;
  left: -14px;
  width: 1px;
  height: 121px;
}
.top-block1 .bg-img .text-ab-w span {
  display: block;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 7px;
  padding-right: 6px;
  margin-top: -5px;
}
.top-block1 .bg-img-box {
  position: absolute;
  top: 50%;
  right: 71px;
  transform: translateY(-50%);
}
.top-block1 .bg-img-box-word {
  background: #fff;
  width: 680px;
  height: 400px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  padding: 114px 57px 57px 77px;
}
.top-block1 .bg-img-box-word .number {
  font-size: 28px;
  line-height: 120%;
  position: absolute;
  right: 56px;
  top: -17px;
  background: #16c3f3;
  color: #fff;
  width: 120px;
  height: 80px;
  text-align: center;
  padding-top: 19px;
}
.top-block1 .bg-img-box-word .number::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin: 6px auto 19px;
}
.top-block1 .bg-img-box-word h4 {
  font-size: 26px;
  position: relative;
  line-height: 120%;
  letter-spacing: 5px;
}
.top-block1 .bg-img-box-word h4::after {
  position: absolute;
  content: "";
  background: url(../images/common/ic-line.png) left center no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  top: -19px;
  left: -21px;
}
.top-block1 .bg-img-box-word p {
  font-size: 14px;
  line-height: 200%;
  padding: 14px 0 60px;
  letter-spacing: 2.8px;
}
.top-block1 .bg-img-box-word .btn-1 {
  padding: 12px 0 19px 15px;
}
.top-block1 .bg-img1 {
  margin: 99px 0 0 auto;
}
.top-block1 .bg-img1 .bg-img-box {
  position: absolute;
  top: 50%;
  left: 71px;
  right: auto;
  transform: translateY(-50%);
}
.top-block1 .bg-img1 .bg-img-box-word {
  padding: 114px 75px 57px 57px;
}
.top-block1 .bg-img1 .bg-img-box-word h4 {
  text-align: right;
  padding-right: 14px;
}
.top-block1 .bg-img1 .bg-img-box-word h4::after {
  left: auto;
  right: 139px;
}
.top-block1 .bg-img1 .bg-img-box-word p {
  text-align: right;
}
.top-block1 .bg-img1 .bg-img-box .number {
  right: auto;
  left: 56px;
}
.top-block1 .bg-img1 .img {
  margin: 0 0 0 auto;
}
.top-block1 .bg-img1 .text-ab {
  left: auto;
  right: 89px;
}
.top-block1 .bg-img1 .text-ab-w::before {
  left: auto;
  right: 0;
}
.top-block1 .bg-img1 .text-ab-w span {
  padding-left: 7px;
  letter-spacing: 8px;
}
.top-block1 .bg-img1 .btn-1 {
  margin: 0 auto 0 0;
}
.top-block1 .bg-img2 {
  margin-top: 99px;
}
.top-block2 .wrapper {
  max-width: 1300px;
}
.top-block2-title {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #111111;
  position: relative;
  padding: 0 32px 27px;
}
.top-block2-title::after {
  position: absolute;
  content: "";
  background: #07bff2;
  left: 0;
  bottom: -1px;
  width: 200px;
  height: 1px;
}
.top-block2-title .tt-2 {
  font-size: 34px;
  line-height: 200%;
  letter-spacing: 7.6px;
}
.top-block2-title .tt-2 span {
  line-height: 200%;
  letter-spacing: 2.4px;
  margin-bottom: 5px;
  font-size: 12px;
  display: block;
}
.top-block2-title .content {
  line-height: 200%;
  padding-bottom: 10px;
  padding-left: 72px;
  letter-spacing: 2.8px;
}
.top-block2-title1 {
  margin-top: 64px;
}
.top-block2-title1 .content {
  padding-left: 113px;
}
.top-block2-list {
  display: flex;
  justify-content: space-between;
}
.top-block2-list-box {
  width: 625px;
  padding: 40px 0;
}
.top-block2-list-box h4 {
  font-size: 20px;
  line-height: 120%;
  position: relative;
  padding: 26px 30px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
}
.top-block2-list-box h4::before {
  content: "";
  width: 27px;
  height: 26px;
  background-image: url(../images/common/ic-logo.png);
  background-size: cover;
  margin-right: 19px;
}
.top-block2-list-box dl {
  border-bottom: 1px dotted #dddddd;
}
.top-block2-list-box dl:nth-of-type(2n) {
  background: #f9f9f9;
}
.top-block2-list-box dl dt {
  line-height: 200%;
  padding: 19px 32px 22px;
  letter-spacing: 2.8px;
}
.top-block2-list-box .b2 {
  margin-top: 70px;
}
.top-block2-list-box .b1 dl,
.top-block2-list-box .b1 dl a {
  display: flex;
  justify-content: space-between;
}
.top-block2-list-box .b1 dl a {
  width: 100%;
}
.top-block2-list-box .b1 dl a {
  /* background: #F9F9F9; */
  color: #07bff2;
  transition: 0.4s;
  border-bottom: 1px solid #07bff2;
}
.top-block2-list-box .b1 dl a {
  transition: 0s;
}
.top-block2-list-box .b1 dl dt,
.top-block2-list-box .b1 dl dd {
  padding: 21.5px 31px;
  line-height: 200%;
}
.top-block2-list-box .b1 dl dt {
  font-size: 13px;
  width: 446px;
}
.top-block2-list-box .b1 dl dd {
  text-align: center;
  width: 174px;
  font-size: 11px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-left: 4px;
  letter-spacing: 2px;
}
.top-block2-list-box1 {
  padding-top: 45px;
}
.top-block3 {
  height: 519px;
  margin: 144px 0 0;
}
.top-block3 .img {
  height: 519px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.top-block4 {
  padding: 87px 0 125px;
}
.top-block4 .wrapper {
  max-width: 1300px;
}
.top-block4 h3 {
  text-align: center;
}
.top-block4 p.content {
  text-align: center;
  margin: 59px 0 95px;
  line-height: 200%;
  letter-spacing: 2.8px;
  padding-left: 2px;
}
.top-block4-list {
  display: flex;
  justify-content: space-between;
}
.top-block4-list-box {
  width: 625px;
}
.top-block4-list-box dl {
  display: flex;
}
.top-block4-list-box dl dt,
.top-block4-list-box dl dd {
  padding: 21.4px 0;
  line-height: 200%;
  font-size: 13px;
}
.top-block4-list-box dl dt {
  width: 160px;
  text-align: center;
  border-bottom: 1px solid #07bff2;
  font-weight: bold;
  letter-spacing: 2px;
}
.top-block4-list-box dl dd {
  width: 450px;
  border-bottom: 1px solid #dddddd;
  margin-left: 17px;
  letter-spacing: 2.7px;
  padding-left: 20px;
}
.top-block4-list-box .caption {
  padding: 28px 0 45px;
}
.top-block4-list-box .caption h4,
.top-block4-list-box .caption p {
  text-align: center;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 2.6px;
  padding-left: 11px;
}
.top-block4-list-box .caption h4 {
  font-weight: bold;
  letter-spacing: 2.5px;
  padding-left: 9px;
}
.top-block4-list-box .caption h4:nth-of-type(2) {
  padding-top: 26px;
}

.logo-compa {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tt-brand {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 120%;
  margin-top: 15px;
}

.logo-compa a {
  margin-bottom: 20px;
  width: 20%;
  text-align: center;
}

.logo-compa a img {
  max-width: 100%;
}

.logo-compa a:hover {
  opacity: 0.8;
}

.youtube iframe {
  margin-top: 46px;
}


.youtube_wrapper{
  width: 90%;
  max-width: 1110px;
  margin: 30px auto;
  display: flex;
  justify-content: space-around;
}
.youtube_box{
  display: block;
  width: 49%;
  max-width: 900px;
  min-width: 300px;
  aspect-ratio: 16 / 9;
}
.short_box{
  aspect-ratio: 9 / 16;
}
.youtube_box iframe,
.short_box iframe{
  width: 100%;
  height: 100%;
}

.rec_bnr{
  display: block;
  margin: 10px auto;
}
.rec_bnr img{
  width: 100%;
  max-width: 580px;
}
.rec_bnr:hover{
  opacity: 0.5;
}