﻿@charset "utf-8";
body { position:relative; }
body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  background: #fff;
  z-index: 5;
  height: 2em;
}

.sp { display: none;  }
.pc { display: block; }
br.pc { display: inline-block; }
#contents.estate_sale img { width:auto; max-width: 100%; height: auto; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap { 
	width:100%;
  padding-top: 90px;
}

.common_wrap01 {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.common_wrap02 {
  width: 92%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.common_wrap03 {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.common_inlinelist01 { letter-spacing:-.4em; }
.common_inlinelist01 li {
	letter-spacing: normal;
	display:inline-block;
}
.common_flex01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common_flex01.both {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common_flex01.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.common_btn01 a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background: #56b1bf;
  line-height: 1;
  padding: 20px 0;
  width: 200px;
  text-decoration: none;
  position: relative;
  transition: .3s;
}
.common_btn01 a:hover {
  transition: .3s;
  opacity: .6;
}

.common_txt01 {/*16-36*/
  font-size: 16px;
  line-height: 200%;
}

#bread {
	width:1200px;
	margin:10px auto;
	text-align:left;
	font-size:0.76em;
	color:#bbb;
}
#bread a:link {
	color:#3d4553;
	text-decoration:none;
}
#bread a:visited {
	color:#3d4553;
	text-decoration:none;
}
#bread a:hover {
	color:#999;
	text-decoration:none;
}
#bread a:active {
	color:#3d4553;
	text-decoration:none;
}


header {
  border-bottom: 1px solid #ddd;
}
.header_inner {
  padding: 15px 0 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer_inner {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
.f_nav .footer_logo {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.f_nav .footer_logo img {
  mix-blend-mode: multiply;
}

.f_nav dd {
  margin-bottom: 0;
  margin-right: 10px;
}
.f_nav dd a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #06275f;
  line-height: 1;
  padding: 10px 0 9px;
  font-size: 16px;
  width: 240px;
  text-align: center;
}
.f_nav dd i {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.f_nav dd i img {
  vertical-align: top;
}

.copyright {
  padding: 50px 0 70px;
}


/* =============================== cta =============================== */
.cta_bk {
  background: url(../images/estate_sale/cta_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0 80px;
  position: relative;
  text-align: center;
}
.cta_bk .cta .cta_ttl01 ,
.cta_bk .cta .cta_ttl02 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.cta_bk .cta .cta_ttl01 {
  margin-bottom: 25px;
}
.cta_bk .cta .cta_ttl02 {
  margin-bottom: 70px;
}
.cta_bk .cta .cta_txt01 {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  margin-bottom: 60px;
}
.cta_bk .cta .cta_txt02 {
  font-size: 26px;
  font-weight: 700;
  line-height: 170%;
  color: #fff;
  margin-bottom: 40px;
}
.cta_bk .cta .cta_btn {
  position: relative;
  text-align: center;
  transition: .3s;
}
.cta_bk .cta .cta_btn:hover {
  transition: .3s;
  opacity: .7;
}
.cta_bk .cta .cta_btn .cta_btn_sub {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #c56f00;
  background: #fff;
  border: 2px solid #c56f00;
  width: 300px;
  padding: 10px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%,0);
}
.cta_bk .cta .cta_btn a {
  background: #ee8800;
  display: inline-block;
  padding: 36px 0 28px;
  width: 500px;
}
.cta_bk .cta .cta_btn a .cta_btn_txt {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 10px 0 10px 58px;
  background: url(../images/estate_sale/cta_icon.png) no-repeat left center;
  background-size: auto;
}


/* =============================== main =============================== */

.main_bk {
  position: relative;
}  
.main_bk .main img {
  width: 100%;
}
.main_bk .main_ttl {
  position: absolute;
  left: 50%;
  bottom: 35%;
  transform: translate(-50%,0);
  width: 36.16%;
}

.main_bk .cta_btn {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 6.3%;
  transform: translate(-50%,0);
  transition: .3s;
}
.main_bk .cta_btn:hover {
  transition: .3s;
  opacity: .7;
}
.main_bk .cta_btn .cta_btn_sub {
  position: absolute;
  display: inlin-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #c56f00;
  background: #fff;
  border: 2px solid #c56f00;
  width: 300px;
  padding: 10px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%,0);
}
.main_bk .cta_btn a {
  background: #ee8800;
  display: inline-block;
  padding: 36px 0 28px;
  width: 500px;
}
.main_bk .cta_btn a .cta_btn_txt {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 10px 0 10px 58px;
  background: url(../images/estate_sale/cta_icon.png) no-repeat left center;
  background-size: auto;
}
@media screen and (max-width:1600px) {
  .main_bk .cta_btn {
    bottom: 4.3%;
  }
  .main_bk .cta_btn a {
    padding: 32px 0 24px;
  }
}
@media screen and (max-width:1380px) {
  .main_bk .main_ttl {
    bottom: 40%;
    width: 40%;
  }
  .main_bk .cta_btn {
    bottom: 1.2%;
  }
  .main_bk .cta_btn a {
    padding: 28px 0 20px;
    width: 420px;
  }
  .main_bk .cta_btn a .cta_btn_txt {
    font-size: 26px;
    background: url(../images/estate_sale/cta_icon.png) no-repeat left center;
    background-size: auto 38px;
  }
}
@media screen and (max-width:1200px) {
  .main_bk .main_ttl {
    bottom: 42%;
  }
  .main_bk .cta_btn .cta_btn_sub {
    font-size: 16px;
    width: 260px;
  }
  .main_bk .cta_btn a {
    padding: 22px 0 16px;
    width: 380px;
  }
  .main_bk .cta_btn a .cta_btn_txt {
    font-size: 20px;
    background: url(../images/estate_sale/cta_icon.png) no-repeat left center;
    background-size: auto 32px;
  }
}

/* =============================== worry =============================== */

.worry_bk {
  padding: 90px 0 60px;
  background: #fff;
}
.worry_bk .worry {
}
.worry_bk .worry .worry_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  color: #333;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 50px;
}
.worry_bk .worry .worry_list {
  display: flex;
  flex-wrap: wrap;
}
.worry_bk .worry .worry_list li {
  width: 31%;
  background: #f0faf6;
  margin-right: 3.5%;
  margin-bottom: 40px;
  text-align: center;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
}
.worry_bk .worry .worry_list li:nth-child(3n) {
  margin-right: 0;
}
.worry_bk .worry .worry_list li .txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 25px;
  text-align: center;
  flex-grow: 1;
}
.worry_bk .worry .worry_list li .txt strong {
  font-weight: 700;
  color: #00a66d;
}
.worry_bk .worry .worry_list li .image {
  text-align: center;
}

/* =============================== reason =============================== */

.reason_bk {
  padding: 100px 0;
  background: #f1f4ef;
}
.reason_bk .reason .reason_ttl_sub {
  text-align: center;
  margin-bottom: 15px;
}
.reason_bk .reason .reason_ttl_sub .txt {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #06275f;
  text-align: center;
  letter-spacing: .05em;
  padding: 10px 25px;
  border-radius: 25px;
}
.reason_bk .reason .reason_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  color: #333;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 55px;
}
.reason_bk .reason .reason_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.reason_bk .reason .reason_sec:nth-last-of-type(n+2) {
  margin-bottom: 60px;
}
.reason_bk .reason .reason_sec .image {
  width: 46.66%;
}
.reason_bk .reason .reason_sec.sec01 .image ,
.reason_bk .reason .reason_sec.sec03 .image {
  order: 1;
}
.reason_bk .reason .reason_sec .image img {
  max-width: 100%;
  height: auto;
}
.reason_bk .reason .reason_sec .info {
  width: 48.33%;
}
.reason_bk .reason .reason_sec.sec01 .info ,
.reason_bk .reason .reason_sec.sec03 .info {
  order: 2;
}
.reason_bk .reason .reason_sec .info .info_ttl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.reason_bk .reason .reason_sec .info .info_ttl .num {
  font-size: 80px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.02em;
  opacity: .5;
  display: inline-block;
}
.reason_bk .reason .reason_sec.sec01 .info .info_ttl .num {
  color: #7fd2b6;
}
.reason_bk .reason .reason_sec.sec02 .info .info_ttl .num ,
.reason_bk .reason .reason_sec.sec03 .info .info_ttl .num {
  color: #00a66d;
}
.reason_bk .reason .reason_sec .info .info_ttl .ttl_txt {
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: .05em;
  color: #333;
  margin-left: 20px;
  font-feature-settings: "palt";
}
@media screen and (max-width:1380px) {
  .reason_bk .reason .reason_sec .info .info_ttl {
    margin-bottom: 30px;
  }
  .reason_bk .reason .reason_sec .info .info_ttl .num {
    font-size: 70px;
  }
  .reason_bk .reason .reason_sec .info .info_ttl .ttl_txt {
    font-size: 26px;
  }
}
@media screen and (max-width:1260px) {
  .reason_bk .reason .reason_sec .info .info_ttl .num {
    font-size: 70px;
  }
  .reason_bk .reason .reason_sec.sec01 .info .info_ttl .ttl_txt ,
  .reason_bk .reason .reason_sec.sec03 .info .info_ttl .ttl_txt {
    width: calc( 100% - 100px );
  }
  .reason_bk .reason .reason_sec.sec01 .info .info_ttl .ttl_txt br ,
  .reason_bk .reason .reason_sec.sec03 .info .info_ttl .ttl_txt br {
    display: none;
  }
}
.reason_bk .reason .reason_sec:nth-of-type(1) .info .info_ttl .ttl_txt {
  letter-spacing: -.02em;
}
.reason_bk .reason .reason_sec .info .txt ,
.reason_bk .reason .reason_sec.sec02 .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .05em;
  color: #333;
}
.reason_bk .reason .reason_sec .info .txt strong ,
.reason_bk .reason .reason_sec.sec02 .txt strong {
  font-weight: 700;
  color: #00a66d;
}
.reason_bk .reason .reason_sec.sec02 .txt.txt100 {
  width: 100%;
  order: 3;
}

.reason_bk .reason .reason_copy01 {
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  color: #333;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 25px;
  padding-top: 90px;
  background: url(../images/estate_sale/reason_arrow.png) no-repeat center top;
  background-size: auto;
}
.reason_bk .reason .reason_copy02 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  text-align: center;
}
.reason_bk .reason .reason_copy02 strong {
  font-size: 40px;
  font-weight: 700;
  color: #00a66d;
  display: inline-block;
  background:linear-gradient(transparent 60%, #f6f173 60%);  
}

/* =============================== type =============================== */

.type_bk {
  padding: 100px 0;
}
.type_bk .type .type_ttl_sub {
  text-align: center;
  margin-bottom: 15px;
}
.type_bk .type .type_ttl_sub .txt {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #06275f;
  text-align: center;
  letter-spacing: .05em;
  padding: 10px 25px;
  border-radius: 25px;
}
.type_bk .type .type_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  color: #333;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 55px;
}
.type_bk .type .type_list {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  margin-bottom: 110px;
}
.type_bk .type .type_list li {
  width: 31%;
  text-align: center;
}
.type_bk .type .type_list li .ttl {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.type_bk .type .type_list li .txt {
  font-size: 16px;
  text-align: left;
  line-height: 165%;
  display: inline-block;
}
.type_bk .type .voice_ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.type_bk .type .voice_ttl::after {
  content: "";
  background: #00a66d;
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
}
.type_bk .type .voice_list {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
.type_bk .type .voice_list li {
  width: 48.33%;
  padding: 40px;
  box-sizing: border-box;
  background: url(../images/estate_sale/type_icon.png) no-repeat right 40px top 40px #f1f4ef;
  background-size: auto;
}
.type_bk .type .voice_list li .voice_info {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.type_bk .type .voice_list li .voice_info .image {
  width: 130px;
}
.type_bk .type .voice_list li .voice_info .ttl_txt {
  width: 65%;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}
.type_bk .type .voice_list li .voice_info .ttl_txt .sub {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.type_bk .type .voice_list li .txt {
  width: 100%;
  font-size: 16px;
  line-height: 185%;
}

/* =============================== flow =============================== */
.flow_bk {
  background: #f1f4ef;
  padding: 100px 0;
}
.flow_bk .flow .flow_ttl {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin-bottom: 50px;
}
.flow_bk .flow .flow_dl {
  padding: 50px 60px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  position: relative;
}
.flow_bk .flow .flow_dl:nth-last-of-type(n+2) {
  margin-bottom: 70px;
}
.flow_bk .flow .flow_dl:nth-last-of-type(n+2)::after {
  content: "";
  width: 60px;
  height: 34px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -56px;
  transform: translate(-50%,0);
  background: url(../images/estate_sale/flow_arrow.png) no-repeat center center;
  background-size: auto;
}
.flow_bk .flow .flow_dl:nth-of-type(1) {
  position: relative;
  padding-bottom: 0;
}
.flow_bk .flow .flow_dl:nth-of-type(1)::after {
  content: none;
}
.flow_bk .flow .flow_dl:nth-of-type(1) .image {
  margin-top: 40px;
  margin-bottom: -70px;
  position: relative;
}
.flow_bk .flow .flow_dl:nth-of-type(1) .image img {
  width: auto;
  max-width: 100%;
}
.flow_bk .flow .flow_dl dt {
  width: 165px;
}
.flow_bk .flow .flow_dl dd {
  width: calc( 100% - 165px );
  box-sizing: border-box;
}
.flow_bk .flow .flow_dl dd .flow_sttl {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}
.flow_bk .flow .flow_dl dd .flow_sttl .flow_num {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: .05em;
  display: inline-block;
  vertical-align: baseline;
  padding: 14px 35px 14px 25px;
  background: #00a66d;
  margin-right: 25px;
  position: relative;
}
.flow_bk .flow .flow_dl dd .flow_sttl .flow_num::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 27px solid #fff;
  border-left: 25px solid transparent;
  border-bottom: 27px solid #fff;
}
.flow_bk .flow .flow_dl dd .flow_txt {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: .05em;
  color: #333;
}
.flow_bk .flow .flow_dl dd .flow_txt strong {
  font-weight: 700;
  color: #c56f00;
  display: inline;
  background:linear-gradient(transparent 65%, #f6f173 65%);  
}
.flow_bk .flow .flow_arrow {
  text-align: center;
  margin-bottom: 15px;
}
.flow_bk .flow .flow_copy01 {
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
}
.flow_bk .flow .flow_copy02 {
  text-align: center;
}
.flow_bk .flow .flow_copy02 .flow_copy02_txt {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  display: inline;
  background:linear-gradient(transparent 60%, #f6f173 60%);
}
.flow_bk .flow .flow_copy02 .flow_copy02_txt strong {
  font-size: 40px;
  font-weight: 700;
  color: #00a66d;
}

/* =============================== faq =============================== */
.faq_bk {
  background: #fff;
  padding: 120px 0 170px;
}
.faq_bk .faq .faq_ttl {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  color: #3d4553;
  margin-bottom: 60px;
}
.faq_bk .faq .faq_box:nth-last-of-type(n+2) {
  margin-bottom: 20px;
}
.faq_bk .faq .faq_box dt {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  background: #f1f4ef;
  padding: 35px 110px 35px 80px;
  position: relative;
  cursor: pointer;
}
.faq_bk .faq .faq_box dt::after {
  content: "";
  background: url(../images/estate_sale/faq_icon_open.png) no-repeat center center;
  background-size: 100%;
  width: 29px;
  height: 29px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_bk .faq .faq_box dt.active {
  color: #fff;
  background: #00a66d;
}
.faq_bk .faq .faq_box dt.active::after {
  background: url(../images/estate_sale/faq_icon_close.png) no-repeat center center;
  background-size: 100%;
}
.faq_bk .faq .faq_box dd {
  display: none;
  padding: 30px 30px 30px 80px;
  background: #f1f4ef;
  position: relative;
}
.faq_bk .faq .faq_box dt::before,
.faq_bk .faq .faq_box dd::before {
  content: attr(data-icon);
  position: absolute;
  top: 28px;
  left: 20px;
  width: 46px;
  height: 46px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
  font-family: "Roboto", sans-serif;
}
.faq_bk .faq .faq_box dt::before {
  color: #fff;
  background: #00a66d;
}
.faq_bk .faq .faq_box dt.active::before {
  color: #00a66d;
  background: #fff;
}
.faq_bk .faq .faq_box dd::before {
  color: #fff;
  background: #00a66d;
}
.faq_bk .faq .faq_box dd .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 185%;
  color: #333;
  letter-spacing: .05em;
}

.estate_bk {
  padding: 75px 0;
  text-align: center;
}
.estate_bk a {
  transition: .3s;
}
.estate_bk a:hover {
  opacity: 0.7;
  transition: .3s;
}
.estate_bk img {
  width: 90%;
  max-width: 1000px;
}


