@charset "UTF-8";

/*--- common ---*/
main {
  color: #333;
}
.lp-contents-body {
  padding: 0 10px;
}
.subttl {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "palt";
  width: 92%;
  margin: 0 auto;
}
.subttl span {
  color: #005bab;
  background: url("../img/ico_subttl.svg") 6px 0 no-repeat;
  border-bottom: 2px solid #005bab;
  padding: 0 20px 4px 56px;
}
.btn.white > a {
  color: #000000;
  border-color: #b7b7b7;
  background-color: #fff;
  background-image: url("/share/img/arrow-link-gy.svg");
}
.btn.white > a:hover {
  color: #fff;
  background-color: #b7b7b7;
  background-image: url("/share/img/arrow-link.svg");
}
@media screen and (min-width: 767.99px) {
  .subttl {
    font-size: 32px;
  }
  .subttl span {
    padding-left: 80px;
  }
}



#wrapper {
  padding-top: 60px;
  overflow: hidden;
}
@media screen and (min-width: 767.99px) {
  #wrapper {
    padding-top: 80px;
  }
}


/*------------------------------------------------------------------
  header
------------------------------------------------------------------*/
.header-top-body {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
.header_logo {
  display: flex;
  font-size: 2.4rem;
  align-items: center;
  font-weight: 100;
  line-height: 1;
}
.header_logo img:first-of-type {
  width: 75px;
}
.header_logo img:last-of-type {
  width: 126px;
  margin: 0 0 0 12px;
}
.header-top-body .btn {
  max-width: 114px;
}
.header-top-body .btn > a {
  font-size: 1.4rem;
  text-align: left;
  color: #fff;
  width: 100%;
  min-height: 44px;
  background-color: #f29600;
  border: 2px solid #f29600;
  padding: 0 4px 0 0;
}
.header-top-body .btn > a[target=_blank] {
  background-position: center right 6px;
  background-size: 18px;
}
.header-top-body .btn > a:hover {
  color: #f29600;
  background-image: url(../img/icon-blank-hover.svg);
  background-color: #fff;
  border: 2px solid #f29600;
}
@media screen and (min-width: 767.99px) {
  .header-top-body {
    max-width: 1024px;
  }
  .header_logo {
    font-size: 40px;
  }
  .header_logo img:first-of-type {
    width: 120px;
  }
  .header_logo img:last-of-type {
    width: 205px;
  }
  .header-top-body .btn {
    max-width: 340px;
  }
  .header-top-body .btn > a {
    font-size: 1.8rem;
    min-height: 50px;
    padding: 0 0 0 20px;
    position: relative;
  }
  .header-top-body .btn > a[target=_blank] {
    background-position: center right 12px;
    background-size: 26px;
  }
  .header-top-body .btn > a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
    width: 39px;
    height: 27px;
    background-image: url("../img/ico_btn.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header-top-body .btn > a:hover::before {
    background-image: url("../img/ico_btn-hover.svg");
  }
}


/*------------------------------------------------------------------
  KV 
------------------------------------------------------------------*/
.kv {
  background-color: #005bab;
}
.kv .contents-body {
  position: relative;
  background-color: #005bab;
  background-image: url("../img/kv_sp.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 122.66%;
  display: flex;
  justify-content: center;
}
.kv_txt {
  max-width: 100%;
  padding-top: 17px;
}
.kv_shoulder {
  font-size: 2.0rem;
  color: #005bab;
  font-feature-settings: "palt";
  background-image: url("../img/kv_shoulder_bg_sp.png");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 190px auto;
  padding-bottom: 10px;
}
.kv_main {
  font-size: 2.9rem;
  line-height: 1.4;
  color: #005bab;
  margin: -1% 0 0 0;
}
.kv_main span {
  position: relative;
  z-index: 1;
  color: #ffffff;
  margin-right: 4px;
  padding: 0 8px;
}
.kv_main span::after {
  content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
  z-index: -1;
	width: 100%;
	height: 38px;
  background-color: #f29600;
}
.kv_main + p {
  line-height: 1.65;
}
.kv_txt p.text-attention {
  font-size: 1.2rem;
  margin: 16px 0 0 0;
  padding: 0 0 32px;
  -webkit-text-stroke: 3px white;
  text-stroke: 3px white;
  paint-order: stroke;
}
.kv_years {
  width: 130px;
  margin: 12px 0 0 0;
}
.kv_case-container {
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.kv_case-container ul {
  background-color: #fff;
  border: 1px solid #005bab;
  border-radius: 10px;
  margin: -16px 0 0 0;
  padding: 0 16px 0;
}
.kv_case-item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 10px 0;
}
.kv_case-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #005bab;
  width: 100%;
  height: 1px;
}
.kv_case-item img {
  flex-basis: 80px;
  max-width: 80px;
  margin: 0 0 0 8px;
}
.kv_case-item:last-of-type::after {
  background: none;
}
.kv_case-item p {
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}
span.kv_case {
  display: inline-block;
  font-weight: 500;
  font-size: 1.8rem;
  color: #005bab;
}
@media screen and (min-width: 767.99px) {
  .kv .contents-body {
    background-image: url("../img/kv.jpg");
    max-width: 100%;
    height: 502px;
  }
  .kv_txt {
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 0;
    max-width: 96%;
    width: 1024px;
  }
  .kv_shoulder {
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    background-image: url("../img/kv_shoulder_bg.png");
    background-position: 0 calc(100% + 6px);
    background-size: 317px 19px;
    margin: 0 0 8px;
    padding-bottom: 12px;
  }
  .kv_main {
    font-size: 4.4rem;
    line-height: 1.4;
    font-weight: 600;
  }
  .kv_main span {
    margin-right: 2px;
  }
  .kv_main span::after {
    top: 4px;
    height: 60px;
  }
  .kv_txt p.text-attention {
    color: #333;
    margin: 10px 0 0 0;
    -webkit-text-stroke: 0;
    text-stroke: 0;
    paint-order: normal;
  }
  .kv_years {
    position: absolute;
    top: -20px;
    right: -34px;
    width: 200px;
  }
  .kv_case-container {
    max-width: 940px;
    margin: -96px auto 0;
  }
  .kv_case-container ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
  }
  .kv_case-item {
    display: flex;
    flex-basis: calc(100% / 3);
    column-gap: 0;
    padding: 0;
  }
  .kv_case-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
    background-color: #005bab;
    width: 1px;
    height: 70%;
  }
  .kv_case-item img {
    flex-basis: 115px;
    max-width: 115px;
  }
  .kv_case-item p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .kv_case-item:nth-child(1) img {
    margin: 12px 12px 0 18px;
  }
  .kv_case-item:nth-child(2) img {
    margin: -2px 12px 0 15px;
  }
  .kv_case-item:nth-child(3) img {
    margin: -2px 4px 0 8px;
  }
  .kv .text-attention {
    font-size: 1.2rem;
  }
  span.kv_case {
    font-size: 2.0rem;
    padding: 0 0 3px;
  }
}


/*------------------------------------------------------------------
  「リロの留守宅管理」とは
------------------------------------------------------------------*/
.about_list {
  margin-top: 40px;
}
.about_list-point {
  position: relative;
  border: 1px solid #005bab;
  border-radius: 16px;
  margin-top: 64px;
  padding-bottom: 16px;
}
.about_ico-point {
  position: relative;
  background: #005bab;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin: -40px auto 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 1.0;
  z-index: 10;
}
.about_ico-point::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -24px;
  width: 26px;
  height: 24px;
  background: url("../img/ico_point.png") no-repeat;
}
.about_ico-point span {
  display: block;
  font-size: 200%;
}
.about_point-ttl {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.6;
  color: #005bab;
  text-align: center;
  background: #e6f3ff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: -20px;
  padding: 28px 10px 20px;
  z-index: 1;
}
.movie_bg {
  width: 100%;
  background-image: url("../img/movie_bg.svg");
  background-repeat: repeat-x;
  background-position: 0 80%;
  background-size: contain;
}
.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
.contents_ttl-h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  color: #005bab;
  margin: 0 0 12px;
}
@media screen and (min-width: 767.99px) {
  .about_ico-point {
    font-size: 1.6rem;
    text-align: left;
    margin: -40px auto 0;
    width: 80px;
    height: 80px;
  }
  .about_point-ttl {
    font-size: 2.2rem;
    margin-top: -40px;
    padding: 48px 6px 20px;
  }
  .movie_bg {
    background-size: auto 150px;
  }
  .movie {
    width: 810px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
  }
  .contents_ttl-h3 {
    font-size: 2.8rem;
    margin: 0 0 24px;
  }
}


/*------------------------------------------------------------------
  ニーズに合わせて最適なプランをご提案
------------------------------------------------------------------*/
.bg-plan {
  background: #e6f3ff;
  border-radius: 10px;
  margin-top: 60px;
  padding: 0 16px 20px;
}
.plan_ill {
  margin-top: -50px;
}
.plan_list {
  background: #ffffff;
  border: 1px solid #005bab;
  margin-top: -1px;
  padding: 0 15px;
}
.plan_list-item {
  text-align: center;
  margin-top: 8px;
  border-bottom: 1px solid #005bab;
  padding: 0 0 14px;
}
.plan_list-item:last-child {
  border-bottom: none;
}
.plan_item-name {
  font-size: 1.8rem;
  line-height: 1;
  width: 135px;
  color: #ffffff;
  background-color: #005bab;
  margin: 16px auto 6px;
  padding: 4px 0 6px;
}
@media screen and (min-width: 767.99px) {
  .bg-plan {
    padding: 0 28px 30px;
  }
  .plan_ill {
    width: 100%;
    margin-top: -40px;
  }
  .plan_list {
    margin-top: -2px;
  }
  .plan_list-item {
    margin-top: 0;
  }
  .about_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about_list-point {
    flex-basis: 32%;
    max-width: 32%;
    text-align: left;
  }
  .about_ico-point {
    margin: -40px auto 0;
  }
  .plan_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    padding: 24px 0;
  }
  .plan_list-item {
    border-bottom: none;
    box-sizing: border-box;
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    margin-top: 0;
    padding: 0 20px;
  }
  .plan_list-item:nth-of-type(2) {
    border-left: 1px solid #005bab;
    border-right: 1px solid #005bab;
  }
  .plan_item-name {
    font-size: 2.8rem;
    width: 70%;
    margin: 0 auto 16px;
    padding: 8px 0 10px;
  }
}


/*------------------------------------------------------------------
  ご利用までの流れ
------------------------------------------------------------------*/
.bg-flow {
  background: #6dbcff url("../img/flow_bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.bg-flow .subttl span {
  color: #ffffff;
  filter: brightness(0) invert(1);
}
.flow_container {
  margin-top: 40px;
}
.flow_list {
  background: #ffffff;
  padding: 0 10px;
  width: 100%;
}
.flow_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.0rem;
  color: #005bab;
  font-weight: 500;
  border-bottom: 1px solid #005bab;
  padding: 16px 0;
}
.flow_item:last-child {
  border-bottom: 0;
}
.flow_item-step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 25%;
  max-width: 25%;
  margin-right: 10px;
}
.flow_item-step p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  width: 64px;
  height: 64px;
  background-color: #005bab;
  border-radius: 50%;
  padding: 15px 0 0;
}
.flow_item-step p span {
  font-size: 2.3rem;
  font-weight: 500;
  display: block;
}
.flow_item-text {
  flex-basis: 75%;
  max-width: 75%;
  line-height: 1.5;
}
.flow_item-text span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.0;
}

@media screen and (min-width: 767.99px) {
  .flow_container {
    display: flex;
  }
  .flow_list {
    padding: 10px 44px 10px 32px;
  }
  .flow_item {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 2.4rem;
  }
  .flow_item-step {
    font-size: 1.6rem;
    margin-left: -86px;
    flex-basis: 20%;
    max-width: 20%;
  }
  .flow_item-step p {
    width: 74px;
    height: 74px;
  }
  .flow_item-text {
    flex-basis: 98%;
    max-width: 98%;
  }
  .flow_item-text span {
    margin: 0 0 0 24px;
  }
}


/*------------------------------------------------------------------
  よくある質問
------------------------------------------------------------------*/
.accordion-table > dl {
  border: 1px solid #005bab;
}
.accordion-table > dl > dt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #005bab;
  background-image: url(../img/icon-accordion-open.svg);
  background-position: center right 10px;
  background-size: 20px auto;
  padding: 12px 40px 12px 12px;
}
.accordion-table.on > dl > dt {
  background-image: url(../img/icon-accordion-close.svg);
}
.accordion-table > dl > dt:before {
  content: "Q";
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: #005bab;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  padding: 0 0 2px 0;
}
.accordion-table > dl > dd {
  border-top: none;
  padding: 0 12px 12px;
}
@media screen and (min-width: 767.99px) {
  .accordion-table > dl > dt {
    font-size: 2.0rem;
    background-position: center right 30px;
    background-size: 22px auto;
    padding: 16px 60px 16px 36px;
  }
  .accordion-table > dl > dt:before {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
  .accordion-table > dl > dt:before {
    margin-right: 20px;
  }
  .accordion-table > dl > dd {
    padding: 0 36px 20px;
  }
}


/*------------------------------------------------------------------
  空き家管理サービス
------------------------------------------------------------------*/
.bg-other {
  background: #008ce6;
}
.other_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.other_ttl::before,
.other_ttl::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}
.other_ttl::before {
  transform: translateX(10px) rotate(60deg);
}
.other_ttl::after {
  transform: translateX(-10px) rotate(-60deg);
}
.other_ttl h3 {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
}
.other_point {
  background: #00b3e6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 14px 14px;
  counter-reset: point;
}
.other_point-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 8px;
  padding: 8px 10px;
}
.other_point-item p:first-child {
  flex-basis: 24%;
  max-width: 24%;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  background-color: #00b3e6;
  border-radius: 100px;
  padding: 4px 8px;
}
.other_point-item p:first-child span {
  font-size: 2.3rem;
  font-weight: 600;
  vertical-align: -4px;
  padding: 0 0 0 2px;
}
.other_point-item p:last-child {
  flex-basis: 72%;
  max-width: 72%;
  font-size: 1.8rem;
}
@media screen and (min-width: 767.99px) {
  .other_point {
    padding: 20px 40px;
  }
  .other_point-item {
    font-size: 2.0rem;
  }
  .other_ttl::before {
    transform: translateX(0px) rotate(60deg);
  }
  .other_ttl::after {
    transform: translateX(0px) rotate(-60deg);
  }
  .other_point {
    padding: 14px 40px 24px;
  }
  .other_point-item {
    border-radius: 10px;
    margin-top: 10px;
    padding: 16px 30px;
  }
  .other_point-item p:first-child {
    flex-basis: 12%;
    max-width: 12%;
    font-size: 1.4rem;
    text-align: center;
    padding: 4px 12px 6px;
  }
  .other_point-item p:first-child span {
    font-size: 2.8rem;
    vertical-align: -5px;
  }
  .other_point-item p:last-child {
    flex-basis: 86%;
    max-width: 86%;
    font-size: 2.4rem;
    font-weight: 500;
  }
}


/*------------------------------------------------------------------
  お問い合わせ
------------------------------------------------------------------*/
.bg-contact {
  background: #ffffff;
  text-align: center;
}
.contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005bab;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
.contact_tel-free {
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  width: 50px;
  height: 50px;
  border: 1px solid #005bab;
  border-radius: 50%;
  margin-right: 10px;
  padding: 8px 0 0 0;
}
.contact_tel-free span {
  display: block;
  font-size: 1.4rem;
}
.contact_tel-num {
  font-size: 3.9rem;
}
.contact_attention {
  font-size: 1.5rem;
  color: #005bab;
  text-align: center;
  font-feature-settings: "palt";
  border: 1px solid #005bab;
  border-radius: 100px;
  margin: 16px 0 5px 0;
  padding: 6px 14px;
}
.contact_attention + p {
  font-size: 1.4rem;
}
@media screen and (min-width: 767.99px) {
  .contact_tel {
    margin: 10px 0 0 0;
  }
  .contact_tel-free {
    font-size: 1.4rem;
    width: 70px;
    height: 70px;
    padding: 15px 0 0 0;
  }
  .contact_tel-free span {
    font-size: 1.8rem;
  }
  .contact_tel-num {
    font-size: 6.0rem;
  }
  .contact_attention {
    font-size: 1.8rem;
    max-width: 760px;
    margin: 24px auto 10px;
  }
  .contact_attention + p {
    font-size: 1.6rem;
  }
}


/*------------------------------------------------------------------
  キャンペーン
------------------------------------------------------------------*/
.campaign_container {
  font-size: 1.4rem;
  color: #ffffff;
  background: #005bab;
  
  padding: 16px 0 32px;
}
.campaign_detail {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.campaign_detail-emphasis {
  font-size: 2.0rem;
  font-weight: 600;
  color: #ffdb1a;
  font-feature-settings: "palt";
}
.campaign_detail-emphasis span {
  font-size: 140%;;
}
.campaign_link {
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: none;
}
.campaign_link:hover {
  opacity: .9;
}
.campaign_container .btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin: 18px 0 0 0;
}
.campaign_container .btn > a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-image: url("../img/ico_btn.svg"),url(/share/img/icon-blank.svg);
  background-position: left 12px center , right 12px center;
  background-size: 40px , 20px;
  background-color: #f29600;
  border: 3px solid #f29600;
  padding: 0 0 0 20px;
}
.campaign_container .btn > a:hover {
  color: #f29600;
  background-image: url("../img/ico_btn-hover.svg") , url(../img/icon-blank-hover.svg);
  background-color: #fff;
  border: 3px solid #fff;
}
.campaign_btn-note {
  font-size: 1.2rem;
  margin-top: 4px;
  text-align: center;
}
.campaign_bnr {
  margin: 16px 0 0 0;
}
@media screen and (min-width: 767.99px) {
  .campaign_detail {
    font-size: 2.7rem;
  }
  .campaign_detail-emphasis {
    font-size: 3.1rem;
  }
  .campaign_link {
    font-size: 1.6rem;
  }
  .campaign_container .btn {
    max-width: 480px;
  }
  .campaign_container .btn > a {
    font-size: 2.6rem;
    padding: 22px 0 22px 34px;
    background-size: 58px , 30px;
  }
  .campaign_btn-note {
    font-size: 1.4rem;
    margin-top: 6px;
  }
  .campaign_bnr {
    margin: 28px 0 0 0;
  }
}