@charset 'UTF-8';
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline; 

    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

body
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

table
{
    border-spacing: 0; 
    border-collapse: collapse;
}

/*========================================
    base
========================================*/
html,
body
{
    font-family: 'Share Tech', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.6;

    color: #fff; 
    background: #1d2431;

    -webkit-text-size-adjust: 100%;
}

html
{
    font-size: 62.5%;
}

body
{
    font-size: 14px;
    font-size: 1.4rem;
}

img
{
    display: block;

    width: 100%; 

    vertical-align: bottom;
    
    height: auto;
}

a
{
    text-decoration: none; 
    color: #333;
}



a:hover
{
    text-decoration: underline;
}

.sp_only
{
    display: none;
}

.breakctrl
{
    display: inline-block;
}

.txt-center
{
    text-align: center;
}

.pc-mb10 {
    margin-bottom: 1rem;
}

.pc-mb20 {
    margin-bottom: 2rem;
}

.pc-mb30 {
    margin-bottom: 3rem;
}

.pc-mb60 {
    margin-bottom: 6rem;
}

.pc-mt30 {
    margin-top: 3rem;
}


.is_pc
{
    display: block;
}

.is_sp
{
    display: none;
}
.google-maps {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
}
@media screen and (max-width: 425px) {
    .google-maps {
        padding-bottom: 80%;
    }
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 640px) {
    .sp-mt20 {
        margin-top: 2rem;
    }
    .is_pc
    {
        display: none;
    }

    .is_sp
    {
        display: block;
    }
}

#wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.container
{
    max-width: 820px;
    margin: 0 auto;
}

.article-01
{
    padding: 50px 0;
    padding: 5rem 0;

    /*border-bottom: 1px solid #dcdddd;*/
}

.txt-plan-01 {
    line-height: 178.5%;
    letter-spacing: 0.05em;
}

.note {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding: 0.2rem 0;
}

.tele-note {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding: 0.2rem 0;
}

.type-notice {
    font-weight: bold;
}
@media screen and (max-width: 820px)
{
    .article-01
    {
        margin: 0 2rem 0; 
        padding: 3rem 0;
    }
}
.article-01.type-01
{
    border-bottom: none;
}

.article-02
{
    padding: 30px 30px 40px;
    padding: 3rem 3rem 4rem;
}
@media screen and (max-width: 820px)
{
    .article-02
    {
        margin: 0 2rem 0;
        padding: 3rem 0;
    }
}
@media screen and (max-width: 640px)
{
    .article-02
    {
        margin: 0;
        padding: 2rem 0 0;
    }
    .txt-plan-01 {
        font-size: 1.3rem;
    }
}

.article-03
{
    padding: 30px 30px 0;
    padding: 3rem 3rem 0;
}
@media screen and (max-width: 820px)
{
    .article-03
    {
        margin: 0 2rem 0;
        padding: 3rem 0 0;
    }
}
@media screen and (max-width: 640px)
{
    .article-03
    {
        margin: 0;
        padding: 0;
    }
}
.article-03.article03-type01
{
    margin-top: -20px;
    margin-top: -2rem; 
    padding: 0 30px 40px; 
    padding: 0 3rem 4rem;
}
@media screen and (max-width: 820px)
{
    .article-03.article03-type01
    {
        margin: 0 2rem 0;
        padding: 0 0 3rem;
    }
}
@media screen and (max-width: 640px)
{
    .article-03.article03-type01
    {
        margin: 0 !important;
        padding: 2rem 0 0 !important;
    }
}

.article-04
{
    padding: 0 30px 0;
    padding: 0 3rem 0;
}



.clearfix:after
{
    display: block;
    visibility: hidden; 
    clear: both;

    height: 0;

    content: '';
}

/*========================================
    header
========================================*/
#header
{
    position: fixed;
    z-index: 100; 
    top: 0;
    left: 0;

    width: 160px;
    min-width: 160px;
}

#header .inner
{
    box-sizing: border-box;
    padding: 33px 0 33px;
}

#logo
{
    width: 94px;
    margin: 0 auto;
}

#nav
{
    margin-top: 17px;
}

#nav ul.main
{
    padding-bottom: 2px; 

    background: url(/asset/img/bg-dotline.svg) no-repeat left bottom;
    background-size: 160px 1px;
}

#nav ul.main > li
{
    display: block;

    padding-top: 2px; 

    background: url(/asset/img/bg-dotline.svg) no-repeat left top;
    background-size: 160px 1px;
}

#nav ul.main > li > a
{
    display: block;

    padding: 7px 12px;

    -webkit-transition: background-position .3s, color .3s;
            transition: background-position .3s, color .3s; 
    text-decoration: none;

    color: #fff;
    background-position: -100% 0;
    background-size: 200% 100%;
}

#nav ul.main > li.top > a
{
    border-right: 2px solid #fff100;
    background-image: -webkit-linear-gradient(right, #1d2431 50%, #fff100 50%);
    background-image: linear-gradient(to left, #1d2431 50%, #fff100 50%);
}

#nav ul.main > li.school > a
{
    border-right: 2px solid #2f8ceb;
    background-image: -webkit-linear-gradient(right, #1d2431 50%, #2f8ceb 50%);
    background-image: linear-gradient(to left, #1d2431 50%, #2f8ceb 50%);
}

#nav ul.main > li.school .layer
{
    background-color: #2f8ceb;
}

#nav ul.main > li.online > a
{
    border-right: 2px solid #004ea2;
    background-image: -webkit-linear-gradient(right, #1d2431 50%, #004ea2 50%);
    background-image: linear-gradient(to left, #1d2431 50%, #004ea2 50%);
}

#nav ul.main > li.online .layer
{
    background-color: #004ea2;
}

#nav ul.main > li.camp > a
{
    border-right: 2px solid #d91883;
    background-image: -webkit-linear-gradient(right, #1d2431 50%, #d91883 50%);
    background-image: linear-gradient(to left, #1d2431 50%, #d91883 50%);
}

#nav ul.main > li.camp .layer
{
    background-color: #d91883;
}

#nav ul.main > li.company > a
{
    border-right: 2px solid #39b25b;
    background-image: -webkit-linear-gradient(right, #1d2431 50%, #39b25b 50%);
    background-image: linear-gradient(to left, #1d2431 50%, #39b25b 50%);
}

#nav ul.main > li.company .layer
{
    background-color: #39b25b;
}

#nav ul.main > li.faq > a
{
    border-right: 2px solid #e664cb;
    background-image: -webkit-linear-gradient(right, #1d2431 50%, #e664cb 50%);
    background-image: linear-gradient(to left, #1d2431 50%, #e664cb 50%);
}

#nav ul.main > li.faq .layer
{
    background-color: #e664cb;
}

#nav ul.main > li.event > a
{
    border-right: 2px solid #e664cb;
    background-image: -webkit-linear-gradient(right, #1d2431 50%, #e664cb 50%);
    background-image: linear-gradient(to left, #1d2431 50%, #8e45cc 50%);
}

#nav ul.main > li.event .layer
{
    background-color: #e664cb;
}

#nav ul.main > li.event > a
{
    border-right: 2px solid #8e45cc;
    background-image: -webkit-linear-gradient(right, #1d2431 50%, #8e45cc 50%);
    background-image: linear-gradient(to left, #1d2431 50%, #8e45cc 50%);
}

#nav ul.main > li.event .layer
{
    background-color: #8e45cc;
}

#nav ul.main > li.news > a
{
    border-right: 2px solid #f2a707;
    background-image: -webkit-linear-gradient(right, #1d2431 50%, #f2a707 50%);
    background-image: linear-gradient(to left, #1d2431 50%, #f2a707 50%);
}

#nav ul.main > li.news .layer
{
    background-color: #f2a707;
}

#nav ul.main > li.mail > a
{
    border-right: 2px solid #E664CB;
    background-image: -webkit-linear-gradient(right, #1d2431 50%, #E664CB 50%);
    background-image: linear-gradient(to left, #1d2431 50%, #E664CB 50%);
}

#nav ul.main > li.mail .layer
{
    background-color: #E664CB;
}

#nav ul.main > li.scratch > a
{
    border-right: 2px solid #00538A;
    background-image: -webkit-linear-gradient(right, #1d2431 50%, #00538A 50%);
    background-image: linear-gradient(to left, #1d2431 50%, #00538A 50%);
}

#nav ul.main > li.scratch .layer
{
    background-color: #00538A;
}

#nav ul.main > li > a:hover,
#nav ul.main > li.active > a
{
    background-position: 0 0;
}

#nav ul.main > li.top > a:hover,
#nav ul.main > li.top.active > a
{
    color: #000;
}

#nav ul.main > li > a > span
{
    display: block;
}

#nav ul.main > li > a > span.jp
{
    font-size: 10px;
    font-size: 1.0rem;
}

#nav ul.main > li > a > span.en
{
    font-family: 'Share Tech', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;

    letter-spacing: .1em;
}

#nav ul.main > li.mailmag > a
{
    padding-left: 52px; 

    border-right: none;
    background: url(/asset/img/icn-mail.svg) no-repeat 12px center;
    background-size: 29px 29px;
}

#nav ul.main > li.mailmag a:hover
{
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

#nav ul.main > li.mailmag > a span.jp
{
    font-size: 9px;
    font-size: .9rem;
}

#nav ul.main > li.mailmag > a span.en
{
    font-size: 13px;
    font-size: 1.3rem;
}

#nav ul.main .layer
{
    font-size: 16px;
    font-size: 1.6rem;

    overflow: hidden;

    box-sizing: border-box;
    width: 0;
    height: 100vh;
    padding: 20px 0;

    -webkit-transition: all .7s cubic-bezier(.23, 1, .32, 1);
            transition: all .7s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition-delay: .25s;
            transition-delay: .25s; 

    color: #fff;
}

#nav ul.main .layer_background
{
    position: absolute;
    top: 0;
    left: 160px;

    overflow: hidden;

    width: 0;
    height: 100vh;

    -webkit-transition: all .7s cubic-bezier(.23, 1, .32, 1);
            transition: all .7s cubic-bezier(.23, 1, .32, 1); 

    background: rgba(0, 0, 0, .3);
}

#nav ul.main .layer_close
{
    position: absolute;
    top: 0; 
    left: 240px;

    width: 100vw;
    height: 100vh;
}

#nav ul.main .layer .nav-title
{
    width: 200px;
    padding-left: 10px; 

    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
            transition: all .5s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition-delay: .5s;
            transition-delay: .5s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#nav ul.main .layer .nav-annotation
{
    width: 200px;
    padding-left: 10px;

    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
            transition: all .5s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition-delay: .5s;
            transition-delay: .5s;

    opacity: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    color: #e34848;
    font-weight: bolder;
}

#nav ul.main .layer ul
{
    width: 200px;
    margin-top: 20px;
}

#nav ul.main .layer ul li
{
    border-top: 1px solid rgba(255, 255, 255, .5);
}

#nav ul.main .layer ul li:last-child
{
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

#nav ul.main .layer a
{
    line-height: 1.4; 

    display: block;

    padding: 16px 6px;

    text-decoration: none;

    color: #fff;
    background: url(/asset/img/icn-arrow_white.svg) no-repeat 180px center;
    background-size: 6px 10px;
}

@media (min-width: 981px)
{
    /* pc向けホバー動作およびアニメーション */
    #nav ul.main .layer ul li
    {
        padding-left: 10px; 

        -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
                transition: all .5s cubic-bezier(.23, 1, .32, 1);
        -webkit-transition-delay: 0s;
                transition-delay: 0s;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    #nav ul.main li.active .layer ul li:nth-child(1) {
        -webkit-transition-delay: 0.65s;
                transition-delay: 0.65s;
    }
    #nav ul.main li.active .layer ul li:nth-child(2) {
        -webkit-transition-delay: 0.8s;
                transition-delay: 0.8s;
    }
    #nav ul.main li.active .layer ul li:nth-child(3) {
        -webkit-transition-delay: 0.95s;
                transition-delay: 0.95s;
    }
    #nav ul.main li.active .layer ul li:nth-child(4) {
        -webkit-transition-delay: 1.1s;
                transition-delay: 1.1s;
    }
    #nav ul.main li.active .layer ul li:nth-child(5) {
        -webkit-transition-delay: 1.25s;
                transition-delay: 1.25s;
    }
    #nav ul.main li.active .layer ul li:nth-child(6) {
        -webkit-transition-delay: 1.4s;
                transition-delay: 1.4s;
    }
    #nav ul.main li.active .layer ul li:nth-child(7) {
        -webkit-transition-delay: 1.55s;
                transition-delay: 1.55s;
    }
    #nav ul.main li.active .layer ul li:nth-child(8) {
        -webkit-transition-delay: 1.7s;
                transition-delay: 1.7s;
    }
    #nav ul.main li.active .layer ul li:nth-child(9) {
        -webkit-transition-delay: 1.85s;
                transition-delay: 1.85s;
    }
    #nav ul.main li.active .layer_background
    {
        width: 100vw;
    }
    #nav ul.main li.active .layer
    {
        width: 240px;
        padding: 20px;
    }
    #nav ul.main li.active .layer .nav-title
    {
        padding-left: 0; 

        opacity: 1; 

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    #nav ul.main li.active .layer .nav-annotation
    {
        padding-left: 0; 

        opacity: 1; 

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        
        color: #e01010;
        font-weight: bolder;
    }
    #nav ul.main li.active .layer li
    {
        padding-left: 0; 

        opacity: 1; 

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    #nav ul.main .layer ul li a
    {
        -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
                transition: all .5s cubic-bezier(.23, 1, .32, 1);
    }
    #nav ul.main .layer ul li a:hover
    {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

#header ul.sub
{
    font-size: 0;

    margin-top: 16px; 

    text-align: center;
}

#header ul.sub li
{
    font-size: initial;

    display: inline-block;

    width: 34px;
    margin: 0;
}

#header ul.sub li a
{
    display: block;

    width: 34px;
    height: 34px;

    text-indent: -10000px;

    outline: none;
}

#header ul.sub li a:hover
{
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

#header ul.sub li + li
{
    margin-left: 10px;
}

#header ul.sub li a.twitter
{
    background: #000000 url(/asset/img/icn-x.svg) no-repeat center center;
    background-size: 14px 11px;
}

#header ul.sub li a.facebook
{
    background: #3c5998 url(/asset/img/icn-facebook.svg) no-repeat center center;
    background-size: 8px 15px;
}

/*========================================
    content
========================================*/
#content
{
    position: relative;
    z-index: 10;

    overflow: hidden;

    margin-left: 160px; 

    color: #333;
    background: #fff;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

            flex: 1;
}

#content .main
{
    position: relative; 
    z-index: 12;
}

#content .main .inner
{
    background: url(/asset/img/bg-main.png) repeat center top;
}

/*========================================
    footer
========================================*/
#footer
{
    margin-left: 160px;
    padding-bottom: 35px;
}

#footer a
{
    text-decoration: none; 

    color: #fff;
}

#footer a:hover
{
    text-decoration: underline;
}

#footer .plist
{
    padding: 10px 0; 

    background: #fff;
}

#footer .plist ul
{
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;

    color: #333;
}

#footer .plist ul li
{
    font-size: 12px;
    font-size: 1.2rem; 
    line-height: 100%;
    margin-right: 5px;
    display: inline-block;

    vertical-align: middle;
}

#footer .plist ul li a
{
    color: #333;
}

#footer .plist ul li a.home
{
    display: inline-block;

    width: 15px;
    height: 15px;

    vertical-align: middle; 
    text-indent: -10000px;

    background: url(/asset/img/icn-home.svg) no-repeat left top;
    background-size: 15px 15px;
}

#footer .plist ul li a.home:hover
{
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

#footer .plist ul li:before
{
    display: inline-block;

    margin-right: 5px; 

    content: '>';
    vertical-align: middle;
}

#footer .plist ul li:first-child:before
{
    display: none;
}

#footer .link_wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    max-width: 820px;
    margin: 30px auto 0;
    padding: 0 20px; 

    -webkit-align-content: flex-start; 

            align-content: flex-start;
}

#footer .link_wrap .col
{
    box-sizing: border-box; 
    width: 21%;
    padding: 0 20px;

    background: url(/asset/img/bg-dotline_vertical.svg) repeat-y left top;
    background-size: 1px 123px;
}

#footer .link_wrap .col:last-child {
    background: url(/asset/img/bg-dotline_vertical.svg) repeat-y right top, url(/asset/img/bg-dotline_vertical.svg) repeat-y left top;
     background-size: 1px 123px;
}

#footer .link_wrap .col.type-2col {
    width: 37%;
}

#footer .link_wrap .col.type-2col li {
    float: left;
    width: 50%;
}

#footer .link_wrap h2
{
    font-size: 14px;
    font-size: 1.4rem;
}

#footer .link_wrap h2 + ul
{
    margin-top: 12px;
}

#footer .link_wrap li a
{
    line-height: 1.4; 

    position: relative;

    display: inline-block;

    padding-left: 20px;
    font-size: 1.3rem;
}

#footer .link_wrap li
{
    margin-bottom: 10px;
}

#footer .link_wrap li a:before
{
    position: absolute;
    top: 2px; 
    left: 0;

    display: block;

    width: 12px;
    height: 12px;

    content: '';

    background: url(/asset/img/icn-arrow_circle.svg) no-repeat left top;
}

#footer .bottom_line
{
    max-width: 820px;
    margin: 17px auto 0;
    padding: 0 20px;
    display: table;
}

#footer .bottom_line .bottom-sns {
    display: table-cell;
    width: 70.7%;
}
#footer .bottom_line a
{
    display: inline-block;
    width: 33.856%;
    height: 35px;
    text-align: left;
    vertical-align: middle; 
    outline: none;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
}

#footer .bottom_line a:hover
{
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
#footer .bottom_line a span {
    position: relative;

}
#footer .bottom_line a.twitter
{
    background: #000000;
}
#footer .bottom_line a.twitter span:before {
    background: url(/asset/img/icn-x.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    content: '';
    width: 15px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
}
#footer .bottom_line a.twitter span {
    padding-left: 10%;
}
#footer .bottom_line a.facebook
{
    margin-left: 13px;
    background: #3c5998;
}

#footer .bottom_line a.facebook span:before {
    background: url(/asset/img/icn-facebook.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    content: '';
    width: 8px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
}
#footer .bottom_line a.facebook span {
    padding-left: 12%;
}

#footer .bottom_line .copy
{
    font-size: 12px;
    font-size: 1.2rem; 
    display: table-cell;
   
}

/*========================================
    Tablet
========================================*/
@media (max-width: 980px)
{
    #wrapper
    {
        display: block;

        padding-top: 50px;
    }
    div.sp_only,
    section.sp_only,
    p.sp_only
    {
        display: block;
    }
    li.sp_only
    {
        display: list-item;
    }
    img.sp_only
    {
        display: inline-block;
    }
    a.sp_only,
    span.sp_only
    {
        display: inline;
    }
    #header
    {
        position: fixed;
        top: 0;
        left: 0; 

        width: 100%;
        min-width: 0;
        height: 50px;
        padding: 0;

        background: #1d2431;
    }
    #header .inner
    {
        position: static; 

        height: auto;
        padding: 0 20px;
    }
    #logo
    {
        position: absolute;
        top: 12px; 

        width: auto;

        text-align: left;
    }
    #logo a
    {
        display: inline-block;

        width: 195px;
        height: 25px; 

        background: url(/asset/img/logo_sp.svg) no-repeat left top;
    }
    #logo img
    {
        display: none;
    }
    #header .menu
    {
        position: absolute;
        top: 14px; 
        right: 20px;
    }
    #header .menu a
    {
        display: inline-block;

        width: 25px;
        height: 21px;

        text-align: left;
        text-indent: -9999px;

        background: url(/asset/img/icn-menu.svg) no-repeat left top;
        background-size: contain;
    }
    #nav
    {
        position: fixed;
        z-index: 200;
        top: 0;
        left: 100%;

        display: -webkit-box;

        display: -webkit-flex;

        display: flex;
        overflow-y: scroll;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column; 

        width: 100%;
        height: 100%;
        margin-top: 0;

        -webkit-transition: .5s cubic-bezier(.23, 1, .32, 1);
                -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
                transition: all .5s cubic-bezier(.23, 1, .32, 1);
        letter-spacing: .14em;

        opacity: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        background: rgba(0, 0, 0, .7);
    }
    #header.active #nav
    {
        left: 0; 

        opacity: 1; 

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    #nav ul.main
    {
        width: 82.031%;
        margin-left: 100%;
        padding: 0;

        -webkit-transition: margin-left .5s cubic-bezier(.23, 1, .32, 1);
                transition: margin-left .5s cubic-bezier(.23, 1, .32, 1);
        -webkit-transition-delay: .25s;
                transition-delay: .25s; 

        background: #1d2431;
    }
    #header.active #nav ul.main
    {
        margin-left: 17.969%;
    }
    #nav ul.main > li
    {
        padding-top: 0;

        border-bottom: 1px solid rgba(114, 113, 113, .3); 
        background: none;
    }
    #nav ul.main > li a
    {
        position: relative; 

        display: block;

        padding: 10px 15px;

        text-decoration: none;
    }
    #nav ul.main > li a:after,
    #nav ul.main .layer a:after
    {
        position: absolute;
        top: 50%;
        right: 15px; 

        width: 6px;
        height: 10px;
        margin-top: -5px;

        content: '';

        background: url(/asset/img/icn-arrow_white.svg) no-repeat center center;
    }
    #nav ul.main > li > a.toggle:after
    {
        width: 10px;
        height: 10px;

        background: url(/asset/img/icn-plus.svg) no-repeat center center;
    }
    #nav ul.main > li.active > a.toggle:after
    {
        background: url(/asset/img/icn-minus.svg) no-repeat center center;
    }
    #nav ul.main > li.top > a,
    #nav ul.main > li.school > a,
    #nav ul.main > li.online > a,
    #nav ul.main > li.camp > a,
    #nav ul.main > li.company > a,
    #nav ul.main > li.faq > a,
    #nav ul.main > li.event > a,
    #nav ul.main > li.news > a,
    #nav ul.main > li.mail > a
    {
        border-right: none;
        background: none;
    }
    #nav ul.main > li.top > a:hover,
    #nav ul.main > li.top.active > a
    {
        color: #fff;
    }
    #nav ul.main > li.top > a
    {
        border-left: 2px solid #fff100;
    }
    #nav ul.main > li.school > a
    {
        border-left: 2px solid #2f8ceb;
    }
    #nav ul.main > li.online > a
    {
        border-left: 2px solid #004ea2;
    }
    #nav ul.main > li.camp > a
    {
        border-left: 2px solid #d91883;
    }
    #nav ul.main > li.company > a
    {
        border-left: 2px solid #39b25b;
    }
    #nav ul.main > li.faq > a
    {
        border-left: 2px solid #e664cb;
    }
    #nav ul.main > li.event > a
    {
        border-left: 2px solid #8e45cc;
    }
    #nav ul.main > li.news > a
    {
        border-left: 2px solid #f2a707;
    }
    
     #nav ul.main > li.mail > a
    {
        border-left: 2px solid #E664CB;
    }
    #nav ul.main > li > a > span.jp
    {
        font-size: 1.1rem;
    }
    #nav ul.main > li > a > span.en
    {
        font-size: 1.4rem;
    }
    #nav ul.main > li.mailmag
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;

        margin: 15px 15px 0;

        border: none;
        border: 1px solid rgba(114, 113, 113, .3);

        -webkit-box-pack: center;

        -webkit-justify-content: center;

                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
    }
    #nav ul.main > li.mailmag > a
    {
        padding-left: 42px;

        background: none;
        background: url(/asset/img/icn-mail_sp.svg) no-repeat left center;
        background-size: 31px 29px;
    }
    #nav ul.main > li.mailmag > a:after
    {
        display: none;
    }
    #nav ul.main .layer,
    #nav ul.main li.active .layer
    {
        font-size: 1.2rem;

        position: static;

        display: block;

        width: auto;
        height: auto;
        padding: 0 0 0;

        -webkit-transition: none;

        transition: none; 

        background: none !important;
    }
    #nav ul.main li.active .layer,
    #nav ul.main li.active:hover .layer
    {
        padding-bottom: 15px;
    }
    #nav ul.main .layer .nav-title
    {
        display: none;
    }
    #nav ul.main .layer .nav-annotation
    {
        display: none;
    }
    #nav ul.main .layer_background
    {
        position: static;
        left: 0;

        width: auto;
        height: auto;

        -webkit-transition: none;

        transition: none; 

        background: none;
    }
    #nav ul.main .layer_close
    {
        display: none;
    }
    #nav ul.main .layer ul
    {
        width: auto;
        margin-top: 0;
        margin-left: 15px; 

        border-bottom: none;
    }
    #nav ul.main > li.company .layer
    {
        border-left: 2px solid #39b25b;
    }
    #nav ul.main > li.faq .layer
    {
        border-left: 2px solid #e664cb;
    }
    
    #nav ul.main .layer ul li
    {
        overflow: hidden; 

        max-height: 0;

        -webkit-transition: max-height .5s cubic-bezier(.23, 1, .32, 1);
                transition: max-height .5s cubic-bezier(.23, 1, .32, 1);
        -webkit-transition-delay: 0s;
                transition-delay: 0s;

        border-top: 1px solid #1d2431;
    }
    #nav ul.main li .layer ul li:last-child
    {
        border-bottom: none;
    }
    #nav ul.main li.active .layer ul li
    {
        max-height: 42px;
    }
    #nav ul.main .layer a
    {
        display: block;

        box-sizing: border-box;
        padding: 13px;

        -webkit-transition: none;

        transition: none; 

        opacity: 1; 

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        color: #1d2431;
        background: #fff;
    }
    #nav ul.main .layer a:after
    {
        background: url(/asset/img/icn-arrow_navy.svg) no-repeat center center;
    }
    #nav ul.sub
    {
        box-sizing: border-box;
        width: 82.031%;
        margin: 0 0 0 100%;
        padding: 15px;

        -webkit-transition: margin-left .5s cubic-bezier(.23, 1, .32, 1);
                transition: margin-left .5s cubic-bezier(.23, 1, .32, 1);
        -webkit-transition-delay: .25s;
                transition-delay: .25s;

        background: #1d2431;

        -webkit-box-flex: 1;

        -webkit-flex-grow: 1;

                flex-grow: 1;
    }
    #header.active #nav ul.sub
    {
        margin: 0 0 0 17.969%;
    }
    #header ul.sub li
    {
        width: 47%;
    }
    #header ul.sub li + li
    {
        margin-left: 5%;
    }
    #header ul.sub li a
    {
        font-size: 1.2rem;
        line-height: 30px;

        box-sizing: border-box;
        width: 100%;
        height: 30px;

        text-align: center;
        text-indent: 0;

        color: #fff;
        background: none;
    }
    #header ul.sub li a.twitter
    {
        background: #000000;
    }
    #header ul.sub li a.facebook
    {
        background: #3c5998;
    }
    #header ul.sub li a.twitter:before,
    #header ul.sub li a.facebook:before
    {
        display: inline-block;

        margin-right: 9px;

        content: '';
        vertical-align: middle;
    }
    #header ul.sub li a.twitter:before
    {
        width: 10px;
        height: 8px;

        background: #1da1f2 url(/asset/img/icn-x.svg) no-repeat left center;
        background-size: 10px 8px;
    }
    #header ul.sub li a.facebook:before
    {
        width: 5px;
        height: 10px;

        background: #3c5998 url(/asset/img/icn-facebook.svg) no-repeat left center;
        background-size: 5px 10px;
    }
    #nav .close
    {
        position: absolute;
        top: 15px; 
        left: 8.945%;

        margin-left: -10px;
    }
    #nav .close a
    {
        display: block;

        width: 20px;
        height: 20px;

        text-indent: -9999px; 

        background: url(/asset/img/icn-cross.svg) no-repeat center center;
        background-size: contain;
    }
    #content
    {
        margin-left: 0;
    }
    #footer
    {
        margin-left: 0;
    }
}

/*========================================
    SmartPhone
========================================*/
@media (max-width: 820px)
{
    #footer
    {
        margin-left: 0;
        padding-bottom: 17px;
    }
    #footer .plist ul li
    {
        font-size: 1.1rem;
    }
    #footer .link_wrap
    {
        display: block;

        margin: 15px auto 0;
    }
    #footer .link_wrap .col
    {
        width: 100%;
        padding: 0 0 15px; 

        background: url(/asset/img/bg-dotline.svg) repeat-x left bottom;
        background-size: 160px 1px;
    }
    
    #footer .link_wrap .col:last-child {
        background: url(/asset/img/bg-dotline.svg) repeat-x left bottom;
        background-size: 160px 1px;
    }
    #footer .link_wrap .col.type-2col {
        width: 100%;
    }
    #footer .link_wrap .col.type-2col li {
        width: 47.375%;
    }
    #footer .link_wrap .col + .col
    {
        margin-top: 15px;
    }
    #footer .link_wrap h2
    {
        font-size: 1.3rem;
    }
    #footer .link_wrap ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;

        -webkit-flex-wrap: wrap;

                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    #footer .link_wrap li
    {
        display: block; 

        width: 47.375%;
        margin-top: 0;
    }
    #footer .link_wrap li a
    {
        position: relative;
    }
    #footer .bottom_line
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;

        margin: 15px auto 0;

        -webkit-flex-wrap: wrap;

                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    
    #footer .bottom_line .bottom-sns {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        margin: 15px auto 0;
        width: 100%;
        -webkit-flex-wrap: wrap;

                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    #footer .bottom_line a
    {
        line-height: 1.2;
        box-sizing: border-box;
        width: 47.375%;
        height: auto;
        padding: 1rem 1rem 1rem 2rem;
        position: relative;
    }

    
    #footer .bottom_line a.facebook
    {
        margin-left: 0;
    }
    
    #footer .bottom_line .copy
    {
        font-size: 1.1rem;
        line-height: 1;

        width: 100%;
        margin-top: 15px;
        margin-left: 0;

        text-align: center;
    }
}
@media (max-width: 375px) {
    #footer .bottom_line a {
        text-align: left;
        padding: 1rem 1rem 1rem 3rem;
    }

    #footer .bottom_line a.twitter span {
        padding: 0;
    }

    #footer .bottom_line a.facebook span {
        padding: 0;
    }

    #footer .bottom_line a.twitter span:before, #footer .bottom_line a.facebook span:before {
        left: -2rem;
    }
}
.smalltext {
    font-size: 1.0rem;
}