@charset "utf-8";
/* CSS Document */

/********************

共通

********************/

:root {
  --main-color: #a0ce4e;
  --sub-color: #466e33;
  --main-font: 'Noto Sans JP', sans-serif;
}

body, .top-line ul.info-list li, .navbar-nav > li > a, #home-section .tp-caption.finewide_medium_white, .banner-section h2, section.services-section .services-box .services-post .services-content h2, p {
  font-family: var(--main-font);
}

.services-post > img {
  box-shadow: 15px -15px 0 #DBCD48;
}

p {
  font-size: 14px;
  color: #555;
}

.mt-0 {
  margin-top: 0!important;
}

.mt-75 {
  margin-top: 75px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

/********************

ヘッダー

********************/

.top-line {
  background-color: var(--sub-color);
}

.top-line ul.info-list li, .top-line ul.info-list li a, .top-line ul.social-icons li a {
  font-size: 14px;
  color: #fff;
}

.top-line ul.info-list li i {
  margin-right: 3px;
}

.top-line ul.social-icons i {
  margin-right: 5px;
  font-size: 16px;
}

.navbar-header > h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1;
}

.navbar-brand {
  padding: 17px 15px;
}

a.navbar-brand img {
  width: 150px;
}


@media screen and (max-width: 767px) {
  .navbar-fixed-top .navbar-collapse {
    max-height: none;
    height: calc(100vh - 89px);
    height: calc(100svh - 89px);
    overscroll-behavior-y: none;
    overflow-y: auto;
  }
  .navbar-nav {
    background-color: #4a5e51;
  }
  .navbar-toggle {
    padding: 9px 10px 5px 10px;
  }
  .navbar-toggle .icon-bar {
    margin: 0 auto;
  }
  .navbar-toggle__text {
    font-size: 10px;
    color: #888;
  }
  .navbar-nav > li {
    border-bottom: 1px solid #dcdcdc;
  }
  .navbar-nav > li > a {
    padding: 15px;
  }
  .navbar-nav > li > a, .navbar-nav > li > a:hover, .navbar-nav > li > a.active {
    color: #fff!important;
  }
  ul.drop-down {
    padding: 0;
    border-top: 1px solid #dcdcdc;
  }
  ul.drop-down > li {
    background-color: #bcc5bb;
  }
  ul.drop-down > li > a {
    padding: 10px 30px;
  }
  ul.drop-down > li:not(:last-child) > a {
    border-bottom: 1px solid #dcdcdc;
  }
}


/********************

ヒーローイメージ

********************/
#home-section .slotholder:after {
  content: none;
}

#home-section .tp-caption.finewide_medium_white {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 767px) {
  #home-section .tp-caption.finewide_medium_white {
    font-size: 20px!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
  }
}

/********************

バナーセクション

********************/
.banner-section__inner {
  display: flex;
  align-items: center;
  text-align: left;
}

.banner-section__inner h2 {
  flex-shrink: 0;
  padding: 10px 40px;
  font-size: 20px;
  color: #05400a;
}

.banner-section__inner p {
  margin: 0;
  color: #05400a;
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .banner-section__inner {
    display: block;
  }
  .banner-section__inner h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .banner-section__inner p {
    font-size: 14px;
  }
}


/********************

主要業務

********************/

section.services-section .services-box .services-post .services-content h2 {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}

section.services-section .services-box .services-post .services-content a {
  display: block;
  text-align: right;
}

.work-link-btn__wrap {
  text-align: center;
  margin: 50px 0 0;
}

a.work-link-btn {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: var(--sub-color);
  color: #fff;
  letter-spacing: 1px;
  transition: .3s;
}

a.work-link-btn:hover {
  opacity: .8;
}

a.work-link-btn i {
  margin-left: 10px;
}



/********************

フッター

********************/

footer {
  padding-top: 0;
  margin-top: 75px;
}

footer .last-line {
  background-color: var(--sub-color);
}

.last-line__inner {
  display: flex;
  justify-content: space-between;
}

.last-line__inner p {
  margin: 0;
}

.last-line__inner p a {
  color: #fff;
}

.last-line__inner p a i {
  margin-right: 10px;
  font-size: 16px;
}


/********************

セカンドページ共通

********************/
.page-banner-section.bg1 {
  background: url("../images/bg1.jpg") center / cover no-repeat, #333;
  position: relative;
}

.page-banner-section.bg2 {
  background: url("../images/bg2.jpg") center / cover no-repeat, #333;
  position: relative;
}

.page-banner-section.bg1::before, .page-banner-section.bg2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}

.page-banner-section .container {
  position: relative;
  z-index: 2;
}

.second-title {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  border-bottom: 3px solid #ccc;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.second-title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #78bbc7;
}

.tertiary-title {
  font-size: 18px;
  font-weight: bold;
  color: #555;
  line-height: 1.5;
  min-height: 85px;
  margin: 0;
  padding: 0;
  position: relative;
}

.marker-title {
  font-size: 16px;
  padding: 10px 15px;
  background-color: #dbdbdb;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .page-banner-section h1 {
    font-size: 28px;
  }
}


/********************

業務案内

********************/

.work__wrap img {
  width: 100%;
  margin-bottom: 10px;
}

.work__wrap .services-post {
  padding: 10px 10px 20px;
  background-color: #f4f5f7;
  border: 1px solid #dcdcdc;
}

.work__wrap .services-post a {
  display: block;
  text-align: center;
  color: #333;
  transition: .3s;
}

.work__wrap .services-post a:hover {
  color: #337ab7;
}

.work__wrap .services-post a img {
  transition: .3s;
}

.work__wrap .services-post a:hover img {
  opacity: .7;
}

.work__wrap .services-post .tertiary-title {
  display: inline-block;
  min-height: auto;
}

.work__wrap .services-post .tertiary-title::before {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}


/********************

会社概要

********************/

table.company__tb {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

table.company__tb tr {
  background-color: #e6f2f5;
  border-bottom: 2px solid #fff;
}

table.company__tb th, table.company__tb td {
  padding: 1em;
}

table.company__tb th {
  width: 20%;
  background-color: #78bbc7;
  color: #083f48;
}

table.company__tb td > ul {
  margin-bottom: 0;
}

table.company__tb td > ul > li {
  margin-bottom: 5px;
}

.g-map > iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 767px) {
  table.company__tb th {
    width: 30%;
  }
  .g-map {
    margin-bottom: 75px;
  }
  .g-map > iframe {
    aspect-ratio: 1 / 1;
  }
}


/********************

プライバシーポリシー

********************/

dl.privacypolicy-person__wrap {
  background-color: #f4f5f7;
  padding: 20px;
  margin: 0;
}

dl.privacypolicy-person__wrap dt, dl.privacypolicy-person__wrap dd:not(:last-child) {
  margin-bottom: 10px;
}

dl.privacypolicy-person__wrap dt {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  dl.privacypolicy-person__wrap {
    margin-bottom: 75px;
  }
}


/********************

404

********************/

.message-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/message-section-bg.jpg") center / cover no-repeat;
}

.message-section__inner {
  text-align: center;
  margin-top: 50px;
}

.message-section__inner > h1, .message-section__inner > p {
  color: #fff;
}

.message-section__inner > h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}

.message-section__inner img {
  max-width: 500px;
  width: 100%;
}