@charset "UTF-8";

/*----------------------------------------------------------------
  HTML 要素
  ----------------------------------------------------------------*/

html {
    font: 62.5%/2 "ヒラギノ⾓ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 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";
}

body {
    font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, th, td, dt, dd, figure {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
}

img {
    vertical-align: bottom;
}

/*----------------------------------------------------------------
  フォント
  ----------------------------------------------------------------*/

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fa-solid-900.woff2) format("woff2"),
    url(../fonts/fa-solid-900.woff) format("woff"),
    url(../fonts/fa-solid-900.ttf) format("truetype"),
    url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}

/*----------------------------------------------------------------
  汎用クラス
  ----------------------------------------------------------------*/

.ff-fa,
.ff-fa-a::after,
.ff-fa-b::before {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.gf-fjallaone {
    font-family: 'Fjalla One', sans-serif;
}

.no-marker {
    padding: 0;
    list-style-type: none;
}

.hover-op {
    opacity: 1;
    transition: opacity 0.5s;
}

.hover-op:hover,
.hover-op:active {
    opacity: 0.7;
}

.hover-ul {
    text-decoration: none;
}

.hover-ul:hover,
.hover-ul:active {
    text-decoration: underline;
}

.w100 {
    width: 100%;
}

.mw100 {
    max-width: 100%;
}

.header-number {
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 2rem;
    color: #025106;
}

.header-number > span:nth-of-type(1) {
    width: 35px;
    text-align: center;
    font-size: 2.4rem;
    color: #589c42;
}

.header-number > span:nth-of-type(2) {
    width: calc(100% - 35px);
    padding-left: 15px;
    border-left: 5px solid #025106;
    font-weight: bold;
}

.before-font::before,
.after-font::after {
    font-family: 'Fjalla One', "ヒラギノ⾓ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 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";
}

.shade {
    position: relative;
}

.shade::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/*----------------------------------------------------------------
  ページヘッダー
  ----------------------------------------------------------------*/

.page-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-contact ul {
    display: flex;
    align-items: center;
}

.header-contact li {
    margin-left: 6px;
}

.header-contact a {
    display: inline-block;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
}

.header-contact-tel {
    background-color: #dfdfdf;
    color: #025106;
}

.header-contact-tel img {
    vertical-align: middle;
}

.header-contact-mail {
    background-color: #025106;
    color: #fff;
}

.header-contact-mail img {
    vertical-align: middle;
}

/*----------------------------------------------------------------
  コンテンツヘッダー
  ----------------------------------------------------------------*/

.global-nav a {
    display: inline-block;
    background: #fff none center center repeat;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #000;
}

.global-nav a:hover,
.global-nav a:active,
.global-nav a.current {
    background-image: url(../img/bg_nav.png);
}

.page-title {
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #004738;
}

.page-title::after {
    content: attr(data-title);
    display: block;
    line-height: 1;
    text-transform: uppercase;
    color: #589c42;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs li {
    font-size: 1.2rem;
    color: #484848;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs ul li:nth-of-type(n+2) {
    margin-left: 1.2rem;
}

.breadcrumbs ul li:nth-of-type(n+2)::before {
    content: '>';
    margin-right: 1.2rem;
}

/*----------------------------------------------------------------
  本文（共通）
  ----------------------------------------------------------------*/

.section-header::after {
    content: attr(data-title);
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #589c42;
}

.section-subheader {
    font-weight: bold;
    color: #025106;
}

.top-link-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #025106;
    transition: background-color 0.5s;
}

.top-link-btn:hover,
.top-link-btn:active {
    background-color: #025106;
    color: #fff;
}

.top-link-btn::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 13px;
    background: transparent url(../img/icon_r_green_12x13.png) 0 0 no-repeat;
}

.top-link-btn:hover::after,
.top-link-btn:active::after {
    background-image: url(../img/icon_r_white_12x13.png);
}

/*----------------------------------------------------------------
  本文（トップページ）
  ----------------------------------------------------------------*/

.top-works {
    background: #fff url(../img/bg_works.jpg) center bottom / cover no-repeat;
}

.top-works-list a {
    display: block;
}

.top-works-before,
.top-works-after {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.top-works-before {
    margin-bottom: -13px;
}

.top-works-before img,
.top-works-after img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-works-before::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.top-works-before::after,
.top-works-after::after {
    position: absolute;
    z-index: 2;
    line-height: 1;
    text-transform: uppercase;
    font-size: 2.8rem;
    color: #fff;
}

.top-works-before::after {
    content: 'before';
}

.top-works-after::after {
    content: 'after';
}

.top-works-arrow {
    position: relative;
    z-index: 3;
    margin-bottom: -13px;
}

.top-recruit-photo {
    position: relative;
}

.top-recruit-photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.top-recruit-photo figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.news-item {
    display: flex;
}

.news-cat-info {
    display: inline-block;
    border-radius: 4px;
    background: #fff url(../img/bg_nav.png) center center repeat;
    color: #025106;
}

.news-item-title a {
    color: #484848;
}

/*----------------------------------------------------------------
  事業内容
  ----------------------------------------------------------------*/

.work-text dt {
    position: relative;
    font-weight: bold;
    color: #025106;
}

.work-text dt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff url(../img/bg_header.png) center center / 14px 100% repeat;
}

.work-text dd {
    color: #484848;
}

.work-photo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.work-photo li {
    width: 100%;
    margin-bottom: 2%;
}

.work-photo ul li:nth-of-type(2),
.work-photo ul li:nth-of-type(3) {
    width: 49%;
}

.work-photo ul li:last-of-type {
    margin-bottom: 0;
}

/*----------------------------------------------------------------
  事業実績
  ----------------------------------------------------------------*/

.achievement-item-text {
    margin: 0 5px 10px;
}

.achievement-link {
    text-align: right;
}

.achievement-link .top-link-btn {
    width: 150px;
    border: 1px solid #589c42;
    font-size: 1.4rem;
}

.achievement-link .top-link-btn:hover,
.achievement-link .top-link-btn:active {
    background-color: #589c42;
}

.detail-photo dt {
    padding-top: 10px;
    background-image: none;
    line-height: 1.6;
    font-size: 2rem;
    font-weight: bold;
    color: #025106;
}

.detail-photo dt::after {
    margin-left: 20px;
    font-weight: normal;
}

/*----------------------------------------------------------------
  事業実績
  ----------------------------------------------------------------*/

.wrapper-work h3 {
    line-height: 1.5;
    font-weight: bold;
    color: #025106;
}

.detail-photo {
    display: flex;
    flex-wrap: wrap;
}

.stripe-arrow {
    position: relative;
    background: #fff url(../img/bg_header.png) center center repeat;
    overflow: hidden;
}

.stripe-arrow span {
    display: block;
    width: 100%;
    height: 100%;
}

.stripe-arrow::before,
.stripe-arrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 50%;
    background-color: #fff;
}

.stripe-arrow::before {
    left: 0;
    transform: skewX(45deg);
    transform-origin: bottom left;
}

.stripe-arrow::after {
    right: 0;
    transform: skewX(-45deg);
    transform-origin: bottom right;
}

/*----------------------------------------------------------------
  会社概要
  ----------------------------------------------------------------*/

.company-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #025106;
    border-bottom: 1px solid #025106;
}

.company-table dt {
    position: relative;
}

.company-table dt::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #fff url(../img/bg_header.png) center center repeat;
}

.company-table dt:last-of-type,
.company-table dd:last-of-type {
    margin-bottom: 0;
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 36.4%;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*----------------------------------------------------------------
  お問い合わせ
  ----------------------------------------------------------------*/

.wrapper-contact p {
    margin-bottom: 10px;
}

.wrapper-contact table {
    width: 100%;
    border-top: 1px solid #025106;
    border-collapse: collapse;
    table-layout: fixed;
}

.wrapper-contact table tr {
    border-bottom: 1px solid #e5e5e5;
}

.wrapper-contact table tr:last-of-type {
    border-bottom-color: #025106;
}

.wrapper-contact .required {
    width: 50px;
    padding: 4px 0;
    background-color: #589c42;
    line-height: 1;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
}

.wrapper-contact label {
    margin-left: 15px;
}

.wrapper-contact table input:not([type=radio]),
.wrapper-contact table textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 1.5;
    font-size: 100%;
    font-family: inherit;
}

.wrapper-contact table textarea {
    resize: vertical;
}

.wrapper-contact input[type=submit] {
    display: block;
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    padding: 13px 0;
    border: none;
    border: 1px solid #004738;
    border-radius: 4px;
    background-color: #004738;
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    transition: background-color 0.5s;
}

.wrapper-contact input[type=submit]:hover,
.wrapper-contact input[type=submit]:active {
    background-color: #fff;
    color: #004738;
    cursor: pointer;
}

/*----------------------------------------------------------------
  採用情報
  ----------------------------------------------------------------*/

.wrapper-recruit table {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    table-layout: fixed;
    border-collapse: collapse;
}

.wrapper-recruit table tr {
    border-bottom: 1px solid #e5e5e5;
}

.wrapper-recruit .top-link-btn {
    margin-top: 15px;
}

/*----------------------------------------------------------------
  新着情報
  ----------------------------------------------------------------*/

.news-main-list,
.news-side {
    border-top: 1px solid #025106;
}

.news-main-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c4c4c4;
}

.news-main-list li:last-of-type {
    border-bottom-color: #025106;
}

.news-main-date {
    width: 100%;
    margin-bottom: 10px;
}

.news-main-title a {
    text-decoration: underline;
    color: #484848;
}

.news-main-title a:hover,
.news-main-title a:active {
    text-decoration: none;
}

.news-main-button {
    padding: 3px 0;
    border: 1px solid #589c42;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    color: #025106;
    transition: background-color 0.3s;
}

.news-main-button:hover,
.news-main-button:active {
    background-color: #589c42;
    color: #fff;
}

.news-main-pagination {
    display: flex;
    justify-content: center;
}

.news-main-pagination li {
    width: 40px;
    margin-right: 15px;
}

.news-main-pagination li:last-of-type {
    margin-right: 0;
}

.news-main-pagination a,
.news-main-pagination span {
    display: block;
    padding: 12px 0;
    border: 1px solid #c7c7c7;
    background-color: #fff;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    color: #589c42;
    transition: background-color 0.3s;
}

.news-main-pagination a:hover,
.news-main-pagination a:active {
    border-color: #589c42;
    background-color: #589c42;
    color: #fff;
}

.news-main figure {
    margin-bottom: 10px;
}

.news-main p {
    margin: 0 0 30px;
}

.news-main-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid #025106;
}

.news-main-header-date {
    margin-right: 30px;
    line-height: 1;
    color: #025106;
}

.news-main-header-info {
    width: 130px;
    padding: 5px;
    border-radius: 12px;
    background-color: #c8dec1;
    line-height: 1;
    text-align: center;
    font-size: 1.4rem;
    color: #025106;
}

.news-main-header-title {
    width: 100%;
    color: #025106;
}

.news-side {
    padding: 5px 10px;
}

.news-side h3 {
    margin: 0 0 5px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #025106;
}

.news-side li {
    position: relative;
    padding-left: 20px;
}

.news-side li a {
    text-decoration: none;
    color: #000;
}

.news-side li a:hover,
.news-side li a:active {
    text-decoration: underline;
}

.news-side li::before {
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
    color: #025106;
}

/*----------------------------------------------------------------
  ページフッター
  ----------------------------------------------------------------*/

.page-footer {
    background-color: #aaa;
    color: #fff;
}

.page-footer a {
    font-weight: bold;
    color: inherit;
}