@charset "UTF-8";

/*共通部分*/

html{
  font-size: 100%;
  overflow-x:hidden;
  scroll-behavior: smooth;
}  

body{
  /* font-family:'Yu Gothic','Yu Gothic UI','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; */
  font-family:"Hiragino Mincho ProN","ヒラギノ明朝 ProN","Hiragino Mincho Pro","ヒラギノ明朝 Pro",serif ;
  line-height: 1.7;
  position:relatvie;
  overflow-x:hidden;
}

.loading{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-zoom{
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


.wrapper{
  margin: 0 auto;
}

a{
  text-decoration: none;
}

a.anchor{
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}

/* アニメーション用 */

@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

.animation {
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}


/* ハンバーガーメニュー */
:root {
  --background-navbar: rgba(255, 255, 255, 0.9);
}

.header {
  background: var(--background-navbar);
  position: fixed;
  width: 100%;
  height: 120px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}
.real-estate{
  margin: auto 0;
  margin-right: 5%;
}
.real-estate p{
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  padding: 0.8rem 1.5rem;
  background-color: #004097;
  border-radius: 2rem;
}
.real-estate img{
  width: 14px;
  margin-bottom: -2%;
}
  @keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
  }
  .real-estate.poyopoyo {
    animation: poyopoyo 5s ease-out infinite;
    opacity: 1;
  }



/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 40%;
  height: auto;
  top: 0;
  margin-top: 120px;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0 0 50px 0;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(136, 136, 136);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 30px 16px;
  -webkit-tap-highlight-color: rgb(0, 0, 0);
}

.navicon {
  background: rgb(0, 64, 151);
  display: block;
  height: 3px;
  width: 40px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgb(0, 64, 151);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 12px;
}

.navicon:after {
  bottom: 12px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-30deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(30deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(255, 225, 225, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 30px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}

.recruit-li a{
  color: #004097;
  font-size: 1.2rem;
}

/* ハンバーガーメニューおわり */

/* ヘッダー */



/* ↓JSアニメーション用 */
.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
}
.fadeInDown {
  opacity: 0;
  transform: translateY(-30px);
}
.fadeInLeft {
  opacity: 0;
  transform:  translate(-30px, 0);
}
.fadeInRight {
  opacity: 0;
  transform: translateX(30px);
}
@keyframes fadeIn {
  0% {
  }
  100% {
      opacity: 1;
      transform: translate(0);
  }
}
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeInRightImg {
  opacity: 0;
  transform: translateX(100px);
}
.fadeInLeftImg {
  opacity: 0;
  transform:  translate(-100px, 0);
}
/* JSアニメーション用↑ */

.top-fadeInUp{
  animation: slideIn 4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.top-fadeInUp2{
  animation: slideIn2 4s cubic-bezier(0.2, 1, 0.5, 1) forwards;
}
@keyframes slideIn2 {
  0% {
    transform: translateY(180px);
    opacity: 0;
  }
  40% {
    transform: translateY(180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
 
.recruit-banner{
 margin-left: 20px;
 position: relative;
}
.recruit-banner img{
max-width: 400px;
position: absolute;
top: -230px;
}
.real-estate-banner{
  margin-left: 440px;
  position: relative;
 }
 .real-estate-banner img{
 max-width: 400px;
 position: absolute;
 top: -230px;
 }

.tel-button{
  display: none;
}


.div-title{
  margin: 0 auto;
  max-width: 1300px;
  text-align: center;
}


.top{
  padding-top: 120px;
  display: flex;
  justify-content: center;
}

#big-bg{
  background-size: cover;
  background-position: center top;
}

#big-bg video{
  width: 100vw;
  /* clip-path: polygon(0 20%, 100% 20%, 100% 100%, 0% 100%); */
}

.main-bg{
  position: relative;
}

.main-bg video{
  width: 100%;
  height: 100%;
  position: absolute;
  position:fixed;
  z-index:-1;
  object-fit: cover;
  inset: 0;
}

.top p{
  position: absolute;
  padding-top: 5%;
  z-index: 1;

  font-size: 2rem;
  font-family:"Hiragino Mincho ProN","ヒラギノ明朝 ProN","Hiragino Mincho Pro","ヒラギノ明朝 Pro",serif ;
  font-weight: bold;
  color: #fff;
  filter:drop-shadow(1px 1px 4px rgb(0, 35, 85));
  text-align: center;
}

.p-Yellow{
  color: yellow;
}

.top-p-mobile{
  display: none;
}

.recruit-banner{
  background-color: #fff;
  z-index: 10;
}
.about{
  background-image: url(/image/about-bg.png);
  z-index: 10;
}

.about{
  margin: 0 30% 0 0;
  padding: 100px 0;
  background: #004097;
  border-radius: 0 0 100px 0;
  color: #fff;
}

.about-top{
  max-width: 1300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-item:nth-child(1){
  margin-left: 100px;
  text-align: left;
  max-width: 60%;
}

.about-item-img{
  margin-right: -60%;
  filter: drop-shadow(2px 2px 4px #516b8d);
}

.about-item-img img{
  max-width: 60%;
}

#about-title{
  font-size: 36px;
}

.about-item p:nth-child(1){
  font-size: 24px;
  font-family:'Yu Gothic','Yu Gothic UI','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.about-item p:nth-child(2){
  font-size: 24px;
  margin-top: 16px;
}

.about-p{
  padding-top: 60px;
  /* text-align: center; */
  font-size: 18px;
}


.title-list-center{
  display: flex;
  justify-content: center
}

.title-list{
  padding: 100px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: 1200px;
  flex-wrap: wrap;
}

.title-list-item{
  margin: 1rem 1.5rem ;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(0, 64, 151);
  font-size: 18px;
  line-height: 1;
}

.diamond-item{
  display: flex;
  align-items: center;
}

.diamond-blue{
  width: 1rem;
  margin-right: 0.5rem;
}

.arrow-bottom-blue{
  width: 1.5rem;
}


/* ↓ title */

.title-wrapper{
  padding: 0 0 150px 0;
}
.title-left h2,.title-right h2{
  filter:drop-shadow(2px 2px 4px rgb(164, 174, 179));
}

.title-left{
  /* background-color: #eee; */
  background: #fff;
  /* background: linear-gradient(to bottom right,#f5f5f5, #d0dbe9); */
  border-radius: 0 70px 70px 0;
  position: relative;

  width: 60%;
  margin: 0 calc(50% - 50vw) 150px calc(50% - 50vw);
  padding: 30px 10vw 70px 15vw;
}

.title-right{
  /* background-color: #eee; */
  background: #fff;
  /* background: linear-gradient(to bottom right,#f5f5f5, #d0dbe9); */
  border-radius: 70px 0 0 70px;
  position: relative;

  width: 70%;
  margin: 200px calc(50% - 50vw) 250px auto ;
  padding: 30px 5vw 50px 20vw;
}

.diamond-right{
  width: 60px;
}

h2{
  display: flex;
  align-items: center;
  line-height: 1; 
  margin-left: -35px;
  margin-bottom: 24px;
  color: rgb(0, 64, 151);
  font-size: 36px;
}

.title-text{
  font-size: 18px;
  padding: 150px 20px 0px 20px;
  margin-top: -150px;
}

.title-img-left{
  position: absolute;
  margin-left:60%;
  top: 50%;
  transform: translateY(-1%);
}

.title-img-left img,.title-img-right img{
  max-width: 600px;
  padding: 2rem 0 1rem 0;
}

.title-img-right{
  position: absolute;
  margin-left:-10%;
  top: 40%;
  transform: translateY(-1%);
  transform: translateX(-90%);
}

.consultant{
  margin-bottom: 300px;
}

/* ↑ title */


.accounting-title{
  display: flex;
  align-items: flex-end;
}

.accounting-h2span{
  font-size: 28px;
}

.accounting-space{
  margin-top: 1rem;
}

.accounting-p-br{
    display: none;
}


.system{
  margin-bottom: 300px;
}

.design{
  margin-bottom: 300px; 
}

.architecture-img-2 img{
  max-width: 600px;
  display: block;
  margin: auto;
}

.sonota{
  margin: 50px 20%;
}

.architecture-table{
  font-family:"Hiragino Mincho ProN","ヒラギノ明朝 ProN","Hiragino Mincho Pro","ヒラギノ明朝 Pro",serif ;
  font-size: 1rem;
  margin-top: 20px;
}

.architecture-table th,.architecture-table td{
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #646566;
}
.architecture-table-border{
  border-top: 1px solid #646566;
}
.architecture-table th{
  text-align: center;
  font-weight: bold;
}



#recruit{
  background-color: #004097;
  margin: 0 0 50px 0;
  color: #fff;
}
.recruit-h2{
  color: #fff;
}
.recruit-list{
  display: flex;
  justify-content: center;
  margin: 4rem 7% -2rem 7%;
}
.recruit-list-item{
  margin: 1rem 1.5rem ;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 1rem 2rem;
}

.recruit-rule{
  text-align: left;
  font-size: 1.5rem;
  margin: 2.5rem 7% -2rem 150px;
  font-weight: bold;
}
.recruit-a{
  color: #fff;
}

.recruit-bottom-list{
  text-decoration: none;
}
.recruit-bottom-div{
  display: flex;
    margin-top: 100px;
    padding: 0 20vw;
}
.recruit-bottom{
  margin: -1rem 4%;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 1rem 2rem;
}
#arbeit{
  padding-bottom: 50px;
  margin: 40px auto;
}
#arbeit td{
  padding: 1rem 9rem 1rem 4rem;
}





.company{
  padding-top: 50px;
  padding-bottom: 40px;
}

.company-table{
  font-family:"Hiragino Mincho ProN","ヒラギノ明朝 ProN","Hiragino Mincho Pro","ヒラギノ明朝 Pro",serif ;
  font-size: 1rem;
  margin: 40px auto;
}

.company-table th,.company-table td{
  padding: 1rem 5rem 1rem 5rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #646566;
}
.company-table th{
  text-align: center;
}

.company h2{
  margin: 50px 0 0 100px ;
}


.access{
margin-bottom: 100px;
}

.access h2{
  margin: 50px 0 50px 100px ;
}

.access-map{
  display: flex;
  justify-content: center;
}

.design-br{
  display:none;
}



.copy{
  text-align: center;
}

@media (max-width: 1200px){


  .header {
    height: 70px;
  }
  .menu {
    margin-top: 70px;
  }
  h1 img{
    height: 60px;
  }
  .top{
    padding-top: 70px;
  }
  .recruit-banner img{
    max-width: 300px;
    top: -180px;
    }
  .real-estate-banner{
    margin-left: 340px;
    }
   .real-estate-banner img{
   max-width: 300px;
   top: -180px;
   }
    #big-bg video {
      width: 150vw;
  }
  

  .about-p-br{
    display: none;
  }

  .title-left{
    width: 80%;
    padding: 50px 20px 70px 10vw;
  }

  .title-img-left img{
    max-width: 50VW;
  }

  .title-img-left{
    position: absolute;
    margin-left:50%;
    top: 60%;
    transform: translateY(-1%);
  }

  .accounting-p-br{
    display: block;
}

.title-right{
  width: 80%;
  padding: 50px 5vw 50px 30vw;
}

  .title-img-right img{
    max-width: 50VW;
  }

  .architecture-img-2 img{
    max-width: 50vw;
  }

  .recruit-list{
    display: flex;
    justify-content: center;
    margin: 2rem 7% -2rem 7%;
  }

  .recruit-bottom-div{
    padding: 0;
  }

}













@media (max-width: 769px){


  .main-bg{
    position: relative;
  }

  .main-bg video{
    width: 100%;
    height: 100%;
    position: absolute;
    position:fixed;
    z-index:-1;
    object-fit: cover;
    inset: 0;
  }

  .menu{
    width: 90%;
  }


  #big-bg video{
    width: 170vw;
  }

  h2{
    font-size: 28px;
    margin-left: -5px;
    font-weight: 800;
  }

  .accounting-h2span{
    font-size: 20px;
  }

  .diamond-right{
    width: 40px;
  }


  .top p{
    font-size: 1.5rem;
  }

  .top-p-mobile{
    display: block;
  }

  .tel-button-p{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .tel-button-p::after{
    content: "　お問い合わせ";
    font-size: 28px;
    font-family:'Yu Gothic','Yu Gothic UI','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-weight: bold;
    color: #004097;
    animation:zoomOut reverse 10s ease forwards;
  }
  @keyframes zoomOut {
    100% {
      display: block;
      opacity: 1;
      height: auto;
    }
    15%{
      opacity: 1;
      height: auto;
      font-size: 28px;
    }
    6%{
      opacity: 0;
      height: auto;
      font-size: 26px;
    }
    5%{
      opacity: 0;
      height: 70px;
    }
    0% {
      opacity: 0;
      height: 70px;
      font-size: 1%;
      display: none;
    }
  }
  .tel-button{
    display: block;
    background-color: #ffea00;
    height: 70px;
    border-radius: 35px;
    position: absolute;
    top :70vh;
    right: 4%;
    box-shadow:0 3px 3px #887711;
    position : fixed;
    z-index:100;
  }
  .tel-button img{
    /* box-shadow: 0 0 10px #887711; */
    border-radius: 35px;
  }
  .tel-button.poyopoyo {
    animation: poyopoyo 3s ease-out infinite;
    opacity: 1;
  }
  @keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
  }
  .real-estate{
  margin: auto 0;
  margin-right: 2%;
}
.real-estate p{
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 0.3rem 0.8rem;
  background-color: #004097;
  border-radius: 2rem;
}
.real-estate img{
  width: 12px;
  margin-bottom: -1%;
}

  .about{
    margin: 0 5% 0 0;
    padding: 50px 0;
  }

  .about-top{
    display: block;
  }

  .about-item:nth-child(1){
    margin: 0 5%;
    max-width: 100%;
  }

  .about-p-br{
    display: none;
  }

  .about-item-img{
    margin-top: 50px;
    margin-right: -30%;
  }

  .about-item-img img{
    max-width: 50%;
  }
  .recruit-banner{
  display: flex;
  justify-content: center;
  margin: auto;
  }
  .recruit-banner img{
    position: static;
    max-width: 90vw;
    }
   .real-estate-banner{
  display: flex;
  justify-content: center;
  margin: auto;
   }
 .real-estate-banner img{
    position: static;
    max-width: 90vw;
 }

  .title-list{
      padding: 50px 0;
    }


  .design-br{
    display: block;
  }


  .title-list-item{
    display: block;
  }

  .title-left{
    width: 95%;
    margin: 0 0 60px 0;
    padding: 20px 4% 30px 4%;
  }

  .title-text{
    font-size: 16px;
    /* background-color: #fff; */
      padding: 120px 4% 0px 4%;
      margin-top: -100px;
  }

  .title-img-left{
    position: static;
    margin-left:auto;
    transform: translateY(0%);
  }

  .title-img-left img{
    max-width: 90VW;
  }



  .title-right{
    width: 95%;
    margin: 0 calc(50% - 50vw) 60px auto ;
    padding: 20px 4% 30px 4%;
  }


  .title-img-right{
    position: static;
    margin-left:42%;
    top: 50%;
    transform: translateY(-1%);
    transform: translateX(-90%);
  }

  .title-img-right img{
    max-width: 90VW;
  }

.consultant .accounting-title{
  font-size: 24px;
}

  .architecture-img-2{
    margin-top: -80px;
  }
  .architecture-img-2 img{
    max-width: 90vw;
  }
  .architecture-table th,.architecture-table td{
    display: block;
  }
  .border-n{
    border-top: none;
  }
  .architecture-table th{
    padding: 0.5rem;
    text-align: left;
    border-bottom:none;
  }
  .architecture-table td{
    padding: 0 0.5rem 0.5rem 0.5rem;
  }

  .recruit-list{
    margin:2rem 0 -2rem 0;
    display: flex;
    justify-content: center;
  }
  .recruit-list-item{
    margin: 1rem 0.5rem ;
    color: rgb(0, 64, 151);
    font-size: 18px;
    line-height: 1;
  }
  .recruit-rule{
    font-size: 1.3rem;
    margin: 1rem auto 1rem auto;
    display: flex;
    justify-content: center;
  }
  .recruit-span{
    font-size: 0.8rem;
    padding: 0 0.5rem;
  }
  #arbeit{
    margin: 40px 4%;
  }
  #arbeit td{
    padding: 0.5rem 6rem 0.5rem 0.5rem;
  }


  .company{
    padding-top: 20px;
    padding-bottom: 20px;
}

.company-table th,.company-table td{
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    display: block;
}

.company-table th{
  text-align: left;
  border-bottom:none;
  padding: 1rem 0.5rem 0rem 0.5rem;
}

}