/* CSS Document */
/* CSS Document */
@font-face
{
    /*Black*/
    font-family: 'black';

    src: url(../font/black.eot);
    src: url('../font/black.eot?#iefix') format('embedded-opentype'), url('../font/black.woff') format('woff'), url('../font/black.ttf') format('truetype');
}

@font-face
{
    font-family: 'bold';

    src: url(../font/bold.eot);
    src: url('../font/bold.eot?#iefix') format('embedded-opentype'), url('../font/bold.woff') format('woff'), url('../font/bold.ttf') format('truetype');
}

.fwB
{
    font-weight: bold;
}

/* CSS Document */
html
{
    font-family: 'bold';
    font-size: 14px;
    line-height: 1.71429;

    color: #08203a;
    background: #fff; 

    -webkit-font-kerning: normal;
            font-kerning: normal;
}

body
{
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
    display: block;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul
{
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: 1rem;
    font-weight: normal;
}

a
{
    -webkit-transition: color .1s linear;
            transition: color .1s linear; 
    text-decoration: none;

    color: #333;
}

a:active,
a:hover
{
    outline: 0;
}

b,
strong
{
    font-weight: bold;
}

h1,
h2,
h3,
p,
div,
table
{
    margin: 0;
}

ul,
li
{
    list-style: none;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

img
{
    vertical-align: bottom; 

    border: 0;
}

pre
{
    overflow: auto;
}

table
{
    border-spacing: 0; 
    border-collapse: collapse;
}

figure
{
    margin: 0;
    padding: 0;
}

input,
textarea
{
    padding: 0;
}

input[type='submit']
{
    border: none; 
    border-radius: 0;

    -webkit-appearance: none;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
textarea
{
    border: 1px solid #eee;
    border-radius: 0; 

    -webkit-appearance: none;
}

address
{
    font-size: 1rem;
    font-style: normal;
}

i
{
    font-style: normal;
}

.inner
{
    padding: 0 10px;
}
@media screen and (min-width: 960px)
{
    .inner
    {
        position: relative; 

        width: 960px;
        margin: 0 auto;
        padding: 0;
    }
}

br.sp
{
    display: none;
}
@media screen and (min-width: 960px)
{
    br.sp
    {
        display: block;
    }
}

footer
{
    padding: 10px 0; 

    text-align: center;

    color: #fff;
    background: #08203a;
}

#panel-btn
{
    position: fixed;
    z-index: 1000000;
    top: 5px;
    right: 5px;

    display: inline-block;

    width: 40px;
    height: 40px;
}
#panel-btn.close #panel-btn-icon
{
    background: transparent;
}
#panel-btn.close #panel-btn-icon:before,
#panel-btn.close #panel-btn-icon:after
{
    margin-top: 0;

    background: #fff;
}
#panel-btn.close #panel-btn-icon:before
{
    -webkit-transform: rotate(-45deg); 
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#panel-btn.close #panel-btn-icon:after
{
    -webkit-transform: rotate(-135deg); 
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
#panel-btn #panel-btn-icon
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 28px;
    height: 4px;
    margin: -4px 0 0 -13px;

    -webkit-transition: .2s;
            transition: .2s; 

    background: #08203a;
}
#panel-btn #panel-btn-icon:before,
#panel-btn #panel-btn-icon:after
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 28px;
    height: 4px;

    content: '';
    -webkit-transition: .3s;
            transition: .3s; 

    background: #08203a;
}
#panel-btn #panel-btn-icon:before
{
    margin-top: -10px;
}
#panel-btn #panel-btn-icon:after
{
    margin-top: 6px;
}

/* CSS Document */
@font-face
{
    /*Black*/
    font-family: 'black';

    src: url(../font/black.eot);
    src: url('../font/black.eot?#iefix') format('embedded-opentype'), url('../font/black.woff') format('woff'), url('../font/black.ttf') format('truetype');
}

@font-face
{
    font-family: 'bold';

    src: url(../font/bold.eot);
    src: url('../font/bold.eot?#iefix') format('embedded-opentype'), url('../font/bold.woff') format('woff'), url('../font/bold.ttf') format('truetype');
}

.fwB
{
    font-weight: bold;
}

.sidr
{
    font-size: 15px;

    position: absolute;
    position: fixed;
    z-index: 999999;
    top: 0;

    display: none;
    overflow-x: none;
    overflow-y: auto;

    width: 260px;
    height: 100%;

    color: #fff; 
    background: #08203a;
}

.sidr .sidr-inner
{
    padding: 0 0 15px;
}

.sidr .sidr-inner > p
{
    margin-right: 15px; 
    margin-left: 15px;
}

.sidr.right
{
    right: -260px; 
    left: auto;
}

.sidr.left
{
    right: auto; 
    left: -260px;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6
{
    font-size: 11px;
    font-weight: normal;
    line-height: 24px;

    margin: 0 0 5px;
    padding: 0 15px;

    color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
    background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
    background-image:         linear-gradient(#4d4d4d, #1a1a1a);
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .2);
}

.sidr p
{
    font-size: 13px;

    margin: 0 0 12px;
}

.sidr p a
{
    color: rgba(255, 255, 255, .9);
}

.sidr > p
{
    margin-right: 15px; 
    margin-left: 15px;
}

.sidr ul
{
    display: block;

    margin: 0 0 15px;
    padding: 0;

    border-bottom: 1px solid #14273c;
}

.sidr ul li
{
    line-height: 48px;

    display: block;

    margin: 0;

    border-top: 1px solid #14273c;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active
{
    background: #dd1f22;
}

.sidr ul li a,
.sidr ul li span
{
    display: block;

    padding: 0 15px;

    text-decoration: none;

    color: #fff;
}

.sidr ul li ul
{
    margin: 0; 

    border-bottom: none;
}

.sidr ul li ul li
{
    font-size: 13px; 
    line-height: 40px;
}

.sidr ul li ul li:last-child
{
    border-bottom: none;
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active
{
    line-height: 41px; 

    border-top: none;
}

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span
{
    box-shadow: inset 0 0 15px 3px #222;
}

.sidr ul li ul li a,
.sidr ul li ul li span
{
    padding-left: 30px; 

    color: rgba(255, 255, 255, .8);
}

.sidr form
{
    margin: 0 15px;
}

.sidr label
{
    font-size: 13px;
}

.sidr input[type='text'],
.sidr input[type='password'],
.sidr input[type='date'],
.sidr input[type='datetime'],
.sidr input[type='email'],
.sidr input[type='number'],
.sidr input[type='search'],
.sidr input[type='tel'],
.sidr input[type='time'],
.sidr input[type='url'],
.sidr textarea,
.sidr select
{
    font-size: 13px;

    display: block;
    clear: both; 

    box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px;
    padding: 5px;

    color: rgba(255, 255, 255, .6);
    border: none;
    border-radius: 2px;
    background: rgba(0, 0, 0, .1);
}

.sidr input[type=checkbox]
{
    display: inline;
    clear: none; 

    width: auto;
}

.sidr input[type=button],
.sidr input[type=submit]
{
    color: #333;
    background: #fff;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover
{
    background: rgba(255, 255, 255, .9);
}

header
{
    position: relative; 

    height: 100vh;
}
header h1
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    overflow: hidden; 

    width: 50%;
    height: 0;
    margin: auto;
    padding-top: 12.13992%;

    white-space: nowrap;
    text-indent: 100%;

    background: url(../img/logo.png) no-repeat left top;
    background-size: contain;
}
@media screen and (min-width: 960px)
{
    header h1
    {
        width: 500px;
        height: 122px;
        padding: 0;
    }
}

article section
{
    padding: 80px 0;
}
article section h2
{
    font-family: 'bold';

    margin-bottom: 30px;

    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
}
article section h2 span
{
    font-size: 1.57143rem;
    line-height: 1.5; 

    display: inline-block;

    margin: 0 auto;
    padding: 15px 30px;

    border: 3px solid #08203a;
}
@media screen and (min-width: 960px)
{
    article section
    {
        padding: 150px 0;
    }
    article section h2
    {
        margin-bottom: 50px;
    }
    article section h2 span
    {
        font-size: 2.57143rem;
        line-height: 1.16667;
    }
    article section h2 br
    {
        display: none;
    }
    article section h2 br.pc
    {
        display: block;
    }
}
article section#concept
{
    font-size: 1.14286rem;
    line-height: 1.875;
    line-height: 2;

    padding: 0 30px;
}
article section#concept br
{
    display: none;
}
@media screen and (min-width: 960px)
{
    article section#concept
    {
        font-size: 1.57143rem;
        line-height: 1.5; 

        padding: 0;

        text-align: center;
    }
    article section#concept br
    {
        display: block;
    }
}
article section#company .gMap
{
    position: relative;

    overflow: hidden; 

    height: 0;
    padding-top: 30px;
    padding-bottom: 36.25%;
}
article section#company .gMap iframe,
article section#company .gMap object,
article section#company .gMap embed
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
article section#work p
{
    font-size: 1.14286rem;
    line-height: 1.875; 

    padding: 0 30px;
}
article section#work p br
{
    display: none;
}
@media screen and (min-width: 960px)
{
    article section#work p
    {
        font-size: 1.57143rem;
        line-height: 1.5;

        padding: 0;

        text-align: center;
    }
    article section#work p br
    {
        display: block;
    }
}
article section#athlete .athletes
{
    zoom: 1;
}
article section#athlete .athletes:after
{
    display: block;
    clear: both; 

    content: '';
}
article section#athlete .athletes .person
{
    float: left;

    width: 50%;
    margin-bottom: 50px;

    text-align: center;
}
article section#athlete .athletes .person a
{
    display: inline-block;

    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
}
article section#athlete .athletes .person a:hover
{
    opacity: .5;
}
article section#athlete .athletes .person figure img
{
    width: 80%;
    height: auto;
}
article section#athlete .athletes .person h3
{
    font-size: .85714rem;
    line-height: 1.5;
}
@media screen and (min-width: 960px)
{
    article section#athlete .athletes .person
    {
        width: 33.33333%;
    }
    article section#athlete .athletes .person figure img
    {
        width: auto;
        height: auto;
    }
    article section#athlete .athletes .person figcaption
    {
        padding: 10px 0 0 0;
    }
}
article section#project .projects
{
    zoom: 1;
}
article section#project .projects:after
{
    display: block;
    clear: both; 

    content: '';
}
@media screen and (min-width: 960px)
{
    article section#project .projects
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    article section#project .projects::after
    {
        width: 33%; 

        content: '';
    }
}
article section#project .projects .box
{
    margin-bottom: 30px;
    padding-bottom: 30px;

    border-bottom: 1px solid #ccc;
}
article section#project .projects .box a
{
    display: block;

    -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear; 
    text-align: center;
}
article section#project .projects .box a:hover
{
    opacity: .5;
}
article section#project .projects .box figure img
{
    width: 80%;
    max-width: 100%;
    height: auto;
}
article section#project .projects .box figcaption
{
    padding: 10px 0 0 0;
}
article section#project .projects .box h3
{
    padding: 5px 0;
}
@media screen and (min-width: 960px)
{
    article section#project .projects .box
    {
        width: 30%;

        border: none;
    }
    article section#project .projects .box figure img
    {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    article section#project .projects .box figcaption
    {
        padding: 10px 0 0 0;
    }
    article section#project .projects .box h3
    {
        padding: 5px 0;
    }
}
article section#company h3
{
    font-size: 1.57143rem;
    line-height: 1.5;

    margin-bottom: 20px; 

    text-align: center;
}
article section#company .business
{
    margin-bottom: 50px;
}
article section#company .business ul li
{
    padding: 0 5px 0 0; 

    text-align: center;
}
article section#company .business ul li:first-child:before
{
    display: none;
}
article section#company .business ul br
{
    display: none;
}
article section#company .companyInfo
{
    margin-bottom: 50px;
}
article section#company .companyInfo .left dl dt
{
    color: #a5b2c0;
}
article section#company .companyInfo .left dl dd
{
    margin-bottom: 15px;
}
article section#company .companyInfo .left dl dd a
{
    font-size: .8em;

    margin-left: 10px; 
    padding: 3px 10px;

    color: #fff;
    border-radius: 20px;
    background: #08203a;
}
article section#company .companyInfo .right dl dd
{
    margin-bottom: 15px;
}
article section#company .companyInfo .right .btns
{
    display: table;
    zoom: 1;

    width: 100%; 
    padding-top: 20px;

    text-align: center;
}
article section#company .companyInfo .right .btns:after
{
    display: block;
    clear: both; 

    content: '';
}
article section#company .companyInfo .right .btns .mail
{
    display: table-cell;

    padding: 0 10px; 

    text-align: center;
}
article section#company .companyInfo .right .btns .mail a
{
    display: block;
    display: block;
    overflow: hidden;

    width: 60px;
    height: 60px;
    margin: 0 auto;

    -webkit-transition: background-color .3s linear;
            transition: background-color .3s linear; 
    white-space: nowrap;
    text-indent: 100%;

    border-radius: 50%;
    background: #08203a url(../img/ico_mail.png) no-repeat center center;
    background-size: 50% auto;
}
article section#company .companyInfo .right .btns .mail a:hover
{
    background-color: #455290;
}
article section#company .companyInfo .right .btns .fb
{
    display: table-cell;

    padding: 0 10px; 

    text-align: center;
}
article section#company .companyInfo .right .btns .fb a
{
    display: block;
    overflow: hidden; 

    width: 60px;
    height: 60px;
    margin: 0 auto;

    white-space: nowrap;
    text-indent: 100%;

    border-radius: 50%;
    background: url(../img/ico_facebook.png) no-repeat center center #08203a;
    background-size: 50% auto;
}
article section#company .gMap
{
    margin-bottom: 50px;
}
article section#company .group
{
    margin-bottom: 50px;
}
article section#company .group p
{
    text-align: center;
}
@media screen and (min-width: 960px)
{
    article section#company h3
    {
        font-size: 1.85714rem;
        line-height: 1;
    }
    article section#company .business
    {
        margin-bottom: 100px;
    }
    article section#company .business ul
    {
        text-align: center;
    }
    article section#company .business ul li
    {
        font-size: 1.28571rem;
        line-height: 1.33333;
        line-height: 2; 

        display: inline;
    }
    article section#company .business ul li:before
    {
        padding-right: 10px; 

        content: '/';
    }
    article section#company .business ul br
    {
        display: block;
    }
    article section#company .companyInfo
    {
        zoom: 1; 

        width: 800px;
        margin: 0 auto 100px;
    }
    article section#company .companyInfo:after
    {
        display: block;
        clear: both; 

        content: '';
    }
    article section#company .companyInfo .left
    {
        font-size: 1.28571rem;
        line-height: 1.33333; 

        float: left;

        width: 50%;
    }
    article section#company .companyInfo .left dl dt
    {
        margin-bottom: 5px;
    }
    article section#company .companyInfo .left dl dd
    {
        margin-bottom: 25px;
    }
    article section#company .companyInfo .right
    {
        font-size: 1.57143rem;
        line-height: 1.5;

        float: left;

        width: 50%;
    }
    article section#company .companyInfo .right dl dt
    {
        float: left;
        clear: both; 

        width: 70px;
    }
    article section#company .companyInfo .right dl dd
    {
        padding-left: 75px;
    }
    article section#company .companyInfo .right dl dd:before
    {
        padding-right: 5px; 

        content: ':';
    }
    article section#company .companyInfo .right .btns
    {
        width: 200px;
    }
    article section#company .companyInfo .right .btns div
    {
        padding: 0 !important;
    }
    article section#company .companyInfo .right .btns div a
    {
        margin: 0 !important;
    }
    article section#company .gMap
    {
        margin-bottom: 100px;
    }
}

.jquery-modal.blocker
{
    z-index: 1000000;
}

#modal-profile
{
    font-size: 12px;

    max-width: 800px; 
    padding: 15px;
}
#modal-profile p:first-child
{
    font-size: .8em;

    margin-bottom: 0;
}
#modal-profile h2
{
    font-weight: bold;

    margin-bottom: 15px;
}
#modal-profile ul
{
    margin-bottom: 30px;
}
#modal-profile ul li
{
    margin-bottom: 15px;
}
#modal-profile ul li span
{
    font-size: .8em;
    line-height: 1; 

    display: block;
}
#modal-profile p
{
    margin-bottom: 15px;
}
@media screen and (min-width: 960px)
{
    #modal-profile
    {
        font-size: 14px;

        padding: 30px;
    }
    #modal-profile p:first-child
    {
        font-size: 12px;

        margin-bottom: 0;
    }
    #modal-profile h2
    {
        font-size: 20px; 
        font-weight: bold;

        margin-bottom: 15px;
    }
    #modal-profile ul
    {
        margin-bottom: 30px;
    }
    #modal-profile ul li
    {
        line-height: 20px; 

        position: relative;

        padding-left: 5em;
    }
    #modal-profile ul li span
    {
        font-size: 14px;
        line-height: 20px; 

        position: absolute;
        left: 0;
    }
    #modal-profile p
    {
        margin-bottom: 15px;
    }
}
