@charset "UTF-8";

html {
  font-family: "Lexend Deca", "Zen Kaku Gothic New", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #172f7a;
}
body {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #ddf8fe;
}
a {
  text-decoration: none;
  color: #fff;
}
img {
  width: 100%;
  display: block;
}
li {
  list-style: none;
}
div {
  box-sizing: border-box;
}


.section{
  width: 100%;
}
.section-inner{
  width: 90%;
  max-width: 1152px;
  margin: 0 auto;
}
.title{
  font-size: 1.5rem;
  font-weight: 500;

  padding-left: 20px;
  position: relative;

  display: flex;
}
.title::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url(../images/circle.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 7px;
}
.title_en{
  display: flex;
}
.title_en::after{
  content: "/";
  display: block;
  padding: 0 .5em;
}


.title2{
  font-size: 1.5rem;
  font-weight: 500;

  padding-left: 20px;
  position: relative;

  display: flex;
}

.title_en2{
  display: flex;
}
.title_en2::after{
  content: "/";
  display: block;
  padding: 0 .5em;
}




.btn_link{
  font-weight: 500;
  color: #fff;
  background: #172f7a;
  display: table;
  padding: 15px 46px;
  margin: 0 auto;
  border-radius: 50px;
}
.btn_link span{
  display: flex;
  align-items: center;
}
.btn_link span::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url(../images/circle.png);
  background-size: cover;
  margin-right: 20px;
}

.link,
.mv_left a,
.nav_header a,
.footer_right a,
.footer_center a{
  transition: .3s;
}
.link:hover,
.mv_left a:hover,
.nav_header a:hover,
.footer_right a:hover,
.footer_center a:hover{
  opacity: .7;
}

.br_spOnly{
  display: none;
}

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

.youtube iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}


/* ------------------------------------------
     スマホ用 ハンバーガーボタン
  ------------------------------------------ */
.hamburger_btn {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 10000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.hamburger_btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #172f7a;
  transition: 0.3s ease-in-out;
}

.hamburger_btn.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger_btn.is-active span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.hamburger_btn.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hamburger_btn,
.sp_nav_overlay {
  display: none;
}


/* ------------------------------------------
   スマホ用 フルスクリーンメニュー
------------------------------------------ */
.sp_nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #172f7a;
  z-index: 9999;
  box-sizing: border-box;
  overflow-y: auto;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.sp_nav_overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.sp_nav_logo {
  width: 117px;
  padding: 25px 0 50px;
  margin-left: 5%;
}

.sp_nav_list {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.sp_nav_list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.sp_nav_list li a {
  display: flex;
  flex-direction: column;
  padding: 25px 5%;
}

.sp_nav_list .en {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.sp_nav_list .en::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url(../images/circle.png);
  background-size: cover;
  margin-right: 12px;
}

.sp_nav_list .ja {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.sp_nav_btn {
  background: #fff;
  color: #172f7a;
  max-width: 320px;
  margin: 45px 5% 40px;
  justify-content: center;
}

.sp_nav_sns {
  display: flex;
  gap: 15px;
  padding-bottom: 50px;
  padding-left: 5%;
}
.sp_nav_sns li {
  width: 44px;
}



#pageheader{
  position: absolute;
  z-index: 10;
  top: 50px;
  right: 2.5%;
}
.nav_header{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav_header li:not(:last-of-type){
  margin: 0 0 14px;
}
.nav_header li a{
  font-size: 1.4rem;
  font-weight: 500;
  color: #172f7a;
  display: block;
  background: #fff;
  padding: 0 12px;
}

#mv{
  width: 100%;
  padding-bottom: 500px;
  position: relative;
  padding: 50px 5% 200px;
  box-sizing: border-box;
}
.mvTitle{
  width: 54%;
  max-width: 690px;
  display: block;
  margin: 0 0 10px;
}

.mv_left{
  position: absolute;
  z-index: 3;
  left: 5%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mv_left p{
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  margin: 0 0 17px;
}
.mv_left ul{
  display: flex;
  flex-direction: column;
}
.mv_left ul li:not(:last-of-type){
  margin: 0 0 8px;
}
.mv_left ul li{
  width: 30px;
}

.mv_right{
  position: absolute;
  z-index: 3;
  right: 5%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.mv_right p{
  font-size: 1.4rem;
  writing-mode: vertical-rl;
}

.mv-inner{
  width: 95.06172%;
  margin: 0 auto;
  position: relative;
}
.mv_parts1{
  width: 47.40259%;
  position: absolute;
  top: 9.6%;
  right: 32%;
}
.mv_parts2{
  width: 13.47402%;
  position: absolute;
  top: 17%;
  right: 16.5%;
}
.mv_parts3{
  width: 16.23376%;
  position: absolute;
  bottom: 10%;
  right: -0.5%;
}

.mv_bottom{
  width: 37.1%;
  max-width: 534px;
  position: absolute;
  z-index: 5;
  right: 5%;
  bottom: 150px;
}

.mv_bg01{
  width: 100%;
  height: 10.42vw;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg_01.svg);
  background-size: cover;
}



#project{
  padding: 50px 0 275px;
  background: #eefcff;
  position: relative;
}
.projectBlock-wrap{
  width: 100%;
}
#project .title{
  margin: 0 0 40px;
}
.projectBlock{
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.projectBlock02{
  align-items: flex-start;
  margin: 152px 0 0;
}
.projectBlock01 .project_left{
  width: 68%;
  max-width: 776px;
  padding: 92px 0 0 36px;
}
.projectBlock02 .project_left{
  width: 53.125%;
  max-width: 612px;
  padding: 0 0 0 36px;
}
.projectBlock01 .project_left h3{
  width: 504px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.projectBlock02 .project_left h3{
  width: 486px;
  position: absolute;
  z-index: 3;
  top: 34px;
  left: 43.875%;
}
.project_left > img{
  border-radius: 20px;
}

.projectBlock01 .project_right{
  width: 28%;
  padding: 160px 0 0;
}
.projectBlock02 .project_right{
  width: 40%;
  padding: 180px 0 0;
}

.project_right p{
  line-height: 1.83333;
}
.project_right p:not(:last-of-type){
  margin: 0 0 30px;
}

.bg_ill01{
  width: 8.15972%;
  position: absolute;
  z-index: 3;
  right: 9%;
  top: -2%;
}
.bg_ill02{
  width: 9.20138%;
  position: absolute;
  z-index: 3;
  right: -8%;
  top: -24%;
}

.mv_bg02{
  width: 100%;
  height: 10.14vw;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg_02.svg);
  background-size: cover;
}
.bg_ill03{
  width: 9.16667%;
  position: absolute;
  left: 5%;
  top: -50%;
}


#role{
  padding: 90px 0 310px;
  position: relative;
}
.roleBlock-wrap{
  display: flex;
  flex-wrap: wrap;
}
.roleBlock{
  width: calc(100% / 3);
  margin: 0 0 67px;
}
.roleBlock:first-of-type{
  padding: 40px 0 0;
}
.roleBlock .title{
  display: block;
}
.roleBlock .title_en::after{
  content: none;
}
.roleBlock .title_ja{
  font-size: 3.6rem;
  font-weight: 500;
  display: block;
  margin: 15px 0 44px;
}
.role_intro{
  line-height: 1.83333;
  padding: 0 20px;
}
.role_text{
  font-size: 2.2rem;
  background: #fff;
  border-radius: 50px;
  display: table;
  padding: 0 20px;
  margin: 44px auto 0;
}

.roleSwiper_sp{
  display: none !important;
}

.swiper-button-prev,
.swiper-button-next{
  width: 35px !important;
  height: 35px !important;
}
.swiper-button-prev:after,
.swiper-button-next:after{
  content: "" !important;
  display: block;
  width: 35px;
  height: 35px;
  background-size: cover;
}
.swiper-button-prev:after{
  background-image: url(../images/arrow_left.png);
}
.swiper-button-next:after{
  background-image: url(../images/arrow_right.png);
}

.bnr_blog{
  width: 100%;
  max-width: 984px;
  display: block;
  margin: 100px auto 0;
  transition: .3s;
}
.bnr_blog:hover{
  opacity: .7 !important;
}

.mv_bg03{
  width: 100%;
  height: 10.14vw;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg_03.svg);
  background-size: cover;
}


#movie{
  padding: 30px 0 310px;
  background: #eefcff;
  position: relative;
}
#movie .title{
  display: block;
}
#movie .title_en::after{
  content: none;
}
#movie .title_ja {
  font-size: 3.6rem;
  font-weight: 500;
  display: block;
  margin: 15px 0 44px;
}

.movie_youtube{
  max-width: 800px;
  margin: 0 auto;
}
.movie_youtube iframe{
  border-radius: 18px;
}

#about{
  padding: 40px 0 220px;
}
#about .title{
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
#about .title::before{
  position: static;
  margin-right: 12px;
}
.aboutContents{
  width: 100%;
}
.about_intro{
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin: 40px 0 80px;
}
.aboutText{
  position: relative;
}
.aboutText p{
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
}
.aboutText p:not(:last-of-type){
  margin: 0 0 40px;
}

.about_ill{
  width: 32%;
  max-width: 364px;
  position: absolute;
}
.about_ill01{
  top: -5%;
  left: -25px;
}
.about_ill02{
  bottom: 5%;
  left: -15px;
}
.about_ill03{
  bottom: -15%;
  right: -25px;
}
.about_ill04{
  top: 16%;
  right: -25px;
}

.bg_ill05{
  width: 6%;
  position: absolute;
  right: 10%;
  top: -5%;
}
.bg_ill06{
  width: 7.22222%;
  position: absolute;
  left: 9%;
  bottom: -20%;
}

#about .btn_link{
  margin-top: 100px;
}



#number{
  padding: 200px 0;
  position: relative;
  background: #eefcff;
}
.bg_number{
  width: calc( 100% + 20px);
  height: 100px;
  position: absolute;
  z-index: 1;
  top: -50px;
  left: -20px;
  background-image: url(../images/bg_wood.png);
  background-size: auto 100px;
  background-repeat: repeat-x;
}

#number .title{
  display: block;
}
#number .title_en::after{
  content: none;
}
#number .title_ja{
  font-size: 3.6rem;
  font-weight: 500;
  display: block;
  margin: 15px 0 44px;
}

.numberBox-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.numberBox_half{
  width: 49%;
  max-width: 560px;
  background: #fff;
  border-radius: 18px;
  padding: 3%;
  margin: 0 0 2%;
}
.numberBox_full{
  width: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 3%;
  margin: 0 0 2%;
}
.numberBox_full-inner{
  display: flex;
  justify-content: space-between;
}
.numberBox_05_left,
.numberBox_05_right{
  width: 48%;
}

.numberTitle{
  font-size: 20px;
  font-weight: 500;
}

.numberBox_01 .num_ill{
  width: 36%;
  max-width: 176px;
  margin: 40px auto 35px;
}
.numberBox_02 .num_ill{
  width: 48%;
  max-width: 238px;
  margin: 40px auto 50px;
}
.numberBox_03 .num_ill{
  width: 66.13%;
  max-width: 324px;
  margin: 40px auto;
}
.numberBox_04 .num_ill{
  width: 65.31%;
  max-width: 320px;
  margin: 0 auto 60px;
}
.numberBox_05_left .num_ill{
  width: 57.7%;
  max-width: 300px;
  position: relative;
  margin: 25px auto 0;
}
.numberBox_05_right .num_ill{
  width: 92.8%;
  max-width: 482px;
  position: relative;
  margin: 45px auto 10px;
}
.numberBox_05_left .num_ill img:last-of-type,
.numberBox_05_right .num_ill img:last-of-type{
  position: absolute;
  top: 0;
  left: 0;
}
.numberBox_06 .num_ill{
  width: 66.94%;
  max-width: 328px;
  margin: 50px auto 40px;
  position: relative;
}
.numberBox_06 .num_ill img:not(:first-of-type){
  position: absolute;
  top: 0;
  left: 0;
}
.numberBox_07 .num_ill{
  width: 63.27%;
  max-width: 310px;
  margin: 50px auto;
}

.numberText_center{
  text-align: center;
}
.numberText_l{
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
}
.numberText_m{
  font-size: 38px;
  font-weight: 700;
}
.numberText_s{
  font-size: 22px;
  font-weight: 700;
}
.numberText{
  text-align: center;
}
.numberText span{
  font-size: 28px;
  font-weight: 700;
}
.numberBox_01 .numberText{
  margin-top: 10px;
}
.numberBox_03 .numberText{
  margin: 10px 0 15px;
}
.numberBox_04 .numberText{
  margin-top: 10px;
}
.numberBox_05_left .numberText,
.numberBox_05_right .numberText{
  margin-top: 10px;
}
.numberBox_06 .number_dl:last-of-type{
  margin: 20px 0;
}
.numberBox_06 .number_dl:last-of-type .numberText_m{
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.numberBox_06 .number_dl:last-of-type .numberText_m sup {
  vertical-align: super;
  font-size: smaller;
  font-size: .5em;
}
.numberBox_07 .numberText{
  margin-top: 15px;
}

.number_dl{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.number_dl dt{
  margin-right: 20px;
}

#number .btn_link{
  margin-top: 60px;
}


#pagefooter{
  width: 100%;
  background: #172f7a;
  padding: 180px 0 30px;
}
.footer-inner{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;

  display: flex;
  gap:108px;
}

.footer_left{
}
.logo_footer{
  width: 234px;
}
.footer_address{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.875;
  margin: 21px 0 33px;
}
.btn_link_footer{
  background: #fff;
  color: #172f7a;
  margin: 0;
}

.footer_nav-warp{
  display: flex;
  gap:140px;
}

.footer_center ul li:not(:last-of-type){
  margin: 0 0 17px;
}
.footer_center ul li a{
  font-size: 1.6rem;
  font-weight: 500;
}

.footer_right{
}
.footer_right ul{
  display: flex;
  gap:8px;
}
.footer_right ul li{
  width: 30px;
}
.footer_copy{
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 150px 0 0;
}



@media screen and (max-width: 1152px) {
  /* ------------------------------------------
     #project セクションの見出し（h3）を可変にする
     （元の固定幅 ÷ コンテナ最大幅1152px で % を算出）
  ------------------------------------------ */
  .projectBlock01 .project_left h3 {
    width: 43.75%;
  }
  .projectBlock02 .project_left h3 {
    width: 42%;
    top: 3vw;
  }

  /* ------------------------------------------
     #project セクションの大きな余白（padding）を可変にする
     （画面が縮むと、画像の高さも縮むため、押し下げる余白も減らす必要がある）
  ------------------------------------------ */
  .projectBlock01 .project_left {
    padding: 8vw 0 0 3vw;
  }
  .projectBlock01 .project_right {
    padding: 14vw 0 0;
  }

  .projectBlock02 .project_left {
    padding: 0 0 0 3vw;
  }
  .projectBlock02 .project_right {
    padding: 15.6vw 0 0;
  }

}

@media screen and (max-width: 1080px) {
  .footer_nav-warp{
    flex-direction: column;
    gap:50px;
  }
}

@media screen and (max-width: 1060px) {
  .roleBlock {
    width: 50%;
    margin: 0 0 50px;
  }

  .roleBlock .title_ja {
    font-size: 3.2rem;
    margin: 15px 0 30px;
  }
  .role_text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1000px) {
  .numberBox_06 .number_dl{
    flex-direction: column;
    align-items: center;
  }

  .about_intro{
    font-size: 3rem;
  }
  .aboutText p{
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 992px) {

  /* ------------------------------------------
     #project セクションの左右の比率を変更！
     （PCの比率を崩し、テキストが読みやすい幅を確保する）
  ------------------------------------------ */
  .projectBlock01 .project_left {
    width: 50%;
  }
  .projectBlock01 .project_right {
    width: 46%;
  }

  .projectBlock02 .project_left {
    width: 48%;
  }
  .projectBlock02 .project_right {
    width: 48%;
  }


}


@media screen and (max-width: 768px) {
  body{
    font-size: 1.6rem;
  }

  .br_pcOnly{
    display: none;
  }
  .br_spOnly{
    display: inline;
  }

  .title{
    font-size: 1.3rem;
  }


  .nav_header,
  .mv_left,
  .mv_right {
    display: none;
  }

  /* ------------------------------------------
     スマホ用 ハンバーガーボタン
  ------------------------------------------ */
  .hamburger_btn {
    display: flex;

    width: 44px;
    height: 44px;
  }

  /* ------------------------------------------
     スマホ用 フルスクリーンメニュー
  ------------------------------------------ */
  .sp_nav_overlay {
    display: block;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;

    height: 100vh;
    height: 100dvh;

    background: #172f7a;
    z-index: 9999;
    box-sizing: border-box;
    overflow-y: auto;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .sp_nav_overlay.is-active {
    opacity: 1;
    visibility: visible;
  }

  #mv {
    padding: 20px 0 100px;
    overflow: hidden;
  }

  .mvTitle {
    width: 55%;
    max-width: 410px;
    margin: 0 0 0 5%;
  }

  .mv-inner {
    width: 180%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .mv_bottom {
    width: 71%;
    max-width: 532px;
    bottom: 80px;
  }


  #project{
    padding: 60px 0 140px;
  }
  #project .title{
    margin: 0 0 10vw;
  }
  .bg_ill01{
    display: none;
  }
  .bg_ill02{
    top: -28%;
  }
  .projectBlock{
    flex-direction: column;
  }

  .projectBlock02{
    margin: 40vw 0 0;
  }

  .projectBlock01 .project_left,
  .projectBlock01 .project_right,
  .projectBlock02 .project_left,
  .projectBlock02 .project_right{
    width: 100%;
  }

  .projectBlock01 .project_left {
    padding: 11vw 0 0 3vw;
  }

  .projectBlock01 .project_right,
  .projectBlock02 .project_right{
    padding-top: 30px;
  }

  .projectBlock01 .project_left h3{
    width: 93.17%;
    max-width: 600px;
    top: -4vw;
  }
  .projectBlock02 .project_left h3{
    width: 86.03%;
    max-width: 554px;
    top: -26vw;
    left: 0;
  }


  .project_left > img{
    border-radius: 10px;
  }

  .bg_ill02{
    width: 14.03333%;
    right: 10%;
  }
  .bg_ill03{
    width: 17.86666%;
    left: 3%;
    top: -80%;
  }


  #role{
    padding: 60px 0 140px;
  }
  .roleBlock{
    width: 100%;
  }
  .roleBlock:first-of-type{
    padding: 0;
  }
  .roleBlock:not(:first-of-type){
    display: none;
  }
  .roleBlock .title_ja{
    font-size: 2.4rem;
    margin: 15px 0 20px;
  }
  .roleSwiper_sp{
    display: block !important;
  }

  #movie{
    padding: 30px 0 130px;
  }
  #movie .title_ja{
    font-size: 2.4rem;
    margin: 15px 0 35px;
  }
  .movie_youtube iframe {
    border-radius: 10px;
  }



  #about{
    padding: 60px 0 150px;
  }
  #about .title{
    margin: 0 0 20px;
  }
  .aboutBlock,
  .aboutBlock:nth-child(even){
    flex-direction: column;
    align-items: flex-start;
  }

  .aboutBlock:nth-child(odd) .about_ill{
    display: flex;
    justify-content: flex-end;
  }
  .aboutBlock:last-of-type .about_ill{
    display: flex;
    justify-content: center;
  }

  .about_intro{
    font-size: 2.4rem;
    margin: 30px 0 40px;
  }

  .aboutText p{
    font-size: 1.7rem;
  }

  .about_ill-wrap{
    position: relative;
  }
  .about_ill{
    position: static;
    width: 65%;
  }
  .about_ill01{
    margin-top: 50px;
  }
  .about_ill04,
  .about_ill02{
    margin-left: auto;
  }
  .bg_ill05{
    width: 13.33333%;
    right: 10%;
    top: 5%;
  }
  .bg_ill06{
    width: 10.66666%;
    bottom: 5%;
  }
  #about .btn_link{
    margin-top: 50px;
  }


  #number{
    padding: 100px 0;
  }
  .bg_number {
    width: calc(100% + 10px);
    height: 60px;
    top: -30px;
    left: -10px;
    background-size: auto 60px;
  }
  #number .title_ja {
    font-size: 2.4rem;
    margin: 15px 0 20px;
  }
  .numberBox-wrap{
    flex-direction: column;
  }
  .numberBox_half{
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px;
  }

  .numberBox_full{
    max-width: 560px;
    margin: 0 auto 30px;
    padding: 20px;
  }
  .numberBox_full-inner{
    flex-direction: column;
  }
  .numberBox_05_left,
  .numberBox_05_right{
    width: 100%;
  }
  .numberBox_05_left{
    margin: 0 0 50px;
  }
  #number .btn_link{
    margin-top: 30px;
  }


  #pagefooter{
    padding: 70px 0 30px;
  }
  .footer-inner{
    flex-direction: column;
    align-items: center;
    gap:55px;
  }
  .footer_copy{
    margin: 75px 0 0;
  }
}
