@charset "utf-8";

/* base */

html {
    padding: 0;
    font-size: 62.5%;
}

body {
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #555;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

h1 {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 10px;
    font-size: 1.6rem;
    text-align: center;
    margin: 0;
}

h1 a {
    color: #000;
}

h3 {
    background: #eee;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    margin: 70px 0 100px;
}

h3 span {
    position: relative;
    display: inline-block;
    background: #4682b4;
    text-align: center;
    padding: 10px 40px 8px;
}

h4 {
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 50px;
    border-bottom: solid thin #0095d9;
}

h5 {
    font-size: 1.8rem;
}

a {
    color: #4682b4;
    text-decoration: none;
}

a:hover {
    color: #bbc8e6;
    transition-duration: 0.2s;
}

a:hover img {
    opacity: 0.8;
    transition-duration: 0.2s;
}

img {
    vertical-align: middle;
}

p {
    text-align: justify;
    margin: 25px 0;
}

ul {
    list-style: none;
}

ol {
    padding-left: 25px;
}

ol li {
    margin: 10px 0;
}

dt {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 10px;
    border-left: solid 7px #4682b4;
}

dd {
    margin: 20px 0 70px;
}

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

caption {
    position: relative;
    background: #4682b4;
    color: #fff;
    padding: 10px;
}

caption::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 10px 10px 0;
    border-style: solid;
    border-color: #fff #fff #4682b4 #4682b4;
}

th,
td {
    padding: 10px;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    background-image: -webkit-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -moz-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -ms-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -o-linear-gradient(left, #eee, #ddd, #eee);
    background-image: linear-gradient(left, #eee, #ddd, #eee);
    margin: 70px 0;
}

address {
    font-style: normal;
}

[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    border: solid thin #ccc;
    padding: 5px;
    border-radius: 3px;
}

[type="submit"],
[type="button"] {
    background-color: #0095d9;
    color: #fff;
    padding: 5px 15px 2px;
    cursor: pointer;
}

[type="submit"]:hover,
[type="button"]:hover {
    background-color: #70b6f2;
}

small {
    font-size: 1.3rem;
}

rt {
    font-size: 1.3rem;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.txt_c {
    text-align: center;
}

.font_m {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.in_block {
    display: inline-block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* header */

.header {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    overflow: hidden;
    z-index: 1000;
    transition-duration: .2s;
}

.header.n_head {
    position: relative;
    background-color: rgba(0, 0, 0, .5);
}

.site_title {
    flex-basis: 300px;
    flex-grow: 1;
    padding: 10px;
}

.site_title a {
    color: #fff;
    text-shadow: 0 0 0 rgba(0, 0, 0, .7), 1px 1px 10px rgba(0, 0, 0, .7);
}

.top_img {
    content: "";
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(img/facility/facility_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.top_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.catchcopy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 475px;
    height: 65px;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.4rem;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5em;
    text-shadow: 0 0 2px rgba(0, 0, 0, .7), 1px 1px 2px rgba(0, 0, 0, .8);
    margin: auto;
}

/* nav */

.co_nav {
    position: relative;
    flex-basis: 450px;
    flex-grow: 1;
    padding: 10px 10px 0;
}

nav {
    position: relative;
    z-index: 1500;
}

nav ul {
    position: relative;
    width: 100%;
    text-align: right;
    margin: 5px 0 0;
}

nav li {
    display: inline-block;
    margin: 10px;
}

.smaller nav li {
    margin: 5px 8px;
}

nav a {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
    vertical-align: middle;
    padding: 0;
    letter-spacing: .15rem;
    transition: all .3s;
    z-index: 1;
}

nav a:hover {
    color: #fff;
}

nav a span {
    position: relative;
    display: inline-block;
    padding: 10px;
}

nav a:hover::before {
    -webkit-animation: move1 1500ms infinite ease;
    animation: move1 1500ms infinite ease;
}

nav a:hover span::before {
    -webkit-animation: move2 1500ms infinite ease;
    animation: move2 1500ms infinite ease;
}

nav a:hover::after {
    -webkit-animation: move3 1500ms infinite ease;
    animation: move3 1500ms infinite ease;
}

nav a:hover span::after {
    -webkit-animation: move4 1500ms infinite ease;
    animation: move4 1500ms infinite ease;
}

nav a::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: white;
    left: 0;
    bottom: 0;
}

nav a span::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: white;
    left: 0;
    top: 0;
}

nav a::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: white;
    right: 0;
    top: 0;
}

nav a span::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: white;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes move1 {
    0% {
        height: 100%;
        bottom: 0;
    }

    54% {
        height: 0;
        bottom: 100%;
    }

    55% {
        height: 0;
        bottom: 0;
    }

    100% {
        height: 100%;
        bottom: 0;
    }
}

@keyframes move1 {
    0% {
        height: 100%;
        bottom: 0;
    }

    54% {
        height: 0;
        bottom: 100%;
    }

    55% {
        height: 0;
        bottom: 0;
    }

    100% {
        height: 100%;
        bottom: 0;
    }
}

@-webkit-keyframes move2 {
    0% {
        width: 0;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes move2 {
    0% {
        width: 0;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@-webkit-keyframes move3 {
    0% {
        height: 100%;
        top: 0;
    }

    54% {
        height: 0;
        top: 100%;
    }

    55% {
        height: 0;
        top: 0;
    }

    100% {
        height: 100%;
        top: 0;
    }
}

@keyframes move3 {
    0% {
        height: 100%;
        top: 0;
    }

    54% {
        height: 0;
        top: 100%;
    }

    55% {
        height: 0;
        top: 0;
    }

    100% {
        height: 100%;
        top: 0;
    }
}

@-webkit-keyframes move4 {
    0% {
        width: 0;
        right: 0;
    }

    55% {
        width: 100%;
        right: 0;
    }

    100% {
        width: 0;
        right: 100%;
    }
}

@keyframes move4 {
    0% {
        width: 0;
        right: 0;
    }

    55% {
        width: 100%;
        right: 0;
    }

    100% {
        width: 0;
        right: 100%;
    }
}

.slicknav_menu {
    display: none;
}

/* pankuzu */

.pankuzu {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    color: #eee;
    padding: 5px 20px;
    top: 0;
}

.pankuzu ul {
    width: 100%;
    max-width: 1080px;
    padding-left: 0;
    margin: auto;
}

.pankuzu ul li {
    display: inline-block;
    font-size: 1.2rem;
    padding-left: 10px;
    margin-right: 0;
}

.pankuzu a {
    display: inline-block;
    color: #fff;

}

.pankuzu .home:before {
    display: inline-block;
    content: url(img/temp-img/home.svg);
    margin-right: 5px;
}

/* contents */

main {
    position: relative;
    overflow: hidden;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

.co_box {
    min-height: 100px;
    padding: 0 40px;
    flex-basis: 600px;
    flex-grow: 1;
}

.co_box h3 {
    margin-top: 0;
}

.co_box_s {
    position: relative;
    min-height: 100px;
    padding: 40px 20px;
    flex-basis: 450px;
    flex-grow: 1;
}

.co_box_head {
    position: relative;
    min-height: 100px;
    flex-basis: 300px;
    flex-grow: 1;
    border-bottom: solid thin #ccc;
}

.co_cat {
    padding: 20px;
    margin: 20px 0;
    flex-basis: 400px;
    flex-grow: 1;
}

.co_cat_img {
    padding: 100px 20px 0;
    margin: 20px 0;
    flex-basis: 400px;
    flex-grow: 1;
    text-align: center;
}

.co_cat img,
.co_cat_img img {
    width: 90%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    vertical-align: bottom;
}

.co_box img,
.co_box_s img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.co_box_img {
    padding: 0;
    flex-basis: 300px;
    flex-grow: 1;
}

.co_box_img img {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.co_img_s {
    padding: 0;
    flex-basis: 200px;
    flex-grow: 1;
    text-align: center;
}

.co_img_s img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.co_head_img {
    flex-basis: 350px;
    flex-grow: 1;
    max-height: 350px;
    vertical-align: bottom;
    overflow: hidden;
}

.co_head_img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.co_box_single {
    padding: 20px;
    margin: 20px 0;
    flex-basis: 550px;
    flex-grow: 1;
}

.co_side {
    min-height: 100px;
    padding: 50px 20px 50px 30px;
    flex-basis: 200px;
    flex-grow: 1;
}

.p_less {
    padding-top: 0;
    padding-bottom: 0;
}

.band {
    background-color: #eee;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: -5;
}

.band_b {
    background-color: #333;
    width: 100%;
    color: #fff;
}

.band_b .co_box {
    flex-basis: 500px;
    padding: 30px 20px;
}

.band_g {
    background-color: #eee;
    opacity: 0.7;
}

.bg_w {
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}

.bg_alpha {
    background-color: rgba(255, 255, 255, 0.8);
}

.wrap {
    width: 100%;
    max-width: 1080px;
    padding: 80px 20px;
    margin: 0 auto;
}

.w_350 {
    max-width: 350px;
}

.w_500 {
    max-width: 500px;
}

.w_600 {
    max-width: 600px;
}

.w_700 {
    max-width: 700px;
}

.list_style {
    list-style: disc;
    padding-left: 20px;
}

.red {
    color: red;
}

.blue {
    color: #4682b4;
}

.large {
    font-size: 2rem;
}

.x_large {
    font-size: 2.8rem;
}

.padding {
    padding: 20px;
}

.space {
    margin: 50px 0;
}

.division {
    margin: 50px 0 150px;
}

.margin_top {
    margin-top: 100px;
}

.cap_1 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: double 4px #fff;
    padding: 10px;
}

.btn_1 {
    display: inline-block;
    position: relative;
    color: #333;
    padding: 10px 45px 10px 30px;
    border: solid 2px #333;
}

.btn_1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #333;
    margin: auto;
    border-radius: 2px;
}

.btn_1::after {
    content: url(img/temp-img/arrow_right_1.svg);
    position: absolute;
    right: 15px;
}

.btn_1:hover {
    color: #555;
    border: solid 2px rgba(0, 0, 0, 0);
    transition-duration: .1s;
}

.btn_1:hover::before {
    width: 85%;
    transition-duration: .2s;
}

.btn_2 {
    display: inline-block;
    position: relative;
    background: #fb8b29;
    color: #fff;
    padding: 10px 45px 10px 30px;
    z-index: 5000;
}

.btn_2::after {
    content: url(img/temp-img/arrow_right_3.svg);
    position: absolute;
    right: 20px;
}

.btn_2::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    direction: rtl;
    z-index: -1;
    background: #999;
    transition: all 0.3s ease;
}

.btn_2:hover {
    color: #fff;
}

.btn_2:hover::before {
    right: auto;
    left: 0;
    width: 100%;
}

.reveal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    transform-origin: left;
    transform: scale(1, 1);
    animation: reveal-text 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s forwards;
}

@keyframes reveal-text {
    100% {
        transform: scale(0, 1);
    }
}

.to_recruit {
    position: relative;
    background-image: url(img/facility/tool_03.jpg);
    background-size: cover;
    color: #fff;
    z-index: 1;
}

.to_recruit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: -1;
}

.to_recruit .cap_1 {
    max-width: 500px;
    margin: auto;
}

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

.page_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 330px;
    height: 60px;
    padding-left: 30px;
    margin: auto;
}

.page_title h2 {
    position: relative;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1em;
    z-index: 500;
}

.page_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 35px;
    background: rgba(250, 180, 0, .4);
    transform: rotate(30deg);
    z-index: -1;
}

.page_title::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 2px;
    width: 10px;
    height: 35px;
    background: rgba(50, 180, 200, .4);
    transform: rotate(30deg);
    z-index: -1;
}

.sub_title {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #999;
    margin: 10px 0;
}

/* company */

.division.company {
    padding-top: 0;
}

.company table {
    margin-bottom: 100px;
}

.company table tr:nth-child(even),
.facility_list tr:nth-child(even) {
    background: #eee;
}

.company th {
    position: relative;
    color: #4682b4;
    padding: 20px 30px;
}

.company th::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 80%;
    background: #ccc;
    margin: auto;
}

.company td {
    padding: 20px;
}

.company dl ul {
    list-style: circle;
    margin-left: 20px;
}

.company dl li {
    font-size: 1.8rem;
    margin: 15px 0;
}

.company ol {
    counter-reset: number;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 0;
}

.company ol li {
    position: relative;
    margin: 15px 0;
    /*
    border: solid thin #999;
    */
}
/*
.company ol li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    counter-increment: number;
    content: counter(number);
    background-color: #ffa500;
    color: #fff;
    display: block;
    float: left;
    font-size: 1.8rem;
    line-height: 40px;
    margin: auto;
    margin-left: -60px;
    margin-right: 20px;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.company ol li ul {
    list-style: disc;
    padding-left: 10px;
}

.company ol li ul li {
    font-size: 1.6rem;
    padding: 0;
    margin: 10px 0;
    border: 0;
}

.company ol li ul li::before {
    display: none;
}
*/

.facility_list {
    width: 100%;
}

.facility_list td {
    font-size: 1.4rem;
    text-align: center;
    padding: 20px 5px;
}

.facility_list thead td {
    font-weight: bold;
    color: #4682b4;
    border-bottom: solid thin #ccc;
}

/* product */

.product_list {
    text-align: center;
}

.product_list .p_item {
    display: inline-block;
    margin: 10px;
}

.product_list img {
    display: inline-block;
    width: 180px;
    height: auto;
}

/* recruit */

.flow {
    background: #70b6f2;
    width: 100%;
    max-width: 300px;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 100px;
}

.flow_2 {
    background: #66cdaa;
}

.flow_3 {
    background: #ffa500;
}

.flow > li {
    min-height: 130px;
    padding: 40px 20px 35px;
}

.flow > li:not(:last-child) {
    border-bottom: 3px solid #fff;
    position: relative;
}

.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flow > li:not(:last-child)::before {
    border-width: 22px;
    border-top-color: #fff;
}

.flow > li:not(:last-child)::after {
    border-width: 18px;
    border-top-color: #70b6f2;
}

.flow_2 > li:not(:last-child)::after {
    border-width: 18px;
    border-top-color: #66cdaa;
}

.flow_3 > li:not(:last-child)::after {
    border-width: 18px;
    border-top-color: #ffa500;
}

/* mailform */

.mailform dt {
    font-size: 1.6rem;
    border: none;
}

.mfp_buttons button {
    color: #333;
}

/* pagetop */

.pagetop a {
    position: fixed;
    bottom: 15px;
    right: 20px;
    padding: 0;
    opacity: 0.8;
}

.pagetop a:hover {
    opacity: 0.4;
    bottom: 25px;
    transition-duration: 0.3s;
}

.pagetop a img {
    width: 50px;
    height: 50px;
}

/* footer */

footer {
    text-align: center;
}

.footer {
    width: 100%;
    max-width: 1080px;
    padding-top: 20px;
    margin: 0 auto;
}

.footer_contact {
    background-color: #2fa4f2;
    color: #fff;
    padding: 50px 20px;
}

.footer_contact .container {
    max-width: 1024px;
}

.co_contact {
    flex-basis: 250px;
    flex-grow: 1;
    padding: 20px 0;
}

.co_contact .cap_1 {
    display: inline-block;
    padding: 10px 30px 8px;
}

.co_contact .tel {
    font-size: 2.8rem;
    font-weight: bold;
    padding-top: 10px;
}

.co_contact .tel::before {
    content: url(img/temp-img/tel.svg);
    vertical-align: middle;
    margin-right: 10px;
}

.to_contact a {
    position: relative;
    display: inline-block;
    background-color: #fff;
    font-weight: bold;
    color: #2fa4f2;
    padding: 10px 20px 10px 55px;
    border-radius: 25px;
}

.to_contact a::before {
    content: url(img/temp-img/mail.svg);
    position: absolute;
    top: 13px;
    left: 20px;
}

.to_contact a:hover {
    opacity: .7;
}

.footer_title a {
    display: inline-block;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.footer address {
    margin-top: 10px;
}

.footer .tel {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 10px;
}

.f_link {
    width: 100%;
    background-color: #fff;
    padding: 20px 20px 0;
    margin: 0 auto;
}

.f_link a {
    font-size: 1.3rem;
    color: #4682b4;
}

.copyright {
    background-color: #fff;
    width: 100%;
    font-size: 1.3rem;
    padding: 10px;
    margin: 0 auto;
}

@media screen and (min-width: 1280px) {
    .site_title {
        margin-left: 5%;
    }

    .co_box {
        padding-right: 50px;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {

    #menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
        z-index: 1500;
    }

    .co_nav {
        padding: 0;
    }

    nav ul {
        padding-left: 0;
    }

    nav li {
        display: inline-block;
        text-align: left;
        margin-left: 0;
    }

    nav li:first-child::before {
        display: none;
    }

    nav a {
        width: 250px;
        text-shadow: none;
    }

    .wrap {
        padding: 50px 20px;
    }

    .site_title img {
        margin-bottom: 2px;
    }

    .co_cat_img {
        padding-top: 0;
    }

}

@media screen and (max-width: 600px) {

    [type="email"],
    [type="text"],
    textarea {
        width: 100%;
    }

    .index_cap {
        font-size: 2.4rem;
        margin-bottom: 50px;
    }

    .co_box_single {
        padding: 20px 0;
    }

    .co_side {
        padding: 50px 0;
    }

}

@media screen and (max-width: 480px) {

    body {
        font-weight: 400;
    }

    .division {
        margin: 100px 0;
    }
    
    .co_box {
        padding: 50px 0;
    }

    .co_cat {
        padding: 20px 0;
    }

    .co_box_s {
        padding: 40px 0;
    }

    .catchcopy {
        font-size: 1.7rem;
        width: 360px;
        height: 50px;
        padding-left: 10px;
    }
    
    .company th,
    .company td {
        display: block;
        text-align: left;
        padding: 10px;
    }
    
    .company th::after {
        top: auto;
        left: 0;
        bottom: 0;
        width: 95%;
        height: 1px;
    }
    
    .company ol li::before {
        top: -20px;
        bottom: auto;
    }

}

@media screen and (max-width: 360px) {
    nav li {
        width: 110px;
    }
}
