@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: min(2.22vw, 10px);
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.logo {
  height: 7rem;
}

.tel-box {
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
}

/*==============================
    ヘッダー
==============================*/
/*==============================
    メインビジュアル
==============================*/
.mv {
  padding-top: 7rem;
  padding-bottom: 17rem;
}
.mv__title {
  top: 100%;
  transform: translateY(0);
  right: unset;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  writing-mode: horizontal-tb;
  padding: 4rem 2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
.sv__title {
  font-size: 2.8rem;
  padding-block: 2rem;
  right: unset;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  gap: 1.5rem;
  margin-bottom: 5rem;
  text-align: center;
}
.com-title01 .en {
  font-size: 2.4rem;
}
.com-title01 .ja {
  font-size: 2.6rem;
}
.com-title01--left {
  align-items: center;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  width: 100%;
  height: 60px;
  max-width: 300px;
}

.link-btn {
  width: 100%;
  height: 60px;
  max-width: 320px;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr th {
  vertical-align: middle;
}

/*==============================
    TOP
==============================*/
.top-greeting::before {
  height: 30rem;
}
.top-greeting .com-inbox {
  flex-direction: column;
  align-items: center;
}
.top-greeting__image {
  max-width: 400px;
}
.top-greeting__image::before {
  left: -1rem;
  bottom: -4rem;
}
.top-greeting__image figcaption {
  right: 0;
}
.top-greeting__image figcaption .name .main {
  font-size: 2.2rem;
}

.top-support__list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.top-support__box {
  padding: 6rem 2rem;
  margin-inline: auto;
}
.top-support__box::before {
  width: 100%;
  left: 0;
}
.top-support__title {
  flex-direction: column-reverse;
  margin-bottom: 3rem;
}
.top-support__title .ja {
  font-size: 2.2rem;
}
.top-support__item {
  padding-inline: 1rem;
  padding-block: 2rem max(7rem, 70px);
}
.top-support__item p {
  font-size: max(1.4rem, 12px);
  letter-spacing: 0.05em;
}
.top-support__btn {
  height: 50px;
  font-size: 1.5rem;
  padding-inline: 1.5rem;
  letter-spacing: 0.06em;
}

.top-link__list {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-link__item {
  width: 100%;
}
.top-link__title {
  gap: 2rem;
  text-align: center;
}
.top-link__title .en {
  font-size: 1.8rem;
}
.top-link__title .ja {
  font-size: 2.2rem;
}

.top-news .com-btn {
  margin-top: 5rem;
  margin-inline: auto;
}

/*==============================
    共通セクション
==============================*/
.com-section--01::before {
  aspect-ratio: 1920/800;
}
.com-section--01 .com-inbox {
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.com-section--01__image {
  width: 80%;
  max-width: 500px;
}

.com-section--02__item {
  padding: 4rem 2rem;
}
.com-section--02__wrap {
  flex-direction: column;
  align-items: center;
}
.com-section--02__image {
  aspect-ratio: 16/9;
  width: 100%;
}
.com-section--02__title {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
.com-section--02__title::before {
  margin-top: 1.7rem;
}
.com-section--02__subtitle {
  margin-bottom: 2rem;
}
.com-section--02__subtitle::after {
  right: 2rem;
}
.com-section--02__check-item::before {
  margin-top: 0.2rem;
}

.com-section--03__list {
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 100%;
}
.com-section--03__item {
  align-items: center;
  gap: 3rem;
  width: 100%;
}
.com-section--03__image {
  width: 60%;
  max-width: 160px;
}
.com-section--03__title {
  text-align: center;
}
.com-section--03__text {
  width: 100%;
  text-align: center;
}
.com-section--03__btn {
  height: 50px;
}

/*==============================
    法務サポート
==============================*/
/*==============================
    探偵調査業務
==============================*/
/*==============================
    選ばれる理由
==============================*/
.reason-section__item {
  flex-direction: column;
}
.reason-section__image {
  margin-bottom: -3rem;
  width: 80%;
}
.reason-section__text {
  padding: 6rem 2rem 4rem 2rem;
}
.reason-section__title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.reason-section__title::before {
  margin-top: 1.7rem;
}
.reason-section__title::after {
  right: 2rem;
  top: -2.5rem;
}

/*==============================
    事務所案内
==============================*/
.office-intro__wrap {
  flex-direction: column;
  align-items: center;
}
.office-intro__image::before {
  bottom: -4rem;
  left: -1rem;
}
.office-intro__image figcaption {
  right: 0;
}
.office-intro__image figcaption .name .main {
  font-size: 2.2rem;
}
.office-intro__title {
  font-size: 2rem;
}

.office-greetings .com-inbox {
  padding: 4rem 3rem;
}

.office-section {
  padding-block: 10rem 0 !important;
}
.office-section .map {
  height: 30rem;
  margin-top: 6rem;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__box {
  padding: 4rem 2rem;
}
.news-detail__title {
  font-size: 2.2rem;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

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

.com-news__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2rem;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
  width: 100%;
  line-height: 1.6;
}
.contact .com-table tr td {
  padding-inline: 10px;
  padding-top: 1.5rem !important;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}
.privacy__title {
  font-size: 2.2rem;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 10rem;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    共通お問い合わせセクション
==============================*/
.com-contact .com-inbox {
  padding: 6rem 3rem;
}
.com-contact__wrap {
  padding: 4rem 2rem;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
.com-contact__image {
  width: 80%;
  max-width: 200px;
}
.com-contact__text > p {
  text-align: center;
}
.com-contact .com-btn {
  margin-inline: auto;
}

/*==============================
    追従ボタン
==============================*/
.follow_btn {
  right: 1rem;
  bottom: 12rem;
}
.follow_btn a {
  outline: 1px solid var(--color-white);
}

/*==============================
    フッター
==============================*/
.footer__inner {
  padding-inline: 5%;
}
.footer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer address {
  width: 75%;
  text-align: center;
}
.footer .util__list {
  margin-top: 5rem;
}
.footer .util__item .link-btn {
  margin-inline: auto;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__item {
  border-top: 1px solid var(--color-white);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer small {
  font-size: 1.3rem;
  padding-block: 1.5rem;
  margin-top: 0;
  line-height: 1.3;
}