@charset "UTF-8";

/* reset */
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color:#333;
}

li {
    list-style: none;
    color:#333;
}
img {
    width: 100%;
    display: block;
}
div {
    font-family:'Helvetica', sans-serif;
    color:#333;
}
body {
    background-color:#ededed;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-10-29 9:43:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
 @-webkit-keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }

#wrap {
    width:100%;
    height:auto;
}

#header {
    width:auto;
    height:auto;
    position:fixed;
    top:1.5%;
    left:10px;
    z-index:1;
    border-radius:5px;
    padding:10px 20px 20px 10px;
}

#header .logo {
    width:auto;
    display:inline-block;
    margin-bottom:35px;
    font-size:25px;
    font-weight:400;
    line-height:30px;
    letter-spacing:0px;
    cursor:pointer;
}

#header .nav {
    width:fit-content;
}

#header .nav ul li {
    cursor:default;
    text-decoration: underline 1px rgba(0, 0, 0, 0);
    text-underline-offset: 0;
    transition: opacity 300ms, text-decoration-color 300ms, text-underline-offset 300ms;
}

#header .nav ul li:hover {
    text-decoration-color: #333;
    text-underline-offset: 3px;
    opacity:0.5;
}

#header .nav .first {
    font-size:15px;
    font-weight:400;
    line-height:1vw;
    letter-spacing:0px;
    margin-bottom:20px;
    text-decoration: underline 1px #333;
    text-underline-offset : 3px;
}

#header .nav .second-1 {
    font-size:15px;
    font-weight:400;
    line-height:30px;
    letter-spacing:0px;
}

#header .nav .second-2 {
    font-size:15px;
    font-weight:400;
    line-height:1.2vw;
    letter-spacing:0px;
}

#header .nav .third {
    font-size:15px;
    font-weight:400;
    line-height:1vw;
    letter-spacing:0px;
    margin-top:20px;
}

#contents {
    width:auto;
    height:auto;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
#contents .career {
    width:fit-content;
    height:auto;
    display:flex;
    -webkit-animation: text-focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

#contents .career .date {
    line-height:30px;
    cursor:default;
    font-size:13px;
    margin-right:50px;
    min-width:7vw;
}

#contents .career .company_name {
    cursor:default;
    margin-right:100px;
}
#contents .career .company_name ul li {
    min-width:25vw;
    font-size:13px;
    line-height:30px;
    cursor:default;
    text-decoration: underline 1px #ededed;
    text-underline-offset: 0;
    transition: opacity 300ms, text-decoration-color 300ms, text-underline-offset 300ms;
}
#contents .career .company_name ul li p {
    font-size:13px;
    line-height:20px;
    cursor:default;
    margin-bottom:20px;
}

#contents .career .company_name ul li:hover {
    opacity:0.5;
    text-decoration-color: #333;
    text-underline-offset: 3px;
}

#contents .career .skills {
    cursor:default;
    line-height:30px;
    font-size:13px;
    margin-right:50px;
}

#contents .career .list {
    line-height:30px;
    cursor:default;
    font-size:13px;
    min-width:15vw;
}

@media screen and (max-width: 1024px) {
    #header .logo {
        width:auto;
        display:inline-block;
        margin:15px 15px 10px 15px;
        font-size:20px;
        font-weight:400;
        line-height:25px;
        letter-spacing:0px;
    }
    #header .nav {
        width:100%;
        margin:0px;
    }
    #header .nav ul {
        display:flex;
    }
    #header .nav ul li {
        text-decoration:none;
    }
    #header .nav .first {
        margin-left:15px;
        margin-bottom:0px;
        text-decoration: underline 1px #333;
        text-underline-offset : 3px;

    }
    #header .nav .third {
        margin-top:0px;
    }
    #header .nav .first, .second-1, .second-2, .third {
        font-size:12px !important;
        font-weight:400 !important;
        line-height:18px !important;
        letter-spacing:0px !important;
        width:25vw;
    }
    #contents {
        width:calc(100% - 30px);
        height:auto;
        margin:0px auto;
        padding-top:90px;
        position:relative;
        top:0;
        left:0;
        transform:translate(0,0);
        animation: fadein 2s;
        -moz-animation: fadein 2s; /* Firefox */
        -webkit-animation: fadein 2s; /* Safari and Chrome */
        -o-animation: fadein 2s; /* Opera */
    }
    #contents .career {
        display:inline-block;
    }
    #contents .career .date {
        font-size:11px;
        font-weight:600;
        margin-bottom:10px;
        margin-right:0px;
        line-height:20px;
    }
    #contents .career .company_name {
        margin-right:0px;
        margin-bottom:30px;
    }
    #contents .career .company_name ul li {
        font-size:11px;
        font-weight:400;
        line-height:20px;
        text-decoration:none;
    }
    #contents .career .skills {
        font-size:11px;
        font-weight:600;
        margin-bottom:10px;
        margin-right:0px;
        line-height:20px;
    }
    #contents .career .list {
        margin-right:0px;
        font-size:11px;
        font-weight:400;
        line-height:20px;
        text-decoration:none;
    }
}