@charset "utf-8";

@import url(header-sp.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;
}

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
span,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-style: normal;
  font-weight: normal;
}
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
span,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic",
    "YuGothic-Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 62.5%;
}
@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 {
  font-size: 16px;
  font-size: 1.4rem;
  color: #000;
}
p {
  font-size: 16px;
}
@media screen and (orientation: landscape) {
  p {
    font-size: 14px;
  }
}
article p,
section p {
  margin-bottom: 10px;
}
li {
  font-size: 1.4rem;
  font-size: 14px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
a:focus {
  outline: none;
}

img,
object,
embed,
video {
  max-width: 100%;
}
sup {
  position: relative;
  vertical-align: text-top;
  font-size: 8px;
  top: 0px;
}
sub {
  vertical-align: text-bottom;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  font-size: 16px !important;
}
select::-ms-expand {
  display: none;
}
input {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px !important;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border: none;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic",
    "YuGothic-Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}
/*---------------------------------------------------------------------------
/* set tags
※a:hover ＝  a.hover
 --------------------------------------------------------------------------*/

ul,
ol {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
li {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
}
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;
}
a.tel {
  color: #000;
}

/*CMS
body.news section a:link{
  text-decoration: underline; color: #062664;
}
body.news section a:hover,
body.news section a.hover{
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #02accd;
}
*/
img {
  border: none; /*vertical-align: top;*/
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

/* only mobile : set image size*/
.w100 img {
  width: 100%;
}
img.sp50 {
  width: 50%;
}
@media all and (orientation: landscape) {
  img.sp50 {
    width: 25%;
  }
}

strong {
  font-weight: 600;
  text-transform: none;
}

/*---------------------------------------------------------------------------
 set common selecter
 --------------------------------------------------------------------------*/
.pc,
.sp320,
.pc_inline {
  display: none !important;
}
.sp {
  display: block;
}
.sp_inline {
  display: inline-block;
}
@media screen and (max-width: 320px) {
  .sp320 {
    display: block !important;
  }
}

/*set inline-block*/
.one_phase {
  display: inline-block;
}

/* set color */
.cRed {
  color: #ff0000;
}
.cBlue {
  color: #0084f3;
}
.cWhite {
  color: #ffffff;
}
.cGreen {
  color: #569d45;
}
.cNavyblue {
  color: #062664;
}

/* 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,
.tLead strong {
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 30px;
  color: #493b0c;
  line-height: 3rem;
}
.tLarge {
  font-size: 1.4em;
}
.txLarge {
  font-size: 1.7em;
}
.tsxLarge {
  font-size: 2em;
}

.en {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.fw_400 {
  font-weight: 400;
}
.bold {
  font-weight: bold !important;
}
.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN",
    HGS明朝E, serif;
}

/* 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: 9%;
}
.w20 {
  width: 19%;
}
.w30 {
  width: 29%;
}
.w40 {
  width: 39%;
}
.w50 {
  width: 49%;
}
.w60 {
  width: 59%;
}
.w70 {
  width: 69%;
}
.w80 {
  width: 79%;
}
.w90 {
  width: 89%;
}
.w100 {
  width: 100%;
}

.noflex .w10,
.noflex .w20,
.noflex .w30,
.noflex .w40,
.noflex .w50,
.noflex .w60,
.noflex .w70,
.noflex .w80,
.noflex .w90 {
  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;
  -webkit-align-items: center;
  align-items: 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%;
}
.noflex .flexNormal,
.noflex .flexBetween,
.noflex .flexCenter {
  width: 100%;
  height: auto;
  display: block;
}
img.fill {
  width: 100%;
}

/*========================================
    :svg  
==========================================*/
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/*========================================
    :img-画像を動かす
==========================================*/
.scale_up {
  overflow: hidden !important;
}

.scale_up img {
  overflow: hidden;
  -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;
  width: 100%;
}
.scale_up:hover a img,
a:hover .scale_up img,
a.hover .scale_up img {
  overflow: hidden;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/*========================================
    :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.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.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% - 140px);
  top: calc(50% - 25px);
  width: 280px;
  height: 50px;
  text-align: center;
  font-size: 0.9em;
  z-index: 9999999999999;
}
#loader .loader_Wrap {
  position: relative;
}
#loader .icon {
  width: 280px;
  height: 50px;
  margin: 0 auto;
}

/*========================================
   common :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: 16px;
  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: 10px;
  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,
.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,
.linknext ul li.nolink a.hover {
  background: rgba(0, 0, 0, 0);
}
.linknext ul li.nolink a:hover::after,
.linknext ul li.nolink a.hover::after {
  left: 2px;
}
.linknext ul li a span {
  font-size: 16px;
}

/*他ページ*/
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: 160px;
  padding: 12px 30px 12px 14px;
  text-align: center;
  background: #3d3d3d;
  border-radius: 30px;
}
.button a:hover,
a:hover .button p,
.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,
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,
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,
body.renovation .button a.hover,
body.renovation a.hover .button p {
  background: #c7790b;
}

.button a::after,
.button p::after {
  position: absolute;
  right: 12px;
  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,
.button a.hover::after,
a:hover .button p::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: 6px;
  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: 4px;
  transition: 0.2s;
}
div.btn-backpage p a::before {
  position: absolute;
  top: calc(50% - 6px);
  left: 6px;
  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: 4px;
  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;
  background: #666;
  border-radius: 30px;
  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: 16px;
  padding: 10px 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);
}

/* =======================================
   : float clear
========================================== */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}

/*---------------------------------------------------------------------------
/* : text styles
 --------------------------------------------------------------------------*/
/* =======================================
   1: lead text
========================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  clear: both;
}
.h2_type01 {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.h2_type01 * {
  display: inline-block;
}
.h2_type01 .s_title {
  display: block;
  font-size: 18px;
  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: 30px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 480px) {
  .h2_type01.tCenter {
    text-align: left !important;
  }
}

.h3_type01 {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 3px double rgba(0, 0, 0, 0.1);
}
.h3_type01 strong {
  display: block;
  font-size: 24px;
  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 20px;
  background: #fff;
}
.b-type_inner {
  padding: 10px;
  width: auto;
}
/*
.b-type01{background: #F1F5FC !important;}
.b-type02{background: #f8ffe4 !important;}
.b-type03{background: rgba(255, 255,255, 0.4);}
*/

/*---------------------------------------------------------------------------
/* table
 --------------------------------------------------------------------------*/
@media all and (orientation: portrait) {
  table.sp-chg th,
  table.sp-chg td {
    display: block;
    width: auto !important;
  }
}
@media screen and (max-width: 1366px) {
  table.sp-chg th,
  table.sp-chg td {
    display: block;
    width: auto !important;
  }
}
table {
  margin: 0 0 0 0em;
  padding: 0 0 0 0em;
}
table caption {
  text-align: right;
}
table caption small {
  font-size: 12px;
}
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;
}

table.table01 thead tr:first-child th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
table.table01.sp-chg th {
  border-right: none;
  border-bottom: 2px solid #4e4e4e;
  background: #e3e3e3;
}

/*sp_scroll_table*/
.scroll_text p {
  position: relative;
  padding-left: 50px;
}
.scroll_text p::before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/btn-scroll.png) no-repeat center;
  background-size: 100%;
}
.sp_scroll_table {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 100%;
  padding: 2px 0;
}
/*スクロールバー装飾*/
.sp_scroll_table::-webkit-scrollbar {
  height: 8px; /* スクロールバーの高さ */
}
.sp_scroll_table::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 8px; /* ツマミ両端の丸み */
}
.sp_scroll_table::-webkit-scrollbar-track {
  background: #3d3d3d; /* トラックの色 */
  border-radius: 8px; /* トラック両端の丸み */
}
.sp_scroll_table table.table01 * {
  white-space: nowrap;
}
@media screen and (min-width: 880px) {
  .sp_scroll_table table.table01 {
    min-width: 1220px;
  }
}
.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: 160px;
}
.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;
}
.h450 {
  height: 450px;
}

/* photo gallery */
.photogallery {
  width: auto;
  overflow: hidden;
  margin: 0;
}
.photogallery .photo {
  width: 100%;
  margin: 0 0 10px;
  overflow: hidden;
}
.photogallery p {
  overflow: hidden;
  height: auto;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.photogallery p a {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 100%;
  z-index: 2;
  background: #fafafa;
}
.photogallery span {
  font-size: 11px;
  padding: 10px 0 0;
  display: inline-block;
  overflow: hidden;
  line-height: 1.6em;
}
.photogallery a:hover img,
.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%;
  overflow-x: hidden;
}
body > div#container {
  height: auto;
  min-height: 100%;
}
div#main {
  padding-bottom: 0;
}
.contents_inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
section.section {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
}

.content {
  margin-bottom: 30px;
}
.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: -60px;
  padding-top: 60px;
  z-index: -1;
}

/*header →　header-sp.css*/
/* =======================================
   4-2:side_fixedmenu
========================================== */
.side_fixedmenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #f5f5f5;
  z-index: 999999;
}
.side_fixedmenu .contact_btn_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.side_fixedmenu .contact_btn_wrap li:not(:first-child) {
  border-left: 1px solid #f5f5f5;
}
.side_fixedmenu .contact_btn_wrap li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
  height: 60px;
  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-left: 40px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.04em;
  color: #4e4e4e;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .contact_btn_wrap li a span {
    font-size: 12px;
  }
}
.contact_btn_wrap li a:hover span,
.contact_btn_wrap li a.hover span {
  color: #000;
  transition: 0.3s;
}
.contact_btn_wrap li a span::before {
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 30px;
  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,
.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: 18px;
}
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: 18px;
}
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: 18px;
}
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);
}

/* =======================================
   4-3:common contact section
========================================== */
section.contact_wrap {
  position: relative;
  /*margin-top: 60px;*/
  padding: 30px 0;
  background: #efece6;
  z-index: 999;
}
.contact_wrap .ph_wrap {
  overflow: hidden;
  position: relative;
  /*top: -30px;*/
  top:0px;
  width: 90%;
  max-width: 800px;
  height: 200px;
  margin: 0 auto 30px;
  border-radius: 6px;
}
.contact_wrap .ph_wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.contact_wrap .inner {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.contact_wrap h2 {
  margin-bottom: 30px;
}
.contact_wrap h2 strong {
  font-size: 30px;
  font-weight: 700;
  color: #3d3d3d;
}
.contact_wrap h2 span {
  font-size: 18px;
  color: #606060;
}
/*phonenumber*/
.contact_wrap .phonenumber {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
.contact_wrap .phonenumber::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/common/icon_phone.svg) no-repeat center;
  background-size: 100%;
}
.contact_wrap .phonenumber p a {
  display: block;
}
.contact_wrap .phonenumber p small {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #656565;
}
.contact_wrap .phonenumber p strong {
  display: block;
  margin-top: -18px;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  color: #4e4e4e;
}
/*contact_btn*/
.contact_wrap .contact_btn_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 6px;
  width: 100%;
  margin: 0 auto;
}
.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);
  height: 60px;
  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: 1.6em;
  padding-left: 36px;
}
/*bodyが背景画像の時*/
.contact_wrap_outer {
  position: relative;
  width: 100%;
  padding-top: 30px;
  background: #fff;
}

/* =======================================
   4-4:footer
========================================== */
footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
.footer_top {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0 20px;
  margin: 0 auto;
  background: #3d3d3d;
}
.footer_top .other_menu {
  width: calc(90% - 16px);
  margin: 0 auto;
  text-align: center;
}
.footer_top .other_menu li {
  display: inline-block;
  width: auto;
  min-width: 200px;
  margin: 0 4px 12px 4px;
}
.footer_top .other_menu a {
  display: inline-block;
  width: calc(100% - 34px);
  padding: 10px 16px;
  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: 30px 0 0px 0;
  margin-bottom: 60px;
}
.footer_bottom .inner {
  width: 90%;
  margin: 0 auto 30px;
}
.footer_bottom .logo {
  max-width: 358px;
  margin-bottom: 20px;
}
.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-size: 16px;
  font-weight: 300;
}
/*footer_menu*/
.footer_menu {
  padding: 30px 0 0px;
}
.footer_menu dl {
  margin-bottom: 16px;
}
.footer_menu dl dt a {
  display: block;
  margin-bottom: 16px;
}
.footer_menu dl dt a strong {
  font-size: 16px;
  font-weight: 600;
  color: #4b3015;
}
.footer_menu dl dt a:hover strong,
.footer_menu dl dt a.hover strong {
  text-decoration: underline;
  transition: 0.3s;
}
.footer_menu dl dd a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin: 0 10px 10px 0;
}
.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: 14px;
  font-weight: 400;
}
.footer_menu dl dd a:hover span,
.footer_menu dl dd a.hover span {
  text-decoration: underline;
  transition: 0.3s;
}
.copyright {
  padding: 10px;
  text-align: center;
}
.copyright small {
  font-size: 12px;
}
/* pagetop
---------------------------------------- */
.pagetop {
  position: fixed;
  right: 0px;
  bottom: 70px;
  z-index: 999999;
}
.pagetop a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 80px;
  height: 30px;
  text-align: right;
  border-right: 9px solid #3d3d3d;
}
.pagetop a span {
  display: inline-block;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #8f8f8f;
}
.pagetop a:hover span {
  transition: 0.2s;
  opacity: 0.6;
}

/* =======================================
  home
========================================== */
/* MainVisual
---------------------------------------- */
.mainVisual_Wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: calc(100vh - 60px);
  background: #fff;
  z-index: 0;
}
.sub .mainVisual_Wrap {
  top: 60px;
  max-height: calc(100vh - 120px);
  margin-bottom: 60px;
}
/*
@media screen and (min-width: 929px) {
.mainVisual_Wrap{height: 96vh;}
}*/

/*slider*/
.slider_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
#index_slide {
  position: relative;
  top: 0px;
  left: 0%;
  width: 100%;
  height: 100%;
}
#index_slide ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  /*-webkit-align-items: flex-end;
    align-items: flex-end;*/
  width: 100%;
  height: 100%;
  margin: 0;
}
#index_slide ul li img.sp {
  display: block;
  width: 100%;
}
@media screen and (min-width: 929px) {
  #index_slide ul li img.pc_tablet {
    display: block;
  }
  #index_slide ul li img.sp {
    display: none;
  }
  #index_slide ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 928.5px) {
  #index_slide ul li img.pc_tablet {
    display: none;
  }
}

@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: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
body.home .mainVisual_inner .catch {
  position: relative;
  top: 16%;
  height: 84%;
  z-index: 0;
}
.mainVisual_inner img {
  display: block;
  width: 100%;
}
body.home .mainVisual_inner .catch .sub_catch,
body.home .mainVisual_inner .catch .main_catch {
  margin-left: 4%;
  width: 90%;
  max-width: 600px;
}

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 {
  margin-left: 4%;
  width: 90%;
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 928.5px) {
  body.home .mainVisual_inner .catch p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 60px);
    max-width: 100%;
    padding: 30px;
    margin-left: 0;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 480px) {
  body.home .mainVisual_inner .catch p {
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 14px;
  }
}

/*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: 30px;
  right: 0px;
  width: 100%;
  max-width: 960px;
}
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 .catch .main_catch img {
  display: block;
  margin-right: 20px;
  max-width: 600px;
}
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%;
  max-width: 600px;
}
body.sub .mainVisual_inner .catch .sub_catch p {
  width: 96%;
  margin: 0 auto;
  line-height: 1.4em;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 480px) {
  body.sub .mainVisual_inner .catch .sub_catch p {
    font-size: 20px;
    text-align: left;
  }
}

/* =======================================
   4-6:PickUp 
========================================== */
body.home .home_pickup_wrap,
body.sub .sec_pickup {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 10px;
}
body.sub .sec_pickup {
  padding-top: 30px;
}
.home_pickup_wrap h2 {
  width: 90%;
  margin: 0 auto 20px;
}
.home_pickup_wrap h2 strong {
  font-size: 30px;
  font-weight: 700;
  color: #37210b;
}
.sec_pickup h2 {
  width: 90%;
  margin: 0 auto 20px;
}
.sec_pickup h2 strong {
  font-size: 30px;
  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: 90%;
  margin: 0 auto;
  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 */
.slider_pickup01 .next-arrow {
  cursor: pointer;
  position: absolute;
  top: -54px;
  left: 200px;
  width: 30px;
  height: 30px;
  z-index: 99999;
}
.slider_pickup01 .prev-arrow {
  cursor: pointer;
  position: absolute;
  top: -54px;
  left: 160px;
  width: 30px;
  height: 30px;
  z-index: 99999;
}
body.sub .slider .next-arrow {
  cursor: pointer;
  position: absolute;
  top: -54px;
  left: 200px;
  width: 30px;
  height: 30px;
  z-index: 99999;
}
body.sub .slider .prev-arrow {
  cursor: pointer;
  position: absolute;
  top: -54px;
  left: 160px;
  width: 30px;
  height: 30px;
  z-index: 99999;
}

/* =======================================
   【Sougou】Home: sec_search 
========================================== */
.sec_search {
  position: relative;
  width: 100%;
  padding-top: 60px;
  background: url(../img/home/bg_search.jpg) no-repeat left bottom;
  background-size: auto 100%;
}
.sec_search .sec_title {
  position: relative;
  top: -30px;
  margin: 0 auto 30px;
}
.sec_search .search_title * {
  display: block;
  text-align: center;
  color: #37210b;
}
.sec_search .search_title strong {
  font-size: 30px;
  font-weight: 700;
}
.sec_search .search_title span {
  margin-top: -10px;
  font-size: 18px;
  font-weight: 400;
}
.sec_search .ph_wrap {
  position: relative;
  width: 100%;
}
.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-top: -10px;
}
.sec_search .ph_wrap .ph02 {
  margin-top: -10px;
}
.sec_search .ph_wrap img {
  display: block;
  width: 90%;
  max-width: 640px;
  object-fit: cover;
  height: 120px;
}
.sec_search .sec_inner {
  position: relative;
}
.sec_search .sec_inner .search_box {
  position: relative;
  margin-top: -30px;
  width: calc(96% - 50px);
  margin-left: 4%;
  padding: 50px 10px 6px 40px;
  border-top-left-radius: 100px;
  -webkit-border-top-left-radius: 100px;
  background: #fff;
  z-index: 10;
}
.sec_search .search_box .title_intro_wrap {
  margin-bottom: 30px;
}
.sec_search .search_box .title_intro_wrap .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.sec_search .search_box h3 {
  margin-bottom: 10px;
}
.sec_search .search_box h3 a {
  display: inline-block;
  position: relative;
  padding: 10px 0 20px 40px;
}
.sec_search .search_box h3 strong {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #202020;
}

.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 a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 36px;
  height: 36px;
}
.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,
.sec_search .search_box h3 a.hover strong::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

@media screen and (min-width: 481.5px) {
  .sec_search .search_box .search_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .sec_search .search_box .search_menu {
    margin: 0 0 20px 20px;
  }
}
.sec_search .search_box .search_menu li {
  margin-bottom: 10px;
}
.sec_search .search_box .search_menu a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 2px);
  height: 58px;
  border: 1px solid #858585;
  border-radius: 40px;
}
.sec_search .search_box .search_menu a:hover,
.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 56px;
  font-size: 16px;
  line-height: 18px;
  color: #202020;
}
@media screen and (max-width: 480px) {
  .sec_search .search_box .search_menu a span {
    font-size: 15px;
  }
}
.sec_search .search_box .search_menu a:hover span,
.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% - 18px);
  left: 16px;
  content: "";
  width: 36px;
  height: 36px;
  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;
  padding: 30px 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: 30px;
  font-weight: 700;
  color: #37210b;
}
/*下層ページも同様*/
.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,
.info_list li a.hover {
  display: block;
  background-color: rgb(252, 255, 228);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.info_list dl {
  padding: 16px 10px;
}
.info_list li dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 5px;
}
.info_list li dl dt .date {
  width: 100px;
  font-size: 16px;
  font-weight: 400;
}
.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: 24px;
  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 px 0;
  font-size: 10px;
  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: 30px 0;
}
.sec_strengths {
  position: relative;
  padding-bottom: 40px;
}
.sec_strengths .ph {
  margin-bottom: 20px;
}
.sec_strengths .ph img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.sec_strengths .title {
  margin-bottom: 30px;
  text-align: center;
}
.sec_strengths .title strong {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #37210b;
}
.sec_strengths .title span {
  display: inline-block;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 500;
}
.sec_strengths p {
  margin-bottom: 30px;
  text-align: center;
}
.sec_strengths .button_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}

/* =======================================
   【SUB】common
========================================== */

/*sec_news*/
body.sub .sec_news {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto 60px;
  background: #f8f8f8;
  border-radius: 80px;
}
/*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: 200px;
  margin-top: 60px;
  background: url(../img/common/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.purchase .pagevisual_wrap,
body.rent .pagevisual_wrap,
body.renovation .pagevisual_wrap {
  height: 300px;
}
.pagevisual_wrap.short_type {
  height: 120px;
}

/*各ページ背景画像*/
body.contact .pagevisual_wrap {
  background: url(../img/contact/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.inquiry .pagevisual_wrap {
  background: url(../img/inquiry/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.contact_property .pagevisual_wrap {
  background: url(../img/contact_property/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.policy .pagevisual_wrap {
  background: url(../img/policy/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.sns_policy .pagevisual_wrap {
  background: url(../img/policy/sns_policy/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.privacypolicy .pagevisual_wrap {
  background: url(../img/policy/privacypolicy/sp_bg_pagetitle.jpg) no-repeat
    center;
  background-size: cover;
}
body.property .pagevisual_wrap {
  background: url(../img/property/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.news .pagevisual_wrap {
  background: url(../img/news/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
/*
body.strengths .pagevisual_wrap {
  background: url(../img/strengths/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
*/
/*分譲*/
body.purchase.mansion .pagevisual_wrap {
  background: url(../img/purchase/mansion/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.purchase.house .pagevisual_wrap {
  background: url(../img/purchase/house/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
/*賃貸*/
body.rent.mansion .pagevisual_wrap {
  background: url(../img/rent/mansion/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.rent.house .pagevisual_wrap {
  background: url(../img/rent/house/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.rent.office .pagevisual_wrap {
  background: url(../img/rent/office/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.rent.monthly .pagevisual_wrap {
  background: url(../img/rent/monthly/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.rent.guesthouse .pagevisual_wrap {
  background: url(../img/rent/guesthouse/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
/*リノベーション・リフォーム*/
body.renovation.concept .pagevisual_wrap {
  background: url(../img/renovation/concept/sp_bg_pagetitle.jpg) no-repeat
    center;
  background-size: cover;
}
body.renovation.house .pagevisual_wrap {
  background: url(../img/renovation/house/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.renovation.mansion .pagevisual_wrap {
  background: url(../img/renovation/mansion/sp_bg_pagetitle.jpg) no-repeat
    center;
  background-size: cover;
}
body.renovation.reform .pagevisual_wrap {
  background: url(../img/renovation/reform/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}
body.renovation.works .pagevisual_wrap {
  background: url(../img/renovation/works/sp_bg_pagetitle.jpg) no-repeat center;
  background-size: cover;
}

/*pagetitle*/
.pagetitle_wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
body.purchase .pagetitle_wrap,
body.rent .pagetitle_wrap,
body.renovation .pagetitle_wrap {
  top: 110px;
  height: calc(100% - 110px);
}
.pagetitle_wrap .pagetitle {
  position: relative;
  padding: 0 20px;
}
.pagetitle_wrap .pagetitle strong {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-shadow: -1px 2px 4px rgba(0, 0, 0, 1.0);
}

/*pagevisual novisual*/
.pagevisual_wrap.novisual {
  height: 100px;
  background-color: rgba(239, 236, 230, 0.6);
  background-image: none;
}
.pagevisual_wrap.novisual .pagetitle {
  top: 2%;
}
.pagevisual_wrap.novisual .pagetitle strong {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-shadow: -1px 2px 8px rgba(0, 0, 0, 0);
}
/*pagevisual novisual 詳細ページ系*/
.pagevisual_wrap.novisual02 {
  height: 200px !important;
  background-color: rgba(239, 236, 230, 0.6) !important;
  background-image: none !important;
}
.pagevisual_wrap.novisual02 .pagetitle {
  top: 0px;
}
.pagevisual_wrap.novisual02 .pagetitle strong {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-shadow: -1px 2px 8px rgba(0, 0, 0, 0);
}

/*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: 0px;
}
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,
body.purchase .pagenavigation ul li a.hover {
  background-color: #0d2677;
}
body.rent .pagenavigation ul li a:hover,
body.rent .pagenavigation ul li a.hover {
  background-color: #49A823;
}
body.renovation .pagenavigation ul li a:hover,
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: 20px;
  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: 18px;
  font-weight: 600;
}
.pageinnerlink_wrap ul li a:hover span,
.pageinnerlink_wrap ul li a.hover span {
  transition: 0.2s;
}
body.purchase .pageinnerlink_wrap ul li a:hover span,
body.purchase .pageinnerlink_wrap ul li a.hover span {
  color: #143ab8;
}
body.renovation .pageinnerlink_wrap ul li a:hover span,
body.renovation .pageinnerlink_wrap ul li a.hover span {
  color: #f18f0a;
}
body.rent .pageinnerlink_wrap ul li a:hover span,
body.rent .pageinnerlink_wrap ul li a.hover span {
  color: #49A823;
}
.pageinnerlink_wrap ul li a span::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
}
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,
.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%;
}

/*物件一覧リスト（リンク有）*/
@media screen and (min-width: 640px) {
  .lineup_list_wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 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% - 80px);
  padding-bottom: 80px;
}
.lineup_list_wrap dl dt {
  display: block;
  width: 100%;
  height: 240px;
}
.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 {
  padding: 2px 20px;
  margin-bottom: 0px;
  font-size: 16px;
}
.lineup_list_wrap dl dd.button_wrap {
  position: absolute;
  bottom: 10px;
  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: 12px 22px;
  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: 14px;
}

/*物件一覧リスト（リンク無）*/
@media screen and (min-width: 680px) {
  .property_detaillist_wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(400px, auto);
    column-gap: 10px;
    width: 100%;
  }
  .property_detaillist_wrap li {
    position: relative;
    overflow: hidden;
    width: calc(100% - 1px);
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
} /*-680*/
.property_detaillist_wrap li {
  position: relative;
  margin-bottom: 10px;
  background: #fafafa;
}
.property_detaillist_wrap dt {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
}
.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: 14px;
}
.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: 30px;
}
.property_thumbnail_slider .property_slider {
  overflow: hidden;
  position: relative;
  width: 90%;
  height: 400px;
  margin: 0 auto 20px;
  background: #fafafa;
}
.property_thumbnail_slider .property_slider .slide {
  position: relative;
  height: 400px;
}
/*縦長タイプ*/
.property_thumbnail_slider .property_slider.landscape_type {
  height: calc(100vh - 200px);
}
.property_thumbnail_slider .property_slider.landscape_type .slide {
  position: relative;
  height: calc(100vh - 280px);
  padding: 20px 0 50px;
}
@media screen and (max-width: 680px) {
  .property_thumbnail_slider .property_slider.landscape_type {
    height: calc(70vh - 200px);
  }
  .property_thumbnail_slider .property_slider.landscape_type .slide {
    height: calc(70vh - 280px);
  }
}

.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: -30px;
  width: 40px;
  height: 40px;
  z-index: 99999;
}
.property_thumbnail_slider .prev-arrow {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  left: -30px;
  width: 40px;
  height: 40px;
  z-index: 99999;
}

/*property_point_wrap*/
@media screen and (min-width: 640px) {
  .property_point_wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 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: 24px;
  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;
}

/*category_navi form_type*/
form .category_navi {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 780px) {
  form .category_navi ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4px;
  }
}
form .category_navi ul li {
  width: 100%;
  margin-bottom: 4px;
}
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 #298803;
  color: #298803;
}
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: #49A823;
}
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*/
@media screen and (min-width: 700px) {
  .filter_wrap .filter_box dl {
    float: left;
    margin-right: 10px;
  }
  .filter_wrap .filter_box dl dd {
    min-width: 200px;
  }
}
.filter_wrap {
  padding: 20px 20px 10px;
  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 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.filter_wrap .filter_box dl dt {
  font-size: 16px;
  white-space: nowrap;
}
.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;
}
.filter_wrap .filter_box dl dd {
  width: 100%;
}
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;
  color: #000 !important;
}
.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: 30px;
  margin-bottom: 10px;
  font-size: 18px;
}
.title_wrap.news_detail p .category {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 120px;
  height: 100%;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.05em;
  color: #858585;
  border: 1px solid #858585;
  border-radius: 20px;
}

/*========================================
  【SUB】 strengths
==========================================*/
body.strengths::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/strengths/fixed_bg.jpg) center/cover no-repeat; /*fixedをトル！*/
  /*-webkit-background-size:cover;Android4*/
}
section.strengths_keyvisual {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 300px;
}
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: 12%;
  left: 5%;
  width: 90%;
  max-width: 600px;
}
.strengths_keyvisual .sec_inner .catch_wrap img {
  display: block;
  width: 100%;
}

section.strengths_movie {
  position: relative;
  width: 100%;
  padding: 40px 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: 20px;
}
.strengths_movie .text01 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.strengths_movie .story_wrap .box {
  position: relative;
  width: 90%;
  padding: 20px 0 0px;
  margin: 0 auto;
}
.strengths_movie .story_wrap p {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  color: #3e2a00;
  z-index: 10;
}
.strengths_movie .story_wrap .photo01,
.strengths_movie .story_wrap .photo02,
.strengths_movie .story_wrap .photo03,
.strengths_movie .story_wrap .photo04 {
  position: relative;
}
.strengths_movie .story_wrap .photo01 {
  top: 0px;
  left: 2%;
  width: 64%;
  max-width: 420px;
}
.strengths_movie .story_wrap .photo02 {
  top: -30px;
  left: 50%;
  width: 54%;
  max-width: 360px;
}
.strengths_movie .story_wrap .photo03 {
  top: 0px;
  left: 46%;
  width: 54%;
  max-width: 360px;
  z-index: 10;
}
.strengths_movie .story_wrap .photo04 {
  top: -30px;
  left: 5%;
  width: 64%;
  max-width: 420px;
  z-index: 0;
}

.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: 30px 0 50px;
  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%;
  margin-bottom: 30px;
}
.purchase_service_wrap .ph_wrap {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.sec_condominiums .ph_wrap::before {
  position: absolute;
  top: 40%;
  right: 4%;
  content: "";
  width: 298px;
  height: 98px;
  background: url(../img/purchase/en_condorminiums.svg) no-repeat;
  background-size: 100%;
  z-index: 10;
}
.sec_houses .ph_wrap::before {
  position: absolute;
  top: 40%;
  left: 4%;
  content: "";
  width: 245px;
  height: 148px;
  background: url(../img/purchase/en_homes.svg) no-repeat;
  background-size: 100%;
  z-index: 10;
}
.sec_condominiums .ph_wrap .ph01_wrap {
  width: 90%;
  max-width: 600px;
  height: 500px;
}
.sec_condominiums .ph_wrap .ph02_wrap {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 90%;
  max-width: 500px;
  height: 200px;
}
.sec_houses .ph_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.sec_houses .ph_wrap .ph01_wrap {
  width: 90%;
  max-width: 600px;
  height: 500px;
}
.sec_houses .ph_wrap .ph02_wrap {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 90%;
  max-width: 500px;
  height: 200px;
}
.purchase_service_wrap section .sec_box {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.purchase_service_wrap section .sec_box p {
  margin-bottom: 20px;
}
.purchase_service_wrap section .sec_inner img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/*========================================
  【SUB】 purchase :COMMON（共通パーツ）
==========================================*/
/*物件一覧リスト(マンション)*/
@media screen and (min-width: 980px) {
  .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: 30px;
}
.mansion_lineup_list_wrap dl dt {
  display: block;
  width: 100%;
  height: 300px;
}
.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: 24px;
  color: #493b0c;
}
.mansion_lineup_list_wrap dl dd .address p {
  width: 90%;
  padding: 10px 0px;
  margin: 0 auto 20px;
  font-size: 16px;
  border-bottom: 1px solid rgba(188, 185, 136, 0.6);
}
.mansion_lineup_list_wrap dl dd .traffic_info p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}
.mansion_lineup_list_wrap dl dd .traffic_info p strong {
  display: inline-block;
  padding: 0 4px;
  font-size: 24px;
  font-weight: 600;
}
.mansion_lineup_list_wrap img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*========================================
  【SUB】 purchase :house
==========================================*/
/*index.html*/
body.purchase.house_index::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/purchase/house/bg_fixed_sp.jpg) center / cover
    no-repeat;
}
.purchase_house_points {
  position: relative;
  width: 100%;
}
.purchase_house_points .house_points {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.purchase_house_points .house_points .ph {
  margin-bottom: 20px;
}
.purchase_house_points .house_points .ph img {
  display: block;
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.purchase_house_points .house_points .sec_inner {
  width: 90%;
  margin: 0 auto;
}
.purchase_house_points .title {
  margin-bottom: 20px;
  text-align: center;
}
.purchase_house_points .title .en {
  font-size: 30px;
  font-weight: 700;
  color: #143ab8;
}

/*list.php*/
h2.title_jshouse {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
h2.title_jshouse strong {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  font-size: 40px;
  font-weight: 700;
  color: #4b3f35;
}
h2.title_jshouse strong::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 40px;
  background: url(../img/purchase/house/logo_jshouse.svg) no-repeat center;
}
h2.title_jshouse span {
  display: inline-block;
  font-size: 30px;
  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: 36px;
  font-weight: 600;
}

/*========================================
  【SUB】 rent :index
==========================================*/
section.sec_doeru {
  margin-bottom: 60px;
}
/*slider - smooth*/
/*
.doeru_slider_wrap.smooth_slider01{margin-bottom: 20px;}

.smooth_slider01 ul{height: 200px;}
.smooth_slider01 ul li img{
    display: block;
    height: 200px;
    object-fit: cover;
    width: 100%;
}
*/
section.sec_doeru .ph_wrap {
  overflow: hidden;
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
}
section.sec_doeru .ph_wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.sec_doeru p {
  margin-bottom: 20px;
}
section.sec_doeru .button_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}

/*Monthly*/
section.sec_monthly {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
section.sec_monthly .ph {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}
section.sec_monthly .box {
  width: 90%;
  margin: 0 auto;
}
section.sec_monthly .box p {
  margin-bottom: 20px;
}
section.sec_monthly .box .button_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}
/*minpaku*/
section.sec_minpaku {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
section.sec_minpaku .ph {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}
section.sec_minpaku .box {
  width: 90%;
  margin: 0 auto;
}
section.sec_minpaku .box p {
  margin-bottom: 20px;
}
section.sec_minpaku .box .button_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}

/*jshome*/
section.sec_jshome {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.sec_jshome .ph {
  overflow: hidden;
  position: relative;
  max-height: 300px;
  margin-bottom: 10px;
}
.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);
}*/
section.sec_jshome .illust {
  position: absolute;
  bottom: -120px;
  right: 20px;
  width: 240px;
}
section.sec_jshome .box {
  width: 90%;
  margin: 0 auto;
}
section.sec_jshome .box p {
  margin-bottom: 20px;
}
section.sec_jshome .box .button_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}
/*office*/
section.sec_office {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
section.sec_office .ph {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  z-index: 10;
}
section.sec_office .box {
  width: 90%;
  margin: 0 auto;
}
section.sec_office .box p {
  margin-bottom: 20px;
}
section.sec_office .box .button_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.sec_office .illust02 {
  position: absolute;
  top: 200px;
  right: 10px;
  width: 160px;
  z-index: 0;
}
.sec_office .illust {
  position: absolute;
  bottom: -30px;
  left: 10px;
  width: 100px;
  z-index: 0;
}

/*photo_共通*/
section .ph img,
.sec_jshome img,
.sec_office img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*========================================
  【SUB】 rent :COMMON（共通パーツ）
==========================================*/

/*物件一覧*/
.property_detail_wrap .category_tag_wrap p {
  display: inline-block;
  padding: 4px 10px;
  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: 2rem;
}
.property_detail_wrap .explanation p {
  margin-bottom: 30px;
  color: #4e4e4e;
}
/*近所情報*/
@media screen and (min-width: 481px) {
  .neighborhood_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 480.5px) {
  .neighborhood_info dl {
    margin-bottom: 10px;
  }
}
.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: 6px;
  font-size: 18px;
}
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: 20px;
}
.property_detail_wrap .b-type_inner p span {
  display: inline-block;
  margin-right: 10px;
}
/*========================================
  【SUB】 rent :mansion
==========================================*/

/*物件詳細情報｜property_detail*/

/*========================================
  【SUB】 rent :house
==========================================*/
/*list.php*/
h2.title_jshome {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
h2.title_jshome strong {
  position: relative;
  display: inline-block;
  /*padding-left: 50px;*/
  font-size: 40px;
  font-weight: 700;
  color: rgb(3, 81, 41);
}
/*
h2.title_jshome strong::before{
  position: absolute;
  top:0;
  left: 0;
  content: "";
  width: 30px;
  height: 40px;
  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;
  width: calc(100% - 20px);
  margin: 0 auto 40px;
  padding: 40px 0;
  text-align: center;
  background: url(../img/renovation/bg_concept.jpg) no-repeat center;
  background-size: cover;
}
.sec_concept .title {
  margin-bottom: 30px;
}
.sec_concept .title * {
  display: block;
  font-weight: 400;
}
.sec_concept .title span {
  font-size: 40px;
  color: #f18f0a;
}
.sec_concept .title strong {
  font-size: 20px;
}
.sec_concept p {
  width: 90%;
  max-width: 450px;
  margin: 0 auto 20px;
}
.sec_concept p span {
  display: inline-block;
}

/*renovation house&manshion*/
.sec_renovation {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.sec_renovation .sec_inner {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
.sec_renovation a {
  display: block;
  width: 100%;
  background: #f18f0a;
  text-align: center;
}
.sec_renovation dl {
  padding-bottom: 20px;
  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,
.sec_renovation a.hover dl {
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
}
.renovation_house_wrap dl {
  border-bottom: 1px solid #f5f5f5;
}
.sec_renovation .title {
  position: relative;
  padding: 30px 0 30px;
}
.sec_renovation .title::before {
  position: absolute;
  top: 0;
  left: calc(50% - 80px);
  content: "";
  width: 160px;
  height: 6px;
  border: 1px solid #f18f0a;
}
.sec_renovation a:hover .title::before,
.sec_renovation a.hover .title::before {
  background: #f18f0a;
  transition: 0.3s;
}
.sec_renovation .title strong {
  font-size: 28px;
  font-weight: 500;
}
.sec_renovation dl p {
  margin-bottom: 20px;
}
.sec_renovation .button_wrap .button p span {
  font-weight: 600;
}

/*reforms*/
section.sec_reforms {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
section.sec_reforms .ph {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}
section.sec_reforms .box {
  width: 90%;
  margin: 0 auto;
}
section.sec_reforms .box p {
  margin-bottom: 20px;
}
section.sec_reforms .box .button_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}
/*works*/
section.sec_works {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
section.sec_works .ph {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}
section.sec_works .box {
  width: 90%;
  margin: 0 auto;
}
section.sec_works .box p {
  margin-bottom: 20px;
}
section.sec_works .box .button_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}

/*photo_共通*/
section .ph img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*========================================
  【SUB-renovation】 COMMON:concept&house&manshion
==========================================*/
/*flow_wrap*/
/*
.flow_wrap {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.flow_wrap::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: calc(100% - 80px);
  border-left: 1px solid #f18f0a;
}
.flowbox {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.flowbox .step_icon {
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  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: 14px;
}
.flowbox .step_icon p strong {
  font-weight: 700;
  font-size: 36px;
}

.flowbox .ph_wrap {
  position: relative;
  width: 90%;
  max-width: 540px;
  height: 300px;
  margin: 0 auto;
  z-index: 10;
}
.flowbox .ph_wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.flowbox .ph_wrap.border {
  background: #fff;
}
.flowbox .ph_wrap.border img {
  object-fit: contain;
}

.flowbox .txt_box {
  position: relative;
  top: -30px;
  width: calc(100% - 60px);
  padding: 60px 30px 30px;
  background: #f9f9f9;
  z-index: 0;
}
.flowbox.type03 .txt_box {
  top: 0;
}

.flowbox .txt_box dl dt {
  text-align: center;
  margin-bottom: 20px;
}
.flowbox .txt_box dl dt strong {
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #f18f0a;
}
.flowbox .txt_box dl dt span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #493b0c;
}
*/
/*house.html*/
/*
.figwrap_house01 {
  position: relative;
  width: 90%;
  max-width: 860px;
  padding: 20px;
  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: -40px;
  left: 20px;
  width: 120px;
  height: 120px;
  z-index: 50;
}
.figwrap_house02 img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.flowbox.house_step4 {
  margin-bottom: 30px;
}
.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: 40px;
}
.figwrap_mansion01,
.figwrap_mansion02 {
  position: relative;
  top: -20px;
  left: 20px;
  width: 120px;
  height: 120px;
  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: -40px;
  margin-bottom: 0;
}
*/
/*flow_wrap01*/
.flow_wrap01 ul{
  position: relative;
}
.flow_wrap01 ul li:not(:last-child){
  position: relative;
  margin-bottom: 40px;
}
.flow_wrap01 ul li:not(:last-child)::before{
  position: absolute;
  bottom:-36px;
  left: calc(50% - 30px);
  content: "";
  width: 60px;
  height: 30px;
  background: url(../img/renovation/concept/triangle_down.svg) no-repeat center;
  background-size: 100%;
}
.flow_wrap01 ul li dl{
  background: #fafafa;
}
.flow_wrap01 ul li dt{
  display: block;
  width: calc(100% - 40px);
  padding:20px;
  white-space: nowrap;
  background: #565656;
}
.flow_wrap01 ul li dt span.number{
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  color: #f18f0a;
}
.flow_wrap01 ul li dt strong{
  display: inline-block;
  font-size: 22px;
  color: #fff;
}
.flow_wrap01 ul li dd{
  padding: 20px;
}



/*fullpackage_free_service*/
@media screen and (min-width: 640px) {
  .fullpackage_free_service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
  }
}
.fullpackage_free_service dl {
  margin-bottom: 20px;
}
.fullpackage_free_service dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}
.fullpackage_free_service dt strong {
  position: relative;
  display: block;
  padding-left: 80px;
  font-size: 26px;
  color: #f18f0a;
}
.fullpackage_free_service dt strong::before {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  content: "";
  width: 60px;
  height: 60px;
}
.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 {
  height: 400px;
  margin-bottom: 30px;
}
section.concept_intro_wrap .ph_wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.concept_intro .title_sub01,
.concept_intro .title_sub02 {
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.concept_intro .title_sub01::before {
  position: absolute;
  top: 28px;
  left: 0;
  content: "";
  width: 100px;
  height: 1px;
  border-bottom: 1px solid #f18f0a;
}
.concept_intro .title_sub02::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100px;
  height: 1px;
  border-bottom: 1px solid #f18f0a;
}
.logo_eru_renovation {
  max-width: 500px;
}

/*kaeru_3points*/
.kaeru_3points_wrap .sec_inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.kaeru_3points {
  position: relative;
  width: 100%;
}
.kaeru_3points .ph_wrap {
  overflow: hidden;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .kaeru_3points .ph_wrap {
    width: 300px;
    height: 300px;
  }
}
.kaeru_3points .ph_wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.kaeru_3points .txt_wrap {
  position: relative;
  top: -60px;
}
.kaeru_3points .txt_wrap p.title {
  position: relative;
  padding: 30px 20px 20px 20px;
  background: #fff;
  margin-bottom: 30px;
}
.kaeru_3points .txt_wrap .title .point {
  position: absolute;
  right: 10px;
  top: -40px;
  display: inline-block;
  width: 160px;
}
.kaeru_3points .txt_wrap .title strong {
  display: inline-block;
  font-size: 28px;
}
@media screen and (min-width: 641.9px) {
  .kaeru_3points .txt_wrap .title {
    text-align: center;
  }
}

/*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: 20px;
  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: 24px;
  font-weight: 600;
  color: #f18f0a;
}
.eru_renovation_points_wrap .box .check_list {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 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: 18px;
  text-indent: 0em;
  line-height: 1.8em;
}
.eru_renovation_points_wrap .box .check_list li::after {
  position: absolute;
  top: 10px;
  left: 0px;
  content: "";
  width: 20px;
  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:-30px;
  left: 10%;
  width: 90px;
}
@media screen and (max-width: 680px) {
body.renovation .icon_plus_wrap{
  left: 30px;
  width: 70px;
}
}
body.renovation img.renovation_img{
  max-width: 600px;
  margin:0 auto;
}
body.renovation .center_txt_box p{font-size: 20px; margin-bottom: 30px;}


/*renovation_house_request*/
/*
.renovation_house_request {
  position: relative;
  width: 96%;
  left: 4%;
  max-width: 1420px;
}
.renovation_house_request .ph_wrap {
  position: absolute;
  top: 0px;
  right: 0;
  width: 50%;
  height: 400px;
  z-index: 0;
}

@media screen and (max-width: 680px) {
  .renovation_house_request .ph_wrap {
    width: 90%;
    height: 320px;
  }
}
.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;
  width: calc(100% - 40px);
  padding: 20px;
  text-align: right;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
}
.renovation_house_request ul {
  position: relative;
  padding-top: 30px;
}
.renovation_house_request ul li {
  position: relative;
  width: 48%;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 18px;
  background: #fff;
  z-index: 10;
}
.renovation_house_request ul li::before {
  position: absolute;
  top: 0;
  content: "";
  width: 62px;
  height: 100%;
  left: 100%;
  background: url(../img/renovation/house/triangle_white_right.svg) no-repeat
    left top;
  background-size: auto 100%;
}
@media screen and (max-width: 680px) {
  .renovation_house_request ul {
    position: relative;
    padding-top: 340px;
  }
  .renovation_house_request ul li {
    width: 80%;
  }
}
*/
/*sumairu_change_full_point_wrap*/
/*
@media screen and (min-width: 640px) {
  .sumairu_change_full_point_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
  }
}
.sumairu_change_full_point_wrap dl {
  margin-bottom: 20px;
}
.sumairu_change_full_point_wrap dd {
  padding: 20px 0 0px 30px;
}
*/
/*anshin_quality*/
/*
.anshin_quality {
  width: calc(100% - 60px);
  padding: 20px 30px;
  margin-bottom: 10px;
  background: #fff;
}
.anshin_quality dt {
  display: block;
  margin-bottom: 6px;
}
.anshin_quality dt strong {
  font-size: 24px;
  font-weight: 600;
}
.anshin_quality dt strong .en {
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
  font-weight: 700;
  color: #f18f0a;
}
*/
/*renovation_support_wrap*/
/*
.renovation_support_wrap p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  text-align: center;
  background: #ffe792;
}
@media screen and (min-width: 640px) {
  .renovation_support_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .renovation_support_wrap p {
    width: 49%;
  }
}
.renovation_support_wrap p span {
  font-size: 20px;
  color: #493b0c;
}
*/
/*リノベーション施工事例 slider*/
.slider_Wrap.renovation_works_slider {
  width: calc(100% - 60px);
  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: calc(50% - 20px);
}
body.sub .renovation_works_slider .slider .prev-arrow {
  left: -40px;
}
body.sub .renovation_works_slider .slider .next-arrow {
  left: calc(100% - 0px);
}

/*========================================
  【SUB】 renovation :reform
==========================================*/
.reform_big_title_wrap .reformtitle_icon{
  width: 200px;
  margin:0 auto 30px;
}
.reform_big_title_wrap .reformtitle_icon img{display: block; width: 100%;}

.reform_big_title{text-align: center; margin-bottom: 80px;}
.reform_big_title strong{
  font-size: 40px;
  font-weight: 700;
  color: #493B0C;
  letter-spacing: -0.05em;
}
.reform_big_title strong sup{font-size: 40%;}

.reform_recommend_wrap .box{
  position: relative;
  width: calc(100% - 42px);
  padding: 40px 20px;
  margin-bottom: 60px;
  border: 1px solid #493B0C;
}
.reform_recommend_wrap dt{
  position: absolute;
  top:-40px;
  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: 70px;
  background: #000;
}
.reform_recommend_wrap dt strong{
  font-size: 40px;
  font-weight: 700;
  color: #E79E3A;
}
.reform_recommend_wrap .txt01{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.reform_recommend_wrap .img_wrap{
  width: 200px;
  margin: 0 auto;
  padding: 10px 0 20px;
}
.reform_recommend_wrap .txt02{
  margin-bottom: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #493B0C;
}

.cashback_wrap{
  position: relative;
  margin-bottom: 30px;
}
.cashback_wrap .cashback{
  position: relative;
  left:0;
  width: 90%;
  max-width: 584px;
  z-index: 10;
}
.cashback_wrap .catch_wrap{
  position: relative;
  margin-top:-40px;
  margin-left: 10%;
  width: 90%;
  padding: 50px 0 20px;
  background: #FFF4BC;
  z-index: 0;
}
.cashback_wrap .catch_wrap p{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  line-height: 40px;
}
.cashback_wrap .catch_wrap p strong{
  font-size: 30px;
  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: 60px 0;
  padding: 40px 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: 40px;
  font-weight: 700;
  color: #F2900B;
}
.reform_case_wrap .problem_wrap,
.reform_case_wrap .answer_wrap{
  position: relative;
  width: 100%;
}
.reform_case_wrap .answer_wrap{
  margin-top: -160px;
}
.reform_case_wrap .problem_wrap .phrease_wrap,
.reform_case_wrap .answer_wrap .phrease_wrap{
  position: relative;
  width: calc(100% - 60px);
  padding: 30px;
  background-color: #fff;
}
.reform_case_wrap .problem_wrap .phrease_wrap::before{
  position: absolute;
  bottom:-20px;
  right:220px;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/renovation/reform/triangle03.svg) no-repeat top;
  background-size: 100%;
}
.reform_case_wrap .answer_wrap .phrease_wrap::before{
  position: absolute;
  top:-20px;
  left:220px;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/renovation/reform/triangle04.svg) no-repeat bottom;
  background-size: 100%;
}
.reform_case_wrap .problem_wrap .phrease_wrap p{
  font-size: 24px;
}
.reform_case_wrap .problem_wrap .img_person{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  top:-20px
}
.reform_case_wrap .problem_wrap .img_person img{
  display: block;
  width: 200px;
  margin-right: 10px;
}
.reform_case_wrap .answer_wrap .img_person{
  position: relative;
  top:20px;
  left: 10px;
  width: 200px;
  z-index: 10;
}
.reform_case_wrap .answer_wrap .phrease_wrap strong{
  display: inline-block;
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 30px;
  font-weight: 600;
}
.reform_case_wrap .answer_wrap .phrease_wrap span{
  font-size: 20px;
}
@media screen and (max-width: 680px) {
.reform_case_wrap .problem_wrap .phrease_wrap::before{right: 160px;}
.reform_case_wrap .answer_wrap .phrease_wrap::before{left: 160px;}
.reform_case_wrap .problem_wrap .img_person img,
.reform_case_wrap .answer_wrap .img_person{width: 160px;}
}


/*========================================
  【SUB-sitemap】 
==========================================*/
.sitemap_menu dl {
  margin-bottom: 16px;
}
.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: 20px;
  font-weight: 600;
  color: #4b3015;
}
.sitemap_menu dl dt a:hover strong,
.sitemap_menu dl dt a.hover strong {
  text-decoration: underline;
  transition: 0.3s;
}
.sitemap_menu dl dd a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin: 0 20px 20px 0;
}
.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,
.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;
}
table.form th,
table.form td {
  line-height: 2em;
  vertical-align: top;
}

table.form .bg01 {
  background: #e5ede9;
}
table.form th span,
.form span.required,
.form span.any {
  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;
}
/*
.select_wrap {
  position: relative;
  display: inline-block;
  width:calc(100% - 10px);
  margin-right: 10px;
  border:1px solid rgba(0, 0, 0, 0.1);
}
.select_wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
table.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 14px;
    line-height: 36px;
}
*/

table.form input {
  width: 94%;
  display: inline-block;
  padding: 6px 6px 8px;
}

table.form input.table-w-xsmall {
  width: 40%;
  display: inline-block;
}
table.form input.table-w-small {
  width: 80%;
  display: inline-block;
}

table.form option {
  width: auto;
}

table.form textarea {
  width: 100%;
}

input[type="button"].button-w-s {
  width: 45%;
}

input[type="button"].button-w-s-gl {
  width: 45%;
}

input[type="button"].button-formback {
  padding: 10px;
}
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
}
input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 1em;
  border-color: #c2c2c2;
}
input[type="button"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border-color: #c2c2c2;
}

.checkbox_wrap {
  display: inline-block;
}
table.form input[type="checkbox"] {
  width: auto;
  display: inline;
}
table.form input[type="checkbox"],
input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: inline-block;
  position: relative;
  width: 16px !important;
  height: 16px !important;
  padding: 6px !important;
  line-height: 1em;
  border: 1px solid #000;
  vertical-align: -2px;
  background: #fff;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #de5511;
  border-bottom: 2px solid #de5511;
  content: "";
}
form label {
  display: inline-block;
  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: 49%;
  cursor: pointer;
  line-height: 26px;
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
}

body.form form .button,
form .button-formback {
  width: 100%;
}

form .button {
  width: 100%;
  padding: 16px 10px !important;
  font-size: 16px;
  border-radius: 40px;
  background: #3d3d3d;
  color: #fff;
}
form .button-formback {
  width: 100%;
  padding: 16px 10px !important;
  border-radius: 40px;
  background: #696969;
  color: #fff;
}
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;
}
