@charset "UTF-8";
body {
  background: #fff;
  background-image: unset;
}

.tk-header .tk-sub-logo {
  filter: invert(0.8);
}

.tk-nav-center ul li a {
  color: #3E3A39;
}

.tk-header-right .tk-header-icon img {
  filter: invert(0.8);
}

.tk-hamburger span {
  background-color: #000;
}

/* color */
.blue {
  background: #009FE8;
}

.green {
  background: #00863D;
}

.lime {
  background: #AACC03;
}

.inheritance {
  color: #3E3A39;
}
.inheritance h2 {
  color: #3E3A39;
  font-family: "Noto Sans JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.24rem;
}
.inheritance h3 {
  font-family: "Noto Sans JP", serif;
  font-size: 3.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.75;
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  padding: 1rem 4.4rem;
  gap: 1.6rem;
}
.inheritance h3.blue span {
  color: #009FE8;
  font-size: 2.4rem;
}
.inheritance h3.green span {
  color: #00863D;
  font-size: 2.4rem;
}
.inheritance h3.lime span {
  color: #AACC03;
  font-size: 2.4rem;
}
.inheritance h3 span {
  background: #fff;
  border-radius: 99px;
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 4.8rem;
  text-align: center;
  line-height: 1.9;
}
.inheritance .lp-title {
  position: relative;
}
.inheritance .lp-title h4 {
  color: #3E3A39;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .inheritance .lp-title h4 {
    font-size: 3.6rem;
  }
}
.inheritance .lp-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: url(../images/inheritance/h4_mv.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -3.5rem;
  width: 41rem;
  height: 3.1rem;
}
.inheritance h5 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .inheritance h5 {
    font-size: 3.2rem;
  }
}
.inheritance h6 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .inheritance h6 {
    font-size: 3.2rem;
  }
}
.inheritance-mv {
  padding: 2rem;
}
.inheritance-mv-wrap {
  border-radius: 15px;
  background: #EBF8E8;
  position: relative;
  overflow: hidden;
  padding: 13rem 0 6rem;
}
.inheritance-mv-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50rem;
  transform: translateX(-50%);
  width: 81.4rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
}
.inheritance-mv-content {
  display: grid;
  justify-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
}
.inheritance-mv-content img:nth-of-type(1) {
  width: 13.6rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-mv-content img:nth-of-type(1) {
    width: 26.6rem;
    margin: 5rem 0 1rem;
  }
}
.inheritance-mv-content img:nth-of-type(2) {
  width: 35rem;
  margin: 5rem 0 8rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-mv-content img:nth-of-type(2) {
    width: 44rem;
  }
}
.inheritance-flow {
  position: relative;
  max-width: 98.4rem;
  margin: 10.6rem auto 0;
  /* top */
  /* middle */
  /* lower */
  /* card */
  /* line */
  /* 使わない → A,B */
  /* 使う → B,C */
}
@media only screen and (max-width: 767px) {
  .inheritance-flow {
    padding: 0 2rem;
  }
}
.inheritance-flow .flow-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-bottom: 3.2rem;
}
.inheritance-flow .flow-pill {
  text-align: center;
  padding: 2.8rem 0;
  border-radius: 15px;
  font-weight: 600;
  background: #fff;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.inheritance-flow .flow-pill p {
  padding: 0.8rem 2.4rem;
  border-radius: 99px;
  display: inline;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-pill p {
    font-size: 2.4rem;
  }
}
.inheritance-flow .flow-middle {
  display: flex;
  position: relative;
  margin-bottom: 3.2rem;
}
.inheritance-flow .flow-note {
  text-align: center;
  padding: 1.4rem 3.8rem;
  border-radius: 15px;
  font-weight: 700;
  font-size: 1.6rem;
  background: #fff;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-note {
    font-size: 2.4rem;
    width: 20rem;
  }
}
.inheritance-flow .flow-note.left {
  margin: 0 14.5rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-note.left {
    margin: 0 9.5rem 0 0;
  }
}
.inheritance-flow .flow-note.center {
  margin: 0;
}
.inheritance-flow .flow-bottom {
  display: flex;
  position: relative;
}
.inheritance-flow .flow-card {
  color: #fff;
  width: 12.8rem;
  height: 12.8rem;
  border-radius: 15px;
  text-decoration: none;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.inheritance-flow .flow-card .letter {
  font-size: 3rem;
  font-weight: 700;
  margin: 2rem 0 0.4rem;
  display: block;
}
.inheritance-flow .flow-card .label {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-card .label {
    font-size: 2.4rem;
  }
}
.inheritance-flow .flow-bottom a:hover {
  opacity: 1;
  transform: unset;
}
.inheritance-flow .flow-bottom .lime .label {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-bottom .lime .label {
    font-size: 2.4rem;
  }
}
.inheritance-flow .flow-bottom .blue {
  margin: 0 5rem 0 8rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-bottom .blue {
    margin: 0 2rem 0 4rem;
  }
}
.inheritance-flow .flow-bottom .green {
  margin: 0 5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-bottom .green {
    margin: 0 2rem 0 0;
  }
}
.inheritance-flow .flow-bottom .lime {
  margin: 0 0 0 16rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-bottom .lime {
    margin: 0 0 0 7rem;
    height: 21rem;
  }
}
.inheritance-flow .flow-card::before {
  content: "";
  position: absolute;
  top: -12rem;
  left: 50%;
  width: 0;
  height: 12rem;
  border-left: 2px dotted #cfcfcf;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-card::before {
    top: -16rem;
    height: 17rem;
  }
}
.inheritance-flow .flow-card:nth-of-type(2)::before {
  top: -10rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-card:nth-of-type(2)::before {
    top: -15rem;
  }
}
.inheritance-flow .flow-top .flow-pill:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 9.6rem;
  left: 14.5rem;
  width: 17.5rem;
  height: 2px;
  border-top: 2px dotted #cfcfcf;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-top .flow-pill:nth-child(1)::after {
    top: 9.9rem;
    left: 12.5rem;
    width: 14.5rem;
  }
}
.inheritance-flow .flow-top .flow-pill:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 18rem;
  left: 32.5rem;
  width: 17.5rem;
  height: 2px;
  border-top: 2px dotted #cfcfcf;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-top .flow-pill:nth-child(2)::after {
    top: 23.5rem;
    left: 27.5rem;
    width: 14.5rem;
  }
}
.inheritance-flow .flow-lead {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-flow .flow-lead {
    font-size: 2.4rem;
    text-align: left;
  }
}
.inheritance-bl {
  max-width: 98.4rem;
  border-radius: 15px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin: 10.6rem auto 0;
}
@media only screen and (max-width: 767px) {
  .inheritance-bl {
    width: 67.5rem;
  }
}
.inheritance-bl-wrap {
  padding: 0 6rem 11rem 6rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-bl-wrap {
    padding: 0 2rem 10rem;
  }
}
.inheritance-sale {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .inheritance-sale {
    flex-wrap: wrap;
    margin: 0 0 5rem;
  }
}
.inheritance-sale-list {
  margin: 4.8rem 0 6.6rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-sale-list {
    width: 100%;
    margin: 2rem 0 1.6rem;
    display: flex;
    gap: 5rem;
    align-items: center;
  }
}
.inheritance-sale-list-img {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.inheritance-sale-list-img-ttl {
  aspect-ratio: 1/1;
  color: #fff;
  background: #009FE8;
  border-radius: 999px;
  width: 9.3rem;
  display: grid;
  justify-items: center;
  align-items: center;
  align-content: center;
}
.inheritance-sale-list-img span {
  font-size: 1.8rem;
  font-weight: 800;
  display: block;
  margin-bottom: -1rem;
}
.inheritance-sale-list-img p {
  font-size: 3.6rem;
  font-weight: 800;
}
.inheritance-sale-list-img img {
  height: 8.7rem;
  width: auto;
}
.inheritance-sale-list-txt h6 {
  margin: 4.6rem 0 0;
}
.inheritance-sale-list-txt ul {
  list-style: none;
  padding-left: 0;
}
.inheritance-sale-list-txt ul li {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .inheritance-sale-list-txt ul li {
    font-size: 2.8rem;
    padding-left: 4.4rem;
  }
}
.inheritance-sale-list-txt ul li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/inheritance/check_s.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .inheritance-sale-list-txt ul li::before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.inheritance-sale-list:nth-of-type(2) {
  border-right: 2px dotted #cfcfcf;
  border-left: 2px dotted #cfcfcf;
  padding: 0 5rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-sale-list:nth-of-type(2) {
    border-top: 2px dotted #cfcfcf;
    border-bottom: 2px dotted #cfcfcf;
    padding: 0 0 5rem;
    border-right: inherit;
    border-left: inherit;
  }
}
.inheritance-column {
  background: #F5F9E8;
  padding: 2.8rem;
  border-radius: 15px;
  margin-bottom: 8rem;
}
.inheritance-column h5 {
  margin-left: 4.6rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-column h5 {
    text-align: center;
    margin-left: 0;
  }
}
.inheritance-column ul {
  list-style: none;
  padding-left: 0;
  margin: 2rem 0 3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .inheritance-column ul {
    margin: 7rem 0 5rem;
  }
}
.inheritance-column ul::before {
  content: "次に当てはまる場合、3000万円控除が使える";
  white-space: pre-line;
  position: absolute;
  top: -4.8rem;
  right: 0;
  color: #3E3A39;
  font-size: 1.8rem;
  line-height: 1.6;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .inheritance-column ul::before {
    font-size: 2.4rem;
    top: -6.8rem;
    right: 5rem;
  }
}
.inheritance-column ul::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: 0rem;
  width: 37rem;
  height: 3.6rem;
  background: url(../images/inheritance/line.svg) no-repeat;
  z-index: 1;
  background-size: 37rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-column ul::after {
    display: none;
  }
}
.inheritance-column ul li {
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
  background: #fff;
  border-radius: 10px;
  padding: 1.4rem 6rem;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-column ul li {
    font-size: 2.6rem;
    padding: 1.4rem 4rem 1.4rem 6rem;
  }
}
.inheritance-column ul li::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../images/inheritance/check.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .inheritance-column ul li::before {
    width: 3rem;
    height: 3rem;
  }
}
.inheritance-column-wrap {
  display: flex;
  gap: 2.6rem;
  justify-content: center;
}
.inheritance-column-bl {
  border-radius: 10px;
  border: 1px solid #AACC03;
  background: #fff;
  padding: 2.5rem 0;
  width: 46%;
  display: grid;
  justify-items: center;
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-column-bl {
    width: 50%;
    align-items: start;
  }
}
.inheritance-column-bl span {
  display: block;
  background: #009FE8;
  border-radius: 999px;
  padding: 0.8rem 1.8rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-column-bl span {
    font-size: 2.8rem;
  }
}
.inheritance-column-bl p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .inheritance-column-bl p {
    font-size: 2.4rem;
  }
}
.inheritance-case .lp-title {
  margin-bottom: 10rem;
}
.inheritance-case .lp-title::after {
  background: url(../images/inheritance/h4.svg);
  width: 21.1rem;
  height: 3.1rem;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -2.8rem;
}
.inheritance-case-dialogue {
  display: flex;
  gap: 3.5rem;
  align-items: center;
  margin-bottom: 2rem;
}
.inheritance-case-dialogue img {
  height: 13.6rem;
  width: auto;
}
.inheritance-case-dialogue ul {
  list-style: none;
}
.inheritance-case-dialogue ul li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  margin-bottom: 1.8rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .inheritance-case-dialogue ul li {
    font-size: 2.6rem;
  }
}
.inheritance-case-cust li {
  background: #F3F4F6;
}
.inheritance-case-supp {
  flex-direction: row-reverse;
}
.inheritance-case-supp li {
  background: #F5F9E8;
}
.inheritance-case-flow {
  display: grid;
  justify-items: center;
  gap: 1.5rem;
  margin-bottom: 5rem;
}
.inheritance-case-flow img {
  width: 3.7rem;
}
.inheritance-case-flow p {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  padding: 1.2rem 2rem;
  background: #009FE8;
  border-radius: 999px;
}
@media only screen and (max-width: 767px) {
  .inheritance-case-flow p {
    font-size: 2.6rem;
  }
}
.inheritance-example {
  margin: 6.4rem 0 8rem;
}
.inheritance-example-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .inheritance-example-list {
    justify-content: center;
    margin-top: 10rem;
  }
}
.inheritance-example-list::before {
  content: "相続した空き家を様々な方法で活用できる。\a場所・大きさによって向いている方法が異なる。";
  white-space: pre-line;
  position: absolute;
  top: -7.8rem;
  right: 0;
  color: #3E3A39;
  font-size: 1.8rem;
  line-height: 1.6;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .inheritance-example-list::before {
    font-size: 2.4rem;
    top: -9.8rem;
    right: 10rem;
  }
}
.inheritance-example-list::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: 3rem;
  width: 37rem;
  height: 3.6rem;
  background: url(../images/inheritance/line.svg) no-repeat;
  z-index: 1;
  background-size: 37rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-example-list::after {
    display: none;
  }
}
.inheritance-example-cont {
  width: 27.2rem;
  padding: 2.6rem 0;
  display: grid;
  justify-items: center;
  align-items: center;
  background: #EDF5E8;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .inheritance-example-cont {
    width: 48%;
    padding: 2.6rem;
  }
}
.inheritance-example-cont img {
  width: 6.4rem;
}
.inheritance-example-cont h6 {
  margin-top: 1rem 0 0;
}
.inheritance-example-cont p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .inheritance-example-cont p {
    font-size: 2.4rem;
    text-align: center;
  }
}
.inheritance-example-hint {
  border-radius: 10px;
  background: #F5F9E8;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 3.2rem 0;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-example-hint {
    font-size: 2.4rem;
    padding: 3.2rem;
  }
}
.inheritance-example-hint img {
  width: 5rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-example-hint img {
    width: 7rem;
    margin-bottom: 1rem;
  }
}
.inheritance-Dtitle {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: 4.6rem 0 3.8rem;
}
.inheritance-Dtitle img {
  width: 7.9rem;
}
.inheritance-Dtitle p {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.75;
}
.inheritance-Dtitle p span {
  color: #AACC03;
}
.inheritance-doctor ul {
  list-style: none;
}
.inheritance-doctor ul li {
  background: #E8F5F4;
  border-radius: 10px;
  padding: 2.4rem;
  display: flex;
  gap: 2.6rem;
  align-items: center;
  margin-bottom: 2.4rem;
}
.inheritance-doctor ul li img {
  width: 5.6rem;
}
.inheritance-doctor ul li p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .inheritance-doctor ul li p {
    font-size: 2.4rem;
  }
}
.inheritance-doctor .zs {
  font-size: 1.6rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .inheritance-doctor .zs {
    font-size: 2.4rem;
  }
}

.inheritancecolumn-posts {
  margin: 10rem auto;
  max-width: 98.4rem;
}
@media only screen and (max-width: 767px) {
  .inheritancecolumn-posts {
    width: 67.5rem;
  }
}
.inheritancecolumn-posts .lp-title::after {
  display: none;
}

.inheritancecolumn-posts-list,
.inheritancecolumn-archive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .inheritancecolumn-posts-list,
  .inheritancecolumn-archive-list {
    grid-template-columns: inherit;
  }
}

.inheritancecolumn-post {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0.4rem 0.6rem -0.4rem rgba(0, 0, 0, 0.1), 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  color: #3E3A39;
}

/* thumbnail */
.inheritancecolumn-post-thumb {
  position: relative;
}

.inheritancecolumn-post-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* tag */
.inheritancecolumn-post-tag {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  padding: 0.6rem 2rem;
  border-radius: 99rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #009FE8;
}
@media only screen and (max-width: 767px) {
  .inheritancecolumn-post-tag {
    font-size: 2.4rem;
  }
}

/* title */
.inheritancecolumn-post-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  padding: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .inheritancecolumn-post-title {
    font-size: 3.2rem;
  }
}

/* =========================
   list more button
========================= */
.inheritancecolumn-posts-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.8rem auto 0;
  padding: 1.4rem 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: #AACC03;
  border-radius: 99rem;
  box-shadow: 0 0.4rem 0.6rem -0.4rem rgba(0, 0, 0, 0.1), 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .inheritancecolumn-posts-more {
    font-size: 3.2rem;
    padding: 3.4rem 6.8rem;
  }
}/*# sourceMappingURL=inheritance.css.map */