@charset "UTF-8";

* {
    /* outline: 2px solid red; */
}

body {
    line-height: 1.6;
    font-size: 16px;
    font-family: 'Arial', 'Roboto', 'Hiragino Sans', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
    background-color: #abced8;
    color: #fff;
}

p {
    color: #333;
}

header {
    font-family: 'Arial Black', 'sans-serif-black';
    padding: 20px;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.bargar-nav {
    width: 40px;
    height: 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.bargar-nav span {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;

}

.bargar-nav span:nth-child(1) {
    background-color: #fff;
}

.bargar-nav span:nth-child(2) {
    background-color: #fff;
    top: 11px;
}

.bargar-nav span:nth-child(3) {
    background-color: #fff;
    bottom: 0;
}

.nav-toggle span {
    transition: transform 0.6s ease-in-out, top 0.5s ease;
}

.open .nav-toggle span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
}

.open .nav-toggle span:nth-child(2) {
    top: 14px;
    width: 0;
}

.open .nav-toggle span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
}

.gloval-nav {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transform: translateX(100%);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.gloval-nav ul li {
    font-size: 1.5em;
    list-style: none;
    opacity: 1;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
}

.gloval-nav a {
    display: block;
    color: #abced8;
    padding: 20px 0;
}

.gloval-nav a:hover {
    opacity: 0.7;
}

.open {
    overflow: hidden;
}

.open .gloval-nav {
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.6s;
    opacity: 1;
}

.open .gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
}

.nav-toggle {
    z-index: 100;
}

.nav-toggle span {
    transition: transform 0.6s ease-in-out, top 0.5s ease;
}


.open .nav-toggle span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
}

.open .nav-toggle span:nth-child(2) {
    top: 14px;
    width: 0;
}

.open .nav-toggle span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
}

.open {
    overflow: hidden;
}

.open .gloval-nav {
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.6s;
    opacity: 1;
}

.open .gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
}

.nav-toggle {
    z-index: 999;
}

body {
    width: 100vw;
}

.wrap {
    width: 100vw;
    background-color: #fff;
    padding: 10px;

    h2 {
        padding: 10px;
    }
}

.wrap2 {
    width: 100vw;
}

h2 {
    font-family: 'Arial Black', 'sans-serif-black';
    font-size: 18px;
    color: #abced8;
    margin-top: 10px;
    margin-bottom: 20px;
}

.hero {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 0 auto;
}

.hero1 {
    width: fit-content;
    margin: 0 auto;
}

.hero2 {
    margin: 0 auto;
    margin-top: 30px;

}

.web-mockup img {
    display: block;
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 20px;
}

.about {
    /* width: 100vw; */
    background-color: #fff;
    color: #333;
    padding: 40px;

    h3 {
        font-size: 18px;
        color: #abced8;
        margin-top: 20px;
        margin-bottom: 5px;

    }
}

.about-photo {
    display: flex;
}

.about-photo2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 30px;

}

.about-text {
    width: 85vw;

    h3 {
        font-size: 18px;
        color: #abced8;
        margin-top: 20px;
        margin-bottom: 5px;

    }
}

.works {
    width: 100vw;
    padding: 40px;

    h2 {
        color: #fff;
    }
}

.imagesp2 {
    width: 95%;
    height: 95%;
}

.button1,
.button3 {
    margin-top: 10px;
    display: block;
    width: 100px;
    height: 50px;
    padding: 10px;
    font-family: 'Arial Black', 'sans-serif-black';
    border: #abced8 1px solid;
    color: #fff;
    border-radius: 32px;
    background-color: #abced8;
    text-align: center;
}

.button2 {
    margin-top: 10px;
    display: block;
    width: 100px;
    height: 50px;
    padding: 10px;
    font-family: 'Arial Black', 'sans-serif-black';
    border: #fff 1px solid;
    color: #abced8;
    border-radius: 32px;
    background-color: #fff;
    text-align: center;
}

.button3 {
    width: 200px;
}

aside {
    background-color: #fff;
    padding: 40px;
}

h3 {
    color: #fff;
    font-size: 0.8em;
    font-family: 'Arial Black', 'sans-serif-black';


}

footer {
    padding: 10px;
    text-align: center;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    font-family: 'Arial Black', 'sans-serif-black';
    font-size: 0.8em;

}

.footer-nav2 {
    display: flex;
    gap: 10px;
}

.about-cat img {
    margin: 0 auto;
}

.about-text {
    padding-bottom: 30px;
}

.skillsheet dt,
.skillsheet2 dt {
    padding: 10px;
    background-color: #abced8;
    color: #333;
}

.skillsheet dd,
.skillsheet2 dd {
    padding-bottom: 10px;
    color: #333;
}

.gray {
    color: #888;
}

.machine {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    width: 85vw;
}

.machine2 {
    width: 80vw;
    background-color: #abced8;
    padding: 10px;
    margin-bottom: 10px;
}

.flex-wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.box {
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 300px;
    height: 200px;
    margin: 10px;
    position: relative;
    overflow: hidden;
}

.works-hover {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9;
    transition: 0.2s ease-in;
    opacity: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.works-hover-text {
    display: block;
    font-size: 1.5em;
    color: #333;
    text-align: center;
    margin: 0 auto;

}

.box :hover .works-hover {
    opacity: 1;
}

.works-image-top {
    height: 80%;
}

.web-pc img,
.web-sp img {
    display: block;
    width: 90vw;
    margin: 0 auto;
    border: #888 solid 1px;
    margin-bottom: 10px;
}

.explanation {
    color: #333;
    width: 85vw;
    margin: 0 auto;
}

.explanation dt {
    color: #999;
}

.explanation dd {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #abced8 1px solid;
}

.web-sp p,
.web-pc p {
    padding: 10px 0 10px 10px;
}

.wrap .web1-wrap .box,
.wrap .print-wrap .box,
.wrap .logo-wrap .box,
.wrap .other-wrap .box {
    margin: 0 auto;
}

.wrap .web1-wrap h2,
.wrap .print-wrap h2,
.wrap .logo-wrap h2,
.wrap .other-wrap h2 {
    text-align: center;
}

form {
    padding: 1em;
}

label {
    color: #abced8;
}

button {
    display: block;
    background-color: #abced8;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}

button:hover {
    background-color: #999;
}

input,
textarea {
    border: #abced8 1px solid;
}

input {
    width: 15em;
    height: 30px;
    border-radius: 5px;
}

textarea {
    width: 22em;
    height: 7em;
    padding: 5px;
    border-radius: 5px;
    color: #333;
}

form dd {
    margin-bottom: 20px;
    color: #333;
    font-weight: normal;
}

form dt {
    font-weight: normal;
}

input[type="text"] {
    padding: 5px;
    font-weight: normal;
}

input[type="email"] {
    padding: 5px;
    font-weight: normal;
}

.walker-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 20px
}

.walker-1 img,
.walker-2 img,
.walker-3 img,
.walker-4 img {
    display: block;
    width: 80vw;
}

.other-photo img {
    display: block;
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 20px;
}

.web-flexwrap,
.web-printwrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (width > 800px) {

    .nav-toggle {
        display: none;
    }

    .gloval-nav {
        position: static;
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        justify-content: end;
        align-items: center;

    }

    .gloval-nav ul {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    .gloval-nav ul li {
        transform: translateX(0);
        opacity: 1;
        font-size: 0.8em;
    }

    .gloval-nav a {
        color: #fff;
    }

    .hero {
        height: 80%;
        flex-direction: row;
        align-items: center;
        margin-bottom: 50px;
    }

    .about {
        display: flex;
        flex-direction: column;
        padding: 50px;
    }

    .about-text {
        padding-bottom: 30px;
        width: 80vw;
        margin-right: 50px;
    }

    .about-text-wrap img {
        margin: 0 auto;
    }

    dl {
        flex-wrap: wrap;
        align-items: center;
        width: 100vw;
        margin-top: 10px;
    }

    .machine {
        flex-direction: row;
    }

    .machine2 {
        margin-right: 10px;
    }

    .about-text-wrap {
        display: flex;
        justify-content: left;
    }

    .flex-wrap {
        width: 90vw;
        margin: 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .web-wrap {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .web-pc img,
    .web-sp img {
        width: 300px;
    }

    .explanation {
        width: 800px;
    }

    .explanation dd {
        width: 100%;
    }

    .explanation dt {
        width: 20%;
    }

    .web-flexwrap,
    .web-printwrap {
        flex-direction: row;
        justify-content: center;
    }

    textarea {
        width: 45em;
        height: 15em;
    }

    .walker-wrap {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .walker-1 img,
    .walker-2 img,
    .walker-3 img,
    .walker-4 img {
        width: 350px;
    }

    .other-photo img {
        width: 500px;
    }

}