@charset "UTF-8";

.pc {
    display: block;
}

.sp {
    display: none
}

#videoContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
}

video {
    width: 30%;
    filter: drop-shadow(0px 0px #000);
}

#container {
    display: none;
}

P {
    color: #333;
}

@media only screen and (max-width:768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block
    }

    .anime1,
    .anime2,
    .anime3,
    .anime4,
    .anime5 {
        opacity: 1;
    }

    video {
        width: 90%;
        filter: drop-shadow(0px 0px #000);
    }
}

body {}

.wrapper {
    width: 98%;
    box-sizing: border-box;
    max-width: 1200px;
    /* padding: 0 3%;*/
    margin: 0 auto;
    position: relative;
}

body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333;
    margin: 0;
}

h1 {
    margin-top: 180px;
    text-align: center;
}

h1 img {
    width: 200px;
}

.mainImg {
    margin-top: 55px;
}

/* ハンバーガーメニューのスタイル */
.menu-icon {
    width: 25px;
    height: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.menu-icon .line {
    width: 100%;
    height: 2px;
    background-color: #947a50;
    transition: all 0.3s ease;
}

/* メニューがアクティブな時のスタイル */
.menu-icon.active .line:nth-child(1) {
    transform: rotate(45deg);
    top: 2px;
    position: absolute;
}

.menu-icon.active .line:nth-child(2) {
    opacity: 0;
}

.menu-icon.active .line:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 17px;
    position: absolute;
}

@media (max-width: 768px) {
    h1 {
        margin-top: 30px;
    }

    .wrapper {
        width: 96%;
    }
}

/*conceptBox*/
.conceptBox ul {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 100px auto 0;
}

.conceptBox ul li.imgBox {
    width: 15%;
    margin-right: 35px;
}

.conceptBox ul li.eBox {
    width: 42%;
    margin-right: 20px;
}

.conceptBox ul li.eBox p {
    font-size: 10px;
    letter-spacing: 2.4px;
    line-height: 1.7;
}

.conceptBox ul li.jBox {
    width: 44%;
}

.conceptBox ul li.jBox p {
    font-size: 11px;
    letter-spacing: 2.4px;
    line-height: 1.6;
}

.conceptBox ul img {
    width: 160px;
}

@media (max-width: 768px) {
    .conceptBox ul {
        flex-direction: column;
        margin-top: 30px;
    }

    .conceptBox ul li.imgBox {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 15px;
        display: none;
    }

    .conceptBox ul img {
        width: 30%;
    }

    .conceptBox ul li.eBox {
        margin-right: 0px;
        margin-bottom: 15px;
        width: 100%;
    }

    .conceptBox ul li.jBox {

        width: 100%;
    }

    .conceptBox ul li.eBox p {
        font-size: 8px;
    }

    .conceptBox ul li.jBox p {
        font-size: 9px;
    }
}


/*projectBox*/
.projectBox {
    margin-top: 200px;
}


.projectBox ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.projectBox .imgBox {
    width: 60%;
    position: relative;
}

.projectBox .txtBox {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projectBox .txtBox .data {
    width: 80%;
}

.projectBox .txtBox h3 {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #333;
    padding: 0 20px 5px;
}

.projectBox .txtBox .seko {
    width: 235px;
    margin: 50px auto 0;
}

.projectBox .txtBox .seko p {
    font-size: 11px;
    line-height: 1.4;
}

.projectBox .imgBox p {
    position: relative;
    cursor: pointer;
}

.imgBox ul {
    display: flex;
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.projectBox .imgBox ul li {
    margin-right: 10px;
}

.projectBox .imgBox ul li:last-child {
    margin-right: 0px;
}

.projectBox .imgBox ul li a img {
    width: 95px;
    height: auto;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.projectBox .imgBox ul li a img:hover {
    border-color: #a08461;

}

.projectBox .imgBox img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .projectBox {
        margin-top: 90px;
    }

    .projectBox .imgBox,
    .projectBox .txtBox {
        width: 100%;
    }

    .projectBox .imgBox ul li {
        margin-right: 5px;
    }

    .projectBox .imgBox ul li a img {
        width: 80px;
    }

    .projectBox .contentsUL {
        flex-direction: column;
    }

    .projectBox .imgBox {
        order: 2;
    }

    .projectBox .txtBox {
        order: 1;
        margin-bottom: 30px;
    }

    .projectBox .txtBox .seko {
        margin: 25px auto 0;
        text-align: center;
    }
}

/*Prevlous Job*/
.jobBox {
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.jobBox::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 500px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    border-left: 100vw solid transparent;
    background: #D4CABB;
    z-index: -1;
}

.jobinner {
    width: 96%;
    margin: 0 auto;
}

.jobBox h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.jobBox ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.jobBox .imgBox {
    width: 60%;
    position: relative;
}

.jobBox .txtBox {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobBox .txtBox .data {
    width: 80%;
}

.jobBox .txtBox h3 {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #333;
    padding: 0 20px 5px;
}

.jobBox .txtBox .seko {
    width: 235px;
    margin: 50px auto 0;
}

.jobBox .txtBox .seko p {
    font-size: 11px;
    line-height: 1.4;
}

.jobBox .imgBox p {
    position: relative;
    cursor: pointer;
}

.imgBox ul {
    display: flex;
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.jobBox .imgBox ul li {
    margin-right: 10px;
}

.jobBox .imgBox ul li:last-child {
    margin-right: 0px;
}

.jobBox .imgBox ul li a img {
    width: 95px;
    height: auto;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.jobBox .imgBox ul li a img:hover {
    border-color: #a08461;

}

.jobBox .imgBox img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.imgBox,
.txtBox {
    flex: 1;
}

#background {
    width: 100%;
    background: hwb(0deg 0% 100% / 85%);
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 100;
    display: none;
}

/* 矢印のスタイル */
#left_arrow,
#right_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    cursor: pointer;
}

#left_arrow i,
#right_arrow i {
    color: #fff;
    font-size: 26px;
}

#left_arrow {
    left: 10px;
}

#right_arrow {
    right: 10px;
}

#modalImg {
    position: relative;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    z-index: 110;
    display: none;
}

#modalImg .modalInner {
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalImg #imgBox {
    width: 60%;
}

#closeBtn {
    position: absolute;
    right: 3%;
    top: 3%;
}

#closeBtn i {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}


@media (max-width: 768px) {

    .jobBox .imgBox,
    .jobBox .txtBox {
        width: 100%;
    }

    .imgBox ul {
        justify-content: center;
    }

    .jobBox .imgBox ul li {
        margin-right: 5px;
    }

    .jobBox .imgBox ul li a img {
        width: 80px;
    }

    .jobBox .contentsUL {
        flex-direction: column;
    }

    .jobBox .imgBox {
        order: 2;
    }

    .jobBox .txtBox {
        order: 1;
        margin-bottom: 30px;
    }

    .jobBox .txtBox .seko {
        margin: 25px auto 0;
        text-align: center;
    }

    #modalImg #imgBox {
        width: 100%;
    }

    #left_arrow i,
    #right_arrow i {
        font-size: 20px;
    }
}

/*About*/
.aboutBox {
    padding: 40px 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #D4CABB;
    overflow: hidden;
}

.aboutBox::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 500px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    border-left: 100vw solid transparent;
    background: #fff;
    z-index: -1;
}

.wrapper h2 {
    font-size: 24px;
    margin-bottom: 40px;
}

.aboutInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto 80px;
}

.contents1 {
    margin-right: 50px;

}

.contents2 {}

.English,
.JpBox {
    flex: 1;
}

.English,
.JpBox,
.company-profile {
    width: 100%;
}

.English p,
.JpBox p,
.company-profile p {
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 10px;
    letter-spacing: 2px;
}

.English p.txt {
    padding-left: 1em;
    margin-bottom: 10px;
}

.English .ttl,
.JpBox .ttl {
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

.JpBox {
    margin-top: 20px;
}

.JpBox .sub {
    font-size: 14px;
    letter-spacing: 2.8px;
}

.JpBox .ttl {
    font-size: 12px;
    letter-spacing: 3px;
}

.JpBox .txt {
    font-size: 11px;
    letter-spacing: 2.6px;
    padding-left: 1em;
}

.company-profile h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.company-profile p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: 2.8px;
    display: flex;
}

.company-profile p.tel,
.company-profile p.fax {
    margin-bottom: 13px;
    pointer-events: none;
    border: none;
    text-decoration: none;
}

.company-profile p.tel a,
.company-profile p.fax a {
    pointer-events: none;
    border: none;
    text-decoration: none;
}

.company-profile strong {
    font-size: 14px;
    letter-spacing: 2.8px;
    width: 72px;
    display: inline-block;
}

.company-profile a {
    color: #333;
    text-decoration: none;
}

.company-profile a:hover {
    text-decoration: underline;
}

.aboutBox iframe {
    margin: 0 auto;
    max-width: 955px;
    width: 100%;
    display: block;
}

@media (max-width: 982px) {
    .aboutInner .contents1 {
        margin-right: 0px;
        width: 96%;
        flex-direction: row;
        display: flex;
        flex-direction: column;
    }

    .aboutInner .contents2 {
        width: 96%;
        margin-top: 40px;
    }

    .aboutInner .JpBox {
        margin-top: 20px;

    }

    .aboutInner .English {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .aboutBox {
        padding: 40px 0;
    }

    .aboutInner .English,
    .aboutInner .JpBox,
    .company-profile {
        width: 100%;
    }

    .company-profile p {
        font-size: 13px;
        margin-bottom: 15px !important;
        display: grid;
    }

    .company-profile p.tel,
    .company-profile p.fax {
        pointer-events: none;
        border: none;
        text-decoration: none;
    }

    .company-profile p.tel a,
    .company-profile p.fax a {
        pointer-events: none;
        text-decoration: none;
        color: #333;
    }

    .aboutInner {
        margin-bottom: 80px;
    }

    .company-profile strong {
        font-size: 12px;
        letter-spacing: initial;
        width: 60px;
    }

}


/*コンタクト*/
.contactBox {
    margin-top: 60px;
}

.contact-form {
    background-color: #fff;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.contact-form h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    margin-top: 40px;
    font-weight: normal;
    font-size: 14px;
    color: #707070;
}

.contact-form label.info {
    margin-top: 4px;
    font-size: 10px;
}

.contact-form span {
    color: #a30101;
    font-size: 12px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #f1f1f1;
    box-sizing: border-box;
}

.contact-form button {
    display: block;
    padding: 10px 20px;
    background-color: #A99676;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 260px;
    margin: 75px auto 0;
}

.contact-form button:hover {
    background-color: #8b6e4d;
}

.contact-form #MSarea {
    text-align: center;
    font-size: 20px;
}

@media (max-width: 768px) {
    .contact-form {
        margin-top: -50px;
    }

    .contact-form label {
        margin-top: 25px;
    }
}

footer {
    margin-top: 100px;
}

.footerBox {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}

#Footer .fMenu {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#Footer .fMenu li {
    margin-right: 20px;
}

#Footer .fMenu img {
    width: 75px;
}

#Footer .fMenu a {
    color: #333;
}



#menuBox {
    position: fixed;
    width: 100%;
    top: 0;
    background: #D4CABB;
    height: 100%;
    left: 100%;
    z-index: 5;
    transition: right 0.5s;
}

#menuBox ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#menuBox ul li {
    margin-top: 40px;
    text-align: center;
}

#menuBox ul li:first-child {
    margin-top: 0px;
}

#menuBox ul li a {
    color: #333;
    font-size: 17px;
}

#menuBox ul li img {
    width: 210px;
}


@media (max-width: 768px) {
    #Footer {
        margin-top: 50px;
    }

    .footerBox {
        display: block;
    }

    #Footer .fMenu li {
        margin-right: auto;
    }

    .footerBox small {
        text-align: center;
        display: block;
        margin-top: 20px;
    }

    #menuBox {
        width: 100%;
    }

}