@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lexend+Mega:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
html{
    scrollbar-gutter: stable;  
}
body{
    background: #fefefe;
    color: #535353;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    width: 100%;
}
body.no-scroll{
    overflow: hidden;
}

img{
    display: block;
    width: 100%;
}
.view-blur{
    opacity: 0;
    filter: blur(10px);
}
.view-blur.is-inview{
    opacity: 1;
    filter: blur(0px);
    animation: showBlur 0.6s ease-out;
}
@keyframes showBlur{
    0%{
        opacity: 0;
        filter: blur(10px);
    }
    100%{
        opacity: 1;
        filter: blur(0px);
    }
}
section{
    width: min(94%,1180px);
    margin-inline: auto;
    padding: 120px 0;
}
.-btn{
    position: relative;
    font-size: 0.9rem;
    text-decoration: none;
    color: #535353;
    font-weight: 300;
    padding-right: 56px;
}
.-btn::before{
    content: "";
    display: block;
    width: 46px;
    height: 6px;
    border-bottom: solid 1px #7c7c7c;
    border-right: solid 1px #7c7c7c;
    transform: skew(45deg);
    position: absolute;
    bottom: 8px;
    right: 0;
}
section h2{
    font-size: 1.6rem;
    font-weight: 200;
    margin-bottom: 64px;
    position: relative;
}
section h2::before{
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
section h3{
    font-weight: 200;
    font-size: 1.2rem;
    margin-bottom: 2em;
}
section h2 span{
    font-size: 2.4rem;
    display: block;
}
.eng{
  font-family: "Lexend Mega";
  font-optical-sizing: auto;
  font-style: normal;
}

.header{
    display: flex;
    justify-content: space-between;
    padding: 24px;
    width: 100%;
    position: fixed;
    z-index: 10;
    background-image: linear-gradient(180deg,rgba(255,255,255,1),rgba(255,255,255,0));
}
.header .logo{
    display: flex;
}
.header .logo p{
    color: #535353;
    letter-spacing: -1px;
    font-size: 1.2rem;
}
.header .logo img{
    width: 120px;
}
.header .logo a{
    text-decoration: none;
    transition: .4s;
}
.header .logo a:hover{
    filter: blur(1px);
    opacity: 0.8;
}
.header .hamburger{
    display: grid;
    grid-template-columns: 6px 6px 6px 6px 6px;
    grid-template-rows: 6px 6px 6px 6px 6px;
    width: 40px;
    cursor: pointer;
}
.header .hamburger span{
    border-radius: 6px;
    transition: .4s;
}
.header .hamburger:hover span{
    filter: blur(1px);
    opacity: 0.8;
}
.header .hamburger:not(.close) span:nth-child(1),
.header .hamburger:not(.close) span:nth-child(3),
.header .hamburger:not(.close) span:nth-child(5),
.header .hamburger:not(.close) span:nth-child(11),
.header .hamburger:not(.close) span:nth-child(13),
.header .hamburger:not(.close) span:nth-child(15),
.header .hamburger:not(.close) span:nth-child(21),
.header .hamburger:not(.close) span:nth-child(23),
.header .hamburger:not(.close) span:nth-child(25){
    background: #535353;
    transition: .3s;
}
.header .hamburger.close span:nth-child(1),
.header .hamburger.close span:nth-child(5),
.header .hamburger.close span:nth-child(7),
.header .hamburger.close span:nth-child(9),
.header .hamburger.close span:nth-child(13),
.header .hamburger.close span:nth-child(17),
.header .hamburger.close span:nth-child(19),
.header .hamburger.close span:nth-child(21),
.header .hamburger.close span:nth-child(25){
    background: #535353;
    transition: .3s;
}
header .recruit-menu{
    width: 100%;
    display: flex;
    height: 100vh;
    position: fixed;
    z-index: 9;
    bottom: -100%;
    right: 0;
    opacity: 0;
    transition: all .4s ease-out;
}
header .recruit-menu.menu-open{
    opacity: 1;
    bottom: 0;
}
header .recruit-menu .-right,
header .recruit-menu .-left{
    width: 50%;
}
header .recruit-menu .-right{
    background: rgba(255,255,255,0.96);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header .recruit-menu .-right ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 24px;
}
header .recruit-menu .-right ul li{
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 8px;
    padding-left: 8px;
    position: relative;
}
header .recruit-menu .-right ul li::before{
    content: "";
    display: block;
    width: 46px;
    height: 6px;
    border-bottom: solid 1px #7c7c7c;
    border-right: solid 1px #7c7c7c;
    transform: skew(45deg);
    position: absolute;
    right: 12px;
    top: 50%;
}
header .recruit-menu .-right ul li a{
    color: #535353;
    text-decoration: none;
    font-size: 0.8rem;
}
header .recruit-menu .-right ul li a span{
    display: block;
    font-size: 1.2rem;
}
header .recruit-menu .-left{
    background: rgba(200,200,200,0.8)
}
footer{
    padding: 40px 12px 12px;
}
footer .footer__copyright{
    font-size: 0.6rem;
    text-align: right;
    color: #a9a9a9;
}
footer ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    padding-bottom: 24px;
    width: min(94%,1180px);
    margin-inline: auto;
}
footer ul li a{
    text-decoration: none;
    color: #7d7d7d;
    font-size: 0.7rem;
    letter-spacing: -1px;
    font-family: "Lexend Mega";
    font-optical-sizing: auto;
    font-style: normal;
}
.lower__page .head{
    padding: 160px 0 16px;
    width: 100%;
    border-bottom: solid 1px #dfdfdf;
}
.lower__page .head .head__inner{
    width: min(94%, 1180px);
    margin-inline: auto;
}
.lower__page .head h1{
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px;
}
.lower__page .head h1 span{
    margin-left: -12px;
    font-size: 4rem;
    font-weight: 200;
    display:block;
}
.lower__page .head p{
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 24px;
}
.lower__page .head .bc__inner{
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
}
.lower__page .head .bc__inner > *{
    color: #535353;
    font-size: 0.75rem;
    text-decoration: none;
    margin: 0;
}

@media screen and (max-width:1080px){
    section{
        padding: 120px 0;
    }
    section h2 span {
        font-size: 2.2rem;
    }
    section h2{
        font-size: 1.5rem;
        margin-bottom: 56px;
    }
    section h3{
        font-size: 1.1rem;
    }
}
@media screen and (max-width:768px){
    section{
        padding: 80px 0;
    }
    section h2{
        font-size: 1.4rem;
        margin-bottom: 48px;
    }
    section h2 span {
        font-size: 2.0rem;
    }
    section h3{
        font-size: 1.0rem;
    }
    header .recruit-menu .-right{
        width: 75%;
    }
    header .recruit-menu .-left{
        width: 25%;
    }
    footer ul{
        gap: 16px;
        padding-bottom: 16px;
        padding-left: 0;
    }

    footer ul li a {
        font-size: 0.65rem;
    }
    footer{
        padding-top: 24px;
    }
    .lower__page .head h1{
        font-size: 0.85rem;
    }
    .lower__page .head h1 span{
        font-size: 3.2rem;
    }
    .lower__page .head {
        padding: 140px 0 16px;
    }
    .lower__page .head .bc__inner > *{
        font-size: 11px;
    }
    .lower__page .head p {
        font-size: 0.85rem;
        margin-bottom: 20px;
    }
    .header {
        padding: 20px;
    }
    .header .logo p {
        font-size: 1.1rem;
    }
    .header .hamburger {
        grid-template-columns: 5px 5px 5px 5px 5px;
        grid-template-rows: 5px 5px 5px 5px 5px;
    }
    
}
@media screen and (max-width:560px){
    .header {
        padding: 16px;
    }
    section{
        padding: 64px 0;
    }
    section h2{
        font-size: 1.2rem;
        margin-bottom: 40px;
    }
    section h2 span {
        font-size: 1.8rem;
    }
    section h3{
        font-size: 0.9rem;
    }
    header .recruit-menu .-right{
        width: 100%;
    }
    header .recruit-menu .-left{
        width: 0%;
    }
    footer ul{
        flex-direction: column;
    }
    footer .footer__copyright {
        font-size: 0.5rem;
    }
    footer{
        padding-top: 16px;
    }
    .lower__page .head h1 span {
        font-size: 2.4rem;
        padding-left: 8px;
    }
    .lower__page .head h1 {
        font-size: 0.8rem;
    }
    .lower__page .head .bc__inner > *{
        font-size: 10px;
    }
    .lower__page .head {
        padding: 120px 0 12px;
    }
    .lower__page .head p {
        font-size: 0.8rem;
        margin-bottom: 16px;
    }
    .header .logo p {
        font-size: 1.0rem;
    }
    .header .logo img {
        width: 110px;
    }
}