@charset "UTF-8";

/*-------------------------------- 
 全体 
--------------------------------*/
body {
    font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 20px;
    color: #58564E;
    margin: 0;
}

h1 {
    font-size: 60px;
}

.main_visual h1 span {
    display: inline-block;
}

a {
    text-decoration: none;
    color: #58564E;
}

a:hover {
    opacity: 0.8;
}

.header_contents {
    margin-left: 40px;
    display: flex;
}

.header_contents h1 {
    color: white;
    -webkit-text-stroke: 2px #58564E;
    margin-top: 30px;
}

.header_contents h3 {
    padding: 30px;
}

/*-------------------------------- 
 ヘッダーナビ 
--------------------------------*/
.header {
    width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    justify-content: right;
}

.header ul {
    display: flex;
}

.header .nav_member {
    margin: 0 20px;
}

.header ul li {
    list-style: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 5;
    letter-spacing: 0.1em;
    padding: 0 12px;
    margin-right: 5px;
}

.nav_home {
    background-image: url(../images/eyecatch.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
 }

/*-------------------------------- 
 フッター 
--------------------------------*/
.back_top {
    text-align: right;
    margin-right: 40px;
}

.logo {
    background-color: #F3F2EE;
}

.logo_name {
    padding: 10px 40px;
    display: flex;
}

.logo_name .name {
    margin: 20px;
    font-size: 30px;
}

.logo .copyright {
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto;
}


 /****** Topページ ******/
/*-------------------------------- 
 メインビジュアル 
--------------------------------*/
.main_visual {
    text-align: center;
    padding-top: 80px;
}

/*-------------------------------- 
 About
--------------------------------*/
.about_profile {
    width: 50%;
    margin-left: 30px;
}

.content_width {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.about_item, .about_name, .about_me {
    display: inline-block;
}

.about_item {
    vertical-align: top;
}

.about_name {
    display: flex;
}

.about_name, .about_me {
    text-align: left;
}

.about_more {
    text-align: right;
    font-weight: bold;
}

.about_contents {
    overflow: hidden;
}


/*-------------------------------- 
 Skills 
--------------------------------*/
.skill_contents {
    overflow: hidden;
}

.skill_item {
    display: inline-block;
}

.skill_item {
    padding: 0 30px;
    text-align: center;
    width: 40%;
    vertical-align: top;
}

.skill_item h3 {
    font-size: 40px;
    margin: 10px auto 0;
}

.skill_item h5 {
    margin-top: 5px;
}

/*-------------------------------- 
 Works 
--------------------------------*/
.works_list {
    text-align: right;
    list-style: none;
    margin-right: 60px;
}

.worklist_member {
    display: inline;
    margin-left: 10px;
    cursor: pointer;
}

.worklist_member:not(:first-child) {
    border-left: 1px solid #DDDDDD;
    padding-left: 20px;
}

.is_hide {
    display: none;
}

.list {
    margin: 0 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list::after {
    content: "";
    width: 330px;
}

.work_content {
    margin: 0 auto;
}

.small {
    margin: 0 auto 60px;
    font-size: 15px;
    color: #817e71;
}


/*-------------------------------- 
 contact 
--------------------------------*/
.contact p {
    margin: 0 100px 50px;
}

.contact a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 30px;
}


/****** about詳細ページ ******/
/*-------------------------------- 
 about 
--------------------------------*/
.breadcrumb ul {
    list-style: none;
    padding-top: 80px;
    font-size: 10px;
    margin: 0;
}

.breadcrumb ul li {
	display: inline;
	margin-right: 10px;
}

.breadcrumb ul li a {
    padding-right: 15px;
	background-image: url(../images/breadcrumb_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

.profile_detail {
    overflow: hidden;
    background-image: url(../images/about_backimage.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%;
}

.detail_float h1 {
    margin-bottom: 0;
}

.profile_detail {
    width: 100%;
    text-align: center;
}

.about_detail_contents {
    height: auto;
    width: 70%;
    margin: 0 auto;
}

.about_detail_contents .about_name {
    justify-content: center;
}

/*-------------------------------- 
 strenge
--------------------------------*/
.strenge_float {
    display: flex;
    margin: 0 10%;
    height: 60px;
}

.strenge_title span {
    font-size: 15px;
}

.strenge_contents {
    margin: 0 15% 20px;
    width: 70%;
}

/* work各ページ */
/*-------------------------------- 
 work 
--------------------------------*/
.work {
    overflow: hidden;
    padding: 160px 160px 0;
}

.work p {
    margin: 0;
}

.work h3 {
    margin: 50px auto 10px;
    background-image: linear-gradient(transparent 75%, #F4D437 0%);
    text-decoration: underline solid #F4D437 7px;
    display: inline-block;
}

.work_top {
    margin: 0 auto;
    text-align: left;
}

.work_header {
    text-align: center;
}

.work_header h2, .work_header h5 {
    margin: 5px 0;
}

.work_header h5 {
    color: #817e71;
}

.work_detail {
    margin: 40px 0 10px;
}

.work_desc span {
    display: block;
    margin: 30px auto;
}

.link {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 20px;
}

.first_last {
    color: #bebebe;
}

