@charset "UTF-8";
@import url(all.css);
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* パターン */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 48px;
}
.pagenation li {
  width: 30px;
  font-size: 1.3rem;
  line-height: 30px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated-link {
  padding-top: 24px;
  margin-top: 32px;
}
.paginated-link li {
  width: 110px;
}
.paginated-link li a {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0em;
}
.paginated-link li.prev-link a::before {
  margin-right: 12px;
}
.paginated-link li.next-link a::after {
  margin-left: 12px;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1280px;
}

/*===============================================
  header
===============================================*/
header#header .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 0 15px 0 10px;
}
header#header .h-logo img {
  height: 100px;
}
header#header .h-oth {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header#header .h-btn {
  margin-left: 20px;
}
header#header .h-btn a {
  font-size: clamp(1.8rem, 1.40625vw, 2rem);
}

/*===============================================
  footer
===============================================*/
footer#footer {
  padding-top: 32px;
}
footer#footer .f-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer#footer .f-logo img {
  height: 100px;
}
footer#footer .f-info {
  padding-top: 9px;
}
footer#footer .f-info .add {
  font-size: 1.4rem;
  line-height: 1.71429;
}
footer#footer .f-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  max-width: 572px;
  padding-top: 8px;
  margin-top: -10px;
}
footer#footer .f-right > * {
  margin-top: 10px;
  margin-left: 22px;
}
footer#footer .f-right > *:first-child {
  margin-left: 0;
}

/*フッターナビ
-----------------------------*/
.fnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1080px;
  border-top: solid 1px #d9d9d9;
  padding: 29px 0;
  margin: 30px auto 0;
}

.fnav-list-item {
  margin-right: 54px;
}
.fnav-list-item:last-of-type {
  margin-right: 0;
}
.fnav-list-item a {
  font-size: 1.2rem;
  line-height: 1.83334;
  transition: all 0.12s;
}
.fnav-list-item a:hover {
  text-decoration: none;
  color: #86bd42;
}
.fnav-list-item.current a {
  color: #86bd42;
}

/*コピーライト
-----------------------------*/
div.copy {
  padding: 18px 0;
}
div.copy p {
  font-size: 1.2rem;
}

/*===============================================
  下部固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 50px;
  bottom: 120px;
  right: 20px;
}
@media screen and (max-width: 1680px) {
  #pagetop {
    bottom: 280px;
    right: 10px;
  }
}

/*無料相談予約はこちらボタン
-----------------------------*/
#side {
  width: 270px;
  height: 70px;
  bottom: 10px;
  right: 0;
}
@media screen and (max-width: 1680px) {
  #side {
    width: 60px;
    height: 240px;
  }
}
#side a {
  font-size: 2.1rem;
  border-radius: 35px 0 0 10px;
}
@media screen and (max-width: 1680px) {
  #side a {
    flex-direction: column;
    font-size: 1.7rem;
    border-radius: 24px 0 0 10px;
  }
}
@media screen and (max-width: 1680px) {
  #side a > span {
    writing-mode: vertical-rl;
    max-height: auto;
    text-orientation: mixed;
  }
}
@media screen and (max-width: 1680px) and (max-width: 767px) {
  #side a > span {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
#side a .min {
  font-size: 1.8rem;
}
@media screen and (max-width: 1680px) {
  #side a .min {
    flex-direction: column;
    font-size: 1.6rem;
  }
}
#side a::before {
  width: 34px;
  height: 25px;
  margin-right: 8px;
}
@media screen and (max-width: 1680px) {
  #side a::before {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.main-visual {
  height: clamp(560px, 38.542vw, 740px);
}
.main-visual .mv-list-item {
  width: 50%;
  height: 100%;
}
.main-visual .mv-list-item a {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: min(86px, 8.959%);
}
.main-visual .mv-list-item p {
  width: clamp(260px, 21.952vw, 360px);
  height: clamp(100px, 7.9269vw, 130px);
  border-radius: 10px 0 0 10px;
}
.main-visual .mv-list-item p span {
  font-size: clamp(3rem, 2.34375vw, 4rem);
  line-height: 1.15;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
}
.main-visual .mv-list-item:nth-of-type(2n) a {
  justify-content: flex-start;
}
.main-visual .mv-list-item:nth-of-type(2n) p {
  border-radius: 0 10px 10px 0;
}
.main-visual .mv-list-item:nth-of-type(2n) p span {
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}
.main-visual .mv-catch {
  width: min(324px, 20.7693%);
  border-radius: 10px;
  top: calc(50% - 36px);
}

/*サブビジュアル
  -----------------------------*/
.sub-visual {
  height: clamp(280px, 21.875vw, 340px);
}
.sub-visual .sv-box {
  width: 720px;
  height: min(120px, 100% - 180px);
  border-radius: 10px;
}
.sub-visual .sv-box .sv-catch {
  font-size: clamp(4rem, 3.125vw, 4.6rem);
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}

/*===============================================
  グローバルナビ
===============================================*/
#nav.gnav {
  background: #86bd42;
  padding: 20px 0;
}
#nav.gnav .gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
}
#nav.gnav .gnav-list-item {
  margin-right: 120px;
}
#nav.gnav .gnav-list-item:last-of-type {
  margin-right: 0;
}
#nav.gnav .gnav-list-item a {
  display: block;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-right: -0.12em;
  position: relative;
  z-index: 0;
}
#nav.gnav .gnav-list-item a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -2;
  transition: all 0.3s;
}
#nav.gnav .gnav-list-item a:hover {
  text-decoration: none;
}
#nav.gnav .gnav-list-item a:hover::after {
  width: 100%;
}
#nav.gnav .gnav-list-item.current a::after {
  width: 100%;
}

/*===============================================
  main#container
===============================================*/
#container {
  font-size: 1.8rem;
  line-height: 1.77778;
  letter-spacing: 0em;
}

/*===============================================
  パンくずリスト
===============================================*/
.bread {
  height: 25px;
}
.bread .breadcrumbs {
  width: 1080px;
}
.bread .breadcrumbs li {
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.66667;
}

/*===============================================
  main共通
===============================================*/
.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
.com-tels {
  align-items: flex-end;
}
.com-tels .com-tel {
  font-size: 3.8rem;
  letter-spacing: 0.12em;
}
.com-tels .com-tel::before {
  width: 30px;
  height: 30px;
  margin-right: 11px;
}
.com-tels .com-tel a {
  margin: -0.21053em -0.12em -0.07895em 0;
}
.com-tels .com-replace {
  margin-top: 8px;
}

.com-replace {
  height: 16px;
}

/*ボタン
-----------------------------*/
.com-btn {
  height: 60px;
}
.com-btn a {
  font-size: 1.7rem;
  padding-right: 10px;
}
.com-btn a::before {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.com-btn.com-link-btn {
  width: 240px;
}
.com-btn.com-link-btn a {
  font-size: 2rem;
}
.com-btn.com-mail-btn {
  width: 220px;
}
.com-btn.com-mail-btn a {
  font-size: 2rem;
}
.com-btn.com-mail-btn a::before {
  width: 17px;
  height: 12px;
  margin-right: 11px;
}

/*テーブル
-----------------------------*/
.com-table {
  border-radius: 10px;
}
.com-table tr {
  font-size: 1.6rem;
  line-height: 1.75;
}
.com-table tr th {
  padding: 15px 20px;
}
.com-table tr td {
  padding: 15px 20px;
}

/*テキストボックス
-----------------------------*/
.com-text-box {
  margin: -7px 0;
}

/*ボックスシャドウ
-----------------------------*/
.com-box-shadow {
  box-shadow: 0px 2px 15px 0px #f0ece2;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-ttl01 {
  font-size: 6.8rem;
  letter-spacing: 0.12em;
  padding-left: 0.12em;
}
.com-ttl01.mid {
  font-size: 5.8rem;
}
.com-ttl01 .min.br {
  font-size: 3.2rem;
  margin-bottom: 11px;
}

/*サブタイトル
-----------------------------*/
.com-subttl01 {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.com-subttl01::after {
  margin-top: 9px;
}

/*===============================================
  共通セクション
===============================================*/
/*ご依頼の流れ
-----------------------------*/
.com-flow-section {
  padding: 110px 0 186px;
}
.com-flow-section .flow-ttl {
  margin-bottom: 92px;
}
.com-flow-section .flow-list-box {
  min-height: 170px;
  padding-left: 80px;
  margin-bottom: 45px;
}
.com-flow-section .flow-list-box::before {
  width: 60px;
  font-size: 3.8rem;
  line-height: 56px;
  padding-bottom: 4px;
}
.com-flow-section .flow-list-box::after {
  width: 4px;
  height: calc(100% + 45px);
  left: 28px;
}
.com-flow-section .flow-list-box .box-ttl {
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.12em;
  padding: 10px 0;
}
.com-flow-section .flow-list-box .box-text {
  padding-top: 19px;
}
.com-flow-section .flow-list-box .box-links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 19px;
}
.com-flow-section .flow-list-box .box-links > * {
  margin-right: 20px;
}
.com-flow-section .flow-list-box .box-links > *:last-child {
  margin-right: 0;
}
.com-flow-section .flow-list-box .box-links .box-btn {
  width: 220px;
}

/*===============================================
  トップページ
===============================================*/
/*相続で不安を抱えていませんか？
-----------------------------*/
.top-lead {
  padding: 114px 0 128px;
  background-size: min(492px, 25.625%), min(495px, 25.78125%);
}
.top-lead .lead-ttl {
  text-align: left;
  line-height: 1.37932;
  letter-spacing: 0.16em;
  padding-left: 0;
  margin-top: -15px;
  margin-bottom: 44px;
}
.top-lead .lead-ttl .min {
  font-size: 5.2rem;
  line-height: 1;
}
.top-lead .lead-ttl .mark::before {
  width: 154px;
  height: 71px;
  left: -18px;
  bottom: -11px;
}
.top-lead .lead-in {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
}
.top-lead .lead-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 461px);
}
.top-lead .lead-box .box-ttl {
  font-size: 2.1rem;
  line-height: 1.4762;
  margin-bottom: 17px;
}

/* 代表 */
.top-lead .lead-owner {
  width: 381px;
}
.top-lead .lead-owner .owner-img div::before {
  left: -20px;
  bottom: -10px;
}
.top-lead .lead-owner .owner-text {
  width: calc(100% - 60px);
  border-radius: 10px;
  padding: 9px 16px;
  margin: -42px auto 0;
  position: relative;
  z-index: 1;
}
.top-lead .lead-owner .owner-text dt {
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 9px;
}
.top-lead .lead-owner .owner-text dt .min {
  font-size: 1.7rem;
  line-height: 1.2353;
}
.top-lead .lead-owner .owner-text ul li {
  font-size: 1.7rem;
  line-height: 1.2353;
}

/*こんなお悩みを解決してきました。
-----------------------------*/
.top-case {
  padding: 86px 0 75px;
}
.top-case .case-ttl {
  font-size: 5.4rem;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
  text-shadow: 0 0 18px #fff, 0 0 9px #fff;
  margin-bottom: 66px;
}
.top-case .case-ttl .b,
.top-case .case-ttl .g {
  font-size: 6.2rem;
}
.top-case .case-ttl .min {
  font-size: 4.9rem;
}
.top-case .case-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: 52px;
}
.top-case .case-list-item {
  width: 320px;
  margin-top: 40px;
  margin-right: 60px;
}
.top-case .case-list-item:nth-of-type(3n), .top-case .case-list-item:last-of-type {
  margin-right: 0;
}
.top-case .case-list-item a::after {
  width: 100%;
  height: 100px;
}
.top-case .case-list-item .item-text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  box-sizing: border-box;
  padding: 10px 16px;
  border-radius: 10px;
  margin-bottom: 34px;
}
.top-case .case-list-item .item-text::after {
  width: 40px;
  height: 16px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
}
.top-case .case-list-item .item-text p {
  font-size: 2.2rem;
  line-height: 1.36364;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top-case .case-btn {
  width: 780px;
  margin: 0 auto;
}

/*岡田総合法務事務所が選ばれる理由
-----------------------------*/
.top-reason {
  padding: 82px 0 123px;
}
.top-reason .reason-ttl {
  margin-bottom: 71px;
}
.top-reason .reason-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -40px;
}
.top-reason .reason-list-box {
  width: 340px;
  margin-top: 40px;
  margin-right: 30px;
}
.top-reason .reason-list-box:nth-of-type(3n), .top-reason .reason-list-box:last-of-type {
  margin-right: 0;
}
.top-reason .reason-list-box::before {
  width: 40px;
  font-size: 2.8rem;
  line-height: 36px;
  padding-bottom: 4px;
}
.top-reason .reason-list-box .box-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  font-size: 2.6rem;
  line-height: 1.53847;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  margin-bottom: 12px;
}
.top-reason .reason-list-box .box-ttl .b {
  font-size: 3.2rem;
  line-height: 1.25;
}
.top-reason .reason-list-box .box-img {
  margin-bottom: 29px;
}
.top-reason .reason-list-box .box-img div {
  border-radius: 10px;
}
.top-reason .reason-list-box .box-text {
  margin: -6px 0 -5px;
  font-size: 1.7rem;
  line-height: 1.64706;
}

/*岡田総合法務事務所の相続サポート
-----------------------------*/
.top-support {
  padding: 82px 0 71px;
  margin-bottom: 20px;
}
.top-support .support-ttl {
  margin-bottom: 63px;
}
.top-support .support-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: -40px;
}
.top-support .support-list-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 500px;
  padding: 37px 16px 32px;
  margin-top: 40px;
  border-radius: 10px;
}
.top-support .support-list-box .box-ttl {
  font-size: 3rem;
  margin-bottom: 30px;
}
.top-support .support-list-box .box-text {
  margin: -6px 0 25px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.64706;
}
.top-support .support-list-box .box-text p {
  margin-right: -0.5em;
}
.top-support .support-list-box .box-btn {
  width: 400px;
  height: 50px;
  margin-top: auto;
}

/* その他サポートはこちら */
.top-support .support-oth {
  padding-top: 86px;
}
.top-support .support-oth .oth-ttl {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 26px;
}
.top-support .support-oth .oth-ttl .min {
  font-size: 2.8rem;
}
.top-support .support-oth .oth-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 880px;
  padding: 15px 80px 35px;
  border-radius: 10px;
  margin: 0 auto;
}
.top-support .support-oth .oth-links-item {
  width: 320px;
  height: 80px;
  margin-top: 20px;
}
.top-support .support-oth .oth-links-item a {
  border-radius: 10px;
  font-size: 2.4rem;
}

/*まずは、お気軽にご相談ください。
-----------------------------*/
.top-contact {
  padding: 40px 0;
}
.top-contact .contact-in {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 420px;
  padding-left: 370px;
  position: relative;
  z-index: 0;
}
.top-contact .contact-ttl {
  width: 100%;
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: 40px;
}
.top-contact .contact-ttl > span {
  display: block;
  margin-right: -0.6em;
}
.top-contact .contact-ttl::after {
  margin-top: 20px;
}
.top-contact .contact-text {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  margin: -6px 0;
}
.top-contact .contact-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
}
.top-contact .contact-box > * {
  margin-top: 30px;
  margin-right: 50px;
}
.top-contact .contact-box > *:nth-child(2n), .top-contact .contact-box > *:last-child {
  margin-right: 0;
}
.top-contact .contact-box .box-tels .time {
  width: calc(100% - 40px);
  font-size: 1.7rem;
  padding: 8px 0 10px;
}
.top-contact .contact-box .box-btn {
  width: 320px;
}
.top-contact .contact-box .box-btn a {
  font-size: 2rem;
}
.top-contact .contact-img {
  width: clamp(420px, 50vw - 224px, 580px);
  height: 420px;
  position: absolute;
  top: 0;
  right: calc(100% - 336px);
}
.top-contact .contact-img div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.top-contact .contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 77px 0 43px;
}
.top-news .news-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}
.top-news .news-ttl {
  font-size: 6rem;
  letter-spacing: 0;
  padding: 15px 0 0;
}
.top-news .news-list {
  width: 800px;
  min-height: 160px;
  padding: 30px;
  border-radius: 10px;
}
.top-news .news-list .list-item {
  font-size: 1.6rem;
  line-height: 1.875;
  padding-bottom: 15px;
  margin-bottom: 14px;
}
.top-news .news-list .list-item .item-ttl {
  font-size: 1.8rem;
  line-height: 1.66667;
  padding-right: 75px;
}
.top-news .news-btn {
  width: 230px;
  height: 50px;
  position: absolute;
  top: 110px;
  left: 0;
}
.top-news .news-btn a {
  border-radius: 10px;
  padding: 0;
}

/*===============================================
  家族信託
===============================================*/
/*家族信託契約サポートサービス
-----------------------------*/
.trust-service {
  padding: 102px 0 156px;
}
.trust-service .service-ttl {
  margin-bottom: 91px;
}
.trust-service .service-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
}
.trust-service .service-box .box-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 555px);
}
.trust-service .service-box .box-text > * {
  width: 100%;
}
.trust-service .service-box .box-img {
  width: 480px;
}
.trust-service .service-box .box-img div {
  border-radius: 10px;
}
.trust-service .service-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.trust-service .service-links-item {
  width: 320px;
  height: 80px;
  padding-top: 33px;
  margin: 20px 40px 0;
}
.trust-service .service-links-item a {
  font-size: 2.4rem;
  border-radius: 10px;
}

/* こんな方におすすめ */
.trust-service .service-recommend {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 500px;
  margin: 68px auto 0;
  border-radius: 10px;
}
.trust-service .service-recommend .recommend-ttl {
  width: 100%;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding: 10px 0 10px 0.12em;
}
.trust-service .service-recommend .recommend-list {
  max-width: 100%;
  padding: 22px;
}
.trust-service .service-recommend .recommend-list-item {
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: 0.12em;
  padding-left: 25px;
  margin-bottom: 8px;
}
.trust-service .service-recommend .recommend-list-item::before {
  width: 14px;
  height: 30px;
}
.trust-service .service-recommend .recommend-list-item p {
  margin-right: -0.12em;
}

/* お手続き一覧 */
.trust-service .service-process {
  padding-top: 80px;
}
.trust-service .service-process .process-ttl {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.12em;
  padding-left: 0.12em;
  margin-bottom: 27px;
}
.trust-service .service-process .process-list-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  padding: 33px 40px;
  margin: 0 auto;
  border-radius: 10px;
}
.trust-service .service-process .process-list {
  margin-right: 50px;
}
.trust-service .service-process .process-list:last-of-type {
  margin-right: 0;
}
.trust-service .service-process .process-list-item {
  line-height: 1.44445;
  letter-spacing: 0.12em;
  padding-left: 1.12em;
  margin-bottom: 18px;
}
.trust-service .service-process .process-list-item:last-of-type {
  margin-bottom: 0;
}
.trust-service .service-process .process-list-item .min {
  display: block;
  font-size: 1.6rem;
  line-height: 1.625;
}
.trust-service .service-process .process-list-item p {
  margin-right: -0.12em;
}

/*料金
-----------------------------*/
.trust-price {
  padding: 95px 0 80px;
}
.trust-price .price-ttl {
  text-shadow: 0 0 18px #fff, 0 0 9px #fff;
  margin-bottom: 60px;
}
.trust-price .price-ttl .mark::before {
  width: 154px;
  height: 71px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
}
.trust-price .price-box {
  padding-top: 80px;
}
.trust-price .price-box .box-ttl {
  text-align: center;
  font-size: 3.8rem;
  line-height: 1;
  margin-bottom: 32px;
}
.trust-price .price-box .box-ttl::after {
  margin-top: 20px;
}
.trust-price .price-box .box-text {
  text-align: center;
  margin-bottom: 24px;
}
.trust-price .price-box .box-table {
  width: 561px;
  margin: 0 auto;
  letter-spacing: 0.08em;
  border-radius: 10px;
}
.trust-price .price-box .box-table th {
  font-size: 2.1rem;
  line-height: 1.42858;
  padding: 20px 0;
}
.trust-price .price-box .box-table td {
  line-height: 1.66667;
  padding: 12px 0;
}

/* 料金図 */
.price-list-wrap {
  padding: 40px 0;
}
.price-list-wrap::before {
  width: calc(100vw - 80px);
  max-width: 1280px;
  min-width: 1200px;
  border-radius: 10px;
}
.price-list-wrap .price-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.price-list-wrap .price-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 240px;
  min-height: 140px;
  border-radius: 10px;
  padding: 8px;
}
.price-list-wrap .price-list-item::after {
  width: 20px;
  height: 100%;
  top: 0;
  left: calc(100% + 10px);
}
.price-list-wrap .price-list-item > * {
  padding: 5px 0;
}
.price-list-wrap .price-list-item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 66px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}
.price-list-wrap .price-list-item:last-of-type dt {
  line-height: 1.6;
}
.price-list-wrap .price-list-item dd {
  min-height: 58px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  box-sizing: border-box;
}
.price-list-wrap .price-list-item dd .min {
  font-size: 1.4rem;
  line-height: 1.42858;
}
.price-list-wrap .price-list-item dd li {
  text-align: left;
  line-height: 1.25;
  padding-left: 1.08em;
  margin-bottom: 6px;
}
.price-list-wrap .price-list-item dd li span {
  display: block;
}
.price-list-wrap .price-list-total {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 370px;
  min-height: 70px;
  border-radius: 10px;
  padding: 10px;
  margin: 62px auto 0;
}
.price-list-wrap .price-list-total::after {
  height: 20px;
  bottom: calc(100% + 20px);
}
.price-list-wrap .price-list-total dt {
  font-size: 2.4rem;
  line-height: 1.16667;
  margin-top: -2px;
}
.price-list-wrap .price-list-total dd {
  font-size: 1.8rem;
  line-height: 1.55556;
  margin-bottom: -5px;
}

/*===============================================
  相続のトータルサポート
===============================================*/
/*こんなお悩みありませんか？
-----------------------------*/
.inheritance-lead {
  padding: 86px 0 121px;
}
.inheritance-lead .lead-ttl {
  font-size: 5.4rem;
  letter-spacing: 0.08em;
  padding-left: 0.08em;
  text-shadow: 0 0 18px #fff, 0 0 9px #fff;
  margin-bottom: 66px;
}
.inheritance-lead .lead-ttl .b {
  font-size: 6.2rem;
}
.inheritance-lead .lead-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: -45px;
}
.inheritance-lead .lead-list-item {
  width: 320px;
  border-radius: 10px;
  padding: 25px 16px;
  margin-top: 45px;
  margin-right: 60px;
}
.inheritance-lead .lead-list-item:nth-of-type(3n), .inheritance-lead .lead-list-item:last-of-type {
  margin-right: 0;
}
.inheritance-lead .lead-list-item::after {
  width: 40px;
  height: 16px;
}
.inheritance-lead .lead-list-item p {
  font-size: 2.2rem;
  line-height: 1.36364;
}

/*当事務所にお任せください！
-----------------------------*/
.inheritance-about {
  padding: 123px 0 111px;
}
.inheritance-about .about-ttl {
  margin-bottom: 110px;
}
.inheritance-about .about-ttl .mark::before {
  width: 274px;
  height: 32px;
  left: -12px;
  bottom: -12px;
}
.inheritance-about .about-ttl .b {
  font-size: 6.2rem;
}
.inheritance-about .about-ttl .dot span::before {
  width: 7px;
  height: 7px;
  bottom: calc(100% + 12px);
}
.inheritance-about .about-box {
  padding-top: 140px;
}
.inheritance-about .about-box .box-ttl {
  margin-bottom: 40px;
}
.inheritance-about .about-box .box-in {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.inheritance-about .about-box .box-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  max-width: calc(100% - 540px);
}
.inheritance-about .about-box .box-text > * {
  width: 100%;
}
.inheritance-about .about-box .box-list-wrap {
  width: 500px;
  border-radius: 10px;
}
.inheritance-about .about-box .box-list-wrap .box-list-ttl {
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  padding: 10px 0 10px 0.62em;
}
.inheritance-about .about-box .box-list-wrap .box-list {
  padding: 20px 40px;
}
.inheritance-about .about-box .box-list-wrap .box-list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.inheritance-about .about-box .box-list-wrap .box-list li {
  width: calc(50% - 8px);
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.12em;
  padding-left: 1.12em;
  box-sizing: border-box;
}
.inheritance-about .about-box .box-price {
  font-size: 2.2rem;
  line-height: 1.27273;
  padding-top: 25px;
}
.inheritance-about .about-box .box-price > * {
  padding-bottom: 2px;
}
.inheritance-about .about-box .box-price dt {
  width: 70px;
  border-radius: 10px;
  margin-right: 11px;
}
.inheritance-about .about-subbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
.inheritance-about .about-subbox .subbox-ttl {
  font-size: 2.8rem;
  line-height: 1.42858;
  letter-spacing: 0.06em;
  padding-bottom: 7px;
  margin-bottom: 25px;
}
.inheritance-about .about-subbox .subbox-text {
  width: 560px;
}
.inheritance-about .about-subbox .subbox-img {
  width: 480px;
}
.inheritance-about .about-subbox .subbox-img div {
  border-radius: 10px;
}
.inheritance-about .about-text {
  width: 720px;
  border-radius: 10px;
  padding: 22px 16px;
  margin: 76px auto 0;
}
.inheritance-about .about-text p {
  font-size: 2.4rem;
  line-height: 1.58334;
  letter-spacing: 0.12em;
  padding-left: 0.12em;
}

/*===============================================
  ご相談事例
===============================================*/
/*一覧
-----------------------------*/
.case-contents {
  padding: 112px 0 100px;
}
.case-contents .case-list-item {
  border-radius: 10px;
  margin-bottom: 80px;
}
.case-contents .case-list-item .item-ttl {
  padding: 15px 20px;
}
.case-contents .case-list-item .item-ttl::before {
  width: 70px;
  height: 70px;
}
.case-contents .case-list-item .item-ttl > span {
  width: calc(100% - 90px);
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  line-height: 1.36364;
  padding: 20px 0;
}
.case-contents .case-list-item .item-text {
  padding: 19px 74px 19px 24px;
}
.case-contents .case-list-item .item-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.case-contents .case-list-item .item-link {
  padding: 0 24px 22px;
  font-size: 1.7rem;
}
.case-contents .case-list-item .item-link::before {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/*詳細ページ
-----------------------------*/
.case-detail {
  padding: 112px 0 100px;
}
.case-detail .case-box {
  border-radius: 10px;
}
.case-detail .box-ttl {
  padding: 15px 20px;
}
.case-detail .box-ttl::before {
  width: 70px;
  height: 70px;
}
.case-detail .box-ttl > span {
  width: calc(100% - 90px);
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  line-height: 1.36364;
  padding: 20px 0;
}
.case-detail .box-text {
  padding: 19px 24px 22px;
}

/*===============================================
  事務所概要
===============================================*/
/*基本情報
-----------------------------*/
.information-contents {
  padding-top: 132px;
}
.information-contents .information-ttl {
  margin-bottom: 60px;
}
.information-contents .information-table {
  padding: 35px 20px;
  border-radius: 10px;
}
.information-contents .information-table dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.8rem;
  line-height: 1.38889;
  padding-bottom: 15px;
  margin-bottom: 16px;
}
.information-contents .information-table dl dt {
  width: 160px;
  padding-left: 17px;
  box-sizing: border-box;
}
.information-contents .information-table dl dt::before {
  width: 4px;
}
.information-contents .information-table dl dd {
  width: calc(100% - 160px);
  box-sizing: border-box;
}
.information-contents .information-table dl dd .t-replace {
  padding-top: 9px;
}
.information-contents .information-map {
  padding-top: 70px;
}
.information-contents .information-map .map-ttl {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 14px;
}
.information-contents .information-map .map-ttl::before {
  width: 14px;
  height: 18px;
  margin-right: 7px;
}
.information-contents .information-map .map-box {
  height: 400px;
}

/*よくあるご質問
-----------------------------*/
.information-faq {
  padding: 100px 0;
}
.information-faq .faq-ttl {
  margin-bottom: 82px;
}
.information-faq .faq-box {
  padding-top: 110px;
}
.information-faq .faq-box .box-ttl {
  margin-bottom: 24px;
}
.information-faq .faq-list-item {
  border-radius: 10px;
  padding: 25px 30px 30px;
  margin-bottom: 20px;
}
.information-faq .faq-list-item dt {
  padding-bottom: 9px;
  margin-bottom: 11px;
}
.information-faq .faq-list-item dt::before {
  width: 50px;
  font-size: 3.4rem;
  line-height: 46px;
  padding-bottom: 4px;
}
.information-faq .faq-list-item dt > span {
  width: calc(100% - 66px);
  font-size: 2.2rem;
  line-height: 1.36364;
  padding: 10px 0;
}
.information-faq .faq-list-item dd::before {
  width: 50px;
  font-size: 3.4rem;
}
.information-faq .faq-list-item dd p {
  width: calc(100% - 66px);
  padding: 1px 0;
}

/*==================================================
 ニュース一覧
================================================== */
.news-contents {
  padding: 120px 0 100px;
}
.news-contents .news-list .list-item {
  line-height: 1.66667;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-contents .news-list .list-item .item-ttl {
  font-size: 2rem;
  line-height: 1.5;
  padding-right: 75px;
}

/*タグリスト
-----------------------------*/
.tag-select-box-wrap .tag-select-box {
  min-width: 240px;
  margin-bottom: 48px;
}
.tag-select-box-wrap .tag-select-box::after {
  right: 18px;
}
.tag-select-box-wrap .tag-select-box select {
  font-size: 1.4rem;
  line-height: 1.42858;
  padding: 12px 48px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news_detail-contents {
  padding: 120px 0 100px;
}
.news_detail-contents .post-data {
  font-size: 1.4rem;
  line-height: 1.42858;
  margin-bottom: 20px;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-contents {
  padding: 120px 0 100px;
}
.contact-contents .contact-ttl {
  margin-bottom: 60px;
}
.contact-contents .contact-table {
  margin-bottom: 56px;
}
.contact-contents .contact-table th {
  width: 350px;
  text-align: left;
  line-height: 2.375;
}
.contact-contents .contact-table th .optional-mark,
.contact-contents .contact-table th .required-mark {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 10px;
  margin-top: 5px;
}
.contact-contents .contact-table td {
  vertical-align: middle;
}
.contact-contents .contact-submits-wrap {
  padding-top: 32px;
}

/*==================================================
 お問い合わせ完了
================================================== */
.complete-contents {
  padding: 120px 0 100px;
}
.complete-contents .complete-ttl {
  margin-bottom: 60px;
}
.complete-contents .complete-box {
  text-align: center;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy-contents {
  padding: 120px 0 100px;
}
.privacy-contents .privacy-ttl {
  margin-bottom: 80px;
}
.privacy-contents .item-box {
  margin-bottom: 56px;
}

/*==================================================
 サイトマップ
================================================== */
.site-contents {
  padding: 120px 0 100px;
}
.site-contents .site-ttl {
  margin-bottom: 60px;
}
.site-contents .site-list {
  width: 800px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 10px;
}
.site-contents .site-list li a {
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 15px 20px;
}

/*===============================================
  404エラー
===============================================*/
.error-contents {
  padding: 120px 0 100px;
}