@charset "UTF-8";

/******************************************************************************
*
* [共通]ヘッダー
*
******************************************************************************/

header.hero_area {
    width: 100vw;
    height: auto;
    position: relative;
    overflow: hidden;
}

header.hero_area::after {
    content: "";
    display: block;
    background: linear-gradient(0deg, rgba(20, 20, 31, 1) 0%, rgba(20, 20, 31, 1) 20%, rgba(20, 20, 30, 0) 100%);
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

header.hero_area::before {
    content: "";
    display: block;
    padding-top: 52.1%;
}

header.hero_area .logo {
    width: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    mix-blend-mode: difference
}

header.hero_area .hero_area_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/fv.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: zoom 60s infinite;
    animation: zoom 60s infinite;
    animation-fill-mode: forwards;
}


@keyframes zoom {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1.3);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}


/******************************************************************************
*
* [共通]お知らせ
*
******************************************************************************/

#news .news_list {
    margin-bottom: 50px;
}

#news .news_list dl {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-top: solid 1px #333
}

#news .news_list dl:last-child {
    border-bottom: solid 1px #333
}

#news .news_list dl dt {
    width: 120px;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.7;
}

#news .news_list dl dd {
    width: 70%;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news .news_list dl dd a {
    color: #fff;
    font-size: 14px;
    transition: color 0.5s;
}

#news .news_list dl dd a:hover {
    color: #D2B998;
}


/******************************************************************************
*
* [共通]詳細
*
******************************************************************************/

#about {
    background-image: url(../images/bg1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100vw;
}

#about p {
    text-align: center;
    margin-bottom: 40px
}



/******************************************************************************
*
* [共通]理念
*
******************************************************************************/

article.philosophy {
    padding: 140px 0;
    background-size: cover;
}

article.philosophy .box {
    width: 50%;
}

article.philosophy h2 {
    font-size: 110px;
    line-height: 1;
    font-weight: 200;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

article.philosophy .copy {
    font-size: 26px;
    line-height: 2.2;
    color: #14141E;
}

article.philosophy .copy span {
    background: #fff;
    padding: 0 10px 3px
}

/*---------------------
* 差分
---------------------*/

article.philosophy#vision {
    background-image: url(../images/bg2.jpg);
    background-position: center right;
}

article.philosophy#vision .box {
    margin-left: auto;
}

article.philosophy#vision h2 {
    position: relative;
    left: -15px;
}

article.philosophy#mission {
    background-image: url(../images/bg3.jpg);
    background-position: center left;
}



/******************************************************************************
*
* [共通]サービス
*
******************************************************************************/

#service {
    padding-top: 150px
}

#service h2 {
    text-align: center;
    font-size: 100px;
    line-height: 1;
    font-weight: 200;
    letter-spacing: 0.15em;
    margin-bottom: 150px;
}

/*---------------------
* コンテナ
---------------------*/

#service section.box {
    margin-top: 150px
}

#service section.box.b1 {
    margin-top: 0;
}

#service section.box h3 {
    text-align: center;
    font-size: 26px;
    color: #d2b998;
    margin-bottom: 40px;
}

#service section.box p {
    text-align: center;
    margin-bottom: 50px;
}


/******************************************************************************
*
* [共通]プロフィール
*
******************************************************************************/

#prof {
    position: relative;
    background: #e5e5e5;
    background: #444;
    padding-top: 20px;
    margin-top: 50px;
}

#prof::before {
    content: "";
    display: block;
    width: 100%;
    height: 85%;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    background-color: #0E0E0E;
    background-image: url(../images/prof/bg.jpg);
    background-size: 150%;
    background-position: center;
}

#prof h2 {
    width: 45px;
    position: absolute;
    top: 60px;
    left: 20px;
}

#prof .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#prof .box .ava {
    width: 350px;
    position: relative;
    z-index: 2;
}

#prof .box .txt {
    width: 50%;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
}

/*---------------------
* 情報
---------------------*/

#prof .info::before {
    content: "MASAYA ICHI";
    font-family: 'Butler', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 110px;
    position: absolute;
    top: 80px;
    right: 0px;
    color: #fff;
    opacity: 0.1;
}

/*職業*/

#prof .info .job {
    font-size: 16px;
    position: relative;
}

/*名前*/

#prof .info .name {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 5px 0 25px;
    position: relative;
}

/*肩書*/

#prof .info .title {
    margin: 0 0 30px;
    position: relative;
}

#prof .info .title ul {
    display: flex;
}

#prof .info .title ul li {
    background: #fff;
    color: #333;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
}

#prof .info .title ul li:first-child {
    margin-right: 10px;
}

/*説明*/

#prof p {
    font-size: 15px;
    position: relative;
}


/******************************************************************************
*
* [共通]メディア
*
******************************************************************************/

#media {
    margin: 100px 0 0;
}

#media .common_h2 {
    margin-bottom: 100px;
}

/*---------------------
* メディア
---------------------*/

#media section.achi {
    width: 100%;
    height: auto;
    position: relative;
}

#media section.achi::before {
    content: "";
    display: block;
    padding-top: 34.4%;
}

#media section.achi .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/*差分*/

#media section.achi.a1 .inner {
    background-image: url(../images/prof/achi1.jpg);
}

#media section.achi.a2 .inner {
    background-image: url(../images/prof/achi2.jpg);
}

#media section.achi.a3 .inner {
    background-image: url(../images/prof/achi3.jpg);
}


/******************************************************************************
*
* [共通]作品
*
******************************************************************************/

#works {
    margin-bottom: 100px;
}

#works .works_more {
    margin-top: 100px;
}

#works #gallery2 {
    padding-top: 100px;
    display: none;
}


/******************************************************************************
*
* [共通]推薦
*
******************************************************************************/

#reco .middle_wrap {
    width: 1400px;
    margin-bottom: 150px;
}

/*---------------------
* 声
---------------------*/

#reco .voice .box {
    display: flex;
    padding-top: 120px;
    background-image: url(../images/voice/bg1.png);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: top 0 right 50%;
}

#reco .voice .box:nth-child(n+2) {
    margin-top: 150px;
}

#reco .voice .box .ava {
    width: 40%;
}

#reco .voice .box .txt {
    width: 45%;
    margin-left: 40px;
}

/*名前*/

#reco .voice .txt .name {
    margin-bottom: 80px;
}

#reco .voice .txt .name .job {
    font-size: 22px;
    color: #14141e;
}

#reco .voice .txt .name .job span {
    background: #fff;
    padding: 3px 15px 5px;
}

#reco .voice .txt .name h3 {
    font-size: 65px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 15px 0 40px;
}

#reco .voice .txt .name .copy {
    font-size: 22px;
    font-weight: bold;
}

/*メッセージ*/

#reco .voice .txt .message .df {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 30px;
}

#reco .voice .txt .message p {
    font-size: 15px;
}

/*差分*/

#reco .voice .box:nth-child(even) {
    flex-flow: row-reverse;
    background-image: url(../images/voice/bg2.png);
    background-position: top 0 left 0%;
}

#reco .voice .box:nth-child(even) .txt {
    margin-left: 0;
    margin-right: 40px;
}



/******************************************************************************
*
* [共通]イベント
*
******************************************************************************/

#event {
    background-image: url(../images/bg6.jpg);
    background-size: cover;
    background-position: top center;
}

#event .common_h2 {
    color: #14141e;
}

/*---------------------
* リスト
---------------------*/

#event .list {
    display: flex;
    justify-content: space-between;
}

#event .list dl {
    width: 32%;
    border-radius: 15px;
    overflow: hidden;
}

#event .list dl dt {
    background: linear-gradient(90deg, rgba(0, 113, 184, 1) 0%, rgba(66, 98, 189, 1) 100%);
    background-image: url(../images/bg9.jpg);
    background-size: cover;
    background-position: center top;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 12px
}

#event .list dl dd {
    background: #fff;
}

#event .list dl dd p {
    text-align: center;
    color: #4262BD;
    font-size: 14px;
    padding: 10px 0;
}


/******************************************************************************
*
* [共通]会社概要
*
******************************************************************************/

#company {
    background-image: url(../images/bg5.jpg);
    background-size: cover;
    background-position: center right;
    padding: 60px 0;
    position: relative;
}

#company::before {
    content: "";
    display: block;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 0, transparent 1%, transparent 100%);
    background-size: 150px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2
}

#company .wrap {
    position: relative;
}

#company .logo {
    width: 150px;
    margin: 0 auto 20px;
    position: relative;
    left: 10px;
}

#company h2 {
    text-align: center;
    font-size: 16px;
    opacity: 0.8;
}

/*テーブル*/

#company .c_table table {
    width: 100%;
    /*border-bottom: solid 1px rgba(153, 153, 153, 0.2);*/
}

#company .c_table table th,
#company .c_table table td {
    padding: 12px 15px;
    /*border-top: solid 1px rgba(153, 153, 153, 0.2);*/
    vertical-align: middle;
    text-align: left;
}

#company .c_table table th {
    width: 200px;
    font-size: 14px;
    opacity: 0.8;
}

#company .c_table table td {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    font-size: 14px;
}

#company .c_table table td aside {
    font-size: 10px;
}

/*コピー*/


footer p.copy {
    color: #ccc;
    font-size: 11px;
    text-align: center;
    margin-top: 60px;
}




/******************************************************************************
*
* [共通]背景
*
******************************************************************************/

#fb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.06;
    mix-blend-mode: plus-lighter;
}

.bg {
    animation: slide 20s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #000 50%, #333 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 30s;
}

.bg3 {
    animation-duration: 40s;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}


/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*1920px以下*/

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

    /*---------------------
    * [共通]ヘッダー
    ---------------------*/

    header.hero_area::before {
        padding-top: 800px;
    }

}

/*1400px以下*/

@media only screen and (max-width: 1400px) {
    #reco .middle_wrap {
        width: 100%;
        margin-bottom: 100px;
    }
}

/*960px以下*/

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

    /*---------------------
    * [共通]ヘッダー
    ---------------------*/

    header.hero_area::after {
        height: 300px;
    }

    header.hero_area::before {
        padding-top: 100vh;
    }

    header.hero_area .logo {
        width: 220px;
    }

    header.hero_area .hero_area_inner {
        background-size: 300%;
    }

}

/*644px以下*/

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

    /*---------------------
    * [共通]お知らせ
    ---------------------*/

    #news .news_list {
        margin-bottom: 30px;
    }

    #news .news_list dl {
        padding: 15px 10px;
    }

    #news .news_list dl dt {
        width: 75px;
        font-size: 12px;
        letter-spacing: 0;
    }

    #news .news_list dl dd {
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
    }

    #news .news_list dl dd a {
        font-size: 12px;
    }

    #news .news_list dl dd a:hover {
        color: #fff;
    }

    /*---------------------
    * [共通]詳細
    ---------------------*/

    #about {
        background-size: 200vw;
    }

    #about p {
        margin-bottom: 30px
    }

    /*---------------------
    * [共通]理念
    ---------------------*/

    article.philosophy {
        padding: 70px 0;
        background-size: cover;
    }

    article.philosophy .box {
        width: 98%;
        margin: auto;
    }

    article.philosophy h2 {
        font-size: 55px;
        margin-bottom: 10px;
    }

    article.philosophy .copy {
        font-size: 16px;
    }

    article.philosophy .copy span {
        padding: 0 8px 3px
    }

    /*差分*/

    article.philosophy#vision {
        background-image: url(../images/bg2.jpg);
        background-position: center;
    }

    article.philosophy#vision .box {
        margin: auto;
        text-align: right;
    }

    article.philosophy#vision h2 {
        position: relative;
        left: 10px;
    }

    article.philosophy#mission {
        background-image: url(../images/bg3_sp.jpg);
        background-position: center right;
    }

    /*---------------------
    * [共通]サービス
    ---------------------*/

    #service {
        padding-top: 90px
    }

    #service h2 {
        font-size: 55px;
        margin-bottom: 80px;
    }

    /* コンテナ*/

    #service section.box {
        margin-top: 60px
    }

    #service section.box h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    #service section.box p {
        margin-bottom: 30px;
    }

    /*---------------------
    * [共通]プロフィール
    ---------------------*/

    #prof {
        padding-top: 20px;
        margin-top: 50px;
    }

    #prof::before {
        height: -webkit-calc(100% - 60px);
        height: calc(100% - 60px);
        background-color: #0E0E0E;
        background-image: url(../images/prof/bg_sp.jpg);
        background-size: 100%;
        background-position: center top;
    }

    #prof h2 {
        width: 43px;
        top: 40px;
        left: inherit;
        right: 10px;
    }

    #prof .box {
        display: block;
    }

    #prof .box .ava {
        width: 60%;
    }

    #prof .box .txt {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
        padding-bottom: 60px;
        margin-top: 20px;
    }

    /*情報*/

    #prof .info::before {
        font-size: 120px;
        line-height: 1.1;
        top: 20px;
        right: inherit;
        left: -20px;
        opacity: 0.05;
    }

    #prof .info .job {
        font-size: 18px;
    }

    #prof .info .name {
        font-size: 50px;
        letter-spacing: 0.05em;
    }

    #prof .info .title ul li {
        font-size: 13px;
    }

    #prof p {
        font-size: 14px;
    }

    /*---------------------
    * [共通]メディア
    ---------------------*/

    #media {
        margin: 80px 0 0;
    }

    #media .common_h2 {
        margin-bottom: 80px;
    }

    #media section.achi::before {
        padding-top: 80%;
    }

    #media section.achi.a1 .inner {
        background-image: url(../images/prof/achi1_sp.jpg);
    }

    #media section.achi.a2 .inner {
        background-image: url(../images/prof/achi2_sp.jpg);
    }

    #media section.achi.a3 .inner {
        background-image: url(../images/prof/achi3_sp.jpg);
    }

    /*---------------------
    * [共通]作品
    ---------------------*/

    #works {
        margin-bottom: 60px;
    }

    #works .works_more {
        margin-top: 50px;
    }

    #works #gallery2 {
        padding-top: 50px;
    }

    /*---------------------
    * [共通]推薦
    ---------------------*/

    #reco .voice .box {
        display: block;
        padding-top: 30px;
        background-size: 120%;
        background-position: top 0 right 60%;
        position: relative;
    }

    #reco .voice .box:nth-child(n+2) {
        margin-top: 100px;
    }

    #reco .voice .box .ava {
        width: 48%;
        position: absolute;
        top: 40px;
        left: -10px;
    }

    #reco .voice .box .txt {
        width: 92%;
        margin-left: 0;
        margin: auto;
    }

    /*名前*/

    #reco .voice .txt .name {
        margin-bottom: 20px;
        width: 50%;
        margin-left: auto;
    }

    #reco .voice .txt .name .job {
        font-size: 12px;
    }

    #reco .voice .txt .name .job span {
        padding: 3px 8px 5px;
    }

    #reco .voice .txt .name h3 {
        font-size: 35px;
        line-height: 1.3;
        letter-spacing: 0;
        margin: 10px 0 10px;
    }

    #reco .voice .txt .name .copy {
        font-size: 13px;
        line-height: 1.5;
    }

    /*メッセージ*/

    #reco .voice .txt .message .df {
        font-size: 22px;
        margin-bottom: 10px;
    }

    #reco .voice .txt .message p {
        font-size: 12px;
    }

    /*差分*/

    #reco .voice .box:nth-child(even) {
        flex-flow: row-reverse;
        background-image: url(../images/voice/bg2.png);
        background-position: top 10px left 50%;
        padding-top: 65px;
    }

    #reco .voice .box:nth-child(even) .ava {
        top: 20px;
        left: inherit;
        right: -10px;
    }

    #reco .voice .box:nth-child(even) .txt {
        margin-left: 0;
        margin-right: 0;
        margin: auto;
    }

    #reco .voice .box:nth-child(even) .txt .name {
        margin-left: 0;
        width: 53%;
    }

    #reco .voice .box:nth-child(even) .txt .name h3 {
        font-size: 32px;
    }

    #reco .voice .box:nth-child(even) .txt .message .df {
        text-align: right;
    }

    /*---------------------
    * [共通]イベント
    ---------------------*/

    #event .list {
        display: block;
    }

    #event .list dl {
        width: 100%;
        border-radius: 10px;
    }

    #event .list dl:nth-child(n+2) {
        margin-top: 30px;
    }

    #event .list dl dt {
        font-size: 20px;
        padding: 10px 0 11px
    }

    #event .list dl dd p {
        font-size: 13px;
        padding: 15px 0;
    }

    /*---------------------
    * [共通]会社概要
    ---------------------*/

    #company {
        background-position: center;
        padding: 50px 0;
    }

    #company::before {
        background-size: 90px;
    }

    #company .logo {
        width: 130px;
        margin: 0 auto 15px;
    }

    #company h2 {
        font-size: 12px;
    }

    /*テーブル*/

    #company .c_table table th,
    #company .c_table table td {
        padding: 10px 0;
    }

    #company .c_table table th {
        width: 100px;
        font-size: 11px;
    }

    #company .c_table table td {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        font-size: 12px;
    }

    #company .c_table table td aside {
        font-size: 10px;
    }

    /*コピー*/

    footer p.copy {
        font-size: 10px;
        margin-top: 40px;
    }

    #fb {
        opacity: 0.15;
        mix-blend-mode: plus-lighter;
    }

}

/*375px以下*/

@media only screen and (max-width: 375px) {}

/*360px以下*/

@media only screen and (max-width: 360px) {
    #service section.box h3 {
        font-size: 17px;
    }
}

/*330px以下*/

@media only screen and (max-width: 330px) {}
