@charset "UTF-8";
/* CSS Document */
/*
企業情報　.page-headerスタイル
------------------------------------*/
.page-id-5 .page-header,
.page-id-260 .page-header,
.page-id-288 .page-header{
	background: url(/admin/wp-content/themes/lightning-child/img/page_header/bk_header_about.jpg) center/cover;
}

.page-id-254 .page-header,
.page-id-271 .page-header,

.page-id-292 .page-header{
  background: url(/admin/wp-content/uploads/2023/04/page-header-img1.jpg) center 46%/cover;
}
.page-id-5047 .page-header{
  background: url(/admin/wp-content/themes/lightning-child/img/page_header/bk_header_dx.jpg) center 70%/cover;
}
.page-id-292 .page-header{
	background: url(/admin/wp-content/themes/lightning-child/img/page_header/bk_header_store.jpg) center 46%/cover;
}
.page-id-5 .page-header-title,
.page-id-254 .page-header-title,
.page-id-260 .page-header-title,
.page-id-271 .page-header-title,
.page-id-288 .page-header-title,
.page-id-292 .page-header-title {
  text-shadow: 1px 3px 4px #808080;
}


/*
不動産コンサルティング .page-headerスタイル
------------------------------------*/
.page-id-296 .page-header,
.page-id-298 .page-header,
.page-id-302 .page-header,
.page-id-304 .page-header,
.page-id-306 .page-header,
.page-id-308 .page-header,
.page-id-313 .page-header,
.page-id-316 .page-header,
.page-id-318 .page-header,
.page-id-320 .page-header,
.page-id-342 .page-header {
  background: url(/admin/wp-content/uploads/2023/04/consulting-header_img.jpg) center 19%/cover;
}
.page-id-296 .page-header-title,
.page-id-298 .page-header-title,
.page-id-302 .page-header-title,
.page-id-304 .page-header-title,
.page-id-306 .page-header-title,
.page-id-308 .page-header-title,
.page-id-313 .page-header-title,
.page-id-316 .page-header-title,
.page-id-318 .page-header-title,
.page-id-320 .page-header-title,
.page-id-342 .page-header-title {
  text-shadow: 1px 3px 4px #808080;
}

/*
収益不動産 .page-headerスタイル
------------------------------------*/
.page-id-342 .page-header,
.page-id-323 .page-header,
.page-id-325 .page-header,
.page-id-329 .page-header,
.page-id-331 .page-header {
  background: url(http://okamura-home-cojp.check-xserver.jp/admin/wp-content/uploads/2023/04/syueki-header__img.jpg) center 19%/cover;
}
.page-id-342 .page-header-title,
.page-id-323 .page-header-title,
.page-id-325 .page-header-title,
.page-id-329 .page-header-title,
.page-id-331 .page-header-title {
  text-shadow: 1px 3px 4px #808080;
}

/*
不動産投資 .page-headerスタイル
------------------------------------*/
.page-id-65 .page-header,
.page-id-67 .page-header,
.page-id-69 .page-header,
.page-id-71 .page-header,
.page-id-73 .page-header {
  background: url(/admin/wp-content/uploads/2023/04/syueki-header__img.jpg) center 19%/cover;
}
.page-id-65 .page-header-title,
.page-id-67 .page-header-title,
.page-id-69 .page-header-title,
.page-id-71 .page-header-title,
.page-id-73 .page-header-title {
  text-shadow: 1px 3px 4px #808080;
}

/*
リフォーム .page-headerスタイル
------------------------------------*/
.page-id-57 .page-header,
.page-id-165 .page-header,
.page-id-167 .page-header,
.page-id-170 .page-header{
	/*background: url(http://okamura-home-cojp.check-xserver.jp/admin/wp-content/uploads/2023/04/page-header-img2.jpg) center 54%/cover;*/
	background: url(/admin/wp-content/themes/lightning-child/img/page_header/bk_header_reform.jpg) center 54%/cover;
}
.page-id-57 .page-header-title,
.page-id-165 .page-header-title,
.page-id-167 .page-header-title,
.page-id-170 .page-header-title {
  text-shadow: 1px 3px 4px #808080;
}

/*
お客様サポート .page-headerスタイル
------------------------------------*/
.page-id-131 .page-header,
.page-id-173 .page-header {
  background: url(/admin/wp-content/uploads/2023/04/page-header-bg_support.jpeg) center 35%/cover;
}
.page-id-131 .page-header-title,
.page-id-173 .page-header-title {
  text-shadow: 1px 3px 4px #808080;
}

/*
.site-body 個別ページ最下部調整
------------------------------------*/
.page-id-298 .site-body,
.page-id-306 .site-body,
.page-id-308 .site-body,
.page-id-302 .site-body,
.page-id-313 .site-body,
.page-id-316 .site-body {
  padding: 3rem 0 0 0;
}

/*
共通
------------------------------------*/
.entry-body {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .entry-body {
    padding-bottom: 1rem;
  }
}

p {
  margin: 0;
}

.is-pc {
  display: block;
}
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.gray100vw {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f8f8f8;
}

.page-block.gray100vw {
  margin-top: 3rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .page-block.gray100vw {
    margin-top: 1rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .title-small {
    font-size: 18px;
  }
}

.text-red {
  color: #f50000;
}

.text-number {
  font-size: 24px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  line-height: 1;
}

.text-small {
  font-size: 14px;
}

.text-big {
  font-size: 40px;
}
@media (max-width: 767px) {
  .text-big {
    font-size: 24px;
  }
}

.mt40 {
  margin-top: 40px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt80 {
  margin-top: 80px !important;
}
@media (max-width: 767px) {
  .mt80 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .spmt20 {
    margin-top: 20px !important;
  }
}

.triangle-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #000 transparent transparent transparent;
}

.triangle-arrow--big {
  border-width: 30px 30px 0 30px;
}

.back-arrow {
  margin-right: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}

.text-link {
  text-decoration: underline;
  color: #0033cc;
}

.text-link--white {
  color: #fff;
}

.label-require {
  font-size: 14px;
  color: #fff;
  background-color: #bb1b25;
  padding: 1px 4px 2px;
  margin-left: 4px;
}

.word-keep {
  word-break: keep-all;
}

/*
.second-header
------------------------------------*/
.second-header {
  font-size: 28px;
  border-bottom: none;
  margin-bottom: 0px;
  position: relative;
}
.second-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 1px;
  background-color: #337AB7;
}
@media (max-width: 767px) {
  .second-header {
    font-size: 21px;
  }
}

.second-header--center {
  text-align: center;
}
.second-header--center::after {
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #000;
}

/*
.third-header
------------------------------------*/
.third-header {
  padding: 0;
  background-color: transparent;
}

/*
btn
------------------------------------*/
.btn-black {
  width: 100%;
  height: 80px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .btn-black {
    height: 70px;
  }
}
.btn-black:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

.btn-white {
  width: 100%;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: #fff;
}
.btn-white:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.btn-white:hover span {
  border-color: #fff;
}
@media (max-width: 767px) {
  .btn-white {
    height: 70px;
  }
}

.btn-thin {
  width: 200px;
  padding: 10px 20px;
  height: 60px;
}

.btn-width {
  padding: 10px;
  width: 48%;
  max-width: 100%;
  text-align: center;
  display: inline-flex;
}
@media (max-width: 767px) {
  .btn-width {
    width: 100%;
  }
}

.btn-wrap {
  width: 48%;
}
@media (max-width: 767px) {
  .btn-wrap {
    width: 100%;
  }
  .btn-wrap:not(:first-child) {
    margin-top: 16px;
  }
}

/*
.slider
------------------------------------*/
.slider__wrap {
  display: flex;
  align-items: center;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider__wrap {
    height: 210px;
  }
}

.slider__list {
  display: flex;
  -webkit-animation: loop-slide 80s infinite linear 1s both;
          animation: loop-slide 80s infinite linear 1s both;
  cursor: -webkit-grab;
  cursor: grab;
  padding-left: 0;
}

.slider__list--short {
  -webkit-animation: loop-slide 10s infinite linear 1s both;
          animation: loop-slide 10s infinite linear 1s both;
}

.slide-paused:hover .slider__list {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slider__item {
  width: 600px;
  height: 400px;
  margin-left: 8px;
  list-style: none;
}
@media (max-width: 767px) {
  .slider__item {
    width: 300px;
    height: 200px;
  }
}
.slider__item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .slider__item img {
    height: 200px;
  }
}

.slider__item--thin {
  width: 280px;
}
@media (max-width: 767px) {
  .slider__item--thin {
    width: 140px;
  }
}
.slider__item--thin img {
  width: 100%;
}

/*
.lead-box
------------------------------------*/
.lead-box {
  width: 100%;
  text-align: center;
  padding: 30px 40px;
  border: 1px solid #fff;
  border-top: 3px solid #fff;
  position: relative;
}
.lead-box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 14px 0 14px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.lead-box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/*
.page-block
------------------------------------*/
.page-block {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.page-block:not(:first-child) {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-block {
    padding-bottom: 3rem;
  }
}

.page-block__title {
  text-align: left;
}
.page-block__title h2 {
  border: none;
  padding: 0;
  margin: 0;
}
.page-block__title .title.en:after {
  right: auto;
}

.page-block__content {
  margin-top: 4rem;
}

.page-block__text {
  margin-top: 40px;
}
.page-block__text p:not(:first-child) {
  margin-top: 1em;
}

.page-block__sub_title{
	margin-bottom: 4rem;
}
.page-block__sub_title h2{
	font-size: 2.2rem;
}
@media (max-width: 767px) {
	.page-block__sub_title{
	margin-bottom: 2rem;
	}
	.page-block__sub_title h2{
		font-size: 2rem;
	}
}
@media (max-width: 767px) {
  .page-block__text {
    margin-top: 24px;
  }
}

.page-block__movie {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.page-block__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-block__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-block__flex {
    flex-direction: column;
  }
}

.page-block__flex--wrap {
  flex-wrap: wrap;
  flex-direction: row;
}

.page-block__flex--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .page-block__flex--rev {
    flex-direction: column;
  }
}

.flex_justify__start{
	justify-content: flex-start;
}

.page-block__img {
  margin-top: 20px;
  width: 100%;
}
.page-block__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-block__number {
  font-size: 3rem;
  font-weight: bold;
  padding-right: 4px;
}
@media (max-width: 767px) {
  .page-block__number {
    font-size: 2rem;
  }
}

.page-block__contact {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 48%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-block__contact {
    width: 100%;
  }
}

.page-block__request {
  margin-top: 40px;
}

.page-block__content-text {
  padding: 20px 30px;
  text-align: center;
}

.page-block__table {
  border-collapse: collapse;
  border: 1px solid #fff;
}
.page-block__table tr {
  border: 1px solid #fff;
}
.page-block__table th {
  width: 50%;
  padding: 20px 30px;
  text-align: center;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .page-block__table th {
    padding: 16px;
  }
}
.page-block__table td {
  padding: 30px;
  vertical-align: top;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .page-block__table td {
    padding: 12px;
  }
}
.page-block__table ul {
  margin: 0;
  padding: 0;
}
.page-block__table li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.page-block__table li:not(:first-child) {
  margin-top: 4px;
}

.page-block__inner {
  margin-top: 24px;
}

.page-block__btn {
  margin-top: 40px;
  text-align: center;
}

.page-block__form {
  margin-top: 40px;
}

.vision_txt{
	padding: 25px 0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.vision_txt li{
	margin: 0;
	line-height: 1.2;
}

/*
.form-container
.page-form
.checkbox-label
.open
------------------------------------*/
.form-container {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .form-container {
    margin-top: 40px;
  }
}

input[type=checkbox] {
  float: left;
  position: absolute;
  opacity: 0;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7c-conf-hidden + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-list-item-label {
  display: block;
  overflow: hidden;
  line-height: 1.2;
  padding-left: 24px;
  cursor: pointer;
  position: relative;
}
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #000;
}
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  left: 6px;
  top: 40%;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  opacity: 0;
}

@media (max-width: 767px) {
  .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text {
    width: 100%;
  }
}

.page-form__checkbox:not(:first-child) {
  margin-top: 8px;
}

.page-form {
  background-color: #fff;
  padding: 3rem 10rem 5rem;
  color: #000;
}
@media (max-width: 991px) {
  .page-form {
    padding: 3rem 5rem 5rem;
  }
}
@media (max-width: 767px) {
  .page-form {
    padding: 2rem 1.5rem 3rem;
  }
}

.page-form__dl {
  margin-top: 0;
  display: flex;
  margin-bottom: 0;
  border-top: 1px solid #000;
}
@media (max-width: 767px) {
  .page-form__dl {
    flex-direction: column;
  }
}

.page-form__dt {
  width: 200px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 18px 0;
}
@media (max-width: 767px) {
  .page-form__dt {
    padding: 8px 0;
  }
}

.page-form__dd {
  flex: 1;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .page-form__dd {
    padding: 4px 0 16px;
  }
}

.page-form__flex {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .page-form__flex {
    flex-wrap: wrap;
  }
}

.page-form__flex-item {
  margin-top: 2px;
  margin-left: 4px;
}

.page-form__text input[type=text],
.page-form__text input[type=email],
.page-form__text input[type=number],
.page-form__text input[type=tel],
.page-form__text select,
.page-form__name input[type=text],
.page-form__name input[type=email],
.page-form__name input[type=number],
.page-form__name input[type=tel],
.page-form__name select,
.page-form__email input[type=text],
.page-form__email input[type=email],
.page-form__email input[type=number],
.page-form__email input[type=tel],
.page-form__email select,
.page-form__tel input[type=text],
.page-form__tel input[type=email],
.page-form__tel input[type=number],
.page-form__tel input[type=tel],
.page-form__tel select,
.page-form__post-number input[type=text],
.page-form__post-number input[type=email],
.page-form__post-number input[type=number],
.page-form__post-number input[type=tel],
.page-form__post-number select,
.page-form__address input[type=text],
.page-form__address input[type=email],
.page-form__address input[type=number],
.page-form__address input[type=tel],
.page-form__address select {
  width: auto;
  padding: 16px 8px;
  border: 1px solid #ccc;
  background-color: #eeeeee;
  border-radius: 2px;
  margin-bottom: 0;
}

.page-form__text:not(:first-child) {
  margin-top: 4px;
}

.page-form__fullWidth input[type=text],
.page-form__fullWidth input[type=email],
.page-form__fullWidth input[type=number] {
  width: 100%;
}

.page-form__unit {
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
}

.page-form__textarea {
  width: 100%;
}
.page-form__textarea textarea {
  padding: 8px;
  border: 1px solid #ccc;
  background-color: #eeeeee;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 0;
}

.page-form__post-number {
  display: flex;
  margin-top: 8px;
  align-items: center;
}

.page-form__address {
  margin-bottom: 8px;
}

.open {
  padding-left: 40px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .open {
    padding-left: 30px;
  }
}

.open__dl {
  margin-bottom: 0;
  margin-top: 16px;
}

.open__dt {
  margin-bottom: 0;
  font-weight: bold;
}

.page-form__bottom {
  margin-top: 40px;
  text-align: center;
}

.page-form__btn {
  margin-top: 8px;
}
.page-form__btn .btn-black {
  width: 100%;
  height: 80px;
  font-weight: bold;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .page-form__btn .btn-black {
    height: 70px;
  }
}
.page-form__btn .btn-black:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.page-form__btn .btn-white {
  width: 100%;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: #fff;
}
.page-form__btn .btn-white:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.page-form__btn .btn-white:hover span {
  border-color: #fff;
}
@media (max-width: 767px) {
  .page-form__btn .btn-white {
    height: 70px;
  }
}

/*
.form-step
.form-step-item
------------------------------------*/
.form-step {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .form-step {
    margin-top: 40px;
  }
}

.form-step__title-container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media (max-width: 767px) {
  .form-step__title-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.form-step__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  border-bottom: none;
}
.form-step__title .text-big {
  display: block;
}
@media (max-width: 767px) {
  .form-step__title {
    font-size: 20px;
  }
}

.form-step__inner {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .form-step__inner {
    margin-top: 24px;
    flex-direction: column;
  }
}

.form-step__item {
  width: 30%;
}
@media (max-width: 767px) {
  .form-step__item {
    width: 100%;
  }
  .form-step__item:not(:first-child) {
    margin-top: 16px;
  }
}

.form-step-item__title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.form-step-item__title-number {
  font-size: 40px;
}
@media (max-width: 767px) {
  .form-step-item__title-number {
    font-size: 28px;
  }
}

.form-step-item__content {
  padding: 20px 30px;
  background-color: #fff;
  color: #000;
  min-height: 308px;
}
@media (max-width: 991px) {
  .form-step-item__content {
    min-height: 391px;
  }
}
@media (max-width: 767px) {
  .form-step-item__content {
    padding: 20px;
    min-height: auto;
  }
}

.form-step-item__top {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  min-height: 70px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .form-step-item__top {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .form-step-item__top {
    min-height: auto;
    font-size: 16px;
  }
}

.form-step-item__text {
  margin-top: 8px;
}

/*
.page-card
------------------------------------*/
.page-card {
  width: 48%;
}
.page-card:nth-child(n+3) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-card:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-card {
    width: 100%;
  }
  .page-card:not(:first-child) {
    margin-top: 40px;
  }
}

.page-card--3column {
  width: 30%;
}
.page-card--3column:nth-child(n+3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-card--3column:nth-child(n+3) {
    margin-top: 0;
  }
}
.page-card--3column:nth-child(n+4) {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .page-card--3column:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-card--3column {
    width: 100%;
  }
  .page-card--3column:not(:first-child) {
    margin-top: 48px;
  }
}

.page-card--4column {
  width: 23%;
}
.page-card--4column:nth-child(n+3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-card--4column {
    width: 48%;
  }
  .page-card--4column:not(:first-child) {
    margin-top: 0;
  }
  .page-card--4column:nth-child(n+3) {
    margin-top: 32px;
  }
}

.page-card__img {
  width: 100%;
}
.page-card__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-card__img--aspect {
  padding-top: 68%;
  position: relative;
}
.page-card__img--aspect img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.page-card__title {
  margin-top: 8px;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-card__title {
    font-size: 18px;
  }
}

.page-card__top-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-card__top-title {
    min-height: auto;
    font-size: 18px;
  }
}

.page-card__btn {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .page-card__btn {
    margin-top: 18px;
  }
}

.page-card__text {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .page-card__text {
    margin-top: 0;
  }
}

.page-card__detail-title {
  margin-top: 4px;
  border-bottom: 1px solid #999999;
  font-size: 18px;
  font-weight: bold;
}

.page-card__dl {
  display: flex;
  margin-bottom: 0;
}
.page-card__dl:not(:first-child) {
  margin-top: 2px;
}

.page-card__dt {
  font-weight: bold;
  width: 60px;
  margin-bottom: 0;
}

.page-card__dd {
  flex: 1;
}

/*
.page-contact
------------------------------------*/
.page-contact {
  padding-top: 5rem;
  padding-bottom: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.page-contact__btn {
  width: 48%;
  max-width: 100%;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .page-contact__btn {
    width: 100%;
  }
}

.page-contact__text {
  text-align: center;
  padding-bottom: 40px;
}

/*
.page-back
------------------------------------*/
.page-back {
  margin-top: 40px;
}

/*
.page-btm
.page-btm__item-link
------------------------------------*/
.page-btm {
  padding: 4rem 0 3rem;
}
@media (max-width: 767px) {
  .page-btm {
    padding: 3rem 0 2rem;
  }
}

.page-btm h3 {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  text-decoration: none;
}
.page-btm h3:after {
  border: none;
}
@media (max-width: 767px) {
  .page-btm h3 {
    font-size: 16px;
  }
}

.page-btm__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-btm__item {
  width: 32%;
  margin-top: 0;
}
.page-btm__item:nth-child(2) {
  margin-left: 2%;
}
.page-btm__item:nth-child(3) {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .page-btm__item:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page-btm__item:nth-child(4) {
    margin-left: 2%;
  }
}
.page-btm__item:nth-child(5) {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .page-btm__item:nth-child(5) {
    margin-left: 0;
  }
}
.page-btm__item:nth-child(n+4) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page-btm__item {
    width: 48%;
  }
  .page-btm__item:nth-child(n+3) {
    margin-top: 1rem;
  }
}

.page-btm__item--4colum {
  width: 23%;
}
.page-btm__item--4colum:nth-child(n+4) {
  margin-top: 0;
}
.page-btm__item--4colum:nth-child(4) {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .page-btm__item--4colum:nth-child(4) {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .page-btm__item--4colum {
    width: 48%;
  }
}

.page-btm__item-img {
  position: relative;
}
.page-btm__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-btm__item-link {
  text-decoration: none;
}
.page-btm__item-link:hover {
  opacity: 1;
}
.page-btm__item-link:hover .layer_line::before {
  width: 100%;
}
.page-btm__item-link:hover .layer_line::after {
  width: 100%;
}
.page-btm__item-link:hover .layer_line span::before {
  height: 100%;
}
.page-btm__item-link:hover .layer_line span::after {
  height: 100%;
}

/*
.layer_box
.layer_line
------------------------------------*/
.layer_box {
  width: 96%;
  height: 94%;
  margin: 0;
  top: 3%;
  left: 2%;
  position: absolute;
}

.layer_line::before {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 0;
  height: 1px;
  right: 0;
  bottom: 0;
}
.layer_line::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
}
.layer_line span::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 1px;
  height: 0;
  bottom: 0;
  left: 0;
}
.layer_line span::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
}

/*
.request-btn
------------------------------------*/
.request-btn {
  display: block;
  padding: 20px;
  height: 400px;
  position: relative;
  border: 1px solid #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .request-btn {
    height: auto;
  }
}
.request-btn:hover {
  opacity: 1;
}
.request-btn:hover .layer_line::before {
  width: 100%;
}
.request-btn:hover .layer_line::after {
  width: 100%;
}
.request-btn:hover .layer_line span::before {
  height: 100%;
}
.request-btn:hover .layer_line span::after {
  height: 100%;
}

.request-btn__inner {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .request-btn__inner {
    flex-direction: column;
  }
}

.request-btn__img {
  width: 40%;
}
@media (max-width: 767px) {
  .request-btn__img {
    width: 80%;
    margin-top: 16px;
  }
}
.request-btn__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.request-btn__body {
  color: #fff;
  text-align: left;
}

.request-btn__title {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .request-btn__title {
    font-size: 1.4rem;
  }
}

.request-btn__message {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .request-btn__message {
    margin-top: 20px;
  }
}

/*
.about
------------------------------------*/
.about__text {
  width: 70%;
}
@media (max-width: 767px) {
  .about__text {
    margin-top: 1rem;
    width: 100%;
  }
}

.line_h{
	line-height: 3em;
}

.about__img {
  width: 28%;
}
.about__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .about__img {
    width: 100%;
  }
}

/*
.greeting
------------------------------------*/
.greeting__img {
  width: 30%;
}
@media (max-width: 767px) {
  .greeting__img {
    width: 50%;
  }
}
.greeting__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting__img p {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

.greeting__text {
  width: 65%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .greeting__text {
    width: 100%;
    margin-left: 0;
  }
}

.greeting__main-text {
  font-size: 2rem;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .greeting__main-text {
    font-size: 1.4rem;
  }
}

.greeting__sign {
  margin-top: 16px;
}
.greeting__sign img {
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
.idea
.idea-text
.idea-visual
------------------------------------*/
.idea-text__wrap {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .idea-text__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.idea-text__img {
  width: 60%;
}
@media (max-width: 767px) {
  .idea-text__img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.idea-text__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.idea-visual__inner {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .idea-visual__inner {
    align-items: center;
  }
}

.idea-visual__img {
  width: 48%;
}
@media (max-width: 767px) {
  .idea-visual__img {
    width: 90%;
  }
  .idea-visual__img:not(:first-child) {
    margin-top: 30px;
  }
}
.idea-visual__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
.business
.business-block
------------------------------------*/
.business__img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .business__img {
    width: 90%;
  }
}
.business__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.business-block__ul {
  margin-top: 40px;
  list-style: none;
  padding: 2rem 3rem;
  border: 1px solid #000;
  border-top: 3px solid #000;
}
@media (max-width: 767px) {
  .business-block__ul {
    padding: 1rem 2rem;
  }
}

.business-block__li {
  text-indent: -1em;
  padding-left: 1em;
}

.business-block-li__ul {
  list-style: none;
}

.business-block-li__li {
  text-indent: -1em;
  padding-left: 1em;
}

.business-block__inner {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.business-block__img {
  width: 40%;
}
@media (max-width: 767px) {
  .business-block__img {
    width: 100%;
  }
}
.business-block__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business-block__text {
  width: 55%;
}
.business-block__text p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .business-block__text {
    margin-top: 20px;
    width: 100%;
  }
}

/*
.outline
------------------------------------*/
.outline table {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.outline table tr,
.outline table th,
.outline table td {
  padding: 20px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .outline table tr,
.outline table th,
.outline table td {
    padding: 10px;
  }
}
.outline table th {
  width: 160px;
  text-align: center;
}
@media (max-width: 767px) {
  .outline table th {
    width: 120px;
  }
}

.outline-table__link {
  display: block;
  text-decoration: underline;
}

/*
.store-general
.store
.store-desc
------------------------------------*/
.store-general {
  width: 360px;
  border: 1px solid #000;
  border-top: 3px solid #000;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .store-general {
    width: 100%;
	padding: 15px;
  }
}


.store-general__tel {
  font-size: 28px;
  font-weight: bold;
}

.store__content {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .store__content {
    margin-top: 4rem;
  }
}

.store__title {
  font-weight: bold;
}

.store__flex {
  display: flex;
}
@media (max-width: 767px) {
  .store__flex {
    flex-direction: column;
  }
}

.store__img {
  width: 50%;
  position: relative;
  padding-top: 40%;
}
.store__img img {
  width: 100%;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .store__img {
    width: 100%;
    padding-top: 68%;
  }
}

.store__img.main-office {
  width: 40%;
  position: relative;
  padding-top: 40%;
}
.store__img.main-office img {
  width: 100%;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .store__img.main-office {
    width: 100%;
    padding-top: 68%;
  }
}

.store__desc {
  width: 46%;
  margin-left: 4%;
}
@media (max-width: 767px) {
  .store__desc {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}

.store__desc.main-office {
  width: 56%;
  margin-left: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .store__desc.main-office {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}

.store-desc__inner {
  padding-top: 35px;
}

.store-desc__inner:first-child {
  padding-top: 0;
}

.store-desc__inner:last-child {
  padding-top: 25px;
}

.store__map {
  margin-top: 30px;
  width: 100%;
  padding-top: 36%;
  position: relative;
}
@media (max-width: 767px) {
  .store__map {
    padding-top: 60%;
  }
}
.store__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.store-desc__add {
  margin-top: 20px;
}

.store-desc__time {
  margin-top: 20px;
}

.store-desc__dl {
  display: flex;
  margin: 0;
}

.store-desc__dt {
  width: 100px;
  font-weight: bold;
}

.store-desc__service {
  margin-top: 20px;
}
.store-desc__service span {
  font-weight: bold;
  display: inline-block;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}
.store-desc__service span::before {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
.store-desc__service span::after {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}

.store-desc__service-title {
  font-weight: bold;
  margin-bottom: 1em;
}

.store-desc__service-tel {
  display: block;
}

.store-desc__link {
  text-decoration: underline;
}

/*
.consul
.consul-top
.consul-top-item
.consul-banner
.consul-part
.consul-faq
------------------------------------*/
.consul-top {
  padding-bottom: 2rem;
}

.consul-top__ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .consul-top__ul {
    flex-direction: column;
  }
}

.consul-top__li {
  width: 30%;
}
@media (max-width: 767px) {
  .consul-top__li {
    width: 100%;
  }
  .consul-top__li:not(:first-child) {
    margin-top: 24px;
  }
}

.consul-top-item {
  display: block;
  width: 100%;
  text-decoration: none;
}
.consul-top-item:hover {
  opacity: 1;
}
.consul-top-item:hover .consul-top-item__img .layer_line::before {
  width: 100%;
}
.consul-top-item:hover .consul-top-item__img .layer_line::after {
  width: 100%;
}
.consul-top-item:hover .consul-top-item__img .layer_line span::before {
  height: 100%;
}
.consul-top-item:hover .consul-top-item__img .layer_line span::after {
  height: 100%;
}

.consul-top-item__img {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.consul-top-item__img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.consul-top-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.consul-top-item__title {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
}

.consul-top-item__text {
  margin-top: 8px;
}

.consul__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.consul__item {
  width: 32%;
  list-style: none;
}
.consul__item a {
  text-decoration: none;
}
.consul__item:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .consul__item {
    width: 48%;
  }
  .consul__item:nth-child(n+3) {
    margin-top: 24px;
  }
}

.consul-part {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .consul-part {
    margin-top: 60px;
  }
}

.consul-part__img {
  width: 40%;
  padding-top: 26%;
  position: relative;
}
@media (max-width: 767px) {
  .consul-part__img {
    padding-top: 56%;
    width: 100%;
  }
}
.consul-part__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  object-fit: cover;
}

.consul-part__inner {
  margin-top: 16px;
}

.consul-part__content {
  width: 55%;
}
@media (max-width: 767px) {
  .consul-part__content {
    width: 100%;
  }
}

.consul-part__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .consul-part__content {
    margin-top: 20px;
  }
}

.consult-part__content--end {
  justify-content: flex-end;
}

.consul-part__content--position {
  justify-content: center;
}

@media (max-width: 767px) {
  .consult-part__btn {
    margin-top: 20px;
  }
}

.consult-part__content--end {
  justify-content: flex-end;
}

.consul__faq {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .consul__faq {
    margin-top: 40px;
  }
}

.consul-faq {
  display: inline-block;
  padding: 10px 30px;
  width: 500px;
  height: 220px;
  max-width: 100%;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .consul-faq {
    height: 160px;
    padding: 8px 16px;
  }
}

.consul-faq__inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.consul-faq__img {
  width: 30%;
}
.consul-faq__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.consul-faq__text {
  flex-shrink: 0;
  margin-left: 16px;
  width: 50%;
  font-weight: bold;
}

/*
.purchase
.purchase-lead
.purchase-block
------------------------------------*/
.purchase-lead__inner {
  margin-top: 40px;
}

.purchase-lead__text {
  width: 48%;
}
@media (max-width: 767px) {
  .purchase-lead__text {
    width: 100%;
  }
}

.purchase-lead__img {
  width: 48%;
}
@media (max-width: 767px) {
  .purchase-lead__img {
    margin-top: 16px;
    width: 100%;
  }
}
.purchase-lead__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.purchase-block__header {
  display: flex;
  border-bottom: 1px solid #fff;
  align-items: baseline;
}
.purchase-block__header .page-block__number {
  padding-bottom: 4px;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .purchase-block__header {
    align-items: flex-start;
  }
}

.purchase-block__text {
  margin-top: 16px;
}

.purchase-block__inner {
  margin-top: 16px;
}

.purchase-block__flex-text {
  width: 58%;
}
@media (max-width: 767px) {
  .purchase-block__flex-text {
    width: 100%;
  }
}

.purchase-block__img {
  width: 38%;
}
@media (max-width: 767px) {
  .purchase-block__img {
    margin-top: 16px;
    width: 100%;
  }
}
.purchase-block__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.purchase-block__img--50 {
  width: 50%;
}
.purchase-block__img--50:first-child {
  padding-right: 16px;
}
@media (max-width: 767px) {
  .purchase-block__img--50:first-child {
    padding-right: 0;
  }
}
.purchase-block__img--50:not(:first-child) {
  padding-left: 16px;
  border-left: 2px dashed #fff;
}
@media (max-width: 767px) {
  .purchase-block__img--50:not(:first-child) {
    border: none;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .purchase-block__img--50 {
    margin-top: 16px;
    width: 100%;
  }
}

.purchase__bottom {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .purchase__bottom {
    margin-top: 12px;
    text-align: left;
    padding-bottom: 24px;
  }
}

/*
.sale
.sale-block
------------------------------------*/
.sale-block__header {
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: baseline;
}
.sale-block__header .page-block__number {
  padding-bottom: 4px;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .sale-block__header {
    align-items: flex-start;
  }
}

.sale-block__inner {
  margin-top: 16px;
}

.sale-block__text {
  margin-top: 16px;
}

.sale-block__flex-text {
  width: 58%;
}
@media (max-width: 767px) {
  .sale-block__flex-text {
    width: 100%;
  }
}

.sale-block__img {
  width: 38%;
}
@media (max-width: 767px) {
  .sale-block__img {
    margin-top: 16px;
    width: 100%;
  }
}
.sale-block__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sale-block__img--50 {
  width: 50%;
}
.sale-block__img--50:first-child {
  padding-left: 16px;
  border-left: 2px dashed #fff;
}
@media (max-width: 767px) {
  .sale-block__img--50:first-child {
    border: none;
    padding-left: 0;
  }
}
.sale-block__img--50:not(:first-child) {
  padding-right: 16px;
}
@media (max-width: 767px) {
  .sale-block__img--50:not(:first-child) {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .sale-block__img--50 {
    margin-top: 16px;
    width: 100%;
  }
}

.sale__bottom {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .sale__bottom {
    margin-top: 12px;
    text-align: left;
    padding-bottom: 24px;
  }
}

/*
.akiya-issue
.akiya-law
.akiya-solu
.akiya-solu-item
.akiya-movie
------------------------------------*/
.akiya-issue__text {
  width: 54%;
}
@media (max-width: 767px) {
  .akiya-issue__text {
    width: 100%;
  }
}

.akiya-issue__title {
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.akiya-issue__ul {
  margin: 0;
  margin-top: 16px;
  padding: 0;
}
@media (max-width: 767px) {
  .akiya-issue__ul {
    margin-top: 12px;
  }
}

.akiya-issue__li {
  padding-left: 28px;
  margin-bottom: 0;
  position: relative;
  list-style: none;
  font-size: 1.1rem;
}
.akiya-issue__li:not(:first-child) {
  margin-top: 8px;
}
.akiya-issue__li::before {
  content: "";
  width: 20px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(-45deg);
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
@media (max-width: 767px) {
  .akiya-issue__li::before {
    width: 18px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .akiya-issue__li {
    font-size: 1rem;
    padding-left: 24px;
  }
}

.akiya-issue__img {
  width: 40%;
}
.akiya-issue__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .akiya-issue__img {
    margin-top: 24px;
    width: 100%;
  }
}

.akiya-issue__strong {
  margin-top: 24px;
  padding: 32px 0;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .akiya-issue__strong {
    flex-direction: column;
    align-items: flex-start;
  }
}

.akiya-issue__label {
  height: 60px;
  padding: 18px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  position: relative;
}
@media (max-width: 767px) {
  .akiya-issue__label {
    height: 40px;
    padding: 10px;
  }
}
.akiya-issue__label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}
@media (max-width: 767px) {
  .akiya-issue__label::after {
    border-width: 20px 0 20px 24px;
  }
}

.akiya-issue__message {
  padding-left: 6%;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .akiya-issue__message {
    margin-top: 8px;
    padding-left: 0;
    font-size: 1.4rem;
  }
}

.akiya-law__block {
  margin-top: 40px;
  border: 1px solid #fff;
  border-top: 3px solid #fff;
  padding: 32px;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .akiya-law__block {
    padding: 16px;
    font-size: 1rem;
    text-align: left;
  }
}

.akiya-low__title {
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .akiya-low__title {
    font-size: 1.3rem;
  }
}

.akiya-law__ul {
  margin: 0;
  padding: 0;
}

.akiya-law__li {
  list-style: none;
  margin-top: 16px;
  margin-bottom: 0;
}

.akiya-solu__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.akiya-solu__li {
  width: 20%;
}
@media (max-width: 767px) {
  .akiya-solu__li {
    width: 46%;
  }
  .akiya-solu__li:nth-child(n+3) {
    margin-top: 50px;
  }
}

.akiya-solu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.akiya-solu-item__title {
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .akiya-solu-item__title {
    font-size: 1rem;
    padding: 8px;
  }
}

.akiya-solu-item__img {
  margin-top: 16px;
  width: 70%;
}
.akiya-solu-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.akiya-solu-item__sub-title {
  margin-top: 16px;
  padding-bottom: 4px;
  font-weight: bold;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.akiya-solu-item__text {
  margin-top: 8px;
}

.akiya-movie__sub-title {
  margin-top: 16px;
}

.akiya-movie__ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.akiya-movie__li {
  list-style: none;
  width: 30%;
}
.akiya-movie__li:nth-child(n+4) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .akiya-movie__li:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .akiya-movie__li {
    width: 100%;
  }
  .akiya-movie__li:not(:first-child) {
    margin-top: 40px;
  }
}

.akiya-movie__title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 4px;
}

.akiya-movie__number {
  font-size: 3rem;
  padding-right: 4px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .akiya-movie__number {
    font-size: 2rem;
    padding-bottom: 2px;
  }
}

/*
.syueki
.syueki-invest
.syueki-invest-item
.syueki-develop
.syueki-develop-item
.syueki-manage
.syueki-hoyu
.syueki-hoyu-item
.syueki-area
.syueki-are-item
------------------------------------*/
.syueki__bottom {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .syueki__bottom {
    margin-top: 20px;
  }
}

.syueki__bottom-banner {
  width: 100%;
}
.syueki__bottom-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.syueki-invest__ul {
  margin-top: 40px;
  padding-left: 0;
  margin-bottom: 0;
}

.syueki-invest__li {
  width: 30%;
  list-style: none;
}
@media (max-width: 767px) {
  .syueki-invest__li {
    width: 100%;
  }
  .syueki-invest__li:not(:first-child) {
    margin-top: 40px;
  }
}

.syueki-invest-item__title {
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .syueki-invest-item__title {
    font-size: 1.3rem;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
  }
}

.syueki-invest-item__img {
  margin-top: 8px;
  width: 100%;
}
.syueki-invest-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.syueki-invest-item__text {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 96px;
}
@media (max-width: 767px) {
  .syueki-invest-item__text {
    min-height: 0;
  }
}

.syueki-invest-item__link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .syueki-invest-item__link {
    margin-top: 8px;
  }
}

.syueki-develop__ul {
  margin-top: 40px;
  padding-left: 0;
  margin-bottom: 0;
}

.syueki-develop__li {
  width: 30%;
  list-style: none;
}
@media (max-width: 767px) {
  .syueki-develop__li {
    width: 100%;
  }
  .syueki-develop__li:not(:first-child) {
    margin-top: 40px;
  }
}

.syueki-develop-item__title {
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .syueki-develop-item__title {
    font-size: 1.3rem;
  }
}

.syueki-develop-item__img {
  margin-top: 8px;
  width: 100%;
}
.syueki-develop-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.syueki-develop__btn {
  margin-top: 40px;
}

.syueki-manage__text {
  width: 56%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .syueki-manage__text {
    width: 100%;
  }
}

.syueki-manage__img {
  width: 40%;
}
.syueki-manage__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .syueki-manage__img {
    margin-top: 8px;
    width: 100%;
  }
}

.syueki-manage__btn {
  margin-top: 40px;
}

.syueki-hoyu__ul {
  margin-top: 40px;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.syueki-hoyu__ul::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

.syueki-hoyu__li {
  width: 30%;
  list-style: none;
}
@media (max-width: 767px) {
  .syueki-hoyu__li {
    width: 47%;
  }
}
.syueki-hoyu__li:nth-child(n+4) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .syueki-hoyu__li:nth-child(n+4) {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .syueki-hoyu__li:nth-child(n+3) {
    margin-top: 40px;
  }
}

.syueki-hoyu__btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .syueki-hoyu__btn {
    margin-top: 30px;
  }
}

.syueki-hoyu-item__img {
  width: 100%;
}
.syueki-hoyu-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.syueki-hoyu-item__title {
  margin-top: 8px;
}

.syueki-area {
  padding: 20px 30px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .syueki-area {
    padding: 20px;
  }
}

.syueki-area__title {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.syueki-area__ul {
  margin-top: 40px;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .syueki-area__ul {
    margin-top: 24px;
  }
}

.syueki-area__li {
  width: 22%;
}
@media (max-width: 767px) {
  .syueki-area__li {
    width: 48%;
  }
  .syueki-area__li:nth-child(n+3) {
    margin-top: 16px;
  }
}
.syueki-area__li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.syueki-area-item {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .syueki-area-item {
    padding: 12px 4px;
  }
}

.syueki-area-item__text {
  font-size: 21px;
  text-align: center;
}
@media (max-width: 767px) {
  .syueki-area-item__text {
    font-size: 18px;
  }
}

.syueki-area-item__sub-text {
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
}

/*
.develop
.develop-area
------------------------------------*/
.develop-area {
  margin-top: 40px;
  padding: 20px 30px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .develop-area {
    padding: 20px;
  }
}

.develop-area__title {
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.develop-area__text {
  padding-top: 16px;
}

/*
.develop-block
------------------------------------*/
.develop-block__visual-ul {
  margin: 0;
  padding: 0;
}

.develop-block__visual-li {
  list-style: none;
  width: 32%;
}
.develop-block__visual-li p {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .develop-block__visual-li {
    width: 100%;
  }
  .develop-block__visual-li:not(:first-child) {
    margin-top: 30px;
  }
}

.develop-block__visual-img {
  width: 100%;
}
.develop-block__visual-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.develop-block__text-ul {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}

.develop-block__text-li {
  list-style: none;
}

/*
.land
.land-top
.land-exa
------------------------------------*/
.land__lead {
  margin-bottom: 40px;
}

.land-top__block:not(:first-child) {
  margin-top: 20px;
}

.land-top__header {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
}

.land-top__text {
  margin-top: 8px;
}

.land-top__btm {
  margin-top: 80px;
}

.land-exa {
  margin-top: 6.8rem;
}
@media (max-width: 767px) {
  .land-exa {
    margin-top: 4.6rem;
  }
}

.land-exa__inner {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .land-exa__inner {
    margin-top: 16px;
  }
}

.land-exa__left {
  width: 48%;
}
@media (max-width: 767px) {
  .land-exa__left {
    width: 100%;
  }
}
.land-exa__left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.land-exa__right {
  width: 48%;
}
@media (max-width: 767px) {
  .land-exa__right {
    margin-top: 20px;
    width: 100%;
  }
}

.land-exa__right--mtAuto {
  margin-top: auto;
}
@media (max-width: 767px) {
  .land-exa__right--mtAuto {
    margin-top: 20px;
  }
}

.land-exa__links {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .land-exa__links {
    flex-direction: column;
  }
}
.land-exa__links a:not(:first-child) {
  margin-left: 2.8%;
}
@media (max-width: 767px) {
  .land-exa__links a:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*
.leaseback
.lease-lead
.leaseback-block
------------------------------------*/
.leaseback-lead__inner {
  margin-top: 16px;
}

.leaseback-lead__text {
  width: 48%;
}
@media (max-width: 767px) {
  .leaseback-lead__text {
    width: 100%;
  }
}

.leaseback-lead__img {
  width: 48%;
}
.leaseback-lead__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .leaseback-lead__img {
    margin-top: 16px;
    width: 100%;
  }
}

.leaseback-block {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .leaseback-block {
    margin-top: 3rem;
  }
}

.leaseback-block__header {
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: baseline;
}
.leaseback-block__header .page-block__number {
  padding-bottom: 4px;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .leaseback-block__header {
    align-items: flex-start;
  }
}

.leaseback-block__inner {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .leaseback-block__inner {
    margin-top: 16px;
  }
}

.leaseback-block__img {
  width: 48%;
}
@media (max-width: 767px) {
  .leaseback-block__img {
    width: 100%;
  }
}
.leaseback-block__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.leaseback-block__flex-text {
  width: 48%;
}
@media (max-width: 767px) {
  .leaseback-block__flex-text {
    width: 100%;
    margin-top: 8px;
  }
}

.leaseback-block__note {
  margin-top: 30px;
  padding: 20px 30px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .leaseback-block__note {
    padding: 20px;
  }
}

.leaseback-block__note-title {
  padding-bottom: 4px;
}

.leaseback-block__contact {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .leaseback-block__contact {
    margin-top: 20px;
  }
}

.leaseback-block__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*
.leasehold
.leasehold-lead
.leasehold-block
------------------------------------*/
.leasehold-lead__inner {
  margin-top: 16px;
}

.leasehold-lead__text {
  width: 48%;
}
@media (max-width: 767px) {
  .leasehold-lead__text {
    width: 100%;
  }
}

.leasehold-lead__img {
  width: 48%;
}
.leasehold-lead__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .leasehold-lead__img {
    margin-top: 16px;
    width: 100%;
  }
}

.leasehold-block__inner {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .leasehold-block__inner {
    margin-top: 24px;
  }
}

.leasehold-block__header {
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.leasehold-block__box {
  margin-top: 40px;
}

.leasehold-block__box-title {
  padding-bottom: 4px;
}

.leasehold-block__img {
  width: 48%;
}
@media (max-width: 767px) {
  .leasehold-block__img {
    width: 100%;
  }
}
.leasehold-block__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.leasehold-block__text {
  width: 48%;
}
@media (max-width: 767px) {
  .leasehold-block__text {
    width: 100%;
    margin-top: 16px;
  }
}

.leasehold-block__label {
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
}

/*
.replace
.replace-lead
.replace-block
------------------------------------*/
.replace-lead {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .replace-lead {
    flex-direction: column;
  }
}

.replace-lead__text {
  width: 48%;
}
@media (max-width: 767px) {
  .replace-lead__text {
    width: 100%;
  }
}

.replace-lead__img {
  width: 48%;
}
@media (max-width: 767px) {
  .replace-lead__img {
    width: 100%;
    margin-top: 16px;
  }
}
.replace-lead__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.replace-block {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .replace-block {
    margin-top: 16px;
  }
}

.replace-block__box {
  padding: 20px 30px;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .replace-block__box {
    padding: 12px;
  }
}

.replace-block__box--white {
  border: 1px solid #ffffff;
}

.replace-block__title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  margin-bottom: 8px;
  font-weight: bold;
}

.replace-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.replace-block__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.replace-block__list li:not(:first-child) {
  margin-top: 8px;
}

/*
.inheri
.inheri-block
.inheri-block-box
.inheri-unit
.inheri-key
.inheri-bottom
------------------------------------*/
.inheri-block__inner {
  margin-top: 16px;
}

.inheri-block__h3 {
  margin-bottom: 4px;
}

.inheri-block__text {
  width: 48%;
}
@media (max-width: 767px) {
  .inheri-block__text {
    width: 100%;
  }
}

.inheri-block__img {
  width: 48%;
}
@media (max-width: 767px) {
  .inheri-block__img {
    margin-top: 16px;
    width: 100%;
  }
}
.inheri-block__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .inheri-block__img--illust {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.inheri-block__box:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .inheri-block__box:not(:first-child) {
    margin-top: 20px;
  }
}

.inheri-block-box {
  padding: 20px 30px;
  border: 1px solid #ddd;
}
.inheri-block-box .triangle-arrow {
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 767px) {
  .inheri-block-box {
    padding: 20px;
  }
}

.inheri-block-box__title {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.inheri-block__flex {
  margin-top: 40px;
  align-items: center;
}

.inheri-block__item {
  width: 48%;
}
@media (max-width: 767px) {
  .inheri-block__item {
    width: 100%;
  }
  .inheri-block__item:not(:first-child) {
    margin-top: 20px;
  }
}

.inheri-block__dt {
  font-size: 1.4rem;
  font-weight: bold;
  padding-right: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .inheri-block__dt {
    font-size: 1.3rem;
  }
}

.inheri-block__dd {
  margin-top: 8px;
}

.inheri-block__price-box {
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #fff;
  border-top: 4px solid #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .inheri-block__price-box {
    font-size: 1.2rem;
  }
}

.inheri-block__arrow {
  padding: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .inheri-block__arrow {
    padding: 8px;
  }
}
.inheri-block__arrow .triangle-arrow {
  border-color: #fff transparent transparent transparent;
}

.inheri-block__s-img {
  width: 18%;
}
.inheri-block__s-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inheri-block__header {
  margin: 0 calc(50% - 50vw);
  padding-bottom: 8px;
  margin-bottom: 40px;
  width: 100vw;
  border-bottom: 2px solid #fff;
  position: relative;
}
.inheri-block__header::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
}
.inheri-block__header .second-header {
  font-size: 38px;
}
@media (max-width: 767px) {
  .inheri-block__header .second-header {
    font-size: 24px;
  }
}

.inheri-block__title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 4px;
}

.inheri-block__strong {
  margin-top: 24px;
  padding: 20px 0;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .inheri-block__strong {
    font-size: 1.4rem;
  }
}
.inheri-block__strong span {
  font-weight: bold;
}

.inheri-block__comment {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .inheri-block__comment {
    font-size: 1.1rem;
    text-align: center;
    padding: 16px;
  }
}

.inheri-block__bg {
  background-color: #fff;
}

.inheri-block__balloon {
  font-size: 1.8rem;
  padding: 20px;
  border: 1px solid #fff;
  position: relative;
}
@media (max-width: 767px) {
  .inheri-block__balloon {
    font-size: 1.4rem;
  }
}
.inheri-block__balloon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 16px 30px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 30%;
  right: -30px;
}
@media (max-width: 767px) {
  .inheri-block__balloon::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 16px;
    border-color: #000 transparent transparent transparent;
    top: auto;
    left: 50%;
    bottom: -30px;
  }
}
.inheri-block__balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 14px 29px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 31%;
  right: -28px;
}
@media (max-width: 767px) {
  .inheri-block__balloon::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 0 14px;
    border-color: #fff transparent transparent transparent;
    top: auto;
    left: 50%;
    bottom: -24px;
  }
}

.inheri-unit {
  width: 32%;
  border: 1px solid #ddd;
  border-top: 4px solid #fff;
  padding: 20px;
}
@media (max-width: 767px) {
  .inheri-unit {
    padding: 8px 15px 15px;
    width: 100%;
  }
  .inheri-unit:not(:first-child) {
    margin-top: 16px;
  }
}

.inheri-unit__title {
  display: flex;
  align-items: center;
}
.inheri-unit__title .page-block__number {
  line-height: 1;
  padding-right: 8px;
}

.inheri-unit__img {
  width: 100%;
  min-height: 426px;
  display: flex;
  align-items: end;
}
.inheri-unit__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .inheri-unit__img {
    padding-top: 8px;
    min-height: auto;
  }
}

.inheri-unit__body {
  margin-top: 16px;
}

.inheri-unit-box {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .inheri-unit-box {
    margin-top: 12px;
    padding: 10px;
  }
}
.inheri-unit-box dl:not(:first-child) {
  margin-top: 16px;
}
.inheri-unit-box dt {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  margin-bottom: 0;
}
.inheri-unit-box dd {
  font-size: 20px;
}

.inheri-key__header {
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}

.inheri-key__inner {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .inheri-key__inner {
    margin-top: 16px;
  }
}

.inheri-key__img {
  width: 48%;
}
@media (max-width: 767px) {
  .inheri-key__img {
    width: 100%;
  }
}
.inheri-key__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inheri-key__text {
  width: 48%;
}
@media (max-width: 767px) {
  .inheri-key__text {
    margin-top: 16px;
    width: 100%;
  }
}

.inheri-bottom__inner {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .inheri-bottom__inner {
    margin-top: 40px;
  }
}

.inheri-bottom__text {
  padding: 30px;
  border: 1px solid #fff;
}

.inheri-bottom__btn {
  width: 100%;
}

/*
.rent
.rent-flow
.rent-series
------------------------------------*/
.rent-block {
  margin-top: 40px;
}

.rent-block__title {
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.rent-block__text {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .rent-flow {
    display: flex;
  }
}

.rent-flow__top {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .rent-flow__top {
    width: 100%;
    flex-direction: column;
  }
}

.rent-flow__item {
  max-width: 100%;
  padding: 30px 20px;
  border: 1px solid #fff;
  border-top: 3px solid #fff;
  writing-mode: vertical-rl;
}
@media (max-width: 991px) {
  .rent-flow__item {
    text-align: center;
    writing-mode: horizontal-tb;
  }
}

.rent-flow__arrow {
  padding: 160px 0.5%;
  text-align: center;
}
@media (max-width: 991px) {
  .rent-flow__arrow {
    padding: 16px;
  }
}
.rent-flow__arrow .triangle-arrow {
  border-color: #fff transparent transparent transparent;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .rent-flow__arrow .triangle-arrow {
    transform: rotate(0);
  }
}

.rent-flow__bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .rent-flow__bottom {
    flex-shrink: 0;
    flex-direction: column;
    margin-left: 3%;
  }
}

.rent-flow__bottom-item {
  height: 70px;
  display: flex;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  color: #000;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .rent-flow__bottom-item {
    writing-mode: vertical-rl;
  }
}
.rent-flow__bottom-item:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .rent-flow__bottom-item:not(:first-child) {
    margin-left: 0;
    margin-top: 30px;
  }
}
.rent-flow__bottom-item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: -19px;
}
@media (max-width: 991px) {
  .rent-flow__bottom-item::after {
    top: auto;
    bottom: -44px;
    right: auto;
    left: 36%;
    transform: rotate(90deg);
  }
}
.rent-flow__bottom-item--1 {
  width: 49%;
}
@media (max-width: 991px) {
  .rent-flow__bottom-item--1 {
    width: 70px;
    height: 500px;
  }
}
.rent-flow__bottom-item--2 {
  width: 23%;
}
@media (max-width: 991px) {
  .rent-flow__bottom-item--2 {
    width: 70px;
    height: 240px;
  }
}
.rent-flow__bottom-item--3 {
  width: 33%;
}
@media (max-width: 991px) {
  .rent-flow__bottom-item--3 {
    width: 70px;
    height: 380px;
  }
}

.rent-series__inner {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .rent-series__inner {
    margin-top: 16px;
  }
}

.rent-series__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .rent-series__flex {
    flex-direction: column;
  }
}

.rent-series__veleta-img {
  width: 100%;
  position: relative;
}
.rent-series__veleta-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rent-series__veleta-img .rent-series__veleta-logo {
  width: 80%;
}

.rent-series__veleta-logo {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.rent-series__veleta-text {
  margin-top: 16px;
}

.rent-series-galletto__img {
  width: 100%;
  position: relative;
}
.rent-series-galletto__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rent-series-galletto__img .rent-series-galletto__logo {
  width: 80%;
}

.rent-series-galletto__logo {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.rent-series-galletto__text {
  width: 100%;
  margin-top: 16px;
}

/*
.reform-flow
------------------------------------*/
.reform-flow__box {
  padding: 20px;
  border: 1px solid #000;
  border-top: 3px solid #000;
}

.reform-flow__title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

.reform-flow__content {
  padding-top: 16px;
}

.reform-flow__text {
  width: 68%;
}
@media (max-width: 767px) {
  .reform-flow__text {
    width: 100%;
  }
}

.reform-flow__img {
  width: 28%;
}
@media (max-width: 767px) {
  .reform-flow__img {
    width: 100%;
    margin-top: 16px;
  }
}
.reform-flow__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reform-flow__arrow {
  text-align: center;
  padding: 20px;
}

/*
.value
.value-block
------------------------------------*/
.value-block__inner {
  margin-top: 20px;
}

.value-block__img {
  width: 48%;
  padding-top: 34%;
  position: relative;
}
@media (max-width: 767px) {
  .value-block__img {
    width: 100%;
    padding-top: 60%;
  }
  .value-block__img:not(:first-child) {
    margin-top: 16px;
  }
}
.value-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.value-block__illust {
  width: 48%;
}
.value-block__illust img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .value-block__illust {
    margin-top: 16px;
    width: 100%;
  }
}

.value-block__body {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .value-block__body {
    margin-top: 20px;
    width: 100%;
  }
}

.value-block__text {
  width: 100%;
}

.value-block__text--flex {
  width: 48%;
}
@media (max-width: 767px) {
  .value-block__text--flex {
    width: 100%;
  }
}

.value-block__btn {
  margin-top: 16px;
}

.value-block__header {
  font-size: 1.5rem;
  display: inline-block;
  padding: 8px 20px;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .value-block__header {
    font-size: 1.2rem;
    padding: 8px 16px;
  }
}

.value__slider {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .value__slider {
    margin-top: 60px;
  }
}

/*
.support
.support-line
------------------------------------*/
.support-line__inner {
  margin-top: 100px;
}

.support-line__link {
  width: 30%;
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .support-line__link {
    width: 100%;
  }
  .support-line__link:not(:first-child) {
    margin-top: 40px;
  }
}
.support-line__link:hover {
  opacity: 1;
}
.support-line__link:hover .support-line__img .layer_line::before {
  width: 100%;
}
.support-line__link:hover .support-line__img .layer_line::after {
  width: 100%;
}
.support-line__link:hover .support-line__img .layer_line span::before {
  height: 100%;
}
.support-line__link:hover .support-line__img .layer_line span::after {
  height: 100%;
}

.support-line__img {
  width: 100%;
  position: relative;
}
.support-line__img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.16);
}
.support-line__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-line__title {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .support-line__title {
    font-size: 1.2rem;
  }
}

.support-line__text {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .support-line__text {
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
	.support-line_center{
		justify-content: center;
	}
	.support-line_center .support-line__link:first-child{
		margin-right: 3%;
	}
}


/*
.member
.member-lead
.member-banner
.member-app
------------------------------------*/
.member-lead__strong {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .member-lead__strong {
    font-size: 1.26rem;
  }
}

.member-lead__btn {
  margin-top: 40px;
}

.member-banner__link {
  display: block;
}

.member-banner__img {
  width: 100%;
  padding-top: 20%;
  position: relative;
}
@media (max-width: 767px) {
  .member-banner__img {
    padding-top: 30%;
  }
}
.member-banner__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.member-app__img {
  margin-top: -80px;
  width: 100%;
}
.member-app__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .member-app__img {
    margin-top: -40px;
  }
}

.member-app__flex {
  display: flex;
  justify-content: center;
}

.member-app__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24%;
  min-width: 160px;
}
.member-app__block:not(:first-child) {
  margin-left: 8%;
}

.member-app__inner {
  margin-top: 32px;
}

.member-app__text {
  margin-top: 32px;
  font-size: 20px;
  text-align: center;
}

.member-app__qr-img {
  margin-top: 24px;
  width: 80%;
}
.member-app__qr-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.member-app__btn-img {
  margin-top: 24px;
  width: 80%;
}
.member-app__btn-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.member-app__quit {
  text-align: center;
}

/*
.member-navi
.member-content
------------------------------------*/
.member-navi {
  display: flex;
}

.member-navi__tab {
  display: block;
  padding: 24px 32px;
  text-align: center;
  font-weight: bold;
  width: 50%;
  background-color: #ddd;
  color: #7a7a7a;
}
@media (max-width: 767px) {
  .member-navi__tab {
    padding: 24px 12px;
  }
}
.member-navi__tab.is-active {
  background-color: #7a7a7a;
  color: #fff;
}

.member-content {
  border: 10px solid #7a7a7a;
}

.member-content__panel {
  width: 100%;
  display: none;
  padding: 40px;
}
@media (max-width: 767px) {
  .member-content__panel {
    padding: 30px 20px;
  }
}
.member-content__panel.is-active {
  display: block;
}

.member-content__block:not(:first-child) {
  margin-top: 60px;
}

.member-content__inner {
  margin-top: 40px;
  flex-wrap: wrap;
}

.member-content__note {
  padding: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.member-content-box {
  width: 48%;
}
.member-content-box:nth-child(n+3) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .member-content-box:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .member-content-box {
    width: 100%;
  }
  .member-content-box:not(:first-child) {
    margin-top: 32px;
  }
}

.member-content-box__title {
  font-size: 1.2rem;
}

.member-content-box__img {
  margin-top: 16px;
  width: 100%;
}
.member-content-box__img img {
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.member-content-box__text {
  margin-top: 16px;
}

.member-content-box__logo {
  display: flex;
  align-items: center;
}
.member-content-box__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.member-content-box__logo .member-content-box__logo-title {
  font-size: 1.4rem;
  margin-left: 16px;
}

.member-content-box__btn {
  margin-top: 24px;
}

/*
.toushi
.toushi-banner
.toushi-top
.toushi-card
.toushi-about
------------------------------------*/
.toushi-top {
  padding-bottom: 2rem;
}

.toushi-top__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .toushi-top__list {
    flex-direction: column;
  }
}

.toushi-top__item {
  width: 30%;
}
@media (max-width: 767px) {
  .toushi-top__item {
    width: 100%;
    margin-top: 40px;
  }
}

.toushi-top-item__link {
  text-decoration: none;
  display: block;
  width: 100%;
}
.toushi-top-item__link:hover {
  opacity: 1;
}
.toushi-top-item__link:hover .layer_line::before {
  width: 100%;
}
.toushi-top-item__link:hover .layer_line::after {
  width: 100%;
}
.toushi-top-item__link:hover .layer_line span::before {
  height: 100%;
}
.toushi-top-item__link:hover .layer_line span::after {
  height: 100%;
}

.toushi-top-item__img {
  width: 100%;
  padding-top: 50%;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .toushi-top-item__img {
    padding-top: 44%;
  }
}
.toushi-top-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.toushi-top-item__img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.toushi-top-item__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  z-index: 10;
}
@media (max-width: 767px) {
  .toushi-top-item__title {
    font-size: 1.6rem;
  }
}

.toushi-top-item__text {
  margin-top: 8px;
}

.toushi-card {
  width: 32%;
  padding: 20px;
  border: 1px solid #fff;
	margin-right: 2%;
}
.toushi-card:nth-child(3n){
	margin-right: 0%;
}
.toushi-card:nth-child(n+4) {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .toushi-card:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .toushi-card {
    width: 48%;
	margin-right: 2%;
  }
	.toushi-card:nth-child(3n){
	margin-right: 2%;
}
	.toushi-card:nth-child(2n){
	margin-right: 0%;
}
  .toushi-card:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .toushi-card:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .toushi-card {
    width: 100%;
	margin-right: 0%;
  }
.toushi-card:nth-child(3n){
	margin-right: 0%;
}
  .toushi-card:not(:first-child) {
    margin-top: 40px;
  }
}

.toushi-card__img {
  width: 100%;
  position: relative;
  padding-top: 80%;
	background-color: #3F3F3F;
}
.toushi-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 100%;*/
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.toushi-card__body {
  margin-top: 8px;
}

.toushi-card__dl {
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .toushi-card__dl {
    margin-top: 0;
  }
}
.toushi-card__dl:not(:first-child) {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .toushi-card__dl:not(:first-child) {
    margin-top: 2px;
  }
}

.toushi-card__dt {
  font-weight: bold;
  width: 50px;
  margin-bottom: 0;
}

.toushi-card__btn {
  margin-top: 16px;
  text-align: center;
}

.toushi__btn-list {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .toushi__btn-list {
    flex-direction: column;
  }
}

.toushi-about__h4 {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.toushi-about__body {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .toushi-about__body {
    margin-top: 16px;
    width: 100%;
  }
}

.toushi-about__btn {
  margin-top: 16px;
}

.toushi-about__img {
  width: 48%;
}
.toushi-about__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .toushi-about__img {
    width: 100%;
  }
}

.toushi-about__img--aspect {
  position: relative;
  padding-top: 28%;
}
@media (max-width: 767px) {
  .toushi-about__img--aspect {
    padding-top: 45%;
  }
}
.toushi-about__img--aspect img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-position: center 80%;
     object-position: center 80%;
}

/*
.contact-thanks
------------------------------------*/
.contact-thanks__bg {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  color: #000;
  padding: 5rem 4rem;
  background-color: #fff;
}
.contact-thanks__bg .sec_title_wrap .title.en {
  color: #000;
}
.contact-thanks__bg .page-block__title .title.en:after {
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}

.contact-thanks__text {
  margin-top: 42px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-thanks__text {
    margin-top: 24px;
    text-align: left;
  }
}

.contact-thanks__btn {
  margin-top: 80px;
  text-align: center;
}
.contact-thanks__btn .btn-wrap {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .contact-thanks__btn {
    margin-top: 40px;
  }
}

.slogo{
	display: block;
	width: 60%;
	margin: auto;
}

/*-------dx-------*/
.title_dx{
	display: inline-block;
	color: #ffffff;
	margin-bottom: 0;
}
.defense{
	background-color: #14a0cb;
}
.attack{
	background-color: #d2413e;
}

.dx table{
	border-color: #727272;
}
.dx table th{
	background-color: #dddddd;
}