@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #41392a;
  --color-white: #ffffff;
  --color-gray: #a8a6a1;
  --color-lightgray: #f4f7f1;
  --color-green: #2c7865;
  --color-lightgreen: #90d26d;
  --color-whitegreen: #d9edbf;
  --color-orange: #ff9800;
  /*カレントカラー*/
  --color-current: #2c7865;
  /*テキストリンクカラー*/
  --color-textlink: #2c7865;
  /*必須ボタンカラー*/
  --color-required: #2c7865;
  /*任意ボタンカラー*/
  --color-optional: #2c7865;
  /*ラジオボタンカラー*/
  --color-radio: #2c7865;
  /*チェックボタンカラー*/
  --color-check: #2c7865;
  /*==============================
      フォントファミリー
  ==============================*/
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  --font-family-shippori: "Shippori Mincho B1", serif;
  --font-family-zen: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.1176;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.05em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #41392a;
  --color-white: #ffffff;
  --color-gray: #a8a6a1;
  --color-lightgray: #f4f7f1;
  --color-green: #2c7865;
  --color-lightgreen: #90d26d;
  --color-whitegreen: #d9edbf;
  --color-orange: #ff9800;
  /*カレントカラー*/
  --color-current: #2c7865;
  /*テキストリンクカラー*/
  --color-textlink: #2c7865;
  /*必須ボタンカラー*/
  --color-required: #2c7865;
  /*任意ボタンカラー*/
  --color-optional: #2c7865;
  /*ラジオボタンカラー*/
  --color-radio: #2c7865;
  /*チェックボタンカラー*/
  --color-check: #2c7865;
  /*==============================
      フォントファミリー
  ==============================*/
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  --font-family-shippori: "Shippori Mincho B1", serif;
  --font-family-zen: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.1176;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.05em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

.sp-none {
  display: none !important;
}

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.container {
  overflow: hidden;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

.logo {
  height: 5rem;
}
.logo a {
  height: 100%;
}
.logo a img {
  height: 100%;
  width: auto;
  vertical-align: top;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.sv, .mv, .privacy__box) {
  padding-block: 10rem;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  box-sizing: border-box;
  height: 10rem;
  padding: 1.5rem;
  align-items: center;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  padding-bottom: 23rem;
  background-color: var(--color-lightgray);
}
.mv__title {
  position: absolute;
  bottom: 0;
  width: 90%;
  max-width: 550px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3rem 2rem;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  z-index: 65;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sv__title {
  width: 85%;
  font-size: 2.65rem;
  letter-spacing: 0.02em;
  padding: 2rem;
}

.case_sv {
  background: url(../img/sv/case.jpg) top center/cover no-repeat;
}

.column_sv {
  background: url(../img/sv/column.jpg) top center/cover no-repeat;
}

.complete_sv {
  background: url(../img/sv/complete.jpg) top center/cover no-repeat;
}

.privacy_sv {
  background: url(../img/sv/privacy.jpg) top center/cover no-repeat;
}

.e404_sv {
  background: url(../img/sv/404.jpg) top right/cover no-repeat;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  margin-bottom: 6rem;
  gap: 2rem;
}
.com-title01 .ja {
  font-size: 2.6rem;
}
.com-title02 {
  font-size: 2.6rem;
  margin-bottom: 4rem;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
  min-height: 60px;
}

.mail-btn,
.line-btn {
  min-height: 60px;
  width: 100%;
  max-width: 300px;
}

/*==============================
    共通テーブル
==============================*/
.com-table th,
.com-table td {
  display: block;
  width: 100% !important;
  border-bottom: none;
}

/*==============================
    TOP
==============================*/
.top-about .com-title01 .ja {
  font-size: 2rem;
}
.top-about .com-title01 .ja strong {
  font-size: 2.4rem;
}
.top-about__image {
  position: relative;
  margin-top: 5rem;
}
.top-about__image--01 {
  position: absolute;
  bottom: -10rem;
  right: calc(50% - 20rem);
  width: 15rem;
  z-index: 1;
}
.top-about__text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-about__text::before {
  top: -7rem;
  right: 5%;
  width: 30%;
  max-width: 125px;
}

.top-contents {
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.top-contents::after {
  top: 2%;
  left: 5%;
  width: 30%;
  max-width: 125px;
}
.top-contents__wrap {
  flex-direction: column;
  align-items: center;
}
.top-contents__inner {
  padding: 4rem 2rem;
}
.top-contents__title {
  margin-bottom: 3rem;
}
.top-contents__title .serif {
  padding: 2rem;
}
.top-contents__title .wg_bg, .top-contents__title .lg_bg, .top-contents__title .main {
  font-size: 2.3rem;
  line-height: 1.3;
  text-align: center;
}
.top-contents .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.top-contents .swiper-slide {
  height: auto !important;
}
.top-contents__btn {
  margin-left: auto;
}
.top-contents .swiper-button-prev,
.top-contents .swiper-button-next {
  height: 60px;
  width: 60px;
}
.top-contents .swiper-button-prev::after,
.top-contents .swiper-button-next::after {
  height: 60px;
  width: 60px;
}
.top-contents .swiper-button-prev {
  left: 2%;
}
.top-contents .swiper-button-next {
  right: 2%;
}

.top-column {
  padding-block: 0 10rem !important;
}

.top-company__wrap {
  flex-direction: column;
  align-items: center;
}
.top-company__btn {
  width: 13.5rem;
  margin-left: auto;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.top-company__btn::before {
  width: 26.7rem;
}
.top-company__btn::after {
  width: 4.2rem;
}

.top-contact__list {
  flex-direction: column;
  align-items: center;
}
.top-contact__item {
  width: 100%;
}
.top-contact__title {
  font-size: 2.6rem;
}
.top-contact__title .tag {
  font-size: 2.8rem;
}
.top-contact__title strong {
  font-size: 2.68rem;
}
.top-contact .com-inbox {
  padding: 4rem 2rem;
}

/*==============================
    共通まとめ部分
==============================*/
.com-summary .white-belt {
  font-size: 1.6rem;
  padding: 0.3rem 0.5rem 0.5rem 0.5rem;
}

/*==============================
    共通：この記事の監修者
==============================*/
.com-supervisor__box {
  padding: 4rem 2rem;
}
.com-supervisor__box .name {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: flex-end;
}
.com-supervisor__wrap {
  justify-content: center;
}
.com-supervisor__image {
  flex-shrink: 0;
}

/*==============================
    Lifeスマイルについて
==============================*/
/*お客様の気持ちに寄り添う不動産買取店*/
.about-section::after {
  position: absolute;
  z-index: -2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

/*Lifeスマイルが選ばれる理由*/
.about-reason::after {
  top: 0;
  right: 5%;
  width: 25%;
  max-width: 125px;
}
.about-reason .com-inbox::before {
  bottom: -6rem;
  right: 5%;
  width: 20%;
  max-width: 125px;
}
.about-reason__list {
  flex-direction: column;
  align-items: center;
}
.about-reason__item {
  background: url(../img/about/reazon-shape.png) no-repeat left top/100% 15rem, linear-gradient(to bottom, transparent 15rem, var(--color-whitegreen) 15rem);
}
.about-reason__title {
  min-height: 2lh;
}
.about-reason__text {
  padding: 3rem;
}

/*代表ごあいさつ*/
.about-greeting__wrap {
  flex-direction: column;
  align-items: center;
}
.about-greeting__image {
  width: 100%;
  max-width: 300px;
}
.about-greeting__title {
  line-height: 1.3;
}

/*会社概要*/
/*==============================
    高松市の不動産相場はいくら？
    エリア別の価格と今後の見通し
==============================*/
/*はじめに*/
/*高松市の不動産市場の特徴*/
.market_price-feature__list {
  flex-direction: column;
  align-items: center;
}
.market_price-feature__title {
  font-size: 2rem;
}

/*高松市のマンション相場動向*/
.market_price-apartment__list {
  flex-direction: column;
  align-items: center;
}
.market_price-apartment__title {
  font-size: 2rem;
}
.market_price-apartment__title::before {
  top: calc(100% - 1px);
}

/*高松市の戸建て相場動向*/
.market_price-detached_house__list {
  flex-direction: column;
  align-items: center;
}
.market_price-detached_house__title {
  font-size: 2rem;
}
.market_price-detached_house__title::before {
  top: calc(100% - 1px);
}

/*高松市の不動産相場の今後の見通し*/
.market_price-outlook .com-title02 {
  margin-bottom: 6rem;
}
.market_price-outlook__title {
  font-size: 2.2rem;
  padding-bottom: 1.4rem;
}
.market_price-outlook dl dt {
  font-size: 2rem;
}

/*==============================
    仲介と買取どっちがいい？
    不動産売却で迷ったときに
    買取がおすすめのケース
==============================*/
/*はじめに*/
/*仲介と買取の基本的な違い*/
.case-difference::before {
  top: 0;
  right: 5%;
  width: 25%;
  max-width: 125px;
}
.case-difference__list {
  flex-direction: column;
  align-items: center;
}
.case-difference__item {
  width: 100%;
}

/*おすすめなケース*/
.case-section__wrap {
  flex-direction: column-reverse;
  gap: 2rem;
}
.case-section__box {
  position: relative;
  z-index: 0;
}
.case-section__box:last-child .case-section__image {
  top: -17%;
}
.case-section__title {
  margin-bottom: 5rem;
}
.case-section__image {
  position: absolute;
  width: 40%;
  top: -5%;
  right: 0;
  opacity: 0.3;
  z-index: -1;
  max-width: 150px;
}
.case-section__item-title {
  display: flex;
  padding: 1.4rem;
  gap: 1rem;
}
.case-section__item-title::before {
  position: relative;
  bottom: 0;
  left: 0;
  font-size: 4rem;
  flex-shrink: 0;
  top: -0.4rem;
}
.case-section .com-inbox {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

/*==============================
    不動産を売ったときにかかる
    税金一覧
    ｜高松市で売却前に
    知っておきたい費用と特例
==============================*/
/*はじめに*/
/*不動産売却でかかる主な税金*/
.tax-sell::before {
  top: 0;
  right: 5%;
  width: 25%;
  max-width: 125px;
}
.tax-sell::after {
  bottom: 0;
  right: 5%;
  width: 25%;
  max-width: 125px;
  z-index: -1;
}
.tax-sell__wrap {
  flex-direction: column;
  align-items: center;
}
/*節税のための特例制度*/
.tax-saving__item {
  padding: 4rem 2rem;
}
.tax-saving__item .check__item::before {
  flex-shrink: 0;
}
.tax-saving__item dl dd p {
  margin-right: 0;
  padding-left: 0;
}
.tax-saving__title {
  text-align: left;
  padding: 2rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}
.tax-saving__title::before {
  bottom: calc(100% - 1.5rem);
  font-size: 6rem;
  -webkit-text-stroke: 3px var(--color-white);
  paint-order: stroke;
}
.tax-saving__title::after {
  width: 100%;
  height: 100%;
  left: 0;
}
.tax-saving .calculation {
  flex-wrap: wrap;
}

.calculation {
  gap: 1rem 0.5rem;
}
.calculation .g,
.calculation .w {
  padding: 0.5rem;
  line-height: 1.2;
  font-size: 1.3rem;
  border: 2px solid var(--color-green);
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail .com-title0 {
  font-size: clamp(18px, 2.868vw, 22px);
}
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

.com-news__list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.com-news__item {
  max-width: 400px;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
}
.site__item a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 60px;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .com-table th, .contact .com-table td {
  border-bottom: none;
}
.contact .com-table .required-mark {
  line-height: 1.3;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 60px;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 60px;
}
.privacy .com-title01 .ja {
  font-size: 24px;
  text-align: center;
}
.privacy .com-title02 {
  font-size: 19px;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding: 60px 0;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    フッター
==============================*/
.footer__logo {
  margin-bottom: 3rem;
}
.footer__box-l {
  padding: 6rem 5% 0 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__box-l address {
  text-align: center;
}
.footer__box-r {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 3rem;
}
.footer__btn {
  min-height: 60px;
  width: 80%;
  max-width: 300px;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-gray);
}
.footer-nav__item {
  border-top: 1px solid var(--color-gray);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer small {
  border-top: 1px solid var(--color-gray);
  font-size: 1.4rem;
  padding-block: 3rem;
}