* {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    color: #020E19;
    line-height: 1.75em;
    font-size: 16px;
}

body{
    overflow-x: hidden;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.75em;
}

h2{
    font-size:30px;
    font-weight: 700;
    line-height: 1.25em;
}

h2 span {
    display: block;
    font-size: 16px;
}

h3 {
    font-size: 22px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

p {
    font-size: 16px;
}

.big {
    font-size: 1.3em;
}

.bold {
    font-weight: bold;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

.sp.btnCon{
    display: none;
}

.col2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

/*btn*/
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    padding: 0.5em 0;
    border: 1px solid #fff;
    position: relative;
    transition: .5s;
}

.btn .material-symbols-sharp{
    position: absolute;
    right: 1em;
    transition: .5s;
}

.btn01 {
    border-color: #fff;
    color: #fff;
}

.btn01 .material-symbols-sharp {
    color: #fff;
    transition: .5s;
}

.btn01:hover {
    color: #020E19;
    background: #fff;
}

.btn01:hover .material-symbols-sharp {
    color: #020E19;
}

.btn02 {
    border-color: #020E19;
    color: #020E19;
    background: #fff;
}

.btn02 .material-symbols-sharp {
    color: #020E19;
}

.btn02:hover {
    color: #fff;
    background: #020E19;
}

.btn02:hover .material-symbols-sharp {
    color: #fff;
}

.btnCon {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.works .sp.btnCon {
    margin: 0;
}

/*header*/
header {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100px;
    padding: 1rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .25s;
}

header.fixed {
    position: fixed;
    background: #020E19;
    box-shadow: 0 3px 8px #000000a8;
}

header .left img {
    height: 100%;
}

header .right ul {
    display: flex;
}

header .right li a {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

header .right li:after {
    content: '│';
    color: #fff;
    padding: 0 0.25em;
}

header .right li:last-child:after{
    display:none;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 3px;
    background: #fff;
}

/*top*/
.top {
    height: 100vh;
    background: url(../images/top.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.top p {
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: calc(50vh - 1em);
    left: calc(50% - 9.5em);
}

/*lead*/
.lead {
    position: relative;
    background: #020e19;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.lead:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-bottom: 60px solid #020e19;
    z-index: 1;
    top: -60px;
    left: 0;
}

.lead h1 {
    color: #fff;
}

.lead p {
    font-size: 20px;
    color: #fff;
}

.star {
    display: block;
    margin: 30px 0;
}

.star img{
    width:22px;
}

/*works*/
.works{
    background: #e4eef4;
    background: linear-gradient(45deg, #e4eef4 0%, #fff 100%);
}

.works .inner {
    position: relative;
    display: flex;
    padding: 50px 0;
    gap: 75px;
    flex-direction: column;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

.works .left {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.works .left .title, .works .left .worksSbtnCon {
    width: 50%;
}

.works .left .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.swiper-button-prev,.swiper-button-next {
    position: static;
    z-index: 1;
}

.worksSbtnCon {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.swiper-button-next {
    top: 100px;
    right: 100px;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #020E19;
    border: 1px solid #020E19;
}

.swiper-button-prev {
    top: 100px;
    left: auto;
    right: 180px;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #020E19; 
    border: 1px solid #020E19;
}

.swiper-button-next:after, .swiper-button-prev:after {
    --swiper-navigation-size: 18px;
}

.swiper {
    position: inherit;
    right: -20vw;
    width: 80%;
    padding: 10px;
}

.swiper-slide{
    width:370px !important;
}

.worksBox {
    width: 100%;
    box-shadow: 0px 0px 10px 0px #00000069;
}

.worksBox .txt {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    height: 150px;
    gap: 5px;
    padding: 1em;
    text-align: justify;
}

.worksBox .img {
    width: 100%;
    height: 267px;
}

.worksBox .img img {
    height: 106%;
    object-fit: cover;
}


/*recruit*/
.recruit {
    background: #020E19;
    padding:50px 0;
}

.rCol2 {
    display: flex;
    gap: 50px;
}

.rBox {
    background: #fff;
    width: 100%;
    position: relative;
    transition: .5s;
}

.rCol2 a:hover .rBox{
    opacity:.8;
}

.rBox .img img {
    width: 100%;
}

.rBox .txt {
    display: flex;
    height: 240px;
    flex-direction: column;
    gap: 10px;
    padding: 1.5em 2.5em;
}

.rBox:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 85px solid transparent;
    border-bottom: 85px solid #deab2f;
    height: 0;
    width: 0;
}

.rBox:after {
    font-family: 'Material Symbols Sharp';
    content: '\e5cc';
    position: absolute;
    bottom: calc(42.5px - 1em);
    right: calc(42.5px - 1em);
    font-size: 32px;
    color: #fff;
}


/*news*/
.news {
    background: #e4eef4;
    background: linear-gradient(45deg, #e4eef4 0%, #fff 100%);
    padding: 50px 0;
}

.nCol2 {
    display: flex;
    gap:10%;
}

.news .left{
    width:30%;
}

.news .right{
    width: 60%;
}

.news .newsList .newsList-li {
    font-size: 20px;
    border-bottom: 1px solid #020E19;
    padding: 0.5em;
    line-height: 2em;
}

.news .newsList .newsList-li a {
    display: flex;
    flex-direction: row;
    transition: .25s;
}

.news .newsList .newsList-li a:hover {
    opacity: .5;
}

.news .newsList .newsList-li .date {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #3A4951;
    width: calc(15% - 1em);
    line-height: 2em;
    margin-right: 1em;
}

.news .newsList .newsList-li .title {
    width: 85%;
    display: flex;
    align-items: center;
}

.news .left .btnCon {
    justify-content: flex-start;
}

/*contact*/
.contact{
    background:url(../images/con-bg.png);
    padding: 50px 0;
}

.contact .inner {
    background: #fff;
    text-align: center;
    padding: 2.5em 0;
}

.bot.col2 {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: flex-start;
}

.conBox .up {
    margin-bottom: 30px;
}

.conBox .up h3 {
    margin-bottom: 15px;
}

.conBox .bot .btnCon {
    margin-top: 20px;
}

.col2.bot div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.col2.bot div .tel a {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col2.bot div .tel a span {
    font-size: 1.25em;
    margin-right: 5px;
}

.col2.bot div .tel {
    gap: 0;
}

.col2.bot div .tel p {
    font-size: 14px;
    line-height: 1em;
}


/*movie*/
.movie iframe {
    width: 100%;
    height: 500px;
}

.movie .inner {
    padding: 2rem 0;
}

/*footer*/
footer {
    background: #020E19;
    color: #fff;
    padding: 30px 0;
}

footer p,footer a {
    color: #fff;
}

footer .col2 {
    gap: 10%;
}

footer .col2 .left,footer .col2 .right {
    width: 45%;
    gap: 30px;
}

footer .col2 .left {
    display: flex;
    flex-direction: column;
}

.address p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

footer .col2 .left a img {
    width: 286px;
}

.snsList {
    display: flex;
    gap: 15px;
    align-items: center;
}

footer .col2 .left .snsList li a img {
    width: auto;
}

a.yt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: #FF0100;
    padding: 0.5em 1em;
}

footer .col2 .right .footerList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

footer .col2 .right .footerList li {
    width: 50%;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .col2 .right .footerList li a {
    font-family: "Noto Sans JP", sans-serif;
    transition: .3s;
}

footer .col2 .right .footerList li a:hover {
    text-decoration: underline;
}

footer .down {
    margin-top: 50px;
    text-align: center;
}

@media screen and (max-width:1200px){
    h1{font-size:38px;}
    h2{font-size:26px;}
    h2 span{font-size:14px;}
    h3{font-size:20px;}
    h4{font-size:18px;}
    p{font-size:14px;}
    .inner{
        width:100%;
        padding:0 1.5rem;
    }

    .top p{font-size:38px;}

    .works .left {
        width: 100%;
        padding: 0 1.5em;
    }

    .swiper-slide{
        width:300px !important;
    }

    .worksBox .txt{height: 175px;}

    .worksBox .img{height:auto;}

    .worksBox .img img {
        height: 230px;
    }

    .news .newsList .newsList-li {
        font-size: 18px;
    }
    
    .news .newsList .newsList-li a {
        gap: 1em;
    }
    
    .news .newsList .newsList-li .date {
        font-size: 14px;
    }
    
    .contact{padding:50px;}
}

@media screen and (max-width:890px){
    .hamburger {
        right: 3rem;
        display: flex;
        z-index: 3;
    }

    header.fixed .hamburger{
        position: fixed;
    }

    .menu-active .hamburger span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 10px;
    }
    
    .menu-active .hamburger span:nth-child(2) {
        opacity: 0;
    }
    
    .menu-active .hamburger span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -7px;
    }

    header .right {
        position: fixed;
        top: 0;
        left: 0;
        background: #020E19;
        opacity: 0;
        transition: .5s;
    }

    header.menu-active .right{
        display: flex;
        opacity: 1;
    }

    header .right ul {
        display: none;
    }

    header.menu-active .right ul {
        display: flex;
        width: 100vw;
        height: 100vh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    header .right li {
        width: 80%;
        text-align: center;
        border-bottom: 1px solid #fff;
        line-height: 2.5em;
    }

    header .right li:after {
        display: none;
    }

    header .right li:last-child {
        border: none;
    }
}

@media screen and (max-width:726px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    .btnCon{display: none;}
    .sp.btnCon{
        display: flex;
    }
    
    h1 {
        font-size: 1.4rem;
    }
    p {
        font-size: 0.8rem;
    }

    header {
        display: flex;
        height: 85px;
    }

    .top p {
        font-size: 1.25rem;
        writing-mode: vertical-rl;
        top: calc(50vh - 9.5em);
        left: calc(50vw - 1em);
    }

    .lead h1 br {
        display: none;
    }
    
    .lead p {
        font-size: 0.85rem;
    }
    
    .star {
        margin: 4.5vw 0;
    }

    .works .inner {
        padding: 1.5rem 0;
        gap: 1.25rem;
    }

    .works .left {
        flex-direction: column;
    }
    
    .works .left .title {
        width: 100%;
        margin: 0;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .works .sp.btnCon {
        margin: 0;
    }

    .worksSbtnCon {
        display: none;
    }
    
    .swiper {
        right: 0;
        width: 100%;
    }
    
    .rCol2 {
        flex-direction: column;
    }
    
    .rBox .txt {
        height: auto;
    }
    
    .rBox:before {
        border-left: 3.5rem solid transparent;
        border-bottom: 3.5rem solid #deab2f;
    }
    
    .rBox:after {
        bottom: calc(1.75rem - 1.35rem);
        right: calc(1.75rem - 1.35rem);
        font-size: 1.35rem;
        line-height: 1em;
    }

    .recruit {
        padding: 1.5rem 0;
    }

    .nCol2 {
        flex-direction: column;
        gap: 1rem;
    }
    
    .news .left,.news .right {
        width: 100%;
    }
    
    .news .left .btnCon {
        display: none;
    }

    .news .newsList .newsList-li a {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    
    .news .newsList .newsList-li .date {
        width: 100%;
        margin: 0;
        text-align: center;
        font-size: 0.75rem;
    }
    
    .news .newsList .newsList-li .title {
        width: 100%;
        text-align: center;
        font-size: 0.95rem;
    }

    .contact {
        padding: 1.5rem 0;
    }
    
    .contact .inner {
        background: #ffffffe6;
        padding: 2rem 1rem;
    }
    
    .bot.col2 {
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
    }
    
    .col2.bot div {
        gap: 0;
    }

    .col2.bot div .tel a {
        font-size: 1.75rem;
    }
    
    footer .col2 {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    
    footer .col2 .left, footer .col2 .right {
        width: 100%;
        gap: 1.5rem;
        align-items: center;
    }
    
    .address p {
        font-size: 0.8rem;
        text-align: center;
    }
    
    footer .col2 .right .footerList li {
        height: 2em;
    }

    footer .col2 .right .footerList li a {
        font-size: 0.8rem;
    }

}