@charset "utf-8";

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.no-scroll {
  width: 100%;
  height: 100dvh;
  overflow-y: scroll;
}

.no-scroll body{
  overflow-y: scroll;
}

header{
  z-index: 10010;
}

.footer_buttons, footer {
  position: relative;
  z-index: 9999;
}

.top_headline{
  margin-bottom: 50px;
}

.top_headline strong{
  font-size: 5rem;
  line-height: 1.2;
  font-weight: normal;
  display: block;
  font-family: var(--saira);
}

.top_headline span{
  font-size: 1.6rem;
  line-height: 1;
}

@media screen and (max-width: 1350px) {
  .top_headline strong{
    font-size: 4rem;
  }
  
  .top_headline span{
    font-size: 1.4rem;
    line-height: 1;
  }

}
@media screen and (max-width: 1024px) {
  .top_headline strong{
    font-size: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .top_headline strong{
    font-size: 3rem;
  }
  .top_headline span{
    font-size: 1.3rem;
  }

  .top_headline {
    margin-bottom: 20px;
  }
}



.top_main_visual{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.main_slider .swiper-slide picture,
.main_slider .swiper-slide{
  height: 100vh;
  width: 100%;  
}


.main_slider .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.float_section_wrap{
  position: relative;
  padding-top: 0vh;
  z-index: 10007;
}

.float_section{
  position: relative;
  padding: 120px 0;
}

.float_section .row{
  display: flex;
}
.float_section .row .col1{
  width: 50%;
}
.float_section .row .col1 .ttl{
  font-size: 9rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--saira);
}

.float_section .row .col1 .read{
  font-size: 4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: var(--saira);
}

.float_section .row .col1 .catch img {
  width: 358px;
}

.float_section .row .col2{
  width: 50%;
}

.float_section .row .col2 p.msg{
  font-size: 1.6rem;
  line-height: 3.2;
  margin-bottom: 2em;
}

.float_section .row .col2 p.msg span{
  display: inline-block;
  position: relative;
}
.float_section .row .col2 p.last_msg span>.rubi,
.float_section .row .col2 p.msg span>.rubi{
  width: 100%;
  position: absolute;
  left:0;
  top:0;
  text-align: center;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: -0.05em;
  margin-top: -1em;
}

.float_section .row .col2 p.last_msg{
  font-size: 2rem;
  margin-bottom: 2em;
}

.float_section .row .col2 p.last_msg>span{
  display: inline-block;
  position: relative;
}


@media screen and (max-width: 1350px) {
  .float_section .row .col1 .ttl {
    font-size: 6vw;
  }
  .float_section .row .col1 .read {
    font-size: 3vw;
  }
  
  .float_section .row .col1 .catch img {
    width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  
  .float_section .row{
    display: block;
  }

  .float_section .row .col1{
    width: 100%;
  }

  .float_section .row .col1 .ttl {
    font-size: 11.7vw;
    font-size: clamp(5rem,11.7vw, 9rem);
  }

  .float_section .row .col1 .read{
    font-size: clamp(3rem,5.2vw,4rem);
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1em;
  }

  .float_section .row .col1 .catch img {
    width: clamp( 300px,46.61vw,385px);
  }

  .float_section .row .col2{
    width: 100%;
    margin-bottom: 80px;
  }

  .float_section .row .col2 p.msg{
    font-size: 1.6rem;
    line-height: 3.2;
  }

  .float_section .row .col2 p.msg span{
    display: inline-block;
    position: relative;
  }

  .float_section .row .col2 p.last_msg span>.rubi,
  .float_section .row .col2 p.msg span>.rubi{
    width: 100%;
    position: absolute;
    left:0;
    top:0;
    text-align: center;
    font-size: 1.1rem;
    white-space: nowrap;
    letter-spacing: -0.05em;
    margin-top: -1em;
  }


  .float_section .row .col2 p.last_msg{
    font-size: 2rem;
  }
  .float_section .row .col2 p.last_msg>span{
    display: inline-block;
    position: relative;
  }

  
  .float_section .row .col2 p.last_msg{
    font-size: 1.8rem;
    margin-top: 50px;
  }

  .float_section{
    position: relative;
    padding: 120px 0 0;
  }
  .float_section .row .col2 {
    width: 100%;
    margin-bottom: 0;
  }
}




.top_news {
  padding-bottom: 200px;
  padding-right: 60px;
}

.top_news .row{
  display: flex;
  padding: 0 20px;
}

.top_news .row .col1{
  width: 180px;
}
.top_news .row .col2 {
  width: calc(100% - 180px);
  min-height: 212px;
}

.top_news h2.ttl{
  font-size: 3.7rem;
}

.top_news a.more{
  position: relative;
  font-size: 1.6rem;
  display: inline-block;
  padding-right: 2em;
}

.top_news a.more::after{
  content: '';
  position: absolute;
  right: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}

.top_news .newslist>article {
  display: flex;
  font-size: 1.4rem;
  padding: 15px 0;
  border-bottom: 1px solid #CCCCCC;
}

.top_news .newslist>article time{
  width: 116px;
}

.top_news .newslist>article p{
  width: calc(100% - 116px);
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1350px) {

  .top_news {
    padding-bottom: 84px;
    padding-right: 0;
  }

  .top_news .row .col2 {
    padding-right: 160px;
  }
}


@media screen and (max-width: 1300px) {

  .top_news .row .col2 {
    padding-right: 120px;
  }
}

@media screen and (max-width: 1200px) {

  .top_news .row .col2 {
    padding-right: 0px;
  }

}
@media screen and (max-width: 1024px) {

  .top_news .newslist>article time{
    width: 83px;
  }
  
  .top_news .newslist>article p{
    width: calc(100% - 83px);
  }
  
  .top_news {
    padding-bottom: 13vw;
    padding-right: 0;
}

  .top_news .row {
    display: block;
    padding: 0;
    padding-right: 10%;
  }

  .top_news .row .col1 {
    width: 100%;
  }

  .top_news .row .col2 {
    padding-right: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_news .row {
    padding-right: 50px;
  }
}

.top_contents {
  background: #fff;
  padding: 52px 0;
  overflow: hidden;
}

.top_contents .wrap{
  padding: 0 46px;
  position: relative;
}


@media screen and (max-width: 1350px) {
  .top_contents {
    padding: 18px 0 60px;
  }
}

@media screen and (max-width: 1024px) {
  .top_contents .wrap {
    padding: 0 35px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .top_contents .wrap {
    padding: 0 20px;
    position: relative;
  }

}

.top_message .bg{
  width: 100%;
  position: absolute;
  left:0;
  top:0;
  z-index: -1;
}

.top_message .box {
  position: relative;
  display: block;
  height: 444px;
  padding: 65px 60px;
  border-radius: 24px;
  z-index: 0;
}

.top_message .box .bg{
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  z-index: 2;
}

.top_message .box .bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 90%;
}

.top_message .pin {
  width: 60px;
  position: absolute;
  left: 107px;
  top: -56px;
  z-index: 3;
}

.top_message .box h2,
.top_message .box .msg{
  position: relative;
  z-index: 2;
}

.top_message .box .msg{
  font-size: 2.8rem;
}

@media screen and (max-width: 1350px) {
  .top_message .box {
    height: 394px;
    padding: 40px 60px;
  }

}

@media screen and (max-width: 1024px) {
  .top_message .box {
    padding: 60px 60px;
    margin-bottom: 5vw;
    height: auto;
    aspect-ratio: 696 / 731;
  }

  .top_message .box .msg {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 768px) {
  .top_message .box {
    padding: 7vw 8vw;
    margin-bottom: 5vw;
    height: auto;
    aspect-ratio: 696 / 640;
  }

  .top_message .box .msg {
    font-size: 3.6vw;
    margin-top: -5%;
  }
}

.top_section_group {
  position: relative;
  padding-top: 35px;
  padding-bottom: 220px;
  z-index: 3;
}


.top_section_group .row{
  display: flex;
  justify-content: space-between;
}

.top_section_group .row
.top_col{
  width: 47.65%;
  z-index: 2;
}

.top_col .head {
  position: relative;
  display: flex;
}

.top_about .head {
  position: relative;
  display: flex;
  padding-left: 71px;
}

.top_col .head .top_headline{
  margin-bottom: 15px;
}

.top_col .head .msg {
  padding-top: 15px;
  padding-left: 40px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.top_col .img {
  border-radius: 24px;  
  overflow: hidden;
  height: 320px;
}
.top_col .img img{
  position: relative;
  object-fit: cover;
  height: 100%;
}

.top_col .top_headline {
  position: relative;
  padding-left: 8vw;
}

.top_col .head .pin{
  position: absolute;
  width: 40px;
  left:0;
  top:0;
}

@media screen and (max-width: 1350px) {
  .top_about .head {
    padding-left: 40px;
  }

  .top_col .head .msg {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 1.2vw;
    line-height: 1.75;
  }
    
  .top_about .head {
    padding-left: 3.56vw;
  }

  .top_section_group {
    padding-top: 35px;
    padding-bottom: 186px;
  }
}


@media screen and (max-width: 1024px) {
  .top_section_group::after {
    content: '';
    position: absolute;
    bottom: -30vw;
    left: 0;
    width: 100%;
    height: 30vw;
    background: #fff;
    z-index: 0;
  }

  .top_col .head .msg {
    font-size: 1.6rem;
  }

  .top_about .head {
    padding-left: 1.95vw;
  }
  
  .top_section_group {
    display: block;
    padding-bottom: 0;
  }

  .top_section_group .row {
    display: block;
    position: relative;
    z-index: 3;
}

  .top_about .head {
    width: 100%;
  }
  
  .top_section_group .row .top_col {
    width: 100%;
    margin-bottom: 0vw;
    z-index: 2;
  }

  .top_section_group .row .top_col.top_about {
    margin-bottom: 6vw;
  }

  .top_col .img {
    border-radius: 24px;
    overflow: hidden;
    height: auto;
    width: 100%;
  }

  .top_col .head {
    position: relative;
    display: flex;
    padding-left: 0vw;
  }

  .top_col .head .pin {
    position: absolute;
    width: 4.5vw;
    left: calc(-35px + 7.2vw);
    top: 2px;
  }

}
@media screen and (max-width: 768px) {


  .top_col .head .msg {
    padding-top: 0px;
    padding-left: 11vw;
    font-size: 1.2rem;
    line-height: 1.75;
    margin-bottom: 5px;
  }
  
  .top_section_group {
    padding-top: 0px;
  }
  .top_col .head {
    position: relative;
    display: block;
    padding-left: 0vw;
  }
  .top_col .head .top_headline {
    margin-bottom: 0;
  }
  
  .top_col .head .top_headline {
    padding-left: 11vw;
  }

  .top_col .head .pin {
    position: absolute;
    width: 6.2vw;
    left: calc(-20px + 6.2vw);
    top: 0vw;
  }
}


.top_guidance .img {
  display: flex;
  border: 1px solid #CCCCCC;
}
.top_guidance .img>figure img{
  width: 100.5%;
  height: 100%;
  object-fit: cover;
}

.top_guidance .img>figure:nth-child(1){
  width: 42.9%;
}
.top_guidance .img>figure:nth-child(2){
  width: 57%;
}

.top_jobs {
  position: relative;
  padding: 94px 0 0;
  margin-top: 0vw;
  overflow: hidden;
  z-index: 2;
  background: #fff;
}

.top_jobs .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right, rgba(182,221,243,0.2), rgba(182,221,243,0.2));
  z-index: 0;
}

.top_jobs .row {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  margin-bottom: 60px;
}

.top_jobs .row .col1{
  width: 460px;
}

.top_jobs .row .col2 {
  width: 54.68%;
}

.top_jobs .row .img{
  border-radius: 29px;
  overflow: hidden;
  height: 480px;
}
.top_jobs .row .img img{
  height: 100%;
  object-fit: cover;
}

.top_jobs .row .col1 .msg {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 80px;
}

@media screen and (max-width: 1350px) {
  .top_jobs .row .col1{
    width: 460px;
  }
  
  .top_jobs .row .col2 {
    width: calc(100% - 460px);
    padding-left: 50px;
  }
  
}
@media screen and (max-width: 1024px) {
  .top_jobs {
    margin-top: 30vw;
  }

  .top_jobs .row {
    display: block;
    margin-bottom: 60px;
  }
  
  .top_jobs .row .col1{
    width: 100%;
  }
  
  .top_jobs .row .col2 {
    width: 100%;
  }
  
  .top_jobs .row .img{
    border-radius: 29px;
    overflow: hidden;
    height: auto;
    margin-bottom: 50px;
  }

  .top_jobs .row .col1 .msg {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top_jobs {
    margin-top: 20vw;
  }
  
  .top_jobs .row .img {
    border-radius: 20px
  }

  .top_jobs .row .img {
    margin-bottom: 20px;
  }

  
}

.button4{
  border-radius: 12px;
  background: #fff;
  text-align: center;
  max-width: 460px;
  height: 118px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.button4.green{
  background: #23AB39;
}

.button4.green span,
.button4.green strong{
  color: #fff;
}

.button4 span {
    font-size: 1.8rem;
    display: block;
    line-height: 1;
    font-family: var(--saira);
    font-weight: 500;
    color: #23AB39;
}

.button4 strong {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: bold;
    color: #23AB39;
}

@media screen and (max-width: 1024px) {
    .button4 {
      border-radius: 12px;
      background: #fff;
      text-align: center;
      max-width: none;
      width: 100%;
      height: 118px;
      margin: 0 auto;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
}


.top_recruit {
  position: relative;
  padding-top: 147px;
}

.top_recruit .wrap .row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}

.top_recruit .wrap .row .col1 {
  width: 54.68%;
}

.top_recruit .wrap .row .col1 .img {
  overflow: hidden;
  height: 360px;
  border-radius: 29px;
}

.top_recruit .wrap .row .col1 .img img{
  object-fit: cover;
  height: 100%;
}

.top_recruit .wrap .row .col2 {
  width: 35.9%;
}

.top_recruit .wrap .row .col2 .msg {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 44px;
}

.top_recruit .wrap .row .col2 .button4 {
    background: #22AC38;
}

@media screen and (max-width: 1350px) {
  .top_recruit .wrap .row {
    margin-top: -16px;
  }
}

@media screen and (max-width: 1024px) {
  
  .top_recruit {
    padding-top: 17vw;
  }

  .top_recruit .wrap .row {
    display: block;;
  }

  .top_recruit .wrap .row .col1 {
    width: 100%;
  }

  .top_recruit .wrap .row .col1 .img {
    margin-bottom: 40px;
  }

  .top_recruit .wrap .row .col2 {
    width: 100%;
  }

  .top_recruit .wrap .row .col1 .img {
    overflow: hidden;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .top_recruit .wrap .row .col1 .img {
    overflow: hidden;
    border-radius: 20px;
  }
}

/*道路*/

.pin1_wrap{
  position: relative;
  z-index: 10;
  height: 2px;
}

.pin1_wrap .pin1 {
  position: absolute;
  width: 1254px;
  left: 50%;
  top: 0px;
  height: 1px;
  background-color: #f10;
  margin-left: calc( (-1254px / 2));
}

.pin1_wrap .pin1 .pin {
  width: 60px;
  position: absolute;
  left: 75px;
  top: 0px;
}

.top_contents .js_line1 {
  position: absolute;
  left: 120px;
  top: -467px;
  width: 1254px;
}

.top_contents .js_line1 .car {
  position: absolute;
  width: 180px;
  left: 9%;
  top: 27%;
}

.top_contents .js_line1 .pin {
  position: absolute;
  left: -14px;
  top: 395px;
  width: 60px;
}

.top_contents .js_line2 {
  position: absolute;
  z-index: 0;
  left: 7%;
  top: 28%;
  z-index: 0;
}

.top_contents .js_line3 {
  position: absolute;
  left: 7%;
  top: 408px;
}

.top_contents .js_line3 .pin {
  width: 60px;
  position: absolute;
  left: -12px;
  bottom: -43px;
}

.top_contents .js_line3 .car {
  position: absolute;
  width: 142px;
  left: 75%;
  top: 41%;
}

.top_contents .js_line4 {
  position: absolute;
  left: 5%;
  top: -30%;
  width: 582px;
  z-index: 2;
}

.top_contents .js_line4 .pin {
  width: 60px;
  position: absolute;
  left: -13px;
  top: 7%;
}

.top_contents .js_line4 .car {
  position: absolute;
  width: 191px;
  left: 39%;
  top: 14%;
}

.top_contents .js_line1,
.top_contents .js_line2,
.top_contents .js_line3,
.top_contents .js_line4 {
  pointer-events: none;
}

.top_contents .js_line1_sp,
.top_contents .js_line2_sp,
.top_contents .js_line3_sp,
.top_contents .js_line4_sp {
  pointer-events: none;
}


@media screen and (max-width: 1350px) {
    
  .top_contents svg{
    width: 100%;
    height: auto;
  }

  .top_contents .js_line1 {
    position: absolute;
    left: 8%;
    top: -84%;
    width: 1050px;
    right: auto;
  }

  .top_message .pin1 {
    position: absolute;
    width: 1050px;
    left: 8%;
  }

 .top_message .pin {
    left: -9px;
    top: -20px;
    width: 45px;
  }

  .top_contents .js_line2 {
    position: absolute;
    z-index: 0;
    left: 6%;
    top: 42%;
    width: 916px;
    z-index: 0;
  }

  .top_contents .js_line3 {
    position: absolute;
    left: 7%;
    top: 408px;
    width: 955px;
  }

  .top_contents .js_line4 {
    position: absolute;
    left: 5%;
    top: -148px;
    width: 484px;
    z-index: 2;
  }

  .top_contents .js_line1 .car {
    width: calc(180px * 0.8);
  }

  .top_contents .js_line3 .car {
    width: calc(142px * 0.8);
  }

  .top_contents .js_line4 .car {
    width: calc(191px * 0.8);
  }
}

@media screen and (max-width: 1024px) {
  .top_message .pin1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: -12px;
  }
  .top_message .pin {
    width: 7.8vw;
    left: calc(20px + 1.4vw);
    top: 0%;
  }

  .top_contents .js_line1_sp {
    width: 90%;
    position: absolute;
    left: 7%;
    top: -120vw;
    pointer-events: none;
  }

  .top_contents .js_line1_sp .car {
    width: 23.43vw;
    position: absolute;
    left: 24%;
    top: 32%;
  }

  .top_contents .js_line3_sp {
    position: absolute;
    right: 6%;
    bottom: -23.5%;
    width: 86%;
    z-index: 2;
  }

  .top_contents .js_line3_sp .pin {
    width: 7.8vw;
    position: absolute;
    left: -2%;
    border: 0;
    bottom: -8%;
  }

  .top_contents .js_line3_sp .car {
    width: 18.4vw;
    position: absolute;
    right: 59%;
    bottom: 29%;
  }

  .top_contents .js_line4_sp {
    position: absolute;
    left: 5%;
    top: -18vw;
    width: 76.82vw;
    z-index: 1;
  }
  
  .top_contents .js_line4_sp .pin {
    width: 7.8vw;
    position: absolute;
    left: -2%;
    top: 7%;
  }
  
  .top_contents .js_line4_sp .car {
    position: absolute;
    width: 20.86vw;
    left: 39%;
    top: 16%;
  }

}

@media screen and (max-width: 768px) {
  .top_contents .js_line3_sp .pin {
    bottom: 0%;
  }

  .top_contents .js_line4_sp {
    position: absolute;
    left: 5%;
    top: -17vw;
    width: 83.82vw;
    z-index: 1;
  }
}

.parallax{
  opacity: 0;
}
.parallax2{
  opacity: 1;
}

.other_container {
  position: relative;
  z-index: 9998;
  margin-top: 0vh;
}

.main_catch {
  position: absolute;
  left: 0;
  top: -2%;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  align-items: flex-end;
}

.main_catch img{
  width: 693px;
}
.scroll_container {
  width: 100%;
  position: relative;
  padding-top: 70vh;
}

.scroll_area {
  position: relative;
  padding-top: 80vh;
  padding-bottom:20vh;
  font-size: 1.5rem;
}

.scroll_area .bg_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(142, 216, 255, 0) 0%, #dff2f7 1%, #e7fce4 100%);
  background-image: linear-gradient(to bottom, #CEEDFF, #ACE3A2);
  opacity: 0;
  filter: blur(10px);
/*         opacity: 1;
  filter: blur(0px); */
  z-index: 2;
}

.circle_scroll_area {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 2;
  width: 100%;
  height: 200vh;
  left: 0;
  bottom:  0vh;
  margin-top: -20vh;
  display: block;
}

.circle_wrap{
  position: sticky;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.circle_wrap_copy {
  position: fixed;
  bottom: 0vh;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10005;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.circle_wrap_copy .circle{
  position: absolute;
  width: 100vh;
  height: 100vh;
  opacity: 0;
  margin-top: 0;
  transform: scale(0.05,0.05);
}


.circle {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.circle span {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/circle.webp);
  background-size: 100%;
  filter: blur(20px);
  background-repeat: no-repeat;
  animation: cosmicMotion 8s infinite linear, slowDrift 10s infinite ease-in-out alternate;
}

@keyframes cosmicMotion {
  0% { transform: scale(1) rotate(0deg); opacity: 1; }
  50% { transform: scale(1.1) rotate(180deg); opacity: 0.8; }
  100% { transform: scale(1) rotate(360deg); opacity: 1; }
}

@keyframes slowDrift {
  0% { transform: translate(-10px, -10px); }
  100% { transform: translate(10px, 10px); }
}


@media screen and (max-width: 1024px) {
  .main_catch img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .scroll_area {
    position: relative;
    padding-top: 80vh;
    padding-bottom: 1px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .circle_scroll_area {
    height: 130vh;
  }
}

/*ローディング*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  z-index: 10020;
}

.loading_box {
  opacity: 0;
}

.loading_catch1{
  font-size: 6rem;
  line-height: 1;
}

.loading_catch2{
  font-size: 4rem;
}

.loading_catch1 span,
.loading_catch2 span {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px) scale(0.8,0.8);
  filter: blur(10px);
  color: #CCCCCC;
  font-family: var(--saira);
  
}

.loading_catch3 {
  opacity: 0;
  filter: blur(10px);
}
.loading_catch3 img {
  width: 358px;
}

@media screen and (max-width: 768px) {
  
  .loading_catch1{
    font-size: 3rem;
    line-height: 1;
  }

  .loading_catch2{
    font-size: 2rem;
  }
  .loading_catch3 img {
    width: 260px;
  }
}