<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: NAKA HOUSING
Description: サイトオリジナルテンプレート
Author: 那珂ハウジング
Version: 1.0.1
*/
/****************************************
	General Setting
*****************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #FFF;
  background-position: center top;
  background-repeat: repeat;
  background-image: url("./img/common/bg.jpg");
  color: #111;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.animated {
  opacity: 0;
  -webkit-animation-duration: 0.75s !important;
  animation-duration: 0.75s !important;
}

/*----------------------------------------
	Width (基本幅)
----------------------------------------*/
@media only screen and (min-width: 897px) {
  .container-main {
    min-width: 1280px;
  }
}
@media only screen and (max-width: 896px) {
  .container-main {
    min-width: 100%;
  }
}
/****************************************
	Typography (TEXT)
*****************************************/
h1, h2, h3, h4, h5, h6, p, a, li, dt, dd, address, blockquote {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.25px;
  word-wrap: break-word;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

span {
  line-height: 1em;
}

.txt-bold {
  font-weight: bold;
}

.txt-line-und {
  text-decoration: underline;
}

.txt-line-ove {
  text-decoration: overline;
}

.txt-line-thr {
  text-decoration: line-through;
}

::-moz-selection {
  color: #FFF;
  background: #16993e;
  /*background: rgba(0,0,0,0.1);*/
  text-shadow: none;
}

::-moz-selection, ::selection {
  color: #FFF;
  background: #16993e;
  /*background: rgba(0,0,0,0.1);*/
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6, p, dl, ul, ol, a, address {
  -ms-transform: rotate(0.028deg);
}

.color-1 {
  color: #16993e;
}

.color-2 {
  color: #e57500;
}

.color-3 {
  color: #ff217e;
}

/****************************************
	Link
*****************************************/
a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1em;
  line-height: 1.75;
}
a:hover {
  color: #16993e;
}
a:active, a:hover {
  outline-width: 0;
}

.no-call {
  cursor: default;
}
.no-call:hover {
  text-decoration: none;
}

/****************************************
	List
*****************************************/
ul, ol {
  list-style: none;
}

ul li, ol li {
  line-height: 1;
}

/****************************************
	Image
*****************************************/
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
img.fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.75;
}

.inclImg {
  display: block;
  line-height: 0;
}
.inclImg.inv:hover img {
  opacity: 1;
}

/****************************************
	Layout
*****************************************/
header, main, footer, nav, section, article, div, ul, ol, li, dl, dt, dd, figure, figcaption, a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header, main, footer, nav, section, article, div, ul, ol, li, dl, dt, dd, figure, figcaption, a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.l-contents, .l-header, .l-main, .l-sidebar, .l-footer, .l-hero, .l-navi {
  width: 100%;
  height: auto;
}

.l-contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 180px;
}
.l-contents.home {
  margin-top: 0;
}

.l-contents-wrap {
  width: 1200px;
  margin: 0 auto;
}

.l-main {
  max-width: 100%;
}

.l-sidebar {
  width: auto;
}

.l-hero, .l-navi {
  max-width: 100%;
}

.wrapper, .inner, .area, .unit, .box, .item {
  width: 100%;
  height: auto;
}

.wrapper, .area, .unit, .box, .item {
  max-width: 100%;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.inner.inner-full {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 896px) {
  .l-contents {
    margin-top: 100px;
  }
  .inner {
    max-width: 100%;
    padding: 0 10px;
  }
  .inner.inner-full {
    padding: 0;
  }
  .mt-25 {
    margin-top: 15px;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .mt-75 {
    margin-top: 35px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mb-25 {
    margin-bottom: 15px;
  }
  .mb-50 {
    margin-bottom: 25px;
  }
  .mb-75 {
    margin-bottom: 35px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
}
/****************************************
	Loading
*****************************************/
.container-main {
  width: 100%;
}

/****************************************
	Header
*****************************************/
.l-header {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.l-header .wrapper .inner {
  max-width: 100%;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .wrapper .inner .unit-logo {
  width: auto;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header .wrapper .inner .unit-logo .img-logo {
  height: 50px;
}
.l-header .wrapper .inner .unit-navi {
  width: 800px;
}

@media only screen and (max-width: 896px) {
  .l-header .wrapper .inner {
    height: 55px;
  }
  .l-header .wrapper .inner .unit-logo {
    display: none;
  }
  .l-header .wrapper .inner .unit-navi {
    width: 100%;
  }
}
/****************************************
	Navigation / .globalNav
*****************************************/
.l-navi .wrap-navi .navi-logo {
  display: none;
}
.l-navi .wrap-navi .navi-mobile-head {
  display: none;
}
.l-navi .wrap-navi .navi-global .navi-global-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item {
  width: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  color: #111;
  text-align: center;
  padding: 10px 10px;
}
.l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item &gt; a:hover {
  color: #FFF;
  background: #444;
}
.l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item#menu-item-13813 &gt; a {
  color: #FFF;
  background: #189b3e;
}
.l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item#menu-item-13813 &gt; a:hover {
  background: #444;
}
.l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item#menu-item-13814 &gt; a {
  color: #FFF;
  background: #e47500;
}
.l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item#menu-item-13814 &gt; a:hover {
  background: #444;
}
.l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item#menu-item-13812 &gt; a {
  color: #FFF;
  background: #d6c000;
}
.l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item#menu-item-13812 &gt; a:hover {
  background: #444;
}

/*----------------------------------------
	Navigation (Toggle) responsive-nav.js
----------------------------------------*/
/*[setting]
Toggle Button */
@media only screen and (max-width: 896px) {
  body.no-scroll {
    overflow: hidden;
  }
  .l-navi .wrap-navi {
    padding: 0;
    width: 100%;
  }
  .l-navi .wrap-navi .navi-logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-navi .wrap-navi .navi-logo .img-logo {
    width: 130px;
  }
  .l-navi .wrap-navi .navi-mobile-head {
    display: block;
    width: 60px;
    height: 55px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    margin: 0 0 0 auto;
  }
  .l-navi .wrap-navi .navi-mobile-head .navi-mobile-toggle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 24px;
    height: 20px;
    cursor: pointer;
  }
  .l-navi .wrap-navi .navi-mobile-head .navi-mobile-toggle &gt; div {
    width: 100%;
    position: relative;
  }
  .l-navi .wrap-navi .navi-mobile-head .navi-mobile-toggle &gt; div span {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 4px;
    background-color: #189b3e;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .l-navi .wrap-navi .navi-mobile-head .navi-mobile-toggle &gt; div span:nth-child(1) {
    top: 0;
  }
  .l-navi .wrap-navi .navi-mobile-head .navi-mobile-toggle &gt; div span:nth-child(2) {
    top: 9px;
  }
  .l-navi .wrap-navi .navi-mobile-head .navi-mobile-toggle &gt; div span:nth-child(3) {
    top: 18px;
  }
  .l-navi .wrap-navi .navi-global {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin-top: 55px;
    overflow-y: scroll;
    visibility: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-navi .wrap-navi .navi-global .navi-global-menu {
    padding: 0;
    width: 100%;
    display: block;
    -webkit-overflow-scrolling: touch;
  }
  .l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item {
    width: 100%;
    border-top: 1px solid #DDD;
    margin-right: 0;
  }
  .l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item &gt; a {
    height: auto;
    display: block;
    color: #111;
    font-weight: bold;
    text-align: center;
    font-size: var(--15px);
    padding: 20px 10px;
    border-bottom: 0;
  }
  .l-navi .wrap-navi .navi-global .navi-global-menu &gt; .menu-item:last-child {
    border-bottom: 1px solid #DDD;
  }
  .l-navi.open .navi-mobile-head .navi-mobile-toggle &gt; div span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  .l-navi.open .navi-mobile-head .navi-mobile-toggle &gt; div span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .l-navi.open .navi-mobile-head .navi-mobile-toggle &gt; div span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-315deg);
        -ms-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  .l-navi.open .navi-global {
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
/****************************************
	Main Visual
*****************************************/
.l-hero {
  height: auto;
  position: relative;
  z-index: 0;
}
.l-hero .main-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  /* overflow: hidden;*/
  z-index: 1;
}
.l-hero .main-image .mainImg {
  width: 100%;
  height: 50vh;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-image: url("./img/common/hero-common.jpg");
}

.home .l-hero {
  margin-top: 180px;
}

.home .l-hero .main-image .catch-hero {
  width: 150px;
  height: 560px;
  text-align: center;
  position: absolute;
  top: -50px;
  right: 15%;
  z-index: 2;
}
.home .l-hero .main-image .catch-hero p {
  font-size: 2.5em;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.home .l-hero .main-image .catch-hero p .strong {
  font-size: 1.3em;
}
.home .l-hero .main-image .catch-hero p .t-01 {
  margin-top: -0.4em;
}
.home .l-hero .main-image .catch-hero p .t-02 {
  margin: 0.2em 0;
}
.home .l-hero .main-image .catch-hero p .t-03 {
  margin-bottom: -0.4em;
}
.home .l-hero .main-image .address-hero {
  width: 200px;
  height: 110px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 2;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.home .l-hero .main-image .address-hero p {
  width: 100%;
  line-height: 1.35;
  font-family: "Roboto", sans-serif, "Font Awesome 5 Free";
}
.home .l-hero .main-image .address-hero .name {
  font-size: 1.1em;
  font-weight: bold;
}
.home .l-hero .main-image .address-hero .address {
  font-size: 0.9em;
}
.home .l-hero .main-image .carousel-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home .l-hero .main-image .mainImg {
  height: 80vh;
  min-height: 800px;
  background: none;
  overflow: hidden;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
}
.home .l-hero .main-image .mainImg a {
  width: 100%;
  height: 100%;
}
.home .l-hero .main-image .mainImg a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.home .l-hero .main-image .mainImg.nolink img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.home .l-hero .main-image .bannar-hero {
  position: absolute;
  bottom: -50px;
  right: 50px;
}
.home .l-hero .main-image .bannar-hero .btn {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .l-hero .main-image .bannar-hero .btn img {
  opacity: 1;
}
.home .l-hero .main-image .bannar-hero .btn:hover {
  top: -10px;
}
.home .l-hero .main-image .bannar-hero .btn:nth-child(n+2) {
  margin-left: 25px;
}

/* [setting] */
/*　Slick　ドット色変更　*/
.main-image .carousel-hero .slick-dots li.slick-active button:before {
  background: #111;
}
.main-image .carousel-hero .slick-prev:before, .main-image .carousel-hero .slick-next:before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

/*　Slick　矢印色変更　*/
/*　Slick　ロード中非表示　*/
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

@media only screen and (max-width: 896px) {
  .home .l-hero {
    margin-top: 100px;
  }
  .home .l-hero .main-image .catch-hero {
    width: auto;
    height: auto;
    top: -35px;
    right: 5%;
    z-index: 2;
  }
  .home .l-hero .main-image .catch-hero p {
    font-size: 1.5em;
    line-height: 1.25;
  }
  .home .l-hero .main-image .address-hero {
    width: auto;
    height: auto;
    top: 0;
    left: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .home .l-hero .main-image .address-hero .name {
    font-size: 1em;
  }
  .home .l-hero .main-image .address-hero .address {
    font-size: 0.8em;
  }
  .home .l-hero .main-image .mainImg {
    height: 50vh;
    min-height: auto;
  }
  .home .l-hero .main-image .bannar-hero {
    display: none !important;
  }
  .home .l-hero .main-image .bannar-hero .btn {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }
  .home .l-hero .main-image .bannar-hero .btn img {
    opacity: 1;
  }
  .home .l-hero .main-image .bannar-hero .btn:hover {
    top: 0;
  }
  .home .l-hero .main-image .bannar-hero .btn:nth-child(n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
/****************************************
	Main (Common) 
*****************************************/
.sect {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.sect .wrapper header.sect-header {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.sect .wrapper header.sect-header .sect-header-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.sect .wrapper header.sect-header .sect-header-wrap .img-icon {
  height: 30px;
}
.sect .wrapper header.sect-header .sect-header-wrap .img-banner {
  height: 170px;
}
.sect .wrapper header.sect-header .sect-header-wrap .mainTtl {
  font-size: 1.7em;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
}
.sect .wrapper header.sect-header .sect-header-wrap .mainTtl.eng {
  font-family: "Roboto", sans-serif, "Font Awesome 5 Free";
  font-size: 2em;
}
.sect .wrapper header.sect-header .sect-header-wrap .subTtl {
  color: #111;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 20px;
}
.sect .wrapper header.sect-header .sect-header-wrap .subTtl::before {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  border-radius: 2px;
  background-color: #e57500;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
.sect .wrapper header.sect-header .sect-header-wrap .subTtl.bc-01::before {
  background-color: #16993e;
}
.sect .wrapper header.sect-header .sect-header-wrap .subTtl.bc-03::before {
  background-color: #622600;
}
.sect .wrapper header.sect-header .sect-header-wrap .subTtl.bc-04::before {
  background-color: #070055;
}
.sect .wrapper header.sect-header.type-news .sect-header-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding: 0;
}
.sect .wrapper header.sect-header.type-news .sect-header-wrap .img-icon {
  height: 25px;
  margin-right: 10px;
}
.sect .wrapper header.sect-header.type-news .sect-header-wrap .mainTtl {
  width: auto;
  text-align: left;
}
.sect .wrapper header.sect-header.type-news .sect-header-wrap .subTtl {
  text-align: left;
  padding-top: 10px;
}
.sect .wrapper header.sect-header.type-news .sect-header-wrap .subTtl::before {
  left: 0;
  margin-left: 0;
}
.sect .wrapper header.sect-header.type-news .sect-header-wrap .more {
  position: absolute;
  top: 10px;
  left: 300px;
}
.sect .wrapper header.sect-header.type-news .sect-header-wrap .more a {
  border-radius: 2em;
  font-size: 0.8em;
  padding: 10px 20px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
  background-color: #5e4933;
}
.sect .wrapper header.sect-header.type-news .sect-header-wrap .more a:hover {
  background-color: #16993e;
}
.sect .wrapper header.sect-header.type-number .sect-header-wrap .number {
  color: #CECECE;
  font-size: 5em;
  line-height: 1;
  font-family: "Roboto", sans-serif, "Font Awesome 5 Free";
}
.sect .wrapper header.sect-header.type-number .sect-header-wrap .subTtl {
  font-size: 1.3em;
  font-weight: bold;
}
.sect .wrapper header.sect-header.type-number .sect-header-wrap .subTtl::before {
  width: 50px;
  margin-left: -25px;
}
.sect .wrapper header.sect-header.type-style {
  margin-bottom: 0;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap {
  overflow: hidden;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl {
  width: 290px;
  line-height: 1.5;
  margin-top: 50px;
  padding: 10px 0 20px;
  position: relative;
  border-right-width: 2px;
  border-right-style: solid;
  border-left-width: 2px;
  border-left-style: solid;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl::before, .sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl::after {
  content: "";
  position: absolute;
  left: 0;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl::before {
  top: -193px;
  margin-left: 0px;
  border: 145px solid transparent;
  border-bottom: 49px solid #FFF;
  z-index: 2;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl::after {
  top: -197px;
  margin-left: -2px;
  border: 147px solid transparent;
  border-bottom: 50px solid #000;
  z-index: 1;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl.bcolor-1 {
  border-right-color: #070055;
  border-left-color: #070055;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl.bcolor-1::after {
  border-bottom: 50px solid #070055;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl.bcolor-2 {
  border-right-color: #16993e;
  border-left-color: #16993e;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl.bcolor-2::after {
  border-bottom: 50px solid #16993e;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl.bcolor-3 {
  border-right-color: #e57500;
  border-left-color: #e57500;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl.bcolor-3::after {
  border-bottom: 50px solid #e57500;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl.bcolor-4 {
  border-right-color: #622600;
  border-left-color: #622600;
}
.sect .wrapper header.sect-header.type-style .sect-header-wrap .mainTtl.bcolor-4::after {
  border-bottom: 50px solid #622600;
}

@media only screen and (max-width: 896px) {
  _::-webkit-full-page-media, _:future {
    margin-bottom: 0;
  }
  :root .home main {
    margin-bottom: 0;
  }
  .sect {
    margin-bottom: 50px;
  }
  .sect .wrapper header.sect-header {
    margin-bottom: 25px;
  }
  .sect .wrapper header.sect-header .sect-header-wrap {
    max-width: 100%;
    padding: 0 10px;
  }
  .sect .wrapper header.sect-header .sect-header-wrap .img-icon {
    height: 20px;
  }
  .sect .wrapper header.sect-header .sect-header-wrap .img-banner {
    height: 70px;
  }
  .sect .wrapper header.sect-header .sect-header-wrap .mainTtl {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.25;
  }
  .sect .wrapper header.sect-header .sect-header-wrap .mainTtl.eng {
    font-size: 1.5em;
  }
  .sect .wrapper header.sect-header .sect-header-wrap .subTtl::before {
    top: 10px;
  }
  .sect .wrapper header.sect-header.type-news .sect-header-wrap {
    padding: 0 10px;
  }
  .sect .wrapper header.sect-header.type-news .sect-header-wrap .img-icon {
    height: 20px;
  }
  .sect .wrapper header.sect-header.type-news .sect-header-wrap .subTtl {
    padding-top: 20px;
  }
  .sect .wrapper header.sect-header.type-news .sect-header-wrap .more {
    position: static;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sect .wrapper header.sect-header.type-number .sect-header-wrap .number {
    font-size: 3em;
  }
  .sect .wrapper header.sect-header.type-number .sect-header-wrap .subTtl {
    font-size: 1.1em;
  }
}
/*---------------------------------------
	ボタン（詳細を見る）
----------------------------------------*/
.btn-type-01 {
  width: 220px;
  height: 50px;
  border-radius: 25px;
  background: #5e4933;
  border: 1px solid #5e4933;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-type-01 p {
  color: #FFF;
  font-size: 0.9em;
  font-weight: bold;
}
.btn-type-01:hover {
  background: #FFF;
}
.btn-type-01:hover p {
  color: #5e4933;
}

.btn-more {
  width: 300px;
  height: 70px;
}
.btn-more a {
  width: 100%;
  height: 100%;
  color: #111;
  border-right: 1px solid #111;
  border-left: 1px solid #111;
  background: #FFF;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.btn-more a::before, .btn-more a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-more a::before {
  top: 0;
  left: 0;
}
.btn-more a::after {
  bottom: 0;
  right: 0;
}
.btn-more a:hover {
  border-right: 1px solid #16993e;
  border-left: 1px solid #16993e;
}
.btn-more a:hover::before, .btn-more a:hover::after {
  width: 95%;
  background-color: #16993e;
}
.btn-more a .txt {
  font-size: 0.9em;
  position: relative;
  margin-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-more a .txt::before, .btn-more a .txt::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-more a .txt::before {
  left: -30px;
  width: 15px;
  height: 1px;
  background: #111;
}
.btn-more a .txt::after {
  left: -19px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-more a:hover .txt {
  color: #16993e;
}
.btn-more a:hover .txt::before {
  left: -25px;
  background: #16993e;
}
.btn-more a:hover .txt::after {
  left: -14px;
  border-top: 1px solid #16993e;
  border-right: 1px solid #16993e;
}

@media only screen and (max-width: 896px) {
  .btn-more {
    width: 80%;
    height: 60px;
  }
}
/****************************************
	Home (Page) .home
*****************************************/
.home .sect-news .wrapper .inner .unit .post-list-all {
  width: 100%;
  margin: 0 auto;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post {
  width: 190px;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a {
  width: 100%;
  border: 1px solid #DDD;
  border-radius: 10px;
  background-color: #FFF;
  color: #111;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a .postDate {
  font-size: 0.75em;
  padding: 5px 10px 2px;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a .postThumb {
  width: 100%;
  height: 125px;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a .postThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a .postTtl {
  width: 100%;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.25;
  padding: 10px 10px;
  height: 32px;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a .postCont {
  width: 100%;
  height: 108px;
  padding: 0 10px;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a .postCont p {
  color: #888;
  font-size: 0.75em;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a .postCat {
  width: 100%;
  padding: 10px 10px;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a .postCat p {
  border-radius: 2em;
  font-size: 0.7em;
  padding: 5px 15px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a .postCat.topics p {
  background-color: #16993e;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a .postCat.events p {
  background-color: #e57500;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a .postCat.topics-fix p {
  /*background-color: $color-1;*/
}
.home .sect-news .wrapper .inner .unit .post-list-all .post a:hover {
  border: 1px solid #111;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post:nth-child(n+2) {
  margin-left: 12px;
}
.home .sect-news .wrapper .inner .unit .post-list-all .post.post-fix a {
  border: 1px solid #e57500;
}
.home .sect-example .wrapper .inner .unit-list .item {
  width: 33.333333%;
  height: 25vw;
  border-bottom: 1px solid #FFF;
}
.home .sect-example .wrapper .inner .unit-list .item a {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.home .sect-example .wrapper .inner .unit-list .item a .wrap {
  width: 70%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 10vw;
  left: 15%;
  z-index: 1;
}
.home .sect-example .wrapper .inner .unit-list .item a .wrap .num, .home .sect-example .wrapper .inner .unit-list .item a .wrap .ttl {
  width: 100%;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.home .sect-example .wrapper .inner .unit-list .item a .wrap .num {
  font-size: 0.9vw;
  font-family: "Roboto", sans-serif, "Font Awesome 5 Free";
}
.home .sect-example .wrapper .inner .unit-list .item a .wrap .ttl {
  font-size: 1.5vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.home .sect-example .wrapper .inner .unit-list .item a .img-photo {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.home .sect-example .wrapper .inner .unit-list .item a:hover .img-photo {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.home .sect-example .wrapper .inner .unit-list .item:not(:nth-child(3n)) {
  border-right: 1px solid #FFF;
}
.home .sect-example .wrapper .inner .unit-more {
  padding: 40px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .sect-achieved .wrapper .inner .unit .box {
  position: relative;
}
.home .sect-achieved .wrapper .inner .unit .box .area-lead .lead {
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.home .sect-achieved .wrapper .inner .unit .box .area-txt {
  width: 270px;
}
.home .sect-achieved .wrapper .inner .unit .box .area-txt .desc {
  width: 100%;
  font-size: 0.85em;
}
.home .sect-achieved .wrapper .inner .unit .box .area-txt .item-btn {
  height: 45px;
  margin-top: 20px;
}
.home .sect-achieved .wrapper .inner .unit .box .area-txt .item-btn .btn {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #111;
  border: 2px solid #111;
  border-radius: 5px;
  background-color: #FFF;
}
.home .sect-achieved .wrapper .inner .unit .box .area-txt .item-btn .btn p {
  font-size: 0.9em;
  font-weight: bold;
}
.home .sect-achieved .wrapper .inner .unit .box .area-txt .item-btn .btn p .em {
  font-size: 1.1em;
}
.home .sect-achieved .wrapper .inner .unit .box .area-txt .item-btn .btn:hover {
  background-color: #feffae;
}
.home .sect-achieved .wrapper .inner .unit .box .area-img {
  width: auto;
  position: absolute;
  z-index: -1;
}
.home .sect-achieved .wrapper .inner .unit-01 {
  padding: 0 115px;
}
.home .sect-achieved .wrapper .inner .unit-01 .box-01 .area-lead {
  margin-bottom: 50px;
}
.home .sect-achieved .wrapper .inner .unit-01 .box-01 .area-img {
  position: static;
  margin-left: auto;
}
.home .sect-achieved .wrapper .inner .unit-02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home .sect-achieved .wrapper .inner .unit-02 .box {
  width: 580px;
}
.home .sect-achieved .wrapper .inner .unit-02 .box .area-lead {
  margin-bottom: 15px;
}
.home .sect-achieved .wrapper .inner .unit-02 .box-02 .area-img {
  position: static;
  margin-left: auto;
}
.home .sect-achieved .wrapper .inner .unit-02 .box-03 .area-lead {
  margin-top: 160px;
}
.home .sect-achieved .wrapper .inner .unit-02 .box-03 .area-img {
  top: 0;
  right: 0;
}
.home .sect-achieved .wrapper .inner .unit-03 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.home .sect-achieved .wrapper .inner .unit-03 .item-head {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .sect-achieved .wrapper .inner .unit-03 .item-head .lead {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
.home .sect-achieved .wrapper .inner .unit-03 .item-cont {
  width: 580px;
  height: 160px;
  border: 1px solid #888;
  border-radius: 50px;
  background-color: #FFF;
  overflow: hidden;
}
.home .sect-achieved .wrapper .inner .unit-03 .item-cont a {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.home .sect-achieved .wrapper .inner .unit-03 .item-cont a .txt {
  color: #111;
  font-size: 1.2em;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .sect-achieved .wrapper .inner .unit-03 .item-cont a .txt .em {
  font-size: 1.2em;
}
.home .sect-achieved .wrapper .inner .unit-03 .item-cont a.link-1 {
  background: url("./img/top/achieved-img-link-1.jpg") no-repeat right center;
}
.home .sect-achieved .wrapper .inner .unit-03 .item-cont a.link-2 {
  background: url("./img/top/achieved-img-link-2.jpg") no-repeat right center;
}
.home .sect-achieved .wrapper .inner .unit-03 .item-cont a:hover .txt {
  font-size: 1.5em;
}
.home .sect-search .wrapper .inner .unit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home .sect-search .wrapper .inner .unit .area-01 {
  width: 580px;
}
.home .sect-search .wrapper .inner .unit .area-01 .item-head .ttl {
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 10px 10px 0 0;
  background-color: #16993e;
  padding: 5px 40px;
}
.home .sect-search .wrapper .inner .unit .area-01 .item-cont {
  border: 4px solid #16993e;
  border-radius: 0 10px 10px 10px;
}
.home .sect-search .wrapper .inner .unit .area-01 .item-cont .box {
  width: 50%;
}
.home .sect-search .wrapper .inner .unit .area-01 .item-cont .box a {
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .sect-search .wrapper .inner .unit .area-01 .item-cont .box a .img-icon {
  height: 80px;
  margin-bottom: 10px;
  opacity: 1;
  position: relative;
}
.home .sect-search .wrapper .inner .unit .area-01 .item-cont .box a .txt {
  color: #111;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
}
.home .sect-search .wrapper .inner .unit .area-01 .item-cont .box a:hover .img-icon {
  -webkit-animation: icon-move 0.3s;
  animation: icon-move 0.3s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.home .sect-search .wrapper .inner .unit .area-01 .item-cont .box:nth-of-type(n+2) {
  border-left: 1px solid #DDD;
}
.home .sect-search .wrapper .inner .unit .area-02 .item-head .ttl {
  color: #FFF;
  font-size: 1em;
  letter-spacing: 0.1em;
  border-radius: 10px 10px 0 0;
  background-color: #16993e;
  padding: 5px 40px;
}
.home .sect-search .wrapper .inner .unit .area-02 .item-cont {
  border: 4px solid #16993e;
  border-radius: 0 10px 10px 10px;
}
.home .sect-search .wrapper .inner .unit .area-02 .item-cont .box {
  width: 50%;
  padding: 25px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home .sect-search .wrapper .inner .unit .area-02 .item-cont .box .ttl {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.home .sect-search .wrapper .inner .unit .area-02 .item-cont .box .ttl p {
  font-size: 1em;
  border-bottom: 1px solid #16993e;
}
.home .sect-search .wrapper .inner .unit .area-02 .item-cont .box a {
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #e57500;
}
.home .sect-search .wrapper .inner .unit .area-02 .item-cont .box a .txt {
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
}
.home .sect-search .wrapper .inner .unit .area-02 .item-cont .box a:hover {
  background-color: #16993e;
}
.home .sect-search .wrapper .inner .unit .area-02 .item-cont .box a.btn-2 {
  background-color: #16993e;
  width: 100%;
  text-align: center;
}
.home .sect-search .wrapper .inner .unit .area-02 .item-cont .box a.btn-2:hover {
  background-color: #e57500;
}
.home .sect-land .wrapper .inner .unit .box {
  position: relative;
}
.home .sect-land .wrapper .inner .unit .box .area-lead .lead {
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.home .sect-land .wrapper .inner .unit .box .area-txt {
  width: 270px;
}
.home .sect-land .wrapper .inner .unit .box .area-txt .desc {
  width: 100%;
  font-size: 0.85em;
}
.home .sect-land .wrapper .inner .unit .box .area-txt .item-btn {
  height: 45px;
  margin-top: 20px;
}
.home .sect-land .wrapper .inner .unit .box .area-txt .item-btn .btn {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #111;
  border: 2px solid #111;
  border-radius: 5px;
  background-color: #FFF;
}
.home .sect-land .wrapper .inner .unit .box .area-txt .item-btn .btn p {
  font-size: 0.9em;
  font-weight: bold;
}
.home .sect-land .wrapper .inner .unit .box .area-txt .item-btn .btn p .em {
  font-size: 1.1em;
}
.home .sect-land .wrapper .inner .unit .box .area-txt .item-btn .btn:hover {
  background-color: #feffae;
}
.home .sect-land .wrapper .inner .unit .box .area-img {
  width: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.home .sect-land .wrapper .inner .unit-01 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home .sect-land .wrapper .inner .unit-01 .box {
  width: 580px;
  height: 345px;
}
.home .sect-land .wrapper .inner .unit-01 .box .area-lead {
  margin-bottom: 15px;
}
.home .sect-land .wrapper .inner .unit-02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 150px;
}
.home .sect-land .wrapper .inner .unit-02 .item-head {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .sect-land .wrapper .inner .unit-02 .item-head .lead {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
.home .sect-land .wrapper .inner .unit-02 .item-cont {
  width: 425px;
  height: 160px;
  border: 1px solid #888;
  border-radius: 50px;
  background-color: #FFF;
  overflow: hidden;
}
.home .sect-land .wrapper .inner .unit-02 .item-cont a {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.home .sect-land .wrapper .inner .unit-02 .item-cont a .txt {
  color: #111;
  font-size: 1.2em;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .sect-land .wrapper .inner .unit-02 .item-cont a .txt .em {
  font-size: 1.2em;
}
.home .sect-land .wrapper .inner .unit-02 .item-cont a.link-1 {
  background: url("./img/top/land-img-link-1.jpg") no-repeat center center;
}
.home .sect-land .wrapper .inner .unit-02 .item-cont a.link-2 {
  background: url("./img/top/land-img-link-2.jpg") no-repeat center center;
}
.home .sect-land .wrapper .inner .unit-02 .item-cont a:hover .txt {
  font-size: 1.5em;
}
.home .sect-concept {
  padding-top: 200px;
}
.home .sect-concept .wrapper {
  background: url("./img/top/concept-img-01.jpg") no-repeat center center;
  background-size: cover;
}
.home .sect-concept .wrapper .inner {
  min-height: 560px;
  height: 30vw;
  background: url("./img/common/bg-top-01.png") no-repeat center top;
}
.home .sect-concept .wrapper .inner .unit {
  position: relative;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -150px;
}
.home .sect-concept .wrapper .inner .unit .box-lead {
  margin-bottom: 30px;
}
.home .sect-concept .wrapper .inner .unit .box-lead .lead {
  width: 100%;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.home .sect-concept .wrapper .inner .unit .box-lead .lead .em {
  font-size: 1.5em;
}
.home .sect-concept .wrapper .inner .unit .box-lead .lead .t-01 {
  margin-left: -15px;
  font-weight: normal;
}
.home .sect-concept .wrapper .inner .unit .box-lead .lead .t-03 {
  margin-right: -15px;
  font-weight: normal;
}
.home .sect-concept .wrapper .inner .unit .box-txt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .sect-concept .wrapper .inner .unit .box-txt .desc {
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 20px;
}
.home .sect-concept .wrapper .inner .unit .box-txt .btn {
  padding: 7px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #111;
  border: 2px solid #111;
  border-radius: 5px;
  background-color: #FFF;
}
.home .sect-concept .wrapper .inner .unit .box-txt .btn p {
  font-size: 0.9em;
  font-weight: bold;
}
.home .sect-concept .wrapper .inner .unit .box-txt .btn:hover {
  background-color: #feffae;
}
.home .sect-reform {
  overflow: hidden;
}
.home .sect-reform .wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 560px;
  background: url("./img/top/reform-img-02.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.home .sect-reform .wrapper::before, .home .sect-reform .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  background-color: #ffffff;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
.home .sect-reform .wrapper::before {
  top: 0;
  border-bottom-right-radius: 1500px 100px;
  border-bottom-left-radius: 1500px 100px;
}
.home .sect-reform .wrapper::after {
  bottom: 0;
  border-top-right-radius: 1500px 100px;
  border-top-left-radius: 1500px 100px;
}
.home .sect-reform .wrapper .inner .unit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .sect-reform .wrapper .inner .unit .box {
  width: 321px;
  height: 320px;
  background: url("./img/top/reform-bg-01.png") no-repeat center top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
}
.home .sect-reform .wrapper .inner .unit .box .img-logo {
  margin-bottom: 20px;
}
.home .sect-reform .wrapper .inner .unit .box .lead {
  width: 100%;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.home .sect-reform .wrapper .inner .unit .box .btn {
  position: relative;
  z-index: 2;
  padding: 7px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #FFF;
  border: 2px solid #16993e;
  border-radius: 5px;
  background-color: #16993e;
}
.home .sect-reform .wrapper .inner .unit .box .btn p {
  font-size: 0.9em;
  font-weight: bold;
}
.home .sect-reform .wrapper .inner .unit .box .btn:hover {
  color: #16993e;
  background-color: #FFF;
}
.home .sect-reform .wrapper .inner .unit .catch {
  position: absolute;
  top: 50px;
  right: 25%;
  z-index: 2;
}
.home .sect-reform .wrapper .inner .unit .catch .txt {
  font-size: 1.4em;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.home .sect-recruit .wrapper {
  padding: 25px 0;
  min-height: 340px;
  background: url("./img/top/recruit-bg-01.jpg") no-repeat center top;
  background-size: cover;
}
.home .sect-recruit .wrapper .inner .unit .box-lead {
  margin-bottom: 30px;
}
.home .sect-recruit .wrapper .inner .unit .box-lead .lead {
  width: 100%;
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.home .sect-recruit .wrapper .inner .unit .box-txt .btn {
  padding: 7px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #111;
  border: 2px solid #111;
  border-radius: 5px;
  background-color: #FFF;
}
.home .sect-recruit .wrapper .inner .unit .box-txt .btn p {
  font-size: 0.9em;
  font-weight: bold;
}
.home .sect-recruit .wrapper .inner .unit .box-txt .btn:hover {
  background-color: #feffae;
}
.home .sect-sns .wrapper .inner .unit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home .sect-sns .wrapper .inner .unit .area-instagram, .home .sect-sns .wrapper .inner .unit .area-youtube {
  width: 710px;
}
.home .sect-sns .wrapper .inner .unit .area-instagram .box #sb_instagram {
  display: block;
}
.home .sect-sns .wrapper .inner .unit .area-instagram .box #sb_instagram div {
  display: block;
}
.home .sect-sns .wrapper .inner .unit .area-youtube .box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home .sect-sns .wrapper .inner .unit .area-twitter, .home .sect-sns .wrapper .inner .unit .area-calendar {
  width: 400px;
}
.home .sect-sns .wrapper .inner .unit .area-twitter .box {
  border: 1px solid #e2e9ec;
}
.home .sect-sns .wrapper .inner .unit .area-calendar .box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .sect-movie .wrapper .inner .unit .area-youtube .box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .sect-movie .wrapper .inner .unit .area-youtube .box .item {
  width: 24%;
  margin-left: 1.333333%;
}
.home .sect-movie .wrapper .inner .unit .area-youtube .box .item:nth-of-type(1), .home .sect-movie .wrapper .inner .unit .area-youtube .box .item:nth-of-type(4n+1) {
  margin-left: 0;
}
.home .sect-movie .wrapper .inner .unit .area-youtube .box .item:nth-of-type(n+5) {
  margin-top: 20px;
}
.home .sect-movie .wrapper .inner .unit .area-youtube .box .item .movie {
  width: 100%;
}
.home .sect-movie .wrapper .inner .unit .area-youtube .box .item .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.home .sect-movie .wrapper .inner .unit .area-youtube .box .item .desc {
  margin-top: 10px;
  width: 100%;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}

@-webkit-keyframes icon-move {
  20% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@keyframes icon-move {
  20% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
.flex_banner_box {
  margin: 15px 0px;
}
.flex_banner_box .column2_item {
  width: 100%;
}

.inner_banner_desc {
  color: #FFFFFF;
  text-align: center;
  position: relative;
  top: 50%;
  padding: 20px 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.banner_title {
  font-size: 123.1%;
  font-weight: bold;
}

.banner_desc {
  font-size: 93%;
  margin: 5px 0px 10px;
}

.inner_banner_desc A {
  display: inline-block;
  padding: 5px 35px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 93%;
}
.inner_banner_desc A:hover {
  background-color: #FFFFFF;
  color: #000000;
}

@media screen and (min-width: 580px) {
  .flex_banner_box .column2_item {
    width: 50%;
  }
  .inner_banner_desc {
    padding: 0px;
  }
}
@media only screen and (max-width: 896px) {
  .home .sect-news .wrapper .inner .unit .post-list-all {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home .sect-news .wrapper .inner .unit .post-list-all .post {
    width: 48%;
    margin-bottom: 15px;
  }
  .home .sect-news .wrapper .inner .unit .post-list-all .post a {
    height: 100%;
  }
  .home .sect-news .wrapper .inner .unit .post-list-all .post a .postDate {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 0.7em;
  }
  .home .sect-news .wrapper .inner .unit .post-list-all .post a .postThumb {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 100px;
  }
  .home .sect-news .wrapper .inner .unit .post-list-all .post a .postTtl {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    font-size: 0.8em;
    height: auto;
    padding: 0 10px 10px;
  }
  .home .sect-news .wrapper .inner .unit .post-list-all .post a .postCont {
    height: auto;
    display: none;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .home .sect-news .wrapper .inner .unit .post-list-all .post a .postCat {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    padding: 10px;
  }
  .home .sect-news .wrapper .inner .unit .post-list-all .post:nth-child(n+2) {
    margin-left: 0;
  }
  .home .sect-example .wrapper .inner .unit-list .item {
    width: 50%;
    height: 35vw;
    border-bottom: 0;
  }
  .home .sect-example .wrapper .inner .unit-list .item a .wrap {
    top: 13vw;
  }
  .home .sect-example .wrapper .inner .unit-list .item:not(:nth-child(3n)) {
    border-right: 0;
  }
  .home .sect-achieved .wrapper .inner .unit .box {
    margin-bottom: 20px;
  }
  .home .sect-achieved .wrapper .inner .unit .box .area-lead .lead {
    font-size: 1.5em;
    line-height: 1.35;
  }
  .home .sect-achieved .wrapper .inner .unit .box .area-lead .lead br {
    display: none;
  }
  .home .sect-achieved .wrapper .inner .unit .box .area-txt {
    width: 100%;
  }
  .home .sect-achieved .wrapper .inner .unit .box .area-txt .desc {
    font-size: 0.8em;
  }
  .home .sect-achieved .wrapper .inner .unit .box .area-img {
    width: 100%;
    position: static;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .sect-achieved .wrapper .inner .unit-01 {
    padding: 0;
  }
  .home .sect-achieved .wrapper .inner .unit-01 .box-01 .area-lead {
    margin-bottom: 15px;
  }
  .home .sect-achieved .wrapper .inner .unit-01 .box-01 .area-img {
    margin-right: auto;
  }
  .home .sect-achieved .wrapper .inner .unit-02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .sect-achieved .wrapper .inner .unit-02 .box {
    width: 100%;
  }
  .home .sect-achieved .wrapper .inner .unit-02 .box .area-lead {
    margin-bottom: 15px;
  }
  .home .sect-achieved .wrapper .inner .unit-02 .box-02 .area-img {
    margin-right: auto;
  }
  .home .sect-achieved .wrapper .inner .unit-02 .box-03 .area-lead {
    margin-top: 0;
  }
  .home .sect-achieved .wrapper .inner .unit-03 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .home .sect-achieved .wrapper .inner .unit-03 .item-head {
    margin-bottom: 20px;
  }
  .home .sect-achieved .wrapper .inner .unit-03 .item-head .lead {
    font-size: 1em;
  }
  .home .sect-achieved .wrapper .inner .unit-03 .item-cont {
    margin-bottom: 20px;
    width: 80%;
    height: auto;
  }
  .home .sect-achieved .wrapper .inner .unit-03 .item-cont a {
    padding: 20px 30px;
  }
  .home .sect-achieved .wrapper .inner .unit-03 .item-cont a .txt, .home .sect-achieved .wrapper .inner .unit-03 .item-cont a:hover .txt {
    font-size: 1em;
  }
  .home .sect-search .wrapper .inner .unit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .sect-search .wrapper .inner .unit .area-01 {
    margin-bottom: 20px;
  }
  .home .sect-search .wrapper .inner .unit .area-01 .item-cont .box a .img-icon {
    height: 60px;
  }
  .home .sect-search .wrapper .inner .unit .area-01 .item-cont .box a .txt {
    font-size: 1.3em;
  }
  .home .sect-search .wrapper .inner .unit .area-02 .item-cont {
    border: 4px solid #e57500;
    border-radius: 0 10px 10px 10px;
  }
  .home .sect-search .wrapper .inner .unit .area-02 .item-cont .box {
    width: 100%;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .sect-search .wrapper .inner .unit .area-02 .item-cont .box a {
    padding: 15px;
  }
  .home .sect-search .wrapper .inner .unit .area-02 .item-cont .box a .txt {
    font-size: 1em;
  }
  .home .sect-search .wrapper .inner .unit .area-02 .item-cont .box a.btn-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .home .sect-land .wrapper .inner .unit .box {
    margin-bottom: 20px;
  }
  .home .sect-land .wrapper .inner .unit .box .area-lead .lead {
    font-size: 1.5em;
    line-height: 1.35;
  }
  .home .sect-land .wrapper .inner .unit .box .area-txt {
    width: 100%;
  }
  .home .sect-land .wrapper .inner .unit .box .area-txt .desc {
    font-size: 0.8em;
  }
  .home .sect-land .wrapper .inner .unit .box .area-img {
    width: 100%;
    position: static;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .sect-land .wrapper .inner .unit-01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .sect-land .wrapper .inner .unit-01 .box {
    width: 100%;
    height: auto;
  }
  .home .sect-land .wrapper .inner .unit-01 .box .area-lead {
    margin-bottom: 15px;
  }
  .home .sect-land .wrapper .inner .unit-02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .home .sect-land .wrapper .inner .unit-02 .item-cont {
    margin-bottom: 20px;
    width: 80%;
    height: auto;
  }
  .home .sect-land .wrapper .inner .unit-02 .item-cont a {
    padding: 20px 30px;
  }
  .home .sect-land .wrapper .inner .unit-02 .item-cont a .txt, .home .sect-land .wrapper .inner .unit-02 .item-cont a:hover .txt {
    font-size: 1em;
  }
  .home .sect-concept {
    padding-top: 250px;
  }
  .home .sect-concept .wrapper .inner {
    min-height: 400px;
    background-size: contain;
  }
  .home .sect-concept .wrapper .inner .unit {
    max-width: 100%;
    margin-top: -250px;
  }
  .home .sect-concept .wrapper .inner .unit .box-lead .lead {
    font-size: 1.4em;
  }
  .home .sect-concept .wrapper .inner .unit .box-txt .desc {
    font-size: 0.8em;
  }
  .home .sect-concept .wrapper .inner .unit .box-txt .btn {
    padding: 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #111;
    border: 2px solid #111;
    border-radius: 5px;
    background-color: #FFF;
  }
  .home .sect-concept .wrapper .inner .unit .box-txt .btn p {
    font-size: 0.9em;
    font-weight: bold;
  }
  .home .sect-concept .wrapper .inner .unit .box-txt .btn:hover {
    background-color: #feffae;
  }
  .home .sect-reform .wrapper .inner .unit .box .lead {
    font-size: 1.5em;
  }
  .home .sect-reform .wrapper .inner .unit .box .btn {
    padding: 10px 15px;
  }
  .home .sect-reform .wrapper .inner .unit .box .btn p {
    font-size: 0.8em;
  }
  .home .sect-reform .wrapper .inner .unit .catch {
    top: 30px;
    right: 50%;
    margin-right: -33px;
  }
  .home .sect-reform .wrapper .inner .unit .catch .txt {
    font-size: 1.2em;
  }
  .home .sect-recruit .wrapper {
    min-height: auto;
  }
  .home .sect-recruit .wrapper .inner .unit .box-lead .lead {
    font-size: 1.5em;
  }
  .home .sect-sns .wrapper .inner .unit {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home .sect-sns .wrapper .inner .unit .area-instagram, .home .sect-sns .wrapper .inner .unit .area-youtube {
    width: 100%;
  }
  .home .sect-sns .wrapper .inner .unit .area-instagram .box #sb_instagram .sbi_item {
    width: 50% !important;
    height: 45vw;
  }
  .home .sect-sns .wrapper .inner .unit .area-youtube .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .sect-sns .wrapper .inner .unit .area-youtube .box iframe {
    width: 100%;
    margin-bottom: 20px;
  }
  .home .sect-sns .wrapper .inner .unit .area-twitter, .home .sect-sns .wrapper .inner .unit .area-calendar {
    width: 100%;
  }
  .home .sect-sns .wrapper .inner .unit .area-twitter {
    margin-top: 25px;
  }
  .home .sect-sns .wrapper .inner .unit .area-twitter .box {
    border: 1px solid #e2e9ec;
  }
  .home .sect-sns .wrapper .inner .unit .area-calendar .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .sect-movie .wrapper .inner .unit .area-youtube .box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .sect-movie .wrapper .inner .unit .area-youtube .box .item {
    width: 48%;
    margin-left: 0;
  }
  .home .sect-movie .wrapper .inner .unit .area-youtube .box .item:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .home .sect-movie .wrapper .inner .unit .area-youtube .box .item .movie iframe {
    aspect-ratio: 16/9;
  }
  .home .sect-movie .wrapper .inner .unit .area-youtube .box .item .desc {
    margin-top: 8px;
  }
}
/****************************************
	Topics (Page) .category-news
*****************************************/
.sect-category-news-list .wrapper .inner .unit {
  padding: 0 100px;
}
.sect-category-news-list .wrapper .inner .unit .post {
  width: 100%;
}
.sect-category-news-list .wrapper .inner .unit .post:nth-of-type(n+2) {
  margin-top: 50px;
}
.sect-category-news-list .wrapper .inner .unit .post a {
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.sect-category-news-list .wrapper .inner .unit .post a h3, .sect-category-news-list .wrapper .inner .unit .post a p {
  color: #111;
}
.sect-category-news-list .wrapper .inner .unit .post a:hover .box-cont .postTtl {
  -webkit-animation: ttl-move 0.75s;
  animation: ttl-move 0.75s;
}
.sect-category-news-list .wrapper .inner .unit .post a:hover .postThumb.image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sect-category-news-list .wrapper .inner .unit .post .postTxt {
  width: 750px;
  padding-right: 50px;
}
.sect-category-news-list .wrapper .inner .unit .post .postTxt .box-head {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.sect-category-news-list .wrapper .inner .unit .post .postTxt .box-head .postCat {
  width: auto;
  padding: 10px 10px;
  border-radius: 2em;
  font-size: 0.8em;
  padding: 5px 15px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
  margin-right: 10px;
}
.sect-category-news-list .wrapper .inner .unit .post .postTxt .box-head .postCat.topics {
  background-color: #16993e;
}
.sect-category-news-list .wrapper .inner .unit .post .postTxt .box-head .postCat.events {
  background-color: #e57500;
}
.sect-category-news-list .wrapper .inner .unit .post .postTxt .box-head .postCat.blog {
  background-color: #668800;
  margin-right: 0;
  margin-left: 10px;
}
.sect-category-news-list .wrapper .inner .unit .post .postTxt .box-head .postDate {
  font-size: 0.8em;
}
.sect-category-news-list .wrapper .inner .unit .post .postTxt .box-sub .date {
  font-size: 0.9em;
}
.sect-category-news-list .wrapper .inner .unit .post .postTxt .box-cont {
  margin-top: 15px;
}
.sect-category-news-list .wrapper .inner .unit .post .postTxt .box-cont .postTtl {
  width: 100%;
  line-height: 1.35;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sect-category-news-list .wrapper .inner .unit .post .postTxt .box-cont .postCont {
  width: 100%;
  margin-top: 5px;
}
.sect-category-news-list .wrapper .inner .unit .post .postTxt .box-cont .postCont p {
  font-size: 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sect-category-news-list .wrapper .inner .unit .post .postThumb {
  width: 250px;
  height: 165px;
  overflow: hidden;
}
.sect-category-news-list .wrapper .inner .unit .post .postThumb img {
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@-webkit-keyframes ttl-move {
  50% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes ttl-move {
  50% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
.sect-category-news-single .wrapper .inner .unit {
  padding: 0 200px;
}
.sect-category-news-single .wrapper .inner .unit .post .postDate {
  width: 100%;
  font-size: 0.8em;
  color: #666;
  margin-bottom: 5px;
}
.sect-category-news-single .wrapper .inner .unit .post .postTtl {
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.35;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.sect-category-news-single .wrapper .inner .unit .post .postThumb {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
.sect-category-news-single .wrapper .inner .unit .post .postThumb img {
  width: 100%;
}
.sect-category-news-single .wrapper .inner .unit .post .postCont {
  width: 100%;
  margin-top: 50px;
}
.sect-category-news-single .wrapper .inner .unit .post .postCont p {
  width: 100%;
  font-size: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.sect-category-events-single .wrapper .inner .unit-hero-events {
  position: relative;
  margin-bottom: 50px;
}
.sect-category-events-single .wrapper .inner .unit-hero-events .postInfo {
  position: absolute;
  top: 20%;
  left: 7.5%;
  padding: 50px 25px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 35%;
  min-width: 600px;
}
.sect-category-events-single .wrapper .inner .unit-hero-events .postInfo p, .sect-category-events-single .wrapper .inner .unit-hero-events .postInfo h3 {
  color: #FFF;
  font-weight: bold;
}
.sect-category-events-single .wrapper .inner .unit-hero-events .postInfo .postCat {
  font-size: 1.1em;
  background-color: #16993e;
  padding: 3px 30px;
  border-radius: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.sect-category-events-single .wrapper .inner .unit-hero-events .postInfo .postDate {
  width: 100%;
  font-size: 2em;
}
.sect-category-events-single .wrapper .inner .unit-hero-events .postInfo .postTtl {
  width: 100%;
  font-size: 3.4em;
  line-height: 1.25;
}
.sect-category-events-single .wrapper .inner .unit-hero-events .postHreo {
  width: 70%;
  height: 50vw;
  margin-left: auto;
}
.sect-category-events-single .wrapper .inner .unit-hero-events .postHreo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect-category-events-single .wrapper .inner .unit-cont {
  padding: 0 100px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postCont {
  width: 450px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-head p {
  width: 100%;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-head .date {
  font-size: 1.1em;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-head .ttl {
  font-size: 1.3em;
  line-height: 1.35;
  font-weight: bold;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-cont {
  margin-top: 25px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-cont p {
  width: 100%;
  font-size: 0.85em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-btn {
  margin-top: 25px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-btn .btn {
  background-color: #e57500;
  padding: 5px 50px;
  border-radius: 2em;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-btn .btn p {
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-btn .btn:hover {
  background-color: #111;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postSpecial {
  width: 470px;
  padding: 10px;
  background-color: #09321D;
  border-radius: 15px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postSpecial .wrap {
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postSpecial .wrap .ttl {
  color: #FFFF00;
  font-size: 1.3em;
  font-weight: bold;
  width: 100%;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postSpecial .wrap .text {
  width: 200px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postSpecial .wrap .text p {
  color: #FFFFFF;
  font-size: 0.85em;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postSpecial .wrap .image {
  width: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint {
  width: 100%;
  margin-top: 100px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point {
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li {
  width: 235px;
  border: 1px solid #CCC;
  border-radius: 10px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .sub, .sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .image, .sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .ttl, .sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li desc {
  width: 100%;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .sub {
  padding: 5px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .sub p {
  font-size: 0.85em;
  font-weight: bold;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .image {
  height: 195px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .ttl {
  padding: 10px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .ttl p {
  font-size: 0.9em;
  line-height: 1.35;
  font-weight: bold;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .desc {
  padding: 0 10px 10px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .desc p {
  font-size: 0.8em;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li:nth-child(n+2) {
  margin-left: 20px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postFacilities {
  width: 100%;
  margin-top: 100px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postFacilities .box-head {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postFacilities .box-head .txt {
  width: 100%;
  color: #c0181f;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postFacilities .box-item .list-item {
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postFacilities .box-item .list-item li {
  width: 190px;
  margin-right: 12px;
  margin-top: 25px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postFacilities .box-item .list-item li p {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin-top: 5px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postFacilities .box-item .list-item li:nth-child(5n) {
  margin-right: 0;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postAccess {
  width: 100%;
  margin-top: 100px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postAccess .box-address {
  margin-bottom: 20px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postAccess .box-address .txt {
  font-size: 1.1em;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postAccess .box-map iframe {
  width: 100%;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postAppo {
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postAppo .lead {
  width: 100%;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 50px;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postAppo .btn {
  background-color: #e57500;
  padding: 7px 100px;
  border-radius: 2em;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postAppo .btn p {
  color: #FFF;
  font-size: 1.3em;
  font-weight: bold;
}
.sect-category-events-single .wrapper .inner .unit-cont .post .postAppo .btn:hover {
  background-color: #111;
}

.ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #c0181f;
  color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ribbon .ttl {
  margin: 0;
  padding: 0 100px;
  border-top: dashed 1px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
  line-height: 42px;
  font-size: 1.4em;
  font-weight: bold;
}
.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon:before {
  top: -2px;
  left: -2px;
  border-width: 32px 0px 32px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ribbon:after {
  top: -2px;
  right: -2px;
  border-width: 32px 15px 32px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

@media only screen and (max-width: 896px) {
  .sect-category-news-list .wrapper .inner .unit {
    padding: 0;
  }
  .sect-category-news-list .wrapper .inner .unit .post:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .sect-category-news-list .wrapper .inner .unit .post .postTxt {
    width: 100%;
    padding-right: 0;
  }
  .sect-category-news-list .wrapper .inner .unit .post .postThumb {
    width: 50%;
    height: 50vw;
    margin: 20px auto 0;
  }
  .sect-category-news-list .wrapper .inner .unit .post .postThumb.noimage {
    display: none;
  }
  .sect-category-news-single .wrapper .inner .unit {
    padding: 0;
  }
  .sect-category-news-single .wrapper .inner .unit .post .postTtl {
    width: 100%;
    font-size: 1em;
  }
  .sect-category-news-single .wrapper .inner .unit .post .postThumb {
    margin-top: 20px;
  }
  .sect-category-news-single .wrapper .inner .unit .post .postCont {
    margin-top: 20px;
  }
  .sect-category-news-single .wrapper .inner .unit .post .postCont p {
    width: 100%;
    font-size: 0.85em;
  }
  .sect-category-events-single .wrapper .inner .unit-hero-events {
    margin-bottom: 20px;
  }
  .sect-category-events-single .wrapper .inner .unit-hero-events .postInfo {
    position: static;
    padding: 15px;
    background-color: #0d5021;
    width: 100%;
    min-width: 100%;
  }
  .sect-category-events-single .wrapper .inner .unit-hero-events .postInfo p, .sect-category-events-single .wrapper .inner .unit-hero-events .postInfo h3 {
    color: #FFF;
    font-weight: bold;
  }
  .sect-category-events-single .wrapper .inner .unit-hero-events .postInfo .postCat {
    font-size: 0.8em;
    margin-left: 0;
  }
  .sect-category-events-single .wrapper .inner .unit-hero-events .postInfo .postDate {
    width: 100%;
    font-size: 0.8em;
  }
  .sect-category-events-single .wrapper .inner .unit-hero-events .postInfo .postTtl {
    width: 100%;
    font-size: 1.3em;
    line-height: 1.25;
  }
  .sect-category-events-single .wrapper .inner .unit-hero-events .postHreo {
    width: 100%;
  }
  .sect-category-events-single .wrapper .inner .unit-cont {
    padding: 0;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postCont {
    width: 100%;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-head .date {
    font-size: 0.8em;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-head .ttl {
    font-size: 1em;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-cont p {
    width: 100%;
    font-size: 0.8em;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-btn .btn {
    padding: 10px 50px;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postCont .box-btn .btn p {
    font-size: 1.1em;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postSpecial {
    margin-top: 50px;
    width: 85%;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postSpecial .wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postSpecial .wrap .ttl {
    font-size: 1.1em;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postSpecial .wrap .text {
    width: 100%;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postSpecial .wrap .text p {
    font-size: 0.8em;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postSpecial .wrap .image {
    width: 100%;
    margin-top: 15px;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postPoint {
    margin-top: 50px;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li {
    width: 100%;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .sub {
    padding: 10px 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .image {
    height: 40vw;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li .ttl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postPoint .box-cont .list-point li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postFacilities {
    margin-top: 50px;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postFacilities .box-head .txt {
    font-size: 1em;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postFacilities .box-item .list-item {
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postFacilities .box-item .list-item li {
    width: 49%;
    margin-right: 0;
    margin-top: 20px;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postFacilities .box-item .list-item li p {
    width: 100%;
    font-size: 0.8em;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postAccess {
    margin-top: 50px;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postAccess .box-address .txt {
    font-size: 0.9em;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postAccess .box-map iframe {
    height: 70vw;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postAppo .lead {
    font-size: 1.15em;
    line-height: 1.35;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postAppo .btn {
    padding: 10px 50px;
  }
  .sect-category-events-single .wrapper .inner .unit-cont .post .postAppo .btn p {
    font-size: 1.2em;
  }
  .ribbon .ttl {
    padding: 0 25px;
    font-size: 1.2em;
    letter-spacing: 0;
  }
}
/****************************************
	Example (Page) .category-example
*****************************************/
.sect-category-example-list .wrapper .inner .unit {
  padding: 0 100px;
}
.sect-category-example-list .wrapper .inner .unit-tab .list-tab-ex {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
  margin-bottom: 50px;
}
.sect-category-example-list .wrapper .inner .unit-tab .list-tab-ex li {
  width: 24%;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  color: #16993e;
  border: 2px solid #16993e;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  margin: 0 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sect-category-example-list .wrapper .inner .unit-tab .list-tab-ex li.tab-ex-2 {
  color: #e57500;
  border: 2px solid #e57500;
  border-bottom: 0;
}
.sect-category-example-list .wrapper .inner .unit-tab .list-tab-ex li:hover, .sect-category-example-list .wrapper .inner .unit-tab .list-tab-ex li.active {
  color: #FFF;
  background-color: #16993e;
}
.sect-category-example-list .wrapper .inner .unit-tab .list-tab-ex li:hover.tab-ex-2, .sect-category-example-list .wrapper .inner .unit-tab .list-tab-ex li.active.tab-ex-2 {
  color: #FFF;
  background-color: #e57500;
}
.sect-category-example-list .wrapper .inner .unit-list .post {
  width: 300px;
  margin-bottom: 50px;
  margin-right: 50px;
}
.sect-category-example-list .wrapper .inner .unit-list .post:nth-of-type(3n) {
  margin-right: 0;
}
.sect-category-example-list .wrapper .inner .unit-list .post a {
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.sect-category-example-list .wrapper .inner .unit-list .post a h3, .sect-category-example-list .wrapper .inner .unit-list .post a p {
  color: #111;
}
.sect-category-example-list .wrapper .inner .unit-list .post a:hover .postTxt .postTtl {
  color: #16993e;
}
.sect-category-example-list .wrapper .inner .unit-list .post a:hover .postThumb.image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sect-category-example-list .wrapper .inner .unit-list .post .postThumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.sect-category-example-list .wrapper .inner .unit-list .post .postThumb img {
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect-category-example-list .wrapper .inner .unit-list .post .postTxt {
  width: 100%;
  margin-top: 15px;
}
.sect-category-example-list .wrapper .inner .unit-list .post .postTxt .exno {
  width: 100%;
  font-size: 0.8em;
  border-bottom: 1px solid #CCC;
}
.sect-category-example-list .wrapper .inner .unit-list .post .postTxt .postTtl {
  width: 100%;
  font-size: 0.95em;
  line-height: 1.35;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 0;
}
.sect-category-example-list .wrapper .inner .unit-list.hidden {
  display: none;
}

.sect-category-example-single .wrapper .inner .unit {
  padding: 0 200px;
}
.sect-category-example-single .wrapper .inner .unit .post .exCatch {
  width: 100%;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}
.sect-category-example-single .wrapper .inner .unit .post .postPhotos {
  width: 100%;
  margin-top: 15px;
}
.sect-category-example-single .wrapper .inner .unit .post .postPhotos .list-photos {
  width: 100%;
}
.sect-category-example-single .wrapper .inner .unit .post .postPhotos .list-photos li {
  width: 150px;
  height: 100px;
  margin-right: 12.5px;
  margin-top: 10px;
}
.sect-category-example-single .wrapper .inner .unit .post .postPhotos .list-photos li a {
  width: 100%;
  height: 100%;
}
.sect-category-example-single .wrapper .inner .unit .post .postPhotos .list-photos li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect-category-example-single .wrapper .inner .unit .post .postPhotos .list-photos li:nth-child(5n) {
  margin-right: 0;
}
.sect-category-example-single .wrapper .inner .unit .post .postThumb {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
.sect-category-example-single .wrapper .inner .unit .post .postThumb img {
  width: 100%;
}
.sect-category-example-single .wrapper .inner .unit .post .postCont {
  width: 100%;
  margin-top: 50px;
}
.sect-category-example-single .wrapper .inner .unit .post .postCont .areaCont p {
  font-size: 0.9em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sect-category-example-single .wrapper .inner .unit .post .postCont .areaCont.w50 {
  width: 50%;
}
.sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo {
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo .list-info {
  width: 60%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dt, .sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dd {
  width: 50%;
  padding: 10px 5px;
  font-size: 0.85em;
}
.sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dt:nth-of-type(n+2), .sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dd:nth-of-type(n+2) {
  border-top: 1px solid #CCC;
}
.sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA {
  margin-top: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .before, .sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .after {
  width: 380px;
  position: relative;
}
.sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .before .ttl, .sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .after .ttl {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding-botom: 5px;
  margin-bottom: 10px;
}
.sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .before .image, .sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .after .image {
  width: 100%;
  height: 260px;
}
.sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .before .image img, .sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .after .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .before::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 22.5px;
  border-color: transparent transparent transparent #111;
  position: absolute;
  top: 50%;
  right: -32px;
}

@media only screen and (max-width: 896px) {
  .sect-category-example-list .wrapper .inner .unit {
    padding: 0;
  }
  .sect-category-example-list .wrapper .inner .unit-tab .list-tab-ex {
    width: 100%;
    padding: 0;
  }
  .sect-category-example-list .wrapper .inner .unit-tab .list-tab-ex li {
    width: 40%;
    font-size: 0.8em;
    padding: 20px 3px;
  }
  .sect-category-example-list .wrapper .inner .unit-list .post {
    width: 49%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .sect-category-example-list .wrapper .inner .unit-list .post:nth-of-type(2n) {
    margin-left: 2%;
  }
  .sect-category-example-list .wrapper .inner .unit-list .post .postThumb {
    height: 40vw;
  }
  .sect-category-example-list .wrapper .inner .unit-list .post .postTxt {
    margin-top: 10px;
  }
  .sect-category-example-list .wrapper .inner .unit-list .post .postTxt .exno {
    font-size: 0.75em;
  }
  .sect-category-example-list .wrapper .inner .unit-list .post .postTxt .postTtl {
    font-size: 0.9em;
  }
  .sect-category-example-single .wrapper .inner .unit {
    padding: 0;
  }
  .sect-category-example-single .wrapper .inner .unit .post .exCatch {
    font-size: 1.3em;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postPhotos {
    margin-top: 0;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postPhotos .list-photos li {
    width: 32%;
    height: 25vw;
    margin-right: 2%;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postPhotos .list-photos li:nth-child(5n) {
    margin-right: auto;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postPhotos .list-photos li:nth-child(3n) {
    margin-right: 0;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont {
    margin-top: 30px;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaCont p {
    font-size: 0.85em;
    line-height: 1.75;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaCont.w50 {
    width: 100%;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo {
    width: 100%;
    margin-top: 30px;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo .list-info {
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dt, .sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dd {
    width: 50%;
    padding: 10px 5px;
    font-size: 0.85em;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dt:nth-of-type(n+2), .sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dd:nth-of-type(n+2) {
    border-top: 1px solid #CCC;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dt {
    width: 30%;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dd {
    width: 70%;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .before, .sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .after {
    width: 100%;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .before .image, .sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .after .image {
    width: 100%;
    height: auto;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .before {
    margin-bottom: 30px;
  }
  .sect-category-example-single .wrapper .inner .unit .post .postCont .areaBA .before::before {
    top: auto;
    bottom: -30px;
    right: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/****************************************
	Estate (Page) .category-estate
*****************************************/
.sect-category-estate-list .wrapper .inner {
  padding: 0 71px;
}
.sect-category-estate-list .wrapper .inner .unit-tab .list-tab {
  width: 100%;
  padding: 0 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sect-category-estate-list .wrapper .inner .unit-tab .list-tab li {
  width: 48%;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  color: #16993e;
  border: 2px solid #16993e;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sect-category-estate-list .wrapper .inner .unit-tab .list-tab li.tab-cat-3, .sect-category-estate-list .wrapper .inner .unit-tab .list-tab li.tab-cat-4 {
  color: #e57500;
  border: 2px solid #e57500;
  border-bottom: 0;
}
.sect-category-estate-list .wrapper .inner .unit-tab .list-tab li:hover, .sect-category-estate-list .wrapper .inner .unit-tab .list-tab li.active {
  color: #FFF;
  background-color: #16993e;
}
.sect-category-estate-list .wrapper .inner .unit-tab .list-tab li:hover.tab-cat-3, .sect-category-estate-list .wrapper .inner .unit-tab .list-tab li:hover.tab-cat-4 {
  color: #FFF;
  background-color: #e57500;
}
.sect-category-estate-list .wrapper .inner .unit-tab .list-tab li.active.tab-cat-3, .sect-category-estate-list .wrapper .inner .unit-tab .list-tab li.active.tab-cat-4 {
  color: #FFF;
  background-color: #e57500;
}
.sect-category-estate-list .wrapper .inner .unit-list.space {
  padding: 40px;
}
.sect-category-estate-list .wrapper .inner .unit-list .est-post {
  width: 312px;
  height: 480px;
  margin-bottom: 15px;
  margin-right: 19px;
}
.sect-category-estate-list .wrapper .inner .unit-list .est-post:nth-child(3n) {
  margin-right: 0;
}
.sect-category-estate-list .wrapper .inner .unit-list .est-post a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sect-category-estate-list .wrapper .inner .unit-list .est-post a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect-category-estate-list .wrapper .inner .unit-list .est-post a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-head, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-head .ttl, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-head .ttl {
  width: auto;
  font-size: 1.2em;
  padding-bottom: 5px;
  border-bottom: 3px solid #e57500;
}
.sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-head .ttl.green, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-head .ttl.green {
  border-bottom: 3px solid #16993e;
}
.sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-cont .box, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-cont .box {
  width: 50%;
  padding: 25px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-cont .box a, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-cont .box a {
  width: 100%;
  height: 160px;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background-color: #e57500;
}
.sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-cont .box a .img-icon, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-cont .box a .img-icon {
  height: 80px;
  margin-bottom: 10px;
  opacity: 1;
  position: relative;
}
.sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-cont .box a .txt, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-cont .box a .txt {
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
}
.sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-cont .box a:hover, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-cont .box a:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-cont .box a.btn-2, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-cont .box a.btn-2 {
  background-color: #16993e;
}
.sect-category-estate-list .wrapper .inner .unit-list .post {
  width: 100%;
}
.sect-category-estate-list .wrapper .inner .unit-list .post:nth-of-type(n+2) {
  /*margin-top: 50px;*/
}
.sect-category-estate-list .wrapper .inner .unit-list .post a {
  width: 100%;
  padding: 25px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a h3, .sect-category-estate-list .wrapper .inner .unit-list .post a p, .sect-category-estate-list .wrapper .inner .unit-list .post a dl {
  color: #111;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postThumb {
  width: 210px;
  height: 210px;
  overflow: hidden;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postThumb img {
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt {
  width: 750px;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-head {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
  position: relative;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-head .number {
  width: 100%;
  font-size: 0.8em;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-head .postTtl {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-head .price {
  width: 100%;
  color: #C00;
  font-size: 1.2em;
  font-weight: bold;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-head .price span {
  font-size: 70%;
  font-weight: normal;
  margin-left: 5px;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-head .preview {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #FFF;
  font-weight: bold;
  font-size: 0.75em;
  text-align: center;
  line-height: 50px;
  background-color: #16993e;
  position: absolute;
  top: 0;
  right: 0;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub {
  margin-top: 5px;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dt, .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dd {
  padding: 5px 5px;
  font-size: 0.9em;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dt.w15, .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dd.w15 {
  width: 15%;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dt.w35, .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dd.w35 {
  width: 35%;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dt.w85, .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dd.w85 {
  width: 85%;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postDesc {
  width: 100%;
  margin-top: 15px;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a .postDesc .box-desc p {
  font-size: 0.8em;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a:hover {
  background-color: #f7f7f7;
}
.sect-category-estate-list .wrapper .inner .unit-list .post a:hover .postThumb.image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sect-category-estate-list .wrapper .inner .unit-list .postmore {
  width: 100%;
  margin: 30px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect-category-estate-list .wrapper .inner .unit-list .postmore a {
  padding: 5px 25px;
  border-radius: 2em;
  color: #FFF;
  font-weight: bold;
  background-color: #888;
}
.sect-category-estate-list .wrapper .inner .unit-list .postmore a:hover {
  background-color: #333;
}
.sect-category-estate-list .wrapper .inner .unit-list#post-cat-1, .sect-category-estate-list .wrapper .inner .unit-list#post-cat-2 {
  border: 2px solid #16993e;
}
.sect-category-estate-list .wrapper .inner .unit-list#post-cat-3, .sect-category-estate-list .wrapper .inner .unit-list#post-cat-4 {
  border: 2px solid #e57500;
}
.sect-category-estate-list .wrapper .inner .unit-list.hidden {
  display: none;
}

.sect-category-estate-single .wrapper .inner .unit {
  padding: 0 200px;
}
.sect-category-estate-single .wrapper .inner .unit .post .esCatch {
  width: 100%;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postThumb {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postThumb img {
  width: 100%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postPhotos {
  width: 100%;
  margin-top: 15px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postPhotos .list-photos {
  width: 100%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postPhotos .list-photos li {
  width: 150px;
  height: 100px;
  margin-top: 10px;
  margin-right: 12.5px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postPhotos .list-photos li a {
  width: 100%;
  height: 100%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postPhotos .list-photos li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect-category-estate-single .wrapper .inner .unit .post .postPhotos .list-photos li:nth-child(5n) {
  margin-right: 0;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont {
  width: 100%;
  margin-top: 50px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .area .ttl {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .area .ttl .note {
  font-size: 0.9em;
  font-weight: normal;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaCont {
  width: 50%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaCont p {
  font-size: 0.9em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPrice {
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPrice .layout {
  padding: 0 15px;
  border: 1px solid #CCC;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPrice .price {
  width: 100%;
  text-align: center;
  color: #C00;
  font-size: 2.5em;
  font-weight: bold;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPrice .price span {
  font-size: 40%;
  font-weight: normal;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaYoutube {
  margin-top: 50px;
  padding: 25px;
  background-color: #fbf9ec;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaYoutube p {
  width: 100%;
  text-align: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaYoutube .sub {
  font-size: 0.9em;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaYoutube .main {
  font-size: 1.8em;
  font-weight: bold;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaYoutube .desc {
  font-size: 0.8em;
  line-height: 1.4;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaYoutube .wrap {
  width: 100%;
  margin-top: 15px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaYoutube .wrap iframe {
  width: 100%;
  height: 424px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaLayout {
  margin-top: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaLayout .wrap {
  /*width: 380px;*/
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaLayout .wrap .txt {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaLayout .wrap .image {
  /*width: 100%;*/
  /*height: 260px;*/
  /*img {
  		width: 100%;
  		height: 100%;
  		object-fit: cover;
  		font-family: 'object-fit: cover;'
  	}*/
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr {
  margin-top: 50px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap {
  width: 100%;
  display: block;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap div, .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap ul, .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap ol, .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap figure, .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap figcaption, .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap a {
  display: block;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap canvas {
  width: 100%;
  height: auto;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap ul.slideSet {
  width: 100%;
  text-align: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap ul.slideSet li + li {
  padding-left: 0;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap ul.slideSet li img {
  width: 73px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap ul.slideSet li.active img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap .panorama-wrap .slider .slider-prev, .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap .panorama-wrap .slider .slider-next {
  display: none !important;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment {
  margin-top: 50px;
  padding: 25px;
  background-color: #fbf9ec;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment .wrap {
  width: 100%;
  padding: 0 56px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment .wrap .item {
  width: 150px;
  margin-right: 12.5px;
  margin-top: 25px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment .wrap .item .image {
  width: 100%;
  height: 120px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment .wrap .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment .wrap .item p {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.35;
  margin-top: 5px;
  text-align: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment .wrap .item:nth-child(4n) {
  margin-right: 0;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment {
  margin-top: 50px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .ttl span {
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 20px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box1 {
  width: 40%;
  margin-bottom: 15px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box1 .list-pay {
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box1 .list-pay dt {
  width: 50%;
  font-size: 0.85em;
  line-height: 1.5;
  border-bottom: 1px solid #CCC;
  padding: 5px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box1 .list-pay dd {
  width: 50%;
  font-size: 0.85em;
  line-height: 1.5;
  border-bottom: 1px solid #CCC;
  padding: 5px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box1 .list-pay dd span {
  font-size: 75%;
  line-height: 1.25;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 {
  width: 60%;
  margin-bottom: 15px;
  padding-left: 25px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .head {
  width: 40%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .head p {
  width: 100%;
  line-height: 1.35;
  text-align: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .head .sub {
  font-size: 0.8em;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .head .main {
  font-size: 2em;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .cont {
  width: 60%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .cont p {
  width: 50%;
  line-height: 1.35;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .cont .pay {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .cont .pay span {
  font-size: 75%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .cont .txt {
  font-size: 1.6em;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .cont .txt span {
  font-size: 50%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .lead {
  width: 100%;
  color: #FFF;
  font-weight: bold;
  background-color: #16993e;
  padding: 5px 10px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .desc {
  margin-top: 10px;
  font-size: 0.75em;
  line-height: 1.25;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaDesc {
  width: 50%;
  margin-top: 50px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaDesc p {
  font-size: 0.9em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaInfo {
  width: 50%;
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaInfo .list-info {
  width: 70%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dt, .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dd {
  padding: 10px 5px;
  font-size: 0.8em;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dt:nth-of-type(n+2), .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dd:nth-of-type(n+2) {
  border-top: 1px solid #CCC;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dt {
  width: 40%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaInfo .list-info dd {
  width: 60%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaMap {
  margin-top: 50px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaMap .address {
  width: 100%;
  font-size: 1em;
  margin-bottom: 10px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaMap .wrap {
  width: 100%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaMap .wrap iframe {
  width: 100%;
  height: 500px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaNbh {
  margin-top: 50px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaNbh .wrap {
  width: 100%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaNbh .wrap .item {
  width: 150px;
  margin-right: 12.5px;
  margin-bottom: 25px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaNbh .wrap .item .image {
  width: 100%;
  height: 150px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaNbh .wrap .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaNbh .wrap .item p {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.35;
  margin-top: 5px;
  text-align: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaNbh .wrap .item:nth-child(5n) {
  margin-right: 0;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview {
  margin-top: 50px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .wrap {
  width: 100%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .wrap p {
  font-size: 0.9em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info {
  width: 100%;
  margin-top: 20px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info dt, .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info dd {
  font-size: 0.8em;
  line-height: 1.5;
  border-bottom: 1px solid #CCC;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info dt {
  width: 10%;
  padding: 10px 0;
  font-weight: bold;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info dt.wide {
  width: 10%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info dd {
  width: 40%;
  padding: 10px 5px 10px 0;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info dd.wide {
  width: 90%;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaContact {
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaContact p a {
  border-radius: 2em;
  color: #FFF;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  background-color: #e57500;
  padding: 10px 25px;
}
.sect-category-estate-single .wrapper .inner .unit .post .postCont .areaContact p a:hover {
  background-color: #16993e;
}

/*---------------------------------------
	検索ボックス　.search-box
----------------------------------------*/
#search-box {
  width: 200px;
  border: 1px solid #888;
  background-color: #FFF;
  position: fixed;
  bottom: -296px;
  right: 70px;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#search-box .box-head {
  padding: 18px 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #888;
}
#search-box .box-head .ttl {
  color: #FFF;
  font-size: 1em;
  font-weight: bold;
}
#search-box .box-head .ttl i {
  margin-right: 5px;
}
#search-box .box-cont .ttl {
  width: 100%;
  font-size: 0.8em;
  font-weight: bold;
  background-color: #f1f1f1;
  text-align: center;
  padding: 2px 5px;
}
#search-box .box-cont .list-tax {
  width: 100%;
  padding: 7px;
}
#search-box .box-cont .list-tax li {
  width: 100%;
  padding: 2px 0;
}
#search-box .box-cont .list-tax li label {
  width: 100%;
  cursor: pointer;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
#search-box .box-cont .list-tax li label input {
  margin-right: 5px;
}
#search-box .box-cont .list-tax li.w50 {
  width: 50%;
}
#search-box .box-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px 7px;
}
#search-box .box-btn .btn {
  cursor: pointer;
  padding: 10px 50px;
  border-radius: 2em;
  color: #FFF;
  font-size: 0.8em;
  font-weight: bold;
  background-color: #e57500;
}
#search-box .box-btn .btn:hover {
  background-color: #888;
}
#search-box:hover {
  cursor: pointer;
  bottom: 0;
}

@media only screen and (max-width: 896px) {
  .sect-category-estate-list .wrapper .inner {
    padding: 0 10px;
  }
  .sect-category-estate-list .wrapper .inner .unit-tab .list-tab {
    width: 100%;
    padding: 0;
  }
  .sect-category-estate-list .wrapper .inner .unit-tab .list-tab li {
    width: 49%;
    font-size: 0.8em;
    padding: 20px 3px;
  }
  .sect-category-estate-list .wrapper .inner .unit-list.space {
    padding: 20px;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .est-post {
    width: 49%;
    height: 69.5vw;
    margin-bottom: 10px;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .est-post:nth-child(3n) {
    margin-right: 2%;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .est-post:nth-child(2n) {
    margin-right: 0;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-head .ttl, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-head .ttl {
    font-size: 1em;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-cont, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-cont .box, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-cont .box {
    width: 48%;
    padding: 0;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-cont .box a, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-cont .box a {
    height: auto;
    min-height: 90px;
    padding: 10px 5px;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-cont .box a .img-icon, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-cont .box a .img-icon {
    height: 60px;
    margin-bottom: 5px;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .area-01 .item-cont .box a .txt, .sect-category-estate-list .wrapper .inner .unit-list .area-02 .item-cont .box a .txt {
    font-size: 0.9em;
    line-height: 1.5;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .post a {
    padding: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .post a .postThumb {
    width: 100%;
    height: 50vw img;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt {
    width: 100%;
    margin-top: 10px;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-head .postTtl {
    font-size: 0.9em;
    line-height: 1.35;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-head .preview {
    width: auto;
    height: auto;
    border-radius: 10px;
    font-size: 0.8em;
    line-height: 1.75;
    padding: 5px 25px;
    position: static;
    margin-bottom: 5px;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dt, .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dd {
    padding: 2px 5px;
    font-size: 0.8em;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dt.w15, .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dd.w15 {
    width: 20%;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dt.w35, .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dd.w35, .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dt.w85, .sect-category-estate-list .wrapper .inner .unit-list .post a .postTxt .box-sub .list-info dd.w85 {
    width: 80%;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .post a .postDesc {
    margin-top: 25px;
  }
  .sect-category-estate-single .wrapper .inner .unit {
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .esCatch {
    font-size: 1.2em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postThumb {
    margin-top: 30px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postPhotos {
    margin-top: 15px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postPhotos .list-photos li {
    width: 32%;
    height: 25vw;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 2%;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postPhotos .list-photos li a {
    width: 100%;
    height: 100%;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postPhotos .list-photos li:nth-child(5n) {
    margin-right: auto;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postPhotos .list-photos li:nth-child(n+2) {
    margin-left: 0;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postPhotos .list-photos li:nth-child(3n) {
    margin-right: 0;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont {
    margin-top: 30px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .area .ttl {
    font-size: 0.95em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .area .ttl .note {
    font-size: 0.85em;
    display: block;
    margin-top: 3px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaCont {
    width: 100%;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaCont p {
    font-size: 0.8em;
    line-height: 1.75;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPrice {
    width: 100%;
    margin-top: 30px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPrice .price {
    font-size: 1.8em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaYoutube {
    margin-top: 30px;
    padding: 10px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaYoutube .main {
    font-size: 1.6em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaYoutube .desc {
    line-height: 1.25;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaYoutube .wrap iframe {
    height: 60vw;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaLayout {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaLayout .wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaLayout .wrap .image {
    /*height: 260px;*/
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaDesc {
    width: 100%;
    margin-top: 30px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaDesc p {
    font-size: 0.8em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr {
    margin-top: 30px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap canvas {
    width: 100%;
    height: auto;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap ul.slideSet li {
    width: 18%;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaVr .wrap ul.slideSet li img {
    width: 100%;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment {
    margin-top: 30px;
    padding: 20px 10px 10px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment .wrap {
    padding: 0;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment .wrap .item {
    width: 50%;
    padding: 0 5px;
    margin-right: 0;
    margin-top: 20px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment .wrap .item .image {
    height: 30vw;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment .wrap .item p {
    font-size: 0.7em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaEquipment .wrap .item:nth-child(4n) {
    margin-right: 0;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment {
    margin-top: 30px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .ttl span {
    margin-left: 0;
    display: block;
    margin-bottom: 5px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box1 {
    width: 100%;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 {
    width: 100%;
    padding-left: 0;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .head {
    width: 35%;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .head .sub {
    font-size: 0.75em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .head .main {
    font-size: 1.4em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .cont {
    width: 65%;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .cont .pay {
    font-size: 2em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .box2 .cont .txt {
    font-size: 1.4em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaPayment .lead {
    font-size: 0.9em;
    line-height: 1.5;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaInfo {
    width: 100%;
    margin-top: 30px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaInfo .list-info {
    width: 80%;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaMap {
    margin-top: 30px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaMap .address {
    font-size: 0.9em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaMap .wrap iframe {
    height: 75vw;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaNbh {
    margin-top: 30px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaNbh .wrap {
    width: 100%;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaNbh .wrap .item {
    width: 50%;
    padding: 0 5px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaNbh .wrap .item .image {
    height: 40vw;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaNbh .wrap .item p {
    font-size: 0.7em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview {
    margin-top: 30px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .wrap p {
    font-size: 0.8em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info dt, .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info dd {
    font-size: 0.8em;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info dt {
    width: 100%;
    padding: 5px 0;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info dt.wide {
    width: 100%;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info dd {
    width: 100%;
    padding: 5px 0;
    min-height: 30px;
  }
  .sect-category-estate-single .wrapper .inner .unit .post .postCont .areaOverview .list-info dd.wide {
    width: 100%;
  }
  /*---------------------------------------
  	検索ボックス　.search-box （SP版）
  ----------------------------------------*/
  #search-box {
    width: 100%;
    position: static;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
  #search-box form {
    width: 100%;
  }
  #search-box .box-btn .btn {
    padding: 20px 100px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 520px) {
  .sect-category-estate-list .wrapper .inner .unit-list .est-post {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .sect-category-estate-list .wrapper .inner .unit-list .est-post:nth-child(3n) {
    margin-right: 0;
  }
}
/*---------------------------------------
	- Pagination
	[ Plugin (WP-PageNavi) ] 
----------------------------------------*/
.navArea {
  width: 100%;
  margin: 50px auto;
}
.navArea .wp-pagenavi {
  display: block;
  text-align: center;
  clear: both;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navArea .wp-pagenavi a, .navArea .wp-pagenavi span {
  display: inline-block;
  text-decoration: none;
  border: none !important;
  padding: 0.3em 0.8em !important;
  margin: 0 0.2em !important;
}
.navArea .wp-pagenavi a:hover {
  color: #FFF;
  border: none !important;
  background: #16993e;
  text-decoration: none !important;
}
.navArea .wp-pagenavi span.current {
  color: #FFF;
  border: none !important;
  background: #16993e;
  text-decoration: none !important;
  font-weight: normal;
  background: #16993e;
}

@media only screen and (max-width: 896px) {
  .navArea {
    margin: 30px auto;
  }
  .navArea .wp-pagenavi {
    padding: 0;
  }
  .navArea .wp-pagenavi a, .navArea .wp-pagenavi span {
    text-align: center;
    text-decoration: none;
    padding: 1em 1.5em !important;
    margin: 0 !important;
  }
  .navArea .wp-pagenavi .pages, .navArea .wp-pagenavi .current {
    padding: 1em 1em !important;
  }
  .navArea .wp-pagenavi .previouspostslink, .navArea .wp-pagenavi .nextpostslink {
    padding: 1em 2em !important;
  }
  .navArea .wp-pagenavi .first, .navArea .wp-pagenavi .last, .navArea .wp-pagenavi .smaller, .navArea .wp-pagenavi .larger, .navArea .wp-pagenavi .extend {
    display: none;
  }
}
/*---------------------------------------
	- Lightbox (Post)
----------------------------------------*/
.lightboxOverlay {
  z-index: 999999 !important;
  opacity: 0.85 !important;
}

.lb-outerContainer {
  background-color: unset !important;
  border-radius: 0 !important;
}

.lightbox .lb-image {
  border-radius: 0 !important;
}

.lb-.navi-global a.lb-prev, .lb-.navi-global a.lb-next {
  width: 50% !important;
  background: none !important;
  text-decoration: none;
  opacity: 1 !important;
}
.lb-.navi-global a.lb-prev {
  margin: 0 auto 0 0;
}
.lb-.navi-global a.lb-next {
  margin: 0 0 0 auto;
}
.lb-.navi-global a.lb-prev::before, .lb-.navi-global a.lb-next::before, .lb-.navi-global a.lb-prev::after, .lb-.navi-global a.lb-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lb-.navi-global a.lb-prev::before, .lb-.navi-global a.lb-prev::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 30px;
}
.lb-.navi-global a.lb-next::before, .lb-.navi-global a.lb-next::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 30px;
}
.lb-.navi-global a.lb-prev::after, .lb-.navi-global a.lb-next::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 1;
}
.lb-.navi-global a.lb-prev::after {
  left: 29px;
}
.lb-.navi-global a.lb-next::after {
  right: 29px;
}
.lb-.navi-global a.lb-prev:hover::before {
  left: 20px;
}
.lb-.navi-global a.lb-prev:hover::after {
  left: 19px;
}
.lb-.navi-global a.lb-next:hover::before {
  right: 20px;
}
.lb-.navi-global a.lb-next:hover::after {
  right: 19px;
}

.lb-loader {
  top: 50%;
  height: auto;
  margin-top: -30px;
}

.lb-cancel {
  display: block;
  width: 40px;
  height: 59px;
  margin: 0 auto;
  background: none !important;
}
.lb-cancel::before {
  display: inline-block;
  content: "\f110";
  font-weight: 900;
  color: #FFF;
  font-size: 4rem;
  -webkit-animation: r1 2s linear infinite;
  animation: r1 2s linear infinite;
}

@-webkit-keyframes r1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes r1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lb-dataContainer {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lb-data {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.lb-data .lb-details {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.lb-data .lb-close {
  width: 33px !important;
  height: 33px !important;
  background: none !important;
  position: relative;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.lb-data .lb-close::before, .lb-data .lb-close::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 45px;
  background-color: #FFF;
}
.lb-data .lb-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lb-data .lb-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#lightbox {
  display: block;
  z-index: 1000000 !important;
}

@media only screen and (max-width: 896px) {
  .lb-.navi-global a.lb-prev::before, .lb-.navi-global a.lb-next::before, .lb-.navi-global a.lb-prev::after, .lb-.navi-global a.lb-next::after {
    width: 20px;
    height: 20px;
  }
}
/*---------------------------------------
	- Page Link (Post)
----------------------------------------*/
.nextprev {
  text-align: center;
  padding: 50px 0;
  width: 96%;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nextprev a {
  text-decoration: none;
  display: block;
  /*text-decoration: none !important;*/
}
.nextprev .link-category {
  width: 10%;
}
.nextprev .link-category a {
  width: 100%;
  color: #FFF;
  padding: 10px 0;
  margin: 0;
  background: #16993e;
  border: 1px solid #16993e;
  border-radius: 2em;
}
.nextprev .link-category a:hover {
  color: #FFF;
  background: #111;
  border: 1px solid #111;
}
.nextprev .link-prev, .nextprev .link-next {
  width: 40%;
}
.nextprev .link-prev a, .nextprev .link-next a {
  width: 100%;
  color: #111;
}
.nextprev .link-prev a:hover, .nextprev .link-next a:hover {
  text-decoration: none;
  color: #111;
}
.nextprev .link-prev {
  text-align: left;
}
.nextprev .link-prev a::before {
  content: "";
  width: 20px;
  height: 5px;
  display: inline-block;
  border-left: 1px solid;
  border-bottom: 1px solid;
  margin-right: 0.5em;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.nextprev .link-next {
  text-align: right;
}
.nextprev .link-next a::after {
  content: "";
  width: 20px;
  height: 5px;
  display: inline-block;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-left: 0.5em;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}

@media only screen and (max-width: 896px) {
  .nextprev {
    padding: 15px 0 0;
    margin: 15px auto;
  }
  .nextprev .link-category {
    width: 30%;
  }
  .nextprev .link-category a {
    padding: 0.5em 0;
  }
  .nextprev .link-prev, .nextprev .link-next {
    text-align: center;
    width: 30%;
  }
  .nextprev .link-prev a, .nextprev .link-next a {
    display: block;
    padding: 1em 0;
  }
  .nextprev .link-prev a span, .nextprev .link-next a span {
    display: none;
  }
  .nextprev .link-prev a::before {
    width: auto;
    height: auto;
    border-left: none;
    border-bottom: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    content: "前へ";
    margin-right: 0.5em;
  }
  .nextprev .link-next a::after {
    width: auto;
    height: auto;
    border-right: none;
    border-bottom: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    content: "次へ";
    margin-left: 0.5em;
  }
}
/****************************************
	Common (Page) .sect
*****************************************/
.sect .wrapper .inner .unit-hero {
  position: relative;
  margin-bottom: 100px;
}
.sect .wrapper .inner .unit-hero .area-catch {
  width: auto;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50px;
  left: 0;
}
.sect .wrapper .inner .unit-hero .area-catch .txt {
  font-size: 1.4em;
  font-weight: bold;
}
.sect .wrapper .inner .unit-hero .area-info {
  width: auto;
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.sect .wrapper .inner .unit-hero .area-info .catch {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 2em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}
.sect .wrapper .inner .unit-hero .area-info .desc {
  width: 100%;
  font-size: 0.9em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}
.sect .wrapper .inner .unit-hero .area-img {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sect .wrapper .inner .unit-hero .area-yt {
  width: 250px;
  position: absolute;
  bottom: 15px;
  left: 25px;
}
.sect .wrapper .inner .unit-hero .area-yt a {
  width: 100%;
  padding: 10px;
  background-color: #C00;
  border-radius: 10px;
}
.sect .wrapper .inner .unit-hero .area-yt a .ttl {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 1em;
  font-weight: bold;
}
.sect .wrapper .inner .unit-hero .area-yt a .img-thumb {
  margin: 0 auto;
  border-radius: 5px;
}
.sect .wrapper .inner .unit-menulist {
  margin-bottom: 100px;
  padding: 0 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect .wrapper .inner .unit-menulist .list-menu {
  width: 100%;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect .wrapper .inner .unit-menulist .list-menu li {
  width: 25%;
}
.sect .wrapper .inner .unit-menulist .list-menu li a {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect .wrapper .inner .unit-menulist .list-menu li a .number {
  color: #CECECE;
  font-size: 5em;
  line-height: 1;
  font-family: "Roboto", sans-serif, "Font Awesome 5 Free";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sect .wrapper .inner .unit-menulist .list-menu li a .ttl {
  width: 100%;
  height: 56px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sect .wrapper .inner .unit-menulist .list-menu li a .ttl p {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.sect .wrapper .inner .unit-menulist .list-menu li a:hover .number {
  color: #16993e;
}
.sect .wrapper .inner .unit-menulist .list-menu li:nth-child(n+2) a .ttl {
  border-left: 2px dashed #CECECE;
}
.sect .wrapper .inner .unit-hero-wide {
  overflow: hidden;
  margin-bottom: 25px;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
.sect .wrapper .inner .unit-hero-wide .area-catch {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7.5vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.sect .wrapper .inner .unit-hero-wide .area-catch .catch {
  font-size: 5vw;
  line-height: 1.3;
  font-weight: bold;
}
.sect .wrapper .inner .unit-hero-wide .area-img {
  height: 50vw;
}
.sect .wrapper .inner .unit-hero-wide .area-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect .wrapper .inner .unit-hero-wide-2 {
  overflow: hidden;
  margin-bottom: 25px;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
.sect .wrapper .inner .unit-hero-wide-2 .area-catch {
  width: 600px;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 5vw;
  right: 7.5vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.sect .wrapper .inner .unit-hero-wide-2 .area-catch .catch {
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 25px;
}
.sect .wrapper .inner .unit-hero-wide-2 .area-catch .desc {
  width: 100%;
  font-size: 0.9em;
}
.sect .wrapper .inner .unit-hero-wide-2 .area-img {
  height: 25vw;
}
.sect .wrapper .inner .unit-hero-wide-2 .area-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect .wrapper .inner .unit-hero-txt {
  margin-bottom: 100px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5vw 0;
}
.sect .wrapper .inner .unit-hero-txt .area-txt {
  width: 750px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sect .wrapper .inner .unit-hero-txt .area-txt p {
  text-align: center;
}
.sect .wrapper .inner .unit-hero-txt .area-txt .catch {
  font-size: 1.7em;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 25px;
}
.sect .wrapper .inner .unit-hero-txt .area-txt .desc {
  width: 100%;
  font-size: 0.9em;
}

@media only screen and (max-width: 896px) {
  .sect .wrapper .inner .unit-hero {
    margin-bottom: 50px;
  }
  .sect .wrapper .inner .unit-hero .area-catch {
    width: 100%;
    padding: 0 0 15px;
    background-color: #FFF;
    position: static;
  }
  .sect .wrapper .inner .unit-hero .area-catch .txt {
    font-size: 1.1em;
    line-height: 1.35;
  }
  .sect .wrapper .inner .unit-hero .area-catch .txt br {
    display: none;
  }
  .sect .wrapper .inner .unit-hero .area-info {
    width: 100%;
    position: static;
    margin-bottom: 10px;
  }
  .sect .wrapper .inner .unit-hero .area-info .catch {
    font-size: 1.3em;
    line-height: 1.35;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .sect .wrapper .inner .unit-hero .area-info .desc {
    font-size: 0.8em;
    padding-left: 10px;
  }
  .sect .wrapper .inner .unit-hero .area-img {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sect .wrapper .inner .unit-hero .area-yt {
    width: 140px;
    left: 10px;
    bottom: -40px;
  }
  .sect .wrapper .inner .unit-hero .area-yt a {
    width: 100%;
    padding: 5px;
  }
  .sect .wrapper .inner .unit-hero .area-yt a .ttl {
    font-size: 0.7em;
  }
  .sect .wrapper .inner .unit-menulist {
    margin-bottom: 50px;
    padding: 0;
  }
  .sect .wrapper .inner .unit-menulist .list-menu li a .number {
    font-size: 2em;
  }
  .sect .wrapper .inner .unit-menulist .list-menu li a .ttl {
    width: 100%;
  }
  .sect .wrapper .inner .unit-menulist .list-menu li a .ttl p {
    font-size: 0.9em;
    line-height: 1.25;
  }
  .sect .wrapper .inner .unit-hero-wide-2 .area-catch {
    width: 100%;
    padding: 15px;
    background-color: #FFF;
    position: static;
  }
  .sect .wrapper .inner .unit-hero-wide-2 .area-catch .catch {
    font-size: 1.1em;
    margin-bottom: 15px;
  }
  .sect .wrapper .inner .unit-hero-wide-2 .area-catch .desc {
    font-size: 0.8em;
  }
  .sect .wrapper .inner .unit-hero-wide-2 .area-img {
    height: 40vw;
  }
  .sect .wrapper .inner .unit-hero-txt {
    margin-bottom: 50px;
  }
  .sect .wrapper .inner .unit-hero-txt .area-txt {
    width: 100%;
  }
  .sect .wrapper .inner .unit-hero-txt .area-txt .catch {
    font-size: 1.2em;
  }
  .sect .wrapper .inner .unit-hero-txt .area-txt .desc {
    font-size: 0.8em;
  }
}
/****************************************
	Feedback (Page) .sect-feedback
*****************************************/
.sect-feedback .wrapper .inner .unit-list {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.sect-feedback .wrapper .inner .unit-list .item {
  width: 280px;
  height: 355px;
  margin-right: 26.666666px;
}
.sect-feedback .wrapper .inner .unit-list .item a {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #16993e;
}
.sect-feedback .wrapper .inner .unit-list .item a .box-img {
  height: 180px;
  overflow: hidden;
  position: relative;
}
.sect-feedback .wrapper .inner .unit-list .item a .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.sect-feedback .wrapper .inner .unit-list .item a .box-img::before, .sect-feedback .wrapper .inner .unit-list .item a .box-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sect-feedback .wrapper .inner .unit-list .item a .box-img::before {
  left: 0;
  border-width: 90px 140px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.sect-feedback .wrapper .inner .unit-list .item a .box-img::after {
  right: 0;
  border-width: 0 140px 90px 0;
  border-color: transparent #ffffff transparent transparent;
}
.sect-feedback .wrapper .inner .unit-list .item a .box-cont {
  padding: 15px 10px;
}
.sect-feedback .wrapper .inner .unit-list .item a .box-cont .case {
  width: 100%;
  color: #FFF;
  font-size: 0.75em;
}
.sect-feedback .wrapper .inner .unit-list .item a .box-cont .ttl {
  width: 100%;
  margin-bottom: 5px;
  color: #feffca;
  font-size: 0.9em;
  font-weight: bold;
}
.sect-feedback .wrapper .inner .unit-list .item a .box-cont .comment {
  width: 100%;
  color: #FFF;
  font-size: 0.7em;
}
.sect-feedback .wrapper .inner .unit-list .item a .box-cate {
  padding: 0 10px 15px;
}
.sect-feedback .wrapper .inner .unit-list .item a .box-cate .cate {
  color: #16993e;
  font-size: 0.8em;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 2em;
  line-height: 1;
  background-color: #FFF;
}
.sect-feedback .wrapper .inner .unit-list .item a .box-cate .cate:nth-child(n+2) {
  margin-left: 10px;
}
.sect-feedback .wrapper .inner .unit-list .item a:hover .box-img .img-photo {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.sect-feedback .wrapper .inner .unit-list .item a:hover .box-img::before, .sect-feedback .wrapper .inner .unit-list .item a:hover .box-img::after {
  top: -100%;
}
.sect-feedback .wrapper .inner .unit-list .item:nth-child(4n) {
  margin-right: 0;
}
.sect-feedback .wrapper .inner .unit-list .item:nth-child(n+5) {
  margin-top: 20px;
}
.sect-feedback .wrapper .inner .unit-list .item:nth-child(2n) a {
  background-color: #e57500;
}
.sect-feedback .wrapper .inner .unit-list .item:nth-child(2n) a .box-cate .cate {
  color: #e57500;
}
.sect-feedback .wrapper .inner .unit-more {
  padding: 40px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sect-customer .wrapper .inner .unit-cont {
  max-width: 1100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sect-customer .wrapper .inner .unit-cont .area-qa {
  width: 550px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  z-index: 1;
}
.sect-customer .wrapper .inner .unit-cont .area-qa .item p {
  width: 100%;
}
.sect-customer .wrapper .inner .unit-cont .area-qa .item .ttl {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
}
.sect-customer .wrapper .inner .unit-cont .area-qa .item .txt {
  font-size: 0.9em;
  line-height: 2em;
  padding-left: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sect-customer .wrapper .inner .unit-cont .area-qa .item:nth-child(n+2) {
  margin-top: 50px;
}
.sect-customer .wrapper .inner .unit-cont .area-img {
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.sect-customer .wrapper .inner .unit-cont.layout-02 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sect-customer .wrapper .inner .unit-cont.layout-02 .area-img {
  right: auto;
  left: 0;
}
.sect-customer .wrapper .inner .unit-more {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 896px) {
  .sect-feedback .wrapper .inner .unit-list .item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 20px;
  }
  .sect-feedback .wrapper .inner .unit-list .item a .box-img::before, .sect-feedback .wrapper .inner .unit-list .item a .box-img::after {
    display: none;
  }
  .sect-customer .wrapper .inner .unit-cont {
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sect-customer .wrapper .inner .unit-cont .area-qa {
    width: 100%;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
    z-index: 1;
  }
  .sect-customer .wrapper .inner .unit-cont .area-qa .item .ttl {
    font-size: 1em;
    line-height: 1.35;
  }
  .sect-customer .wrapper .inner .unit-cont .area-qa .item .txt {
    font-size: 0.8em;
    line-height: 2;
  }
  .sect-customer .wrapper .inner .unit-cont .area-qa .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .sect-customer .wrapper .inner .unit-cont .area-img {
    margin-top: 30px;
    width: 100%;
    height: auto;
    position: static;
  }
  .sect-customer .wrapper .inner .unit-cont.layout-02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/****************************************
	Achieved (Page) .sect-achieved
	Estate   (Page) .sect-estate
	Concept  (Page) .sect-concept
*****************************************/
.page .sect-achieved .wrapper .inner .unit, .page .sect-estate .wrapper .inner .unit, .page .sect-concept .wrapper .inner .unit {
  margin-bottom: 100px;
}
.page .sect-achieved .wrapper .inner .unit.mb-25, .page .sect-estate .wrapper .inner .unit.mb-25, .page .sect-concept .wrapper .inner .unit.mb-25 {
  margin-bottom: 25px;
}
.page .sect-achieved .wrapper .inner .unit-01, .page .sect-estate .wrapper .inner .unit-01, .page .sect-concept .wrapper .inner .unit-01 {
  position: relative;
}
.page .sect-achieved .wrapper .inner .unit-01 .area-text, .page .sect-estate .wrapper .inner .unit-01 .area-text, .page .sect-concept .wrapper .inner .unit-01 .area-text {
  display: block;
  width: auto;
  min-width: 500px;
  position: absolute;
  top: 15%;
  left: 7.5vw;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.5);
}
.page .sect-achieved .wrapper .inner .unit-01 .area-text p, .page .sect-estate .wrapper .inner .unit-01 .area-text p, .page .sect-concept .wrapper .inner .unit-01 .area-text p {
  width: 100%;
  color: #FFF;
}
.page .sect-achieved .wrapper .inner .unit-01 .area-text .ttl, .page .sect-estate .wrapper .inner .unit-01 .area-text .ttl, .page .sect-concept .wrapper .inner .unit-01 .area-text .ttl {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page .sect-achieved .wrapper .inner .unit-01 .area-text .txt, .page .sect-estate .wrapper .inner .unit-01 .area-text .txt, .page .sect-concept .wrapper .inner .unit-01 .area-text .txt {
  font-size: 0.9em;
  line-height: 2em;
}
.page .sect-achieved .wrapper .inner .unit-01 .area-img, .page .sect-estate .wrapper .inner .unit-01 .area-img, .page .sect-concept .wrapper .inner .unit-01 .area-img {
  height: 40vw;
  overflow: hidden;
}
.page .sect-achieved .wrapper .inner .unit-01 .area-img img, .page .sect-estate .wrapper .inner .unit-01 .area-img img, .page .sect-concept .wrapper .inner .unit-01 .area-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.page .sect-achieved .wrapper .inner .unit-02, .page .sect-estate .wrapper .inner .unit-02, .page .sect-concept .wrapper .inner .unit-02 {
  margin-left: auto;
  margin-right: auto;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
.page .sect-achieved .wrapper .inner .unit-02 .area-text, .page .sect-estate .wrapper .inner .unit-02 .area-text, .page .sect-concept .wrapper .inner .unit-02 .area-text {
  width: 550px;
  height: 100%;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.page .sect-achieved .wrapper .inner .unit-02 .area-text .wrap, .page .sect-estate .wrapper .inner .unit-02 .area-text .wrap, .page .sect-concept .wrapper .inner .unit-02 .area-text .wrap {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.75);
}
.page .sect-achieved .wrapper .inner .unit-02 .area-text .wrap p, .page .sect-estate .wrapper .inner .unit-02 .area-text .wrap p, .page .sect-concept .wrapper .inner .unit-02 .area-text .wrap p {
  width: 100%;
}
.page .sect-achieved .wrapper .inner .unit-02 .area-text .wrap .ttl, .page .sect-estate .wrapper .inner .unit-02 .area-text .wrap .ttl, .page .sect-concept .wrapper .inner .unit-02 .area-text .wrap .ttl {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page .sect-achieved .wrapper .inner .unit-02 .area-text .wrap .txt, .page .sect-estate .wrapper .inner .unit-02 .area-text .wrap .txt, .page .sect-concept .wrapper .inner .unit-02 .area-text .wrap .txt {
  font-size: 0.9em;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page .sect-achieved .wrapper .inner .unit-02 .area-img, .page .sect-estate .wrapper .inner .unit-02 .area-img, .page .sect-concept .wrapper .inner .unit-02 .area-img {
  width: auto;
}
.page .sect-achieved .wrapper .inner .unit-02.layout-02, .page .sect-estate .wrapper .inner .unit-02.layout-02, .page .sect-concept .wrapper .inner .unit-02.layout-02 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.page .sect-achieved .wrapper .inner .unit-02.layout-02 .area-text, .page .sect-estate .wrapper .inner .unit-02.layout-02 .area-text, .page .sect-concept .wrapper .inner .unit-02.layout-02 .area-text {
  right: auto;
  left: 0;
}
.page .sect-achieved .wrapper .inner .unit-02.layout-03, .page .sect-estate .wrapper .inner .unit-02.layout-03, .page .sect-concept .wrapper .inner .unit-02.layout-03 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page .sect-achieved .wrapper .inner .unit-03 .area-lead, .page .sect-estate .wrapper .inner .unit-03 .area-lead, .page .sect-concept .wrapper .inner .unit-03 .area-lead {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page .sect-achieved .wrapper .inner .unit-03 .area-lead p, .page .sect-estate .wrapper .inner .unit-03 .area-lead p, .page .sect-concept .wrapper .inner .unit-03 .area-lead p {
  width: 100%;
  text-align: center;
}
.page .sect-achieved .wrapper .inner .unit-03 .area-lead .lead, .page .sect-estate .wrapper .inner .unit-03 .area-lead .lead, .page .sect-concept .wrapper .inner .unit-03 .area-lead .lead {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page .sect-achieved .wrapper .inner .unit-03 .area-lead .desc, .page .sect-estate .wrapper .inner .unit-03 .area-lead .desc, .page .sect-concept .wrapper .inner .unit-03 .area-lead .desc {
  font-size: 0.9em;
  line-height: 2em;
}
.page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 50px;
  position: relative;
}
.page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow.col-3, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow.col-3, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow.col-3 {
  padding: 0 170px;
}
.page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow::before, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow::before, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #AAA;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}
.page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow li, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow li, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow li {
  width: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow li .number, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow li .number, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow li .number {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #FFF;
  background-color: #AAA;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
}
.page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow li .image, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow li .image, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow li .image, .page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow li .cont, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow li .cont, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow li .cont {
  width: 100%;
}
.page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow li .cont .ttl, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow li .cont .ttl, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow li .cont .ttl {
  width: 100%;
  text-aling: center;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 0;
}
.page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow li .cont .desc, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow li .cont .desc, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow li .cont .desc {
  width: 100%;
  font-size: 0.8em;
}
.page .sect-achieved .wrapper .inner .unit-04, .page .sect-estate .wrapper .inner .unit-04, .page .sect-concept .wrapper .inner .unit-04 {
  padding: 0 150px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page .sect-achieved .wrapper .inner .unit-04 .item, .page .sect-estate .wrapper .inner .unit-04 .item, .page .sect-concept .wrapper .inner .unit-04 .item {
  width: 45%;
  padding: 60px 10px;
  background-color: #CCC;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .sect-achieved .wrapper .inner .unit-04 .item .ttl, .page .sect-estate .wrapper .inner .unit-04 .item .ttl, .page .sect-concept .wrapper .inner .unit-04 .item .ttl {
  font-size: 1.2em;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-lead, .page .sect-estate .wrapper .inner .unit-05 .area-lead, .page .sect-concept .wrapper .inner .unit-05 .area-lead {
  margin-top: 25px;
  margin-bottom: 50px;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-lead .desc, .page .sect-estate .wrapper .inner .unit-05 .area-lead .desc, .page .sect-concept .wrapper .inner .unit-05 .area-lead .desc {
  width: 100%;
  text-align: center;
  font-size: 1em;
  line-height: 2em;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-cont, .page .sect-estate .wrapper .inner .unit-05 .area-cont, .page .sect-concept .wrapper .inner .unit-05 .area-cont {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-cont .item, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item {
  width: 550px;
  margin-bottom: 50px;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .image, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .image, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .image {
  width: 100%;
  height: 365px;
  margin-bottom: 10px;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .image img, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .image img, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .cont, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .cont, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .cont {
  width: 100%;
  margin-bottom: 10px;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .cont p, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .cont p, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .cont p {
  width: 100%;
  text-align: center;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .cont .sub, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .cont .sub, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .cont .sub {
  font-size: 0.9em;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .cont .ttl, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .cont .ttl, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .cont .ttl {
  font-size: 1.2em;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .cont .desc, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .cont .desc, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .cont .desc {
  font-size: 0.9em;
  text-align: left;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .btn, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .btn, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .btn a, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .btn a, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .btn a {
  border-radius: 2em;
  padding: 5px 25px;
  color: #FFF;
  background-color: #888;
  font-size: 0.9em;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .btn a:hover, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .btn a:hover, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .btn a:hover {
  background-color: #e57500;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-lead, .page .sect-estate .wrapper .inner .unit-06 .area-lead, .page .sect-concept .wrapper .inner .unit-06 .area-lead {
  margin-top: 25px;
  margin-bottom: 50px;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-lead .desc, .page .sect-estate .wrapper .inner .unit-06 .area-lead .desc, .page .sect-concept .wrapper .inner .unit-06 .area-lead .desc {
  width: 100%;
  text-align: center;
  font-size: 1em;
  line-height: 2em;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont, .page .sect-estate .wrapper .inner .unit-06 .area-cont, .page .sect-concept .wrapper .inner .unit-06 .area-cont {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item {
  width: 400px;
  padding: 0 15px;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .image, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .image, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .image {
  width: 100%;
  height: 350px;
  margin-bottom: 15px;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .image img, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .image img, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .cont, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .cont, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .cont {
  width: 100%;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .cont p, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .cont p, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .cont p {
  width: 100%;
  text-align: center;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .cont .catch, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .cont .catch, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .cont .catch {
  line-height: 1.25;
  margin-bottom: 10px;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .cont .ttl, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .cont .ttl, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .cont .ttl {
  font-size: 1.2em;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .cont .price, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .cont .price, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .cont .price {
  font-size: 0.8em;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .cont .desc, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .cont .desc, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .cont .desc {
  margin-top: 10px;
  font-size: 0.9em;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .btn, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .btn, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .btn {
  width: 100%;
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .btn a, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .btn a, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .btn a {
  border-radius: 2em;
  padding: 5px 25px;
  color: #FFF;
  background-color: #16993e;
  font-size: 0.9em;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .btn a:hover, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .btn a:hover, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .btn a:hover {
  background-color: #888;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .btn.color-2 a, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .btn.color-2 a, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .btn.color-2 a {
  background-color: #e57500;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .btn.color-2 a:hover, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .btn.color-2 a:hover, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .btn.color-2 a:hover {
  background-color: #888;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .btn.color-3 a, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .btn.color-3 a, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .btn.color-3 a {
  background-color: #622600;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .btn.color-3 a:hover, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .btn.color-3 a:hover, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .btn.color-3 a:hover {
  background-color: #888;
}
.page .sect-achieved .wrapper .inner .unit-06 .area-cont .item:nth-child(n+2), .page .sect-estate .wrapper .inner .unit-06 .area-cont .item:nth-child(n+2), .page .sect-concept .wrapper .inner .unit-06 .area-cont .item:nth-child(n+2) {
  border-left: 1px solid #CCC;
}
.page .sect-achieved .wrapper .inner .unit-07, .page .sect-estate .wrapper .inner .unit-07, .page .sect-concept .wrapper .inner .unit-07 {
  background-color: #999;
  padding: 50px 0;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap, .page .sect-estate .wrapper .inner .unit-07 .wrap, .page .sect-concept .wrapper .inner .unit-07 .wrap {
  width: 1100px;
  margin: 0 auto;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap p, .page .sect-estate .wrapper .inner .unit-07 .wrap p, .page .sect-concept .wrapper .inner .unit-07 .wrap p {
  color: #FFF;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap .lead, .page .sect-estate .wrapper .inner .unit-07 .wrap .lead, .page .sect-concept .wrapper .inner .unit-07 .wrap .lead {
  width: 360px;
  font-size: 1.2em;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap .image, .page .sect-estate .wrapper .inner .unit-07 .wrap .image, .page .sect-concept .wrapper .inner .unit-07 .wrap .image {
  width: 370px;
  height: 350px;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap .image img, .page .sect-estate .wrapper .inner .unit-07 .wrap .image img, .page .sect-concept .wrapper .inner .unit-07 .wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap .cont, .page .sect-estate .wrapper .inner .unit-07 .wrap .cont, .page .sect-concept .wrapper .inner .unit-07 .wrap .cont {
  width: 370px;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap .cont p, .page .sect-estate .wrapper .inner .unit-07 .wrap .cont p, .page .sect-concept .wrapper .inner .unit-07 .wrap .cont p {
  width: 100%;
  text-align: center;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap .cont .catch, .page .sect-estate .wrapper .inner .unit-07 .wrap .cont .catch, .page .sect-concept .wrapper .inner .unit-07 .wrap .cont .catch {
  line-height: 1.25;
  margin-bottom: 10px;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap .cont .ttl, .page .sect-estate .wrapper .inner .unit-07 .wrap .cont .ttl, .page .sect-concept .wrapper .inner .unit-07 .wrap .cont .ttl {
  font-size: 1.2em;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap .cont .price, .page .sect-estate .wrapper .inner .unit-07 .wrap .cont .price, .page .sect-concept .wrapper .inner .unit-07 .wrap .cont .price {
  font-size: 0.8em;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap .cont .desc, .page .sect-estate .wrapper .inner .unit-07 .wrap .cont .desc, .page .sect-concept .wrapper .inner .unit-07 .wrap .cont .desc {
  margin-top: 10px;
  font-size: 0.9em;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap .cont .btn, .page .sect-estate .wrapper .inner .unit-07 .wrap .cont .btn, .page .sect-concept .wrapper .inner .unit-07 .wrap .cont .btn {
  width: 100%;
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap .cont .btn a, .page .sect-estate .wrapper .inner .unit-07 .wrap .cont .btn a, .page .sect-concept .wrapper .inner .unit-07 .wrap .cont .btn a {
  border-radius: 2em;
  padding: 5px 25px;
  color: #FFF;
  background-color: #070055;
  font-size: 0.9em;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-07 .wrap .cont .btn a:hover, .page .sect-estate .wrapper .inner .unit-07 .wrap .cont .btn a:hover, .page .sect-concept .wrapper .inner .unit-07 .wrap .cont .btn a:hover {
  background-color: #888;
}
.page .sect-achieved .wrapper .inner .unit-08 .list-comparison, .page .sect-estate .wrapper .inner .unit-08 .list-comparison, .page .sect-concept .wrapper .inner .unit-08 .list-comparison {
  width: 100%;
  border-collapse: collapse;
}
.page .sect-achieved .wrapper .inner .unit-08 .list-comparison tr, .page .sect-estate .wrapper .inner .unit-08 .list-comparison tr, .page .sect-concept .wrapper .inner .unit-08 .list-comparison tr {
  border-bottom: 1px solid #CCC;
}
.page .sect-achieved .wrapper .inner .unit-08 .list-comparison tr th, .page .sect-achieved .wrapper .inner .unit-08 .list-comparison tr td {
  font-size: 0.9em;
  padding: 25px 15px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  width: 28%;
}
.page .sect-estate .wrapper .inner .unit-08 .list-comparison tr th, .page .sect-estate .wrapper .inner .unit-08 .list-comparison tr td {
  font-size: 0.9em;
  padding: 25px 15px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  width: 28%;
}
.page .sect-concept .wrapper .inner .unit-08 .list-comparison tr th, .page .sect-concept .wrapper .inner .unit-08 .list-comparison tr td {
  font-size: 0.9em;
  padding: 25px 15px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  width: 28%;
}
.page .sect-achieved .wrapper .inner .unit-08 .list-comparison tr th.cat, .page .sect-achieved .wrapper .inner .unit-08 .list-comparison tr td.cat {
  width: 16%;
  text-align: left;
  border-right: 1px solid #CCC;
}
.page .sect-estate .wrapper .inner .unit-08 .list-comparison tr th.cat, .page .sect-estate .wrapper .inner .unit-08 .list-comparison tr td.cat {
  width: 16%;
  text-align: left;
  border-right: 1px solid #CCC;
}
.page .sect-concept .wrapper .inner .unit-08 .list-comparison tr th.cat, .page .sect-concept .wrapper .inner .unit-08 .list-comparison tr td.cat {
  width: 16%;
  text-align: left;
  border-right: 1px solid #CCC;
}
.page .sect-achieved .wrapper .inner .unit-08 .list-comparison tr.no-border-btm, .page .sect-estate .wrapper .inner .unit-08 .list-comparison tr.no-border-btm, .page .sect-concept .wrapper .inner .unit-08 .list-comparison tr.no-border-btm {
  border-bottom: 0;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-lead, .page .sect-estate .wrapper .inner .unit-09 .area-lead, .page .sect-concept .wrapper .inner .unit-09 .area-lead {
  margin-top: 25px;
  margin-bottom: 50px;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-lead p, .page .sect-estate .wrapper .inner .unit-09 .area-lead p, .page .sect-concept .wrapper .inner .unit-09 .area-lead p {
  width: 100%;
  text-align: center;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-lead .lead, .page .sect-estate .wrapper .inner .unit-09 .area-lead .lead, .page .sect-concept .wrapper .inner .unit-09 .area-lead .lead {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-lead .desc, .page .sect-estate .wrapper .inner .unit-09 .area-lead .desc, .page .sect-concept .wrapper .inner .unit-09 .area-lead .desc {
  font-size: 0.9em;
  line-height: 2em;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-cont .image, .page .sect-estate .wrapper .inner .unit-09 .area-cont .image, .page .sect-concept .wrapper .inner .unit-09 .area-cont .image {
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-cont .cont, .page .sect-estate .wrapper .inner .unit-09 .area-cont .cont, .page .sect-concept .wrapper .inner .unit-09 .area-cont .cont {
  width: 100%;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-cont .cont p, .page .sect-estate .wrapper .inner .unit-09 .area-cont .cont p, .page .sect-concept .wrapper .inner .unit-09 .area-cont .cont p {
  width: 100%;
  text-align: center;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-cont .cont .catch, .page .sect-estate .wrapper .inner .unit-09 .area-cont .cont .catch, .page .sect-concept .wrapper .inner .unit-09 .area-cont .cont .catch {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-cont .cont .ttl, .page .sect-estate .wrapper .inner .unit-09 .area-cont .cont .ttl, .page .sect-concept .wrapper .inner .unit-09 .area-cont .cont .ttl {
  font-size: 1.2em;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-cont .cont .price, .page .sect-estate .wrapper .inner .unit-09 .area-cont .cont .price, .page .sect-concept .wrapper .inner .unit-09 .area-cont .cont .price {
  font-size: 0.8em;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-cont .cont .desc, .page .sect-estate .wrapper .inner .unit-09 .area-cont .cont .desc, .page .sect-concept .wrapper .inner .unit-09 .area-cont .cont .desc {
  margin-top: 10px;
  font-size: 0.9em;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-cont .cont .btn, .page .sect-estate .wrapper .inner .unit-09 .area-cont .cont .btn, .page .sect-concept .wrapper .inner .unit-09 .area-cont .cont .btn {
  width: 100%;
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-cont .cont .btn a, .page .sect-estate .wrapper .inner .unit-09 .area-cont .cont .btn a, .page .sect-concept .wrapper .inner .unit-09 .area-cont .cont .btn a {
  border-radius: 2em;
  padding: 5px 25px;
  color: #FFF;
  background-color: #070055;
  font-size: 0.9em;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-09 .area-cont .cont .btn a:hover, .page .sect-estate .wrapper .inner .unit-09 .area-cont .cont .btn a:hover, .page .sect-concept .wrapper .inner .unit-09 .area-cont .cont .btn a:hover {
  background-color: #888;
}
.page .sect-achieved .wrapper .inner .unit-10, .page .sect-estate .wrapper .inner .unit-10, .page .sect-concept .wrapper .inner .unit-10 {
  padding: 0 100px;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-lead, .page .sect-estate .wrapper .inner .unit-10 .area-lead, .page .sect-concept .wrapper .inner .unit-10 .area-lead {
  margin-top: 25px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-lead .lead, .page .sect-estate .wrapper .inner .unit-10 .area-lead .lead, .page .sect-concept .wrapper .inner .unit-10 .area-lead .lead {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-lead .desc, .page .sect-estate .wrapper .inner .unit-10 .area-lead .desc, .page .sect-concept .wrapper .inner .unit-10 .area-lead .desc {
  font-size: 0.9em;
  line-height: 2em;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-cont .box, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box {
  border: 1px solid #16993e;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-head, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-head, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-head {
  padding: 10px 15px;
  background-color: #16993e;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-head .ttl, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-head .ttl, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-head .ttl {
  color: #FFF;
  font-size: 1.3em;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont {
  padding: 20px;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case {
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt, .page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd {
  padding: 15px;
  font-size: 0.9em;
}
.page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd {
  padding: 15px;
  font-size: 0.9em;
}
.page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd {
  padding: 15px;
  font-size: 0.9em;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt:nth-of-type(n+2), .page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd:nth-of-type(n+2) {
  border-top: 1px solid #CCC;
}
.page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt:nth-of-type(n+2), .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd:nth-of-type(n+2) {
  border-top: 1px solid #CCC;
}
.page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt:nth-of-type(n+2), .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd:nth-of-type(n+2) {
  border-top: 1px solid #CCC;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt {
  width: 20%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #CCC;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd {
  width: 80%;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-note, .page .sect-estate .wrapper .inner .unit-10 .area-note, .page .sect-concept .wrapper .inner .unit-10 .area-note {
  margin-top: 25px;
}
.page .sect-achieved .wrapper .inner .unit-10 .area-note .txt, .page .sect-estate .wrapper .inner .unit-10 .area-note .txt, .page .sect-concept .wrapper .inner .unit-10 .area-note .txt {
  width: 100%;
  font-size: 0.9em;
  line-height: 2;
}
.page .sect-achieved .wrapper .inner .unit-11, .page .sect-estate .wrapper .inner .unit-11, .page .sect-concept .wrapper .inner .unit-11 {
  padding: 0 130px;
}
.page .sect-achieved .wrapper .inner .unit-11 .area-lead, .page .sect-estate .wrapper .inner .unit-11 .area-lead, .page .sect-concept .wrapper .inner .unit-11 .area-lead {
  margin-top: 25px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .sect-achieved .wrapper .inner .unit-11 .area-lead .txt, .page .sect-estate .wrapper .inner .unit-11 .area-lead .txt, .page .sect-concept .wrapper .inner .unit-11 .area-lead .txt {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2;
}
.page .sect-achieved .wrapper .inner .unit-11 .area-lead .desc, .page .sect-estate .wrapper .inner .unit-11 .area-lead .desc, .page .sect-concept .wrapper .inner .unit-11 .area-lead .desc {
  margin-top: 25px;
  font-size: 1em;
  line-height: 2;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-11 .area-cont, .page .sect-estate .wrapper .inner .unit-11 .area-cont, .page .sect-concept .wrapper .inner .unit-11 .area-cont {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .sect-achieved .wrapper .inner .unit-11 .area-cont .formula, .page .sect-estate .wrapper .inner .unit-11 .area-cont .formula, .page .sect-concept .wrapper .inner .unit-11 .area-cont .formula {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-11 .area-note, .page .sect-estate .wrapper .inner .unit-11 .area-note, .page .sect-concept .wrapper .inner .unit-11 .area-note {
  margin-top: 50px;
}
.page .sect-achieved .wrapper .inner .unit-11 .area-note .txt, .page .sect-estate .wrapper .inner .unit-11 .area-note .txt, .page .sect-concept .wrapper .inner .unit-11 .area-note .txt {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  line-height: 2.3;
  text-align: center;
}
.page .sect-achieved .wrapper .inner .unit-12 .area-text, .page .sect-estate .wrapper .inner .unit-12 .area-text, .page .sect-concept .wrapper .inner .unit-12 .area-text {
  margin-top: 25px;
  margin-bottom: 50px;
}
.page .sect-achieved .wrapper .inner .unit-12 .area-text .txt, .page .sect-estate .wrapper .inner .unit-12 .area-text .txt, .page .sect-concept .wrapper .inner .unit-12 .area-text .txt {
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  line-height: 2;
}
.page .sect-achieved .wrapper .inner .unit-12 .area-cont, .page .sect-estate .wrapper .inner .unit-12 .area-cont, .page .sect-concept .wrapper .inner .unit-12 .area-cont {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page .sect-achieved .wrapper .inner .unit-12 .area-cont .box, .page .sect-estate .wrapper .inner .unit-12 .area-cont .box, .page .sect-concept .wrapper .inner .unit-12 .area-cont .box {
  width: 48%;
}
.page .sect-achieved .wrapper .inner .unit-12 .area-cont .box .item-head, .page .sect-estate .wrapper .inner .unit-12 .area-cont .box .item-head, .page .sect-concept .wrapper .inner .unit-12 .area-cont .box .item-head {
  width: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #16993e;
  padding: 2px 10px;
}
.page .sect-achieved .wrapper .inner .unit-12 .area-cont .box .item-head .head, .page .sect-estate .wrapper .inner .unit-12 .area-cont .box .item-head .head, .page .sect-concept .wrapper .inner .unit-12 .area-cont .box .item-head .head {
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-12 .area-cont .box .item-head.bg-2, .page .sect-estate .wrapper .inner .unit-12 .area-cont .box .item-head.bg-2, .page .sect-concept .wrapper .inner .unit-12 .area-cont .box .item-head.bg-2 {
  background-color: #e57500;
}
.page .sect-achieved .wrapper .inner .unit-12 .area-cont .box .item-cont, .page .sect-estate .wrapper .inner .unit-12 .area-cont .box .item-cont, .page .sect-concept .wrapper .inner .unit-12 .area-cont .box .item-cont {
  border: 2px solid #16993e;
  padding: 20px;
}
.page .sect-achieved .wrapper .inner .unit-12 .area-cont .box .item-cont .desc, .page .sect-estate .wrapper .inner .unit-12 .area-cont .box .item-cont .desc, .page .sect-concept .wrapper .inner .unit-12 .area-cont .box .item-cont .desc {
  width: 100%;
  font-size: 0.9em;
  line-height: 2;
}
.page .sect-achieved .wrapper .inner .unit-12 .area-cont .box .item-cont.border-2, .page .sect-estate .wrapper .inner .unit-12 .area-cont .box .item-cont.border-2, .page .sect-concept .wrapper .inner .unit-12 .area-cont .box .item-cont.border-2 {
  border: 2px solid #e57500;
}
.page .sect-achieved .wrapper .inner .unit-13 .area-icon .list-icon, .page .sect-estate .wrapper .inner .unit-13 .area-icon .list-icon, .page .sect-concept .wrapper .inner .unit-13 .area-icon .list-icon {
  width: 736px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page .sect-achieved .wrapper .inner .unit-13 .area-icon .list-icon li, .page .sect-estate .wrapper .inner .unit-13 .area-icon .list-icon li, .page .sect-concept .wrapper .inner .unit-13 .area-icon .list-icon li {
  width: 154px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
  margin-bottom: 40px;
}
.page .sect-achieved .wrapper .inner .unit-13 .area-icon .list-icon li:nth-child(4n), .page .sect-estate .wrapper .inner .unit-13 .area-icon .list-icon li:nth-child(4n), .page .sect-concept .wrapper .inner .unit-13 .area-icon .list-icon li:nth-child(4n) {
  margin-right: 0;
}
.page .sect-achieved .wrapper .inner .unit-13 .area-btn, .page .sect-estate .wrapper .inner .unit-13 .area-btn, .page .sect-concept .wrapper .inner .unit-13 .area-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.page .sect-achieved .wrapper .inner .unit-13 .area-btn a, .page .sect-estate .wrapper .inner .unit-13 .area-btn a, .page .sect-concept .wrapper .inner .unit-13 .area-btn a {
  width: 40%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #e57500;
  padding: 15px;
  border-radius: 2em;
}
.page .sect-achieved .wrapper .inner .unit-13 .area-btn a:hover, .page .sect-estate .wrapper .inner .unit-13 .area-btn a:hover, .page .sect-concept .wrapper .inner .unit-13 .area-btn a:hover {
  background-color: #16993e;
}
.page .sect-achieved .wrapper .inner .unit-14, .page .sect-estate .wrapper .inner .unit-14, .page .sect-concept .wrapper .inner .unit-14 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page .sect-achieved .wrapper .inner .unit-14 .area-lead, .page .sect-estate .wrapper .inner .unit-14 .area-lead, .page .sect-concept .wrapper .inner .unit-14 .area-lead {
  margin-top: 25px;
  margin-bottom: 50px;
}
.page .sect-achieved .wrapper .inner .unit-14 .area-lead .lead, .page .sect-estate .wrapper .inner .unit-14 .area-lead .lead, .page .sect-concept .wrapper .inner .unit-14 .area-lead .lead {
  width: 100%;
  font-weight: bold;
  font-size: 1.5em;
}
.page .sect-achieved .wrapper .inner .unit-14 .area-cont, .page .sect-estate .wrapper .inner .unit-14 .area-cont, .page .sect-concept .wrapper .inner .unit-14 .area-cont {
  width: 625px;
}
.page .sect-achieved .wrapper .inner .unit-14 .area-cont .lead, .page .sect-estate .wrapper .inner .unit-14 .area-cont .lead, .page .sect-concept .wrapper .inner .unit-14 .area-cont .lead {
  width: 100%;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 50px;
}
.page .sect-achieved .wrapper .inner .unit-14 .area-cont .box-cont .txt, .page .sect-estate .wrapper .inner .unit-14 .area-cont .box-cont .txt, .page .sect-concept .wrapper .inner .unit-14 .area-cont .box-cont .txt {
  width: 100%;
  font-size: 0.9em;
  line-height: 2;
}
.page .sect-achieved .wrapper .inner .unit-14 .area-cont .box-cont .txt:nth-child(n+2), .page .sect-estate .wrapper .inner .unit-14 .area-cont .box-cont .txt:nth-child(n+2), .page .sect-concept .wrapper .inner .unit-14 .area-cont .box-cont .txt:nth-child(n+2) {
  margin-top: 2em;
}
.page .sect-achieved .wrapper .inner .unit-14 .area-img, .page .sect-estate .wrapper .inner .unit-14 .area-img, .page .sect-concept .wrapper .inner .unit-14 .area-img {
  width: 525px;
}
.page .sect-achieved .wrapper .inner .unit-14 .area-img .box-sign, .page .sect-estate .wrapper .inner .unit-14 .area-img .box-sign, .page .sect-concept .wrapper .inner .unit-14 .area-img .box-sign {
  margin-top: 25px;
}
.page .sect-achieved .wrapper .inner .unit-14 .area-img .box-sign p, .page .sect-estate .wrapper .inner .unit-14 .area-img .box-sign p, .page .sect-concept .wrapper .inner .unit-14 .area-img .box-sign p {
  width: 100%;
  font-weight: bold;
}
.page .sect-achieved .wrapper .inner .unit-14 .area-img .box-sign .txt, .page .sect-estate .wrapper .inner .unit-14 .area-img .box-sign .txt, .page .sect-concept .wrapper .inner .unit-14 .area-img .box-sign .txt {
  font-size: 1.1em;
}
.page .sect-achieved .wrapper .inner .unit-14 .area-img .box-sign .sign, .page .sect-estate .wrapper .inner .unit-14 .area-img .box-sign .sign, .page .sect-concept .wrapper .inner .unit-14 .area-img .box-sign .sign {
  font-size: 1.2em;
}
.page .sect-achieved .wrapper .inner .unit-15 .list-company, .page .sect-estate .wrapper .inner .unit-15 .list-company, .page .sect-concept .wrapper .inner .unit-15 .list-company {
  width: 100%;
  padding: 0 100px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page .sect-achieved .wrapper .inner .unit-15 .list-company dt, .page .sect-achieved .wrapper .inner .unit-15 .list-company dd {
  padding: 25px 50px;
  font-size: 1em;
}
.page .sect-estate .wrapper .inner .unit-15 .list-company dt, .page .sect-estate .wrapper .inner .unit-15 .list-company dd {
  padding: 25px 50px;
  font-size: 1em;
}
.page .sect-concept .wrapper .inner .unit-15 .list-company dt, .page .sect-concept .wrapper .inner .unit-15 .list-company dd {
  padding: 25px 50px;
  font-size: 1em;
}
.page .sect-achieved .wrapper .inner .unit-15 .list-company dt:nth-of-type(n+2), .page .sect-achieved .wrapper .inner .unit-15 .list-company dd:nth-of-type(n+2) {
  border-top: 1px solid #CCC;
}
.page .sect-estate .wrapper .inner .unit-15 .list-company dt:nth-of-type(n+2), .page .sect-estate .wrapper .inner .unit-15 .list-company dd:nth-of-type(n+2) {
  border-top: 1px solid #CCC;
}
.page .sect-concept .wrapper .inner .unit-15 .list-company dt:nth-of-type(n+2), .page .sect-concept .wrapper .inner .unit-15 .list-company dd:nth-of-type(n+2) {
  border-top: 1px solid #CCC;
}
.page .sect-achieved .wrapper .inner .unit-15 .list-company dt, .page .sect-estate .wrapper .inner .unit-15 .list-company dt, .page .sect-concept .wrapper .inner .unit-15 .list-company dt {
  width: 45%;
}
.page .sect-achieved .wrapper .inner .unit-15 .list-company dd, .page .sect-estate .wrapper .inner .unit-15 .list-company dd, .page .sect-concept .wrapper .inner .unit-15 .list-company dd {
  width: 55%;
}
.page .sect-achieved .wrapper .inner .unit-16, .page .sect-estate .wrapper .inner .unit-16, .page .sect-concept .wrapper .inner .unit-16 {
  padding: 0 100px;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-head, .page .sect-estate .wrapper .inner .unit-16 .area-head, .page .sect-concept .wrapper .inner .unit-16 .area-head {
  margin-bottom: 50px;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-head .txt, .page .sect-estate .wrapper .inner .unit-16 .area-head .txt, .page .sect-concept .wrapper .inner .unit-16 .area-head .txt {
  color: #FFF;
  font-size: 1.3em;
  font-weight: bold;
  padding: 5px 40px;
  border-radius: 2em;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-head .txt.bg-1, .page .sect-estate .wrapper .inner .unit-16 .area-head .txt.bg-1, .page .sect-concept .wrapper .inner .unit-16 .area-head .txt.bg-1 {
  background-color: #16993e;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-head .txt.bg-2, .page .sect-estate .wrapper .inner .unit-16 .area-head .txt.bg-2, .page .sect-concept .wrapper .inner .unit-16 .area-head .txt.bg-2 {
  background-color: #e57500;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item {
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-img, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-img, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-img {
  width: 300px;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont {
  width: 650px;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .head, .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .msg, .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .sns {
  width: 100%;
}
.page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .head, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .msg, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .sns {
  width: 100%;
}
.page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .head, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .msg, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .sns {
  width: 100%;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .head p, .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .msg p, .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .sns p {
  width: 100%;
}
.page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .head p, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .msg p, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .sns p {
  width: 100%;
}
.page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .head p, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .msg p, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .sns p {
  width: 100%;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .head .name, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .head .name, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .head .name {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .head .license, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .head .license, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .head .license {
  font-size: 0.8em;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .msg, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .msg, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .msg {
  margin-top: 30px;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .msg .ttl, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .msg .ttl, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .msg .ttl {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 5px;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .msg .txt, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .msg .txt, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .msg .txt {
  font-size: 0.9em;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .sns, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .sns, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .sns {
  margin-top: 20px;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a span, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a span, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a span {
  font-size: 0.9em;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a i, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a i, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a i {
  margin-left: 10px;
  font-size: 1.3em;
}
.page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a:hover, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a:hover, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a:hover {
  color: #16993e;
}
.page .sect-style .wrapper .inner .unit {
  margin-bottom: 100px;
}
.page .sect-style .wrapper .inner .unit.mb-0 {
  margin-bottom: 0;
}
.page .sect-style .wrapper .inner .unit.mb-25 {
  margin-bottom: 25px;
}
.page .sect-style .wrapper .inner .unit-01 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page .sect-style .wrapper .inner .unit-01 .area-img {
  width: 560px;
}
.page .sect-style .wrapper .inner .unit-01 .area-img img:nth-child(n+2) {
  margin-top: 25px;
}
.page .sect-style .wrapper .inner .unit-01 .area-text {
  width: 550px;
}
.page .sect-style .wrapper .inner .unit-01 .area-text p {
  width: 100%;
}
.page .sect-style .wrapper .inner .unit-01 .area-text .ttl {
  font-size: 4.3em;
  font-weight: bold;
  line-height: 1;
  font-family: serif;
  padding: 50px 0;
}
.page .sect-style .wrapper .inner .unit-01 .area-text .lead {
  font-size: 2em;
  margin-bottom: 50px;
}
.page .sect-style .wrapper .inner .unit-01 .area-text .txt {
  font-size: 1em;
  line-height: 2;
}
.page .sect-style .wrapper .inner .unit-01 .area-menu {
  margin-top: 100px;
}
.page .sect-style .wrapper .inner .unit-01 .area-menu .list-menu {
  width: 100%;
}
.page .sect-style .wrapper .inner .unit-01 .area-menu .list-menu li {
  width: 50%;
}
.page .sect-style .wrapper .inner .unit-01 .area-menu .list-menu li a {
  width: 100%;
  padding: 10px 0;
  color: #FFF;
  background-color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .sect-style .wrapper .inner .unit-01 .area-menu .list-menu li a p {
  font-weight: bold;
}
.page .sect-style .wrapper .inner .unit-01 .area-menu .list-menu li a i {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  margin-left: 10px;
}
.page .sect-style .wrapper .inner .unit-01 .area-menu .list-menu li a:hover i {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.page .sect-style .wrapper .inner .unit-01 .area-menu .list-menu li:nth-child(n+2) {
  border-left: 1px solid #FFF;
}
.page .sect-style .wrapper .inner .unit-01 .area-menu .list-menu.btncolor-1 li a {
  background-color: #070055;
}
.page .sect-style .wrapper .inner .unit-01 .area-menu .list-menu.btncolor-2 li a {
  background-color: #16993e;
}
.page .sect-style .wrapper .inner .unit-01 .area-menu .list-menu.btncolor-3 li a {
  background-color: #e57500;
}
.page .sect-style .wrapper .inner .unit-01 .area-menu .list-menu.btncolor-4 li a {
  background-color: #622600;
}
.page .sect-style .wrapper .inner .unit-02 {
  margin-left: auto;
  margin-right: auto;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.page .sect-style .wrapper .inner .unit-02 .area-text {
  width: 550px;
  height: 100%;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page .sect-style .wrapper .inner .unit-02 .area-text .wrap {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.3);
}
.page .sect-style .wrapper .inner .unit-02 .area-text .wrap p {
  width: 100%;
  color: #FFF;
}
.page .sect-style .wrapper .inner .unit-02 .area-text .wrap .ttl {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page .sect-style .wrapper .inner .unit-02 .area-text .wrap .txt {
  font-size: 0.9em;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page .sect-style .wrapper .inner .unit-02 .area-text .wrap.bg-1 {
  background-color: rgba(7, 0, 85, 0.35);
}
.page .sect-style .wrapper .inner .unit-02 .area-text .wrap.bg-2 {
  background-color: rgba(22, 154, 60, 0.35);
}
.page .sect-style .wrapper .inner .unit-02 .area-text .wrap.bg-3 {
  background-color: rgba(230, 117, 0, 0.35);
}
.page .sect-style .wrapper .inner .unit-02 .area-text .wrap.bg-4 {
  background-color: rgba(98, 38, 0, 0.35);
}
.page .sect-style .wrapper .inner .unit-02 .area-img {
  width: auto;
}
.page .sect-style .wrapper .inner .unit-03 {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page .sect-style .wrapper .inner .unit-03 .area {
  width: 530px;
  margin-bottom: 80px;
}
.page .sect-style .wrapper .inner .unit-03 .area-text p {
  width: 100%;
}
.page .sect-style .wrapper .inner .unit-03 .area-text .lead {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 30px;
}
.page .sect-style .wrapper .inner .unit-03 .area-text .txt {
  font-size: 1em;
  line-height: 2;
}
.page .sect-style .wrapper .inner .unit-03 .area-floor .box-head {
  margin-bottom: 10px;
}
.page .sect-style .wrapper .inner .unit-03 .area-floor .box-head p {
  font-size: 1.2em;
  font-weight: bold;
}
.page .sect-style .wrapper .inner .unit-03 .area-floor .box-pict {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .sect-style .wrapper .inner .unit-03 .area-floor .box-desc {
  padding: 0 25px;
  margin-top: 50px;
}
.page .sect-style .wrapper .inner .unit-03 .area-floor .box-desc .wrap {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page .sect-style .wrapper .inner .unit-03 .area-floor .box-desc .txt {
  width: 100%;
  font-size: 0.8em;
}
.page .sect-style .wrapper .inner .unit-03 .area-floor .box-desc .ttl {
  font-size: 1.2em;
  line-height: 1.2;
  margin-right: 10px;
}
.page .sect-style .wrapper .inner .unit-03 .area-floor .box-desc .price {
  font-size: 3em;
  line-height: 1;
}
.page .sect-style .wrapper .inner .unit-03 .area-floor .box-desc .note {
  font-size: 0.9em;
}
.page .sect-recruit .wrapper .inner .unit {
  margin-bottom: 100px;
}
.page .sect-recruit .wrapper .inner .unit-01 {
  padding: 0 100px;
}
.page .sect-recruit .wrapper .inner .unit-01 .area-head {
  padding: 5px 25px;
}
.page .sect-recruit .wrapper .inner .unit-01 .area-head .ttl {
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
}
.page .sect-recruit .wrapper .inner .unit-01 .area-head.bg-1 {
  background-color: #16993e;
}
.page .sect-recruit .wrapper .inner .unit-01 .area-head.bg-2 {
  background-color: #e57500;
}
.page .sect-recruit .wrapper .inner .unit-01 .area-cont {
  padding: 25px 0;
}
.page .sect-recruit .wrapper .inner .unit-01 .area-cont .txt {
  font-size: 1em;
  line-height: 2em;
}
.page .sect-recruit .wrapper .inner .unit-01 .area-cont .list-recruit {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #CCC;
}
.page .sect-recruit .wrapper .inner .unit-01 .area-cont .list-recruit dt, .page .sect-recruit .wrapper .inner .unit-01 .area-cont .list-recruit dd {
  font-size: 0.9em;
  padding: 15px 10px;
  line-height: 1.5;
  border-bottom: 1px solid #CCC;
}
.page .sect-recruit .wrapper .inner .unit-01 .area-cont .list-recruit dt {
  width: 20%;
  font-weight: bold;
  border-right: 1px solid #CCC;
}
.page .sect-recruit .wrapper .inner .unit-01 .area-cont .list-recruit dd {
  width: 80%;
}
.page .sect-recruit .wrapper .inner .unit-02 {
  margin-left: auto;
  margin-right: auto;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
.page .sect-recruit .wrapper .inner .unit-02 .area-text {
  width: 650px;
  height: 100%;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.page .sect-recruit .wrapper .inner .unit-02 .area-text .wrap {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.75);
}
.page .sect-recruit .wrapper .inner .unit-02 .area-text .wrap p {
  width: 100%;
}
.page .sect-recruit .wrapper .inner .unit-02 .area-text .wrap .ttl {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page .sect-recruit .wrapper .inner .unit-02 .area-text .wrap .txt {
  font-size: 0.9em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page .sect-recruit .wrapper .inner .unit-02 .area-img {
  width: 500px;
}
.page .sect-recruit .wrapper .inner .unit-02.layout-02 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.page .sect-recruit .wrapper .inner .unit-02.layout-02 .area-text {
  right: auto;
  left: 0;
}
.page .sect-article .wrapper .inner .unit {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.page .sect-article .wrapper .inner .unit h3, .page .sect-article .wrapper .inner .unit p {
  width: 100%;
}
.page .sect-article .wrapper .inner .unit h3 {
  font-size: 1.1em;
  font-weight: bold;
}

@media only screen and (max-width: 896px) {
  .page .sect-achieved .wrapper .inner .unit, .page .sect-estate .wrapper .inner .unit, .page .sect-concept .wrapper .inner .unit {
    margin-bottom: 50px;
  }
  .page .sect-achieved .wrapper .inner .unit-01 .area-text, .page .sect-estate .wrapper .inner .unit-01 .area-text, .page .sect-concept .wrapper .inner .unit-01 .area-text {
    width: 100%;
    min-width: 100%;
    position: static;
    padding: 15px 10px;
    background-color: #0d5121;
  }
  .page .sect-achieved .wrapper .inner .unit-01 .area-text .ttl, .page .sect-estate .wrapper .inner .unit-01 .area-text .ttl, .page .sect-concept .wrapper .inner .unit-01 .area-text .ttl {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .page .sect-achieved .wrapper .inner .unit-01 .area-text .txt, .page .sect-estate .wrapper .inner .unit-01 .area-text .txt, .page .sect-concept .wrapper .inner .unit-01 .area-text .txt {
    font-size: 0.8em;
    line-height: 1.75;
  }
  .page .sect-achieved .wrapper .inner .unit-02, .page .sect-estate .wrapper .inner .unit-02, .page .sect-concept .wrapper .inner .unit-02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-achieved .wrapper .inner .unit-02 .area-text, .page .sect-estate .wrapper .inner .unit-02 .area-text, .page .sect-concept .wrapper .inner .unit-02 .area-text {
    width: 100%;
    position: static;
  }
  .page .sect-achieved .wrapper .inner .unit-02 .area-text .wrap, .page .sect-estate .wrapper .inner .unit-02 .area-text .wrap, .page .sect-concept .wrapper .inner .unit-02 .area-text .wrap {
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .page .sect-achieved .wrapper .inner .unit-02 .area-text .wrap .ttl, .page .sect-estate .wrapper .inner .unit-02 .area-text .wrap .ttl, .page .sect-concept .wrapper .inner .unit-02 .area-text .wrap .ttl {
    font-size: 1em;
  }
  .page .sect-achieved .wrapper .inner .unit-02 .area-text .wrap .txt, .page .sect-estate .wrapper .inner .unit-02 .area-text .wrap .txt, .page .sect-concept .wrapper .inner .unit-02 .area-text .wrap .txt {
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-02 .area-img, .page .sect-estate .wrapper .inner .unit-02 .area-img, .page .sect-concept .wrapper .inner .unit-02 .area-img {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-achieved .wrapper .inner .unit-02.layout-02, .page .sect-estate .wrapper .inner .unit-02.layout-02, .page .sect-concept .wrapper .inner .unit-02.layout-02, .page .sect-achieved .wrapper .inner .unit-02.layout-03, .page .sect-estate .wrapper .inner .unit-02.layout-03, .page .sect-concept .wrapper .inner .unit-02.layout-03 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-achieved .wrapper .inner .unit-03 .area-lead .lead, .page .sect-estate .wrapper .inner .unit-03 .area-lead .lead, .page .sect-concept .wrapper .inner .unit-03 .area-lead .lead {
    font-size: 1.1em;
  }
  .page .sect-achieved .wrapper .inner .unit-03 .area-lead .desc, .page .sect-estate .wrapper .inner .unit-03 .area-lead .desc, .page .sect-concept .wrapper .inner .unit-03 .area-lead .desc {
    font-size: 0.8em;
    line-height: 1.75;
  }
  .page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow {
    margin-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow.col-3, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow.col-3, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow.col-3 {
    padding: 0;
  }
  .page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow::before, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow::before, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow::before {
    display: none;
  }
  .page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow li, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow li, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow li {
    width: 49%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow li .number, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow li .number, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow li .number {
    width: 40px;
    height: 40px;
    font-size: 1.4em;
  }
  .page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow li .cont .ttl, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow li .cont .ttl, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow li .cont .ttl {
    font-size: 0.9em;
  }
  .page .sect-achieved .wrapper .inner .unit-03 .area-flow .list-flow li .cont .desc, .page .sect-estate .wrapper .inner .unit-03 .area-flow .list-flow li .cont .desc, .page .sect-concept .wrapper .inner .unit-03 .area-flow .list-flow li .cont .desc {
    font-size: 0.7em;
    line-height: 1.5;
  }
  .page .sect-achieved .wrapper .inner .unit-04, .page .sect-estate .wrapper .inner .unit-04, .page .sect-concept .wrapper .inner .unit-04 {
    padding: 0;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page .sect-achieved .wrapper .inner .unit-04 .item, .page .sect-estate .wrapper .inner .unit-04 .item, .page .sect-concept .wrapper .inner .unit-04 .item {
    width: 47%;
    padding: 20px 10px;
  }
  .page .sect-achieved .wrapper .inner .unit-04 .item .ttl, .page .sect-estate .wrapper .inner .unit-04 .item .ttl, .page .sect-concept .wrapper .inner .unit-04 .item .ttl {
    font-size: 1em;
  }
  .page .sect-achieved .wrapper .inner .unit-05 .area-lead .desc, .page .sect-estate .wrapper .inner .unit-05 .area-lead .desc, .page .sect-concept .wrapper .inner .unit-05 .area-lead .desc {
    font-size: 0.8em;
    line-height: 1.75;
  }
  .page .sect-achieved .wrapper .inner .unit-05 .area-cont, .page .sect-estate .wrapper .inner .unit-05 .area-cont, .page .sect-concept .wrapper .inner .unit-05 .area-cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page .sect-achieved .wrapper .inner .unit-05 .area-cont .item, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item {
    width: 49%;
    margin-bottom: 30px;
  }
  .page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .image, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .image, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .image {
    height: 40vw;
  }
  .page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .cont .sub, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .cont .sub, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .cont .sub {
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .cont .ttl, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .cont .ttl, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .cont .ttl {
    font-size: 0.9em;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  .page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .cont .desc, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .cont .desc, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .cont .desc {
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-05 .area-cont .item .btn a, .page .sect-estate .wrapper .inner .unit-05 .area-cont .item .btn a, .page .sect-concept .wrapper .inner .unit-05 .area-cont .item .btn a {
    font-weight: bold;
  }
  .page .sect-achieved .wrapper .inner .unit-06 .area-lead, .page .sect-estate .wrapper .inner .unit-06 .area-lead, .page .sect-concept .wrapper .inner .unit-06 .area-lead {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .page .sect-achieved .wrapper .inner .unit-06 .area-lead .desc, .page .sect-estate .wrapper .inner .unit-06 .area-lead .desc, .page .sect-concept .wrapper .inner .unit-06 .area-lead .desc {
    font-size: 0.8em;
    line-height: 1.75;
  }
  .page .sect-achieved .wrapper .inner .unit-06 .area-cont, .page .sect-estate .wrapper .inner .unit-06 .area-cont, .page .sect-concept .wrapper .inner .unit-06 .area-cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-achieved .wrapper .inner .unit-06 .area-cont .item, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 25px;
  }
  .page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .image, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .image, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .image {
    height: 70vw;
  }
  .page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .cont .catch, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .cont .catch, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .cont .catch {
    font-size: 0.9em;
  }
  .page .sect-achieved .wrapper .inner .unit-06 .area-cont .item .cont .desc, .page .sect-estate .wrapper .inner .unit-06 .area-cont .item .cont .desc, .page .sect-concept .wrapper .inner .unit-06 .area-cont .item .cont .desc {
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-06 .area-cont .item:nth-child(n+2), .page .sect-estate .wrapper .inner .unit-06 .area-cont .item:nth-child(n+2), .page .sect-concept .wrapper .inner .unit-06 .area-cont .item:nth-child(n+2) {
    border-left: 0;
  }
  .page .sect-achieved .wrapper .inner .unit-07, .page .sect-estate .wrapper .inner .unit-07, .page .sect-concept .wrapper .inner .unit-07 {
    padding: 15px 10px;
  }
  .page .sect-achieved .wrapper .inner .unit-07 .wrap, .page .sect-estate .wrapper .inner .unit-07 .wrap, .page .sect-concept .wrapper .inner .unit-07 .wrap {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-achieved .wrapper .inner .unit-07 .wrap .lead, .page .sect-estate .wrapper .inner .unit-07 .wrap .lead, .page .sect-concept .wrapper .inner .unit-07 .wrap .lead {
    width: 100%;
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
  }
  .page .sect-achieved .wrapper .inner .unit-07 .wrap .image, .page .sect-estate .wrapper .inner .unit-07 .wrap .image, .page .sect-concept .wrapper .inner .unit-07 .wrap .image {
    width: 100%;
    height: 70vw;
    margin-bottom: 15px;
  }
  .page .sect-achieved .wrapper .inner .unit-07 .wrap .cont, .page .sect-estate .wrapper .inner .unit-07 .wrap .cont, .page .sect-concept .wrapper .inner .unit-07 .wrap .cont {
    width: 100%;
  }
  .page .sect-achieved .wrapper .inner .unit-07 .wrap .cont .catch, .page .sect-estate .wrapper .inner .unit-07 .wrap .cont .catch, .page .sect-concept .wrapper .inner .unit-07 .wrap .cont .catch {
    font-size: 0.9em;
  }
  .page .sect-achieved .wrapper .inner .unit-07 .wrap .cont .desc, .page .sect-estate .wrapper .inner .unit-07 .wrap .cont .desc, .page .sect-concept .wrapper .inner .unit-07 .wrap .cont .desc {
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-08, .page .sect-estate .wrapper .inner .unit-08, .page .sect-concept .wrapper .inner .unit-08 {
    overflow: scroll;
  }
  .page .sect-achieved .wrapper .inner .unit-08 .list-comparison, .page .sect-estate .wrapper .inner .unit-08 .list-comparison, .page .sect-concept .wrapper .inner .unit-08 .list-comparison {
    width: 700px;
  }
  .page .sect-achieved .wrapper .inner .unit-08 .list-comparison tr th, .page .sect-achieved .wrapper .inner .unit-08 .list-comparison tr td {
    font-size: 0.8em;
    padding: 15px;
  }
  .page .sect-estate .wrapper .inner .unit-08 .list-comparison tr th, .page .sect-estate .wrapper .inner .unit-08 .list-comparison tr td {
    font-size: 0.8em;
    padding: 15px;
  }
  .page .sect-concept .wrapper .inner .unit-08 .list-comparison tr th, .page .sect-concept .wrapper .inner .unit-08 .list-comparison tr td {
    font-size: 0.8em;
    padding: 15px;
  }
  .page .sect-achieved .wrapper .inner .unit-09 .area-lead, .page .sect-estate .wrapper .inner .unit-09 .area-lead, .page .sect-concept .wrapper .inner .unit-09 .area-lead {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .page .sect-achieved .wrapper .inner .unit-09 .area-lead .lead, .page .sect-estate .wrapper .inner .unit-09 .area-lead .lead, .page .sect-concept .wrapper .inner .unit-09 .area-lead .lead {
    font-size: 1.1em;
  }
  .page .sect-achieved .wrapper .inner .unit-09 .area-lead .desc, .page .sect-estate .wrapper .inner .unit-09 .area-lead .desc, .page .sect-concept .wrapper .inner .unit-09 .area-lead .desc {
    font-size: 0.8em;
    line-height: 1.75;
  }
  .page .sect-achieved .wrapper .inner .unit-09 .area-cont .cont .catch, .page .sect-estate .wrapper .inner .unit-09 .area-cont .cont .catch, .page .sect-concept .wrapper .inner .unit-09 .area-cont .cont .catch {
    font-size: 0.9em;
  }
  .page .sect-achieved .wrapper .inner .unit-09 .area-cont .cont .desc, .page .sect-estate .wrapper .inner .unit-09 .area-cont .cont .desc, .page .sect-concept .wrapper .inner .unit-09 .area-cont .cont .desc {
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-10, .page .sect-estate .wrapper .inner .unit-10, .page .sect-concept .wrapper .inner .unit-10 {
    padding: 0;
  }
  .page .sect-achieved .wrapper .inner .unit-10 .area-lead, .page .sect-estate .wrapper .inner .unit-10 .area-lead, .page .sect-concept .wrapper .inner .unit-10 .area-lead {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .page .sect-achieved .wrapper .inner .unit-10 .area-lead .lead, .page .sect-estate .wrapper .inner .unit-10 .area-lead .lead, .page .sect-concept .wrapper .inner .unit-10 .area-lead .lead {
    font-size: 1.1em;
  }
  .page .sect-achieved .wrapper .inner .unit-10 .area-lead .desc, .page .sect-estate .wrapper .inner .unit-10 .area-lead .desc, .page .sect-concept .wrapper .inner .unit-10 .area-lead .desc {
    font-size: 0.8em;
    line-height: 1.75;
  }
  .page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-head, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-head, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-head {
    padding: 10px;
  }
  .page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-head .ttl, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-head .ttl, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-head .ttl {
    color: #FFF;
    font-size: 1em;
  }
  .page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont {
    padding: 10px;
  }
  .page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt, .page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd {
    padding: 10px;
    font-size: 0.8em;
  }
  .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd {
    padding: 10px;
    font-size: 0.8em;
  }
  .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd {
    padding: 10px;
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt:nth-of-type(n+2), .page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd:nth-of-type(n+2) {
    border-top: 0;
  }
  .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt:nth-of-type(n+2), .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd:nth-of-type(n+2) {
    border-top: 0;
  }
  .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt:nth-of-type(n+2), .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd:nth-of-type(n+2) {
    border-top: 0;
  }
  .page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt {
    width: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
  .page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt:nth-of-type(n+2), .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt:nth-of-type(n+2), .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dt:nth-of-type(n+2) {
    border-top: 1px solid #CCC;
  }
  .page .sect-achieved .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd, .page .sect-estate .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd, .page .sect-concept .wrapper .inner .unit-10 .area-cont .box .item-cont .list-case dd {
    width: 100%;
  }
  .page .sect-achieved .wrapper .inner .unit-10 .area-note .txt, .page .sect-estate .wrapper .inner .unit-10 .area-note .txt, .page .sect-concept .wrapper .inner .unit-10 .area-note .txt {
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-11, .page .sect-estate .wrapper .inner .unit-11, .page .sect-concept .wrapper .inner .unit-11 {
    padding: 0;
  }
  .page .sect-achieved .wrapper .inner .unit-11 .area-lead, .page .sect-estate .wrapper .inner .unit-11 .area-lead, .page .sect-concept .wrapper .inner .unit-11 .area-lead {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .page .sect-achieved .wrapper .inner .unit-11 .area-lead .txt, .page .sect-estate .wrapper .inner .unit-11 .area-lead .txt, .page .sect-concept .wrapper .inner .unit-11 .area-lead .txt {
    font-size: 0.9em;
    line-height: 1.75;
    text-align: left;
  }
  .page .sect-achieved .wrapper .inner .unit-11 .area-lead .desc, .page .sect-estate .wrapper .inner .unit-11 .area-lead .desc, .page .sect-concept .wrapper .inner .unit-11 .area-lead .desc {
    font-size: 0.85em;
    font-weight: normal;
  }
  .page .sect-achieved .wrapper .inner .unit-11 .area-cont .formula, .page .sect-estate .wrapper .inner .unit-11 .area-cont .formula, .page .sect-concept .wrapper .inner .unit-11 .area-cont .formula {
    font-size: 0.9em;
  }
  .page .sect-achieved .wrapper .inner .unit-11 .area-note, .page .sect-estate .wrapper .inner .unit-11 .area-note, .page .sect-concept .wrapper .inner .unit-11 .area-note {
    margin-top: 30px;
  }
  .page .sect-achieved .wrapper .inner .unit-11 .area-note .txt, .page .sect-estate .wrapper .inner .unit-11 .area-note .txt, .page .sect-concept .wrapper .inner .unit-11 .area-note .txt {
    font-size: 0.9em;
    line-height: 1.75;
    text-align: left;
    font-weight: normal;
  }
  .page .sect-achieved .wrapper .inner .unit-12, .page .sect-estate .wrapper .inner .unit-12, .page .sect-concept .wrapper .inner .unit-12 {
    margin-bottom: 30px;
  }
  .page .sect-achieved .wrapper .inner .unit-12 .area-text, .page .sect-estate .wrapper .inner .unit-12 .area-text, .page .sect-concept .wrapper .inner .unit-12 .area-text {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .page .sect-achieved .wrapper .inner .unit-12 .area-text .txt, .page .sect-estate .wrapper .inner .unit-12 .area-text .txt, .page .sect-concept .wrapper .inner .unit-12 .area-text .txt {
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-12 .area-cont .box, .page .sect-estate .wrapper .inner .unit-12 .area-cont .box, .page .sect-concept .wrapper .inner .unit-12 .area-cont .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .page .sect-achieved .wrapper .inner .unit-12 .area-cont .box .item-head .head, .page .sect-estate .wrapper .inner .unit-12 .area-cont .box .item-head .head, .page .sect-concept .wrapper .inner .unit-12 .area-cont .box .item-head .head {
    font-size: 1em;
  }
  .page .sect-achieved .wrapper .inner .unit-12 .area-cont .box .item-cont, .page .sect-estate .wrapper .inner .unit-12 .area-cont .box .item-cont, .page .sect-concept .wrapper .inner .unit-12 .area-cont .box .item-cont {
    padding: 10px;
  }
  .page .sect-achieved .wrapper .inner .unit-12 .area-cont .box .item-cont .desc, .page .sect-estate .wrapper .inner .unit-12 .area-cont .box .item-cont .desc, .page .sect-concept .wrapper .inner .unit-12 .area-cont .box .item-cont .desc {
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-13 .area-icon .list-icon, .page .sect-estate .wrapper .inner .unit-13 .area-icon .list-icon, .page .sect-concept .wrapper .inner .unit-13 .area-icon .list-icon {
    width: 100%;
  }
  .page .sect-achieved .wrapper .inner .unit-13 .area-icon .list-icon li, .page .sect-estate .wrapper .inner .unit-13 .area-icon .list-icon li, .page .sect-concept .wrapper .inner .unit-13 .area-icon .list-icon li {
    width: 33.333333%;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 0 10px;
  }
  .page .sect-achieved .wrapper .inner .unit-13 .area-btn a, .page .sect-estate .wrapper .inner .unit-13 .area-btn a, .page .sect-concept .wrapper .inner .unit-13 .area-btn a {
    width: auto;
  }
  .page .sect-achieved .wrapper .inner .unit-14, .page .sect-estate .wrapper .inner .unit-14, .page .sect-concept .wrapper .inner .unit-14 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-achieved .wrapper .inner .unit-14 .area-lead, .page .sect-estate .wrapper .inner .unit-14 .area-lead, .page .sect-concept .wrapper .inner .unit-14 .area-lead {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .page .sect-achieved .wrapper .inner .unit-14 .area-lead .lead, .page .sect-estate .wrapper .inner .unit-14 .area-lead .lead, .page .sect-concept .wrapper .inner .unit-14 .area-lead .lead {
    font-size: 1.1em;
  }
  .page .sect-achieved .wrapper .inner .unit-14 .area-cont, .page .sect-estate .wrapper .inner .unit-14 .area-cont, .page .sect-concept .wrapper .inner .unit-14 .area-cont {
    width: 100%;
  }
  .page .sect-achieved .wrapper .inner .unit-14 .area-cont .lead, .page .sect-estate .wrapper .inner .unit-14 .area-cont .lead, .page .sect-concept .wrapper .inner .unit-14 .area-cont .lead {
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  .page .sect-achieved .wrapper .inner .unit-14 .area-cont .box-cont .txt, .page .sect-estate .wrapper .inner .unit-14 .area-cont .box-cont .txt, .page .sect-concept .wrapper .inner .unit-14 .area-cont .box-cont .txt {
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-14 .area-cont .box-cont .txt:nth-child(n+2), .page .sect-estate .wrapper .inner .unit-14 .area-cont .box-cont .txt:nth-child(n+2), .page .sect-concept .wrapper .inner .unit-14 .area-cont .box-cont .txt:nth-child(n+2) {
    margin-top: 1.5em;
  }
  .page .sect-achieved .wrapper .inner .unit-14 .area-img, .page .sect-estate .wrapper .inner .unit-14 .area-img, .page .sect-concept .wrapper .inner .unit-14 .area-img {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
  }
  .page .sect-achieved .wrapper .inner .unit-14 .area-img .box-sign .txt, .page .sect-estate .wrapper .inner .unit-14 .area-img .box-sign .txt, .page .sect-concept .wrapper .inner .unit-14 .area-img .box-sign .txt {
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-14 .area-img .box-sign .sign, .page .sect-estate .wrapper .inner .unit-14 .area-img .box-sign .sign, .page .sect-concept .wrapper .inner .unit-14 .area-img .box-sign .sign {
    font-size: 1em;
  }
  .page .sect-achieved .wrapper .inner .unit-15 .list-company, .page .sect-estate .wrapper .inner .unit-15 .list-company, .page .sect-concept .wrapper .inner .unit-15 .list-company {
    padding: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page .sect-achieved .wrapper .inner .unit-15 .list-company dt, .page .sect-achieved .wrapper .inner .unit-15 .list-company dd {
    padding: 15px;
    font-size: 0.9em;
  }
  .page .sect-estate .wrapper .inner .unit-15 .list-company dt, .page .sect-estate .wrapper .inner .unit-15 .list-company dd {
    padding: 15px;
    font-size: 0.9em;
  }
  .page .sect-concept .wrapper .inner .unit-15 .list-company dt, .page .sect-concept .wrapper .inner .unit-15 .list-company dd {
    padding: 15px;
    font-size: 0.9em;
  }
  .page .sect-achieved .wrapper .inner .unit-15 .list-company dt:nth-of-type(n+2), .page .sect-achieved .wrapper .inner .unit-15 .list-company dd:nth-of-type(n+2) {
    border-top: 1px solid #CCC;
  }
  .page .sect-estate .wrapper .inner .unit-15 .list-company dt:nth-of-type(n+2), .page .sect-estate .wrapper .inner .unit-15 .list-company dd:nth-of-type(n+2) {
    border-top: 1px solid #CCC;
  }
  .page .sect-concept .wrapper .inner .unit-15 .list-company dt:nth-of-type(n+2), .page .sect-concept .wrapper .inner .unit-15 .list-company dd:nth-of-type(n+2) {
    border-top: 1px solid #CCC;
  }
  .page .sect-achieved .wrapper .inner .unit-15 .list-company dt, .page .sect-estate .wrapper .inner .unit-15 .list-company dt, .page .sect-concept .wrapper .inner .unit-15 .list-company dt {
    width: 100%;
    font-weight: bold;
  }
  .page .sect-achieved .wrapper .inner .unit-15 .list-company dd, .page .sect-estate .wrapper .inner .unit-15 .list-company dd, .page .sect-concept .wrapper .inner .unit-15 .list-company dd {
    width: 100%;
    border-top: 1px solid #CCC;
  }
  .page .sect-achieved .wrapper .inner .unit-16, .page .sect-estate .wrapper .inner .unit-16, .page .sect-concept .wrapper .inner .unit-16 {
    padding: 0;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-head, .page .sect-estate .wrapper .inner .unit-16 .area-head, .page .sect-concept .wrapper .inner .unit-16 .area-head {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-head .txt, .page .sect-estate .wrapper .inner .unit-16 .area-head .txt, .page .sect-concept .wrapper .inner .unit-16 .area-head .txt {
    font-size: 1.1em;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-img, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-img, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-img {
    width: 60%;
    margin-bottom: 20px;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .head .name, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .head .name, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .head .name {
    font-size: 1.2em;
    text-align: center;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .head .license, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .head .license, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .head .license {
    text-align: center;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .msg, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .msg, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .msg {
    margin-top: 20px;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .msg .txt, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .msg .txt, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .msg .txt {
    font-size: 0.8em;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .sns, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .sns, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .sns {
    margin-top: 20px;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a span, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a span, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a span {
    font-size: 0.9em;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a i, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a i, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a i {
    margin-left: 10px;
    font-size: 1.3em;
  }
  .page .sect-achieved .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a:hover, .page .sect-estate .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a:hover, .page .sect-concept .wrapper .inner .unit-16 .area-cont .item .box-cont .sns a:hover {
    color: #16993e;
  }
}
/****************************************
	Style (Page) .sect-style
*****************************************/
@media only screen and (max-width: 896px) {
  .page .sect-style .wrapper .inner .unit {
    margin-bottom: 50px;
  }
  .page .sect-style .wrapper .inner .unit-01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-style .wrapper .inner .unit-01 .area-img {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-style .wrapper .inner .unit-01 .area-img img:nth-child(n+2) {
    margin-top: 15px;
  }
  .page .sect-style .wrapper .inner .unit-01 .area-text {
    width: 100%;
  }
  .page .sect-style .wrapper .inner .unit-01 .area-text .ttl {
    font-size: 3.5em;
  }
  .page .sect-style .wrapper .inner .unit-01 .area-text .lead {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .page .sect-style .wrapper .inner .unit-01 .area-text .txt {
    font-size: 0.85em;
  }
  .page .sect-style .wrapper .inner .unit-02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-style .wrapper .inner .unit-02 .area-text {
    width: 100%;
    height: auto;
    position: static;
  }
  .page .sect-style .wrapper .inner .unit-02 .area-text .wrap {
    padding: 15px 10px;
  }
  .page .sect-style .wrapper .inner .unit-02 .area-text .wrap .ttl {
    font-size: 1.1em;
  }
  .page .sect-style .wrapper .inner .unit-02 .area-text .wrap .txt {
    font-size: 0.8em;
    line-height: 1.75;
  }
  .page .sect-style .wrapper .inner .unit-02 .area-text .wrap.bg-1 {
    background-color: #070055;
  }
  .page .sect-style .wrapper .inner .unit-02 .area-text .wrap.bg-2 {
    background-color: #169a3c;
  }
  .page .sect-style .wrapper .inner .unit-02 .area-text .wrap.bg-3 {
    background-color: #e67500;
  }
  .page .sect-style .wrapper .inner .unit-02 .area-text .wrap.bg-4 {
    background-color: #622600;
  }
  .page .sect-style .wrapper .inner .unit-02 .area-img {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-style .wrapper .inner .unit-03 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-style .wrapper .inner .unit-03 .area {
    width: 100%;
    margin-bottom: 40px;
  }
  .page .sect-style .wrapper .inner .unit-03 .area-text .lead {
    font-size: 1.1em;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .page .sect-style .wrapper .inner .unit-03 .area-text .desc {
    font-size: 0.85em;
    line-height: 1.75;
  }
  .page .sect-style .wrapper .inner .unit-03 .area-floor .box-desc {
    padding: 0 15px;
    margin-top: 20px;
  }
  .page .sect-style .wrapper .inner .unit-03 .area-floor .box-desc .ttl {
    font-size: 1em;
  }
  .page .sect-style .wrapper .inner .unit-03 .area-floor .box-desc .price {
    font-size: 2.5em;
  }
  .page .sect-style .wrapper .inner .unit-03 .area-floor .box-desc .note {
    font-size: 0.8em;
  }
}
/****************************************
	Recruit (Page) .sect-recruit
*****************************************/
@media only screen and (max-width: 896px) {
  .page .sect-recruit .wrapper .inner .unit {
    margin-bottom: 50px;
  }
  .page .sect-recruit .wrapper .inner .unit-01 {
    padding: 0;
  }
  .page .sect-recruit .wrapper .inner .unit-01 .area-head .ttl {
    font-size: 1.1em;
  }
  .page .sect-recruit .wrapper .inner .unit-01 .area-cont .txt {
    font-size: 0.85em;
  }
  .page .sect-recruit .wrapper .inner .unit-01 .area-cont .list-recruit dt, .page .sect-recruit .wrapper .inner .unit-01 .area-cont .list-recruit dd {
    font-size: 0.85em;
    padding: 10px;
  }
  .page .sect-recruit .wrapper .inner .unit-01 .area-cont .list-recruit dt {
    width: 100%;
    border-right: 0;
  }
  .page .sect-recruit .wrapper .inner .unit-01 .area-cont .list-recruit dd {
    width: 100%;
  }
  .page .sect-recruit .wrapper .inner .unit-02 .area-text {
    width: 100%;
    height: auto;
    position: static;
  }
  .page .sect-recruit .wrapper .inner .unit-02 .area-text .wrap {
    padding: 15px;
    background-color: #FFF;
  }
  .page .sect-recruit .wrapper .inner .unit-02 .area-text .wrap .ttl {
    font-size: 1.1em;
  }
  .page .sect-recruit .wrapper .inner .unit-02 .area-text .wrap .txt {
    font-size: 0.8em;
  }
  .page .sect-recruit .wrapper .inner .unit-02 .area-img {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .sect-recruit .wrapper .inner .unit-02.layout-02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/****************************************
	Sitemap / Privacy Policy / Social Policy (Page) .sect-article
*****************************************/
@media only screen and (max-width: 896px) {
  .page .sect-article .wrapper .inner .unit p {
    font-size: 0.8em;
  }
  .page .sect-article .wrapper .inner .unit h3 {
    font-size: 0.9em;
  }
}
/****************************************
	Contact Us (Page) 
*****************************************/
/*---------------------------------------
	Form [ reset ]
----------------------------------------*/
input, textarea {
  border-radius: 0;
}

button, input, optgroup, select {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font: inherit;
}

textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font: inherit;
  overflow: auto;
  resize: vertical;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

form#mailformpro {
  width: 100%;
}
form#mailformpro select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1;
  background: #FFF;
  text-indent: 0.01px;
  text-overflow: "";
}
form#mailformpro select::-ms-expand {
  display: none;
}
form#mailformpro button, form#mailformpro input, form#mailformpro select, form#mailformpro textarea {
  width: 100%;
  padding: 5px 2%;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form#mailformpro input, form#mailformpro select, form#mailformpro textarea {
  border: 1px solid #000;
  /*background-color: #fafafa;*/
}
form#mailformpro input:focus, form#mailformpro select:focus, form#mailformpro textarea:focus {
  background-color: #FFF;
}
form#mailformpro button {
  border-radius: 0px;
}
form#mailformpro textarea {
  width: 100% !important;
  height: 350px !important;
}
form#mailformpro input.w75 {
  width: 75%;
}
form#mailformpro input.w50 {
  width: 50%;
}
form#mailformpro input.w25 {
  width: 25%;
}

/*---------------------------------------
	Form [ base ]
----------------------------------------*/
/*[setting]
	入力項目ごとの幅設定　*/
@media only screen and (max-width: 896px) {
  form#mailformpro input.w75, form#mailformpro input.w50, form#mailformpro input.w25 {
    width: 100%;
  }
  form#mailformpro textarea {
    height: 10em !important;
  }
}
/*---------------------------------------
	Form [ mailformpro ]
----------------------------------------*/
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
  color: #FFF;
  padding: 20px 0 !important;
  background: #16993e;
  border: solid 1px #16993e;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mfp_buttons {
  width: 40%;
  margin: 0 auto;
}

#mfp_overlay_inner .mfp_buttons {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mfp_element_reset {
  color: #000;
  background: #EEE;
  border: solid 1px #EEE;
}

.mfp_element_submit:hover, .mfp_element_button:hover {
  color: #16993e;
  background: #FFF;
  border: solid 1px #16993e;
}

.mfp_element_reset:hover, #mfp_button_cancel:hover {
  color: #16993e;
  background: #FFF;
  border: solid 1px #16993e;
  font-weight: normal;
}

#mfp_overlay_inner .mfp_element_button {
  width: 30%;
  background: #16993e;
  border: solid 1px #16993e;
}
#mfp_overlay_inner .mfp_element_button:hover {
  color: #000;
  background: #FFF;
}
#mfp_overlay_inner #mfp_button_cancel {
  color: #000;
  background: #FFF;
}
#mfp_overlay_inner #mfp_button_cancel:hover {
  color: #FFF;
  background: #000;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=date]:focus {
  outline: none;
  border: 1px solid #666;
}
form textarea:focus {
  outline: none;
  border: 1px solid #666;
}
form#mailformpro .must {
  background-color: inherit;
  border: none;
  display: inline-block;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  border-radius: 0;
  margin: 0 5px 0 0;
  padding: 2px 5px;
  color: #ff2c2c;
}
form#mailformpro div.mfp_err {
  width: 100%;
  color: #ff2c2c;
}
form#mailformpro div.mfp_err::before {
  content: "\f06a";
  color: #ff2c2c;
  font-weight: 900;
  background: none;
  padding: 0;
}
form#mailformpro dt label, form#mailformpro dd label {
  cursor: pointer;
}
form#mailformpro dt label {
  margin-top: 0 !important;
}

/* Checkboxes styles */
.type_checkbox input[type=checkbox] {
  display: none;
}
.type_checkbox input[type=checkbox] ~ label.text {
  display: block;
  position: relative;
  padding-left: 35px;
  font: "Open Sans", Arial, sans-serif;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.type_checkbox input[type=checkbox] ~ label.text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.25;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.type_checkbox input[type=checkbox]:checked ~ label.text::before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Radio button styles */
.type_radio input[type=radio] {
  display: none;
}
.type_radio label {
  line-height: 2em;
  padding: 0 2em;
  position: relative;
  white-space: unset;
}
.type_radio label::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 100%;
  opacity: 0.25;
}
.type_radio label.mfp_checked::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 100%;
}

input[type=checkbox]:checked ~ .type_radio label {
  display: block;
}

form#mailformpro dl dd ul li, form#mailformpro dl dd ol li {
  margin-bottom: 1em !important;
}
form#mailformpro dl dd label.select_area {
  position: relative;
  padding: 0;
}
form#mailformpro dl dd label.select_area::before {
  display: block;
  font-size: 1.4rem;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "▼";
  position: absolute;
  top: 13px;
  left: 10px;
  pointer-events: none;
}
form#mailformpro dl dd select.mfp_element_select-one {
  height: 40px;
  min-width: 200px;
  max-width: 320px;
  padding-left: 30px;
  color: #000;
}
form#mailformpro dl dd select.mfp_element_select-one:hover {
  cursor: pointer;
}

@media only screen and (max-width: 896px) {
  form#mailformpro label {
    white-space: normal !important;
  }
  #mfp_overlay_inner table#mfp_confirm_table tr th, #mfp_overlay_inner table#mfp_confirm_table tr td {
    font-size: 1.4rem;
    padding: 10 5px;
  }
  #mfp_overlay_inner table#mfp_confirm_table tr th {
    white-space: normal;
    width: 30%;
  }
  #mfp_overlay_inner table#mfp_confirm_table tr td {
    width: 70%;
  }
  #mfp_overlay_inner .mfp_element_button {
    width: 45%;
  }
}
/*---------------------------------------
	Contact Us (Page) .temp-contact
----------------------------------------*/
.page .temp-contact .wrapper .inner .unit {
  background: #f1f1f1;
  padding: 100px;
}
.page .temp-contact .wrapper .inner .unit .box-desc {
  margin-bottom: 50px;
}
.page .temp-contact .wrapper .inner .unit .box-desc .txt {
  width: 100%;
  text-align: center;
  line-height: 2;
}
.page .temp-contact .wrapper .inner .unit .box-desc .tel {
  width: 100%;
  text-align: center;
  line-height: 2;
  margin-top: 25px;
}
.page .temp-contact .wrapper .inner .unit .box-desc .tel span {
  color: #16993e;
  font-size: 2em;
  letter-spacing: 0.1em;
  margin-left: 10px;
}
.page .temp-contact .wrapper .inner .unit .mailform {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 50px;
}
.page .temp-contact .wrapper .inner .unit .mailform dt, .page .temp-contact .wrapper .inner .unit .mailform dd {
  width: 100%;
}
.page .temp-contact .wrapper .inner .unit .mailform dt {
  padding: 15px 25px 5px;
}
.page .temp-contact .wrapper .inner .unit .mailform dd {
  padding: 5px 25px 25px;
}
.page .temp-contact .wrapper .inner .unit .mailform dd .box-pp {
  width: 100%;
  height: 240px;
  overflow: auto;
  padding: 20px;
  background: #f7f7f7;
}
.page .temp-contact .wrapper .inner .unit .mailform dd .box-pp h4 {
  width: 100%;
  font-size: 1em;
  margin-bottom: 10px;
}
.page .temp-contact .wrapper .inner .unit .mailform dd .box-pp p {
  width: 100%;
  font-size: 0.85em;
  line-height: 2;
}
.page .temp-contact .wrapper .inner .unit .mailform dd .box-pp p.ttl {
  margin-top: 10px;
}
.page .temp-contact .wrapper .inner .unit .mailform dd .check {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page .temp-contact .wrapper .inner .unit.thx p {
  width: 100%;
}
.page .temp-contact .wrapper .inner .unit.thx .ttl {
  font-size: 1.5em;
  margin-bottom: 25px;
}
.page .temp-contact .wrapper .inner .unit.thx .btn {
  margin-top: 50px;
}
.page .temp-contact .wrapper .inner .unit.thx .btn a {
  width: 200px;
  padding: 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  background: #FFF;
}
.page .temp-contact .wrapper .inner .unit.thx .btn a:hover {
  color: #FFF;
  background: #16993e;
  border: 1px solid #16993e;
}

@media only screen and (max-width: 896px) {
  .page .temp-contact .wrapper .inner .unit {
    padding: 50px 15px;
  }
  .page .temp-contact .wrapper .inner .unit .box-desc {
    margin-bottom: 30px;
  }
  .page .temp-contact .wrapper .inner .unit .box-desc .txt, .page .temp-contact .wrapper .inner .unit .box-desc .tel {
    font-size: 0.8em;
  }
  .page .temp-contact .wrapper .inner .unit .box-desc .txt br {
    display: none;
  }
  .page .temp-contact .wrapper .inner .unit .box-desc .tel br {
    display: none;
  }
  .page .temp-contact .wrapper .inner .unit .box-desc .tel span {
    color: #16993e;
    font-size: 2em;
    letter-spacing: 0.1em;
    margin-left: 10px;
  }
  .page .temp-contact .wrapper .inner .unit .mailform {
    padding: 20px 0;
  }
  .page .temp-contact .wrapper .inner .unit .mailform dt {
    font-size: 0.9em;
    padding: 15px 15px 5px;
  }
  .page .temp-contact .wrapper .inner .unit .mailform dd {
    padding: 5px 15px 15px;
  }
  .page .temp-contact .wrapper .inner .unit .mailform dd .box-pp {
    padding: 10px;
  }
  .page .temp-contact .wrapper .inner .unit .mailform dd .box-pp h4 {
    font-size: 0.9em;
  }
  .page .temp-contact .wrapper .inner .unit .mailform dd .check .text {
    font-size: 0.9em;
  }
  .page .temp-contact .wrapper .inner .unit.thx p {
    font-size: 0.85em;
  }
  .page .temp-contact .wrapper .inner .unit.thx .ttl {
    font-size: 1em;
    margin-bottom: 15px;
  }
  .page .temp-contact .wrapper .inner .unit.thx .btn {
    margin-top: 30px;
  }
}
/****************************************
	Footer
*****************************************/
.l-footer .wrapper {
  background: url("./img/common/footer-bg.png") repeat-x center bottom #c5e7f6;
}
.l-footer .wrapper .inner {
  background: url("./img/common/bg-top-01.png") no-repeat center top;
  padding-bottom: 100px;
  padding-top: 150px;
}
.l-footer .wrapper .inner .unit-footer-top {
  padding: 0 450px;
  margin-bottom: 40px;
}
.l-footer .wrapper .inner .unit-footer-top .img-logo {
  margin: 0 auto 20px;
}
.l-footer .wrapper .inner .unit-footer-top .box-address {
  margin-bottom: 20px;
}
.l-footer .wrapper .inner .unit-footer-top .box-address p {
  width: 100%;
  text-align: center;
}
.l-footer .wrapper .inner .unit-footer-top .box-address .name {
  font-size: 0.95em;
  margin-bottom: 10px;
}
.l-footer .wrapper .inner .unit-footer-top .box-address .txt {
  font-size: 0.85em;
}
.l-footer .wrapper .inner .unit-footer-top .box-contact {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer .wrapper .inner .unit-footer-top .box-contact a {
  width: 100%;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.l-footer .wrapper .inner .unit-footer-top .box-contact a .img-icon {
  height: 18px;
  margin-right: 10px;
}
.l-footer .wrapper .inner .unit-footer-top .box-contact a p {
  font-size: 0.8em;
  color: #111;
}
.l-footer .wrapper .inner .unit-footer-top .box-contact a:hover {
  width: 80%;
}
.l-footer .wrapper .inner .unit-footer-top .box-sns {
  padding: 40px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer .wrapper .inner .unit-footer-top .box-sns .list-sns li {
  margin: 0 10px;
}
.l-footer .wrapper .inner .unit-footer-top .box-sns .list-sns li a .img-icon {
  width: 25px;
}
.l-footer .wrapper .inner .unit-footer-mid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer .wrapper .inner .unit-footer-mid .list-navi {
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer .wrapper .inner .unit-footer-mid .list-navi li a {
  font-size: 0.8em;
  color: #333;
}
.l-footer .wrapper .inner .unit-footer-mid .list-navi li a:hover {
  text-decoration: underline;
}
.l-footer .wrapper .inner .unit-footer-mid .list-navi li:nth-child(n+2)::before {
  content: "/";
  color: #888;
  margin: 0 0.5em;
}
.l-footer .wrapper .inner .unit-footer-btm {
  padding: 20px 0;
}
.l-footer .wrapper .inner .unit-footer-btm .box-copyright p {
  width: 100%;
  font-size: 0.8em;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer .wrapper .inner .unit-footer-btm .box-copyright p .cr-mark {
  margin-right: 5px;
  font-size: 1.6em;
  line-height: 1.25;
}
.l-footer .wrapper .inner .unit-footer-btm .box-copyright p .cr-name {
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 896px) {
  .l-footer .wrapper .inner {
    background-size: contain;
    padding-bottom: 50px;
    padding-top: 60px;
  }
  .l-footer .wrapper .inner .unit-footer-top {
    padding: 0;
    margin-bottom: 20px;
  }
  .l-footer .wrapper .inner .unit-footer-top .box-contact a {
    width: 90%;
  }
  .l-footer .wrapper .inner .unit-footer-top .box-sns {
    padding: 30px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer .wrapper .inner .unit-footer-top .box-sns .list-sns li {
    margin: 0 10px;
  }
  .l-footer .wrapper .inner .unit-footer-top .box-sns .list-sns li a .img-icon {
    width: 35px;
  }
  .l-footer .wrapper .inner .unit-footer-mid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/****************************************
	Not Found (Page) .temp_notfound
*****************************************/
.error404 .temp_notfound {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 200px 0;
  text-align: center;
}
.error404 .temp_notfound article {
  margin: 0 auto;
}
.error404 .temp_notfound i {
  font-size: 5rem;
  line-height: 2em;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
.error404 .temp_notfound h1 {
  width: 100%;
  color: rgba(0, 0, 0, 0.25);
  font-size: 7rem;
  font-weight: bold;
}
.error404 .temp_notfound p {
  width: 100%;
  line-height: 2em;
  text-align: center;
}
.error404 .temp_notfound a.btn {
  background: #16993e;
  border: 1px solid #16993e;
  color: #FFF;
  width: 200px;
  padding: 10px 15px;
  display: block;
  margin: 0 auto;
  margin-top: 35px;
}
.error404 .temp_notfound a.btn:hover {
  background: #111;
  border: 1px solid #111;
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width: 896px) {
  .error404 .temp_notfound {
    margin: 55px auto 0;
    padding: 0;
  }
  .error404 .temp_notfound article {
    margin: 50px auto 0;
  }
  .error404 .temp_notfound h1 {
    font-size: 4rem;
  }
  .error404 .temp_notfound i {
    font-size: 3rem;
  }
}
/****************************************
	Sidelinks
*****************************************/
#sidelinks {
  width: 100px;
  height: 200px;
  z-index: 2;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 999;
  margin-top: -100px;
}
#sidelinks .btn {
  width: 100%;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sidelinks .btn .img-icon {
  height: 45px;
  opacity: 1;
}
#sidelinks .btn span {
  color: #FFF;
  width: 100%;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
}
#sidelinks .btn.btn-file {
  background-color: #e57500;
}
#sidelinks .btn.btn-file span {
  margin-top: 5px;
}
#sidelinks .btn.btn-mail {
  background-color: #d6c003;
}
#sidelinks .btn:hover.btn-file {
  background-color: #cd6800;
}
#sidelinks .btn:hover.btn-mail {
  background-color: #b8a500;
}

@media only screen and (max-width: 896px) {
  #sidelinks {
    width: 100%;
    height: 50px;
    top: auto;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
  #sidelinks .btn {
    width: 50%;
    height: 50px;
  }
  #sidelinks .btn .img-icon {
    height: 25px;
    margin-right: 5px;
  }
  #sidelinks .btn span {
    width: auto;
    font-size: 0.85em;
    text-align: left;
  }
  #sidelinks .btn.btn-file span {
    margin-top: 0;
  }
  #sidelinks .btn.btn-mail {
    background-color: #d6c003;
  }
}
/****************************************
	PAGE TOP &lt; scroll &gt;
*****************************************/
#pagetop {
  width: 100%;
}
#pagetop a {
  width: 66px;
  height: 66px;
  margin: 0 auto;
  text-align: center;
  line-height: 0em;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}
#pagetop a span.text {
  font-size: 0.9em;
  line-height: 1em;
}
#pagetop a span.arrow {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 66px;
  height: 66px;
  margin-left: -33px;
  background: #e57500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#pagetop a span.arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -4px 0 0 -8px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#pagetop a:hover {
  text-decoration: none;
}
#pagetop a:hover span.arrow {
  background: #FFF;
}
#pagetop a:hover span.arrow::after {
  border-left: 1px solid #e57500;
  border-bottom: 1px solid #e57500;
}

@media only screen and (max-width: 896px) {
  _::-webkit-full-page-media, _:future {
    height: auto;
  }
  :root #pagetop {
    height: auto;
  }
  #pagetop a {
    display: none;
  }
}
/****************************************
	housebuilding (Page) 
*****************************************/
.page-housebuilding .sect-hero .wrapper .inner .unit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-housebuilding .sect-hero .wrapper .inner .unit .area-text {
  width: 35%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
.page-housebuilding .sect-hero .wrapper .inner .unit .area-text .wrap {
  width: auto;
  padding: 3.5em;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 30%;
  left: -15em;
}
.page-housebuilding .sect-hero .wrapper .inner .unit .area-text .wrap .ttl {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.5;
}
.page-housebuilding .sect-hero .wrapper .inner .unit .area-image {
  width: 65%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-housebuilding .sect-hero .wrapper .inner .unit .area-image img {
  width: 100%;
}
.page-housebuilding .sect-info .wrapper .inner .unit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-housebuilding .sect-info .wrapper .inner .unit .area-text {
  width: 50%;
}
.page-housebuilding .sect-info .wrapper .inner .unit .area-text .wrap {
  width: auto;
  padding: 2em;
}
.page-housebuilding .sect-info .wrapper .inner .unit .area-text .wrap .desc {
  line-height: 2;
}
.page-housebuilding .sect-info .wrapper .inner .unit .area-image {
  width: 50%;
}
.page-housebuilding .sect-info .wrapper .inner .unit .area-image img {
  width: 100%;
}
.page-housebuilding .sect-point .wrapper .inner .unit {
  position: relative;
}
.page-housebuilding .sect-point .wrapper .inner .unit:nth-of-type(n+2) {
  margin-top: 100px;
}
.page-housebuilding .sect-point .wrapper .inner .unit .area-text {
  width: 85%;
  min-height: 400px;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: rgba(223, 115, 0, 0.2);
  padding: 3% 25% 3% 3%;
}
.page-housebuilding .sect-point .wrapper .inner .unit .area-text .head {
  width: 100%;
}
.page-housebuilding .sect-point .wrapper .inner .unit .area-text .head .text {
  width: 100%;
  max-width: 50%;
  padding: 10px 15px;
  color: #FFF;
  font-family: "Roboto", sans-serif, "Font Awesome 5 Free";
  font-size: 1.8em;
  font-weight: bold;
  background: rgb(223, 116, 0);
  background: -webkit-gradient(linear, left top, right top, color-stop(65%, rgb(223, 116, 0)), to(rgba(223, 116, 0, 0)));
  background: linear-gradient(90deg, rgb(223, 116, 0) 65%, rgba(223, 116, 0, 0) 100%);
}
.page-housebuilding .sect-point .wrapper .inner .unit .area-text .wrap {
  width: 100%;
  padding: 20px;
}
.page-housebuilding .sect-point .wrapper .inner .unit .area-text .wrap .lead {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-housebuilding .sect-point .wrapper .inner .unit .area-text .wrap .desc {
  font-size: 1em;
}
.page-housebuilding .sect-point .wrapper .inner .unit .area-image {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-housebuilding .sect-point .wrapper .inner .unit .area-image img {
  width: 48%;
  border: 1px solid #DDD;
}
.page-housebuilding .sect-point .wrapper .inner .unit .area-image img.mt-space {
  margin-top: 5%;
}
.page-housebuilding .sect-point .wrapper .inner .unit .area-image img.center {
  margin-right: auto;
  margin-left: auto;
}
.page-housebuilding .sect-point .wrapper .inner .unit.unit-02 .area-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: rgba(23, 148, 60, 0.2);
  padding: 3% 3% 3% 27%;
  margin-left: auto;
}
.page-housebuilding .sect-point .wrapper .inner .unit.unit-02 .area-text .head .text {
  background: rgb(23, 148, 61);
  background: -webkit-gradient(linear, left top, right top, color-stop(65%, rgb(23, 148, 61)), to(rgba(23, 148, 61, 0)));
  background: linear-gradient(90deg, rgb(23, 148, 61) 65%, rgba(23, 148, 61, 0) 100%);
}
.page-housebuilding .sect-point .wrapper .inner .unit.unit-02 .area-text .wrap {
  width: 100%;
  padding: 20px;
}
.page-housebuilding .sect-point .wrapper .inner .unit.unit-02 .area-text .wrap .lead {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-housebuilding .sect-point .wrapper .inner .unit.unit-02 .area-text .wrap .desc {
  font-size: 1em;
}
.page-housebuilding .sect-point .wrapper .inner .unit.unit-02 .area-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  right: auto;
  left: 0;
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider {
  width: 100%;
  padding: 0 50px;
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback {
  border: 3px solid #14993e;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-head .image {
  width: 50%;
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-head .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-head .text {
  width: 48%;
  -ms-flex-line-pack: center;
      align-content: center;
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-head .text .name {
  width: 100%;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 1em;
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-head .text .comment {
  width: 100%;
  line-height: 1.35;
  font-size: 1.1em;
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-body {
  margin-top: 20px;
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-body .text {
  font-size: 0.95em;
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider .slick-prev {
  left: 10px;
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider .slick-next {
  right: 23px;
}
.page-housebuilding .sect-feedback .wrapper .inner .unit-slider .slick-prev:before, .page-housebuilding .sect-feedback .wrapper .inner .unit-slider .slick-next:before {
  font-size: 40px;
  color: #666;
}
.page-housebuilding .sect-other .wrapper .inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-housebuilding .sect-other .wrapper .inner.bg {
  padding: 3% 0;
  background-color: rgba(192, 171, 146, 0.2);
}
.page-housebuilding .sect-other .wrapper .inner .unit-01 {
  max-width: 1200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-housebuilding .sect-other .wrapper .inner .unit-01 .area-text {
  width: 40%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-housebuilding .sect-other .wrapper .inner .unit-01 .area-text .wrap {
  display: inline-block;
  padding: 20px;
}
.page-housebuilding .sect-other .wrapper .inner .unit-01 .area-text .wrap p {
  width: 100%;
  text-align: right;
}
.page-housebuilding .sect-other .wrapper .inner .unit-01 .area-text .wrap .lead {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-housebuilding .sect-other .wrapper .inner .unit-01 .area-text .wrap .desc {
  font-size: 1em;
}
.page-housebuilding .sect-other .wrapper .inner .unit-01 .area-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 60%;
}
.page-housebuilding .sect-other .wrapper .inner .unit-01 .area-image img {
  width: 100%;
}
.page-housebuilding .sect-other .wrapper .inner .unit-02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.page-housebuilding .sect-other .wrapper .inner .unit-02 .btn {
  margin: 0 1em;
  display: inline-block;
  border-radius: 50px;
  padding: 15px 30px;
  background-color: #e17500;
  font-size: 1.4em;
  font-weight: bold;
  color: #FFF;
}
.page-housebuilding .sect-other .wrapper .inner .unit-02 .btn:hover {
  background-color: #14993e;
}

@media only screen and (max-width: 896px) {
  .page-housebuilding .sect-hero .wrapper .inner .unit .area-text {
    width: 40%;
  }
  .page-housebuilding .sect-hero .wrapper .inner .unit .area-text .wrap {
    width: auto;
    padding: 20px;
    top: 20%;
    left: -20%;
  }
  .page-housebuilding .sect-hero .wrapper .inner .unit .area-text .wrap .ttl {
    font-size: 4vw;
  }
  .page-housebuilding .sect-hero .wrapper .inner .unit .area-image {
    width: 60%;
  }
  .page-housebuilding .sect-info .wrapper .inner .unit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-housebuilding .sect-info .wrapper .inner .unit .area-text {
    width: 100%;
  }
  .page-housebuilding .sect-info .wrapper .inner .unit .area-text .wrap {
    width: 100%;
    padding: 0;
  }
  .page-housebuilding .sect-info .wrapper .inner .unit .area-text .wrap .desc {
    font-size: 0.9em;
  }
  .page-housebuilding .sect-info .wrapper .inner .unit .area-image {
    margin-top: 20px;
    width: 70%;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit .area-text {
    width: 100%;
    min-height: auto;
    padding: 20px;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit .area-text .head {
    width: 100%;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit .area-text .head .text {
    max-width: 100%;
    padding: 7px 10px;
    font-size: 1.4em;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit .area-text .wrap {
    width: 100%;
    padding: 15px;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit .area-text .wrap .lead {
    font-size: 1.1em;
    margin-bottom: 15px;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit .area-text .wrap .desc {
    font-size: 0.9em;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit .area-image {
    width: 100%;
    background-color: rgba(223, 115, 0, 0.2);
    padding: 0 20px 20px;
    position: static;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit .area-image img {
    width: 48%;
    border: 1px solid #DDD;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit .area-image img.mt-space {
    margin-top: 5%;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit .area-image img.center {
    margin-right: auto;
    margin-left: auto;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit.unit-02 .area-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px;
    margin-left: 0;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit.unit-02 .area-text .wrap {
    width: 100%;
    padding: 15px;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit.unit-02 .area-text .wrap .lead {
    font-size: 1.1em;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit.unit-02 .area-text .wrap .desc {
    font-size: 0.9em;
  }
  .page-housebuilding .sect-point .wrapper .inner .unit.unit-02 .area-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: rgba(23, 148, 60, 0.2);
  }
  .page-housebuilding .sect-feedback .wrapper .inner .unit-slider {
    padding: 0 30px;
  }
  .page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback {
    border: 2px solid #14993e;
    padding: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-head .image {
    width: 100%;
    height: 50vw;
    overflow: hidden;
  }
  .page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-head .text {
    margin-top: 10px;
    width: 100%;
  }
  .page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-head .text .name {
    font-size: 1em;
  }
  .page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-head .text .comment {
    font-size: 0.9em;
  }
  .page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-body {
    margin-top: 15px;
  }
  .page-housebuilding .sect-feedback .wrapper .inner .unit-slider .box-feedback .area-body .text {
    font-size: 0.85em;
  }
  .page-housebuilding .sect-feedback .wrapper .inner .unit-slider .slick-prev {
    left: 3px;
  }
  .page-housebuilding .sect-feedback .wrapper .inner .unit-slider .slick-next {
    right: 13px;
  }
  .page-housebuilding .sect-feedback .wrapper .inner .unit-slider .slick-prev:before, .page-housebuilding .sect-feedback .wrapper .inner .unit-slider .slick-next:before {
    font-size: 30px;
  }
  .page-housebuilding .sect-other .wrapper .inner.bg {
    padding: 20px 0;
  }
  .page-housebuilding .sect-other .wrapper .inner .unit-01 {
    max-width: 100%;
  }
  .page-housebuilding .sect-other .wrapper .inner .unit-01 .area-text {
    width: 100%;
  }
  .page-housebuilding .sect-other .wrapper .inner .unit-01 .area-text .wrap {
    width: 100%;
    padding: 0 20px;
  }
  .page-housebuilding .sect-other .wrapper .inner .unit-01 .area-text .wrap .lead {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
  .page-housebuilding .sect-other .wrapper .inner .unit-01 .area-text .wrap .desc {
    font-size: 0.9em;
  }
  .page-housebuilding .sect-other .wrapper .inner .unit-01 .area-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-housebuilding .sect-other .wrapper .inner .unit-02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    padding: 0 10px;
  }
  .page-housebuilding .sect-other .wrapper .inner .unit-02 .btn {
    width: 48%;
    margin: 0;
    padding: 15px 5px;
    font-size: 0.9em;
    text-align: center;
  }
}</pre></body></html>