@charset "UTF-8";

* {
    margin: 0;
}

html {
    font-size: 100%;
}

body {
    width: 100%;
    background-color: rgba(237, 193, 0, 1);
    color: #333;
    line-height: 1.7;
    letter-spacing: .2em;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

img {
    height: auto;
    max-width: 100%
}

ul {
    padding-left: 0;
    list-style: none;
}

/* =======================================================================================
                    header
======================================================================================= */


.inner {
    width: 90%;
    background-color: rgba(255, 253, 233, 1);
    margin: -1px auto;
    padding-top: 2px;
}

.w1000 {
    width: 80%;
    margin: 0 auto;
}

.pc-menu li{
    width: 6rem;
}

ul.pc-menu>li {
    position: relative;
}

ul.pc-menu>li>ul {
    position: absolute;
    width: 100%;
}



.pc-menu li a,
.sp-menu li a,
.f_menu li a,
.url a,
.email a
{
    position: relative;
    line-height: 0;
}

.pc-menu li a.current a,
.pc-menu li a:hover,
.sp-menu li a.current a,
.sp-menu li a:hover,
.f_menu li a.current a,
.f_menu li a:hover,
.email a,.email a:hover
 {
    font-weight: 900;
}

.pc-menu li a::after,
.sp-menu li a::after,
.url a::after,
.f_menu li a::after,
.email a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(237, 193, 0, .5);
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}

.f_menu li a::after, .email a::after {
    background: rgba(255, 253, 233, 1);
}

.pc-menu li.current a::after,
.pc-menu li a:hover::after,
.sp-menu li.current a::after,
.sp-menu li a:hover::after,
.f_menu li.current a::after,
.f_menu li a:hover::after,
.url a:hover a::after,
.email a:hover::after
{
    transform: scale(1, 1);
}

header ul.sp-menu {
    padding-top: 72px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background: rgba(255, 253, 233, 1);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s linear;
}

header ul.sp-menu.is-active {
    pointer-events: auto;
    opacity: 1;
}



nav {
    background-color: rgba(255, 253, 233, 1);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav ul {
    display: flex;
    justify-content: flex-end;
}

nav ul li {
    margin: 2rem 0;
    color: rgba(19, 137, 143, 1);
    font-weight: bold;
    font-size: large;
}

nav ul li a {
    margin-top: 1em;
    text-decoration: none;
    color: rgba(19, 137, 143, 1);
    font-weight: bold;
    font-size: large;
}

.has-child {
    display: none;
}

.mkbox {
    text-align: center;
}

.mk {
    position: fixed;
    z-index: 999;
    top: 0;
    margin-top: 35px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(255, 253, 233, 1);
    color: rgba(19, 137, 143, 1);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: .1em;
}

.ham-menu {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 35px;
    z-index: 10;
    background-color: rgba(255, 253, 233, 1);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.ham-line {
    position: absolute;
    transition: 0.3s;
    height: 2px;
    background-color: rgba(19, 137, 143, 1);
    width: calc(100% - 20px);
}

.line-top {
    top: 10px;
}

.line-middle {
    top: calc(50% - 1px);
}

.line-bottom {
    bottom: 10px;
}

.ham-menu-active>.line-top {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}

.ham-menu-active>.line-middle {
    width: 0;
    height: 0;
}

.ham-menu-active>.line-bottom {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
}

.menu_works {
    text-align: center;
    margin-bottom: -0.5rem;
}

.works_sub li {
    margin-left: 30px;
    margin-right: 10px;
}



@media screen and (max-width:1000px) {

    header ul.pc-menu {
        display: none;
    }

    .ham-menu {
        background-color: rgba(237, 193, 0, 1);
        right: 40px;
    }

    .ham-line {
        position: absolute;
        transition: 0.3s;
        height: 2px;
        background-color: rgba(19, 137, 143, 1);
        width: calc(100% - 20px);
    }

    .mk {
        background-color: rgba(237, 193, 0, 1);
        left: 40px;
    }
}


/* ================================================================================
                    top_page_main
================================================================================== */

main .inner {
    padding-bottom: 100px;
}

h1 {
    height: 475px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 45px;
}

#about0 {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

h2 {
    padding: 3rem 0;
    color: rgba(19, 137, 143, 1);
    margin-top: 20px;
}

h3 {
    border-style: dashed;
    border-radius: 5px;
    width: 125px;
    text-align: center;
    border-color: rgba(237, 193, 0, 1);
    color: rgba(19, 137, 143, 1);
    margin: 60px 0 60px;
    padding: 5px;

}

.about1 {
    max-width: 380px;
    margin: 0 auto;
}

.more {
    text-align: right;
}

.more img {
    max-width: 120px;
    margin-top: 50px;
    padding-right: 15px;
}

.about_img {
    margin: 0 auto;
}

.about_img img{
    object-fit: cover;
    width: 100%;
    max-height: 400px;
    border-radius: 5px;
    opacity: .6;
}

.item {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    gap: 0 30px;
    margin-bottom: 120px;
}

.banner_1 .item .banner_img{
    text-align: center;
}

.banner_1 .item .banner_img img {
    height: 200px;
}

.top_more {
    text-align: right;
    padding: 15px;
    margin-top: 25px;
}

.top_more img {
    width: 100px;
}

.item li {
    width: calc((100% - 60px)/3);
    margin-bottom: 20px
}

.item_img {
    border-radius: 5px;
    border: 1px solid #ccc;
}

h4 {
    color: rgba(19, 137, 143, 1);
    padding: 2em 0;
}

@media screen  and (max-width:1000px){

    .about1 {
        width: 100%;
    }

    h3 {
        width: 100%;    
    }

    .item li {
        width: 100%;
    }

    .banner_1 .item .banner_img img {
        width: 70%;
        height: auto;
    }

    .top_more {
        margin-top: 0;
        margin-bottom: 80px;
    }
}
/* =====================================================================================
                    footer
======================================================================================== */

footer {
    padding-top: 60px;
    padding-bottom: 40px;
    width: 90%;
    margin: 0 auto;
}

footer .w1000 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

.f_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.f_menu li a, .email a {
    text-decoration: none;
    color: rgba(19, 137, 143, 1);
    font-weight: bold;
    font-size: large;
}

.copyright {
    color: rgba(19, 137, 143, 1);
    max-width: 510px;
    height: auto;
    margin: 0 auto;
}


/* =====================================================================================
                      about_page
========================================================================================*/

.ab_1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    gap: 20px;
}

.ab_1_img img {
    max-width: 400px;
    height: auto;
    border-radius: 5px;
}

.ab_2 {
    display: flex;
    align-items: center;
    text-align: justify;
    width: calc((100% - 20px) / 2);
}

.skills {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.s_itm {
    line-height: 3;
    font-weight: 500;
    border: 5px double #fff;
    background-color: rgba(237, 193, 0, .3);
    text-align: center;
}

.s_itm p {
    text-align: center;
}

.s_itm span {
    border-bottom: dotted;
    color: #fff;
    border-width: 2px;
    width: 100px;
    text-align: center;
}

.s_itm img {
    width: 70%;
    padding: 25px;
}

.can,
.career,
.interests {
    display: flex;
    gap: 0 30px;
    margin-bottom: 120px;
}

.c_itm,
.car_itm,
.i_itm {
    width: calc((100% - 60px)/3);
    background-color: rgba(237, 193, 0, .3);
    border-radius: 5px;
    padding: 0 20px 20px;
}

@media screen and (max-width:1000px){

    .ab_1{
        display: block;
        width: 100%;
        text-align: center;
    }

    .ab_1_img img {
        margin-bottom: 30px;
    }

    .ab_2{
        width: 100%;
    }

    .skills {
        grid-template-columns: 1fr 1fr;
    }
    
    .s_itm {
        margin: 10px auto;
    }

    .can, .career, .interests {
        display: block;
        margin: 30px auto;
    }

    .can h4, .career h4, .interests h4 {
        text-align: center;
    }
    .c_itm,.car_itm,.i_itm {
        margin: 30px auto;
        width: 100%;
    }
}

    @media screen and (max-width:600px){

    .s_itm img {
        width: 100%;
        padding: 25px;
    }
}
/* =======================================================================================
                      works_web_page 
========================================================================================*/

.h2_works {
    padding: 0;
    margin: 0;
}

.web_item h3 {
    width: 313px;
}

.web_img {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: nowrap;
}

.web_img p {
    padding-bottom: 10px;
}


.mobile_img, .desktop_img {
    max-height: 400px;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.url {
    display: flex;
    margin: 70px auto 20px;
    width: 130px;
    height: auto;
    line-height: 0;
}

.url a{
    color: rgba(19, 137, 143, 1);
    text-decoration: none;
    font-size: 30px;
    width: 100px;
    height: 20px;
    text-align: center;
    transition: all .3s;
    font-weight: 500;
    line-height: 0;
    position: relative;
}

.url a:hover {
   opacity: .5;
}


.url p {
    color: rgba(237, 193, 0, 1);
    font-weight: bold;
}

.w_design {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.w_1{
    width: 80%;
    height: auto;
    border-radius: 5px;
    margin: 50px 0;
    background-color: rgba(237, 193, 0, .3);
    padding: 0 20px 20px;
}

dl {
    display: flex;
    flex-wrap: wrap;
    border: 2px dashed rgba(255, 253, 233, 1);
    border-radius: 5px;

}

dt {
    width: 30%;
    border: 2px dashed rgba(255, 253, 233, 1);
    padding: 5px 5px 5px 10px;
    font-weight: 500;
}

dd {
    width: 70%;
    border: 2px dashed rgba(255, 253, 233, 1);
    padding: 5px 5px 5px 10px;
}

.color_time {
    width: 80%;
    display: flex;
    gap: 50px;
}

.color_time li {
    margin: 0;
}

.img_color {
    display: flex;
}

.img_color li {
    height: 50px;
}

#web_item1 .color1 {
    background-color: rgba(237, 237, 236, 1);
    width: 50%;
}

#web_item1 .color2 {
    background-color: rgba(193, 39, 45, 1);
    width: 30%;
}

#web_item1 .color3 {
    background-color: rgba(210, 188, 0, 1);
    width: 10%;
}

#web_item1 .color4 {
    background-color: rgba(50, 188, 210, 1);
    width: 10%;
}

#web_item2 .color1 {
    background-color: #fff;
    width: 50%;
}

#web_item2 .color2 {
    background-color: rgba(245, 245, 220, 1);
    width: 30%;
}

#web_item2 .color3 {
    background-color: rgba(88, 58, 36, 1);
    width: 10%;
}

#web_item2 .color4 {
    background-color: rgba(85, 107, 47, 1);
    width: 10%;
}

#web_item3 .color1 {
    background-color: rgba(255, 253, 233, 1);
    width: 60%;
}

#web_item3 .color2 {
    background-color: rgba(237, 193, 0, 1);
    width: 30%;
}

#web_item3 .color3 {
    background-color: rgba(19, 137, 143, 1);
    width: 10%;
}

.w_xd p{
margin: 35px 0 10px;
}

.design_comp {
    display: flex;
}

.w_xd img {
    max-width: 100px;
}

#web_item2 .w_xd img {
    max-width: 200px;
}

.impression {
margin-bottom: 150px;
}

#web_item2 .impression h4,
#web_item3 .impression h4 {
    margin-top: 40px;
}

.impression ul {
    list-style: disc;
    padding-left: 20px;
}

.impression li {
    margin: 0 0 20px;
}

@media screen and (max-width: 1000px) {

    .web_item h3 {
        width: 100%;
    }

    .web_img {
        justify-content: center;
        flex-wrap: wrap;
    }

    .w_design {
        display: block;
    }

    .w_1 {
        width: 100%;
    }

    .color_time {
        display: block;
        width: 100%;
    }

    .color_time li {
        margin-top: 45px;
    }

    .design_comp {
        justify-content: center;
    }
}


/* =======================================================================================
                          works_banner_page
======================================================================================= */

#works_b h3 {
    width: 350px;
}

.bnr1 {
    width: 500px;
    height: auto;
}

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

.b_box1 .consept {
    padding: 20px;
}

.card {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0px;
    gap: 60px;
    margin: 60px auto 30px;
}

.card li {
    width: 100%;
    background-color: rgba(237, 193, 0, .3);
    border-radius: 5px;
    padding: 0 20px 20px;
}

.card .color_time {
    width: 100%;
    height: auto;
    gap: 60px;
    display: block;
}

.color_time .color {
    margin-bottom: 60px; 
    height: calc((100% - 60px) / 2);
}

.color .img_color li {
    border-radius: 0px;
}

#bnr_item1 .color1 {
    background-color: rgba(247, 243, 233, 1);
    width: 50%;
}

#bnr_item1 .color2 {
    background-color: rgba(244, 170, 154, 1);

    width: 30%;
}

#bnr_item1 .color3 {
    background-color: rgba(193, 168, 88, 1);
    width: 10%;
}

#bnr_item1 .color4 {
    background-color: rgba(179, 36, 37, 1);
    width: 10%;
}

#bnr_item2 .color1 {
    background-color: rgba(250, 224, 106, 1);
    width: 40%;
}

#bnr_item2 .color2 {
    background-color: rgba(246, 183, 170, 1);
    width: 40%;
}

#bnr_item2 .color3 {
    background-color: rgba(240, 132, 55, 1);
    width: 10%;
}

#bnr_item2 .color4 {
    background-color: rgba(49, 182, 160, 1);
    width: 10%;
}

#bnr_item3 .color1 {
    background-color: rgba(40, 197, 246, 1);
    width: 60%;
}

#bnr_item3 .color2 {
    background-color: #fff;
    width: 30%;
}

#bnr_item3 .color3 {
    background-color: rgba(236, 175, 39, 1);
    width: 10%;
}

.color_time .time{
    height: calc((100% - 60px) / 2);
}

@media screen and (max-width:1000px) {

    #works_b h3 {
        width: 100%;
    }

    .bnr1 {
        margin: 50px auto 0;
        display: flex;
    }
    
    .card {
        display: block;
    }

    .color_time .color {
        margin-bottom: 50px;
    }

    .card li {
        width: 100%;
        margin: 30px auto;
    }

    .impression {
        padding: 20px;
    }
}
