a{
    text-decoration: none;}
    a,a:hover,a:visited{
        color: inherit;
    }

/*animation*/

/*ローディングアニメーション*/
#loading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #0bd;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.load-text{
    color:white;
    font-family: Georgia;
    font-size: 1.4rem;
}
.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
    } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
    } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
    } 
}
.loaded {
display: none;
opacity: 0;
visibility: hidden;
}

.f-b{
    opacity: 0;
    animation-name: fire;
    animation-duration: 1.8s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}
@keyframes fire{
    0%{opacity: 0;}
  100%{opacity: 1;}
}
/*width 0-100% */
.sw{
    width: 100%;
    transition: all 3s 0s ease;
}
.sw.show{
    width: 25rem;
}
/*opacityのみ*/
.sa {
    opacity: 0;
    /*transition-duration: 20s;*/
    transition: opacity 2s 3.5s ease;
  }
   
  .sa.show {
    opacity: 1;
    transform: none;
  }
body{
    margin: 0;
}
.border-cut{
    overflow: hidden;
}

.right-menubox{
    display: none;
}
.headerbox{
    display: none;
}
.topframe {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    /*height: max(44rem, calc(100vh - 6rem));*/
    height: calc(100vh - 5rem);
    overflow: hidden;
    box-sizing: border-box;
}
header {
    display: flex;
    width: 100%;
    height: 5rem;
    margin: 0;
    padding: 0;
    align-items: center;
    background-color:black;
    white-space: nowrap
}
.headerframe{
    display: flex;
    height: 100%;
    align-items: center;
    flex-grow: 1;
}
.logoandworksName{
    display: flex;
    align-items: flex-end; 
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #2f6b46;
}
.logoAnimBox{
    display: flex;
    width: 4rem;
    height: 80%;
    margin-left: 1rem;
    align-items: flex-end;
    justify-content: center;
    background: black;
}
.towerBox0{
    opacity: 1;
    width: 1rem;
    height: 2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;

}
.towerBox0.show{
    width: 1rem;
    height: 2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;
    animation-name: tower;
    animation-duration: 2.5s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-direction:alternate;
    animation-iteration-count:infinite;
}
.towerBox1{
    opacity: 1;
    width: 1rem;
    height: 1rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;
}
.towerBox1.show{
    width: 1rem;
    height: 1rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;
    animation-name: tower;
    animation-duration: 2.5s;
    animation-delay: 0.1s;
    animation-timing-function: ease;
    animation-direction:alternate;
    animation-iteration-count:infinite;
    
}
.towerBox2{
    opacity: 1;
    width: 1rem;
    height: 0rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;
}
.towerBox2.show{
    width: 1rem;
    height: 0rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;
    animation-name: tower;
    animation-duration: 2.5s;
    animation-delay: 0.2s;
    animation-timing-function: ease;
    animation-direction:alternate;
    animation-iteration-count:infinite;
}
@keyframes tower{
    0%{}
  100%{height: 3.8rem;}
}

.workstitleFrame{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end; 
    height: 100%; 
    margin-left: 0.4rem;
    border-left: 0.3rem solid black;
    font-family: serif;
}
.workstitleFrame:before{
    content: '';
    position: absolute;
    top: 0.6rem;
    left: 0;
    background: black;
    width: 8rem;
    height:  0.4rem;
}
.workstitletop{
    display: none;
    align-items: flex-start; 
    height: 1.2rem;
    margin-left: 0.1rem;
    background-color: aquamarine;
}
.workstitlebot{
    display: flex;
    height: 2.8rem;
    align-items: flex-end;
}
.workstitleLeft{
    display: flex;
    align-items: flex-end; 
    font-size:3.6rem;
    line-height:0.65;
}
.workstitleRight{
    display: flex;
    margin-left: 0.1rem;
    flex-direction: column;
    justify-content:end;
    flex-grow: 1;
}
.titlehead{
    display: flex;
    font-size: 1.6rem;
    line-height: 0.7;
    margin-bottom: 0.2rem;
    border-bottom: 0.1rem solid black
}
.titlehead-mobile480{
    display:none;
    font-size: 1em;
    line-height: 0.7;
    margin-bottom: 0.2rem;
    border-bottom: 0.1rem solid black
}
.titlefoot{
    display: flex;
    line-height: 0.7;
    font-size:1.4rem;
}
.alladdres{
    display: flex;
    justify-content: flex-end;
    padding-left: 0.6vw;
    height: 4rem;
    flex-direction: column;
    margin-left: 0.4rem;
    white-space: nowrap;
    font-family: serif;
}
.timesandTel{
    display: flex;
    justify-content: flex-start;  
    font-family: serif;
}
.tel{   
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:0.9rem;
    width: 1.8rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    background-color:#999999;
    color: white;  
}
.telnum{
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    margin-left: 0.2rem;
    color: white;        
}
.times{ 
    margin-left: 1rem;
    font-size:0.8vw;   
}
.addlesandPost{
    display: flex;
    justify-content: flex-start;   
    margin-top: 0.1rem;
}
.addles{
    display: flex;
    align-items: flex-end;
    font-size:0.95rem;
    margin-left: 0.3vw;   
    color: white;

}
.postnum{
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 0.96em;
}
.topcomment{
    display: flex;
    height: 60%;
    margin-right: 1.2vw;
    font-size: 0.9vw;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.instasign{
    position: relative;
    width: 8.2rem;
    height: 3rem;
    margin-right: 2rem;
    background-image: url(../img/Instagram_name0.png); 
    background-size:cover;
    background-repeat: no-repeat;
}

.instandQues{
    display: flex;
    height: 100%;
    justify-content: flex-end; 
    align-items: center;
    flex-grow: 1;
}

.insta{ 
    position: relative;
    width: 3rem;
    height: 3rem;
    background-image: url(../img/instalogo.png); 
    background-size:contain;
    background-repeat: no-repeat;
}
.insta a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.insta a:hover{
    border-radius: 10px 10px 10px 10px;
    background-color: rgba(255, 255, 255, 0.2);
}
.insta-mark{ 
    position: relative;
    width: 2rem;
    height: 2rem;
    background-image: url(../img/instalogo.png); 
    background-size:contain;
    background-repeat: no-repeat;
    margin: 0;
}
.insta-mark a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.insta-mark a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.menubutton-mobile480{
    display: none;
    width: 1rem;
    height: 100%;
    margin-left: 1rem;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    background-color: blue;
    color: white;
}
.Quesbox{
    display: flex;
    position: relative;
    width: 13rem;
    height: 100%;
    margin-left: 2rem;
    background-color: rgb(47, 133, 80);

}
.ques{ position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    z-index: 10;}
.Ques{  
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.Ques:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0%;
    display: block;
    background: orange;
    z-index: -1;
    transition: 0.5s;
  }
.Quesbox a{
    display: block;
    width: 100%;
    height: 100%;
    color: white;
}
.Ques:hover{
    color: #fff;
} 
.Ques:hover:before{
    width: 100%;
}
.company-top-frame{
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    background-image: url(../img/take2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.top-left-frame{
    width: calc(100% - 26rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    border-right: 2rem solid rgba(255,255,255,0.4);
    border-left: 2rem solid rgba(255,255,255,0.4);
    
}
.hello-frame{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.hello-box{
    display: flex;
    width: 100%;
    justify-content: center;
}
.hello-text-box{
    display: flex;
    width: 18rem;
    height: 100%;
    margin-right: 4rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.left-frame-text{
    display: flex;
    align-items: center;
    width: 100%;
    height: 60%;
    color: white;
    font-family: serif;
    font-size: 1.2rem;
    letter-spacing: 1.2;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left:2rem;
    padding-right: 1.5rem;
    background-color: rgb(54 117 78 /0.6);
    border: 2px solid rgb(255 255 255 /0.7);
    border-radius: 10px;
    white-space: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.left-frame-text480{
    display: none;
    align-items: center;
    width: 100%;
    height: 60%;
    color: white;
    font-family: serif;
    font-size: 1.2rem;
    letter-spacing: 1.2;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left:2rem;
    padding-right: 1.5rem;
    background-color: rgb(54 117 78 /0.6);
    border: 2px solid rgb(255 255 255 /0.7);
    border-radius: 10px;
    white-space: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.left-frame-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    margin-bottom: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
    font-family: serif;
    font-size: 1.3rem;
    background-color: rgb(54 117 78 /0.6);
    border-radius: 50px;
    border: 2px solid rgb(255 255 255 /0.7);
}

.ceo-frame{
    display: flex;
    width: 10rem;
    padding-left: 1rem;
    flex-direction: column;
    align-items: center;
}
.ceo-photo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 12rem;
    margin-top: 4rem;
    background-image: url(../img/ceo.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 50px 50px 0px 0px;
}
.ceo-name{
    color: white;
    font-family: serif;
    margin-top: 0.2rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    background-color: rgb(54 117 78 /0.7);
    border: 1px solid rgb(255 255 255 /0.8) ;
}
.photo-color{
    width: 100%;
    height: 100%;
    background-color: rgba(87, 90, 255, 0.2);
    border-radius: 50px 50px 0px 0px;
}
/*.top-right-frame{
   width: 20rem;
   display: flex;
   position: relative;
   white-space: nowrap
}*/
/*.top-right-frame{
    width: 100%;
    height: 20rem;
    display: flex;
    position: relative;
    background-color: ;
    white-space: nowrap;
}*/
.right-anim-frame{
    width: 100%;
    height: calc(100% - 0rem);
    display: flex;
    position: absolute;
    right: 0;
    z-index: 1;
}
.slid-anim-frame{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
}
.slid-frame-animplate0{
   width: 6rem;
   height: 100%;
   margin-right: 0rem;
   position: relative;
   background: #E599FF;
   box-sizing: border-box;
   animation-name: slid1;
   animation-duration: 3.8s;
   animation-delay: 1.2s;
   animation-fill-mode: forwards;
}
@keyframes slid1 {
     0%{}
    40%{margin-right: 8rem;}
   100%{width: 5rem;
        margin-right: 0rem;}
}
.slid-frame-animplate1{
    width: 14rem;
   height: 100%;
   margin-right: 0dvh;
   position: relative;
   background: #E599FF;
   box-sizing: border-box;
   animation-name: slid2;
   animation-duration: 3.8s;
   animation-delay: 1.2s;
   animation-fill-mode: forwards;
}
@keyframes slid2 {
    0%{}
   20%{margin-right: 10rem;}
  100%{width: 8rem;
       margin-right: 0rem;}
}
.slid-frame-animplate2{
   width: calc(100% - 20rem);
   height: 100%;
   position: relative;
   background: rgba(169, 75, 206, 0.6);
   animation-name: slid3;
   animation-duration: 2.6s;
   animation-delay: 1.2s;
   animation-fill-mode: forwards;
}
@keyframes slid3 {
    0%{width: calc(100% - 20rem);}
  100%{
        width: 13rem;}
}
.plate-frame{
   width: 26rem;
   height: 100%;
   display: flex;
   flex-direction: column;
   position: absolute;
   background-color: transparent;
   top:0;
   right: 0;
   z-index: 20;
}
.name-plate{
    width: 100%;
    height: 6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-left: 1rem solid rgba(255,255,255,0.6);
    border-right: 1rem solid rgba(255,255,255,0.6);
    box-sizing: border-box;
    /*background: linear-gradient(to right, rgb(47, 133, 80) 0%, rgb(47, 133, 80) 50%, transparent 50%, transparent 100%);*/
}
.name-plate0{
    width: 100%;
    height: 6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF6565;
    color: white;
    box-sizing: border-box;
}
.name-plate1{
    width: 100%;
    height: 6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFB265;
    color: white;
    box-sizing: border-box;
}
.name-plate2{
    width: 100%;
    height: 6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #65B2FF;
    color: white;
    box-sizing: border-box;
}
.name-plate3{
    width: 100%;
    height: 6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-left: 1rem solid rgba(255,255,255,0.6);
    border-right: 1rem solid rgba(255,255,255,0.6);
    box-sizing: border-box;
}
.name-plate-text{
    position: relative;
    font-size:3.0rem;
    font-family: serif;
}
.name-plate-text0{
    position: relative;
    font-size:3.0rem;
    font-family: serif;
}
.name-plate-text1{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size:3.0rem;
    font-family: serif;
}
.name-plate-text2{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size:3.0rem;
    font-family: serif;
    /*
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    border-left: 1rem solid black;
    border-right: 1rem solid black;*/
    
}
.name-plate-menu{
    width: 100%;
    height: 8rem;
    display: flex;
    flex-wrap:wrap;
    position: relative;
    flex-grow: 1;
    border: 1px solid white;
    box-sizing: border-box;
}
.menubox{
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: serif;
    border: 1px solid white;
    box-sizing: border-box;
}
.menu-text-box{
    padding: 1rem;
}
.menubox2{
    width: 50%;
    height: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: serif;
    border: 1px solid white;
    box-sizing: border-box;
    /*background: linear-gradient(90deg, transparent  0%, transparent 50%, white 50%, white 100%);*/
    opacity: 1;
}
.menubox-img{
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    top:0.1rem;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
}
.bird{
    width: 140%;
    height: 140%;
    top:5%;
    position: relative;
    background-image: url(../img/line.png); 
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}
.sidemenu-scrollframe{
    width: 100%;
    position: relative;
    display: flex;
    border-top: 4px solid black;
    box-sizing: border-box;
}
.scrollframe{
    display: flex ;
    flex-direction: column;
    position: relative;   
    width: calc(100% - 2rem);
    margin: 0;
    background-color: #2f6b46;
}
.main-frame{
    position: relative;
    width: 100%;
    margin-top: 0rem;
}
.fixmenu{
    display: flex;
    flex-direction: row-reverse; 
    height: 100vh;
    width: 2rem;
    margin: 0;
    top:0;
    z-index: 200;
    position: sticky;
    background-color: #33ad84;  
}
.menubar0{
    display: flex;
    height: 100vh;
    width: 2rem;
    top:0;
    position: absolute;
    z-index: 1;
    writing-mode: vertical-rl;
    background-color: #ac346c;
    color: white;
    overflow: hidden;
    white-space:nowrap;
    align-items: center;
}
.menubar-frame{
    display: flex;
    flex-direction: column;
}
.menubar1{
    display: flex;
    height: 2.4rem;
    width: 9rem;
    padding-left: 0.5rem;
    top:0;
    right: 2rem;
    position: relative;
    background-color: orange;
    color: white;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 0px 50px;
    cursor: pointer;
}
.menubar2{
    display: flex;
    height: 2.4rem;
    width: 9rem;
    padding-left: 0.5rem;
    bottom: 0;
    right: 2rem;
    position: absolute;
    background-color: orange;
    color: white;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border-radius: 50px 0px 0px 0px;
    cursor: pointer;
}
.loop {
    animation: loop 20s linear infinite;
    height: 100%;
    font-family:serif;
}
.loop2{
    position: absolute;
    top: 0; 
    animation: loop 20s -10s linear infinite;
    font-family: serif;
}
@keyframes loop {
    0%{transform: translateY(100%);}
    100%{transform: translateY(-100%);}
}
.openmenubox{
    height: 100vh;
    width: 0%;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    position: fixed;
    z-index:-1;
    transition: all 0.7s 0s ease-out;
}
.openmenubox.is-open{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100vh;
    width: 100%;
    z-index: 100;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 1.2s 0s ease;
    z-index: 100;
}
.close0{
    font-family: serif;
}
.menuALLline{
    display: flex;
    align-items: center; 
    position: absolute;
}
.menuALLline a:visited{
    color: white;
}
.menuSubline{
    display: flex;
    height: 100vh;
    margin-left: 12rem;
}
.openmenuline0{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 18rem;
    height: 2.6rem;
    padding-right: 1.8rem;
    font-size: 1.2rem;
    color:white;
    border-radius: 0px 50px 50px 0px;
    background-color: rgba(255,255,255,0.2);
}
.openmenuline1{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 2.6rem;
    height: 20vh;
    padding-bottom: 2rem;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    margin-right: 5rem;
    margin-left: 5rem;
    color:white;
    border-radius: 0px 0px 50px 50px;
    background-color: rgba(255,255,255,0.2);
}
.openmenuline2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 2.6rem;
    height: 40vh;
    padding-bottom: 2rem;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    margin-right: 5rem;
    margin-left: 5rem;
    color:white;
    border-radius: 0px 0px 50px 50px;
    background-color: rgba(255,255,255,0.2);
}
.openmenuline3{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 2.6rem;
    height: 60vh;
    padding-bottom: 2rem;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    margin-right: 5rem;
    margin-left: 5rem;
    color:white;
    border-radius: 0px 0px 50px 50px;
    background-color: rgba(255,255,255,0.2);
}

.company-summary-frame{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #d8c7a8;
    
}
.company-summary-title{
    display: flex;
    width: 30%;
    height: 2rem;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    background-color: rgb(22, 22, 22);
    border-radius: 100px;
    color: white;
    font-family: serif;
    font-size: 1.6rem;
    letter-spacing:0.2em;
}
.company-summary-text{
    padding-left: 1rem;
    padding-right: 1rem;
}
.company-summary-text480{
    display: none;
}
.company-summary-text table{
    border-collapse:  collapse; 
}
.company-summary-text td{
    width: 24rem;
    height: 3rem;
    text-align: center;
    border: 1px solid white;
    padding-left: 2rem;
    padding-right: 2rem;
    color: white;
    font-family: serif;
    font-size: 1rem;
    background-color: rgb(22, 22, 22);
}
.company-summary-text th{
    width: 10rem;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1.2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-family: serif;
    font-size: 1rem;
    background-color: rgb(22, 22, 22);
}
.map-frame-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: max(100vh, 50rem);
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}
.map-title-frame{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    left:50.5%;
}
.map-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
    font-family: serif;
    color: white;
    background-color: black;
    letter-spacing:0.1em;
}
.map-title:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top:3.08rem;
    left:-100%;
    background-color: black;
}
.map-title:before{
    position: absolute;
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    top:2.22rem;
    left:-100%;
    z-index: 10;
    background-color: white;
    border: 2px solid black;
    border-radius: 50px 50px 50px 50px;
}
.map-frame{
    display: flex;
    position: absolute;
    width: 96%;
    height: 44rem;
    left:2%;
    bottom: 0;
}
.yahoo-map{
    width: 50%;
    height: 80%;
    margin-left: 1rem;
}
.yahoo-map iframe{
    width: 100%;
    height: 100%;
}
.map-text-frame{
    width:50%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    left:3rem;
    border-left: 2px solid black;
    border-bottom: 2rem solid black;
    box-sizing: border-box;
}
.map-text-box{
    width: 80%;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}
.map-company-name{
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: flex-end;
    padding-left: 1rem;
    font-family: serif;
    font-size: clamp(2.4rem, 3.4vw, 4rem);
    line-height: 1;
    border-bottom: 2px solid black;
    border-right:  20px solid black;
}
.map-company-name:after{
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    top:-0.2rem;
    left:0;
    background-color: black;
}
.map-text-box:after{
    position: absolute;
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    top:-1rem;
    left: -0.9rem;
    background-color: white;
    border-radius: 50px 50px 50px 50px;
    border: 2px solid black; 
}
.map-text1{
    width: 8rem;
    height: 4rem;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    font-size: 1rem;
    border-right: 2px solid black;
    border-bottom: 2px solid black; 
}
.map-text1 span{
    padding: 0.4rem;
    margin-right: 0.4rem;
    color: white;
    background-color: #ad334c;
}
.map-text2{
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
    border-bottom: 2px solid black;
}
.map-text2::after{
    position: absolute;
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    top:22.24rem;
    left:80%;
    background-color: white;
    border-radius: 50px 50px 50px 50px;
    border: 2px solid black;
}
.map-text2 span{
    margin-left: 0.6rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    background-color: #999999;
    border-radius: 50px 50px 50px 50px ;
    color: white;
}
.map-text3{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    font-size: 1rem;
    border-top: 2px solid black;
    border-left: 20px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}
.map-text4{
    display: flex;
    align-items: center;
    padding-left: 1rem;
    font-size: 1rem;
}
.bot-text{
    width: 100%;
    height: 2rem;
    background-color: #65B2FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: serif;
}
@media screen and (max-width:1140px) {
.Quesbox{
    display: none;
    position: relative;
    width: 10rem;
    height: 100%;
    margin-left: 2rem;
    background-color: green;

}
.insta{ 
    position: relative;
    width: 3rem;
    height: 3rem;
    background-image: url(../img/instalogo.png); 
    background-size:contain;
    background-repeat: no-repeat;
    margin-right: 2rem;
}
.insta-mark{ 
    position: relative;
    width: 2rem;
    height: 2rem;
    background-image: url(../img/instalogo.png); 
    background-size:contain;
    background-repeat: no-repeat;
    margin-right: 1rem;
}
.insta-mark a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.insta-mark a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
}

/*ipad pro*/
@media screen and (max-width:1024px) and (min-height:1366px){
.insta-mark {
    position: relative;
    width: 2rem;
    height: 2rem;
    background-image: url(../img/instalogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2.5rem;
}
.topframe {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    /* height: max(44rem, calc(100vh - 6rem)); */
    height: calc(100svh - 5rem);
    overflow: hidden;
    box-sizing: border-box;
}
.company-top-frame {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}
.top-left-frame {
    width: calc(100%);
    height: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    /*border-right: 2rem solid rgba(255, 255, 255, 0.4);*/
    /*border-left: 2rem solid rgba(201, 201, 201, 0.4);*/
    background-image: url(../img/take2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.top-right-frame {
    width: 100%;
    height: 45%;
    display: flex;
    position: relative;
    background-color: black;
    white-space: nowrap;
    background-image: url(../img/kyouto.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.plate-frame {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: transparent;
    top: 0;
    right: 0;
    z-index: 20;
}

.name-plate {
    width: 100%;
    height: 16rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-left: 1rem solid rgba(255, 255, 255, 0.6);
    border-right: 1rem solid rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    /* background: linear-gradient(to right, rgb(47, 133, 80) 0%, rgb(47, 133, 80) 50%, transparent 50%, transparent 100%); */
}
.name-plate0 {
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF6565;
    color: white;
    box-sizing: border-box;
}
.name-plate1 {
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFB265;
    color: white;
    box-sizing: border-box;
}
.name-plate2 {
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #65B2FF;
    color: white;
    box-sizing: border-box;
}
.name-plate3 {
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-left: 1rem solid rgba(255, 255, 255, 0.6);
    border-right: 1rem solid rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
}
.menu-text-box {
    padding-top: 1rem;
    font-size: 2rem;
    padding-bottom: 1rem;
    padding-left: 8rem;
    padding-right: 8rem;
}
.left-frame-text {
    display: flex;
    align-items: center;
    width: 100%;
    height: 34%;
    color: white;
    font-family: serif;
    font-size: 1.2rem;
    letter-spacing: 1.2;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
    background-color: rgb(54 117 78 / 0.6);
    border: 2px solid rgb(255 255 255 / 0.7);
    border-radius: 10px;
    white-space: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.hello-text-box {
    display: flex;
    width: 18rem;
    height: 100%;
    margin-right: 6rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
.slid-frame-animplate0{
    width: 0rem;
    height: 100%;
    margin-right: 0rem;
    position: relative;
    background: #E599FF;
    box-sizing: border-box;
    animation-name: slid1;
    animation-duration: 3.8s;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
}
@keyframes slid1 {
      0%{}
     40%{margin-right: 4rem;}
    100%{width: 25%;
         margin-right: 0rem;}
}
.slid-frame-animplate1{
     width:0rem;
    height: 100%;
    margin-right: 0rem;
    position: relative;
    background: #E599FF;
    
    box-sizing: border-box;
    animation-name: slid2;
    animation-duration: 3.8s;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
}
@keyframes slid2 {
     0%{}
    20%{margin-right: 6rem;}
   100%{width: 25%;
        margin-right: 0rem;}
}
.slid-frame-animplate2{
    width: 0rem;
    height: 100%;
    position: relative;
    background: rgba(139, 28, 124, 0.5);
    animation-name: slid3;
    animation-duration: 2.6s;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
 
}
@keyframes slid3 {
     0%{width: calc(10%);}
   100%{
         width: 50%;}
}
.company-summary-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 50vh;
    background-color: #d8c7a8;
}
.map-frame-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: max(50vh, 50rem);
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}
}

@media screen and (max-width:1024px) and (max-height:1360px) and (min-height:601px){
.insta-mark {
    position: relative;
    width: 2rem;
    height: 2rem;
    background-image: url(../img/instalogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2.5rem;
}
.topframe {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    /* height: max(44rem, calc(100vh - 6rem)); */
    height: calc(150svh - 5rem);
    overflow: hidden;
    box-sizing: border-box;
}
.top-left-frame {
    width: calc(100%);
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    /* border-right: 2rem solid rgba(255, 255, 255, 0.4); */
    /* border-left: 2rem solid rgba(201, 201, 201, 0.4); */
    background-image: url(../img/take2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.top-right-frame {
    width: 100%;
    height: 40%;
    display: flex;
    position: relative;
    background-color: black;
    white-space: nowrap;
    background-image: url(../img/kyouto.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.left-frame-text {
    display: flex;
    align-items: center;
    width: 100%;
    height: 25rem;
    color: white;
    font-family: serif;
    font-size: 1.2rem;
    letter-spacing: 1.2;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
    background-color: rgb(54 117 78 / 0.6);
    border: 2px solid rgb(255 255 255 / 0.7);
    border-radius: 10px;
    white-space: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.company-summary-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 90vh;
    background-color: #d8c7a8;
}
.company-top-frame {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}
.plate-frame {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: transparent;
    top: 0;
    right: 0;
    z-index: 20;
}

.name-plate {
    width: 100%;
    height: 16rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-left: 1rem solid rgba(255, 255, 255, 0.6);
    border-right: 1rem solid rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    /* background: linear-gradient(to right, rgb(47, 133, 80) 0%, rgb(47, 133, 80) 50%, transparent 50%, transparent 100%); */
}
.name-plate0 {
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF6565;
    color: white;
    box-sizing: border-box;
}
.name-plate1 {
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFB265;
    color: white;
    box-sizing: border-box;
}
.name-plate2 {
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #65B2FF;
    color: white;
    box-sizing: border-box;
}
.name-plate3 {
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-left: 1rem solid rgba(255, 255, 255, 0.6);
    border-right: 1rem solid rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
}
.menu-text-box {
    padding-top: 1rem;
    font-size: 2rem;
    padding-bottom: 1rem;
    padding-left: 8rem;
    padding-right: 8rem;
}

.hello-text-box {
    display: flex;
    width: 18rem;
    height: 100%;
    margin-right: 6rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
.slid-frame-animplate0{
    width: 0rem;
    height: 100%;
    margin-right: 0rem;
    position: relative;
    background: #E599FF;
    box-sizing: border-box;
    animation-name: slid1;
    animation-duration: 3.8s;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
}
@keyframes slid1 {
      0%{}
     40%{margin-right: 4rem;}
    100%{width: 25%;
         margin-right: 0rem;}
}
.slid-frame-animplate1{
     width:0rem;
    height: 100%;
    margin-right: 0rem;
    position: relative;
    background: #E599FF;
    
    box-sizing: border-box;
    animation-name: slid2;
    animation-duration: 3.8s;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
}
@keyframes slid2 {
     0%{}
    20%{margin-right: 6rem;}
   100%{width: 25%;
        margin-right: 0rem;}
}
.slid-frame-animplate2{
    width: 0rem;
    height: 100%;
    position: relative;
    background: rgba(139, 28, 124, 0.5);
    animation-name: slid3;
    animation-duration: 2.6s;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
 
}
@keyframes slid3 {
     0%{width: calc(10%);}
   100%{
         width: 50%;}
}
.map-frame-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: max(50vh, 50rem);
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}
}


@media screen and (max-width:834px) {
.instasign {
    display: none;
    position: relative;
    width: 8.2rem;
    height: 3rem;
    margin-right: 2rem;
    background-image: url(../img/Instagram_name0.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.name-plate {
    width: 100%;
    height: 12rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-left: 1rem solid rgba(255, 255, 255, 0.6);
    border-right: 1rem solid rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
}
.name-plate0 {
    width: 100%;
    height: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF6565;
    color: white;
    box-sizing: border-box;
}
.name-plate1 {
    width: 100%;
    height: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFB265;
    color: white;
    box-sizing: border-box;
}
.name-plate2 {
    width: 100%;
    height: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #65B2FF;
    color: white;
    box-sizing: border-box;
}
.name-plate3 {
    width: 100%;
    height: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-left: 1rem solid rgba(255, 255, 255, 0.6);
    border-right: 1rem solid rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
}
.name-plate-text {
    position: relative;
    font-size: 2.0rem;
    font-family: serif;
}
.name-plate-text0 {
    position: relative;
    font-size: 2.0rem;
    font-family: serif;
}
.name-plate-text1 {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 2.0rem;
    font-family: serif;
}
.name-plate-text2 {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 2.0rem;
    font-family: serif;
}

.company-summary-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: #d8c7a8;
}
.map-frame-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}
.map-frame {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
    flex-direction: column;
    margin-top: 7rem;
    align-items: center;
}
.yahoo-map {
    width: 90%;
    height: 25rem;
    margin-left: 1rem;
}
.map-text-frame {
    width: 75%;
    height: 25rem;
    display: flex;
    align-items: center;
    position: relative;
    left: 3rem;
    border-left: 2px solid black;
    border-bottom: 2rem solid black;
    box-sizing: border-box;
    margin-top: 3rem;
    left: -2.5rem;
}
.map-text2::after {
    display: none;
    position: absolute;
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    top: 22.24rem;
    left: 80%;
    background-color: white;
    border-radius: 50px 50px 50px 50px;
    border: 2px solid black;
}
}

@media screen and (max-width:480px) {
.scrollframe{
    display: flex ;
    flex-direction: column;
    position: relative;   
    width: calc(100% - 0rem);
    margin: 0;
    background-color: #2f6b46;
}
header{
    height: 3.4rem;
    width: 100%;
    position: fixed;
    z-index: 900;
}
.headerbox{
    display: block;
    height: 3.4rem;
    width: 100%;
    background-color: #2f6b46;
}
.headerframe{
    display: flex;
    height: 100%;
    align-items: center;
    flex-grow: 1;
}

.logoandworksName{
    display: flex;
    align-items: center;
    height: 100%;
    background-color:black ;
}

.logoAnimBox{
    display: flex;
    margin-left: 0rem;
    height: 100%;
    width: 3rem;
    align-items: flex-end;
    justify-content: center;

}
.towerBox0{
    display: flex;
    opacity: 1;
    width: 1rem;
    height: 65%;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;
}
.towerBox0.is-active{
    width: 1rem;
    height: 65%;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;
    animation-name: tower;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-iteration-count:2;
    animation-direction:alternate;
}
.towerBox1{
    opacity: 1;
    width: 1rem;
    height: 1rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;
}
.towerBox1.is-active{  
    width: 1rem;
    height: 1rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;
    animation-name: tower;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-iteration-count:2;
    animation-direction:alternate;   
}
.towerBox2{ 
    opacity: 1;
    width: 1rem;
    height: 0rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;
}
.towerBox2.is-active{
    width: 1rem;
    height: 0rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;
    animation-name: tower;
    animation-duration: 2s;
    animation-delay: 0.7s;
    animation-iteration-count:2;
    animation-direction:alternate;
}
@keyframes tower{
    0%{}
    100%{height: 100%;}
}

.workstitleFrame{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end; 
    height: 100%; 
    margin-left: 0.4rem;
    border-left: 0.3rem solid white;
    color: white;        
}    
.workstitleFrame:before{
    content: '';
    position: absolute;
    top: 0.6rem;
    left: 0;
    background: white;
    width: 8rem;
    height:  0.4rem;
}
.workstitletop{
    display: none;
    align-items: flex-start; 
    height: 40%;
    margin-left: 0.1rem;
    background-color: aquamarine;
}
.workstitlebot{
    display: flex;
    height: 100%;
    align-items: flex-end;
}
.workstitleLeft{
    display: flex;
    align-items: flex-end; 
    font-size:2.8rem;
    line-height:0.72;
    font-family: Georgia;
}
.workstitleRight{
    display: flex;
    margin-left: 0.1rem;
    height: 100%;
    flex-direction: column;
    justify-content:end;
    flex-grow: 1;
    color: white;
}
.titlehead{
    display: none;
    font-size: 1.6rem;
    line-height: 0.7;
    margin-bottom: 0.2rem;
    border-bottom: 0.1rem solid black;
}
.titlehead-mobile480{
    display:flex;
    font-size: 1em;
    line-height: 0.8;
    margin-bottom: 0.1rem;
    border-bottom: 0.1rem solid white;
    color: white;
}
.titlefoot{
    display: flex;
    line-height: 0.74;
    font-size:1.4rem;
    letter-spacing:0.1em;
    color: white;
    font-family: Georgia;
}

.alladdres{
    display: none;
}
.topcomment{
    display: none;
}

.instandQues{
    display: flex;
    height: 100%;
    margin-left: 1rem;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
}
.Quesbox{
    display: none;
}
.instasign{
    display: none;
}
.insta-mark{ 
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 30%;
    background-image: url(../img/instalogo.png); 
    background-size:contain;
    background-repeat: no-repeat;
    margin: 0;
}
.insta-mark a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.insta-mark a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.menubutton-mobile480{
    display: flex;
    position: absolute;
    width: 25%;
    height: 100%;
    right: 0;
    margin-left: 1rem;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    font-family: serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    /*background-color: #2f6b46;*/
    background-color: #B73D3D;
    color: white;
    transition: all 0.5s 0s ease-out;
    
}
.menubutton-mobile480:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    display: block;
    background: white;
    z-index: -1;
    transition: all 0.5s 0s ease-out;
}
.menubutton-mobile480.is-open{
    display: flex;
    width: 1rem;
    height: 100%;
    position: relative;
    margin-left: 1rem;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    background-color: transparent;
    color: rgb(0, 0, 0);
    transition: all 0.5s 0s ease-out;
}

.menubutton-mobile480.is-open:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background: white;
    z-index: -1;
    transition: all 0.5s 0s ease-out;
}
@keyframes  menubutton{
    0%{}
  100%{width: 100%;}
}
.right-menubox {
    display: flex;
    opacity: 0;
    flex-direction: row;
    flex-grow: 1;
    position: fixed;
    height: 0%;
    width: 100%;
    margin-top: 0.4rem;
    background-color: rgb(229,229,229,0.2);
    box-sizing: border-box;
    border: 0px solid chocolate;
    justify-content: center; 
    align-items: center;
    transition: all 1s 0s ease;
    overflow: hidden;
}
.right-menubox.is-open {
    opacity: 1;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    margin-top: 0.4rem;
    background-color: rgb(50,50,50,0.7);
    box-sizing: border-box;
    border: 0px solid chocolate;
    justify-content: center; 
    align-items: center;
    z-index:1; 
}
.menu ul {
list-style: none;
    /*position: absolute;*/
    /*bottom: 20%;*/
    margin: 0;
    /*margin: 0 0 0 auto;*/
padding: 0;
}
.menu li {
    width: 9rem;
    padding: 0;
    text-align: center;
    position: relative;
    margin: auto;
    margin-bottom: 3rem;
    border: 2px solid white;
    border-radius: 50px;  
    font-family: Yu Mincho Demibold;   
}

.menu a{ 
    color:white;
    text-decoration: none;
    transition: letter-spacing 1s 0s ease-out;
}
.menu a:hover {
    color:white;
    letter-spacing:0.5rem;       
}
.lis--box{opacity: 0;
}
.lis--box.show{position: relative;
           opacity: 1;
}
.lis--box.show::before{
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    width: 0%;
    height: 120%;
    background: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 0.6));
    border-radius: 9999px;
    transform: translateX(-50%);
    animation-name: slideUP;
    animation-duration: 0.9s;
    animation-delay: 1s;
    animation-timing-function: ease-out;
}

@keyframes slideUP{
       0%{width: 0%;} 
      60%{width: 100%;}
     100%{width: 0%; opacity: 0;}       
}

.topframe {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    overflow:visible;
    box-sizing: border-box;
}
.company-top-frame{
    width: 100%;
    height: calc(100% - 0rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    flex-grow: 0;
    background-color: black;
    background-image: url(../img/kyouto.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.top-left-frame{
    width: calc(100%);
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    white-space: normal;

    border-left: 0px;
    border-right: 0px;
}
.hello-frame{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.hello-box{
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    background-image: url(../img/take5.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
.hello-text-box{
    display: flex;
    width: 100%;
    height: 100%;
    margin-right: 0rem;
    margin-bottom: 0rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.left-frame-text{
    display: none;
}
.left-frame-text480{
    display: inline-block;
    width: 100%;
    height: auto;
    color: white;
    font-family: serif;
    font-size: 1rem;
    letter-spacing: 1.2;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left:1rem;
    padding-right: 1rem;
    background-color: rgb(54 117 78 /0.6);
    border-radius: 0px 0px 0px 0px;
    border:0px;
    box-sizing: border-box;
    white-space: normal;
    -ms-writing-mode: lr-tb;
    writing-mode:  horizontal-tb;;
}
.left-frame-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    margin-bottom: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
    font-family: serif;
    font-size: 1.3rem;
    background-color: rgb(54 117 78 /0.6);
    border-radius: 50px;
    border: 2px solid rgb(255 255 255 /0.7);
}
.ceo-frame{
    display: flex;
    width: 100%;
    padding-left: 0rem;
    margin-top: -2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ceo-photo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 12rem;
    margin-top: 4rem;
    background-image: url(../img/ceo.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 50px 50px 0px 0px;
}
.ceo-name{
    color: white;
    font-family: serif;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    background-color: rgb(54 117 78 /0.7);
    border: 1px solid rgb(255 255 255 /0.8) ;
}
.photo-color{
    width: 100%;
    height: 100%;
    background-color: rgba(87, 90, 255, 0.2);
}
/*
.top-right-frame{
   width: 100%;
   height: 100%;
   display: none;
   position: relative;
   background-color: white;
   white-space: nowrap
}
*/
.top-right-frame{
    width: 100%;
    height: 20rem;
    display: flex;
    position: relative;
    white-space: nowrap 
}
.right-anim-frame{
    width: 100%;
    height: calc(100%);
    display: flex;
    position: absolute;
    right: 0;
    z-index: 0;
}
.slid-anim-frame{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
}
.slid-frame-animplate0{
   width: 0rem;
   height: 100%;
   margin-right: 0rem;
   position: relative;
   background: #E599FF;
   box-sizing: border-box;
   animation-name: slid1;
   animation-duration: 3.8s;
   animation-delay: 1.8s;
   animation-fill-mode: forwards;
}
@keyframes slid1 {
     0%{}
    40%{margin-right: 4rem;}
   100%{width: 25%;
        margin-right: 0rem;}
}
.slid-frame-animplate1{
    width:0rem;
   height: 100%;
   margin-right: 0rem;
   position: relative;
   background: #E599FF;
   
   box-sizing: border-box;
   animation-name: slid2;
   animation-duration: 3.8s;
   animation-delay: 1.8s;
   animation-fill-mode: forwards;
}
@keyframes slid2 {
    0%{}
   20%{margin-right: 6rem;}
  100%{width: 25%;
       margin-right: 0rem;}
}
.slid-frame-animplate2{
   width: 0rem;
   height: 100%;
   position: relative;
   background: rgba(139, 28, 124, 0.5);
   animation-name: slid3;
   animation-duration: 2.6s;
   animation-delay: 1.8s;
   animation-fill-mode: forwards;

}
@keyframes slid3 {
    0%{width: calc(0%);}
  100%{
        width: 50%;}
}
.plate-frame{
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   position: absolute;
   background-color: transparent;
   top:0;
   right: 0;
   z-index: 20;
}
.name-plate{
    display: flex;
    width: 100%;
    height: 8rem;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}
.name-plate0{
    width: 100%;
    height: 2rem;
    position: absolute;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF6565;
    color: white;
    box-sizing: border-box;
}
.name-plate1{
    width: 100%;
    height: 2rem;
    position: absolute;
    top:2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFB265;
    color: white;
    box-sizing: border-box;
}
.name-plate2{
    width: 100%;
    height: 2rem;
    position: absolute;
    top:4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #65B2FF;
    color: white;
    box-sizing: border-box;
}
.name-plate3{
    width: 100%;
    height: 2rem;
    position: absolute;
    top:6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-left: 1rem solid white;
    border-right: 1rem solid white;
    box-sizing: border-box;
}
.name-plate-text{
    position: relative;
    font-size:1.0rem;
    font-family: serif;
}
.name-plate-text0{
    position: relative;
    font-size:1.0rem;
    font-family: serif;
}
.name-plate-text1{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size:1.0rem;
    font-family: serif;
}
.name-plate-text2{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size:1.0rem;
    font-family: serif;
    /*
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    border-left: 1rem solid black;
    border-right: 1rem solid black;*/
    
}
.name-plate-menu{
    width: 100%;
    height: 8rem;
    display: flex;
    flex-wrap:wrap;
    position: relative;
    flex-grow: 1;
    border: 1px solid white;
    box-sizing: border-box;
}
.company-summary-frame{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #d8c7a8;
}
.company-summary-title{
    display: flex;
    width: 30%;
    height: 2rem;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: rgb(22, 22, 22);
    border-radius: 100px;
    color: white;
    font-family: serif;
    font-size: 1.4rem;
    letter-spacing:0.2em;
}
.company-summary-text{
    display: none;
    padding-left: 1rem;
    padding-right: 1rem;
}
.company-summary-text480{
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
}
.company-summary-text480 td{
    width: 24rem;
    height: 3rem;
    text-align: center;
    border: 1px solid white;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    color: white;
    font-family: serif;
    font-size: 1rem;
    background-color: rgb(22, 22, 22);
}
.company-summary-text480 th{
    width: 10rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1.2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-family: serif;
    font-size: 0.9rem;
    background-color: rgb(22, 22, 22);
}
.map-frame-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: max(130vh, 50rem);
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}
.map-title-frame{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    left:0;
}
.map-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
    font-family: serif;
    color: white;
    background-color: black;
    letter-spacing:0.1em;
}
.map-title:after{
    position: absolute;
    content: '';
    width: 80%;
    height: 2px;
    top:3.08rem;
    left: 100%;
    background-color: black;
}
.map-title:before{
    position: absolute;
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    top:2.22rem;
    left: 170%;
    z-index: 10;
    background-color: white;
    border: 2px solid black;
    border-radius: 50px 50px 50px 50px;
}
.map-frame{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    width: 96%;
    height: 100%;
    left:2%;
    top: auto;
    margin: 0;
    padding: 0;
    bottom: 0;
}
.yahoo-map{
    width: 90%;
    height: 40%;
    margin-left: 0rem;
}
.yahoo-map iframe{
    width: 100%;
    height: 100%;
}
.map-text-frame{
    width:90%;
    height: 45%;
    display: flex;
    align-items: center;
    position: relative;
    left:0rem;
    margin-top: 3rem;
    border-left: 2px solid black;
    border-bottom: 2rem solid black;
    box-sizing: border-box;
}
.map-text-box{
    width: 80%;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}
.map-text-box::before{
    display: none;
    position: absolute;
    content: 'SUZAKU';
    top: 32%;
    left: 50%;
    font-size: 1.8rem;
    font-family: serif;
    transform: scale(1, 2.2)
}
.map-company-name{
    width: 80%;
    height: 4rem;
    display: flex;
    align-items: flex-end;
    padding-left: 1.2rem;
    font-family: serif;
    font-size: clamp(2.4rem, 3.4vw, 4rem);
    line-height: 1;
    letter-spacing: 0.2rem;
    border-bottom: 2px solid black;
    border-right:  20px solid black;
}
.map-company-name span{
    display: none;
}
.map-company-name:after{
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    top:-0.2rem;
    left:0;
    background-color: black;
}
.map-text-box:after{
    position: absolute;
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    top:-1rem;
    left: -0.9rem;
    background-color: white;
    border-radius: 50px 50px 50px 50px;
    border: 2px solid black; 
}
.map-text1{
    width: 8rem;
    height: 4rem;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 1rem;
    font-size: 1rem;
    border-right: 2px solid black;
    border-bottom: 2px solid black; 
}
.map-text1 span{
    padding: 0.4rem;
    margin-right: 0.4rem;
    color: white;
    background-color: #ad334c;
}
.map-text1::after{
    position: absolute;
    content: '丸金宮城ビル';
    bottom: -125%;
    left: 11%;
}
.map-text1::before{
    position: absolute;
    content: '302';
    bottom: -125%;
    left: 80%;
    margin-left: 0.6rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    background-color: #999999;
    border-radius: 50px 50px 50px 50px ;
    color: white;
}
.map-text2-480{
    display: none;
}
.map-text1 span{
    padding: 0.4rem;
    margin-right: 0.4rem;
    color: white;
    background-color: #ad334c;
}
.map-text2{
    display: flex;
    height: 3rem;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1.4rem;
    padding-left: 1rem;
    font-size: 1rem;
    border-bottom: 2px solid black;
}
.map-text2::after{
    position: absolute;
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    top:57.5%;
    left:80%;
    background-color: white;
    border-radius: 50px 50px 50px 50px;
    border: 2px solid black;
}
.map-text2 span{
    margin-left: 0.6rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    background-color: #999999;
    border-radius: 50px 50px 50px 50px ;
    color: white;
}
.map-text3{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    font-size: 1rem;
    border-top: 2px solid black;
    border-left: 20px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}
.map-text4{
    display: flex;
    align-items: center;
    padding-left: 1rem;
    font-size: 1rem;
}

.fixmenu{
    display: none;
}
}
@media screen and (max-width:380px) {

    .company-summary-text480{
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
}
.company-summary-text480 td{
    width: 24rem;
    height: 3rem;
    text-align: center;
    border: 1px solid white;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    color: white;
    font-family: serif;
    font-size: 0.9rem;
    background-color: rgb(22, 22, 22);
}
.company-summary-text480 th{
    width: 10rem;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: 1.2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-family: serif;
    font-size: 0.9rem;
    background-color: rgb(22, 22, 22);
}
}
@media screen and (max-width: 1440px) and (min-width: 1025px) and (max-height:768px)  {
.menuSubline{
    display: flex;
    height: 100vh;
    margin-left: 7rem;
}
.openmenuline1{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 2.6rem;
    height: 20vh;
    padding-bottom: 2rem;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    margin-right: 4rem;
    margin-left: 0rem;
    color:white;
    border-radius: 0px 0px 50px 50px;
    background-color: rgba(255,255,255,0.2);
}
.openmenuline2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 2.6rem;
    height: 40vh;
    padding-bottom: 2rem;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    margin-right: 4rem;
    margin-left: 0rem;
    color:white;
    border-radius: 0px 0px 50px 50px;
    background-color: rgba(255,255,255,0.2);
}
.openmenuline3{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 2.6rem;
    height: 60vh;
    padding-bottom: 2rem;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    margin-right: 0rem;
    margin-left: 0rem;
    color:white;
    border-radius: 0px 0px 50px 50px;
    background-color: rgba(255,255,255,0.2);
}
.left-frame-text{
    display: flex;
    align-items: center;
    width: 100%;
    height: 55%;
    color: white;
    font-family: serif;
    font-size: 1.0rem;
    letter-spacing: 1.2;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left:2rem;
    padding-right: 1.5rem;
    background-color: rgb(54 117 78 /0.6);
    border: 2px solid rgb(255 255 255 /0.7);
    border-radius: 10px;
    white-space: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.hello-text-box{
    display: flex;
    width: 18rem;
    height: 100%;
    margin-right: 2.5rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.top-left-frame{
    width: calc(100% - 18rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    border-right: 2rem solid rgba(255,255,255,0.4);
    border-left: 2rem solid rgba(255,255,255,0.4);
    
}
.plate-frame{
   width: 18rem;
   height: 100%;
   display: flex;
   flex-direction: column;
   position: absolute;
   background-color: transparent;
   top:0;
   right: 0;
   z-index: 20;
}
.name-plate{
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-left: 1rem solid rgba(255,255,255,0.6);
    border-right: 1rem solid rgba(255,255,255,0.6);
    box-sizing: border-box;
}
.name-plate0{
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF6565;
    color: white;
    box-sizing: border-box;
}
.name-plate1{
    width: 100%;
    height: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFB265;
    color: white;
    box-sizing: border-box;
}
.name-plate2{
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #65B2FF;
    color: white;
    box-sizing: border-box;
}
.name-plate3{
    width: 100%;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-left: 1rem solid rgba(255,255,255,0.6);
    border-right: 1rem solid rgba(255,255,255,0.6);
    box-sizing: border-box;
}
.name-plate-text{
    position: relative;
    font-size:2.0rem;
    font-family: serif;
}
.name-plate-text0{
    position: relative;
    font-size:2.0rem;
    font-family: serif;
}
.name-plate-text1{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size:2.0rem;
    font-family: serif;
}
.name-plate-text2{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size:2.0rem;
    font-family: serif;
}

.slid-frame-animplate0{
    width: 6rem;
    height: 100%;
    margin-right: 0rem;
    position: relative;
    background: #E599FF;
    box-sizing: border-box;
    animation-name: slid1;
    animation-duration: 3.8s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
 }
 @keyframes slid1 {
      0%{}
     40%{margin-right: 8rem;}
    100%{width: 3rem;
         margin-right: 0rem;}
 }
 .slid-frame-animplate1{
     width: 14rem;
    height: 100%;
    margin-right: 0dvh;
    position: relative;
    background: #E599FF;
    box-sizing: border-box;
    animation-name: slid2;
    animation-duration: 3.8s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
 }
 @keyframes slid2 {
     0%{}
    20%{margin-right: 10rem;}
   100%{width: 6rem;
        margin-right: 0rem;}
 }
 .slid-frame-animplate2{
    width: calc(100% - 20rem);
    height: 100%;
    position: relative;
    background: rgba(169, 75, 206, 0.6);
    animation-name: slid3;
    animation-duration: 2.6s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
 }
 @keyframes slid3 {
     0%{width: calc(100% - 20rem);}
   100%{width: 9rem;}
 }

}
