@charset "UTF-8";
/**
 * レスポンシブのブレイクポイント設定
 */
/*
COLORS
================================================ */
:root {
  --black: #000;
  --black-thin: #333;
  --black_thin2: #4C4A4A;
  --grey_bg: #F1F1F1;
  --grey_border: #ddd;
  --grey-dark: #666;
  --grey-dark_bg: #E2E2E2;
  --white: #fff;
  --beige: #F4EDE0;
  --red: #C2221C;
  --green: #549B1D;
  --yellow: #e3bd10;
  --orange: #FD9C28;
  --blue: #1132a6;
  --skyblue: #10a3e3;
  --pink: #e145b1;
  --purple: #925BE9;
}

#service {
  /*
  COMMON
  ================================================ */
  /*
  タイトル下の説明
  ================================================ */
  /*
  anchor
  ================================================ */
  /*
  不動産売買
  ================================================ */
  /*
  不動産の買取・不動産仲介
  ================================================ */
  /*
  借地権
  ================================================ */
  /*
  債権債務
  ================================================ */
}
@media (min-width: 769px) {
  #service .service--section {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  #service .service--section {
    padding-bottom: 16vw;
  }
}
#service .ttl {
  margin-bottom: 1em;
  text-align: center;
  border-top: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  letter-spacing: 3px;
  color: var(--red);
}
@media (min-width: 769px) {
  #service .ttl {
    padding: 10px 0;
    font-size: 2.9rem;
  }
}
@media (max-width: 768px) {
  #service .ttl {
    padding: 2.667vw 0;
    font-size: 6vw;
  }
}
#service .ttl-s {
  margin-bottom: 1em;
  text-align: center;
}
@media (min-width: 769px) {
  #service .ttl-s {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  #service .ttl-s {
    font-size: 5.333vw;
  }
}
#service .appeal {
  color: var(--red);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 769px) {
  #service .appeal {
    margin: 40px 0;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  #service .appeal {
    margin: 8vw 0;
    font-size: 5.625vw;
  }
}
#service .btn_contact {
  display: block;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: var(--white);
  background-color: var(--red);
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  #service .btn_contact {
    max-width: 360px;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  #service .btn_contact {
    margin-top: 9.375vw;
    font-size: 5vw;
  }
}
#service .btn_contact:hover {
  opacity: 0.7;
}
#service .section__txt {
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 769px) {
  #service .section__txt {
    margin-bottom: 50px;
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  #service .section__txt {
    margin-bottom: 8vw;
    font-size: 4.375vw;
  }
}
#service .section__txt p + p {
  margin-top: 1em;
}
#service .service--description {
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 769px) {
  #service .service--description {
    margin-bottom: 28px;
    font-size: 1.7rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #service .service--description {
    margin-bottom: 8vw;
    font-size: 4.375vw;
  }
}
#service .service--description .consultation {
  font-size: 2.4rem;
  letter-spacing: 1px;
  margin-top: 10px;
  font-weight: bold;
}
#service .service--description .consultation span {
  padding: 1px 20px 3px 20px;
  border-radius: 30px;
}
#service .service--description .consultation span.blue {
  color: var(--blue);
  border: 3px solid var(--blue);
}
#service .service--description .consultation span.pink {
  color: var(--pink);
  border: 3px solid var(--pink);
}
@media (max-width: 768px) {
  #service .service--description .consultation {
    text-align: center;
  }
}
#service .anchor {
  background: var(--grey_bg);
}
@media (min-width: 769px) {
  #service .anchor {
    margin-bottom: 60px;
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  #service .anchor {
    margin-bottom: 16vw;
    padding: 5.333vw 0;
  }
}
#service .anchor--list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  #service .anchor--list {
    gap: 15px 30px;
  }
}
@media (max-width: 768px) {
  #service .anchor--list {
    gap: 4vw;
  }
}
#service .anchor--item {
  display: flex;
}
@media (min-width: 769px) {
  #service .anchor--item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 768px) {
  #service .anchor--item {
    width: calc(50% - 2vw);
  }
}
#service .anchor--item a {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  background: var(--white);
}
@media (min-width: 769px) {
  #service .anchor--item a {
    padding: 10px;
    border-radius: 12px;
  }
}
@media (max-width: 768px) {
  #service .anchor--item a {
    padding: 5.333vw 2.667vw;
    border-radius: 1.25vw;
  }
}
#service .anchor--item a:hover .anchor--item__text {
  color: var(--black-thin);
}
#service .anchor--item__img {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  #service .anchor--item__img {
    margin: 0 auto 10px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  #service .anchor--item__img {
    margin: 0 auto 4vw;
    height: 13.333vw;
  }
}
@media (min-width: 769px) {
  #service .anchor--trade img {
    width: 80px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  #service .anchor--trade img {
    width: 14.133vw;
    height: 13.333vw;
  }
}
@media (min-width: 769px) {
  #service .anchor--purchase img {
    width: 125px;
    height: 74px;
  }
}
@media (max-width: 768px) {
  #service .anchor--purchase img {
    width: 22.933vw;
    height: 13.333vw;
  }
}
@media (min-width: 769px) {
  #service .anchor--agency img {
    width: 174px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  #service .anchor--agency img {
    width: 46.4vw;
    height: 13.333vw;
  }
}
@media (min-width: 769px) {
  #service .anchor--leasehold img {
    width: 101px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  #service .anchor--leasehold img {
    width: 20.8vw;
    height: 13.333vw;
  }
}
@media (min-width: 769px) {
  #service .anchor--inheritance img {
    width: 108px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  #service .anchor--inheritance img {
    width: 18.133vw;
    height: 13.333vw;
  }
}
@media (min-width: 769px) {
  #service .anchor--claims-obligations img {
    width: 95px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  #service .anchor--claims-obligations img {
    width: 18.133vw;
    height: 13.333vw;
  }
}
#service .anchor--item__ttl {
  margin-bottom: 0.5em;
  color: var(--red);
}
@media (min-width: 769px) {
  #service .anchor--item__ttl {
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  #service .anchor--item__ttl {
    font-size: 4.533vw;
  }
}
#service .anchor--item__text {
  flex-grow: 1;
  color: var(--grey-dark);
  line-height: 1.5;
}
@media (min-width: 769px) {
  #service .anchor--item__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  #service .anchor--item__text {
    font-size: 3.2vw;
  }
}
#service .trade--description {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
@media (min-width: 769px) {
  #service .trade--description {
    font-size: 2.7rem;
  }
}
@media (max-width: 768px) {
  #service .trade--description {
    font-size: 5.333vw;
  }
}
#service .trade--text {
  margin-bottom: 2em;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  #service .trade--text {
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  #service .trade--text {
    font-size: 4.375vw;
  }
}
#service .trade--item {
  background: var(--beige);
  box-sizing: border-box;
}
@media (min-width: 769px) {
  #service .trade--item {
    padding: 20px 30px;
    width: calc(50% - 24px);
    border-radius: 15px;
  }
}
@media (max-width: 768px) {
  #service .trade--item {
    padding: 5.333vw;
    border-radius: 3.125vw;
  }
}
#service .trade--list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  #service .trade--list {
    gap: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #service .trade--list {
    flex-direction: column;
    gap: 5.333vw;
    margin-bottom: 8vw;
  }
}
#service .trade--item__ttl {
  margin-bottom: 0.5em;
  color: var(--red);
}
@media (min-width: 769px) {
  #service .trade--item__ttl {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  #service .trade--item__ttl {
    font-size: 4.8vw;
  }
}
#service .trade--item__list {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #service .trade--item__list {
    font-size: 4.267vw;
  }
}
#service .trade--item__list li::before {
  content: "・";
}
#service .trade--item__list a {
  color: var(--black-thin);
}
#service .trade--item__list a:hover {
  color: var(--red);
}
#service .agency__img {
  margin: 0 auto;
}
@media (min-width: 769px) {
  #service .agency__img {
    width: 680px;
  }
}
@media (max-width: 768px) {
  #service .agency__img {
    width: 80%;
  }
}
@media (min-width: 769px) {
  #service .leasehold__img {
    margin: 0 auto 50px;
    width: 660px;
  }
}
@media (max-width: 768px) {
  #service .leasehold__img {
    margin: 0 auto 8vw;
  }
}
#service .merit-demerit {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  #service .merit-demerit {
    gap: 0 25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #service .merit-demerit {
    flex-direction: column;
    gap: 5.333vw;
    margin: 8vw 0;
  }
}
#service .merit,
#service .demerit {
  background: var(--beige);
  box-sizing: border-box;
}
@media (min-width: 769px) {
  #service .merit,
#service .demerit {
    padding: 20px 30px;
    width: 395px;
    border-radius: 15px;
  }
}
@media (max-width: 768px) {
  #service .merit,
#service .demerit {
    padding: 5.333vw;
    border-radius: 3.125vw;
  }
}
#service .merit-demerit__ttl {
  text-align: center;
}
@media (min-width: 769px) {
  #service .merit-demerit__ttl {
    margin-bottom: 1em;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #service .merit-demerit__ttl {
    margin-bottom: 0.5em;
    font-size: 4.8vw;
  }
}
#service .leasehold--item__list {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #service .leasehold--item__list {
    font-size: 4.267vw;
  }
}
#service .leasehold--item__list li::before {
  content: "・";
}
@media (min-width: 769px) {
  #service #claims-obligations .img_claims-obligations {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #service #claims-obligations .img_claims-obligations {
    margin-top: 9.375vw;
  }
}
#service #claims-obligations .appeal {
  position: relative;
}
@media (max-width: 768px) {
  #service #claims-obligations .appeal {
    margin: 0;
    padding: 40px 0 0;
  }
}
@media (max-width: 768px) {
  #service #claims-obligations .appeal span {
    position: relative;
    text-shadow: 1px 1px 0 var(--white), -1px 1px 0 var(--white), 1px -1px 0 var(--white), -1px -1px 0 var(--white);
  }
}
#service #claims-obligations .decoration_claims-obligations {
  position: absolute;
}
@media (min-width: 769px) {
  #service #claims-obligations .decoration_claims-obligations {
    top: -38px;
    left: 20px;
    width: 128px;
  }
}
@media (max-width: 768px) {
  #service #claims-obligations .decoration_claims-obligations {
    top: 3.125vw;
    left: 3.125vw;
    width: 25vw;
  }
}