@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Noto+Sans+JP:wght@400;700&family=Oswald&display=swap'); /* load reset.css */
*, ::before, ::after {
    box-sizing: inherit;
    background-repeat: no-repeat;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 50%;
    box-sizing: border-box;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 1.625rem;
    letter-spacing: 0.03em;
    line-height: 1.538461538461538;
}
@media screen and (min-width: 992px), print {
    html {
        font-size: 62.5%;
    }
    body {
        font-size: 1.4rem;
        line-height: 1.7;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
li {
    list-style-type: none;
}
address {
    margin: 0 0 1.5em;
    font-style: normal;
}
strong, em {
    font-weight: 600;
    font-style: normal;
}
sub {
    font-size: 70%;
    position: relative;
    top: -0.25em;
}
/* Link, Focus,Selection */
a {
    outline: none;
    text-decoration: none;
    color: #79b22f;
}
main p a, main li a, main td a, main dd a {
    color: #1A73E8;
    border-bottom: 1px dashed #1A73E8;
    text-decoration: none;
}
@media screen and (min-width: 992px), print {
    a {
        transition: all .15s ease;
    }
    a:hover {
        text-decoration: none;
    }
}
a:focus {
    outline: none;
}
::-moz-selection {
    background-color: #b3d4fc;
    color: #000000;
    text-shadow: none;
}
::selection {
    background-color: #b3d4fc;
    color: #000000;
    text-shadow: none;
}
/* Form */
input[type="radio"], input[type="checkbox"] {
    margin-right: .25em;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    padding: 5px;
    width: 100%;
    font-size: 16px;
    vertical-align: bottom;
}
textarea {
    height: 180px;
    line-height: 1.4;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
    cursor: pointer;
    background: #000;
    color: #fff;
    opacity: 1.0;
    padding: 10px 20px;
    transition: 0.3s;
    border: none;
    border-radius: 5px;
}
input[type="submit"]:focus, input[type="submit"]:active {
    outline: none;
}
@media screen and (min-width: 992px), print {
    input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea {
        padding: 10px;
    }
    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
        background: #444;
        color: #fff;
        opacity: 0.7;
    }
}
/* ============================== */
/*  Contents */
/* ============================== */
h1 {
    font-size: 2.4rem;
    margin-bottom: 25px;
}
h2 {
    font-size: 2.0rem;
    margin-bottom: 25px;
}
h3 {
    font-size: 1.7rem;
    margin-bottom: 15px;
}
h4 {
    font-size: 1.6rem;
    margin-bottom: 25px;
}
h5 {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
}
h6 {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
}
p + p {
    margin-top: 1em;
}
@media screen and (min-width: 768px), print {
    h1 {
        font-size: 3.0rem;
    }
    h2 {
        font-size: 1.9rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    h4 {
        font-size: 1.6rem;
    }
    h5 {
        font-size: 1.4rem;
    }
}
th, td {
    padding: 0.5em 1em;
    border: 1px solid #dcdcdc;
    text-align: left;
    vertical-align: middle;
}
th {
    font-weight: 600;
    background-color: #fafafa;
}
caption {
    color: #444;
    text-align: center;
}
img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
figure {
    margin: 0;
}
figure img {
    width: 100%;
}
/* ============================== */
/*  Repeatable */
/* ============================== */
/* ============================== */
/*  Layout */
/* ============================== */
@media screen and (max-width: 767px) {
    .only-pc {
        display: none;
    }
}
@media screen and (min-width: 992px), print {
    .only-sp {
        display: none;
    }
}
.inner-container, .header-inner, .footer-inner {
    margin: 0 10px;
    position: relative;
}
@media screen and (min-width: 768px), print {
    .inner-container, .header-inner, .footer-inner {
        margin: 0 20px;
    }
}
@media screen and (min-width: 992px), print {
    .inner-container, .header-inner, .footer-inner {
        margin: 0 auto;
        width: 960px;
    }
}
@media screen and (min-width: 1132px), print {
    .inner-container, .header-inner, .footer-inner {
        width: 90%;
    }
}
.tp-section, .sp-section {
    padding: 40px 0;
}
.tp-section.js-inview {
    width: 100%;
    overflow: hidden;
}
.tp-section h2, .sp-section h2 {
    position: relative;
    z-index: 3;
    letter-spacing: 0.1em;
    font-size: 2.4rem;
    margin: 0 0 40px;
}
.tp-section .content-body {
    position: relative;
    z-index: 3;
}
.tp-section h2 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.tp-section a {
    color: inherit;
}
@media screen and (min-width: 768px), print {
    .tp-section, .sp-section {
        padding: 56px 0;
    }
    .tp-section h2, .sp-section h2 {
        margin: 0 0 56px;
    }
}
@media screen and (min-width: 992px), print {
    .tp-section, .sp-section {
        padding: 70px 0;
    }
    .tp-section h2, .sp-section h2 {
        margin: 0 0 70px;
    }
}
.sp-content h1 {
    margin: 0 0 10px;
}
.sp-content h2 {
    color: #333;
    padding: 12px 0.75em;
    margin: 2em 0 1.25em 5px;
    line-height: 1.3;
    border-left: 3px double #a1c96d;
    position: relative;
}
.sp-content h2:before {
    content: "";
    border-left: 1px double #a1c96d;
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
}
.sp-content h3 {
    color: #555;
    font-weight: bold;
    padding: 5px 0;
    margin: 3em 0 1em;
    clear: both;
    line-height: 1.3;
}
.sp-content h4 {
    font-weight: bold;
    margin: 1.5em 0 0.5em;
}
.sp-content h5 {
    font-weight: bold;
    margin: 1.5em 0 0.5em;
}
.sp-content p {
    line-height: 1.7;
}
.sp-m-visual {
    text-align: center;
}
@media screen and (min-width: 768px), print {
.sp-content h2 {
    margin-top:3em;
}
}
@media screen and (min-width: 992px), print {
.sp-content h2 {
    margin-top:4em;
}
}
/* ============================== */
/*  Page Top */
/* ============================== */
#go-pagetop a {
    display: block;
    position: fixed;
    bottom: -80px;
    right: 10px;
    z-index: 500;
    text-indent: -9999px;
    overflow: hidden;
    background-color: rgba(120, 120, 120, 0.5);
    background-size: 44px;
    width: 40px;
    height: 40px;
    transition: 0.2s ease;
    opacity: 0;
}
#go-pagetop a.js-view {
    opacity: 1;
    bottom: 20px;
}
#go-pagetop a::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 3px);
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (min-width: 768px), print {
    #go-pagetop a {
        right: 20px;
    }
    #go-pagetop a.js-view {
        bottom: 54px;
    }
}
@media screen and (min-width: 992px), print {
    #go-pagetop a {
        right: 50px;
        width: 60px;
        height: 60px;
    }
    #go-pagetop a.js-view {
        bottom: 68px;
    }
    #go-pagetop a:hover {
        background-color: #74a93e;
    }
}
/* ============================== */
/*  Global-Header */
/* ============================== */
.global-header {
    position: fixed;
    z-index: 990;
    width: 100%;
}
.global-header .header-bg {
    background: #fff;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
}
.global-header .header-bg.js-view {
    opacity: 1;
	color:#000000 !important;
}
.site-id {
    width: 110px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0;
}
.site-id a {
    display: block;
}
@media screen and (min-width: 768px) {
    .site-id {
        width: 128px;
        height: 56px;
        margin: 0;
    }
}
@media screen and (min-width: 992px) {
    .site-id {
        width: 160px;
        height: 70px;
    }
}
/* ============================== */
/*  Global-NAV */
/* ============================== */
/* Tablet & PC */
@media screen and (min-width: 768px) {
    #global-menu {
        display: block !important;
    }
    .site-nav {
        position: absolute;
        right: 0;
        top: 0;
    }
    .main-menu {
        display: table;
    }
    .main-menu li {
        display: table-cell;
        padding: 0 0 0 1em;
    }
    .main-menu > li > a {
        position: relative;
        width: 100%;
        display: block;
        text-align: center;
        padding: 18px 10px 6px;
        text-decoration: none;
        color: #333;
    }
    .main-menu > li > a::after {
        content: "";
        background-color: #a1c96d;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: width 0.15s ease-out;
        transition: width 0.15s ease-out;
        width: 0;
        height: 2px;
    }
    .main-menu > li > a:hover::after {
        width: 100%;
    }
    .top-header .header-inner:not(.js-view) .main-menu li a {
        color:#ffffff;
    }
}
@media screen and (max-width: 767px) {
    .top-header .header-inner:not(.js-view) .main-menu li a {
        color:#000000;
    }
}

@media screen and (min-width: 992px) {
    .main-menu li {
        padding: 0 0 0 2em;
    }
    .main-menu li a {
        padding: 24px 10px 10px;
    }
}
/* SmartPhone Menu */
@keyframes anim1 {
    0% {
        background-position: top 0 left 0;
    }
    100% {
        background-position: top 160px left 0;
    }
}
@media screen and (max-width: 767px) {
    #global-menu {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 998;
        display: none;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        opacity: 1;
    }
    #global-menu::before {
        content: "";
        position: absolute;
        top: 0;
        left: 12px;
        width: 6px;
        height: 100%;
        background: url(../images/bg_stripe01.svg);
        background-size: 40px;
        animation: anim1 5s linear infinite;
    }
    #global-menu {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        background: #f6f6f6;
        transition: all 200ms ease;
        transition-delay: 100ms;
    }
    .js-view#global-menu {
        left: 0;
        opacity: 1;
    }
    .js-view .global-menu-inner {}
    .global-menu-inner {
        opacity: 1.0;
        transition-delay: 0.2s;
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        transform: translateY(-50%);
    }
    .site-nav li {
        text-align: center;
        padding-right: 30px;
        opacity: 0;
        line-height: 3.5;
        font-size: 1.75rem;
    }
    .site-nav li::before {
        content: "";
        display: block;
        text-align: center;
        width: 30px;
        border: 1px dotted #79b22f;
        opacity: 0;
        margin: 10px auto;
    }
    .site-nav li:first-child:before {
        display: none;
        margin: 0;
    }
    .site-nav li a {
        padding: 10px;
        color: #555;
    }
    .js-view .site-nav li:first-child {
        transition: all 300ms 150ms;
    }
    .js-view .site-nav li:nth-child(2) {
        transition: all 300ms 250ms;
    }
    .js-view .site-nav li:nth-child(3) {
        transition: all 300ms 350ms;
    }
    .js-view .site-nav li:nth-child(4) {
        transition: all 300ms 450ms;
    }
    .js-view .site-nav li:nth-child(5) {
        transition: all 300ms 550ms;
    }
    .js-view .site-nav li {
        padding-right: 0;
        opacity: 1;
    }
    .js-view .site-nav li:before {
        opacity: 0.7;
        transition: all 600ms ease 900ms;
    }
}
/* ============================== */
/*  Toggle Menu */
/* ============================== */
#toggle-menu {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 999;
}
@media screen and (min-width: 768px), print {
    #toggle-menu {
        display: none;
    }
}
#toggle-menu .menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 26px;
    height: 2px;
    background-color: #999;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
#toggle-menu .menu-icon::before, #toggle-menu .menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #999;
    right: 0;
    transition: transform 0.4s, top 0.2s 0.4s;
}
#toggle-menu .menu-icon::before {
    top: -7px;
}
#toggle-menu .menu-icon::after {
    top: 7px;
}
/* --ToggleMenu IsClicked-- */
#toggle-menu .menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}
#toggle-menu .menu-icon.is-clicked::before, #toggle-menu .menu-icon.is-clicked::after {
    transition: transform 0.4s 0.2s, top 0.2s;
}
#toggle-menu .menu-icon.is-clicked::before {
    top: 0;
    transform: rotate(45deg);
}
#toggle-menu .menu-icon.is-clicked::after {
    top: 0;
    transform: rotate(-45deg);
}
/* ============================== */
/*  GLOBAL FOOTER */
/* ============================== */
.global-footer {
    background: #000;
    padding: 30px 0;
}
@media screen and (min-width: 768px), print {
    .global-footer {
        padding: 48px 0;
    }
}
@media screen and (min-width: 992px), print {
    .global-footer {
        padding: 60px 0;
    }
}
.footer-logo {
    width: 128px;
    margin: 0 0 0.5em;
}
.global-footer address {
    font-size: 1.5rem;
    line-height: 1.7;
    color: #ddd;
}
.global-footer .company-name {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 0.5em;
}
.global-footer .location {
    margin: 0;
}
.copyright {
    color: #bbb;
    font-size: 10px;
    padding: 30px 0 0;
}
.global-footer .contact a {
    color: #eee;
    padding: 10px 15px 10px 44px;
    background: #2a2a2a url(../images/icon_envelope.svg) no-repeat left 15px center;
    -webkit-background-size: 22px;
    background-size: 22px;
    line-height: 24px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    position: relative;
    display: inline-block;
}
@media screen and (min-width: 768px), print {
    .footer-logo {
        width: 128px;
        margin: 0 0 0.5em;
    }
    .global-footer .contact {
        position: absolute;
        top: 0;
        right: 0;
    }
    .global-footer .contact a {
        padding: 12px 40px 12px 74px;
        background-position: left 40px center;
        -webkit-background-size: 24px;
        background-size: 24px;
    }
}
@media screen and (min-width: 992px), print {
    .footer-logo {
        width: 160px;
    }
    .global-footer address {
        font-size: 1.3rem;
    }
    .global-footer .company-name {
        font-size: 1.4rem;
    }
    /* hover effect */
    .global-footer .contact a {
        transition: background-color 0.6s;
    }
    .global-footer .contact a:before, .global-footer .contact a:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 1px;
        opacity: 0;
        transition: width 0.3s, height 0.3s, opacity 0.2s;
    }
    .global-footer .contact a:before {
        top: 0;
        left: 0;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .global-footer .contact a:after {
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .global-footer .contact a:hover {
        background-color: #74a93e;
    }
    .global-footer .contact a:hover:before, .global-footer .contact a:hover:after {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
}
/* ============================== */
/*  下層ページ共通 */
/* ============================== */
/* 下層ページヘッダ */
.sp-content header {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 15px 15px 23px;
    margin-top: -90px;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
}
.sp-content header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 6px;
    background: url(../images/bg_stripe01.svg);
    background-size: 10px;
}
@media screen and (min-width: 768px), print {
    .sp-content header {
        padding: 24px 24px;
        margin-top: -100px;
        margin-bottom: 56px;
    }
}
@media screen and (min-width: 992px), print {
    .sp-content header {
        padding: 40px 30px 30px;
        margin-top: -120px;
        margin-bottom: 70px;
    }
    .sp-content header::before {
        width: 220px;
        height: 10px;
    }
}
/* column, news用ヘッダ */
.sp-content.column header, .sp-content.news header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 15px 15px 23px;
    margin-top: -90px;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
}
.sp-content.column header::before, .sp-content.news header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: url(../images/bg_stripe01.svg);
    background-size: 10px;
}
.sp-content header .cat {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75em;
}
.sp-content header .en {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    font-size: 1.3rem;
}
.sp-content header .en span.cat::before {
    content: ">";
    padding: 0 0.75em 0 0.5em;
    color: #aaa;
    position: relative;
    top: -0.12em;
}
.sp-content.column h1, .sp-content.news h1 {
    font-size: 2.4rem;
    margin: 0 0 40px;
    font-weight: bold;
}
.sp-section header .tag, .sp-section header .time {
    color: #79b22f;
    margin-top: 0.75em;
    font-size: 1.3rem;
}
.sp-section header .tag a {
    border-bottom: 1px dashed #79b22f;
}
.sp-section header .tag::before {
    content: "tag: ";
}
@media screen and (min-width: 768px), print {
    .sp-content.column header {
        padding: 24px 24px;
        margin-top: -100px;
    }
    .sp-content h1 {
        margin: 0 0 20px;
    }
    .sp-content.column h1, .sp-content.news h1 {
        font-size: 2.4rem;
        margin: 0 0 40px;
        font-weight: bold;
    }
}
@media screen and (min-width: 992px), print {
    .sp-content.column header {
        padding: 30px 30px;
        margin-top: -120px;
    }
    .sp-content.column header::before {
        width: 9px;
    }
    .sp-content h1 {
        margin: 0 0 20px;
    }
    .sp-content.column h1, .sp-content.news h1 {
        font-size: 2.4rem;
        margin: 0 0 40px;
        font-weight: bold;
    }
}
/* list - hover style*/
.news-list li a:hover, .product-list a:hover, .column-list a:hover {
    color: #008ce1;
}
.news-list li a:hover, .column-list a:hover {
    border-bottom: 1px dashed #008ce1;
}
.column-list figure a:hover {
    opacity: 0.7;
    border-bottom: none;
}
/* cms用指定 */
.cms-content section {
    margin-top: 3em;
}
.cms-content > section:first-child {
    margin-top: 0;
}
.cms-content em {
    background: linear-gradient(transparent 55%, #fcf573 55%);
}
.cms-content .image {
    max-width: 400px;
    margin: 0 auto 10px;
}
.cms-content table {
    width: 100%;
    margin: 1.5em 0;
}
.cms-content table th {
    background-color: #f7f6ee;
    width: 40%;
}
.cms-content table td {}
.cms-content h3 + table, .cms-content h4 + table, .cms-content h5 + table, .cms-content h6 + table {
    margin-top: 0.25em;
}
.cms-content li {
    list-style-type: disc;
    padding-left: 0.25em;
    margin-left: 2.25em;
}
.cms-content li b {
    color: #ea0037;
}
@media screen and (min-width: 768px), print {
    .cms-content .pull-left {
        width: 45%;
        height: auto;
        padding: 0 1.25em 1em 0;
        float: left;
    }
    .cms-content .pull-right {
        width: 45%;
        height: auto;
        padding: 0 0 1em 1.25em;
        float: right;
    }
    .cms-content .pull-left > img {
        width: 100%;
        height: auto;
    }
    .cms-content .pull-right > img {
        width: 100%;
        height: auto;
    }
}
/* ============================== */
/*  トップページ */
/* ============================== */
#canvas {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.45;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
/* ============================== */
/*  トップページ HERO IMAGE */
/* ============================== */
.hero-image {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.hero-image #hi-photo, .hero-image #hi-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none;
    max-height: none;
}
.hero-image #hi-photo {
    display: none;
}
#hi-copy h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    text-align: center;
}
#hi-copy h2 .mask {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 90%;
    height: calc(10vw * 0.9);
}
#hi-copy .mask > span {
    display: block;
    position: relative;
    top: calc(10vw * 0.9);
    transition: all 400ms ease;
}
@media screen and (min-width: 992px), print {
    #hi-copy h2 .mask {
        width: 90%;
        height: 70px;
    }
    #hi-copy .mask > span {
        top: 70px;
    }
}
#hi-copy .mask > .l1 {
    transition-delay: 1200ms;
}
#hi-copy .mask > .l2 {
    transition-delay: 1400ms;
}
#hi-copy .mask > .l3 {
    transition-delay: 1600ms;
}
#hi-copy.js-view .mask > span {
    top: 0px;
}
#hi-copy h2 span {}
#hi-svg path, #hi-svg line, #hi-svg circle, #hi-svg polyline {
    fill: transparent;
    stroke: #555;
    stroke-width: 0.5;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}
/* ============================== */
/*  トップページ NEWS */
/* ============================== */
#news {
    background: url(../images/bg_dot.png);
}
#news h2 {
    padding-right: 50px;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.115, 0.660, 0.500, 0.975);
}
#news.js-view h2 {
    padding: 0;
    opacity: 1;
}
.news-list li {
    margin-top: 15px;
    position: relative;
}
#news.js-inview .news-list li {
    right: 30px;
    transition: all 500ms ease;
    opacity: 0;
}
#news.js-view .news-list li {
    right: 0;
    opacity: 1;
}
#news.js-inview .news-list li:first-child {
    margin-top: 0;
    transition-delay: 700ms;
}
#news.js-inview .news-list li:nth-child(2) {
    transition-delay: 900ms;
}
#news.js-inview .news-list li:nth-child(3) {
    transition-delay: 1100ms;
}
#news.js-inview .news-list li:nth-child(4) {
    transition-delay: 1300ms;
}
#news.js-inview .news-list li:nth-child(5) {
    transition-delay: 1500ms;
}
#news.js-inview .news-list li:nth-child(6) {
    transition-delay: 1700ms;
}
#news.js-inview .news-list li:nth-child(7) {
    transition-delay: 1900ms;
}
.news-list li time {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-right: 2em;
    color: #79b22f;
    display: block;
    margin-bottom: 0.25em;
}
@media screen and (min-width: 768px), print {
    .news-list li time {
        display: inline;
        margin-bottom: 0;
    }
}
.news-list li a {
    color: inherit;
}
.news .show-all {
    margin-top: 1.75em;
}
.news .show-all a {
    padding: 0.25em 1.8em 0.25em 1em;
    border: 1px solid #79b22f;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    font-size: 1.3rem;
}
.news .show-all a::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0.75em;
    top: 50%;
    display: block;
    margin-top: -3px;
    border-top: solid 1px #79b22f;
    border-right: solid 1px #79b22f;
    transform: rotate(45deg);
    transition: 500ms;
}
@media screen and (min-width: 992px), print {
    .news .show-all a:hover {
        background: #79b22f;
        color: #fff;
    }
    .news .show-all a:hover::before {
        border-color: #fff;
    }
}
/* ============================== */
/*  トップページ PRODUCT */
/* ============================== */
#product {
    position: relative;
}
#product::before {
    content: "";
    width: 1px;
    height: 100%;
    opacity: 0;
    transition: all 600ms cubic-bezier(0.115, 0.660, 0.500, 0.975); /* custom */
    transition-delay: 150ms;
    background: rgba(245, 245, 245, 0.99);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
#product.js-view::before {
    width: 100%;
    opacity: 1;
}
#product h2 {
    padding-left: 50px;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.115, 0.660, 0.500, 0.975);
    transition-delay: 900ms;
}
#product.js-view h2 {
    padding: 0;
    opacity: 1;
}
.product-list li {
    max-width: 300px;
    margin: 0 auto 30px;
    position: relative;
    left: 30px;
    transition: all 500ms ease;
    opacity: 0;
}
#product.js-view .product-list li {
    left: 0;
    opacity: 1;
}
.product-list li:first-child {
    transition-delay: 1100ms;
}
.product-list li:nth-child(2) {
    transition-delay: 1300ms;
}
.product-list li:nth-child(3) {
    transition-delay: 1500ms;
}
.product-list li:nth-child(4) {
    transition-delay: 1700ms;
}
.product-list figure {
    margin-bottom: 10px;
    position: relative;
}
.product-list li a figure img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
}
.product-list li .new-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    opacity: 0.0;
    transform: scale(0.3);
    transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 1.3s;
}
#product.js-view {
    transform: scale(1.0);
    opacity: 1;
}
.badge {
    position: absolute;
    top: 5px;
    left: -10px;
    width: 40px;
    height: 40px;
}
@media screen and (min-width: 768px), print {
    .product-list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -30px;
    }
    .product-list li {
        width: calc(33.333333% - 30px);
        max-width: none;
        margin: 0 0 40px 30px;
    }
    .product-list li.col3 {
        width: 100%;
    }
    .product-list li.col3 a {
        display: flex;
        justify-content: center;
    }
    .product-list li.col3 a .caption {
        width: 40%;
        margin-left: 30px;
    }
    .product-list li.col3 a .image {
        width: 40%;
    }
    .badge {
        left: calc(10% - 30px);
    }
}
@media screen and (min-width: 992px), print {
    .product-list li a figure:after {
        content: "CLICK!";
        font-family: 'Josefin Sans', sans-serif;
        color: #fff;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        font-size: 1.6rem;
    }
    .product-list li a:hover figure:after {
        opacity: 1;
    }
    .badge {
        width: 50px;
        height: 50px;
    }
}
/* ============================== */
/*  トップページ COLUMN */
/* ============================== */
.column-archive {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: linear-gradient(transparent 95%, rgba(245, 245, 245, 1) 5%), linear-gradient(90deg, transparent 95%, rgba(245, 245, 245, 1) 5%);
    background-size: 20px 20px;
    background-repeat: repeat;
}
.column-archive .js-inview::before {
    opacity: 0;
}
.column-archive .js-view::before {
    opacity: 1;
}
.column-archive h2 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
#column.js-inview h2 {
    padding-right: 50px;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.115, 0.660, 0.500, 0.975);
    transition-delay: 900ms;
}
#column.js-view h2 {
    padding: 0;
    opacity: 1;
}
.column-list {
    position: relative;
    z-index: 3;
}
#column.js-inview .column-list {
    opacity: 0;
    right: 30px;
    transition: all 500ms cubic-bezier(0.115, 0.660, 0.500, 0.975);
    transition-delay: 1300ms;
}
#column.js-inview.js-view .column-list {
    opacity: 1;
    right: 0;
}
.column-list article {
    display: flex;
    margin-bottom: 30px;
}
.column-list article .image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    display: flex;
    flex: 0 0 auto
}
.column-list article .image a {
    display: block;
}
.column-list article .image img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
}
.column-list article h3 {
    font-size: 1.5rem;
    margin: 0 0 0.5em;
    font-weight: normal;
}
.column-list article h3 > a {
    color: inherit;
}
.column-list article .tag {
    font-size: 1.2rem;
    color: #79b22f;
}
@media screen and (min-width: 768px), print {
    .column-list {
        display: flex;
        flex-wrap: wrap;
    }
    .column-list article {
        width: calc(50% - 35px);
    }
    .column-list article:nth-child(even) {
        margin-left: 70px;
    }
}
@media screen and (min-width: 992px), print {
    .column-list article .image {
        width: 115px;
        height: 115px;
    }
}
/* ============================== */
/*  トップページ BANNER */
/* ============================== */
#banner {
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);
	background-image: linear-gradient(transparent 95%, rgba(245, 245, 245, 1) 5%), linear-gradient(90deg, transparent 95%, rgba(245, 245, 245, 1) 5%);
	background-size: 20px 20px;
	background-repeat: repeat;
}
.banner-list article {
    display: flex;
	justify-content: center;
    margin-bottom: 30px;
}
/* ============================== */
/*  トップページ SNS */
/* ============================== */
.sns {
    background: #3f3f3f;
    padding: 14px 0;
    position: relative;
    z-index: 3;
}
.sns h2 {
    display: none;
}
ul.sns-list {
    margin: 0;
}
ul.sns-list li {}
ul.sns-list li a {
    background: url(../images/icon_fb.svg) no-repeat left 20px center;
    background-size: 24px;
    color: #f8f8f8;
    padding: 11px 20px 11px 60px;
    display: block;
    position: relative;
    width: 250px;
    margin: 0 auto;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 24px;
}
ul.sns-list li a:after {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (min-width: 768px), print {
    ul.sns-list {
        display: flex;
        margin: 0;
        justify-content: center;
        list-style-type: none;
    }
    ul.sns-list li {
        margin: 0 0 0 60px;
    }
    ul.sns-list li:first-child {
        margin-left: 0;
    }
}
@media screen and (min-width: 992px), print {
    ul.sns-list li a {
        width: auto;
        margin: 0;
        padding: 11px 40px 11px 60px;
    }
    ul.sns-list li a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: #3B5998;
        height: 100%;
        width: 0;
        opacity: 0;
        transition: width 0.2s cubic-bezier(0.115, 0.660, 0.500, 0.975), opacity 0.2s cubic-bezier(0.115, 0.660, 0.500, 0.975);
        z-index: -1;
    }
    ul.sns-list li a:hover {}
    ul.sns-list li a:hover::before {
        opacity: 1;
        width: 100%;
    }
    ul.sns-list li a::after {
        right: 35px;
        opacity: 0;
        transition: 0.2s cubic-bezier(0.115, 0.660, 0.500, 0.975);
    }
    ul.sns-list li a:hover:after {
        right: 20px;
        opacity: 1;
    }
}
/* ============================== */
/*  事業内容&開発実績 共通 */
/* ============================== */
nav.cat-nav ul {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.4em 0;
    display: flex;
    font-size: 94%;
}
nav.cat-nav ul li a {
    color: inherit;
    margin-right: 3em;
}
nav.cat-nav ul li a::before {
    content: "▼";
    color: #79b22f;
    padding-right: 0.33333em;
    font-size: 80%;
    position: relative;
    top: -0.1em;
}
@media screen and (min-width: 992px), print {
    nav.cat-nav ul li a:hover {
        color: #79b22f;
    }
}
/* ============================== */
/*  事業内容 */
/* ============================== */
.business-service-list li {
    margin-top: 2em;
    font-size: 13px;
}
.business-service-list li .business-desc {
    margin-top: 0.5em;
    line-height: 1.5;
}
@media screen and (min-width: 768px), print {
    .business-service-list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -30px;
        margin-top: -2em;
    }
    .business-service-list li {
        width: 50%;
        padding-left: 30px;
    }
}
@media screen and (min-width: 992px), print {
    .business-service-list li {
        width: 33.3333333%;
        padding-left: 30px;
    }
}
#business .desc-foot-links {
    margin-top: 1em;
}
#business .desc-foot-links a, #business p.link a {
    padding-left: 0.75em;
    position: relative;
}
#business .desc-foot-links a::before, #business p.link a::before {
    content: "";
    width: 0.4em;
    height: 0.4em;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: calc(50% - 0.2em);
    display: block;
    border-top: 1px solid #a1c96d;
    border-right: 1px solid #a1c96d;
    transform: rotate(45deg);
}
/* ============================== */
/*  開発実績 */
/* ============================== */
.works-list .user-voice h4 {
    background: #79b22f;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 0.4em 1.5em 0.4em 0.5em;
    font-size: 1.4rem;
    cursor: pointer;
    position: relative;
}
.works-list .user-voice h4::after {
    content: "";
    width: 0.4em;
    height: 0.4em;
    box-sizing: border-box;
    position: absolute;
    right: 0.5em;
    top: calc(50% - 0.3em);
    display: block;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.works-list .user-voice dl {
    display: none;
}
.works-list .user-voice dt {
    font-weight: bold;
    margin: 0.75em 0 0.25em;
}
.works-list li {
    margin-top: 30px;
}
.works-list li .site-image {
    border: 1px solid #ddd;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.works-list li .site-image img {}
.works-list li .link a {
    font-style: italic;
}
.works-list li .label {
    display: inline-block;
    background: #bbb;
    padding: 0.1em 0.5em;
    font-size: 11px;
    color: #fff;
    margin-right: 0.5em;
    border-radius: 3px;
}
.works-list li h3 {
    margin: 0.5em 0 0.2em;
}
.more-button {
    display: block;
    text-align: center;
    margin-top: 40px;
}
.more-button a {
    display: inline-block;
    padding: 0 4em;
    border: 1px solid #a1c96d;
    line-height: 1.8;
    border-radius: 0.9em;
}
@media screen and (min-width: 768px), print {
    .works-list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -80px;
        margin-top: -80px;
    }
    .works-list li {
        width: 33%;
        padding-left: 80px;
        margin-top: 80px;
    }
}
@media screen and (min-width: 992px), print {
    .more-button a:hover {
        background: #a1c96d;
        color: #fff;
    }
}
/* ============================== */
/*  企業情報 */
/* ============================== */
.company h4 {
    margin-bottom: 1.5em;
}
dl.company-overview {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}
dl.company-overview dt {
    width: 5em;
    margin-top: 0.5em;
}
dl.company-overview dd {
    width: calc(100% - 5em);
    margin-top: 0.5em;
}
/* ============================== */
/*  お問い合わせ */
/* ============================== */
.contact .required {
    color: #c00
}
.contact .form-item {
    border-bottom: 1px solid #ddd;
}
.contact .form-item.textarea {
    border-bottom: none;
}
.contact label {
    position: relative;
    transition: 400ms;
    color: #444;
    font-weight: bold;
}
.contact .form-item::after {
    content: "";
    border-bottom: 1px solid #71B814;
    width: 0;
    display: block;
    transition: 400ms ease-out;
    position: relative;
    top: 1px;
}
.contact .form-item.textarea::after {
    content: "";
    display: none;
}
.contact .form-item.js-focus::after {
    width: 100%;
}
.contact .form-item input[type="text"], .contact .form-item input[type="tel"], .contact .form-item input[type="email"] {
    border: none;
    transition: 600ms ease-out;
}
.contact .form-item textarea {
    border: 1px solid #ddd;
    transition: 600ms ease-out;
}
.contact .form-item input[type="text"]:focus, .contact .form-item input[type="tel"]:focus, .contact .form-item input[type="email"]:focus, .contact .form-item textarea:focus {
    background: #fafafa;
}
.contact .form-item.js-focus label {
    color: #79b22f;
}
.contact .form-item textarea:focus {
    border: 1px solid #79b22f;
}
.contact .form-button-bar input[type="submit"] {
    padding: 1em 2em;
    font-size: 1.6rem;
    letter-spacing: 0.8em;
    text-indent: 0.8em;
    background-color: #79b22f;
}
.contact .form-button-bar2 input[type="submit"] {
    padding: 1em 2em;
    font-size: 1.6rem;
    letter-spacing: 5px;
    background-color: #000000;
}
.contact .contact-list li {
    padding: 0;
    margin: 30px 0 0;
    list-style-type: none;
}
.business-product-list .web-site {
    margin-top: 1em;
}