@charset "utf-8";
@import url('notosansjp.css');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
    vertical-align: top;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clear {
    clear: both;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Noto Sans JP';
    color: #000;
    font-size: 15px;
    line-height: 1.6;
}

header {
    height: 120px;
    text-align: center;
    box-sizing: border-box;
    padding: 25px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    background: rgba(255, 255, 255, 1.0);
    transition: all 0.2s;
}

#toppage header {
    height: 150px;
}

header div.inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

header h1 {
    width: 270px;
    margin: 0 auto
}

#toppage header h1 {
    height: 37px;
}

header h1 img {
    width: 100%;
    height: auto;
}

#tagline {
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 20px;
    color: #AAA;
}

header div.inner div.search {
    position: absolute;
    right: 0;
    top: -6px;
    width: 140px;
    text-align: left;
}

div.search,
div.search p,
div.search input {
    transition: ease-out 0.3s;
}

div.search p {
    font-family: 'Maven Pro', sans-serif;
    font-size: 12px;
    font-weight: 900;
    margin: 0;
}

div.search input {
    background: #EEE;
    border: none;
    width: 140px;
    height: 24px;
    box-sizing: border-box;
    padding: 3px 6px;
    color: #999;
    font-size: 13px;
}

header div.inner div.search.nobiru {
    width: 300px;
}
header .inner {
    position: relative;
}
header .inner .corporate {
    position: absolute;
    top: 4px;
    left: 0;
}
header .corporate img {
    width: 60px;
    height: auto;
}
div.search.nobiru,
div.search.nobiru input {
    width: 300px;
}

nav {
    height: 50px;
}

nav ul {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

nav li {
    list-style: none;
    display: inline;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    margin: 0 16px;
    font-size: 16px;
    z-index: 9999;
    position: relative;
    line-height: 1.0;
}

nav li a {
    color: #000;
    text-decoration: none;
    padding: 0 3px 25px;
}

nav li.current {
    position: relative;
}

nav li#nav3.current {
    position: relative;
}

nav li#nav3.current a {
    color: #A2AB5F;
}

nav li#nav3.current:after {
    position: absolute;
    content: '';
    top: 23px;
    left: 0;
    height: 4px;
    width: 54px;
    background: #A2AB5F;
    display: block;
}

nav li#nav2:hover {
    color: #9F8658;
}

nav li#nav4:hover {
    color: #7E8E9C;
}

nav li#nav5:hover {
    color: #CAB66A;
}

nav li#nav6:hover {
    color: #7E8E9C;
}

nav li#nav7:hover {
    color: #D8A9CC;
}


nav li.current:after {
    position: absolute;
    content: '';
    top: 23px;
    left: -2px;
    height: 4px;
    /*width: 34px;*/
    width: 100%;
    background: #000;
    display: block;
}

nav li#nav3 a {
    transition: all 0.2s;
}

nav li#nav3 a:hover,
nav li#nav3 a.hover {
    background: url(../png/nav3_arw.png) no-repeat center 0px;
    color: #A4AA64;
}

nav li#nav4 a:hover,
nav li#nav4 a.hover {
    background: url(../png/nav3_arw.png) no-repeat center 0px;
    color: #A4AA64;
}

.topimg img {
    width: 100%;
    height: auto;
}

.black {
    color: #FFF;
}

br.sp {
    display: none;
}

.topimg {
    margin-top: 150px;
}

.topimg video {
    width: 100%;
    height: auto;
}


div.black {
    background: #000;
    padding: 26px 0 15px;
}

.black .inner {
    position: relative;
}

.black .inner div.new {
    background: #000 url(../png/new_line.png) no-repeat center bottom;
    color: #FFF;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
    font-weight: 900;
    width: 63px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    position: absolute;
    top: -53px;
    left: 0;
}

div.black .col {
    float: left;
    width: 22%;
    box-sizing: border-box;
    margin-right: 4%;
}

div.black .col.end {
    margin: 0;
}

div.black .col img {
    width: 100%;
    height: auto;
}

div.col .figure {
    margin-bottom: 10px;
}

div.col div.caption {
    position: relative;
}

div.col div.caption p.lead {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 4px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

div.col div.caption p.date {
    font-size: 13px;
    font-weight: 400;
}


#container {
    background: #F5F5F5;
    padding: 90px 0 40px;
}

#container .contents,
#contents {
    display: flex;
    flex-wrap: wrap;
}

#contents div.col,
.contents div.col {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 0 15px 30px;
}

#contents div.col img,
.contents div.col img {
    width: 100%;
    height: auto;
}

#contents div.col .caption,
.contents div.col .caption {
    min-height: 3.5em;
}


footer {
    background: #B2B3B3;
    color: #FFF;
    text-align: center;
}

footer p {
    font-size: 12px;
    padding: 10px 0;
}

footer p br {
    display: none;
}


#back-top {
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin: 50px 0 20px;
}

#back-top a {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: #000;
    border-radius: 15px;
}

#back-top i {
    line-height: 0px;
    vertical-align: 11px;
    font-size: 16px;
}

.sb-toggle-right,
.menu_trigger,
.dt {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header div.inner .menu-trigger {
    position: absolute;
    top: -2px;
    right: 10px;
    cursor: pointer;
}


.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 26px;
    height: 20px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 9px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

div#sp_navi {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    background: #FFF;
    color: #000;
    box-sizing: border-box;
    padding: 10px 0;
    display: none;
}

#sp_navi dt {
    font-weight: 600;
    font-size: 16px;
    padding: 7px 20px;
    clear: both;
    cursor: pointer;
    border-bottom: 1px solid #EDEDED;
}

#sp_navi dt a {
    color: #000;
    text-decoration: none;
}

#sp_navi dt:first-child {
    border-top: 1px solid #EDEDED;
}

#sp_navi dd {
    padding: 7px 20px;
    display: none;
}

#sp_navi dd.open {
    display: block;
}

#sp_navi dd ul {
    position: relative;
}

#sp_navi dt {
    font-weight: bold;
    font-family: sans-serif!important;
}

#sp_navi li {
    list-style: none;
    width: 50%;
    float: left;
    font-size: 13px;
    font-weight: 500;
    font-family: sans-serif!important;
}

#sp_navi li a {
    display: block;
    padding: 4px;
    text-decoration: none;
    color: #FFF;
}

#sp_navi dd.cm {
    background: #9F8658;
}

#sp_navi dd.howto {
    background: #A4AA64;
}

#sp_navi dt.howto.open {
    background: url(../png/sp_navi_arw.png) no-repeat 38px bottom;
    background-size: 12px;
    border-bottom: 1px solid #A4AA64;
    color: #A4AA64;
}

#sp_navi dt.cm.open {
    background: url(../png/sp_cm_arw.png) no-repeat 38px bottom;
    background-size: 12px;
    border-bottom: 1px solid #9F8658;
    color: #9F8658;
}

#sp_navi dd.company {
    background: #7E8E9C;
}

#sp_navi dt.company.open {
    background: url(../png/sp_company_arw.png) no-repeat 38px bottom;
    background-size: 12px;
    border-bottom: 1px solid #7E8E9C;
    color: #7E8E9C;
}

#sp_navi dl {
    margin-bottom: 20px;
}

#sp_navi .corporate {
    clear: both;
    text-align: center;
    font-size: 10px;
}

#sp_navi .corporate p {
    margin-bottom: 8px;
    line-height: 1.2;
}

#sp_navi .corporate img {
    width: 60px;
    height: auto;
}

#sp_navi div.search {
    padding: 0 15px 20px;
}

#sp_navi div.search input {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

#sp_navi div.search p {
    font-size: 14px;
    margin-bottom: 5px;
}

div.navi_inner {
    overflow: auto;
    height: 75vh;
}


#container.opened {
    filter: brightness(40%);
}

.allbtn,
.allbtnDown {
    clear: both;
    text-align: center;
    padding-top: 50px;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 14px;
    line-height: 1.0;
}

.allbtnDown,
.moreDown {
    margin-bottom: 30px;
    clear: both;
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 14px;
    line-height: 1.0;
}

.allbtn a {
    width: 156px;
    height: 42px;
    line-height: 38px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #000;
    border: 2px solid #000;
    text-decoration: none;
    background: url(../png/arw_down_blk.png) no-repeat 20px center;
    background-size: 12px;
}

.allbtnDown a {
    width: 156px;
    height: 42px;
    line-height: 38px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #000;
    border: 2px solid #000;
    text-decoration: none;
    background: url(../png/arw_down_blk.png) no-repeat 23px center;
    background-size: 12px;
    text-indent: 12px;
}

.moreDown a {
    width: 156px;
    height: 42px;
    line-height: 38px;
    box-sizing: border-box;
    text-align: center;
    text-indent: 12px;
    display: block;
    margin: 0 auto;
    color: #A2AB5F;
    border: 2px solid #A2AB5F;
    text-decoration: none;
    background: #F6F9F3 url(../png/more_arw_grn.png) no-repeat 23px center;
    background-size: 12px;
}

div.backbtn {
    clear: both;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin: 50px 0 0;
}

.backbtn a {
    color: #000;
    text-decoration: none;
    padding-bottom: 7px;
    border-bottom: 3px solid #000;
}

.backbtn i {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: -1px;
}

.right .col a {
    color: #000;
    text-decoration: none;
}


@media (min-width: 769px) {
    header div.inner .menu-trigger,
    div#sp_navi {
        display: none!important;
    }
    #back-top a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
}

@media (min-width: 1201px) {
    .topimg {
        width: 1200px;
        margin: 0 auto 50px;
    }

    .black .inner {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    #contents,
    .contents {
        width: 1000px;
        margin: 0 auto;
        clear: both;
    }
}

@media (max-width: 1200px) {
    header div.inner {
        width: auto;
        margin: 0 30px;
        position: relative;
    }
    .topimg {
        width: auto;
        margin: 120px 30px 50px;
    }
    .black .inner {
        width: auto;
        margin: 0 30px;
        position: relative;
    }

    #contents,
    .contents {
        width: 1000px;
        margin: 0 auto;
        clear: both;
    }
}


@media (max-width: 1000px) {
    #contents,
    .contents {
        width: auto;
        margin: 0 15px;
    }
}

@media (max-width: 768px) {
    header nav,
    header div.inner div.search {
        display: none;
    }
    header {
        padding: 20px 0;
        height: 56px;
        background: #FFF;
    }
    header .inner .corporate {
        position: fixed;
        top: 20px;
        left: 15px;
        width: 36px;
        z-index: 9999;
    }
    header .corporate img {
        width: 36px;
        height: auto;
    }
    header h1 {
        width: 150px;
        margin: 0 auto;
        padding-top: 1px;
    }
    #toppage header h1 {
        height: 32px;
    }
    header div.inner {
        padding: 0 15px;
        margin: 0;
    }
    #tagline {
        font-size: 13px;
    }
    #toppage header {
        height: 77px;
    }
    #toppage header.shrink {
        height: 56px;
        overflow: hidden;
    }
    .topimg {
        margin: 56px 0 35px;
    }
    div.col div.caption {
        font-size: 12px;
    }
    #container {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .black .inner div.new {
        font-size: 12px;
        font-weight: 900;
        width: 63px;
        height: 26px;
        line-height: 26px;
        top: -46px;
        left: 0;
    }

    #contents div.col,
    .contents div.col {
        width: 50%;
        padding: 0 10px 25px;
    }
    div.col div.caption p.date {
        font-size: 10px;
    }
    .black .inner {
        margin: 0 20px;
    }
    div.black .col {
        width: 130px;
        margin-right: 25px;
        padding-bottom: 15px;
    }
    div.feature_inner {
        overflow: auto;
    }
}

@media (max-width: 640px) {
    #toppage header {
        height: 96px;
    }
    #tagline {
        font-size: 12px;
    }
    br.sp {
        display: block;
    }
    #contents div.col,
    .contents div.col {
        padding: 0 0px 20px;
        width: 50%;
    }
    #contents div.col:nth-child(odd),
    .contents div.col:nth-child(odd) {
        padding-right: 7px;
    }
    #contents div.col:nth-child(even),
    .contents div.col:nth-child(even) {
        float: right;
        padding-left: 7px;
    }

    div.col div.caption p.lead {
        font-size: 13px;
    }

    footer p br {
        display: block;
    }
}

