@charset "utf-8";
@import url(header.css);

/* IBM Plex Sans JP - Montserrat -  Noto Sans JP */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.en {
  font-family: "Montserrat", serif;
}

/*---------------------------------------------------------------------------
/* 1: reset
 --------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic",
    "YuGothic-Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"),
    local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
body {
  margin: 0 auto;
  padding: 0px;
  text-align: left;
  color: #000;
  font-size: 18px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.5px;
}
@media print {
  body {
    min-width: 1200px;
  }
}
img {
  border: 0;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
}

ul,
dl,
ol {
  text-indent: 0;
}
li {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-weight: 500;
}

sup {
  position: relative;
  vertical-align: text-top;
  font-size: 8px;
  top: -4px;
}
sub {
  vertical-align: text-bottom;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
  vertical-align: bottom;
}
*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}
* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}
*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input,
select,
textarea {
  padding: 2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic",
    "YuGothic-Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}

p {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 300;
}

section p {
  margin-bottom: 30px;
}
* html div#container {
  height: 100%;
}

/*---------------------------------------------------------------------------
/* 2: set tags
 --------------------------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
li {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
a:hover img {
  opacity: 0.6;
}
a:hover strong,
a:hover span {
  opacity: 1;
}
a.hover img {
  opacity: 0.6;
}
a.link {
  text-decoration: underline;
  color: #2f7dcd;
}
a.link.white {
  color: #fff;
}
a.link:hover,
a.link.hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}

/*---------------------------------------------------------------------------
/* 3: set common selecter
 --------------------------------------------------------------------------*/

.sp,
.sp320,
.sp_inline {
  display: none !important;
}
.pc {
  display: block;
}
.pc_inline {
  display: inline-block;
}

/*set inline-block*/
.one_phase {
  display: inline-block;
}

/* set color */
.cRed {
  color: #ff0000;
}
.cBlue {
  color: #0084f3;
}
.cWhite {
  color: #ffffff;
}
.cGreen {
  color: #569d45;
}

/* set position */
.tCenter {
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.tCenter img {
  display: inline;
}

.tRight {
  margin-left: auto;
  text-align: right;
}

/* set hide contents */
.disp {
  display: none;
}
/* set block contents */
.disp-b {
  display: block;
}

/* set text */
.txSmall {
  font-size: 0.8em;
}
.tSmall {
  font-size: 0.9em;
}
.tLead {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 30px;
  color: #493b0c; /*font-family:游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,serif; */
}
.tLarge {
  font-size: 1.4em;
}
.txLarge {
  font-size: 1.8em;
}
.tsxLarge {
  font-size: 2.2em;
}

.bold {
  font-weight: bold !important;
}
.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN",
    HGS明朝E, serif;
}

/* set float */
.fLeft {
  float: left !important;
}
.fRight {
  float: right !important;
}

/* set kadomaru box */
.rad {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
/* set drop shadow */
.sh {
  box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.05);
}
/* set border */
.border {
  border: 1px solid #aaa4b0;
}
.bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* set width for float items */
.w10 {
  width: 8%;
}
.w20 {
  width: 18%;
}
.w30 {
  width: 28%;
}
.w40 {
  width: 38%;
}
.w50 {
  width: 48%;
}
.w60 {
  width: 58%;
}
.w70 {
  width: 68%;
}
.w80 {
  width: 78%;
}
.w90 {
  width: 88%;
}
.w100 {
  width: 100%;
}

.w10 img,
.w20 img,
.w30 img,
.w40 img,
.w50 img,
.w60 img,
.w70 img,
.w80 img,
.w90 img,
.w100 img {
  width: 100%;
}

/* set flex-box wrapp */
.flexNormal {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexCenter {
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.flexBetween {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flexNormal img,
.flexCenter img,
.flexBetween img {
  width: 100%;
}

/*========================================
    :svg  
==========================================*/
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*========================================
    :img-画像を動かす
==========================================*/
.scale_up {
  overflow: hidden;
}

.scale_up img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: auto;
}
.scale_up a:hover img,
a:hover .scale_up img {
  overflow: hidden;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
/*========================================
    :img-背景画像を動かす
==========================================*/
.bg-scale {
  position: relative;
  overflow: hidden;
}
.bg-scale:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
}
/*each selector set up
.bg-scale:after{
  background:url(../img/sample.png) no-repeat top center;
}*/
.bg-scale:hover::after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bg-scale .bg-scale-inner {
  z-index: 9999;
  position: relative;
}

/*========================================
    :js-loader
==========================================*/
.loading {
  transition: all 1s;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}
.loading-animation {
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
/*loader visual*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999999999999;
}
#loader {
  position: fixed;
  left: calc(50% - 180px);
  top: calc(50% - 25px);
  width: 360px;
  height: 50px;
  text-align: center;
  font-size: 0.9em;
  z-index: 9999999999999;
}
#loader .loader_Wrap {
  position: relative;
}
#loader .icon {
  width: 360px;
  height: 50px;
  margin: 0 auto;
}

/*---------------------------------------------------------------------------
/* items
 --------------------------------------------------------------------------*/
/* =======================================
   1: set list styles ( contents )
========================================== */
.list {
  text-indent: -1em;
  margin: 0 0 0 1em;
}
span.list {
  display: inline-block;
}

/*ul,ol*/
.normal ol,
.cms_decoration ol {
  margin: 0 0 0 1em;
  padding: 0;
}
.normal ol li,
.cms_decoration ol li {
  list-style-image: none;
  list-style-type: decimal;
  margin: 0 0 0.5em 0em;
  padding: 0 0 0 0.5em;
  list-style-position: inside;
  font-size: 18px;
  text-indent: -1.2em;
  line-height: 1.8em;
}
.normal ol li p,
.cms_decoration ol li p {
  text-indent: 0;
}
.normal ul li,
.cms_decoration ul li {
  list-style-type: none;
  padding: 0 0 0.5em 1em;
  list-style-position: inside;
  font-size: 18px;
  text-indent: 0em;
  line-height: 1.8em;
  position: relative;
}
.normal ul li a,
.cms_decoration ul li a {
  margin-left: -0.5em;
  color: #000;
}
.normal ul li::after,
.cms_decoration ul li::after {
  position: absolute;
  top: 12px;
  left: 0px;
  content: "";
  width: 8px;
  height: 8px;
  background: #5b5b5b;
  border-radius: 50%;
}
.normal ul li a,
.normal ol li a {
  padding-left: 8px;
  color: #de5511;
  font-weight: 400;
  text-decoration: underline;
}
.normal ul li a:hover,
.normal ol li a:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.linknext ul {
  margin: 0;
}
.linknext ul li {
  margin: 0;
  list-style-image: none;
  text-indent: 0;
}
.linknext ul li a {
  position: relative;
  display: block;
  width: auto;
  padding: 16px 0 16px 24px;
  width: auto;
  color: #000 !important;
  font-weight: 400;
  border-bottom: 1px solid #a09989;
  text-decoration: none !important;
}
.linknext ul li a:after {
  position: absolute;
  top: calc(50% - 8px);
  left: 2px;
  content: "";
  vertical-align: middle;
  width: 14px;
  height: 16px;
  background: url(../img/common/small_arrow.svg) no-repeat;
  background-size: 100%;
  transition: all 0.2s;
}
.linknext ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.linknext ul li a:hover::after {
  left: 8px;
}
/* set icon-mark  */
.linknext ul li a.blank,
.linknext ul li a.pdf,
.linknext ul li a.word,
.linknext ul li a.excel,
.linknext ul li a.ppt {
  position: relative;
  padding-left: 3em;
}

.linknext ul li a.blank::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: url(../img/common/external-link.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.pdf::before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 20px;
  content: "";
  background: url(../img/common/icon_pdf.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.word::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: url(../img/common/icon_word.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.excel::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: url(../img/common/icon_excel.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.ppt::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: url(../img/common/icon_ppt.svg) no-repeat;
  background-size: 100%;
}

.linknext ul li a.pdf::before {
  left: 1.5em;
  top: 34%;
}
.linknext ul li a.blank::before {
  left: 1.6em;
  top: 36%;
}
.linknext ul li a.word::before {
  left: 1.5em;
  top: 36%;
}
.linknext ul li a.excel::before {
  left: 1.5em;
  top: 36%;
}
.linknext ul li a.ppt::before {
  left: 1.5em;
  top: 36%;
}

.linknext ul li.nolink a:hover {
  background: rgba(0, 0, 0, 0);
}
.linknext ul li.nolink a:hover::after {
  left: 2px;
}

/*他ページ*/
span.pdf,
span.blank {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
span.pdf::after {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 14px;
  height: 18px;
  content: "";
  background: url(../img/common/icon_pdf.svg) no-repeat;
  background-size: 100%;
}
span.blank:after {
  position: absolute;
  top: 3px;
  right: 6px;
  width: 16px;
  height: 20px;
  content: "";
  background: url(../img/common/external-link.svg) no-repeat;
  background-size: 100%;
}
/* =======================================
   2: button styles
========================================== */
.button,
.button_search,
.button_blank,
.button_back {
  display: inline-block;
}
.button a,
.button p {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 200px;
  padding: 16px 40px 16px 24px;
  text-align: center;
  line-height: 1.2em;
  background: #3d3d3d;
  border-radius: 30px;
}
.button a:hover,
a:hover .button p {
  transition: 0.2s;
  background: #000;
}
/*each categories*/
body.purchase .button a,
body.purchase .button p {
  background: #143ab8;
}
body.purchase .button a:hover,
body.purchase a:hover .button p {
  background: #10297c;
}
body.rent .button a,
body.rent .button p {
  background: #298803;
}
body.rent .button a:hover,
body.rent a:hover .button p {
  background: #49A823;
}
body.renovation .button a,
body.renovation .button p {
  background: #f18f0a;
}
body.renovation .button a:hover,
body.renovation a:hover .button p {
  background: #c7790b;
}

.button a::after,
.button p::after {
  position: absolute;
  right: 18px;
  top: calc(50% - 10px);
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow_white.svg) no-repeat;
  background-size: 100%;
  transition: 0.2s;
}
.button a:hover::after,
a:hover .button p::after {
  transition: 0.2s;
  right: 8px;
}
.button a span,
.button p span {
  display: block;
  color: #fff;
  font-weight: 500;
}
/*2or3-buttons */
.btn p {
  height: 40px;
}
.btn p a,
div.btn-backpage p a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 30px;
  padding: 8px 12px;
  text-align: center;
  font-size: 16px;
  background: #3d3d3d;
  border-radius: 30px;
  z-index: 2;
}
.btn p a:hover,
div.btn-backpage p a:hover,
.btn p a.hover,
div.btn-backpage p a.hover {
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn p a::before {
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/arrow_white.svg) no-repeat;
  background-size: 100%;
}
.btn p a:hover::before,
.btn p a.hover::before {
  right: 8px;
  transition: 0.2s;
}
div.btn-backpage p a::before {
  position: absolute;
  top: calc(50% - 6px);
  left: 12px;
  content: "";
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  background: url(../img/common/arrow_white.svg) no-repeat;
  background-size: 100%;
}
.btn-backpage p a:hover::before,
.btn-backpage p a.hover::before {
  left: 8px;
  transition: 0.2s;
}
.btn p a strong,
div.btn-backpage p a strong {
  position: relative;
  color: #fff;
  font-weight: 500;
  z-index: 2;
}
/*もどるボタン*/
div.btn-formback p a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 30px;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  background: #666;
  cursor: pointer;
}
div.btn-formback p a.hover,
div.btn-formback p a:hover {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #444;
}
div.btn-formback p a strong {
  color: #fff;
  font-weight: 500;
}
div.nonext p,
div.nonext:active p,
div.nonext:hover p {
  height: 18px;
  padding: 12px 14px 14px;
  font-size: 14px;
  text-align: center;
  cursor: default;
  opacity: 1;
  border: 1px solid #aaa4b0;
  border-radius: 30px;
}
div.nonext p strong,
div.nonext:active p strong,
div.nonext:hover p strong {
  color: #2b2f36;
  font-weight: 500;
}

/* set pagenation */
.pagenation {
  margin: 5px 0 auto;
  text-align: center;
}
.pagenation a {
  display: inline-block;
  width: 30px;
  font-size: 1em;
  text-decoration: none !important;
  line-height: 30px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.pagenation a.current {
  text-decoration: none;
  border: 1px solid #de5511;
  color: #de5511;
}
.pagenation a.hover,
.pagenation a:hover {
  opacity: 1;
  text-decoration: none;
  background: rgb(255, 235, 162);
}

/*---------------------------------------------------------------------------
/* : text styles
 --------------------------------------------------------------------------*/
/* =======================================
   1: lead text
========================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  clear: both;
}

.h2_type01 {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.h2_type01 * {
  display: inline-block;
}
.h2_type01 .s_title {
  display: block;
  font-size: 30px;
  font-weight: 400;
}
body.purchase .h2_type01 .s_title {
  color: #143ab8;
}
body.rent .h2_type01 .s_title {
  color: #49A823;
}
body.renovation .h2_type01 .s_title {
  color: #f18f0a;
}
.h2_type01 strong,
.h2_type01 .title {
  display: block;
  font-size: 50px;
  font-weight: 500;
  color: #000;
}

.h3_type01 {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px double rgba(0, 0, 0, 0.1);
}
.h3_type01 strong {
  display: block;
  font-size: 36px;
  color: #37210b;
}

/*---------------------------------------------------------------------------
/* spacer
 --------------------------------------------------------------------------*/
.pt00 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pa10 {
  padding: 10px;
}
.pa20 {
  padding: 20px;
}
.pa30 {
  padding: 30px;
}

.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}

/*---------------------------------------------------------------------------
/* corner box
 --------------------------------------------------------------------------*/
.b-type00,
.b-type01,
.b-type02,
.b-type03 {
  width: auto;
  margin: 0 0 30px;
  background: #fff;
}
.b-type_inner {
  padding: 30px;
  width: auto;
}

/*---------------------------------------------------------------------------
/* : table
 --------------------------------------------------------------------------*/
table {
  margin: 0 0 0 0.7em;
  padding: 0 0 0 0.7em;
}
table ul {
  margin: 0 !important;
  padding: 0 !important;
}
table li {
  line-height: 1.8em;
  margin: 0;
  font-size: 18px !important;
}
table p {
  line-height: 1.6em;
  margin: 5px 0;
}
table caption {
  text-align: right;
}
table thead tr th,
table thead tr td,
table tbody tr th,
table tbody tr td {
  text-indent: 0 !important;
}

/* =======================================
   : normal style
========================================== */
table.table01 {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  display: collapse;
  margin: 0 0 20px;
  font-size: 18px;
}
table.table01 th {
  border-right: 2px solid #4e4e4e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #24201b;
  font-weight: 600;
  padding: 16px 14px;
  line-height: 1.5em;
  text-align: left;
  vertical-align: top;
  background-color: #e3e3e3;
  letter-spacing: 0.1em;
}
table.table01 td {
  border-color: rgba(255, 255, 255, 0.6);
  border-style: solid;
  border-width: 0 0px 1px 0px;
  color: #363636;
  font-weight: 400;
  background-color: #efece6;
  padding: 16px 14px;
  line-height: 1.5em;
}
table.table01 thead th,
table.table01 thead td {
  background-color: rgb(91, 91, 91);
  color: #fff;
  font-weight: 600;
}

/*sp_scroll_table*/
.sp_scroll_table table.table01 th {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid #4e4e4e;
  background: #e3e3e3;
}
.sp_scroll_table table.table01 td {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.sp_scroll_table table.table01 td:last-child {
  max-width: 130px;
}
.sp_scroll_table table.table01 tr:nth-child(odd) td {
  background: #f5f3ee;
}
.sp_scroll_table .button a {
  min-width: 0px;
  max-width: 120px;
}

/* =======================================
   : for inner table
========================================== */
table.table01 table {
  border: none;
  margin: 0;
  padding: 0;
}
table.table01 table th {
  border: none;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #666;
}
table.table01 table td {
  border: none;
  font-size: 1em;
  line-height: 1.6em;
  margin: 0;
  padding: 2px;
}

table th.c,
td.c {
  text-align: center !important;
}
table th.m,
td.m {
  vertical-align: middle !important;
}
table th.r,
td.r {
  text-align: right !important;
}

/*---------------------------------------------------------------------------
/* : height
 --------------------------------------------------------------------------*/
.h100 {
  height: 100px;
}
.h200 {
  height: 200px;
}
.h300 {
  height: 300px;
}
.h400 {
  height: 400px;
}
.h500 {
  height: 500px;
}
.h600 {
  height: 600px;
}

.h150 {
  height: 150px;
}
.h250 {
  height: 250px;
}
.h350 {
  height: 350px;
}
.h450 {
  height: 450px;
}

.h1em {
  height: 1em;
}
.h2em {
  height: 2em;
}

/* photo gallery */
.photogallery {
  width: auto;
  overflow: hidden;
  margin: 0;
}
.photogallery .photo {
  margin: 0 5px 20px;
  float: left;
}
.photogallery .photo img {
  width: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
}
.photogallery .clm3 .photo {
  width: calc(100% / 3 - 10px);
}
@media all and (-ms-high-contrast: none) {
  .photogallery .clm3 .photo {
    width: calc(100% / 3 - 11px);
  }
}
@supports (-ms-ime-align: auto) {
  .photogallery .clm3 .photo {
    width: calc(100% / 3 - 11px);
  }
}
.photogallery .clm2 .photo {
  width: calc(100% / 2 - 20px);
  margin: 0 10px 20px;
}
.photogallery .clm4 .photo {
  width: calc(100% / 4 - 10px);
}
.photogallery p {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.photogallery .clm2 p,
.photogallery .clm2 p img {
  height: 360px;
}
.photogallery .clm3 p,
.photogallery .clm3 p img {
  height: 280px;
}
.photogallery .clm4 p,
.photogallery .clm4 p img {
  height: 200px;
}
.photogallery .clm2 p a {
  max-height: 360px;
}
.photogallery .clm3 p a {
  max-height: 280px;
}
.photogallery .clm4 p a {
  max-height: 200px;
}
@media screen and (min-width: 1221px) and (max-width: 1360px) {
  .photogallery .clm2 p,
  .photogallery .clm2 p img {
    height: 320px;
  }
  .photogallery .clm3 p,
  .photogallery .clm3 p img {
    height: 250px;
  }
  .photogallery .clm4 p,
  .photogallery .clm4 p img {
    height: 180px;
  }
  .photogallery .clm2 p a {
    max-height: 320px;
  }
  .photogallery .clm3 p a {
    max-height: 250px;
  }
  .photogallery .clm4 p a {
    max-height: 180px;
  }
}
@media screen and (max-width: 1220px) {
  .photogallery .clm2 p,
  .photogallery .clm2 p img {
    height: 240px;
  }
  .photogallery .clm3 p,
  .photogallery .clm3 p img {
    height: 200px;
  }
  .photogallery .clm4 p,
  .photogallery .clm4 p img {
    height: 160px;
  }
  .photogallery .clm2 p a {
    max-height: 240px;
  }
  .photogallery .clm3 p a {
    max-height: 200px;
  }
  .photogallery .clm4 p a {
    max-height: 160px;
  }
}
.photogallery p a {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 100%;
  z-index: 2;
  background: #fafafa;
}
.photogallery span {
  display: inline-block;
  overflow: hidden;
  font-size: 11px;
  padding: 10px 0 0;
  line-height: 1.6em;
}
.photogallery a:hover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
}

/*YouTube枠*/
.movie_wrap {
  position: relative;
}
.movie_wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------------------------
/* 4: layout block
 --------------------------------------------------------------------------*/
/* =======================================
   4-1: wrapper
========================================== */
#container {
  width: 100%;
  margin: 0;
  position: relative;
  min-width: 100%;
  background-repeat: repeat-x;
  /*overflow-x:hidden;*/
  overflow: hidden;
  text-align: left;
  z-index: 0;
}
body > div#container {
  height: auto;
  min-height: 100%;
}
div#main {
  padding-bottom: 690px;
  /*overflow: hidden;*/
}
.contents_inner {
  position: relative;
  width: calc(100% - 180px);
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 160px;
}
section.section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}
.content {
  margin-bottom: 60px;
}
.bg00 {
  background-color: rgba(0, 0, 0, 0) !important;
}
.bg01 {
  background-color: #f3f3f3 !important;
}
.bg02 {
  background-color: #f5f1e1 !important;
}

/*アンカーリンクがページの途中の場合-idごとに下記を当てていく*/
.page_outlink {
  position: relative;
  margin-top: -90px;
  padding-top: 90px;
  z-index: -1;
}

/*header →　header.css*/
/* =======================================
   4-2:side_fixedmenu
========================================== */
.side_fixedmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 160px;
  height: 100%;
  border-right: 1px solid #f5f5f5;
  z-index: 99999999;
}
.side_fixedmenu .contact_btn_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.side_fixedmenu .contact_btn_wrap li {
  border-top: 1px solid #f5f5f5;
}
.side_fixedmenu .contact_btn_wrap li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.side_fixedmenu .contact_btn_wrap li a:hover {
  background: rgb(252, 255, 228);
  transition: 0.3s;
}
.contact_btn_wrap li a span {
  position: relative;
  display: block;
  padding-top: 54px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.04em;
  color: #4e4e4e;
}
.contact_btn_wrap li a:hover span {
  color: #000;
  transition: 0.3s;
}
.contact_btn_wrap li a span::before {
  position: absolute;
  top: 0;
  left: calc(50% - 24px);
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fcfec8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.side_fixedmenu .contact_btn_wrap li a:hover span::before {
  background-color: #f0f3a0;
  transition: 0.3s;
}

.contact_btn_wrap li:nth-child(1) a span::before,
body.sub.sougou
  .side_fixedmenu
  .contact_btn_wrap
  li:nth-child(1)
  a
  span::before {
  background-image: url(../img/common/icon_info_request.svg);
}
.contact_btn_wrap li:nth-child(2) a span::before,
body.sub.sougou
  .side_fixedmenu
  .contact_btn_wrap
  li:nth-child(2)
  a
  span::before {
  background-image: url(../img/common/icon_normal_contact.svg);
}
.contact_btn_wrap li:nth-child(3) a span::before,
body.sub.sougou
  .side_fixedmenu
  .contact_btn_wrap
  li:nth-child(3)
  a
  span::before {
  background-image: url(../img/common/icon_land_contact.svg);
}

/*sub*/
body.purchase .side_fixedmenu .contact_btn_wrap li a span::before {
  background-color: #143ab8;
  background-size: 26px;
}
body.purchase .side_fixedmenu .contact_btn_wrap li a:hover span::before {
  background-color: #0d2677;
  transition: 0.3s;
}
body.rent .side_fixedmenu .contact_btn_wrap li a span::before {
  background-color: #49A823;
  background-size: 26px;
}
body.rent .side_fixedmenu .contact_btn_wrap li a:hover span::before {
  background-color: #488f2b;
  transition: 0.3s;
}
body.renovation .side_fixedmenu .contact_btn_wrap li a span::before {
  background-color: #f18f0a;
  background-size: 26px;
}
body.renovation .side_fixedmenu .contact_btn_wrap li a:hover span::before {
  background-color: #cc7c0b;
  transition: 0.3s;
}

body.sub .side_fixedmenu .contact_btn_wrap li:nth-child(1) a span::before {
  background-image: url(../img/common/icon_info_request_white.svg);
}
body.sub .side_fixedmenu .contact_btn_wrap li:nth-child(2) a span::before {
  background-image: url(../img/common/icon_normal_contact_white.svg);
}
body.sub .side_fixedmenu .contact_btn_wrap li:nth-child(3) a span::before {
  background-image: url(../img/common/icon_land_contact_white.svg);
}

/*sub categorypage_title(スマホはheader-sp.css)*/
body.sub .categorypage_title {
  position: relative;
  width: 160px;
  min-height: 120px;
  padding: 60px 0 20px 0;
}
body.sub.renovation .categorypage_title {
  padding: 40px 0 20px 0;
}
body.purchase .categorypage_title {
  background: #143ab8;
}
body.rent .categorypage_title {
  background: #49A823;
}
body.renovation .categorypage_title {
  background: #f18f0a;
}
body.sub .categorypage_title::before {
  position: absolute;
  bottom: -119px;
  left: 0px;
  content: "";
  width: 160px;
  height: 120px;
  background-size: 100%;
}
body.purchase .categorypage_title::before {
  background: url(../img/purchase/triangle_bottom.svg) no-repeat top left;
}
body.rent .categorypage_title::before {
  background: url(../img/rent/triangle_bottom.svg) no-repeat top left;
}
body.renovation .categorypage_title::before {
  background: url(../img/renovation/triangle_bottom.svg) no-repeat top left;
}
body.sub .categorypage_title p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
body.sub .categorypage_title strong {
  position: relative;
  left: 0px;
  margin-bottom: 6px;
  padding-top: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
body.sub .categorypage_title strong::before {
  position: absolute;
  top: -10px;
  left: calc(50% - 30px);
  content: "";
  width: 60px;
  height: 60px;
  background-size: 100%;
}
body.purchase .categorypage_title strong::before {
  background: url(../img/common/icon_purchase_white.svg) no-repeat center;
}
body.rent .categorypage_title strong::before {
  background: url(../img/common/icon_rent_white.svg) no-repeat center;
}
body.renovation .categorypage_title strong::before {
  background: url(../img/common/icon_renovation_white.svg) no-repeat center;
}
body.renovation .categorypage_title strong span {
  display: block;
  font-size: 20px;
  white-space: nowrap;
}

/*
body.sub .categorypage_title{
  position: relative;
  top:60px;
  left: -65px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-width: 220px;
  height: 160px;
  padding: 0 40px 0 30px;
  transform: rotate(-90deg);
}
body.renovation .categorypage_title{
  left: -85px;
  min-width: 260px;
}
body.purchase .categorypage_title{
  background: #143AB8;
}
body.rent .categorypage_title{
  background: #49A823;
}
body.renovation .categorypage_title{
  background: #F18F0A;
}
body.sub .categorypage_title::before{
  position: absolute;
  bottom: 20px;
  left: -140px;
  content: "";
  width: 160px;
  height: 120px;
  background-size: 100%;
  transform: rotate(90deg);
}
body.purchase .categorypage_title::before{
  background: url(../img/purchase/triangle_bottom.svg) no-repeat top left;
}
body.rent .categorypage_title::before{
  background: url(../img/rent/triangle_bottom.svg) no-repeat top left;
}
body.renovation .categorypage_title::before{
  background: url(../img/renovation/triangle_bottom.svg) no-repeat top left;
}
body.sub .categorypage_title *{
  display: block;
  white-space: nowrap;
}
body.sub .categorypage_title p{
  margin-bottom: 0;
}
body.sub .categorypage_title strong{
  position: relative;
  left: -60px;
  margin-bottom: 6px;
  padding-left: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
body.sub .categorypage_title strong::before{
  position: absolute;
  top:-10px;
  left: 0px;
  content: "";
  width: 50px;
  height: 50px;
  background-size: 100%;
}
body.purchase .categorypage_title strong::before{
  background: url(../img/common/icon_purchase_white.svg) no-repeat center;
}
body.rent .categorypage_title strong::before{
  background: url(../img/common/icon_rent_white.svg) no-repeat center;
}
body.renovation .categorypage_title strong::before{
  background: url(../img/common/icon_renovation_white.svg) no-repeat center;
}

body.sub .categorypage_title strong::after{
  position: absolute;
  top:50%;
  left: 90%;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 10;
}
body.rent .categorypage_title strong::after{left: 110%;}
body.renovation .categorypage_title strong::after{left: 104%;}
body.sub .categorypage_title span.en{
  position: relative;
  margin-left: 0px;
  font-size: 22px;
  font-weight: 700;
}
body.purchase .categorypage_title span.en{color: #9EB4FF;}
body.rent .categorypage_title span.en{color: #A3F580;}
body.renovation .categorypage_title span.en{color: #FFCD88;}
*/

/* =======================================
   4-3:common contact section
========================================== */
section.contact_wrap {
  position: relative;
  /*margin-top: 60px;*/
  background: #efece6;
  z-index: 99;
}
.contact_wrap .sec_inner {
  position: relative;
  left: 16%;
  width: 80%;
  max-width: 1450px;
}
.contact_wrap .ph_wrap {
  overflow: hidden;
  position: absolute;
  /*top: -60px;*/
  top:30px;
  right: 0;
  width: 55%;
  max-width: 800px;
  border-radius: 6px;
}
.contact_wrap .ph_wrap img {
  display: block;
  /*height: 520px;*/
  height: 460px;
  object-fit: cover;
  width: 100%;
}
body.rent .contact_wrap .ph_wrap img {/*height: 420px;*/height: 320px;}

.contact_wrap .inner {
  position: relative;
  width: 40%;
  padding: 60px 0;
}
.contact_wrap h2 {
  margin-bottom: 50px;
}
.contact_wrap h2 strong {
  font-size: 50px;
  font-weight: 700;
  color: #3d3d3d;
}
.contact_wrap h2 span {
  font-size: 30px;
  color: #606060;
}
/*phonenumber*/
.contact_wrap .phonenumber {
  position: relative;
  padding-left: 80px;
  margin-bottom: 50px;
}
.contact_wrap .phonenumber::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 70px;
  height: 70px;
  background: url(../img/common/icon_phone.svg) no-repeat center;
  background-size: 100%;
}
.contact_wrap .phonenumber p small {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #656565;
}
.contact_wrap .phonenumber p strong {
  display: block;
  margin-top: -8px;
  font-size: 60px;
  font-weight: 600;
  white-space: nowrap;
  color: #4e4e4e;
}

/*contact_btn*/
.contact_wrap .contact_btn_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  width: 100%;
  max-width: 528px;
}
.contact_wrap .contact_btn_wrap li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 2px);
  max-width: 160px;
  height: 140px;
  text-align: center;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
}
.contact_wrap .contact_btn_wrap li a:hover {
  background: rgb(252, 255, 228);
  transition: 0.3s;
}
.contact_wrap .contact_btn_wrap li a span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2em;
  padding-top: 60px;
}
/*bodyが背景画像の時*/
.contact_wrap_outer {
  position: relative;
  width: 100%;
  padding-top: 60px;
  background: #fff;
}

/* =======================================
   4-4:footer
========================================== */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 690px;
  background: #fff;
}
.footer_top {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 160px);
  height: 120px;
  padding-left: 160px;
  background: #3d3d3d;
}
.footer_top .other_menu {
  width: 90%;
  max-width: 1254px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
}
.footer_top .other_menu li {
  width: 100%;
  max-width: 400px;
}
.footer_top .other_menu a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 2px);
  height: 60px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #fff;
}
.footer_top .other_menu a:hover {
  background: #000;
  transition: 0.3s;
}
.footer_top .other_menu a span {
  color: #fff;
}

/*footer_bottom*/
.footer_bottom {
  position: relative;
  padding: 60px 0 0 200px;
}
.footer_bottom .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 96%;
  max-width: 1460px;
}
.footer_bottom .company_info {
  width: 380px;
  margin-right: 20px;
  font-size: 16px;
}
.footer_bottom .logo {
  max-width: 358px;
  margin-bottom: 50px;
}
.footer_bottom .company_info dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 10px 0;
}
.footer_bottom .company_info dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-right: 16px;
  font-weight: 300;
  border: 1px solid #707070;
}
.footer_bottom .company_info dl dd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  font-weight: 300;
}
/*footer_menu*/
.footer_menu {
  width: calc(100% - 400px);
  max-width: 940px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
}
.footer_menu .clm {
  max-width: 300px;
}
.footer_menu dl {
  margin-bottom: 30px;
}
.footer_menu dl dt a {
  display: block;
  margin-bottom: 16px;
}
.footer_menu dl dt a strong {
  font-size: 18px;
  font-weight: 600;
  color: #4b3015;
}
.footer_menu dl dt a:hover strong {
  text-decoration: underline;
  transition: 0.3s;
}
.footer_menu dl dd a {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
}
.footer_menu dl dd a::before {
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/common/small_arrow.svg) no-repeat center;
  background-size: 100%;
}
.footer_menu dl dd a:hover::before {
  left: 4px;
  transition: 0.3s;
}
.footer_menu dl dd a span {
  font-size: 16px;
  font-weight: 400;
}
.footer_menu dl dd a:hover span {
  text-decoration: underline;
  transition: 0.3s;
}
.copyright {
  position: absolute;
  bottom: -60px;
}

/* pagetop
---------------------------------------- */
.pagetop {
  position: fixed;
  right: 0px;
  bottom: 10px;
  z-index: 999999999;
}
.pagetop a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 130px;
  height: 50px;
  text-align: right;
  border-right: 9px solid #3d3d3d;
}
.pagetop a span {
  display: inline-block;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #8f8f8f;
}
.pagetop a:hover span {
  transition: 0.2s;
  opacity: 0.6;
}

/* =======================================
   4-5:MainVisual
========================================== */
/*総合ページ →　body.home */
body.home .mainVisual_Wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 100vh;
  background: #fff;
  z-index: 0;
}
body.sub .mainVisual_Wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: calc(100vh - 180px);
  background: #fff;
  z-index: 0;
}

/*slider*/
.slider_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#index_slide {
  position: relative;
  top: 0px;
  left: 0%;
  width: 100%;
}
#index_slide ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
#index_slide ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  #index_slide {
    left: 0;
  }
}

/*catch_area -home */
body.home .mainVisual_inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 12%;
  width: 100%;
  height: 100%;
  z-index: 3;
}
body.home .mainVisual_inner .catch {
  position: relative;
  top: 25%;
  z-index: 0;
  width: 90%;
  max-width: 800px;
}
.mainVisual_inner img {
  display: block;
  width: 100%;
}
body.home .mainVisual_inner .catch .sub_catch {
  margin-bottom: 16px;
}
body.home .mainVisual_inner .catch .main_catch {
  margin-bottom: 30px;
}
body.home .mainVisual_inner .catch p {
  font-size: 20px;
  font-weight: 400;
}

/*catch_area -sub*/
body.sub .mainVisual_inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

body.purchase .mainVisual_inner {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(35, 47, 87, 0.8) 100%
  );
}
body.rent .mainVisual_inner {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(247, 247, 252, 0) 50%,
    rgba(57, 107, 36, 0.3) 100%
  );
}
body.renovation .mainVisual_inner {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(247, 247, 252, 0) 50%,
    rgba(188, 185, 136, 0.6) 100%
  );
}

body.sub .mainVisual_inner .catch {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 60%;
  max-width: 960px;
}
body.sub .mainVisual_inner .catch .category_catch,
body.sub .mainVisual_inner .catch .main_catch,
body.sub .mainVisual_inner .catch .sub_catch {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
body.sub .mainVisual_inner .category_catch p {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-width: 310px;
  height: 60px;
  margin-bottom: 20px;
}
body.purchase .mainVisual_inner .category_catch p {
  background: #143ab8;
}
body.rent .mainVisual_inner .category_catch p {
  background: #49A823;
}
body.renovation .mainVisual_inner .category_catch p {
  background: #f18f0a;
}
body.sub .mainVisual_inner .category_catch p::before {
  position: absolute;
  top: 0;
  left: -45px;
  content: "";
  width: 45px;
  height: 100%;
}
body.purchase .mainVisual_inner .category_catch p::before {
  background: url(../img/purchase/triangle_right.svg) no-repeat right top;
}
body.rent .mainVisual_inner .category_catch p::before {
  background: url(../img/rent/triangle_right.svg) no-repeat right top;
}
body.renovation .mainVisual_inner .category_catch p::before {
  background: url(../img/renovation/triangle_right.svg) no-repeat right top;
}

body.sub .mainVisual_inner .category_catch p strong {
  display: inline-block;
  padding: 0 30px 0 70px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
body.sub .mainVisual_inner .category_catch p strong::before {
  position: absolute;
  left: 0;
  top: calc(50% - 30px);
  content: "";
  width: 60px;
  height: 60px;
  background-size: 100%;
}
body.purchase .mainVisual_inner .category_catch p strong::before {
  background: url(../img/common/icon_purchase_white.svg) no-repeat center;
}
body.rent .mainVisual_inner .category_catch p strong::before {
  background: url(../img/common/icon_rent_white.svg) no-repeat center;
}
body.renovation .mainVisual_inner .category_catch p strong::before {
  background: url(../img/common/icon_renovation_white.svg) no-repeat center;
}

body.sub .mainVisual_inner .catch .main_catch img {
  display: block;
  margin-right: 30px;
  max-width: 700px;
}
body.renovation .mainVisual_inner .catch .main_catch {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 30px 10px;
}
body.renovation .mainVisual_inner .catch .main_catch p {
  width: 100%;
  width: 600px;
}
body.sub .mainVisual_inner .catch .sub_catch p {
  margin-right: 30px;
  margin-bottom: 30px;
  line-height: 1.4em;
  text-align: right;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

/* =======================================
   4-6:PickUp 
========================================== */
/*home pickup*/
body.home .home_pickup_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: -100px;
  margin-bottom: 100px;
  z-index: 10px;
}
body.home .home_pickup_wrap .pickup_inner {
  position: relative;
  left: 20%;
  width: 90%;
  max-width: 1510px;
  padding: 40px 0 0 60px;
  border-top-left-radius: 100px;
  -webkit-border-top-left-radius: 100px;
  background: #fff;
}
.home_pickup_wrap h2 {
  margin-bottom: 30px;
}
.home_pickup_wrap h2 strong {
  font-size: 50px;
  font-weight: 700;
  color: #37210b;
}

/*sub pickup*/
body.sub .sec_pickup {
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 100px;
}
body.sub .sec_pickup .pickup_inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 180px);
  max-width: 1700px;
  padding: 60px 0 0 0px;
  background: #fff;
}
body.sub .sec_pickup .slider_Wrap {
  width: 80%;
  max-width: 1300px;
}

.sec_pickup h2 {
  width: 16%;
  margin-bottom: 30px;
}
.sec_pickup h2 strong {
  font-size: 50px;
  font-weight: 700;
}
body.purchase .sec_pickup h2 strong {
  color: #143ab8;
}
body.rent .sec_pickup h2 strong {
  color: #49A823;
}
body.renovation .sec_pickup h2 strong {
  color: #f18f0a;
}

/*slider*/
.slider_Wrap {
  position: relative;
  width: 105%;
  left: 0%;
  z-index: 100;
}
.slider li {
  width: auto;
  margin: 0 10px 0 0;
  background: #fff;
}
.slider li a,
.slider li a img {
  display: block;
  width: 100%;
}
.slider li .scale_up {
  margin-bottom: 6px;
  border-radius: 6px;
}
/* slick override */
#index_slide li.slick-slide {
  margin: 0 !important;
}
.slider_pickup01 .next-arrow {
  cursor: pointer;
  position: absolute;
  top: -80px;
  left: 310px;
  width: 40px;
  height: 40px;
  z-index: 99999;
}
.slider_pickup01 .prev-arrow {
  cursor: pointer;
  position: absolute;
  top: -80px;
  left: 260px;
  width: 40px;
  height: 40px;
  z-index: 99999;
}

body.sub .slider .next-arrow {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: -60px;
  width: 40px;
  height: 40px;
  z-index: 99999;
}
body.sub .slider .prev-arrow {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: -110px;
  width: 40px;
  height: 40px;
  z-index: 99999;
}
@media screen and (max-width: 1780px) {
  body.sub .slider .next-arrow,
  body.sub .slider .prev-arrow {
    top: 80px;
  }
}

/* =======================================
   【Sougou】Home: sec_search 
========================================== */
.sec_search {
  position: relative;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 60px;
  background: url(../img/home/bg_search.jpg) no-repeat center fixed;
}
.sec_search .sec_title {
  position: relative;
  top: -30px;
  width: 420px;
  margin: 0 auto 30px;
}
.sec_search .search_title * {
  display: block;
  text-align: center;
  color: #37210b;
}
.sec_search .search_title strong {
  font-size: 50px;
  font-weight: 700;
}
.sec_search .search_title span {
  margin-top: -10px;
  font-size: 24px;
  font-weight: 400;
}

.sec_search .sec_inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.sec_search .ph_wrap {
  position: absolute;
  top: 30px;
  left: 10%;
  width: 32%;
  max-width: 649px;
  z-index: 1;
}
.sec_search .ph_wrap .ph01,
.sec_search .ph_wrap .ph03 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
}
.sec_search .ph_wrap .ph02 {
  margin-bottom: 20px;
}
.sec_search .ph_wrap img {
  display: block;
  width: 90%;
}
.sec_search .ph_wrap .ph01 img {
  max-width: 430px;
}
.sec_search .ph_wrap .ph02 img {
  max-width: 450px;
}
.sec_search .ph_wrap .ph03 img {
  max-width: 440px;
}

.sec_search .sec_inner .search_box {
  position: relative;
  width: 54%;
  padding: 60px 30px 60px 60px;
  border-top-left-radius: 100px;
  -webkit-border-top-left-radius: 100px;
  background: #fff;
  z-index: 10;
}
.sec_search .sec_inner .search_box .inner {
  max-width: 1021px;
}
.sec_search .search_box .title_intro_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 40px;
}
.sec_search .search_box .title_intro_wrap .title {
  width: 220px;
  margin-right: 60px;
  font-size: 30px;
  font-weight: 600;
}
.sec_search .search_box h3 {
  margin-bottom: 20px;
}
.sec_search .search_box h3 a {
  display: inline-block;
  position: relative;
  padding: 20px 0 20px 80px;
}
.sec_search .search_box h3 a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 70px;
  height: 70px;
}
.sec_search .search_box .title_purchase a::before {
  background: url(../img/common/icon_purchase.svg) no-repeat;
  background-size: 100%;
}
.sec_search .search_box .title_rent a::before {
  background: url(../img/common/icon_rent.svg) no-repeat;
  background-size: 100%;
}
.sec_search .search_box .title_renovation a::before {
  background: url(../img/common/icon_renovation.svg) no-repeat;
  background-size: 100%;
}
.sec_search .search_box h3 strong {
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 100%;
  font-weight: 600;
  color: #202020;
}
.sec_search .search_box h3 strong::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 1px;
  background: #de5511;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: 0.3s;
}
.sec_search .search_box h3 a:hover strong::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.sec_search .search_box .search_menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 1em;
  margin: 0 0 40px 80px;
}
.sec_search .search_box .search_menu a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 2px);
  height: 78px;
  border: 1px solid #858585;
  border-radius: 40px;
}
.sec_search .search_box .search_menu a:hover {
  background: rgb(252, 255, 228);
  transition: 0.3s;
}
.sec_search .search_box .search_menu a span {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 76px;
  font-size: 16px;
  line-height: 18px;
  color: #202020;
}
.sec_search .search_box .search_menu a:hover span {
  color: #000;
  transition: 0.3s;
}
.sec_search .search_menu a span::before {
  position: absolute;
  top: calc(50% - 27px);
  left: 16px;
  content: "";
  width: 54px;
  height: 54px;
  background-size: 100%;
}
.sec_search .search_menu a.purchase_mansion span::before {
  background: url(../img/common/icon_purchase_mansion.svg) no-repeat center;
}
.sec_search .search_menu a.purchase_house span::before {
  background: url(../img/common/icon_purchase_house.svg) no-repeat center;
}
.sec_search .search_menu a.rent_mansion span::before {
  background: url(../img/common/icon_rent_mansion.svg) no-repeat center;
}
.sec_search .search_menu a.rent_house span::before {
  background: url(../img/common/icon_rent_house.svg) no-repeat center;
}
.sec_search .search_menu a.rent_office span::before {
  background: url(../img/common/icon_rent_office.svg) no-repeat center;
}
.sec_search .search_menu a.rent_monthly span::before {
  background: url(../img/common/icon_rent_monthly.svg) no-repeat center;
}
.sec_search .search_menu a.rent_guesthouse span::before {
  background: url(../img/common/icon_rent_guesthouse.svg) no-repeat center;
}
.sec_search .search_menu a.renovation_house span::before {
  background: url(../img/common/icon_renovation_house.svg) no-repeat center;
}
.sec_search .search_menu a.renovation_mansion span::before {
  background: url(../img/common/icon_renovation_mansion.svg) no-repeat center;
}
.sec_search .search_menu a.renovation_reform span::before {
  background: url(../img/common/icon_renovation_reform.svg) no-repeat center;
}

/* =======================================
   【Sougou】Home: sec_news (他カテゴリーページにて共通あり)
========================================== */
.sec_news {
  position: relative;
  left: 160px;
  width: 90%;
  padding: 60px 0;
}
.sec_news .title_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.sec_news .title_wrap .title strong {
  font-size: 50px;
  font-weight: 700;
  color: #37210b;
}
.sec_news .title_wrap .button a {
  width: 240px;
}

/*下層ページも同様*/
.info_list ul {
  border-bottom: 1px solid #f9f9f9;
}
.info_list li:nth-child(odd) {
  background: #f9f9f9;
}

.info_list li a {
  display: block;
  width: 100%;
  color: #000 !important;
  text-decoration: none !important;
}
.info_list li a:hover {
  display: block;
  background-color: rgb(252, 255, 228);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.info_list li dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
}
.info_list li dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 340px;
}
.info_list li dl dt .date {
  width: 100px;
  margin: 0 0 0 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.info_list li dl dd {
  width: calc(100% - 360px);
}
.info_list li dl .category {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 180px;
  height: 28px;
  margin: 0 20px;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
  letter-spacing: -0.05em;
  color: #6C6C6C;
  border: 1px solid #6C6C6C;
  border-radius: 15px;
}
.info_list li dl .text {
  font-weight: 400;
}
.info_list li dl dd .new {
  display: inline-block;
  margin: 0 2px;
  padding: 1px 6px 0;
  font-size: 12px;
  line-height: 14px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #de5511;
  border: 1px solid #de5511;
}
/* =======================================
   【Sougou】Home: sec_strengths 
========================================== */
.sec_strengths {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.sec_strengths {
  position: relative;
  padding-bottom: 100px;
}
.sec_strengths .ph {
  margin-bottom: 40px;
}
.sec_strengths .ph img {
  display: block;
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.sec_strengths .sec_inner {
  position: relative;
  width: 90%;
}
.sec_strengths .title {
  margin-bottom: 50px;
  text-align: center;
}
.sec_strengths .title strong {
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  color: #37210b;
}
.sec_strengths .title span {
  display: inline-block;
  margin-top: 4px;
  font-size: 30px;
  font-weight: 500;
}
.sec_strengths p {
  margin-bottom: 60px;
  text-align: center;
}
.sec_strengths .button_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.sec_strengths .button_wrap .button a {
  width: 300px;
}

/* =======================================
   【SUB】common
========================================== */
/*sec_news*/
body.sub .sec_news {
  position: relative;
  left: 160px;
  width: calc(100% - 200px);
  max-width: 1600px;
  margin-bottom: 120px;
  background: #f8f8f8;
  border-radius: 100px;
}
/*each categories*/
body.purchase .sec_news .title_wrap .title strong {
  color: #143ab8;
}
body.purchase .info_list li dl .category {
  color: #143ab8;
  border-color: #143ab8;
}
body.rent .sec_news .title_wrap .title strong {
  color: #298803;
}
body.rent .info_list li dl .category {
  color: #218000;
  border-color: #218000;
}
body.renovation .sec_news .title_wrap .title strong {
  color: #f18f0a;
}
body.renovation .info_list li dl .category {
  color: #f18f0a;
  border-color: #f18f0a;
}

/*pagevisual*/
.pagevisual_wrap {
  position: relative;
  width: 100%;
  height: 400px;
  background: url(../img/common/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
.pagevisual_wrap.short_type {
  height: 360px;
}

/*各ページ背景画像*/
body.contact .pagevisual_wrap {
  background: url(../img/contact/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
body.inquiry .pagevisual_wrap {
  background: url(../img/inquiry/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
body.contact_property .pagevisual_wrap {
  background: url(../img/contact_property/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
body.policy .pagevisual_wrap {
  background: url(../img/policy/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
body.sns_policy .pagevisual_wrap {
  background: url(../img/policy/sns_policy/bg_pagetitle.jpg) no-repeat center
    top;
  background-size: cover;
}
body.privacypolicy .pagevisual_wrap {
  background: url(../img/policy/privacypolicy/bg_pagetitle.jpg) no-repeat center
    top;
  background-size: cover;
}
body.property .pagevisual_wrap {
  background: url(../img/property/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
body.news .pagevisual_wrap {
  background: url(../img/news/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
/*
body.strengths .pagevisual_wrap {
  background: url(../img/strengths/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}*/
/*分譲*/
body.purchase.mansion .pagevisual_wrap {
  background: url(../img/purchase/mansion/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
body.purchase.house .pagevisual_wrap {
  background: url(../img/purchase/house/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
/*賃貸*/
body.rent.mansion .pagevisual_wrap {
  background: url(../img/rent/mansion/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
body.rent.house .pagevisual_wrap {
  background: url(../img/rent/house/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
body.rent.office .pagevisual_wrap {
  background: url(../img/rent/office/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
body.rent.monthly .pagevisual_wrap {
  background: url(../img/rent/monthly/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
body.rent.guesthouse .pagevisual_wrap {
  background: url(../img/rent/guesthouse/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
/*リノベーション・リフォーム*/
body.renovation.concept .pagevisual_wrap {
  background: url(../img/renovation/concept/bg_pagetitle.jpg) no-repeat center
    top;
  background-size: cover;
}
body.renovation.house .pagevisual_wrap {
  background: url(../img/renovation/house/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}
body.renovation.mansion .pagevisual_wrap {
  background: url(../img/renovation/mansion/bg_pagetitle.jpg) no-repeat center
    top;
  background-size: cover;
}
body.renovation.reform .pagevisual_wrap {
  background: url(../img/renovation/reform/bg_pagetitle.jpg) no-repeat center
    top;
  background-size: cover;
}
body.renovation.works .pagevisual_wrap {
  background: url(../img/renovation/works/bg_pagetitle.jpg) no-repeat center top;
  background-size: cover;
}

/*pagetitle*/
.pagetitle_wrap {
  position: relative;
  top: 120px;
  left: 160px;
  width: calc(100% - 160px);
  height: calc(100% - 120px);
}
.pagetitle_wrap .pagetitle {
  position: relative;
  top: 30%;
  padding: 0 20px;
}
body.purchase .pagetitle,
body.rent .pagetitle,
body.renovation .pagetitle {
  top: 20%;
}
.pagevisual_wrap.short_type .pagetitle {
  top: 20%;
}
.pagetitle_wrap .pagetitle strong {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  text-shadow: -1px 2px 4px rgba(0, 0, 0, 1.0);
}

/*pagevisual novisual*/
.pagevisual_wrap.novisual {
  height: 280px;
  background-color: rgba(239, 236, 230, 0.6);
  background-image: none;
}
.pagevisual_wrap.novisual .pagetitle {
  top: 10%;
}
.pagevisual_wrap.novisual .pagetitle strong {
  font-size: 50px;
  font-weight: 500;
  color: #000;
  text-shadow: -1px 2px 8px rgba(0, 0, 0, 0);
}
/*pagevisual novisual 詳細ページ系*/
.pagevisual_wrap.novisual02 {
  height: 240px;
  background-color: rgba(239, 236, 230, 0.6);
  background-image: none !important;
}
.pagevisual_wrap.novisual02 .pagetitle {
  top: -40px;
}
.pagevisual_wrap.novisual02 .pagetitle strong {
  font-size: 50px;
  font-weight: 500;
  color: #000;
  text-shadow: -1px 2px 8px rgba(0, 0, 0, 0);
}

/*pankuzu*/
.pankuzu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.3);
}
ul#pankuzu {
  position: relative;
  left: 170px;
  width: auto;
  padding: 0;
  display: block;
  list-style-type: none;
}
ul#pankuzu li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  position: relative;
  zoom: 1;
  font-size: 0.9em;
  font-weight: 400;
  color: #fff;
  z-index: 1;
}
ul#pankuzu li a,
ul#pankuzu li:last-child {
  width: auto;
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 10px 20px 10px 0;
}
ul#pankuzu li:first-child {
  margin-left: 1em;
}
ul#pankuzu li:last-child {
  padding-right: 0 !important;
}
ul#pankuzu li a span {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
ul#pankuzu li a:hover span {
  text-decoration: none;
}
ul#pankuzu li a::after {
  margin: 0 6px;
  position: absolute;
  top: 16px;
  right: -6px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow_white.svg) no-repeat;
  background-size: 100%;
}

/*pagenavigation_wrap*/
section.pagenavigation_wrap {
  position: relative;
  width: 100%;
  padding: 60px 0;
  margin: 60px 0 120px;
  background: #3d3d3d;
}
section.pagenavigation_wrap * {
  color: #fff;
}
section.pagenavigation_wrap .title {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
}
section.pagenavigation_wrap .title strong {
  display: block;
  font-size: 36px;
  margin-bottom: 2px;
}
section.pagenavigation_wrap .title .en {
  display: inline-block;
  font-size: 14px;
}
.pagenavigation ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pagenavigation ul li {
  display: inline-block;
  margin: 6px;
}
.pagenavigation ul li a {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 200px;
  padding: 10px 40px 10px 24px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 1);
}
body.purchase .pagenavigation ul li a {
  background-color: #143ab8;
}
body.rent .pagenavigation ul li a {
  background-color: #298803;
}
body.renovation .pagenavigation ul li a {
  background-color: #f18f0a;
}
.pagenavigation ul li a.current {
  background-color: #585858 !important;
}

.pagenavigation ul li a:hover {
  transition: 0.2s;
  background: #000;
}
body.purchase .pagenavigation ul li a:hover {
  background-color: #0d2677;
}
body.rent .pagenavigation ul li a:hover {
  background-color: #49A823;
}
body.renovation .pagenavigation ul li a:hover {
  background-color: #cc7c0b;
}
.pagenavigation ul li a::after {
  position: absolute;
  right: 8px;
  top: calc(50% - 8px);
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow_white.svg) no-repeat;
  background-size: 100%;
  transition: 0.2s;
}
.pagenavigation ul li a:hover::after {
  transition: 0.2s;
  right: 4px;
}
.pagenavigation ul li a span {
  color: #fff;
  font-weight: 500;
}

/*pageinnerlink_wrap*/
.pageinnerlink_wrap ul {
  padding-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.pageinnerlink_wrap ul * {
  position: relative;
  display: inline-block;
}
.pageinnerlink_wrap ul li {
  margin-right: 1em;
  margin-bottom: 10px;
}
.pageinnerlink_wrap ul li a span {
  padding: 2px 8px 2px 30px;
  font-size: 20px;
  font-weight: 600;
}
.pageinnerlink_wrap ul li a:hover span {
  transition: 0.2s;
}
body.purchase .pageinnerlink_wrap ul li a:hover span {
  color: #143ab8;
}
body.renovation .pageinnerlink_wrap ul li a:hover span {
  color: #f18f0a;
}
body.rent .pageinnerlink_wrap ul li a:hover span {
  color: #49A823;
}
.pageinnerlink_wrap ul li a span::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
}
body.purchase .pageinnerlink_wrap ul li a span::before {
  background: url(../img/purchase/circle_arrow_purchase.svg) no-repeat center;
  background-size: 100%;
}
body.renovation .pageinnerlink_wrap ul li a span::before {
  background: url(../img/renovation/circle_arrow_renovation.svg) no-repeat
    center;
  background-size: 100%;
}
body.rent .pageinnerlink_wrap ul li a span::before {
  background: url(../img/rent/circle_arrow_rent.svg) no-repeat center;
  background-size: 100%;
}
.pageinnerlink_wrap ul li a:hover span::before {
  top: calc(50% - 6px);
  transition: 0.2s;
}

/*iframe入りMAP*/
/*map_wrap*/
.map_wrap {
  position: relative;
  width: 100%;
}
.map_wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*物件一覧リスト（リンク有）*/
.lineup_list_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(400px, auto);
  column-gap: 20px;
  width: 100%;
}
.lineup_list_wrap li {
  position: relative;
  top: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  transition: 0.3s;
}
.lineup_list_wrap li:hover {
  top: -10px;
  transition: 0.3s;
}
.lineup_list_wrap a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.lineup_list_wrap dl {
  position: relative;
  height: calc(100% - 100px);
  padding-bottom: 100px;
}
.lineup_list_wrap dl dt {
  display: block;
  width: 100%;
  height: 280px;
}
.lineup_list_wrap dl dd .property_name p {
  margin: 20px 10px 20px;
  text-align: center;
}
.lineup_list_wrap dl dd .property_name strong {
  font-size: 24px;
}
.lineup_list_wrap dl dd .address p,
.lineup_list_wrap dl dd .traffic_info p,
.lineup_list_wrap dl dd .explanation p {
  padding: 2px 20px;
  margin-bottom: 0px;
  font-size: 16px;
}
.lineup_list_wrap dl dd.button_wrap {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
/*ご成約済み*/
.lineup_list_wrap li:has(a.soldout):hover {
  top: 0;
}
.lineup_list_wrap a.soldout {
  pointer-events: none;
}
.lineup_list_wrap a.soldout dl dd.button_wrap .button p {
  padding: 16px 32px;
  background: #767676;
}
.lineup_list_wrap a.soldout dl dd.button_wrap .button p::after {
  opacity: 0;
}

.lineup_list_wrap img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lineup_list_wrap .category_tag {
  position: absolute;
  top: 4px;
  right: 4px;
  display: inline-block;
  padding: 4px 16px;
  text-align: center;
  border-radius: 20px;
}
body.purchase .lineup_list_wrap .category_tag {
  background-color: #0d2677;
}
body.rent .lineup_list_wrap .category_tag {
  background-color: #44882a;
}
body.renovation .lineup_list_wrap .category_tag {
  background-color: #cc7c0b;
}
.lineup_list_wrap .category_tag span {
  color: #fff;
  font-size: 16px;
}

/*物件一覧リスト（リンク無）*/
.property_detaillist_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(400px, auto);
  column-gap: 20px;
  width: 100%;
}
.property_detaillist_wrap li {
  position: relative;
  overflow: hidden;
  width: calc(100% - 1px);
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fafafa;
}
.property_detaillist_wrap dt {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
}
.property_detaillist_wrap dt img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.property_detaillist_wrap dd.category_tag {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 4px 16px;
  text-align: center;
}
body.purchase .property_detaillist_wrap .category_tag {
  background-color: #0d2677;
}
body.rent .property_detaillist_wrap .category_tag {
  background-color: #298803;
}
body.renovation .property_detaillist_wrap .category_tag {
  background-color: #cc7c0b;
}
.property_detaillist_wrap .category_tag span {
  color: #fff;
  font-size: 16px;
}
.property_detaillist_wrap dd:not(.category_tag) {
  padding: 20px;
}
.property_detaillist_wrap dd .property_name p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}
.property_detaillist_wrap dd .explanation p {
  margin-bottom: 2px;
}

/*サムネイル付slider*/
.property_thumbnail_slider {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.property_thumbnail_slider .property_slider {
  overflow: hidden;
  position: relative;
  width: 90%;
  height: 600px;
  margin: 0 auto 20px;
  background: #fafafa;
}
.property_thumbnail_slider .property_slider .slide {
  position: relative;
  height: 600px;
}
/*縦長タイプ*/
.property_thumbnail_slider .property_slider.landscape_type {
  height: calc(100vh - 80px);
}
.property_thumbnail_slider .property_slider.landscape_type .slide {
  position: relative;
  height: calc(100vh - 160px);
  padding: 20px 0 50px;
}

.property_thumbnail_slider .property_slider .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 20px);
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
/*slider_main_img*/
.property_thumbnail_slider .property_slider .slide img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.property_thumbnail_slider .slider-nav {
  position: relative;
  width: calc(90% + 20px);
  margin: 0 auto;
}
.property_thumbnail_slider .slider-nav .slide {
  overflow: hidden;
  height: 120px;
  margin: 0 10px;
}
.property_thumbnail_slider .slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.property_thumbnail_slider .slider-nav .next-arrow {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  right: -40px;
  width: 40px;
  height: 40px;
  z-index: 99999;
}
.property_thumbnail_slider .prev-arrow {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  left: -40px;
  width: 40px;
  height: 40px;
  z-index: 99999;
}

/*property_point_wrap*/
.property_point_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(200px, auto);
  column-gap: 20px;
  width: 100%;
}
.property_point_wrap li {
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
}
.property_point_wrap dt {
  position: relative;
  display: block;
  margin-bottom: 40px;
  font-size: 28px;
  color: #37210b;
  font-weight: 600;
  text-align: center;
}
.property_point_wrap dt::before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
  content: "";
  width: 60px;
  height: 2px;
}
body.purchase .property_point_wrap dt::before {
  border: 1px solid #143ab8;
}
body.rent .property_point_wrap dt::before {
  border: 1px solid #49A823;
}
body.renovation .property_point_wrap dt::before {
  border: 1px solid #f18f0a;
}

/*form category_navi*/
form .category_navi {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
form .category_navi ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 6px;
}
form .category_navi ul li input {
  display: none;
}
form .category_navi ul li label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  width: calc(100% - 2px);
  padding: 16px 0;
  border: 1px solid #7f6d45;
  background: #fff;
  color: #7f6d45;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
  transition: 0.2s;
}
body.purchase form .category_navi ul li label {
  border: 1px solid #143ab8;
  color: #143ab8;
}
body.rent form .category_navi ul li label {
  border: 1px solid #49A823;
  color: #49A823;
}
body.renovation form .category_navi ul li label {
  border: 1px solid #f18f0a;
  color: #f18f0a;
}

form .category_navi ul li input[type="radio"]:checked + label {
  background-color: #7f6d45;
  color: #fff;
}
body.purchase form .category_navi ul li input[type="radio"]:checked + label {
  background-color: rgb(20, 58, 184);
}
body.rent form .category_navi ul li input[type="radio"]:checked + label {
  background-color: rgb(98, 193, 60);
}
body.renovation form .category_navi ul li input[type="radio"]:checked + label {
  background-color: rgb(242, 146, 10);
}

form .category_navi ul li label:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  background: rgba(127, 109, 69, 0.8);
}
body.purchase form .category_navi ul li label:hover {
  color: #fff;
  background: rgba(20, 58, 184, 0.8);
}
body.rent form .category_navi ul li label:hover {
  color: #fff;
  background: #49A823;
}
body.renovation form .category_navi ul li label:hover {
  color: #fff;
  background: rgba(242, 146, 10, 0.8);
}

/*form filter_wrap*/
.filter_wrap {
  padding: 30px 30px 20px;
  background: #e3e3e3;
  border-radius: 6px;
}
.filter_wrap .title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #3d3d3d;
}
.filter_wrap .filter_box {
  overflow: hidden;
  width: 100%;
}
.filter_wrap .filter_box dl {
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 10px 10px 0;
}
.filter_wrap .filter_box dl dt {
  font-size: 16px;
  white-space: nowrap;
}
.filter_wrap .filter_box dl dd {
  min-width: 200px;
}
.filter_wrap .filter_box .select_wrap {
  position: relative;
  width: 100%;
}
.filter_wrap .filter_box .select_wrap::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  pointer-events: none;
}
select,
option {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0 !important;
  border: none !important;
  background: transparent;
  border: 0;
  outline: none;
}
.filter_wrap .filter_box .select_wrap select {
  width: 100%;
  padding: 1em 20px 1em 0.5em;
  font-size: 16px;
  background: #fff;
}
.filter_wrap .filter_box .select_wrap option {
  width: auto;
  padding: 0.5em;
}

/*========================================
  【SUB】 news
==========================================*/
.title_wrap.news_detail p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  font-size: 20px;
}
.title_wrap.news_detail p .category {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 180px;
  height: 100%;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.05em;
  color: #858585;
  border: 1px solid #858585;
  border-radius: 20px;
}

body.sub.purchase .title_wrap.news_detail p .category {
  color: #143ab8;
  border: 1px solid #143ab8;
}
body.sub.renovation .title_wrap.news_detail p .category {
  color: #f18f0a;
  border: 1px solid #f18f0a;
}
body.sub.rent .title_wrap.news_detail p .category {
  color: #49A823;
  border: 1px solid #49A823;
}

.title_wrap.news_detail p .date {
  position: relative;
  display: inline-block;
  top: 6px;
}

/*========================================
  【SUB】 strengths
==========================================*/
body.strengths {
  background: url(../img/strengths/fixed_bg.jpg) no-repeat center fixed;
}

section.strengths_keyvisual {
  position: relative;
  width: 100%;
  height: calc(100vh - 320px);
}
section.strengths_keyvisual .sec_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(238, 253, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.strengths_keyvisual .sec_inner .catch_wrap {
  position: absolute;
  top: 16%;
  left: 200px;
  max-width: 741px;
}
.strengths_keyvisual .sec_inner .catch_wrap img {
  display: block;
  width: 100%;
}

section.strengths_movie {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(254, 255, 236, 0.96) 30%,
    rgba(239, 255, 244, 0.9) 70%,
    rgba(255, 255, 255, 1) 100%
  );
}
section.strengths_movie .movie_wrap {
  margin-bottom: 80px;
}
.strengths_movie .text01 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.strengths_movie .story_wrap {
  position: relative;
  margin-left: 160px;
  width: calc(100% - 160px);
}
.strengths_movie .story_wrap .box {
  position: relative;
  width: 90%;
  padding: 60px 0 40px;
  margin: 0 auto;
}
.strengths_movie .story_wrap p {
  position: relative;
  font-size: 24px;
  color: #3e2a00;
  z-index: 10;
}
.strengths_movie .story_wrap p.story01,
.strengths_movie .story_wrap p.story02 {
  position: relative;
  left: 50%;
  margin-bottom: 60px;
}
.strengths_movie .story_wrap p.story03,
.strengths_movie .story_wrap p.story04 {
  position: relative;
  left: 0%;
  margin-bottom: 60px;
}

.strengths_movie .story_wrap .photo01,
.strengths_movie .story_wrap .photo02,
.strengths_movie .story_wrap .photo03,
.strengths_movie .story_wrap .photo04 {
  position: absolute;
}
.strengths_movie .story_wrap .photo01 {
  top: -20px;
  left: 2%;
  width: 30%;
  max-width: 420px;
}
.strengths_movie .story_wrap .photo02 {
  bottom: 30px;
  left: 30%;
  width: 24%;
  max-width: 360px;
}
.strengths_movie .story_wrap .photo03 {
  bottom: 40px;
  left: 46%;
  width: 24%;
  max-width: 360px;
}
.strengths_movie .story_wrap .photo04 {
  top: -20px;
  left: 70%;
  width: 30%;
  max-width: 420px;
}

.strengths_movie .story_wrap .photo01 img,
.strengths_movie .story_wrap .photo02 img,
.strengths_movie .story_wrap .photo03 img,
.strengths_movie .story_wrap .photo04 img {
  display: block;
  width: 100%;
}
/*========================================
  【SUB】 purchase :index
==========================================*/
.purchase_service_wrap {
  position: relative;
  width: 100%;
  padding: 60px 0 100px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(206, 242, 240, 0.1) 6%,
    rgba(229, 233, 219, 0.8) 50%,
    rgba(223, 239, 214, 0.1) 96%,
    rgba(255, 255, 255, 0) 100%
  );
}
.purchase_service_wrap section {
  position: relative;
  width: 100%;
}
.purchase_service_wrap .sec_condominiums {
  margin-bottom: 100px;
}
.purchase_service_wrap .sec_houses {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 60px;
}
.purchase_service_wrap .sec_condominiums::before {
  position: absolute;
  top: 40%;
  right: 0;
  content: "";
  width: 597px;
  height: 197px;
  background: url(../img/purchase/en_condorminiums.svg) no-repeat;
  background-size: 100%;
}
.purchase_service_wrap .sec_houses::before {
  position: absolute;
  top: 45%;
  left: 10%;
  content: "";
  width: 491px;
  height: 297px;
  background: url(../img/purchase/en_homes.svg) no-repeat;
  background-size: 100%;
}
.purchase_service_wrap section .sec_inner {
  position: relative;
  width: 90%;
  max-width: 1710px;
}
.purchase_service_wrap section.sec_houses .sec_inner {
  max-width: 1610px;
}

section.sec_condominiums .ph01_wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 50%;
  max-width: 880px;
  height: 750px;
}
section.sec_condominiums .sec_box {
  position: absolute;
  top: 0;
  left: 53%;
  width: 48%;
  max-width: 800px;
}
section.sec_houses .ph01_wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  max-width: 800px;
  height: 675px;
}
section.sec_houses .sec_box {
  position: relative;
  top: 0;
  right: 53%;
  float: right;
  width: 48%;
  max-width: 780px;
}
.purchase_service_wrap section .ph02_wrap {
  width: 100%;
  height: 290px;
  margin-bottom: 30px;
}
section.sec_houses .sec_box .txt_box {
  float: right;
  max-width: 524px;
}
.purchase_service_wrap section .sec_inner img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*button_共通*/
body.purchase .button_wrap .button a {
  min-width: 300px;
}

/*========================================
  【SUB】 purchase :COMMON（共通パーツ）
==========================================*/
/*物件一覧リスト(マンション)*/
.mansion_lineup_list_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(400px, auto);
  column-gap: 20px;
  width: 100%;
}
.mansion_lineup_list_wrap li {
  position: relative;
  top: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  transition: 0.3s;
}
.mansion_lineup_list_wrap li:hover {
  top: -10px;
  transition: 0.3s;
}
.mansion_lineup_list_wrap a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.mansion_lineup_list_wrap dl {
  position: relative;
  height: calc(100% - 100px);
  padding-bottom: 40px;
}
.mansion_lineup_list_wrap dl dt {
  display: block;
  width: 100%;
  height: 360px;
}
.mansion_lineup_list_wrap dl dd * {
  text-align: center;
}
.mansion_lineup_list_wrap dl dd .property_name p {
  margin: 20px 10px 10px;
}
.mansion_lineup_list_wrap dl dd .property_name strong {
  font-size: 28px;
  color: #493b0c;
}
.mansion_lineup_list_wrap dl dd .address p {
  width: 90%;
  padding: 10px 0px;
  margin: 0 auto 20px;
  font-size: 18px;
  border-bottom: 1px solid rgba(188, 185, 136, 0.6);
}
.mansion_lineup_list_wrap dl dd .traffic_info p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}
.mansion_lineup_list_wrap dl dd .traffic_info p strong {
  display: inline-block;
  padding: 0 4px;
  font-size: 28px;
  font-weight: 600;
}
.mansion_lineup_list_wrap img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*========================================
  【SUB】 purchase :house
==========================================*/
/*index.html*/
.purchase_house_wrap {
  position: relative;
  width: 100%;
  background: url(../img/purchase/house/bg_fixed.jpg) no-repeat center fixed;
}
.purchase_house_points {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}
.purchase_house_points .house_points {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 60px;
}
.purchase_house_points .house_points .ph,
.purchase_house_points .house_points .sec_inner {
  width: 50%;
  height: 400px;
}
.purchase_house_points .house_points .ph img {
  display: block;
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.purchase_house_points .house_points .box {
  position: relative;
  width: calc(100% - 200px);
  max-width: 600px;
  height: 100%;
}
.purchase_house_points .house_points.type01 .box {
  margin-left: 40px;
}
.purchase_house_points .house_points.type02 .sec_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.purchase_house_points .house_points.type02 .box {
  margin-right: 40px;
}
.purchase_house_points .house_points .box .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.purchase_house_points .title {
  margin-bottom: 30px;
}
.purchase_house_points .title .en {
  font-size: 50px;
  font-weight: 700;
  color: #143ab8;
}

/*list.php*/
h2.title_jshouse {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
h2.title_jshouse strong {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  font-size: 50px;
  font-weight: 700;
  color: #4b3f35;
}
h2.title_jshouse strong::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 50px;
  background: url(../img/purchase/house/logo_jshouse.svg) no-repeat center;
}
h2.title_jshouse span {
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
}
/*house_property_box*/
.house_property_box {
  margin-bottom: 30px;
}
.house_property_box * {
  display: inline-block;
  white-space: nowrap;
}
.house_property_box .number {
  padding: 0 4px;
  font-size: 46px;
  font-weight: 600;
}

/*========================================
  【SUB】 rent :index
==========================================*/
section.sec_doeru {
  margin-bottom: 100px;
}
/*slider - smooth*/
/*
.doeru_slider_wrap.smooth_slider01{margin-bottom: 40px;}

.smooth_slider01 ul{height: 280px;}
.smooth_slider01 ul li img{
    display: block;
    height: 280px;
    object-fit: cover;
    width: 100%;
}
*/
section.sec_doeru .ph_wrap {
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  background: url(../img/rent/doeru00.jpg) no-repeat center fixed;
  background-size: 100%;
}

section.sec_doeru .contents_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
section.sec_doeru .title_wrap {
  width: 45%;
}
section.sec_doeru .box {
  width: 55%;
}

/*Monthly*/
section.sec_monthly {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
section.sec_monthly .inner {
  position: relative;
  left: 9%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  /*
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
*/
  width: 91%;
}
section.sec_monthly .ph {
  width: 48%;
  max-width: 900px;
  height: 360px;
  margin-left: 40px;
  /*margin-right: 40px;*/
}
section.sec_monthly .box {
  position: absolute;
  top: 50%;
  /*left: 52%;*/
  right: 48%;
  width: 48%;
  max-width: 600px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/*minpaku*/
section.sec_minpaku {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
section.sec_minpaku .inner {
  position: relative;
  left: 9%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  /*
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
*/
  width: 91%;
}
section.sec_minpaku .ph {
  width: 48%;
  max-width: 900px;
  height: 360px;
  margin-right: 40px;
  /*margin-left: 40px;*/
}
section.sec_minpaku .box {
  position: absolute;
  top: 50%;
  left: 52%;
  /*right: 48%;*/
  width: 48%;
  max-width: 600px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*jshome*/
section.sec_jshome {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
.sec_jshome .illust {
  position: absolute;
  right: 1%;
  top: -20%;
  width: 30%;
  max-width: 598px;
}
/*
.sec_jshome .illust02 {
  position: absolute;
  left: 40%;
  bottom: -46%;
  width: 14%;
  max-width: 278px;
  z-index: 99;
}
*/
.sec_jshome .inner {
  position: relative;
  left: 9%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 91%;
}
.sec_jshome .ph {
  width: 48%;
  max-height: 540px;
  max-width: 900px;
  margin-right: 40px;
}
.sec_jshome .ph img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*
.sec_jshome .ph ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
*/
.sec_jshome .box {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 48%;
  max-width: 600px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/*office*/
.office.illust02 {
  position: absolute;
  left: 40%;
  top: -100px;
  width: 14%;
  max-width: 278px;
  z-index: 99;
}
section.sec_office {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
/**/
.sec_office .illust {
  position: absolute;
  left: 10%;
  top: 40%;
  width: 10%;
  max-width: 156px;
}
.sec_office .inner {
  position: relative;
  left: 9%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 91%;
}
.sec_office .ph {
  width: 50%;
  max-width: 960px;
  margin-left: 40px;
}
.sec_office .box {
  position: absolute;
  top: 50%;
  right: 48%;
  width: 48%;
  max-width: 600px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*photo_共通*/
section .ph img,
.sec_jshome img,
.sec_office img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/*button_共通*/
body.rent .button_wrap .button a {
  min-width: 300px;
}

/*========================================
  【SUB】 rent :COMMON（共通パーツ）
==========================================*/

/*物件一覧*/
.property_detail_wrap .category_tag_wrap p {
  display: inline-block;
  padding: 4px 12px;
  min-width: 120px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
body.purchase .property_detail_wrap .category_tag_wrap p {
  background: #0d2677;
}
body.rent .property_detail_wrap .category_tag_wrap p {
  background: #44882a;
}
body.renovation .property_detail_wrap .category_tag_wrap p {
  background: #cc7c0b;
}
.property_detail_wrap .address p {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.property_detail_wrap .explanation p {
  margin-bottom: 40px;
  color: #4e4e4e;
}
.property_detail_wrap .tCenter p {
  margin-bottom: 10px;
}
/*近所情報*/
.neighborhood_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.neighborhood_info dl dt {
  display: block;
  margin-bottom: 10px;
}
body.purchase .neighborhood_info dl dt {
  border: #0d2677 1px solid;
}
body.rent .neighborhood_info dl dt {
  border: #44882a 1px solid;
}
body.renovation .neighborhood_info dl dt {
  border: #cc7c0b 1px solid;
}

.neighborhood_info dl dt strong {
  display: inline-block;
  padding: 10px;
  font-size: 20px;
}
body.purchase .neighborhood_info dl dt strong {
  color: #0d2677;
}
body.rent .neighborhood_info dl dt strong {
  color: #44882a;
}
body.renovation .neighborhood_info dl dt strong {
  color: #cc7c0b;
}

/*物件詳細情報 b-type_inner内*/
.property_detail_wrap .b-type_inner p {
  margin-bottom: 0;
  font-size: 24px;
}
.property_detail_wrap .b-type_inner p span {
  display: inline-block;
  margin-right: 20px;
}
/*========================================
  【SUB】 rent :mansion
==========================================*/

/*物件詳細情報｜property_detail*/

/*========================================
  【SUB】 rent :house
==========================================*/

/*list.php*/
h2.title_jshome {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
h2.title_jshome strong {
  position: relative;
  display: inline-block;
  /*padding-left: 60px;*/
  font-size: 50px;
  font-weight: 700;
  color: rgb(3, 81, 41);
}
/*
h2.title_jshome strong::before{
  position: absolute;
  top:0;
  left: 0;
  content: "";
  width: 40px;
  height: 50px;
  background: url(../img/purchase/house/logo_jshouse.svg) no-repeat center;
}
*/
/*========================================
  【SUB】 rent :office
==========================================*/
/*オフィス・商業｜物件一覧*/

/*========================================
  【SUB】 renovation :index
==========================================*/
/*CONCEPT*/
.sec_concept {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 60px);
  height: 480px;
  margin: 0 auto 80px;
  text-align: center;
  background: url(../img/renovation/bg_concept.jpg) no-repeat center;
  background-size: cover;
}
.sec_concept .title {
  margin-bottom: 40px;
}
.sec_concept .title * {
  display: block;
  font-weight: 400;
}
.sec_concept .title span {
  font-size: 50px;
  color: #f18f0a;
}
.sec_concept .title strong {
  font-size: 30px;
}
/*renovation house&manshion*/
.sec_renovation {
  width: calc(100% - 160px);
  padding-left: 160px;
  margin-bottom: 80px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.sec_renovation .sec_inner {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
.renovation_house_wrap,
.renovation_mansion_wrap {
  width: 50%;
}
.sec_renovation a {
  display: block;
  width: 100%;
  background: #f18f0a;
  text-align: center;
}
.sec_renovation dl {
  padding-bottom: 30px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  background: #fff;
}
.sec_renovation a:hover dl {
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
}
.renovation_house_wrap dl {
  border-right: 1px solid #f5f5f5;
}
.sec_renovation .title {
  position: relative;
  padding: 30px 0 40px;
}
.sec_renovation .title::before {
  position: absolute;
  top: 0;
  left: calc(50% - 90px);
  content: "";
  width: 180px;
  height: 8px;
  border: 1px solid #f18f0a;
}
.sec_renovation a:hover .title::before {
  background: #f18f0a;
  transition: 0.3s;
}
.sec_renovation .title strong {
  font-size: 36px;
  font-weight: 500;
}
.sec_renovation .button_wrap .button p {
  min-width: 300px;
}
.sec_renovation .button_wrap .button p span {
  font-weight: 600;
}

/*reforms*/
section.sec_reforms {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
.sec_reforms .inner {
  position: relative;
  left: 0%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.sec_reforms .ph {
  width: 50%;
  max-width: 960px;
  height: 460px;
  margin-right: 40px;
}
.sec_reforms .box {
  position: absolute;
  top: 50%;
  left: 53%;
  width: 45%;
  max-width: 600px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/*works*/
section.sec_works {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
.sec_works .inner {
  position: relative;
  left: 0%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.sec_works .ph {
  width: 45%;
  max-width: 900px;
  height: 460px;
  margin-left: 40px;
}
.sec_works .box {
  position: absolute;
  top: 50%;
  right: 47%;
  width: 48%;
  max-width: 600px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*photo_共通*/
section .ph img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/*button_共通*/
body.renovation .button_wrap .button a {
  min-width: 300px;
}

/*========================================
  【SUB-renovation】 COMMON:concept&house&manshion
==========================================*/
/*flow_wrap*/
/*
.flow_wrap {
  position: relative;
  width: 100%;
  margin-top: 120px;
}
.flow_wrap::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #f18f0a;
}
.flowbox {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
}

.flowbox .step_icon {
  position: absolute;
  top: -30px;
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  z-index: 20;
}
.flowbox .step_icon p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f18f0a;
}
.flowbox .step_icon p * {
  display: inline-block;
  color: #fff;
}
.flowbox .step_icon p small {
  font-weight: 600;
  font-size: 18px;
}
.flowbox .step_icon p strong {
  font-weight: 700;
  font-size: 50px;
}

.flowbox .ph_wrap {
  position: absolute;
  width: 40%;
  max-width: 540px;
  height: 300px;
  z-index: 10;
}
.flowbox .ph_wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.flowbox.type01 .ph_wrap {
  left: 0;
}
.flowbox.type02 .ph_wrap {
  right: 0;
}

.flowbox .txt_box {
  position: relative;
  top: 30px;
  width: 64%;
  padding: 100px 30px 60px;
  background: #f9f9f9;
  z-index: 0;
}
.flowbox.type01 .txt_box {
  left: calc(36% - 60px);
}
.flowbox.type03 .txt_box {
  width: calc(100% - 60px);
  padding: 80px 30px 60px;
}

.flowbox.type01 .txt_box dl {
  margin-left: 20%;
}
.flowbox.type02 .txt_box dl {
  margin-right: 20%;
}
.flowbox .txt_box dl dt {
  margin-bottom: 30px;
}
.flowbox .txt_box dl dt strong {
  display: block;
  font-size: 36px;
  font-weight: 600;
  color: #f18f0a;
}
.flowbox .txt_box dl dt span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #493b0c;
}
.flowbox .txt_box dl dd p {
  margin-bottom: 0;
}
*/
/*house.html*/
/*
.figwrap_house01 {
  position: relative;
  width: 90%;
  max-width: 860px;
  padding: 30px;
  margin: 0 auto 80px;
  background: #fff;
  z-index: 10;
}
.figwrap_house01 img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.figwrap_house02 {
  position: relative;
  top: -10px;
  left: 30px;
  width: 160px;
  height: 160px;
  z-index: 50;
}
.figwrap_house02 img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.flowbox.house_step4 {
  margin-bottom: 0;
}
.flowbox.house_step5 {
  margin-top: -60px;
}
*/
/*mansion.html*/
/*
.flowbox.mansion_01 {
  margin-bottom: 0;
}
.flowbox.mansion_01 .txt_box,
.flowbox.mansion_02 .txt_box,
.flowbox.mansion_03 .txt_box {
  padding-top: 60px;
}
.figwrap_mansion01,
.figwrap_mansion02 {
  position: relative;
  top: -4px;
  left: 30px;
  width: 160px;
  height: 160px;
  z-index: 50;
}
.figwrap_mansion01 img,
.figwrap_mansion02 img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.flowbox.mansion_02,
.flowbox.mansion_03 {
  position: relative;
  margin-top: -60px;
  margin-bottom: 0;
}
.flowbox.mansion_03 {
  margin-bottom: 60px;
}
*/

/*flow_wrap01*/
.flow_wrap01 ul{
  position: relative;
}
.flow_wrap01 ul li:not(:last-child){
  position: relative;
  margin-bottom: 60px;
}
.flow_wrap01 ul li:not(:last-child)::before{
  position: absolute;
  bottom:-50px;
  left: 160px;
  content: "";
  width: 80px;
  height: 40px;
  background: url(../img/renovation/concept/triangle_down.svg) no-repeat center;
  background-size: 100%;
}
.flow_wrap01 ul li dl{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  background: #fafafa;
}
.flow_wrap01 ul li dt{
  display: block;
  width: 360px;
  padding:30px;
  white-space: nowrap;
  background: #565656;
}
.flow_wrap01 ul li dt span.number{
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #f18f0a;
}
.flow_wrap01 ul li dt strong{
  display: inline-block;
  font-size: 26px;
  color: #fff;
}
.flow_wrap01 ul li dd{
  width: calc(100% - 420px);
  padding: 30px;
}

/*fullpackage_free_service*/
.fullpackage_free_service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.fullpackage_free_service dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.fullpackage_free_service dt strong {
  position: relative;
  display: block;
  padding-left: 130px;
  font-size: 30px;
  color: #f18f0a;
}
.fullpackage_free_service dt strong::before {
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
  content: "";
  width: 100px;
  height: 100px;
}
.fullpackage_free_service .free_service01 dt strong::before {
  background: url(../img/renovation/house/renovation_3point_01.svg) no-repeat;
  background-size: 100%;
}
.fullpackage_free_service .free_service02 dt strong::before {
  background: url(../img/renovation/house/renovation_3point_02.svg) no-repeat;
  background-size: 100%;
}
.fullpackage_free_service .free_service03 dt strong::before {
  background: url(../img/renovation/house/renovation_3point_03.svg) no-repeat;
  background-size: 100%;
}

/*========================================
  【SUB】 renovation :concept
==========================================*/
section.concept_intro_wrap .ph_wrap {
  position: absolute;
  right: 0;
  top: 60px;
  width: 40%;
  max-width: 800px;
  height: calc(100% - 120px);
}
section.concept_intro_wrap .ph_wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.concept_intro_wrap .concept_intro {
  width: 50%;
  max-width: 700px;
}

.concept_intro .title_sub01,
.concept_intro .title_sub02 {
  position: relative;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
}
.concept_intro .title_sub01::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 120px;
  height: 1px;
  border-bottom: 1px solid #f18f0a;
}
.concept_intro .title_sub02::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 120px;
  height: 1px;
  border-bottom: 1px solid #f18f0a;
}
.logo_eru_renovation {
  max-width: 500px;
}

/*kaeru_3points*/
.kaeru_3points_wrap {
  position: relative;
  width: calc(100% - 150px);
  left: 150px;
}
.kaeru_3points_wrap .sec_inner {
  position: relative;
  /*left: 150px;*/
  width: 90%;
  max-width: 1460px;
  margin: 0 auto;
}
.kaeru_3points {
  position: relative;
  width: 100%;
  min-height: 400px;
}
.kaeru_3points .ph_wrap {
  position: absolute;
  overflow: hidden;
  width: 400px;
  height: 400px;
  border-radius: 50%;
}
.kaeru_3points.type02 .ph_wrap {
  right: 0;
}
.kaeru_3points .ph_wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.kaeru_3points .txt_wrap {
  position: relative;
  width: calc(100% - 460px);
  padding-top: 60px;
}
.kaeru_3points.type01 .txt_wrap {
  left: 460px;
}

.kaeru_3points .txt_wrap p.title {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 20px 20px 220px;
  background: #fff;
}
.kaeru_3points .txt_wrap p.title::before {
  position: absolute;
  top: 0;
  content: "";
  width: 85px;
  height: 100%;
}
.kaeru_3points.type01 .txt_wrap p.title::before {
  right: 100%;
  background: url(../img/renovation/triangle_white_left.svg) no-repeat right;
  background-size: auto 100%;
}
.kaeru_3points.type02 .txt_wrap p.title::before {
  left: 100%;
  background: url(../img/renovation/triangle_white_right.svg) no-repeat left;
  background-size: auto 100%;
}

.kaeru_3points .txt_wrap .title .point {
  position: absolute;
  left: 30px;
  display: inline-block;
  width: 165px;
}
.kaeru_3points .txt_wrap .title strong {
  display: inline-block;
  font-size: 36px;
}

/*eru_renovation_points_wrap*/
/*
.eru_renovation_points_wrap {
  padding: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.eru_renovation_points_wrap .box {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #fffef8;
}
.eru_renovation_points_wrap .box::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #e5e5e5;
}
.eru_renovation_points_wrap .box .title {
  position: relative;
  padding-top: 40px;
  text-align: center;
  background: #fff;
}
.eru_renovation_points_wrap .box .title::before {
  position: absolute;
  bottom: -60px;
  left: 0;
  content: "";
  width: 100%;
  height: 62px;
  background: url(../img/renovation/concept/flow_title_bg.png) no-repeat center
    top;
  background-size: 100%;
}
.eru_renovation_points_wrap .box .title strong {
  font-size: 30px;
  font-weight: 600;
  color: #f18f0a;
}
.eru_renovation_points_wrap .box .check_list {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 0 20px;
}
.eru_renovation_points_wrap .box .check_list li {
  position: relative;
  list-style-type: none;
  padding: 0 0 0.5em 1.4em;
  list-style-position: inside;
  font-size: 20px;
  text-indent: 0em;
  line-height: 1.8em;
}
.eru_renovation_points_wrap .box .check_list li::after {
  position: absolute;
  top: 10px;
  left: 0px;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/renovation/concept/icon_check.svg) no-repeat center;
  background-size: 100%;
}
*/
/*========================================
  【SUB】 renovation :house
==========================================*/
body.renovation .icon_plus_wrap{
  position: absolute;
  top:-60px;
  left: 16%;
  width: 160px;
}
body.renovation .center_txt_box{
  position: relative;
  height: 360px;
}
body.renovation .center_txt_box .inner{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body.renovation .center_txt_box p{font-size: 22px; margin-bottom: 0;}


/*renovation_house_request*/
/*
.renovation_house_request_wrap {
  position: relative;
  left: 150px;
  width: calc(100% - 150px);
  padding: 50px 0 10px;
}
.renovation_house_request {
  width: 96%;
  max-width: 1420px;
  margin: 0 auto;
}
.renovation_house_request .ph_wrap {
  position: absolute;
  top: 0px;
  left: calc(50% - 170px);
  width: 360px;
  height: 400px;
  z-index: 0;
}
.renovation_house_request .ph_wrap .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.renovation_house_request .ph_wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.renovation_house_request .ph_wrap span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
}

.renovation_house_request ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 1em;
}

.renovation_house_request ul li {
  position: relative;
  width: calc(100% - 240px);
  margin-bottom: 10px;
  background: #fff;
  z-index: 10;
}
.renovation_house_request ul li:nth-child(odd) {
  padding: 20px 0px 20px 20px;
}
.renovation_house_request ul li:nth-child(even) {
  left: 240px;
  padding: 20px 20px 20px 0px;
}
.renovation_house_request ul li::before {
  position: absolute;
  top: 0;
  content: "";
  width: 62px;
  height: 100%;
}
.renovation_house_request ul li:nth-child(odd)::before {
  left: 100%;
  background: url(../img/renovation/house/triangle_white_right.svg) no-repeat
    left top;
  background-size: auto 100%;
}
.renovation_house_request ul li:nth-child(even)::before {
  right: 100%;
  background: url(../img/renovation/house/triangle_white_left.svg) no-repeat
    right top;
  background-size: auto 100%;
}
*/
/*sumairu_change_full_point_wrap*/
/*
.sumairu_change_full_point_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.sumairu_change_full_point_wrap dd {
  padding: 20px 0 0px 30px;
}
*/
/*anshin_quality*/
/*
.anshin_quality {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 60px);
  min-height: 50px;
  padding: 20px 30px;
  margin-bottom: 10px;
  background: #fff;
}
.anshin_quality dt {
  display: block;
  width: 400px;
}
.anshin_quality dt strong {
  font-size: 28px;
  font-weight: 600;
}
.anshin_quality dt strong .en {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #f18f0a;
}
.anshin_quality dd {
  width: calc(100% - 400px);
}
.anshin_quality dd p {
  margin-bottom: 0;
}
*/
/*renovation_support_wrap*/
/*
.renovation_support_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.renovation_support_wrap p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 49%;
  height: 100px;
  margin-bottom: 0;
  text-align: center;
  background: #ffe792;
}
.renovation_support_wrap p span {
  font-size: 24px;
  color: #493b0c;
}
*/
/*リノベーション施工事例 slider*/
.slider_Wrap.renovation_works_slider {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.renovation_works_slider .slider_pickup04 li {
  background: rgba(0, 0, 0, 0);
}
body.sub .renovation_works_slider .slider .prev-arrow,
body.sub .renovation_works_slider .slider .next-arrow {
  top: 100px;
}
body.sub .renovation_works_slider .slider .prev-arrow {
  left: -50px;
}
body.sub .renovation_works_slider .slider .next-arrow {
  left: calc(100% - 0px);
}

/*========================================
  【SUB】 renovation :reform
==========================================*/
.reform_big_title_wrap{
  position: relative;
  width: 100%;
  padding: 120px 0 0 280px;
  margin-bottom: 120px;
}
.reform_big_title_wrap .reformtitle_icon{
  position: absolute;
  top:0;
  left:0;
  width: 260px;
}
.reform_big_title_wrap .reformtitle_icon img{display: block; width: 100%;}
.reform_big_title strong{
  font-size: 50px;
  font-weight: 700;
  color: #493B0C;
  letter-spacing: -0.05em;
}
.reform_big_title strong sup{font-size: 40%;}

.reform_recommend_wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  grid-template-rows: subgrid;
  padding-top: 80px;
  margin-bottom: 80px;
}
.reform_recommend_wrap .box{
  position: relative;
  width: calc(100% - 42px);
  padding: 50px 20px;
  border: 1px solid #493B0C;
}
.reform_recommend_wrap dt{
  position: absolute;
  top:-50px;
  left: calc(50% - 140px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 280px;
  height: 90px;
  background: #000;
}
.reform_recommend_wrap dt strong{
  font-size: 50px;
  font-weight: 700;
  color: #E79E3A;
}
.reform_recommend_wrap .txt01{
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.reform_recommend_wrap .img_wrap{
  width: 240px;
  margin: 0 auto;
  padding: 10px 0 20px;
}
.reform_recommend_wrap .txt02{
  margin-bottom: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #493B0C;
}

.cashback_wrap{
  position: relative;
  padding-top: 60px;
  margin-bottom: 30px;
}
.cashback_wrap .cashback{
  position: absolute;
  top:-40px;
  left:0;
  width: 48%;
  max-width: 584px;
  z-index: 10;
}
.cashback_wrap .catch_wrap{
  position: relative;
  margin-left: 20%;
  width: 80%;
  padding: 60px 0 30px;
  background: #FFF4BC;
  z-index: 0;
}
.cashback_wrap .catch_wrap p{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  line-height: 60px;
}
.cashback_wrap .catch_wrap p strong{
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #493B0C;
}
.cashback_wrap .catch_wrap p strong sup{font-size: 40%;}

section.sec_reform_case{padding-bottom: 10px;}
.reform_case_wrap{
  position: relative;
  width: 100%;
  margin: 100px 0;
  padding: 60px 0 30px;
  background: #F1F0E7;
}
.reform_case_wrap .case_tag{
  position: relative;
  display: inline-block;
  top:-30px;
  margin-top:-60px;
  padding: 10px 30px;
  background: #333333;
}
.reform_case_wrap .case_tag p{
  display: inline-block;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  color: #F2900B;
}
.reform_case_wrap .problem_wrap,
.reform_case_wrap .answer_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.reform_case_wrap .problem_wrap .phrease_wrap,
.reform_case_wrap .answer_wrap .phrease_wrap{
  position: relative;
  width: calc(100% - 420px);
  padding: 40px;
  background-color: #fff;
}
.reform_case_wrap .problem_wrap .phrease_wrap::before{
  position: absolute;
  bottom:60px;
  right:-20px;
  content: "";
  width: 20px;
  height: 24px;
  background: url(../img/renovation/reform/triangle01.svg) no-repeat center;
  background-size: 100%;
}
.reform_case_wrap .answer_wrap .phrease_wrap::before{
  position: absolute;
  top:60px;
  left:-20px;
  content: "";
  width: 30px;
  height: 28px;
  background: url(../img/renovation/reform/triangle02.svg) no-repeat center;
  background-size: 100%;
}
.reform_case_wrap .problem_wrap .phrease_wrap p{
  margin-bottom: 0;
  font-size: 36px;
}
.reform_case_wrap .problem_wrap .img_person,
.reform_case_wrap .answer_wrap .img_person{
  width: 280px;
}
.reform_case_wrap .answer_wrap .phrease_wrap strong{
  display: inline-block;
  margin-bottom: 30px;
  line-height: 60px;
  font-size: 40px;
  font-weight: 600;
}
.reform_case_wrap .answer_wrap .phrease_wrap span{
  font-size: 24px;
}

/*========================================
  【SUB-sitemap】 
==========================================*/
.sitemap_menu {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}
.sitemap_menu dl {
  margin-bottom: 30px;
}
.sitemap_menu dl dt{
  display: block;
  margin-bottom: 16px;
  border-bottom: 1px solid #a09989;
}
.sitemap_menu dl dt a {
  display: block;
  padding: 6px;
}
.sitemap_menu dl dt a strong {
  font-size: 24px;
  font-weight: 600;
  color: #4b3015;
}
.sitemap_menu dl dt a:hover strong {
  text-decoration: underline;
  transition: 0.3s;
}
.sitemap_menu dl dd a {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 20px;
}
.sitemap_menu dl dd a::before {
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/common/small_arrow.svg) no-repeat center;
  background-size: 100%;
}
.sitemap_menu dl dd a:hover::before {
  left: 4px;
  transition: 0.3s;
}
.sitemap_menu dl dd a span {
  font-size: 18px;
  font-weight: 400;
}
.sitemap_menu dl dd a:hover span {
  text-decoration: underline;
  transition: 0.3s;
}


/*========================================
  【SUB-問い合わせフォーム全般】 contact & contact_property ＆ inquiry
==========================================*/

/*-----------------
form
------------------*/
table.form {
  width: 100%;
}
table.form * {
  font-size: 18px !important;
}
p.form-button {
  width: 95%;
  height: 30px;
  margin: 0 !important;
  padding-top: 20px;
  padding-bottom: 30px;
}

table.form .bg01 {
  background: #e5ede9;
}
table.form th,
table.form td {
  position: relative !important;
  line-height: 2em;
}
table.form th {
  padding-right: 30px;
}
.form th span.required,
.form th span.any {
  position: absolute;
  right: 0;
  padding: 3px 6px;
  font-size: 0.9em;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  behavior: url("/common/cssnew/PIE.htc"); /* for IE7 */
  zoom: 1;
}

.form span.required {
  background-color: #ff3e3e;
}
.form span.any {
  background-color: #0083f4;
}

.form th small {
  font-weight: normal;
}

table.form input {
  width: 98%;
  display: inline-block;
  line-height: 2em;
}

table.form input.table-w-xsmall {
  width: 25%;
  display: inline-block;
}
table.form input.table-w-small {
  width: 50%;
  display: inline-block;
}

table.form select {
  height: 36px;
}
table.form option {
  width: auto;
  line-height: 2em;
}
table.form textarea {
  width: 98%;
}

input[type="button"].button-w-s {
  width: 45%;
}

input[type="button"].button-w-s-gl {
  width: 45%;
}
/**/
.checkbox_wrap {
  display: inline-block;
}
table.form input[type="checkbox"] {
  width: auto;
  display: inline-block;
}
input[type="checkbox"] {
  position: relative;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #000;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 4px solid #de5511;
  border-bottom: 4px solid #de5511;
  content: "";
}
form label {
  font-size: 18px;
  margin-right: 1em;
}

table.form input[type="radio"] {
  display: none;
}
table.form label.r_label {
  position: relative; /* ボックスの位置を指定する */
  padding: 0 0 0 24px; /* ボックス内側の余白を指定する */
}
table.form label.r_label:after,
table.form label.r_label:before {
  position: absolute; /* ボックスの位置を指定する */
  content: ""; /* ボックスのコンテンツ */
  display: block; /* ブロックレベル要素化する */
  top: 50%; /* 上部から配置の基準位置を決める */
}
table.form label.r_label:after {
  left: 0px; /* 左から配置の基準位置を決める */
  margin-top: -10px; /* チェック枠の位置 */
  width: 18px; /* ボックスの横幅を指定する */
  height: 18px; /* ボックスの高さを指定する */
  border: 1px solid #000; /* ボックスの境界線を実線で指定する */
  border-radius: 50%; /* ボックスの角丸を指定する */
  background: #fff;
  z-index: 0;
}
table.form label.r_label:before {
  left: 5px; /* 左から配置の基準位置を決める */
  margin-top: -5px; /* チェックマークの位置 */
  width: 10px; /* ボックスの横幅を指定する */
  height: 10px; /* ボックスの高さを指定する */
  background: #de5511; /* ボックスの背景色を指定する */
  border-radius: 50%; /* ボックスの角丸を指定する */
  opacity: 0; /* 要素を透過指定する */
  z-index: 10;
}
input[type="radio"]:checked + label.r_label:before {
  opacity: 1; /* 要素を表示する */
}

form .button,
form .button-formback {
  width: 90%;
  text-align: center;
  cursor: pointer;
  line-height: 26px;
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
  font-family: "Noto Sans JP", Arial, "Arial Narrow", "游ゴシック", "メイリオ",
    Meiryo, sans-serif;
}

form .button {
  padding: 20px 10px !important;
  font-size: 18px;
  border-radius: 40px;
  background: #3d3d3d;
  color: #fff;
}
form .button-formback {
  padding: 20px 10px !important;
  font-size: 18px;
  border-radius: 40px;
  background: #696969;
  color: #fff;
}
input[type="submit"] {
  border: none;
  font-family: "Noto Sans JP", Arial, "Arial Narrow", "游ゴシック", "メイリオ",
    Meiryo, sans-serif;
}

form .button:hover,
form .button-formback:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.6;
}
