@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
@font-face {
  font-family: "LibertinusMath-Regular";
  src: url(../fonts/LibertinusMath-Regular.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
@font-face {
  font-family: "LibertinusMath-Regular";
  src: url(../fonts/LibertinusMath-Regular.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  width: 45px;
  height: 45px;
  right: 15px;
  background: url(/img/all/arw.png) no-repeat center/17px, #b6d85e;
}

.com-mail {
  width: 290px;
  padding: 18.4px 20px 18.4px 0;
  border-radius: 35px;
}
.com-mail::before {
  width: 20px;
  height: 19px;
  left: 15px;
}
.com-mail::after {
  width: 40px;
  height: 40px;
  right: 15px;
  background: url(/img/all/arw.png) no-repeat center/15px, #b6d85e;
}

.com-tel {
  text-align: center;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

/* =========================================
    top  SP
    top-ent
========================================= */
#top-ent .container {
  display: block;
}
#top-ent .link {
  width: 100%;
  max-width: 100%;
  height: 250px;
}
#top-ent .link::after {
  width: 76px;
  height: 65px;
}
#top-ent .link:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-ent .link-ttl {
  width: 300px;
  min-width: 300px;
}

/* =========================================
    top  SP
    top-worries
========================================= */
#top-worries .bg::before {
  width: 250px;
  height: 45px;
  bottom: -45px;
}
#top-worries .wrap {
  display: block;
  margin-top: 35px;
}
#top-worries .wrap-box {
  width: 100%;
  padding: 95px 20px 35px 20px;
}
#top-worries .wrap-box:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 35px;
}
#top-worries .wrap-ttl {
  padding: 7px 20.5px;
  top: 20px;
  left: -10px;
}
#top-worries .list {
  overflow: hidden;
}
#top-worries .list-item {
  padding-left: 30px;
}
#top-worries .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#top-worries .list-item-check01 {
  background: url(/img/all/check-ico01.png) no-repeat left 7px/20px;
}
#top-worries .list-item-check02 {
  background: url(/img/all/check-ico02.png) no-repeat left 7px/20px;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  padding-bottom: 50px;
}
#top-about .wrap {
  width: 100%;
}
#top-about .img {
  position: unset;
  width: 320px;
  margin: 25px auto 0;
}
#top-about .img::before {
  top: 25px;
  left: -25px;
}
#top-about .txt {
  margin-top: 35px;
}
#top-about .btn {
  display: block;
  margin: 35px auto 0;
}
#top-about .primary {
  font-size: clamp(27px, 7.7vw, 195px);
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .wrap {
  display: block;
  margin-top: 35px;
}
#top-service .link {
  width: 100%;
  height: 430px;
  padding: 25px 20px 0 20px;
}
#top-service .link:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-service .link::after {
  width: 86px;
  height: 82px;
}

/* =========================================
    top  sp
    top-case
========================================= */
#top-case .container {
  padding-bottom: 100px;
  position: relative;
}
#top-case .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-case .list {
  margin-top: 35px;
}
#top-case .list-item {
  padding: 65px 20px 35px;
}
#top-case .list-top {
  padding-bottom: 20px;
}
#top-case .list-btm {
  padding-top: 20px;
}
#top-case .tag-list {
  padding: 7px 25px 7px 15px;
  border-radius: 0 0 35px 0;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .wrap {
  display: block;
}
#top-contact .wrap::before {
  width: 80px;
  height: 80px;
  top: -45px;
}
#top-contact .wrap::after {
  width: 80px;
  height: 80px;
  bottom: -45px;
}
#top-contact .wrap-box {
  padding-right: 0;
  border-right: none;
  padding-bottom: 25px;
  border-bottom: 1px solid #c9cfbd;
}
#top-contact .wrap-txt {
  text-align: center;
}
#top-contact .wrap-txt:nth-of-type(n + 2) {
  margin-top: 10px;
}
#top-contact .btn {
  display: block;
  width: 290px;
  margin: 35px auto 0;
  padding: 18.4px 20px 18.4px 0;
  border-radius: 35px;
}
#top-contact .btn::before {
  width: 20px;
  height: 19px;
  left: 15px;
}
#top-contact .btn::after {
  width: 40px;
  height: 40px;
  right: 15px;
  background: url(/img/all/arw.png) no-repeat center/15px, #b6d85e;
}

/* =========================================
    top  sp
    top-access
========================================= */
#top-access .container {
  flex-direction: column-reverse;
}
#top-access .wrap {
  width: 100%;
}
#top-access .table {
  border-spacing: 0 25px;
}
#top-access .table th {
  display: block;
  width: 100%;
}
#top-access .table td {
  display: block;
  width: 100%;
  padding-top: 10px;
}
#top-access .map {
  width: 100%;
  height: 250px;
}
#top-access .map::before {
  top: 15px;
  left: -15px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  margin-top: 35px;
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-wrap {
  margin-left: 0;
}
#top-news .btn {
  position: absolute;
  padding: 16.4px 25px 16.4px 0;
  border-radius: 35px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  margin-top: 0;
}
#top-news .btn::after {
  width: 45px;
  height: 45px;
  right: 20px;
  background: url(/img/all/arw.png) no-repeat center/16px, #b6d85e;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-first
========================================= */
#sub-consultation .container {
  margin-top: 35px;
}
#sub-consultation .wrap:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-consultation .wrap-ttl {
  padding: 15px 15px;
}
#sub-consultation .list {
  padding: 10px 20px 35px;
}
#sub-consultation .list-item {
  padding: 25px 0px;
}

#sub-info .txt {
  text-align: left;
  margin-top: 35px;
}
#sub-info .wrap {
  display: block;
  margin-top: 50px;
}
#sub-info .wrap-box {
  width: 100%;
}
#sub-info .wrap-box:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-info .wrap-ttl {
  padding: 16px 15px;
}
#sub-info .list {
  padding: 25px 20px 35px;
}

/* =========================================
    sub  SP
    sub-divorce
    離婚相談、児童相談の共通
========================================= */
#sub-worries .list {
  margin-top: 35px;
  padding: 30px 20px;
}
#sub-worries .list-item {
  padding-left: 30px;
  background: url(/img/all/check-ico01.png) no-repeat left 7px/18px;
}

#sub-lawyer .primary {
  padding: 25px 15px;
}
#sub-lawyer .primary::before {
  width: 240px;
  height: 50px;
  bottom: -50px;
}
#sub-lawyer .primary-txt {
  padding: 0 25px;
}
#sub-lawyer .inner {
  padding: 65px 15px 50px;
}
#sub-lawyer .list {
  margin-top: 35px;
}
#sub-lawyer .list-item {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 45px 20px 35px;
}
#sub-lawyer .list-num {
  width: 45px;
  height: 45px;
}
#sub-lawyer .list-ttl {
  padding-bottom: 15px;
}
#sub-lawyer .list-txt {
  margin-top: 20px;
}

#sub-business .list {
  margin-top: 35px;
}
#sub-business .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-business .list-txt {
  padding: 25px 20px;
}

#sub-divorce .list {
  margin-top: 35px;
}
#sub-divorce .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-divorce .list-txt {
  padding: 25px 20px;
}

/* =========================================
    sub  SP
    sub-case
========================================= */
#sub-case .list {
  margin-top: 35px;
}
#sub-case .list-item {
  padding: 65px 20px 35px;
}
#sub-case .list-top {
  padding-bottom: 20px;
}
#sub-case .list-btm {
  padding-top: 20px;
}
#sub-case .tag-list {
  padding: 7px 25px 7px 15px;
  border-radius: 0 0 35px 0;
}

/* =========================================
    sub  SP
    sub-company
========================================= */
#sub-introduction .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 30px 20px;
}
#sub-introduction .list-wrap {
  margin-right: 0;
  margin-top: 25px;
}
#sub-introduction .list-img {
  width: 100%;
  height: 95.7vw;
}

#sub-company .table {
  margin-top: 35px;
}
#sub-company .map {
  height: 250px;
  margin-top: 35px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-ttl02 {
  padding: 5px 15px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 35px;
}
#tag-btn-list .tag-btn-list {
  margin-top: 10px;
  gap: 15px;
}
#tag-btn-list .tag-btn-list-link {
  min-width: 80px;
  padding: 4px 20px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}