@charset "UTF-8";
/* module
-------------------------------------------------------------- */

:root {
  --main-color: #004EA2;
  --sub-color: #4CACC4;
  --color-red: #DC2222;
  --color-orange: #F57F17;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  vertical-align: middle;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

hr {
  display: block;
  margin: 0;
  border: none;
  border-top: 1px solid;
}

address {
  font-style: normal;
}

@font-face {
  font-family: 'add-icomoon';
  src: url("/assets/default/font/add/icomoon.eot?jbh01z");
  src: url("/assets/default/font/add/icomoon.eot?jbh01z#iefix") format("embedded-opentype"), url("/assets/default/font/add/icomoon.ttf?jbh01z") format("truetype"), url("/assets/default/font/add/icomoon.woff?jbh01z") format("woff"), url("/assets/default/font/add/icomoon.svg?jbh01z#icomoon") format("svg");
  font-display: block;
}

[class^="add-icon-"]:before, [class*=" add-icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'add-icomoon' !important;
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.add-icon-building:before {
  content: "\e900";
}

.add-icon-call:before {
  content: "\e901";
}

.add-icon-arrow_l:before {
  content: "\e902";
}

.add-icon-arrow_r:before {
  content: "\e906";
}

.add-icon-close:before {
  content: "\e904";
}

.add-icon-mail:before {
  content: "\e905";
}

.add-icon-arrow_t:before {
  content: "\e90a";
}

.add-icon-arrow_d:before {
  content: "\e907";
}

.add-icon-info:before {
  content: "\e908";
}

.add-icon-pin:before {
  content: "\e909";
}

.add-icon-search:before {
  content: "\e90b";
}

.add-icon-train:before {
  content: "\e90c";
}

/* layout
-------------------------------------------------------------- */

/* breadcrumb
-------------------------------------------------------------- */
#breadcrumb {
  padding: 15px 0;
}

#breadcrumb ol {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  width: 980px;
  position: relative;
}

#breadcrumb li {
  font-size: 12px;
  color: #292929;
}

#breadcrumb li i {
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
}

#breadcrumb .add-icon-home {
  color: #292929;
  font-size: 16px;
  vertical-align: -1px;
}

#breadcrumb .add-icon-arrow-r {
  color: #292929;
  font-size: 10px;
  transform: scale(0.7);
}

#breadcrumb a {
  display: inline-block;
  color: #292929;
  text-decoration: underline;
}

#breadcrumb a:hover {
  color: #e70012;
}

/* setting
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

.invisible {
  visibility: hidden;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  color: #000000;
  font-size: 16px;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-family: sans-serif;
  font-weight: bold;
}

a {
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

a img {
  display: block;
}

a:hover img {
  opacity: .8;
}

b, strong {
  font-weight: 700;
}

img {
  display: inline-block;
  transition: all 0.3s ease;
}

::placeholder {
  /* Others */
  color: #616161;
}

/* layout
-------------------------------------------------------------- */
body {
  min-width: 980px;
  margin: 0 auto;
}

#container {
  position: relative;
  width: 100%;
  background: #fff;
}

.inner {
  margin: 0 auto;
  width: 980px;
  position: relative;
}

.column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-top: 20px;
}

.column .side_contents {
  width: 230px;
}

.column .main_contents {
  width: 730px;
}

.column .main_contents .inner {
  width: auto;
}

.lower .column {
  margin-top: 35px;
  margin-bottom: 0;
  padding: 0;
}

.static .column {
  margin-bottom: 0;
  padding: 0;
}

.static .column .page_header {
  margin-top: 0;
}

/*
div[id]:before {
  display: block;
  height: 60px;
  margin-top: -60px;
  content: "";
}
*/
/* background
-------------------------------*/
.ptn-slant {
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url("/assets/default/images/bg_slant_gray.png");
  background-color: #F3F3F3;
}

/* color
-------------------------------*/
.clr-red {
  color: var(--color-red);
}
.clr-orange {
  color: var(--color-orange);
}

/* brd
-------------------------------*/
.brd {
  border: 1px solid #ccc;
}

/* font
-------------------------------*/
.en {
  font-family: serif;
}

/* title
-------------------------------*/
.c-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.c-title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #AB8D5A;
  z-index: 1;
}

.c-title .title {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid #222;
  font-size: 20px;
  font-weight: normal;
  z-index: 2;
}

/* table
-------------------------------*/
table {
  width: 100%;
}

table th {
  padding: 10px 3px;
  font-size: 14px;
  text-align: left;
}

table td {
  padding: 10px;
  font-size: 14px;
}

/* Header
-------------------------------------------------------------- */
#site_header {
  position: relative;
  z-index: 999;
}
#site_header a {
  text-decoration: none;
}
.overlay {
  opacity: 0;
  transition: all 0.3s ease;
}
.overlay.on, .overlay.on-topbar {
  opacity: .6;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.overlay.on {
  top: 140px;
  z-index: 999;
}
.overlay.on-topbar {
  top: 0;
  z-index: 2000;
}

/* topbar */
.topbar {
  background: #000321;
}

.topbar_inner {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.topbar_desc {
  color: #FFF;
  font-family: Meiryo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-right: auto;
}

.topbar_action {
  display: flex;
  padding: 5px 8px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  align-self: stretch;
  border: 1px solid #D9D9D9;
  background: linear-gradient(180deg, #FFF 49%, #EDEDED 100%);
  color: #000;
  font-family: Meiryo;
  font-size: 12px;
  line-height: 100%;
}

.browse_history {
  border-radius: 5px 0px 0px 5px;
}

.favorites {
  border-radius: 0px 5px 5px 0px;
}

.topbar_action span {
  border-radius: 100px;
  background: #F27400;
  color: #FFF;
  font-family: Meiryo;
  font-size: 11px;
  font-weight: 700;
  line-height: 100%;
  padding: 3px 5px;
}

.topbar .login {
  display: flex;
  width: 125px;
  height: 32px;
  padding: 5px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #F27400;
  background: linear-gradient(180deg, #F27400 0%, #EE3B03 100%);
  color: var(--base-white, #FFF);
  font-family: Meiryo;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  margin-left: 6px;
}

.header_inquiry {
  display: flex;
  width: 125px;
  padding: 5px 0px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #E30000;
  background: linear-gradient(180deg, #FE0505 0%, #950000 100%);
  color: #FFF;
  font-family: Meiryo;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-left: 6px;
}

.tel_details {
  margin-left: 6px;
}

.tel_details a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
  font-family: Meiryo;
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
}

.tel_details p {
  color: #FFF;
  text-align: right;
  font-family: Meiryo;
  font-size: 10px;
  font-weight: 700;
  line-height: 140%;
}

/* header */
.header {
  background: var(--main-color);
}

.header_inner {
  padding: 18px 0;
  display: flex;
  align-items: center;
}

.header_inner .logo {
  margin-right: auto;
}

.header_action {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
  font-family: Meiryo;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  padding: 8px 20px;
  border-left: 1px solid #484F85;
}

.header_action span {
  font-size: 13px;
}

.comp_profile {
  position: relative;
  width: 100px;
}
.comp_profile button {
  /*width: 90px;*/
  display: flex;
  padding: 10px 5px 10px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  border-radius: 10px 10px 0px 0px;
  color: #FFF;
  font-family: Meiryo;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.comp_profile:hover .comp_profile_links {
  display: block;
}

.comp_profile button:hover {
  background-color: #000321;
}

.comp_profile:hover button svg {
  transform: rotate(180deg);
}

.comp_profile button svg {
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.comp_profile_links {
  width: 160px;
  display: none;
  position: absolute;
  top: 45px;
  right: -11px;
  border-radius: 10px 0 10px 10px;
  overflow: hidden;
  background-color: #000321;
  animation: fadeIn .5s ease;
}

.comp_profile_links a {
  display: flex;
  padding: 8px 15px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #FFF;
  font-family: Meiryo;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-bottom: 1px solid #333;
}

.comp_profile_links a:last-child {
  border-bottom: none;
}

/* hero */
.hero {
  background-image: url("/assets/default/images/hero-bg.png");
  background-position: center;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.hero_inner {
  padding: 30px 30px 0;
}
.hero_inner .hero_text {
  width: 508px;
  position: relative;
  z-index: 10;
}
.hero_inner .login_search {
  display: flex;
  width: 345px;
  padding: 13px 5px 13px 15px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #F27400;
  background: linear-gradient(180deg, #F27400 0%, #EE3B03 100%);
  margin-top: 10px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  z-index: 10;
}

.hero_inner .login_search span {
  width: 300px;
}

.hero_cards {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 32px;
  margin-bottom: 34px;
  position: relative;
  z-index: 10;
}

.hero_cards .card {
  display: flex;
  width: 210px;
  padding: 7px 10px 7px 5px;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.hero_cards .card img {
  size: 72px;
}

.hero_cards .card p {
  color: #F27400;
  font-family: Meiryo;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.hero_girl {
  position: absolute;
  z-index: 0;
  right: -120px;
  top: 0;
  height: 100%;
}


/* user's voice */
.user_voice {
  background: #C9E5F4;
}

.user_voice_inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.user_voice_inner .first_col {
  margin-right: auto;
}

.user_voice_inner .first_col h5 {
  color: var(--main-color);
  font-family: Meiryo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.user_voice_inner .first_col p {
  color: #999;
  font-family: Meiryo;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
}

.user_voice_inner .comments {
  display: flex;
  padding: 5px 5px 5px 15px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: linear-gradient(180deg, #FFF 49%, #EDEDED 100%);
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.user_voice_cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}

.user_voice_cards .card {
  width: 250px;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.user_voice_cards .card img {
  width: 100px;
  height: 100px;
  border: 1px solid #D9D9D9;
}

.user_voice_cards .card .company_info {
  display: flex;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  color: #198EB2;
  font-family: Meiryo;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.user_voice_cards .card_inner .review {
  display: flex;
  padding: 5px 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  background: #FEFFD0;
  color: #000;
  font-family: Meiryo;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
}

.user_voice_cards .card_inner {
  width: 100%;
}

.user_voice_cards .card_inner .stars {
  display: flex;
  align-items: center;
}


/* page body */
.body {
  background-color: #f2f2f2;
}

.main {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.main .left_inner {
  width: 232px;
  flex-shrink: 0;
}

.left_inner .popular_keywords,
.left_inner .update_info {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 16px;
}

.left_inner .heading {
  display: flex;
  padding: 12px 10px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: #FFF;
  font-family: Meiryo;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  background: var(--main-color);
}

.left_inner .heading div {
  width: 6px;
  height: 16px;
  background-color: #198EB2;
}

.popular_keywords .content a {
  display: block;
  color: #000;
  font-family: Meiryo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 10px;
}

.popular_keywords .content a:hover {
  opacity: 0.5;
}

.popular_keywords .content a:nth-child(even) {
  background-color: #F2F2F2;
}

.popular_keywords .search {
  padding: 10px;
  background: #FEFFD0;
}

.popular_keywords .search_inner {
  display: flex;
  padding: 12px 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid var(--base-bk15, #D9D9D9);
  background: var(--base-white, #FFF);
}

.popular_keywords .search input {
  border: none;
  background-color: transparent;
  width: 100%;
  outline: none;
}


.popular_keywords .search button {
  flex-shrink: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.update_info .content {
  padding: 0 10px;
  background-color: #fff;
  position: relative;
}

.update_info .content .single_content {
  border-bottom: 1px solid #D9D9D9;
  padding: 8px 0;
  display: block;
}

.update_info .content .single_content:hover {
  opacity: 0.5;
}

.update_info .content .single_content:last-child {
  border-bottom: none;
}

.single_content div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 3px;
}

.single_content .date {
  color: #666;
  font-family: Meiryo;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.single_content .tag {
  padding: 3px 5px;
  gap: 10px;
  background: #F27400;
  color: #FFF;
  font-family: Meiryo;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
}

.single_content .text {
  color: #000;
  font-family: Meiryo;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.left_inner .banner_image {
  width: 100%;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.main .right_inner {
  width: 730px;
}

.main .tab_article_content {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #E6E6E6;
  overflow: hidden;
  margin: 30px 0;
}

.tab_article_content .tab_article_heading {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.tab_article_heading button {
  color: #FFF;
  font-family: Meiryo;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  background-color: #198EB2;
  border: none;
  outline: none;
  cursor: pointer;
}



/* tab css */
[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

.tab.active {
    background-color: var(--main-color);
}



.tab_article_content .content_wrapper {
  padding: 0 20px;
  position: relative;
}

.tab_article_content .content_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.tab_article_content .content_info p {
  color: #000;
  font-family: Meiryo;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.tab_article_content .content_info p span {
  color: #F27400;
  font-family: Meiryo;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.tab_article_content .content_info a {
  display: flex;
  justify-content: flex-end;
  padding: 5px 5px 5px 15px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: linear-gradient(180deg, #FFF 49%, #EDEDED 100%);
  color: #F27400;
  font-family: Meiryo;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.tab_article_content .content_info a span {
  color: #000;
}

.content_wrapper .cards_wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  padding-bottom: 15px;
}

.cards_wrapper .item_card {
  display: block;
  padding: 10px 10px 15px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}



.item_card .image {
  position: relative;
  height: 150px;
}

.item_card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_card .image .item_info {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: Meiryo;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
}

.item_card .image .item_info p:first-child {
  padding: 3px 5px;
  background: #E30000;
}

.item_card .image .item_info p:last-child {
  padding: 3px 5px;
  background: #000;
}

.item_card .item_title {
  overflow: hidden;
  color: #198EB2;
  text-overflow: ellipsis;
  font-family: Meiryo;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 10px;
  white-space: nowrap;
}

.item_card .item_desc {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000;
  text-overflow: ellipsis;
  font-family: Meiryo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 7px;
  white-space: nowrap;
}

.item_card .item_desc span {
  overflow: hidden;
  color:  #F27400;
  font-weight: 700;
}

.item_card .item_price {
  color: var(--color-red);
  font-family: Meiryo;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
}

.item_card .item_estimation {
  color: #000;
  font-family: Meiryo;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.item_card .item_tags {
  display: flex;
  width: 210px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px;
  flex-wrap: wrap;
  margin-top: 7px;
}

.item_tags .tag {
  padding: 5px 6px;
  border-radius: 3px;
  font-family: Meiryo;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
}

.item_tags .tag.new {
  border: 1px solid #65BD3B;
  color: #65BD3B;
}

.item_tags .tag.deposit {
  border: 1px solid #ED8A6B;
  color: #ED8A6B;
}

.item_tags .tag.money {
  border: 1px solid #F27400;
  color: #F27400;
}



.offer {
  border-radius: 10px 10px 0px 0px;
  border-top: 10px solid #198EB2;
  background: var(--main-color);
  padding: 40px 75px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.offer_logo {
  width: 300px;
}

.offer_text {
  color: #FFF;
  text-align: center;
  font-family: Meiryo;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin: 20px 0;
}

.offer_contact {
  width: 100%;
  display: flex;
  padding: 20px 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  background: #FEFFD0;
}

.offer_call {
  display: flex;
  align-items: center;
  color: #E30000;
  font-family: Meiryo;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.offer_contact .available_time {
  color: #666;
  text-align: center;
  font-family: Meiryo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.offer_contact .offer_mail {
  display: flex;
  width: 280px;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  border: 1px solid #E30000;
  background: linear-gradient(180deg, #FE0505 0%, #950000 100%);
  color: #FFF;
  font-family: Meiryo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.store_list {
  position: relative;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  background: #198EB2;
  margin-bottom: 30px;
}

.store_list .store_list_heading {
  color: #FFF;
  font-family: Meiryo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
  text-align: center;
}

.store_list .store_list_slide {
  width: 50%;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.store_list .store_list_slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.store_list .store_list_branch {
  display: flex;
  padding: 5px 5px 5px 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #F2F2F2;
  margin-bottom: 10px;
}

.store_list_content {
  padding: 10px 15px 32px;
}

.store_list_content .store_list_call {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
  color: #E30000;
  font-family: Meiryo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.store_list_content .store_list_address {
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 5px;
  color: #000;
  font-family: Meiryo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.store_list_content .store_list_address  svg {
  flex-shrink: 0;
}

.featured_properties {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  margin-bottom: 30px;
}

.featured_heading {
  display: flex;
  padding: 15px 20px 10px 20px;
  justify-content: space-between;
  align-items: center;
}

.featured_heading h2 {
  color: var(--main-color);
  font-family: Meiryo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.featured_heading_link {
  display: flex;
  padding: 5px 5px 5px 15px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: linear-gradient(180deg, #FFF 49%, #EDEDED 100%);
  color: #F27400;
  font-family: Meiryo;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.featured_heading_link span {
  color: #000;
}

.featured_break_line {
  width: 100%;
  /*margin-bottom: 20px;*/
}

.featured_slide {
  padding: 20px;
  position: relative;
}

.contact_us {
  border-radius: 10px;
  border: 2px solid  #198EB2;
  background: #FEFFD0;
  margin-bottom: 30px;  
}

.contact_us h2 {
  border-radius: 8px 8px 0 0;
  padding: 7px 0px;
  background: #198EB2;
  color: #FFF;
  text-align: center;
  font-family: Meiryo;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.update_information {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}

.update_information_heading {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  gap: 10px;
}

.update_information_heading h3 {
  color: var(--main-color);
  font-family: Meiryo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.update_information_content_wrapper {
  width: 100%;
}

.update_information_content_wrapper .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
}

.update_info_content {
  display: block;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 8px;
}

.update_information_content_wrapper {
  display: flex;
  align-items: start;
  gap: 20px;
  width: 100%;
}

.created_info_content {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #D9D9D9;
  padding: 8px 0;
}

.update_info_content div,
.created_info_content div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 3px;
}

.update_info_date {
  color: #666;
  font-family: Meiryo;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.update_info_tag {
  padding: 3px 5px;
  background: #F27400;
  color: #FFF;
  font-family: Meiryo;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
}

.update_info_text {
  color: #000;
  font-family: Meiryo;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.new_propety_info {
  border-top: 1px solid #D9D9D9;
}

.bg_red {
  background-color: #E30000;
}

.advanced_search {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 30px;
}

.advanced_search .heading {
  display: flex;
  padding: 12px 10px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: #FFF;
  font-family: Meiryo;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  background: var(--main-color);
}

.advanced_search .heading div {
  width: 6px;
  height: 16px;
  background-color: #198EB2;
}

.advanced_search_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 20px;
  gap: 20px;
  border-radius: 0 0 10px 10px;
}

.advanced_search_cards .inner_card {
  display: flex;
  padding: 5px 5px 10px 5px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.advanced_search_cards .inner_card img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}
.advanced_search_cards .inner_card p {
  color: #198EB2;
  font-family: Meiryo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  width: 100%;
}

.advanced_search_cards .card_text {
  display: block;
  color: #198EB2;
  font-family: Meiryo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 10px;
}

/* not logged in blur effect */
.not_loggedin {
  position: absolute;
  z-index: 99;
  left: 0px;
  bottom: 0px;
  display: flex;
  width: 100%;
  padding: 15px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px 0px 10px 10px;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(5px);
  overflow: hidden;
}

.update_info .not_loggedin {
  top: 72px;
}

.content_wrapper .not_loggedin {
  top: 360px;
}

.featured_slide .not_loggedin {
  top: 185px;
}

.update_information .not_loggedin {
  top: 120px;
}

.not_loggedin_text {
  color: #000;
  text-align: center;
  font-family: Meiryo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}

.not_loggedin_btn {
  max-width: 283px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 60px;
  padding: 5px 7px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #F27400;
  background: linear-gradient(180deg, #F27400 0%, #EE3B03 100%);
  color: #FFF;
  font-family: Meiryo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}























/* navigation */
.header_navigation {
  display: flex;
  align-items: center;
  margin-left: 7px;
}

.header_navigation_menu {
  display: flex;
}

.header_navigation_menu li {
  padding: 0 15px;
}

.header_navigation_menu li + li {
  border-left: 1px solid #5D5240;
}

.header_navigation .menu_item {
  display: block;
  padding: 2px 0;
}

.header_navigation .menu_item i {
  color: #AB8D5A;
  font-size: 24px;
}

.header_navigation .menu_item .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}

.header_navigation .menu_item .text_en {
  width: 100%;
  color: #AB8D5A;
  font-size: 11px;
  text-align: center;
}

.header_navigation .menu_item:hover .text {
  color: #D2B17A;
}

.header_navigation_contact {
  margin-left: auto;
  height: 90px;
  padding: 7px 15px;
  background: #37332C;
  text-align: center;
}

.header_navigation_contact .tel_item {
  display: flex;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-size: 24px;
}

.header_navigation_contact .tel_item .add-icon-call {
  margin-right: 3px;
  color: #D2B17A;
  font-size: 24px;
}

.header_navigation_contact .tel_text {
  margin: 2px 0;
  color: #fff;
  font-size: 11px;
}

.header_navigation_contact .btn {
  width: 186px;
  height: 30px;
  font-size: 15px;
}

.header_navigation_contact .btn .add-icon-mail {
  margin-right: 5px;
  font-size: 20px;
}

/* header 固定 */
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url("/assets/default/images/bg_header.png");
  background-size: cover;
  z-index: 1010;
}

.header.fixed > .inner {
  padding: initial;
  height: 60px;
}

.header.fixed .header_logo img {
  width: 91px;
  height: 41px;
}

.header.fixed .header_navigation {
  margin-left: 20px;
}

.header.fixed .header_navigation_menu {
  display: flex;
  align-items: center;
}

.header.fixed .header_navigation_menu > li {
  background: none;
  border: none;
  border-right: 1px solid #373737;
}

.header.fixed .header_navigation_menu > li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header.fixed .header_navigation_submenu {
  top: 45px;
}

.header.fixed .header_navigation_submenu .wrap {
  margin-top: 15px;
}

.header.fixed .header_navigation .menu_item {
  width: auto;
  height: 30px;
  padding: 6px;
  box-shadow: none;
}

.header.fixed .header_navigation .menu_item i {
  display: none;
}

.header.fixed .header_navigation .menu_item .text_l {
  display: inline;
  font-size: 14px;
}

.header.fixed .header_navigation .menu_item .text_s {
  display: inline;
}

.header.fixed .header_navigation .js-mm_hover:hover .menu_item:after {
  position: absolute;
  bottom: 0;
  left: 1px;
  content: "";
  width: 100%;
  height: 1px;
  background: #DC2222;
}

.header.fixed .header_navigation_info .info_item {
  margin: 0;
  padding: 6px;
  border: none;
  font-size: 12px;
}

.header.fixed .header_navigation_info .info_item i {
  margin-right: 2px;
  font-size: 26px;
}

.header.fixed .header_navigation_info .info_item.on {
  border-bottom: 1px solid #61512f;
}

.header.fixed .header_navigation_info .info_menu {
  display: none;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 130px;
  background: #000000;
  z-index: 1001;
}

.header.fixed .header_navigation_info .info_menu li {
  border-bottom: 1px solid #2a2a2a;
}

.header.fixed .header_navigation_info .info_menu li:last-of-type {
  border-bottom: none;
}

.header.fixed .header_navigation_info .info_menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.header.fixed .header_navigation_info .info_menu a .add-icon-arrow_r {
  color: #DC2222;
  font-size: 24px;
}

.header.fixed .header_navigation_info .info_menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header.fixed .header_navigation_action {
  display: block;
  border-left: 1px solid #373737;
}

.header.fixed .header_navigation_action a {
  display: block;
  line-height: 1;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
}

.header.fixed .header_navigation_action a + a {
  margin-top: 6px;
}

.header.fixed .header_navigation_action a:hover {
  text-decoration: underline !important;
}

.header.fixed .header_navigation_contact {
  width: 260px;
}

.header.fixed .header_navigation_contact .contact {
  padding: 0;
  background: none;
  border: none;
}

.header.fixed .header_navigation_contact .contact .tel_item {
  margin-bottom: 4px;
}

.header.fixed .header_navigation_contact .contact .tel_item img {
  width: 19px;
  height: 10px;
}

.header.fixed .header_navigation_contact .contact .tel_item_no {
  margin-bottom: 3px;
  margin-left: 5px;
  font-size: 18px;
}

.header.fixed .header_navigation_contact .contact .tel_item_text {
  color: #fff;
}

.header.fixed .header_navigation_contact .contact .tel_item_text br {
  display: none;
}

.header.fixed .header_navigation_contact .contact .btn_item {
  justify-content: flex-start;
}

.header.fixed .header_navigation_contact .contact .btn_item .btn {
  width: auto;
  height: 24px;
  padding: 0 5px;
  margin-right: 5px;
  font-size: 12px;
}

.header.fixed .header_navigation_contact .contact .btn_item .btn .add-icon-email {
  display: none;
}

.fixed-on + main {
  margin-top: 100px;
}

/* Footer
-------------------------------------------------------------- */

/* slider */
.gallery-flex{
  display: none;
}

.gallery{
  position: relative;
  overflow-x: hidden;
  padding: 20px 0;
}

.gallery .swiper-slide{
  height: 80px;
}

.gallery .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-flex-navigations .store-prev-btn,
.swiper-flex-navigations .featured-prev-btn,
.swiper-flex-navigations .swiper-prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 10;
}

.swiper-flex-navigations .store-next-btn,
.swiper-flex-navigations .featured-next-btn,
.swiper-flex-navigations .swiper-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 10;
}

.swiper-flex-navigations button{
  width: 40px;
  height: 40px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}



/* link-text section */
.link-text{
  background: var(--main-color);
  padding: 30px 0;
}

.link-texts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.link-text-inner{
  color: #FFF;
}

.link-text-inner:nth-child(4){
  margin-bottom: 0;
}

.link-text-inner h3{
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
}

.link-text-flex{
  display: flex; 
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 5px;
  margin-left: 20px;
}

.link-text-flex a {
  font-size: 13px;
  line-height: 18.2px;
  color: #D9D9D9;
}

/* footer */

.txt-area{
  border-top: 1px solid #666666;
  background: var(--main-color);
  padding: 30px 0;
}

.txt-area p{
  font-size: 13px;
  line-height: 20.8px;
  color: #fff;
}

/* company-info */
.company-info{
  position: relative;
  text-align: center;
  padding: 100px 0;
}

.company-info::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}



.company-info-box{
  position: relative;
  color: #fff;
  z-index: 2;
}

.company-info-logo{
  display: inline-block;
  height: 51.51px;
}

.company-info-logo img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}


.company-info-box h4{  
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  margin-top: 30px;
}

.company-info-box p{  
  font-size: 12px;
  line-height: 16.8px;
  margin-top: 5px;

}

.company-btn-contact{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--base-white, #FFF);
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  border-radius: 5px;
  border: 1px solid var(--accent-red, #E30000);
  background: var(--gradation-btn_red, linear-gradient(180deg, #FE0505 0%, #950000 100%));
  gap: 5px;
  padding: 5px 80px;
  margin-top: 15px;
}

.company-info-links{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  line-height: 14px;
  gap: 20px;
  margin-top: 30px;
}

.company-info-links a{
  color: #FFF;
}

.company-image{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.copyright-notice {
  font-size: 12px;
  line-height: 16.8px;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 26.5px 0;
}



.arrow-button{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-radius: 100px;
  border: 1px solid var(--base-bk80, #333);
  background: var(--base-bk100, #000);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

/* copyright
-------------------------------------------------------------- */
#copyright {
  padding: 20px 0 50px;
  background: #fff;
  color: #999;
  font-size: 12px;
  text-align: center;
}

/* badge
-------------------------------------------------------------- */
.badge {
  display: inline-block;
  min-width: 39px;
  height: 16px;
  line-height: 15px;
  margin-left: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: 1px;
}

.badge_new {
  background: #DC2222;
}

.badge_update {
  background: #FC8721;
}

/* button
-------------------------------------------------------------- */
.btn {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  padding: 5px;
}

.btn [class*="add-icon-"]:before {
  display: inline-block;
}

/* 汎用白 */
.btn-wh {
  justify-content: center;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  background-image: linear-gradient(#ffffff, #EFEFEF);
  font-size: 12px;
}

.btn-wh i {
  font-size: 24px;
}

.btn-wh .count {
  display: block;
  margin-left: 7px;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 30px;
  background: #E17E1B;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.btn-wh:hover {
  color: #FC8721;
}

/* 汎用gold */
.btn-gold {
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #000;
  box-shadow: inset 0 0 1px #D2B17A, 0px 1px 3px rgba(0, 0, 0, 0.3);
  background: #F2C272;
  background-image: linear-gradient(180deg, #FFF 49%, #EDEDED 100%);
  /* color: #fff; */
  transition: all 0.3s ease;
}

/* .btn-gold:hover {
  background: #FFBE50;
  background-image: linear-gradient(#FFBE50, #543808);
} */

.btn-gold i {
  color: #222222;
}

/* 汎用赤 */
.btn-red {
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #820101;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  background: #D80000;
  background-image: linear-gradient(#D80000, #A10000);
  color: #fff;
}

.btn-red:hover {
  background: #FF2300;
  background-image: linear-gradient(#FF2300, #780303);
}

/* contact
-------------------------------------------------------------- */
.contact {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  background: #FBF7EB;
}

.contact_head {
  margin-left: 15px;
  margin-right: 35px;
}

.contact_head .subtitle {
  padding: 2px 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.contact_head .title {
  margin: 9px 0;
}

.contact_head .address {
  font-size: 12px;
  text-align: center;
}

.contact_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 655px;
  padding: 25px 20px;
  background: #fff;
  border-radius: 10px;
}

.contact .tel_item {
  line-height: 1;
}

.contact .tel_item .add-icon-call {
  margin-right: 3px;
  font-size: 24px;
}

.contact .tel_item_no {
  font-size: 30px;
}

.contact .tel_item_text {
  width: 100%;
  margin-top: 8px;
  margin-left: 4px;
  font-size: 12px;
}

.contact .btn_item {
  display: flex;
}

.contact .btn_item .btn {
  width: 186px;
  height: 57px;
  margin-left: 9px;
  font-size: 20px;
}

.contact .btn_item .btn .add-icon-mail {
  margin-right: 5px;
  font-size: 22px;
}

.add-icon-call:before {
  display: inline-block;
}

@keyframes rotate-anime {
  30%, 100% {
    transform: rotateY(360deg);
  }
  0% {
    transform: rotate(0);
  }
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.btn-pagetop {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #000;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  font-size: 32px;
  transition: all 0.3s ease;
}

.btn-pagetop:hover {
  background: #AB8D5A;
}

/* search_box */
.search_box {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.search_box form {
  display: flex;
  align-items: center;
  width: 100%;
}

.search_box button {
  width: 30px;
  height: 30px;
  padding: 0;
  background: none;
  color: #000000;
  border: none;
  outline: none;
}

.search_box button:hover {
  cursor: pointer;
}

.search_box button .add-icon-search:before {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}

.search_box .search_word {
  width: calc(100% - 30px);
  height: 30px;
  padding: 0 10px;
  background: none;
  border: none;
  font-size: 12px;
  outline: none;
}

/* tab
-------------------------------------------------------------- */
.tabs_item {
  display: flex;
  align-items: center;
}

.tabs_item li {
  width: 100%;
  text-align: center;
}

.tabs_item li a {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 54px;
  line-height: 1;
  background: #222;
  color: #AB8D5A;
  text-decoration: none;
}

.tabs_item li a:hover {
  background: #000;
  color: #fff;
}

.tabs_item .on a {
  background: #AB8D5A;
  color: #fff;
}

.tabs_content {
  padding: 20px 20px 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
}

/* tags
-------------------------------------------------------------- */
.tags {
  display: flex;
  flex-wrap: wrap;
  padding: 7px 10px 10px;
}

[class^="category_"] {
  display: inline-block;
  line-height: 1;
  padding: 4px 5px;
  margin-right: 3px;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.tag_l {
  padding: 14px 0 18px;
}

.tag_l [class^="category_"] {
  padding: 4px 5px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
}

.category_broker {
  background: #e70012;
}

.category_deposit {
  background: #2B2956;
}

.category_shikikin {
  background: #348F8F;
}

.category_reikin {
  background: #2B2956;
}

.category_pet {
  background: #EEBC46;
}

.category_freerent{
  background-color: #719445;
}

.category_facility{
  background: #e37021;
}

/*
.tag_new {
  background: #5F8FB9;
}

.tag_pet {
  background: #87A1B8;
}

.tag_reikin {
  background: #71B796;
}

.tag_bunjo {
  background: #BCAA8B;
}

.tag_ekichika {
  background: #CF8457;
}

.tag_chukai {
  background: #BE6161;
}

.tag_freerent {
  background: #DB90A2;
}

.tag_deposit_free {
  background-color: #10a93f;
}

.tag_bath_toilet {
  background-color: #00acc1;
}

.tag_parking {
  background-color: #800080;
}
*/
/* utility
-------------------------------------------------------------- */
/* font */
.bold {
  font-weight: bold;
}

/* text-align */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/* margin */
.mt-15 {
  margin-top: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

/* padding */
.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pa-5 {
  padding: 5px;
}

.pa-10 {
  padding: 10px;
}

.pa-15 {
  padding: 15px;
}

.pa-20 {
  padding: 20px;
}

.banner {
  position: relative;
  padding: 30px 0 40px;
}

.banner .inner {
  padding: 0 20px;
}

.banner .banner_list {
  display: flex;
}

.banner .banner_list li {
  width: 180px;
  margin-right: 15px;
}

.banner .banner_list li img {
  width: 100%;
  height: auto;
}

/* 物件リスト
-------------------------------------------------------------- */
/* 日付＆ステータス */
.label {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #222;
  line-height: 1;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.label span {
  display: block;
  padding: 5px 4px;
}

.label_new .status {
  background: #DC2222;
}

.label_update .status {
  background: #E17E1B;
}

.list_more {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.list_more .btn {
  height: 32px;
  font-size: 12px;
  white-space: nowrap;
}

/* 該当件数 */
.bukken_result {
  margin-bottom: 20px;
}

.bukken_result .text {
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 14px;
}

.bukken_result .btn {
  display: inline-flex;
}

.bukken_list {
  display: flex;
  flex-wrap: wrap;
}

.bukken_item {
  position: relative;
  width: 230px;
  margin-right: 12px;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.bukken_item:nth-of-type(4n) {
  margin-right: 0;
}

.bukken_item:hover .bukken_thumb {
  opacity: .8;
}

.bukken_item:hover .bukken_data {
  text-align: center;
}

.bukken_item:hover .bukken_data .name {
  background: #AB8D5A;
  color: #fff;
}

.bukken_item a {
  display: block;
  text-decoration: none;
}

.bukken_item .label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.bukken_item .bukken_thumb {
  position: relative;
  overflow: hidden;
}

.bukken_item .bukken_thumb img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.bukken_item .bukken_data {
  text-align: center;
}

.bukken_item .bukken_data .name {
  padding: 7px;
  line-height: 1.2;
  background: #EBEBEB;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.bukken_item .bukken_data .price {
  margin: 7px 10px 3px;
  color: #DC2222;
  font-size: 14px;
  font-weight: bold;
}

.bukken_item .bukken_data .text {
  font-size: 12px;
}

.bukken_item .bukken_data .text b {
  color: #FC8721;
}

.bukken_slider {
  padding: 0 20px;
}

.bukken_slider .slick-track {
  display: flex;
}

.bukken_slider .slick-slide {
  height: initial;
}

.bukken_slider .bukken_item:nth-of-type(4n) {
  margin-right: 13px;
}

.bukken_slider .slick-prev, .bukken_slider .slick-next {
  top: 45%;
}

.tabs_content .bukken_item {
  margin-bottom: 12px;
}

.tabs_content .bukken_item:nth-of-type(1) {
  animation-delay: 0.1s;
}

.tabs_content .bukken_item:nth-of-type(2) {
  animation-delay: 0.15s;
}

.tabs_content .bukken_item:nth-of-type(3) {
  animation-delay: 0.2s;
}

.tabs_content .bukken_item:nth-of-type(4) {
  animation-delay: 0.25s;
}

.tabs_content .bukken_item:nth-of-type(5) {
  animation-delay: 0.3s;
}

.tabs_content .bukken_item:nth-of-type(6) {
  animation-delay: 0.35s;
}

.tabs_content .bukken_item:nth-of-type(7) {
  animation-delay: 0.4s;
}

.tabs_content .bukken_item:nth-of-type(8) {
  animation-delay: 0.45s;
}

/* company
-------------------------------------------------------------- */
.top_company {
  position: relative;
  height: 610px;
  padding-top: 76px;
  background: url("/assets/default/images/bg_company01.jpg");
  background-size: cover;
  background-position: top center;
}

.company_box {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

.company_desc .catch {
  margin-bottom: 25px;
  color: #D2B17A;
  font-size: 60px;
}

.company_desc .desc {
  margin-bottom: 25px;
  line-height: 1.8;
  color: #fff;
  font-size: 18px;
}

.company_logo {
  animation-delay: .4s;
}

.company_contact {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  margin-top: 45px;
  background: #222;
  border: 1px solid #705A35;
  text-align: left;
  animation-delay: .5s;
}

.company_contact .tel_item {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}

.company_contact .tel_item .add-icon-call {
  margin-right: 5px;
  color: #AB8D5A;
  font-size: 30px;
}

.company_contact .tel_item_message {
  width: 100%;
  margin-bottom: 10px;
  color: #D2B17A;
  font-size: 14px;
}

.company_contact .tel_item_no {
  color: #fff;
  font-size: 36px;
}

.company_contact .tel_item_text {
  margin-left: 17px;
  line-height: 1.35;
  color: #ccc;
  font-size: 14px;
  text-align: left;
}

.company_contact .btn_item .btn {
  width: 268px;
  height: 62px;
  font-size: 22px;
}

.company_contact .btn_item .btn .add-icon-mail {
  margin-right: 10px;
  font-size: 26px;
}

.whatsnew {
  padding: 20px 0;
  background: url("/assets/default/images/bg_whatsnew.png");
  background-size: cover;
  background-position: top center;
}

.whatsnew_title {
  margin-bottom: 20px;
}

.whatsnew_title .title {
  color: #222;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

/* special
-------------------------------------------------------------- */
.special {
  padding: 30px 0;
  background: url("/assets/default/images/bg_special.png");
}

.special_title {
  margin-bottom: 20px;
  text-align: center;
}

.special_title .title {
  font-size: 20px;
}

.special_list {
  margin: 0 20px;
}

.special_list_item {
  width: 180px;
  height: 160px;
  margin-right: 15px;
  border: 1px solid #A5A5A5;
  border-radius: 10px;
  overflow: hidden;
}

.special_pht {
  position: relative;
  background: #000;
}

.special_pht .typename {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  padding: 5px;
  background: #222;
  border: 1px solid #AB8D5A;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  z-index: 2;
  transition: all 0.3s ease;
}

.special a {
  display: block;
}

.special a img {
  opacity: .7;
}

.special a:hover img {
  opacity: 1;
}

.special a:hover .typename {
  background: #AB8D5A;
  border-color: #fff;
  color: #fff;
}

/* animation
-------------------------------------------------------------- */
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
.visible {
  opacity: 0;
  transition: opacity 0.5s ease;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  33% {
    opacity: .4;
  }
  66% {
    opacity: .7;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

.fadeInY {
  opacity: 0;
  transform: translateY(50px);
}

.fadeInY.active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes fadeInY {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.omission {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promise_contents {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  background-color: rgba(76, 172, 196, 1);
  padding: 15px 0;
  overflow: hidden;
}
.promise_content_rect_left {
  position: absolute;
  width: 200px;
  height: 80px;
  left: -122.72px;
  top: 0px;
  background: linear-gradient(180deg, rgba(76, 172, 196, 1) 0%, rgba(55, 159, 185, 1) 100%);
  transform: matrix(0.5, 0.87, 0.87, -0.5, 0, 0);
}
.promise_content_rect_right {
  position: absolute;
  width: 200px;
  height: 80px;
  right: -122.72px;
  top: 0px;
  background: linear-gradient(180deg, rgba(76, 172, 196, 1) 0%, rgba(55, 159, 185, 1) 100%);
  transform: rotate(120deg);
}
.promise_logo {
  display: flex;
  gap: 10px;
  height: 40px;
}
.promise_logo_text {
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: auto;
}
.promise_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 15px;
}
.promise_text_box {
  padding: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
}
.promise_list_heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: rgba(245, 127, 17, 1);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid rgba(76, 172, 196, 1);
  padding-bottom: 2px;
}
.promise_list_heading_number {
  position: absolute;
  right: 0;
}

.suggestion_inner {
  height: 203px;
  position: relative;
  margin-bottom: 30px;
}
.suggestion_img {
  border-radius: 5px;
  position: sticky;
  z-index: 1;
}
.suggestion_text_box {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 710px;
  height: 185px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.promise_text {
  font-size: 14px;
}
.suggestion_break_line {
  width: 100%;
}
.suggestion_text_list_area {
  padding: 25px 0px 30px 270px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.suggestion_text_list_header {
  font-weight: bold;
  color: rgba(101, 189, 59, 1);
  font-size: 15px;
}
.suggestion_text_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.suggestion_list_text {
  font-size: 14px;
  display: flex;
  gap: 5px;
}
.suggestion_list_icon {
  width: 16px;
  height: 16px;
  padding: 2px;
  border-radius: 100px;
  background: rgba(101, 189, 59, 1);
}
.suggestion_list_check {
  width: 12px;
  height: 16px;
  padding: 2.5px 1.5px 2.5px 1.5px;
}
#page {
  .suggestion_inner {
    /*transform: scale(0.9);*/
    margin-bottom: 20px;
    .suggestion_inner {
      height: unset;
    }
    .suggestion_text_box {
      width: unset;
    }
    .suggestion_text_list_area {
      padding-right: 25px;
    }
  }
  .promise_contents {
    margin-bottom: 30px;
  }
}

/* toast */
#toast_content {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.toast_box {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.toast_box_tel-icon:before {
  color: #fff;
}
.toast_box .inquiry_tel {
  line-height: 1;
  color: #fff;
  padding-left: 110px;
}
.toast_box .inquiry_tel p {
  margin-bottom: .3rem;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 17px;
}
.toast_box .inquiry_tel span {
  margin-left: 1rem;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.line_qr_contact {
  position: fixed;
  top: 500px;
  right: 10px;
  z-index: 5000;
  background: var(--main-color);
  border: 2px solid #198EB2;
}
.line_qr_contact:hover {
  background: #000a5c;
}
.line_qr_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 4px;
}
.line_qr_text {
  color: #fff;
  font-size: 12px;
}
.line_qr_text.intro {
  margin: 5px 0 10px 0;
}
.line_qr_text.explanation {
  margin: 10px 0 5px 0;
}
.more-text-wrapper {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.more-text-wrapper:not(.is-open)::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
  z-index: 5;
}
.more-text-wrapper.is-open {
  display: table-row-group;
  max-height: none;
}
.custom-more-btn {
  display: block;
  width: 220px;
  margin: 20px auto;
  padding: 10px;
  background: var(--main-color);
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  /* font-weight: bold; */
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.custom-more-btn:hover {
  background: var(--main-color);
}