/* ===========================================
 * リノベ不動産が選ばれる理由TOP
 * ======================================== */

html {
  scroll-behavior: smooth;
}

/* セクション
/* -----------------------------------------*/
#service,
#no1,
#selection,
#aftersupport {
  padding-top: 40px;
  border-top: 2px solid #000000;
}

@media only screen and (max-width: 768px) {

  #service,
  #no1,
  #selection,
  #aftersupport {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* 見出し
/* -----------------------------------------*/
h2 {
  margin-bottom: 32px;
}

.h2_num {
  font-family: DIN;
  font-size: 44px;
  font-weight: 500;
  line-height: 24px;
  border: 5px solid #0C0C0C;
  width: 64px;
  height: 64px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  padding-top: 18px;
  display: inline-block;
  margin-right: 12px;
}

.h2_text {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 24px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.1em;
  display: inline-block;
}

.h2_text:after {
  content: attr(uuid);
  display: block;
  font-family: DIN;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.04em;
  margin-top: 6px;
}

@media only screen and (max-width: 768px) {
  h2 {
    margin-bottom: 40px;
  }

  .h2_num {
    font-size: 34px;
    line-height: 20px;
    width: 58px;
    height: 58px;
    padding-top: 18px;
    margin-right: 10px;
    vertical-align: bottom;
  }

  .h2_text {
    font-size: 20px;
    letter-spacing: 0.08em;
  }

  .h2_text:after {
    font-size: 16px;
    margin-top: 4px;
  }
}

/* 共通使用パーツ
/* -----------------------------------------*/
.reasons_message {
  text-align: center;
  margin-bottom: 32px;
}

/* 太字フォント */
.s15 {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.1em;
  display: inline-block;
}

.s18 {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.1em;
  display: inline-block;
}

.s24 {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.12em;
  display: inline-block;
  margin-bottom: 10px;
}

.s28 {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.12em;
  display: inline-block;
  margin-bottom: 10px;
}

.s30 {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 10px;
}

.s32 {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.12em;
  display: inline-block;
  margin-bottom: 10px;
}

/* ノーマルフォント */
.reasons_message p {
  margin-top: 17px;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.08em;
}

/* 画像*/
.reasons_message img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .reasons_message {
    text-align: center;
    margin-bottom: 32px;
  }

  .reasons_message p {
    font-size: 13px;
    line-height: 24px;
  }
}

/* ワンストップサービス
/* -----------------------------------------*/
/* 画像 */
#service img {
  margin-bottom: 88px;
}

@media only screen and (max-width: 768px) {

  /* 画像 */
  #service img {
    margin-bottom: 0;
  }

  .scroll-img {
    overflow-x: scroll;
    margin-bottom: 121px;
  }
}

/* ワンストップ市場No.1 &
 * 住宅購入の選択肢が豊富 共通
/* -----------------------------------------*/
#no1_selection {
  display: flex;
  column-gap: 57px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  #no1_selection {
    display: block;
  }
}

/* ワンストップ市場No.1
/* -----------------------------------------*/
#no1 .s15 {
  margin-bottom: 10px;
}

#no1 .s24 {
  margin-bottom: 19px;
}

.no1_text {
  margin: 17px auto 0;
  max-width: 462px;
}

@media only screen and (max-width: 768px) {
  #no1 {
    margin-bottom: 80px;
  }

  #no1 .s15 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  #no1 .s18 {
    line-height: 28px;
  }

  #no1 img {
    width: 100%;
    height: auto;
  }

  .no1_text {
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.04em;
    margin: 24px auto 0;
    max-width: none;
  }
}

/* 住宅購入の選択肢が豊富
/* -----------------------------------------*/
.selection_img_container {
  padding: 40px 86px;
  border: 1px solid #B2ADAD;
  margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
  #selection .s15 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.08em;
  }

  #selection .s18 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.08em;
  }

  .selection_img_container {
    padding: 0;
    border-radius: 4px;
  }

  #selection img {
    width: 100%;
    height: auto;
  }
}

/* 購入後も安心のアフターサポート
/* -----------------------------------------*/
#aftersupport .col2 {
  display: flex;
  column-gap: 32px;
}

.about_teatsuku {
  background: #F0F0F0;
  padding: 12px 6px;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 31px;
}

#aftersupport td {
  padding-bottom: 21px;
  vertical-align: top;
}

#aftersupport tr td:first-child {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.04em;
  padding-left: 14px;
  width: 155px;
}

@media only screen and (max-width: 768px) {
  #aftersupport {
    margin-bottom: 80px;
  }

  #aftersupport .h2_num {
    vertical-align: top;
  }

  #aftersupport .h2_text {
    line-height: 26px;
  }

  #aftersupport .s20 {
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.08em;
  }

  #aftersupport .reasons_message p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.08em;
  }

  #aftersupport .col2 {
    display: block;
  }

  #aftersupport img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .about_teatsuku {
    padding: 12px 0;
    font-size: 18px;
    margin-bottom: 33px;
  }

  #aftersupport td {
    display: block;
    padding-left: 10px !important;
    padding-bottom: 8px;
  }

  #aftersupport tr td:nth-child(2) {
    padding-bottom: 24px;
  }
}


/* 中古リノベの3つの「賢いポイント」
/* -----------------------------------------*/
#renove_point {
  margin-bottom: 153px;
}

/* タブの設定 */
.renove_point_tabs {
  margin-top: 74px;
  padding-bottom: 21px;
  background: #FFFFFF;
  border: 2px solid #019BD9;
  border-radius: 4px 4px 0px 4px;
  position: relative;
  text-align: center;
}

.tab_item {
  width: 200px;
  background: #ffffff;
  border: 1px solid #019BD9;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  top: -26px;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.08em;
  color: #019BD9;
}

.tab_item:hover {
  cursor: pointer;
}

.tab_point {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.08em;
  padding-bottom: 2px;
  border-bottom: 1px solid #019BD9;
  display: inline-block;
  margin-bottom: 6px;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 40px 40px 0;
  overflow: hidden;
}

#price:checked~#price_content,
#area:checked~#area_content,
#free:checked~#free_content {
  display: block;
}

.renove_point_tabs input:checked+.tab_item,
.renove_point_tabs .tab_item:hover {
  background-color: #019BD9;
  color: #fff;
}

.renove_point_tabs input:checked+.tab_item .tab_point,
.renove_point_tabs .tab_item:hover .tab_point {
  border-bottom: 1px solid #ffffff;
}

@media only screen and (max-width: 768px) {
  #renove_point {
    border: 4px solid #019BD9;
    margin-bottom: 124px;
  }

  /* タブの設定 */
  .renove_point_tabs {
    border: none;
    margin-top: 56px;
    padding-bottom: 140px;
  }

  .tab_item {
    width: 154px;
    margin-right: 0;
    margin-bottom: 16px;
    position: relative;
    top: 0;
  }

  .tab_item:first-child {
    margin-right: 16px;
    ;
  }

  .tab_content {
    padding: 38px 14px 0;
  }

  .tab_icon_container {
    margin-bottom: 52px;
    text-align: center;
    color: #119DDA;
  }

  .tab_icon_container img {
    width: 48px !important;
    height: 48px !important;
  }

  .tab_icon_container p {
    margin-top: 8.5px;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.08em;
  }
}

/* 戻るボタン */
.renove_point_back {
  border-radius: 50%;
  background: #119DDA;
  position: absolute;
  bottom: 30px;
  right: 15px;
}

.renove_point_back.back_show {
  position: fixed;
  bottom: 72px;
}

.renove_point_back a p:after {
  content: '';
  background-image: url(/items/images/about/reasons/up_allow.svg);
  background-size: cover;
  position: absolute;
  display: block;
  width: 20px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}

.renove_point_back a {
  text-decoration-line: none;
}

.renove_point_back a p {
  color: #ffffff;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.44999998807907104px;
  text-align: center;
}

.renove_point_back a p:first-child {
  padding: 20px 11px 5px;
}

.renove_point_back a p:last-child {
  padding: 0 11px 35px;
}

/* 賢いポイント1.見出し */
.renove_point_tabs strong {
  padding: 12px 48px;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.44999998807907104px;
  border: 1px solid #019BD9;
  border-radius: 40px;
  width: fit-content;
  margin: auto;
  position: relative;
}

.renove_point_tabs strong:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #119DDA;
  position: absolute;
  left: 16px;
  background-size: cover;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

/* 賢いポイント1.レイアウト */
.renove_point_tabs .col2 {
  display: flex;
  column-gap: 56px;
  margin-bottom: 53px;
}

.strong_tax {
  margin-bottom: 24px !important;
}

.col2_tax {
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin-top: 36px;
}

/* 賢いポイント1.画像 */
.point1_reasonable_img {
  margin-top: 2px;
}

.point1_setloan_img {
  margin-top: 36px;
}

/* 賢いポイント1.税金説明 */
.col2_tax dl {
  margin-bottom: 16px;
}

.col2_tax dt {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.04em;
}

.col2_tax dd {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.04em;
}

.col2_tax p {
  margin-top: 8px;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {

  /* 賢いポイント1.レイアウト */
  .renove_point_tabs .col2 {
    display: block;
    margin-bottom: 92px;
  }

  .renove_point_tabs .col2 img {
    width: 100%;
    height: auto;
  }

  .renove_point_tabs .col2_left {
    margin-bottom: 92px;
  }

  .renove_point_tabs .col2_tax {
    margin-bottom: 0;
  }

  .strong_tax {
    margin-bottom: 24px !important;
  }

  .col2_tax {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    margin-top: 36px;
  }

  .col2_tax .col2_left {
    margin-bottom: 26px;
  }

  /* 賢いポイント1.税金説明 */
  .col2_tax dl {
    margin-bottom: 16px;
  }

  .col2_tax dt {
    font-size: 18px;
  }

  .col2_tax dd {
    font-size: 13px;
  }
}

/* 賢いポイント2.画像 */
#area_content img {
  width: 100%;
  height: auto;
}

/* 賢いポイント2.好立地な物件を見つけやすい */
.area_point {
  position: relative;
  margin-bottom: 57px;
}

.area_point_title {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 24px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  color: #019BD9;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.area_point_text {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #019BD9;
  text-align: center;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/* 賢いポイント2.予算が3,400万円の場合 */
.area_example_title {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 16px;
}

.area_example_point {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #019BD9;
  padding: 8px 24px;
  margin-bottom: 40px;
  border: 1px solid #019BD9;
  display: inline-block;
}

.area_example_text span {
  font-size: 24px;
  letter-spacing: 0.1em;
}

.area_example .col3 {
  display: flex;
  column-gap: 56px;
  margin-bottom: 146px;
}

.area_ex_img {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {

  /* 賢いポイント2.好立地な物件を見つけやすい */
  .area_point {
    margin-bottom: 4px;
  }

  .area_point_title {
    font-family: Hiragino Kaku Gothic Pro;
    letter-spacing: 0.45px;
    position: relative;
    line-height: 28px;
    top: auto;
    margin-bottom: -6px;
  }

  .area_point_text {
    color: #1E1E1E;
    position: relative;
    bottom: auto;
    top: -76px;
  }

  /* 賢いポイント2.予算が3,400万円の場合 */
  .area_example_title {
    margin-bottom: 28px;
  }

  .area_example_point {
    margin-bottom: 67px;
  }

  .area_example_text span {
    font-size: 24px;
    letter-spacing: 0.1em;
  }

  .area_example .col3 {
    display: block;
    margin-bottom: 12px;
  }

  .area_ex_img {
    margin-bottom: 8px;
  }

  .area_example .col3>div {
    margin-bottom: 16px;
  }
}

/* 賢いポイント3.タイトル */
.free_title {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.44999998807907104px;
  text-align: center;
  color: #019BD9;
}

/* 賢いポイント3.BeforeAfterスライダー */
.tab_content_slider {
  width: 600px;
  margin: 0 auto;
  position: relative;
}

.free_content_slider {
  margin-bottom: 136px;
}

.free_content_slider .slick-slide {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.free_content_slider .slick-slide img {
  display: block;
  width: calc(100% - 57px);
  height: 100%;
  object-fit: contain;
  margin: 28.5px;
  position: relative;
}

.free_content_slider .slick-slide:nth-child(2n-1):before {
  content: '';
  background-image: url(/items/images/about/reasons/icon_before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 56px;
  width: 90px;
  position: absolute;
  left: 28.5px;
  top: 64px;
  z-index: 100;
}

.free_content_slider .slick-slide:nth-child(2n):before {
  content: '';
  background-image: url(/items/images/about/reasons/icon_after.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 56px;
  width: 68px;
  position: absolute;
  left: 28.5px;
  top: 64px;
  z-index: 100;
}

.slick-dotted.slick-slider {
  margin-bottom: 24px !important;
}

.free_content_thumbs {
  margin: 10px 0 0;
}

.thumbs_list li {
  display: inline-block;
  width: 112px;
  height: 80px;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-left: 12px;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.thumbs_list li:first-child {
  margin-left: 0;
}

.thumbs_list li:nth-child(2n) {
  display: none;
}

.thumbs_list li.slick-active {
  border: 2px solid #019BD9;
}

/* 賢いポイント3.世界に一つだけの家 */
.free_world_title {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 24px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.44999998807907104px;
  text-align: left;
  margin-bottom: 41px;
}

.free_world_title span {
  padding-left: 36px;
  padding-right: 36px;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.44999998807907104px;
  position: relative;
  vertical-align: middle;
}

.free_world_title span:before,
.free_world_title span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 14px;
  height: 1px;
  background-color: #000000;
}

.free_world_title span:before {
  left: 14px;
}

.free_world_title span:after {
  right: 14px;
}

.free_world_img_container {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 40px;
  align-items: center;
  margin-bottom: 111px;
}

.free_world_img {
  display: flex;
  column-gap: 40px;
}

.free_world_img img {
  cursor: pointer;
}

.free_world_img_zoom {
  text-align: center;
  padding: 0 30px;
  position: relative;
  font-family: DIN;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #315C7D;
}

.free_world_img_zoom:before {
  content: '';
  background-image: url(/items/images/about/reasons/icon_zoom.svg);
  width: 12.5px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
}

/* 賢いポイント3.世界に一つだけの家:モーダル */
.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}

.modal_container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal_container.active-modal {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.modal_body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1024px;
  background: #fff;
}

#modal_close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 15px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #119DDA;
  cursor: pointer;
}

.modal_content {
  background: #fff;
  text-align: left;
  padding: 30px;
}

.modal_content_wrap {
  padding: 80px 192px;
}

.modal_title {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.8500000238418579px;
  text-align: center;
  margin-bottom: 46px;
}

.slick-slide img {
  margin-bottom: 32px;
}

.modal_caption {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-align: center;
}

/* 賢いポイント3.世界に一つだけの家:モーダル内スライダー */
.slick-prev {
  left: -80px;
  width: 56px;
  height: 56px;
  background: #119DDA;
  border-radius: 50%;
  transform: rotate(-90deg);
}

.slick-next {
  right: -80px;
  width: 56px;
  height: 56px;
  background: #119DDA;
  border-radius: 50%;
  transform: rotate(90deg);
}

.slick-arrow:before {
  content: '';
}

.slick-arrow:after {
  content: '';
  background: #119DDA;
  opacity: 1;
  background-image: url(/items/images/about/reasons/up_allow.svg);
  color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 11.67px;
  height: 11.67px;
  padding: 11px;
  position: relative;
  bottom: 6px;
}

@media only screen and (max-width: 768px) {

  /* 賢いポイント3.タイトル */
  .free_title {
    line-height: 28px;
    margin-bottom: 36px;
  }

  /* 賢いポイント3.BeforeAfterモーダル */
  .floor_img_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 132px;
    column-gap: 16.5px;
    row-gap: 16.5px;
    position: relative;
  }

  .floor_img {
    display: flex;
    column-gap: 16.5px;
    row-gap: 16.5px;
    flex-wrap: wrap;
  }

  .floor_img li {
    width: calc(50% - 8.25px);
  }

  .floor_img img {
    cursor: pointer;
    width: 100%;
    height: auto;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
  }

  .floor_img_zoom {
    text-align: center;
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    right: 0;
    width: calc(50% - 8.25px);
    padding: 0;
    font-family: DIN;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #315C7D;
  }

  /* 賢いポイント3.世界に一つだけの家:モーダル */
  .floor_modal_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
  }

  .floor_modal_container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

  .floor_modal_container.active-modal {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }

  .floor_modal_body {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 1024px;
    background: #fff;
  }

  #floor_modal_close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 16px;
    z-index: 10;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #119DDA;
    cursor: pointer;
  }

  .floor_modal_content {
    background: #fff;
    text-align: left;
    position: relative;
    padding: 0;
    height: 100%;
  }

  .floor_modal_content_wrap {
    padding: 0;
    height: 100%;
  }

  #floor_modal_content1,
  #floor_modal_content2,
  #floor_modal_content3 {
    display: none;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }

  #floor_modal_content1>div,
  #floor_modal_content2>div,
  #floor_modal_content3>div {
    position: relative;
  }

  #floor_modal_content1>div:first-child,
  #floor_modal_content2>div:first-child,
  #floor_modal_content3>div:first-child {
    margin-bottom: 88px;
  }

  #floor_modal_content1>div:first-child:before,
  #floor_modal_content2>div:first-child:before,
  #floor_modal_content3>div:first-child:before {
    content: '';
    background-image: url(/items/images/about/reasons/icon_before.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 56px;
    width: 90px;
    position: absolute;
    left: 24px;
    top: -52px;
    z-index: 100;
  }

  #floor_modal_content1>div:last-child:before,
  #floor_modal_content2>div:last-child:before,
  #floor_modal_content3>div:last-child:before {
    content: '';
    background-image: url(/items/images/about/reasons/icon_after.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 56px;
    width: 90px;
    position: absolute;
    left: 24px;
    top: -52px;
    z-index: 100;
  }

  .floor_modal_content_wrap img {
    width: 100%;
    height: auto;
  }

  .floor_modal_content .slick-prev {
    transform: rotate(-90deg) translateY(-50%);
    top: 50%;
  }
  
  .floor_modal_content .slick-next {
    transform: rotate(90deg) translateY(-50%);
    top: 50%;
  }

  /* 賢いポイント3.世界に一つだけの家 */
  .free_world_title {
    text-align: center;
    margin-bottom: 39px;
  }

  .free_world_title span {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: 16px;
  }

  .free_world_title span:before {
    left: calc(50% - 41px);
    transform: translateX(-50%);
  }

  .free_world_title span:after {
    right: calc(50% - 41px);
    transform: translateX(50%);
  }

  .free_world_img_container {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0;
  }

  .free_world_img {
    flex-wrap: wrap;
    width: 100%;
    column-gap: 16.5px;
    row-gap: 16.5px;
  }

  .free_world_img li {
    width: calc(50% - 8.25px);
  }

  .free_world_img img {
    width: 100%;
    height: auto;
  }

  .free_world_img_zoom {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    right: 0;
    width: calc(50% - 8.25px);
    padding: 0;
  }

  .free_world_img_zoom:before {
    content: none;
  }

  /* 賢いポイント3.世界に一つだけの家:モーダル */
  .modal_container {
    padding: 0;
  }

  .modal_container.active-modal {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }

  .modal_body {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
  }

  #modal_close {
    z-index: 10;
    top: 10px;
    right: 10px;
  }

  .modal_content {
    position: relative;
    padding: 0;
    height: 100%;
  }

  .modal_content_wrap {
    padding: 0;
    height: 100%;
  }

  .modal_content_slider {
    height: 100%;
  }

  .modal_title {
    display: none;
  }

  .slick-slide img {
    width: 100%;
    height: auto;
  }

  .modal_caption {
    display: none;
  }

  /* 賢いポイント3.世界に一つだけの家:モーダル内スライダー */
  .slick-prev {
    left: auto;
    right: 80px;
    z-index: 10;
    top: auto;
    width: 40px;
    height: 40px;
  }

  .slick-next {
    right: 24px;
    bottom: 0;
    top: auto;
    width: 40px;
    height: 40px;
  }

  .slick-list {
    top: 50%;
    transform: translateY(-50%) !important;
  }

  .slick-arrow:before {
    content: '';
  }

  .slick-arrow:after {
    width: 8.33px;
    height: 8.33px;
  }
}