@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #333333;
  --color-white: #ffffff;
  --color-blue: #095879;
  --color-whiteblue: #daf2f9;
  --color-gray: #ededed;
  /*カレントカラー*/
  --color-current: #095879;
  /*テキストリンクカラー*/
  --color-textlink:#095879;
  /*必須ボタンカラー*/
  --color-required: #095879;
  /*任意ボタンカラー*/
  --color-optional: #095879;
  /*ラジオボタンカラー*/
  --color-radio: #095879;
  /*チェックボタンカラー*/
  --color-check: #095879;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Shippori Mincho B1", serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base:2.375;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.08em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #333333;
  --color-white: #ffffff;
  --color-blue: #095879;
  --color-whiteblue: #daf2f9;
  --color-gray: #ededed;
  /*カレントカラー*/
  --color-current: #095879;
  /*テキストリンクカラー*/
  --color-textlink:#095879;
  /*必須ボタンカラー*/
  --color-required: #095879;
  /*任意ボタンカラー*/
  --color-optional: #095879;
  /*ラジオボタンカラー*/
  --color-radio: #095879;
  /*チェックボタンカラー*/
  --color-check: #095879;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Shippori Mincho B1", serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base:2.375;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.08em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: 62.5%;
}

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

.pc-none {
  display: none !important;
}

.wrapper {
  min-width: 1280px;
  max-width: 1920px;
  margin-inline: auto;
}

.container {
  /*ヘッダー追従の時はここにmax-width:1920px;,overflow-x:hidden;をかける*/
}

.com-inbox {
  width: 1080px;
}

/*パンくずリスト*/
.breadcrumb {
  padding-block: 1.5rem;
}
.breadcrumb__list {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  gap: 0.25em;
}
.breadcrumb__item {
  display: flex;
}
.breadcrumb__item::after {
  content: "＞";
  margin-left: 0.25em;
  pointer-events: none;
}
.breadcrumb__item:last-child {
  display: block;
  max-width: 23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__item:last-child::after {
  display: none;
}

/*==============================
    各種ホバー処理
==============================*/
/*ロゴ*/
.logo a:hover {
  transition: opacity 0.3s;
}
.logo a:hover:hover {
  opacity: 0.5;
}

/*パンくずリスト*/
.breadcrumb__item a {
  transition: all 0.3s;
}
.breadcrumb__item a:hover {
  transition: opacity 0.3s;
}
.breadcrumb__item a:hover:hover {
  opacity: 0.5;
}

/*ヘッダーナビ*/
.nav-menu__item a {
  transition: all 0.3s;
}
.nav-menu__item a:hover {
  transition: opacity 0.3s;
}
.nav-menu__item a:hover:hover {
  opacity: 0.5;
}

/*各種ボタン*/
.com-btn {
  transition: all 0.3s;
}
.com-btn::after {
  transition: all 0.3s;
}
.com-btn:hover {
  background-color: var(--color-white);
  color: var(--color-blue);
}
.com-btn:hover::after {
  background: url(../img/common/btn-arw_b.svg) top left/contain no-repeat;
}

.com-section--03__btn {
  transition: all 0.3s;
}
.com-section--03__btn::after {
  transition: all 0.3s;
}
.com-section--03__btn:hover {
  background-color: var(--color-white);
  color: var(--color-blue);
}
.com-section--03__btn:hover::after {
  background: url(../img/common/short_arw_b.svg) top left/contain no-repeat;
}

.link-btn {
  transition: all 0.3s;
}
.link-btn::after {
  transition: all 0.3s;
}
.link-btn:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.link-btn:hover::after {
  background: url(../img/common/icon-link_w.png) top left/contain no-repeat;
}

.top-support__btn {
  transition: all 0.3s;
}
.top-support__btn::after {
  transition: all 0.3s;
}
.top-support__btn:hover {
  background-color: var(--color-white);
  color: var(--color-blue);
}
.top-support__btn:hover::after {
  background: url(../img/common/short_arw_b.svg) top left/contain no-repeat;
}

.top-link__item a {
  transition: all 0.3s;
}
.top-link__item a::before, .top-link__item a::after {
  transition: all 0.3s;
}
.top-link__item a:hover::before {
  background: url(../img/common/short_arw_b.svg) center center/2.2rem auto no-repeat, var(--color-white);
}
.top-link__item a:hover::after {
  opacity: 1;
}

/*テキストリンク*/
.com-textlink {
  transition: all 0.3s;
}
.com-textlink:hover {
  transition: opacity 0.3s;
}
.com-textlink:hover:hover {
  opacity: 0.5;
}

/*お問い合わせ完了（トップへ戻る）*/
.complete__btn {
  transition: all 0.3s;
}
.complete__btn:hover {
  transition: opacity 0.3s;
}
.complete__btn:hover:hover {
  opacity: 0.5;
}

/*追従ボタン*/
.follow_btn a {
  transition: all 0.3s;
}
.follow_btn a:hover {
  transform: translateY(-1rem);
  opacity: 0.5;
}

/*フッターナビ*/
.footer-nav__item a {
  transition: all 0.3s;
}
.footer-nav__item a:hover {
  opacity: 0.5;
}
.footer small a:hover {
  opacity: 0.5;
}

/*==============================
    ヘッダー
==============================*/
.header .logo {
  height: clamp(76px, 5.94vw, 114px);
}

/*==============================
    メインビジュアル
==============================*/
.mv__title {
  font-size: clamp(20px, 1.56vw, 30px);
  padding: clamp(52px, 4.06vw, 78px) clamp(42px, 3.28vw, 63px) clamp(52px, 4.06vw, 78px) clamp(35px, 2.76vw, 53px);
}
.mv nav {
  padding: clamp(33px, 2.6vw, 50px) clamp(47px, 3.65vw, 70px);
}
.mv nav .nav-menu__item {
  font-size: clamp(11px, 0.83vw, 16px);
}
.mv nav .com-tel {
  font-size: clamp(20px, 1.56vw, 30px);
}
.mv nav .com-tel::before {
  font-size: clamp(16px, 1.25vw, 24px);
}
.mv nav .tel-box {
  margin-bottom: clamp(20px, 1.56vw, 30px);
}
.mv nav .tel-box .replace {
  width: clamp(151px, 11.82vw, 227px);
}

/*==============================
    サブビジュアル
==============================*/
.sv__title {
  width: 57.7rem;
  text-align: center;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  width: 30rem;
  height: 6rem;
}

.link-btn {
  width: 32rem;
  height: 6rem;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr td img {
  margin-left: 2rem;
}

/*==============================
    TOP
==============================*/
.top-greeting {
  padding-block: 13rem 7.4rem;
  overflow: hidden;
}
.top-greeting::before {
  height: 50.4rem;
}
.top-greeting .com-inbox {
  align-items: flex-start;
}
.top-greeting .com-title01 {
  margin-bottom: 10rem;
}
.top-greeting__text {
  padding-top: 7rem;
  margin-right: -1em;
}
.top-greeting__image {
  margin-left: -24.5rem;
  flex-shrink: 0;
  width: 60rem;
}

.top-support {
  padding-top: 20rem;
}
.top-support__box {
  padding-block: 9.3rem 8rem;
}
.top-support__box::before {
  width: 83.33vw;
}
.top-support__box:first-of-type::before {
  right: -10rem;
}
.top-support__box:last-of-type::before {
  left: -10rem;
}
.top-support__title {
  align-items: center;
}
.top-support__btn {
  height: 5rem;
}

.top-link {
  padding-top: 15rem;
}
.top-link__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc(100% - 8rem);
}
.top-link__title {
  gap: clamp(15px, 1.2vw, 23px);
}
.top-link__title .en {
  font-size: clamp(13px, 1.04vw, 20px);
}
.top-link__title .ja {
  font-size: clamp(20px, 1.56vw, 30px);
}
.top-link__item a::after {
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.top-news {
  padding-block: 15rem 12.6rem;
}
.top-news .com-title01 {
  margin-bottom: 0;
}
.top-news__box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 6rem;
}

/*==============================
    共通セクション
==============================*/
.com-section--01 {
  padding-block: 13rem 8.5rem;
  overflow: hidden;
}
.com-section--01 .com-inbox {
  align-items: flex-start;
}
.com-section--01 .com-title01 {
  margin-bottom: 13rem;
}
.com-section--01__image {
  margin-right: -23.2rem;
  width: 64.4rem;
  flex-shrink: 0;
}
.com-section--01__text {
  padding-top: 7.5rem;
  margin-right: -1.5em;
}

.com-section--02 {
  padding-block: 20rem 15rem;
}
.com-section--02__wrap {
  align-items: flex-start;
}
.com-section--02__image {
  width: 27rem;
  flex-shrink: 0;
  aspect-ratio: 270/180;
}
.com-section--02__subtitle::after {
  left: calc(50% + 9rem);
}

.com-section--03 {
  padding-block: 15rem;
}
.com-section--03 .com-title01 {
  margin-bottom: 6.2rem;
}
.com-section--03__list {
  justify-content: space-between;
}
.com-section--03__item {
  width: 22rem;
}
.com-section--03__image {
  width: 100%;
  aspect-ratio: 1;
}
.com-section--03__btn {
  height: 50px;
}

/*==============================
    法務サポート
==============================*/
/*==============================
    探偵調査業務
==============================*/
.detective-section {
  padding-block: 13rem 6rem;
}

/*==============================
    選ばれる理由
==============================*/
.reason-section {
  padding-block: 20rem 15rem;
}
.reason-section__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.reason-section__item:nth-child(odd) .reason-section__text {
  padding: 6.7rem 10.5rem 4.3rem 4.8rem;
}
.reason-section__item:nth-child(odd) .reason-section__image {
  margin-right: 0;
  margin-left: -4.2rem;
}
.reason-section__item:nth-last-child(even) .reason-section__title::after {
  left: 9.8rem;
}
.reason-section__text {
  flex-shrink: 0;
  width: 71rem;
  padding: 6.7rem 5.4rem 4.3rem 9.8rem;
}
.reason-section__image {
  margin-right: -4.2rem;
  width: 41.2rem;
  flex-shrink: 0;
}
.reason-section__title::after {
  left: 4.8rem;
  top: -2rem;
}

/*==============================
    事務所案内
==============================*/
.office-intro {
  padding-block: 13rem 7.4rem;
}
.office-intro__wrap {
  align-items: flex-start;
}
.office-intro__image {
  width: 60rem;
  flex-shrink: 0;
  aspect-ratio: 600/484;
  margin-left: -12.5rem;
  margin-right: -2.6rem;
}
.office-intro__text {
  position: relative;
  z-index: 1;
  padding-top: 7.5rem;
  width: 63.2rem;
}

.office-greetings {
  padding-block: 20rem 0;
}

.office-section {
  padding-block: 15rem 0;
}
.office-section .map {
  height: 50rem;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 15rem;
}

/*お知らせ共通部分*/
.com-news__item a:hover {
  transition: opacity 0.3s;
}
.com-news__item a:hover:hover {
  opacity: 0.5;
}

/*タグリスト(PC)
-----------------------------*/
.tag-select {
  text-align: right;
  margin-bottom: 5rem;
}
.tag-select__box {
  min-width: 24rem;
}
.tag-select__box::after {
  right: 1.8rem;
}
.tag-select__dropdown {
  line-height: 1;
  padding: 12px 48px 12px 12px;
  background-color: var(--color-white);
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail {
  padding-block: 15rem;
}
.news-detail__box {
  padding: 4rem 4rem 6rem 4rem;
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 15rem;
}
.contact .com-table {
  margin-bottom: 3rem;
  table-layout: fixed;
}
.contact .com-table th {
  width: 35%;
}
.contact .required-mark {
  padding: 0 4px;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 5rem;
  width: 30rem;
}
.contact .contact-submits-wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.contact .contact-submits-wrap .com-btn {
  margin-inline: 0;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 15rem;
}
.complete__box {
  text-align: center;
}
.complete__btn {
  margin-top: 5rem;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
　プライバシーポリシー
==============================*/
.privacy {
  padding-block: 15rem;
}
.privacy__box {
  margin-bottom: 5rem;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    サイトマップ
==============================*/
.site {
  padding-block: 15rem;
}
.site .com-inbox {
  width: 70rem;
}
.site__list {
  display: flex;
  flex-direction: column;
}
.site__item {
  height: 7.5rem;
}
.site__item a {
  padding: 1rem;
}
.site__item a::after {
  width: 1rem;
  transform: rotate(-45deg);
}
.site__item a:hover {
  transition: all 0.3s;
  opacity: 0.5;
}
.site__item a:hover::after {
  transform: rotate(-45deg) translate(5px, 5px);
  transition: all 0.3s;
}

/*==============================
    このページは存在しません
==============================*/
.e404 {
  padding-block: 15rem;
}
/*==============================
    共通お問い合わせセクション
==============================*/
.com-contact {
  padding-block: 15rem;
}
.com-contact__image {
  width: 20rem;
  flex-shrink: 0;
  margin-top: -6.5rem;
}

/*==============================
    フッター
==============================*/
.footer__inner {
  width: 1080px;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  align-items: flex-start;
}
.footer-nav__list {
  width: 1080px;
  margin-inline: auto;
  padding-inline: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  gap: 2em;
  margin-top: 5.6rem;
  padding-top: 3rem;
  border-top: 1px solid var(--color-white);
}