@charset "utf-8";

html {
    height: 100%;
}
body {
    min-height: 100%;
    font-family: 'Times New Roman', Times, serif;
}
a:link, a:visited{
	text-decoration:none;
    color: #000;
}
a:link:hover, a:visited:hover{
    border-bottom: 2px solid rgba(255, 0, 0, 1);
}
#main-baseWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
}
#panel-sideArea {
    background-color: rgba(234, 234, 234, 0.8);
    box-sizing: border-box;
    height: 100vh;
    position: sticky;
    top: 0;
}
.pageIndex #panel-sideArea {
    position: fixed;
    z-index: 9;
}
#main-sideArea-blank {
    box-sizing: border-box;
}
.sideLogo {
    margin: 18px;
}
.sideLogo .logo {
    width: 200px;
}
.gMenu {
    display: inline-block;
    margin: 1em 0;
    width: 100%;
}
.bodyContent {
    flex: 1;
    padding: 0 10%;
}
.bodyContent p {
    font-size: 80%;
    line-height: 1.6;
}
#main-sideArea {
    background-color: rgba(234, 234, 234, 0.8);
    text-align: center;
    font-size: 13px;
}
#main-sideArea .menuItems {
    list-style: none;
}
#main-sideArea .menuItems li {
    margin: 25px auto;
}
#main-sideArea .menuItems li a {
    padding: 0.8em 0;
    display: inline-block;
    border-bottom: 2px solid rgba(0,0,0,0);
}
#main-sideArea .menuItems li a span {
    width: 83px;
    display: inline-block;
}
#main-sideArea .menuItems li.current a,
#main-sideArea .menuItems li a:link:hover,
#main-sideArea .menuItems li a:visited:hover {
    border-bottom: 2px solid rgba(255, 0, 0, 1);
}
#main-sideArea .icons {
    margin-top: 1em;
    display: inline-block;
}
#main-sideArea .icons li {
    display: inline;
    margin: 0 0.5em;
}
#main-sideArea .icons li img {
    width: 18px;
}
#main-bodyArea {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
}
footer {
    background-color: #5d5d63;
    text-align: center;
    padding: 0.6em;
}
footer .copyright {
    font-size: 90%;
    color: #fff;
}

.titleCategory {
    font-size: 120%;
    display: flex;
    align-items: center;
    width: 55%;
    margin: 5em auto 1em auto;
}
.titleTopInformation {
    font-size: 120%;
    display: flex;
    align-items: center;
    width: 55%;
    margin: 0.5em auto 0 auto;
}
.titleCategory:before,
.titleCategory:after,
.titleTopInformation:before,
.titleTopInformation:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ff0000;
}
.slideContent {
    position: relative;

}
.titleCategory:before,
.titleTopInformation:before {
    margin-right: 3rem;
}
.titleCategory:after,
.titleTopInformation:after {
    margin-left: 3rem;
}
.panelInformation {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 4.5em;
    padding: 1em 0;
}
.topInformation {
    margin: 1em auto;
    width: 30%;
    min-width: 400px;
    line-height: 1.6;
    list-style: none;;
}
.topInformation li {
    text-align: left;
}
.titleSection {
    font-size: 110%;
    text-align: center;
    margin: 2.5em auto 0 auto;
}
.textContent {
    text-align: center;
}
.colContent {
    display: flex;
    flex-direction: row;
    margin: 3em 0 5em 0;
}
.colContent .col {
    width: 50%;
}
dl {
    display: inline-block;
}
.companyinfo {
    width: 90%;
    margin-right: 10%;
    max-width: 520px;
}
.companyinfo dt {
    float: left ;
    clear: left ;
    margin-right: 0.5em ;
    width: 120px ;
}
.companyinfo dd {
    float: left ;
    margin-left: 1em;
    max-width: 60%;
}
.history dt {
    float: left ;
    clear: left ;
    margin-right: 0.5em ;
    width: 120px ;
}
.history dd {
    float: left ;
    margin-left: 1em ;
}
.pageCompany .colContent {
    text-align: right;
}
.pageCompany .colContent .col:nth-child(2) {
    border-left: 1px solid #ff0000;
    text-align: center;
}
.pageCompany .colContent dt,
.pageCompany .colContent dd {
    margin-bottom: 1em;
}
.pageCompany .colContent dt {
    text-align: right;
}
.pageCompany .colContent dd {
    text-align: left;
}
.pageCompany .companyinfo,
.pageCompany .history {
    display: inline-block;
}
.pageCompany .history {
    margin-bottom: 5em;
}
.pageRecruit .textContent {
    text-align: center;
    border-bottom: 1px solid #ff0000;
    padding-top: 2em;
    padding-bottom: 3em;
}
.pageRecruit .textContent:last-child {
    margin-bottom: 4em;
}
.pageRecruit .textContent p.w60 {
    display: inline-block;
    text-align: left;
    width: 60%;
}
.pageRecruit dt,
.pageRecruit dd {
    margin-top: 1.5em;
}
.pageRecruit dd {
    text-align: left;
}
.pageRecruit dd.red-btm {
    border-bottom: 1px solid #ff0000;
    min-width: 600px;
    padding-bottom: 1.5em;
}
.pageRecruit p.message {
    text-align: center;
    margin-top: 4em;
}
.pageService .textContent {
    text-align: center;
    border-bottom: 1px solid #ff0000;
    padding-top: 2em;
    padding-bottom: 3em;
}
.pageService .textContent:last-child {
    border: none;
}
.servicelist {
    margin: 2em auto 1em auto;
    text-align: left;
    width: 20%;
    min-width: 260px;
}
.servicelist li {
    font-size: 110%;
    list-style: none;
}
.servicelist li span,
.serviceinfo dt span {
    font-style: italic;
    font-size: 180%;
    font-weight: bold;
    color: #ff0000;
    border: 1px solid #ff0000;
    display: inline-block;
    padding: 0.2em 0.5em;
    vertical-align: bottom;
    margin-right: 0.6em;
}
.servicelist li:after {
    content: "";
    height: 5em;
    display: block;
    width: 0;
    border-right: 1px solid #ff0000;
    position: relative;
    top: 0;
    margin: 1em auto;
}
.servicelist li:last-child:after {
    content: none;
}
.serviceinfo {
    font-size: 110%;
    width: 80%
}
.serviceinfo dt,
.serviceinfo dd {
    text-align: left;
}
.serviceinfo dt {
    font-size: 110%;
}
.serviceinfo dt p {
    line-height: 1;
}
.serviceinfo dd {
    border-left: 1px solid #ff0000;
    padding-left: 1em;
    margin: 1em 0;
    min-height: 5.5em;
}

.m-t4 {
    margin-top: 4em;
}
.w100 {
    width: 100%;
}
p.f100 {
    font-size: 100%;
}
p.f90 {
    font-size: 90%;
}
.accessmap {
    width: 450px;
    border: 1px solid #ff0000;
}
.pageAccess .colContent {
    margin-top: 7em;
}
.pageAccess .colContent .col {
    width: 40%;
}
.pageAccess .colContent .col:nth-child(2) {
    width: 60%;
}
.pageAccess .colContent .col .accessmap {
    width: 80%;
}
.pageAccess .colContent .col .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 53.25%;
    position: relative;
    border:1px solid #ff0000;"
}
.pageAccess .colContent .col .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* loading */
.loading-animation img {
    width: 14%;
}
.loading {
    width: 100vw;
    height: 100vh;
    transition: all 3s;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    }
.loading.is-active {
    opacity: 0;
    visibility: hidden;
}
.loading-animation {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    }
.loading-animation.is-active {
    opacity: 1;
    visibility: visible;
}
/* slide */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-slide img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100vh;
    width: auto\9; /* ie8 */
    margin: 0 auto;
    object-fit: cover;
}
.slider-img img {
    height: auto;
    width: 100%;
}
.slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    bottom: 60px;
    position: relative;
    height: 0;
}
.slide-dots li {
    display: inline-block;
    margin: 0 10px;
}
.slide-dots li button {
    position: relative;
    text-indent: -9999px;
}
.slide-dots li button::before {
    background-image: url("../images/slide-dot.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 13.5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 24px;
    width: 13.5px;
}
.slide-dots li.slick-active button::before {
    background-image: url("../images/slide-dot-on.png");
}
.slide-dots li button {
    background: none;
    border: none;
    outline: none;
    padding: 0 7px;
}

#menu-btn-check {
    display: none;
}

@media screen and (max-width: 1280px) {
    .menu-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: rgba(234, 234, 234, 0.8);
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #000000;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    #panel-sideArea {
        position: fixed;
        left: -100%;
        transition: all 0.5s ease-out;;
    }

    #menu-btn-check:checked ~ #panel-sideArea {
        left: 0;
        z-index: 1;
    }

    .slideImg img {
        height: 100vh;
        object-fit: cover;
    }

    .titleCategory {
        width: 100%;
    }
    .titleTopInformation {
        width: 80%;
    }
    .titleCategory:before,
    .titleTopInformation:before {
        margin-right: 1rem;
    }
    .titleCategory:after,
    .titleTopInformation:after {
        margin-left: 1rem;
    }
    .topInformation {
        min-width: unset;
        width: 80%;
    }
    .colContent {
        display: block;
    }
    .colContent .col {
        width: 100% !important;
    }
    .serviceinfo {
        width: unset;
    }
    .accessmap {
        width: 100% !important;
    }
    .gmap {
        height: 50vh !important;
        margin-top: 6em;
    }
    dt {
        text-align: left !important;
        width: 100% !important;
    }
    dd {
        max-width: unset !important;
        min-width: unset !important;
        width: 100%;
        margin-left: 0 !important;
    }
    .companyinfo dd {
        padding-left: 2em;
    }
    .history dd {
        text-align: left;
        padding-left: 2em;
    }
    .pageRecruit .textContent p {
        width: 100% !important;
    }
    .companyinfo, .history {
        max-width: 80% !important;
    }
    .pageCompany .colContent .col {
        max-width: 500px;
        margin: auto;
    }
    .pageCompany .colContent .col:nth-child(2) {
        border: none;
        text-align: unset;
    }
    .loading-animation img {
        width: 32%;
    }
    footer .copyright {
        font-size: 70%;
    }

}