@charset "utf-8";

html {
    margin: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.m0a {
    margin: 0 auto;
}

.tac {
    text-align: center;
}

a:link, a:visited, a:hover, a:active {
    color: #333;
    text-decoration: none;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    box-shadow: 10px 10px #efefef, -1em 0 .4em #efefef;
}

body {
    color: #333;
    display: block;
    margin: 0;
    background-color: #f4f5f7;
    font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
    line-height: 1.9;
    letter-spacing: .08rem;
    font-weight: normal;
}

.icon {
    margin: 0 2px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    box-shadow: 0px 0px #f4f5f7, 0em 0em #f4f5f7;
}

.wrapper {
    max-width: 780px;
    margin: 30px auto 0;
}

.container {
    margin: 0 auto;
}

#header {
    margin: 0;
}

.fas {
    margin-left: 5px;
    font-size: .8em;
}

h1.logo {
    font-weight: normal;
    font-size: 30px;
    margin: 0;
    font-family: 'Unna', serif;
    letter-spacing: .15rem;
    line-height: 1.6;
}

a.logo {
    display: block;
}

@media screen and (min-width: 1024px) {
    h1.logo:hover {
        opacity: 0.7;
    }
}

span.text-small {
    line-height: 20px;
    margin: 0;
    font-size: 12px;
}

#gnav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 200;
    background-color: #f4f5f7;
}

.nav-box {
    justify-content: space-between;
    max-width: 1080px;
    height: 80px;
    padding: 20px;
    margin: 0 auto;
    display: flex;
}

.nav-box ul {
    display: flex;

}

.nav-box li {
    display: list-item;
    text-align: -webkit-match-parent;
    background: url(../img/list-style-image.png) left 0px top 18px no-repeat;
    background-size: 15px;
}

.nav-box li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    height: 50px;
    margin: 0 1.3rem;
    letter-spacing: 0.12rem;
    line-height: 50px;
}

@media screen and (min-width: 1024px) {
    .nav-box li a:hover {
        border-bottom: 1px solid #333;
    }
}

.nav-box li a:active {
    opacity: 0.5;
}

.global-nav__list, .global-nav__item-sns {
    display: none;
}

ul.global-nav__list {
    font-family: 'Asap', sans-serif;
    font-size: 14px;
}

.snsNav {
    position: fixed;
    top: 40%;
    right: 10px;
    margin: 0;
    height: 100vh;
    width: 50px;
    padding: 0 10px;
    z-index: 10;
}

.sns-icon {
    text-align: center;
    writing-mode: vertical-rl;
    margin: 10px 0;
    font-size: 25px;
    color: #555;
}

@media screen and (min-width: 1024px) {
    .sns-icon:hover {
        color: #92BDE6;
    }
}

#topMain {
    margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
    #topMain {
    margin-bottom: 160px;
    }
}

.topMain-contents {
    height: 380px;
    position: relative;
}

.topMain-text-l, .topMain-text-s, .topMain-read-text, .main-visual {
    position: absolute;
}

p.topMain-text-l {
    top: 250px;
    left: 0;
    z-index: 2;
    display: block;
    font-size: 70px;
    letter-spacing: 1.3rem;
    font-family: 'Unna', serif;
}

p.topMain-text-s {
    top: 360px;
    left: 0;
    z-index: 2;
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.15rem;
}

p.topMain-read-text {
    /*font-size: 17px;*/
    margin-top: 130px;
    letter-spacing: 0.2rem;
}

#topAbout {
    display: flex;
    margin: 120px 0;
}
/*
.topAbout-flexAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
*/
img.topAbout- {
    margin-left: 50px;
}

.topAbout-left {
    padding: 60px;
    background-color: #fff;
    position: relative;
}

.topAbout-text {
    margin-bottom: 150px;
    display: inline-block;
    width: 50%;
}

a.view-more-btn {
    display: block;
    transition: all 0.3s;
}

.btn_01_box {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    height: 90px;
}

.btn_01_box a {
    vertical-align: bottom;
}

@media (max-width: 768px) {
    .btn_01_box {
        width: 100%;
        height: auto;
        display: block;
    }
}

.btn_01 {
    width: 160px;
    padding: 0.3em;
    text-align: center;
    text-decoration: none;
    color: #1B1B1B;
    background: #f4f5f7;
    border: 1px solid #fff;
    display: inline-block;
}

@media screen and (min-width: 1024px) {
    .btn_01:hover {
        background: #ffffff;
        cursor: pointer;
        text-decoration: none;
    }
}

.btn_02 {
    display: inline-block;
    position: relative;
    margin-top: 2rem;
    width: 200px;
    padding: 0.3em;
    text-align: center;
    text-decoration: none;
    color: #1B1B1B;
    background: #fff;
    border: 1px solid #000;
}

@media screen and (min-width: 1024px) {
    .btn_02:hover {
        background: #F2F2F2;
        cursor: pointer;
        text-decoration: none;
    }
}

.view-more-about {
    float: right;
}

.topAbout-right {
    width: 40%;
    float: right;
}

#topWorks, #topArtworks, #topArchitecture {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 120px;
    background-color: #fff;
}

#topArtworks, #topArchitecture {
    margin-top: -80px;  
}

@media screen and (min-width: 1024px) {
    #topArtworks {
        margin-top: -140px;  
    }
}

h2.title {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: .4rem;
    line-height: 1.2;
    padding-top: 100px;
    margin-bottom: 0;
    font-family: 'Unna', serif;
    text-align: center;
}

h2.title-left {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: .4rem;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'Unna', serif;
    text-align: center;
}

p.title-sub, p.title-sub-left {
    font-size: 16px;
    letter-spacing: .3rem;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.topWorks-flexAll {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.topWorks-flexAll-inner {
    position: relative;
    width: 32%;
    margin-bottom: 18px;
}

.topWorks-hov {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 90%;
    height: 22%;
    text-align: center;
    transition: all .2s;
    color: transparent;
    line-height: 2.2;
}

p.topWorks-menu {
    display: inline-block;
    font-family: 'Unna', serif;
    letter-spacing: 0.3rem;
    font-size: 13.5px;
    font-weight: normal;
    vertical-align: middle;
}

@media screen and (min-width: 1024px) {
    .topWorks-hov:hover {
        background-color: rgba(255,255,255,0.9);
        color: #333;
    }
}

#contact {
    text-align: center;
    margin-bottom: 100px;
}

.contact-btn {
    margin-top: 80px;
    display: inline-block;
    position: relative;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #333;
    background: #ecf5fa;
    transition: all .2s;
}

.contact-btn::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}

.contact-btn::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.contact-btn span::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
}

.contact-btn span::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

@media screen and (min-width: 1024px) {
    .contact-btn:hover {
        cursor: pointer;
        text-decoration: none;
        background: #eee;
    }
}

.contact-item {
    overflow: hidden;
    margin-left: 20px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    display: block;
    width: 450px;
    margin-bottom: 15px;
    padding: 15px;
    border: none;
    background: #DEEEF7;
    color: #333;
}

.contact-form textarea {
    height: 150px;
}

.contact-form input[type=submit] {
    display: block;
    margin: 40px auto 0;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border: 1px solid #333;
    text-align: center;
    background: #fff;
    transition: all .3s;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    .contact-form input[type=submit]:hover {
        background: #455C81;
        color: #fff;
    }
}

form {
    max-width: 700px;
    margin: 70px auto 0;
}

.lavel {
    float: left;
    text-align: left;
    width: 170px;
    line-height: 45px;
    border-left: solid 6px #DEEEF7;
    padding-left: 15px;
    padding-right: 15px;
}

footer {
    font-size: 12px;
    width: 100%;
    padding: 40px 0;
    background-color: #fff;
    font-family: 'Asap', sans-serif;
    text-align: center;
    color: #000;
}

#profile {
    padding-bottom: 80px;
}

.profile {
    max-width: 500px;
    height: auto;
    padding: 60px;
    background: #fff;
}

.profile-flexAll {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-image {
    position: relative;
    margin-top: auto;
    margin-bottom: 50px;
}

.profile-image-s {
    position: absolute;
    top: -30px;
    left: 170px;
    transform: rotate(10deg);
    opacity: 0.8;
}

.paragraph {
    padding: 10px 0;
}

h3 {
    font-family: 'Unna', serif;
    font-size: 30px;
    letter-spacing: .3rem;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    padding: 0 10px 6px 15px;
}

h4 {
    text-align: center;
    font-family: 'Unna', serif;
    font-size: 24px;
    letter-spacing: .2rem;
    line-height: 1;
    font-weight: normal;
    margin: 25px auto 20px;
}

dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.title-sub-page {
    font-size: 16px;
    letter-spacing: .2rem;
    line-height: 34px;
    margin-bottom: 36px;
    text-align: center;
}

#career {
    padding-bottom: 5rem;
}

.career-flex {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.career-flexInner-left {
    font-size: 18px;
}

#skills {
    background: #fff;
    padding: 0 0 80px;
}

p.skills-text {
    font-size: 15px;
    letter-spacing: 0.07rem;
    line-height: 1.8;
}

.skills-flexAll {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}

.skills-flex-inner {
    margin: 0 auto;
    width: 29%;
}

p.skills-text {
    font-size: 15px;
    letter-spacing: 0.07rem;
    line-height: 1.8;
}

.skills-flexAll {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.skills-tool {
    width: 35px;
    height: 35px;
    background: #333;
    border-radius: 5px;
    margin: 0 5px;
}

.skills-tool-flex {
    display: flex;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 18px;

}

p.skills-other {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 10px 0 10px 5px;
}

#vision {
    padding-bottom: 120px;
    background: #fff;
}

.aboutVision {
    display: flex;
}

img.vision-photo {
    width: 40%;
    height: 40%;
}

.vision-text-all {
    padding: 0 40px 30px;
    width: 60%;
}

p.vision-text {
    margin-top: 30px;
}

p.vision-text-l {
    text-align: center;
    margin: auto 0;
    font-size: 16px;
    letter-spacing: .2rem;
    font-weight: 500;
}

p.vision-before {
    text-decoration: line-through;
    margin-top: 30px;
}

#worksMenu {
    position: relative;
    position: fixed;
}

.worksMenu-all {
    position: absolute;
    top: 0px;
    left: -30px;
}

.worksMenu-page-all {
    position: absolute;
    top: 243px;
    left: -30px;
}

.worksMenu-page2-all {
    position: absolute;
    top: 171px;
    left: -30px;
}

.worksPage-center {
    text-align: center;
}

a.worksMenu-link {
    display: block;
    width: 130px;
    padding: 5px 0;
    font-family: 'Unna', serif;
    font-size: 16px;
    letter-spacing: .2rem;
    line-height: 34px;
}

@media screen and (min-width: 1024px) {
    a.worksMenu-link:hover {
        opacity: 0.5;
    }
}

a.worksMenu-link::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    margin: 0 10px;
    background-color: #333;
    vertical-align: middle;
}

.works-box {
    margin: 0;
}

.works-box-hovInner {
    position: relative;
}

.works-box-hov {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    color: transparent;
    text-align: center;
    transition: all .2s;
}

@media screen and (min-width: 1024px) {
    .works-box-hov:hover {
        background: rgba(255,255,255,0.9);
        color: #333;
    }
}

a.works-item {
    margin-top: 7px;
    margin-right: 7px;
    width: 24%;
    transition: all .2s;
}

.works-box-flexAll {
    display: flex;
    justify-content: space-between;
}

.worksPage-image-flex3 {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

p.works-secret {
    margin: 150px 150px;
    margin-bottom: 60px;
    text-align: center;
    padding: 30px 0;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

h4.works-hov-main {
    margin-top: 25%;
}

h4.works-hov-other {
    margin-top: 45%;
}

p.works-hov-text {
    font-size: 12px;
}

h4.works-hov-mini {
    margin-top: 25%;
    font-size: 13px;
    line-height: 1.3;
}

h4.works-hov-mini-2 {
    margin-top: 20%;
}

.works-box-flexAll-miniBox {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.blank-box {
    width: 140px;
    height: auto;
}

.works-wrap {
    margin: 0 auto;
}

p.worksPage-title-sub {
    margin: 100px 0 20px;
    text-align: center;
    font-size: 14px;
    letter-spacing: .2rem;
}

p.worksPage-title-sub::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    margin: 10px auto 30px;
    background: #333;
}

h2.worksPage-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: .2rem;
    line-height: 1.8;
    font-family: 'Unna', serif;
}

img.worksPage-image {
    margin: 10px 0;
}

img.flex-2 {
    width: 40%;
}

dl.worksPage-summary {
    display: flex;
    flex-wrap: wrap;
    margin: 100px 0 100px;
}

dl.worksPage-summary-twitter {
    display: flex;
    flex-wrap: wrap;
    margin: 100px 0 60px;
}

.twitter-box {
    margin-bottom: 120px;
}

dt.works-list {
    display: block;
    float: left;
    width: 25%;
    color: #afafaf;
    font-weight: 500;
}

dt.works-list::after {
    content: '';
}

dd.works-text {
    width: 75%;
    margin-bottom: 30px;
    vertical-align: baseline;
}

dl.worksPage-summary-web {
    display: flex;
    flex-wrap: wrap;
    margin: 75px 0 60px;
}

dd.works-text-web {
    width: 75%;
    margin-bottom: 20px;
    vertical-align: baseline;
}

@media screen and (min-width: 1024px) {
    a.worksUrl:hover {
        opacity: .6;
    }
}

.wedding-flexAll {
    display: flex;
    justify-content: space-between;
}

h3.works-item-memo {
    font-size: 14px;
    text-align: right;
    letter-spacing: .1em;
    margin: 5px 0 30px;
    font-family: sans-serif;
}

h3.works-item-memo.insta {
    margin-bottom: 0;
}

.worksPage-image-3 {
    width: 31%;
}

.works-babyposter-flex {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    margin-top: 20px;
    background: #efefef;
}

.twitter-tweet {
    margin: 0 auto;
}

.pc-none, .br-sp, .works-item-memo-sp {
    display: none;
}

#works-application, #works-web, #works-design, #works-development, #works-server, #works-network, #works-aws {
    padding-top: 40px;
}

@media (max-width: 480px) {
    #works-application, #works-web, #works-design, #works-development, #works-server, #works-network, #works-aws {
        padding-top: 30px;
    }
}

/* 600px以上で適応 */
@media (min-width: 601px) {
    .career-flex {
        display: flex;
        border-left: none;
        padding-left: 0;
        padding-top: 0;
    }

    .career-flexInner-left {
        width: 15%;
        padding-top: 35px;
    }

    .career-flexInner-right {
        width: 85%;
        border-left: 2px solid #ddd;
        padding-left: 8%;
        padding-top: 38px;
        position: relative;
    }

    .career-flexInner-right::before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #ddd;
        position: absolute;
        top: 45px;
        left: -8px;
    }
}





/* スマホ対応 */
@media (max-width: 480px) {

    .br-sp {
        display: block;
    }

    #header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        z-index: 99;
        background-color: #f4f5f7;
    }

    body {
        font-size: 80%;
    }

    #gnav {
        position: fixed;
        padding: 1rem 0;
        width: 100%;
        z-index: 90;
    }

    .nav-box {
        display: flex;
        flex-direction: space-evenly;
        max-width: 1080px;
        height: 20px;
        margin: 0 auto;
    }

    /* ハンバーガーメニュー */
    .global-nav {
        position: fixed;
        right: -480px; /* これで隠れる */
        top: 0;
        width: 300px; /* スマホに収まるくらい */
        height: 100vh;
        padding-top: 60px;
        background-color:#ECF5FA;
        transition: all .6s;
        z-index: 200;
        overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    }
    .hamburger {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
        height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
        cursor: pointer;
        z-index: 300;
    }
    .global-nav__list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .global-nav__item {
        text-align: center;
        padding: 0 14px;
        font-size: 16px;
    }
    .global-nav__item a {
        display: block;
        padding: 20px 0;
        text-decoration: none;
        color: #333;
        font-weight: 500;
    }
    li.global-nav__item:hover {
        background-color: #fff;
    }
    .hamburger__line {
        position: absolute;
        left: 15px;
        width: 18px;
        height: 1px;
        background-color: #333;
        transition: all .6s;
    }
    .hamburger__line--1 {
        top: 14px;
    }
    .hamburger__line--2 {
        top: 20px;
    }
    .hamburger__line--3 {
        top: 26px;
    }
    .black-bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 1;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: all .6s;
        cursor: pointer;
    }
    /* 表示された時用のCSS */
    .nav-open .global-nav {
        right: 0;
    }
    .nav-open .black-bg {
        opacity: .7;
        visibility: visible;
    }
    .nav-open .hamburger__line--1 {
        transform: rotate(45deg);
        top: 20px;
    }
    .nav-open .hamburger__line--2 {
        width: 0;
        left: 50%;
    }
    .nav-open .hamburger__line--3 {
        transform: rotate(-45deg);
        top: 20px;
    } 

    /* SNS */
    .global-nav__item-sns {
        display: block;
        margin-top: 30px;
        text-align: center;
    }

    .sns-icon {
        margin: 0 30px;
    }

    /* pcメニューとsnsNavを隠す */
    ul.pc-menu, .snsNav {
        display: none;
    }

    h1.logo, span.text-small {
        margin-top: -1.5rem;
        letter-spacing: .04rem;
    }

    h2.title {
        font-size: 2rem;
        padding-top: 60px;
    }

    p.title-sub {
        font-size: 12px;
        margin-bottom: 40px;
    }

    p.topMain-text-l {
        top: 220px;
        font-size: 2.4rem;
        letter-spacing: .5rem;
    }

    p.topMain-text-s {
        font-size: 12px;
        top: 280px;
        letter-spacing: .1rem;
    }

    p.topMain-read-text {
        padding: 0 20px;
        letter-spacing: .1rem;
    }

    img.main-visual {
        width: 300px;
        top: 40px;
        right: -10px;
    }

    .topMain-contents {
        height: 420px; 
    }

    .topAbout-lift {
        padding: 40px 25px;
    }

    h2.title-left {
        font-size: 2rem;
    }

    p.title-sub-left {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .topAbout-flexAll {
        position: relative;
    }

    .topAbout-text {
        padding-right: 16px;
    }

    .view-more-about {
        margin-bottom: 10px;
    }

    .topWorks-flexAll-inner {
        width: 80%;
        text-align: center;
    }

    .topWorks-flexAll {
        margin-bottom: 0;
    }

    .topWorks-flexAll:last-of-type {
        margin-bottom: 40px;
    }

    #topWorks {
        padding-bottom: 80px;
    }

    form {
        margin: 40px auto;
    }

    label.lavel {
        width: 100%;
        padding: 0 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .contact-item {
        margin-left: 0px;
    }

    input.inputs {
        padding: 40px 0;
        margin: 20px 0 50px;
    }

    #profile {
        padding-bottom: 40px;
    }

    .profile-flexAll {
        margin-top: 50px;
        flex-direction: column-reverse;
    }

    .profile-image-s {
        top: -10px;
        left: 110px;
        width: 50%;
    }

    .profile-image-l {
        align-items: center;
        width: 80%;
        margin: 0 auto;
    }

    .profile {
        width: 100%;
        padding: 40px 25px;
    }

    .career-flexInner-right {
        margin-bottom: 20px;
    }

    .skills-flexAll {
        flex-direction: column;
        margin:40px 0 0;
    }

    .skills-flex-inner {
        width: 100%;
        margin: 0 auto 60px;
    }

    h4.skills-title {
        font-size: 22px;
        margin: 25px 0 20px;
    }

    p.skills-other {
        font-size: 14px;
        margin: 10px 0 0;
    }

    p.title-sub-page {
        font-size: 12px;
        margin-bottom: 30px;
        letter-spacing: 0.02em;
    }

    p.skills-text {
        font-size: 13px;
    }

    .contact-btn {
        margin-top: 40px;
    }

    .works-box {
        margin-bottom: 80px;
    }

    .works {
        display: block !important;
    }

    #worksMenu {
        position: static;
    }

    .worksMenu-all {
        position: static;
    }

    a.worksMenu-link::before {
        content: none;
    }

    .worksMenu-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    a.worksMenu-link {
        width: 105px;
        border-bottom: solid 1px #333;
        letter-spacing: .2rem;
        padding: 20px 0 0;
        transition: .2s;   
    }

    p.works-secret {
        margin: 0;
    }

    h3.works-item-title {
        font-size: 22px;
        letter-spacing: .2rem; 
        /*margin-bottom: 10px;*/
    }

    .works-box-flexAll-miniBox {
        flex-direction: column;
        margin-bottom: 10px;
    }

    p.works-item-memo-sp {
        display: block;
        margin:5px 0 25px;
    }

    .sp-none {
        display: none;
    }

    h2.worksPage-title {
        font-size:16px; 
    }

    h3.works-item-memo {
        font-size: 12px;
        margin-bottom: 20px;
    }

    img.flex-2 {
        width: 40%;
    }

    /* worksトップに戻る */
    a.back-btn {
        margin: 0 auto 80px;
        display: block;
        width: 250px;
        height: 50px;
        line-height: 50px;
        border: none;
        text-align: center;
        background: #eee;
        transition: all .3s;
    }

    a.back-btn:active {
        background: #455C81;
        color: #fff;
    }

    dl.worksPage-summary {
        margin: 50px 0 60px 0;
    }

    dl.worksPage-summary-web {
        margin: 20px 0 50px;
    }

    dl.worksPage-summary-twitter {
        margin: 50px 0 40px;
    }

    .twitter-box {
        margin-bottom: 70px;
    }

    .aboutVision {
        flex-direction: column;
    }

    img.vision-photo, .vision-text-all {
        width: 100%;
    }

    .vision-text-all {
        padding: 30px 0 0;
    }

    #vision {
        padding-bottom: 80px;
    }

}

@media screen and (min-width: 1024px) {
    a.worksMenu-link:hover {
        opacity: 0.6;
    }
}

@media screen and (min-width: 1024px) {
    a.back-btn:hover {
        background: #455C81;
        color: #fff;
    }
}



/*追加*/
.skills {
    padding-top: 80px;
}

.skills ul {
    display: none;
}

#certification {
    background: #fff;
}

#certification_list {
    width: 84%;
    padding-bottom: 80px;
}

#certification_list tr {

        }

#certification_list tr td:first-of-type {
    width: 27%;
    padding: 0 1rem 0 1.3rem;
    text-align-last: justify;       /* Chrome・Firefox用 */
    text-justify: inter-ideograph;
    /*background: url(../img/list-style-image.png) left 0px top 7px no-repeat;
    background-size: 17px;*/
}

#page_top {
    text-align: right;
    margin-top: -50px;
    padding: 0 20px 20px 0;
}

#page_top a img {
    width: 35px;
    opacity: 0.8;
    box-shadow: none;
}

.works {
    display: flex;
}

.works-Page {
    display: flex;
    margin: 0 auto;
}

.works-Page-image {
    height: 80vh;
    box-shadow: none;
    margin: 80px auto 0;
}

.works-network, .works-aws {
    margin-top: 100px;
}

dl.page_list dd:not(:last-of-type) {
    padding-bottom: 1em;
}

.url, .pdf {
    font-size: 90%;
    margin: 50px auto;
}

.pdf p:first-of-type {
    font-weight: bold;
}

.pdf p a {
    width: 160px;
    padding: 0.3em;
    background: #fff;
    border: 1px solid #f4f5f7;
    display: inline-block;
}

.sm-topWorks-menu {
    display: none;
}

@media (min-width: 1024px) {
    #page_top a:hover {
        opacity: 0.8;
    }

    .page_list dd a:hover {
        opacity: 0.6;
    }

    .url dl dd:hover {
        opacity: 0.6;
    }

    .pdf p a:hover {
        background: transparent;
    }
}

@media (max-width: 780px) {
    #career {
        padding: 0 20px 40px;
    }

    #skills {
        padding-bottom: 80px;
    }

    .skills.skills {
        padding-top: 0;
    }

    .skills ul {
        display: block;
        width: fit-content;
        padding-bottom: 30px;
    }

    .skills ul li {
        font-size: 1.0rem;
        padding-left: 1.3rem;
        background: url(../img/list-style-image.png) left 0px top 7px no-repeat;
        background-size: 15px;
    }

    #certification_list tr {
        display: block;
        margin-bottom: 1rem;
    }

    #certification_list tr td {
        width: 100% !important;
        padding: 0 0 0 1.0rem!important;
        display: block;
        font-size: 0.88rem;
        text-align-last: auto !important;
    }

    #certification_list tr td:first-of-type {
        background: url(../img/list-style-image.png) left 0px top 7px no-repeat;
        background-size: 13px !important;
    }

    .works-Page {
        display: block;
    }

    .works-Page-image {
        height: auto;
        margin: 70px auto 0;
    }

    .works-Page-image:not(:first-of-type) {
        margin-top: 0;
    }

    .sm-topWorks-menu {
        display: block;
        margin-top: 10px;
        font-size: 1.0rem;
        text-align: center;
    }
}

@media (max-width: 820px) {
    #topAbout {
        margin-bottom: -35px;
    }
}