@charset "utf-8";
/*
Theme Name: 株式会社緑ヶ丘工務店
Description: 株式会社緑ヶ丘工務店コーポレートサイト用のテンプレートです
Version: 1.0
Author: tanamiya
*/

/* css変数 */
:root {
  --main-color: #1d6d1d;
  --sub-color: rgb(159, 207, 159);
  --accent-color: #f59414;
  --text-color: #272727;
}


/* === 全体設定 === */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  color: var(--text-color);
}

body.commitment {
  background-color: #f8f8f8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

section {
  padding: 80px 0;
}

.sec-title {
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.sec-title span {
  font-size: 5rem;
}

.sec-title-sub {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  font-family: 'Ysabeau SC', sans-serif;
  font-size: 2rem;
}

.sec-title-sub::before,
.sec-title-sub::after {
  content: '';
  background-color: var(--main-color);
  width: 200px;
  height: 1px;
}

.sec-title-sub::before {
  margin-right: 20px;
}

.sec-title-sub::after {
  margin-left: 20px;
}

.subhead {
  font-size: 3.2rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  line-height: 2;
  border-left: 6px double var(--main-color);
  margin-bottom: 40px;
  padding-left: 1rem;
}

.sp-br {
  display: none;
}

.grecaptcha-badge { visibility: hidden; }

.recaptcha-caption {
  font-size: 12px;
  text-align: center;
}

.recaptcha-caption a {
  text-decoration: underline;
}


/* パンくずリスト */
.bread-crumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin-top: 20px;
}

.bread-crumbs > li:not(:last-of-type)::after {
  content: "";
  background-image: url(./img/icon-right_arrow_breadcrumbs.svg);
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 1rem;
  margin-left: 1rem;
}

.bread-crumbs a:hover {
  color: var(--main-color);
}


/* ページナビ */
.wp-pagenavi {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-top: 60px;
}

/* .works .wp-pagenavi {
  justify-content: center;
} */

.wp-pagenav .current {
  color: var(--main-color);
}



/* ボタン */
div.wpcf7 .wpcf7-spinner {
  display: none;
}

.btn {
  display: block;
  margin: 30px auto;
  text-decoration: none;
  background-color: var(--main-color);
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  width: 200px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
  background-image: url(./img/icon-right_arrow.svg);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: 170px center;
}

.btn:hover {
  opacity: 0.8;
}

.btn-sort {
  display: block;
  border-radius: 50px;
  width: 200px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

.sort-all {
  border: 3px solid #555;
  color: #555;
  transition: 0.3s;
}

.sort-all.current,
.sort-all:hover {
  background-color: #555;
  color: #fff;
  /* border: 3px solid #555; */
}

.sort-custom {
  border: 3px solid var(--main-color);
  color: var(--main-color);
  transition: 0.3s;
}

.sort-custom.current,
.sort-custom:hover {
  background-color: var(--main-color);
  color: #fff;
}

.sort-reform {
  border: 3px solid var(--accent-color);
  color: var(--accent-color);
  transition: 0.3s;
}

.sort-reform.current,
.sort-reform:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.works-btn {
  background-color: #555;
  font-size: 1.2rem;
  width: 130px;
  line-height: 30px;
  margin: 10px auto;
  color: #fff;
  border-radius: 50px;
}

/* スマホメニュー */
.btn-menu {
  display: none;
}

/* === レイアウト === */
/* ラッパー */
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.wrapper02 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}

.wrapper03 {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 40px;
}


/* テーブル */
.company-table {
  width: 100%;
}

.company-table th {
  background-color: #eee;
  width: 20%;
  padding: 30px 0 30px 40px;
  border: 1px solid #ddd;
  font-weight: 500;
}

.company-table td {
  border: 1px solid #ddd;
  padding: 30px 0 30px 40px;

}

/* flexコンテナ */
.desc_container {
  display: flex;
  justify-content: center;
}


/* === ヘッダー === */
header {
  background-color: #fff;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0px 10px 35px -20px rgba(0,0,0,0.25);
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.logo {
  transition: 0.3s;
}

.logo:hover {
  opacity: 0.8;
}

.logo-area_sub {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
}

/* グローバルナビ */
.gnav_list {
  display: flex;
  font-size: 1.6rem;
  column-gap: 10px;
  height: 37px;
  justify-content: space-between;
}

.gnav_list li {
  width: calc(100% / 6);
}

.gnav_list a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
  text-align: center;
  line-height: 2;
}

.gnav_item .current,
.gnav_list a:hover {
  color: var(--main-color);
  border-bottom: 3px solid var(--main-color);
}

/* 問い合わせエリア */
.contact-nav-bottom {
  display: none;
}

.contact-nav p {
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-nav p::before,
.contact-nav p::after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: var(--text-color);
}

.contact-nav p::before {
  margin-right: 20px;
  transform: rotate(-35deg);
}

.contact-nav p::after {
  margin-left: 20px;
  transform: rotate(35deg);
}

.contact-nav_container {
  display: flex;
  align-items: end;
  column-gap: 20px;
}

.contact-nav_tel {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--main-color);
  position: relative;
}

.contact-nav_tel span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: right;
  margin-right: 3px;
  display: block;
}

.contact-nav_tel::before {
  content: '';
  background-image: url(./img/icon-tel.svg);
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0.3rem;
  left: -3.5rem;
}

.contact-nav_contact a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  background-color: var(--accent-color);
  border-radius: 5px;
  padding: 14px 10px 14px 50px;
  transition: 0.3s;
  background-image: url(./img/icon-mail.svg);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 10px center;
}

.contact-nav_contact a::before {
  content: '';
  background-image: url(./img/icon-mail.svg);
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0.3rem;
  left: -2rem;
}

.contact-nav_contact a:hover {
  opacity: 0.8;
}

/* === メインビジュアル === */
.mv {
  background-image: url(./img/mv.jpg);
  height: calc(100vh - 100px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

.mv_title {
  font-family: 'Shippori Mincho', serif;
  font-size: 4rem;
  writing-mode: vertical-rl;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-left: 10%;
}


/* === コンセプト === */
.top-eyecatch {
  font-family: 'Shippori Mincho', serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
  line-height: 1.8;
  text-align: center;
}

.concept_desc {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}

.concept_box {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 50px;
}

.concept_box:nth-child(2n) {
  flex-direction: row-reverse;
}

.concept_box_title {
  font-size: 3.6rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 20px 0;
}

.concept_box_desc {
  line-height: 1.8;
}

.concept_box_text {
  width: 40%;
}

.concept_box_img {
  box-shadow: -50px 20px 0 #f8f0e1;
}

.concept_box:last-child .concept_box_img {
  box-shadow: 50px 20px 0 #f8f0e1;
}


/* === ４つのこだわり === */
.commitment_desc {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
  /* width: 80%; */
}

.commitment_title {
  position: relative;
  padding-left: 80px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 20px;
}

.commitment_title_top {
  width: 700px;
}

.commitment_title::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--sub-color);
  font-size: 5.6rem;
  font-weight: bold;
}

.commitment_title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: var(--main-color);
}

.commitment_item {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.commitment_text {
  margin-top: 30px;
  text-align: justify;
  line-height: 1.6;
}


/* === お知らせ === */
.news_list {
  max-width: 700px;
  margin: 0 auto 20px;
}

.news_list_container {
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  width: 80%;
  margin: 0 auto;
}

.news_list_content {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.news_list div dt {
  width: 150px;
  font-weight: 500;
}

.news_link {
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.news_link dt {
  color: var(--main-color);
}

.news_link dd {
  color: var(--text-color);
}

.news_link dd.news_tag {
  width: 90px;
  padding: 5px 0;
  color: #fff;
  background-color: var(--accent-color);
  text-align: center;
  font-size: 1.4rem;
  border-radius: 5px;
}

.news_link:hover {
  opacity: 0.8;
}


/* === フッター === */
footer {
  background-color: #0f340f;
  padding-bottom: 40px;
  color: #fff;
}

/* コンタクトエリア */
.footer_contact {
  padding: 60px 0;
  background: linear-gradient(130deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../midorigaoka/img/mv.jpg);
  background-position: center;
}

.footer_contact_title {
  font-size: 3rem;
  margin-bottom: 40px;
}

.footer_contact p {
  text-align: center;
}

.footer_contact_container {
  display: flex;
  justify-content: center;
  column-gap: 50px;
}

.footer_tel {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.footer_tel span {
  font-size: 4rem;
  margin-left: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.footer_contact_form a {
  display: block;
  width: 300px;
  line-height: 80px;
  background-color: var(--accent-color);
  text-align: center;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 500;
  transition: 0.3s;
}

.footer_contact_form a:hover {
  color: #f57105;
  background-color: #f7cf9c;
}

.footer_hours,
.footer_holiday {
  font-size: 1.4rem;
  line-height: 1.6;
}


/* リンクエリア */
.footer_link {
  padding: 40px 0;
  background-color: #354b35;
}

.footer_link a {
  transition: 0.3s;
}

.footer_link a:hover {
  opacity: 0.8;
}

.footer_link_container {
  display: flex;
  justify-content: space-between;
}

.footer_link_item {
  width: calc((100% / 4) - 30px) ;
}

.footer_link_title {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.footer_link_item a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  display: block;
  line-height: 1.8;
  font-weight: 400;
  font-size: 1.2rem;
}

.footer_link_other {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.footer_link_other li {
  padding: 0 10px;
}



/* 会社情報エリア */
.footer_company {
  padding-top: 40px;
  width: fit-content;
  margin: 0 auto;
}

.footer-logo {
  display: block;
  margin-bottom: 15px;
}

.footer_company p {
  margin-bottom: 5px;
}

.footer_sns {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin: 30px 0;
}

.copyright {
  font-size: 1.2rem;
  display: block;
  text-align: center;
}




/* -------------------------------
下層ページ：こだわり
------------------------------- */
.commitment_img {
  width: 30%;
}

.commitment_text-area {
  flex: 1;
}

/* === スタッフ紹介 === */
section.staff {
  background-color: #fff;
}

.staff_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.staff_item {
  padding: 40px;
  box-shadow: 0 3px 21px rgba(0,0,0,0.16);
  border-radius: 5px;
}

.staff_img-area {
  display: flex;
  column-gap: 50px;
  align-items: center;
}

.staff_img img {
  border-radius: 50%;
  max-width: 200px;
  height: auto;
}

.staff_position,
.staff_certification span {
  color: var(--main-color);
  font-weight: 500;
}

.staff_certification span {
  padding-right: 1.5rem;
}

.staff_certification {
  margin-bottom: 10px;
  margin-top: 20px;
}

.staff_name {
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.staff_comment {
  line-height: 1.4;
  text-align: justify;
}



/* -------------------------------
下層ページ：施工事例（一覧）
------------------------------- */
.works_subtitle {
  text-align: center;
  margin-bottom: 80px;
}

.works_sort {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-bottom: 60px;
}

.works_title {
  margin-top: 10px;
  font-weight: 500;
  color: var(--text-color);
}

.works_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  place-content: center;
}

.works_item {
  text-align: center;
  margin: 0 auto;
}

.works_item a {
  text-decoration: none;
  transition: 0.3s;
}

.works_img-area {
  max-width: 300px;
  height: auto;
}

.custom-house {
  display: block;
  position: relative;
}

.custom-house::before {
  content: '注文住宅';
  display: block;
  width: 100px;
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: var(--main-color);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.reform {
  display: block;
  position: relative;
}

.reform::before {
  content: 'リフォーム';
  display: block;
  width: 100px;
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: var(--accent-color);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.works_img-area {
  transition: 0.3s;
}

.works_img-area:hover {
  box-shadow: 5px 5px 10px #999;
}



/* -------------------------------
下層ページ：施工事例（個別）
------------------------------- */

.single-works-container {
  display: flex;
  margin-bottom: 60px;
  gap: 40px;
}

.single-works-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.single-works-text {
  line-height: 1.8;
}

.single-works-thumbnail {
  width: 50%;
}

.single-works-textarea {
  flex: 1;
}

.single-works-category-reform {
  background-color: var(--accent-color);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 90px;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  padding: 5px 0;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.single-works-category-custom-house {
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 90px;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  padding: 5px 0;
  letter-spacing: 0;
  margin-bottom: 10px;
}


/* === 基本情報 === */
.single-works-info {
  padding: 40px;
  border: solid 1px var(--main-color);
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-works-info::before {
  content: '基本情報';
  color: var(--main-color);
  background-color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.single-works-info-item {
  display: flex;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
  width: 49%;
  align-items: baseline;
}

.single-works-info-title {
  width: 100px;
  font-weight: 500;
}

.single-works-info-text {
  flex: 1;
  line-height: 1.6;
}

.works.btn {
  margin-top: 80px;
  margin-bottom: 0;
}



/* -------------------------------
下層ページ：会社概要
------------------------------- */

.greeting,
.company_info {
  margin-bottom: 60px;
}

/* === 代表挨拶 === */
.greeting_container {
  display: flex;
  column-gap: 30px;
}

.greeting_img {
  width: 20%;
}

.greeting_text {
  flex: 1;
}

.greeting_title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.6;
}

.greeting_comment {
  text-align: justify;
  margin-bottom: 15px;
  line-height: 1.6;
}

.greeting_name {
  text-align: right;
  font-weight: 500;
  line-height: 1.6;
}

.greeting_name span {
  font-size: 2rem;
}

/* === アクセスマップ === */
.access_map iframe {
  width: 100%;
  height: 500px;
}


/* -------------------------------
下層ページ：お問い合わせ
------------------------------- */
.contact_desc {
  text-align: center;
}

.form-name {
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 10px;
}

.required {
  background-color: var(--accent-color);
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 6px;
  border-radius: 5px;
  margin-left: 1rem;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"] {
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
  border: 1px solid #999;
  border-radius: 5px;
}

.contact_form textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #999;
  border-radius: 5px;
  resize: none;
  padding: 10px;
}


/* -------------------------------
下層ページ：プライバシーポリシー
------------------------------- */
.privacy-policy {
  line-height: 1.6;
}

.item:not(:last-child) {
  padding: 30px 0;
  border-bottom: #ccc 1px solid;
}

.item:last-child {
  padding-top: 30px;
}

.item-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.item-text_mb {
  margin-bottom: 10px;
}

.item-list li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}


/* -------------------------------
下層ページ：404ページ
------------------------------- */
.not-found-text {
  text-align: center;
  margin-top: 40px;
  line-height: 1.6;
}

.not-found-text a {
  color: var(--main-color);
  font-weight: 500;
  text-decoration: underline;
}


/* -------------------------------
下層ページ：お知らせ（一覧）
------------------------------- */
.news-container {
  display: flex;
  gap: 60px;
}

.news-content {
  flex: 1;
}

.sidebar {
  width: 220px;
}

.news-content-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 30px;
  border-bottom: solid 1px #ccc;
  transition: 0.3s;
}

.news-content-item:hover {
  opacity: 0.6;
}

.news-content-item:first-child {
  padding-top: 0;
}

.news-content-img {
  max-width: 120px;
  height: auto;
}

.news-content-text {
  font-weight: 500;
}

.date-category {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.date-category .date {
  color: var(--main-color);
  width: 110px;
}

.date-category .category {
  display: flex;
  gap: 10px;
}

.date-category .category li {
  background-color: var(--accent-color);
  width: 80px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  border-radius: 5px;
}

.news-content-title {
  font-size: 18px;
}

.box-gray {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sidebar-item-title {
  color: var(--main-color);
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
}

.sidebar-item ul {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar-item ul li a {
  transition: 0.3s;
}

.sidebar-item ul li a:hover {
  color: var(--main-color);
}




/* -------------------------------
下層ページ：お知らせ（アーカイブ）
------------------------------- */
.news-title {
  color: var(--main-color);
  font-weight: 500;
}


/* -------------------------------
下層ページ：お知らせ（個別）
------------------------------- */
.news-content-single {
  flex: 1;
}

.news-content-head {
  font-weight: 500;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 40px;
  padding: 30px 0;
}

.date-category-single {
  display: flex;
}

.date-category-single .date {
  width: 110px;
  color: var(--main-color);
}

.date-category-single .category {
  display: flex;
  gap: 10px;
}

.date-category-single .category li {
  background-color: var(--accent-color);
  width: 80px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  border-radius: 5px;
}

.news-content-title-single {
  font-size: 30px;
  line-height: 1;
  margin-top: 20px;
}

.news-content-img-single {
  margin-bottom: 40px;
}

.news-content-text {
  line-height: 1.6;
  font-weight: 400;
}

.page-navi-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.page-navi-single .prev,
.page-navi-single .next {
  font-weight: 500;
  transition: 0.3s;
}

.page-navi-single .prev:hover,
.page-navi-single .next:hover {
  opacity: 0.8;
}

.page-navi-single .prev::before,
.page-navi-single .next::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./img/icon-right_arrow_breadcrumbs.svg);
  background-repeat: no-repeat;
  transform: translateY(2px);
}

.page-navi-single .prev::before {
  margin-right: 5px;
  transform: scale(-1, 1);
}

.page-navi-single .next::after {
  margin-left: 5px;
}



/* --------------------------------------------------------------------
メディアクエリ ~ 1024px
----------------------------------------------------------------------- */
@media screen and ( max-width: 1024px ) {
  /* === 全体設定 === */
  section {
    padding: 60px 0;
  }
  .sec-title {
    font-size: 3rem;
  }

  /* ボタン */
  .btn {
    font-size: 1.4rem;
  }

  /* === ヘッダー === */
  .header_container {
    padding-bottom: 12px;
  }

  .logo img {
    width: 200px;
  }

  .logo-area_sub {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  /* 問い合わせエリア */
  .contact-nav p {
    font-size: 1.2rem;
  }

  .contact-nav p::before,
  .contact-nav p::after {
    height: 12px;
  }

  .contact-nav p::before {
    margin-right: 10px;
  }

  .contact-nav p::after {
    margin-left: 10px;
  }

  .contact-nav_tel {
    font-size: 2.4rem;
  }

  .contact-nav_tel span {
    font-size: 1rem;
    margin-right: 0;
  }

  .contact-nav_tel::before {
    width: 2.4rem;
    height: 2.4rem;
    left: -2.7rem;
  }

  .contact-nav_contact a {
    font-size: 1.4rem;
    padding: 10px 7px 10px 45px;
  }

  .contact-nav_contact a::before {
    width: 1.2rem;
    height: 1.2rem;
  }

  /* グローバルナビ */
  .gnav_list a {
    line-height: 37px;
    padding-bottom: 0;
  }

  /* === コンセプト === */
  .top-eyecatch {
    font-size: 3rem;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .concept_desc {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  .concept_box {
    column-gap: 20px;
  }

  .concept_box_title {
    font-size: 2.6rem;
  }

  .concept_box_desc {
    font-size: 1.4rem;
  }

  /* === ４つのこだわり === */
  .commitment_title {
    font-size: 2rem;
  }

  .commitment_title::before {
    font-size: 4.6rem;
    border-bottom: 1px solid var(--main-color);
  }

  .commitment_title::after {
    width: 0;
    height: 0;
  }

  /* === お知らせ === */
  .news_list_container {
    width: 100%;
    column-gap: 20px;
    font-size: 1.4rem;
  }

  .news_link dd.news_tag {
    font-size: 1.2rem;
    width: 70px;
  }

  /* -------------------------------
  下層ページ：会社概要
  ------------------------------- */
  .greeting_container {
    display: block;
  }

  .greeting_img {
    text-align: center;
    width: 100%;
  }

  .greeting_title {
    margin-top: 20px;
  }

}

/* --------------------------------------------------------------------
メディアクエリ ~ 768px
----------------------------------------------------------------------- */
@media screen and ( max-width: 768px ) {
  /* === 全体設定 === */
  .subhead {
    font-size: 2.8rem;
    line-height: 1.8;
  }

  /* ボタン */
  .btn-sort {
    width: 150px;
    font-size: 1.4rem;
    line-height: 40px;
  }

  /* === レイアウト === */
  /* テーブル */
  .company-table th {
    padding: 20px 0 20px 20px;
  }

  .company-table td {
    padding: 20px 0 20px 20px;
  }

  /* === ヘッダー === */
  header {
    height: 60px;
    padding-top: 9.585px;
    padding-bottom: 0;
  }

  .header_container {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .contact-nav-top {
    display: none;
  }

  /* スマホメニュー */
  .btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    width: 60px;
    height: 60px;
    padding: 21px 16px;
  }

  .btn-menu__line {
    display: block;
    position: relative;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    transition: all 0.4s;
  }

  .btn-menu__line::before,
  .btn-menu__line::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: inherit;
  }

  .btn-menu__line::before {
    top: -8px;
  }

  .btn-menu__line::after {
    top: 8px;
  }

  .btn-menu.active .btn-menu__line {
    background-color: transparent;
  }

  .btn-menu.active .btn-menu__line::before,
  .btn-menu.active .btn-menu__line::after {
    top: 0;
  }

  .btn-menu.active .btn-menu__line::before {
    transform: rotate(45deg);
  }

  .btn-menu.active .btn-menu__line::after {
    transform: rotate(-45deg);
  }

  .gnav {
    position: fixed;
    top: 0;
    right: -180px;
    z-index: 20;
    width: 180px;
    height: 100%;
    background-color: var(--main-color);
    padding-left: 20px;
    padding-top: 80px;
    box-shadow: -10px 0 35px -20px rgba(0,0,0,0.25);
    transition: all 0.4s;
  }

  .gnav.show {
    right: 0;
  }

  .gnav_list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }

  .gnav_list li {
    width: 100%;
  }

  .gnav_list a {
    text-align: left;
    color: #fff;
    line-height: 1;
  }

  .gnav_item .current,
  .gnav_list a:hover {
    color: #fff;
    border-bottom: none;
    opacity: 0.6;
  }


  /* 問い合わせエリア */
  .contact-nav-bottom {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(130deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../midorigaoka/img/mv.jpg);
    background-position: center;
    background-size: cover;
  }

  .contact-nav p::before,
  .contact-nav p::after {
    background-color: #fff;
  }

  .contact-nav_container {
    justify-content: center;
  }

  .contact-nav_tel {
    color: #fff;
  }

  .contact-nav_tel::before {
    background-image: url(./img/icon-tel-bottom.svg);
  }

  /* フッター */
  .footer_contact {
    display: none;
  }

  .footer_link {
    padding: 20px 0;
  }

  .footer_link_other {
    margin-top: 15px;
  }

  .footer_company {
    padding: 20px 0;
  }

/* -------------------------------
下層ページ：こだわり
------------------------------- */
  .commitment_desc {
    width: 100%;
    font-size: 1.6rem;
  }

  /* ４つのこだわり */
  .commitment_item {
    display: block;
    margin-bottom: 60px;
  }

  .commitment_item:last-child {
    margin-bottom: 0;
  }

  .commitment_img {
    text-align: center;
    width: 100%;
  }

  /* スタッフ紹介 */
  .staff_box {
    grid-template-columns: 1fr;
  }

  /* .staff_img-area {
    justify-content: center;
  } */

  /* -------------------------------
  下層ページ：施工事例
  ------------------------------- */
  .works_box {
    grid-template-columns: 1fr 1fr;
  }

  .works_subtitle {
    margin-bottom: 60px;
  }

  /* -------------------------------
  下層ページ：会社概要
  ------------------------------- */
  .greeting_title {
    font-size: 2rem;
  }

  /* -------------------------------
  下層ページ：お問い合わせ
  ------------------------------- */
  /* .form_container {
    display: block;
  } */

  .contact_form {
    width: 100%;
  }


  /* -------------------------------
  下層ページ：お知らせ（個別）
  ------------------------------- */
  .page-navi-single .prev,
  .page-navi-single .next {
    font-size: 12px;
  }

  .page-navi-single .prev::before,
  .page-navi-single .next::after {
    width: 10px;
    height: 10px;
  }

  .page-navi-single .prev::before {
    margin-right: 3px;
  }

  .page-navi-single .next::after {
    margin-left: 3px;
  }

  .page-navi-single .btn {
    width: 140px;
    background-position: 120px center;
    font-size: 12px;
    line-height: 46px;
  }


}


/* --------------------------------------------------------------------
メディアクエリ ~ 480px
----------------------------------------------------------------------- */
@media screen and ( max-width: 480px ) {
  /* === 全体設定 === */
  body {
    font-size: 1.4rem;
  }

  section {
    padding: 40px 0;
  }

  .sec-title {
    font-size: 2.4rem;
  }

  .sec-title-sub {
    margin-bottom: 35px;
    margin-top: 5px;
    font-size: 1.8rem;
  }

  .sec-title-sub::before,
  .sec-title-sub::after {
    width: 180px;
  }

  .subhead {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  /* ボタン */
  .btn {
    margin: 20px auto;
  }

  .btn-sort {
    width: 100px;
    font-size: 1.2rem;
    line-height: 30px;
  }

  /* ページナビ */
  .wp-pagenavi {
    margin-top: 40px;
  }

  /* === レイアウト === */
  /* ラッパー */
  .wrapper,
  .wrapper02,
  .wrapper03 {
    padding: 0 20px;
  }

  /* テーブル */
  .company-table th {
    padding: 10px;
    font-size: 1.2rem;
    white-space: nowrap;
  }

  .company-table td {
    padding: 10px;
    font-size: 1.2rem;
  }

  /* 問い合わせエリア */
  .contact-nav_tel {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }

  .contact-nav_tel::before {
    width: 1.8rem;
    height: 1.8rem;
    left: -2.3rem;
  }

  .contact-nav_contact a {
    background-image: none;
    padding: 10px;
  }


  /* === メインビジュアル === */
  .mv {
    align-items: flex-start;
    position: relative;
  }

  .mv_title {
    font-size: 3rem;
    text-shadow: 1px 1px 5px #333;
    margin-left: 0;
    position: absolute;
    top: 20%;
    left: 10%;
  }

  /* === コンセプト === */
  .top-eyecatch {
    font-size: 2.2rem;
  }

  .sp-br {
    display: block;
  }

  .sp-br-none {
    display: none;
  }

  .concept_desc {
    font-size: 1.4rem;
  }

  .concept_box {
    display: block;
  }

  .concept_box:last-child {
    margin-bottom: 0;
  }

  .concept_box_text {
    width: 100%;
  }

  .concept_box_title {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 2.4rem;
  }

  /* === ４つのこだわり === */
  .commitment_item {
    display: block;
  }

  .commitment_img {
    text-align: center;
  }

  .commitment_img img {
    width: 70%;
    height: auto;
  }

  .commitment_title_top {
    width: 100%;
  }

  .commitment_title {
    margin-top: 10px;
    padding-left: 55px;
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .commitment_title::before {
    font-size: 3.6rem;
  }

  

  /* === お知らせ === */
  .news_list_container {
    display: block;
  }

  .news_list_content {
    column-gap: 10px;
    margin-top: 10px;
  }

  /* === フッター === */
  .footer_link_container {
    display: block;
  }

  .footer_link_item {
    width: 100%;
  }

  .footer_link_title {
    padding: 20px;
    position: relative;
  }

  .footer_link_title::after {
    content: '+';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }

  .footer_link_title.active::after {
    content: '-';
  }

  .footer_link_item ul {
    display: none;
    margin-left: 20px;
  }

  .footer_link_item a {
    line-height: 3;
  }

  .footer_link_other {
    margin-top: 20px;
  }

  .footer_company {
    width: 230px;
  }

  .footer_company p {
    font-size: 1.2rem;
  }

  .footer_sns {
    margin-top: 0;
    margin-bottom: 20px;
  }

  /* -------------------------------
  下層ページ：こだわり
  ------------------------------- */
  .commitment_desc {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  /* ４つのこだわり */
  .commitment_text {
    margin-top: 20px;
  }

  .commitment_item {
    margin-bottom: 40px;
  }

  /* スタッフ紹介 */
  .staff_item {
    padding: 20px;
  }

  .staff_name {
    font-size: 1.8rem;
  }

  .staff_img-area {
    column-gap: 20px;
  }


  .staff_img img {
    width: 140px;
    height: auto;
  }

  .staff_certification span {
    display: block;
    padding-right: 0;
    padding-bottom: 5px;
  }

  .staff_certification {
    margin-bottom: 20px;
  }

  /* -------------------------------
  下層ページ：施工事例（一覧）
  ------------------------------- */
  .works_box {
    grid-template-columns: 1fr;
  }

  .works_subtitle {
    margin-bottom: 40px;
    text-align: left;
  }

  .works_sort {
    column-gap: 10px;
    margin-bottom: 40px;
  }

  .sort-all,
  .sort-custom,
  .sort-reform {
    border-width: 2px;
  }


  /* -------------------------------
  下層ページ：施工事例（個別）
  ------------------------------- */
  .single-works-container {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 40px;
  }

  .single-works-thumbnail {
    width: 100%;
  }

  .single-works-title {
    font-size: 20px;
  }

  .single-works-info {
    padding: 20px;
    margin-bottom: 40px;
  }

  .single-works-info-item {
    width: 100%;
    padding: 12px 0;
  }

  .works.btn {
    margin-top: 40px;
  }


  /* -------------------------------
  下層ページ：会社概要
  ------------------------------- */
  .greeting,
  .company_info {
    margin-bottom: 40px;
  }

  .greeting_img img {
    width: 60%;
  }

  .greeting_title {
    font-size: 1.6rem;
  }

  .greeting_name span {
    font-size: 1.8rem;
  }

  .access_map iframe {
    height: 300px;
  }



  /* -------------------------------
  下層ページ：お知らせ（一覧）
  ------------------------------- */
  .news-container {
    flex-direction: column;
  }

  .date-category {
    align-items: baseline;
  }

  .date-category .category {
    flex-direction: column;
    gap: 5px;
  }

  .news-content-title {
    font-size: 14px;
  }

  .sidebar {
    width: 100%;
  }

  .box-gray {
    flex-direction: row;
    gap: 0;
    justify-content: space-around;
  }

  .sidebar-item-title {
    margin-bottom: 20px;
  }

  .sidebar-item ul {
    gap: 20px;
  }


  /* -------------------------------
  下層ページ：お知らせ（個別）
  ------------------------------- */
  .news-content-title-single {
    font-size: 20px;
    margin-top: 10px;
  }

  .date-category-single {
    align-items: center;
  }

  .news-content-head {
    padding: 20px 0;
  }

  .date-category-single .date {
    width: 90px;
  }


  /* -------------------------------
  下層ページ：お問い合わせ
  ------------------------------- */
  .form-name {
    margin-top: 10px;
  }


  /* -------------------------------
  下層ページ：プライバシーポリシー
  ------------------------------- */
  .privacy-policy .sec-title-sub::before,
  .privacy-policy .sec-title-sub::after {
    width: 80px;
  }

  .item-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }


}