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

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
    line-height: 1.6em;
    color: #333333;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

    body a {
        color: #333;
        text-decoration: none;
    }

#wrpper {
    overflow: hidden;
}

/* header
---------------------------------------------*/
header {
    display: flex;
    align-items: center;
    background-color: #001f2c;
}

p.company_logo {
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 2%;
    color: #fff;
}

    p.company_logo a {
        color: #fff;
    }

/* global navi
---------------------------------------------*/
nav.globalnavi {
    margin-left: auto;
    width: 60%;
}

    nav.globalnavi ul {
        width: auto;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 2%;
    }

    nav.globalnavi li {
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        z-index: 1;
        vertical-align: top;
        width: 25%;
        color: #fff;
        font-size: 1.3vw;
    }

    nav.globalnavi a {
        display: block;
        padding: 0.5em 0;
        width: 100%;
        text-decoration: none;
        color: #fff;
    }

        nav.globalnavi a:hover {
            font-weight: bold;
        }

/* main
---------------------------------------------*/
main {
    width: 100%;
    margin: 0 auto;
}

.main_area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-position: center;
    display: block;
}

p.maintext {
    text-align: center;
    font-size: 3em;
    color: #fff;
    text-shadow: 1px 2px 3px #333;
    margin: 0 auto;
    padding-top: 10%;
    line-height: 3.3em;
}

p.subtext {
    width: 90%;
    text-align: center;
    font-size: 2em;
    line-height: 2.3em;
    color: #fff;
    text-shadow: 1px 2px 3px #333;
    margin: 0 auto;
    /*padding-bottom: 10%;*/
}

/* TOP 新着情報
---------------------------------------------*/
.news_area {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    opacity: 0.9;
}

p.news_topic {
    background-color: #eee;
    opacity: 0.9;
    text-align: center;
    line-height: 2.6em;
    font-size: 1.2vw;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

ul.news_list {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 4%;
}

    ul.news_list li {
        display: flex;
        align-items: center;
        margin: 0;
        padding-top: 4%;
        border-bottom: solid 1px #ccc;
    }

.news_day {
    width: 15%;
    font-size: 1.2vw;
    color: #333;
    text-align: justify;
}

.news_icon {
    width: 5%;
    font-size: 1.2vw;
    color: #fff;
    background-color: #f00;
    border-radius: 3px;
    margin-bottom: 7px;
    margin-left: 2%;
}

.news_detail {
    width: 63%;
    font-size: 1.2vw;
    text-align: justify;
    margin-left: 3%;
}

.news_link {
    width: 17%;
    font-size: 1.2vw;
    text-align: center;
}

.news_detail a:hover {
    opacity: 0.6;
}

.news_link i.fas {
    margin-left: 0.6em;
}


/* お知らせ
---------------------------------------------*/
p.info_topic {
    background-color: #eee;
    text-align: center;
    line-height: 2.6em;
    font-size: 2em;
    font-weight: bold;
    margin-top: 0;
}

p.info_topic2 {
    color: #fff;
    text-align: center;
    line-height: 2.6em;
    font-size: 2em;
    font-weight: bold;
}

.info_area {
    border-bottom: dotted 2px #ccc;
    border-top: dotted 2px #ccc;
}

p.info_text {
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 2em;
}

/* 事業内容
---------------------------------------------*/
h3.business_title {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-bottom: solid 5px #001f2c;
    text-align: center;
    font-size: 2em;
    line-height: 1.3em;
    width: 30%;
    margin: 0 auto;
}

p.business_detail {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 3%;
    margin-bottom: 3%;
}

ul.work_area {
    width: 90%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    margin: 0 auto;
    padding-bottom: 5%;
    flex-wrap: wrap;
}

    ul.work_area li {
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        z-index: 1;
        vertical-align: top;
        width: 49%;
        background-color: #fff;
        margin-bottom: 2%;
    }

        ul.work_area li a {
            display: block;
            padding: 0.5em 0;
            width: 100%;
            border: 1px solid #ccc;
            text-decoration: none;
        }

            ul.work_area li a:hover {
                background-color: #eee;
                color: #333;
            }

        ul.work_area li img {
            max-width: 100%;
        }

p.workname {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3em;
}

p.workdetail {
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    width: 85%;
    margin: 0 auto;
}

/* パンくず
---------------------------------------------*/
.bread {
    text-align: justify;
    font-size: 1em;
    color: #fff;
    padding-bottom: 1%;
    width: 100%;
    background-color: #001f2c;
}

    .bread a {
        color: #fff;
    }

p.bread_text {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5%;
}


/* footer
---------------------------------------------*/
footer {
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #001f2c;
    overflow: hidden;
}

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

    footer h4 {
        display: block;
        background-color: #eee;
        line-height: 3em;
    }

.copyright {
    padding-top: 10px;
    font-size: 1em;
    color: #fff;
}

footer ul.footer_menu {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding-top: 1%;
    padding-left: 0;
}

    footer ul.footer_menu li {
        list-style-type: none;
        text-align: center;
        width: 25%;
        border-left: 1px solid #999;
        font-size: 1.2vw;
        color: #fff;
    }

        footer ul.footer_menu li a {
            color: #fff;
        }

            footer ul.footer_menu li a:hover {
                font-weight: bold;
            }

        footer ul.footer_menu li.start {
            border-left: 0;
            padding-left: 0;
        }

/* 会社概要
---------------------------------------------*/
.company_detail_area {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 3%;
}

h2.midashi {
    border-bottom: solid 3px #ccc;
    padding-bottom: 10px;
    text-align: justify;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8em;
}

p.company_detail {
    text-align: justify;
    padding-bottom: 1%;
    font-size: 16px;
    line-height: 1.8em;
}


/* お問い合わせ
---------------------------------------------*/
.info_stage {
    background-color: #001f2c;
    padding-bottom: 3%;
}

    .info_stage a {
        color: #fff;
    }

p.info_detail {
    width: 60%;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin: 0 auto;
    color: #fff;
    display: block;
    border: solid 1px #fff;
    padding: 1%;
    text-align: justify;
    margin-bottom: 3%;
    margin-top: 3%;
}

/* アクセス
---------------------------------------------*/
.map_area {
    background-color: #fff;
    padding-bottom: 3%;
}

.gmap {
    margin: 0 auto;
}

    .gmap iframe {
        width: 80%;
        height: 550px;
    }

/* プライバシーポリシー
---------------------------------------------*/
.privacy_area {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 3%;
}

p.privacy_detail {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: -10px;
}

p.privacy_detail2 {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: -10px;
    padding-left: 2em;
}

h3.privacy_midashi {
    text-align: justify;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3em;
}

/* ボタン
---------------------------------------------*/
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-section-main {
    font-weight: bold;
    color: #fff;
    border: 3px solid #fff;
    background-color: transparent;
    padding: 15px;
    margin-top: 15px;
}

    .btn-section-main a {
        color: #fff;
    }

        .btn-section-main a:link {
            color: #fff;
        }

    .btn-section-main:hover {
        color: #fff !important;
        background-color: #001f2c;
        font-weight: bold;
        text-decoration: none;
    }

/* etc
---------------------------------------------*/
.hamburger-button {
    display: none;
}

a.btn-border {
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
}

    a.btn-border:hover {
        color: #fff;
        background: #000;
    }

a.btnnews {
    border: solid #ccc 2px;
    background-color: #001f2c;
    color: #fff;
    border-radius: 10px;
    padding: 7px;
    position: relative;
    bottom: 7px;
    margin: 0 auto;
}

    a.btnnews:hover {
        background-color: #fff;
        color: #001f2c;
    }

.btn03 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 15px;
    border: solid 1px #333;
    outline: none;
    transition: all 0.2s ease;
}

    .btn03:hover {
        border-color: transparent;
    }

    .btn03 span {
        position: relative;
        z-index: 2;
        display: block;
        padding: 10px 30px;
        background: #fff;
        border-radius: 15px;
        color: #333;
        transition: all 0.3s ease;
    }

.pushdown:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #333;
}

.pushdown:hover span {
    background-color: #333;
    color: #fff;
    transform: translateY(4px);
}

.wrap {
    margin-bottom: 1.5rem;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 200px;
    padding-right: 200px;
}

.youtube {
    position: relative;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    overflow: hidden;
}

    .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.wrap img {
    width: 100%;
}

/* ココから下がPC表示（600px以上）のレイアウト */
@media screen and (min-width: 600px) {
    .float-right {
        float: right;
        width: 49.5%;
    }

    .float-left {
        float: left;
        width: 49.5%;
    }

    .float-center {
        margin-left: auto;
        margin-right: auto;
        width: 49.5%;
    }

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