@charset "UTF-8";
@use "../scss/base.scsss";
/*==================================================================================================
	index
==================================================================================================*/
.site-main {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    z-index: 250;
}

.mail-confirmation {
    padding-bottom: 1em;
}

.hero {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    top: 0;
}

.hero .hero-img {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #333;
}

.hero .hero-img ul {
    width: 100%;
    height: 100vh;
}

.hero .hero-img ul li {
    height: 100vh;
}

.hero .hero-img ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.hero .hero-img ul li img.fadezoom {
    -webkit-animation: fadezoom 4.5s 0s forwards;
    animation: fadezoom 4.5s 0s forwards;
}

@media screen and (max-width: 700px) {
    .hero .hero-img ul li img.pc-img {
        display: none;
    }
}

.hero .hero-img ul li img.sp-img {
    display: none;
}

@media screen and (max-width: 700px) {
    .hero .hero-img ul li img.sp-img {
        display: block;
    }
}

.hero .hero-img ul li:nth-child(1) img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -o-object-position: center center;
    object-position: center center;
}

.hero .hero-img ul li:nth-child(3) img {
    -o-object-position: center center;
    object-position: center center;
}

.hero .hero-img .scroll-line {
    position: absolute;
    right: 35px;
    bottom: 25px;
    width: 1px;
    height: 90px;
    background: black;
}

.hero .hero-img .scroll-line::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    background: white;
    -webkit-animation: lineMove 4.0s ease infinite;
    animation: lineMove 4.0s ease infinite;
}

.hero .hero-img .scroll-line span {
    position: absolute;
    top: -55px;
    left: -10px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #fff;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
}

@-webkit-keyframes lineMove {
    0% {
        bottom: 100%;
        height: 0;
    }
    20% {
        bottom: 0;
        height: 100%;
    }
    40% {
        bottom: 0;
        height: 0;
    }
    100% {
        bottom: 0;
        height: 0;
    }
}

@keyframes lineMove {
    0% {
        bottom: 100%;
        height: 0;
    }
    20% {
        bottom: 0;
        height: 100%;
    }
    40% {
        bottom: 0;
        height: 0;
    }
    100% {
        bottom: 0;
        height: 0;
    }
}

.hero-text {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 151;
    background: -webkit-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 90%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.5)), color-stop(90%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 90%);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 90%);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 130vh;
    padding-bottom: 43vh;
    height: 100%;
}

.hero-text h2 {
    font-size: 2.6em;
    font-weight: bold;
}

@media screen and (max-width: 540px) {
    .hero-text h2 {
        font-size: 2em;
    }
}

.hero-text P {
    margin-top: 1.5em;
    line-height: 2em;
    font-size: 1.5em;
}

@media screen and (max-width: 540px) {
    .hero-text P {
        font-size: 1.2em;
    }
}

.hero-text img {
    margin-top: 6.55vw;
}

.hero-text.active {
    opacity: 1;
    top: 0;
}

@-webkit-keyframes fadezoom {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fadezoom {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.scrool-content {
    position: -webkit-sticky;
    position: sticky;
    z-index: 200;
}

.scrool-content.back-light {
    background: #fff;
    padding-bottom: 1em;
}

.scrool-content .top-concept {
    padding-top: 4em;
    margin-top: 0;
}

.scrool-content .top-concept .top-concept-inner .section-txt {
    text-align: center;
}

.scrool-content .top-concept .top-concept-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3em;
}

.scrool-content .top-concept .top-concept-lists > li {
    width: calc((100% - 6em) / 2);
    background-color: #E6E6E6;
    padding: 3em 2em;
    margin: 1.5em;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 840px) {
    .scrool-content .top-concept .top-concept-lists > li {
        width: calc((100% - 4em) / 2);
        margin: 1em;
    }
}

@media screen and (max-width: 700px) {
    .scrool-content .top-concept .top-concept-lists > li {
        width: 100%;
        margin: .5em 0;
        padding: 1.5em;
    }
}

.scrool-content .top-concept .top-concept-lists > li .top-concept-list-ttl {
    font-weight: bold;
}

.scrool-content .top-concept .top-concept-lists > li .top-concept-list-ttl span {
    font-size: 2.8em;
    line-height: 1.4em;
    font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 540px) {
    .scrool-content .top-concept .top-concept-lists > li .top-concept-list-ttl span {
        font-size: 2.4em;
    }
}

.scrool-content .top-concept .top-concept-lists > li .top-concept-list-ttl h3 {
    font-size: 1.1em;
    padding-left: .15em;
    line-height: 1.8em;
}

.scrool-content .top-concept .top-concept-lists > li .top-concept-list-txt {
    margin-top: 1em;
    line-height: 2em;
}

.scrool-content .top-concept .top-concept-lists > li:after {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 1;
    z-index: -1;
}

.scrool-content .top-concept .top-concept-lists > li.list01:after {
    content: url(../img/top/number01.png);
}

.scrool-content .top-concept .top-concept-lists > li.list02:after {
    content: url(../img/top/number02.png);
}

.scrool-content .top-concept .top-concept-lists > li.list03:after {
    content: url(../img/top/number03.png);
}

.scrool-content .top-concept .top-concept-lists > li.list04:after {
    content: url(../img/top/number04.png);
}

@media screen and (max-width: 840px) {
    .scrool-content .top-service {
        overflow: hidden;
    }
}

.scrool-content .top-service .top-service-lists {
    margin-top: 4em;
}

.scrool-content .top-service .top-service-lists > li {
    margin: 6% 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 840px) {
    .scrool-content .top-service .top-service-lists > li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 4em 0;
    }
}

@media screen and (min-width: 841px) {
    .scrool-content .top-service .top-service-lists > li .top-service-body {
        width: 40%;
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        overflow: hidden;
    }
}

@media screen and (max-width: 840px) {
    .scrool-content .top-service .top-service-lists > li .top-service-body {
        width: 96%;
    }
}

.scrool-content .top-service .top-service-lists > li .top-service-body .top-service-body-ttl {
    background-color: #000;
    color: #fff;
    padding: 2.5em 1em;
}

@media screen and (max-width: 840px) {
    .scrool-content .top-service .top-service-lists > li .top-service-body .top-service-body-ttl {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        margin-top: 1.5em;
    }
}

.scrool-content .top-service .top-service-lists > li .top-service-body .top-service-body-ttl span {
    font-size: 2.8em;
    line-height: 1.2;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 540px) {
    .scrool-content .top-service .top-service-lists > li .top-service-body .top-service-body-ttl span {
        font-size: 2.4em;
    }
}

.scrool-content .top-service .top-service-lists > li .top-service-body .top-service-body-ttl h3 {
    font-size: 1.1em;
    padding-left: .15em;
    padding-top: .25em;
}

.scrool-content .top-service .top-service-lists > li .top-service-body .top-service-body-txt {
    margin-top: 3em;
    line-height: 2em;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 840px) {
    .scrool-content .top-service .top-service-lists > li .top-service-body .top-service-body-txt {
        margin-top: 1em;
    }
}

.scrool-content .top-service .top-service-lists > li .top-service-img {
    width: 58%;
    margin-left: 2%;
    overflow: hidden;
}

@media screen and (max-width: 840px) {
    .scrool-content .top-service .top-service-lists > li .top-service-img {
        width: 100%;
        margin-left: 0;
        margin-top: 1em;
    }
}

.scrool-content .top-service .top-service-lists > li .top-service-img .uk-slideshow-items li {
    overflow: hidden;
}

.scrool-content .top-service .top-service-lists > li .top-service-img .uk-slideshow-items li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.scrool-content .top-service .top-service-lists > li .top-service-img .uk-slideshow-items li img.animation {
    -webkit-animation: sliderzoom 4.5s 0s forwards;
    animation: sliderzoom 4.5s 0s forwards;
}

.scrool-content .top-service .top-service-lists > li .top-service-img .uk-dotnav {
    margin-top: .45em;
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scrool-content .top-service .top-service-lists > li .top-service-img .uk-dotnav > * > * {
    width: 12px;
    height: 12px;
}

.scrool-content .top-service .top-service-lists > li .top-service-img .uk-dotnav > * {
    padding-left: 8px;
}

.scrool-content .top-service .top-service-lists > li .top-service-img .uk-dotnav > .uk-active > * {
    background-color: #000;
    width: 12px;
    height: 12px;
}

.scrool-content .top-service .top-service-lists > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (min-width: 841px) {
    .scrool-content .top-service .top-service-lists > li:nth-child(even) .top-service-body {
        top: 100px;
    }
}

.scrool-content .top-service .top-service-lists > li:nth-child(even) .top-service-img {
    width: 58%;
    margin-right: 2%;
    margin-left: 0;
}

@media screen and (max-width: 840px) {
    .scrool-content .top-service .top-service-lists > li:nth-child(even) .top-service-img {
        width: 100%;
        margin-right: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@-webkit-keyframes sliderzoom {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    87% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sliderzoom {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    87% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*==================================================================================================
	会社情報(company)
==================================================================================================*/
.company-ttl-img img {
    -o-object-position: center 90%;
    object-position: center 90%;
}

.company-message .company-message-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.company-message .company-message-inner .section-ttl {
    text-align: left;
    margin: 3em 0;
}

.company-message .company-message-inner .company-message-body {
    width: 100%;
    max-width: 800px;
}

.company-message .company-message-inner .company-message-body h3 {
    font-size: 1.4em;
    font-weight: bold;
}

.company-message .company-message-inner .company-message-body .company-message-txt {
    margin-top: 1em;
}

.company-message .company-message-inner .company-message-body .company-message-txt p {
    line-height: 2em;
}

.company-message .company-message-inner .company-message-body .company-message-name {
    text-align: right;
    margin-top: 2em;
}

.company-overview .company-overview-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.company-overview .company-overview-inner .section-ttl {
    text-align: left;
    margin: 3em 0;
}

.company-overview .company-overview-inner .company-overview-lists dl {
    border-top: solid 1px #333333;
    padding: 1.4em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.company-overview .company-overview-inner .company-overview-lists dl:last-child {
    border-bottom: solid 1px #333333;
}

.company-overview .company-overview-inner .company-overview-lists dl dt {
    width: 25%;
}

.company-overview .company-overview-inner .company-overview-lists dl dd {
    width: 75%;
}

.company-map {
    margin: 5em auto 0 auto;
    padding-bottom: 5em;
}

.company-map .company-map-inner .section-ttl {
    width: 100%;
    max-width: 1430px;
    margin: 3em auto;
    text-align: left;
    padding: 0 15px;
}

.company-map .company-map-inner .company-map-body {
    margin-top: 3em;
    width: 100%;
    min-height: 500px;
}

.company-map .company-map-inner .company-map-body iframe {
    width: 100%;
    min-height: 500px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*==================================================================================================
	設備紹介(facility)
==================================================================================================*/
.facility-processing:last-of-type {
    padding-bottom: 8em;
}

.facility-processing .facility-processing-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.facility-processing .facility-processing-inner .section-ttl {
    text-align: left;
}

@media screen and (max-width: 700px) {
    .facility-processing .facility-processing-inner .section-ttl span {
        font-size: 3em;
    }
}

@media screen and (max-width: 700px) {
    .facility-processing .facility-processing-inner .section-ttl h2 {
        font-size: 1.3em;
    }
}

.facility-processing .facility-processing-table {
    width: 100%;
}

.facility-processing .facility-processing-table table {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.facility-processing .facility-processing-table table tr {
    padding: 1em .5em;
    border-top: solid 1px #333;
    width: 100%;
    display: block;
}

.facility-processing .facility-processing-table table tr th, .facility-processing .facility-processing-table table tr td {
    width: calc((100% - 1em) / 4);
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .facility-processing .facility-processing-table table tr th, .facility-processing .facility-processing-table table tr td {
        width: calc((100% - (25% + 1em)) / 3);
    }
}

@media screen and (max-width: 700px) {
    .facility-processing .facility-processing-table table tr th, .facility-processing .facility-processing-table table tr td {
        width: 45%;
    }
}

@media screen and (max-width: 700px) {
    .facility-processing .facility-processing-table table thead {
        display: none;
    }
}

.facility-processing .facility-processing-table table thead th {
    width: calc((100% - 1em) / 4);
}

@media screen and (max-width: 1024px) {
    .facility-processing .facility-processing-table table tbody th {
        width: 25%;
    }
}

@media screen and (max-width: 1024px) and (max-width: 700px) {
    .facility-processing .facility-processing-table table tbody th {
        width: 45%;
    }
}

.facility-processing .facility-processing-table table tbody tr:last-child {
    border-bottom: solid 1px #333;
}

@media screen and (max-width: 700px) {
    .facility-processing .facility-processing-table table tbody tr {
        float: left;
    }
}

@media screen and (max-width: 700px) {
    .facility-processing .facility-processing-table table tbody td {
        float: right;
        width: 53%;
        padding: .2em 0;
        line-height: 1.1em;
        margin-left: 2%;
    }
}

@media screen and (max-width: 700px) {
    .facility-processing .facility-processing-table table tbody td:before {
        color: #666;
        font-size: 95%;
    }
}

@media screen and (max-width: 700px) {
    .facility-processing .facility-processing-table table tbody td.maker:before {
        content: "メーカー：";
    }
}

@media screen and (max-width: 700px) {
    .facility-processing .facility-processing-table table tbody td.model:before {
        content: "型式/仕様：";
    }
}

@media screen and (max-width: 700px) {
    .facility-processing .facility-processing-table table tbody td.units:before {
        content: "台数：";
    }
}

/*==================================================================================================
	お問い合わせ(contact)
==================================================================================================*/
.contact-form {
    background-color: #E6E6E6;
    padding: 5% 15px;
}

.contact-form .contact-form-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2em 15px;
    background-color: #fff;
}

.contact-form .contact-form-inner .contact-header {
    padding-top: 2em;
    text-align: center;
}

.contact-form .contact-form-inner .contact-header .contact-header-tel {
    margin-top: 2em;
}

.contact-form .contact-form-inner .contact-header .contact-header-tel a {
    font-size: 3.5em;
    line-height: 1;
    font-weight: bold;
}

@media screen and (max-width: 700px) {
    .contact-form .contact-form-inner .contact-header .contact-header-tel a {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 540px) {
    .contact-form .contact-form-inner .contact-header .contact-header-tel a {
        font-size: 2.1em;
    }
}

.contact-form .contact-form-inner .contact-header .contact-header-tel a span {
    font-size: 80%;
}

.contact-form .contact-form-inner .contact-header .contact-header-tel p {
    font-size: 1.8em;
    font-weight: bold;
}

@media screen and (max-width: 540px) {
    .contact-form .contact-form-inner .contact-header .contact-header-tel p {
        font-size: 1.6em;
    }
}

.contact-form .contact-form-inner .contact-body {
    margin-top: 2em;
}

.contact-form .contact-form-inner .contact-body .form-item {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0;
}

.contact-form .contact-form-inner .contact-body .form-item .form-header {
    width: 30%;
    font-weight: bold;
    padding-right: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 840px) {
    .contact-form .contact-form-inner .contact-body .form-item .form-header {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: .25em 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.contact-form .contact-form-inner .contact-body .form-item .form-header .form-status {
    background-color: #E5E5E5;
    padding: .25em .5em;
    font-size: 90%;
}

@media screen and (max-width: 840px) {
    .contact-form .contact-form-inner .contact-body .form-item .form-header .form-status {
        margin-left: 1em;
    }
}

.contact-form .contact-form-inner .contact-body .form-item .form-header .form-required {
    background-color: #DF2E2E;
    color: #fff;
}

.contact-form .contact-form-inner .contact-body .form-item .form-body {
    width: 70%;
}

@media screen and (max-width: 840px) {
    .contact-form .contact-form-inner .contact-body .form-item .form-body {
        width: 100%;
    }
}

.contact-form .contact-form-inner .contact-body .form-item .form-body input, .contact-form .contact-form-inner .contact-body .form-item .form-body textarea {
    width: 100%;
    padding: .5em;
}

.contact-form .contact-form-inner .contact-body .form-privacy {
    margin: 20px auto;
    max-width: 800px;
    background-color: #f8f8f8;
    overflow-y: scroll;
    height: 230px;
    font-size: .9em;
}

.contact-form .contact-form-inner .contact-body .form-privacy-inner {
    padding: 1.5em 2em;
    color: #666;
}

.contact-form .contact-form-inner .contact-body .form-privacy-inner h3 {
    margin: 1em 0 .2em;
    border-left: solid 4px #666;
    padding-left: .4em;
}

.contact-form .contact-form-inner .contact-body .form-button {
    text-align: center;
    margin: 30px 0;
}

.contact-form .contact-form-inner .contact-body .form-button .submit-btn {
    display: block;
    border-right: 0;
    padding: 1em 4em;
    font-size: 1.2em;
    max-width: 300px;
    min-width: 240px;
    margin: 1em auto;
    border: none;
    background-color: #000;
    color: #fff;
}

.contact-form .contact-form-inner .contact-body .form-button .submit-btn[disabled] {
    background-color: #cccccc;
    color: #999999;
    cursor: default;
}

.contact-form .contact-form-inner .contact-body .form-button .submit-btn:not([disabled]):hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.contact-thanks {
    margin-top: 4em;
}

.contact-thanks .contact-thanks-inner {
    text-align: center;
}

.contact-thanks .contact-thanks-inner h2 {
    font-size: 2em;
    font-weight: bold;
}

.contact-thanks .contact-thanks-inner .contact-thanks-txt {
    margin-top: 2em;
}

.contact-thanks .contact-thanks-inner .contact-thanks-txt p:last-child {
    margin-top: 1em;
}

.contact-thanks .contact-thanks-inner .contact-thanks-btn {
    margin-top: 2em;
}

.contact-thanks .contact-thanks-inner .contact-thanks-btn a {
    display: inline-block;
    border: solid 1px #333;
    padding: 1em 3.5em 1em 4em;
    position: relative;
}

.contact-thanks .contact-thanks-inner .contact-thanks-btn a:before {
    position: absolute;
    content: "\f0141";
    font-family: "icomoon";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 10px;
}

.contact-thanks .contact-thanks-inner .contact-thanks-btn a:hover {
    background-color: #333;
    color: #fff;
}

/*==================================================================================================
	404エラー(404)
==================================================================================================*/
.error-content .error-content-inner .error-content-txt {
    text-align: center;
}

.error-content .error-content-inner .error-content-btn {
    text-align: center;
    margin-top: 2em;
}

.error-content .error-content-inner .error-content-btn a {
    display: inline-block;
    border: solid 1px #333;
    padding: 1em 3.5em 1em 4em;
    position: relative;
}

.error-content .error-content-inner .error-content-btn a:before {
    position: absolute;
    content: "\f0141";
    font-family: "icomoon";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 10px;
}

.error-content .error-content-inner .error-content-btn a:hover {
    background-color: #333;
    color: #fff;
}
