main{margin-top:calc(100vw / 10);overflow:hidden;position:relative}.home .background-image{position:fixed;top:0;left:0;width:100vw;height:75vw;background-image:url(/images/background1.png);background-size:contain;background-position:50%;transform:scale(1.3) translate(var(--translate-x,0),var(--translate-y,0));transition:transform .01s linear;z-index:-1}.home .backgroud-color-change{height:calc(100vw * 1 / 6);position:relative;z-index:0;background:linear-gradient(0deg,rgba(240,239,237,.9),rgba(240,239,237,.65),rgba(240,239,237,.25),rgba(240,239,237,0))}.home .background-color{background-color:rgba(240,239,237,.9)}.home .backgroud-color-changeback{height:calc(100vw * 1 / 6);position:relative;z-index:0;background:linear-gradient(180deg,rgba(240,239,237,.9),rgba(240,239,237,.65),rgba(240,239,237,.25),rgba(240,239,237,0))}.home .navigation-button{font-size:1vw;color:#313131;background-color:rgba(255,255,255,.5);box-shadow:0 0 8px rgba(0,0,0,.3);border-radius:99vw;text-decoration:none;padding:1.2vw 5vw;margin-left:calc(100vw / 60)}.home .navigation-button:hover{background-color:#919191}.home .profile{display:flex;align-items:center}.home .president img{width:40vw}.home .position{font-size:1.4em;font-family:serif;gap:.5vw}.home .name-group,.home .position{display:flex;flex-direction:row;align-items:center}.home .name{font-size:1.5em}.home .main-service-responsive{display:none}.home .examples{display:flex;align-items:flex-start;justify-content:center}.home .example-item{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;border-right:1px dashed rgba(128,128,128,.5)}.home .example-item:last-child{border-right:none}.example-item a{text-decoration:none}.example-item a:hover{text-decoration:underline;color:#222222}.home .example-image{width:25vw;height:auto;cursor:pointer;transition:transform .3s ease;z-index:1}.home .example-image:hover{transform:scale(1.1)}.home .example-text{font-weight:700;text-align:center;padding-bottom:0;margin-bottom:0;color:#222222}.contact-options{display:flex;align-items:center;gap:1vw;padding-left:calc(100vw / 60)}.sns-icon{width:3vw;height:auto;transition:transform .3s ease}.sns-icon:hover{transform:scale(1.1)}.form-button{display:inline-block;padding:1vw 2vw;background-color:#054C8F;box-shadow:0 0 8px rgba(0,0,0,.3);font-size:1vw;color:#fff;text-decoration:none;border-radius:99vw}.form-button:hover{background-color:gray}@media (max-width:768px){.home .backgroud-color-change{height:calc(100vw * 1 / 4)}.home .navigation-button{font-size:3vw;padding:3.5vw 15vw}.home .president img{width:40vw}.home .position{display:flex;flex-direction:column;font-size:1.1em;font-family:serif}.home .company-name{font-size:1.2em}.home .name{font-size:1.6em}.home .main-service{display:none}.home .main-service-responsive{display:flex}.home .examples{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;justify-content:flex-start;padding:5vw 0}.home .example-item{flex:0 0 auto;width:65%;scroll-snap-align:center}.home .example-image{width:50vw}.form-button{font-size:3.5vw;padding:3vw 6vw}}