/*全体*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

body {
    font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*サイトカラー（背景色）*/

.base-color-bg {
    background-color: #CD4545;
    color: #fff;
}

.for_sp {
    display: none;
}

.base-sb-color-bg {
    background-color: #e5b67580;
    color: #333;
}


/*会社名*/
p.c-title {
    font-size: 40px;
    color: #e32727;
    font-weight: bold;
    text-shadow: 0.02em 0.02em 0.02em rgb(0 0 0 / 81%);
}


/*サイトカラー（文字色）*/

.base-color {
    color: #F16821;
}

.base-sb-color {
    color: #cce9f3;
}

/*代表者の名前*/
.president-name {
    font-size: 18px;
    text-align: right;
}

/*コピーライト*/

.copy {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    background-color: #B72D0E;
    color: #fff;
}

/*会社概要のdl*/
.dl-company-info>dd {
    margin-bottom: 15px;
}

/*パンくずリスト*/

.breadcrumb {
    background-color: #F9F9F9;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0px;
}

.breadcrumb>li+li:before {
    content: ">";
}


/*ページ大見出し*/

.headline-lg {
    font-family: 'Cardo', serif;
    font-size: 36px;
}


/*中見出し*/

.headline-md {
    font-size: 20px;
    font-weight: bold;
    padding: 7px 15px;
    margin-bottom: 30px;
}

/*トップ　ニュース*/
.greybg {
    background: #f5f5f5;
}

.grid.wide {
    max-width: 1200px;
    margin: 0 auto;
}

.news_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.news h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: var(--primary);
    padding-bottom: 30px;
}

.news_content {
    border: 1px solid #cccccc;
    height: 500px;
    padding: 20px 50px;
    overflow-y: scroll;
    background: #fff;
    width: 900px;
}

.newsDl {
    display: flex;
    border-bottom: 1px dotted;
    padding: 20px 0;
}

.news_content dt {
    min-width: 160px;
}

.news_content dt,
.news_content dd {
    font-size: 16px;
}

.cate_news {
    background-color: #ec971f;
    font-size: 12px;
    padding: 3px;
    margin-right: 40px;
    min-width: 80px;
    color: #fff;
    text-align: center;
    height: 24px;
}

.news_content a {
    font-size: 16px;
}

.news_content dd b {
    font-weight: bold;
}

.cate_pro {
    background-color: #cd4544;
    font-size: 12px;
    padding: 3px;
    margin-right: 40px;
    min-width: 80px;
    color: #fff;
    text-align: center;
    height: 24px;
}

.news-tbl {
    margin-top: 1em;
}

.news-tbl,
.news-tbl th,
.news-tbl td {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 1.1em;
}

.news-tbl th,
.news-tbl td {
    padding: 10px;
}

.news-tbl th {
    vertical-align: top;
    width: 120px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .news-img {
        width: 100%;
    }
}

/*コンテナー*/

.container-wrap {
    padding-top: 30px;
    padding-bottom: 45px;
}

.container-bg {
    background-color: #f9f9f9;
}

/*お問い合わせ*/
.contact_box {
    height: 730px;
    margin-bottom: 30px;
}

/*設備紹介*/
#equipment_contents table {
    width: 100%;
}

#equipment_contents table th,
#equipment_contents table td {
    border: #333 1px solid;
    padding: 7px 1%;
}

#equipment_contents table th {
    text-align: center;
    background-color: #F6D7D2;
}


/*採用情報*/
#recruit #recruit_btm .link_01 {
    text-align: center;
}

#recruit #recruit_btm .link_01 a {
    color: #fff;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    display: inline-block;
    background-color: #333;
    padding: 12px 5%;
}

#recruit #recruit_btm .link_01 a:hover {
    text-decoration: none;
    background-color: #f0ad4e;
}


/*TOP 動画*/
.vid_contents {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 4% 4% 4% 4%;
    background: #f8f4f429;
}

video.vid_main {
    width: 100%;
    max-width: 920px;
}

.br-sp {
    display: none;
}

@media (max-width: 768px) {
    .br-sp {
        display: block;
    }
}


/*//TOP 動画*/



/*トップ製品紹介・設備紹介*/

.products img {
    display: block;
    width: 80%;
    margin: 0 auto;
    box-shadow: 8px 8px 0px 0 #fff;
}

.pr_box {
    display: block;
    width: 32%;
}

.products {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bg_img {
    background-image: url(../img/bg_01.jpg);
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.setsubi_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.setsubi_box {
    display: block;
    width: 32%;
    text-align: center;
}


/*施工実績*/
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #f9f9f9;
}

.name-box {
    font-weight: bold;
    height: 40px;
    text-align: center;
}

a.pro_a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    transition: all .2s ease-in-out;
}

a.pro_a:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
}

/*フッターのリンク*/
.footer a {
    color: #fff;
}

.footer a:hover {
    color: #F0AD4E;
}

.foot_company {
    margin-top: 0;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
    font-size: 24px
}

.f_logo {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.logo_box {
    /*    width: auto;*/
    /*    float: right;*/
}

/*汎用文字サイズ*/
.size16 {
    font-size: 16px;
}

.size22 {
    font-size: 22px;
}

.fs14 {
    font-size: 14px;
}

.f_normal {
    font-weight: normal !important;
    width: 30%;
}

/*汎用マージン・パディング*/

.m15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.m30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb100 {
    margin-bottom: 100px;
}

.p15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.p30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.c-fff {
    color: #fff;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.f-bold {
    font-weight: bold;
}

.f-size14 {
    font-size: 1.4em;
}

@media (max-width: 540px) {
    .t-center {
        text-align: left;
    }
}

/*ボタン*/

.btn {
    border-radius: 17px;
}

.btn>i {
    padding: 0 0 0 5px;
}


/*サイトヘッダー*/

.site-header {
    margin-bottom: 1.2em;
}

.site-header h1 {
    font-size: 10px;
    margin: 5px 0;
    color: #444;
}

.tel-box {
    text-align: right;
    padding-top: 25px;
}

.tel-box>span {
    font-size: 2.0em;
}

.tel-box i {
    font-size: 1.1em;
    margin-right: 0.3em;
    color: #F16821;
}

.t_form {
    padding-top: 15px;
}

.t_form span {
    font-size: 1.4em;
    background-color: #F16821;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}

.t_form span i,
.t_form span a {
    color: #fff;
}

.t_form span a:hover {
    opacity: 0.7;
}

/*グローバルナビ*/

.navbar {
    margin-bottom: 0px;
}

.navbar-nav>li {
    font-size: 1.0em;
}

@media (max-width: 1025px) {
    .navbar-nav>li {
        font-size: 0.9em;
    }
}

@media (max-width: 769px) {
    .navbar-nav>li {
        font-size: 1.0em;
    }
}

.navbar-nav i {
    font-size: 1.1em;
    margin-right: 0.4em;
    color: #F16821;
}

.nav>li>a {
    padding: 10px;
}

/* 固定ヘッダー用のスタイル */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

body {
    padding-top: 150px;
}

/*トップへ戻る*/

.to-top {
    padding: 15px
}

.ftr_btn {
    text-align: center;
}

.ftr_btn a {
    float: none !important;

}

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}



#pageTop i {
    padding-top: 6px
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 7px;
    border-radius: 10px;
    background-color: #EC971F;
    color: #fff;
    text-decoration: none;
    width: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 17px;
}

/*会社概要*/
.table th {
    font-weight: bold;
}

p.text {
    font-size: 17px;
}

ul.q_policy {
    font-size: 17px;
    padding-left: 0;
}

ul.q_policy li {
    margin-bottom: 15px;
}

.company_area {
    padding-left: 0px;
    padding-right: 0px;
}



/*スマホフッター*/
@media (max-width: 768px) {}


/*事業内容*/

ul.b_ul {
    padding-left: 0;
}

ul.b_ul li {

    font-size: 16px;
    line-height: 2.5rem;
}


/*PCサイズ用*/

@media (min-width: 992px) {

    /*全体*/
    .border-left {
        border-left: 1px solid #fff;
    }
}

@media (min-width: 768px) {

    /*グローバルナビ*/
    .navbar-default {
        background-color: rgba(255, 255, 255, 0.0);
        border: none;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-around;

    }

    .navbar-nav>li {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-nav>li:first-child {
        border-left: none;
    }

    .nav-5>li {
        width: 20%;
    }

    .nav-6>li {
        width: 16.66666667%;
    }

    .nav-7>li {
        width: 14.28571428571429%;
    }

    .nav-8>li {
        width: 12.5%;
    }

    .intro-txt {
        font-size: 18px;
    }

    div.products {
        /*height: 400px;*/
        margin: 40px 0;
    }

}

@media (max-width: 768px) {

    .news_content {
        border: 1px solid #cccccc;
        height: 400px;
        padding: 20px;
        overflow-y: scroll;
        background-color: #ffffff;
        width: 100%;
    }

    .newsDl {
        display: flex;
        border-bottom: 1px dotted;
        padding: 20px 0;
        flex-direction: column;
    }

    .cate_news {
        background-color: #ec971f;
        font-size: 12px;
        padding: 3px;
        margin-right: 40px;
        min-width: 79px;
        color: #fff;
        text-align: center;
        height: 24px;
        margin: 10px 0;
        width: 20px;
    }

    .cate_pro {
        background-color: #cd4544;
        font-size: 12px;
        padding: 3px;
        margin-right: 40px;
        min-width: 80px;
        color: #fff;
        text-align: center;
        height: 24px;
        margin: 10px 0;
        width: 20px;
    }

    .news_content dt {
        min-width: 100px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    .for_pc {
        display: none !important;
    }

    .for_sp {
        display: block;
    }

    .products,
    .setsubi_area {
        flex-direction: column;
    }

    .pr_box,
    .setsubi_box {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .frame-box-001::after {
        border-right: solid 2px #000000;
        border-bottom: solid 2px #000000;
        bottom: 0;
        right: 0;
        top: 100%;

    }

    .f_logo {
        flex-direction: column;
        gap: unset;
    }

    .logo_box {
        float: none;
    }

    .top_des {
        padding-left: 0px;
    }

}

/******************
コンポーネント
*******************/

/*button*/


.button {
    background-color: #333;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
}

.button:hover {
    background-color: #59b1eb;
    text-decoration: none;
}

.button {
    background-color: #333;
    color: #fff;
    line-height: 50px;
}

.button:hover {
    background-color: #59b1eb;
}

.title {
    color: #E73913;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 1px;
    border-bottom: solid 4px #F6D7D2;
    position: relative;
    margin-top: 20px;
}

.title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #b72d0d;
    bottom: -3px;
    width: 30%;
}

li {
    list-style-type: none;
}

.ex {
    padding: 0 15px;
}

/*ロゴレスポンシブ*/
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.new {
    text-align: center;
}

.button2 {
    display: inline-block;
    width: 350px;
    padding: 20px 0px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    outline: none;
}

.button2 {
    background-color: #337AB7;
    color: #fff;
    line-height: 18px;
    margin: 20px 0px;
    max-width: 100%;
}

.button2,
.button2::before,
.button2::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button2:hover {
    background-color: #409CE8;
    color: #fff;
    text-decoration: none;
}

.text-r {
    text-align: right;
}

.kenkou {
    display: flex;
    align-items: center;
}

.kenkou_sengen {
    line-height: 1.8em;
}


@media (max-width: 768px) {
    .kenkou {
        flex-direction: column;
    }
}

/*SDGs*/

.lh {
    color: #E73913;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 1px;
    margin-top: 20px;
    line-height: 2em;
}

.BG_box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sdgs_BG-area {
    width: 100%;
    height: auto;
}

.sdgs_BG-area img {
    width: 100%;
    height: auto;
}

.BG_box em {
    position: absolute;
    padding: 15px 22px 13px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-style: normal;
    left: 0;
    bottom: 15px;
}

.sdgs_number-area {
    width: 100%;
    height: auto;
}

.sdgs_number-area img {
    width: 100%;
    height: auto;
}

.s-icon_BG_box {
    position: relative;
}

.s-icon_BG_box img {
    width: 100%;
    height: auto;
}

.s-icon_BG_box em {
    position: absolute;
    padding: 15px 22px 13px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-style: normal;
    left: 0;
    bottom: 0px;
}

.koumoku_area {
    display: flex;
}

.s-icon {
    padding-left: 0;
}

.d-flex {
    display: flex;
    margin-bottom: 30px;
}

.d-in-flex {
    display: flex;
}

.sdgs_BG_s-area {
    width: 90%;
    height: auto;
}

.sdgs_number_l-area {
    width: 90%;
    height: auto;
}

.sdgs_number_l-area img {
    width: 90%;
    height: auto;
}

.jirei {
    width: 95%;
    line-height: 1.8em;
}

.sdgs_bd {
    margin-top: 80px;
    margin-bottom: 80px;
    border: 0;
    border-top: 2px solid #333;
}

.pl0 {
    padding-left: 0;
}

@media (max-width: 768px) {

    .lh {
        font-size: 12px;
    }

    .BG_box em {
        font-size: 12px;
        padding: 3px 12px;
        bottom: -20px;
    }

    .s-icon_BG_box em {
        font-size: 12px;
        padding: 3px 12px;
        bottom: 0px;
    }

    .koumoku_area {
        display: flex;
        flex-direction: column;
    }

    .sdgs_number_l-area {
        width: 100%;
        margin-left: 10px;
    }

    .d-in-flex {
        flex-direction: column;
    }

    .sdgs_BG_s-area {
        width: 100%;
        margin-bottom: 20px;
    }

    .ml0 {
        margin-left: 0px;
    }

}

/*----製品紹介ページ----*/
.gallery_box {
    display: flex;
}

.gallery {
    margin: 0 auto;
    margin-bottom: 5px;
    padding-left: 0;
    width: 60%;
}

.gallery li {
    list-style: none;
    width: 70%;
}

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left: 2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right: 2.5%;
    transform: rotate(45deg);
}

.choice-btn li {
    cursor: pointer;
    outline: none;
    background: #333;
    width: 23% !important;
    list-style: none;
}

.choice-btn li img {
    opacity: 0.4;
}

.choice-btn li.slick-current img {
    opacity: 1;
}

.choice-btn .slick-track {
    transform: unset !important;
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
}

.gallery li img,
.choice-btn li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.item-bnr:hover {
    opacity: 0.7;
}

.item-bnr img {
    width: 100%;
}


@media (max-width: 768px) {
    .gallery_box {
        flex-direction: column;
    }

    .gallery,
    .gallery li {
        width: 100%;
    }

    .choice-btn {
        padding-left: 0;
    }


    .choice-btn .slick-track {
        width: 100% !important;
        display: flex;
    }

    .choice-btn li {
        width: 25% !important;
    }
}

.biz-fl {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
}

.biz-fl_img {
    width: 35%;
}

.biz-fl_img a {
    display: block;
    width: 100%;
}

.biz-fl_img a img {
    width: 100%;
}

.biz-fl .text {
    width: 70%;
}

@media (max-width: 540px) {
    .biz-fl {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .biz-fl_img,
    .biz-fl .text {
        width: 100%;
    }

}

/*----CTAボタン----*/
.btn-copy {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    margin-bottom: .2em;
    text-align: center;
}

.btn-copy:before {
    margin-right: 1rem;
    content: '＼';
}

.btn-copy:after {
    margin-left: 1rem;
    content: '／';
}

.cta-box p {
    text-align: center;
}

a.btn-c {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    padding: 2rem 5rem 2rem 3rem;
    border-radius: 100vh;
    cursor: pointer;
    color: #000;
    background-color: #fff100;
    border-bottom: 5px solid #ccc100;
}

a.btn-c:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - .8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}

a.btn-c:hover {
    opacity: 0.7;
    transition: 1s;
}

@media (max-width: 540px) {
    .btn-copy {
        font-size: 1.3rem;
    }
}


/*----#p-news----*/

#p-news h3 {
    font-size: 1.7em;
    font-weight: bold;
    padding: 0.5em;
    color: #fff7ef;
    background: #ff962d;
    border-left: solid 5px #ff7f00;
}

#p-news h4 {
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em 0;
    border-top: solid 3px #ff962d;
    border-bottom: solid 3px #ff962d;
}

#p-news h5 {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: double 5px #ff962d;
}

.bdr-txt {
    border: solid 1px #333;
    padding: 20px 10px 10px;
}

.img-fl {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.img-fl div {
    width: 50%;
}

.img-fl div a {
    display: block;
}

.img-fl img {
    border: solid 1px #ff2d2d;
    width: 100%;
}

.list-2c {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.list-2c li {
    width: 30%;
}


@media (max-width: 540px) {
    .img-fl {
        flex-direction: column;
        gap: 10px;
    }

    .img-fl div {
        width: 100%;
    }

    .list-2c {
        flex-direction: column;
        gap: 10px;
    }

    .list-2c li {
        width: 100%;
    }
}

.attention {
    margin: 0 auto;
    border: 2px solid #f06060;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.attention div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #f06060;
    font-size: 1.8em;
    font-weight: 600;
    vertical-align: top;
}

.attention div::before {
    width: 22px;
    height: 22px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8659 3.00017L22.3922 19.5002C22.6684 19.9785 22.5045 20.5901 22.0262 20.8662C21.8742 20.954 21.7017 21.0002 21.5262 21.0002H2.47363C1.92135 21.0002 1.47363 20.5525 1.47363 20.0002C1.47363 19.8246 1.51984 19.6522 1.60761 19.5002L11.1339 3.00017C11.41 2.52187 12.0216 2.358 12.4999 2.63414C12.6519 2.72191 12.7782 2.84815 12.8659 3.00017ZM10.9999 16.0002V18.0002H12.9999V16.0002H10.9999ZM10.9999 9.00017V14.0002H12.9999V9.00017H10.9999Z' fill='%23f06060'%3E%3C/path%3E%3C/svg%3E");
}

.attention p {
    margin: 0;
    padding: 0 1.5em 1em;
    font-size: 1.2em;
}
