html
{
    font-size: 62.5%;

    scroll-behavior: smooth;
}

body
{
    font-family: 'FrutigerNeueW01-Regular'; 
    font-size: 1.3rem;

    margin: 0;

    color: #fff;
    background: #000 !important;
}
@media screen and (min-width: 769px)
{
    body
    {
        font-size: 1.6rem;
    }
}

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: 1em;
}

a
{
    transition: color .1s linear,opacity .3s linear; 
    text-decoration: none;
}

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
{
    max-width: 100%; 

    vertical-align: bottom;

    border: 0;
}

pre
{
    overflow: auto;
}

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

figure
{
    margin: 0;
    padding: 0;
}

.header
{
    border-bottom: 1px solid #373737; 
    background: #202020;
    background: linear-gradient(0deg, #202020 0%, #474747 100%);
}
.header nav ul
{
    display: -ms-flexbox;
    display: flex;

    max-width: 1200px; 
    margin: 0 auto;
}
.header nav ul li
{
    border-left: 1px solid #5d5d5d; 

    -ms-flex: 1;
        flex: 1;
}
.header nav ul li a
{
    font-size: 1.3rem;
    font-weight: bold;

    display: -ms-flexbox;
    display: flex;

    height: 60px;
    padding: 0 10px;

    text-align: center;

    color: #fff;
    border-bottom: 2px solid #f7ff0e; 
    border-left: 1px solid #272727;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header nav ul li:last-child
{
    border-right: 1px solid #272727;
}
.header nav ul li:last-child a
{
    border-right: 1px solid #5d5d5d;
}
@media screen and (min-width: 769px)
{
    .header nav ul li a
    {
        font-size: 1.8rem;

        transition: all ease .3s;
    }
    .header nav ul li a:hover
    {
        color: #ff6a07; 
        border-bottom-color: #ff6a07;
    }
}

.content {
    background-image: none !important;
    padding:0 !important;
}

.sec
{
    padding: 40px 0;
}
.sec .inner
{
    max-width: 1200px;
    margin: 0 auto; 
    padding: 0 20px;
}
.sec .secTtl
{
    font-size: 2.2rem;

    margin-bottom: 20px;
}
.sec .block .blockTtl
{
    font-size: 1.6rem;

    margin-bottom: 15px; 

    color: #f7ff0e;
}
.sec .block .block__content p
{
    margin-bottom: 1em;
}
.sec .block .block__content figure
{
    margin-top: 2em;
}
.sec .block .block__content figure figcaption
{
    font-size: .9em;

    display: block;

    margin-top: .5em;
}
.sec .block + .block
{
    padding-top: 30px;
}
@media screen and (min-width: 769px)
{
    .sec
    {
        padding: 80px 0;
    }
    .sec .secTtl
    {
        font-size: 3.8rem;
        font-weight: normal;

        margin-bottom: 40px;
    }
    .sec .block .blockTtl
    {
        font-size: 2.4rem;
        font-weight: normal; 

        margin-bottom: 20px;
    }
}

.sec01
{
    background: url(../img/bg-sec01.png) no-repeat right top;
    background-size: contain;
}
@media screen and (min-width: 769px)
{
    .sec01
    {
        padding-top: 40px;
        padding-bottom: 0;

        background-size: auto;
    }
}

.sec02
{
    background: url(../img/bg-sec02.png) no-repeat left top;
}
@media screen and (min-width: 769px)
{
    .sec02
    {
        padding-top: 40px;

        background: url(../img/bg-sec02@2x.png) no-repeat left top;
        background-size: contain;
    }
}

.sec03
{
    background: url(../img/bg-sec03.png) no-repeat left 20%;
    background-size: contain;
}
@media screen and (min-width: 769px)
{
    .sec03
    {
        background: url(../img/bg-sec03@2x.png) no-repeat center center;
        background-size: contain;
    }
}

.sec04
{
    color: #000; 
    background: #fff;
}
.sec04 .block__content > p
{
    margin-bottom: 40px;
}
.sec04 .box
{
    margin-bottom: 20px;
}
.sec04 .box.box01 .box-header p
{
    border-color: #000;
}
.sec04 .box.box02 .box-header p
{
    color: #fff; 
    border-color: #0948db;
    background-color: #0948db;
}
.sec04 .box.box03 .box-header p
{
    color: #fff; 
    border-color: #9b0202;
    background-color: #9b0202;
}
.sec04 .box .box-header
{
    display: -ms-flexbox;
    display: flex;
}
.sec04 .box .box-header p
{
    font-weight: bold;

    display: -ms-flexbox;
    display: flex;

    min-width: 150px;
    height: 30px;
    margin-bottom: 0;
    padding: 0 15px;

    border: 1px solid currentColor; 
    border-radius: 4px 4px 0 0;

    -ms-flex-align: center;
    align-items: center;
}
.sec04 .box .box-content
{
    padding: 10px 15px; 

    color: #fff;
    border-radius: 0 4px 4px 4px;
    background: #000;
}
@media screen and (min-width: 769px)
{
    .sec04 .box .box-content
    {
        display: -ms-flexbox;
        display: flex;

        padding: 30px;
    }
    .sec04 .box .box-content figure
    {
        width: 470px;
        padding-left: 30px; 

        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.sec06
{
    padding-top: 0;
}
.sec06 .secTtl
{
    margin: 0 -20px 20px;
    padding: 40px 20px;

    text-align: center; 

    background: url(../img/bg-sec06.jpg);
    background-size: cover;
}
.sec06 .secTtl span
{
    display: block;

    padding: 40px 0;
}
.sec06 figcaption
{
    font-size: .8em;

    display: block;

    margin-top: .5em;
}
.sec06 figcaption .line
{
    display: inline-block;

    width: 20px;
    height: 1px;

    vertical-align: middle;

    background-color: #fff;
}
.sec06 .sup
{
    color: #787878;
}
@media screen and (min-width: 769px)
{
    .sec06 .secTtl
    {
        display: -ms-flexbox;
        display: flex;

        height: 700px;
        margin: 0 0 40px;
        padding: 0;

        background: url(../img/bg-sec06@2x.jpg) no-repeat;
        background-size: cover;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sec06 .flex
    {
        display: -ms-flexbox;
        display: flex;
    }
    .sec06 .flex .flex-fig
    {
        padding-left: 30px; 

        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

footer
{
    word-break: normal;
}
footer small
{
    padding: 10px 0;
}
