@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 30dvw;
  max-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
  }
}

main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main section .page_title.contents_wrap {
  padding: 0 0 0 10%;
  margin: 0;
}

main section .page_title .sv_ttl {
  position: relative;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #97A1B7;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 14px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(1.75rem, 1.239rem + 2.18vw, 2.875rem);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 22px;
  }
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}

#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: solid 2px #AAAAAA;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c.news_c a {
  background-color: #DB3939;
  color: #fff;
}

.news_text_block .category_c.column_c a {
  background-color: #0E9280;
  color: #fff;
}

.news_text_block .category_c.closed_information_c a {
  background-color: #978511;
  color: #fff;
}

.news_text_block .category_c.other_c a {
  background-color: #106CAB;
  color: #fff;
}

.news_text_block .category_c.chintai_c a {
  background-color: #8224e3;
  color: #fff;
}

.news_text_block .category_c a {
  background-color: #333;
  border-radius: 2px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}

#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}

#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #0E9280;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 当社の特徴 */
/******************************/
.feature .feature_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.feature .feature_flex li .numarea {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  background-color: #1D1D1D;
}

.feature .feature_flex li .numarea span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li .numarea span {
    font-size: 30px;
  }
}

.feature .feature_flex li .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li .txtarea {
    margin-left: 20px;
  }
  .feature .feature_flex li .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.feature .feature_flex li:last-child {
  margin-bottom: 0;
}

.feature .feature_flex li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.feature .feature_flex li:nth-child(even) .numarea {
  width: 35%;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background-color: #EDEDE8;
  color: #1D1D1D;
}

.feature .feature_flex li:nth-child(even) .numarea span {
  color: #1D1D1D;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .numarea span {
    font-size: 30px;
  }
}

.feature .feature_flex li:nth-child(even) .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .txtarea {
    margin-right: 20px;
  }
  .feature .feature_flex li:nth-child(even) .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.feature .feature_flex li:nth-child(3n) .numarea {
  background-color: #979797;
}

.feature .feature_flex li:nth-child(3n) .numarea span {
  color: #fff;
}

/******************************/
/* 会社案内 */
/******************************/
#company_content .greeting_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex {
    display: block;
  }
}

#company_content .greeting_flex .imgbox {
  width: 460px;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex .imgbox {
    width: 100%;
  }
}

#company_content .greeting_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

#company_content .greeting_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex .txtbox {
    margin-right: 0;
  }
}

#company_content .greeting_flex .txtbox p {
  line-height: 1.5;
}

#company_content .greeting_flex .txtbox .named {
  margin-top: 30px;
}

#company_content .greeting_flex .txtbox .named .name_ttl {
  font-weight: bold;
  font-size: 20px;
}

#company_content .maker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#company_content .maker_list li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li {
    width: calc((100% - 20px) / 2);
  }
}

#company_content .maker_list li:nth-child(1) {
  margin-top: 0;
}

#company_content .maker_list li:nth-child(2) {
  margin-top: 0;
}

#company_content .maker_list li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3) {
    margin-top: 20px;
  }
}

#company_content .maker_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(2n) {
    margin-right: 0;
  }
}

#company_content .maker_list li a {
  display: block;
}

#company_content .maker_list li a:hover {
  opacity: 0.7;
}

#company_content .maker_list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 320 / 92;
}

#company_content .maker_list li a p {
  margin-top: 3px;
}

/******************************/
/* リンク集 */
/******************************/
.link .link_flex .linkbox {
  margin-bottom: 80px;
}

.link .link_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link .link_contents_flex .contents_flex_li {
  width: calc((100% - 60px)/ 3);
  margin-right: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li {
    width: calc((100% - 20px)/ 2);
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(2n) {
    margin-right: 0;
  }
}

.link .link_contents_flex .contents_flex_li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3n) {
    margin-right: 20px;
  }
}

.link .link_contents_flex .contents_flex_li:nth-child(1), .link .link_contents_flex .contents_flex_li:nth-child(2) {
  margin-top: 0;
}

.link .link_contents_flex .contents_flex_li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3) {
    margin-top: 30px;
  }
}

.link .link_contents_flex .contents_flex_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/260;
}

.link .link_contents_flex .contents_flex_li .txtbox p {
  font-size: 13px;
}

/******************************/
/* 初めての方へ  */
/******************************/
.beginner .sec01 {
  position: relative;
  padding: 0 0 70px;
}

@media screen and (max-width: 1024px) {
  .beginner .sec01 {
    padding: 0 0 45px;
  }
}

.beginner .sec02 {
  position: relative;
  padding: 0 0 70px;
}

@media screen and (max-width: 1024px) {
  .beginner .sec02 {
    padding: 0 0 45px;
  }
}

/******************************/
/* 不動産売却でお悩みの方 */
/******************************/
.real-estate-issues .sec01 .layout_a .imgbox {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec01 .layout_a .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.real-estate-issues .sec02 {
  position: relative;
  padding: 0 0 70px;
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec02 {
    padding: 0 0 45px;
  }
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec02 .layout_a.type_case,
  .real-estate-issues .sec02 .layout_b.type_case {
    display: block;
  }
}

.real-estate-issues .sec02 .layout_a.type_case .imgbox,
.real-estate-issues .sec02 .layout_b.type_case .imgbox {
  width: 30%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec02 .layout_a.type_case .imgbox,
  .real-estate-issues .sec02 .layout_b.type_case .imgbox {
    width: 100%;
  }
}

.real-estate-issues .sec02 .layout_a.type_case .imgbox figure,
.real-estate-issues .sec02 .layout_b.type_case .imgbox figure {
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec02 .layout_a.type_case .imgbox figure,
  .real-estate-issues .sec02 .layout_b.type_case .imgbox figure {
    width: 50%;
    margin: 0 auto;
  }
}

.real-estate-issues .sec02 .layout_a.type_case .imgbox figure img,
.real-estate-issues .sec02 .layout_b.type_case .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.real-estate-issues .sec02 .layout_a.type_case .txtbox,
.real-estate-issues .sec02 .layout_b.type_case .txtbox {
  position: relative;
  border-radius: 10px;
  padding: 40px;
  border: dotted 5px #0E9280;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F2F8F5;
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec02 .layout_a.type_case .txtbox,
  .real-estate-issues .sec02 .layout_b.type_case .txtbox {
    padding: 25px 5%;
    width: 85%;
    margin: 25px auto 0;
  }
}

.real-estate-issues .sec02 .layout_a.type_case .txtbox .ttl,
.real-estate-issues .sec02 .layout_b.type_case .txtbox .ttl {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  color: #0E9280;
  font-weight: 700;
}

.real-estate-issues .sec02 .layout_b .txtbox:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/case_layout_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 114px;
  height: 105px;
  position: absolute;
  top: 50px;
  z-index: -1;
  left: -96px;
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec02 .layout_b .txtbox:before {
    display: none;
  }
}

.real-estate-issues .sec02 .layout_a .txtbox:before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/case_layout_a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 114px;
  height: 105px;
  position: absolute;
  top: 50px;
  z-index: -1;
  right: -96px;
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec02 .layout_a .txtbox:before {
    display: none;
  }
}

.real-estate-issues .sec03 {
  position: relative;
  padding: 0 0 70px;
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec03 {
    padding: 0 0 45px;
  }
}

.real-estate-issues .sec03 .sec03_worries_box {
  position: relative;
  background-color: #F4F5E8;
  color: #DB3939;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 0;
  margin-bottom: 65px;
}

.real-estate-issues .sec03 .sec03_worries_box:before {
  border-top: 44px solid #F4F5E8;
  border-left: 95px solid transparent;
  border-right: 95px solid transparent;
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  margin-left: -95px;
}

@media screen and (max-width: 767px) {
  .real-estate-issues .sec03 .sec03_worries_box:before {
    bottom: -30px;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    margin-left: -70px;
  }
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec03 .sec03_worries_box .layout_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.real-estate-issues .sec03 .sec03_worries_box .layout_b .imgbox {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec03 .sec03_worries_box .layout_b .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.real-estate-issues .sec05 .sub_images_ul.cul2 .li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 3px #0E9280;
  background-color: #F2F8F5;
}

.real-estate-issues .sec05 .layout_b .imgbox {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec05 .layout_b .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.real-estate-issues .sec06 {
  position: relative;
  padding: 0 0 70px;
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec06 {
    padding: 0 0 45px;
  }
}

.real-estate-issues .sec06 .lead_box img {
  width: auto;
}

.real-estate-issues .sec06 .layout_b .imgbox,
.real-estate-issues .sec06 .layout_a .imgbox {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .real-estate-issues .sec06 .layout_b .imgbox,
  .real-estate-issues .sec06 .layout_a .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.real-estate-issues .sec07 .sub_images_ul.cul2 .li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 3px #0E9280;
}

/******************************/
/* 築古戸建て 相続･空家物件*/
/******************************/
.estate .sec01,
.emptybuilding .sec01 {
  padding: 0 0 70px;
}

@media screen and (max-width: 1024px) {
  .estate .sec01,
  .emptybuilding .sec01 {
    padding: 0 0 45px;
  }
}

.estate .sec01 .bg_box,
.emptybuilding .sec01 .bg_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 80px;
}

@media screen and (max-width: 1024px) {
  .estate .sec01 .bg_box,
  .emptybuilding .sec01 .bg_box {
    padding: 25px 5% 0;
    background-position: center;
  }
}

.estate .sec01 .bg_box.type_old-house,
.emptybuilding .sec01 .bg_box.type_old-house {
  background-image: url(../images/old-house-sale/sec01_boxbg01.jpg);
}

.estate .sec01 .bg_box.type_old-house:after,
.emptybuilding .sec01 .bg_box.type_old-house:after {
  background-image: url(../images/old-house-sale/sec01_boximg01.png);
}

.estate .sec01 .bg_box.type_inheritance_vacant-homes,
.emptybuilding .sec01 .bg_box.type_inheritance_vacant-homes {
  background-image: url(../images/inheritance_vacant-homes/sec01_boxbg01.jpg);
}

.estate .sec01 .bg_box.type_inheritance_vacant-homes:after,
.emptybuilding .sec01 .bg_box.type_inheritance_vacant-homes:after {
  background-image: url(../images/inheritance_vacant-homes/sec01_boximg01.png);
}

.estate .sec01 .bg_box .chk_list,
.emptybuilding .sec01 .bg_box .chk_list {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .estate .sec01 .bg_box .chk_list,
  .emptybuilding .sec01 .bg_box .chk_list {
    width: 100%;
  }
}

.estate .sec01 .bg_box .chk_list li,
.emptybuilding .sec01 .bg_box .chk_list li {
  position: relative;
  padding-left: 40px;
}

.estate .sec01 .bg_box .chk_list li:before,
.emptybuilding .sec01 .bg_box .chk_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
}

.estate .sec01 .bg_box:after,
.emptybuilding .sec01 .bg_box:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-width: 300px;
  aspect-ratio: 35/40;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .estate .sec01 .bg_box:after,
  .emptybuilding .sec01 .bg_box:after {
    position: relative;
    right: -11%;
    bottom: -6px;
  }
}

.estate .sec02,
.emptybuilding .sec02 {
  position: relative;
  background-image: url(../images/common/pointbox_bg.jpg);
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 70px 0;
}

@media screen and (max-width: 1024px) {
  .estate .sec02,
  .emptybuilding .sec02 {
    padding: 45px 0;
  }
}

.estate .sec03,
.emptybuilding .sec03 {
  position: relative;
  padding: 120px 0 70px;
}

@media screen and (max-width: 1024px) {
  .estate .sec03,
  .emptybuilding .sec03 {
    padding: 70px 0 45px;
  }
}

.estate .sec03 .infobox01,
.emptybuilding .sec03 .infobox01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F2F8F5;
  border: solid 5px #0E9280;
  border-radius: 10px;
  padding: 60px 60px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .estate .sec03 .infobox01,
  .emptybuilding .sec03 .infobox01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px 5% 0;
  }
}

.estate .sec03 .infobox01 .imgbox,
.emptybuilding .sec03 .infobox01 .imgbox {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .estate .sec03 .infobox01 .imgbox,
  .emptybuilding .sec03 .infobox01 .imgbox {
    width: 100%;
  }
}

.estate .sec03 .infobox01 .imgbox figure,
.emptybuilding .sec03 .infobox01 .imgbox figure {
  position: absolute;
  left: 25px;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .estate .sec03 .infobox01 .imgbox figure,
  .emptybuilding .sec03 .infobox01 .imgbox figure {
    position: static;
    text-align: center;
  }
}

.estate .sec03 .infobox01 .imgbox figure img,
.emptybuilding .sec03 .infobox01 .imgbox figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 32/50;
}

.estate .sec03 .infobox01 .txtbox,
.emptybuilding .sec03 .infobox01 .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .estate .sec03 .infobox01 .txtbox,
  .emptybuilding .sec03 .infobox01 .txtbox {
    margin-left: 0;
  }
}

/******************************/
/* 会社案内 */
/******************************/
.company .sec01 {
  position: relative;
  padding: 0 0 70px;
}

@media screen and (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 45px;
  }
}

.company .sec02 {
  position: relative;
  background-color: #F4F5E8;
  padding: 70px 0;
}

@media screen and (max-width: 1024px) {
  .company .sec02 {
    padding: 45px 0;
  }
}

.company .iframe_area iframe {
  aspect-ratio: 16/5;
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact .ttl04 {
    font-size: 16px;
  }
}

.contact .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/******************************/
/* 治療費用 */
/******************************/
/******************************/
/* 404 */
/******************************/

/*# sourceMappingURL=css_map/style_page.css.map */
