@charset "UTF-8";
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
  ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   module
========================================================================== */
.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "$dummy";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   setting
========================================================================== */
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo,'Noto Sans Japanese', Verdana,   sans-serif;
  line-height: 1.7;
  color: #000;
  min-height: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  clear: both;
}

img {
  max-width: 100%;
}

a {
  color: #000;
}

a.line {
  text-decoration: underline;
}

a.link:before {
  content: '\f101';
  font-family: FontAwesome;
  padding-right: 0.2em;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: inherit;
  opacity: .7;
  transition: .25s;
}

a:active {
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h2 {
  font-size: 1.5rem;
  margin-top: 1.5em;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1.2em;
}

h4 {
  font-size: 1.25rem;
  margin-top: 1em;
}

/* マージン設定 */
.mbNone {
  margin-bottom: 0 !important;
}

.mbSS {
  margin-bottom: 1em !important;
}

.mbS {
  margin-bottom: 2em !important;
}

.mbM {
  margin-bottom: 3em !important;
}

.mbL {
  margin-bottom: 4.5em !important;
}

.mbLL {
  margin-bottom: 6em !important;
}

.mSS {
  margin-top: 0.8em !important;
}

.mS {
  margin-top: 1.5em !important;
}

.mM {
  margin-top: 3em !important;
}

.mL {
  margin-top: 4.5em !important;
}

.mLL {
  margin-top: 6em !important;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

.text-right {
  text-align: right !important;
}

.row-nopadding {
  margin-left: 0;
  margin-right: 0;
}

.row-nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* 透過用ロールオーバー用 */
.hover:hover {
  display: block;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* リンクボタン */
.btn {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-radius: 2.5em;
  padding: .75em 3em;
  transition: .7s;
}

.btn a:before {
  content: '\f101';
  font-family: FontAwesome;
  padding-right: 0.2em;
}

.btn:hover {
  opacity: 0.7;
  color: #fff;
  transition: .2s;
}

.btn.btn-gre {
  background: #323232;
  color: #fff;
}

.btn.btn-ylw {
  background: #F29600;
  color: #fff;
}

.btn.btn-or {
  background: #F19604;
  color: #fff;
}

/* ※マーク */
.asterisk {
  display: block;
  font-size: 86%;
  margin-left: 1em;
  text-indent: -1em;
}

/* リスト */
ul.list {
  overflow: hidden;
  zoom: 1;
}

ul.list li {
  line-height: 1.8em;
}

ul.list li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  font-size: 0.75rem;
  margin-right: 0.5em;
  color: #a08c46;
}

/* 周り込figure */
.flR, .flL {
  display: table;
  width: 1px;
}

.flR figcaption, .flL figcaption {
  font-size: 86%;
  text-align: center;
  margin-top: 0.5em;
}

.flR img, .flL img {
  max-width: inherit;
}

.flR {
  float: right;
  margin: 0 0 0 15px;
}

.flL {
  float: left;
  margin: 0 15px 0 0;
}

/* 回り込み解除 */
.nowrap {
  overflow: hidden;
}

.img-circle,
.img-circle img {
  border-radius: 50%;
}

/* 見出し */
.hdsty01 {
  font-size: 1.75rem;
  color: #016934;
  font-family: "Noto Serif JP", serif;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  text-shadow: #fff 3px 0 10px;
}

.hdsty01 span {
  text-shadow: none;
}

.hdsty01:before {
  content: '';
  display: inline-block;
  background: #016934;
  width: 2em;
  height: 1px;
  position: absolute;
  top: .6em;
  left: -2.5em;
}

.ttl-sty-bl {
  background: #016934;
  margin-left: 1em;
  display: inline-block;
  color: #fff;
  font-size: .6em;
  padding: .25em 1em .32em;
}

.hdsty02 {
  margin: 1.25em auto .25em;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.hdsty02 span {
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.hdsty03 {
  font-size: dummy;
  color: dummy;
}

/* layout */
body.top-page:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #534741;
  width: 20%;
  height: 400px;
}

main {
  position: relative;
  z-index: 100;
}

header {
  clear: both;
}

.headerlogo {
  max-width: 200px;
  max-height: 140px;
  padding: 10px 0;
}

.navbar {
  padding: 0;
}

#navbarCollapse {
  padding: 0;
  position: relative;
  justify-content: flex-end;
}

.navbar-dark .navbar-toggler-icon {
  background-color: #534741;
}

.headcontact {
  background: url(../images/bg_con_or.png) no-repeat center center #F29600;
  background-size: 40%;
}

.headtel {
  background: url(../images/bg_con_gr.png) no-repeat center center #006934;
  background-size: 40%;
}

.headtel span {
  font-size: 1.2em;
}

header .container-fluid {
  max-width: 1420px;
  margin: 0 auto;
  overflow: hidden;
}

.content {
  min-height: 100%;
}

button.bar-toggler {
  color: #000;
}

.top-page .navbar-collapse {
  background: #534741;
}

.top-page .navbar-collapse ul a {
  color: #fff !important;
}

.top-page .navbar-collapse ul a.current {
  color: #F29600 !important;
}

body.top-page #navbarCollapse:before {
  content: '';
  width: 20%;
  height: 100%;
  background: #534741;
  position: absolute;
  top: 0;
  left: -10%;
}

@media (max-width: 787px) {
  body.top-page #navbarCollapse:before {
    content: none;
  }
}

body.top-page .nav-right {
  width: auto;
}

.nav-right {
  width: 100%;
  justify-content: flex-end;
}

.navbar-collapse ul {
  font-size: 15px;
  text-align: center;
  padding: 0;
}

.navbar-collapse a {
  color: #000 !important;
  padding: .1em 1em !important;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: left;
  display: block;
}

.navbar-collapse a:hover {
  color: #fff;
  opacity: .7;
}

.navbar-collapse a span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 12px;
  white-space: nowrap;
}

.navbar-collapse a.current {
  color: #F29600 !important;
  position: relative;
}

.navbar-collapse a.current:before {
  content: '';
  width: 1px;
  height: 2.5em;
  background: #F29600;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.navbar-collapse .nav-pr {
  padding-left: 3vw;
}

.navbar-collapse .nav-pr a {
  color: #fff !important;
  padding: .8em 2.5em !important;
  text-align: center;
}

.top-page .navbar-collapse ul.nav-pr {
  display: block;
}

@media (max-width: 767px) {
  .top-page .navbar-collapse ul.nav-pr {
    display: flex;
  }
}

.top-page .navbar-collapse ul.nav-pr li {
  min-height: auto;
}

.navbar-collapse ul.nav-pr {
  display: flex;
  padding: 0 0 0 2.5%;
}

.navbar-collapse ul.nav-pr li {
  min-height: 120px;
  display: table;
  position: relative;
}

.navbar-collapse ul.nav-pr a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  .navbar-collapse .navbar-nav a {
    margin-left: 0;
  }
}

@media (min-width: 1130px) {
  .navbar-collapse .navbar-nav a {
    margin-left: 2%;
  }
}

.logo-fix a {
  padding-right: 1em;
}

.foot-access {
  display: block;
  position: relative;
  padding: 5em 0 8em;
}

.foot-access:before {
  content: '';
  width: 100%;
  height: 40%;
  bottom: 0;
  position: absolute;
  background: #f4f4f4;
  z-index: 1;
}

.foot-access > .container {
  z-index: 999;
  position: relative;
}

.foot-access h2 {
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: .5em;
}

@media (max-width: 767px) {
  .foot-access {
    padding: 0 0 5em;
  }
  .foot-access h2 {
    margin-top: .5em;
  }
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.foot-contact {
  padding: 3em 0 6em;
  background: url("../images/footercontact_bg.png") no-repeat center center/cover;
  text-align: center;
}

.foot-contact h2 {
  font-size: 25px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin: 0 auto 0.5em;
  text-align: center;
}

@media (min-width: 980px) {
  .foot-contact h2 {
    white-space: nowrap;
  }
}

.foot-contact h2:after, .foot-contact h2:before {
  position: absolute;
  top: calc(50% - 2px);
  width: 23px;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
  left: -4px;
  transform: rotate(60deg);
}

.foot-contact h2:after {
  left: auto;
  right: -4px;
  transform: rotate(-60deg);
}

.ftcon-inner {
  padding: 1.8em 0 0.5em;
  border: solid 5px #fff;
  background: url("../images/footercontact_bg2.png") no-repeat right center #fff;
  background-size: contain;
  text-align: center;
}

@media (max-width: 767px) {
  .ftcon-inner {
    background-size: content;
    background-position: center bottom;
    padding-bottom: 50%;
  }
}

.ftcon-inner .ftcon-p {
  font-size: 40px;
  line-height: 1.3;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ftcon-inner .ftcon-p {
    font-size: 2em;
  }
}

.ftcon-inner .ftcon-p span {
  font-weight: 600;
  padding-right: 0.5em;
}

footer {
  text-align: center;
}

footer .footbnr {
  padding: 0 20px;
}

@media (max-width: 767px) {
  footer .footbnr {
    padding-top: 2em;
  }
}

footer .footlogo {
  width: 230px;
  margin: 0 auto;
  padding: 0 20px;
}

footer .footerlink {
  display: flex;
  justify-content: center;
  padding: 0;
}

footer .footerlink a {
  padding: 1em 1em 1em 1.25em;
  background: url(../images/ico_arrow.svg) no-repeat left center;
  background-size: 1em;
  line-height: 1;
  text-decoration: none;
  font-size: .86rem;
}

@media (max-width: 900px) {
  footer .footerlink a {
    font-size: .8em;
  }
}

footer small {
  color: #fff;
  width: 100%;
  display: block;
  background: #4B4D4D;
  padding: .8em;
  font-size: .75em;
}

.page-ttl {
  background: #544841;
  overflow: hidden;
  position: relative;
  display: block;
}

.page-ttl figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}

.page-ttl figure img {
  min-width: 100%;
  min-height: 100%;
  max-height: 240px;
  width: auto;
  object-fit: cover;
}

.page-ttl .row {
  position: relative;
  z-index: 999;
}

.page-ttl h1 {
  display: flex;
  align-items: center;
  max-width: 50%;
  max-height: 340px;
  color: #fff;
  padding: 1.5em 0;
}

.page-ttl h1 span {
  display: block;
}

@media (max-width: 980px) {
  /* -----
    レスポンシブ微調整
     ----- */
  .logo-fix {
    width: auto;
    max-width: 30%;
  }
  .logo-fix img {
    min-height: 36px;
    width: auto;
  }
  .headerlogo {
    width: auto;
    max-width: 80%;
  }
  .navbar-collapse .nav-pr a {
    padding: .8em 2vw !important;
  }
  .navbar-collapse a {
    padding-right: 0 !important;
  }
}

.pcnone {
  display: none !important;
}

@media (max-width: 767px) {
  .spnone {
    display: none !important;
  }
  .pcnone {
    display: block !important;
  }
  /* -----
  レスポンシブ
   ----- */
  html body:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #534741;
    width: 20%;
    height: 400px;
    width: 58px !important;
    height: 42px !important;
  }
  header {
    text-align: left;
  }
  header .logo-fix {
    text-align: center;
    margin: 0.05em auto;
  }
  header .logo-fix a {
    margin: 0;
    padding: 0;
  }
  .headerlogo {
    text-align: center;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    padding: 0.2em;
  }
  .headerlogo img {
    min-height: auto;
  }
  .navbar-toggler {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar > .container-fluid {
    margin: 0;
    padding: 0;
    min-height: 40px;
  }
  .navbar > .container-fluid .row,
  .navbar > .container-fluid .nav-pr {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #navbarCollapse {
    width: 100%;
    background: #534741;
    z-index: 99999;
    border-bottom: solid 5px #aaa;
  }
  #navbarCollapse ul {
    padding: 1em 0 0;
  }
  #navbarCollapse a.nav-link {
    color: #fff !important;
    margin-bottom: 1em;
  }
  #navbarCollapse a.current {
    color: #F29600 !important;
  }
  #navbarCollapse ul.nav-pr {
    margin-top: 1em;
  }
  #navbarCollapse ul.nav-pr li {
    width: 50%;
    min-height: 4em;
  }
  .navbar-collapse ul {
    width: 100%;
  }
  .nav-right {
    width: 100%;
    padding: 0;
  }
  .footerlink {
    flex-wrap: wrap;
  }
  .footerlink li {
    width: 50%;
  }
  .footerlink li:last-child {
    width: 100%;
  }
  .hdsty02 {
    margin-top: 1em;
    font-size: 1.8rem;
  }
}

/* TOP */
.aboutus {
  margin: 2em auto;
}

.aboutus-bg {
  background: url(../images/about_bg.png) no-repeat center center/contain;
  padding-top: 4em;
  padding-bottom: 4em;
}

.aboutus-inner {
  background: rgba(255, 255, 255, 0.85);
  margin: auto;
}

.aboutus-inner > div {
  padding: 2em 3em 1em;
  display: flex;
}

.aboutus-inner > div h2 {
  text-align: left;
  margin-bottom: 1em;
  font-size: 1.7rem;
  width: 45%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}

.aboutus-inner > div h2:after {
  content: '';
  display: block;
  width: 1px;
  height: 70px;
  background: #000;
  position: absolute;
  top: 0;
  right: 1.5em;
  margin: auto;
  transform: rotate(30deg);
}

.aboutus-inner > div h2 span {
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.aboutus-inner .txt {
  width: 54%;
}

.top-service {
  background: #f4f4f4;
  display: block;
  padding-top: 8em;
  padding-bottom: 5em;
  margin-top: -10em;
}

.top-service:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
}

.top-service h2 {
  padding: 0 1em;
  margin-top: -1.8em;
  font-size: 2em;
  font-weight: 600;
  display: table;
}

.top-service h2 img {
  display: table-cell;
  vertical-align: middle;
}

.top-service h2 > span {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 3em;
  padding-bottom: 1em;
  width: 59%;
  position: relative;
  font-family: "Noto Serif JP", serif;
}

.top-service h2 > span span {
  font-size: 1rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.top-service h2 > span:after {
  content: '';
  display: block;
  width: 1px;
  height: 70px;
  background: #000;
  position: absolute;
  bottom: 14%;
  left: 2em;
  margin: auto;
  transform: rotate(30deg);
}

.top-service-inner {
  background: #fff;
  margin-top: 5em;
  padding-bottom: 2.5em;
}

@media (min-width: 1200px) {
  .top-service-inner {
    margin-top: 8em;
  }
}

.service_ul {
  padding-left: 3em;
  padding-right: 3em;
}

.service_ul > li {
  padding: 0 !important;
}

.t-con-header {
  display: flex;
}

.t-con-header h2 {
  color: #fff;
  font-size: 42px;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  margin-right: 2em;
  padding: 0;
  position: relative;
}

.t-con-header h2 span {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.t-con-header h2::before {
  content: '';
  display: block;
  width: 1px;
  height: 70px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2rem;
  margin: 5px auto auto;
  transform: rotate(30deg);
}

.t-con-header .lead {
  color: #fff;
  position: relative;
  padding-top: .5rem;
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
}

.top-bg {
  background: url(../images/bg_wave.png) repeat-x center top;
  background-size: 100%;
  padding: 2em 0 3.5em;
  margin-top: 5em;
  position: relative;
}

.top-bg:before {
  content: '';
  display: block;
  position: absolute;
  top: -3em;
  background: url(../images/bg_town.png) repeat-x bottom;
  background-size: auto 3em;
  width: 100%;
  height: 5em;
  padding-top: 3em;
}

.list-article a {
  overflow: hidden;
}

.list-article figure {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  position: relative;
}

.list-article figure img {
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 1200px) {
  .list-article figure img {
    max-width: 280px;
    max-height: 280px;
  }
}

.top-lifedesign {
  background: url(../images/top_lifedesign_bg.png) no-repeat bottom;
  background-size: 100% 100%;
}

@media (max-width: 980px) {
  .top-lifedesign {
    background: url(../images/top_lifedesign_bg_in.png) no-repeat bottom/cover;
  }
}

.top-lifedesign > .container {
  background: url(../images/top_lifedesign_bg_in.png) no-repeat center bottom/cover;
  padding-bottom: 3%;
}

@media (min-width: 1200px) {
  .top-lifedesign > .container {
    background-size: 100%;
  }
}

@media (min-width: 1400px) {
  .top-lifedesign > .container {
    background-size: contain;
  }
}

@media (max-width: 980px) {
  .top-lifedesign > .container {
    background: none;
  }
}

.top-lifedesign h2 {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: .2em;
  position: relative;
  font-size: 1.6em;
}

.top-lifedesign h2:before {
  position: absolute;
  bottom: -1em;
  left: 6.5em;
  z-index: 1;
  content: '';
  width: 10em;
  height: 2em;
  display: block;
  background: url(../images/top_lifedesign.png) no-repeat bottom/contain;
}

.top-lifedesign .col {
  position: relative;
  z-index: 999;
}

.top-lifedesign p {
  line-height: 2em;
  margin-bottom: 0;
}

.p-contents {
  border-left: solid 1px #000;
  margin-top: 1em;
  padding-left: 1em;
}

.p-contents a {
  text-decoration: none;
}

.p-contents p {
  line-height: 1.5;
  margin-bottom: 0;
}

.t-sty01 {
  font-weight: 600;
}

.t-sty02 {
  font-size: 1.2em;
}

.t-sty03 {
  background: #016934;
  padding: .25em 1em;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
}

.t-sty04 {
  color: #666;
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .mainimg {
    padding: 0 !important;
  }
  .aboutus-bg {
    padding: 0;
    background-size: cover;
  }
  .aboutus-inner {
    padding: 1em 10%;
    height: 100%;
  }
  .aboutus-inner > div {
    display: block;
    padding-left: 0%;
    padding-right: 0;
  }
  .aboutus-inner > div h2 {
    width: 100%;
    margin-bottom: .5em;
  }
  .aboutus-inner > div h2:after {
    content: none;
  }
  .aboutus-inner > div .txt {
    width: 100%;
  }
  .t-con-header .lead {
    color: #000;
    font-weight: normal;
  }
  .top-bg {
    background-size: auto 12em;
    padding-top: 0;
    padding-bottom: 0;
  }
  .list-article .mt-4 + .mt-4 {
    margin-top: 1.5rem !important;
  }
  .list-article .col-md-4 {
    display: flex;
  }
  .list-article .col-md-4 > a,
  .list-article .col-md-4 > div {
    display: block;
    width: 45%;
  }
  .list-article .col-md-4 figure {
    width: 90%;
    margin-bottom: 0;
  }
  .list-article .col-md-4 figure img {
    min-width: 100%;
    height: auto;
  }
  .list-article .col-md-4 .p-contents {
    width: 50%;
    margin-top: 0;
  }
  .top-lifedesign {
    background-size: 200%;
    background-position: right bottom;
  }
  .top-lifedesign h2:before {
    content: none;
  }
  .top-lifedesign .row br {
    display: none;
  }
  .top-service h2 > span {
    padding-left: 1.5em;
  }
  .top-service h2 > span:after {
    left: .5em;
  }
  .service_ul {
    padding: 0 1em;
  }
}

.article-intro {
  margin-top: 3em;
  padding-bottom: 1em;
}

.slide-content {
  padding-bottom: 3em;
  margin-bottom: .5em;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sw-sty {
  height: 80%;
  width: 100%;
  text-align: center;
}

.thumbs-sty {
  margin-top: 3em;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.thumbs-sty .swiper-slide {
  width: 18%;
  height: 100%;
  opacity: 0.4;
}

.thumbs-sty .swiper-slide-thumb-active {
  opacity: 1;
}

.thumbs-sty .swiper-slide span {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.thumbs-sty .swiper-slide span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 179%;
  /* 横向き16:9の画像が表示エリア一杯になるように指定 */
  max-height: initial;
  min-width: 100%;
  min-height: 100%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto !important;
  margin-top: 0.5%;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #016934;
}

.property {
  background: #39b54a;
  background: linear-gradient(180deg, #39b54a 0%, #016934 100%);
  padding-bottom: 1em;
  position: relative;
  overflow: hidden;
}

.property:before {
  content: '';
  display: block;
  width: 100%;
  height: 8em;
  position: absolute;
  top: -8em;
  background: url(../images/bg_gr.svg) no-repeat center top;
  background-size: 100%;
}

.property-detail {
  display: flex;
}

.detail-l {
  width: 60%;
}

.mapwrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
}

.mapwrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.detail-r {
  width: 40%;
  padding-left: 2.5rem;
}

.detaildes {
  color: #fff;
  margin-top: 3em;
}

.detaildes dt {
  margin-top: 1em;
  padding-left: 1.2em;
  position: relative;
}

.detaildes dt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #7dbf97;
  display: block;
}

.detaildes dd {
  padding-left: 1.2em;
}

.detail-btn-wrap {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.detail-btn-wrap .detail-btn {
  padding: 10px;
}

.detail-btn-wrap .btn {
  width: 14em;
  padding: 0.8em 1em;
  display: inline-block;
}

.thumb-box {
  margin-top: 1em;
}

.thumb-box p.t-sty03 {
  margin-top: .75em;
  margin-bottom: .5em;
}

.thumb-box .date {
  text-align: right;
  color: #888;
}

.thumb-ttl {
  font-size: 1.1em;
  margin-bottom: 0;
}

.thumb-img {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}

.thumb-img img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
}

.pagination {
  display: inline-block;
  padding: 0;
  margin: 1em auto 0;
  text-align: center;
}

.pagination .nav-links .current {
  background-color: #016934;
  color: #fff;
  padding: .5em .75em;
}

.pagination a {
  color: #016934;
  text-decoration: none;
  padding: .5em .75em;
}

.post-navigation a {
  color: #016934;
  text-decoration: none;
}

.post-navigation .nav-previous {
  float: left;
}

.post-navigation .nav-next {
  float: right;
}

.article-box {
  padding-top: 3em;
}

.article-box p span.t-sty03 {
  margin-bottom: -.5em;
}

.article-box .hdsty01 {
  margin: 0 auto .2em;
}

.content-img {
  text-align: center;
}

.content-img img {
  text-align: center;
  margin-bottom: 2em;
}

.single-introduction {
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 5em;
}

@media (max-width: 767px) {
  .detail-btn {
    width: 100%;
  }
  .property-detail {
    display: block;
  }
  .detail-l,
  .detail-r {
    width: 100%;
    padding: 0;
  }
  .detail-btn-wrap .detail-btn {
    padding: 0;
  }
  .article-intro {
    margin-top: 0;
  }
}

/* ----------------voice---------------- */
.voice-sec01, .voice-sec02, .voice-sec03 {
  background: #fef4e5;
  padding: 4em 0 5em;
  position: relative;
}

.voice-sec01 figure, .voice-sec02 figure, .voice-sec03 figure {
  text-align: center;
}

.voice-sec01 > .container:after {
  content: '';
  display: block;
  width: 40%;
  height: 4em;
  background: url(../../images/voice_img_land.png);
  background: url(../images/voice_img_housing.png) no-repeat right center/contain;
  position: absolute;
  top: 1.5em;
  right: 2em;
}

.voice-sec02 {
  background: #f4f0eb;
}

.voice-sec02 > .container:after {
  content: '';
  display: block;
  width: 70%;
  height: 4em;
  background: url(../images/voice_img_remodel.png) no-repeat right center/contain;
  position: absolute;
  top: 1.5em;
  right: 2em;
}

.voice-sec03 {
  background: #e5f0ea;
}

.voice-sec03 > .container:after {
  content: '';
  display: block;
  width: 50%;
  height: 4em;
  background: url(../images/voice_img_land.png) no-repeat right center/contain;
  position: absolute;
  top: 1.5em;
  right: 2em;
}

.hdsty-voice {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1em;
}

.hdsty-voice span {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 1.8em 1em;
  margin-right: .25em;
  text-align: center;
  background: url(../images/voice_bg01.png) no-repeat left center/contain;
}

.hdsty-voice02 span {
  background: url(../images/voice_bg02.png) no-repeat left center/contain;
}

.hdsty-voice03 span {
  background: url(../images/voice_bg03.png) no-repeat left center/contain;
}

.row.align-center {
  align-items: center;
}

/* ----------------outline---------------- */
.outline-bg01 {
  background: url(../images/outline_img03.png) no-repeat right center/50%;
}

@media (max-width: 980px) {
  .outline-bg01 {
    background-position: right bottom;
  }
}

.outline-txt {
  padding-right: 50%;
  text-shadow: #fff 3px 0 10px;
}

.outline-txt p {
  margin-bottom: .8em;
}

@media (max-width: 980px) {
  .outline-txt {
    padding-right: 30%;
  }
}

.outline-txt02 {
  padding: 0 0 0 50%;
}

.outline-bg02 {
  margin-top: 2em;
  background: url(../images/outline_img02.png) no-repeat left center/48%;
}

@media (max-width: 980px) {
  .outline-bg02 {
    background-position: left top;
  }
}

@media (max-width: 787px) {
  .voice-sec01, .voice-sec02, .voice-sec03 {
    padding: 2em 0;
  }
  .voice-sec01 > .container:after, .voice-sec02 > .container:after, .voice-sec03 > .container:after {
    content: none;
  }
  .outline-bg01 {
    padding-top: 77%;
    background: url(../images/outline_img03.png) no-repeat center top/100%;
  }
  .outline-bg01 .hdsty01 {
    background: #fff;
    font-size: 1.5rem;
  }
  .outline-bg02 {
    padding-top: 60%;
    background: url(../images/outline_img02.png) no-repeat center top/100%;
  }
  .outline-txt,
  .outline-txt02 {
    margin: 0 auto;
    padding: 0;
  }
}

.prof {
  position: relative;
  margin-bottom: -2em;
}

.prof:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 50%;
  background: #E0E494;
  z-index: 1;
}

.prof > .container {
  position: relative;
  z-index: 190;
}

.prof-wrap {
  display: flex;
  align-items: flex-end;
}

.prof-img {
  width: 55%;
}

.prof-box {
  width: 55%;
  padding: 2em 0;
}

.prof-box > div {
  background: #fff;
  padding: 1em 2em 1em;
}

.prof-box h3 {
  opacity: .5;
  margin: -1em 0 .5em -.25em;
  font-family: "Noto Serif JP", serif;
  font-size: 2em;
  font-weight: 600;
}

.hdsty-prof {
  font-size: 1.1em;
  margin-bottom: .25em;
}

.hdsty-prof span {
  font-size: 1.2em;
}

.table.tbl-sty01 th, .table.tbl-sty01 td {
  border: none !important;
  position: relative;
  padding: 1em 1.5em;
}

.table.tbl-sty01 th:after, .table.tbl-sty01 td:after {
  content: '';
  display: block;
  width: calc( 100% - 1em);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #E6E6E6;
}

.table.tbl-sty01 td:after {
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .prof-wrap {
    flex-direction: column;
  }
  .prof-img {
    width: 100%;
    margin: 0 auto -10%;
  }
  .prof-box {
    width: 100%;
  }
  .prof-box > div {
    padding: 2em 1.5em 0;
  }
  .table.tbl-sty01 th, .table.tbl-sty01 td {
    padding: .8em .5em;
  }
  .table.tbl-sty01 th {
    min-width: 6em;
  }
}

.qa-list {
  margin-top: 3em;
}

.qa-list dt {
  background: #f6f0eb;
  padding: 1.8em 1.5em 1.75em 1.75em;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
}

.qa-list dt span.q {
  color: #fc9228;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7em;
  line-height: .75;
  padding-right: .5em;
}

.qa-list dd {
  padding: 2em 2em 1.8em 5em;
  display: flex;
  align-items: flex-start;
}

.qa-list dd span.a {
  color: #016934;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7em;
  line-height: .75;
  padding-right: .5em;
}

@media (max-width: 767px) {
  .qa-list {
    margin-top: 1.5em;
  }
  .qa-list dt, .qa-list dd {
    padding: 1em .5em .75em 1em;
  }
}

.snow-monkey-form .smf-form {
  background: #f4f0eb;
  padding: 2em 3em;
  margin-top: 2em;
}

.snow-monkey-form .smf-item__description {
  display: inline;
  color: #FF0000;
  font-size: .9em;
}

.snow-monkey-form .item__label, .snow-monkey-form .smf-item__label {
  display: inline-block;
  padding-right: 1em;
}

.smf-action {
  text-align: center;
}

.smf-action .smf-button-control__control {
  background: #F19604;
  color: #fff;
  border: none;
  border-radius: 2em;
  padding: .5em 2em;
  margin: 1.5em auto;
}

@media (max-width: 767px) {
  .has-text-align-center {
    text-align: left;
  }
  .snow-monkey-form .smf-form {
    padding: 1em 1.5em;
  }
}
