@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
/* 縦スクロールバーエリアを表示 */
html {
  width: 100%;
  font-size: 100%;
  line-height: 2;
  overflow-y: scroll;
  overflow-x: hidden; }

body {
  width: 100%;
  font-family: 'Arvo','Noto Sans JP','ヒラギノUD丸ゴ W3 JIS2004', 'Hiragino UD Sans Rd W3 JIS2004', 'Hiragino UD Sans F W5 JIS2004', 'ヒラギノUD角ゴF W5 JIS2004';
  margin: 0;
  padding: 0;
  height: 100%;
  letter-spacing: 0.1em;
  font-size: 14px;
  /*line-height: 2;*/
  background: url(/parts/bg_body.svg) no-repeat;
  background-position: left 100vh;
  background-position: left bottom;
  background-attachment: fixed;
  font-feature-settings: "pkna";
  text-justify: inter-character; }

/* @group Reset */
* {
  margin: 0;
  padding: 0; }

/* 通常 */
a {
  transition: .3s;
  padding: 0 0 0 0;
  outline: none; }
  a:link {
    /* color: rgba(107, 58, 6, 1); */
    color: #222;
    text-decoration: none;
    padding-right: 1px;
    padding-left: 1px; }
  a:visited {
    /* color: rgba(107, 58, 6, 1); */
    text-decoration: none;
    color: #222; }
  a:hover {
    /* color: rgba(107, 58, 6, 1); */
    padding-right: 1px;
    padding-left: 1px;
    color: #222;
    opacity: 0.6; }
  a:active {
    /* color: rgba(107, 58, 6, 1); */
    text-decoration: none;
    background-color: transparent;
    color: #222; }

ul, ol {
  list-style: none; }

img {
  vertical-align: middle;
  max-width: none;
  width: auto; }

/* @end */
div, p {
  text-align: justify;
  text-justify: inter-ideograph; }

h1, h2, h3, h4 {
  font-weight: bold;
  letter-spacing: -0.02em; }

button {
  display: block;
  color: #fff;
  height: 60px;
  border-radius: 5px;
  background: #33A579;
  text-align: center;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto;
  border: none; }

label.required:before {
  content: "※";
  font-size: 12px;
  color: #E38517;
  margin-right: 3px; }

.top #container {
  width: 100%; }

#container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  #container header, #container footer {
    width: 100%; }

header {
  width: 100%;
  margin: 0 auto 0;
  display: block;
  position: fixed;
  z-index: 9999; }
  header .inner {
    margin: 0 auto;
    padding: 0;
    position: relative; }
  header .deco_box img {
    position: absolute;
    top: 0; }
  header .deco_box .deco02 {
    left: 26%; }
  header .deco_box .deco03 {
    right: 15%; }
  header .deco_box .deco04 {
    right: 0;
    top: 112px; }

ul.sns {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-end; }
  ul.sns > li:first-child {
    font-size: 12px;
    margin-right: 20px;
    margin-top: 15px; }
    ul.sns > li:first-child::before {
      content: "";
      display: block;
      background: url(/parts/icon_mail.svg) no-repeat;
      width: 19px;
      height: 14px;
      background-size: contain;
      margin: 0 auto 3px; }
  ul.sns > li:nth-child(2) {
    background: #33A579;
    padding: 15px 20px;
    border-radius: 0px 0px 0px 10px;
    display: flex;
    display: none; }
    ul.sns > li:nth-child(2) img {
      display: block; }
    ul.sns > li:nth-child(2) a:first-child {
      margin-right: 20px; }

.top .catch {
  margin: 32px 0 50px 10%; }

.catch {
  text-align: center;
  margin: 32px 0 65px 10%;
  width: 100%; }
  .catch p {
    font-size: 23px;
    letter-spacing: 0.15em;
    border-bottom: 1px solid #8ABC04;
    display: inline-block;
    font-weight: bold; }
    .catch p span {
      color: #8ABC04; }
    .catch p ruby > rt {
      font-weight: normal; }

#Left {
  max-width: 235px;
  text-align: left;
  margin: -10em 7.291666% 0 0;
  position: sticky;
  top: 0px;
  padding-top: 5em;
  z-index: 9999; }
  #Left h1 {
    margin: 0 0 26px 45px; }
    #Left h1 img:first-child {
      margin: 0 0 10px; }
    #Left h1 a {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
  #Left .copy {
    font-size: 10px;
    letter-spacing: 1px;
    margin: 35px 0 0 45px; }
    #Left .copy span {
      display: block; }

nav {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 0 45px; }
  nav li a {
    margin: 0 0 2px;
    display: block; }
    nav li a::before {
      content: url("/parts/icon_maru.svg");
      display: inline-block;
      margin: 0 3px 0 0; }
  nav li ul {
    margin: 0 0 15px; }

header .sp {
  display: none; }

#sbox, #box {
  width: auto;
  margin: 0 0 50px;
  position: relative; }

.slide_txt {
  position: absolute;
  z-index: 1002;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1000px; }
  .slide_txt p {
    background: #222;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    letter-spacing: 1.5px;
    line-height: 1.53;
    margin: 40px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .slide_txt dl {
    background: #FFEF2C;
    border-radius: 30px;
    padding: 29px 25px 34px;
    margin: 130px 0px 0 0;
    position: relative;
    right: -40px; }
    .slide_txt dl dt {
      font-size: 30px;
      font-weight: bold;
      margin: 0 0 22px;
      line-height: 1.6; }
      .slide_txt dl dt span {
        font-size: 15px;
        display: block;
        margin: 7px 0 0;
        letter-spacing: 0; }
    .slide_txt dl dd {
      font-size: 13px;
      letter-spacing: -0.39px;
      line-height: 1.9; }

#box {
  margin: 0 6.944444% 50px 0;
  max-width: 1000px;
  width: calc(100% - 440px); }

main {
  margin: 0 auto; }

#sp_view {
  display: none; }

/* ファイル別アイコン */
.pdf a, .xls a, .doc a {
  color: #222;
  font-weight: 600;
  padding-right: 19px; }

.pdf a {
  background: url("../parts/icon_pdf.png") no-repeat top 2.5px right 0; }

.xls a {
  background: url("../parts/icon_excel.png") no-repeat top 2.5px right 0; }

.doc a {
  background: url("../parts/icon_word.png") no-repeat top 2.5px right 0; }

@media screen and (max-width: 480px) {
  #department #con01 dt {
    font-size: 4vw; } }
#container.top #main {
  width: 100%;
  max-width: 1000px;
  margin: 0px 0; }

#left {
  width: 795px;
  float: left; }

footer {
  width: 100%; }
  footer .inner {
    width: 1170px;
    margin: 0 auto;
    padding: 20px 20px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    footer .inner p {
      font-size: 10px;
      margin-top: 30px; }

/* お知らせ */
#news_area {
  display: flex;
  justify-content: space-between;
  padding: 0 0 70px;
  margin: 100px 0 80px;
  border-bottom: 1px solid #e4e9d0; }

#information {
  background: #33A579;
  border-radius: 30px;
  padding: 28px 40px;
  color: #fff;
  margin-left: 30px;
  width: 64%; }
  #information #info_area {
    line-height: 20px; }
  #information a {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px dashed #fff;
    margin: 0 0 18px;
    padding: 0 0 8px;
    display: flex; }
  #information h2 {
    font-size: 16px;
    margin: 0 0 12px; }
    #information h2::before {
      content: url("/parts/icon_info_arr.svg");
      display: inline-block;
      position: relative;
      top: 5px;
      margin: 0 10px 0 0; }
  #information time {
    margin: 0 30px 9px 0;
    white-space: nowrap; }
  #information li:last-child {
    text-align: right; }
  #information a.backnumber {
    border: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
    display: inline-block;
    font-size: 18px; }
    #information a.backnumber::after {
      content: url("/parts/icon_info_arrB.svg");
      display: inline-block;
      margin-left: 5px;
      position: relative;
      top: 5px; }

#progress {
  border: 1px solid #8ABC04;
  color: #8ABC04;
  border-radius: 30px;
  padding: 28px 28px;
  font-size: 14px;
  width: 33%;
  line-height: 21px;
  background: #fff; }
  #progress h2 {
    font-size: 16px;
    margin: 0 0 9px;
    display: flex; }
    #progress h2::before {
      content: url("/parts/icon_prog.svg");
      display: block;
      margin-right: 12px; }
  #progress h2:nth-of-type(2):before {
    content: url("/parts/icon_grass.svg"); }
  #progress dt {
    color: #222; }
  #progress p, #progress dd {
    color: #222;
    font-size: 14px;
    border-bottom: 1px dashed #8ABC04;
    padding: 0 0 3px; }
  #progress p {
    margin: 0 0 30px;
    line-height: 20px; }

.top .Contents_Block {
  padding: 0 0 70px;
  margin: 0 0 90px;
  border-bottom: 1px solid #e4e9d0; }
  .top .Contents_Block .text-area picture {
    display: block;
    border-radius: 20px;
    overflow: hidden; }
  .top .Contents_Block p {
    margin-bottom: 1em; }

.top h2.ttl_main {
  font-size: 45px;
  color: #222;
  margin: 0 0 45px;
  text-align: center;
  line-height: 0.66666666; }

.top h3.ttl_sub {
  font-size: 30px;
  letter-spacing: 0.6px;
  padding: 0;
  letter-spacing: -0.02em; }
  .top h3.ttl_sub span {
    color: #8ABC04;
    font-size: 16px;
    display: block;
    margin: 0px 0 42px 27px;
    line-height: initial;
    letter-spacing: inherit; }
  .top h3.ttl_sub::before {
    content: url("/parts/icon_maru_h.svg");
    margin-right: 9px; }

.top h4 {
  color: #8ABC04;
  font-size: 38px;
  text-align: center;
  margin: 0 0 35px;
  letter-spacing: -0.04em; }
  .top h4 span {
    color: #222;
    font-size: 20px;
    display: block;
    letter-spacing: -1.52px; }

p.picture {
  max-width: 420px;
  border-radius: 15px;
  display: block;
  margin: 0 auto 47px;
  overflow: hidden; }
  p.picture img {
    display: block;
    max-width: 100%; }

.top .Contents_Block picture + p {
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0 -1px; }
  .top .Contents_Block picture + p ~ p {
    margin: 0; }

.horizontal picture {
  max-width: 470px;
  max-height: 274px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 0 30px; }

/* コンセプト */
#concept {
  /*.merit{
  	display:flex;
  	justify-content: center;
  }
  dl{
  	margin-right:45px;
  	max-width:340px;
  	width:100%;
  }
  dt{
  	color:$c-green;
  	font-size:23px;
  	margin:0 0 15px;
  	font-weight: bold;
  	text-align: center;
  }
  dd{
  	display:flex;
  	flex-wrap: wrap;
  	align-items: flex-start;
  	img{
  		width: calc(100% / 2 - 20px);
  		max-width: 160px;
  	}
  	img:nth-child(2n){
  		margin-left:20px;
  		margin-bottom:20px;
  	}
  	img:last-child{
  		margin-bottom:0;
  	}
  }
  .merit > div{
  	max-width:380px;
  	width:100%;
  	margin-top: 35px;
  	p{
  		margin:0 0 40px;
  	}
  	p:last-child{
  		margin-bottom:0;
  	}
  }*/ }
  #concept h2.ttl_main {
    text-align: left; }
  #concept .text {
    gap: 30px 70px;
    display: flex;
    flex-wrap: wrap; }
  #concept .info_box {
    max-width: 350px; }
  #concept .main_box {
    max-width: 580px;
    width: calc(100% - 420px); }
    #concept .main_box img {
      display: block;
      max-width: 100%;
      border-radius: 20px;
      height: 520px;
      object-fit: cover;
      margin: 0 0 40px; }
    #concept .main_box p {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.6363;
      display: flex;
      justify-content: flex-end; }
  #concept h4 {
    color: #222;
    line-height: 1.47368;
    margin: 0 0 60px;
    text-align: left; }
  #concept h4 span {
    color: #8ABC04;
    font-size: 20px;
    display: block;
    letter-spacing: 0;
    line-height: 2;
    margin: 0 0 10px; }
  #concept .img_box {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 59px;
    justify-content: space-around;
    margin: 0 0 40px; }
    #concept .img_box img {
      display: block;
      max-width: 294px;
      width: 100%;
      height: 170px;
      object-fit: cover;
      border-radius: 20px;
      width: calc(100% / 3 - 39.4px); }

.link_area {
  width: 100%; }
  .link_area a.more {
    background: #FFEF2C;
    max-width: 400px;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.636363;
    margin: 0 auto;
    border-radius: 10px;
    position: relative; }
    .link_area a.more strong:after {
      content: url("../parts/icon_sub_arrow.svg");
      margin-left: 6px;
      position: relative;
      top: 3px; }
    .link_area a.more span {
      font-weight: normal;
      letter-spacing: 0;
      font-size: 16px;
      margin-top: 6px;
      line-height: 0.8; }
    .link_area a.more:hover {
      opacity: 1;
      background: #33A579;
      color: #fff; }
      .link_area a.more:hover strong:after {
        content: url("../parts/icon_sub_arrow_w.svg"); }

/* スケジュール */
#schedule .text-area div:last-child {
  display: none; }

/* 住宅環境 */
#housing {
  /*margin: 0 0 80px;
  padding: 0;
  border: none;*/ }
  #housing .horizontal picture {
    max-width: none;
    max-height: none;
    width: auto; }
  #housing .horizontal > div {
    width: calc(100% / 3 - 70px);
    max-width: 294px;
    margin-right: 70px; }
  #housing .horizontal > div:nth-child(2) {
    margin-right: 44px; }
  #housing .link_area {
    margin-top: 90px; }

#housing .text-area:before {
  content: "アウトドアライフを好む子育て世代の暮らしを考えた3タイプの住宅";
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 63px; }

#housing .horizontal > .text {
  max-width: none;
  width: 100%;
  flex: auto;
  /*strong{
  	display: block;
  	margin:0 0 12px;
  	font-size:18px;
  }*/ }

#pro_about h4 {
  font-size: 18px;
  color: #222;
  margin: 0 0 20px;
  text-align: left; }
#pro_about .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
#pro_about dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 470px;
  width: calc(100% / 2 - 30px); }
  #pro_about dl dt, #pro_about dl dd {
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #d5d5d5; }
  #pro_about dl dt {
    max-width: 160px;
    width: 100%;
    font-weight: bold; }
  #pro_about dl dd {
    width: calc(100% - 160px); }

/* 敷地内環境 */
#site {
  margin: 0 0 60px;
  padding: 0;
  border-bottom: none; }
  #site .text-area p {
    margin-bottom: 20px; }

#site_area .horizontal div {
  max-width: 470px;
  width: calc(100% / 2 - 60px); }
#site_area .horizontal img {
  aspect-ratio: 235 / 137;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* 周辺環境 */
#neighborhood {
  margin-bottom: -60px;
  border: none; }

#nh_area .horizontal > div, #od_area .horizontal > div {
  max-width: 294px;
  width: calc(100% / 3 - 60px); }
#nh_area .horizontal > .text, #od_area .horizontal > .text {
  max-width: none;
  width: auto; }
#nh_area .horizontal img, #od_area .horizontal img {
  aspect-ratio: 147 / 97;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* アウトドア */
#outdoor {
  padding: 0;
  border: none; }

#od_area strong {
  font-size: 18px; }
#od_area .horizontal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px; }
  #od_area .horizontal .text {
    grid-area: 1 / 1 / 3 / 2;
    width: 294px; }
  #od_area .horizontal > div {
    width: calc(100% / 1 - 60px);
    margin-left: 0; }

/* イベント */
#event {
  padding: 0 0 70px;
  margin: 0 0 90px;
  border-bottom: 1px solid #e4e9d0; }
  #event .note {
    display: flex; }
    #event .note > div {
      max-width: 294px;
      margin-right: 60px;
      width: calc(100% / 3 ); }
    #event .note > div:last-child {
      margin-right: 0; }
  #event picture img {
    display: block;
    max-width: 294px;
    max-height: 165px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 0 24px; }
  #event .note h3 {
    font-size: 20px;
    color: #8ABC04;
    margin: 0 0 4px;
    line-height: normal; }
  #event time {
    display: block;
    margin: 0 0 20px;
    font-weight: bold; }
    #event time span {
      font-size: 18px; }
  #event h4, #event h5 {
    display: none; }
  #event .note div div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0 0 40px; }
    #event .note div div p ~ p {
      display: none; }
  #event a {
    display: block;
    width: 180px;
    color: #fff;
    padding: 14px 15px;
    border-radius: 5px;
    background: #33A579;
    text-align: center;
    font-weight: bold;
    line-height: normal;
    margin: 0 auto; }

/* 求人情報 */
.top #job-information .Contents_Block {
  margin: 0;
  padding: 0;
  border: none; }

.top #job-information .Contents_Block p {
  margin-bottom: 0; }

#job-information {
  padding: 0 0 70px;
  margin: 0 0 90px;
  border-bottom: 1px solid #e4e9d0; }
  #job-information dl {
    border: 1px solid #D5D5D5;
    border-radius: 20px;
    padding: 40px 50px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto 50px;
    background: #fff; }
    #job-information dl :last-child {
      margin-bottom: 0; }
    #job-information dl dd {
      margin: 0 0 20px; }
    #job-information dl .ttl span {
      font-size: 16px;
      display: block; }
    #job-information dl .contact {
      margin: 0; }
  #job-information .to_more {
    max-width: 880px;
    width: 100%;
    margin: 0 auto; }
    #job-information .to_more a {
      font-size: 15px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      #job-information .to_more a::after {
        content: url("/parts/icon_arrowL.svg");
        display: block;
        margin-left: 7px;
        position: relative;
        top: 4px; }
  #job-information .to_detail {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold; }
    #job-information .to_detail a {
      display: flex;
      align-items: center; }
      #job-information .to_detail a::after {
        display: inline-block;
        content: '';
        width: 22px;
        height: 22px;
        margin-left: 7px;
        background: url("/parts/icon_arrowL.svg") no-repeat center;
        background-size: contain; }
  #job-information .to_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    max-width: 880px;
    margin: 10px auto 0; }
    #job-information .to_list a {
      display: flex;
      align-items: center; }
      #job-information .to_list a::after {
        display: inline-block;
        content: '';
        width: 22px;
        height: 22px;
        margin-left: 7px;
        background: url("/parts/icon_arrowL.svg") no-repeat center;
        background-size: contain; }

.jobs {
  max-width: 880px;
  margin: 0 auto 40px; }
  .jobs li {
    margin: 40px 0 50px;
    padding: 40px 50px;
    background: #FFFFFF;
    border: solid 1px #D5D5D5;
    border-radius: 20px; }
  .jobs .title {
    font-size: 16px;
    letter-spacing: 1.6px; }

/* 子育て環境 */
#childcare {
  padding: 0;
  margin: 0;
  border: none; }

#childcare strong, #childcare_02 strong {
  display: block;
  font-size: 18px;
  margin: 0 0 15px; }

/* アクセス */
#access .text {
  display: flex; }
#access .mapframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 41.8%; }
  #access .mapframe iframe {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*width:647px;
    height:418px;
    border-radius: 20px;	
    margin-left: 60px;*/ }
#access .text div:first-child {
  max-width: 294px;
  margin-right: 60px; }
  #access .text div:first-child strong {
    font-size: 18px;
    margin: 0 0 30px; }
  #access .text div:first-child dt {
    font-weight: bold;
    margin: 0 0 20px;
    display: flex;
    align-items: flex-end; }
    #access .text div:first-child dt::before {
      content: url("/parts/icon_car.svg");
      margin-right: 12px; }
#access .text p:first-child {
  margin-top: 30px; }

#contact .form {
  background: #F2F2F2;
  border-radius: 30px;
  padding: 60px;
  max-width: 790px;
  width: 100%;
  margin: 0 auto; }
#contact .txt {
  margin: 0 0 64px; }
#contact dl {
  display: flex;
  flex-wrap: wrap; }
  #contact dl dt, #contact dl dd {
    width: 100%;
    margin-bottom: 34px; }
  #contact dl dt {
    font-weight: bold;
    max-width: 180px;
    width: 30%; }
  #contact dl dd {
    max-width: 470px;
    width: 70%; }
    #contact dl dd p {
      font-size: 11px;
      margin-top: 10px; }
      #contact dl dd p::before {
        content: "※";
        margin-right: 3px; }
    #contact dl dd .error {
      color: #E38517; }
  #contact dl dd:last-child {
    margin-bottom: 50px; }
  #contact dl input, #contact dl textarea {
    border: none;
    border-radius: 3px;
    max-height: 32px;
    height: 100%;
    padding: 7px 15px; }
  #contact dl textarea {
    width: 100%;
    height: 180px;
    max-height: none; }
  #contact dl select {
    background: #fff;
    border: none;
    padding: 7px 15px;
    border-radius: 3px; }
#contact button {
  width: 240px; }

#corporation {
  margin-top: 70px;
  padding-top: 90px;
  border-top: 1px solid #e4e9d0;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

#solar h2.ttl_main {
  color: #FFBD0B;
  text-align: left;
  line-height: 120%; }
#solar h3 {
  font-size: 26px;
  margin: 15px 0 25px;
  line-height: 120%; }
#solar .text {
  margin: 0;
  max-width: 470px;
  width: 100%; }
#solar label {
  background: #FFBD0B;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  width: 170px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 18.67px; }

#empp .ImgLeft {
  margin-right: 70px;
  max-width: 280px; }
#empp picture {
  font-weight: normal;
  max-width: none;
  max-height: none; }
#empp dt {
  font-size: 18px;
  color: #33A579; }

.top #mig_care {
  padding: 0; }
  .top #mig_care picture {
    margin-bottom: 60px; }

/* フリーページ */
.ttl_area {
  position: relative; }
  .ttl_area picture {
    display: block;
    position: absolute;
    top: 0;
    right: -1px; }
    .ttl_area picture img {
      display: block;
      max-height: 240px;
      border-radius: 0 20px 20px 0; }

.Contents_Block {
  margin: 30px auto; }

.free_page .Contents_Block {
  margin: 0 0 90px;
  padding: 0 0 90px;
  border-bottom: 1px solid #e4e9d0; }
  .free_page .Contents_Block:last-child {
    border: none;
    padding: 0; }

h1.page_title {
  background: #BCD150;
  color: #fff;
  padding: 65px;
  margin: 0 0 80px;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -0.76px;
  border-radius: 50px;
  height: 240px;
  line-height: normal; }
  h1.page_title span {
    display: block;
    font-size: 20px;
    font-weight: bold; }

.free_page h2.ttl_main {
  font-size: 30px;
  letter-spacing: -0.6px;
  line-height: 2.5333;
  margin: 0 0 20px; }
  .free_page h2.ttl_main span {
    color: #8ABC04;
    font-size: 16px;
    line-height: 1.875;
    display: block;
    margin: -22px 0 0 30px; }
  .free_page h2.ttl_main::before {
    content: url("/parts/icon_maru_h.svg");
    margin-right: 9px; }

.free_page h3.ttl_sub {
  position: relative;
  padding: 0 0px;
  margin: 0 0 20px 0; }

#container #main {
  width: 100%; }

#main .contents {
  width: 100%;
  position: relative;
  margin: 0 0 80px 0; }

/* ファイル別アイコン */
a.icon_pdf, a.icon_excel, a.icon_word {
  color: #222;
  font-weight: 600;
  padding-right: 19px; }
a.icon_pdf {
  background: url("../parts/icon_pdf.png") no-repeat right 0; }
a.icon_excel {
  background: url("../parts/icon_excel.png") no-repeat right 0; }
a.icon_word {
  background: url("../parts/icon_word.png") no-repeat right 0; }

.table_typeA {
  width: 570px;
  text-align: center;
  font-weight: normal;
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 10px 0; }
  .table_typeA th, .table_typeA td {
    width: 570px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #cccccc;
    padding: 5px; }
  .table_typeA th {
    background: #e8f5fd; }

/* 表作成 */
.f_tbl table {
  width: 100%;
  font-size: 0.95rem;
  margin: 10px 0;
  box-sizing: border-box; }
  .f_tbl table th, .f_tbl table td {
    padding: 10px 10px;
    font-weight: 100;
    border-bottom: solid 1px #ffffff;
    vertical-align: top;
    background: #f8fafb; }
  .f_tbl table th {
    width: 25%;
    text-align: left;
    background: #c4e5ff; }

/* ページ項目 */
.text-area {
  display: flex;
  flex-direction: column; }

.horizontal {
  margin-right: -60px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start; }
  .horizontal > div {
    width: calc(100% / 2 - 60px);
    max-width: 470px; }
  .horizontal .text {
    flex: 1;
    margin-right: 60px; }

/*
ページ項目の画像位置設定
ImgTopLeft:左上     ImgTopCenter:中上
ImgTopRight:右上    ImgLeft:左
ImgRight:右         ImgBottomLeft:左下
ImgBottomCenter:中下    ImgBottomRight:右下
*/
.ImgTopCenter, .ImgBottomCenter, .ImgRight, .ImgLeft, .ImgTopLeft, .ImgTopRight, .ImgBottomLeft, .ImgBottomRight {
  max-width: 100%; }

.ImgTopCenter img, .ImgBottomCenter img, .ImgRight img, .ImgLeft img, .ImgTopLeft img, .ImgTopRight img, .ImgBottomLeft img, .ImgBottomRight img {
  max-width: 100%;
  border-radius: 20px; }

/* 上に表示の共通設定 */
.ImgTopCenter, .ImgRight, .ImgLeft, .ImgTopLeft, .ImgTopRight {
  margin-bottom: 60px; }

/* 下に表示の共通設定 */
.ImgBottomLeft, .ImgBottomCenter, .ImgBottomRight {
  margin-top: 15px; }

/* 左に表示の共通設定 */
.ImgTopLeft, .ImgLeft, .ImgBottomLeft {
  align-self: flex-start;
  margin-right: 60px; }

/* 中央に表示の共通設定 */
.ImgTopCenter, .ImgBottomCenter {
  align-self: center; }

/* 右に表示の共通設定 */
.ImgTopRight, .ImgRight, .ImgBottomRight {
  align-self: flex-end;
  margin-left: 60px;
  margin-right: 60px; }

/* 左右に表示の共通設定 */
.ImgLeft + .text, .ImgRight + .text {
  flex: 1; }

/* 左に表示 */
.ImgLeft {
  margin: 0 60px 0 0; }

/* 右に表示 */
.ImgRight {
  order: 2;
  margin-left: 60px; }

/* 一つ目のcontentsの直下の画像は上にマージンをとらない */
#left > .contents:nth-child(1) > .text-area > .ImgTopCenter {
  margin-top: 0; }

/* パンくず */
.breadcrumb {
  display: flex;
  width: 1170px;
  margin: 10px auto 20px;
  font-size: 12px;
  padding: 0 10px;
  box-sizing: content-box; }
  .breadcrumb .home {
    background: url("../parts/icon_home.png") no-repeat 0 50%;
    background-size: 20%;
    padding: 0 0 0 22px; }
  .breadcrumb li:not(:last-of-type)::after {
    content: '\3e';
    margin: 0 5px; }
  .breadcrumb a {
    color: #222; }

/* ページビュー */
.page_view {
  text-align: center;
  font-weight: bold;
  font-size: 20px; }
  .page_view a {
    display: inline-block;
    margin-right: 20px; }
  .page_view .prev, .page_view .next {
    font-size: 15px; }
  .page_view .prev {
    margin-right: 32px; }
  .page_view .next {
    margin-left: 15px;
    margin-right: 0; }
  .page_view span.active {
    color: #8ABC04;
    border-bottom: 1px solid #8ABC04;
    margin-right: 20px; }

/* 求人情報 */
#container.job h1.page_title {
  background: #6771E5; }
#container.job .text dl {
  border: 1px solid #D5D5D5;
  border-radius: 20px;
  padding: 40px 50px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto 50px;
  background: #fff; }
  #container.job .text dl :last-child {
    margin-bottom: 0; }
  #container.job .text dl dd {
    margin: 0 0 20px; }

.job_p h1.page_title {
  background: #6771E5;
  background-image: url(/parts/kyujin_main.jpg);
  background-repeat: no-repeat;
  background-size: 340px;
  background-position: right; }
.job_p .jobs {
  max-width: 940px;
  margin: 0 auto; }
.job_p #job-information .to_detail {
  max-width: 940px;
  margin: 12px auto 0; }

.job_detail_p .info {
  display: flex;
  align-items: center;
  gap: 12px; }
.job_detail_p .date {
  font-weight: bold;
  font-size: 18px; }
.job_detail_p .label {
  padding: 3px 10px;
  color: #677AE5;
  font-size: 13px;
  line-height: 1em;
  border: 1px solid #677AE5;
  border-radius: 5px; }
.job_detail_p h1.page_title {
  background: none;
  border-radius: 0px;
  padding: 0;
  margin: 10px 0 50px;
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  height: auto; }
.job_detail_p .content {
  max-width: 840px;
  margin-bottom: 70px; }
  .job_detail_p .content a {
    color: #33A579; }
.job_detail_p .to_list {
  max-width: 840px;
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: bold; }
  .job_detail_p .to_list a {
    display: flex;
    align-items: center; }
    .job_detail_p .to_list a::before {
      display: inline-block;
      content: '';
      width: 22px;
      height: 22px;
      margin-right: 7px;
      background: url("/parts/icon_arrowL.svg") no-repeat center;
      background-size: contain;
      transform: scale(-1, 1); }

#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin-left: 445px;
  z-index: 9999999;
  cursor: pointer; }
  #page-top a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 90px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 1s;
    transition: 1s;
    background: url("../parts/pagetop.svg") no-repeat 0 0; }

/* 住宅環境 */
input[name="tab_item"] {
  display: none; }

.tab_content {
  padding: 63px 60px 75px;
  flex-wrap: wrap;
  gap: 0 64px;
  background: #fff;
  margin: 0 0 80px;
  display: none;
  border-radius: 0px 0px 20px 20px; }

.tab_content h4:after {
  content: "";
  background: url("../parts/housing_a_sub.png") no-repeat;
  width: 80px;
  height: 70px;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: -12px; }
#Bbox h4:after {
	background-image:url("../parts/housing_b_sub.png");
	top: -3px;
}
#Cbox h4:after {
	background-image:url("../parts/housing_c_sub.png");
	top: -3px;
}

#Atype:checked ~ #Abox,
#Btype:checked ~ #Bbox,
#Ctype:checked ~ #Cbox {
  display: flex; }

label.tab_item {
  max-width: 320px;
  width: calc(100% / 3 - 20px);
  background: #FFEF2C;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  cursor: pointer; }
  label.tab_item strong {
    font-size: 24px;
    font-weight: bold; }

label.tab_item:last-of-type {
  margin: 0; }

input[name="tab_item"]:checked + label.tab_item {
  background: #33A579;
  color: #fff; }

.free_page h4 {
  font-size: 22px;
  line-height: 1.0909;
  font-size: 22px;
  line-height: 1.0909;
  border-left: 4px solid #8ABC04;
  padding-left: 15px;
  margin: 0 0 42px;
  width: 100%;
  position: relative; }
  .free_page h4 span {
    display: block;
    font-size: 12px;
    line-height: 2; }

.house_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .house_box .floor, .house_box .thum_slider {
    width: calc(100%/ 2 - 32px); }
  .house_box .floor {
    max-width: 406px; }
  .house_box em {
    color: #33A579;
    border-radius: 30px;
    margin-right: 5px;
    font-style: normal;
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: -1px; }
  .house_box .thum_slider {
    max-width: 404px;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: center;*/
    /*width: calc(100% / 2 - 35px);*/
    height: 487px;
    padding: 0 52px;
    margin: 0; }
    .house_box .thum_slider .thum_box {
      gap: 34px 0;
      justify-content: flex-start; }
    .house_box .thum_slider button {
      max-width: 140px;
      position: relative;
      background: no-repeat;
      /*margin: 0 0 14.8px;*/
      height: calc((100% - 110px) / 3);
      margin-top: 0 !important;
      display: flex;
      flex-direction: column;
      transition: .3s; }
      .house_box .thum_slider button span {
        display: block;
        font-size: 12px;
        line-height: 1.4166;
        margin: 9.6px 0 0;
        color: #222;
        text-align: left;
        position: relative;
        width: 100%; }
        .house_box .thum_slider button span::after {
          content: url("../parts/icon_housing_plus.svg");
          display: block;
          position: absolute;
          top: -36px;
          right: 5px; }
      .house_box .thum_slider button:hover {
        opacity: 0.6; }
    .house_box .thum_slider::before,
	.house_box .substitute::before{
      content: "PHOTO";
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 1px;
      color: #7E7E7E;
      display: block;
      text-align: center;
      font-weight: bold;
      margin: 0 0 20px; }
	.house_box .substitute{
		max-width: 410px;
		width: calc(100% / 2 - 35px);
	}
	.house_box .substitute{
		font-size:14px;
		letter-spacing: 0.7px;
		line-height: 28px;
	}
    .house_box .thum_slider::after {
      content: "";
      display: block;
      width: 140px; }
    .house_box .thum_slider .swiper-button-next, .house_box .thum_slider .swiper-button-prev {
      background: #fff;
      width: 40px;
      height: 100%;
      z-index: 10;
      top: 0;
      bottom: 0;
      margin: auto; }
      .house_box .thum_slider .swiper-button-next::after, .house_box .thum_slider .swiper-button-prev::after {
        content: "";
        display: block;
        background: #EBEBEB;
        border-radius: 5px;
        width: 30px;
        height: 240px;
        z-index: 0; }
      .house_box .thum_slider .swiper-button-next img, .house_box .thum_slider .swiper-button-prev img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 10; }
    .house_box .thum_slider .swiper-button-next {
      right: 0; }
      .house_box .thum_slider .swiper-button-next img {
        transform: scale(-1, -1); }
    .house_box .thum_slider .swiper-button-prev {
      left: 0; }
    .house_box .thum_slider .swiper-button-next.swiper-button-disabled, .house_box .thum_slider .swiper-button-prev.swiper-button-disabled {
      opacity: 0; }
    .house_box .thum_slider .swiper-grid-column > .swiper-wrapper {
      height: 385px; }
    .house_box .thum_slider .swiperModalButton {
      /*display: flex;
      justify-content: space-around;*/
      /*flex-wrap: wrap;*/ }
  .house_box img {
    display: block;
    max-width: 100%;
    border-radius: 5px; }

.modal {
  padding: 50px 40px;
  border-radius: 30px;
  max-width: 830px;
  width: 100%;
  position: relative; }
  .modal a.close {
    position: absolute;
    right: 40px;
    top: 50px; }
  .modal h4 {
    margin: 0 0 30px; }
    .modal h4::after {
      content: none !important; }
  .modal img.modal_main {
    max-width: 600px;
    margin: 0 auto; }
  .modal .txt {
    margin: 25px auto 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 480px;
    padding-right: 120px;
    box-sizing: content-box; }
  .modal .link_area {
    display: flex; }
    .modal .link_area li {
      width: 16px;
      height: 16px;
      display: flex; }
    .modal .link_area li:nth-child(2) {
      transform: scale(-1, 1); }

.free_page.housing .Contents_Block:nth-child(2),
.free_page.housing .Contents_Block:nth-child(5) {
  padding: 0;
  margin: 0 0 90px;
  border: none; }
.free_page.housing .Contents_Block:nth-child(5) {
  margin: 0 0 70px; }
.free_page.housing .Contents_Block:nth-child(3) {
  border: none;
  padding: 0;
  margin: 0 0 0px; }
.free_page.housing p strong {
  display: block;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 1.5555;
  margin: 0 0 15px; }
.free_page.housing h2.ttl_main {
  margin: 10px 0 20px; }
.free_page.housing .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .free_page.housing .list dl {
    display: flex;
    flex-wrap: wrap;
    max-width: 470px;
    width: calc(100% / 2 - 30px); }
    .free_page.housing .list dl dt, .free_page.housing .list dl dd {
      padding: 0 0 10px;
      margin: 0 0 20px;
      border-bottom: 1px solid #d5d5d5; }
    .free_page.housing .list dl dt {
      max-width: 160px;
      width: 100%;
      font-weight: bold; }
    .free_page.housing .list dl dd {
      width: calc(100% - 160px); }

.sub_area {
  display: flex; }
  .sub_area dt, .sub_area dd {
    width: 50%;
    height: 204px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .sub_area dt {
    background: #F8F8F8;
    gap: 14.91px 0;
    border-radius: 20px 0 0 20px; }
    .sub_area dt p {
      font-size: 15px;
      letter-spacing: 1.5px;
      line-height: 2;
      font-weight: bold; }
    .sub_area dt span {
      font-size: 20px;
      letter-spacing: 2px;
      line-height: 1.5; }
  .sub_area dd {
    background: #F2F2F2;
    gap: 25px 0;
    border-radius: 0 20px 20px 0; }
    .sub_area dd a {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 1.6px;
      line-height: 1.875;
      border-bottom: 1px solid #9FBE8F; }
      .sub_area dd a::before {
        content: url("/parts/icon_sub_mail.svg");
        display: inline-block;
        margin-right: 12.22px;
        position: relative;
        top: 5px; }
      .sub_area dd a::after {
        content: url("/parts/icon_sub_arrow_g.svg");
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: 5px; }
      .sub_area dd a:hover {
        color: #33A579;
        opacity: 1; }
    .sub_area dd a.to_form:before {
      content: url("/parts/icon_sub_form.svg"); }

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 99999999; 
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0; }


/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto; }

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background: rgba(34, 34, 34, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  max-width: 830px; }

.modal_inner {
  background: #FFF;
  width: auto;
  margin: 0 auto;
  border-radius: 2px;
  padding: 50px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 30px; }
  .modal_inner #Abox h4:after {
    content: none; }

/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 40px;
  top: 50px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 20; }

.modal__close-btn:hover {
  opacity: 0.8; }

/* 閉じるボタンのX */
.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #313131;
  line-height: 1;
  width: 2rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg); }

.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg); }

p.swiperText {
  margin: 0;
  text-align: center; }

.button_box {
  display: flex;
  max-width: 600px;
  margin: -33px auto 0;
  justify-content: flex-end;
  gap: 30px; }

.modal p {
  display: flex;
  margin-bottom: 10px; }

.modal em {
  top: -2px;
  display: flex;
  justify-content: center;
  font-size: 16px; }

.modalInSliders .swiper-button-next, .modalInSliders .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  height: 16px;
  width: 9px;
  margin: 0; }
.modalInSliders .swiper-button-next {
  transform: scale(-1, 1); }

/* 敷地内環境 */
.site .site_block {
  display: flex;
  gap: 0 70px;
  margin: 0 0 80px; }
  .site .site_block dt {
    max-width: 580px;
    height: 520px;
    width: calc(100% - 300px); }
    .site .site_block dt img {
      object-fit: cover;
      max-width: 580px;
      height: 520px;
      border-radius: 30px;
      width: 100%; }
  .site .site_block dd {
    max-width: 350px; }
    .site .site_block dd img {
      margin-top: 60px;
      max-width: 294px;
      width: 100%;
      border-radius: 20px;
      height: 170px;
      object-fit: cover; }
.site .site_block:nth-child(odd) {
  flex-direction: row-reverse; }
.site .site_block:nth-child(2) {
  margin-top: 90px; }
.site .site_block:last-child {
  margin-bottom: 0; }
.site .ss_box {
  display: flex;
  gap: 60px;
  margin: 90.5px 0 0; }
  .site .ss_box dl {
    border: 1px solid #F2F2F2;
    border-radius: 20px;
    padding: 70px 40px 80px;
    background: #fff; }
  .site .ss_box dt {
    font-size: 20px;
    letter-spacing: -0.8px;
    font-weight: bold;
    margin: 10px 0 20px;
    text-align: center; }
    .site .ss_box dt img {
      display: block;
      margin: 0 auto;
      max-width: 120px; }
  .site .ss_box dd {
    font-size: 14px;
    letter-spacing: 1.4px; }

.free_page.site .Contents_Block:nth-child(3) {
  border: none;
  padding: 0;
  margin: 0 0 90px; }
.free_page.site h4 {
  border: none;
  padding: 0;
  margin: 0 0 20px;
  font-size: 26px; }
  .free_page.site h4 span {
    font-size: 14px;
    color: #8ABC04;
    line-height: 1;
    margin: 0 0 10px; }

/* コンセプト */
.concept ul.con_box {
  display: flex;
  flex-direction: column;
  gap: 40px 0; }
  .concept ul.con_box li {
    display: flex;
    align-items: center;
    gap: 0 81.5px; }
    .concept ul.con_box li .info, .concept ul.con_box li > img {
      display: block;
      max-width: 475px;
      width: calc(100% / 2 - 40.75px); }
    .concept ul.con_box li .info p:first-child {
      background: #9EBE37;
      color: #fff;
      font-weight: bold;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50px;
      margin: 0 auto 15px;
      font-size: 18px; }
    .concept ul.con_box li .info img {
      display: block;
      margin: 0 auto 25px; }
    .concept ul.con_box li .info p:last-child {
      max-width: 415px;
      margin: 0 auto; }
    .concept ul.con_box li > img {
      border-radius: 20px; }
  .concept ul.con_box li:nth-child(even) {
    flex-direction: row-reverse; }

.free_page.concept .Contents_Block:nth-child(2) {
  margin: 0 0 90px;
  padding: 0;
  border: none; }
.free_page.concept h4 {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 20px 0;
  margin: 0 0 60px;
  border-left: none;
  text-align: center; }
  .free_page.concept h4 br {
    display: none; }

/* エラーページ */
.error_page {
  margin: 50px 0 0;
  text-align: center; }
  .error_page p {
    text-align: center; }

/* 896px以下 */
@media screen and (max-width: 896px) {
  html {
    min-width: 320px;
    overflow: hidden;
    overflow-y: scroll; }

  body {
    overflow-x: hidden;
    width: auto; }

  #container {
    display: block; }

  body, header .inner, footer .inner, #container {
    width: auto; }

  img {
    max-width: 100%; }

  #sbox, #box, #container #main {
    width: 100%; }

  #new_list a.backnumber {
    font-size: 1rem; }

  header ul.sns {
    display: none; }
  header .deco_box .deco02 {
    left: 30%; }

  .catch {
    display: none; }

  #box {
    margin: 117px 40px 0;
    width: auto; }

  #sbox {
    margin: 0 0 92px; }

  .top #box {
    margin: 112px 20px 0; }
  .top #Left h1 {
    padding: 35px 0 20px; }

  .slide_txt dl {
    right: -20px; }

  #Left {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    max-width: none;
    background: #ffffff;
    z-index: 9998; }
    #Left h1 {
      padding: 35px 0 25px;
      text-align: center;
      width: 100%;
      margin: 0; }
      #Left h1 img:first-child {
        display: none; }
    #Left .copy {
      display: none; }
    #Left nav {
      display: none; }

  #container footer {
    padding: 0;
    margin: 0 40px;
    width: auto; }
    #container footer .inner {
      padding: 0 20px 0 0; }
    #container footer ul.sns {
      padding: 0;
      margin: 60px 0 24px; }

  header .sp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    margin: 112px auto 0px;
    top: 0;
    width: 100%;
    height: calc(100% - 112px);
    overflow: auto; }
    header .sp h2 {
      width: 100%;
      text-align: center;
      height: 105px;
      font-size: 0;
      margin: 55px 0 65px;
      background: url("/parts/sp_menu_bg.png") no-repeat center;
      background-size: contain; }
    header .sp nav {
      position: relative;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: calc(190px*3 + 40px*2); }
      header .sp nav a {
        margin: 0 0 40px;
        padding: 0 0 20px;
        display: block;
        width: 26%;
        max-width: 190px;
        border-bottom: 1px solid #D5D5D5;
        font-size: 17px; }
        header .sp nav a::before {
          content: url("/parts/icon_maru.svg");
          display: inline-block;
          margin: 0 3px 0 0; }
      header .sp nav ul {
        display: none; }
      header .sp nav::after {
        content: "";
        display: block;
        width: 26%;
        max-width: 190px; }
    header .sp .to_list {
      width: 100%;
      text-align: center;
      margin: 0 0 40px; }
      header .sp .to_list a {
        display: inline-block;
        border: 1px solid #D5D5D5;
        border-radius: 10px;
        max-width: 320px;
        width: 100%;
        margin: 30px 11px;
        padding: 29px 0;
        font-size: 20px;
        font-weight: bold; }

  header .sp ul.sns,
  footer ul.sns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 30px 40px; }
    header .sp ul.sns > li:first-child,
    footer ul.sns > li:first-child {
      display: flex;
      align-items: center;
      margin: 0;
      font-weight: bold;
      font-size: 13px; }
      header .sp ul.sns > li:first-child::before,
      footer ul.sns > li:first-child::before {
        width: 35px;
        height: 26px;
        margin: 0 12px 0 0; }
    header .sp ul.sns > li:nth-child(2),
    footer ul.sns > li:nth-child(2) {
      background: none;
      padding: 0; }
    header .sp ul.sns img,
    footer ul.sns img {
      width: 32px;
      height: 32px; }

  #news_area {
    display: block; }
    #news_area #progress {
      margin-bottom: 30px;
      width: 100%; }
    #news_area #information {
      margin: 0;
      width: 100%; }

  #concept h2.ttl_main {
    text-align: center; }
  #concept h4 {
    font-size: 20px;
    letter-spacing: -0.4px;
    text-align: center;
    margin: 0 0 15px; }
    #concept h4 span {
      text-align: center;
      font-size: 14px;
      line-height: 1;
      margin: 0 0 5px; }
    #concept h4 br {
      display: none; }
  #concept .main_box p {
    font-size: 16px;
    line-height: 1.625; }
  #concept .main_box img {
    height: 335px;
    margin: 0 0 15px;
    width: 100%; }
  #concept .text {
    flex-direction: column;
    gap: 50px 0; }
  #concept p {
    margin: 0 0 15px; }
  #concept .main_box {
    order: 1;
    max-width: none;
    width: auto; }
    #concept .main_box p {
      margin: 0 0 25px; }
  #concept .info_box {
    order: 2;
    max-width: none;
    width: auto; }
  #concept .img_box {
    order: 3;
    gap: 25px 15px;
    margin-top: -15px;
    margin-bottom: 0; }
    #concept .img_box img {
      max-width: none;
      width: calc(100% / 2 - 15px); }
  #concept .link_area {
    order: 4;
    margin-top: -10px; }
  #concept .merit > div p {
    width: 380px; }

  .link_area a.more {
    height: 90px;
    width: 255px;
    font-size: 18px;
    line-height: 2; }
    .link_area a.more span {
      margin-top: 0; }
    .link_area a.more strong:after {
      content: "";
      background: url("../parts/icon_sub_arrow.svg") no-repeat;
      width: 18px;
      height: 18px;
      background-size: contain;
      display: inline-block;
      margin-left: 3px; }
    .link_area a.more:hover strong:after {
      content: "";
      background: url("../parts/icon_sub_arrow_w.svg") no-repeat;
      width: 18px;
      height: 18px;
      background-size: contain;
      display: inline-block;
      margin-left: 3px; }

  #housing .horizontal > div {
    width: auto;
    max-width: none;
    margin: 0; }
  #housing .horizontal div:nth-child(2) picture {
    margin-bottom: 80px; }
  #housing .link_area {
    margin: -30px 0 0; }

  #event {
    margin: 0; }
    #event .note > div {
      width: calc(100%/3 - 30px); }

  #site {
    margin: 0 0 20px; }

  #access .mapframe {
    width: 587px;
    height: 379px; }

  #solar .ImgRight, #childcare .ImgRight, #mig_care .ImgRight {
    margin-right: 60px; }

  .free_page .Contents_Block {
    margin: 0 0 50px;
    padding: 0 0 50px; }
  .free_page h2.ttl_main {
    font-size: 20px;
    letter-spacing: 0.2px; }
    .free_page h2.ttl_main::before {
      content: "";
      display: inline-block;
      background: url("/parts/icon_maru_h.svg");
      width: 14px;
      height: 14px;
      background-size: contain; }
    .free_page h2.ttl_main span {
      font-size: 12px;
      margin-top: -15px; }

  .free_page:not(.housing, .concept) h4 {
    font-size: 16px;
    line-height: 1.0625;
    margin: 0 0 40px;
    border: none; }
    .free_page:not(.housing, .concept) h4 span {
      font-size: 8px; }

  #Abox h4::after {
    width: 50px;
    height: 43px;
    top: -5px; }

  .tab_content {
    padding: 30px 20px 50px;
    margin: 0 0 50px;
    flex-direction: column;
    width: 100%; }

  .house_box {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 0 17px; }
    .house_box .floor {
      max-width: none;
      width: auto;
      margin: 0 0 40px; }
    .house_box .slider {
      max-width: none;
      width: auto; }
	.house_box .substitute{
		max-width: none;
		width: auto;
	}

  .free_page.housing .Contents_Block:nth-child(2) {
    margin: 0 0 60px; }
  .free_page.housing .Contents_Block:nth-child(5) {
    margin: 0 0 50px; }
  .free_page.housing p strong {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1;
    margin: 0 0 20px;
    display: block; }

  .house_box .thum_slider {
    width: 100%;
    margin: 0 auto; }

  .modal__content {
    max-width: 100%; }

  .free_page .modal_inner {
    padding: 20px; }
    .free_page .modal_inner h4 {
      margin: 0 0 26px;
      font-size: 16px;
      padding-left: 10px; }
      .free_page .modal_inner h4 span {
        font-size: 8px; }

  .modal .txt {
    margin: 20px 0 0; }

  .modal img.modal_main {
    max-width: 100%; }

  .modal__close-btn {
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px; }

  .modal p {
    padding-bottom: 35px;
    margin-right: 4em;
    font-size: 13px;
    line-height: 18px;
    max-width: 200px; }

  .modal em {
    top: 1px; }

  .button_box {
    position: relative;
    top: -16px;
    margin: -64px auto 0; }

  label.tab_item {
    font-size: 13px;
    padding: 20px 10px;
    letter-spacing: 0;
    margin: 0;
    gap: 0px;
    width: calc(100% / 3 - 18px); }
    label.tab_item:first-letter {
      font-size: 20px; }

  .sub_area {
    flex-direction: column;
    align-items: center; }
    .sub_area dt {
      border-radius: 20px 20px 0px 0px;
      width: 335px;
      height: 158px; }
    .sub_area dt img {
      max-width: 190px; }
    .sub_area dt p {
      font-size: 13px;
      letter-spacing: 1.3px; }
    .sub_area dt span {
      font-size: 18px;
      letter-spacing: 1.8px;
      line-height: 1.666; }
    .sub_area dd {
      width: 335px;
      border-radius: 0 0 20px 20px;
      height: 153px;
      gap: 20px 0; }
      .sub_area dd a {
        font-size: 13px;
        letter-spacing: 1.3px;
        display: flex;
        align-items: center; }
        .sub_area dd a::before {
          content: "";
          background: url("/parts/icon_sub_mail.svg");
          width: 20px;
          height: 15px;
          background-size: contain;
          margin-right: 7.69px;
          position: relative;
          top: 1px; }
        .sub_area dd a::after {
          content: "";
          background: url("/parts/icon_sub_arrow_g.svg") no-repeat;
          background-size: contain;
          width: 18px;
          height: 18px;
          margin-left: 5px;
          position: relative;
          top: -2px; }
      .sub_area dd a.to_form:before {
        background: url("/parts/icon_sub_form.svg") no-repeat;
        top: -1px; }

  .site .site_block {
    display: flex;
    flex-direction: column;
    margin: 0 0 50px; }
    .site .site_block dt {
      width: auto;
      margin: 0 auto 25px;
      height: auto; }
      .site .site_block dt img {
        height: 300px; }
    .site .site_block dd {
      max-width: none; }
      .site .site_block dd img {
        margin-top: 30px;
        max-width: 200px;
        height: 115px;
        float: right; }
  .site .site_block:nth-child(odd) {
    flex-direction: column; }
  .site .site_block:last-child {
    margin-bottom: 0; }
  .site .ss_box {
    margin: 60px 0 0;
    flex-direction: column; }
    .site .ss_box dl {
      padding: 40px 40px 50px; }
    .site .ss_box dt {
      margin: 0 0 20px; }
      .site .ss_box dt img {
        margin: 0 auto 10px; }
    .site .ss_box dd {
      margin: 0 037px; }

  .free_page.site .Contents_Block:nth-child(3) {
    margin: 0 0 50px; }
  .free_page.site h4 {
    font-size: 20px;
    line-height: 1;
    padding: 0;
    margin: 0 0 10px; }
    .free_page.site h4 span {
      font-size: 12px;
      color: #8ABC04;
      margin: 0 0 10px; }

  /* 表 */
  table {
    width: 100% !important; }

  .f_tbl table {
    margin: 0; }
    .f_tbl table th, .f_tbl table td {
      padding: 10px 10px; }

  /* フリーページ */
  /* 画像 */
  .ImgTopCenter img, .ImgBottomCenter img, .ImgRight img, .ImgLeft img, .ImgTopLeft img, .ImgTopRight img, .ImgBottomLeft img, .ImgBottomRight img {
    width: auto; }

  .ImgTopRight, .ImgRight, .ImgBottomRight {
    margin-right: 0; }

  .ImgTopCenter, .ImgBottomCenter {
    margin-bottom: 20px; } }
@media screen and (max-width: 699px) {
  body {
    overflow-x: hidden;
    background: none; }

  .horizontal {
    margin: 0; }
    .horizontal div {
      width: auto;
      margin: 0 auto;
      align-self: auto;
      /*width: calc(100% / 2 - 15px);*/ }
    .horizontal .text {
      margin: 0 0 0 15px;
      flex: auto; }

  .horizontal div {
    width: auto;
    max-width: 100%; }

  #solar .ImgRight, #childcare .ImgRight, #mig_care .ImgRight {
    margin-right: auto;
    margin-left: auto; }

  header .sp {
    margin: 73px auto 0px;
    height: calc(100% - 73px); }
    header .sp h2 {
      height: 82px;
      margin: 20px auto; }
  header .sp nav {
    justify-content: space-evenly; }
    header .sp nav a {
      width: 40%;
      margin: 0 0 15px;
      padding: 0 0 10px;
      font-size: 13px; }
    header .sp nav::after {
      width: 40%; }
  header .sp .to_list a:first-child {
    margin-bottom: 30px; }
  header .sp .to_list {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 30px 0 0; }
    header .sp .to_list a {
      max-width: 40%;
      margin: 0;
      padding: 16px 0;
      font-size: 13px; }
  header .sp ul.sns {
    padding: 30px 20px 15px; }
    header .sp ul.sns > li:first-child {
      font-size: 12px; }
      header .sp ul.sns > li:first-child::before {
        width: 22px;
        height: 16px; }
  header .deco_box img:first-child {
    width: 106px; }
  header .deco_box img:nth-child(2) {
    display: none; }
  header .deco_box img:nth-child(3) {
    width: 99px; }
  header .deco_box img:nth-child(4) {
    height: 50px;
    top: 40px; }

  footer ul.sns {
    padding: 30px 20px 15px; }
    footer ul.sns > li:first-child {
      font-size: 12px; }
      footer ul.sns > li:first-child::before {
        width: 22px;
        height: 16px; }

  .top #Left h1, #Left h1 {
    padding: 20px 0 15px; }
    .top #Left h1 img, #Left h1 img {
      width: 140px; }

  .top .Contents_Block {
    padding: 0 0 50px;
    margin: 0 0 50px; }
    .top .Contents_Block .text-area {
      justify-content: space-between; }
    .top .Contents_Block p {
      margin-bottom: 15px; }
    .top .Contents_Block .text {
      margin: 0 auto;
      width: 100%; }

  .top h2.ttl_main {
    font-size: 32px;
    margin: 0 0 25px; }

  .top h4 {
    font-size: 20px;
    margin: 0 0 15px; }
    .top h4 span {
      font-size: 14px;
      letter-spacing: 0; }

  .top h3.ttl_sub {
    font-size: 20px; }
    .top h3.ttl_sub span {
      font-size: 12px;
      margin: 0 0 0 30px 0; }
    .top h3.ttl_sub::before {
      content: "";
      background: url(/parts/icon_maru_h.svg) no-repeat;
      width: 14px;
      height: 14px;
      display: inline-block;
      background-size: cover; }

  .slide_txt p {
    width: 90px;
    height: 90px;
    font-size: 11px;
    padding: 0;
    margin: 20px 0 0 10px; }
  .slide_txt dl {
    right: -40px; }
    .slide_txt dl dt {
      font-size: 24px; }
      .slide_txt dl dt span {
        font-size: 12px; }
    .slide_txt dl dd {
      font-size: 12px; }

  #news_area {
    margin-top: 0; }
    #news_area #information a, #news_area #information time {
      display: block; }

  .top #box, #box {
    margin: 88px 20px; }

  #sbox {
    margin: 0 0 50px; }

  #concept .merit {
    flex-direction: column;
    align-items: center; }
    #concept .merit > div {
      width: auto;
      margin: 0px 10px 0;
      max-width: none; }
      #concept .merit > div p {
        width: auto; }
  #concept dl {
    margin: 0 0 30px; }
    #concept dl dt {
      font-size: 18px; }

  #schedule .text-area div:first-child {
    display: none; }
  #schedule .text-area div:last-child {
    display: block; }

  #pro_about .list,
  .free_page.housing .list {
    flex-direction: column;
    align-items: center; }
    #pro_about .list dl,
    .free_page.housing .list dl {
      width: 100%;
      flex-direction: column;
      max-width: none; }
    #pro_about .list dl dt, #pro_about .list dl dd,
    .free_page.housing .list dl dt,
    .free_page.housing .list dl dd {
      max-width: none;
      width: auto; }
    #pro_about .list dl dt,
    .free_page.housing .list dl dt {
      border: none;
      padding: 0;
      margin: 0 0px 0px; }

  #housing {
    margin: 0 0 60px; }
    #housing .text-area:before {
      font-size: 16px;
      margin: 0 0 20px; }

  #pro_about {
    font-size: 15px; }

  #event .note {
    display: block; }
    #event .note > div {
      margin-right: 0;
      max-width: none;
      margin-bottom: 60px; }
    #event .note h3 {
      font-size: 18px;
      margin: 0 0 3px; }
  #event picture img {
    margin: 0 auto 25px; }
  #event time {
    font-size: 12px; }
    #event time span {
      fonts-size: 16px; }
  #event div {
    margin-bottom: 30px; }

  #site_area .horizontal > div, #nh_area .horizontal > div, #od_area .horizontal > div {
    width: calc(100% / 2 - 7px);
    margin-bottom: 10px; }
  #site_area .horizontal > .text, #nh_area .horizontal > .text, #od_area .horizontal > .text {
    width: 100%;
    max-width: none;
    flex: auto;
    margin-top: 20px; }

  #outdoor {
    margin: 0; }

  #od_area .horizontal {
    display: flex; }

  #event {
    margin: 0 0 50px;
    padding: 0; }
    #event .note {
      margin: 0; }
    #event .note > div {
      width: auto; }

  #job-information {
    margin: 0 0 50px; }
    #job-information dl {
      padding: 40px 30px;
      margin: 0 0 40px; }
    #job-information .jobs li {
      margin: 30px auto 40px;
      padding: 40px 30px; }

  .top #mig_care {
    padding: 0 0 50px; }

  #solar .text {
    width: auto;
    max-width: none; }
  #solar h2.ttl_main, #solar h3 {
    text-align: center; }
  #solar label {
    margin: 0 auto 10px; }

  #empp .horizontal {
    display: block; }

  #access .mapframe {
    width: auto; }
  #access iframe {
    margin: 0 0 25px; }
  #access .text {
    flex-direction: column-reverse; }

  #contact {
    padding: 0; }
    #contact .txt {
      margin: 0 0 50px; }
    #contact .form {
      padding: 50px 30px; }
    #contact dl {
      flex-direction: column; }
      #contact dl dt {
        margin: 0 0 10px;
        width: auto; }
      #contact dl dd {
        margin: 0 0 18px;
        width: auto; }

  #corporation {
    margin-bottom: 90px; }

  #container footer {
    margin: 0 20px; }
    #container footer .inner {
      padding: 0 15px 15px; }
      #container footer .inner p {
        margin-top: 0; }
    #container footer ul.sns {
      margin: 0;
      padding: 30px 0 15px; }

  /* 配下 */
  h1.page_title {
    border-radius: 30px;
    padding: 18px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 21px;
    margin-bottom: 50px;
    height: 200px; }
    h1.page_title span {
      font-size: 13px; }

  .ttl_area picture {
    right: auto;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 120px;
    border-radius: 20px 20px 0px 0; }
    .ttl_area picture img {
      border-radius: 30px;
      width: 100%;
      height: auto;
      max-height: none; }

  .job_p h1.page_title {
    background-image: none; }
    .job_p h1.page_title:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      content: "";
      width: 100%;
      height: 140px;
      background: url(/parts/kyujin_main.jpg) no-repeat center;
      background-size: cover;
      border-radius: 30px 30px 0 0px; }

  .concept ul.con_box {
    gap: 50px 0; }
  .concept ul.con_box li {
    flex-direction: column; }
    .concept ul.con_box li .info, .concept ul.con_box li > img {
      width: auto;
      max-width: none; }
    .concept ul.con_box li > img {
      margin-top: 20px;
      max-width: 100%;
      width: 100%;
      height: 225px;
      object-fit: cover; }
    .concept ul.con_box li .info p:first-child {
      width: 36px;
      height: 36px;
      font-size: 13px;
      margin: 0 auto 10px; }
    .concept ul.con_box li .info p:last-child {
      max-width: 295px; }
    .concept ul.con_box li .info img {
      display: block;
      margin: 0 auto 20px;
      max-width: none;
      height: 28px; }
  .concept ul.con_box li:nth-child(2n) {
    flex-direction: column; }
  .concept ul.con_box li:nth-child(1) .info p:last-child,
  .concept ul.con_box li:nth-child(2) .info p:last-child {
    max-width: 275px; }

  .free_page.concept h4 {
    font-size: 16px;
    margin: 0 0 40px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    line-height: 1.625; }
    .free_page.concept h4 br {
      display: block; }

  .housing .ttl_area picture {
    display: flex;
    align-items: center; }
    .housing .ttl_area picture img {
      position: relative;
      top: 0; }

  free_page.housing .list dl dd:last-child {
    margin: 0; }

  .free_page.concept .Contents_Block:nth-child(2) {
    margin: 0 0 50px; } }
/* 480px以下 */
@media screen and (max-width: 480px) {
  .house_box .thum_slider {
    width: 164px;
    box-sizing: content-box;
    max-width: none; }
    .house_box .thum_slider .thum_box {
      gap: 0px 0px; }
    .house_box .thum_slider button {
      max-width: 164px; }

  .modal p {
    max-width: 200px;
    width: 100%;
    margin-right: 0;
    padding-bottom: 40px; }

  .modal {
    padding: 20px; }

  .modal .txt {
    margin: 20px 0 0;
    padding: 0 57px 0 0; } 

	.sub_area dt, .sub_area dd{
		max-width: 335px;
		width: 100%;
	}
	
	.house_box .floor{
		width:100%;
	}
	.house_box .thum_slider{
		padding: 0 60px;
		margin: 0 auto;
	}
	.house_box .thum_slider .swiper-button-next, .house_box .thum_slider .swiper-button-prev{
		width: 46px;
		display: flex;
	}
	.house_box .thum_slider .swiper-button-next{
		justify-content: flex-end;
	}
	.house_box .thum_slider .swiper-button-prev{
		justify-content: flex-start;
	}
	.house_box .thum_slider .swiper-button-next img{
		right:10px;
	}
	.house_box .thum_slider .swiper-button-prev img{
		left:10px;
	}
	.house_box .thum_slider button{
		height: calc(100% / 3 - 5px);
	}

}

@media screen and (max-width: 369px) {
	
	.house_box .thum_slider{
		padding: 0 20%;
		position: relative;
		left: -7px;
	}
	
}
/* 印刷 */
@page {
  margin: 12mm 7mm; }
@media print {
  body {
    zoom: 95%; }

  #page-top {
    display: none !important; } }
