@charset "utf-8";
@import url(/css/webfont.css);
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*font: inherit;*/
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
fieldset {
  border-width: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}
button {
  font-weight: 500;
  outline: none;
  background-color: #000;
  color: #fff;
  padding: 1em 4em;
  border: none;
  border-radius: 0.2em;
}
button.ss {
  padding: 0.25em 0.75em;
}
button:disabled:hover {
  background-color: #000;
  cursor: default;
}
button:hover {
  background-color: #009966;
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
}
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-color: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  padding: 0.25em;
  border: 1px solid #111;
  border-radius: 0.25em;
}
select option {
  background-color: #fff;
  color: #333;
  border: none;
}
select::-ms-expand {
  border: none;
  background-color: transparent;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
body {
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  line-height: 1.22;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
/*IE11*/
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, body {
    font-family: Verdana, "メイリオ", Meiryo, sans-serif;
  }
}
/*IE10以降*/
@media all and (-ms-high-contrast:none) {
  body {
    font-family: Verdana, "メイリオ", Meiryo, sans-serif;
  }
}
a {
  text-decoration: none;
  color: #009966;
}
a:hover {
  text-decoration: none;
  border: none;
  color: #009966;
  outline: none;
  background: none;
}
.center {
  text-align: center
}
.right {
  text-align: right
}
.left {
  text-align: left
}
.text_ss{
	font-size: 0.75em;
}
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 50px;
  display: block;
  overflow: hidden;
  box-sizing: content-box;
}
.hd_container {
  margin: 0 auto;
  padding: 0 0 0 30px;
  display: block;
  overflow: hidden;
  box-sizing: content-box;
}
.contents-box {
  max-width: 960px;
  margin: auto;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  .container, .hd_container {
    padding: 0 15px;
    font-size: 90%;
  }
  .contents-box p br {
    display: none;
  }
}
.bar {
  background-color: #FFF;
  color: #009966;
  line-height: 1.8;
}
.bar h1 {
  display: inline-block;
  font-weight: normal;
  font-size: 0.95em;
}
/*---------------------------------
ボタン お知らせ 一覧を見る
---------------------------------*/
a.btn_list {
  font-weight: 700;
  color: #009966;
  border: 2px solid #009966;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 1.2em;
  line-height: 1;
  margin-top: 0;
  background: #fff;
  display: block;
}
a.btn_list:hover, a.btn_list_s_R:hover, a.btn_list_s_S:hover {
  color: #fff;
  background: #009966;
}
a.btn_list_s_R {
  font-weight: 700;
  color: #009966;
  border: 2px solid #009966;
  text-decoration: none;
  float: right;
  padding: 0.5em 1em;
  margin: 0 5px;
  border-radius: 1.2em;
  line-height: 1;
  margin-top: 0;
  background: #fff;
}
a.btn_list_s_S {
  font-weight: 700;
  color: #009966;
  border: 2px solid #009966;
  text-decoration: none;
  padding: 0.5em;
  margin: 0 2px;
  border-radius: 1.2em;
  line-height: 1;
  margin-top: 0;
  background: #fff;
  float: none;
}
/*---------------------------------
ヘッダー
---------------------------------*/
header {
  background-color: rgba(255, 255, 255, 0.9);
}
.wrap {}
.wrap.header-fixed header {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
}
.wrap.header-fixed {
  padding-top: 90px;
}
.header-sizing {
  height: 90px;
}
.header-main {
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*---------------------------------
ヘッダーメニュー固定
---------------------------------*/
.header-main.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.75);
}
.header-main .logo-box {
  float: left;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-main .logo {
  display: inline-block;
  margin: 0;
  padding: 0;
  left: 0;
  margin-right: 1em;
}
.header-main .logo img {
  width: 280px;
}
/*---------------------------------
ヘッダーメニュー
---------------------------------*/
.header-menu {
  font-weight: 600;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
}
.header-menu-item {
  position: relative;
  box-sizing: border-box;
  margin: 0 30px 0 0;
  padding: 0;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  transition: .3s;
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
  line-height: 3;
}
.header-menu-item a:hover {
  color: #009966;
}
.header-menu-item a {
  color: #000000;
  text-decoration: none;
}
.header-menu-item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #009966;
  transition: .3s;
  transform: translateX(-50%);
}
.header-menu-item:hover::after {
  width: 100%;
}
#menu-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 10;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  color: #000;
  font-size: 10px;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 40px;
}
.menu-trigger span.bar {
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 5px;
}
.menu-trigger span.bar:nth-of-type(1) {
  top: 0;
}
.menu-trigger span.bar:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span.bar:nth-of-type(3) {
  top: 20px;
}
.menu-trigger span:nth-of-type(4) {
  bottom: 0;
}
.menu-trigger.active span.bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span.bar:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span.bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
  top: 30px;
}
.menu-trigger.active span:nth-of-type(4) {
  display: none;
}
/*　1024px　*/
@media only screen and (max-width: 1024px) {
  .header-main .logo img {
    width: 240px;
  }
  .header-menu-item {
    font-size: 1.0em;
    margin: 0 1em 0 0;
  }
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  .wrap.header-fixed {
    padding-top: 90px;
  }
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  .wrap.header-fixed {
    padding-top: 65px;
  }
  .header-sizing {
    height: 65px;
    display: none;
  }
  .header-main .logo {
    width: calc(100% - 64px);
    max-width: 320px;
  }
  #menu-btn {
    display: block;
  }
}
/*---------------------------------
お問い合わせ
---------------------------------*/
.hd_nav {
  list-style: none;
  width: 180px;
  float: right;
  height: 90px;
}
.hd_nav li:not(:first-of-type) {}
.hd_nav li {
  padding-left: 1em;
  height: 50%;
}
.hd_nav li a {
  height: calc(100% - 1px);
  text-decoration: none;
  background: #00585C;/*#7b1451;*/
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  padding: 14px 0 0 8px;
}
.hd_nav li a:hover {
  background: #00C2CB;
}
.hd_nav li:first-child a {
  background: #06007C;
}
.hd_nav li:first-child a:hover {
  background: #5148FF;
}
.hd_nav li:first-child a:before {
  content: "";
  width: 2em;
  height: 2em;
  display: inline-block;
  background-image: url("../images/tel_fff.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  margin-right: 0.5em;
}
.hd_nav li a:before {
  content: "";
  width: 2em;
  height: 2em;
  display: inline-block;
  background-image: url("../images/about_fff.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  margin-right: 0.5em;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  .hd_nav {
    display: none;
  }
}
/*　1240px　*/
@media (max-width: 1240px) {
  .hd_nav {
    width: 60px;
  }
  .hd_nav li .txt {
    display: none;
  }
  .hd_nav li a:before, .hd_nav li:first-child a:before {
    margin-right: 0;
  }
}
section {
  padding: 20px 0 30px 0;
}
/*---------------------------------
セクション背景
---------------------------------*/
.color-fff {
  background-color: #fff;
}
.color-pale_gray {
  background-color: #f5f5f5;
}
.color-gray {
  background-color: #e3e5ea;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-darkgray {
  background-color: #333;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-ed_gray {
  background-color: #ededed;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-666_gray {
  background-color: #666;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-red {
  background-color: #009966;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
.color-red {
  background-color: #009966;
}

/*---------------------------------
コメ
---------------------------------*/
ul.rice {}
ul.rice li {
  padding-left: 1.5em;
  position: relative;
}
ul.rice li::before {
  content: "※";
  position: absolute;
  left: 0;
}

/*---------------------------------
h2
---------------------------------*/
h2.text_ver {
  text-align: center;
  margin: 0 auto;
  color: #333;
  background-color: #e7e7e7;
  padding: 3.0em 0 2.0em 0;
}
h2.text_ver .h2_t {
  font-style: normal;
  font-weight: 700;
  font-size: 2.0em;
  display: block;
}
h2.text_ver .h2_sub_t {
  font-weight: 700;
  font-size: 1.0em;
  line-height: 100%;
  color: rgba(0, 0, 0, .5);
  margin-top: 1em;
  display: block;
}
h2.text_ver .h2_en {
  display: block;
  margin-top: 0.5em;
}
/*---------------------------------
h3
---------------------------------*/
h3 {
  text-align: center;
  color: rgba(0, 0, 0, 1.0);
  margin: 2.5em auto;
  position: relative;
}
h3 span {
  display: block;
}
h3 span.ja {
  font-style: normal;
  font-weight: 700;
  font-size: 2.0em;
}
h3 span.en {
  font-weight: 700;
  font-size: 1.0em;
  color: rgba(0, 0, 0, .5);
  margin-top: 1em;
}
h3.white span.en {
  color: #fff;
}
h3 span.en::after, h3.white span.en::after {
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    background: rgba(44,132,71,0.49);
	margin: 1em auto 0;}
h3.b_left {
  font-weight: 600;
  padding: 0.75em 0.5em;
  margin: 0 0 0.5em 0;
  background: #333;
  color: #f3f3f3;
}
h3 span.h3_t {
  color: #333;
}
/*　640px　*/
@media only screen and (max-width: 640px) {
  h3 {
    margin: 2.0em auto;
  }
  h3 span.ja {
    font-size: 1.4em;
  }
  h3 span.en {
    margin-top: 0.5em;
  }
}
/*---------------------------------
ニュース・新着情報 
---------------------------------*/
.list-box {
  padding: 3em;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 0.5em;
background-color: #fff;
	border-radius: 1.5em;
}
.list-box h4 {
  font-size: 1.4em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.list-box ul.news_list {
  display: block;
  overflow: hidden;
  margin: 0;
  border-top: 1px #999 dashed;
}
.list-box ul li.news_item {
  padding: 1em 0;
  margin: 0;
  border-bottom: 1px #999 dashed;
}
.list-box ul li.news_item h4 {
  font-weight: 700;
  color: #009966;
  line-height: 1.5;
  font-size: 120%;
  margin: -4px 0 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: left;
  overflow: hidden;
}
.list-box ul li {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.list-box ul li h4 {
  font-size: 130%;
  margin: 0 0 0.5em 0;
}
.list-box .news_data {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 1em;
}
.list-box .news_day {
  padding-right: 0.25em;
  font-size: 0.75em;
  font-weight: 400;
	color: #666;
  float: left;
  vertical-align: top;
}
.list-box .news_icon {
  padding: 0 0 0 1em;
  margin: 0;
  float: left;
}
.list-box .news_icon img {
  vertical-align: top;
}
.list-box .news_title {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 1.5em;
  box-sizing: border-box;
	font-size: 0.9em;
}
.list-box .news_title a {
  color: #009966;
}
.list-box .news_content {
  float: left;
  padding-top: 0.25em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.0em;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-box .news_content strong, .list-box .news_content b {
  font-size: 1.0em;
  color: #009966;
}
.list-box .news_content br {
  display: none;
}
.list-box .news_content img {
  display: none;
}
.all-list {
  text-align: center;
  padding: 1em 0;
  margin: 0 auto;
  display: block;
  font-size: 1.0em;
}
/*　640px　*/
@media only screen and (max-width: 640px) {
  .list-box {
    padding: 3em 1em 2em 1em;
  }
  .list-box ul li.news_item {
    padding: 1em 0;
    display: block;
    padding-bottom: 0.5em;
    width: 100%;
    box-sizing: border-box;
  }
  .list-box ul li.news_item:nth-child(1) h4 {
    font-size: 120%;
  }
  .list-box p {
    text-align: left;
  }
  .list-box ul li.news_item:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
  .list-box ul li.news_item:nth-child(3) {
    width: 100%;
  }
  .list-box h4 {
    font-size: 1.25em;
    word-wrap: normal;
  }
}
/*---------------------------------
メニュー　
---------------------------------*/
#ConceptBlk {
  color: #fff;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
  position: relative;
}
#ConceptBlk .wrp {
  position: relative;
  top: -100px;
  overflow: hidden;
  margin-top: 2em;
  margin-bottom: -100px;
}
#ConceptBlk .ConceptList {
  display: -webkit-flex;
  display: flex;
  margin: 0;
}
#ConceptBlk .ConceptList li {
  width: 25%;
  list-style: none;
}
#ConceptBlk .ConceptList li a {
  color: #000;
  text-decoration: none;
  display: block;
  margin: 0 auto 10px;
}
#ConceptBlk .ConceptList li span.con_tit {
  position: relative;
  top: 3em;
  z-index: 2;
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}
#ConceptBlk .ConceptList li span.con_tit:hover {
      color: #009966;
}
#ConceptBlk .ConceptList li span.con_img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto 10px;
}
#ConceptBlk .ConceptList li span img {
  border-radius: 50%;
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3);
}
#ConceptBlk .ConceptList li span img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1.0;
}
/*　940px　*/
@media only screen and (max-width: 940px) {
  #ConceptBlk {
    background-image: url(/images/bg_concept.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  #ConceptBlk .ConceptList {
    display: block;
  }
  #ConceptBlk .ConceptList li {
    width: 20%;
    float: left;
    display: block;
    overflow: hidden;
  }
  #ConceptBlk .ConceptList li a {
    margin: 0;
  }
  #ConceptBlk .ConceptList li span {
    margin: 10px auto;
    width: 140px;
    height: 140px;
  }
  #ConceptBlk .ConceptList li span img {
    width: 140px;
    height: 140px;
  }
  #ConceptBlk .ConceptList li p {
    font-size: 1.2em;
    margin: 0 0 1.5em 0;
    line-height: 1.0em;
  }
}
/*　640px　*/
@media only screen and (max-width: 640px) {
  #ConceptBlk .ConceptList li span {
    margin: 10px auto;
    width: 140px;
    height: 140px;
  }
  #ConceptBlk .ConceptList li span img {
    width: 140px;
    height: 140px;
  }
}
/*　320px　*/
@media only screen and (max-width: 320px) {
  #ConceptBlk .ConceptList li span {
    margin: 10px auto;
    width: 130px;
    height: 130px;
  }
  #ConceptBlk .ConceptList li span img {
    width: 130px;
    height: 130px;
  }
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  #ConceptBlk .ConceptList {
    display: none;
  }
  #ConceptBlk .wrp {
    top: 100px;
    margin-bottom: 0;
  }
	/* サイドメニュー */
  .side_column {
    right: -25px;
  }
}
/*---------------------------------
2カラム　50%
---------------------------------*/
.two-block {
  overflow: hidden;
  display: flex;
}
.two-block .contact-block {
  float: left;
  width: calc(50% - 10px);
  clear: none;
}
.two-block .contact-block:nth-child(1) {
  margin-right: 20px;
}
/*---------------------------------
2カラム　7対3
---------------------------------*/
.main-block {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.side-block {
  width: 28%;
}
.main-block, .side-block {
  padding: 0;
  padding-top: 0.5em;
}
.side_bn {}
.side_bn ul {
  overflow: hidden;
  margin-top: 30px;
}
.side_bn ul li {
  list-style: none;
  margin-bottom: 0.25em;
}
.side_bn ul li img {
  border: solid #C5C5C5 1px;
}
.side_bn ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* 920px */
@media only screen and (min-width : 920px) {
  .info_flexbox {
    display: -webkit-flex;
    display: flex;
  }
  .main-block {
    margin: 0 20px 0 0;
    width: 72%;
  }
  .side_bn ul li {
    width: 240px;
  }
  .side_bn ul li img {
    width: 100%;
  }
}
/* 920px */
@media screen and (max-width : 920px) {
  .side-block {
    width: 100%;
    display: contents;
  }
  .side_bn ul {
    margin-top: 30px;
    width: 100%;
  }
  .side_bn ul li {
    float: left;
    width: calc(33.333% - 10px);
    margin-right: 10px;
    box-sizing: border-box;
  }
  .side_bn ul li:last-child {
    margin-right: 0;
  }
  .side_bn ul li img {
    width: 100%;
    box-sizing: border-box;
  }
}
/* 767px */
@media screen and (max-width : 767px) {
  .side_bn ul li {
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
    box-sizing: border-box;
  }
}
/*---------------------------------
お問い合わせ
---------------------------------*/
#contact-column {}
#contact-column .contact-block {
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}
#contact-column .list-box, .two-block .list-box, #link .list-box, #useful_link .list-box {
  background-color: rgba(255, 255, 255, 1.0);
}
h3.fff, h3 span.fff {
  color: #fff;
}
#contact-column .contact-block dl {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 1.4em;
  font-weight: 600;
  border-top: 1px dashed #ccc;
}
#contact-column .contact-block dl:first-child {
  border-top: none;
}
#contact-column .two-block .contact-block dl {
  display: block;
  text-align: center;
}
#contact-column dl dt {
	letter-spacing: 0.25em;
  flex-basis: 10em;
  margin: 0.5em;
  background-color: #00585C;
  color: #fff;
	font-size: 0.8em;
  padding: 0.5em;
  align-items: stretch;
  text-align: center;
  border-radius: 0.5em;
}
#contact-column dl.net dt span {
  font-size: 0.75em;
}
#contact-column .two-block .contact-block dl dt {
  display: block;
  margin: 1em 0;
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
}
#contact-column .two-block .contact-block dl dd {
  margin-bottom: 1em;
}
#contact-column dl dd {
  flex-basis: 60%;
}
#contact-column dl dd .guidance-message {
  margin: 0;
  font-size: 0.7em;
  text-align: left;
  font-weight: normal;
  line-height: 120%;
  display: inline-block;
}
#contact-column dl dd .guidance-message::before {
  top: 0.2em;
}
#contact-column dl dd .guidance-message .guidance-num {
  display: inline-block;
  padding: 0.1em 0.5em;
  line-height: 100%;
  margin: 0 0.1em;
  color: #fff;
  background-color: #0080d9;
  font-size: 1.2em;
  border-radius: 0.25em;
}
#contact-column .tel-line, #contact-column .time-line {
  vertical-align: middle;
	margin-left: 1em;
}
#contact-column .tel-line .num {}
#contact-column .tel-line .mapage-link {
  font-family: 'Noto Sans Japanese', sans-serif;
}
#contact-column .tel-line a {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 600;
  vertical-align: middle;
}
#contact-column dl dd .time {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: inline-block;
  font-weight: normal;
  font-size: 0.65em;
  border: 1px solid #009966;
  border-radius: 0.25em;
  padding: 0.1em 0.5em;
  color: #009966;
  line-height: 120%;
  text-align: left;
}
#contact-column dl dd .time > span {
  display: inline-block;
}
/*　1024px　*/
@media only screen and (max-width:1024px) {
  #contact-column .two-block {
    display: block;
  }
  #contact-column .two-block .contact-block {
    float: none;
    width: 100%;
    clear: none;
  }
  #contact-column .contact-block dl {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	  	  border: none;
  }
  #contact-column .contact-block dl dt, #contact-column .two-block .contact-block dl dt {
    display: block;
    margin: 1em 0 0;
    padding: 0.5em;
    width: 100%;
    box-sizing: border-box;
  }
  #contact-column .contact-block dl dd {
    display: block;
    padding: 0.5em;
    /*margin-bottom: 1em;*/
    text-align: center;
    width: 100%;
    flex-basis: 100%;
    box-sizing: border-box;
  }
#contact-column .tel-line {
    margin-left: 0;
}
#contact-column .time-line {
	font-size: 0.8em;
	}}
/*　640px　*/
@media only screen and (max-width: 640px) {
  #contact-column .list-box {
    padding: 0 0em;
  }
  #contact-column .tel-line a {
    font-size: 1.0em;
  }
}
/* リンク */
.list-box ul.textlink {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1em;
  display: block;
}
.list-box ul.textlink li {
  text-align: left;
  width: 20%;
  float: left;
  padding-left: 0;
  padding: 0;
	list-style: none;
	text-indent: 0;
}
.list-box ul.l_textlink li {
  text-align: left;
  width: 33.33%;
  float: left;
  padding-left: 0;
  padding: 0;
	list-style: none;
	text-indent: 0;
}
.list-box ul.textlink li a:before, .list-box ul.l_textlink li a:before {
    content: "";
    width: 0.4em;
    border: 0.4em solid transparent;
    border-left-color: #6cbb81;
    display: inline-block;
    margin: 0 0.25em 0 0;
}
@media (max-width: 768px){
.list-box ul.textlink li, .list-box ul.l_textlink li {
    width: 100%;
}}
/*---------------------------------
ポイント
---------------------------------*/
.point {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #ACD4F7;
}
.privacy ol {
  padding-left: 2em;
}
.privacy ol li {
  font-family: 'Noto Sans Japanese', sans-serif;
  margin: 2em 0 0.5em 0;
  position: relative;
  padding-left: 0;
  line-height: 1.4em;
}
.privacy ol li ul {
  margin-bottom: 2em;
  padding-left: 2em;
}
.privacy ol li ul li {
  list-style: circle;
  margin: 0.5em 0;
  padding-left: 0;
}
b, strong {
  font-weight: 800;
  font-size: 1.2em;
}
p {
  margin: 1em 0 1.5em 0;
  font-size: 1.0em;
  line-height: 1.6em;
  text-align: center;
}
ol li p {
  text-align: left;
}
.privacy p a {
  text-decoration: none;
  color: #4184f3;
}
#contact {
  font-family: 'Noto Sans Japanese', sans-serif;
  max-width: 1280px;
  margin: 20px auto;
}
/*---------------------------------
テーブル
---------------------------------*/
.tbl-1 {
  width: 100%;
}
.tbl-1 th, .tbl-1 td {
  padding: 0.75em;
  float: none;
  border-bottom: none;
  text-align: left;
  line-height: 1.8em;
}
.tbl-1 th {
  border-bottom: 1px dashed #e4e4e4;
  vertical-align: middle;
  width: 12.5em;
  font-weight: 600;
}
.tbl-1 td {
  border-bottom: 1px dashed #e4e4e4;
}
.tbl-1 td ul {
  padding-left: 1.5em;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  .tbl-1 {
    display: table;
  }
  .tbl-1 th, .tbl-1 td {
    display: block;
  }
  #contact #formfoot {
    padding: 1em;
  }
  .tbl-1 th {
    white-space: nowrap;
    min-width: auto;
    width: auto;
    border-bottom: none;
    background-color: #e4e4e4;
    display: block;
    overflow: hidden;
    margin-top: 0.25em;
  }
  .tbl-1 td {
    border-bottom: none;
  }
}
/*　　*/
#contact p {
  text-align: left;
}
#contact .caption {line-height: 1.2em;}
#contact .required {
  color: #f00;
	
}
#contact table th:before {
  content: "";
  border: 0.5em solid transparent;
  border-left-color: #009966;
  display: inline-block;
  margin: 0 0.5em 0 0;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  #contact table th:before {
    content: "";
    border: 0.5em solid transparent;
    border-top-color: #009966;
    display: inline-block;
    margin: 0.5em 0.5em -0.5em 0;
  }
}
#contact table td {
  box-sizing: content-box;
}
#contact table td input[type="text"], #contact table td textarea {
  width: 100%;
}
#contact table td label {
  margin-right: 1em;
}
#contact table td.err span.err {
  display: inline-block;
  color: #f00;
}
#contact table td input[type="text"], #contact table td textarea {
  width: 100%;
}
#contact table td input[type="text"], #contact table td textarea, #contact table td select {
  font-size: 1.1em;
  padding: 0.3em 0.5em 0.2em;
  border-radius: 0.3em;
  margin-bottom: 0.2em;
  box-sizing: border-box;
  border: 1px solid #888;
}
#contact table td.err input[type="text"] {
  background-color: #FFDDDD;
}
#contact #formfoot {
  text-align: center;
  padding: 0.5em;
}
#contact #formfoot button {
  padding: 1em;
}
#contact h5 {
  color: #fff;
  letter-spacing: 0.25em;
  display: block;
  overflow: hidden;
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 1em;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background-color: #009966;
  padding: 0.75em;
}
.submit_btn {
  padding: 1em 2em;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #009966;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 0 #009966;
  margin: 0.5em 1em;
  border: 2px outset #009966;
}
.submit_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*　　*/
#contact #phone {
  list-style: none;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 1em;
  overflow: hidden;
}
#contact #phone li {
  display: block;
  float: left;
  margin-right: 2em;
}
#contact #phone li.freedial {
  font-size: 1.5em;
  margin-top: 0;
}
#contact #phone li.freedial img {
  width: 1.5em;
  height: auto;
  vertical-align: middle;
}
#contact #phone li.tel {
  clear: left;
}
#contact #phone li.fax {}
#contact #phone li.hour {
  clear: left;
}
#contact #phone li.fax {}

/*---------------------------------
フッター
---------------------------------*/
footer {
  background: #080808;
}
.footer-content {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#footer-nav {
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: 20px 0;
  background-color: #141162;
  color: #F5F5F5;
}
#footer-nav ul.link-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1em;
  /*border-bottom: 1px solid #F5F5F5;*/
}
#footer-nav ul.link-group > li {
  width: 33.3333333%;
  text-align: center;
}
#footer-nav ul.link-group li.link-home {
  display: none;
}
#footer-nav ul.link-group > li > ul {
  display: inline-block;
  text-align: left;
}
#footer-nav ul.link-group > li > ul > li {
  margin: 0.5em auto;
  position: relative;
  padding: 0.1em 0.3em;
  display: block;
  transition: .3s;
}
#footer-nav ul.link-group > li > ul > li a {
  text-decoration: none;
  color: #f5f5f5;
}
#footer-nav ul.link-group > li > ul > li a:hover {
  color: #c4c4c4;
}
#footer-nav ul.link-parent > li a.parent {
  font-weight: 800;
  line-height: 2em;
  min-width: 9em;
  margin-bottom: 0.75em;
  display: inline-block;
  pointer-events: none;
}
#footer-nav ul.link-parent > li > ul > li {
  margin: 0.5em auto;
  position: relative;
  padding: 0.1em 0.3em;
  display: block;
  transition: .3s;
}
#footer-nav ul.link-parent > li > ul.link-children > li {
  margin: 0.5em auto;
  position: relative;
  padding: 0.1em 0;
  display: block;
  transition: .3s;
}
@keyframes PanelAnime {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: calc(100% - 65px);
    opacity: 1;
  }
}
#main-menu > li a.main-btn:hover::before, #main-menu > li a.main-btn:hover::after {}
/*---------------------------------
スマホ　メニュー
---------------------------------*/
#Panel-Menu-box {
  padding: 0 1em 1em 1em;
  width: 100%;
  top: 65px;
  left: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  z-index: 100;
  display: none;
  overflow: auto;
}
#Panel-Menu-box.active {
  background-color: rgba(102, 102, 102, 0.90);
  color: #fff;
  display: block;
  animation: PanelAnime 0.5s linear;
  height: calc(100% - 65px);
}
#Panel-Menu-box.active a {
  color: #fff;
}
#Panel-Menu-box .link-group {
  overflow: hidden;
}
#Panel-Menu-box .link-group > li {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
  line-height: 3.0em;
}
#Panel-Menu-box li.link-sub-group {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
#Panel-Menu-box ul.link-parent li.s_search {
  padding: 0 0.5em;
  background-color: #7c1342;
  border-bottom: 1px dashed #fff;
  display: block;
}
@media only screen and (min-width: 768px) {
  #footer-nav ul.link-group > li > ul > li.s_search {
    display: none;
  }
  #footer-nav ul.link-group > li.link-sub {
    display: none;
  }
}
#Panel-Menu-box ul.link-sub-parent > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
}
#Panel-Menu-box .link-group > li > ul > li {}
#Panel-Menu-box .link-group > li > ul > li a {
  display: block;
  padding: .5em;
}
#Panel-Menu-box .link-group > li.link-sub > ul > li {
  border-bottom: 1px solid #fff;
}
#Panel-Menu-box ul.link-parent li.s-btn-box {
  padding: 0 1em 1em 1em;
  background-color: hsla(0, 0%, 100%, 0.50);
}
#Panel-Menu-box ul.link-parent li.s-btn-box a {
  color: #fff;
}
#Panel-Menu-box ul.link-children li.s_menu01 {
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 40px auto;
	background-color: #141162;
  background-image: url(../images/icon_apart.svg);
  text-indent: 4.5em;
  padding: 0;
	border: 2px solid #141162;
	border-radius: 2em;
	margin-bottom: 0.5em;
}
#Panel-Menu-box ul.link-children li.s_menu02 {
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 40px auto;
	background-color: #141162;
  background-image: url(../images/icon_tenant.svg);
  text-indent: 4.5em;
  padding: 0;
	border: 2px solid #141162;
	border-radius: 2em;
	margin-bottom: 0.5em;
}
#Panel-Menu-box ul.link-children li.s_menu03 {
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 40px auto;
	background-color: #141162;
  background-image: url(../images/icon_parking.svg);
  text-indent: 4.5em;
  padding: 0;
	border: 2px solid #141162;
	border-radius: 2em;
	margin-bottom: 0.5em;
}
#Panel-Menu-box ul.link-children li.s_menu04 {
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 40px auto;
	background-color: #005C5E;
  background-image: url(../images/icon_tochi.svg);
  text-indent: 4.5em;
  padding: 0;
	border: 2px solid #005C5E;
	border-radius: 2em;
	margin-bottom: 0.5em;
}
#Panel-Menu-box ul.link-children li.s_menu05 {
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 40px auto;
	background-color: #005C5E;
  background-image: url(../images/icon_home.svg);
  text-indent: 4.5em;
  padding: 0;
	border: 2px solid #005C5E;
	border-radius: 2em;
	margin-bottom: 0.5em;
}
#Panel-Menu-box ul.link-children li.s_menu06 {
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 40px auto;
	background-color: #005C5E;
  background-image: url(../images/icon_mansyon.svg);
  text-indent: 4.5em;
  padding: 0;
	border: 2px solid #005C5E;
	border-radius: 2em;
	margin-bottom: 0.5em;
}
/*---------------------------------
スマホ　メニュー　アクティブ 
---------------------------------*/
#Panel-Menu-box ul.link-parent.active > li.s-btn-box {
  padding: 0 1em 1em 1em;
}
#Panel-Menu-box ul.link-parent.active > li.s-mini-box {
  padding: 0 1em 1em 1em;
}
#Panel-Menu-box ul.link-parent > li a {
  position: relative;
}
#Panel-Menu-box ul.link-parent > li a.parent::after, #Panel-Menu-box ul.link-parent > li a.parent::before {
  content: "";
  height: 5px;
  width: 20px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  transition: all .3s ease;
}
#Panel-Menu-box ul.link-parent > li.s-btn-box a.parent::after, #Panel-Menu-box ul.link-parent > li.s-btn-box a.parent::before {
  background-color: #333;
}
#Panel-Menu-box ul.link-parent > li a.parent::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#Panel-Menu-box ul.link-parent.active > li a.parent::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#Panel-Menu-box ul.link-children {
  /*background: rgba(255, 255, 255, .80);*/
  color: #333;
  /*border-radius: 0.5em;*/
}
#Panel-Menu-box ul.link-children a {
  color: #333;
  /*border-bottom: solid #333 1px;*/
}
#Panel-Menu-box ul.link-children li:last-child a {
  border-bottom: none;
}
/*---------------------------------
個人情報　メニュー
---------------------------------*/
#policy-nav {
  margin: 0;
  background-color: #005C5E;
  padding: 0 20px 20px 20px;
}
#policy-nav ul {
  padding: 1em 0;
}
#policy-nav ul li {
  display: inline-block;
  position: relative;
  line-height: 1.8em;
}
#policy-nav ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 1em;
  margin-top: -0.5em;
  background-color: #f5f5f5;
}
#policy-nav ul li a {
  padding: 0.25em 1em;
  display: emline-block;
  width: calc(100% - 3px);
  color: #f5f5f5;
}
#policy-nav ul li a:hover{
  color: #C4C4C4;
}

.footer-name {
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
.footer-copyright {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 0.7em;
  text-align: center;
  line-height: 2.6em;
	color: #fff;
}
/*　540px　*/
@media only screen and (max-width: 540px) {
  .footer-copyright span {
    display: none;
  }
}
/*---------------------------------
フッター　tel 
---------------------------------*/
.tel_box {
  background-color: #fff;
  width: 40%;
  font-size: 0.85em;
  text-align: center;
  padding: 10px 0;
  margin: 0.5em auto 0;
}
.tel_no {
  font-size: 2em;
  font-weight: 700;
  line-height: 2em;
}
.tel_no a:before {
  content: "";
  width: 1.0em;
  height: 1.0em;
  display: inline-block;
  margin-right: 0.5em;
  background-image: url("/images/tel.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  .tel_box {
    width: 100%;
  }
}
/*---------------------------------
ページトップ 
---------------------------------*/
.pagetop {
  position: fixed;
  bottom: 80px;
  right: 5px;
  z-index: 99;
}
.pagetop a {
  font-size: 0.75em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 50px;
  height: 35px;
    padding: 15px 0 0 0;
  line-height: 1;
  border-radius: 50%;
  /*border: 2px solid #fff;*/
  background: #999;
  position: relative;
}
/* 768px以下 */
@media only screen and (max-width: 768px) {
  .categorylist-item {
    font-size: 7px;
    font-size: 0.75rem;
  }
  .opening {
    height: calc(300px - 200px);
    min-height: 300px;
  }
  .opening-img {
    right: 0;
    width: calc(100% + 200px);
    height: 360px;
  }
  .opening-logo {
    display: none;
  }
}
/*お客様の家　施工例*/
#works_box {
  background-color: #f7f3e5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
  overflow: hidden;
  padding: 30px 0;
}
#works_box h2 {
  margin: 0 0 60px 20%;
  float: left;
  width: 60%;
}
#works_box .wrp {
  width: 90%;
  margin: 0 auto;
}
/* 768px */
@media (max-width : 768px) {
  #works_box .wrp {
    width: 90%;
    margin: 0 auto;
  }
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/**/
#works_box .works_dtl {
  position: relative;
  margin-bottom: 60px;
  clear: both;
}
#works_box .event_img {
  width: 70%;
  max-height: 380px;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
}
#works_box .event_img img {
  width: 100%;
  height: auto;
  margin-top: calc(200px - 35%);
}
#works_box .imgR .event_img {
  margin-left: auto;
}
#works_box .imgL .event_img {
  margin-right: auto;
}
#works_box .works_inner {
  top: 0;
  margin-top: 50px;
  padding: 36px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 35%;
  min-width: 360px;
  min-height: 200px;
  position: absolute;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
  text-align: center;
}
#works_box .imgR .works_inner {
  left: 0;
}
#works_box .imgL .works_inner {
  right: 0;
}
#works_box .works_inner .works_cate {
  display: inline-table;
  margin: 0 auto 0.5em;
  padding: 0.25em 1em;
  background: #009966;
  border-radius: 1em;
  color: #fff;
  line-height: 1.2;
}
#works_box .works_inner .works_ttl {
  color: #00007C;
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
#works_box .works_inner .works_txt {
  margin: 0 0 1em;
  text-align: left;
  line-height: 1.5em;
}
#works_box .works_inner .works_btn {
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 1em 0;
  background: #333366;
  border-radius: 30px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border: #333366 2px solid;
  position: relative;
}
#works_box .works_inner .works_btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #666;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .5;
  right: 0;
  bottom: -8px;
  z-index: -1;
}
#works_box .works_inner .works_btn:hover {
  background: #fff;
  color: #333366;
  border: #333366 2px solid;
}
/*　1240px　*/
@media screen and (max-width: 1240px) {
  #works_box .works_inner {
    width: 40%;
    /*min-width: 250px;*/
    min-height: 150px;
  }
  #works_box .works_inner .works_cate {
    display: none;
  }
  #works_box .works_inner .works_ttl {
    font-size: 1.4em;
  }
}
/* 980px */
@media screen and (max-width: 980px) {
  #works_box .event_img {
    max-height: 300px;
  }
  #works_box .event_img img {
    margin-top: calc(200px - 45%);
  }
}
/*　767px以下　*/
@media screen and (max-width: 767px) {
  #works_box .wrp {
    width: 90%;
    padding: 0 10px;
  }
  #works_box .works_dtl {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #works_box .event_img {
    width: 100%;
    box-shadow: none;
  }
  #works_box .event_img img {
    margin-top: 0;
    display: block;
  }
  #works_box .works_inner {
    position: relative;
    margin-top: 0;
    box-shadow: none;
    min-width: 100%;
    width: 90%;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 0;
  }
}
/*---------------------------------
ページ画像見出し
---------------------------------*/
.content_head {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 160px;
  padding: 30px 0 30px;
  position: relative;
  width: 100%;
}
.page_about .content_head {
  background-image: url("../images/top_about.jpg");
}
.page_privacy .content_head {
  background-image: url("../images/top_privacy.jpg");
}
.page_contact .content_head {
  background-image: url("../images/top_contact.jpg");
}
.page_news .content_head {
  background-image: url("../images/top_news.jpg");
}
.page_consult .content_head {
  background-image: url("../images/top_consult.jpg");
}
.page_link .content_head {
  background-image: url("../images/top_link.jpg");
}
.content_head .mask {
  height: 220px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mask_02 {
  background-color: rgba(0, 0, 0, 0.40);
}
.ventforet{
	margin: 0 auto;
	text-align: center;
}
/*---------------------------------
ページh1　
---------------------------------*/
.content_head h1 {
  text-align: center;
  position: relative;
  color: #fff;
  font-style: normal;
  font-weight: 700;
}
h1 span {
  display: block;
}
.content_head h1 span.ja {
  font-weight: 700;
  font-size: 0.9em;
  margin-top: 0.3em;
}
.content_head h1 span.en {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 100%;
  color: #fff;
}
.content_head h1 span.txt {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.3em;
  color: #fff;
  margin: 1em 1em 0 1em;
}
/* 768px */
@media (max-width: 768px) {
  .content_head h1 span.txt {
    font-size: 12px;
  }
	.content_head h1 span.en {
    font-size: 1.2em;
}
}
/* 980px */
@media (max-width: 980px) {
.ventforet img{
	width: 100%;
	}}
/*---------------------------------
会社案内
---------------------------------*/
.about_table {
  margin: 10px 0;
  width: 100%;
  border-bottom: 1px dashed #8f99ab;
}
.about_table th {
  background-color: #e3e5ea;
  text-align: left;
  font-weight: 500;
	vertical-align: middle;
}
.about_table th.midashi {
  background-color: #e3e5ea;
  text-align: left;
  font-weight: 500;
}
.about_table th, .about_table td {
  padding: 8px 18px 10px;
  border-top: 1px dashed #8f99ab;
}
.about_table td {
  line-height: 1.5;
  text-align: left;
}
ul.pict-box {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
ul.pict-box li {
  margin: 0;
  padding: 0.5em;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
ul.pict-box li img {
  width: 100%;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#map {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 400px;
}

#site_link {
  margin: 0;
  height: auto;
  padding: 10px;
  float: left;
	width: 100%;
	box-sizing: border-box;
}
#site_link ul {
  padding: 0px;
  margin: 0;
}
#site_link ul li {
	width: 31.33%;
  list-style: none;
	float: left;
	margin: 1%;
	height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#site_link ul li img {
  width: 100%;
  height: auto;
	border: 1px solid #999999;
}
/* 767px */
@media (max-width: 767px) {
  .about_table th, .about_table td {
    display: block;
  }
  .about_table th.midashi {
    display: none;
  }
  .about_table td {
    border-top: none;
  }
  .about_table td:nth-of-type(2), .about_table td:nth-of-type(3) {
    border-top: 1px dashed #8f99ab;
  }
  ul.pict-box li {
    width: 100%;
  }
#site_link ul li {
	width: 48%;
}
}
/*　お問い合わせフォーム　*/
.sub-menu {
  overflow: hidden;
  margin: 20px auto;
}
.sub-menu ul {}
.sub-menu.one-column ul li {}
.sub-menu.two-column ul li {
  float: left;
  width: 48%;
  margin: 1%;
}
.sub-menu ul li a {
  display: block;
  font-size: 1.2em;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1em;
  max-width: 300px;
  margin: auto;
  border: 2px solid #333;
}
.sub-menu ul li a:hover {
  background-color: #FFF;
  color: #000;
  border: 2px solid #000;
}
.sub-menu ul li a.btn-color-0080d9 {
  background-color: #0080d9;
}
/*　640px　*/
@media only screen and (max-width: 640px) {
  .sub-menu.two-column ul li {
    float: none;
    width: 100%;
	margin: 0 0 1em 0;
    max-width: none;
  }
}


/*---------------------------------
個人情報
---------------------------------*/
.p_txt {}
.list-box ol, .list-box ul {
  padding: 0;
  margin: 1em 0;
  counter-reset: counter-name;
  overflow: hidden;
}
.list-box ol li {
  margin: 0.5em 0 1em 0;
  list-style: none;
  position: relative;
  line-height: 1.4em;
}
.list-box ul li {
  margin: 0.5em 0 0 0;
  list-style: none;
  position: relative;
  line-height: 1.4em;
}
/* ブログ */

.list-box ol li::before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  color: #009966;
  position: absolute;
  font-weight: 600;
  left: 0;
  font-size: 1.4em;
}
.list-box ol li b {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 800;
  font-size: 1.4em;
  color: #009966;
  padding-left: 2em;
  display: flex;
}
.list-box ul li b {
  font-weight: 800;
  font-size: 1.4em;
  color: #009966;
  padding-left: 0;
  display: flex;
}
.list-box ol li p, .list-box ul li p {
  text-align: left;
  line-height: 1.4em;
}
.list-box ol li ul, .list-box ul li ul {
  margin-bottom: 2em;
  padding-left: 2em;
}
.list-box ol li ul li {
  list-style: circle;
}
.list-box ol li ul li:before {
  display: none;
}
.list-box ol li ol {
  margin-bottom: 1em;
  padding-left: 2em;
}
.list-box ol li ol li {
  list-style: decimal;
}
.list-box ul li ul li {
  list-style: disc inside;
  padding-left: 2em;
  text-indent: -1em;
}
.list-box ul li ol li {
  list-style: decimal inside;
  padding-left: 3em;
  text-indent: -1em;
  list-style-type: lower-latin;
  border: none;
}
.list-box ul li ol li:before {
  display: none;
}
.list-box ol li ol li:before {
  display: none;
}

/* 768px */
@media (max-width: 768px) {
  .p_contact {
    text-align: left;
    line-height: 2;
  }
  .contents-box .p_contact br {
    display: block;
  }
}
/*---------------------------------
不動産の売却・運用 サイドメニュー
---------------------------------*/
.side_column {
  position: fixed;
  right: 20px;
  top: calc(50% - 235px);
  width: auto;
  z-index: 3;
}
.side_column .side_content {
  width: 70px;
}
.side-block-list a:hover {
  text-decoration: none;
  background-color: rgba(230, 222, 200, .2);
}
.point-side-item {
  width: 70px;
  height: 70px;
  opacity: .5;
  transition: .2s ease-in;
  position: relative;
}
.point-side-item:hover {
  opacity: 1;
}
.point-side-item:not(:last-child) {
  margin: 0 0 15px;
}
.point-side-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #333;
  text-align: center;
  line-height: 1.0em;
}
.point-side-link:hover {
  border: 4px solid #333;
  color: #fff;
}
.point-side-text {
  position: absolute;
  right: 0px;
  top: calc(50% - 20px);
  z-index: -1;
  display: block;
  padding: 10px 25px 10px 20px;
  background: rgba(51, 51, 51, 1.00);
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  pointer-events: none;
  opacity: 0;
  transition: .2s ease-out;
  border-radius: 1em 0 0 1em;
}
.point-side-item:hover .point-side-text {
  right: 60px;
  opacity: 1;
}
/*　768px　*/
@media only screen and (max-width: 768px) {
  .side_column {
    right: -25px;
  }
}
/*---------------------------------
step 不動産の売却・運用
---------------------------------*/
#consult-section p {
  color: #000000;
  padding: 0 0.5em;
}
.step {
  padding-bottom: 40px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.step_item {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-color: #009966;
  border-style: solid;
  border-left-width: 10px;
  padding: 15px 0;
  z-index: 1;
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 1em;
  overflow: hidden;
}
.step_item_box {
  text-align: center;
  margin-bottom: 10px;
  float: left;
  width: 20%;
  min-width: 10em;
}
.step_item_label {
  font-size: 20px;
  font-weight: 700;
  color: #009966;
  margin-bottom: 10px;
  line-height: 1;
}
.step_item_name {
  font-size: 1.0em;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.step_item_label_number {
  font-size: 42px;
  margin-left: 0.25em;
  vertical-align: baseline;
}
.step_item_text {
  font-size: 0.85em;
  font-weight: normal;
  color: #333;
  line-height: 1.5em;
  margin: 0;
  text-align: left;
  padding: 0 1em;
}
/*---------------------------------
パンくず
---------------------------------*/
.breadcrumbs_wrapper {
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}
.breadcrumbs {
  font-size: 0.95em;
  margin: auto;
  padding: 5px 15px;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs ul {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.breadcrumbs li {
  padding-right: 25px;
}
.breadcrumbs li:not(:last-child) {
  position: relative;
}
.breadcrumbs li:not(:last-child)::after {
  content: "＞";
  display: block;
  position: absolute;
  width: 9px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 10px;
}
.breadcrumbs a {
  color: #009966;
}
.breadcrumbs a:hover {
  color: #00B377;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 5px 15px;
  }
  .breadcrumbs ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumbs li {
    display: inline;
    padding-right: 20px;
    flex: 0 0 40%;
  }
}
/*---------------------------------
バナーエリア 物件検索MENU
---------------------------------*/
.banner-area-box {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.banner-area {
  color: #FFFFFF;
	overflow: hidden;
    margin-bottom: 20px;
}
.banner-content {
  height: 220px;
  float: left;
  text-align: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.04);
}
.banner-content a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.banner01 {
  background: url(../images/search_01.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 31.3%;
	margin: 1%;
	border-radius: 10px;
}
.banner01:hover, .banner02:hover, .banner03:hover, .banner04:hover, .banner05:hover, .banner06:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.banner02 {
  background: url(../images/search_02.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 31.3%;
	margin: 1%;
	border-radius: 10px;
}
.banner03 {
  background: url(../images/search_03.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 31.3%;
	margin: 1%;
	border-radius: 10px;
}
.banner04 {
  background: url(../images/search_04.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 31.3%;
	margin: 1%;
	border-radius: 10px;
}
.banner05 {
  background: url(../images/search_05.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 31.3%;
	margin: 1%;
	border-radius: 10px;
}
.banner06 {
  background: url(../images/search_06.jpg) no-repeat center center;
  background-size: auto auto;
  background-size: cover;
  width: 31.3%;
	margin: 1%;
border-radius: 10px;
}
.banner-content h3 {
  color: #fff;
  padding: 0;
  /*display: flex;*/
  align-items: center;
  /*-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;*/
  /*width: 120px;*/
  font-weight: 600;
  /*text-shadow: 2px 2px 7px #252627;*/
  font-size: 1.6em;
  overflow: visible;
  letter-spacing: 0em;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
  line-height: 1.6em;
  height: 100%;
	border-radius: 10px;
}
.banner01 h3::before {
  background-image: url(../images/icon_apart.svg);
  background-size: 65%;
  background-position-y: 5px;
}
.banner02 h3::before {
  background-image: url(../images/icon_tenant.svg);
  background-size: 65%;
  background-position-y: 5px;
}
.banner03 h3::before {
  background-image: url(../images/icon_parking.svg);
  background-size: 65%;
  background-position-y: 5px;
}
.banner04 h3::before {
  background-image: url(../images/icon_tochi.svg);
  background-size: 65%;
  background-position-y: 5px;
}
.banner05 h3::before {
  background-image: url(../images/icon_home.svg);
  background-size: 65%;
  background-position-y: 5px;
}
.banner06 h3::before {
  background-image: url(../images/icon_mansyon.svg);
  background-size: 65%;
  background-position-y: 5px;
}
.banner-content h3::before {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: #C1C1C1;
  border-radius: 50%;*/
  content: "";
  display: inline-block;
  height: 65px;
  width: 65px;
  margin: 20px 0 10px 0;
}
.banner02 h3 {
  letter-spacing: 0em;
}

/* 768px */
@media screen and (max-width: 768px) {
  .banner-content {
    height: 120px;
    padding: 0;
  }
  .banner01, .banner02, .banner03, .banner04, .banner05, .banner06 {
    width: 31.3%;
	  margin: 1%;
  }
  .banner-content h3 {
    font-size: 1.15rem;
    letter-spacing: 0;
    writing-mode: inherit;
    width: 100%;
  }
  .banner-content h3::before {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    /*background-color: #C1C1C1;*/
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 55px;
    width: 55px;
    margin: 10px 0 10px 0;
    overflow: hidden;
    text-align: center;
    /*left: 50%;
    transform: translate(-50%, -50%);*/
  }
  .s_title {
    position: absolute;
    bottom: 0.25em;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 0.85em;
  }
}
.kome {
  font-size: 0.85em;
}
/*---------------------------------
ボタン 不動産の売却・運用フォーム
---------------------------------*/
.r_btn {
  margin: 1em;
}
.r_btn a {
  color: #fff;
  margin: 0 auto;
  width: 70%;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 1em 0;
  background: #009966;
  border-radius: 30px;
  line-height: 1;
  text-decoration: none;
  border: #009966 2px solid;
  position: relative;
}
.r_btn a:hover {
  color: #009966;
  background: #fff;
  border: #009966 2px solid;
}
/*---------------------------------
スライダー
---------------------------------*/
#opening {
  overflow: hidden;
  background-color: #D3D3D3;
  height: 560px;
  position: relative;
}
#opening ul {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0px;
  margin: 0;
  padding: 0;
  height: 560px;
}
#opening ul li {
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#opening ul li img {
  opacity: 1;
  width: 100%;
  height: auto;
  transform: translate(0px, 0px);
  transition-duration: 4s;
}
#opening ul li.active img {
  opacity: 1;
  transform: translate(0px, -300px);
}
#opening ul li a.link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0px;
}
#opening .bx-wrapper {
  height: 560px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  border: none;
  background: #D3D3D3;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
}
#opening ul li .open_text_l {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 560px;
  padding: 2em;
  margin: 0;
  box-sizing: border-box;
  color: #fcfeff;
  font-size: 1.8em;
  display: block;
  vertical-align: middle;
  line-height: 180%;
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.33) 1px 1px 5px, rgba(0, 0, 0, 0.33) -1px 1px 5px, rgba(0, 0, 0, 0.33) 1px -1px 5px, rgba(0, 0, 0, 0.33) -1px -1px 10px;
  z-index: 20;
}
#opening ul .s-box {
  position: absolute;
  width: 70%;
  padding: 2em;
  margin: 2em;
  box-sizing: border-box;
  color: #fcfeff;
  font-size: 1.6em;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#opening ul .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#opening ul .s-title {
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-shadow: rgba(0, 0, 0, 0.33) 1px 1px 5px, rgba(0, 0, 0, 0.33) -1px 1px 5px, rgba(0, 0, 0, 0.33) 1px -1px 5px, rgba(0, 0, 0, 0.33) -1px -1px 10px;
}
#opening ul li .s-logo {
  line-height: 1.8;
  color: #009966;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0px;
  padding: 0px;
}
#opening ul li .s-lead {
  line-height: 1.8;
  color: #333;
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 1em 0 0 0;
  padding: 0.25em 1.0em;
  background-color: rgba(255, 255, 255, 0.70);
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.2);
}
#opening ul li .s-center {
  text-align: center;
}
#opening ul li .s-left {
  text-align: left;
}
#opening a.link-btn {
  display: block;
  font-size: 0.65em;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 0.25em;
  max-width: 200px;
  margin: 0.75em auto 0;
  border: 2px solid #333;
}
#opening a.link-btn:hover {
  background-color: #FFF;
  color: #000;
  border: 2px solid #000;
}
@media screen and (max-width: 1680px) {
  #opening {
    height: 450px;
  }
  #opening .bx-wrapper {
    height: 450px;
  }
  #opening ul {
    height: 450px;
  }
  #opening ul li img {
    /*object-position: 0 0;*/
  }
  #opening ul li.active img {
    opacity: 1;
    transform: translate(0px, -180px);
  }
  #opening ul li .open_text_l {
    height: 450px;
    font-size: 1.6em;
  }
}
/* 1024px */
@media screen and (max-width: 1024px) {
  #opening {
    height: 400px;
  }
  #opening .bx-wrapper {
    height: 400px;
  }
  #opening ul {
    height: 400px;
  }
  #opening ul li img {}
  #opening ul li.active img {
    opacity: 1;
    transform: translate(0px, -200px);
  }
  #opening ul li .open_text_l {
    height: 400px;
  }
  #opening ul .s-box {
    padding: 2em;
    margin: 2em;
    font-size: 1.0em;
    top: 0;
    left: 50%;
    width: 460px;
    transform: translateX(-55%);
    -webkit-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
  }
}
/* 768px */
@media screen and (max-width: 768px) {
  #opening {
    height: 220px;
  }
  #opening .bx-wrapper {
    height: 220px;
  }
  #opening ul li .open_text_l {
    height: 200px;
    font-size: 1.0em;
    line-height: 1.4em;
    top: 0;
    left: 2em;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    padding: 2em;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
  }
  #opening ul li img {
    transform: translate(0px, 0) scale(1);
    transition-duration: 4s;
  }
  #opening ul li.active img {
    transform: translate(0px, 0) scale(1.2);
  }
  #opening ul .s-box {
    padding: 1em;
    margin: 1em;
    font-size: 1.0em;
    top: 0;
    left: 50%;
    width: 320px;
    transform: translateX(-55%);
    -webkit-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
  }
  #opening ul .s-title {
    font-size: 1.0em;
  }
  #opening ul li .s-lead {
    line-height: 1.4em;
    font-size: 0.85em;
  }
}
/*---------------------------------
リロード
---------------------------------*/
#loader {
  opacity: 1;
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
}
#loader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px
}
#loader .spinner > div {
  background-color: #808080;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out
}
#loader .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}
#loader .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
#loader .spinner .rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}
#loader .spinner .rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  transition: .8s;
}
.fadeIn {
  opacity: 1.0;
}
/*----- 上へスライド -----*/
.inviewUp {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: .8s;
}
.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- ズームイン -----*/
.inviewzoomIn {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: .8s;
}
.zoomIn {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s;
}
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}