@charset "UTF-8";
/*!
Theme Name: urban-home2004
Description: 鹿児島市にあるアーバンホーム株式会社は、収益ビルによる投資用不動産や売却・購入などの不動産仲介を行っています
Version: 1.0
License: urban-home2004
License URI: https: //www.urban-home2004.com
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
iframe {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
  width: 100%;
  min-width: 1020px;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-width: 0;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}

dd,
dt,
li,
p,
tr,
tt {
  font-size: 1.6rem;
}

/****************************************

          メディアクエリ

*****************************************/
/****************************************

          フォントサイズ

*****************************************/
/****************************************

          フォント

*****************************************/
/****************************************

          リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  color: #333;
  text-decoration: underline;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}

/****************************************

         オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

        pc_header

*****************************************/
@media print,
screen and (min-width: 768px) {
  #sp_navi {
    display: none;
  }

  .header .header-logo {
    margin-right: 12px;
  }

  .header__top {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
    z-index: 10;
    padding: 0 0 20px;
  }

  .header__top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 23px 0 35px;
  }

  .header-info p {
    font-size: 1.3rem;
    line-height: 1.2;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .top-header {
    position: relative;
  }
}

/****************************************

        sp_header

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }

  img {
    width: 100%;
    height: auto;
  }

  .header-logo {
    width: 180px;
  }

  .header__top {
    padding: 15px 10px;
  }

  .header-info {
    display: none;
  }

  #toggle {
    position: absolute;
    /*bodyに対しての絶対位置指定です*/
    right: 15px;
    top: 15px;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 9999;
  }

  #toggle div {
    position: relative;
  }

  /*spanの絶対位置指定の親にします*/
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    height: 4px;
    background: #ff8a00;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  #toggle span:nth-child(1) {
    top: 0;
  }

  #toggle span:nth-child(2) {
    top: 11px;
  }

  #toggle span:nth-child(3) {
    top: 22px;
  }

  .open_navi #toggle {
    position: fixed;
  }

  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-315deg);
    -ms-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
  }

  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }

  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    -ms-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }

  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(255, 138, 0, 0.9);
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  .open_navi #toggle span {
    background: #fff;
  }

  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }

  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: rgba(255, 255, 255, 0.9) 1px solid;
    cursor: pointer;
    color: #FFF;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.9) 1px solid;
  }

  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }

  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #FFF;
    text-decoration: none;
  }

  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }

  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.9) 1px solid;
  }

  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #ccc;
    background-color: rgba(82, 163, 204, .9);
  }

  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }

  .menu-item-has-children {
    position: relative;
  }

  .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }

  .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}

/****************************************

          g_navi

*****************************************/
@media print,
screen and (min-width: 768px) {
  #g_navi {
    width: 100%;
    padding-top: 10px;
  }

  #g_navi .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    *zoom: 1;
    width: 100%;
    max-width: 1000px;
    list-style-type: none;
    margin: 0 auto;
  }

  #g_navi .menu>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }

  #g_navi .menu>li:last-child {
    margin-right: 0;
  }

  #g_navi .menu li a {
    position: relative;
    margin: 0;
    color: #222222;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  #g_navi .menu>li>a:hover {
    color: #222;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  #g_navi .menu>li>a::after {
    background-color: #222;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 0;
  }

  #g_navi .menu>li>a:hover::after {
    width: 100%;
  }

  #g_navi .menu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  #g_navi .menu li ul li {
    width: 100%;
  }

  #g_navi .menu li ul li a {
    display: inline-block;
    width: 150px;
    padding: 13px 4px;
    border-top: 1px solid #fff;
    font-size: 1.2rem;
    background: #52a3cc;
    text-align: center;
    opacity: 0.95;
    filter: alpha(opacity=95);
    color: #fff;
    font-weight: normal;
  }

  #g_navi .menu li ul li a:hover {
    background: #66b8e1;
    color: #fff;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  #g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.95;
  }

  #g_navi .menu li ul li a {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  #g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
  }
}

/****************************************

          main-visual/slider

*****************************************/
@media print,
screen and (min-width: 768px) {
  #slider {
    width: 100%;
  }

  #slider img {
    position: relative;
    width: 1920px;
    left: calc(50% - 960px);
  }

  .mv {
    width: 100%;
  }

  .mv img {
    position: relative;
    width: 1920px;
    left: calc(50% - 960px);
  }
}

@media screen and (max-width: 767px) {
  #slider {
    width: 100%;
  }

  #slider img {
    position: relative;
    width: 100%;
  }

  .mv {
    width: 100%;
  }

  .mv img {
    position: relative;
    width: 150%;
    left: -25%;
  }
}

/****************************************

          content 共通設定

*****************************************/
.breadcrumb_area {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0 40px;
}

.breadcrumb {
  width: 100%;
  text-align: center;
}

.breadcrumb p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #333;
  line-height: 1.2;
}

.breadcrumb a {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  color: #52a3cc;
  text-decoration: none;
}

.breadcrumb a::after {
  background-color: #333;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  width: 0;
}

.breadcrumb a:hover {
  color: #333;
}

.breadcrumb a:hover::after {
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .pcnone {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .pcnone {
    display: none;
  }

  main#top_main {
    width: 100%;
    margin: 0 auto;
  }

  main#page_main {
    background: url(images/page-bg.png) no-repeat center top;
    width: 100%;
    margin: 0 auto;
  }

  main#page_main p {
    letter-spacing: 0.04em;
    line-height: 1.7;
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: auto;
    height: auto;
    padding: 10px 0 30px;
    margin: 0 auto;
  }

  .breadcrumb_area p {
    font-size: 1.4rem;
  }

  .breadcrumb {
    width: 100%;
    margin: 0 auto;
  }

  main#top_main {
    width: 100%;
    margin: 0 auto;
  }

  main#page_main {
    background: url(images/page-bg.png) no-repeat center top;
    width: 100%;
    margin: 0 auto;
  }
}

@media print,
screen and (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

a.btn {
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
}

a.btn01 {
  position: relative;
  background: #ff8a00;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 17px 10px 16px;
  border-radius: 8px;
}

a.btn01:hover {
  background: #fba239;
}

a.btn01::before {
  position: absolute;
  content: "";
  background: url(images/orange-btn-arrow.png) no-repeat;
  width: 11px;
  height: 15px;
  left: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.btn06 {
  position: relative;
  background: #ff8a00;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 12px 10px;
  border-radius: 8px;
}

a.btn06:hover {
  background: #fba239;
}

a.btn06::before {
  position: absolute;
  content: "";
  background: url(images/orange-btn-arrow.png) no-repeat;
  width: 11px;
  height: 15px;
  left: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.btn02 {
  position: relative;
  background: #0066cc;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 17px 10px 16px 50px;
  border-radius: 8px;
  text-align: left;
}

a.btn02:hover {
  background: #047aef;
}

a.btn02::before {
  position: absolute;
  content: "";
  background: url(images/blue-btn-arrow.png) no-repeat;
  width: 11px;
  height: 15px;
  left: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.btn03 {
  position: relative;
  background: #24c533;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 17px 10px 16px 50px;
  border-radius: 8px;
  text-align: left;
}

a.btn03:hover {
  background: #2cd13c;
}

a.btn03::before {
  position: absolute;
  content: "";
  background: url(images/green-btn-arrow.png) no-repeat;
  width: 11px;
  height: 15px;
  left: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.btn04 {
  position: relative;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  border-radius: 8px;
  padding: 13px 10px 12px 26px;
}

a.btn04--orange {
  background: #ff8a00;
}

a.btn04--orange:hover {
  background: #fba239;
}

a.btn04--orange::before {
  position: absolute;
  content: "";
  background: url(images/orange-btn-arrow02.png) no-repeat;
  width: 10px;
  height: 14px;
  top: 50%;
  left: 36px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.btn04--red {
  background: #fd3913;
}

a.btn04--red:hover {
  background: #ff5c3d;
}

a.btn04--red::before {
  position: absolute;
  content: "";
  background: url(images/red-btn-arrow.png) no-repeat;
  width: 10px;
  height: 14px;
  top: 50%;
  left: 36px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.btn05 {
  border-radius: 6px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 21px 10px 20px;
}

a.btn05 span {
  position: relative;
  padding-left: 15px;
}

a.btn05 span::before {
  position: absolute;
  content: "";
  background: url(images/btn05-arrow.png) no-repeat;
  width: 6px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.btn05--blue {
  background: #0066CC;
}

a.btn05--blue:hover {
  background: #047aef;
}

a.btn05--green {
  background: #24C533;
}

a.btn05--green:hover {
  background: #2cd13c;
}

.page-links02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.page-links02 .item {
  width: 340px;
}

@media print,
screen and (min-width: 768px) {
  .page-links02 .item:not(:first-child) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-links02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-links02 .item {
    max-width: 340px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .page-links02 .item:last-child {
    margin: 0 auto;
  }
}

/****************************************

          contentトップ用

*****************************************/
.top_main__box01 {
  position: relative;
  padding: 53px 0 55px;
}

.top_main__box01__btn {
  width: 200px;
}

.top_main__box01__summary {
  max-width: 550px;
  width: 100%;
}

.top_main__box01__summary__bottom {
  margin-top: 35px;
}

@media print,
screen and (min-width: 768px) {
  .top_main__box01__img {
    background: url(images/top-img01a.jpg) no-repeat 50% 50%/cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 38.90625%;
    height: 100%;
    z-index: -1;
  }
}

.top_main__box01__title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(images/title01.png) no-repeat;
  width: 458px;
  height: 114px;
  margin-bottom: 20px;
}

.top_main__box01 .container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top_main__box01 {
    padding: 60px 10px 50vw;
  }

  .top_main__box01__btn {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }

  .top_main__box01__title {
    width: 100%;
    height: 27vw;
    background-size: contain;
  }

  .top_main__box01__img {
    background: url(images/top-img01.jpg) no-repeat 50% 50%/cover;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 45vw;
    z-index: -1;
  }
}

.top_main__box02 {
  background: url(images/bg01.jpg) no-repeat center top;
  background-size: cover;
}

.top_main__box02__title {
  text-align: center;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 45px;
}

.top_main__box02__title span {
  color: #ff2a00;
  font-size: 4rem;
}

.top_main__box02 .container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 76px 70px;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .top_main__box02__title {
    font-size: 24px;
    font-size: 7.5vw;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 767px) {
  .top_main__box02__title span {
    font-size: 32px;
    font-size: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .top_main__box02 .container {
    padding: 60px 10px;
  }
}

.top_main__box02__list .item {
  padding: 20px 0 0 100px;
}

.top_main__box02__list .item:not(:first-child) {
  margin-top: 10px;
}

.top_main__box02__list .item:first-child {
  background: url(images/one.png) no-repeat;
}

.top_main__box02__list .item:nth-child(2) {
  background: url(images/two.png) no-repeat;
}

.top_main__box02__list .item:nth-child(3) {
  background: url(images/three.png) no-repeat;
}

.top_main__box02__list .item__title {
  font-size: 3.2rem;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.04em;
}

.top_main__box02__list .item__title span {
  color: #ff2a00;
}

@media screen and (max-width: 767px) {
  .top_main__box02__list .item__title {
    font-size: 22px;
    font-size: 6.875vw;
  }
}

.top_main__box03 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 95px 0 85px;
}

.top_main__box03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.top_main__box03__list .btn {
  width: 275px;
}

@media print,
screen and (min-width: 768px) {
  .top_main__box03__list .left-btn {
    margin-right: 100px;
  }
}

.top_main__box03__title {
  text-align: center;
  font-size: 3.9rem;
  letter-spacing: 0.1em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top_main__box03 {
    padding: 60px 10px;
  }

  .top_main__box03__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top_main__box03__list .btn {
    max-width: 275px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .top_main__box03__list .btn:last-child {
    margin: 0 auto;
  }

  .top_main__box03__title {
    font-size: 24px;
    font-size: 7.5vw;
  }
}

@media print,
screen and (min-width: 768px) {
  .top_main__box04 {
    background: url(images/bg03.jpg) no-repeat center top;
  }
}

.top_main__box04__title {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 20px 0 9px;
}

.top_main__box04 .container {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}

.top_main__box04__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_main__box04__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 360px;
}

.top_main__box04__list .item__bottom {
  position: relative;
  min-height: 300px;
  height: 100%;
  padding: 30px 20px;
}

.top_main__box04__list .item__bottom::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_main__box04__list .item__bottom__txt {
  position: relative;
  font-size: 1.4rem;
  z-index: 10;
}

.top_main__box04__list .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 310px;
}

.top_main__box04__list .item__top__title {
  color: #fff;
  font-size: 3rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.top_main__box04__list .item:first-child .item__top {
  background: url(images/estate-agency.png) no-repeat center, url(images/grid01.jpg) no-repeat center/cover;
}

.grid04 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

a.hover-1 {
  display: block;
  width: 100%;
  height: 100%;
}

a.hover-1:hover {
  text-decoration: none;
}

.hover-1 {
  position: relative;
  background: #fff;
  border: 0 solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover-1::before {
  content: attr(data);
  display: block;
  position: relative;
  z-index: 1;
}

.hover-1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: border-width 300ms;
  -o-transition: border-width 300ms;
  transition: border-width 300ms;
  border: 0 solid rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}

.hover-1:hover::after {
  border-width: 10px;
}

.top_main__box04__list .item:nth-child(2) .item__top {
  background: url(images/purchase_and_sale.png) no-repeat center, url(images/grid04.jpg) no-repeat center/cover;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  min-height: 300px;
}

.top_main__box04__list .item:nth-child(2) .item__bottom {
  min-height: 310px;
}

.top_main__box04__list .item:last-child .item__top {
  background: url(images/consultation_for_sale.png) no-repeat center, url(images/grid05.jpg) no-repeat center/cover;
}

.grid02 {
  background: url(images/grid02.jpg) no-repeat center;
  background-size: cover;
}

.grid03 {
  background: url(images/grid03.jpg) no-repeat center;
  background-size: cover;
}

.grid06 {
  background: url(images/grid06.jpg) no-repeat center;
  background-size: cover;
}

.subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
}

.subhead span.jp {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 3px;
}

.subhead span.en {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(images/subhead-en.png) no-repeat;
  width: 183px;
  height: 21px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .subhead {
    text-align: center;
  }

  .subhead span.jp {
    font-size: 24px;
    font-size: 7.5vw;
  }

  .subhead span.en {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url(images/subhead-en.png) no-repeat;
    width: 183px;
    height: 21px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .top_main__box04__title {
    background: url(images/sp-top-flow-title-bg.jpg) no-repeat center top;
  }
}

@media screen and (max-width: 767px) {
  .top_main__box04__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top_main__box04__list .item {
    width: 100%;
  }

  .top_main__box04__list .grid03 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.top_main__box05 .container {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 99px 0 50px;
}

.top_main__box05__btn {
  width: 205px;
  margin: 25px auto 0;
}

.top_main__box05__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print,
screen and (min-width: 768px) {

  .top_main__box05__list .item {
    width: 22.3214285714%;
    height: 250px;
  }

}

.top_main__box05__list .item img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_main__box05__list .item {
    width: 49%;
    margin-bottom: 2%;
  }

  .top_main__box05 .container {
    padding: 60px 10px 50px;
  }
}

.bg02 {
  background: url(images/bg02.jpg) no-repeat center top;
  background-size: cover;
}

.top_main__box06 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .top_main__box06 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 10px;
  }
}

.top_main__box07 .container {
  padding: 68px 0 58px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top_main__box07 .container {
    padding: 60px 10px 50px;
  }
}

.top_main__box08 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.top_main__box08 .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 55px 155px;
}

.top_main__box08 .menu-list .item {
  width: 200px;
  position: relative;
}

.top_main__box08 .menu-list .item:first-child span.en {
  background: url(images/faq-title.png) no-repeat;
  width: 31px;
  height: 13px;
  margin: 0 auto;
}

.top_main__box08 .menu-list .item:first-child a.item__box {
  background: url(images/faq.png) no-repeat center top 88px, #0066cc;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:first-child a.item__box:hover {
  background: url(images/faq.png) no-repeat center top 88px, #0770d9;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:first-child::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 24.5px 0 24.5px;
  border-color: #0066cc transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:nth-child(2) span.en {
  background: url(images/blog-title.png) no-repeat;
  width: 45px;
  height: 11px;
  margin: 0 auto;
}

.top_main__box08 .menu-list .item:nth-child(2) a.item__box {
  background: url(images/blog.png) no-repeat center top 88px, #ff8a00;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:nth-child(2) a.item__box:hover {
  background: url(images/blog.png) no-repeat center top 88px, #fba239;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 24.5px 0 24.5px;
  border-color: #ff8a00 transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:nth-child(3) span.en {
  background: url(images/information-title.png) no-repeat;
  width: 108px;
  height: 11px;
  margin: 0 auto;
}

.top_main__box08 .menu-list .item:nth-child(3) a.item__box {
  background: url(images/information.png) no-repeat center top 88px, #24c533;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:nth-child(3) a.item__box:hover {
  background: url(images/information.png) no-repeat center top 88px, #2cd13c;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:nth-child(3)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 24.5px 0 24.5px;
  border-color: #24c533 transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:nth-child(4) span.en {
  background: url(images/contact-title.png) no-repeat;
  width: 77px;
  height: 11px;
  margin: 0 auto;
}

.top_main__box08 .menu-list .item:nth-child(4) a.item__box {
  background: url(images/contact.png) no-repeat center top 88px, #fd3913;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:nth-child(4) a.item__box:hover {
  background: url(images/contact.png) no-repeat center top 88px, #ff5c3d;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:nth-child(4)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 24.5px 0 24.5px;
  border-color: #fd3913 transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.top_main__box08 .menu-list a.item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 220px;
  padding: 28px 0 0;
  border-radius: 8px;
}

.top_main__box08 .menu-list a.item__box:hover {
  text-decoration: none;
}

.top_main__box08 .menu-list a.item__box span.jp {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 10px;
}

.top_main__box08 .menu-list a.item__box span.en {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.top_main__box08 .menu-list .item:nth-child(1):hover::after {
  border-color: #0770d9 transparent transparent transparent;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:nth-child(2):hover::after {
  border-color: #fba239 transparent transparent transparent;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:nth-child(3):hover::after {
  border-color: #2cd13c transparent transparent transparent;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}

.top_main__box08 .menu-list .item:nth-child(4):hover::after {
  border-color: #ff5c3d transparent transparent transparent;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .top_main__box08 .menu-list {
    padding: 60px 10px;
  }

  .top_main__box08 .menu-list a.item__box {
    padding: 20px 0 0;
  }

  .top_main__box08 .menu-list a.item__box span.jp {
    font-size: 2rem;
  }

  .top_main__box08 .menu-list .item {
    width: 49%;
    margin-bottom: 100px;
  }
}

/****************************************

          news_top

*****************************************/
.news {
  width: 480px;
}

.news__post {
  overflow-y: scroll;
  height: 315px;
  border: 1px solid #ccc;
  padding: 20px;
}

.news__list {
  padding: 13px 0 15px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.5);
}

.news .news-date {
  background: url(images/news-list-icon.png) no-repeat 0 5px;
  padding: 0 0 0 20px;
}

.news .news-txt p {
  position: relative;
}

.news .news-txt a:hover {
  text-decoration: none;
}

.news .news-txt p:hover {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.news .news-txt p::after {
  background-color: #222;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  width: 0;
}

.news .news-txt p:hover::after {
  width: 100%;
}

.news__title {
  position: relative;
  padding-left: 48px;
  line-height: 1;
  margin-bottom: 25px;
}

.news__title span.jp {
  font-size: 3.6rem;
}

.news__title::before {
  position: absolute;
  content: "";
  background: url(images/new.png) no-repeat;
  width: 36px;
  height: 11px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .news {
    max-width: 480px;
    width: 100%;
    margin: 0 auto 40px;
  }

  .news__title {
    font-size: 24px;
    font-size: 7.5vw;
  }
}

.google-map {
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .google-map {
    margin: 0 auto;
  }
}

/****************************************

          content下層用

*****************************************/
.base-width {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .base-width {
    padding: 0 10px;
  }
}

.headline {
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 垂直中心 */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 水平中心 */
}

.headline:before,
.headline:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #333;
}

.headline:before {
  margin-right: 155px;
}

.headline:after {
  margin-left: 155px;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 24px;
    font-size: 7.5vw;
  }

  .headline:before {
    margin-right: 5%;
  }

  .headline:after {
    margin-left: 5%;
  }
}

.subhead02 {
  position: relative;
  background: #0066CC;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  border-radius: 4px;
  padding: 15px 10px 14px 35px;
  margin-bottom: 20px;
}

.subhead02::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 6px;
  height: 30px;
  border-radius: 3px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subhead02--green {
  background: #24c533;
}

.page_main__box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.page_main__box__summary {
  width: 555px;
}

@media screen and (max-width: 767px) {
  .page_main__box {
    padding: 0 10px;
  }

  .page_main__box__summary {
    width: 100%;
  }

  .page_main__box__img {
    width: 100%;
    margin-top: 20px;
  }
}

.profile {
  margin-top: 20px;
}

.profile__title {
  letter-spacing: 0.04em;
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.faq {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.faq:not(:first-of-type) {
  margin-top: 75px;
}

.faq:not(:first-of-type) .faq__box dt::before {
  background: #24c533;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 0 10px;
  }
}

.sub-title {
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #333;
  padding: 3px 0 10px 20px;
  margin-bottom: 20px;
}

.sub-title--blue::before {
  position: absolute;
  content: "";
  background: #0066cc;
  width: 6px;
  height: 30px;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.sub-title--green::before {
  position: absolute;
  content: "";
  background: #24c533;
  width: 6px;
  height: 30px;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.faq__box:not(:first-of-type) {
  margin-top: 35px;
}

.faq__box dt {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  border-bottom: 1px dotted #000;
  padding: 15px 0 15px 60px;
}

.faq__box dt::before {
  position: absolute;
  content: "Q";
  background: #0070c0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  font-family: Futura, "Century Gothic";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
}

.faq__box dd {
  position: relative;
  padding: 20px 0 0 60px;
}

.faq__box dd::before {
  position: absolute;
  content: "A";
  background: #ff8a00;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  font-family: Futura, "Century Gothic";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 10px;
  left: 0;
}

.about {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.about:not(:first-of-type) {
  margin-top: 60px;
}

.about__box {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 0 10px;
  }
}

.about02__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.about02__box__title {
  margin-bottom: 20px;
}

.about02__box:not(:first-of-type) {
  margin-top: 40px;
}

.about02__box__summary {
  width: 760px;
}

@media screen and (max-width: 767px) {
  .about02__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about02__box__img {
    max-width: 200px;
    width: 100%;
    margin: 20px auto 0;
  }

  .about02__box__summary {
    width: 100%;
  }
}

.about03__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about03__box__summary {
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .about03__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about03__box__summary {
    width: 100%;
  }

  .about03__box__summary:not(:first-of-type) {
    margin-top: 40px;
  }
}

.about04__box {
  margin-top: 30px;
}

.about05__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about05__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32%;
}

@media print,
screen and (min-width: 768px) {

  .about05__list .item__img {
    width: 320px;
    height: 240px;
  }

}

.about05__list .item__btn {
  width: 180px;
  margin: 30px auto 0;
}

.about05__list .item__bottom {
  margin-top: 10px;
}

.about05__list .item span.item__bottom__title {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  display: block;
  border-bottom: 1px dotted #000;
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .about05__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about05__list .item {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 40px;
  }

  .about05__list .item:last-child {
    margin: 0 auto;
  }
}

.transaction {
  padding-bottom: 10px;
}

.flow {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.flow:not(:first-of-type) {
  margin-top: 80px;
}

.flow:not(:last-of-type)::after {
  position: absolute;
  content: "";
  background: url(images/under-arrow.png) no-repeat;
  width: 44px;
  height: 45px;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flow__box__summary {
  width: 555px;
}

@media screen and (max-width: 767px) {
  .flow {
    width: calc(100% - 20px);
  }

  .flow__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flow__box__summary {
    width: 100%;
  }
}

.flow02 {
  margin-top: 60px;
}

.sale {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.sale__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.sale__box02 {
  margin-top: 30px;
}

.sale:not(:first-of-type) {
  margin-top: 60px;
}

.sale__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.sale__list__title {
  margin-bottom: 20px;
}

.sale__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48.5%;
  margin-bottom: 60px;
}

@media print,
screen and (min-width: 768px) {

  .sale__list .item:nth-child(3),
  .sale__list .item:nth-child(4) {
    margin-bottom: 0;
  }
}

.sale__list .item__bottom {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sale {
    padding: 0 10px;
  }

  .sale__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sale__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sale__list .item {
    width: 100%;
    max-width: 485px;
    margin: 0 auto 40px;
  }

  .sale__list .item:last-child {
    margin: 0 auto;
  }
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 768px) {

  .post .item__img {
    width: 320px;
    height: 240px;
  }

}

@media print,
screen and (min-width: 768px) {
  .post::after {
    display: block;
    content: "";
    width: 32%;
  }
}

.post .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32%;
  margin-bottom: 50px;
}

.post .item__btn {
  width: 180px;
  margin: 30px auto 0;
}

.post .item__bottom {
  margin-top: 10px;
}

.post .item__bottom__title {
  display: block;
  letter-spacing: 0.04em;
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .post .item {
    width: 49%;
  }

  .post .item__btn {
    width: 100%;
  }
}

.blog {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.blog__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog__box__img {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 767px) {

  .blog__box__img {
    margin: 0 auto;
  }
}

.blog__box__img img {
  width: 100%;
  height: auto;
}

.blog__box:not(:first-of-type) {
  margin-top: 30px;
}

.blog__box__btn {
  width: 180px;
  margin: 30px 0 0 auto;
}

.blog__box__summary {
  width: 555px;
}

@media screen and (max-width: 767px) {
  .blog__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }

  .blog__box__btn {
    margin: 30px auto 0;
  }

  .blog__box__summary {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

.overview02 {
  max-width: 1000px;
  width: 100%;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .overview02 {
    padding: 0 10px;
  }
}

.table01 {
  width: 100%;
}

.table01 th {
  width: 30%;
  background: #eee;
  border: 1px solid #ccc;
  text-align: left;
  letter-spacing: 0.04em;
  font-weight: normal;
  padding: 11px 20px;
}

.table01 td {
  width: 70%;
  background: #fff;
  border: 1px solid #ccc;
  letter-spacing: 0.04em;
  padding: 11px 20px;
}

@media screen and (max-width: 767px) {
  .table01 {
    width: calc(100% - 20px);
    margin: 0 auto;
  }

  .table01 th,
  .table01 td {
    padding: 6px 15px;
    font-size: 1.4rem;
  }
}

@media print,
screen and (min-width: 768px) {
  .contact__txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 0 10px;
  }
}

.site-policy {
  background: #F2F1EC;
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
  padding: 39px 10px 38px;
}

.site-policy dt {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}

.site-policy dd p {
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .site-policy {
    width: calc(100% - 20px);
    padding: 30px 10px;
  }

  .site-policy dd p {
    text-align: left;
  }
}

/****************************************

         single.php

*****************************************/
.single_box {
  width: 1020px;
  margin: 0 auto;
}

.single_txt {
  width: 100%;
}

.single_txt img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.pager {
  clear: both;
  text-align: center;
  padding: 30px 0;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: black;
  border: solid 1px black;
  color: white;
}

.nav-below {
  margin: 30px 0 130px;
  text-align: center;
}

.nav-below a {
  margin: 0 10px;
  color: #52a3cc;
  text-decoration: underline;
}

.nav-below a:hover {
  color: #333;
}

@media screen and (max-width: 767px) {
  .single_box {
    width: auto;
    padding: 0 10px;
  }
}

/****************************************

        pc_footer

*****************************************/
@media print,
screen and (min-width: 768px) {
  .footer {
    background: #ffda99;
    padding-bottom: 20px;
  }

  .footer .footer-logo {
    font-size: 2.6rem;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    line-height: 1.38;
    text-align: center;
    margin-bottom: 15px;
  }

  .footer .footer-logo a:hover {
    text-decoration: none;
    color: #666;
  }

  .footer__top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 43px 0 24px;
  }

  .footer__top__box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  .footer__bottom {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 30px;
  }

  .footer .footer-info p {
    font-size: 1.4rem;
    text-align: center;
  }

  .footer .page-links {
    font-size: 1.4rem;
    text-align: center;
  }

  .footer .copyright {
    text-align: center;
    font-size: 1.4rem;
  }

  .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
  }

  a.pagetop__box {
    position: relative;
  }

  a.pagetop__box:hover {
    text-decoration: none;
  }

  a.pagetop__box:hover::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 35px 60px 35px;
    border-color: transparent transparent #66b8e1 transparent;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
  }

  a.pagetop__box span {
    padding-top: 64px;
    display: block;
    color: #52a3cc;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
  }

  a.pagetop__box::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 35px 60px 35px;
    border-color: transparent transparent #52a3cc transparent;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}

/****************************************

        sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  .footer {
    background: #ffda99;
    padding-bottom: 20px;
  }

  .footer .footer-logo {
    font-size: 2rem;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    line-height: 1.38;
    text-align: center;
    margin-bottom: 15px;
  }

  .footer__top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 30px 0 20px;
  }

  .footer__top__box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  .footer__bottom {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
  }

  .footer .footer-info p {
    font-size: 1.4rem;
    text-align: center;
  }

  .footer .page-links {
    display: none;
  }

  .footer .copyright {
    text-align: center;
    font-size: 1.2rem;
  }

  .pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
  }

  a.pagetop__box {
    position: relative;
  }

  a.pagetop__box:hover {
    text-decoration: none;
  }

  a.pagetop__box span {
    padding-top: 64px;
    display: block;
    color: #52a3cc;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
  }

  a.pagetop__box::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 35px 60px 35px;
    border-color: transparent transparent #52a3cc transparent;
  }
}

/****************************************

         P

*****************************************/
p.line_break {
  padding-top: 20px;
}

p.line_break02 {
  padding-top: 30px;
}

/****************************************

         Contact Form7

*****************************************/
#contact__form {
  max-width: 570px;
  width: 100%;
}

.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 650px;
  max-width: 100%;
}

.wpcf7-form .wpcf7-submit {
  width: 50px !important;
}

.wpcf7 p {
  line-height: 2;
  padding-top: 3px;
}

.wpcf7-form input {
  width: auto !important;
}

.contact_p_strong {
  border-top: 1px dotted #999;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 15px !important;
}

.normal {
  font-weight: normal;
}

.wpcf7-submit {
  margin-top: 10px;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
  }
}

/****************************************

         追加

*****************************************/
@media (min-width: 768.02px) and (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.red {
  color: #FF0000;
}

img.object-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }

  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

/****************************************

          clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
