@charset "UTF-8";

/*----------------------------------------------------------------
  汎用クラス
  ----------------------------------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    font: 1.6rem/1.5 "ヒラギノ⾓ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', "sans-serif";
    background-color: #fff;
    color: #000;
}

h1, h2, h3, h4, h5, h6, p, div, section, ul, ol, li, dl, dt, dd, table, tbody, thead, tfoot, tr, th, td, figure, figcaption {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

img {
    vertical-align: bottom;
}

/*----------------------------------------------------------------
  汎用クラス
  ----------------------------------------------------------------*/

.w100 {
    width: 100%;
}

.mw100 {
    max-width: 100%;
}

.no-marker {
    list-style-type: none;
}

.gf-oswald,
.gf-oswald-before::before,
.gf-oswald-after::after {
    font-family: 'Oswald', sans-serif;
}

.hover-op {
    opacity: 1;
    transition: opacity 0.3s;
}

.hover-op:hover,
.hover-op:active {
    opacity: 0.7;
}

.pos-r {
    position: relative;
}

.inner {
    width: 100%;
    max-width: 1146px;
    margin: 0 auto;
}

.after-caret-r::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent url(../img/icon_caret_r.png) 0 0 no-repeat;
}

.tt-u {
    text-transform: uppercase;
}

.fw-n {
    font-weight: normal;
}

.fw-b {
    font-weight: bold;
}

.section-header {
    margin: 50px 0 60px;
    text-align: center;
    font-weight: bold;
    font-size: 3.5rem;
}

.section-subheader {
    margin-bottom: 70px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}
.section-subheader02 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}
.txtoil {
	text-align: center;
	margin-bottom:70px;
}
.c-green {
    color: #008953;
}

.c-deepgreen {
    color: #337e79;
}

.c-deepblue {
    color: #2b518e;
}

.c-lightblue {
    color: #5b98ed;
}

.bg-wave {
    position: relative;
}

.bg-wave::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: transparent url(../img/bg_wave.png) top center repeat-x;
}

/*----------------------------------------------------------------
  ページヘッダー
  ----------------------------------------------------------------*/

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 3px solid #008953;
    border-bottom: 1px solid #cdcdcd;;
}

.header-logo {
    margin-left: 20px;
}

.header-nav > ul {
    display: flex;
    align-items: center;
}

.header-nav a {
    display: block;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.header-nav-btn {
    width: 160px;
    text-align: center;
}

.header-nav-btn > a {
    position: relative;
    padding: 40px 0 34px;
    font-size: 1.8rem;
    color: inherit;
}

.header-nav-btn > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 81px;
    border: 1px dashed #008953;
}

.header-nav-btn > a::after {
    content: attr(data-title);
    display: block;
    margin-top: 7px;
    text-transform: uppercase;
    color: #008953;
}

.header-nav-tel a,
.page-footer-tel {
    width: 260px;
    background-color: #008953;
    font-size: 1.2rem;
    color: #fff;
}

.header-nav-tel a {
    padding: 20px 0 30px;
}

.header-nav-tel a span,
.page-footer-tel span {
    display: inline-block;
    margin: 23px 0 0 13px;
    font-size: 3.2rem;
}

.page-index {
    padding: 90px 0 60px;
}

.page-index-works {
    background: #fff url(../img/bg_index.jpg) 0 0 / cover no-repeat;
}

.page-index-company {
    background: #fff url(../img/bg_company.jpg) 0 0 / cover no-repeat;
}

.page-index-inner {
    display: flex;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

.page-index-cat,
.page-index-title {
    font-size: 3.2rem;
    font-weight: bold;
}

.page-index-cat {
    width: 150px;
    color: #0a603b;
}

.page-index-title {
    width: calc(100% - 150px);
    padding-left: 20px;
    border-left: 2px solid #008953;
    color: #002727;
}

.page-index-title span {
    font-size: 2rem;
    color: #008953;
}

.header-nav-hover {
    position: relative;
}

.header-nav-child {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    border-top: 1px solid #008953;
    transition: opacity 0.75s, top 0.75s;
}

.header-nav-child li {
    border-bottom: 1px solid #008953;
}

.header-nav-hover:hover .header-nav-child,
.header-nav-hover:active .header-nav-child {
    top: 100%;
    opacity: 1;
}

.header-nav-child a {
    display: block;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    color: #008953;
    transition: background-color 0.3s;
}

.header-nav-child a:hover {
    background-color: #008953;
    color: #fff;
}

/*----------------------------------------------------------------
  Jumbotron
  ----------------------------------------------------------------*/

.jumbotron {
    margin-bottom: 40px;
}

.jumbotron img:nth-of-type(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(60px, -50%);
}

/*----------------------------------------------------------------
  パンくずリスト
  ----------------------------------------------------------------*/

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 15px auto;
}

.breadcrumbs li {
    margin-right: 0.6rem;
    font-size: 1.2rem;
    color: #008953;
}

.breadcrumbs li:nth-of-type(n+2)::before {
    content: '>';
    margin-right: 0.6rem;
    color: #464646;
}

.breadcrumbs a {
    text-decoration: none;
    color: #464646;
}

.breadcrumbs a:hover,
.breadcrumbs a:active {
    text-decoration: underline;
}

/*----------------------------------------------------------------
  会社概要/事業内容
  ----------------------------------------------------------------*/

.top-company-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.top-company-item {
    width: 550px;
}

.top-company-item a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.top-company-text {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 40px;
    line-height: 1;
    font-weight: bold;
    font-size: 2.4rem;
}

.top-company-text::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.top-company-text span {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.4rem;
    color: #008953;
}

.company-index {
    max-width: 980px;
    margin-bottom: 90px;
}

.company-table {
    display: flex;
    flex-wrap: wrap;
}

.company-table dt {
    width: 200px;
    margin-bottom: 20px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #008954;
}

.company-table dd {
    width: calc(100% - 200px);
    margin-bottom: 20px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #e6e6e6;
}

.company-map iframe {
    width: 100%;
    height: 500px;
    border: none;
    vertical-align: bottom;
}

/*----------------------------------------------------------------
  Top/事業内容
  ----------------------------------------------------------------*/

.top-works-list {
    margin-bottom: 80px;
}

.top-works-item {
    margin-bottom: 40px;
}

.top-works-item a {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f2f1ec;
    line-height: 1;
    text-decoration: none;
    color: inherit;
}

.top-works-item .top-works-rr {
    flex-direction: row-reverse;
}

.top-works-item a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #f2f1ec;
}

.top-works-text,
.top-works-image {
    width: 50%;
}

.top-works-text {
    padding: 0 55px;
}

.top-works-text span {
    display: inline-block;
    max-width: 100%;
}

.top-works-text span:nth-of-type(1) {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}

.top-works-text span:nth-of-type(2) {
    margin-bottom: 30px;
    font-size: 3.6rem;
    color: #008953;
}

.top-works-text span:nth-of-type(3) {
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.top-works-text span:nth-of-type(4) {
    padding: 10px 20px 10px 30px;
    background-color: #fff;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #008953;
}

.top-works-text span:nth-of-type(4)::after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

/*----------------------------------------------------------------
  下層ページ
  ----------------------------------------------------------------*/

.oil-flow {
    padding: 70px 0 50px;
    background-color: #f6f6f6;
}

.oil-flow figure,
.oil-bucter figure {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
}

.oil-flow figcaption,
.oil-bucter figcaption {
    margin: -18px auto 0;
    padding: 3px 0;
    border-radius: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.oil-flow figure:nth-of-type(1) {
    margin-bottom: 60px;
    padding-bottom: 25px;
    background-color: #fef8f7;
    border: 2px solid #593026;
}

.oil-flow figure:nth-of-type(1) figcaption {
    width: 230px;
    margin-bottom: -10px;
    background-color: #593026;
}

.oil-flow figure:nth-of-type(2) {
    padding-bottom: 15px;
    background-color: #e2f2ff;
    border: 2px solid #74B8C4;
}

.oil-flow figure:nth-of-type(2) figcaption {
    width: 280px;
    margin-bottom: 15px;
    background-color: #74b8c4;
}

.oil-flow img {
    width: 98%;
}

.oil-feature {
    padding: 100px 0 80px;
    background: #fff url(../img/bg_oil.png) bottom center / 100% auto no-repeat;
}

.oil-feature ol {
    display: flex;
    justify-content: space-between;
    counter-reset: of;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.oil-feature ol > li {
    position: relative;
    width: 18.1%;
    padding: 35px 15px 15px;
    background-color: #fff;
    box-shadow: 0 1px 6px #000;
    counter-increment: of;
}

.oil-feature ol > li::before {
    content: '0'counter(of);
    position: absolute;
    top: 0;
    left: -3px;
    transform: translateY(-50%);
    display: block;
    width: 44px;
    padding: 4px 0;
    border-radius: 50%;
    background-color: #008953;
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
}

.oil-feature ul {
    padding-left: 20px;
    list-style-type: disc;
}

.oil-feature h4 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #008953;
}

.oil-feature figure {
    margin-bottom: 30px;
    height: 59px;
    text-align: center;
}

.oil-bucter {
    padding: 80px 0 70px;
}

.oil-bucter .section-subheader {
    margin-bottom: 60px;
}

.oil-bucter figure {
    padding-bottom: 30px;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 1px 6px #000;
}

.oil-bucter figcaption {
    width: 100%;
    max-width: 1050px;
    margin: -28px auto 50px;
    padding: 7px;
    border-radius: 28px;
    background-color: #008953;
    font-size: 2.8rem;
}

.oil-bucter h3 {
    margin-bottom: 40px;
    font-size: 3.2rem;
    font-weight: bold;
}

.oil-bucter ul {
    width: 650px;
    margin: 0 auto;
}

.oil-bucter li {
    margin-bottom: 25px;
    padding-left: 40px;
    background: transparent url(../img/icon_check.png) left center no-repeat;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
}

.oil-bucter span {
    font-size: 2.4rem;
}

.oil-bucter span span {
    font-size: 1.6rem;
}

.oil-bucter img {
    width: 91%;
}

.work-panaclean-about {
    background-color: #f6f6f6;
}

.work-panaclean-about .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin-bottom: 45px;
}

.work-panaclean-about h3 {
    width: 280px;
    font-size: 2.8rem;
    font-weight: bold;
}

.work-panaclean-about figure {
    width: calc(100% - 300px);
}

.work-panaclean-main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 200px;
    counter-reset: wp;
}

.work-panaclean-main dt {
    counter-increment: wp;
    position: relative;
    margin-bottom: 30px;
    padding: 0 40px;
    font-size: 2rem;
    font-weight: bold;
    color: #008953;
}

.work-panaclean-main dt::before {
    content: counter(wp)'.';
    position: absolute;
    top: 0;
    left: 0;
}

.work-panaclean-main dd {
    width: calc(100% - 80px);
    margin: 0 auto 40px;
    color: #464646;
}

.work-panaclean-main p {
    margin-bottom: 40px;
}

.work-panaclean-main figure {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 30px 40px;
    background-color: #f2f1ec;
}

.work-panaclean-main figure img {
    width: 37.6%;
}

.work-panaclean-main figure table {
    width: 48.6%;
    border: 1px solid #464646;
    border-collapse: collapse;
}

.work-panaclean-main figure caption {
    text-align: left;
    margin-bottom: 10px;
}

.work-panaclean-main figure td,
.work-panaclean-main figure th {
    padding: 10px;
    border: 1px solid #464646;
    text-align: left;
}

.work-panaclean-main ul {
    padding-left: 24px;
}

.work-panaclean-main p + ul {
    margin-top: -30px;
}

/*----------------------------------------------------------------
  ページフッター
  ----------------------------------------------------------------*/

.page-footer {
    border-top: 1px solid #dedede;
}

.page-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(50% + 573px);
    margin: 0 0 0 auto;
}

.page-footer-logo {
    margin-bottom: 25px;
}

.page-footer-info {
    display: flex;
    font-size: 1.4rem;
}

.page-footer-info li:nth-of-type(n+2) {
    margin-left: 30px;
}

.page-footer-tel {
    padding: 40px 0 45px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.footer-copyright {
    padding: 8px 0;
    background-color: #dedede;
    text-align: center;
    font-size: 1.2rem;
    color: #858585;
}
