@charset "UTF-8";
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #111;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: m-plus-2p, sans-serif;
  font-weight: 500;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1100px;
  overflow: hidden;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
br.sp {
  display: none;
}
.orange {
  color: #e95513;
}
.yellow {
  color: #f7b52c;
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 80vh;
  min-height: 700px;
  background-image: url("../img/top_01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.top:before {
  content: '';
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.4) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.top .ttl_box {
  width: 750px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.top h2 {
  margin: 0 auto -5px;
}
.top h2 img {
  width: 100%;
}
.top .ttl_box .sub_box {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 4px #20aeb3;
  border-radius: 100px;
  position: relative;
  width: 660px;
  margin: 40px auto 0;
  padding: 50px 0 25px;
}
.top .ttl_box .sub_box .sub {
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #20aeb3;
  border-radius: 50px;
  padding: 5px 0 8px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 530px;
}
.top .ttl_box .sub_box .sub .b {
  font-size: 30px;
  position: relative;
  margin: 0 30px;
}
.top .ttl_box .sub_box .sub .b:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 2px;
  height: 45px;
  background-color: #fff;
  transform: rotate(-35deg);
}
.top .ttl_box .sub_box .sub .b:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 2px;
  height: 45px;
  background-color: #fff;
  transform: rotate(35deg);
}
.top .ttl_box .sub_box .icon {
  text-align: center;
  margin: 0;
}
.top .ttl_box .sub_box .icon span {
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  background-color: #e95513;
  padding: 7px 0;
  border-radius: 10px;
  margin: 0 10px;
  width: 170px;
}
.top .badge_box {
  position: absolute;
  right: 5%;
  bottom: 30px;
  z-index: 2;
}
.top .badge_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.top .badge_box ul li {
  width: 150px;
  margin-left: 20px;
}
.top .badge_box ul li img {
  width: 100%;
}
.top ul.slider {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.top ul.slider img {
  object-fit: cover;
  width: 100%;
  height: 80vh;
  min-height: 700px;
}
/*-------------------トップ以下-------------------*/
.contents {
  padding: 80px 0;
  position: relative;
}
.contents h3 {
  font-weight: 700;
  font-size: 58px;
  margin: 0 auto 30px;
  text-align: center;
  color: #20aeb3;
}
.contents h3 .sub {
  display: block;
  font-size: 38px;
  line-height: 38px;
  margin: 0 auto 5px;
}
/*-------------------空き家を放置するリスク-------------------*/
.contents.risk {
  padding-bottom: 0;
  position: relative;
}
.contents.risk:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.contents.risk .bg_box {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contents.risk .bg_box figure {
  width: 33.33%;
  height: 33.33%;
}
.contents.risk .bg_box figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.risk .wrap {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 2;
}
.contents.risk h3 {
  font-size: 52px;
  color: #fff;
  background-color: #f7b52c;
  border-radius: 20px 20px 0 0;
  margin: 0;
  padding: 20px 0 40px;
  position: relative;
}
.contents.risk h3 .sub {
  font-size: 38px;
  margin-top: 10px;
  color: #e95513;
}
.contents.risk h3 .sub .border {
  border-bottom: double 5px #e95513;
}
.contents.risk h3:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top-color: #f7b52c;
}
.contents.risk .inner02 {
  padding: 70px 5% 10px;
}
.contents.risk ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents.risk ul li {
  width: 27%;
  padding: 20px 2%;
  border: dashed 3px #ccc;
  border-radius: 20px;
  margin: 0 auto 40px;
  position: relative;
}
.contents.risk ul li h4 {
  margin: 0;
  text-align: center;
  color: #e95513;
  font-size: 18px;
  font-weight: 700;
  width: 250px;
  padding: 5px 0;
  border: solid 2px #e95513;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: auto;
}
.contents.risk ul li h4 i {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(-5%, -50%);
}
.contents.risk ul li figure {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: solid 1px #e95513;
  padding: 20px;
  margin: 15px auto;
}
.contents.risk ul li h5 {
  font-weight: 700;
  margin: 0 auto 10px;
  text-align: center;
  color: #e95513;
  font-size: 20px;
  line-height: 28px;
}
.contents.risk ul li p {
  margin: 0;
  text-align: justify;
}
.contents.risk ul li p .yellow_bg {
  background-color: #f7b52c;
  padding: 0 3px;
}
.contents.risk .p {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  background-color: #e95513;
  padding: 30px 0;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contents.risk .p:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top-color: #e95513;
}
/*-------------------選ばれる理由-------------------*/
.contents.reason {
  background-color: #e0f6f6;
}
.contents.reason ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents.reason ul li {
  width: 42%;
  padding: 30px 3%;
  background-color: #fff;
  border: solid 4px #20aeb3;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.contents.reason ul li:nth-child(3), .contents.reason ul li:last-child {
  margin-bottom: 0;
}
.contents.reason ul li figure {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.contents.reason ul li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.reason ul li .no {
  display: block;
  background-color: #69c3c7;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  font-size: 38px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
.contents.reason ul li .txt h4 {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  margin: 0 auto 15px;
  color: #20aeb3;
}
.contents.reason ul li .txt p {
  margin: 0;
  text-align: justify;
}
.contents.reason ul li .txt p .yellow_bg {
  background-color: #f7b52c;
  padding: 0 3px;
}
/*-------------------プラン-------------------*/
.contents.plan {
  background-color: #fef6e6;
}
.contents.plan table {
  width: 100%;
  border-collapse: collapse;
  outline: solid 4px #20aeb3;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.contents.plan table tr:last-child {
  border-bottom: none;
}
.contents.plan table thead {
  border-bottom: solid 2px #20aeb3;
}
.contents.plan table thead th {
  border-bottom: solid 1px #20aeb3;
  border-right: solid 1px #20aeb3;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
}
.contents.plan table thead th:last-child {
  border-right: none;
}
.contents.plan table thead th.light {
  background-color: #f7b52c;
  color: #fff;
}
.contents.plan table thead th.standard {
  background-color: #e95513;
  color: #fff;
}
.contents.plan table thead th.premium {
  background-color: #0f6ab3;
  color: #fff;
}
.contents.plan table thead th.light.price {
  background-color: #fff;
  color: #f7b52c;
}
.contents.plan table thead th.standard.price {
  background-color: #fff;
  color: #e95513;
}
.contents.plan table thead th.premium.price {
  background-color: #fff;
  color: #0f6ab3;
}
.contents.plan table tbody tr.border_bottom {
  border-bottom: solid 2px #20aeb3;
}
.contents.plan table tbody th.ttl, .contents.plan table tbody tr:last-child th, .contents.plan table tbody tr:last-child td {
  border-bottom: none;
}
.contents.plan table tbody th {
  background-color: #e0f6f6;
  border-bottom: solid 1px #20aeb3;
  border-right: solid 1px #20aeb3;
  padding: 10px 0;
  width: 20%;
  font-weight: 500;
}
.contents.plan table tbody td {
  border-bottom: solid 1px #20aeb3;
  border-right: solid 1px #20aeb3;
  text-align: center;
  padding: 10px 0;
  width: 20%;
}
.contents.plan table tbody td:last-child {
  border-right: none;
}
.contents.plan table tbody th.ttl {
  width: 5% !important;
}
.contents.plan table tbody th .vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  white-space: nowrap;
  font-size: 20px;
  letter-spacing: 5px;
}
.contents.plan table tbody td.light {
  background-color: #fef9ee;
  color: #f7b52c;
}
.contents.plan table tbody td.standard {
  background-color: #fdf1ec;
  color: #e95513;
}
.contents.plan table tbody td.premium {
  background-color: #ecf3f9;
  color: #0f6ab3;
}
/*-------------------ご利用までの流れ-------------------*/
.contents.flow {
  background-color: #fff;
}
.contents.flow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents.flow ul li {
  padding: 20px 3%;
  background-color: #e0f6f6;
  border: solid 4px #20aeb3;
  border-radius: 20px;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents.flow ul li:last-child {
  margin-bottom: 0;
}
.contents.flow ul li:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top-color: #20aeb3;
}
.contents.flow ul li:last-child:after {
  display: none;
}
.contents.flow ul li figure {
  width: 25%;
  height: 170px;
  border-radius: 20px;
  overflow: hidden;
}
.contents.flow ul li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.flow ul li .txt {
  width: 70%;
}
.contents.flow ul li .txt h4 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 auto 5px;
  color: #20aeb3;
}
.contents.flow ul li .txt p {
  margin: 0;
  text-align: justify;
}
.contents.flow ul li .no {
  display: block;
  font-weight: 700;
  background-color: #69c3c7;
  color: #fff;
  width: 130px;
  padding: 5px 0 7px;
  border-radius: 15px 0 0 0;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
/*-------------------お客様の声-------------------*/
.contents.voice {
  background-color: #fef6e6;
}
.contents.voice ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents.voice ul li {
  width: 42%;
  background-color: #fff;
  border: solid 4px #e95513;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 3% 40px;
  position: relative;
}
.contents.voice ul li figure {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.contents.voice ul li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.voice ul li .category {
  display: block;
  font-weight: 700;
  background-color: #ed7742;
  color: #fff;
  width: 150px;
  padding: 10px 0 12px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.contents.voice ul li .txt h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0 auto 10px;
  text-align: justify;
  color: #e95513;
}
.contents.voice ul li .txt p {
  text-align: justify;
  margin: 0 auto 15px;
}
.contents.voice ul li .txt p.right {
  text-align: right;
  margin: 0;
  color: #e95513;
  position: absolute;
  right: 6%;
  bottom: 20px;
}
/*-------------------対応エリア-------------------*/
.contents.area {
  background-color: #e0f6f6;
}
.contents.area .inner {
  width: 900px;
}
.contents.area .inner02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents.area .figure_box {
  width: 450px;
  height: 450px;
  border-radius: 450px;
  background-color: #fff;
  border: solid 4px #20aeb3;
  overflow: hidden;
  position: relative;
}
.contents.area .figure_box figure {
  width: 430px;
  margin: -100px auto 0 -10px;
}
.contents.area .area_box {
  width: 43%;
}
.contents.area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents.area ul li {
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #f7b52c;
  padding: 10px 0 11px;
  border-radius: 10px;
  margin: 15px auto;
  font-weight: 700;
}
.contents.area ul li:nth-child(1) {
  background-color: #e95513;
}
.contents.area .caption {
  text-align: center;
  margin: 40px auto 0;
}
/*-------------------よくある質問-------------------*/
.contents.faq .dl_box dl {
  margin: 0;
  text-align: justify;
  background-color: #e0f6f6;
  border: solid 4px #20aeb3;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.contents.faq .dl_box dl:last-child {
  margin-bottom: 0;
}
.contents.faq .dl_box dl .q {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background-color: #69c3c7;
  padding: 20px 5%;
}
.contents.faq .dl_box dl .a {
  display: none;
  padding: 20px 5%;
}
.contents.faq .dl_box dl p {
  margin: 0;
  padding: 0 5% 0 55px;
}
.contents.faq .dl_box dl .q p:before {
  width: 80px;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #20aeb3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents.faq .dl_box dl dd {
  margin: 0;
}
.contents.faq .dl_box dl .toggle {
  position: relative;
}
.contents.faq .dl_box dl .toggle:hover {
  cursor: pointer;
}
.contents.faq .dl_box dl .toggle .plus {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  display: block;
}
.contents.faq .dl_box dl .toggle .plus:before, .contents.faq .dl_box dl .toggle .plus:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.contents.faq .dl_box dl .toggle .plus:before {
  width: 3px;
  height: 20px;
}
.contents.faq .dl_box dl .toggle.active .plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
/*-------------------お問い合わせ-------------------*/
.contents.contact {
  background-color: #fef6e6;
}
.contents.contact .wrap {
  padding: 30px 5% 60px;
  border-radius: 20px;
  background-color: #fff;
  border: solid 4px #e95513;
}
/*-------------------CTA-------------------*/
.contents.cta {
  padding: 0;
  background-color: #69c3c7;
}
.contents.cta h3 {
  color: #fff !important;
  font-size: 48px;
  background-color: #20aeb3;
  margin: 0;
  padding: 20px 0;
  position: relative;
}
.contents.cta h3:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top-color: #20aeb3;
}
.contents.cta .inner {
  width: 1250px;
  padding: 50px 0;
}
.contents.cta .p {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin: 0 auto 20px;
}
.contents.cta .p .area {
  text-align: center;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  background-color: #e95513;
  padding: 7px 0 8px;
  border-radius: 10px;
  margin: 0 5px;
  width: 120px;
}
.contents.cta .p .area.yellow {
  background-color: #f7b52c;
}
.contents.cta .wrap {
  padding: 30px 0;
  border-radius: 20px;
  background-color: #fff;
  border: solid 5px #20aeb3;
  box-shadow: 0 0 20px #20aeb31a;
}
.contents.cta .wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents.cta .wrap ul li {
  width: 30%;
  border-right: solid 1px #ccc;
}
.contents.cta .wrap ul li:nth-child(1) {
  width: 40%;
}
.contents.cta .wrap ul li h4 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 10px;
}
.contents.cta .wrap ul li h4 span {
  position: relative;
}
.contents.cta .wrap ul li h4 span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 1px;
  height: 25px;
  background-color: #111;
  transform: rotate(-45deg);
}
.contents.cta .wrap ul li h4 span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 1px;
  height: 25px;
  background-color: #111;
  transform: rotate(45deg);
}
.contents.cta .wrap ul li.tel p {
  margin: 0;
  text-align: center;
}
.contents.cta .wrap ul li.tel .time {
  display: block;
  color: #e95513;
  font-size: 16px;
  margin-top: 7px;
}
.contents.cta .wrap ul li.tel a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: #e95513;
  font-size: 42px;
  line-height: 42px;
}
.contents.cta .wrap ul li.tel img {
  width: 55px;
  margin-right: 10px;
}
.contents.cta .wrap ul li .btn {
  margin: 0;
}
.contents.cta .wrap ul li .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 0 20px #2222221a;
  padding: 20px 0;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
.contents.cta .wrap ul li.mail .btn a {
  background-color: #e95513;
}
.contents.cta .wrap ul li.mail .btn a:hover {
  opacity: 1;
  background-color: #f7b52c;
}
.contents.cta .wrap ul li.line {
  border-right: none;
}
.contents.cta .wrap ul li.line .btn a {
  background-color: #06C755;
}
.contents.cta .wrap ul li.line a:hover {
  opacity: 1;
  background-color: #f7b52c;
}
/*-------------------運営会社-------------------*/
.contents.about .wrap {
  border: solid 4px #20aeb3;
  border-radius: 20px;
}
.contents.about .wrap h4 {
  margin: 0;
  background-color: #20aeb3;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 28px;
  border-radius: 15px 15px 0 0;
  padding: 10px 5% 12px;
}
.contents.about .wrap .inner02 {
  padding: 30px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents.about figure {
  width: 38%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
}
.contents.about figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.about .dl_box {
  width: 58%;
}
.contents.about dl {
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: solid 1px #ccc;
}
.contents.about dl dt {
  width: 30%;
}
.contents.about dl dd {
  margin: 0;
  width: 70%;
}
.contents.about dl dd a {
  color: #20aeb3;
}
/*-------------------404-------------------*/
.contents.not_found .inner {
  min-height: 700px;
}
.contents.not_found .inner02 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.contents.not_found .inner02 p {
  margin: 0;
}
@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  br.sp {
    display: block;
  }
  /*-------------------トップ-------------------*/
  .top {
    min-height: 600px;
  }
  .top .ttl_box {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
  }
  .top .ttl_box .sub_box {
    width: auto;
    margin: 25px auto 0;
    padding: 30px 0 15px;
  }
  .top .ttl_box .sub_box .sub {
    font-size: 16px;
    padding: 3px 0 5px;
    position: absolute;
    top: -20px;
    width: 95%;
    max-width: 350px;
  }
  .top .ttl_box .sub_box .sub .b {
    font-size: 18px;
    margin: 0 20px;
  }
  .top .ttl_box .sub_box .sub .b:before {
    position: absolute;
    left: -10px;
    height: 25px;
  }
  .top .ttl_box .sub_box .sub .b:after {
    position: absolute;
    right: -10px;
    height: 25px;
  }
  .top .ttl_box .sub_box .icon span {
    font-size: 18px;
    padding: 5px 10px;
    margin: 0 3px;
    width: auto;
  }
  .top .badge_box {
    position: absolute;
    bottom: 100px;
  }
  .top .badge_box ul li {
    width: 100px;
    margin-left: 10px;
  }
  .top ul.slider img {
    height: 80vh;
    min-height: 600px;
  }
  /*-------------------トップ以下-------------------*/
  .contents {
    padding: 50px 0;
  }
  .contents h3 {
    font-size: 32px;
    margin: 0 auto 20px;
  }
  .contents h3 .sub {
    font-size: 24px;
    line-height: 20px;
  }
  /*-------------------空き家を放置するリスク-------------------*/
  .contents.risk .wrap {
    margin: 0 auto 40px;
  }
  .contents.risk h3 {
    font-size: 30px;
    line-height: 38px;
    padding: 20px 0 30px;
  }
  .contents.risk h3 .sub {
    font-size: 16px;
    line-height: 16px;
  }
  .contents.risk h3:after {
    position: absolute;
    bottom: -40px;
    border: 20px solid transparent;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-top-color: #f7b52c;
  }
  .contents.risk .inner02 {
    padding: 60px 5% 30px;
  }
  .contents.risk ul {
    display: block;
  }
  .contents.risk ul li {
    width: auto;
    padding: 20px 5%;
    margin: 0 auto 40px;
  }
  .contents.risk ul li:last-child {
    margin: 0;
  }
  .contents.risk ul li figure {
    width: 50px;
    height: 50px;
  }
  .contents.risk .p {
    font-size: 30px;
    line-height: 38px;
    padding: 15px 0 17px;
  }
  .contents.risk .p:after {
    position: absolute;
    bottom: -40px;
    border: 20px solid transparent;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-top-color: #e95513;
  }
  /*-------------------選ばれる理由-------------------*/
  .contents.reason ul {
    display: block;
  }
  .contents.reason ul li {
    width: auto;
    padding: 20px 5%;
    margin-bottom: 20px;
  }
  .contents.reason ul li:nth-child(3) {
    margin-bottom: 20px;
  }
  .contents.reason ul li:last-child {
    margin-bottom: 0;
  }
  .contents.reason ul li figure {
    height: 200px;
    margin-bottom: 20px;
  }
  .contents.reason ul li .no {
    width: 55px;
    height: 55px;
    line-height: 53px;
    font-size: 28px;
  }
  .contents.reason ul li .txt h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto 10px;
  }
  /*-------------------プラン-------------------*/
  .contents.plan table {
    margin: 0 auto;
    width: 900px;
  }
  .contents.plan .scroll {
    overflow: auto;
    padding: 4px;
  }
  .contents.plan .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .contents.plan .scroll::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  .contents.plan .scroll::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  /*-------------------ご利用までの流れ-------------------*/
  .contents.flow ul li {
    padding: 20px 5%;
    margin-bottom: 25px;
    display: block;
  }
  .contents.flow ul li:after {
    position: absolute;
    bottom: -40px;
    border: 20px solid transparent;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-top-color: #20aeb3;
  }
  .contents.flow ul li figure {
    width: auto;
    height: 200px;
    margin-bottom: 20px;
  }
  .contents.flow ul li .txt {
    width: auto;
  }
  .contents.flow ul li .txt h4 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 10px;
  }
  .contents.flow ul li .no {
    width: 100px;
    padding: 10px 0;
    font-size: 18px;
  }
  /*-------------------お客様の声-------------------*/
  .contents.voice ul {
    display: block;
  }
  .contents.voice ul li {
    width: auto;
    padding: 20px 5% 40px;
    margin-bottom: 20px;
  }
  .contents.voice ul li:last-child {
    margin-bottom: 0;
  }
  .contents.voice ul li figure {
    height: 200px;
    margin-bottom: 20px;
  }
  .contents.voice ul li .category {
    width: 100px;
    padding: 10px 0;
    font-size: 18px;
  }
  .contents.voice ul li .txt h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 10px;
  }
  .contents.voice ul li .txt p {
    margin: 0 auto 15px;
  }
  .contents.voice ul li .txt p.right {
    font-size: 15px;
  }
  /*-------------------対応エリア-------------------*/
  .contents.area .inner {
    width: 90%;
  }
  .contents.area .inner02 {
    display: block;
  }
  .contents.area .figure_box {
    width: 300px;
    height: 300px;
    border-radius: 300px;
    margin: 0 auto 20px;
  }
  .contents.area .figure_box figure {
    width: 280px;
    margin: -50px auto 0 -10px;
  }
  .contents.area .area_box {
    width: auto;
  }
  .contents.area ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contents.area ul li {
    width: 48%;
    font-size: 20px;
    padding: 10px 0;
    margin: 0 auto 7px;
  }
  .contents.area .caption {
    font-size: 15px;
    margin-top: 10px;
  }
  /*-------------------よくある質問-------------------*/
  .contents.faq .dl_box dl {
    margin-bottom: 15px;
  }
  .contents.faq .dl_box dl .q {
    font-size: 17px;
    padding: 15px 5%;
  }
  .contents.faq .dl_box dl .a {
    padding: 15px 5%;
  }
  .contents.faq .dl_box dl p {
    padding: 0 7% 0 35px;
  }
  .contents.faq .dl_box dl .q p:before {
    width: 40px;
    font-size: 20px;
  }
  .contents.faq .dl_box dl .toggle .plus {
    position: absolute;
    right: 20px;
  }
  .contents.faq .dl_box dl .toggle .plus:before, .contents.faq .dl_box dl .toggle .plus:after {
    position: absolute;
    width: 15px;
    height: 3px;
  }
  .contents.faq .dl_box dl .toggle .plus:before {
    width: 3px;
    height: 15px;
  }
  /*-------------------お問い合わせ-------------------*/
  .contents.contact .wrap {
    padding: 10px 5% 40px;
  }
  /*-------------------CTA-------------------*/
  .contents.cta h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 15px 0 17px;
  }
  .contents.cta h3:after {
    position: absolute;
    bottom: -40px;
    border: 20px solid transparent;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-top-color: #20aeb3;
  }
  .contents.cta .inner {
    width: 90%;
    padding: 40px 0;
  }
  .contents.cta .p {
    font-size: 18px;
    margin: 0 auto 15px;
  }
  .contents.cta .p .area {
    font-size: 20px;
    padding: 5px 0;
    margin: 0 3px 5px;
    width: 80px;
  }
  .contents.cta .wrap {
    padding: 5px 5% 10px;
  }
  .contents.cta .wrap ul {
    display: block;
  }
  .contents.cta .wrap ul li {
    width: auto;
    border: none;
    border-bottom: solid 1px #ccc;
    padding: 20px 0;
  }
  .contents.cta .wrap ul li:nth-child(1) {
    width: auto;
  }
  .contents.cta .wrap ul li:last-child {
    border: none;
  }
  .contents.cta .wrap ul li h4 {
    font-size: 16px;
  }
  .contents.cta .wrap ul li h4 span:before {
    position: absolute;
    left: -10px;
    height: 20px;
  }
  .contents.cta .wrap ul li h4 span:after {
    position: absolute;
    right: -10px;
    height: 20px;
  }
  .contents.cta .wrap ul li.tel .time {
    font-size: 15px;
    margin-top: 7px;
  }
  .contents.cta .wrap ul li.tel a {
    font-size: 32px;
    line-height: 32px;
  }
  .contents.cta .wrap ul li.tel img {
    width: 40px;
    margin-right: 5px;
  }
  .contents.cta .wrap ul li .btn a {
    padding: 15px 0;
    font-size: 18px;
    width: auto;
    max-width: 350px;
  }
  /*-------------------運営会社-------------------*/
  .contents.about .wrap h4 {
    font-size: 22px;
  }
  .contents.about .wrap .inner02 {
    padding: 30px 5%;
    display: block;
  }
  .contents.about figure {
    width: auto;
    height: 200px;
    margin-bottom: 10px;
  }
  .contents.about .dl_box {
    width: auto;
  } /*-------------------404-------------------*/
  .contents.not_found .inner {
    min-height: 400px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}