@charset "utf-8";

/*===============================================
画面の横幅が770px以下
===============================================*/
@media print,
screen and (max-width : 770px) {

    /*--------------------------------------------
		サイト基本設定
--------------------------------------------*/

    body {
        max-width: 750px;
        height: auto;
        color: #333;
        font-size: 15px;
        font-family: "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: normal;
        line-height: 1.6;
        -webkit-text-size-adjust: 100%;
    }

    a {
        color: #555;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
    }

    img {
        border: 0;
        max-width: 100%;
        height: auto
    }

    .img_50per {
        border: 0;
        max-width: 100%;
        /* height: auto; */
        margin-bottom: 10px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    /*--------------------------------------------
		共通クラス／共通コンテンツ
--------------------------------------------*/

    .for_pc {
        display: none !important;
    }

    .last {
        margin-bottom: 0 !important;
    }

    .for_sp {
        display: block !important;
    }

    /*--------------------------------------------
		header / ヘッダー
--------------------------------------------*/

    #header {
        width: 100%;
        min-height: 165px;
    }

    #header {

        padding: 0;

    }

    #header .hdr_inner .hdr_logo {
        float: left;
        width: 210px;
        padding: 30px 5%;
    }

    /*　ハンバーガーメニュー　*/
    .hamburger {
        display: block;
        position: absolute;
        z-index: 9999;
        right: 5%;
        top: 26px;
        width: 37px;
        height: 30px;
        cursor: pointer;
        text-align: center;
        background: #ffffff3d;
        position: fixed;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 25px;
        height: 1px;
        left: 6px;
        background: #666;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 18px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2) {
        top: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 2000;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        text-align: center;
        visibility: hidden;
        width: 100%;
        opacity: 0;
        transition: opacity .6s ease, visibility .6s ease;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        background-color: #fac213;
    }

    nav.globalMenuSp ul li a:last-child {
        display: flex;
        color: #fff;
        padding: 6% 0;
        font-weight: bold;
        text-decoration: none;
        flex-direction: column;
    }

    nav.globalMenuSp ul li.last a {
        display: flex;
        color: #333;
        padding: 6% 0;
        font-weight: bold;
        text-decoration: none;
        flex-direction: column;
    }


    nav.globalMenuSp ul li.last a span {
        font-size: 3vw;
        color: #fff;
        font-weight: normal;
    }

    nav.globalMenuSp ul li a {
        display: flex;
        color: #fff;
        padding: 6% 0;
        font-weight: bold;
        text-decoration: none;
        flex-direction: column;
    }

    nav.globalMenuSp ul li a span {
        font-size: 3vw;
        color: #FAC213;
        font-weight: normal;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        opacity: 100;
        visibility: visible;
    }

    #header .open {
        display: block !important;
    }

    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    #header #sp_nav li {
        width: 88%;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        background: #666;
        padding: 8px 6% 8px 6%;
        margin-bottom: 1%;
    }

    #header #sp_nav li:last-child {
        margin-bottom: 0;
    }

    #header #sp_nav li span {
        color: #ef6a16;
        font-size: 10px;
        font-weight: normal;
        display: inline-block;
        margin-left: 10px;
    }

    #header #sp_nav li p {
        border-bottom: #fff 1px dotted;
        padding-bottom: 5px;
        margin: 5px 0;
    }

    #header #sp_nav li a {
        float: left;
        width: 50%;
        color: #fff;
        font-size: 13px;
        background: url(../Images/common/arrow_white_s.png) left center no-repeat;
        background-size: 6px;
        display: block;
        box-sizing: border-box;
        padding: 2% 2% 2% 4%;
    }

    #header #sp_nav li.nav01 a {
        float: none;
        font-size: 16px;
        background: none;
        padding: 0;
    }

    #header #sp_nav li.nav02 {
        background: #0a7ece;
    }

    #header .logo_area {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    #header .logo_area ul.logo_list {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 4px;
        text-align: center;
        padding: 0 5%;
    }

    #header .logo_area ul.logo_list img.logo {
        display: block;
        width: 70px;
        margin: 0 auto;
    }

    #header .logo_area ul.logo_list li {
        margin: 0;
    }

    #header .logo_area ul.logo_list li a {
        text-align: center;
        font-size: 8px;
    }

    /*--------------------------------------------
		breadcrumb / ぱんくず
--------------------------------------------*/

    #breadcrumb {
        display: none;
    }

    /*--------------------------------------------
		footer / フッター
--------------------------------------------*/

    #footer {
        width: 100%;
    }

    #footer .ftr_sp {
        padding: 40px 0 15px;
    }

    #footer .ftr_sp .ftr_top {
        text-align: center;
        padding: 0 13px;
    }

    #footer .ftr_sp .ftr_top dt {
        text-align: center;
        border-bottom: #FAC213 1px solid;
        padding-bottom: 5%;
        margin: 0 auto 5%;
    }

    #footer .ftr_sp .ftr_top dt img {
        width: 65%;
    }

    #footer .ftr_sp .ftr_top dd {
        font-size: 13px;
    }

    #footer .ftr_sp ul {
        text-align: center;
        padding: 0 13px;
    }

    #footer .ftr_sp ul li:last-child {
        margin-top: 5%;
    }

    #footer .ftr_sp ul li .ttl {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 3px;
    }

    #footer #copyright {
        font-size: 10px;
        text-align: center;
        line-height: 1.3;
        padding: 4%;
    }

    #footer #copyright a {
        color: #fff;
        text-decoration: underline;
    }

    /*--------------------------------------------
       トップページ
--------------------------------------------*/
    #top section {
        padding: 80px 0;
    }

    #top h2 {
        font-size: 10vw;
        color: #FAC213;
        margin-bottom: 45px;
        position: relative;
        font-family: 'Noto Sans';
        letter-spacing: 2px;
        z-index: 10;

        text-align: center;

    }

    #top h2 span {
        font-size: 1rem;
        display: block;
        line-height: 1;
        margin-top: -2px;
        font-weight: normal;
    }

    /*キーイメージ*/
    #top #keyimg {
        width: 100%;
        height: 415px;
        position: relative;
        background: url(../Images/top/main.jpg) no-repeat bottom;
        background-size: cover;
        background-position: left 68% center;
    }

    #top #keyimg img {
        max-width: 100%;
        height: 415px;
    }

    #top #keyimg .message {
        position: absolute;
        top: 2px;
        left: 3%;
        width: 200px;
        line-height: 2;
    }

    #top #keyimg .message .big {
        font-size: 4vw;
        line-height: 1.3;
        font-weight: bold;
        font-family: serif;
        margin-left: 1%;
    }

    #top #keyimg .message .small {
        font-size: 2vw;
        font-weight: bold;
    }

    /*会社概要*/
    #top #company h2 {
        padding: 0 10% 0;
    }

    #top #company .imgArea {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    #top #company_sp .tArea {
        box-sizing: border-box;
        padding: 0 10% 0;
        width: 100%;
    }

    #top #company_sp h2:before {
        content: "COMPANY";
        color: #FAC2133b;
        font-size: 12vw;
        position: absolute;
        font-family: serif;
        z-index: -10;
        top: -17px;
        left: 25px;
        right: 0;
        margin: auto;
    }

    #top #company_sp .tArea p {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    #top #company_sp .tArea .btn a {
        background: #FAC213;
        padding: 20px 0;
        width: 100%;
        text-align: center;
        color: #fff;
        display: inline-block;
    }



    #top #top_facility_sp h2 {
        padding: 0 10% 0;
    }

    #top #top_facility_sp .imgArea {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    #top #top_facility_sp .tArea {
        box-sizing: border-box;
        padding: 0 10% 0;
        width: 100%;
    }

    #top #top_facility_sp h2:before {
        content: "FACILITY";
        color: #FAC2133b;
        font-size: 12vw;
        position: absolute;
        font-family: serif;
        z-index: -10;
        top: -17px;
        left: 25px;
        right: 0;
        margin: auto;
    }

    #top #top_facility_sp .tArea p {
        margin-bottom: 30px;
    }

    #top #top_facility_sp .tArea .btn a {
        background: #FAC213;
        padding: 20px 0;
        width: 100%;
        text-align: center;
        color: #fff;
        display: inline-block;
    }

    /*生産設備*/
    #top #facility h2 {
        padding: 0 10% 0;
    }

    #top #facility .imgArea {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    #top #facility .tArea {
        box-sizing: border-box;
        padding: 0 10% 0;
        width: 100%;
    }

    #top #facility h2:before {
        content: "FACILITY";
        color: #FAC2133b;
        font-size: 12vw;
        position: absolute;
        font-family: serif;
        z-index: -10;
        top: -17px;
        left: 25px;
        right: 0;
        margin: auto;
    }

    #top #facility .tArea p {
        margin-bottom: 30px;
    }

    #top #facility .tArea .btn a {
        background: #FAC213;
        padding: 20px 0;
        width: 100%;
        text-align: center;
        color: #fff;
        display: inline-block;
    }


    /*サービス紹介*/
    #top #service {
        background-image: url(../Images/top/bg_01.jpg);
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #top #service h2:before {
        display: none;
        content: "SERVICE";
        color: #9fc8e4;
        font-size: 12vw;
        position: absolute;
        font-family: serif;
        top: -17px;
        left: 0px;
        right: 0;
        margin: auto;
        z-index: -10;
    }

    #top #service .tArea {
        box-sizing: border-box;
        padding: 0 10% 0;
        width: auto;
    }

    #top #service ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: unset;

        padding: 0 3%;
        margin-bottom: 30px;
    }

    #top #service .imgArea {
        display: none;
    }

    #top #service ul li a {
        width: 100%;
        padding: 8% 0;
        background: #fff;
        display: inline-block;
        font-weight: bold;
        letter-spacing: 3px;
        font-size: 4vw;
    }

    #top #service li {
        width: 100%;
        background: #fff;
        margin-bottom: 2%;
        text-align: center;
    }

    #top #service li span {
        display: inline-block;
        padding-right: 40px;
        background: url(../Images/common/arrow.png) right center/60px 4px no-repeat;
        background-size: 29%;
    }

    #top #service h2 {
        font-size: 10vw;

    }

    /*実績紹介*/
    #top #works {
        padding: 80px 3% 111px !important;
    }

    #top #works h2 {
        text-align: center;
    }

    #top #works h2:before {
        content: "WORKS";
        color: #FAC2133b;
        font-size: 12vw;
        position: absolute;
        font-family: serif;
        top: -20px;
        left: 0;
        right: 0;
        z-index: -10;
        margin: auto;
    }

    #top #works ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    #top #works ul li {
        margin-bottom: 5%;
    }

    #top #works ul li:last-child {
        margin-bottom: 0;
    }

    #top #works p {
        text-align: center;
        display: block;
        padding: 1% 0;
        background: #FAC213;
        color: #fff;
        font-size: 3.5vw;
    }

    #top #works .btn a {
        text-align: center;
        margin: 0 auto;
        display: block;
        background: #FAC213;
        color: #fff;
        padding: 20px 0;
        width: 80%;
    }

    /*採用情報*/
    #top #recruit_top h2:before {
        content: "RECRUIT";
        z-index: -10;
        color: #FAC2131f;
        font-size: 52px;
        position: absolute;
        font-family: serif;
        top: -15px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #top #recruit_top .tArea .btn a {
        text-align: center;
        margin: 0 auto;
        display: block;
        background: #FAC213;
        color: #fff;
        padding: 2% 0;
        width: 50%;
    }

    #top #recruit_top .imgArea p {
        position: absolute;
        font-family: serif;
        -webkit-writing-mode: vertical-rl;
        /* writing-mode: vertical-rl; */
        font-size: 3rem;
        font-weight: bold;
        display: block;
        padding: 40px;
        background: #e8eff5;
        color: #333;
        right: 55%;
        top: -38px;
        font-size: 20px;
    }

    #top #recruit {
        padding-top: 0px;
    }

    #top #recruit h2 {
        text-align: center;
    }

    #top #recruit h2:before {
        content: "RECRUIT";
        color: #FAC2133b;
        z-index: -10;
        font-size: 12vw;
        position: absolute;
        font-family: serif;
        top: -20px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #top #recruit .imgArea {
        position: relative;
        margin-bottom: 80px;
    }

    #top #recruit .imgArea img {
        margin-top: 30px;
    }

    #top #recruit .imgArea p {
        position: absolute;
        font-family: serif;

        font-size: 5vw;
        font-weight: bold;
        display: block;
        padding: 10px 0;
        padding: 8px;
        background: #e8eff5;
        color: #333;
        right: 50%;
    }

    #top #recruit .imgArea p.m2 {
        right: 19%;
    }

    #top #recruit .tArea {
        padding: 0 10%;
    }

    #top #recruit .tArea p {
        margin-bottom: 20px;
    }

    #top #recruit .tArea .btn a {
        text-align: center;
        margin: 0 auto;
        display: block;
        background: #FAC213;
        color: #fff;
        padding: 20px 0;
        width: auto;
    }

    /*お知らせ*/
    #top #news {
        padding: 50px 10%;

        text-align: center;
    }

    #top #news h2 {
        text-align: center;
        color: #333;
        width: auto;
    }

    #top #news ul li dl {
        text-align: left;
        font-weight: bold;
        margin-bottom: 3%;
        display: flex;
        flex-wrap: wrap;
    }

    #top #news ul li dl dt {
        margin-right: 10px;
    }

    #top #news .news_label {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    #top #news ul dd.news_text,
    #top #news ul dd.news_text a {
        font-size: 16px;
        padding-left: 0px;
        /*margin-top: 10px;*/
    }

    #top #news ul li dl dd.cat {
        background: #fac213;
        font-size: 2.5vw;
        color: #fff;
        height: 16px;
        margin-top: 2px;
        font-weight: bold;
        padding: 1px 10px;
        text-align: center;
        padding: 3px 10px 1px;
    }

    #top #news ul li.detail {
        text-align: right;
        font-weight: bold;
        margin-top: 10%;
    }

    #top #news ul li.detail p {
        background: url(../Images/common/arrow.png) right center/60px 4px no-repeat;
    }

    #top #news ul li.detail p span {
        padding-right: 68px;
    }

    #top #news ul {
        display: table;
        margin: 0 auto;
        padding: 20px;
        height: 315px;
        overflow-y: scroll;
        background-color: #fff;
        width: auto;
    }

    #top .news_sdgs {
        display: flex;
        background: #f6efd8;
        text-align: center;
        justify-content: space-between;
        flex-direction: column;
    }

    #top #sdgs {
        padding: 50px 0px;

        text-align: center;
    }

    #top #sdgs h2 {
        text-align: center;
        color: #333;
        width: auto;
    }

    #top #sdgs img {
        width: 100%;
        margin-bottom: 20px;
    }


    /*お問合せ*/
    #contact {
        padding: 50px 10% !important;
        background-image: url(../Images/top/bg_02.jpg);
        background-size: cover;
    }

    #contact ul {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 8% 8% 12%;
        flex-direction: column;
    }

    #contact ul li {
        text-align: center;
        width: auto;
    }

    #contact ul li:first-child {
        margin-bottom: 8px;
    }

    #contact ul li dl dt.con {
        font-size: 2.5rem;
        color: #333;
        font-weight: bold;
        margin-bottom: 32px;
        font-family: 'Noto Sans';
        letter-spacing: 2px;
        position: relative;
    }

    #contact ul li dl dt.con span {
        font-size: 0.9rem;
        display: block;
        line-height: 2;
        margin-top: -9px;
        font-weight: normal;
    }

    #contact ul li dl dt.con:before {
        position: absolute;
        bottom: -10px;
        left: calc(50% - 30px);
        width: 60px;
        height: 2px;
        content: '';
        border-radius: 3px;
        background: #FAC213;
    }

    #contact ul li dl dt:before {
        content: "";
        display: inline-block;
        width: 0.8em;
        height: 0.8em;
        background: url(../Images/top/tel.png) no-repeat;
        background-size: contain;
    }

    #contact ul li dl dt {
        font-size: 8vw;
        font-weight: bold;
        font-family: serif;
        margin-bottom: 7%;
    }

    #contact ul li dl dt span {
        font-size: 4vw;
        display: block;
        margin-top: -7px;
        font-family: "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    #contact ul li dl dd a {
        text-align: center;
        margin: 0 auto;
        display: block;
        background: #FAC213;
        color: #fff;
        padding: 5% 0;
    }

    /*--------------------------------------------
       下層ページ共通
--------------------------------------------*/
    .breadcrumbs ul {
        display: flex;
        justify-content: flex-end;
        padding: 20px 5%;
    }

    .breadcrumbs ul li {
        font-size: 12px;
        font-weight: bold;
    }

    .breadcrumbs ul li a {
        display: inline-block;
        position: relative;
        margin-right: 36px;
        padding-right: 9px;
        transition: all .2s;
    }

    .breadcrumbs ul li a::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 43px;
        margin-top: -5px;
        width: 82%;
        height: 5px;
        background: url(../Images/common/arrow.png) 0 0 no-repeat;
    }

    #main {
        padding: 30px 10%;
        position: relative;
    }

    #main h2 {
        position: relative;
        font-size: 9vw;
        color: #FAC213;
        letter-spacing: 2px;
        font-family: 'Noto Sans';
    }

    #main h2:before {
        color: #FAC2133b;
        font-size: 10vw;
        position: absolute;
        font-family: serif;
        z-index: -10;
        top: -12px;
        left: 0;
    }

    #main h2 span {
        position: relative;
        display: block;
        font-size: 16px;
        color: #333;
        letter-spacing: 3px;
        border-left: 4px solid #FAC213;
        padding-left: 10px;
    }

    .nav {
        display: flex;
        padding: 0 15px;
        margin: 0 auto;
    }

    .nav li {
        width: 25%;
    }

    .nav a {
        display: block;
        padding: 10px 0;
        margin-right: 1%;
        font-size: 3vw;
        background: #FAC213;
        color: #fff;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
        font-family: 'Noto Sans';
    }

    .company_ul {
        width: auto;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .company_ul li {
        width: 25%;
        margin: 10px;
    }


    .company_ul a {
        display: block;
        padding: 10px 0;
        margin-right: 1%;
        font-size: 3vw;
        background: #FAC213;
        color: #fff;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
        font-family: 'Noto Sans';
    }



    .company_ul a:last-child {
        display: block;
        padding: 10px 5px;
        margin-right: 1%;
        font-size: 3vw;
        background: #FAC213;
        color: #fff;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
        font-family: 'Noto Sans';
    }

    #company #charge img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    h3 {
        font-size: 6vw;
        font-family: 'Noto Sans';
        text-align: center;
        margin-bottom: 30px;
        letter-spacing: 4.2px;
    }

    h3 span {
        display: block;
        font-size: 3vw;
        letter-spacing: 2px;
        font-weight: normal;
        color: #FAC213;
        margin-top: -4px;
    }

    /*--------------------------------------------
       会社概要
--------------------------------------------*/
    #company span.ceo_name {
        font-family: HGS行書体;
        text-align: left;
        font-size: 30px;

    }

    #company #header {
        min-height: 93px;
    }

    #company #main h2:before {
        content: "COMPANY";
    }

    /*会社概要*/
    #company #greeting,
    #company #goal {
        padding: 60px 5%;
    }

    #company #greeting .info .imgArea {
        margin-bottom: 30px;
    }

    #company #greeting .info .tArea {
        font-weight: bold;
    }

    #company #greeting .info .tArea span {
        display: block;
        font-size: 4.5vw;
        letter-spacing: 2px;
        padding-top: 30px;
        font-weight: bold;
        text-align: right;
    }

    #company #greeting .info .message {
        font-size: 6vw;
        margin: 0 auto;
        line-height: 1.3;
        font-weight: bold;
        font-family: serif;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: inherit;
        color: #FAC213;
        margin-bottom: 10px;
        text-align: center;
    }

    .g_area {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    #company #greeting .info_greeting .tArea,
    #company #kankyo .info .tArea,
    #company #goal .info_greeting .tArea {
        font-weight: 500;
        width: auto;
        margin: 0 auto;
        padding: 10px;
        font-size: 19px;
    }

    #company #greeting .info_greeting .message_sp {
        font-size: 26px;
        line-height: 1.3;
        font-weight: bold;
        font-family: serif;
        writing-mode: inherit;
        color: #F77E21;
        padding: 32px;
        display: grid;
        align-items: center;
        text-align: justify;
    }

    #company #goal {
        padding: 0px 5% 60px 5%;
    }

    .goal_txt_ttl span:after {
        width: 5rem;
    }

    /*会社情報*/
    #company #com {
        padding: 60px 5%;
        background: #f6f6f6;
    }

    #company .info table th {
        border: 1px solid #ccc;
        padding: 20px;
        width: 10%;
    }

    #com .info table .img_fl {
        flex-direction: column;
    }

    #company .info table td img.c_td_img {
        width: 100%;
    }

    #company #com .info {
        width: auto;
    }

    #company #com dl {
        padding: 20px;
        font-weight: bold;
        border-bottom: 1px solid #ebebeb;
    }

    #company #com dl:last-child {
        border-bottom: none;
    }

    #company #com dl dt {
        margin-bottom: 5px;
        width: 120px;
    }

    /*沿革*/
    #company #history {
        padding: 60px 5%;
    }

    #company #history .cArea {
        width: auto;
    }

    #company #history .time {
        width: 100%;
        background: #fff;
        padding: 5%;
        box-sizing: border-box;
    }

    #company #history .time .timeline {
        list-style: none;
    }

    #company #history .time .timeline p {
        width: 100%;
        font-weight: 600;
        display: inline-block;
    }

    #company #history .time .timeline li {
        margin-bottom: 60px;
    }

    #company #history .time .timeline li {
        margin: 0;
        border-bottom: 1px solid #FAC21338;
        padding-bottom: 10px;
    }

    #company #history .time .timeline li:last-child {
        border-bottom: none;
    }

    #company #history .time .timeline-date {
        margin-top: 20px;
    }

    #company #history .time .timeline-content p.last {
        margin-bottom: 20px !important;
    }

    #company #history .imgArea {
        width: 100%;
        background: url('../Images/company/bg_02.jpg');
        background-size: cover;
    }

    #company #history .time .timeline-content:before {
        display: none;
    }

    #company #history .time .timeline-content {
        border-left: none;
        padding-left: 10px;
    }

    /*アクセス*/
    #company #access {
        padding: 60px 5%;
    }

    #company #parking {
        padding: 30px 5%;
    }

    #company #access div,
    #company #parking div,
    #company #charge div {
        width: auto;
    }

    #company #access p,
    #company #parking p {
        margin-top: 10px;
    }

    #company #access iframe,
    #company #parking iframe {
        height: 300px;
    }

    /*--------------------------------------------
       サービス紹介
--------------------------------------------*/
    #service #header {
        min-height: 93px;
    }

    #service #main h2:before {
        content: "SERVICE";
    }

    /*メッセージ*/
    #service #message {
        padding: 60px 5%;
        text-align: center;
    }

    #service #message .ttl {
        font-size: 5.5vw;
        line-height: 1.3;
        font-weight: bold;
        color: #22608a;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 5px;
        letter-spacing: 2px;
    }

    #service #message .ttl:before {
        position: absolute;
        bottom: -10px;
        left: calc(50% - 30px);
        width: 60px;
        height: 3px;
        content: '';
        background: #999;
    }

    #service h3 {
        margin-bottom: 11px;
    }

    /*建築工事・土木工事*/
    #service #architecture {
        padding-top: 30px;
    }

    #service #architecture,
    #service #civil,
    #service #public {
        padding-bottom: 30px;
        background: #e8f0f8;
    }

    #service #architecture .info,
    #service #civil .info {
        position: relative;
    }

    #service #architecture .info .tArea,
    #service #civil .info .tArea {
        box-sizing: border-box;
        padding: 5%;
    }

    #service #civil {
        padding-top: 0;
    }

    /*公共工事・不動産開発*/
    #service #public .info .tArea,
    #service #real .info .tArea {
        box-sizing: border-box;
        padding: 5%;
    }

    #service #real {
        background: #e8f0f8;
        padding-bottom: 60px;
    }

    .breadcrumbs ul li a.list2::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 77px;
        margin-top: -5px;
        width: 46%;
        height: 5px;
        background: url(../Images/common/arrow.png) 0 0 no-repeat;
    }

    .service_content .info li {
        font-weight: bold;
        margin-right: 14px;
        background-color: #FAC213;
        padding: 12px 12px;
        min-width: 87px;
        text-align: center;
        color: #fff;
        margin-bottom: 10px;
    }


    .service_ul {
        display: table;
        margin: 0 auto;
    }


    /*--------------------------------------------
       実績紹介
--------------------------------------------*/
    #works #header {
        min-height: 93px;
    }

    #works #main h2:before {
        content: "WORKS";
    }

    #works #work {
        padding: 60px 5%;
    }

    #works .work_c {
        background: #edf8ff;
    }

    #works .work_c2 {
        background: #ddedf7;
    }

    #works #work ul li {
        position: relative;
        width: 100%;
        margin-bottom: 20%;
    }

    #works #work ul li .imgArea img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    #works #work ul li .tArea {
        position: absolute;
        background: #fff;
        bottom: -42px;
        right: -5%;
        width: 80%;
        padding: 4%;
        border-left: 4px solid #FAC213;
    }

    /*--------------------------------------------
       採用情報
--------------------------------------------*/
    #recruit #header {
        min-height: 93px;
    }

    #recruit #main h2:before {
        content: "RECRUIT";
    }

    #recruit .nav li {
        width: 50%;
    }

    #recruit #new,
    #recruit #mid {
        padding: 60px 5%;
    }

    #recruit #mid {
        padding-top: 0;
    }

    #recruit table {
        width: 100%;
    }

    #recruit table th {
        width: 15%;
        line-height: 1.2;
        background-color: #ddd;
        border-right: none;
        border-bottom: #fff 3px solid;
        padding: 3%;
    }

    #recruit table th.address {
        width: 11%;
        background-color: #ddd;
    }

    #recruit table td {
        width: auto;
        font-size: 14px;
        background-color: #eee;
        border-bottom: #fff 3px solid;
        padding: 3%;
    }

    #recruit table tr {
        display: flex;
        flex-direction: column;
    }

    #recruit #new table th {
        background-color: #c3d6e6;
        background-color: #c3d6e6;
        width: auto;
    }

    #recruit #new table td {
        background-color: #FAC2133b;
    }

    #recruit table dl span a {
        font-weight: bold;
        color: #FAC213;
    }

    #top #sdgs ul li.detail {
        font-weight: bold;
        margin-top: 10px;
    }

    #top #sdgs ul li.detail p {
        background: url(../Images/common/arrow.png) right center/60px 4px no-repeat;
    }

    #top #sdgs ul li.detail p span {
        padding-right: 68px;
    }

    #top #sdgs ul li.detail a:hover {
        letter-spacing: 2px;
        color: #333;
    }


    /*--------------------------------------------
       お問い合わせ
--------------------------------------------*/
    #contact_form #header {
        min-height: 93px;
    }

    #contact_form #main h2:before {
        content: "CONTACT";
    }

    #contact_form section#contact_f {
        padding: 0px 5%;
    }

    #contact_form section#contact_f p {
        margin-bottom: 30px;
        font-weight: bold;
    }


    /*ロゴ*/

    #footer ul.logo_ul_sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }

    #footer ul.logo_ul_sp li {
        margin: 0px;
    }

    #footer img.logo1_sp {
        display: block;
        width: 230px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    #footer img.logo2_sp {
        display: block;
        width: 230px;
        margin-bottom: 30px;
    }

    #footer img.logo3_sp {
        display: block;
        width: 150px;
        height: 150px;
    }

    /*--------------------------------------------
       SDGs
--------------------------------------------*/

    #SDGs #header {
        min-height: 93px;
    }


    #SDGs #main h2:before {
        content: "SDGs";
    }


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

    .torikumi_section {
        padding: 0px;
        width: 100%;
        justify-content: space-around;
    }


    #sdgs_section .torikumi_section .torikumi img {
        display: block;
        width: 35%;
        height: 100%;
        margin: 0 auto;
    }

    .sdgs_img_area {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .torikumi p.p_first {

        font-size: 18px;
        font-weight: bold;
        margin: 0 auto;
        display: table;
        margin-top: 25px;
    }


    .torikumi ul {
        padding: 10px;

    }

    .torikumi ul li {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .torikumi_section2 {
        padding-left: 0px !important;
    }

    #sdgs_section p.s_p {
        padding-left: 15px;
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    .sdgs_ttl,
    .sdgs_sbttl {
        padding: 0px !important;
    }

    .sdgs_ttl span {
        font-size: 1.2em !important;
        padding: 10px 0;
        padding-left: 0 !important;
        display: block !important;
    }

    .sdgs_sbttl {
        margin-bottom: 20px;
    }

    .sdgs_sbttl span {
        font-size: 1em;
        margin-bottom: 15px;
        padding-left: 0;
    }

    .gutai_subttl,
    .gutai_naiyou {
        font-size: 1em;
        padding-left: 0;
    }

    /*--------------------------------------------
     会社の雰囲気
--------------------------------------------*/

    #atmosphere {
        padding: 120px 3% 60px;
        background: #55baff33;
        ;
    }

    .atmosphere_description {
        padding: 20px 10px;
        background-color: #fff;
    }

    .atmosphere_date {
        background-color: #1d4c6c;
        padding: 2px 5px;
        margin-bottom: 8px;
        display: inline-block;
        color: #fff;
    }

    .col-sm-3 {
        margin-bottom: 8%;
        background: #fff;
        box-shadow: 0 1px 5px rgb(0 0 0 / 16%);
        width: 100%;
    }


    /*--------------------------------------------
     ニュース追記
--------------------------------------------*/

    .sdgs_img_box2 img {
        width: 100%;
    }

    .info-imgBox {
        width: 85%;
    }

    #kenkou p a {
        font-size: 20px;
    }

    /*--------------------------------------------
     品質保証
--------------------------------------------*/

    /*section.quality img {*/
    /*    display: block;*/
    /*    width: 90%;*/
    /*    margin: 0 auto;*/
    /*    margin-bottom: 20px;*/
    /*}*/

    section.quality {
        padding: 60px 0;
    }

    .quality-img {
        padding: 0 10%;
        flex-direction: column;
    }

    .quality-img .info-imgBox {
        width: 100%;
    }

    .quality-img img {
        width: 100%;
    }

}
