@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}



@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    overflow-x: hidden;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a {
    color: #000;
}
  


a img {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
a:hover img {
  opacity: 0.7;
}

.view_sp {
  display: none;
}

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

  .view_pc {
    display: none;
  }
  .view_sp {
    display: block;
  }
    
}

/*********POPメニュー**************/

.popupMenu {
 overflow: hidden;
    height: 0;
        transition: all .2s ease-out 0s;
}
.popupMenu.open {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 11;
}


.popupMenu .nav_cover {
    width: 100%;
    height: 100%;
    position: fixed;
       background: rgb(249 255 243);
    z-index: -1;
    right: -100%;
}
.popupMenu.open .nav_cover {
    right: 0;
    transition: all .6s ease-out 0s;
}

.popupMenu.open .nav_cover {
    top: 0;
    right: 0;
    /*backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);*/
}

.popupMenu .nav_pop_in {
    width: 80%;
    max-width: 1000px;
    position: fixed;
    height: 0;
    overflow: hidden;
   top: 40%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.popupMenu.open .nav_pop_in {
    height: auto;
}

.popupMenu .nav_pop_in li{
  transform: translateX(60px);
  transition: .2s ease-out 0.375s;
  opacity: 0; }


.popupMenu.open .nav_pop_in li {
  transform: translateX(0);
  opacity: 1; }

/* delay */
.popupMenu .nav_pop_in li:nth-child(2) {
  transition: .2s ease-out 0.4s; }

.popupMenu .nav_pop_in li:nth-child(3) {
  transition: .2s ease-out 0.425s; }

.popupMenu .nav_pop_in li:nth-child(4) {
  transition: .2s ease-out 0.45s; }

.popupMenu .nav_pop_in li:nth-child(5) {
  transition: .2s ease-out 0.475s; }

.popupMenu .nav_pop_in li:nth-child(6) {
  transition: .2s ease-out 0.5s; }

.popupMenu .nav_pop_in li:nth-child(7) {
  transition: .2s ease-out 0.525s; }


.popupMenu.open .nav_pop_in {
  display: flex;
    align-items: flex-start;
    column-gap: 12px;
    justify-content: space-between;
    flex-wrap: wrap
}

.nav_pop_in .menu_block {
    width: 46%;
    font-size: min(2.1vw, 20px);
}

.popupMenu.open .nav_pop_in ul {

}

.nav_pop_in ul li {
    font-size: min(2.1vw, 20px);
    border-bottom: 1px solid #666;
}

.nav_pop_in ul li a {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    
}

.nav_pop_in ul li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 85%;
    width: 5%;
    height: 1px;
    background-color: #666;
    transform: translateY(-50%);
     transition: all .5s ease;
}
.nav_pop_in ul li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    width: 7px;
        height: 7px;
    border: 1px solid #666;
    border-bottom: none;
    border-left: none;
    transform: translate(0, -50%) rotate(45deg);
     transition: all .5s ease;
}

.nav_pop_in ul li a:hover::before {
    width: 10%;
}
.nav_pop_in ul li a:hover::after {
    top: 50%;
    right: 5%;
}

.nav_pop_in ul li.sub_in {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav_pop_in ul li.sub_in a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #212121;
}

.nav_pop_in ul li.sub_in .sub {
  display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 6%;
}
.nav_pop_in ul li .sub li {
    width: 40%;
    font-size: min(1.2vw, 14px);
    border-bottom: none;
    padding: 0 10px;
    border-radius: 20px;
    border: 1px solid #d0d0d0;
    margin: 10px 0;
}
.nav_pop_in ul li.sub_in .sub a {
    padding: 0;
}


.popupMenu .pop_link_site {
    height: 0;
    overflow: hidden;
}


.popupMenu.open .pop_link_site {
    position: fixed;
    width: calc(440 / 1400* 100%);
    bottom: 5%;
   left: 50%;
   transform: translate(-50%, 0%);
height: auto;
}
.popupMenu .pop_link_site .site_link {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 12px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popupMenu .pop_link_site .site_link p {
    width: 46%;
    overflow: hidden;
    position: relative;
}

.popupMenu .pop_link_site .site_link p a {
        transform: translate(0px, 105%);
        transition: all 0.7s 0.3s;
    display: block;
}
.popupMenu.open .pop_link_site .site_link p a {
    transform: translate(0px, 0%);
}


.popupMenu .pop_link_site .pop_sns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 22px;
    margin-bottom: 20px;
}
.popupMenu .pop_link_site .pop_sns li {
    flex: 0 0 auto;
    width: 6%;
    overflow: hidden;
}
.popupMenu .pop_link_site .pop_sns li a {
    transform: translate(0px, 115%);
    transition: all 0.7s 0.5s;
    display: block;
}
.popupMenu.open .pop_link_site .pop_sns li a {
    transform: translate(0px, 0%);
}


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

.popupMenu.open .nav_cover {
    right: 0;
    transition: all .3s ease-out 0s;
}
    
    
.popupMenu .nav_pop_in {
    display: block;
        width: 80%;
        top: 8%;
        left: 50%;
        transform: translate(-50%, 0%);
}
.popupMenu.open .nav_pop_in {
   display: block;
}   
.nav_pop_in .menu_block {
    width: 100%;
    font-size: min(2.1vw, 20px);
} 
    
.nav_pop_in ul li {
    width: 100%;
    font-size: min(3.1vw, 20px);
    border-bottom: 1px solid #666;
}
.nav_pop_in ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
}  
.nav_pop_in ul li.sub_in a {
    padding-top: 12px;
    padding-bottom: 12px;
}  
    
.popupMenu.open .pop_link_site {
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}
    
.popupMenu.open .pop_link_site {
    position: fixed;
    width: 80%;
}
.popupMenu .pop_link_site .pop_sns li {
    width: 10%;
} 
    
.nav_pop_in ul li.sub_in {
    padding-top: 12px;
    padding-bottom: 12px;
}  
.nav_pop_in ul li .sub li {
width: 45%;
    font-size: min(2.6vw, 14px);
    padding: 6px 10px;
    margin: 5px 0;
} 
    
.popupMenu .pop_link_site .site_link {
    margin-bottom: 10px;
} 
.popupMenu .pop_link_site .pop_sns {
    margin-bottom: 10px;
}
    
    
}


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

.nav_pop_in ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
}  
.nav_pop_in ul li.sub_in a {
    padding-top: 10px;
    padding-bottom: 10px;
}  
    
.nav_pop_in ul li.sub_in {
    padding-top: 10px;
    padding-bottom: 10px;
}  
.nav_pop_in ul li .sub li {
    padding: 5px 10px;
    margin: 5px 0;
} 
    
    
}


/*********ヘッダー**************/

.header {
  background: none;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 30;
}

.header .header_logo {
    width: 25%;
    max-width: 400px;
    margin: 0;
    padding: 10px;
    position: fixed;
    background: #fff;
    z-index: 30;
    mix-blend-mode: multiply;
}
.header .header_logo img {}


.header-sns {
        display: block;
        position: fixed;
        /*top: calc(100% + 118px);*/
        top: 70vh;
        right: 15px;
    z-index: 30;
}
.header-sns li {
      width: 30px;
    }

.header-sns li:not(:nth-last-of-type(1)) {
        margin-bottom: 15px;
    }
.header-sns li a:hover img {
     opacity: 1;
    transform: scale(0.9);
    transition: all .5s ease;
    }



.side_ec {
    z-index: 80;
    position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        pointer-events: none;
}

.side_ec a {
        width: 50px;
        height: auto;
        transition: background-color .5s;
        padding: 33px 8px 33px 9px;
        background-color: #E60012;
        pointer-events: auto;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 60px;
    }

.side_ec a:hover {
    background-color: #95850b;
}
.side_ec a:hover img {
    opacity: 1;
}

.menuBtn {
  display: block;
    top: 20px;
    width: 50px;
}  
/***HB-MENU***/
  .menuBtn {
    cursor: pointer;
    position: fixed;
    z-index: 101;
    right: 10px;
    top: 24px;
    width: 60px;
    height:auto;
    line-height: 0;
    text-align: center;
    z-index: 999;
    transition: all .5s ease;
  }
  .menuBtn span {
    display: block;
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    background-color: #000;
    transition: all .5s ease;
  }

.menuBtn:hover span {
     width: 112%;
    left: -5%;
}


  .menuBtn span:nth-of-type(1) {
    top: 0;
  }
  .menuBtn span:nth-of-type(2) {
    top: 15px;
  }
  .menuBtn span:nth-of-type(3) {
    top: 30px;
  }
  .menuBtn.open span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
    background-color: #000;
  }
  .menuBtn.open span:nth-of-type(2) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    background-color: #000;
  }
  .menuBtn.open span:nth-of-type(3) {

  }
  .menuBtn p {
    font-size: 0.85rem;
    padding-top: 35px;
    color: #000;
      transition: all .5s ease;
  }

  .menuBtn.open p {
    padding-top: 45px;
}



@media screen and (max-width: 767px) {
 
.menuBtn.open {
    transform: scale(0.7);
}
    
    
.header .header_logo {
        width: 60%;
        padding: 0;
        position: fixed;
        top: 10px;
        left: 20px;
        z-index: 13;
        transition: all .6s ease;
} 
.header.sc .header_logo {
        width: 50%;
        top: 15px;
        left: 10px;
    }  
    
.side_ec {
    top: 13vh;
    bottom: auto;
} 
    
.side_ec a {
    width: 47px;
}
    
}



/*********フッター**************/

.footer {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
}

.footer .footer_logo {
    width: 80%;
    max-width: 460px;
    margin-bottom: 10px;
    /*overflow: hidden;*/
    display: flex;
    align-items: flex-start; 
    justify-content: space-between;
}
.footer .footer_logo a {
    display: block;
    width: 64%;
}
.footer .footer_logo .foot_cara {
    width: 10%;
        overflow: hidden;
    animation: foot_cara_bounce 1.4s alternate infinite ease;
}

.footer .footer_logo .foot_cara.cara_1 {
    animation-delay: 0s;
}
.footer .footer_logo .foot_cara.cara_2 {
    animation-delay: 0.4s;
}
.footer .footer_logo .foot_cara.cara_3 {
    animation-delay: 0.8s;
}

@keyframes foot_cara_bounce {
  0% {
transform: translateY(0%);scaleX(1); 
border-radius: 160px 160px 20px 20px;
  }
  10% {
border-radius: 60px 60px 20px 20px;
  } 
  50% {
transform: translateY(50%);scaleX(1.2);
border-radius: 0px 0px 0px 0px;
  }
  90% {
border-radius: 60px 60px 20px 20px;
  }
  100% {
transform: translateY(0%);scaleX(1);
border-radius: 160px 160px 20px 20px;
  }
}




.footer .footer_contact {
    position: relative;
    background: #E60012;
    width: 100%;
    padding: 88px 110px 88px 50px;
    margin-bottom: 50px;
    display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.footer .footer_contact::after {
    position: absolute;
    right: 0;
        content: '';
    display: block;
    width:8%;
    height: 100%;
    background-color: #05D805;
}



.footer .footer_contact .info_text {
    color: #fff;
}
.footer .footer_contact .info_text .foot_info_tel {
    display: flex;
    font-size: min(2.5vw, 35px);
    font-weight: 700;
}

.footer .footer_contact .info_text .foot_info_tel a {
    color: #fff;
    pointer-events:none;
}


.footer .footer_contact .info_text .foot_info_tel p {
    display: flex;
align-items: center;
}


.footer .footer_contact .info_text .foot_info_tel span {
    font-size: 13px;
    margin-right: 10px;
     line-height: 1;
    border: 1px solid #fff;
    display: block;
    padding: 4px 6px 5px;
    border-radius: 8px;
    transform: translateY(20%);
}
.footer .footer_contact .info_text .foot_info_tel p.tel {
  margin-right: 30px;
}

.footer .footer_contact .info_text .foot_info_time {
    font-size: 14px;
}


.footer .footer_contact .contact_in {
  width: calc(330 / 1400 *100%);
    text-align: center;
    color: #fff;
    margin-right:10%; 
}
.footer .footer_contact .contact_in a {
    color: #fff;
}
.footer .footer_contact .contact_in h3 {
    font-family: "Montserrat", sans-serif;
    font-size: min(3.5vw, 50px);
}

.footer .footer_contact .contact_in .details_bt {
    padding: 0 14px 0 40px;
    width: 90%;
}
.footer .footer_contact .contact_in .details_bt {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
    padding: 0 12px 0 18px;
    border: 1px solid #fff;
    min-width: 200px;
    height: 46px;
    padding: 0 14px 0 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 100%;
    transition: all .5s ease;
}
.footer .footer_contact .contact_in a:hover .details_bt {
    width: 100%;
}


.footer .footer_contact .contact_in .details_bt::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 75%;
    width: 15%;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
    transition: all .5s ease;
}
.footer .footer_contact .contact_in .details_bt::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: translate(0, -50%) rotate(45deg);
    transition: all .5s ease;
}

.footer_office_list {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto 40px; 
  display: flex;
    flex-wrap: wrap;
  column-gap: 2%;
  align-items: center;
  justify-content: flex-start;
}
.footer_office_list dl {
font-size: 13px;
    width: 23%;
    margin-bottom: 30px;
}
.footer_office_list dl dd .tel {
    margin-right: 10px;
}

.footer_office_list dl dd .tel a {
    pointer-events:none;
}



.footer_link {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-direction:row-reverse
}

.footer_link .footer_link_in {
  width: calc(710 / 1400 *100%); 
    margin-bottom: 20px;
}
.footer_link .footer_link_in ul {
    display: flex;
    flex-wrap: wrap;
     gap: 20px 20px;
    justify-content: end;
}

.footer_link .footer_link_in ul li {
    border-right: 1px solid #333;
    padding-right: 15px;
        display: flex;
        align-items: baseline;
}

.footer_link .footer_link_in ul li a {
  font-weight: 700;
    font-size: min(1.1vw, 17px);
    transition: all .5s ease;
    position: relative;  
}
.footer_link .footer_link_in ul li a::after {
    display: block;
    position: absolute;
    bottom: -5px;
    content: "";
    height: 1px;
    width: 0%;
    left: 50%;
    background: #000;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.footer_link .footer_link_in ul li a:hover::after {
    width: 90%;
    left: 5%;
    opacity: 50;
}


.footer_link .footer_link_in ul li ul.sub {
    display: flex;
    column-gap: 15px;
    margin-left: 15px;
    margin-bottom: 0px;
    justify-content: flex-start;
}
.footer_link .footer_link_in ul li ul.sub a {
    font-weight: 500;
    font-size: min(1.1vw, 11px);
    color: #837f7f;
}
.footer_link .footer_link_in ul li ul.sub li {
    text-align: center;
    border-right: none;
    padding: 0 10px;
    border-radius: 20px;
    border: 1px solid #d0d0d0;
    margin: 10px 0;
        -webkit-transition: all .3s ease;
}
.footer_link .footer_link_in ul li ul.sub li:hover {
        background: #d0d0d0;
}
.footer_link .footer_link_in ul li ul.sub li a:hover {
        color: #fff;
}
.footer_link .footer_link_in ul li ul.sub li a::after {
    display: none;
}




.footer_link_site {
    width: calc(440 / 1400 *100%); 
}

.footer_link .site_link {
     width: 100%;
    display: flex;
    align-items: center;
    column-gap: 12px;  
    justify-content: space-between;
    margin-bottom: 20px;
}
.footer_link .site_link p {
    width: 46%;
}

.footer_link .footer_sns {
    display: flex;
    align-items: flex-start;
    column-gap: 22px;
    margin-bottom: 20px;
}
.footer_link .footer_sns li {
    flex: 0 0 auto;
    width: 7%;
}

.footer_link .footer_sns li a:hover img {
     opacity: 1;
    transform: scale(0.9);
    transition: all .5s ease;
    }

/**フッター動画**/
.footer_movie_wrapp {
    background: #e6e6e6;
    padding: 45px 0 65px;
    position: relative;
    width: 100%;
}
.footer_movie_wrapp .movie_bg_text {
    position: absolute;
    bottom: 0;
    opacity: 0.4;
    width: 100%;
}
.footer_movie_in {
    width: 92%;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
    z-index: 2;
}

.footer_movie_in .movie_image {
    width: 55%;
    position: relative;
    overflow: hidden;
    background: #333;
}
.footer_movie_in .movie_image .movie_icon {
    z-index: 20;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7rem;
    height: 7rem;
    transform: translate(-50%, -50%);
}

.footer_movie_in .movie_image a img {
     transition: all .9s ease;
}
.footer_movie_in .movie_image a .movie_icon {
 transition: all .9s ease;
}

.footer_movie_in .movie_image a:hover img {
  opacity: 0.7;
}
.footer_movie_in .movie_image a:hover .movie_icon img {
opacity: 1;
}

.footer_movie_in .movie_image a:hover .movie_icon {
    transform: translate(-50%, -50%) scale(1.2);
}

.footer_movie_in .movie_text {
width: 40%;
    position: relative;
    transform: translateY(-20%);
}
.footer_movie_in .movie_text h3 {
    position: relative;
    width: 30%;
    left: 20%;
    margin-bottom: 30px;
}

.copy_r {
    font-size: 14px;
    margin-bottom: 40px;
}


@media screen and (max-width: 1050px) {  
    
.footer_office_list {
  column-gap: 2%;
}
       
.footer_office_list dl {
    width: 31%;
    font-size: min(1.4vw, 16px);
}
    
}


@media screen and (max-width: 767px) {
    
.footer_movie_in {
    width: 90%;
    margin: 0 auto;
    display: block;
} 
    
  
 .footer_movie_in .movie_image {
    width: 100%;
} 
.footer_movie_in .movie_image .movie_icon {
    width: 4rem;
    height: 4rem;
} 
    
.footer_movie_in .movie_text {
    width: 100%;
    position: relative;
    transform: translateY(0%);
}
.footer_movie_in .movie_text h3 {
    position: relative;
    width: 20%;
    left: 10%;
    margin-bottom: -10px;
    transform: rotate(270deg);
}
    .footer_movie_in .movie_text p {
              font-size: min(3.8vw, 16px);
        line-height: 2.2;  
    }  
    
    
.footer .footer_logo {
        width: 90%;
        max-width: inherit;
        overflow: hidden;
        margin: 0 auto 20px;
}
    
.footer .footer_contact {
    position: relative;
    background: #E60012;
    width: 100%;
    padding: 58px 30px 58px 30px;
    margin-bottom: 50px;
}
   
.footer .footer_contact .info_text {
    text-align: center;
}
.footer .footer_contact .info_text .foot_info_tel p.tel {
        margin-right: 0px;
        justify-content: center;
}
    
.footer .footer_contact .info_text .foot_info_tel {
    display: block;
    font-size: min(7.5vw, 35px);
}
.footer .footer_contact .info_text .foot_info_tel span {
    transform: translateY(10%);
}
.footer .footer_contact .info_text .foot_info_time {
   font-size: min(2.5vw, 12px);
    margin-bottom: 30px;
}  
    
.footer .footer_contact .info_text .foot_info_tel p.fax {
    display: none;
} 
    
.footer .footer_contact .contact_in {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-right: 10%;
}
    
.footer .footer_contact .contact_in h3 {
    font-family: "Montserrat", sans-serif;
    font-size: min(8.5vw, 50px);
    padding-bottom: 2px;
    margin-bottom: 0px;
}
    
    
.footer_office_list {
    width: 94%;
    max-width: 1400px;
    justify-content:space-between;
    align-items: stretch;
}
    
.footer_office_list dl {
        width: 48%;
        font-size: min(2.8vw, 16px);
     border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}
    
    
    
.footer_office_list dl dd .tel {
    margin-right: 0px;
    display: block;
}
    
.footer_office_list dl dd .tel a {
    pointer-events: auto;
}
    
.footer_link {
    display: block;
}
.footer_link .footer_link_in {
    width: 94%;
    margin-bottom: 40px;
}
.footer_link .footer_link_in ul li {
display: none;
} 
.footer_link .footer_link_in ul li.privacy_link, .footer_link .footer_link_in ul li.sitemap_link  {
display: block;
}   
.footer_link .footer_link_in ul li.privacy_link {
    border-left: 1px solid #333;
    padding-left: 15px;  
} 
    
    
.footer_link .footer_link_in ul li:first-child {
    border-left: 1px solid #333;
    padding-left: 15px;
}
    
.footer_link .footer_link_in ul li a {
    font-weight: 700;
    font-size: min(3.4vw, 17px);
}
    
.footer_link .footer_link_in ul.view_pc {
    display:none;
}
    
.footer_link .footer_link_in ul {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}
    
.footer_link_site {
    width: 90%;
    margin: 0 auto;
}
    
.footer_link .footer_sns {
    justify-content: center;
    column-gap: 28px;
    margin-bottom: 40px; 
}
.footer_link .footer_sns li {
    flex: 0 0 auto;
    width: 10%;
}
    
.copy_r {
    font-size: min(3.0vw, 13px);
    margin-bottom: 20px;
    text-align: center
}
    
    
}



/*****下層ページ*****/


main {
       margin-top: 150px;
}

.page_title {
    position: relative;
    display: grid;
    place-items: center;
    width: calc(100% - clamp(64px, 23.4699vw, 290px));
    aspect-ratio: 500 / 133;
    max-height: 270px;
    margin: 24px auto 46px;
    max-width: 1384px;
}
.page_title_bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}
.page_title-bg__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
}
.intersect-txt__innr {
    color: #fff;
    display: block;
}


.page_title_ide-en {
    position: absolute;
    top: 0;
    left: -5%;
    z-index: 10;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: translateX(-50%);
}



.intersect-txt .intersect-txt__innr {
    color: #fff;
    display: block;
}

.page_title_ttl .intersect-txt__innr {
    font-size: min(3.8vw, 30px);
}


.page_title_ide-en .intersect-txt__innr {
    color: #000;
        font-size: min(6.0vw, 45px);
        overflow: hidden;
    }
     
.main_text {
    text-align: center;
    font-size: min(3.8vw, 25px);
    line-height: 190%;
    margin-bottom: 70px;
}    


.work_now {
width: 100%;
    text-align: center;
    height: 60vh;
    font-size: 20px;
    position: relative;
    background: #f7f5f5;
    margin-bottom: 100px;
}
.work_now p {
position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}



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

.page_title {
    aspect-ratio: initial;
    height: 270px;
    margin: 24px auto 46px;
}


}



/**********************animation**************************/

.Bottom_in {
    display: block;
    transition: all 0.7s;
    transform: translate(0px, 105%);
}

.Bottom_in.on {
    transform: translate(0px, 0px);
}


.Bottom_in_op {
    opacity: 0;
    transition: all 0.7s;
    transform: translate(0px, 25%);
}

.Bottom_in_op.on {
    opacity: 1;
    transform: translate(0px, 0px);
}


.flat_in {
    display: block;
    transition: all 0.8s;
    opacity: 0;
    transform: scale(1.1);
}
.flat_in.on {
    opacity: 1;
    transform: scale(1.0);
}

.fadein_up {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.8s ease-out;
     transition-delay : 0.1s;
}
.fadein_up.on {
    transform: none;
    opacity: 1;
}

.fade_in_delay {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade_in_delay.visible {
    opacity: 1;
    transform: translateY(0);
}

