@charset "UTF-8";
/*
	foundation
================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    width: 100%;
    color: #1a1a1a;
    font: 1.5rem / 1.71429 "BIZ UDPゴシック", "BIZ UDPGothic", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    /*  overflow-x: hidden;*/
}

body {
    min-width: 1000px;
    animation: bodyFadeIn 1s ease 0s 1 normal;
}

.sp {
    display: none;
}

ul {
    list-style: none;
}

@keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

main {
    display: block;
}

p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd,
th,
td,
address,
pre,
blockquote,
span {
    font-size: 100%;
    line-height: inherit;
}

ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 1px;
    empty-cells: show;
    background: #000;
}

th,
td {
    text-align: left;
}

table tr th {
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
    background: #fff;
}

table tr td {
    padding: 10px 10px 10px 40px;
    box-sizing: border-box;
    background: #fff;
}

table.table_gray tr th {
    vertical-align: top;
    background-color: #0cb976;
    color: #fff;
}

table.table_gray tr td ul li {
    line-height: 2;
}

address {
    font-style: normal;
}

a {
    background-color: transparent;
    outline: none;
    color: currentColor;
    text-decoration: none;
}

strong,
em,
b {
    font-weight: bold;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: top;
}

svg {
    max-width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

hr {
    border: none;
}

label,
input,
button,
textarea,
select {
    font-size: 100%;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
}

input::-ms-clear {
    visibility: hidden;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

p.pc,
img.pc,
br.pc {
    display: block !important;
    font-size: 0;
}

p.smp,
img.smp,
br.smp,
br.tab,
div.smp {
    display: none !important;
}

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

/*
	print
================================================== */
@media print {
    body {
        width: 1000px;
        transform: scale(0.9);
        transform-origin: 0 0;
        overflow-y: visible !important;
    }

    @page {
        margin: 8mm;
        margin: 10mm 8mm 10mm 8mm;
    }

    [data-no-print] {
        display: none !important;
    }
}

/*
	layout
================================================== */
.inner1000 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.inner900 {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

div.main_contents {
    padding-top: 20px;
}


/*
	header
================================================== */
header div.smp_header {
    display: none;
}

header div.header_box01 {
    border-top: #d21008 3px solid;
}

header div.header_box01 ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header div.header_box01 ul li a {
    display: block;
    padding: 0.4em 1em;
}

header div.header_box01 ul li:first-of-type {
    border-left: 1px solid #d21008;
    border-bottom: 1px solid #d21008;
    border-right: 1px solid #d21008;
    color: #d21008;
}

header div.header_box01 ul li:nth-of-type(2) {
    background-color: #46b432;
    color: #fff;
}

header div.header_box01 ul li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

header div.header_box02 h1 {
    width: 260px;
    margin: 0 auto;
}

header div.header_box02 h1 img {
    width: 100%;
}

header div.header_box02 {
    padding: 20px 0;
}

header div.header_box03 {
    margin-bottom: 20px;
}

header div.header_box03 nav>ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end;

}

header div.header_box03 nav>ul>li {
    font-size: 1.7rem;
    position: relative;
    /*    flex: 1 1 100%;*/

}

header div.header_box03 nav>ul>li>a {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.375;
    text-align: center;
}

header div.header_box03 nav>ul>li>a>span {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

header div.header_box03 nav>ul>li>a>span:hover::after {
    bottom: -6px;
    opacity: 1;
    visibility: visible;
}

header div.header_box03 nav>ul>li>a>span::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #009343;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

header div.header_box03 nav>ul>li>a>span.menu_hover::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #009343;
    visibility: visible;
    opacity: 1;
}


header div.header_box03 nav>ul>li.dropmenu:hover {
    cursor: default;
}

header div.header_box03 nav>ul>li.dropmenu {
    position: relative;
    /*    margin-top: -3px;*/
}

header div.header_box03 nav>ul>li.dropmenu>span {
    vertical-align: top;
    display: block;
}

header div.header_box03 nav>ul>li.dropmenu ul {
    position: absolute;
    z-index: 20;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0;
    padding: 5px 0 10px 0;
    width: 253px;
}

header div.header_box03 nav>ul>li.dropmenu ul li {
    width: 253px;
    padding: 2px 0;
    line-height: 2;
    font-size: 1.7rem;
    box-sizing: border-box;
}

header div.header_box03 nav>ul>li.dropmenu ul li:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .9);
    border-bottom: #009343 solid 1px;
}

header div.header_box03 nav>ul>li.dropmenu ul li:nth-of-type(even) {
    background-color: rgba(255, 255, 255, .9);
    border-bottom: #009343 solid 1px;
}

header div.header_box03 nav>ul>li.dropmenu ul li:last-of-type {
    padding: 2px 0 8px 0;
}

header div.header_box03 nav>ul>li.dropmenu ul li a {
    text-align: center;
    display: block;
    padding: 2px 12px;
    box-sizing: border-box;
}

header div.header_box03 nav>ul>li.dropmenu ul li:hover {
    /*    border-bottom: #d21008 solid 1px;*/
    box-sizing: border-box;
    transition: .3s;
    background-color: rgba(237, 239, 229, 0.9);
}

header div.header_box03 nav>ul>li.dropmenu ul li a:hover {
    cursor: pointer;
}

header div.header_box03 nav>ul>li ul {
    opacity: 0;
    top: 50%;
    visibility: hidden;
    transition: .5s;
    padding-top: 4px;
}

header div.header_box03 nav>ul>li.dropmenu:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

/*
	footer
================================================== */
footer {
    background-color: #666666;
    color: #fff;
    padding: 40px 0 30px 0;
}

footer p.logo {
    /*max-width: 240px;*/
    width: 50%;
    margin: 0 auto;
}

footer p.logo img {
    width: 100%;
}

footer div.footer_link {
    padding: 20px 0;
}

footer div.footer_link ul li {
    font-size: 18px;
    line-height: 2.2;
    padding: 0 10px;
}

footer div.footer_link ul li span {
    font-weight: bold;
}

footer div.footer_link ul,
footer div.footer_link ol {
    /*  float: left;*/
}

footer div.footer_link_generally ul li a {
    /*text-decoration: underline;*/
}

footer div.footer_link div.footer_contact {
    float: right;
}

footer div.footer_link ul {
    /*padding-right: 80px;*/
    display: flex;
    width: 100%;
    justify-content: center;
}

footer div.footer_link ol li a {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 0.7em 2.2em;
    box-sizing: border-box;
}

footer div.footer_link ol li {
    margin-bottom: 8%;
}

footer div.footer_link ol li:first-of-type {
    border: 1px #fff solid;
}

footer div.footer_link ol li:nth-of-type(2) {
    background-color: #46b432;
}

p.copy {
    text-align: center;
}

footer div.footer_contact {
    display: flex;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
}

footer div.footer_contact p.txt {
    letter-spacing: 0.62em;
}

footer div.footer_contact p.tel {
    margin-top: 1%;
    margin-bottom: 4%;
    width: 40%;
}

footer div.footer_contact p.tel a {
    cursor: default;
}

footer p.btn a {
    text-align: center;
    border: 1px #fff solid;
    font-weight: bold;
    font-size: 2.2rem;
    padding: 0.7em 2em;
    display: block;
}

footer div.footer_link ol li a:hover,
footer p.btn a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #fff;
    color: #666666;
}

/* トップへ戻る
================================================== */

div.gotop {
    width: 50px;
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 50;
}

div.gotop a img {
    width: 100%;
}

/*==================================================
下層ページ共通
================================================== */

/* headline
================================================== */
section.headline div.h2 {
    height: 250px;
    position: relative;
    overflow: hidden;
}

section.headline div.h2 h2 {
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 10px, rgba(0, 0, 0, 0.4) -1px 1px 10px, rgba(0, 0, 0, 0.4) 1px -1px 10px, rgba(0, 0, 0, 0.4) -1px -1px 10px;
    letter-spacing: 0.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

section.headline div.breadcrumbs {
    background: #f2f2f2;
}

section.headline div.breadcrumbs ul {
    width: 1000px;
    margin: 0 auto;
    padding: 5px 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

section.headline div.breadcrumbs ul li {
    padding-left: 12px;
    color: #009343;
    position: relative;
}

section.headline div.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

section.headline div.breadcrumbs ul li::after {
    position: relative;
    top: 1px;
    content: "＞";
    margin-left: 12px;
    color: #1a1a1a;
}

section.headline div.breadcrumbs ul li:last-of-type {
    color: #1a1a1a;
}

section.headline div.breadcrumbs ul li:last-of-type::after {
    content: "";
}

div.h3 h3 {
    color: #4d4d4d;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}

div.h3 span {
    display: block;
    width: 40px;
    border-top: #009343 4px solid;
    margin: 0 auto;
    line-height: 0;
}

div.h3 {
    padding-bottom: 30px;
}


/* 事業内容リンク　business_link
================================================== */

section.business_link {
    background-color: #f2f2f2;
    padding: 30px 0 50px 0;
}

section.business_link ul {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.business_link ul li {
    width: 482px;
    margin-bottom: 20px;
}

section.business_link ul li a {
    display: block;
    background-color: #d21008;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 16px;
}

section.business_link ul li img {
    width: 2.2rem;
    vertical-align: middle;
    float: right;
    padding-top: 5px;
}

/*==================================================
トップページ
================================================== */


/* メインビジュアル
================================================== */
section.main_visual ul.slider1 {
    max-width: 1500px;
    min-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

section.main_visual>p {
    margin-top: 2%;
    padding-bottom: 3%;
    text-align: center;
    font-size: 2rem;
    line-height: 2;
}

section.main_visual ul.slider1 li.object {
    position: relative;
}

section.main_visual ul.slider1 li.object div.txt {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.main_visual ul.slider1 li.object div.txt_case1 p {
    font-size: 4rem;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) -1px 1px 10px, rgba(0, 0, 0, 0.7) 1px -1px 10px, rgba(0, 0, 0, 0.7) -1px -1px 10px;
    font-family: "Sawarabi Mincho", "Helvetica Neue", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "YuGothic", "YuGothicM", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
}

section.main_visual ul.slider1 li.object div.txt_case1 p small {
    display: block;
    font-size: 2rem;
    line-height: 1.6;
    font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    padding-top: 15px;
}

.prev-arrow1 {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
}

.next-arrow1 {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
}

.visual {
    max-height: 500px;
    display: block;
    margin: auto;
}

section.headline div.h2 {
    background: url(img/bg_headline.jpeg) no-repeat center center / cover;
}

section.message {
    position: relative;
    background: url(img/home/img_message.png) no-repeat top right 25% / auto auto;
    height: 300px;
    margin: 9% 0 11%;
}

section.message div.cover dl {
    width: 100%;
    text-align: center;
}

section.message div.cover dl dt p.ttl,
section.recruit div.cover dl dt p.ttl {
    font-size: 2.5rem;
    font-family: "Sawarabi Mincho", "Helvetica Neue", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "YuGothic", "YuGothicM", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5;
    /*    padding-bottom: 3%;*/
    color: #fff;
}

/*==================================================
index
================================================== */
section.message div.cover dl dd p,
section.recruit div.cover dl dd p {
    font-size: 1.6rem;
    color: #fff;
}

section.message div.cover dl dt p small,
section.recruit div.cover dl dt p small {
    display: block;
    font-size: 1rem;
    padding-bottom: 2%;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, .5);
}

section.message div.cover dl dd p.btn a,
section.recruit div.cover dl dd p.btn a {
    display: block;
    font-size: 2rem;
    padding: 2% 0;
    border: 1px #fff solid;
    width: 45%;
    margin: 0 auto;
}

section.message div.cover {
    position: relative;
    height: 300px;
}

section.message div.cover dl {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5%;
    z-index: 100;
}

section.message div.cover {
    position: relative;
    width: 45%;
    height: 300px;
    background: rgba(78, 193, 141, .8);
}

section.message div.cover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-right: 180px solid transparent;
    border-bottom: 300px solid rgba(78, 193, 141, .8);
}

/*index お知らせ
================================================== */

section.business {
    padding: 3% 0;
}

section.business h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 5%;
}

section.business h2 small {
    font-size: 1.6rem;
    color: #4EC18D;
    font-weight: normal;
}

section.business div.business_link ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.business div.business_link ul::after {
    content: "";
    display: block;
    width: 50%;
}

section.business div.business_link ul li {
    position: relative;
    margin: 0 auto 2% auto
}

section.business div.business_link ul li img {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
    -moz-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
    -ms-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}

section.business div.business_link ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    max-width: 280px;
    width: 90%;
    padding: 4% 0;
    line-height: 1.2;
}


/* NEWS/会社情報
================================================== */

section.info_box {
    max-width: 1000px;
    width: 100%;
    padding: 0 10px;
    margin: 80px auto;
}

section.info_box div.info_box_inner {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

section.news {
    width: 50%;
}

section.company {
    width: 50%;
}

section.info_box h2 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 5%;
    text-align: center;
}

section.info_box h2 small {
    font-size: 1.6rem;
    color: #808080;
    font-weight: normal;
}

section.news>div.news_inner {
    width: 98%;
    height: 430px;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 6%;
}

section.news>div.news_inner dl dt.date {
    font-weight: bold;
    color: #009343;
    font-size: 12px;
    line-height: 2;
}

section.news>div.news_inner dl dd.contents {
    font-size: 1.6rem;
    line-height: 2;
}

section.news>div.news_inner div.news_area {
    height: 300px;
    overflow-y: scroll;
}

section.news>div.news_inner p a {
    display: block;
    background-color: #009343;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 2.5% 0;
    max-width: 160px;
    width: 40%;
    margin: 30px auto 0 auto;
}


section.company ul {
    float: right;
}

section.company ul li {
    position: relative;
    margin-bottom: 20px;
}

section.company ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 10px, rgba(0, 0, 0, 0.4) -1px 1px 10px, rgba(0, 0, 0, 0.4) 1px -1px 10px, rgba(0, 0, 0, 0.4) -1px -1px 10px;
}

section.company ul li p small {
    font-size: 1.5rem;
    font-weight: normal;
}

/* result/施工実績
================================================== */

section.info_box {
    max-width: 1000px;
    width: 100%;
    padding: 0 10px;
    margin: 80px auto;
}

section.info_box div.info_box_inner {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

section.result {
    width: 50%;
}

section.company {
    width: 50%;
}

section.info_box h2 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 5%;
}

section.info_box h2 small {
    font-size: 1.6rem;
    color: #808080;
    font-weight: normal;
}

section.result>div.result_inner {
    width: 98%;
    height: 430px;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 6%;
}

section.result>div.result_inner dl dt.date {
    font-weight: bold;
    color: #009343;
    font-size: 12px;
    line-height: 2;
}

section.result>div.result_inner dl dd.contents {
    font-size: 1.6rem;
    line-height: 2;
}

section.result>div.result_inner div.result_area {
    height: 300px;
    overflow-y: scroll;
}

section.result>div.result_inner p a {
    display: block;
    background-color: #009343;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 2.5% 0;
    max-width: 160px;
    width: 40%;
    margin: 30px auto 0 auto;
}


section.company ul {
    float: right;
}

section.company ul li {
    position: relative;
    margin-bottom: 20px;
}

section.company ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 10px, rgba(0, 0, 0, 0.4) -1px 1px 10px, rgba(0, 0, 0, 0.4) 1px -1px 10px, rgba(0, 0, 0, 0.4) -1px -1px 10px;
}

section.company ul li p small {
    font-size: 1.5rem;
    font-weight: normal;
}

@media screen and (max-width:768px) {
    
}
/*==================================================
記事一覧
================================================== */
section.news_list{
    margin-bottom: 7%;
}
section.news_list ul li{
    border-bottom: solid 1px #b2b2b2;
}
section.news_list ul li a{
    display: block;
    padding: 2% 0;
}
section.news_list ul li dl{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
section.news_list ul li dl dt{
    font-weight: bold;
    color: #009245;
    width: 140px;
}
/* 詳細
================================================== */
section.news_detail div.news_ttl{
    border-top:1px #009245 solid;
    border-bottom:1px #009245 solid;
    padding: 20px 0;
    margin-bottom: 24px;
}
section.news_detail div.news_ttl h3{
    font-size: 2rem;
    color: #009245;
}
section.news_detail div.news_article{
    margin-bottom: 80px;
    text-align: center;
}
section.news_detail div.news_article h4{
    font-size: 1.8rem;
}
section.news_detail div.news_article>p{
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: left;
}
section.news_detail div.news_article ol li a img{
    max-width: 415px;
    margin-bottom: 10px;
}
section.news_detail div.news_article ul.img_set li a{
    background-color:#fff;
}
section.news_detail div.news_article ul li a img{
/*    position: absolute;*/
    vertical-align: middle;
/*    top: 1px;*/
}
section.news_detail div.news_article>p>a{
    text-decoration: underline;
    font-size: 1.8rem;
    font-weight: 700;
    color: #009343;
}
section.news_detail div.news_article ol{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
section.news_detail div.news_article ol li{
    width: 49%;
    margin-bottom: 10px;
}
section.news_detail div.news_article ol li:first-of-type{
    margin-right: 1%;
}
section.news_detail div.news_article ul.flex_item{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    /*padding: 0 100px;*/
}

section.news_detail div.news_article ul li{
    text-align: center;
    font-size: 1.5rem;
    width: 350px;
    background-color: #313030;
    color: #fff;
    margin:0 10px 10px 0;
}
.top_1_li{
    width: 100% !important;
}
section.news_detail div.news_article ul li i{
/*    position: absolute;*/
    font-size: 2.6rem;
    vertical-align: middle;
/*    top: 1px;*/
}
section.news_detail div.news_article ul li a{
    display: block;
    padding: 18px 5px;
}
section.news_detail div.pagination ol li.ttl{
    width: 180px;
}
div.pagination{
    margin-bottom: 80px;
}

div.pagination ol{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
div.pagination ol li{
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid #b2b2b2;
    margin: 5px;
    list-style: none;
}
div.pagination ol li a,
div.pagination ol li span.thispage,
div.pagination ol li.ttl span{
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

div.pagination ol li span.thispage,
div.pagination ol li.ttl span{
    background: #009245;
    color: #fff;
}

/*==================================================
about PromJapanについて
================================================== */
section.greeting dl {
    margin-bottom: 40px;
}

section.greeting>p.right,
section.greeting>div.right {
    text-align: right;
}

section.greeting p.b_top {
    margin-bottom: 25px;
    padding-top: 5px;
}

section.greeting p.b_bottom {
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 10px;
}

section.bak_green {
    background: #e5f5e7;
}

section.sprit {
    text-align: center;
    padding: 5% 0;
}
.profile_img{
    width: 340px;
    display: block;
    margin: 0 0 10px auto;
}
section.profile {
    position: relative;
    padding: 30px 0 100px;
}

section.profile table tr th {
    padding: 15px 10px 15px 40px;
}

section.profile table tr td {
    padding: 15px 10px 15px 40px;
    box-sizing: border-box;
    background: #fff;
}

section.profile table.info {
    margin: 0 auto;
    width: 80%;
}

section.profile table.info tr td br {
    display: none;
}

section.profile img.promkun {
    position: absolute;
    right: 50px;
    bottom: 80px;
}

section.profile p.promku_n {
    position: absolute;
    right: -8%;
    bottom: 108px;
    line-height: 1.2;
    text-align: center;
}

/* 企業理念
================================================== */
.philosophy {
    display: block;
    width: 100%;
}

/*==================================================
project 事業内容
================================================== */
section.gas_intro{
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 40px auto;
    padding-bottom: 40px;
}
div.business_link ul li{
    padding: 10px 0;
}
div.business_link ul li img{
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
    -moz-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
    -ms-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}
section.gas_fee{
    padding: 40px 0;
}
section.gas_fee h5{
    font-size: 25px;
    text-align: center;
    margin-bottom: 5%;
    font-weight: 700;
}
section.gas_fee h5 span{
    font-size: 20px;
    font-weight: 500;
}
.weight{
    font-weight: 700;
}
.sono span, .red{
    color: #ed1c24;
}
.green{
    color: #0cb976;
}
section.gas_fee>div>div{
    background-color: #fff;
    margin-bottom: 5%;
}
.just_bet{
    justify-content: space-between;
}
.con_flex{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}
.p_title{
    font-size: 24px;
    font-weight: 700;
}
.c_blue{
    background-color: #0cb976;
}
.c_gray{
    background-color: #d9d9d9;
}
.c_red{
    background-color: #ed1c24;
}
.con_btn{
    line-height: 2.0;
    padding: 4px 10px;
    border-radius: 10px;
    color: #fff;
    margin: 5px;
}
.con_img{
    width: 23%;
    margin: 15px 15px 15px 0;
}
.kenko{
    border-color: #A4D5BE;
}
.border_radius_15{
    border: 5px solid;
    border-radius: 10px;
    padding: 14px;
    height: 173px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sono{
    font-size: 20px;
    font-weight: 700;
}
.under{
    text-decoration: underline;
    margin-bottom: 10px;
}
.con_ul{
    margin-left: 2em;
    line-height: 1.8;
}
.con_ul p span{
    font-weight: 700;
}
.sekou{
    border-color: #F4B6B7;
}
.konsaru{
    border-color: #F9D594;
}
.pro_con{
    font-size: 18px;
}
.p_big{
    font-size: 32px;
}
.t_blue{
    color:#0000FF;
}
.t_red{
    color: #E06666;
}
.t_yellow{
    color: #BF9052;
}
.t_gray{
    color: #595959;
}
.t_light_blue{
    color: #6FBBEC;
}
.t_blue span, .t_red span, .t_yellow span, .t_gray span{
    font-weight: 700;
}
.p_big_sub{
    font-size: 23px;
}
/* ハルエネ
================================================== */
section.consumer_intro{
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
section.consumer_intro div.top{
    position: relative;
    text-align: center;
}
.m_b_10{
    margin-bottom: 10em;
}

/* nocarbon 脱炭素
================================================== */
section.consumer_intro h3{
    font-size: 2.8rem;
    line-height: 1.2;
    padding-top: 3%;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: 3%;
}
section.consumer_intro .h2_small{
    font-size: 20px;
    line-height: 1.2;
}
.gre_frex{
    display: flex;
    align-items: baseline;
}
.w_70{
    width: 70%;
}
.p_r_15{
    padding-right: 15px;
}
.w_30{
    width: 30%;
}
.trian{
    text-align: center;
    padding-top: calc(1vw + 10px);
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.yellow::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 10vw solid #FFDE58;
    border-right: 45vw solid transparent;
}
.c_title{
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.naiyou{
    margin: 30px 0;
}
.naiyou p{
    font-size: 20px;
}
.p_15{
    padding: 15px;
}
.menu_flex{
    display: flex;
    flex-flow: column wrap;
    height: 500px;
}
.menu{
    width: 50%;
    margin: 0 10px;
}
.menu_title{
    border-bottom: 5px solid #A2D375;
    padding-left: 15px;
}
.menu ul{
    list-style: disc;
    margin-left: 20px;
}
.green_t::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 10vw solid #58AE3A;
    border-right: 45vw solid transparent;
}
.eni_logo{
    width: 50%;
}
.f_20{
    font-size: 20px;
}
.just_center{
    justify-content: center;
}
.kashi_flex{
    display: flex;
}
.w_35{
    width: 35%;
}
.p_t_5rem{
    padding-top: 5rem;
}
.align_center{
    align-items: center;
}
.eni_img{
    width: 20%;
    padding: 10px;
}
.c_big{
    font-size: 24px;
    font-weight: 700;
}
.lightgreen::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 10vw solid #A2D375;
    border-right: 45vw solid transparent;
}
.w_50{
    width: 50%;
    padding: 10px;
}
.reidan{
    width: 50%;
    display: block;
    margin: 0 0 0 auto;
}
.p_rera{
    position: relative;
}
.oil{
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.p_t_10{
    padding-top: 10px;
}
.m_t_10{
    margin-top: 10px;
}
.f_18{
    font-size: 18px;
}
.w_100{
    width: 100%;
}
.c_link{
    margin: 40px 0;
}
.web_flex{
    display: flex;
    align-items: center;
}
.qr_code{
    width: 10%;
    margin: 20px;
}
.green_title{
    color: #23A032;
    font-size: 24px;
    font-weight: 700;
}
.carbon_img_container{
    margin: 2em auto;
}
.carbon_img{
    padding: 10px 0;
}
/*==================================================
contact お問い合わせ
================================================== */
section.contact_form{
    margin-bottom: 80px;
}
section.contact>h3{
    font-size: 2rem;
    color: #fff;
    background-color: #009343;
    padding: 8px 10px;
    margin-bottom: 30px;
}
.veu_socialSet{
    display: none;
}
.contact_div{
    padding-bottom: 40px;
}
.dl{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.dt{
    width: 200px;
    margin-left: 70px;
}
.input_full{
    width: 708px;
    height: 49px;
    padding: 0 10px;
    box-sizing: border-box;
}
input[type=text]:required,
input[type=email]:required{
	color: #630015;
	border-color: #c20c33;
	background-color: #ffd9e1;
}
.required{
    position: relative;
    margin-left: 70px;
}
.required::before{
    content: "必須";
    background-color: #009343;
    padding: 2px 4px;
    color: #fff;
    position: absolute;
    top: 0;
    left: -60px;
}
.con {
    font-size: 11px;
}
.comment {
    margin: 0px;
    width: 704px;
    height: 118px;
    padding: 5px;
}
.send_btn{
    width: 100%;
    background: #009343 ;
    color: #fff;
    padding:14px 0 ;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border: none;
}
#wpcf7-f826-o1-ve-company,
#wpcf7-f826-o1-ve-your-name,
#wpcf7-f826-o1-ve-your-email,
#wpcf7-f826-o1-ve-comment,
.wpcf7-response-output{
    /*display: none;*/
}

.error{
    display: block;
    color: #c20c33;
}
.form_thanks{
    margin: 5em 0;
}

.is-layout-flex{
    margin: 5px 0 !important;
}
/*==================================================
レスポンシブ　340px
================================================== */
@media screen and (max-width: 340px) {
    section.main_visual ul.slider1 li.object div.txt p {
        font-size: 1.5rem;
    }
}
/*==================================================
レスポンシブ　416px
================================================== */
@media screen and (max-width:416px) {
    table.table_gray tr th {
        padding: 3%;
        /*display: block;*/
        border-right: none;
        /*border-bottom: #cccccc 1px solid;*/
    }

    section.company table tr td {
        display: block;
    }
    section.headline div.h2 {
        height: 80px;
        margin-top: 50px;
    }

    section.headline div.h2 h2 {
        font-size: 1.8rem;
    }
    section.main_visual ul.slider1 li.object div.txt p {
        font-size: 1.7rem;
    }
}
/*==================================================
レスポンシブ　450px
================================================== */
@media screen and (max-width: 450px) {
    footer div.footer_link ul li {
        font-size: 1.6rem;
    }
    section.business div.business_link ul li p {
        font-size: 1.3rem;
    }

    section.business h2 {
        font-size: 1.8rem;
    }

    section.business h2 small {
        font-size: 1.3rem;
    }
}
/*==================================================
レスポンシブ　520px
================================================== */
@media screen and (max-width: 520px) {
    main {
        font-size: 12px;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }
    div.h3 h3 {
        font-size: 1.8rem;
    }

    div.h3 span {
        width: 40px;
        border-top: #009343 4px solid;
        margin: 0 auto;
        line-height: 0;
    }

    div.h3 {
        padding-bottom: 5%;
    }
    section.business_link ul li {
        width: 100%;
        margin-bottom: 2%;
    }

    section.business_link ul li a {
        font-size: 1.6rem;
        padding: 12px;
    }
    section.consumer_intro div.top {
        height: auto;
    }

    section.consumer_intro p.little_small {
        padding-bottom: 4%;
        font-size: 16px !important;
    }
    section.consumer_intro .h2_small {
        font-size: 15px;
    }

    .w_70 {
        width: 100%;
    }

    .pink_box {
        width: 100%;
    }

    .pin_top p {
        font-size: 15px;
        padding: 6px;
    }

    .big_te {
        font-size: 20px;
        text-align: center;
        width: 60px;
        padding: 0;
    }

    .fle_ri {
        padding: 10px 0;
    }

    .gree_comment p {
        font-size: 15px;
    }

    section.seminar {
        margin: 0;
    }

    .se_f_inner {
        font-size: 15px;
        flex-direction: column;
    }

    .sdgs_icon {
        width: 60px;
        height: 60px;
    }

    .w_10 {
        width: 15%;
    }

    .naiyou {
        margin: 10px;
    }

    .naiyou p {
        font-size: 14px;

    }

    .be_sq {
        padding-left: 1em;
        text-indent: -1em;
    }

    .indent li {
        font-size: 12px;
        padding-left: 1em;
        text-indent: -1em;
    }

    .sp_w_20 {
        width: 20%;
    }

    .w_90 {
        width: 100%;
        padding-left: 0;
    }

    .price {
        flex-direction: column;
    }

    .nyu,
    .kiso {
        font-size: 14px;
        width: 80%;
        margin: 5px auto;
    }

    .shadow {
        font-size: 15px;
        padding: 10px;
        width: 80%;
        margin: 20px auto;
    }

    .join {
        font-size: 12px;
    }

    .te_title {
        font-size: 15px;
        width: 285px;
    }

    .w_60 {
        width: 100%;
    }

    .te_flex {
        flex-direction: column;
    }

    .p_t_5rem {
        padding-top: 2rem;
    }

    .img_w60 {
        width: 100%;
    }

    .koushi_list {
        width: 100%;
        font-size: 15px;
    }

    .kouza {
        width: 67%;
    }

    .nintei {
        width: 37%;
    }

    .w_40 {
        width: 100%;
    }

    .back_gray {
        font-size: 15px;
        margin-top: 20px;
    }

    .koushi {
        font-size: 15px;
    }

    .space {
        height: 80px;
    }

    .space_sp {
        width: 1px;
        float: right;
        height: 45px;
    }

    .float_box {
        margin-bottom: 0;
    }

    .pearent {
        text-align: left;
    }

    .space_2 {
        height: 150px;
    }

    /* schedule*/
    .schedule {
        margin: 0rem 1em;
    }

    .border_blue {
        padding: 17px 5px;
        margin-bottom: 4rem;
    }

    .tx_25 {
        font-size: 15px;
    }

    .m_none {
        margin: 0;
    }

    .p_none {
        padding: 0;
    }

    .sp_column {
        flex-direction: column;
    }

    .w_55 {
        width: 100%;
    }

    .schedule_table tr td {
        font-size: 12px;
        padding: 3px;
    }

    .w_30 {
        width: 100%;
    }

    .back_b {
        font-size: 15px;
    }

    .w_15 {
        width: 100%;
    }

    .indent {
        margin-left: 5px;
    }

    .sp_big {
        font-size: 30px;
    }

    .sp_img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .brown {
        width: 95%;
        font-size: 14px;
    }

    .menu_flex {
        flex-flow: column;
        height: auto;
    }

    .menu {
        width: 100%;
    }

    .f_20 {
        font-size: 14px;
    }

    .kashi_flex {
        flex-flow: column;
    }

    .w_35 {
        width: 100%;
    }

    .eni_img {
        width: 70%;
    }

    .w_50 {
        width: 100%;
    }

    .c_big {
        font-size: 18px;
    }

    .f_18 {
        font-size: 14px;
    }

    .qr_code {
        width: 30%;
    }
    .con_img{
        width: 100% !important;
        margin: 10px auto !important;
    }
    .border_radius_15{
        height: auto !important;
    }
    .sono{
        font-size: 14px !important;
    }
    section.consumer_intro div.top {
        height: auto;
    }
    section.consumer_intro .h2_small{
        font-size: 15px;
    }
    .w_70{
        width: 100%;
    }
    .w_30{
        width: 100%;
    }
    .naiyou{
        margin: 10px;
    }
    .naiyou p{
        font-size: 14px;
        
    }
    .menu_flex{
        flex-flow: column;
        height: auto;
    }
    .menu{
        width: 100%;
    }
    .f_20{
        font-size: 14px;
    }
    .kashi_flex{
        flex-flow: column;
    }
    .w_35{
        width: 100%;
    }
    .p_t_5rem{
        padding-top: 2rem;
    }
    .eni_img{
        width: 70%;
    }
    .c_big{
        font-size: 18px;
    }
    .f_18{
        font-size: 14px;
    }
    .qr_code{
        width: 30%;
    }
    .w_50{
        width: 100%;
    }
    div.pagination ol li{
        width: 38px;
        height: 38px;
        margin: 3px;
    }
    section.news_detail div.news_article ul.flex_item{
        width: 100%;
        padding: 0 30px;
    }
    section.news_detail div.news_article ul li{
        width: 90%;
    }
    div.pagination ol li{
        width: 38px;
        height: 38px;
        margin: 3px;
    }
}
/*==================================================
レスポンシブ　590px
================================================== */
@media screen and (max-width:590px) {
    br.tab {
        display: block !important;
    }
    section.main_visual ul.slider1 li.object div.txt p {
        font-size: 2rem;
        line-height: 1.6;
    }

    section.main_visual ul.slider1 li.object div.txt p small {
        display: block;
        font-size: 1.3rem;
        line-height: 1.4;
        padding-top: 10px;
    }
    section.message div.cover dl {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 300px;
        margin: 0 auto;
    }

    section.message div.cover dl dt p.ttl,
    section.recruit div.cover dl dt p.ttl {
        font-size: 20px;
    }

    section.message div.cover dl dd p.btn a,
    section.recruit div.cover dl dd p.btn a {
        padding: 2% 0;
    }
    section.business div.business_link ul li p {
        font-size: 1.6rem;
    }
}
/*==================================================
レスポンシブ　650px
================================================== */
@media screen and (max-width:650px) {
    section.message div.cover dl {
        left: 50%;
    }
}
/*==================================================
レスポンシブ　768px
================================================== */
@media screen and (max-width: 768px){
    body {
        max-width: 100%;
        min-width: 300px;
    }
    table tr th {
        padding: 5%;
    }

    table tr td {
        padding: 5%;
    }

    table.table_gray tr {
        /*border-right: #cccccc 1px solid;*/
    }
    p.pc,
    img.pc,
    br.pc {
        display: none !important;
    }
    .pc {
        display: none !important;
    }
    p.smp,
    img.smp,
    br.smp {
        display: block !important;
        font-size: 0;
    }
    .inner1000 {
        width: 100%;
        padding: 0 3%;
    }

    div.main_contents {
        padding-top: 8%;
    }
    header div.pc_header {
        display: none;
    }

    header div.smp_header {
        display: block;
    }

    div#smp_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 100;
        background-color: rgba(255, 255, 255, .9);
    }

    div#smp_menu h1 {
        width: 70%;
        padding-left: 12px;
        box-sizing: border-box;
        font-size: 0;
        height: 50px;
        position: relative;
    }

    div#smp_menu h1 img {
        max-width: 140px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
    }

    div#nav-toggle {
        display: block;
        z-index: 99;
        position: absolute;
        top: 5px;
        right: 12px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background-color: #333333
    }

    div#nav-toggle div {
        position: relative;
        margin: 0 auto 0 auto;
        width: 30px;
    }

    div#nav-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        left: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    div#nav-toggle span:nth-child(1) {
        top: 7px;
    }

    div#nav-toggle span:nth-child(2) {
        top: 19px;
    }

    div#nav-toggle span:nth-child(3) {
        top: 31px;
    }

    #smp_menu.open div#nav-toggle span:nth-child(1) {
        top: 19px;
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    #smp_menu.open div#nav-toggle span:nth-child(2) {
        width: 0;
    }

    #smp_menu.open div#nav-toggle span:nth-child(3) {
        top: 19px;
        -webkit-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    #menu_inner {
        height: 0;
        background:
            rgba(49, 49, 49, 0.95);
        overflow: hidden;
        color: #fff;
    }

    #menu_inner div.link_generally {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 5% 0;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 2.3;
    }

    #menu_inner div.link_generally a {
        text-decoration: underline;
    }

    #menu_inner ol {
        width: 90%;
        margin: 0 auto;
    }

    #menu_inner ol li a {
        padding: 0.7em 0;
        font-weight: bold;
    }

    #menu_inner ol li a {
        display: block;
        text-align: center;
        font-size: 1.7rem;
        font-weight: bold;
        padding: 0.4em 0;
        box-sizing: border-box;
    }

    #menu_inner ol li {
        margin-bottom: 5%;
    }

    #menu_inner ol li:first-of-type {
        border: 1px #fff solid;
    }

    #menu_inner ol li:nth-of-type(2) {
        background-color: #46b432;
    }

    #menu_inner div.link_contact {
        width: 90%;
        margin: 0 auto;
    }

    #menu_inner div.link_contact p.txt {
        text-align: center;
    }

    #menu_inner div.link_contact p img {
        /* display: block; */
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }

    #menu_inner div.link_contact p.txt {
        letter-spacing: 0.3em;
    }

    #menu_inner div.link_contact p.tel {
        margin-bottom: 5%;
        text-align: center;
    }

    #menu_inner div.link_contact p.btn a {
        text-align: center;
        border: 1px #fff solid;
        font-weight: bold;
        font-size: 1.7rem;
        padding: 0.4em 0;
        display: block;
    }
    footer div.footer_link ul,
    footer div.footer_link ol,
    footer div.footer_link div.footer_contact {
        float: none;
    }

    footer p.logo {
        width: 90%;
    }

    footer div.footer_link_generally {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        /*margin-bottom: 8%;*/
    }

    footer div.footer_link ul {
        padding-right: 0px;
        flex-direction: column;
        text-align: center;
    }

    footer div.footer_link ol {
        width: 90%;
        margin: 0 auto;
    }

    footer div.footer_link ol li a {
        padding: 0.7em 0;
    }

    footer div.footer_contact {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }

    footer div.footer_contact p.txt {
        text-align: center;
        letter-spacing: 0.4em;
    }

    footer div.footer_contact p.tel {
        width: 75% !important;
        margin: 0 auto;
    }

    footer div.footer_contact p.tel a img {
        float: left;
    }

    footer div.footer_contact p img {
        display: block;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }

    .tel {
        text-align: center;
    }

    div.gotop {
        width: 60px;
        bottom: 5%;
        right: 8%;
    }

    section.headline div.h2 {
        height: 100px;
        margin-top: 50px;
    }

    section.headline div.h2 h2 {
        font-size: 2.2rem;
    }

    section.headline div.breadcrumbs,
    section.headline div.breadcrumbs ul {
        width: 100%;
    }

    section.headline div.breadcrumbs ul li {
        font-size: 1.2rem;
        padding-left: 8px;
    }

    section.headline div.breadcrumbs ul li::after {
        margin-left: 8px;
    }
    section.business_link ul li {
        width: 49%;
    }
    section.main_visual {
        width: 100%;
        margin-top: 50px;
    }

    section.main_visual ul.slider1 {
        min-width: 5px;
    }

    section.main_visual ul.slider1 li.object div.txt {
        width: 90%;
    }

    section.main_visual ul.slider1 li.object div.txt_case1 p {
        font-size: 3vh;
        font-weight: bold;
    }

    section.main_visual ul.slider1 li.object div.txt_case1 p small {
        font-size: 2vh;
    }

    section.main_visual>p {
        font-size: 12px;
        line-height: 1.6;
        font-weight: bold;
        padding: 4% 0;
    }

    .prev-arrow1 {
        left: 0px;
        width: 30px;
    }

    .next-arrow1 {
        right: 0px;
        width: 30px;
    }
    section.message {
        background: none;
        height: auto;
    }
    section.message div.cover {
        position: relative;
        width: 100%;
        background: rgba(78, 193, 141, .8);
        /*margin-top: -30%;*/
        z-index: 50;
        height: 240px;
    }

    section.message div.cover dl {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90%;
        margin: 0 auto;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    section.message div.cover dl dd p.btn a,
    section.recruit div.cover dl dd p.btn a {
        display: block;
        font-size: 1.5rem;
        padding: 5% 0;
        border: 1px #fff solid;
        width: 200px;
        margin: 0 auto;
    }

    section.message div.cover dl dt p.ttl,
    section.recruit div.cover dl dt p.ttl {
        font-size: 3rem;
        text-indent: -1rem;
        padding-bottom: 0;
    }

    section.message div.cover:after {
        border-right: none;
        border-bottom: none;
    }

    section.message div.cover dl dd p small,
    section.recruit div.cover dl dd p small {
        font-size: 0.7rem;
        padding-bottom: 2%;
    }
    section.business {
        padding: 8% 0;
    }

    section.business div.business_link ul {
        width: 96%;
        margin: 0 auto;
    }

    section.business div.business_link ul li {
        margin: 0 auto 4% auto;
        width: 100%;
        max-width: 485px;
    }
    div.smp,
    img.smp {
        display: block !important;
    }

    section.info_box {
        width: 96%;
        margin: 8% auto;
        padding: 0;
    }

    section.info_box div.info_box_inner {
        display: block;
    }

    section.news>div.news_inner {
        height: auto;
    }

    section.news>div.news_inner div.news_area {
        height: auto;
        overflow-y: auto;
    }

    section.news {
        width: 100%;
    }

    section.company {
        width: 100%;
        padding-top: 5%;
    }

    section.info_box h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    section.info_box h2 small {
        font-size: 1.3rem;
    }

    section.company ul {
        width: 100%;
    }

    section.company ul li img {
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    section.info_box {
        width: 96%;
        margin: 8% auto;
        padding: 0;
    }

    section.info_box div.info_box_inner {
        display: block;
    }

    section.result>div.result_inner {
        height: auto;
    }

    section.result>div.result_inner div.result_area {
        height: auto;
        overflow-y: auto;
    }

    section.result {
        width: 100%;
        margin: 7% 0 2% 0;
    }

    section.company {
        width: 100%;
        padding-top: 5%;
    }

    section.info_box h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    section.info_box h2 small {
        font-size: 1.3rem;
    }

    section.company ul {
        width: 100%;
    }

    section.company ul li img {
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    section.consumer_intro {
        background: none;
        height: auto;
        margin-bottom: 8%;
    }

    section.consumer_intro img.smp {
        margin-bottom: 2%;
    }

    section.consumer_intro h3 {
        font-size: 2rem;
        /*text-align: center;*/
    }

    section.gas_intro{
        background: none;
        height: auto;
        margin: 0;
    }
    section.gas_fee{
        padding: 8% 0;
    }
    section.gas_fee h5{
    font-size: 15px;
    }
    section.gas_fee>div>div{
        padding:4% 2%;
    }
    .border_radius_15{
        height: 250px !important;
    }
    section.consumer_intro{
        background: none;
        height: auto;
        margin-bottom: 8%;
    }
    section.consumer_intro h3{
        font-size: 2rem;
        /*text-align: center;*/
    }
    section.contact>h3{
        font-size: 1.8rem;
        padding: 6px 8px;
        margin-bottom: 20px;
    }
    .comment {
        width: 100%;
    }
    section.contact_form{
        padding: 0 3%;
        margin-bottom: 8%;
    }
    section.contact_form>div{
        padding-bottom: 20px;
    }
    .required{
    margin-left: 0px;
    margin-top: 40px;
    }
    .required::before{
        content: "必須";
        background-color:#009343 ;
        padding: 2px 4px;
        color: #fff;
        top:-30px;
        left:0px;
    }
    section.contact_form>div>dl{
        display: block;
    }
    section.contact_form>div>dl>dt{
        margin-left: 0px;
    }
    section.contact_form>div>dl>dt.required{
        margin-left: 40px;
        margin-bottom: 7px;
    }
    section.contact_form>div>dl>dt.required::before{
        content: "必須";
        font-size: 1.3rem;
        background-color:#009343 ;
        padding: 2px 4px;
        color: #fff;
        top: -5px;
        left: -40px;
    }
    section.contact_form dl dd input{
    height: 35px;
    width: 150px;
    }
    section.contact_form dl dd input.input_full{
        width: 100%;
        display: block;
    }
    button.send_btn{
        padding: 3% 2%;
        font-size: 1.6rem;
    }
    .con {
        font-size: 10px;
    }
    .send_btn{
        padding: 3% 2%;
        font-size: 1.6rem;
    }
    section.news_list ul li dl{
        display: block;
    }
    div.pagination{
        margin-bottom: 8%;
    }
    section.news_detail div.news_ttl{
        padding: 12px 0;
        margin-bottom: 12px;
    }
    section.news_detail div.news_article{
        margin-bottom: 8%;
    }
    section.news_detail div.news_article ol{
        display: block;
    }
    section.news_detail div.news_article ol li{
        width: 100%;
    }
    section.news_detail div.news_article ul li{
        font-size: 1.5rem;
    }
    section.news_detail div.news_article ul li i{
        font-size: 2.2rem;
    }
    section.news_detail div.news_article ul li a{
        padding: 10px 5px;
    }
    section.news_detail div.news_article ol li a img{
        width: 280px;
        margin-bottom: 10px;
    }
    section.news_detail div.news_article ul.img_set li{
        text-align: center;
    }
    section.news_detail div.news_article ul.img_set li a{
        background-color:#fff;
    }
    section.news_detail div.news_article ul li a img{
        vertical-align: middle;
    }
    section.news_detail div.news_article ul.flex_item{
        width: 100%;
    }
    div.pagination{
    margin-bottom: 8%;
    }
}