@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :contents.css
 style info :各ページコンテンツ用
=================================================================== */

/* ===================================================================
common
=================================================================== */

.cont-primary {
  width: clamp(0px, 90%, 1200px);
  margin: 0 auto;
}
.cont-column {
  width: clamp(0px, 90%, 900px);
  margin: 0 auto;
}

.ttl-xl {
  font-size: var(--text-xl);
  line-height: 1.4;
  font-weight: bold;
}

.btn-primary {
  background-color: var(--red-primary);
  color: var(--white);
  padding: 1.4em 2em;
  transition: all .3s ease-in;
}
.btn-primary:hover{
  background-color: var(--red-hover);
}

.btn-secondary {
  background-color: var(--white);
  border: solid 1px var(--blue-primary);
  color: var(--blue-primary);
  padding-inline: 1em 2em;
  padding-block: 0.8em;
}

.btn-secondary .icon {
  font-size: 1.4em;
  vertical-align: text-bottom;
  margin-right: 0.5em;
}

.l-section-s {
  padding-block: clamp(40px, 5vw, 60px);
}

.l-section-m {
  padding-block: clamp(60px, 8vw, 100px);
}

.l-section-l {
  padding-block: clamp(80px, 12vw, 140px);
}

.l-pb-s {
  padding-bottom: clamp(40px, 5vw, 60px);
}

.l-pb-m {
  padding-bottom: clamp(60px, 8vw, 100px);
}

.l-pb-l {
  padding-bottom: clamp(80px, 12vw, 140px);
}

.ttl-secondary {
  position: relative;
  padding-left: 1em;
  margin-bottom: 2em;
  font-weight: 400;
  font-size: 24px;
}

.ttl-secondary:before {
  content: "";
  display: inline-block;
  background-color: var(--red-primary);
  width: 3px;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  left: 0;
}

.ttl-secondary span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  color: var(--red-primary);
}

@media (min-width: 960px) {
  /*PC*/
  .show-sp {
    display: none;
  }

  .btn-primary {
    font-size: 18px;
    padding: 1.6em 3em;
  }

  .ttl-secondary {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 1em;
  }

  .ttl-secondary:before {
    width: 7px;
  }

  .ttl-secondary span {
    font-size: 0.6em;
  }
}

@media (max-width: 959px) {
  /*SP*/
  .show-pc {
    display: none;
  }
}

/* ===================================================================
TOP
=================================================================== */

.section-mv {
  
  background: url(../img/bg_mv_sp.png) no-repeat center center;
  background-size: cover;
  aspect-ratio: 195 / 274;
  position: relative;
}

.l-mv-ttl {
  font-family: "Shippori Mincho", serif;
  font-feature-settings: "palt";
  color: var(--white);
  line-height: 1.2;
  position: absolute;
  left: 6%;
  top: 13%;
}

.mv-ttl {
  font-size: 10.2vw;
  margin-bottom: 4vw;
}

.mv-ttl span {
  display: block;
  font-size: 5.3vw;
}

.mv-ttl-sub span {
  display: inline-block;
  background-color: var(--blue-primary);
  font-size: 5vw;
  margin-bottom: 2vw;
  padding: 0.1em 0.3em;
}

@media (min-width: 960px) {
  /*PC*/
  .section-mv {
    
    background: url(../img/bg_mv.png) no-repeat center center;
    background-size: cover;
    aspect-ratio: 72 / 37;
  }

  .l-mv-ttl {
    position: absolute;
    left: 8%;
    top: 19%;
  }

  .mv-ttl {
    font-size: 4vw;
    margin-bottom: 1.6vw;
  }

  .mv-ttl span {
    display: block;
    font-size: 2.2vw;
  }

  .mv-ttl-sub span {
    font-size: 2.3vw;
    margin-bottom: 0.8vw;
  }
}

/* ===================================================================
物件情報
=================================================================== */
/* #region */
/* スライダーの外枠 */
.infinite-slider {
  overflow: hidden;
  width: 100%;
}
.slider-wrapper {
  display: flex;
  width: max-content;
  /* 速度はお好みで調整（秒数を増やすとゆっくりになります） */
  animation: loop-scroll 25s linear infinite;
  margin-bottom: 1rem;
}
.section-top-property {
  padding: 32px 0;
}
.property-ttl {
  font-size: var(--text-ll);
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.property-note {
  width: clamp(0px, 96%, 1440px);
  margin: 0 auto;
}
/* 各アイテムの基本スタイル */
.slider-item {
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
}
.propery-item {
  padding: 8% 10%;
}
.slider-item {
  position: relative;
}
.icon-new {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--red-primary);
  color: var(--white);
  font-size: 12px;
  font-weight: bold;
  padding: 0.5em;
}
.property-info {
  margin-bottom: 1em;
  line-height: 1.4;
}
.property-info dt {
  font-size: 1em;
  font-weight: normal;
}
.property-info dd {
  font-size: 0.8em;
  font-weight: normal;
}
.property-price {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}
.property-price span {
  font-size: 1.2rem;
  margin-left: 0.2em;
}
.property-note {
  font-size: 0.8em;
  line-height: 1.6;
}
@media (min-width: 960px) {
  /*PC*/
  .section-top-property {
    padding-block: 90px 80px;
  }
  .icon-new {
    font-size: 16px;
  }
  .property-ttl {
    margin-bottom: 3rem;
    text-align: center;
  }
  .property-info dt {
    font-size: 18px;
  }
  .property-info dd {
    font-size: 14px;
  }
  .property-price {
    font-size: 2.2rem;
  }
  .property-note {
    font-size: 1em;
    padding-inline: 40px;
  }
}

/* --- PC設定 --- */
@media screen and (min-width: 769px) {
  .slider-item {
    width: 295px;
    /* 固定幅 */
    margin-right: 32px;
    /* 固定余白 */
  }
}

/* --- SP設定 --- 
   1.8個見せるために calc を使用
*/
@media screen and (max-width: 768px) {
  .slider-item {
    /* 1.8個分 = 100vw / 1.8 
           そこから余白(16px程度)を調整 */
    width: calc(100vw / 1.8 - 16px);
    margin-right: 16px;
  }
}

/* アニメーション設定 */
@keyframes loop-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* マウスホバーで一時停止（PC用） */
@media (hover: hover) {
  .infinite-slider:hover .slider-wrapper {
    animation-play-state: paused;
  }
}

/* #endregion */

/* ===================================================================
正しい判断材料
=================================================================== */

/* #region */
.intro-outline {
  background-color: #fff;
  box-shadow: 0 0 10px 5px #fff;
  padding: 6.8%;
  margin-bottom: 6rem;
  border-radius: 20px;
  position: relative;
}

.intro-outline .arrow-move {
  display: inline-block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.intro-outline-body {
  margin-bottom: 1rem;
  line-height: 2;
}

.intro-message {
  text-align: center;
  margin-bottom: 3rem;
}

.intro-outline-img {
  text-align: center;
  width: 42vw;
  margin: 0 auto;
}

.ttl-outline {
  font-size: var(--text-xl);
  font-weight: 500;
  line-height: 1.3;
  color: var(--red-primary);
  margin-bottom: 0.6em;
}

.txt-outline {
  text-align: left;
}
.txt-outline span{
  font-weight: bold;
  color: var(--red-primary);
}

.ttl-message {
  margin-bottom: 1rem;
}

.ttl-message span {
  color: var(--red-primary);
}

.txt-message {
  text-align: left;
}

.intro-ex-item {
  background-color: var(--white);
  border-radius: 20px;
  position: relative;
  margin-bottom: 2rem;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}

.intro-ex-item .check {
  position: absolute;
  left: -12px;
  top: -20px;
  width: clamp(45px, 4vw + 10px, 55px);
}

.ex-item-ttl {
  background-color: var(--blue-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 80px;
  margin: 0 auto;
  padding: 0.6em;
  text-align: center;
  border-radius: 0 0 20px 20px;
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.2em;
}

.ex-item-body {
  padding: 8% 12%;
}

.ex-item-body p {
  line-height: 2;
}

.ex-item-body p span {
  font-weight: bold;
  color: var(--blue-primary);
}

.ex-item-body figure {
  text-align: center;
}

.intro-btn {
  margin: 40px auto;
  text-align: center;
}

@media (min-width: 960px) {
  /*PC*/
  .intro-outline {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .intro-outline-body {
    margin-bottom: 0;
  }
  .intro-outline-img {
    width: 320px;
    flex-shrink: 0;
  }

  .txt-message {
    text-align: center;
  }

  .intro-ex {
    display: flex;
    justify-content: space-between;
  }

  .intro-ex-item {
    width: 31.6%;

    display: flex;
    flex-direction: column;
    /* ttlとbodyを縦に並べる */
  }

  .ex-item-body {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .ex-item-ttl {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
  }

  .ex-item-body p {
    flex-grow: 1;
    margin-bottom: 1rem;
  }
}

/* #endregion */
/* ===================================================================
提案
=================================================================== */
/* #region */
.section-top-proposal {
  background-color: var(--beige-dark);
}

.item-proposal {
  background-color: var(--white);
  border-radius: 20px;
  padding-inline: clamp(15px, 4vw, 105px);
  padding-block: clamp(15px, 6vw, 70px);
  margin-bottom: 20px;
}

.l-ttl-proposal {
  text-align: center;
}

.l-ttl-proposal .ttl-sub {
  display: inline-block;
  background-color: var(--red-primary);
  color: var(--white);
  padding: 0.2em 0.8em;
  margin-bottom: 0.8em;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.ttl-proposal {
  font-weight: bold;
  line-height: 1.4;
  margin-block: 0 2em;
}

.ttl-proposal span {
  color: var(--red-primary);
}

.proposal-info-container {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: solid 1px var(--line-primary);
}

.proposal-icon {
  padding-block: 0 1em;
  text-align: center;
  width: clamp(90px, 27%, 120px);
  margin-inline: auto;
}

.proposal-info-ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
}

.proposal-info-ttl span {
  background-color: var(--beige-dark);
  padding: 0.4em 1.2em;
  border-radius: 30px;
  font-size: 18px;
  font-weight: normal;
  margin-right: 0.6em;
}

.proposal-ft {
  margin-bottom: 3rem;
}

.proposal-ft:last-child {
  margin-bottom: 0;
}

.proposal-ft-ttl {
  font-size: 1.2em;
  font-weight: 500;
  color: var(--red-primary);
  line-height: 2;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-bottom: 0.7em;
  background-image: radial-gradient(circle, var(--red-primary) 2px, transparent 2px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  background-position: 0 calc(100% - 6px);
  margin-bottom: 2rem;
}

.proposal-ft-ttl span {
  display: block;
  width: 60px;
  background-color: var(--red-primary) !important;
  color: var(--white);
  text-align: center;
  margin-bottom: 0.5em;
  background: none;
  font-size: 14px;
}

.proposal-ft-body p {
  margin-block: 1.6rem;
  line-height: 1.8;
}

.proposal-info-btn {
  text-align: center;
}

.proposal-info-btn .btn-primary {
  width: clamp(240px, 23vw, 280px);
}

.proposal-info-txt {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.proposal-info-img {
  text-align: center;
}

.l-proposal-arrow {
  text-align: center;
  width: clamp(150px, 50vw, 268px);
  margin: 0 auto;
}

.proposal-message {
  text-align: center;
  padding-block: 2em;
  line-height: 2;
}

.proposal-message h3 {
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 1.6;
}

.proposal-message p {
  text-align: left;
}

@media (min-width: 960px) {
  /*PC*/
  .l-ttl-proposal .ttl-sub {
    font-size: 1.1em;
  }
  .ttl-proposal {
    margin-bottom: 1.6em;
  }

  .proposal-info-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 4em;
    padding-bottom: 3.2em;
  }
  .item-proposal {
    margin-bottom: 35px;
  }

  .proposal-icon {
    width: 120px;
  }
  .proposal-info {
    flex: 1;
  }
  .proposal-info-btn {
    align-self: center;
  }

  .proposal-info-ttl {
    font-size: 28px;
  }
  .item-proposal-other .proposal-info-ttl {
    font-size: 24px;
  }

  .proposal-ft {
    display: flex;
    gap: 60px;
    margin-bottom: 84px;
  }
  .proposal-ft-ttl span {
    font-size: 20px;
    width: 92px;
  }
  .proposal-ft-body {
    flex: 1;
  }

  .proposal-ft-img {
    width: 465px;
  }

  .proposal02 {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }

  .proposal02 .proposal-icon {
    width: 120px;
  }

  .proposal02 .proposal-info {
    flex: 1;
  }

  .proposal-info-txt {
    margin: 0;
  }

  .item-proposal-other {
    display: flex;
    gap: 2.5%;
  }

  .item-proposal-other .item-proposal {
    padding: 2.2rem;
    flex: 1;
  }

  .item-proposal-other .item-proposal .proposal-info-img {
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: space-around;
  }

  .proposal-message h3 {
    font-size: 2em;
  }

  .proposal-message p {
    text-align: center;
  }
}

/* #endregion */
/* ===================================================================
CTA
=================================================================== */
/* #region */
.section-cta {
  background: url(../img/bg_cta.png) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.cta-inner {
  width: clamp(340px, 88%, 1200px);
  margin-inline: auto;
}

.l-cta-greeting {
  text-align: center;
  margin-bottom: 1em;
}

.l-cta-contact {
  margin-bottom: 2em;
}

.cta-contact-item {
  background-color: var(--white);
  border-radius: 8px;
  color: var(--text-primary);
  padding: 4% 0;
  text-align: center;
  margin-bottom: 1em;
}

.cta-contact-item p {
  padding-block: 0 0.5em;
  line-height: 1;
}

.contact-tel-txt .icon {
  font-size: 1.4rem;
  display: inline-block;
  color: var(--sub-gray);
  background-color: #f3f3f3;
  width: 36px;
  aspect-ratio: 1/1;
  line-height: 36px;
  border-radius: 40px;
  margin-right: 0.5em;
}

.contact-tel-num {
  font-size: 1.75rem;
  font-weight: 500;
}

.contact-tel-bh {
  font-size: 0.875em;
}

.l-contact-btn .btn-primary {
  width: clamp(210px, 50vw, 410px);
}

.l-cta-ttl {
  text-align: center;
  margin-bottom: 2em;
}

.cta-short .l-cta-ttl {
  margin-bottom: 1em;
}

.cta-ttl {
  font-size: var(--text-xl);
}

.cta-ttl-sub {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-block;
}

.cta-ttl-sub::before,
.cta-ttl-sub::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 28px;
  vertical-align: middle;
  border-left: solid 2px #fff;
}

.cta-ttl-sub::before {
  transform: rotate(-24deg);
  left: -16px;
}

.cta-ttl-sub::after {
  transform: rotate(24deg);
  right: -16px;
}

.cta-short .l-cta-contact {
  margin-bottom: 0;
}

.cta-short .cta-inner {
  padding-block: clamp(24px, 4vw, 100px);
}

@media (min-width: 960px) {
  /*PC*/
  .l-cta-greeting {
    margin-bottom: 2em;
  }

  .l-cta-contact {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    margin-bottom: 3em;
  }

  .cta-contact-item {
    flex: 1;
    width: 100%;
    border-radius: 16px;
  }

  .contact-tel-txt .icon {
    font-size: 1.6rem;
    width: 48px;
    line-height: 48px;
  }

  .contact-tel-txt {
    font-size: 1.5em;
  }

  .contact-tel-num {
    font-size: 3.5em;
    padding-bottom: 1rem !important;
  }

  .contact-tel-bh {
    font-size: 1.25em;
  }

  .cta-ttl-sub {
    font-size: 1.5em;
  }

  .cta-short .l-cta-ttl {
    margin-bottom: 50px;
  }
}

/* #endregion */
/* ===================================================================
LINE
=================================================================== */
/* #region */

.line-reg-container {
  background: linear-gradient(to top right, #06c655, #4dc764);
  padding-inline: clamp(20px, 6vw, 64px);
  padding-block: clamp(32px, 6vw, 64px);
  border-radius: 24px;
  text-align: center;
}

.line-reg-step {
  margin-bottom: 2em;
}

.btn-line {
  background-color: #168f31;
  color: var(--white);
  padding-block: 1em;
  font-size: 18px;
}

.line-qr {
  margin-bottom: 2em;
  text-align: center;
}

.btn-line .icon {
  display: inline-block;
  background-color: #2dbc53;
  border-radius: 20px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 0.5em;
  vertical-align: middle;
}

@media (min-width: 960px) {
  /*PC*/
  .line-reg-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }

  .line-reg-step {
    flex: 1;
  }

  .lien-reg-friends {
    width: 265px;
  }
  .btn-line {
    font-size: 16px;
    padding-block: 1.2em;
  }
}

/* #endregion */

/* ===================================================================
流れ
=================================================================== */
/* #region */
.l-flow {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flow-item {
  background-color: var(--white);
  border-radius: 16px;
  padding: 5%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}

.flow-item .icon {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  font-size: 32px;
  color: var(--blue-primary);
}

.flow-num {
  position: absolute;
  left: 16px;
  top: 8px;
  color: var(--blue-primary);
  font-size: 20px;
  font-weight: 500;
}

.flow-icon {
  width: 90px;
  text-align: center;
}

.flow-body {
  flex: 1;
  line-height: 1.6;
}

.flow-body dt {
  margin-bottom: 0.5em;
  font-size: 18px;
}

@media (min-width: 960px) {
  /*PC*/
  .l-flow {
    flex-direction: row;
    gap: 3%;
  }

  .flow-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px;
    flex: 1;
  }

  .flow-num {
    font-size: 24px;
  }

  .flow-icon {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .flow-item .icon {
    top: 50%;
    left: inherit;
    bottom: inherit;
    right: -20px;
    transform: translateY(-50%) rotate(0deg);
    font-size: 32px;
  }
  .flow-body dt {
    font-size: 16px;
  }
  .flow-body dd {
    letter-spacing: 0;
  }
}
/* #endregion */
/* ===================================================================
VOICE
=================================================================== */
/* #region */
.voice-item {
  background-color: var(--white);
  padding: 36px;
  border-radius: 16px;
  width: 570px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.voice-avatar {
  text-align: center;
  margin:0 auto 1em;
  width: 120px;
}

.voice-ttl {
  font-weight: 500;
  font-size: 1.25em;
  margin-bottom: 1em;
}

.voice-body {
  line-height: 2;
}

/* カルーセル全体のコンテナ */
.swiper {
  width: 100%;
  padding-bottom: 24px !important;
  /* 下部バーのための余白 */
  overflow: visible;
  /* 左右を突き抜けさせるために重要 */
}

/* カードのスタイル */
.swiper-slide {
  transition: opacity 0.3s;
  opacity: 0.4;
  /* 両端は薄くする */
  height: auto !important;
}

/* アクティブ（中央）なカードだけ濃くする */
.swiper-slide-active {
  opacity: 1;
}

/* 左右ボタンのカスタマイズ */
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  background-color: #2dbc53;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  z-index: 10;
}

/* 矢印のサイズを小さく調整 */
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

/* 下部プログレスバーのカスタマイズ */
.swiper-pagination-progressbar {
  top: auto !important;
  bottom: 0 !important;
  height: 4px !important;
  background: #ede8e0 !important;
  width: 80% !important;
  /* バーの長さを調整 */
  left: 10% !important;
  border-radius: 2px;
}

/* プログレスバーの動く部分の色 */
.swiper-pagination-progressbar-fill {
  background: #d4d0c8 !important;
  /* 画像に合わせたグレー系 */
}

@media (min-width: 960px) {
  /*PC*/
  .swiper {
    padding-bottom: 56px !important;
    /* 下部バーのための余白 */
  }

  .l-voice-ttl {
    display: flex;
    align-items: center;
    line-height: 1.4;
  }

  .voice-ttl {
    font-size: 24px;
    flex: 1;
  }

  .voice-avatar {
    margin-right: 1em;
    width: 124px;
  }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
/* #endregion */
/* ===================================================================
コラムインデックス
=================================================================== */

/* #region */
.l-column-list {
  margin-bottom: 3em;
}

.l-column-list:nth-last-child(2) {
  margin-bottom: 1.5em;
}

.column-list-ttl:before {
  display: inline-block;
  content: "●";
  color: var(--red-primary);
  font-size: 10px;
  vertical-align: middle;
  margin-right: 1em;
}

.column-list-ttl {
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.column-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.column-item {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.column-item-thumb {
  overflow: hidden;
}

.column-item-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.card:hover .column-item-thumb img {
  transform: scale(1.4);
}

.column-item-body {
  padding: 8%;
}

.column-item-txt {
  color: var(--blue-primary);
}

.column-tag {
  display: inline-block;
  background-color: var(--light-gray);
  border-radius: 24px;
  padding: 0.6em 1em;
  font-size: var(--text-sm);
  line-height: 1;
  margin-bottom: 0.5em;
}

.column-item-thumb img {
  width: 100%;
}

.l-column-btn {
  text-align: right;
}

@media (min-width: 960px) {
  /*PC*/
  .l-column-list {
    margin-bottom: 4em;
  }

  .column-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4等分しろ！ */
    gap: 27px;
  }

  .column-list-ttl {
    margin-bottom: 1em;
    font-size: 1.75em;
  }

  .l-column-btn {
    margin-bottom: 3em;
    text-align: left;
  }
}

/* #endregion */

/* ===================================================================
セカンドタイトル
=================================================================== */

.l-second-ttl {
  padding-block: 10%;
  position: relative;
}
.second-ttl {
  font-weight: 500;
  font-size: clamp(1.5rem, 0.778rem + 2.96vw, 3rem);
  line-height: 1.4;
}
.l-second-ttl:before,
.l-second-ttl:after {
  content: "";
  display: inline-block;
  height: 5px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  border-radius: 10px;
}
.l-second-ttl:before {
  width: 10%;
  background-color: var(--red-primary);
}
.l-second-ttl:after {
  width: 89%;
  background-color: #e7e1d7;
  right: 0;
}

.second-ttl span {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
}
.second-ttl {
}

/* ===================================================================
コラム一覧
=================================================================== */
/* #region */
.l-taglist {
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
  padding: 6%;
  margin-bottom: 36px;
}
.taglist-ttl {
  font-size: 20px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #cacaca;
}
.taglist-list {
  display: flex;
  flex-wrap: wrap;
}
.taglist-list li {
  margin-right: 0.5em;
}

.c-tag {
  display: inline-block;
  background-color: var(--beige-light);
  border-radius: 24px;
  padding: 0.6em 1em;
  line-height: 1;
  margin-bottom: 0.8em;
  font-size: 14px;
}

@media (min-width: 960px) {
  .l-taglist {
    border-radius: 16px;
    padding: 4%;
    margin-bottom: 56px;
    display: flex;
  }
  .taglist-ttl {
    border-right: solid 1px #cacaca;
    border-bottom: none;
    width: 190px;
    font-size: 24px;
    font-weight: 400;
  }
  .taglist-list {
    padding-left: 5%;
    flex: 1;
  }
  .c-tag {
    font-size: 16px;
    padding: 0.8em 1.2em;
  }
}
/* #endregion */
/* ================================pagenation================================== */
/* #region */
.l-pagenation {
  text-align: center;
  padding: 5% 0;
}
.page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px #e5dccb;
  border-radius: 60px;
  text-align: center;
  line-height: 40px;
}
.page-numbers.current,
.page-numbers:hover {
  background-color: var(--red-primary);
  color: var(--white);
  border: none;
  transition: ease-out 0.3s all;
}
@media (min-width: 960px) {
  /*PC*/
  .page-numbers {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-inline: 4px;
  }
}
/* #endregion */


/* ===================================================================
404
=================================================================== */


.cont-404{
  text-align: center;
  padding-block: min(200px,20vw);
}
.cont-404 h1{
  font-size: 2em;
  margin-bottom: 1em;
}
.cont-404 p{
  margin-bottom: 3em;
}