@charset 'UTF-8';
/* Scss Document */
/*#inHeader {
  background-image: url(../img/user/headerBg.jpg);
}*/

.wrapgNav,
.h_12:after,
.h_13,
.blogArea01 .blogDay,
.btn02:hover,
.pagetop a:hover,
.btn04 {
  background-color: #5f5f5f;
}

.wrapgNav {
  background-color: #fff;
}

.pagetop a {
  background-color: #283d57;
}

.h_03,
.h_04,
.h_05,
.h_06,
.h_07:before,
.h_07:after,
.h_08,
.h_10,
.h_14,
.h_14:beofre {
  border-color: #5f5f5f;
}

.btn03 {
  border-color: #5f5f5f;
}

.h_13:after {
  border-top-color: #5f5f5f;
}

.h_03,
.h_04,
.h_05,
.h_06,
.h_07,
.h_08,
.h_09,
.h_10,
.h_12,
.h_14,
.newsArea02 .blogBox dt,
.blogArea02 .blogDay,
.btn03 {
  color: #283d57;
}

.h_11,
.h_13,
.copyright,
.blogArea01 .blogDay {
  color: #fff;
}

.h_02 {
  color: #fff;
  background-color: #283d57;
}

/* .gNavList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.gNav li {
  float: none;
	margin-left: 1em;
	box-sizing: border-box;
}

.gNav li a {
  color: #000;
}

.gNav li a {
  border-color: #adadad;
	border: none;
	box-sizing: border-box;
	padding: 5px .5em;
}

.gNav li:hover {
	border-bottom: 1px solid #999;
	transition: .5s;
  border-color: #adadad;
} */

header {
  background-color: rgb(255 255 255 / 96%);
}
header .h_inner .right .global-nav .global-nav_list li::after {
  background-color: #000;
}
header .h_inner .right .global-nav .global-nav_list li a {
  color: #000;
}

.breadArea .b_inner li a:hover,
.breadArea02 .b_inner li a:hover {
  color: #fd9417;
}

.imgArea01 {
  background-color: #eeeeee;
}

.footer01 {
  background-color: #283d57;
}

.fNav li a {
  color: #fff;
}

.fNav li a::after {
  background-color: #fff;
}

.fNav li a:hover {
  color: #bbb;
}

.copyright {
  color: #000;
  background-color: #fff;
}

.infoArea dt,
.profileArea dt {
  background-color: #efefef;
}

.infoArea dd,
.profileArea dd {
  background-color: #f9f9f9;
}

.contactBox01 .contactBtn {
  background-color: #999;
  border-radius: 2rem;
}

.contactBox01 .contactBtn p {
  color: #fff;
}

.contactBox01 .contactBtn p img {
  width: 2rem;
  height: 2rem;
}

.contactBox02 .contactBtn a:after {
  color: #a67f4c;
}

.contactBox02 .contactBtn p.ttl {
  color: #969696;
}

.contactBox02 .contactBtn p {
  color: #a67f4c;
}

.contactBox03 .contactBtn {
  background-color: #f7f5f3;
}

#main {
  padding-top: 80px;
}

/* #mainContent {
  padding-top: 80px;
} */

@media screen and (max-width: 1000px) {
  .hamburger_line {
    background-color: #1e1e1e;
  }
  .global-nav {
    background-color: rgb(255 255 255 / 96%);
  }
  header .h_inner .right .global-nav .global-nav_list li {
    border-bottom: 1px dotted #797979;
  }
}
@media screen and (max-width: 767px) {
  /* header {
    display: block;
		background-color: #FFF;
  }

	header nav {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 0;
    border-top: 1px solid #CCC;
	}

	.header_lg .h1_center {
    position: absolute;
    width: 40%;
		max-width: 230px;
    margin-top: 15px;
	}

	header .header_lg {
    width: 80%;
    max-width: 300px;
		padding: 0 20px;
  }

  #inHeader {
		min-height: 80px;
		background-color: #FFF;
    background-image: none;
    border-bottom: none;
  }

  #toggle a {
    background-color: #5f5f5f;
  }

  .wrapgNav {
    background-color: #666;
  }
	.gNav li {
		margin-left: 0;
	}

	.gNav li:hover {
		border-bottom: none;
	}

	.gNav li a {
    width: calc(100% - 2vw);
    margin: 0 auto;
		line-height: 2.5;
		border-bottom: 1px dashed #797979;
    color: #FFF;
  } */
}

/* 追記 */

/* トップページ */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100 - 900;
  font-style: normal;
}

.topTitle {
  width: 100%;
  max-width: 360px;
  padding-left: 0;
  padding-right: 0;
}

.aboutBg {
  background-image: url(../img/user/top_bg01.webp);
  background-position: right -15% center;
  background-repeat: no-repeat;
}

.aboutArea {
  color: #283d57;
  padding: 150px 0;
}

.aboutArea .mainText {
  font-size: var(--font-xlarge);
  padding-bottom: 10px;
}

.serviceBg {
  background-image: url(../img/user/top_bg02.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.serviceArea {
  color: #fff;
  padding: 150px 0;
}

.serviceArea ul {
  display: flex;
  gap: 1px;
}

.serviceArea p {
  padding-bottom: 50px;
}

.newsBg {
  background-color: #eaeff5;
}

.newsArea {
  padding: 150px 0;
  color: #283d57;
}

.newsArea h2 {
  margin: 0 auto 30px;
}

.newsArea .newsBtn {
  text-align: center;
}

.newsArea .newsBtn img {
  max-width: 212px;
}

.contactBg {
  background-color: #283d57;
}

.contactArea {
  padding: 150px 0;
  color: #fff;
}

.contactArea h2 {
  margin: 0 auto 30px;
}

.contactArea p {
  margin-bottom: 50px;
  text-align: center;
}

.contactArea ul {
  display: flex;
  justify-content: center;
  gap: 70px;
}

.contactArea ul li {
  max-width: 378px;
}

.fNav {
  border-top: 1px solid #fff;
}

.f_logo a img {
  max-width: 410px;
}

.copyright {
  color: #f7f7f8;
  background-color: #283d57;
}

.copyright p {
  font-size: var(--font-small);
}

@media screen and (max-width: 1000px) {
  header .h_inner .left .logo {
    width: 200px;
  }
  .aboutBg {
    background-position: right -55% center;
    background-size: 600px;
  }
}

@media screen and (max-width: 767px) {
  .aboutBg {
    background-position: right -30% center;
    background-size: 400px;
  }

  .aboutArea {
    padding: 50px 0;
  }

  .aboutArea .mainText {
    font-size: var(--font-large);
  }

  .topTitle {
    max-width: 250px;
  }

  .serviceArea {
    padding: 50px 0;
  }

  .serviceArea p {
    padding-bottom: 20px;
  }

  .serviceArea ul {
    gap: 1.5px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .serviceArea ul li {
    width: 33%;
  }

  .newsArea {
    padding: 50px 0;
  }

  .contactArea {
    padding: 50px 0;
  }

  .contactArea ul {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .contactArea li {
    max-width: 100%;
  }

  .f_logo a img {
    max-width: 280px;
  }
}

/* 会社概要ページ */
.profileArea dl {
  display: flex;
  flex-wrap: wrap;
}
.profileArea dt {
  width: 30%;
  padding: 20px;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid #fff;
}
.profileArea dd {
  width: 70%;
  padding: 20px;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #fff;
}

.priceArea .price-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
}

.priceArea .price-table th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: 600;
  padding: 12px 15px;
  border: 1px solid #ddd;
  word-break: keep-all;
}

.priceArea .price-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  word-break: auto-phrase;
}

@media screen and (max-width: 767px) {
  .profileArea dl:not(:last-child) {
    margin-bottom: 5px;
  }
  .profileArea dt,
  .profileArea dd {
    width: 100%;
    border: none;
  }

  .priceArea .tableScroll {
    overflow-x: scroll;
  }

  .priceArea .tableScroll table {
    width: 100%;
    min-width: 700px;
  }
}

/* サブ共通 */
.message {
  font-size: var(--font-large) !important;
  color: #283d57;
  width: fit-content;
  text-decoration: underline;
  font-weight: bold;
}

/* 遺言・相続ページ */

.yuigonArea {
  padding-bottom: 50px;
}

.yuigonArea .yuigonBox {
  padding: 0px 20px 50px;
}

.yuigonArea span {
  font-weight: bold;
}

.yuigonBox .yuigonList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  box-shadow: 0px 0px 7px rgba(180, 180, 180, 0.5);
  margin: 5px 5px 20px;
}

.yuigonBox .yuigonList li .left {
  width: calc(15% - 15px);
  text-align: center;
}
.yuigonBox .yuigonList li .left img {
  width: 100%;
}

.yuigonBox .yuigonList li .right {
  width: calc(85% - 15px);
}

.yuigonBox .yuigonList .right dt {
  padding-bottom: 10px;
  font-weight: bold;
  color: #283d57;
  text-align: left;
}

.yuigonBox .yuigonList .right dd {
  text-align: left;
  /* font-size: var(--font-medium); */
}

.yuigonArea table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
}

.yuigonArea table th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: 600;
  padding: 12px 15px;
  border: 1px solid #ddd;
  word-break: keep-all;
}

.yuigonArea table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  word-break: auto-phrase;
}

@media screen and (max-width: 767px) {
  .txt02 {
    font-size: var(--font-medium);
  }

  .yuigonBox .yuigonList li {
    flex-direction: column;
    align-items: center;
  }

  .yuigonBox .yuigonList li .left {
    width: 45%;
    padding-bottom: 20px;
  }

  .yuigonBox .yuigonList li .right {
    width: 100%;
  }

  .yuigonArea .tableScroll {
    overflow-x: scroll;
  }

  .yuigonArea .tableScroll table {
    width: 100%;
    min-width: 700px;
  }
}

/* 軍歴ページ */
.gunrekiArea {
  padding-bottom: 50px;
}

.gunrekiArea .gunrekiBox {
  padding: 0px 20px 50px;
}

.gunrekiArea span {
  font-weight: bold;
}

.gunrekiArea table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
}

.gunrekiArea table th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: 600;
  padding: 12px 15px;
  border: 1px solid #ddd;
  word-break: keep-all;
}

.gunrekiArea table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  word-break: auto-phrase;
}

.gunrekiBox .flowList {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.gunrekiBox .flowList li {
  position: relative;
  padding: 21px 24px 24px 20px;
  border-left: 2px solid #e5e5e5;
}

.gunrekiBox .flowList li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 32px;
  width: 12px;
  height: 12px;
  background: #222;
  border-radius: 50%;
}

.gunrekiBox .flowList li h4 {
  margin: 0 0 8px;
  font-weight: 600;
  color: #222;
  padding-left: 0;
  padding-right: 0;
}

.gunrekiBox .flowList li p {
  margin: 0;
  /* font-size: var(--font-base); */
  line-height: 1.7;
  color: #555;
}

.gunrekiBox .carefulList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  box-shadow: 0px 0px 7px rgba(180, 180, 180, 0.5);
  margin: 5px 5px 20px;
}

.gunrekiBox .carefulList li .left {
  width: calc(15% - 15px);
  text-align: center;
}
.gunrekiBox .carefulList li .left img {
  width: 100%;
}

.gunrekiBox .carefulList li .right {
  width: calc(85% - 15px);
}

.gunrekiBox .carefulList .right dt {
  padding-bottom: 10px;
  font-weight: bold;
  color: #283d57;
  text-align: left;
}

.gunrekiBox .carefulList .right dd {
  text-align: left;
  /* font-size: var(--font-medium); */
}

.gunrekiArea .imgList {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .gunrekiArea .tableScroll {
    overflow-x: scroll;
  }

  .gunrekiArea .tableScroll table {
    width: 100%;
    min-width: 700px;
  }

  .gunrekiBox .carefulList li {
    flex-direction: column;
    align-items: center;
  }

  .gunrekiBox .carefulList li .left {
    width: 45%;
    padding-bottom: 20px;
  }

  .gunrekiBox .carefulList li .right {
    width: 100%;
  }
}

/* 任意後見ページ */
.ninikoukenArea {
  padding-bottom: 50px;
}

.ninikoukenArea .ninikoukenBox {
  padding: 0px 20px 50px;
}

.ninikoukenArea span {
  font-weight: bold;
}

.ninikoukenArea table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
}

.ninikoukenArea table th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: 600;
  padding: 12px 15px;
  border: 1px solid #ddd;
  word-break: keep-all;
}

.ninikoukenArea table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  word-break: auto-phrase;
}

.ninikoukenBox .ninikoukenList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  box-shadow: 0px 0px 7px rgba(180, 180, 180, 0.5);
  margin: 5px 5px 20px;
}

.ninikoukenBox .ninikoukenList li .left {
  width: calc(15% - 15px);
  text-align: center;
}
.ninikoukenBox .ninikoukenList li .left img {
  width: 100%;
}

.ninikoukenBox .ninikoukenList li .right {
  width: calc(85% - 15px);
}

.ninikoukenBox .ninikoukenList .right dt {
  padding-bottom: 10px;
  font-weight: bold;
  color: #283d57;
  text-align: left;
}

.ninikoukenBox .ninikoukenList .right dd {
  text-align: left;
  /* font-size: var(--font-medium); */
}

@media screen and (max-width: 767px) {
  .ninikoukenArea .tableScroll {
    overflow-x: scroll;
  }

  .ninikoukenArea .tableScroll table {
    width: 100%;
    min-width: 700px;
  }

  .ninikoukenBox .ninikoukenList li {
    flex-direction: column;
    align-items: center;
  }

  .ninikoukenBox .ninikoukenList li .left {
    width: 45%;
    padding-bottom: 20px;
  }

  .ninikoukenBox .ninikoukenList li .right {
    width: 100%;
  }
}

/* 家族信託ページ */
.kazokuArea {
  padding-bottom: 50px;
}

.kazokuArea .kazokuBox {
  padding: 0px 20px 50px;
}

.kazokuArea span {
  font-weight: bold;
}

.kazokuBox .kazokuList01 {
  display: flex;
  gap: 10px;
}

.kazokuBox .kazokuList01 li {
  flex: 1;
  display: flex;
}

.kazokuBox .kazokuList01 li dl {
  background-color: #f5f5f5;
  padding: 20px 30px;
  border-radius: 5px;
  width: 100%;
}

.kazokuBox .kazokuList01 li dt {
  font-weight: bold;
  color: #283d57;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.kazokuBox .kazokuList01 li dd {
  /* font-size: var(--font-medium); */
  text-align: left;
}

.kazokuBox .kazokuList02 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  box-shadow: 0px 0px 7px rgba(180, 180, 180, 0.5);
  margin: 5px 5px 20px;
}

.kazokuBox .kazokuList02 li .left {
  width: calc(15% - 15px);
  text-align: center;
}
.kazokuBox .kazokuList02 li .left img {
  width: 100%;
}

.kazokuBox .kazokuList02 li .right {
  width: calc(85% - 15px);
}

.kazokuBox .kazokuList02 .right dt {
  padding-bottom: 10px;
  font-weight: bold;
  color: #283d57;
  text-align: left;
}

.kazokuBox .kazokuList02 .right dd {
  text-align: left;
  /* font-size: var(--font-medium); */
}

@media screen and (max-width: 767px) {
  .kazokuBox .kazokuList01 {
    flex-direction: column;
  }

  .kazokuBox .kazokuList01 li {
    width: 100%;
  }

  .kazokuBox .kazokuList02 li {
    flex-direction: column;
    align-items: center;
  }

  .kazokuBox .kazokuList02 li .left {
    width: 45%;
    padding-bottom: 20px;
  }

  .kazokuBox .kazokuList02 li .right {
    width: 100%;
  }
}

/* 自動車手続きページ */
.jidoushaArea {
  padding-bottom: 50px;
}

.jidoushaArea .jidoushaBox {
  padding: 0px 20px 50px;
}

.jidoushaArea span {
  font-weight: bold;
}

.jidoushaArea table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
}

.jidoushaArea table th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: 600;
  padding: 12px 15px;
  border: 1px solid #ddd;
  word-break: keep-all;
}

.jidoushaArea table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  word-break: auto-phrase;
}

.jidoushaArea h4 {
  margin-bottom: 10px;
  padding-right: 0;
  background-color: #9a9a9a;
  color: #fff;
}

.jidoushaBox .jidoushaList01 {
  display: flex;
  gap: 10px;
}

.jidoushaBox .jidoushaList01 li {
  flex: 1;
  display: flex;
}

.jidoushaBox .jidoushaList01 li dl {
  background-color: #f5f5f5;
  padding: 20px 30px;
  border-radius: 5px;
  width: 100%;
}

.jidoushaBox .jidoushaList01 li dt {
  font-weight: bold;
  color: #283d57;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.jidoushaBox .jidoushaList01 li dd {
  /* font-size: var(--font-medium); */
  text-align: left;
}

@media screen and (max-width: 767px) {
  .jidoushaArea .tableScroll {
    overflow-x: scroll;
  }

  .jidoushaArea .tableScroll table {
    width: 100%;
    min-width: 700px;
  }

  .jidoushaBox .jidoushaList01 {
    flex-direction: column;
  }

  .jidoushaBox .jidoushaList01 li {
    width: 100%;
  }
}

/* 在留資格ページ */
.zairyuArea {
  padding-bottom: 50px;
}

.zairyuArea h2 {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  line-height: 70px;
  letter-spacing: 0.1em;
}

.zairyuArea h4 {
  margin-bottom: 10px;
  padding-right: 0;
  background-color: #9a9a9a;
  color: #fff;
}

.zairyuArea .zairyuBox {
  padding: 0px 20px 50px;
}

.zairyuArea span {
  font-weight: bold;
}

.zairyuBox .zairyuList01 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  box-shadow: 0px 0px 7px rgba(180, 180, 180, 0.5);
  margin: 5px 5px 20px;
}

.zairyuBox .zairyuList01 li .left {
  width: calc(15% - 15px);
  text-align: center;
}
.zairyuBox .zairyuList01 li .left img {
  width: 100%;
}

.zairyuBox .zairyuList01 li .right {
  width: calc(85% - 15px);
}

.zairyuBox .zairyuList01 .right dt {
  padding-bottom: 10px;
  font-weight: bold;
  color: #283d57;
  text-align: left;
}

.zairyuBox .zairyuList01 .right dd {
  text-align: left;
  /* font-size: var(--font-medium); */
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}

.zairyuArea .txt01 {
  padding-bottom: 30px;
}
.blogText .zairyuArea .txt02 {
  padding-bottom: 20px;
}

.zairyuArea .imgList {
  display: flex;
  gap: 10px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
.zairyuArea .imgList li {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .zairyuArea h2 {
    padding: 0 10px 10px;
    font-size: 1.125rem;
    line-height: 30px;
  }

  .zairyuBox .zairyuList01 li {
    flex-direction: column;
    align-items: center;
  }

  .zairyuBox .zairyuList01 li .left {
    width: 45%;
    padding-bottom: 20px;
  }

  .zairyuBox .zairyuList01 li .right {
    width: 100%;
  }
}

/* その他業務ページ */

.sonotaArea {
  padding-bottom: 50px;
}

.sonotaArea h2 {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  line-height: 70px;
  letter-spacing: 0.1em;
}

.sonotaArea .sonotaBox {
  padding: 0px 20px 50px;
}

.sonotaArea span {
  font-weight: bold;
}

.sonotaArea table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
}

.sonotaArea table th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: 600;
  padding: 12px 15px;
  border: 1px solid #ddd;
  word-break: keep-all;
}

.sonotaArea table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  word-break: auto-phrase;
}

.blogText .sonotaArea .txt02 {
  padding-bottom: 20px;
}

.sonotaBox .sonotaList01 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  box-shadow: 0px 0px 7px rgba(180, 180, 180, 0.5);
  margin: 5px 5px 20px;
}

.sonotaBox .sonotaList01 li .left {
  width: calc(15% - 15px);
  text-align: center;
}
.sonotaBox .sonotaList01 li .left img {
  width: 100%;
}

.sonotaBox .sonotaList01 li .right {
  width: calc(85% - 15px);
}

.sonotaBox .sonotaList01 .right dt {
  padding-bottom: 10px;
  font-weight: bold;
  color: #283d57;
  text-align: left;
}

.sonotaBox .sonotaList01 .right dd {
  text-align: left;
  /* font-size: var(--font-medium); */
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sonotaArea h2 {
    padding: 0 10px 10px;
    font-size: 1.125rem;
    line-height: 30px;
  }

  .sonotaArea .tableScroll {
    overflow-x: scroll;
  }

  .sonotaArea .tableScroll table {
    width: 100%;
    min-width: 700px;
  }
  .sonotaBox .sonotaList01 li {
    flex-direction: column;
    align-items: center;
  }

  .sonotaBox .sonotaList01 li .left {
    width: 45%;
    padding-bottom: 20px;
  }

  .sonotaBox .sonotaList01 li .right {
    width: 100%;
  }
}
