@charset "utf-8";
/* CSS Document */


/* -- html5 reset -- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    letter-spacing: .13rem;
}

body {
    line-height: 1;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

img {
    vertical-align: bottom;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
}


/*--  base setting -- */
body {
    color: #000;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    font-size: 16px;
    font-family: Montserrat, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif !important;
    line-height: 1.8;
}

.inner_box01 {
    width: 1140px;
    margin: 0 auto;
}

@media screen and (max-width: 1140px) {
    .inner_box01 {
        width: 100%;
    }
}

.sp_disp {
    display: none;
}

.pc_disp {
    display: block;
}

@media screen and (max-width: 840px) {
    .sp_disp {
        display: block;
    }

    .pc_disp {
        display: none;
    }
}

/* -- clearfix -- */
.clearfix {
    > width: 100%;
}

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


/* -- link -- */
a {
    text-decoration: none;
    outline: none;
    color: #666;
}


a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.mainView {
    width: 100vw;
    height: 100vh;
}

/*ハンバーガーボタン*/
.el_humburger {
    position: fixed;
    top: 45px;
    right: 60px;
    width: 46px;
    height: 25px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    text-align: center;
}

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

.el_humburger a:hover {
    color: #888;
    text-decoration: none;
}

@media screen and (max-width: 840px) {
    .el_humburger {
        display: block;
        right: 0;
        top: 0;
        padding-top: 20px;
        width: 70px;
        height: 70px;
    }

    #factory .el_humburger {
        display: none;
    }
}

.el_humburger_wrapper {
    margin-bottom: 5px;
    width: 42px;
    display: inline-block;
}

@media screen and (max-width: 840px) {
    .el_humburger_wrapper {
        margin-bottom: 5px;
        width: 30px;
    }
}

.el_humburger_text {
    font-size: 12px;
    letter-spacing: 0.1em;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
    display: none;
}

.el_humburger_text.el_humburger_text__close {
    display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block;
}

@media screen and (max-width: 840px) {
    .el_humburger_text {
        font-size: 10px;
        padding-top: 2px;
    }
}

@media screen and (max-width: 840px) {
    .el_humburger_text svg path {
        -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        fill: #000;
    }
}

@media screen and (max-width: 840px) {
    .js_humburgerOpen .el_humburger_text svg path {
        fill: #000;
    }
}

.el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 1px;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #000;
}

@media screen and (max-width: 840px) {
    .el_humburger span.el_humburger_bar {
        left: 0;
        top: 0;
        background: #000;
    }
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-11px) rotate(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.navi {
    position: fixed;
    right: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    width: 0;
    z-index: 3;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    overflow: hidden;
}

.js_humburgerOpen .navi {
    width: 450px;
}

@media screen and (max-width: 840px) {
    .js_humburgerOpen .navi {
        width: 100%;
        padding: 100px 5% 0;
    }
}

.navi_item {
    margin-bottom: 28px;
    font-size: 20px;
    white-space: nowrap;
    margin-left: 90px;
}

.navi_item.op_innerLink {
    cursor: pointer;
}

@media screen and (max-width: 840px) {
    .navi_item {
        margin-left: 0;
        font-size: 18px;
    }
}



/* -- #header --*/

/* -- #contents -- */
.table01 {
    width: 100%;
    max-width: 1140px;
    border-spacing: 0;
    margin: 0 auto;
}


.table01 th {
    border-bottom: solid 1px #000;
    padding: 35px 0 30px;
    width: 20%;
}

.table01 td {
    border-bottom: solid 1px #ddd;
    text-align: left;
    padding: 35px 0 30px;
}



@media screen and (max-width: 840px) {
    .table01 th {
        width: 30%;
    }
}

/* -- #footer -- */
#footer {
    background-color: #eaeaea;
    padding: 90px 0 135px 0;
}

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

#footer a:hover {
    text-decoration: none;
    color: #888;
}



#f_site-title {
    width: 300px;
    float: left;
    font-size: 20px;
}

#copyright {
    font-size: 16px;
    line-height: 80px;
    height: 80px;
    background-color: #000;
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 1141px) {
    .f-nav {
        position: relative;
        padding-bottom: 85px
    }

    .f-list01 {
        width: 262px;
        position: absolute;
        right: 50px
    }

    .f-list02 {
        width: 140px;
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width: 1140px) {
    #footer {
        max-width: 100%;
        padding: 75px 0 45px 0;
    }

    .f-list01,
    .f-list02,
    #f_site-title {
        float: none;
        width: 100%;
        margin-bottom: 2em;
        text-align: center;
    }

    #copyright {
        font-size: 14px;
    }
}


/* -- margin -- */
.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb2 {
    margin-bottom: 2px !important;
}

.mb3 {
    margin-bottom: 3px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb18 {
    margin-bottom: 18px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb80 {
    margin-bottom: 70px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml12 {
    margin-left: 12px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml18 {
    margin-left: 18px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr12 {
    margin-right: 12px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr18 {
    margin-right: 18px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.m0auto {
    margin: 0 auto !important;
}


/* -- padding -- */
.p0 {
    padding: 0 0 0 0 !important;
}

.p10 {
    padding: 10px 10px 10px 10px !important;
}


/* -- float / layout -- */
.float_l {
    float: left;
}

.float_r {
    float: right;
}

.float_no {
    float: none;
}

.align_c {
    text-align: center;
}

.align_l {
    text-align: left;
}

.align_r {
    text-align: right;
}

.va_top {
    vertical-align: top !important;
}

.va_mid {
    vertical-align: middle !important;
}

.va_btm {
    vertical-align: bottom !important;
}

.posi_rl {
    position: relative;
}

.posi_ab {
    position: absolute;
}

.posi_fx {
    position: fixed;
}



/* -- text -- */
.fz10 {
    font-size: 10px !important;
}

.fz11 {
    font-size: 11px !important;
}

.fz12 {
    font-size: 12px !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz18 {
    font-size: 18px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz22 {
    font-size: 22px !important;
}

.fz24 {
    font-size: 24px !important;
}

.lh0 {
    line-height: 0px !important;
}

.lh2 {
    line-height: 2px !important;
}

.lh16 {
    line-height: 16px !important;
}

.lh18 {
    line-height: 18px !important;
}

.lh20 {
    line-height: 20px !important;
}

.lh22 {
    line-height: 22px !important;
}

.lh24 {
    line-height: 24px !important;
}

.fw_l {
    font-weight: lighter !important;
}

.fw_b {
    font-weight: bold !important;
}

.txt_red {
    color: #f00;
}

.txt_white {
    color: #fff;
}

.txt_black {
    color: #000;
}

.txt_gray {
    color: #888;
}



/* -- width -- */
.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w320 {
    width: 320px !important;
}

.w960 {
    width: 960px;
}

.w1000 {
    width: 1000px;
}

.w100per {
    width: 100%;
}
