@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* --------------------------------
l-page
----------------------------------- */
.l-page-cover__ttl {
  text-align: center;
  color: #0c64c4;
  padding-bottom: 20px;
  text-transform: uppercase;
}

/* --------------------------------
header
----------------------------------- */
.header-sp__top {
  height: 14vw;
}
.header-sp__logo {
  width: 45vw;
}
.header-sp .nav-drawer__list {
  color: #333;
}
.header-sp .nav-drawer__btn {
  background: #0c64c4;
  color: #fff;
  font-weight: 700;
  /* padding: 4vw; */
  width: 250px;
}
.header-sp .nav-drawer__tel {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.header-sp .nav-drawer__time {
  color: #333;
}
.header-sp .nav-drawer__time span {
  border-color: #333;
  margin-bottom: 10px;
}
.header-sp .hamburger {
  /*background: -webkit-gradient(linear, left top, right top, from(#009886), to(#82b31a));
  background: linear-gradient(90deg, #009886 0%, #82b31a 100%);*/
  background: #0c64c4;
}
/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  color: #151d3f;
  font-size: 9vw;
  font-weight: bold;
  line-height: 1.45;
}
.c-heading01 span {
  display: block;
  color: #0c64c4;
  font-size: 4vw;
  margin-top: 1vw;
  font-weight: 400;
}
.c-heading01_center {
  text-align: center;
}
.c-heading01_border {
  padding-bottom: 10px;
  border-bottom: 2px solid #1f89d6;
}

.c-heading02 {
  background: #0c64c4;
  padding: 1.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}

.c-heading03 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  /*  border-bottom: 2px dashed #0C64C4;*/
}

.c-heading04 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #3fa037;
}

/* --------------------------------
btn
----------------------------------- */
.btn {
  background-color: #fff;
  color: #009886;
  font-weight: bold;
}
.btn:hover {
  color: #fff;
}
.btn:hover::after {
  background-color: #009886;
}

.btn.-color {
  /*   background: -webkit-gradient(linear, left top, right top, from(#009886), to(#82b31a));
  background: linear-gradient(90deg, #009886 0%, #82b31a 100%);
  border: 1px solid #82b31a; */
  background: #0c64c4;
  border-radius: 50px;
}
.btn.-color:hover {
  color: #141414;
  background: #fff;
}

/* --------------------------------
c-card
----------------------------------- */
.c-card .address {
  color: #333;
}
.c-card .label {
  background-color: #c3d3f4;
  color: #333;
}
.c-card .checkpoint {
  background-color: #3fa037;
}

.c-card .btn.-color {
  background: #f29600;
  border: 1px solid #f29600;
}
/* --------------------------------
c-table
----------------------------------- */
.c-table01 {
  width: 100%;
  text-align: left;
}
.c-table01 tr {
  display: block;
  border-top: 1px solid #cecece;
  line-height: 1.5;
  padding: 3vw 1.8rem;
}
.c-table01 tr:last-child {
  border-bottom: 1px solid #cecece;
}
.c-table01 th {
  width: 22vw;
  vertical-align: top;
  color: #009886;
  font-weight: 500;
}

.c-table02 {
  width: 100%;
  text-align: left;
}
.c-table02 tr {
  display: block;
  line-height: 1.5;
}

.c-table02 th,
.c-table02 td {
  padding: 1.2rem;
  font-size: 1.4rem;
  color: #333;
}
.c-table02 th {
  width: 22vw;
  color: #333;
  font-weight: 500;
  background-color: #f2f9ff;
}
.c-table02 td span {
  display: block;
}

/* --------------------------------
pagination
----------------------------------- */
.pagination .page-numbers {
  border: 1px solid #0c64c4;
  color: #0c64c4;
}
.pagination .page-numbers.current {
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#009886),
    to(#82b31a)
  );
  background: linear-gradient(90deg, #009886 0%, #82b31a 100%); */
  background: #0c64c4;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  border: 1px solid #3864c4;
}

.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers {
  color: #0c64c4;
}
.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers a {
  border: 1px solid #f29600;
}

/* --------------------------------
footer
----------------------------------- */
.footer-contact {
  /* background: #fff0f5; */
  border-top: 2px solid #0c64c4;
}
.footer-contact .right__map {
  margin-top: 5vw;
}
.footer-contact .left .tel__link {
  color: #fff;
}
.footer-contact .left .tel__opentime span {
  color: #fff;
}
@media (max-width: 767px) {
  .footer-contact .left .tel__opentime span:nth-of-type(1) {
    font-size: 3vw;
    padding: 1vw 3vw;
  }
  .footer-contact .left .tel__opentime span:nth-of-type(2) {
    font-size: 4vw;
    margin-left: 3vw;
  }
  .footer-contact .left .tel__link {
    font-size: 9vw;
    padding-left: 9vw;
  }
  .footer-contact .left .tel__link::before {
    height: 8vw;
    left: 0;
    top: 1vw;
    width: 8vw;
  }
}
.footer__copyright {
  background: #141414;
}
/*
.footer-illust {
  padding-bottom: 50px;
}
*/
/* --------------------------------
utility
----------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt80 {
  margin-top: 8rem;
}

.u-mt90 {
  margin-top: 9rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mb10 {
  margin-bottom: 1rem;
}

.u-mb20 {
  margin-bottom: 2rem;
}

.u-mb30 {
  margin-bottom: 3rem;
}

.u-mb40 {
  margin-bottom: 4rem;
}

.u-mb50 {
  margin-bottom: 5rem;
}

.u-mb60 {
  margin-bottom: 6rem;
}

.u-mb70 {
  margin-bottom: 7rem;
}

.u-mb80 {
  margin-bottom: 8rem;
}

.u-mb90 {
  margin-bottom: 9rem;
}

.u-mb100 {
  margin-bottom: 10rem;
}

.u-mr10 {
  margin-right: 1rem;
}

.u-mr20 {
  margin-right: 2rem;
}

.u-mr30 {
  margin-right: 3rem;
}

.u-mr40 {
  margin-right: 4rem;
}

.u-mr50 {
  margin-right: 5rem;
}

.u-pt10 {
  padding-top: 1rem;
}

.u-pt20 {
  padding-top: 2rem;
}

.u-pt30 {
  padding-top: 3rem;
}

.u-pt40 {
  padding-top: 4rem;
}

.u-pt50 {
  padding-top: 5rem;
}

.u-pt60 {
  padding-top: 6rem;
}

.u-pt70 {
  padding-top: 7rem;
}

.u-pt80 {
  padding-top: 8rem;
}

.u-pt90 {
  padding-top: 9rem;
}

.u-pt100 {
  padding-top: 10rem;
}

.u-pb10 {
  padding-bottom: 1rem;
}

.u-pb20 {
  padding-bottom: 2rem;
}

.u-pb30 {
  padding-bottom: 3rem;
}

.u-pb40 {
  padding-bottom: 4rem;
}

.u-pb50 {
  padding-bottom: 5rem;
}

.u-pb60 {
  padding-bottom: 6rem;
}

.u-pb70 {
  padding-bottom: 7rem;
}

.u-pb80 {
  padding-bottom: 8rem;
}

.u-pb90 {
  padding-bottom: 9rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-tal {
  text-align: left;
}

.u-dfc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-fwb {
  font-weight: bold;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.home-news {
  background-image: url("../img/home/new_property_bg001-a.jpg");
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: -3rem;
  backdrop-filter: blur(10px);
}
.home-news.column_01 {
  background-image: url("../img/home/new_property_bg001-b.jpg");
}

.p-home-sec02 {
  padding-bottom: 6rem;
  background: #fff;
}
.p-home-sec02__txt {
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-home-sec03 {
  background: #fff;
  margin-top: 10rem;
}
.p-home-sec03__ttl {
  position: relative;
  z-index: 1;
  top: 3rem;
}
.p-home-sec03 .home-shop__text {
  background: #ffffff;
  width: 100%;
}
.p-home-sec03 .home-shop__text::after {
  content: none;
}
.p-home-sec03 .home-shop__intro {
  color: #484848;
}
.p-home-sec03 .home-section__desc {
  color: #484848;
}

.p-home-sec04 {
  background: transparent;
  padding: 15vw 0 8vw;
  margin: 0;
}
.p-home-sec04__cont {
  padding-top: 5vw;
}
.p-home-sec04 .cont__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem 0;
}
.p-home-sec04 .cont .link-wrap {
  width: 49%;
}

.p-buying-sec01 .flow_content .detail .num {
  background-color: #f29600;
  color: #fff;
  font-weight: bold;
  margin-left: 10px;
}
.p-buying-sec01 .flow_content .detail .head {
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #f29600;
  padding-bottom: 10px;
  margin-bottom: 2rem;
}

.p-management-sec .comment {
  font-size: 5vw;
  position: relative;
  color: #3fa037;
  font-weight: 700;
}
/* .p-management-sec .comment::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 110px 80px;
  border-color: transparent transparent #a3d0e4 transparent;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: -6rem;
  left: 30px;
} */
.p-management-sec .item-wrap {
  padding: 2vw 0;
  border-bottom: 1px solid #ddd;
}
.p-management-sec .num-list li {
  position: relative;
  padding-left: 4rem;
  margin-top: 1rem;
}
.p-management-sec .num-list li span {
  position: absolute;
  left: 0;
  background-color: #fabf00;
  padding: 0 1rem;
  color: #484848;
  font-weight: 500;
}
.p-management-sec .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-management-sec .img-wrap .img-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 1rem;
}
.p-management-sec .img-wrap .img-item img {
  width: 20rem;
}
.p-management-sec .img-wrap .img-item span {
  text-align: center;
}
.p-management-sec .txt-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-management-sec .txt-list li {
  background-color: #fabf00;
  color: #484848;
  font-weight: 500;
  padding: 0.8rem 2rem;
  width: 100%;
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-management-sec .color-txt {
  color: #82b31a;
  font-weight: bold;
}
.p-management-sec .border-txt {
  font-weight: bold;
  position: relative;
}
.p-management-sec .border-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #009886;
  height: 2px;
  width: 100%;
}

.sub-archive-news__wrapper {
  padding-top: 8vw;
}

.sub-archive-proprty .cat-wrap {
  width: 100%;
  /* border: 5px solid #ff9e00; */
  border-radius: 1.3rem;
}
.sub-archive-proprty .cat-wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -1rem;
  padding: 1rem;
}
.sub-archive-proprty .cat-wrap ul li {
  width: 49%;
  margin-top: 1rem;
}
.sub-archive-proprty .cat-wrap ul li a {
  padding: 1.3rem;
  background-color: #ff9e00;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sub-archive-proprty .cat-wrap ul li a:hover {
  opacity: 0.8;
}
/* .sub-archive-proprty .cat-wrap02 {
  border: 5px solid #f29600;
} */
.sub-archive-proprty .cat-wrap02 ul li a {
  background-color: #0c64c4;
}

.sub-single__title {
  color: #333;
}
.sub-single__main {
  border-top: 2px dashed #fff4e6;
}
.sub-single__main {
  border-top: none;
  font-size: 2.5rem;
  position: relative;
  padding: 2rem 0;
  border-bottom: 2px solid #004da1;
}
/*
.sub-single__main:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #869fd0;
}
*/
.single-post .sub-single__main {
  border-top: none;
  font-size: 2.5rem;
  position: relative;
  padding: 0rem 2rem;
  border-top: 3px solid #004da1;
  border-bottom: none;
  margin-top: 1rem;
  padding-top: 2rem;
}

.sub-single-property .sub-single__main p {
  background-color: #ecf5ff;
}
.sub-single-property .property-slider__arw {
  background-color: #0c64c4;
}
.sub-single-property .property-slider__arw.prev::before,
.sub-single-property .property-slider__arw.next::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.sub-single-property .property-slider__dots .slick-active {
  opacity: 1;
  border: 1px solid #009886;
}
.sub-single-property .info .table01 .row {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sub-single-property .info .table01 .row:last-child {
  border-bottom: 1px solid #ddd;
}
.sub-single-property .info .table01 .row .head {
  color: #473b41;
  font-weight: 700;
}
.sub-single-property .info .table02 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sub-single-property .info .table02 .row:last-child {
  border-bottom: 1px solid #ddd;
}
.sub-single-property .info .table02 .row .head {
  color: #141414;
}
.sub-single-property .info .table02 .row .body a {
  color: #0c64c4;
  text-decoration: underline;
}

.p-contact-sec01 .sub-contact__tel {
  color: #333;
}
.p-contact-sec01 .sub-contact__time span {
  color: #333;
}
.p-contact-sec01 .sub-contact__time span:nth-of-type(1) {
  border: 1px solid #333;
}
.p-contact-sec01 .sub-contact__item dt .required {
  background-color: #f29600;
  color: #fff;
}
.p-contact-sec01 .sub-contact__submit input {
  background: #0c64c4;
}

.sub-thanks__link a {
  color: #009886;
  border-bottom: 1px solid #009886;
}

.sub-404__link a {
  color: #009886;
  border-bottom: 1px solid #009886;
}

.pdf-create {
  padding: 4rem 2.5rem;
}
.pdf-create .title {
  font-size: 12px;
  text-align: center;
  padding-bottom: 1rem;
}
.pdf-create table,
.pdf-create td,
.pdf-create th {
  width: 100%;
  border: 1px solid #595959;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.4;
}
.pdf-create td,
.pdf-create th {
  vertical-align: middle;
  padding: 0.1rem 0.8rem;
}
.pdf-create th {
  vertical-align: middle;
}
.pdf-create .kinds {
  font-weight: bold;
  color: #0c64c4;
  font-size: 14px;
}
.pdf-create .table-layout01 th {
  width: 10%;
}
.pdf-create .table-layout01 .w-10 {
  width: 10%;
}
.pdf-create .table-layout01 .w-30 {
  width: 30%;
}
.pdf-create .table-layout01 .w-50 {
  width: 50%;
}
.pdf-create .table-layout01 .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.pdf-create .table-layout01 .img-wrap .img {
  width: 24.5%;
  margin-right: 0.66666%;
  padding-top: 15%;
  position: relative;
}
.pdf-create .table-layout01 .img-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pdf-create .table-layout01 .img-wrap .img:nth-child(4n) {
  margin-right: 0;
}
.pdf-create .table-layout02 th {
  width: 10%;
}
.pdf-create .table-layout02 td {
  width: 10%;
}
.pdf-create .table-layout02 .w-10 {
  width: 10%;
}
.pdf-create .table-layout02 .w-20 {
  width: 10%;
}
.pdf-create .table-layout02 .w-30 {
  width: 30%;
}
.pdf-create .table-layout02 .w-50 {
  width: 50%;
}
.pdf-create .table-layout02 .img-wrap .img {
  padding-top: 87.5%;
  position: relative;
}
.pdf-create .table-layout02 .img-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pdf-create .table-layout02 .img-wrap .img:nth-child(4n) {
  margin-right: 0;
}
.pdf-create .table-layout02 th .dummy {
  visibility: hidden;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (min-width: 768px) {
  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo {
    margin-top: 0;
  }
  .header__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__nav {
    margin-right: 5rem;
  }
  .header__link {
    color: #333;
  }
  .header__top {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__tel {
    color: #333;
  }
  .header__time {
    padding-top: 1rem;
    margin-left: 0;
  }
  .header__time span {
    color: #333;
  }
  .header__item-child {
    position: relative;
  }
  .child__wrap {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    min-width: 20rem;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 2rem;
  }
  .child__link {
    display: block;
    letter-spacing: 0.1em;
    padding: 1rem 1rem;
    font-size: 1.4rem;
  }
  .child__link:hover {
    opacity: 0.8;
  }
  .header__item-child:hover > .child__wrap {
    visibility: visible;
    opacity: 1;
  }
  .c-heading01 {
    font-size: 4rem;
  }
  .c-heading01 span {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
  .c-heading03 {
    font-size: 2.5rem;
  }
  .c-heading04 {
    font-size: 2.5rem;
  }
  .c-table01 tr {
    padding: 1.8rem;
  }
  .c-table01 th {
    width: 13rem;
  }
  .c-table02 th,
  .c-table02 td {
    font-size: 1.6rem;
    padding: 1.8rem;
  }
  .c-table02 th {
    width: 25rem;
  }
  .footer-contact .right__map {
    margin-top: 0;
  }
  .p-home-sec03 {
    margin-top: 0;
  }
  /*   .p-home-sec03 .home-shop__text::after {
    content: "";
    background: #009886;
  } */
  .p-home-sec04 {
    padding: 5rem 0 0 0;
  }
  .p-home-sec04__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    margin-top: -5rem;
  }
  .p-home-sec04 .cont__right {
    width: 31.3rem;
  }
  .p-home-sec04 .cont__left {
    width: 58.5rem;
    margin-right: 5rem;
    padding-bottom: 10rem;
  }
  .p-management-sec .comment {
    font-size: 2.6rem;
    color: #3fa037;
    font-weight: 700;
  }
  .p-management-sec .item-wrap {
    padding: 2rem 0;
  }
  .p-management-sec .img-wrap .img-item {
    width: 25%;
  }
  .p-management-sec .txt-list li {
    width: 32%;
    margin-right: 2%;
  }
  .p-management-sec .txt-list li:nth-child(3n) {
    margin-right: 0;
  }
  .sub-archive-news__wrapper {
    padding-top: 5rem;
  }
  .sub-archive-proprty .cat-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-archive-proprty .cat-wrap ul li {
    width: 100%;
  }
  .sub-single-property .info .table01 .row {
    border-top: none;
    border-right: none;
  }
  .sub-single-property .info .table01 .row:last-child {
    border-bottom: none;
  }
  .sub-single-property .info .table01 .row::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .sub-single-property .info .table01 .row::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    right: -1px;
  }
  .sub-single-property .info .table01 .row .head,
  .sub-single-property .info .table01 .row .body {
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (max-width: 767px) {
  .c-table01 {
    font-size: 4vw;
  }
  .p-home-sec02 {
    padding-bottom: 4rem;
    background: #fff;
  }
}

.pdf-create {
  padding: 3rem 4rem;
}
.pdf-create .title {
  font-size: 12px;
  text-align: center;
  padding-bottom: 1rem;
}
.pdf-create table,
.pdf-create td,
.pdf-create th {
  width: 100%;
  border: 1px solid #595959;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.5;
}
.pdf-create td,
.pdf-create th {
  vertical-align: middle;
  padding: 0.1rem 0.8rem;
}
.pdf-create th {
  vertical-align: middle;
}
.pdf-create .kinds {
  font-weight: bold;
  color: #0c64c4;
  font-size: 14px;
}
.pdf-create .table-layout th {
  width: 10%;
  height: 25px;
}
.pdf-create .table-layout td {
  width: 10%;
}
.pdf-create .table-layout .w-10 {
  width: 10%;
}
.pdf-create .table-layout .w-20 {
  width: 10%;
}
.pdf-create .table-layout .w-30 {
  width: 30%;
}
.pdf-create .table-layout .w-50 {
  width: 50%;
}
.pdf-create .table-layout .img-wrap .img {
  padding-top: 82.5%;
  position: relative;
}
.pdf-create .table-layout .img-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pdf-create .table-layout .img-wrap .img:nth-child(4n) {
  margin-right: 0;
}
.pdf-create .table-layout th .dummy {
  visibility: hidden;
}
.pdf-create .info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #595959;
  padding: 1rem;
  margin-top: 2px;
}
.pdf-create .info-wrap .licence {
  font-size: 1.2rem;
}
.pdf-create .info-wrap .company {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 1rem;
}
.pdf-create .info-wrap .address {
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.5rem;
}
.pdf-create .info-wrap .time {
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
.pdf-create .info-wrap .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.pdf-create .info-wrap .qr {
  width: 8rem;
}
.pdf-create .info-wrap .tel {
  font-size: 2rem;
  font-weight: bold;
  padding-right: 5rem;
}
.pdf-create .info-wrap .fax {
  padding-top: 1rem;
}

/*  */
.c-card .checkpoint {
  background-color: transparent;
  width: 10rem;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .c-card .checkpoint {
    width: 8rem;
    right: -1rem;
  }
}

.sub-archive-proprty .sub-archive__colR {
  margin-top: 8rem;
}

.sub-archive-proprty__category .sub-archive__colL {
  margin-top: 0;
}

@media (min-width: 768px) {
  .sub-archive-proprty .sub-archive__box {
    display: block;
  }

  .sub-archive-proprty .sub-archive__top {
    display: flex;
    flex-direction: row;
  }

  .sub-archive-proprty .cat-wrap02 {
    /* border: 5px solid #f679a1; */
    margin-top: 0;
  }

  .sub-archive-proprty .sub-archive__colL {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .sub-archive-proprty .cat-wrap {
    width: 48%;
  }

  .sub-archive-proprty .sub-archive__colR {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .sub-archive-proprty .sub-archive__container {
    margin-top: 3.9rem;
  }
}

.sub-single-property .sub-single__title-area .checkpoint {
  position: absolute;
  top: -2rem;
  right: 0;
  background-color: transparent;
  width: 10rem;
  padding: 0;
}
.feature-img {
  max-width: 45%;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .sub-single-property .sub-single__title-area .checkpoint {
    width: 5rem;
    top: -7vw;
  }
  .feature-img {
    max-width: 80%;
  }
}

.inner-bg {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  width: 100%;
  background-color: #fff6e8;
}
.fixed_banner {
  position: fixed;
  z-index: 99999;
  top: 150px;
  right: -1px;
  background-color: #fff;
  padding: 14px 12px;
  border-radius: 10px 0 0 10px;
  border: 4px solid #04b34d;
  border-right: none;
}

.fixed_banner_pc {
  width: 40px;
}

.floating-banner:hover {
  opacity: 0.8;
}

.fixed_banner_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .fixed_banner_sp {
    display: inline-block;
    width: 75%;
  }
  .fixed_banner_pc {
    display: none;
  }
  .fixed_banner {
    position: static;
    padding: 4px 8px;
    border-radius: 10px;
    border: 3px solid #04b34d;
    margin-top: 7vw;
    max-width: 300px;
  }
  .sp-display-none {
    display: none;
  }
  div#merit .u-mt80,
  div#property .c-heading02.u-mt80 {
    top: 0;
    width: 90%;
    padding: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .home-mv-slide:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
/* .slick-initialized .slick-slide {
  margin-bottom: 4rem;
} */
.thumbnail-slider {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 8rem;
}
.thumbnail-slider img {
  width: 100%; /* サムネイルの幅 */
  cursor: pointer; /* カーソルのスタイル */
  opacity: 0.5;
}
.thumbnail-slider .slick-slide {
  height: 100px;
}
.slick-slide.slick-current.slick-active img {
  opacity: 1;
}
.text.cf_property_rent {
  color: #0c64c4;
  font-size: 2.3rem;
}
.recent-column-posts {
  max-width: 220px;
}

.recent-column-posts li {
  display: grid;
  grid-template-columns: auto 1fr;
}

.recent-column-posts .post-thumbnail {
  width: 60px;
  height: 60px;
}

.recent-column-posts .post-info {
  /* 投稿情報（タイトル、日付）のスタイル */
}

.recent-column-posts .post-date {
  /* 日付のスタイル */
}
.colum-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
}
/* サイドバー全体のスタイリング */
.sidebar-section {
  background-color: #f4f9fd;
  margin-bottom: 2rem;
  padding: 10px;
  border-radius: 5px;
}

/* 各セクションの見出し */
.sidebar-section h3 {
  /*  background-color: #f1f8fd;*/
  color: #0c64c4;
  font-size: 1.2em;
  padding: 12px 10px;
  margin: 0; /* 要素間の距離をなくす */
  margin-bottom: 1rem;
  border-bottom: 2px solid #0c64c4;
}

/* 最近のコラム投稿のスタイリング */
.recent-column-posts li {
  list-style-type: none;
  padding: 15px;
  border-bottom: 2px solid #ffffff;
}
.recent-column-posts li:last-child {
  border-bottom: none;
}

.recent-column-posts .post-thumbnail {
  float: left;
  margin-right: 10px;
}

.recent-column-posts .post-info {
  overflow: hidden;
}

.recent-column-posts .post-date {
  display: block;
  color: #777;
  font-size: 0.9em;
  margin-top: 5px;
}

/* カテゴリリストのスタイリング */

.column-categories li {
  list-style-type: none;
  padding: 15px;
  border-bottom: 2px solid #fff;
}
.column-categories li:last-child {
  border-bottom: none;
}
.column-categories a {
  color: #141414;
  text-decoration: none;
}

.column-categories a:hover {
  text-decoration: underline;
}

/* アーカイブリストのスタイリング */
.column-archives ul {
  list-style-type: none;
  padding: 0;
}
.column-archives li {
  padding: 15px;
  border-bottom: 2px solid #fff;
  list-style-type: none;
}
.column-archives li:last-child {
  border-bottom: none;
}
.column-archives a {
  color: #141414;
  text-decoration: none;
}
.column-archives a:hover {
  text-decoration: underline;
}
.column_nav .nav-previous {
  left: 22.6rem;
}
.column_nav .nav-next {
  right: 22.6rem;
}
.new-columns-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.column-item {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
}

.column-thumbnail img {
  width: 100%;
  height: auto;
}

.column-content {
  padding: 15px;
}

.column-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

.column-date {
  font-size: 14px;
  color: #666;
}
.new-columns__ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #0c64c4;
  border-bottom: 1px solid #f29600;
  padding-bottom: 10px;
}

.joho h3 {
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  margin-top: 80px;
  color: #0c64c4;
}
.joho-flex {
  display: flex;
  justify-content: center;
  padding: 3rem 0 6rem;
}

.joho-item {
  border-radius: 10px;
  background-color: #f2f9ff;
  width: 280px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  text-align: center;
  justify-content: flex-start;
}

.joho-number {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  background-color: #0c64c4;
  border-radius: 50%;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: -30px;
}

.joho-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
}

.joho-text {
  font-size: 20px;
  line-height: 1.4;
}

.joho-highlight {
  font-size: 30px;
  background: none;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}

.joho-detail {
  font-size: 24px;
}

/* 画面が狭い場合は縦並びに */
@media (max-width: 900px) {
  .joho-flex {
    flex-direction: column;
    padding-bottom: 0;
  }
  .joho-item {
    margin: 0 auto 60px;
    width: 240px;
    height: 170px;
  }
  .joho-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .joho-highlight {
    font-size: 20px;
    background: none;
    font-weight: bold;
    line-height: 1.3;
    color: #333;
    border-bottom: 2px solid #f29600;
  }

  .joho-detail {
    font-size: 18px;
  }
}
.joho .joho-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.joho h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 40px;
  line-height: 1.3;
}

.joho h3::before,
.joho h3::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #0c64c4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.joho h3::before {
  left: 0;
  transform: translate(-100%, -50%) rotate(-35deg);
}
.joho h3::after {
  right: 0;
  transform: translate(100%, -50%) rotate(35deg);
}
.same-cat {
  padding-bottom: 80px;
}
.same-cat h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #0c64c4;
  padding-bottom: 10px;
  border-bottom: 2px solid #f29600;
}
.c-card__body .title {
  font-size: 23px;
  font-weight: bold;
}
.break {
  display: none;
}
.cat-wrap.cat-wrap02.u-mt10 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .recent-column-posts {
    max-width: 100%;
  }
  .sidebar {
    order: 2;
  }
  .colum-wrap {
    grid-template-columns: 1fr;
  }
  .new-columns__ttl {
    margin-top: 60px;
    font-size: 2rem;
  }
  .column_nav .nav-previous {
    left: 16vw;
  }
  .column_nav .nav-next {
    right: 16vw;
  }
  .joho h3 {
    font-size: 20px;
    margin-top: 0px;
  }
  .joho h3::before {
    left: 16px;
  }
  .joho h3::after {
    right: 16px;
  }
  .joho .joho-header {
    margin-top: 0;
  }
  .c-card__body .title {
    font-size: 20px;
  }
  .same-cat h3 {
    font-size: 20px;
    margin-top: 40px;
  }
  .thumbnail-slider .slick-slide {
    height: 68px;
  }
  .break {
    display: block;
  }
}
.p-flow-sec02 .flow_content .img img {
  aspect-ratio: 1;
  object-fit: cover;
}

.p-home-flow {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url(../img/home/flow-bg.jpg);
  text-align: center;
  background-size: cover;
  background-position: center;
  background: #f2f9ff;
}

.p-home-flow-txt {
  max-width: 100rem;
  margin: 4rem auto 3rem;
  line-height: 2;
  padding: 0 15px;
}

.p-home-flow__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  text-align: center;
}

.p-home-flow__grid h3 {
  font-weight: 900;
  font-size: 25px;
}

.p-home-flow__grid h3 span {
  font-weight: 900;
  font-size: 31px;
}

.p-home-flow__grid {
  h4 {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #0c64c4;
    padding: 2.2rem;
    margin-top: 15px;
    border-radius: 7px;

    &::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #0c64c4;
    }
  }

  .selling {
    h4 {
      &::before {
        border-top: 15px solid #f29600;
      }
    }
  }
}

.flow {
  margin-top: 3rem;
  width: 90%;
  margin-left: 4rem;
}

.step {
  display: grid;
  grid-template-columns: 13% 87%;
  height: 6.5rem;
  background: #fff;
  border: 1px solid #0c64c4;
  align-items: center;

  @media screen and (max-width: 767px) {
    height: 5rem;
    grid-template-columns: 15% 85%;
  }
}

.step div {
  background: #0c64c4;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -40%;
  height: 100%;
}

.p-home-flow {
  .step {
    div {
      border-radius: 50%;
      margin: -5px;
      aspect-ratio: 1 / 1;
    }
  }
}

.step div span {
  font-size: 30px;
  font-weight: 600;
}

.step p {
  display: flex;
  align-items: center;
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.flow .arrow {
  width: 38px;
  height: 38px;
  margin: 7px auto 10px;
}

.selling .p-home-flow__grid h4 {
  background: #ff7f3e;
}

.selling .step div {
  background: #f29600;
}

.selling .step {
  border: 1px solid #f29600;
}

.p-home-flow__grid .selling h4 {
  background: #f29600;
}
/* --------------------------------
c-accordion
----------------------------------- */
.c-accordion {
  border-bottom: 1px solid #9da3a7;
}

.c-accordion__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 4vw 6vw 4vw 0;
  position: relative;
  font-size: 3.5vw;
  line-height: 1.75;
}

.c-accordion__title span {
  width: 8vw;
  height: 8vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(100, 179, 244)),
    to(rgb(33, 89, 186))
  );
  background: linear-gradient(
    90deg,
    rgb(100, 179, 244) 0%,
    rgb(33, 89, 186) 100%
  );
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3vw;
}

.c-accordion__title::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #141414;
  border-right: 2px solid #141414;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 42%;
  right: 2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-accordion__title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-accordion__content {
  display: none;
  background-color: #edf4fa;
  padding: 3vw;
}

.c-accordion__content p {
  font-size: 3vw;
  line-height: 1.75;
}
.accordion .js-accordion-title {
  background-color: #f2f9ff;
  cursor: pointer;
  padding: 15px 20px 23px;
  position: relative;
  font-size: 3rem;
  margin-top: 2rem;
  position: relative;
  border-radius: 7px;
}
.accordion .js-accordion-title::before {
  content: "Q";
  position: absolute;
  display: block;
  width: 2.8rem; /* 画像の幅 */
  height: 4rem; /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  /* background-image: url(../img/common/Q.svg); */
  left: 2.2rem;
  font-size: 3rem;
  color: #0c64c4;
  font-weight: 900;
}
.accordion .js-accordion-title span {
  font-size: 16px;
  margin-left: 5rem;
  margin-bottom: 5px;
}

.accordion .js-accordion-title i.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #0c64c4;
  border-right: 4px solid #0c64c4;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease-in-out;
}

.accordion .js-accordion-title.open i.arrow {
  transform: translateY(-50%) rotate(-45deg);
}

.accordion-content {
  display: none;
  padding: 25px 20px;
  font-size: 16px;
  position: relative;
  padding-left: 7rem;
  line-height: 1.5;
}
.accordion-content::before {
  content: "A";
  position: absolute;
  display: block;
  width: 3.3rem; /* 画像の幅 */
  height: 3.5rem; /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/common/A.svg);
  left: 2.5rem;
  top: 1rem;
  font-size: 3rem;
  color: #f29600;
  font-weight: 900;
}
.faq.inner {
  max-width: 1000px;
}
.faq {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.contact_cta_img {
  max-width: 960px;
  margin: 0 auto 5rem;
  transition: all 0.3s;
  padding-top: 1rem;
}

.contact_cta_img:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.p-home-flow__grid.-rent {
  grid-template-columns: 1fr;
}
.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  padding: 0 15px;
}

.flow04 > li {
  list-style-type: none;
  width: 100%;
  max-width: 280px;
  display: flex;
}

.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #f29600;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #f29600;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04 > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #0c64c4;
  position: relative;
  background: #fff;
}

.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #0c64c4;
  border-right: 4px solid #0c64c4;
  position: absolute;
  top: calc(50% - 14px);
  left: -28px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #0c64c4;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow04 > li dl dd {
  margin-left: 0;
  line-height: 1.5;
}

.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
.grid-col02_text {
  line-height: 2;
}
.company-sec01 {
  background: #f2f9ff;
  padding: 4rem 0;
}
.company-catch {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #0c64c4;
  display: block;
  border-bottom: 1px solid #0c64c4;
}
.footer-map iframe {
  width: 100%;
  height: 250px;
}

/* すべての画像は最初から少しズームされた状態にしておく */
.home-mv__slide img {
  transform: scale(1.05);
  transition: transform 10s ease-out;
}

/* 表示中の画像だけズームアニメーションをさせる */
.home-mv__slide img.zoom-effect {
  transform: scale(1.2);
}
.home-mv__catch p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
.mv-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 800px;
  padding: 0 15px;
  margin: 4rem auto 0;
}
.mv-links a.main {
  padding: 2rem;
  background: #0c64c4;
  border: 1px solid #0c64c4;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  transition: all 0.3s;
}

.mv-links a.main.orange {
  background: #f29600;
  border: 1px solid #f29600;
}
.mv-links a.main:hover {
  background: #fff;
  color: #0c64c4;
}
.mv-links a.main.orange:hover {
  color: #f29600;
}
.home-shop__container.home_company .p-home-sec03__ttl {
  color: #0c64c4 !important;
}
.xslider_wrap img {
  aspect-ratio: 1;
  object-fit: cover;
}
.mv-links {
  gap: 1.5rem;
}
.mv-links a.main {
  font-size: 3.7rem;
  padding: 5rem 1.5rem;
}
.xslider_wrap {
  margin-top: 0;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: 0;
  list-style: none;
  z-index: 1000;
  transform: translateY(20px);
  transition: all 0.3s ease;
  width: 100%;
	color: #484848;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.dropdown-link {
	padding: 1.5rem 1rem;
	font-size: 2rem;
	font-weight: bold;
}
.dropdown-link:hover {
	background: #f6f6f6;
}

/* mq */

@media screen and (max-width: 768px) {
  .accordion .js-accordion-title {
    margin-top: 1rem;
    padding: 4px 18px 15px;
  }
  .accordion .js-accordion-title span {
    margin-left: 2rem;
  }
  .accordion .js-accordion-title::before {
    font-size: 2.5rem;
    left: 1.2rem;
    top: 1rem;
  }
  .accordion .js-accordion-title i.arrow {
    right: 11px;
    border-top: 3px solid #0c64c4;
    border-right: 3px solid #0c64c4;
  }
  .accordion .js-accordion-title span {
    font-size: 14px;
  }
  .accordion {
    margin-top: 3rem;
  }
  .accordion-content {
    padding: 15px 10px;
    padding-left: 4rem;
    font-size: 15px;
  }
  .accordion-content::before {
    font-size: 2.4rem;
    left: 1.2rem;
  }
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
  .grid-col02 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .l-page-cover {
    margin-top: 7rem;
    margin-bottom: 0;
  }
  .l-page-cover__inner {
    padding: 45px 15px 30px 15px;
  }
  .p-flow-sec02 .flow_content .detail .text span {
    font-size: 1.8rem;
  }
  .p-home-flow__grid {
    grid-template-columns: 1fr;
  }
  .flow {
    margin-left: 2.5rem;
  }
  .faq {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .p-home-flow {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
  .contact_cta_img {
    padding: 0 15px;
    margin-bottom: 3rem;
  }
  .page-link_01.-rent a {
    background: #fff;
	  border: none;
  }
/*   .page-id-9 .page-link_group::before {
    content: none;
  } */
  .company-catch {
    font-size: 2rem;
  }
	.mv-links a.main {
		font-size: 2.7rem;
		padding: 3rem 1.5rem;
	}
	.dropdown-link {
		font-size: 1.6rem;
		padding: 1rem;
	}
	.mv-links {
		margin-top: 2rem;
	}
}
/* mq */
