@charset "UTF-8";

/*----------------------------------------------------------------
  汎用クラス
  ----------------------------------------------------------------*/

.d-pc {
    display: none;
}

.inner {
    width: 96%;
    margin: 0 auto;
}

/*----------------------------------------------------------------
  ページヘッダー
  ----------------------------------------------------------------*/

.page-header {
    padding: 2% 0;
}

.header-logo img {
    max-height: 50px;
}

.header-contact-tel {
    width: 50px;
    padding: 11px 0;
}

.header-contact-mail {
    width: 50px;
    padding: 11px 0 14px;
}

/*----------------------------------------------------------------
  コンテンツヘッダー
  ----------------------------------------------------------------*/

.content-header .inner {
    width: 100%;
}

.header-menu-toggle {
    display: block;
    padding: 5px;
    border: 1px solid #025106;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    color: #025106;
}

.global-nav,
.global-nav ul {
    height: 0;
    overflow: hidden;
}

.global-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.global-nav li {
    width: calc(100% / 3);
    opacity: 0;
}

.global-nav ul li:nth-of-type(1) {
    transition: opacity 0.25s 0.125s;
}

.global-nav ul li:nth-of-type(2) {
    transition: opacity 0.25s 0.25s;
}

.global-nav ul li:nth-of-type(3) {
    transition: opacity 0.25s 0.375s;
}

.global-nav ul li:nth-of-type(4) {
    transition: opacity 0.25s 0.5s;
}

.global-nav ul li:nth-of-type(5) {
    transition: opacity 0.25s 0.625s;
}

.global-nav ul li:nth-of-type(6) {
    transition: opacity 0.25s 0.75s;
}

.header-menu-switch:checked ~ .global-nav,
.header-menu-switch:checked ~ .global-nav ul {
    height: auto;
}

.header-menu-switch:checked ~ nav.global-nav ul li {
    opacity: 1;
}

.header-menu-toggle::after {
    content: '\f0c9';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-left: 1.4rem;
    vertical-align: top;
    text-rendering: auto;
    font: normal normal 100%/1 "Font Awesome 5 Free";
}

.header-menu-switch:checked ~ .header-menu-toggle::after {
    content: '\f00d';
}

.global-nav a {
    width: 100%;
    padding: 10px 0;
}

.header-index-inner {
    padding: 20px 2%;
    background: transparent url(../img/bg_index.jpg) bottom center / cover no-repeat;
    text-align: center;
}

.content-header .inner {
    padding: 20px 2%;
}

.header-page-company-inner {
    background: transparent url(../img/bg_company.jpg) bottom center / cover no-repeat;
}

.header-page-business-inner {
    background: transparent url(../img/bg_business.jpg) bottom center / cover no-repeat;
}

.header-page-recruit-inner {
    background: transparent url(../img/bg_recruit.jpg) bottom center / cover no-repeat;
}

.header-page-contact-inner {
    background: transparent url(../img/bg_contact.jpg) bottom center / cover no-repeat;
}

.header-page-news-inner {
    background: transparent url(../img/bg_news.jpg) bottom center / cover no-repeat;
}

.header-index-inner img {
    max-width: 100%;
}

.page-title {
    width: 100px;
    padding: 40px 0 30px;
    font-size: 1.6rem;
}

.page-title::after {
    margin-top: 4px;
    font-size: 1rem;
}

.breadcrumbs {
    margin: 5px auto 30px;
}

/*----------------------------------------------------------------
  本文（共通）
  ----------------------------------------------------------------*/

.section-header {
    margin: 20px 0;
    padding: 10px 0 0 10px;
    border-left: 3px solid #025106;
    background: transparent url(../img/bg_header.png) 1px 0 / 14px 100% repeat-y;
    line-height: 1.2;
    font-size: 1.8rem;
}

.section-header::after {
    margin-left: 15px;
    font-size: 1.2rem;
}

.section-subheader {
    margin: 10px 0 15px;
}

.wrapper-2col-text {
    line-height: 1.5;
    font-size: 1.4rem;
}

.wrapper-2col-link {
    margin: 10px 0;
}

.top-link-btn {
    padding: 10px 0;
    border: 1px solid #025106;
}

/*----------------------------------------------------------------
  本文（トップページ）
  ----------------------------------------------------------------*/

.top-works {
    padding: 20px 0;
}

.top-works p,
.top-works-list,
.top-recruit-photo {
    margin-bottom: 20px;
}

.top-works-list li {
    margin-bottom: 15px;
    text-align: center;
}

.top-works-before::after,
.top-works-after::after {
    font-size: 2rem;
}

.top-works-before::after {
    top: 10px;
    left: 10px;
}

.top-works-after::after {
    right: 10px;
    bottom: 10px;
}

.top-recruit,
.top-news {
    margin-bottom: 40px;
}

.top-recruit-photo figcaption {
    width: 90%;
    border: 1px solid #fff;
    line-height: 1.5;
    font-size: 1.6rem;
}

.top-recruit-text .wrapper-2col-link {
    margin-top: 15px;
}

.news-item {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.news-item-date {
    width: 103px;
    border-right: 3px solid #aaa;
    text-align: center;
}

.news-item-cat {
    width: calc(100% - 110px);
}

.news-cat-info {
    padding: 0 6px;
    font-size: 1.2rem;
}

.news-item-title {
    width: 100%;
    margin-top: 10px;
    line-height: 1.5;
}

/*----------------------------------------------------------------
  事業内容
  ----------------------------------------------------------------*/

.wrapper-work {
    margin-bottom: 60px;
}

.wrapper-work h3 {
    margin-bottom: 20px;
    padding: 10px 0 10px 15px;
    border-left: 3px solid #025106;
    font-size: 2.4rem;
}

.work-text dt {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 2rem;
}

.work-text dt::before {
    width: 7px;
}

.work-text dd {
    margin-bottom: 40px;
    font-size: 1.4rem;
}

/*----------------------------------------------------------------
  事業実績
  ----------------------------------------------------------------*/

.achievement-list {
    margin-bottom: 75px;
}

.achievement-item {
    margin: 0 0 30px;
}

.detail-thumbnail figcaption {
    margin: 15px 10px 35px;
    font-size: 1.2rem;
}

.detail-photo {
    justify-content: space-between;
    align-items: flex-start;
}

.detail-photo {
    margin: 0 0 10px;
}

.detail-photo dt,
.detail-photo dd {
    width: 48%;
}

.detail-photo dd {
    padding-top: 27%;
    overflow: hidden;
}

.detail-photo dd img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.detail-photo > dd:nth-of-type(n+2) {
    margin-top: 4%;
}

.stripe-arrow {
    height: 40px;
    margin: 0 0 20px;
}

.stripe-arrow span {
    background:
        linear-gradient(to top, rgba(255, 255, 255, 0) 0%,  rgba(255, 255, 255, 0) calc(50% + 9px), rgba(255, 255, 255, 1) 100%),
        rgba(255, 255, 255, 0.32);
}

.stripe-arrow::before,
.stripe-arrow::after {
    height: 18px;
}

.detail-text {
    margin: 25px 10px 60px;
}

.detail-works .top-link-btn {
    display: block;
    margin: 0 auto 50px;
}

/*----------------------------------------------------------------
  会社概要
  ----------------------------------------------------------------*/

.wrapper-company {
    margin-bottom: 50px;
}

.company-table {
    margin: 0 0 25px;
    padding: 5px 0;
}

.company-table dt {
    width: 80px;
    margin-bottom: 10px;
    padding: 3px 5px 3px 15px;
    font-size: 1.4rem;
}

.company-table dd {
    width: calc(100% - 80px);
    margin-bottom: 10px;
    padding: 3px 0 3px 15px;
    font-size: 1.4rem;
}

/*----------------------------------------------------------------
  採用情報
  ----------------------------------------------------------------*/

.wrapper-recruit {
    margin: 35px auto 100px;
}

.wrapper-recruit table th {
    width: 80px;
    padding: 5px 0 5px 10px;
    vertical-align: top;
    text-align: left;
    font-size: 1.4rem;
}

.wrapper-recruit table td {
    padding: 5px 10px;
    vertical-align: top;
    font-size: 1.4rem;
}

/*----------------------------------------------------------------
  お問い合わせ
  ----------------------------------------------------------------*/

.wrapper-contact {
    margin-bottom: 65px;
}

.wrapper-contact table {
    margin: 0 0 20px;
    font-size: 1.4rem;
}

.wrapper-contact table th {
    width: 100px;
    padding: 5px 0 5px 10px;
    vertical-align: top;
    text-align: left;
}

.wrapper-contact table td {
    padding: 5px 10px;
    vertical-align: top;
}

.wrapper-contact .required {
    display: block;
}

.wrapper-contact table textarea {
    height: 130px;
}

/*----------------------------------------------------------------
  新着情報
  ----------------------------------------------------------------*/

.news-main,
.news-main-list {
    margin-bottom: 30px;
}

.news-main-list li {
    padding: 0 10px 10px;
}

.news-main-button {
    display: block;
    width: 150px;
    margin: 20px auto 0;
}

.news-side {
    margin-bottom: 60px;
}

.news-side ul {
    display: flex;
    justify-content: space-between;
}

.news-side li {
    width: 50%;
}

/*----------------------------------------------------------------
  ページフッター
  ----------------------------------------------------------------*/

.page-footer {
    padding: 15px 0;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}

.footer-logo,
.footer-nav ul {
    margin-bottom: 15px;
}

.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-nav li {
    width: calc(100% / 3);
}
