@charset "UTF-8";

/*----------------------------------------------------------------
  汎用クラス
  ----------------------------------------------------------------*/

.d-sp {
    display: none;
}

.inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/*----------------------------------------------------------------
  ページヘッダー
  ----------------------------------------------------------------*/

.page-header {
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
}

.header-contact-tel span {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    font-size: 2.2rem;
}

.header-contact-tel img {
    margin-right: 12px;
}

.header-contact-tel {
    padding: 12px;
}

.header-contact-mail {
    width: 52px;
    padding: 12px 0 15px;
}

/*----------------------------------------------------------------
  コンテンツヘッダー
  ----------------------------------------------------------------*/

.global-nav ul {
    display: flex;
    justify-content: flex-end;
}

.global-nav a {
    padding: 20px 30px;
}

.header-index {
    margin-bottom: 40px;
    background: transparent url(../img/bg_index.jpg) bottom center / cover no-repeat;
}

.content-header {
    padding-bottom: 40px;
}

.header-page-company {
    background: transparent url(../img/bg_company.jpg) bottom center / cover no-repeat;
}

.header-page-business {
    background: transparent url(../img/bg_business.jpg) bottom center / cover no-repeat;
}

.header-page-recruit {
    background: transparent url(../img/bg_recruit.jpg) bottom center / cover no-repeat;
}

.header-page-contact {
    background: transparent url(../img/bg_contact.jpg) bottom center / cover no-repeat;
}

.header-page-news {
    background: transparent url(../img/bg_news.jpg) bottom center / cover no-repeat;
}

.header-index-inner {
    padding: 130px 0 220px;
    text-align: center;
}

.page-title {
    width: 200px;
    padding: 80px 0 55px;
    font-size: 3.2rem;
}

.page-title::after {
    margin-top: 15px;
    font-size: 1.8rem;
}

.breadcrumbs {
    margin: 10px auto 60px;
}

/*----------------------------------------------------------------
  本文（共通）
  ----------------------------------------------------------------*/

.section-header {
    margin-bottom: 40px;
    padding: 20px 0 0 20px;
    border-left: 6px solid #025106;
    background: transparent url(../img/bg_header.png) 1px 0 / 28px 100% repeat-y;
    line-height: 1.2;
    font-size: 2.8rem;
}

.section-header::after {
    margin-left: 30px;
}

.wrapper-2col {
    display: flex;
    justify-content: space-between;
}

.wrapper-2col-text {
    position: relative;
}

.section-subheader {
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.top-link,
.wrapper-2col-link {
    text-align: right;
}

.wrapper-2col-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.top-link-btn {
    max-width: 260px;
    padding: 15px 0;
    border: 2px solid #025106;
}

/*----------------------------------------------------------------
  本文（トップページ）
  ----------------------------------------------------------------*/

.top-business {
    margin-bottom: 40px;
}

.top-business-photo {
    width: 530px;
}

.top-business-text {
    width: calc(100% - 590px);
}

.top-works {
    margin-bottom: 40px;
    padding: 40px 0;
}

.top-works p {
    margin-bottom: 35px;
}

.top-works-list {
    display: flex;
    margin-bottom: 40px;
}

.top-works-list li {
    width: 32%;
    text-align: center;
}

.top-works-list li:not(:last-of-type) {
    margin-right: 2%;
}

.top-works-before::after {
    top: 20px;
    left: 20px;
}

.top-works-after::after {
    right: 20px;
    bottom: 20px;
}

.top-recruit {
    margin-bottom: 120px;
}

.top-recruit-photo {
    width: 580px;
}

.top-recruit-photo figcaption {
    width: 490px;
    border: 2px solid #fff;
    font-size: 1.8rem;
}

.top-recruit-text {
    width: calc(100% - 620px);
    padding-top: 30px;
}

.news-list {
    margin-bottom: 55px;
}

.news-item {
    margin-bottom: 20px;
}

.news-item-date {
    width: 200px;
    margin-right: 5px;
    border-bottom: 3px solid #aaa;
    text-align: center;
    color: #484848;
}

.news-item-cat,
.news-item-title {
    border-bottom: 1px solid #d2d2d2;
}

.news-item-cat {
    width: 165px;
    text-align: center;
}

.news-cat-info {
    width: 145px;
    line-height: 2.3;
    font-size: 1.4rem;
}

.news-item-title {
    width: calc(100% - 370px);
    padding: 0 10px;
}

/*----------------------------------------------------------------
  会社概要
  ----------------------------------------------------------------*/

.wrapper-company {
    margin-bottom: 100px;
}

.company-table {
    margin: 0 0 50px;
    padding: 10px 0;
}

.company-table dt {
    width: 160px;
    margin-bottom: 20px;
    padding: 7px 5px 7px 55px;
}

.company-table dd {
    width: calc(100% - 160px);
    margin-bottom: 20px;
    padding: 7px 0 7px 30px;
}

/*----------------------------------------------------------------
  事業内容
  ----------------------------------------------------------------*/

.wrapper-work {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}

.wrapper-work h3 {
    width: 100%;
    margin-bottom: 40px;
    padding: 14px 0 14px 30px;
    border-left: 6px solid #025106;
    font-size: 2.8rem;
}

.work-text {
    width: calc(100% - 510px);
}

.work-text dl {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.work-text dt {
    margin-bottom: 40px;
    padding-left: 30px;
    font-size: 2.4rem;
}

.work-text dt::before {
    width: 14px;
}

.work-text dd {
    margin-bottom: 80px;
}

.work-text dl dd:last-of-type {
    margin-bottom: 0;
}

.work-photo {
    width: 470px;
}

/*----------------------------------------------------------------
  事業実績
  ----------------------------------------------------------------*/

.achievement-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
}

.achievement-item {
    position: relative;
    width: 30%;
    margin: 0 5% 0 0;
    padding-bottom: 50px;
}

.achievement-list > div:nth-of-type(3n) {
    margin-right: 0;
}

.achievement-list > div:nth-of-type(n+4) {
    margin-top: 5%;
}

.achievement-item figure {
    max-height: 150px;
    overflow: hidden;
}

.achievement-item .achievement-link {
    position: absolute;
    bottom: 0;
    right: 0;
}

.detail-thumbnail img {
    display: block;
    max-width: 60%;
    margin: 0 auto;
}

.detail-thumbnail figcaption {
    margin: 30px 25px 70px;
    font-size: 1.2rem;
}

.detail-photo {
    margin: 0 0 15px;
}

.detail-photo dt {
    width: 100%;
    margin-bottom: 20px;
}

.detail-photo dd {
    width: 30%;
    margin-right: 5%;
}

.detail-photo > dd:nth-of-type(3n) {
    margin-right: 0;
}

.stripe-arrow {
    height: 80px;
    margin: 0 0 40px;
}

.stripe-arrow span {
    background:
        linear-gradient(to top, rgba(255, 255, 255, 0) 0%,  rgba(255, 255, 255, 0) calc(50% + 18px), rgba(255, 255, 255, 1) 100%),
        rgba(255, 255, 255, 0.32);
}

.stripe-arrow::before,
.stripe-arrow::after {
    height: 36px;
}

.detail-text {
    margin: 50px 25px 120px;
}

.detail-works .top-link-btn {
    display: block;
    margin: 0 auto 100px;
}

/*----------------------------------------------------------------
  採用情報
  ----------------------------------------------------------------*/

.wrapper-recruit {
    margin: 70px auto 200px;
}

.wrapper-recruit table th {
    width: 285px;
    padding: 10px 0 10px 20px;
    vertical-align: top;
    text-align: left;
}

.wrapper-recruit table td {
    padding: 10px 20px;
    vertical-align: top;
}

/*----------------------------------------------------------------
  お問い合わせ
  ----------------------------------------------------------------*/

.wrapper-contact {
    margin-bottom: 130px;
}

.wrapper-contact table {
    margin: 0 0 40px;
}

.wrapper-contact table th {
    width: 240px;
    padding: 10px 0 10px 20px;
    vertical-align: top;
    text-align: left;
}

.wrapper-contact table td {
    padding: 10px 20px;
    vertical-align: top;
}

.wrapper-contact .required {
    display: inline-block;
    margin-left: 15px;
}

.wrapper-contact table input:not([type=radio]),
.wrapper-contact table textarea {
    padding: 12px;
}

.wrapper-contact table textarea {
    height: 260px;
}

/*----------------------------------------------------------------
  新着情報
  ----------------------------------------------------------------*/

.news-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.news-main {
    width: calc(100% - 280px);
}

.news-main-list {
    margin-bottom: 60px;
}

.news-main-list li {
    padding: 20px;
}

.news-main-title {
    width: calc(100% - 170px);
}

.news-main-button {
    width: 150px;
}

.news-main-button-single {
    display: block;
    margin: 100px auto 0;
}

.news-side {
    width: 230px;
}

/*----------------------------------------------------------------
  ページフッター
  ----------------------------------------------------------------*/

.page-footer {
    padding: 30px 0;
    font-size: 1.4rem;
}

.page-footer .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-logo {
    padding-left: 30px;
}

.footer-nav ul {
    display: flex;
    justify-content: flex-end;
}

.footer-nav li {
    margin-right: 30px;
}

.footer-contact {
    width: 100%;
    margin-top: 30px;
    padding-left: 25px;
    line-height: 1.35;
}