@charset "utf-8";

* { box-sizing: border-box; }

body {
  color: #1D1D1D;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-width: 1024px;
}

a { text-decoration: none; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.cf::after {
  content: "";
  display: table;
  clear: both;
}

.container {
  margin: 0 auto;
  width: 1300px;
}

/* header */
.header {
  background-color: #fff;
  height: 80px;
  width:100%;
}

.header .container {
  margin: 0 auto;
  max-width: 2500px;
  padding: 15px 10px;
  width:100%;
}

.header_logo {
  float: left;
  margin-top: -5px;
  width: 230px;
}

.header_menu {
  float: right;
  margin-top: 8px;
  width: 30px;
}

.header_contact {
  float: right;
  margin-right: 30px;
}

.header_contact_tel,
.header_contact_btn {
  float: left;
}

.header_contact_tel {
  margin-right: 30px;
}

/* menu */
.menu {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  padding: 30px 40px;
  position: absolute;
  top: 80px;
  right: 0;
  width: 340px;
  z-index: 1001;
}

.menu ul {
  margin-bottom: 18px;
  width: 100%;
}

.menu ul li {
  border-bottom: 1px solid #1D1D1D;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu ul li a {
  color: #1D1D1D;
}

.menu_tel {
  font-size: 12px;
  margin-bottom: 24px;
}

.menu_tel img {
  margin-bottom: 5px;
}

.menu_close {
  background-color: rgba(86, 86, 86, 0.9);
  position: absolute;
  bottom: -39px;
  left: 0;
  height: 39px;
  width: 100%;
}

.menu_close a {
  display: block;
  height: 100%;
  padding: 11px;
  text-align: center;
}

.menu_close img {
  height: 100%;
}

/* main */
.main {
  padding-bottom: 100px;
  text-align: center;
}

.main_lead {
  overflow: hidden;
}

.main_lead img.forPc {
  max-width: none;
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.main .container {
  margin: -100px auto 0;
  width: 700px;
}

.main_rate {
  margin-bottom: 50px;
}

.main_btn {
  /*margin-bottom: 30px;*/
}

/* 20201126 hirakawa postscript*/
.main_campaign {
  margin-top: 1em;
}
/* end 20201126 hirakawa postscript*/

/* common */
h3.orange_line {
  margin-bottom: 120px;
  position: relative;
}

h3.orange_line::after {
  content: '';
  background-color: #FBC700;
  border-radius: 10px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  height: 5px;
  width: 50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.balloon {
  background-color: #fff;
  border: 2px solid #1D1D1D;
  border-radius: 10px;
  font-size: 26px;
  font-weight: bold;
  padding: 20px;
  position: absolute;
  top: -50px;
  left: 50%;
  width: 700px;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.balloon .orange {
  color: #ED6A02;
}

.balloon .blue {
  color: #4FAEB8;
}

.balloon .big {
  font-size: 34px;
}

.balloon::after {
  content: '';
  background: url(../images/balloon_tail.png) 0 0 no-repeat;
  position: absolute;
  bottom: -28px;
  left: 50%;
  height: 28px;
  width: 42px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* recommend */
.recommend {
  background-color: #ED6A02;
  padding: 100px 0 150px;
  text-align: center;
}

.recommend .container {
  margin: 0 auto;
  width: 1000px;
}

.recommend ul {
  margin-bottom: 80px;
}

.recommend ul li {
  float: left;
  margin-right: 8px;
  width: 244px;
}

.recommend ul li:last-child {
  margin-right: 0;
}

/* feature */
.feature {
  background-color: #ddd;
  padding: 150px 0;
  position: relative;
  text-align: center;
}

.feature .container {
  margin: 0 auto;
  width: 1000px;
}

.feature h3.orange_line::after {
  background-color: #ED6A02;
}

.feature ul {
  margin-bottom: 70px;
}

.feature ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 495px;
}

.feature ul li:nth-child(even) {
  margin-right: 0;
}

/* simulation */
.simulation {
  background-color: #FCCD19;
  padding-bottom: 150px;
  position: relative;
  text-align: center;
}

.simulation .balloon {
  padding: 30px;
}

.simulation .container {
  margin: 0 auto;
  width: 1000px;
  padding-top: 80px;
}

.simulation h3.orange_line::after {
  background-color: #ED6A02;
}

.simulation_lead {
  background-color: #f9a603;
  padding: 130px 0 75px;
  position: relative;
}

.simulation_lead::before {
  content: '';
  border-top: 75px solid transparent;
  border-bottom: 75px solid transparent;
  border-left: 50vw solid #FCCD19;
  position: absolute;
  bottom: -75px;
  left: 0;
}

.simulation_lead::after {
  content: '';
  border-top: 75px solid transparent;
  border-bottom: 75px solid transparent;
  border-right: 50vw solid #FCCD19;
  position: absolute;
  bottom: -75px;
  right: 0;
}

.simulation_graph {
  font-size: 14px;
  margin: 0 auto 90px;
  max-width: 600px;
  text-align: left;
}

.simulation_graph_image {
  margin-bottom: 30px;
  text-align: center;
}

/* principal */
.principal {
  background-color: #ED6A02;
  padding-bottom: 150px;
  position: relative;
  text-align: center;
}

.principal .balloon {
  padding: 30px;
}

.principal .container {
  margin: 0 auto;
  width: 1000px;
  padding-top: 80px;
}

.principal_lead {
  background-color: #F4A667;
  padding: 130px 0 70px;
  position: relative;
}

.principal_lead::before {
  content: '';
  border-top: 75px solid transparent;
  border-bottom: 75px solid transparent;
  border-left: 50vw solid #ED6A02;
  position: absolute;
  bottom: -75px;
  left: 0;
}

.principal_lead::after {
  content: '';
  border-top: 75px solid transparent;
  border-bottom: 75px solid transparent;
  border-right: 50vw solid #ED6A02;
  position: absolute;
  bottom: -75px;
  right: 0;
}

.principal_lead p {
  margin-bottom: 20px;
}

.principal_lead small {
  font-size: 14px;
}

.principal_text {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 600px;
}

.principal_text_image {
  margin: 40px 0;
}

.principal_text_note {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 70px;
  text-align: left;
}

/* real_estate */
.real_estate {
  background-color: #ddd;
  padding: 150px 0 20px;
  position: relative;
  text-align: center;
}

.real_estate h3.orange_line::after {
  background-color: #ED6A02;
}

.real_estate .container {
  margin: 0 auto;
  width: 1000px;
}

.real_estate_box {
  background-color: #fff;
  margin-bottom: 80px;
  padding-bottom: 80px;
  position: relative;
  text-align: left;
}

.real_estate_box::before {
  background: url(../images/real_estate_ribbon.png) 0 0 no-repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  height: 86px;
  width: 149px;
}

.real_estate_box.few::before {
  background: url(../images/real_estate_ribbon_few.png) 0 0 no-repeat;
}

.real_estate_box.sold::before {
  background: url(../images/real_estate_ribbon_sold.png) 0 0 no-repeat;
}

.real_estate_top {
  margin-bottom: 80px;
}

.real_estate_image {
  float: left;
}

.real_estate_title {
  float: left;
  margin-left: 60px;
  margin-top: 80px;
  text-align: center;
}

.real_estate_title_date {
  color: #ED6A02;
  font-size: 26px;
  font-weight: bold;
  margin-left: 15px;
  position: relative;
}

.real_estate_title_date::before {
  content: '';
  border-left: 2px solid #ED6A02;
  height: 30px;
  position: absolute;
  bottom: 6px;
  left: -12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.real_estate_title_date::after {
  content: '';
  border-right: 2px solid #ED6A02;
  height: 30px;
  position: absolute;
  bottom: 6px;
  right: -12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.real_estate_title_name {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 38px;
}

.real_estate_title table td {
  font-weight: bold;
  height: 94px;
  width: 185px;
}

.real_estate_title table td:first-child {
  border-right: 1px solid #1D1D1D;
}

.real_estate_title table tr:first-child td {
  border-bottom: 1px solid #1D1D1D;
  vertical-align: top;
}

.real_estate_title table tr:last-child td {
  vertical-align: bottom;
}

.real_estate_title table td b {
  color: #ED6A02;
  font-size: 32px;
}

.real_estate_title table td .yen,
.real_estate_title table td .percent {
  font-size: 20px;
}

.real_estate_bottom_left {
  float: left;
  margin-bottom: 40px;
  margin-left: 55px;
  width: 420px;
}

table.real_estate_info {
  margin-bottom: 30px;
  width: 100%;
}

table.real_estate_info th,
table.real_estate_info td {
  border-bottom: 1px solid #A4A4A4;
}

table.real_estate_info tr:first-child th,
table.real_estate_info tr:first-child td {
  border-top: 3px solid #A4A4A4;
}

table.real_estate_info tr:last-child th,
table.real_estate_info tr:last-child td {
  border-bottom: 3px solid #A4A4A4;
}

table.real_estate_info th {
  color: #ED6A02;
  font-weight: bold;
  padding: 10px 0;
  vertical-align: top;
  width: 120px;
}

table.real_estate_info td {
  padding: 10px 0;
  vertical-align: top;
}

table.real_estate_info td small {
  font-size: 14px;
}

.real_estate_bottom_left p b {
  color: #ED6A02;
  font-weight: bold;
}

.real_estate_bottom_right {
  float: right;
  margin-bottom: 40px;
  margin-right: 55px;
  width: 420px;
}

.real_estate_performance {
  margin-bottom: 30px;
}

.real_estate_performance small {
  font-size: 14px;
}

.real_estate_past b,
.real_estate_performance b {
  color: #ED6A02;
  font-weight: bold;
}

.real_estate_past table {
  border-collapse: separate;
  border-spacing: 2px;
  text-align: center;
  width: 100%;
}

.real_estate_past table th {
  background-color: #ED6A02;
  color: #fff;
  padding: 10px;
}

.real_estate_past table td {
  background-color: #FDF0E5;
  padding: 10px;
}

.real_estate_btn {
  clear: both;
  text-align: center;
}

/* faq */
.faq {
  background-color: #FCCD19;
  padding: 100px 0 150px;
  text-align: center;
}

.faq .container {
  max-width: 1300px;
  width: 100%;
}

.faq h3.orange_line::after {
  background-color: #ED6A02;
}

.faq_list {
  margin: 0 auto 10px;
  max-width: 700px;
  text-align: left;
}

.faq_list dt {
  background: #fff url(../images/faq_open.png) no-repeat;
  background-position: right 30px center;
  cursor: pointer;
  font-weight: bold;
  padding: 20px 30px;
}

.faq_list dt.open {
  background-image: url(../images/faq_close.png);
}

.faq_list dd {
  background-color: #FDE898;
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 20px 30px;
}

.faq_list dd small {
  font-size: 14px;
  font-weight: normal;
}

.faq_btn {
  margin-top: 80px;
}

/* contact */
.contact {
  padding-bottom: 90px;
  text-align: center;
}

.contact .container {
  max-width: 1300px;
  width: 100%;
}

.contact_image {
  margin-top: -40px;
  margin-right: 30px;
}

/* footer */
#pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 54px;
  z-index: 999;
}

.footer {
  background-color: #ddd;
  line-height: 1.7;
}

.footer .container {
  margin: 0 auto;
  width: 850px;
  padding: 65px 0 15px;
}

.footer b {
  font-weight: bold;
}

.footer_left {
  float: left;
  margin-bottom: 95px;
}

.footer_right {
  float: right;
  margin-bottom: 90px;
}

.footer_copy {
  clear: both;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
    .main_lead {
      height: 599px;
      position: relative;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .simulation_lead::before {
      border-left: 512px solid #FCCD19;
    }
    .simulation_lead::after {
      border-right: 512px solid #FCCD19;
    }
    .principal_lead::before {
      border-left: 512px solid #ED6A02;
    }
    .principal_lead::after {
      border-right: 512px solid #ED6A02;
    }
}

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

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

    body {
      min-width: auto;
    }

    .container {
      padding: 0 20px;
      width: 100% !important;
    }

    .main_btn,
    .recommend_btn,
    .feature_btn {
      padding: 0 30px;
    }
    .balloon {
      font-size: 18px;
      line-height: 1.7;
      padding: 15px !important;
      width: calc(100% - 60px);
    }
    .balloon .big {
      font-size: 22px;
    }
    .balloon .small {
      font-size: 14px;
    }

    .header {
      height: 60px;
    }
    .header .container {
      padding: 5px 10px;
    }
    .header_logo {
      margin-top: 0;
      width: 199px;
    }
    .header_menu {
      margin-top: 14px;
    }
    .menu {
      overflow: auto;
      padding: 20px 20px 30px;
      top: 60px;
      width: 100%;
      -webkit-overflow-scrolling: touch;
    }
    .menu ul {
      width: 100%;
    }
    .menu ul li {
      background: url(../images/menu_arrow.png) right center no-repeat;
      background-size: 18px;
      font-size: 16px;
      padding: 15px 40px 15px 0;
    }
    .menu_tel,
    .menu_btn {
      padding: 0 20px;
    }
    .menu_tel img {
      margin-bottom: 0;
    }
    .menu_close img {
      max-height: 15px;
    }

    .main {
      padding-bottom: 40px;
    }
    .main_lead {
      width: 100%;
    }
    .main .container {
      margin-top: -55px;
    }
    .main_rate {
      margin-bottom: 30px;
    }
    .main_person {
      margin-bottom: 30px;
      padding: 0 20px;
    }
    .main_btn {
      /*margin-bottom: 40px;*/
    }

    .recommend {
      padding: 50px 0 120px;
    }
    .recommend h3.orange_line {
      margin: 0 auto 70px;
      max-width: 220px;
    }
    .recommend ul {
      margin-bottom: 30px;
    }
    .recommend ul li {
      margin-right: 0;
      margin-bottom: 20px;
      width: calc(50% - 10px);
    }
    .recommend ul li:nth-child(odd) {
      margin-right: 20px;
    }

    .feature {
      padding: 150px 0 120px;
    }
    .feature h3.orange_line {
      margin: 0 auto 70px;
    }
    .feature h3.orange_line img {
      height: 20px;
    }
    .feature ul {
      margin-bottom: 30px;
    }
    .feature ul li {
      float: none;
      margin-right: 0;
      margin-bottom: 10px;
      width: 100%;
    }

    .simulation h3.orange_line {
      margin: 0 auto 70px;
    }
    .simulation h3.orange_line img {
      height: 20px;
    }
    .simulation_lead {
      padding: 90px 0 70px;
    }
    .simulation_lead::before,
    .simulation_lead::after {
      border-top: 60px solid transparent;
      border-bottom: 60px solid transparent;
      bottom: -60px;
    }
    .simulation_lead img {
      width: 300px;
    }
    .simulation .container {
      padding-top: 40px;
    }
    .simulation_graph {
      margin-bottom: 40px;
      padding: 0 15px;
    }

    .principal {
      padding-bottom: 120px;
    }
    .principal_lead {
      font-size: 12px;
      padding: 90px 20px 50px;
      text-align: left;
    }
    .principal_lead p {
      margin: 0 auto 20px;
      max-width: 560px;
    }
    .principal_lead small {
      font-size: 12px;
    }
    .principal_lead::before,
    .principal_lead::after {
      border-top: 60px solid transparent;
      border-bottom: 60px solid transparent;
      bottom: -60px;
    }
    .principal .container {
      padding: 40px 35px 0;
    }
    .principal h3.orange_line {
      margin: 0 auto 70px;
    }
    .principal_text {
      font-size: 16px;
    }
    .principal_text_image {
      margin: 20px 0 30px;
    }
    .principal_text_note {
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: 30px;
    }

    .real_estate h3.orange_line {
      margin: 0 auto 70px;
    }
    .real_estate h3.orange_line img {
      height: 20px;
    }
    .real_estate .bx-wrapper {
      border: none;
      box-shadow: none;
      margin-bottom: 100px;
    }
    .real_estate .bx-wrapper .bx-pager.bx-default-pager a {
      background: #A4A4A4;
    }
    .real_estate .bx-wrapper .bx-pager.bx-default-pager a.active,
    .real_estate .bx-wrapper .bx-pager.bx-default-pager a:focus,
    .real_estate .bx-wrapper .bx-pager.bx-default-pager a:hover {
      background: #F28F41;
    }
    .real_estate .bx-wrapper .bx-prev {
      background: url(../images/controls_prev.png) 0 0 no-repeat;
      background-size: cover;
      left: -10px;
      height: 30px;
      width: 22px;
      z-index: 999;
    }
    .real_estate .bx-wrapper .bx-next {
      background: url(../images/controls_next.png) 0 0 no-repeat;
      background-size: cover;
      right: -10px;
      height: 30px;
      width: 22px;
      z-index: 999;
    }
    .real_estate_box .slide {
      padding: 20px;
    }
    .real_estate_box::before {
      display: none;
    }
    .real_estate_box .slide.real_estate_top {
      margin-bottom: 0;
      padding-top: 80px;
      position: relative;
    }
    .real_estate_top::before {
      background: url(../images/real_estate_ribbon.png) 0 0 no-repeat;
      background-size: cover;
      content: '';
      position: absolute;
      top: 0;
      left: 20px;
      height: 58px;
      width: 100px;
    }
    .few .real_estate_top::before {
      background: url(../images/real_estate_ribbon_few.png) 0 0 no-repeat;
      background-size: cover;
    }
    .sold .real_estate_top::before {
      background: url(../images/real_estate_ribbon_sold.png) 0 0 no-repeat;
      background-size: cover;
    }
    .real_estate_title_date {
      font-size: 20px;
      margin-left: 0;
      margin-bottom: 5px;
      text-align: center;
    }
    .real_estate_title_date::before {
      height: 24px;
      bottom: 4px;
      left: 10px;
    }
    .real_estate_title_date::after {
      height: 24px;
      bottom: 4px;
      right: 10px;
    }
    .real_estate_image {
      float: none;
    }
    .real_estate_title {
      float: none;
      margin-left: 0;
      margin-top: 20px;
    }
    .real_estate_title_name {
      font-size: 26px;
      margin-bottom: 20px;
    }
    .real_estate_image img,
    .real_estate_title table {
      margin: 0 auto;
    }
    .real_estate_bottom_left {
      float: none;
      margin-left: 0;
      margin-bottom: 0;
    }
    table.real_estate_info td small {
      font-size: 12px;
    }
    .real_estate_bottom_right {
      float: none;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 100px;
    }
    .real_estate_btn {
      margin-top: 120px;
    }
    .real_estate_btn img {
      margin: 0 auto;
    }

    .faq {
      padding: 60px 0 80px;
    }
    .faq h3.orange_line {
      margin: 0 auto 70px;
    }
    .faq h3.orange_line img {
      height: 20px;
    }
    .faq_list dt {
      background-position: right 20px center;
      padding: 10px 45px 10px 20px;
    }
    .faq_list dd {
      padding: 15px 20px;
    }
    .faq_btn {
      margin-top: 40px;
    }

    .contact {
      padding-bottom: 40px;
    }
    .contact_image {
      margin-right: 0;
      padding: 0 20px;
    }

    #pagetop {
      bottom: 100px;
      right: 20px;
      width: 40px;
    }
    .footer .container {
      font-size: 14px;
      max-width: 410px;
      padding: 30px 15px 95px;
    }
    .footer_left {
      float: none;
      margin-bottom: 20px;
    }
    .footer_right {
      float: none;
      margin-bottom: 30px;
    }

    #followBtn {
      display: table;
      font-size: 0;
      position: fixed;
      bottom: 0;
      left: 0;
      height: 60px;
      width: 100%;
      z-index: 1000;
    }
    #followBtn a {
      display: table-cell;
      font-size: 14px;
      text-align: center;
      vertical-align: middle;
      height: 100%;
      width: 50%;
    }
    #followBtn a img {
      height: 20px;
    }
    #followBtn a:first-child {
      background-color: #ED6A02;
    }
    #followBtn a:last-child {
      background-color: #FC0;
    }
}

@media screen and (min-width: 1px) and (max-width: 480px) {
    .main_lead img {
      margin-left: calc((100% - 480px) / 2);
      min-width: 480px;
    }
}
