@charset"utf-8";

html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div{
    margin: 0;
    padding: 0;
}

body {
    font-family:   "Yu Mincho", "MS 明朝", serif;
    font-weight: lighter;
}

p {
    font-family: "Noto Sans JP"; 
    color: #333333;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

.clear {
    clear: left;
}

* {
    box-sizing: border-box;
}



/*-- header --*/

header {
    height: 100px;
    background-color: rgba(255, 181, 181, 10%);
}

#header-container {
    margin: 0 auto;
    overflow: hidden;
    height: 80px;
    position: relative;
}


#header-logo {
    position: absolute;
    top: 20px;
    left: 25px;
}

#header-logo img {
    height: 60px;
}

.sns-btn-over {
    position: absolute;
    top: 40px;
    left: 760px;
}

.sns-btn-over li {
    margin-left: 25px;
    display: inline;
    float: none;
}

i {
    color: #333333;
}

.note i {
    transform: scale(1, -1);
}

.cf1 {
    position: absolute;
    left: 385px;
    top: 40px;
}

.cf1 li {
    margin-left: 10px;
    font-size: 15px;
    padding: 10px;
    display: inline;
    float: none;
    border-bottom: none;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP"; 
    color: #333333;
}

.cf1 a {
    color: #333333;
}

.open-btn{
	position: fixed;
    right: 0px;
    top: 0;
    z-index: 9999;
	width: 120px;
    height:120px;
	cursor: pointer;
	background:#fff;
}


.open-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 35px;
    height: 2px;
	background-color: #666;
}


.open-btn span:nth-of-type(1) {
	top:57px;	
    width: 40%;
}

.open-btn span:nth-of-type(2) {
	top:64px;
    width:40%;
}


.open-btn.active span:nth-of-type(1) {
    top: 55px;
    left: 35px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.open-btn.active span:nth-of-type(2) {
    top: 67px;
    left: 35px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

#g-nav{
    position:fixed;
    z-index: 999;
	top:-120%;
    right:0;
	width:25%;
    height: 100vh;
	background:#fff;
	transition: all 0.6s;
}

#g-nav.panelactive{
    top: 0;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:12.5%;
    transform: translate(-50%,-50%);
}


#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
    font-family: "Noto Sans JP";
    font-weight: lighter;
}



/*-- profile --*/

.profile-container {
    background-color: rgba(255, 181, 181, 10%);
    padding-bottom: 150px;
}

.profile-wrapper {
    width: 55%;
    height: 750px;
    background-color: #E9E9E9;
    position: relative;
}

.title {
    font-size: 70px;
    letter-spacing: 0.05ch;
}

.about-ttl {
    padding: 5px 0 0 25px;
}

.profile-area {
    width: 630px;
    height: 600px;
    background-image: url(../images/about02.png);
    background-color: #333333;
    position: absolute;
    bottom: 0;
    right: 0;
}

.profile-ttl {
    position: absolute;
    right: -95px;
}

.ttl-white {
    color: #fff;
}

.profile {
    width: 650px;
    height: 300px;
    background-color: rgba(160, 64, 96, 90%);
    position: absolute;
    bottom: -50px;
    right: -550px;
}

.profile p {
    color: #fff;
    letter-spacing: 0.1ch;
    line-height: 30px;
}

.profile-name {
    font-size: 22px;
    font-weight: bold;
    margin: 40px 0 10px 75px;
}

.profile-txt {
    margin: 0 0 0 150px;
}

.mob {
    display: none;
}





/*-- skills --*/

.skills-wrapper {
    padding: 50px 200px 100px 200px;
    background-color: #E9E9E9;
}

.skills-ttl {
    text-align: center;
}

.skills-txt {
    line-height: 30px;
}





/*-- career -- */

.career-wrapper {
    padding: 50px 0 150px 0;
}

.career-ttl {
    text-align: center;
    padding: 0 0 80px 0;
}

.career-area {
    width: 40rem;
    margin: 0 auto;
}

.event {
    margin: 0 0 40px 0;
    letter-spacing: 0.1ch;
}

.year {
    font-size: 22px;
    font-family: "Yu Mincho", "MS 明朝", serif;
    color: #333333;
    margin-right: 50px;
    display: block;
}

.career-txt {
    font-size: 15px;
    color: #333333;
    display: inline-block;
}















/*-- footer --*/
footer {
    background-color: #CBC8C8;
    height: 350px;
    position: relative;
    padding: 100px;
}

.footer-rights {
    font-size: 15px;
    color: #333333;
    position: absolute;
    bottom: 30px;
    right: 100px;
}






@media(max-width: 480px){

    .header {
        height: 100px;
        background-color: rgba(255, 181, 181, 10%);
    }
    
    #header-container {
        margin: 0 auto;
        overflow: hidden;
        height: 80px;
        position: initial;
    }
    
    
    #header-logo {
        position: initial;
        text-align: center;
        margin-top: 30px;
    }
    
    #header-logo img {
        height: 30px;
    }
    
    .sns-btn-over {
        display: none;
    }
    
    .sns-btn-over li {
        margin-left: 10px;
    }
    
    .cf1 {
        display: none;
    }
    
    .cf1 li {
        margin-left: 5px;
        font-size: 10px;
        padding: 10px;
    }
    
    .cf1 a {
        color: #333333;
    }
    
    .open-btn{
        width: 60px;
        height: 60px;
    }
    
    
    .open-btn span{
        left: 17.5px;
    }
    
    
    .open-btn span:nth-of-type(1) {
        top: 27px;	
        width: 40%;
    }
    
    .open-btn span:nth-of-type(2) {
        top:33px;
        width:40%;
    }
    
    .open-btn.active span:nth-of-type(1) {
        top: 22px;
        left: 20px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }
    
    .open-btn.active span:nth-of-type(2) {
        top: 34px;
        left: 20px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }
    
    #g-nav{
        top:-120%;
        right:0;
        width: 100%;
    }
    
    #g-nav.panelactive #g-nav-list{
        width: 100%;
    }
    
    #g-nav ul {
        top:50%;
        left:50%;
    }







    .profile-container {
        padding:0;
        background-color:  rgba(255, 181, 181, 0%);
    }
    
    .profile-wrapper {
        width: 100%;
        height: initial;
        background-color:  rgba(255, 181, 181, 10%);
        position: initial;
    }
    
    .title {
        font-size: 30px;
        text-align: center;
    }
    
    .about-ttl {
        padding: initial;
    }
    
    .profile-area {
        width: 100%;
        height: 400px;
        background-image: url(../images/about07.png);
        background-color: initial;
        position: initial;
        background-repeat: no-repeat;
    }
    
    .profile-ttl {
        position: initial;
        color: #fff;
    }
    
    .profile {
        width: 100%;
        height: initial;
        background-color: rgba(160, 64, 96, 90%);
        position: initial;
        padding: 30px 50px;
        text-align: left;
    }
    
    .mob {
        display: block;
    }

    .pc {
        display: none;
    }

    .profile p {
        line-height: 20px;
        font-size: 12px;
    }
    
    .profile-name {
        font-size: 15px;
        margin: 0;
    }
    
    .profile-txt {
        margin: 0 0 0 0;
    }





    .skills-wrapper {
        padding: 30px;
    }
    
    .skills-ttl {
        margin: 30px;
    }
    
    .skills-txt {
        line-height: 20px;
        font-size: 12px;
    }




    .career-wrapper {
        padding: 30px;
    }
    
    .career-ttl {
        margin:30px;
        padding: 0;
    }
    
    .career-area {
        width: 100%;
        margin: 0 auto;
    }
    
    .event {
        margin: 0 0 20px 0;
    }
    
    .year {
        font-size: 15px;
        margin-right: 0;
    }
    
    .career-txt {
        font-size: 12px;
        color: #333333;
    }



    footer {
        height: 200px;
        padding: 50px;
    }
    
    .footer-rights {
        font-size: 5px;
        bottom: 10px;
        right: 5%;
    }

}