@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*common set*/
html {
  font-size: 16px;
}
body {
  font-size: 1rem;
}
h2 {
  font-size: 1.5rem;
}
h3,
h3.hdg__accordion {
  font-size: 1.15rem;
}
h4 {
  font-size: 1rem;
}
wbr::before {
  content: "\200B";
}
sup {
  font-size: 0.6rem;
}
figure {
  margin: 0 auto;
}
figcaption {
  font-size: 1.2rem;
  font-weight: bold;
  color: #004831;
}
figcaption.notes {
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
  display: table;
  margin: 15px auto 0;
}
figcaption.notes p {
  position: relative;
  padding-left: 16px;
  margin: 0 2px;
  font-size: 0.9rem;
  text-align: left;
}
.notes li,
.notes_num li {
  font-size: 0.9rem;
}
.notes_center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.num-circle{
  font-size: 11px;
  font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Noto Sans JP", メイリオ, "MS PGothic", sans-serif, "Meiryo UI";
  background-color: #004831;
  color: #ffffff;
  display: inline-block;
  margin:0 3px;
  text-align: center;
  height: 17px;
  width: 18px;
  border-radius: 50%;
  font-weight: bold;
  transform: translateY(-2px);
}
@media screen and (max-width: 1199px) {
  .hdg__accordion {
    padding: 20px 50px 20px 0;
    outline: none;
  }
  .hdg__accordion--open::before,
  .hdg__accordion--close::before {
    right: 15px;
  }
  .hdg__accordion--close::after {
    right: 23px;
  }
  .inner.accordion_box:not(:root) {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
/*カラーセット*/
.bg_point1 {
  background: #939d56;
}
.bg_point2 {
  background: #74a2a5;
}
.bg_point3 {
  background: #8a587b;
}
.bg_main {
  background: #004831;
}
.bg_gold {
  background: #a68216;
}
.color_point1 {
  color: #939d56;
}
.color_point2 {
  color: #74a2a5;
}
.color_point3 {
  color: #8a587b;
}
.color_gold {
  color: #a68216;
}
.txt-dot {
  color: currentColor;
  padding: 0.1em 0 0;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  background-position: top left;
  background-image: radial-gradient(3px 3px at center center, currentColor, currentColor 60%, transparent);
}
p > .icon-arrow-down {
  font-weight: normal;
}

/* KV */
.kv_area {
  display: flex;
  max-width: 982px;
  height: 440px;
  position: relative;
  margin: 80px auto 70px;
}

.kv_area .kv_img {
  position: absolute;
  top: 0;
  right: -260px;
  z-index: 1;
  margin-right: calc(50% - 50vw);
  margin-left: calc(20% - 20px);
}

.kv_area .kv_text_box {
  position: absolute;
  top: 6%;
  left: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
  max-width: 468px;
  background-color: #007F51;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 132px 30px;
}

.kv_area .kv_text_box .kv_hdg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.kv_area .kv_text_box .kv_hdg::after {
  content: "";
  display: block;
  width: 73px;
  height: 2px;
  background-color: #C3D600;
}

.kv_area .kv_text_box .kv_text {
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .kv_area .kv_text_box {
    top: 50%;
    padding: 60px 30px;
  }
}

@media screen and (max-width: 767px) {
  .kv_area {
    height: calc(100vw * (394 / 375));
    margin: 60px auto 50px;
  }

  .kv_area .kv_img {
    top: 0;
    right: 0;
    z-index: 1;
    margin-right: 0;
    margin-left: 0;
  }

  .kv_area .kv_text_box {
    width: 100%;
    max-width: 277px;
    top: initial;
    bottom: 0;
    left: 0;
    border-radius: 0 32px 32px 0;
    padding: 32px 30px;
  }

  .kv_area .kv_text_box .kv_hdg {
    font-size: 1.71rem;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  .kv_area .kv_text_box .kv_text {
    font-size: 1.14rem;
    line-height: 1.5;
  }
}

.link-tel{
    font-size: 1.5rem;
    margin-right: 0.4em;
}
.link-tel {
    font-family: "Roboto", -apple-system;
    font-weight: bold;
    color: #004831;
}
.entry-channel p {
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-flex;
}
.entry-channel svg {
    margin-right: 10px;
}
svg.icon {
  fill: currentColor;
  width: 32px;
  height: 32px;
}
.contact{
    margin-right: 10px;
    width: 24px;
    height: 24px;
    min-width: 24px;
}
.contact_icon{
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    justify-content: center;
}
#contact_area{
    margin: 0 0 60px;
}
.title_border{
    border-bottom: 1px solid #004831;
}
.border_none{
    border-bottom: none;
}
.pdf_mgn{
    min-width: 24px;
}

.cv_area .cv_inner + .cv_inner {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0px;
}

.contact_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
}

.row_flex > div.col_lg_6 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .spBreak{
      max-width: 345px;
      margin: 0 auto;
  }
  .spBreak.row_flex [class^="col_lg_"]{
      padding-left: 0;
      padding-right: 0;
  }
}

.inner {
  max-width: 982px;
  margin-bottom: 0;
}

/* 相続 TOP */
.main-section .main_lead_text {
  margin-bottom: 80px;
}

.main-section figure {
  margin-bottom: 80px;
}

.inheritance_help h2 {
  font-style: 1.5rem;
  line-height: 1.458;
  text-align: center;
  margin-bottom: 40px;
}

.inheritance_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

.inheritance_list .inheritance_item {
  max-width: calc(50% - 50px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}

.inheritance_list .inheritance_item .inheritance_item_inner {
  position: relative;
  padding: 30px 63px 48px;
}

.inheritance_list .inheritance_item .inheritance_item_inner::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 18px;
  height: 11px;
  background-image: url(/service/sozoku/inheritance_guide/images/arrow_01.png);
  background-repeat: no-repeat;
}

.inheritance_list .inheritance_item .inheritance_img {
  margin-bottom: 15px;
}

.inheritance_list .inheritance_item .inheritance_text {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .main-section figure {
      margin-bottom: 60px;
  }

  .main-section .main_lead_text {
    font-size: 1.142rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  
  .inheritance_list {
    flex-direction: column;
    gap: 30px 0;
  }
  
  .inheritance_list .inheritance_item {
    max-width: 100%;
  }
}

/* お知らせ */
.notice {
  background-color: #F0F0F0;
  padding: 60px 0;
}

.notice .inner {
  max-width: 982px;
  margin: 0 auto;
}

.notice h2 {
  position: relative;
  font-size: 1.57rem;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.notice h2::after {
  position: absolute;
  border-bottom: 2px solid #007F51;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  content: '';
}

.notice .notice_list .notice_list_item {
  font-size: 1.071rem;
  line-height: 1.4;
  border-top: 1px solid #D0D0D0;
  padding: 18px 0;
  text-align: center;
}

.notice .notice_list .notice_list_item:last-child {
  border-bottom: 1px solid #D0D0D0;
}

@media screen and (max-width: 767px) {
  .notice {
    padding: 35px 0;
  }
}

/* inheritance-section */
.inheritance-section {
  padding: 100px 0;
}

.inheritance-section .inheritance_explanation {
  margin-bottom: 85px;
}

.inheritance-section .inheritance_heading {
  color: #fff;
  font-size: 1.5;
  line-height: 1.458;
  letter-spacing: .05em;
  margin-bottom: 25px;
}

.inheritance-section .inheritance_heading.explanation,
.inheritance-section .inheritance_heading.introduction {
  position: relative;
  border-radius: 30px;
  padding: 12px 0 12px 78px;
}

.inheritance-section .inheritance_heading.explanation {
  background-color: #009C74;
}

.inheritance-section .inheritance_heading.introduction {
  background-color: #336BA9;
}

.inheritance-section .inheritance_heading.explanation::before,
.inheritance-section .inheritance_heading.introduction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 78px;
  height: 78px;
  transform: translate(0, -30%);
  background-repeat: no-repeat;
  background-size: contain;
}

.inheritance-section .inheritance_heading.explanation::before {
  background-image: url(/service/sozoku/inheritance_guide/images/img_04.png);
}

.inheritance-section .inheritance_heading.introduction::before {
  background-image: url(/service/sozoku/inheritance_guide/images/img_12.png);
}

.inheritance-section .inner .description {
  font-size: 1.125rem;
  line-height: 1.44;
  margin-bottom: 30px;
}

.inheritance-section .list_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.inheritance_figure_list.list_left,
.inheritance_figure_list.list_right {
  width: 100%;
  max-width: calc(50% - 50px);
}

.inheritance_figure_list .inheritance_figure_list_item {
  display: flex;
  align-items: center;
  gap: 0 22px;
  margin-bottom: 40px;
}

.inheritance_figure_list .inheritance_figure_list_item:last-child {
  margin-bottom: 0;
}

.inheritance_figure_list .inheritance_figure_list_item .inheritance_figure {
  width: 100%;
  max-width: 80px;
}

.inheritance_figure_list .inheritance_figure_list_item .inheritance_list_text {
  width: 100%;
}

.inheritance_figure_list .inheritance_figure_list_item .list_heading {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #004831;
  font-size: 1.125rem;
  line-height: 1.44;
  border-bottom: 1px solid #004831;
}

.inheritance_figure_list .inheritance_figure_list_item .list_heading a {
  text-decoration: none;
}

.inheritance_figure_list .inheritance_figure_list_item .list_heading::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #004831;
}

.inheritance_figure_list .inheritance_figure_list_item .lead_text {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .inheritance_figure_list.list_left,
  .inheritance_figure_list.list_right {
    max-width: calc(50% - 25px);
  }
}


@media screen and (max-width: 767px) {
  .inheritance-section {
    width: 100%;
    padding: 70px 0;
  }

  .inheritance-section .inheritance_explanation {
    margin-bottom: 60px;
  }

  .inheritance-section .list_wrapper {
    flex-direction: column;
  }

  .inheritance_figure_list.list_left,
  .inheritance_figure_list.list_right {
    max-width: 100%;
  }

  .inheritance_figure_list.list_left,
  .inheritance_figure_list .inheritance_figure_list_item {
    margin-bottom: 30px;
  }

  .inheritance-section .inheritance_heading {
    font-size: 1.285rem;
    line-height: 1.22;
    letter-spacing: 0.05em;
  }

  .inheritance-section .inheritance_heading.introduction::before {
    top: -40%;
  }
  
  .inheritance-section .inner .description {
    font-size: 1.142rem;
    line-height: 1.5;
  }

  .inheritance_figure_list .inheritance_figure_list_item .inheritance_figure {
    display: contents;
  }

  .inheritance_figure_list_item .inheritance_list_text .inheritance_figure_sp {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 10px;
  }

  .inheritance_figure_list_item .inheritance_list_text .inheritance_figure_sp .list_heading {
    width: 100%;
    font-size: 1.285rem;
    line-height: 1.44;
    margin-bottom: 0;
  }

  .inheritance_figure_list_item .inheritance_list_text .inheritance_figure_sp .none_pc {
    width: 60px;
  }

  .inheritance_figure_list .inheritance_figure_list_item .lead_text {
    font-size: 1.14rem;
    line-height: 1.5;
  }
}

/* 資産承継をサポートする商品・サービス */
.service-section {
  padding: 100px 0;
  background-color: #F7F8E8;
}

.service-section .inner {
  width: 100%;
  max-width: 982px;
  margin: 0 auto;
}

.service-section .lead_text {
  margin-bottom: 30px;
}

.service-section .service_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 50px 0;
  margin-bottom: 0;
}

.service_list .service_list_item {
  width: 100%;
  max-width: calc(50% - 25px);
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0;
  padding: 25px 30px 35px;
}

.service_list .service_list_item .service_list_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  line-height: 1.45;
  text-align: center;
}

.service_list .service_list_item .service_list_heading a {
  color: #007F51;
  text-decoration: none;
}

.service_list .service_list_item .service_list_heading.l-space07 {
  letter-spacing: -0.07em;
}

.service_list .service_list_item .service_list_heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #007f51;
  border-right: 0;
  margin-left: 7px;
}

.service_list .service_list_item .service_list_description {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
.service_list .service_list_item .service_list_description {
  min-height: 48px;
}}
@media screen and (min-width: 768px) {
  margin-bottom: 25px;
}
.service_list .service_list_item .service_list_heading .brackets {
  font-size: 1.125rem;
  line-height: 1.38;
}

.service_list .service_list_item .service_img {
  text-align: center;
}

.service_list .service_list_item .btn-main {
  max-width: 210px;
  min-width: 210px;
}

@media screen and (max-width: 767px) {
  .service-section {
    padding: 60px 0;
  }

  .service-section .lead_text {
    font-size: 1.142rem;
    line-height: 1.5;
  }

  .service-section .service_list {
    flex-direction: column;
  }

  .service-section .service_list .service_list_item {
    max-width: 100%;
    padding: 30px 15px;
  }
}

/* 留意事項 */

.important-notice-section {
  padding: 100px 0;
}

.important-notice-section .inner {
  max-width: 982px;
  margin: 0 auto;
}

.important-notice-section .inner figure {
  margin-bottom: 100px;
}

.important-notice-section .gray_border {
  border: 1px solid #D0D0D0;
  margin-bottom: 15px;
  padding: 30px;
}

.important-notice-section .hdg__accordion_B {
  color: #004831;
  line-height: 1.44;
}

/* アコーディオン */
.service_accordion {
  margin-bottom: 25px;
}
.service_accordion_header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border: none;
  background-color: transparent;
  padding-bottom: 15px;
}

.service_accordion_header .service_accordion_title {
  display: flex;
  align-items: center;
  background-color: #007F51;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.71;
  border-radius: 16px;
  padding: 1px 10px;
  white-space: nowrap;
  margin-bottom: 0;
}

.service_accordion_header .accordion_title_line {
  height: 2px;
  background-color: #007F51;
  flex-grow: 1;
  max-width: 298px;
}

.service_accordion_header .service_accordion_title::before {
  content: "";
  display: block;
  background-image: url(/service/sozoku/inheritance_guide/images/icon_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 15px;
}

.service_accordion_contents {
  display: block;
}

.service_accordion_contents .list_primary.min-height {
	min-height: 118px;
}

@media screen and (max-width: 767px) {
  .important-notice-section {
    padding: 60px 0;
  }

  .service_accordion_header {
    position: relative;
    display: block;
    cursor: pointer;
  }

  .service_accordion_header::before,
  .service_accordion_header::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 30%;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s ease;
    z-index: 3;
  }

  .service_accordion_header::before {
    transform: translateY(-50%);
  }

  .service_accordion_header::after {
    transform: translateY(-50%) rotate(90deg);
  }

  .service_accordion_header.active::after {
    opacity: 0;
  }

  .service_accordion_contents {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
}