@charset "UTF-8";
body {
  color: #222 !important;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .05em !important;
}

a {
  color: #222;
  transition: all .2s linear;
}

@media screen and (max-width: 1199px) {
  .on_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {@charset "UTF-8";
body {
  color: #222 !important;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .05em !important;
}

a {
  color: #222;
  transition: all .2s linear;
}

@media screen and (max-width: 1199px) {
  .on_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .on_sp {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .on_tb {
    display: none !important;
  }
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: .75em 1em;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  transition: all .2s linear;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #098c4a;
  outline: none;
}

table {
  width: 100%;
  word-break: break-all;
  word-wrap: break-all;
  table-layout: fixed;
}

.flex,
.media,
.card,
.flex_half {
  display: flex;
}

.media_tx {
  flex: 1;
}

.card {
  flex-direction: column;
}

.flex_half > * {
  flex: 1;
}

.flex_half > *:nth-child(2) {
  margin-left: 30px;
}

.base_table {
  border-top: 1px solid #ddd;
}

.base_table > dl {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1199px) {
  .base_table > dl {
    flex-direction: column;
  }
}

.base_table > dl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18em;
  height: 100%;
  background: #fafafa;
  content: "";
}

@media screen and (max-width: 1199px) {
  .base_table > dl::before {
    display: none;
  }
}

.base_table > dl > dt {
  position: relative;
  width: 18em;
  padding: 1.5em;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .base_table > dl > dt {
    width: 100%;
    padding: 1em;
    background: #fafafa;
  }
}

.base_table > dl > dd {
  flex: 1;
  margin: 0;
  padding: 1.5em;
  box-sizing: border-box;
  word-break: break-all;
}

@media screen and (max-width: 1199px) {
  .base_table > dl > dd {
    width: 100%;
    padding: 1em;
  }
}

.base_table > dl > dd a {
  text-decoration: underline;
}

.base_table > dl > dd a:hover {
  text-decoration: none;
}

.base_table dt {
  font-weight: 500;
}

.base_table iframe {
  width: 100%;
  height: 390px;
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  .base_table iframe {
    height: 210px;
  }
}

.base_table ul {
  margin-bottom: 0;
}

.history_table {
  position: relative;
  padding-top: 20px;
  font-size: 100%;
}

.history_table::before {
  position: absolute;
  top: 0;
  left: 305px;
  width: 2px;
  height: 100%;
  background: #eee;
  content: "";
}

@media screen and (max-width: 1199px) {
  .history_table::before {
    left: 15px;
  }
}

.history_table dl {
  display: flex;
}

@media screen and (max-width: 1199px) {
  .history_table dl {
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 40px;
  }
}

.history_table dt {
  position: relative;
  width: 270px;
  margin-right: 50px;
  color: #666;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .history_table dt {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
}

.history_table dt::before {
  position: absolute;
  top: 13px;
  left: 301px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #098c4a;
  content: "";
}

@media screen and (max-width: 1199px) {
  .history_table dt::before {
    top: 9px;
    left: -29px;
  }
}

.history_table dt span {
  font-size: .7em;
}

.history_table dd {
  flex: 1;
  margin-left: 30px;
}

@media screen and (max-width: 1199px) {
  .history_table dd {
    margin-left: 15px;
    line-height: 1.75;
  }
}

.btn a,
.p-header-content__btn a,
.home .p-btn a {
  display: inline-block;
  min-width: 240px !important;
  height: auto !important;
  padding: 25px;
  background: #098c4a !important;
  background: linear-gradient(to bottom, #098c4a 0%, #00662c 100%) !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-align: center;
  border-radius: 50px !important;
}

.btn a:hover,
.p-header-content__btn a:hover,
.home .p-btn a:hover {
  opacity: .7;
}

.p-header-content__btn {
  padding-top: 10px;
}

.p-header-content__btn a {
  font-weight: 500;
  font-size: 18px !important;
}

.home .p-btn a {
  font-weight: 500;
  font-size: 16px !important;
}

.name dl {
  margin: 0;
  text-align: right;
}

.name dt {
  font-weight: 400;
}

.name dd {
  margin: 0 0 0 20px;
}

.name span {
  margin-left: .8em;
  font-size: 1.25em;
}

.fit_img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(100% / 3 * 2);
  overflow: hidden;
}

.fit_img {
  height: 100% !important;
  font-family: "object-fit: cover;";

  object-fit: cover;
}

.short_inner {
  max-width: 840px;
  margin: 0 auto;
}

.bg_gray {
  box-sizing: border-box;
  background: #f7f7f7;
}

.page_lead {
  font-weight: 500;
  font-size: 34px !important;
  line-height: 1.75 !important;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page_lead {
    font-size: 16px !important;
  }
}

.page_lead_2col {
  font-weight: 500;
  font-size: 28px !important;
  line-height: 1.75 !important;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page_lead_2col {
    font-size: 16px !important;
  }
}

.style3b {
  position: relative;
  padding-top: calc(1.15em + 3px);
  border-top: none;
  font-size: 24px !important;
}

@media screen and (max-width: 1199px) {
  .style3b {
    padding: 18px 15px 15px;
    font-size: 17px !important;
  }
}

.style3b::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #098c4a 0%, #00662c 100%);
  content: "";
}

.style4a {
  position: relative;
  border-left: none;
  font-size: 24px !important;
}

@media screen and (max-width: 1199px) {
  .style4a {
    font-size: 17px !important;
  }
}

.style4a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #098c4a 0%, #00662c 100%);
  content: "";
}

.style4b {
  position: relative;
  border-left: none;
  background: #fff;
  font-size: 22px !important;
}

@media screen and (max-width: 1199px) {
  .style4b {
    font-size: 16px !important;
  }
}

.style4b::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #098c4a 0%, #00662c 100%);
  content: "";
}

@media screen and (min-width: 992px) {
  .single .l-main,
  .post-type-archive-news .l-main,
  .blog .l-main,
  .category .l-main {
    overflow: visible;
  }
  .single .l-contents__inner,
  .post-type-archive-news .l-contents__inner,
  .blog .l-contents__inner,
  .category .l-contents__inner {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;

    grid-column-gap: 0 !important;
  }
  .single .l-page-header,
  .post-type-archive-news .l-page-header,
  .blog .l-page-header,
  .category .l-page-header {
    order: 2;
    position: sticky;
    top: 180px;
    margin-left: 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .single .l-page-header,
  .post-type-archive-news .l-page-header,
  .blog .l-page-header,
  .category .l-page-header {
    top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .l-page-header {
    top: 180px;
  }
}

.p-headline--lg {
  font-weight: 500;
  font-size: 34px;
}

@media screen and (max-width: 1199px) {
  .p-headline--lg {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .single-service .l-contents {
    border-top: 1px solid #eee;
  }
}

.single-service .l-contents--grid-rev .l-contents__inner .l-primary {
  width: calc(100% - 350px);
}

@media screen and (max-width: 991px) {
  .single-service .l-contents--grid-rev .l-contents__inner .l-primary {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .single-service .l-page-header .p-page-header {
    display: none;
  }
}

.single-service .l-page-header .p-list {
  top: 0;
}

.p-page-header {
  padding: 0 0 0 30px;
}

.p-page-header__title {
  font-size: 28px;
}

.p-page-header__sub {
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-cover {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cover__header {
    display: none;
  }
}

.l-contents--no-border .l-contents__inner {
  margin-top: 0;
}

.p-index-content01,
.p-archive-header {
  box-shadow: none;
}

.l-header__logo a {
  display: block;
  padding-left: 70px;
  background: url(../img/logo.jpg) no-repeat center left;
  background-size: auto 100%;
}

@media screen and (max-width: 1199px) {
  .l-header__logo a {
    padding: 13px 0 0 50px;
    background-size: auto 65%;
    font-size: 21px;
  }
}

.l-header__logo a:hover {
  opacity: .7;
}

.l-header__logo .en {
  display: block;
  padding: 5px 0 0 8px;
  color: #999;
  font-size: .6em;
  letter-spacing: 3px;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .l-header__logo .en {
    padding-left: 6px;
    font-size: .5em;
  }
}

.header_btns {
  align-items: center;
  margin-top: -10px;
}

@media screen and (max-width: 1199px) {
  .header_btns {
    display: none;
  }
}

.header_btns li {
  list-style: none;
  margin-left: 10px;
}

.header_btns a {
  min-width: 180px !important;

}

.header_btns .sdgs {
  width: 68px;
}

.header_btns .sdgs img {
  width: 100%;
}

div.sdgs {
  position: absolute;
  top: 8px;
  right: 57px;
  width: 45px;
  line-height: 1;
}

div.sdgs img {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .l-header__inner .header_btns {
    position: absolute;
    top: -2px;
    right: 60px;
    margin: 0;
  }
  .l-header__inner .header_btns a {
    min-width: 150px !important;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1200px) {
  #js-global-nav #menu-item-87,
  #js-global-nav #menu-item-399 {
    display: none;
  }
}

.p-global-nav > li > a:hover,
.p-global-nav > .current-menu-item > a {
  background: #098c4a;
  background: linear-gradient(to bottom, #098c4a 0%, #00662c 100%);
}

.p-megamenu01__item {
  background: #000;
}

.p-megamenu01__item-list {
  height: 100%;
  padding: 0;
  transition-delay: 0s !important;
}

.p-megamenu01__item-list > li {
  height: 100%;
}

.p-megamenu01__item-list > li > a {
  position: relative;
  height: 100%;
  padding: 60px 20px;
  border: 1px solid #fff;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
}

.p-megamenu01__item-list > li > a:hover {
  padding: 60px 20px;
}

.p-megamenu01__item-list > li > a:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}

.p-megamenu01__item-list > li > a img {
  opacity: .5;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  transition: all .3s linear;
}

.p-global-nav > li > a:hover {
  color: #fff;
}

.home .p-header-slider__item .p-header-content__title {
  line-height: 1.75;
}

@media screen and (max-width: 1199px) {
  .home .p-header-slider__item .p-header-content__title {
    font-size: 18px;
  }
}

.home .p-index-content01 {
  padding-bottom: 40px;
}

.home .p-index-content01__title {
  margin-bottom: 0;
  line-height: 1;
}

.home .p-index-content02 .p-btn {
  display: none;
}

.home .p-index-content04 .p-index-content04__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
}

@media screen and (max-width: 1199px) {
  .home .p-index-content04 .p-index-content04__inner {
    flex-direction: column;
  }
}

.home .p-index-content04 .p-index-content04__list {
  flex: 1;
  margin: 0 0 0 60px;
}

@media screen and (max-width: 1199px) {
  .home .p-index-content04 .p-index-content04__list {
    margin-left: 0;
  }
}

.home .p-index-content04 .p-index-content04__list li {
  width: 100%;
}

.home .p-index-content04 .p-index-content04__list li:not(:first-child) {
  display: none;
}

.home .p-index-content04 .p-btn {
  display: none;
}

.home .p-article06__title {
  font-weight: 500;
  font-size: 20px;
}

.home .p-works-list .fit_img {
  position: absolute;
  top: 0;
  left: 0;
}

.p-index-content03 {
  padding-top: 80px;
  border-top: 1px solid #ddd;
}

.single-company .p-breadcrumb li:nth-child(2) {
  display: none;
}

.single-company .l-contents--grid-rev .l-contents__inner {
  display: block;
}

.single-company .p-company-header {
  margin-bottom: 40px;
}

.single-company .p-company-header__content {
  z-index: 1;
}

.single-company .p-company-header__title {
  font-weight: 500;
}

.single-company .p-company-header__img {
  position: relative;
}

.single-company .p-company-header__img::before {
  opacity: .5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 830px;
  height: 100%;
  background: #000;
  content: "";
}

.page_outline .page_lead {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.page_outline .intro {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page_outline .intro {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .page_outline .blc01 {
    flex-direction: column;
  }
}

.page_outline .blc01 section:first-child {
  margin-right: 60px;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc01 section:first-child {
    margin-right: 0;
  }
}

.page_outline .blc01 .img {
  margin-bottom: 20px;
}

.page_outline .blc02 .page_lead {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}

.page_outline .blc03 .style3b,
.page_outline .blc04 .style3b {
  margin-bottom: 0 !important;
}

.page_outline iframe {
  width: 100%;
  height: 510px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .page_outline iframe {
    height: 210px;
  }
}

.page_outline .blc05 {
  margin-top: 60px;
  padding: 2em;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc05 {
    margin-top: 30px;
    padding: 1em;
  }
}

.page_outline .blc05 .style4b {
  margin-top: 0 !important;
}

.page_outline .blc05 .base_table {
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
}

.page_outline .blc05 .base_table > dl {
  border-bottom: 1px solid #ddd;
}

.page_outline .blc05 .base_table > dl::before {
  background: #f3f3f3;
}

.page_outline .blc05 .base_table > dl > dt,
.page_outline .blc05 .base_table > dl > dd {
  padding: .5em 1em;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc05 .base_table > dl dt {
    background: #f3f3f3;
  }
}

.page_outline .blc05 .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc05 .banner {
    flex-direction: column;
  }
}

.page_outline .blc05 .banner:hover {
  opacity: .7;
}

.page_outline .blc05 .banner .img {
  background: #000;
}

.page_outline .blc05 .banner img {
  opacity: .4;
}

.page_outline .blc05 .banner .tx {
  position: absolute;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc05 .banner .tx {
    position: relative;
    color: #222;
  }
}

.page_outline .blc05 .banner .desc {
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc05 .banner .desc {
    margin: 10px 0;
    font-size: 14px;
  }
}

.page_outline .blc05 .banner .here {
  width: 240px;
  margin: 0 auto;
  padding: 20px;
  background: #098c4a;
  background: linear-gradient(to bottom, #098c4a 0%, #00662c 100%);
  color: #fff;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc05 .banner .here {
    padding: 15px;
    font-size: 14px;
  }
}

.post-type-archive-service .p-cover__sub {
  margin-top: 10px;
  font-size: 22px;
}

.post-type-archive-service .p-article09__sub {
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-service .p-article09__sub {
    margin-bottom: 20px;
  }
}

.post-type-archive-service .p-article09__desc,
.post-type-archive-service .p-article09__link {
  font-weight: 500;
}

.post-type-archive-service .p-article09__desc {
  margin-bottom: 40px;
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-service .p-article09__desc {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.post-type-archive-service .p-article09__link {
  font-size: 16px;
}

.single-service .p-breadcrumb li:nth-child(3) {
  display: none;
}

.page_house .style3b {
  margin-bottom: 0 !important;
}

.page_house .img {
  margin-bottom: 30px;
}

.page_house .blc05 .img {
  margin-top: 40px;
  text-align: center;
}

.page_house .blc05 .well p {
  margin: 0;
}

.page_house .blc05 .well p + p {
  margin-top: 35px;
}

.page_house .blc06 h5 {
  margin: 0 0 15px !important;
}

.page_house .blc10 .flex {
  flex-wrap: wrap;
}

.page_house .blc10_01 ol {
  list-style: none;
}

@media screen and (max-width: 1199px) {
  .page_house .blc10_01 ol {
    margin: 0;
  }
}

.page_house .blc10_01 ol span {
  color: #666;
  font-style: italic;
  font-size: 1.2em;
}

.page_house .blc10_01 ol dl {
  margin-top: 0;
  border-bottom: 1px dotted #ccc;
}

.page_house .blc10_01 ol dt {
  width: 120px;
  color: #098c4a;
  font-weight: 700;
}

.page_house .blc10_01 ol dd {
  flex: 1;
  margin: 0;
}

.page_house .blc12 li + li {
  margin-top: 20px;
}

.page_plan .link_in_page ul {
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}

.page_plan .link_in_page li {
  width: 25%;
}

@media screen and (max-width: 1199px) {
  .page_plan .link_in_page li {
    width: calc(100% / 3);
  }
}

.page_plan .link_in_page .after {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s linear;
}

.page_plan .link_in_page a {
  display: flex;
  position: relative;
}

.page_plan .link_in_page a:hover .after {
  opacity: 1;
}

.page_plan .plan_slide {
  margin: 0;
}

.page_plan .plan_slide img {
  margin: 0 auto;
}

.page_plan .plan_slide .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #098c4a;
}

.page_plan .plan_slide .slick-arrow::before {
  position: absolute;
  top: 13px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: all .2s linear;
}

.page_plan .plan_slide .slick-prev {
  left: 0;
}

.page_plan .plan_slide .slick-prev::before {
  left: 16px;
  transform: rotate(-135deg);
}

.page_plan .plan_slide .slick-next {
  right: 0;
}

.page_plan .plan_slide .slick-next::before {
  right: 16px;
  transform: rotate(45deg);
}

.page_plan .plan_slide .slick-dots {
  margin: 0;
}

.page_plan .plan_slide .slick-dots li {
  margin: 0;
}

.page_plan .plan_slide .slick-dots li button:before {
  color: #00662c;
  transition: all .2s linear;
}

.page_plan .style4a {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1199px) {
  .page_plan .style4a {
    margin-top: 40px !important;
  }
}

.page_plan .drawing {
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  text-align: center;
}

.page_plan .drawing li {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
  margin-top: 30px;
}

.page_plan .drawing .img {
  margin-bottom: 10px;
}

.page_plan .drawing img {
  transition: all .2s linear;
}

.page_plan .drawing a:hover img {
  opacity: .6;
}

.page_plan .drawing .tx {
  margin-top: auto;
  background: #f7f7f7;
  font-size: 1.2em;
}

.page_schedule .page_lead_2col {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.page_schedule .step {
  position: relative;
  margin-top: 40px;
}

.page_schedule .step::before {
  position: absolute;
  top: 0;
  left: calc(50px - 2px);
  width: 3px;
  height: 100%;
  background: #eee;
  content: "";
}

@media screen and (max-width: 1199px) {
  .page_schedule .step::before {
    top: 15px;
    left: calc(25px - 1px);
    width: 2px;
  }
}

.page_schedule .step section {
  counter-increment: step;
}

.page_schedule .step section + section {
  margin-top: 60px;
}

@media screen and (max-width: 1199px) {
  .page_schedule .step section + section {
    margin-top: 40px;
  }
}

.page_schedule .step li {
  line-height: 1.75;
}

.page_schedule .step li + li {
  margin-top: 1em;
}

.page_schedule .step h3 {
  position: relative;
  padding-left: 120px;
  color: #00662c;
  font-weight: 500;
  font-size: 28px;
}

@media screen and (max-width: 1199px) {
  .page_schedule .step h3 {
    padding-left: 60px;
    font-size: 20px;
  }
}

.page_schedule .step h3::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #bbb;
  color: #fff;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  content: "Step" counter(step);
}

@media screen and (max-width: 1199px) {
  .page_schedule .step h3::before {
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
  }
}

.page_schedule .tx {
  padding-left: 120px;
}

@media screen and (max-width: 1199px) {
  .page_schedule .tx {
    padding-left: 60px;
  }
}

.page_schedule .en {
  display: block;
  padding-left: 2px;
  color: #aaa;
  font-size: .65em;
  letter-spacing: 2px;
}

.page_schedule h4 {
  margin-top: 20px;
  padding: 10px 10px 10px 15px;
  border-bottom: 3px solid #eee;
  border-left: 3px solid #00662c;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .page_schedule h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .page_schedule .media {
    flex-direction: column;
  }
}

.page_schedule .media_img {
  width: 240px;
  margin-left: 30px;
}

@media screen and (max-width: 1199px) {
  .page_schedule .media_img {
    width: 100%;
    max-width: 300px;
    margin: 0;
  }
}

.page_schedule .media_img img {
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
}

.page_schedule .note {
  color: #cd0e0e;
  font-size: .9em;
}

.page_schedule .blc09 {
  position: relative;
}

.page_schedule .blc09::before {
  position: absolute;
  top: 0;
  left: 45px;
  width: 10px;
  height: 100%;
  background: #fff;
  content: "";
}

@media screen and (max-width: 1199px) {
  .page_schedule .blc09::before {
    top: 20px;
    left: 20px;
  }
}

.page_schedule .blc10 {
  margin-top: 60px;
  padding: 2em;
}

@media screen and (max-width: 1199px) {
  .page_schedule .blc10 {
    margin-top: 30px;
    padding: 1em;
  }
}

.page_schedule .blc10 .style4b {
  margin-top: 0 !important;
}

.page_schedule .blc10 h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  color: #00662c;
  font-weight: 500;
  font-size: 1.5em;
}

@media screen and (max-width: 1199px) {
  .page_schedule .blc10 h3 {
    padding-bottom: 10px;
    font-size: 16px;
  }
}

.page_schedule .blc10 .base_table dl::before {
  background: #f3f3f3;
}

@media screen and (max-width: 1199px) {
  .page_schedule .blc10 .base_table dt {
    border-bottom: 1px solid #ddd;
  }
}

.page_spec .note {
  color: #666;
  font-size: .9em;
}

.page_spec .blc02 .small {
  width: 70px;
  padding-right: 0;
  padding-left: 0;
}

.page_model_house .img {
  margin-bottom: 30px;
  text-align: center;
}

.page_model_house dl::before {
  width: 10em;
}

@media screen and (max-width: 1199px) {
  .page_model_house dl::before {
    width: 100%;
  }
}

.page_model_house dt {
  width: 10em !important;
}

@media screen and (max-width: 1199px) {
  .page_model_house dt {
    width: 100% !important;
  }
}

.page_villa_management .style3b {
  margin-bottom: 0 !important;
}

.page-template-default .p-cover__sub {
  margin-top: 10px;
  font-size: 22px;
}

@media screen and (max-width: 1199px) {
  .page-template-default .p-cover__sub {
    font-size: 14px;
  }
}

.page_renovation .style3b {
  margin-bottom: 0 !important;
}

.page_renovation .well {
  padding: 2em;
}

@media screen and (max-width: 1199px) {
  .page_renovation .well {
    padding: 1em;
  }
}

.page_renovation .well .style4b {
  margin-top: 0 !important;
}

.page_renovation .well p {
  margin: 0;
}

.page_renovation .well p + p {
  margin-top: 35px;
}

.page_renovation .case ol {
  margin: 0;
}

.page_renovation .case ol li {
  align-items: center;
  padding: 30px 180px;
  background: #f7f7f7;
}

@media screen and (max-width: 1199px) {
  .page_renovation .case ol li {
    padding: 20px;
  }
}

.page_renovation .case ol li + li {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .page_renovation .case ol li + li {
    margin-top: 10px;
  }
}

.page_renovation .case ol .before {
  flex: 1;
  position: relative;
  padding-right: 60px;
}

@media screen and (max-width: 1199px) {
  .page_renovation .case ol .before {
    padding-right: 30px;
  }
}

.page_renovation .case ol .before::before {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #333;
  content: "";
}

@media screen and (max-width: 1199px) {
  .page_renovation .case ol .before::before {
    right: 3px;
    border: 8px solid transparent;
    border-left: 8px solid #333;
  }
}

.page_renovation .case ol .after {
  flex: 2;
}

.page_renovation .case ol .img {
  position: relative;
}

.page_renovation .case ol .img span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  background: #333;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .page_renovation .case ol .img span {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.75;
  }
}

.page_renovation .imgs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 30px;
  background: #f7f7f7;
}

@media screen and (max-width: 1199px) {
  .page_renovation .imgs {
    padding: 10px;
  }
}

.page_renovation .imgs li:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 1199px) {
  .page_renovation .imgs li:first-child {
    margin-right: 10px;
  }
}

.page_renovation p a {
  text-decoration: underline;
}

.page_renovation p a:hover {
  text-decoration: none;
}

.page_public .case_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .page_public .case_list {
    flex-direction: column;
  }
}

.page_public .case_list > section {
  width: calc(50% - 30px);
}

@media screen and (max-width: 1199px) {
  .page_public .case_list > section {
    width: 100%;
  }
}

.page_public .outline {
  list-style: none;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1199px) {
  .page_public .outline {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}

.page_public .outline li {
  color: #00662c;
}

@media screen and (max-width: 1199px) {
  .page_public .outline li {
    line-height: 1.75;
  }
}

.page_public .outline li:first-child {
  margin-right: 1em;
}

.page_public .imgs {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 0 20px;
  padding-top: calc(100% / 3 * 2);
  overflow: hidden;
  background: #f6f6f6;
}

.page_public .imgs .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page_public .imgs .slick-track {
  height: 100%;
}

.page_public .imgs .slick-slide div,
.page_public .imgs .slick-slide li {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.page_public .imgs .slick-slide a:hover {
  opacity: .7;
}

.page_public .imgs .slick-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
  margin: 0 auto;
}

.page_public .imgs .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #098c4a;
}

.page_public .imgs .slick-arrow::before {
  position: absolute;
  top: 13px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: all .2s linear;
}

.page_public .imgs .slick-prev {
  left: 0;
}

.page_public .imgs .slick-prev::before {
  left: 16px;
  transform: rotate(-135deg);
}

.page_public .imgs .slick-next {
  right: 0;
}

.page_public .imgs .slick-next::before {
  right: 16px;
  transform: rotate(45deg);
}

.page_public .imgs .slick-dots {
  bottom: 10px;
  margin: 0;
}

.page_public .imgs .slick-dots li {
  margin: 0;
}

.page_public .imgs .slick-dots button::before {
  color: #fff;
  transition: all .2s linear;
}

.page_public .style4a {
  margin-top: 10px !important;
}

.page_land .blc00.base_table {
  margin: 40px 0 40px;
}

.page_land .blc00.base_table > dl > dt,
.page_land .blc00.base_table > dl > dd {
  padding: .5em 1em;
}

.page_land .imgs {
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 60px 0 0;
  padding: 25px;
  background: #f7f7f7;
}

@media screen and (max-width: 1199px) {
  .page_land .imgs {
    margin-top: 30px;
    padding: 5px;
  }
}

.page_land .imgs li {
  width: calc(100% / 3);
  padding: 5px;
}

.page_land .imgs a {
  display: block;
}

.page_land .imgs a:hover {
  opacity: .7;
}

.page_land .imgs span {
  display: block;
  margin-top: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 1199px) {
  .page_land .imgs span {
    font-size: .9em;
  }
}

@media screen and (min-width: 1200px) {
  .page_land .blc02 .base_table {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1200px) {
  .page_land .blc02 .base_table dl {
    width: 50%;
  }
  .page_land .blc02 .base_table dl::before {
    width: 8em;
  }
}

@media screen and (max-width: 1199px) {
  .page_land .blc02 .base_table dl {
    flex-direction: row;
  }
  .page_land .blc02 .base_table dl::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8em;
    height: 100%;
    background: #fafafa;
    content: "";
  }
}

@media screen and (min-width: 1200px) {
  .page_land .blc02 .base_table dt,
  .page_land .blc02 .base_table dd {
    padding: .5em;
  }
}

.page_land .blc02 .base_table dt {
  width: 8em;
}

@media screen and (max-width: 1199px) {
  .page_land .blc02 .base_table dd {
    flex: 1;
    width: auto;
  }
}

.post-type-archive-works .p-cover__sub {
  margin-top: 10px;
  font-size: 22px;
}

.post-type-archive-works .p-article06__title {
  font-weight: 500;
  font-size: 20px;
}

.post-type-archive-works .fit_img {
  position: absolute;
  top: 0;
  left: 0;
}

.single-works .l-page-header {
  display: none;
}

.single-works .p-works-entry__title {
  font-weight: 500;
}

.single-works .works_single_eye_catch {
  margin-bottom: 30px;
}

.single-works .l-contents__inner {
  display: block !important;
  width: 90%;
  max-width: 830px;
}

.single-works .btn {
  margin-bottom: 90px;
  text-align: center;
}

.single-works .p-latest-works__headline,
.single-works .p-article08__title {
  font-weight: 500;
}

.single-works .p-latest-works__headline {
  font-size: 26px;
}

#gallery_slide {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(100% / 3 * 2);
  overflow: hidden;
  background: #f6f6f6;
}

#gallery_slide .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gallery_slide .slick-track {
  height: 100%;
}

#gallery_slide .slick-slide div,
#gallery_slide .slick-slide li {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#gallery_slide .slick-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
  margin: 0 auto;
}

#gallery_slide .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #098c4a;
}

#gallery_slide .slick-arrow::before {
  position: absolute;
  top: 13px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: all .2s linear;
}

#gallery_slide .slick-prev {
  left: 0;
}

#gallery_slide .slick-prev::before {
  left: 16px;
  transform: rotate(-135deg);
}

#gallery_slide .slick-next {
  right: 0;
}

#gallery_slide .slick-next::before {
  right: 16px;
  transform: rotate(45deg);
}

#gallery_slide .slick-dots {
  bottom: 10px;
  margin: 0;
}

#gallery_slide .slick-dots li {
  margin: 0;
}

#gallery_slide .slick-dots button::before {
  color: #fff;
  transition: all .2s linear;
}

.page_faq .blc01 {
  padding-top: 10px;
}

.page_faq dl {
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .page_faq dl {
    margin-bottom: 30px;
  }
}

.page_faq dt {
  position: relative;
  padding-left: 40px;
  color: #00662c;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.75;
}

@media screen and (max-width: 1199px) {
  .page_faq dt {
    padding-left: 32px;
    font-size: 1em;
  }
}

.page_faq dt::before {
  position: absolute;
  top: -20px;
  left: 0;
  margin-right: 10px;
  color: #098c4a;
  font-weight: 500;
  font-size: 2em;
  content: "Q";
}

@media screen and (max-width: 1199px) {
  .page_faq dt::before {
    top: -18px;
  }
}

.page_faq dd {
  margin: 5px 0 0 40px;
  line-height: 1.75;
}

@media screen and (max-width: 1199px) {
  .page_faq dd {
    margin-left: 32px;
  }
}

.page_faq .btn {
  text-align: center;
}

.page_faq .btn a:hover {
  text-decoration: none;
}

.post-type-archive-news .l-contents--grid-rev .l-contents__inner .l-primary,
.single-news .l-contents--grid-rev .l-contents__inner .l-primary {
  width: calc(100% - 350px);
}

@media screen and (max-width: 1199px) {
  .post-type-archive-news .l-contents--grid-rev .l-contents__inner .l-primary,
  .single-news .l-contents--grid-rev .l-contents__inner .l-primary {
    width: 100%;
  }
}

.post-type-archive-news .l-page-header,
.single-news .l-page-header {
  display: none;
}

.post-type-archive-news .p-entry__title,
.single-news .p-entry__title {
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-news .l-contents {
    margin-bottom: 120px;
  }
}

.single-news .p-latest-news .p-headline {
  font-weight: 500;
}

.contact_primary {
  width: 100%;
}

.contact_primary .req {
  display: inline-block;
  padding: 0 10px;
  border-radius: 100px;
  background: #098c4a;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.75;
}

.contact_primary .bg_gray {
  margin-bottom: 120px;
  padding: 40px;
}

@media screen and (max-width: 1199px) {
  .contact_primary .bg_gray {
    margin-bottom: 30px;
    padding: 15px;
  }
}

.contact_primary .form_btns {
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .contact_primary .form_btns {
    flex-direction: row;
  }
}

.contact_primary .form_btns .form_btn input {
  display: inline-block;
  min-width: 300px !important;
  height: auto !important;
  margin: 30px 5px 5px;
  padding: 25px;
  border: none !important;
  background: #098c4a;
  background: linear-gradient(135deg, #00662c 0%, #098c4a 100%);
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .1em;
  text-align: center;
  cursor: pointer;
  transition: all .2s linear;
}

@media screen and (max-width: 1199px) {
  .contact_primary .form_btns .form_btn input {
    min-width: 150px !important;
    margin-top: 0;
    padding: 15px 20px;
    font-size: 16px !important;
  }
}

.contact_primary .form_btns .form_btn input:hover {
  opacity: .7;
  background: #098c4a !important;
  background: linear-gradient(135deg, #00662c 0%, #098c4a 100%) !important;
}

.contact_primary .form_btns .btn_back input {
  background: #999;
}

.contact_primary .form_btns .btn_back input:hover {
  background: #999 !important;
}

.contact_primary .mw_wp_form .error {
  color: #cd0e0e;
}

.contact_primary .complete_msg {
  margin-top: 60px;
}

.contact_primary .complete_msg a {
  margin: 0 10px;
}

.contact_primary .mail_form_msg {
  margin: 60px 0 30px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .contact_primary .mail_form_msg {
    margin-top: 30px;
    text-align: left;
  }
}

.contact_primary #contact_error .mail_form_msg {
  color: #cd0e0e;
  text-align: center;
}

.mail_form_intro {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .mail_form_intro {
    margin-top: 30px;
  }
}

.mail_form_intro .for_phone {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .mail_form_intro .for_phone {
    margin-bottom: 20px;
  }
}

.mail_form_intro .for_phone dl {
  margin-bottom: 0;
}

.mail_form_intro .for_phone dt {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 34px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 750px) {
  .mail_form_intro .for_phone dt {
    font-size: 18px;
  }
}

.mail_form_intro .for_phone dd {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .mail_form_intro .for_phone dd {
    margin-top: -20px;
  }
}

.mail_form_intro .for_phone a {
  display: inline-block;
  color: #098c4a;
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transition: all .2s linear;
}

@media screen and (max-width: 600px) {
  .mail_form_intro .for_phone a {
    font-size: 2.4em;
  }
}

.mail_form_intro .for_phone a:hover {
  opacity: .7;
  text-decoration: none;
}

.mail_form_intro .for_phone svg {
  position: relative;
  top: 9px;
  width: 30px;
}

.mail_form_intro ul {
  margin: 0 0 40px 0;
}

.mail_form_intro li {
  list-style: none;
  font-weight: 700;
  font-size: 14px;
}

.mail_form_intro .req {
  margin-right: 10px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.mail_form_intro .desc {
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .mail_form_intro .desc {
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  .form_cont dl {
    margin-top: 0;
  }
}

.form_cont dt {
  font-weight: 400;
  font-size: 1.3em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1199px) {
  .form_cont dt {
    font-size: 1.2em;
  }
}

.form_cont dd {
  margin: 5px 0 0 20px;
}

.form_cont .req {
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.form_cont .zip input[type="text"] {
  width: 9em;
}

.form_cont .agreement {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.privacy {
  height: 300px;
  margin-top: 30px;
  padding: 30px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background: #fff;
  font-size: .8em;
}

@media screen and (max-width: 1199px) {
  .privacy {
    height: 240px;
    padding: 20px;
  }
}

.privacy h3,
.privacy h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.75em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1199px) {
  .privacy h3,
  .privacy h4 {
    font-size: 1.4em;
  }
}

.privacy p {
  line-height: 1.5;
}

.p-footer-banners .p-banner p {
  font-weight: 500;
  font-size: 20px;
}

.p-info {
  border-bottom: none;
}

@media screen and (max-width: 1199px) {
  .p-info__inner {
    padding: 30px 0;
  }
}

.p-info__inner2 {
  height: auto;
  margin: -40px auto 48px;
  padding: 0;
  color: #222;
}

@media screen and (max-width: 991px) {
  .p-info__inner2 {
    margin: -10px auto 35px;
  }
}

.p-info__inner2 a {
  display: block;
}

.p-info__inner2 a:hover {
  color: #098c4a;
}

.p-info__inner2 a:hover svg {
  stroke: #098c4a;
}

.p-info__inner2 svg {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  transition: all .2s linear;
}

.p-info__logo a {
  display: block;
  padding: 5px 0 5px 55px;
  background: url(../img/logo.jpg) no-repeat center left;
  background-size: auto 100%;
}

@media screen and (max-width: 991px) {
  .p-info__logo a {
    width: 230px;
    margin: 0 auto;
    padding-left: 20px;
  }
}

.p-info__logo a:hover {
  opacity: .7;
}

.footer_tel a {
  padding-left: 30px;
  background: url(../img/tel.svg) no-repeat center left;
  background-size: 20px, 20px;
  font-size: 34px;
  letter-spacing: 0;
}

@media screen and (max-width: 991px) {
  .footer_tel a {
    padding-left: 25px;
    background-size: 15px, 15px;
    font-size: 28px;
  }
}

.footer_tel a:hover {
  color: #00662c;
}
/*# sourceMappingURL=style.css.map */

/* 2026リニューアル追加 */

/* コンセプト */
.hero-image {
  position: relative;
  width: 100%;
  height: 60vh; /* ヒーロー高さ */
  overflow: hidden;
}

/* 画像を背景化（重要） */
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
}

/* テキストレイヤー */
.hero-image-text {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: #fff;

  background: rgba(0,0,0,0.35);
  padding: 20px;
}

/* タイトル */
.hero-image-text h2 {
  font-size: 42px;
  margin: 0 0 10px;
  letter-spacing: 2px;
}

/* サブ */
.hero-image-text p {
  font-size: 16px;
  opacity: 0.9;
}

/* お知らせ*/
.news h3 {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 24px;
}

/* リスト全体 */
.news-inner {
  font-size: 14px;
}

/* タイトルも14px基準に揃える */
.news-title {
  font-size: 14px;
  font-weight: 500;
}

/* 日付・カテゴリも微調整 */
.news-date {
  font-size: 12px;
}

.news-cat {
  font-size: 11px;
}
  .on_sp {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .on_tb {
    display: none !important;
  }
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: .75em 1em;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  transition: all .2s linear;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #098c4a;
  outline: none;
}

table {
  width: 100%;
  word-break: break-all;
  word-wrap: break-all;
  table-layout: fixed;
}

.flex,
.media,
.card,
.flex_half {
  display: flex;
}

.media_tx {
  flex: 1;
}

.card {
  flex-direction: column;
}

.flex_half > * {
  flex: 1;
}

.flex_half > *:nth-child(2) {
  margin-left: 30px;
}

.base_table {
  border-top: 1px solid #ddd;
}

.base_table > dl {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1199px) {
  .base_table > dl {
    flex-direction: column;
  }
}

.base_table > dl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18em;
  height: 100%;
  background: #fafafa;
  content: "";
}

@media screen and (max-width: 1199px) {
  .base_table > dl::before {
    display: none;
  }
}

.base_table > dl > dt {
  position: relative;
  width: 18em;
  padding: 1.5em;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .base_table > dl > dt {
    width: 100%;
    padding: 1em;
    background: #fafafa;
  }
}

.base_table > dl > dd {
  flex: 1;
  margin: 0;
  padding: 1.5em;
  box-sizing: border-box;
  word-break: break-all;
}

@media screen and (max-width: 1199px) {
  .base_table > dl > dd {
    width: 100%;
    padding: 1em;
  }
}

.base_table > dl > dd a {
  text-decoration: underline;
}

.base_table > dl > dd a:hover {
  text-decoration: none;
}

.base_table dt {
  font-weight: 500;
}

.base_table iframe {
  width: 100%;
  height: 390px;
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  .base_table iframe {
    height: 210px;
  }
}

.base_table ul {
  margin-bottom: 0;
}

.history_table {
  position: relative;
  padding-top: 20px;
  font-size: 100%;
}

.history_table::before {
  position: absolute;
  top: 0;
  left: 305px;
  width: 2px;
  height: 100%;
  background: #eee;
  content: "";
}

@media screen and (max-width: 1199px) {
  .history_table::before {
    left: 15px;
  }
}

.history_table dl {
  display: flex;
}

@media screen and (max-width: 1199px) {
  .history_table dl {
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 40px;
  }
}

.history_table dt {
  position: relative;
  width: 270px;
  margin-right: 50px;
  color: #666;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .history_table dt {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
}

.history_table dt::before {
  position: absolute;
  top: 13px;
  left: 301px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #098c4a;
  content: "";
}

@media screen and (max-width: 1199px) {
  .history_table dt::before {
    top: 9px;
    left: -29px;
  }
}

.history_table dt span {
  font-size: .7em;
}

.history_table dd {
  flex: 1;
  margin-left: 30px;
}

@media screen and (max-width: 1199px) {
  .history_table dd {
    margin-left: 15px;
    line-height: 1.75;
  }
}

.btn a,
.p-header-content__btn a,
.home .p-btn a {
  display: inline-block;
  min-width: 240px !important;
  height: auto !important;
  padding: 25px;
  background: #098c4a !important;
  background: linear-gradient(to bottom, #098c4a 0%, #00662c 100%) !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-align: center;
  border-radius: 50px !important;
}

.btn a:hover,
.p-header-content__btn a:hover,
.home .p-btn a:hover {
  opacity: .7;
}

.p-header-content__btn {
  padding-top: 10px;
}

.p-header-content__btn a {
  font-weight: 500;
  font-size: 18px !important;
}

.home .p-btn a {
  font-weight: 500;
  font-size: 16px !important;
}

.name dl {
  margin: 0;
  text-align: right;
}

.name dt {
  font-weight: 400;
}

.name dd {
  margin: 0 0 0 20px;
}

.name span {
  margin-left: .8em;
  font-size: 1.25em;
}

.fit_img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(100% / 3 * 2);
  overflow: hidden;
}

.fit_img {
  height: 100% !important;
  font-family: "object-fit: cover;";

  object-fit: cover;
}

.short_inner {
  max-width: 840px;
  margin: 0 auto;
}

.bg_gray {
  box-sizing: border-box;
  background: #f7f7f7;
}

.page_lead {
  font-weight: 500;
  font-size: 34px !important;
  line-height: 1.75 !important;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page_lead {
    font-size: 16px !important;
  }
}

.page_lead_2col {
  font-weight: 500;
  font-size: 28px !important;
  line-height: 1.75 !important;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page_lead_2col {
    font-size: 16px !important;
  }
}

.style3b {
  position: relative;
  padding-top: calc(1.15em + 3px);
  border-top: none;
  font-size: 24px !important;
}

@media screen and (max-width: 1199px) {
  .style3b {
    padding: 18px 15px 15px;
    font-size: 17px !important;
  }
}

.style3b::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #098c4a 0%, #00662c 100%);
  content: "";
}

.style4a {
  position: relative;
  border-left: none;
  font-size: 24px !important;
}

@media screen and (max-width: 1199px) {
  .style4a {
    font-size: 17px !important;
  }
}

.style4a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #098c4a 0%, #00662c 100%);
  content: "";
}

.style4b {
  position: relative;
  border-left: none;
  background: #fff;
  font-size: 22px !important;
}

@media screen and (max-width: 1199px) {
  .style4b {
    font-size: 16px !important;
  }
}

.style4b::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #098c4a 0%, #00662c 100%);
  content: "";
}

@media screen and (min-width: 992px) {
  .single .l-main,
  .post-type-archive-news .l-main,
  .blog .l-main,
  .category .l-main {
    overflow: visible;
  }
  .single .l-contents__inner,
  .post-type-archive-news .l-contents__inner,
  .blog .l-contents__inner,
  .category .l-contents__inner {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;

    grid-column-gap: 0 !important;
  }
  .single .l-page-header,
  .post-type-archive-news .l-page-header,
  .blog .l-page-header,
  .category .l-page-header {
    order: 2;
    position: sticky;
    top: 180px;
    margin-left: 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .single .l-page-header,
  .post-type-archive-news .l-page-header,
  .blog .l-page-header,
  .category .l-page-header {
    top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .l-page-header {
    top: 180px;
  }
}

.p-headline--lg {
  font-weight: 500;
  font-size: 34px;
}

@media screen and (max-width: 1199px) {
  .p-headline--lg {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .single-service .l-contents {
    border-top: 1px solid #eee;
  }
}

.single-service .l-contents--grid-rev .l-contents__inner .l-primary {
  width: calc(100% - 350px);
}

@media screen and (max-width: 991px) {
  .single-service .l-contents--grid-rev .l-contents__inner .l-primary {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .single-service .l-page-header .p-page-header {
    display: none;
  }
}

.single-service .l-page-header .p-list {
  top: 0;
}

.p-page-header {
  padding: 0 0 0 30px;
}

.p-page-header__title {
  font-size: 28px;
}

.p-page-header__sub {
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-cover {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cover__header {
    display: none;
  }
}

.l-contents--no-border .l-contents__inner {
  margin-top: 0;
}

.p-index-content01,
.p-archive-header {
  box-shadow: none;
}

.l-header__logo a {
  display: block;
  padding-left: 70px;
  background: url(../img/logo.jpg) no-repeat center left;
  background-size: auto 100%;
}

@media screen and (max-width: 1199px) {
  .l-header__logo a {
    padding: 13px 0 0 50px;
    background-size: auto 65%;
    font-size: 21px;
  }
}

.l-header__logo a:hover {
  opacity: .7;
}

.l-header__logo .en {
  display: block;
  padding: 5px 0 0 8px;
  color: #999;
  font-size: .6em;
  letter-spacing: 3px;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .l-header__logo .en {
    padding-left: 6px;
    font-size: .5em;
  }
}

.header_btns {
  align-items: center;
  margin-top: -10px;
}

@media screen and (max-width: 1199px) {
  .header_btns {
    display: none;
  }
}

.header_btns li {
  list-style: none;
  margin-left: 10px;
}

.header_btns a {
  min-width: 180px !important;

}

.header_btns .sdgs {
  width: 68px;
}

.header_btns .sdgs img {
  width: 100%;
}

div.sdgs {
  position: absolute;
  top: 8px;
  right: 57px;
  width: 45px;
  line-height: 1;
}

div.sdgs img {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .l-header__inner .header_btns {
    position: absolute;
    top: -2px;
    right: 60px;
    margin: 0;
  }
  .l-header__inner .header_btns a {
    min-width: 150px !important;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1200px) {
  #js-global-nav #menu-item-87,
  #js-global-nav #menu-item-399 {
    display: none;
  }
}

.p-global-nav > li > a:hover,
.p-global-nav > .current-menu-item > a {
  background: #098c4a;
  background: linear-gradient(to bottom, #098c4a 0%, #00662c 100%);
}

.p-megamenu01__item {
  background: #000;
}

.p-megamenu01__item-list {
  height: 100%;
  padding: 0;
  transition-delay: 0s !important;
}

.p-megamenu01__item-list > li {
  height: 100%;
}

.p-megamenu01__item-list > li > a {
  position: relative;
  height: 100%;
  padding: 60px 20px;
  border: 1px solid #fff;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
}

.p-megamenu01__item-list > li > a:hover {
  padding: 60px 20px;
}

.p-megamenu01__item-list > li > a:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}

.p-megamenu01__item-list > li > a img {
  opacity: .5;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  transition: all .3s linear;
}

.p-global-nav > li > a:hover {
  color: #fff;
}

.home .p-header-slider__item .p-header-content__title {
  line-height: 1.75;
}

@media screen and (max-width: 1199px) {
  .home .p-header-slider__item .p-header-content__title {
    font-size: 18px;
  }
}

.home .p-index-content01 {
  padding-bottom: 40px;
}

.home .p-index-content01__title {
  margin-bottom: 0;
  line-height: 1;
}

.home .p-index-content02 .p-btn {
  display: none;
}

.home .p-index-content04 .p-index-content04__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
}

@media screen and (max-width: 1199px) {
  .home .p-index-content04 .p-index-content04__inner {
    flex-direction: column;
  }
}

.home .p-index-content04 .p-index-content04__list {
  flex: 1;
  margin: 0 0 0 60px;
}

@media screen and (max-width: 1199px) {
  .home .p-index-content04 .p-index-content04__list {
    margin-left: 0;
  }
}

.home .p-index-content04 .p-index-content04__list li {
  width: 100%;
}

.home .p-index-content04 .p-index-content04__list li:not(:first-child) {
  display: none;
}

.home .p-index-content04 .p-btn {
  display: none;
}

.home .p-article06__title {
  font-weight: 500;
  font-size: 20px;
}

.home .p-works-list .fit_img {
  position: absolute;
  top: 0;
  left: 0;
}

.p-index-content03 {
  padding-top: 80px;
  border-top: 1px solid #ddd;
}

.single-company .p-breadcrumb li:nth-child(2) {
  display: none;
}

.single-company .l-contents--grid-rev .l-contents__inner {
  display: block;
}

.single-company .p-company-header {
  margin-bottom: 40px;
}

.single-company .p-company-header__content {
  z-index: 1;
}

.single-company .p-company-header__title {
  font-weight: 500;
}

.single-company .p-company-header__img {
  position: relative;
}

.single-company .p-company-header__img::before {
  opacity: .5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 830px;
  height: 100%;
  background: #000;
  content: "";
}

.page_outline .page_lead {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.page_outline .intro {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page_outline .intro {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .page_outline .blc01 {
    flex-direction: column;
  }
}

.page_outline .blc01 section:first-child {
  margin-right: 60px;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc01 section:first-child {
    margin-right: 0;
  }
}

.page_outline .blc01 .img {
  margin-bottom: 20px;
}

.page_outline .blc02 .page_lead {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}

.page_outline .blc03 .style3b,
.page_outline .blc04 .style3b {
  margin-bottom: 0 !important;
}

.page_outline iframe {
  width: 100%;
  height: 510px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .page_outline iframe {
    height: 210px;
  }
}

.page_outline .blc05 {
  margin-top: 60px;
  padding: 2em;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc05 {
    margin-top: 30px;
    padding: 1em;
  }
}

.page_outline .blc05 .style4b {
  margin-top: 0 !important;
}

.page_outline .blc05 .base_table {
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
}

.page_outline .blc05 .base_table > dl {
  border-bottom: 1px solid #ddd;
}

.page_outline .blc05 .base_table > dl::before {
  background: #f3f3f3;
}

.page_outline .blc05 .base_table > dl > dt,
.page_outline .blc05 .base_table > dl > dd {
  padding: .5em 1em;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc05 .base_table > dl dt {
    background: #f3f3f3;
  }
}

.page_outline .blc05 .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc05 .banner {
    flex-direction: column;
  }
}

.page_outline .blc05 .banner:hover {
  opacity: .7;
}

.page_outline .blc05 .banner .img {
  background: #000;
}

.page_outline .blc05 .banner img {
  opacity: .4;
}

.page_outline .blc05 .banner .tx {
  position: absolute;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc05 .banner .tx {
    position: relative;
    color: #222;
  }
}

.page_outline .blc05 .banner .desc {
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc05 .banner .desc {
    margin: 10px 0;
    font-size: 14px;
  }
}

.page_outline .blc05 .banner .here {
  width: 240px;
  margin: 0 auto;
  padding: 20px;
  background: #098c4a;
  background: linear-gradient(to bottom, #098c4a 0%, #00662c 100%);
  color: #fff;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page_outline .blc05 .banner .here {
    padding: 15px;
    font-size: 14px;
  }
}

.post-type-archive-service .p-cover__sub {
  margin-top: 10px;
  font-size: 22px;
}

.post-type-archive-service .p-article09__sub {
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-service .p-article09__sub {
    margin-bottom: 20px;
  }
}

.post-type-archive-service .p-article09__desc,
.post-type-archive-service .p-article09__link {
  font-weight: 500;
}

.post-type-archive-service .p-article09__desc {
  margin-bottom: 40px;
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-service .p-article09__desc {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.post-type-archive-service .p-article09__link {
  font-size: 16px;
}

.single-service .p-breadcrumb li:nth-child(3) {
  display: none;
}

.page_house .style3b {
  margin-bottom: 0 !important;
}

.page_house .img {
  margin-bottom: 30px;
}

.page_house .blc05 .img {
  margin-top: 40px;
  text-align: center;
}

.page_house .blc05 .well p {
  margin: 0;
}

.page_house .blc05 .well p + p {
  margin-top: 35px;
}

.page_house .blc06 h5 {
  margin: 0 0 15px !important;
}

.page_house .blc10 .flex {
  flex-wrap: wrap;
}

.page_house .blc10_01 ol {
  list-style: none;
}

@media screen and (max-width: 1199px) {
  .page_house .blc10_01 ol {
    margin: 0;
  }
}

.page_house .blc10_01 ol span {
  color: #666;
  font-style: italic;
  font-size: 1.2em;
}

.page_house .blc10_01 ol dl {
  margin-top: 0;
  border-bottom: 1px dotted #ccc;
}

.page_house .blc10_01 ol dt {
  width: 120px;
  color: #098c4a;
  font-weight: 700;
}

.page_house .blc10_01 ol dd {
  flex: 1;
  margin: 0;
}

.page_house .blc12 li + li {
  margin-top: 20px;
}

.page_plan .link_in_page ul {
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}

.page_plan .link_in_page li {
  width: 25%;
}

@media screen and (max-width: 1199px) {
  .page_plan .link_in_page li {
    width: calc(100% / 3);
  }
}

.page_plan .link_in_page .after {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s linear;
}

.page_plan .link_in_page a {
  display: flex;
  position: relative;
}

.page_plan .link_in_page a:hover .after {
  opacity: 1;
}

.page_plan .plan_slide {
  margin: 0;
}

.page_plan .plan_slide img {
  margin: 0 auto;
}

.page_plan .plan_slide .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #098c4a;
}

.page_plan .plan_slide .slick-arrow::before {
  position: absolute;
  top: 13px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: all .2s linear;
}

.page_plan .plan_slide .slick-prev {
  left: 0;
}

.page_plan .plan_slide .slick-prev::before {
  left: 16px;
  transform: rotate(-135deg);
}

.page_plan .plan_slide .slick-next {
  right: 0;
}

.page_plan .plan_slide .slick-next::before {
  right: 16px;
  transform: rotate(45deg);
}

.page_plan .plan_slide .slick-dots {
  margin: 0;
}

.page_plan .plan_slide .slick-dots li {
  margin: 0;
}

.page_plan .plan_slide .slick-dots li button:before {
  color: #00662c;
  transition: all .2s linear;
}

.page_plan .style4a {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1199px) {
  .page_plan .style4a {
    margin-top: 40px !important;
  }
}

.page_plan .drawing {
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  text-align: center;
}

.page_plan .drawing li {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
  margin-top: 30px;
}

.page_plan .drawing .img {
  margin-bottom: 10px;
}

.page_plan .drawing img {
  transition: all .2s linear;
}

.page_plan .drawing a:hover img {
  opacity: .6;
}

.page_plan .drawing .tx {
  margin-top: auto;
  background: #f7f7f7;
  font-size: 1.2em;
}

.page_schedule .page_lead_2col {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.page_schedule .step {
  position: relative;
  margin-top: 40px;
}

.page_schedule .step::before {
  position: absolute;
  top: 0;
  left: calc(50px - 2px);
  width: 3px;
  height: 100%;
  background: #eee;
  content: "";
}

@media screen and (max-width: 1199px) {
  .page_schedule .step::before {
    top: 15px;
    left: calc(25px - 1px);
    width: 2px;
  }
}

.page_schedule .step section {
  counter-increment: step;
}

.page_schedule .step section + section {
  margin-top: 60px;
}

@media screen and (max-width: 1199px) {
  .page_schedule .step section + section {
    margin-top: 40px;
  }
}

.page_schedule .step li {
  line-height: 1.75;
}

.page_schedule .step li + li {
  margin-top: 1em;
}

.page_schedule .step h3 {
  position: relative;
  padding-left: 120px;
  color: #00662c;
  font-weight: 500;
  font-size: 28px;
}

@media screen and (max-width: 1199px) {
  .page_schedule .step h3 {
    padding-left: 60px;
    font-size: 20px;
  }
}

.page_schedule .step h3::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #bbb;
  color: #fff;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  content: "Step" counter(step);
}

@media screen and (max-width: 1199px) {
  .page_schedule .step h3::before {
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
  }
}

.page_schedule .tx {
  padding-left: 120px;
}

@media screen and (max-width: 1199px) {
  .page_schedule .tx {
    padding-left: 60px;
  }
}

.page_schedule .en {
  display: block;
  padding-left: 2px;
  color: #aaa;
  font-size: .65em;
  letter-spacing: 2px;
}

.page_schedule h4 {
  margin-top: 20px;
  padding: 10px 10px 10px 15px;
  border-bottom: 3px solid #eee;
  border-left: 3px solid #00662c;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .page_schedule h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .page_schedule .media {
    flex-direction: column;
  }
}

.page_schedule .media_img {
  width: 240px;
  margin-left: 30px;
}

@media screen and (max-width: 1199px) {
  .page_schedule .media_img {
    width: 100%;
    max-width: 300px;
    margin: 0;
  }
}

.page_schedule .media_img img {
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
}

.page_schedule .note {
  color: #cd0e0e;
  font-size: .9em;
}

.page_schedule .blc09 {
  position: relative;
}

.page_schedule .blc09::before {
  position: absolute;
  top: 0;
  left: 45px;
  width: 10px;
  height: 100%;
  background: #fff;
  content: "";
}

@media screen and (max-width: 1199px) {
  .page_schedule .blc09::before {
    top: 20px;
    left: 20px;
  }
}

.page_schedule .blc10 {
  margin-top: 60px;
  padding: 2em;
}

@media screen and (max-width: 1199px) {
  .page_schedule .blc10 {
    margin-top: 30px;
    padding: 1em;
  }
}

.page_schedule .blc10 .style4b {
  margin-top: 0 !important;
}

.page_schedule .blc10 h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  color: #00662c;
  font-weight: 500;
  font-size: 1.5em;
}

@media screen and (max-width: 1199px) {
  .page_schedule .blc10 h3 {
    padding-bottom: 10px;
    font-size: 16px;
  }
}

.page_schedule .blc10 .base_table dl::before {
  background: #f3f3f3;
}

@media screen and (max-width: 1199px) {
  .page_schedule .blc10 .base_table dt {
    border-bottom: 1px solid #ddd;
  }
}

.page_spec .note {
  color: #666;
  font-size: .9em;
}

.page_spec .blc02 .small {
  width: 70px;
  padding-right: 0;
  padding-left: 0;
}

.page_model_house .img {
  margin-bottom: 30px;
  text-align: center;
}

.page_model_house dl::before {
  width: 10em;
}

@media screen and (max-width: 1199px) {
  .page_model_house dl::before {
    width: 100%;
  }
}

.page_model_house dt {
  width: 10em !important;
}

@media screen and (max-width: 1199px) {
  .page_model_house dt {
    width: 100% !important;
  }
}

.page_villa_management .style3b {
  margin-bottom: 0 !important;
}

.page-template-default .p-cover__sub {
  margin-top: 10px;
  font-size: 22px;
}

@media screen and (max-width: 1199px) {
  .page-template-default .p-cover__sub {
    font-size: 14px;
  }
}

.page_renovation .style3b {
  margin-bottom: 0 !important;
}

.page_renovation .well {
  padding: 2em;
}

@media screen and (max-width: 1199px) {
  .page_renovation .well {
    padding: 1em;
  }
}

.page_renovation .well .style4b {
  margin-top: 0 !important;
}

.page_renovation .well p {
  margin: 0;
}

.page_renovation .well p + p {
  margin-top: 35px;
}

.page_renovation .case ol {
  margin: 0;
}

.page_renovation .case ol li {
  align-items: center;
  padding: 30px 180px;
  background: #f7f7f7;
}

@media screen and (max-width: 1199px) {
  .page_renovation .case ol li {
    padding: 20px;
  }
}

.page_renovation .case ol li + li {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .page_renovation .case ol li + li {
    margin-top: 10px;
  }
}

.page_renovation .case ol .before {
  flex: 1;
  position: relative;
  padding-right: 60px;
}

@media screen and (max-width: 1199px) {
  .page_renovation .case ol .before {
    padding-right: 30px;
  }
}

.page_renovation .case ol .before::before {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #333;
  content: "";
}

@media screen and (max-width: 1199px) {
  .page_renovation .case ol .before::before {
    right: 3px;
    border: 8px solid transparent;
    border-left: 8px solid #333;
  }
}

.page_renovation .case ol .after {
  flex: 2;
}

.page_renovation .case ol .img {
  position: relative;
}

.page_renovation .case ol .img span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  background: #333;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .page_renovation .case ol .img span {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.75;
  }
}

.page_renovation .imgs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 30px;
  background: #f7f7f7;
}

@media screen and (max-width: 1199px) {
  .page_renovation .imgs {
    padding: 10px;
  }
}

.page_renovation .imgs li:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 1199px) {
  .page_renovation .imgs li:first-child {
    margin-right: 10px;
  }
}

.page_renovation p a {
  text-decoration: underline;
}

.page_renovation p a:hover {
  text-decoration: none;
}

.page_public .case_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .page_public .case_list {
    flex-direction: column;
  }
}

.page_public .case_list > section {
  width: calc(50% - 30px);
}

@media screen and (max-width: 1199px) {
  .page_public .case_list > section {
    width: 100%;
  }
}

.page_public .outline {
  list-style: none;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1199px) {
  .page_public .outline {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}

.page_public .outline li {
  color: #00662c;
}

@media screen and (max-width: 1199px) {
  .page_public .outline li {
    line-height: 1.75;
  }
}

.page_public .outline li:first-child {
  margin-right: 1em;
}

.page_public .imgs {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 0 20px;
  padding-top: calc(100% / 3 * 2);
  overflow: hidden;
  background: #f6f6f6;
}

.page_public .imgs .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page_public .imgs .slick-track {
  height: 100%;
}

.page_public .imgs .slick-slide div,
.page_public .imgs .slick-slide li {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.page_public .imgs .slick-slide a:hover {
  opacity: .7;
}

.page_public .imgs .slick-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
  margin: 0 auto;
}

.page_public .imgs .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #098c4a;
}

.page_public .imgs .slick-arrow::before {
  position: absolute;
  top: 13px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: all .2s linear;
}

.page_public .imgs .slick-prev {
  left: 0;
}

.page_public .imgs .slick-prev::before {
  left: 16px;
  transform: rotate(-135deg);
}

.page_public .imgs .slick-next {
  right: 0;
}

.page_public .imgs .slick-next::before {
  right: 16px;
  transform: rotate(45deg);
}

.page_public .imgs .slick-dots {
  bottom: 10px;
  margin: 0;
}

.page_public .imgs .slick-dots li {
  margin: 0;
}

.page_public .imgs .slick-dots button::before {
  color: #fff;
  transition: all .2s linear;
}

.page_public .style4a {
  margin-top: 10px !important;
}

.page_land .blc00.base_table {
  margin: 40px 0 40px;
}

.page_land .blc00.base_table > dl > dt,
.page_land .blc00.base_table > dl > dd {
  padding: .5em 1em;
}

.page_land .imgs {
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 60px 0 0;
  padding: 25px;
  background: #f7f7f7;
}

@media screen and (max-width: 1199px) {
  .page_land .imgs {
    margin-top: 30px;
    padding: 5px;
  }
}

.page_land .imgs li {
  width: calc(100% / 3);
  padding: 5px;
}

.page_land .imgs a {
  display: block;
}

.page_land .imgs a:hover {
  opacity: .7;
}

.page_land .imgs span {
  display: block;
  margin-top: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 1199px) {
  .page_land .imgs span {
    font-size: .9em;
  }
}

@media screen and (min-width: 1200px) {
  .page_land .blc02 .base_table {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1200px) {
  .page_land .blc02 .base_table dl {
    width: 50%;
  }
  .page_land .blc02 .base_table dl::before {
    width: 8em;
  }
}

@media screen and (max-width: 1199px) {
  .page_land .blc02 .base_table dl {
    flex-direction: row;
  }
  .page_land .blc02 .base_table dl::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8em;
    height: 100%;
    background: #fafafa;
    content: "";
  }
}

@media screen and (min-width: 1200px) {
  .page_land .blc02 .base_table dt,
  .page_land .blc02 .base_table dd {
    padding: .5em;
  }
}

.page_land .blc02 .base_table dt {
  width: 8em;
}

@media screen and (max-width: 1199px) {
  .page_land .blc02 .base_table dd {
    flex: 1;
    width: auto;
  }
}

.post-type-archive-works .p-cover__sub {
  margin-top: 10px;
  font-size: 22px;
}

.post-type-archive-works .p-article06__title {
  font-weight: 500;
  font-size: 20px;
}

.post-type-archive-works .fit_img {
  position: absolute;
  top: 0;
  left: 0;
}

.single-works .l-page-header {
  display: none;
}

.single-works .p-works-entry__title {
  font-weight: 500;
}

.single-works .works_single_eye_catch {
  margin-bottom: 30px;
}

.single-works .l-contents__inner {
  display: block !important;
  width: 90%;
  max-width: 830px;
}

.single-works .btn {
  margin-bottom: 90px;
  text-align: center;
}

.single-works .p-latest-works__headline,
.single-works .p-article08__title {
  font-weight: 500;
}

.single-works .p-latest-works__headline {
  font-size: 26px;
}

#gallery_slide {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: calc(100% / 3 * 2);
  overflow: hidden;
  background: #f6f6f6;
}

#gallery_slide .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gallery_slide .slick-track {
  height: 100%;
}

#gallery_slide .slick-slide div,
#gallery_slide .slick-slide li {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#gallery_slide .slick-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 100%;
  margin: 0 auto;
}

#gallery_slide .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #098c4a;
}

#gallery_slide .slick-arrow::before {
  position: absolute;
  top: 13px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: all .2s linear;
}

#gallery_slide .slick-prev {
  left: 0;
}

#gallery_slide .slick-prev::before {
  left: 16px;
  transform: rotate(-135deg);
}

#gallery_slide .slick-next {
  right: 0;
}

#gallery_slide .slick-next::before {
  right: 16px;
  transform: rotate(45deg);
}

#gallery_slide .slick-dots {
  bottom: 10px;
  margin: 0;
}

#gallery_slide .slick-dots li {
  margin: 0;
}

#gallery_slide .slick-dots button::before {
  color: #fff;
  transition: all .2s linear;
}

.page_faq .blc01 {
  padding-top: 10px;
}

.page_faq dl {
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .page_faq dl {
    margin-bottom: 30px;
  }
}

.page_faq dt {
  position: relative;
  padding-left: 40px;
  color: #00662c;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.75;
}

@media screen and (max-width: 1199px) {
  .page_faq dt {
    padding-left: 32px;
    font-size: 1em;
  }
}

.page_faq dt::before {
  position: absolute;
  top: -20px;
  left: 0;
  margin-right: 10px;
  color: #098c4a;
  font-weight: 500;
  font-size: 2em;
  content: "Q";
}

@media screen and (max-width: 1199px) {
  .page_faq dt::before {
    top: -18px;
  }
}

.page_faq dd {
  margin: 5px 0 0 40px;
  line-height: 1.75;
}

@media screen and (max-width: 1199px) {
  .page_faq dd {
    margin-left: 32px;
  }
}

.page_faq .btn {
  text-align: center;
}

.page_faq .btn a:hover {
  text-decoration: none;
}

.post-type-archive-news .l-contents--grid-rev .l-contents__inner .l-primary,
.single-news .l-contents--grid-rev .l-contents__inner .l-primary {
  width: calc(100% - 350px);
}

@media screen and (max-width: 1199px) {
  .post-type-archive-news .l-contents--grid-rev .l-contents__inner .l-primary,
  .single-news .l-contents--grid-rev .l-contents__inner .l-primary {
    width: 100%;
  }
}

.post-type-archive-news .l-page-header,
.single-news .l-page-header {
  display: none;
}

.post-type-archive-news .p-entry__title,
.single-news .p-entry__title {
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-news .l-contents {
    margin-bottom: 120px;
  }
}

.single-news .p-latest-news .p-headline {
  font-weight: 500;
}

.contact_primary {
  width: 100%;
}

.contact_primary .req {
  display: inline-block;
  padding: 0 10px;
  border-radius: 100px;
  background: #098c4a;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.75;
}

.contact_primary .bg_gray {
  margin-bottom: 120px;
  padding: 40px;
}

@media screen and (max-width: 1199px) {
  .contact_primary .bg_gray {
    margin-bottom: 30px;
    padding: 15px;
  }
}

.contact_primary .form_btns {
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .contact_primary .form_btns {
    flex-direction: row;
  }
}

.contact_primary .form_btns .form_btn input {
  display: inline-block;
  min-width: 300px !important;
  height: auto !important;
  margin: 30px 5px 5px;
  padding: 25px;
  border: none !important;
  background: #098c4a;
  background: linear-gradient(135deg, #00662c 0%, #098c4a 100%);
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .1em;
  text-align: center;
  cursor: pointer;
  transition: all .2s linear;
}

@media screen and (max-width: 1199px) {
  .contact_primary .form_btns .form_btn input {
    min-width: 150px !important;
    margin-top: 0;
    padding: 15px 20px;
    font-size: 16px !important;
  }
}

.contact_primary .form_btns .form_btn input:hover {
  opacity: .7;
  background: #098c4a !important;
  background: linear-gradient(135deg, #00662c 0%, #098c4a 100%) !important;
}

.contact_primary .form_btns .btn_back input {
  background: #999;
}

.contact_primary .form_btns .btn_back input:hover {
  background: #999 !important;
}

.contact_primary .mw_wp_form .error {
  color: #cd0e0e;
}

.contact_primary .complete_msg {
  margin-top: 60px;
}

.contact_primary .complete_msg a {
  margin: 0 10px;
}

.contact_primary .mail_form_msg {
  margin: 60px 0 30px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .contact_primary .mail_form_msg {
    margin-top: 30px;
    text-align: left;
  }
}

.contact_primary #contact_error .mail_form_msg {
  color: #cd0e0e;
  text-align: center;
}

.mail_form_intro {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .mail_form_intro {
    margin-top: 30px;
  }
}

.mail_form_intro .for_phone {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .mail_form_intro .for_phone {
    margin-bottom: 20px;
  }
}

.mail_form_intro .for_phone dl {
  margin-bottom: 0;
}

.mail_form_intro .for_phone dt {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 34px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 750px) {
  .mail_form_intro .for_phone dt {
    font-size: 18px;
  }
}

.mail_form_intro .for_phone dd {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .mail_form_intro .for_phone dd {
    margin-top: -20px;
  }
}

.mail_form_intro .for_phone a {
  display: inline-block;
  color: #098c4a;
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transition: all .2s linear;
}

@media screen and (max-width: 600px) {
  .mail_form_intro .for_phone a {
    font-size: 2.4em;
  }
}

.mail_form_intro .for_phone a:hover {
  opacity: .7;
  text-decoration: none;
}

.mail_form_intro .for_phone svg {
  position: relative;
  top: 9px;
  width: 30px;
}

.mail_form_intro ul {
  margin: 0 0 40px 0;
}

.mail_form_intro li {
  list-style: none;
  font-weight: 700;
  font-size: 14px;
}

.mail_form_intro .req {
  margin-right: 10px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.mail_form_intro .desc {
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .mail_form_intro .desc {
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  .form_cont dl {
    margin-top: 0;
  }
}

.form_cont dt {
  font-weight: 400;
  font-size: 1.3em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1199px) {
  .form_cont dt {
    font-size: 1.2em;
  }
}

.form_cont dd {
  margin: 5px 0 0 20px;
}

.form_cont .req {
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.form_cont .zip input[type="text"] {
  width: 9em;
}

.form_cont .agreement {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.privacy {
  height: 300px;
  margin-top: 30px;
  padding: 30px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background: #fff;
  font-size: .8em;
}

@media screen and (max-width: 1199px) {
  .privacy {
    height: 240px;
    padding: 20px;
  }
}

.privacy h3,
.privacy h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.75em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1199px) {
  .privacy h3,
  .privacy h4 {
    font-size: 1.4em;
  }
}

.privacy p {
  line-height: 1.5;
}

.p-footer-banners .p-banner p {
  font-weight: 500;
  font-size: 20px;
}

.p-info {
  border-bottom: none;
}

@media screen and (max-width: 1199px) {
  .p-info__inner {
    padding: 30px 0;
  }
}

.p-info__inner2 {
  height: auto;
  margin: -40px auto 48px;
  padding: 0;
  color: #222;
}

@media screen and (max-width: 991px) {
  .p-info__inner2 {
    margin: -10px auto 35px;
  }
}

.p-info__inner2 a {
  display: block;
}

.p-info__inner2 a:hover {
  color: #098c4a;
}

.p-info__inner2 a:hover svg {
  stroke: #098c4a;
}

.p-info__inner2 svg {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  transition: all .2s linear;
}

.p-info__logo a {
  display: block;
  padding: 5px 0 5px 55px;
  background: url(../img/logo.jpg) no-repeat center left;
  background-size: auto 100%;
}

@media screen and (max-width: 991px) {
  .p-info__logo a {
    width: 230px;
    margin: 0 auto;
    padding-left: 20px;
  }
}

.p-info__logo a:hover {
  opacity: .7;
}

.footer_tel a {
  padding-left: 30px;
  background: url(../img/tel.svg) no-repeat center left;
  background-size: 20px, 20px;
  font-size: 34px;
  letter-spacing: 0;
}

@media screen and (max-width: 991px) {
  .footer_tel a {
    padding-left: 25px;
    background-size: 15px, 15px;
    font-size: 28px;
  }
}

.footer_tel a:hover {
  color: #00662c;
}
/*# sourceMappingURL=style.css.map */

/* 2026リニューアル追加 */

/* コンセプト */
.hero-image {
  position: relative;
  width: 100%;
  height: 60vh; /* ヒーロー高さ */
  overflow: hidden;
}

/* 画像を背景化（重要） */
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
}

/* テキストレイヤー */
.hero-image-text {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: #fff;

  background: rgba(0,0,0,0.35);
  padding: 20px;
}

/* タイトル */
.hero-image-text h2 {
  font-size: 42px;
  margin: 0 0 10px;
  letter-spacing: 2px;
}

/* サブ */
.hero-image-text p {
  font-size: 16px;
  opacity: 0.9;
}

/* お知らせ*/
.news-h3 {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 24px;
}

.news-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news-item {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: inherit;
}

.news-meta {
  display: flex;
  gap: 12px;
  align-items: center;
}

.news-date {
  font-size: 12px;
  color: #666;
}

.news-cat {
  font-size: 11px;
  padding: 2px 8px;
  background: #eee;
  border-radius: 10px;
}

.news-title {
  font-size: 14px;
  font-weight: 500;
}
.news-header {

  text-align: center;

}

.news-title-main {

  font-size: 54px;

  font-weight: 500;

  line-height: 1.1;

  margin-bottom: 20px;

}

/* ボタン中央寄せ */

.news-footer {

  display: flex;

  justify-content: center;

  margin-top: 30px;

}

/* 既存.btnをそのまま活かす */

.news-footer .btn {

  text-align: center;

}
.news-block {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 一覧ボタンだけ少し上品に中央寄せ */
.news-footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  transform: translateX(-10px);
}

.news-block {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* 見出し余白をしっかり確保 */
.news-title-main {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 60px;
  text-align: center;
}

/* リスト全体 */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* 1行レイアウト化 */
.news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  color: inherit;
}

/* 左側（日付＋カテゴリ） */
.news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
}

/* タイトルは1行固定 */
.news-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* フッター余白 */
.news-footer {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.news-text {
  font-size: 16px;
  font-weight: 500;
}

.news-date {
  font-size: 13px;
}

.news-cat {
  font-size: 12px;
}


/* 事業紹介 */
/* ======================
   Business
====================== */

.business-section{
  position: relative;
}

.business-heading{
  text-align:center;
  margin-bottom:40px;
}

.business-heading span{
  display:block;
  letter-spacing:.2em;
  color:#888;
}

.business-heading h2{
  font-size:48px;
  margin-top:10px;
}

.business-slider{
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.business-slide{
  aspect-ratio: 16 / 9;
  height: auto !important;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.business-slider .swiper-wrapper{
  align-items: stretch;
}

.slide-architecture{
  background-image:url("https://www.tani-kawa.co.jp/wp/wp-content/uploads/2026/06/KA_top_hp_optimized.jpg");
}

.slide-civil{
  background-image:url("https://www.tani-kawa.co.jp/wp/wp-content/uploads/2026/06/土木画像-1.png");
}

.slide-estate{
  background-image:url("https://www.tani-kawa.co.jp/wp/wp-content/uploads/2026/06/不動産画像.png");
}


.business-overlay{
/*   position:absolute;
  inset:0;
  background:rgba(0,0,0,.35); */
	display:none;
}

.business-content{
  position:absolute;
  left:10%;
  top:50%;
  transform:translateY(-50%);
  z-index:10;

  max-width:500px;
  color:#fff;
}

.business-sub{
  letter-spacing:.3em;
  font-size:12px;
  margin-bottom:15px;
}

.business-content h3{
  font-size:72px;
  line-height:1;
  margin-bottom:25px;
  color:#fff;
}

.business-desc{
  font-size:18px;
  line-height:2;
  margin-bottom:40px;
}

.business-btn{
  display:inline-block;
  padding:14px 40px;

  background:#fff;
  color:#111;
  text-decoration:none;

  transition:.3s;
}

.business-btn:hover{
  opacity:.8;
}

.swiper-pagination-bullet{
  width:12px;
  height:12px;
}

.swiper-pagination{
  bottom:40px !important;
}
/* 施工実績 */

.works-section{
  padding:100px 20px;
}

.works-title{
  text-align:center;
  font-size:54px;
  margin-bottom:60px;
}

.works-slider-wrap{
  position:relative;
  max-width:1200px;
  margin:0 auto;
}

.works-slider{
  display:flex;
  gap:30px;

  overflow-x:auto;  
  overflow-y:hidden;

  scroll-behavior:smooth;

  scrollbar-width:none;
}

.works-slider::-webkit-scrollbar{
  display:none;
}
.work-card{
  flex: 0 0 280px;
  aspect-ratio: 2 / 3;

  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.work-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-card:hover img{
  transform:scale(1.08);
}

.work-card::after{
  content:"";

  position:absolute;
  inset:0;

  background:linear-gradient(
    to top,
    rgba(0,0,0,.7),
    transparent
  );
}

.work-card-title{
  position:absolute;
  bottom:30px;
  left:0;

  width:100%;

  color:#fff;
  z-index:2;

  font-size:22px;
  font-weight:600;

  text-align:center;

  padding:0 20px;
  box-sizing:border-box;
}

/* 進捗バー */
.works-progress{
  width: 420px;
  max-width: 80%;

  height: 10px;

  background: #e5e5e5;

  margin: 50px auto;

  border-radius: 999px;
  overflow: hidden;
}

.works-progress-bar{
  width: 0;
  height: 100%;

  background: #078141;

  border-radius: 999px;

background: rgba(7, 129, 65, 0.7);

  transition: width .3s ease;
}

/* ボタン */

.works-btn{
  position:absolute;
  top:50%;

  transform:translateY(-50%);

  width:50px;
  height:50px;

  border:none;
  border-radius:50%;

  background:#fff;
  cursor:pointer;

  box-shadow:0 5px 20px rgba(0,0,0,.15);

  z-index:10;
}

.works-btn.prev{
  left:-70px;
}

.works-btn.next{
  right:-70px;
}

.works-footer{
  text-align:center;
  margin-top:50px;
}

/* ヘッダー */
/* ==========================
   Header
========================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;

    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    z-index: 9999;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.header-inner {
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ==========================
   Menu
========================== */
.header-nav {
    flex: 1;
}

.header-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;

    margin: 0;
    padding: 0;
    list-style: none;
}

.header-nav a {
    text-decoration: none;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.header-nav a:hover {
    color: #078141;
}

/* ==========================
   Contact Button
========================== */
.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 180px;
    height: 46px;

    background: #078141;
    color: #fff;
    text-decoration: none;
    font-weight: 700;

    border-radius: 999px;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #056634;
    transform: translateY(-2px);
}

/* モバイル */
/* ==================================
   Mobile
================================== */
@media screen and (max-width: 768px){

  /* 共通見出し */
  .business-heading h2{
    font-size:32px;
  }

  .business-heading span{
    font-size:12px;
  }

  /* ------------------
     NEWS
  ------------------ */

  .news-block{
    padding:60px 20px;
  }

  .news-item{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }

  .news-meta{
    min-width:auto;
  }

  .news-text{
    white-space:normal;
    font-size:14px;
    line-height:1.7;
  }

  .news-footer{
    margin-top:40px;
  }

  /* ------------------
     BUSINESS
  ------------------ */

  .business-slider{
    max-width:100%;
  }

  .business-slide{
    aspect-ratio: 4 / 5;
    min-height:500px;
  }

  .business-content{
    left:24px;
    right:24px;
    max-width:none;
  }

  .business-content h3{
    font-size:42px;
    margin-bottom:15px;
  }

  .business-sub{
    font-size:11px;
  }

  .business-desc{
    font-size:14px;
    line-height:1.8;
    margin-bottom:25px;
  }

  .business-btn{
    padding:12px 24px;
    font-size:14px;
  }

  /* ------------------
     WORKS
  ------------------ */

  .works-section{
    padding:60px 15px;
  }

  .work-card{
    flex:0 0 220px;
  }

  .work-card-title{
    font-size:16px;
    bottom:20px;
  }

  .works-btn{
    display:none;
  }

  .works-progress{
    width:90%;
    margin:30px auto;
  }

}
  padding: 30px 180px;