@charset "utf-8";
body{
    animation-name:fadeInAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity:0;
    line-height: 1.8;
	overflow-x: auto;
	text-align:justify;
	-webkit-overflow-scrolling: touch;
	color: #545251;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	<!--font-family: 'TBUDゴシック R';/*font指定*/-->
	font-family: "BIZ UDPGothic", sans-serif;
	color: var(--base);
	letter-spacing: 0.4px;
    }
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
html {
	font-size: 62.5%;
	font-weight: 400;
	font-style: normal;
	scroll-behavior: smooth;
  }
a {
    transition: 0.5s;
}
a:hover {
    opacity: 0.6;
}

:root{
	--fs16: clamp(1.6rem, 1vw, 1.4rem);
	--fs18: 1.8rem;
	--base: #474342;
	--color_re_01: #ff0000; /*レッド*/
	--color_gr_01: #91c55b; /*グリーン*/
	--color_yr_01: #faed97; /*薄いイエロー*/
	--color_yr_02: #fff7e1; /*薄いイエロー02*/
	--color_pk_01: #ff7ba0; /*ピンク*/
	--color_pk_02: #fdf3f4; /*薄いピンク*/
	--color_or_01: #f29700; /*オレンジ*/
	--color_br_01: #3f9de9; /*ブルー*/
	--color_br_02: #0071b2; /*濃いブルー*/
	--color_gy_01: #f4f5f5; /*グレー*/
}
.fb{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600 !important;
}
.fb_02{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.color_br_01{ color: var(--color_br_01)}
.color_or_01{ color: var(--color_or_01)}
.color_pk_01{ color: var(--color_pk_01)}

.line-h_25{line-height: 2.6;}
main {
	position: relative;
	overflow: hidden;
	display: block;
	font-size: 1.6rem;
	margin-top: 70px;
	background-color: var(--color_yr_02)
}
.contents_wrap{
	width: min(90%, 1170px);
	margin-inline: auto;
}
.contents_wrap_02{
	width: min(90%, 900px);
	margin-inline: auto;
}
.contents_wrap_03{
	width: min(90%, 1000px);
	margin-inline: auto;
}
.bk_w {
  background-color: #fff;
  border-radius: 70px;
  padding: 30px 10% 80px;
  margin-top: 60px;
}
.img100{
	width: 100%;
}
.sp{display: none !important}
span.marker {
    background-color: yellow;
	font-weight: var(--fb_02)
}
.out_link a::after {
  margin-left: 3px;
  content: "";
  background: url(../img/common/out_link.svg);
  background-repeat: repeat;
  background-repeat: repeat;
  background-repeat: repeat;
  background-repeat: repeat;
  position: relative;
  top: 2pxm;
  left: 0;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  display: inline-block;
}
/* フォントサイズ */
.font18{font-size: 1.8rem}
.font20{font-size: 2rem}
.font30{font-size: 3rem}

.font30_20{font-size: 3rem}
.font20_16{font-size: 2rem}
.font18_16{font-size: 1.8rem}

@media screen and (max-width: 767px) {
main{
	padding-top: 40px;
	margin-top: 0;
	font-size: 1.4rem;
}
.home main{
	margin-top: -40px
}
.pc{display: none !important}
.sp{display: block !important}
.img100{width: 100% !important}
.img90{width: 90% !important}

.font30_20{font-size: 2rem}
.font20_16{font-size: 1.6rem}
.font18_16{font-size: 1.6rem}

}/* //sp media */


/* マージン
 ====================================================*/
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}

.mt60_30{margin-top: 60px !important;}
.mt30_20{margin-top: 30px !important;}

@media screen and (max-width: 767px) {
.mt20 {margin-top: 10px;}
.mb30 {margin-bottom: 20px;}

.mt60_30{margin-top: 30px;}
.mt30_20{margin-top: 20px;}

}/* //sp media */

/* ニュース　トピックス
 ====================================================*/
.pankuzu{
	font-size: 1.3rem;
	margin-bottom: 30px;
}
.pankuzu img{
	width: 25px;
}
/* サムネール有り */
#news_thumb .news_list{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 15px 2%;
}
#news_thumb .news_list li{
	_width: 25%;
}
#news_thumb .news_list li img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}


/* サムネール無し */
_#news{
	background-color: #fff;
	padding: 30px 40px;
	border-radius: 30px;
}
#news .news_list li{
	
}
#news .news_list li + li{
	padding-top: 60px;
}
#news .news_list .post_date{
	font-size: 1.3rem;
}
#news .news_list .post_date time{
	margin-right: 10px;
}
#news .news_list .post_category a{
	background-color: #e6e6e6;
	color: #2eb6aa;
	border-radius: 10px;
	padding: 1px 10px;
	font-size: 1.3rem;
}
.news_date_cate{
	display: flex;
	align-items: center;
  	gap: 10px;
}
#news .post_title{
	font-size: 2.5rem;
  	border-bottom: 1px dashed var(--color_pk_01);
 	line-height: 1.4;
  	margin-bottom: 10px;
	padding-bottom: 5px;
}
.txt-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
	font-size: 1.4rem;
}
.txt-limit:after{
	content:"--続きを読む"
}

@media screen and (max-width: 767px) {
#news .post_title {
  font-size: 2rem;
}
#news .news_list li {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  flex-flow: column;
}
}/* //sp media */

/* ヘッダーナビ
 ====================================================*/
header.header{
  position: fixed;
  top: 0;
  z-index: 2;
	width: 100%;
}
header.header{
	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	font-size: 1.6rem;
  	gap: 10px;
  	background-color: #fff;
  	padding: 0 3%;
  	height: 70px;
	letter-spacing: 0;
}
header.header ul{
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}
header.header ul.nav_right{
	padding-right: 100px;
}
header.header li{
	position:relative;
}
header.header li + li{
	padding-left: 15px;
	border-left: 2px dotted var(--color_or_01);
}
header.header li.nav_icon + li.nav_icon{
	border-left: none;
	padding-left: 10px
}
header.header li.current a,
.service-relations header.header li:first-child a,
.tax-solve-category header.header .current_nav_02 li:first-child a,
.service-accident header.header li:first-child a,
.service-civil header.header li:first-child a,
.service-debt header.header li:first-child a,
.service-criminal header.header li:first-child a{
	background-color: var(--color_or_01);
  	color: #fff;
  	padding: 2px 10px 3px;
  	border-radius: 10px;	
	font-size: 1.5rem;
}
____.header li:before{
	content: "●";
	position: absolute;
	top: -1.2em;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color: #9b9b9b;
	font-size: 1.2rem;
}
header.header li.nav_icon{
	  margin-right: -20px;
}
header.header li.nav_icon:before{
	content:""
}
h1.header_logo{
	position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 3
}
h1.header_logo a:hover{
	opacity: 1;
}
.side_contact, .side_free{
	position: fixed;
	z-index: 3
}
.side_contact{
	top: 30px;
	right: 10px;
}
.side_free{
	top: 300px;
	right: 10px;
}
@media screen and (max-width: 767px) {
.header{
	height: 0;
}
h1.header_logo{
	top: -6px;
	width: 200px;
}
h1.header_logo img{
	width: 110%;
}
}/* //sp media */

/* レイアウト
 ====================================================*/
.ps_r{position: relative}
.t_center{text-align: center;}
.t_right{text-align: right;}
.t_center_left{text-align: center;}

.center{
	display: flex !important;
	justify-content: center;
}
.center_table{
	display: table;
	margin-inline: auto;
}
.center_left50{
	left: 50%;
	transform: translateX(-50%); 
}
.row-reverse{
	flex-direction: row-reverse
}

@media screen and (max-width: 767px) {
.t_center_left{text-align: left;}
}
/* タイトル　ボタン　リスト
 ====================================================*/
.kome{
	margin-left: 1em;
	text-indent: -1em;
}
.kome::before{
	content:"※";
	color: red;
}

.ttl_wrap{
	text-align: center;
	line-height: 1;
}
.ttl_wrap .b_ttl{
	font-size: 3.8rem;
  letter-spacing: 5px;
  margin-top: 10px;
}
.ttl_wrap .s_ttl{
	font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sub_ttl{/* ピンクの点線 */
	font-weight: var(--fb);
	font-size: clamp(1.8rem, 0.17rem + 2.27vw, 3rem);
}
.sub_ttl::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 4px dotted var(--color_pk_01);
}

span.marker {
    background-color: yellow;
	font-weight: 500
}
.btn{
  display: inline-block;
}
.btn a{
	display: inline-block;
	height: auto;
	line-height: 1;
	text-align: center;
  	font-size: 1.6rem;
}
.btn_01 a{/* ------ボタン-----　01 */
	position: relative;
  	padding: 20px 30px;
  	background-color: #fff;
  	border-radius: 20px;
}
.btn_01 a:before{
	position: absolute;
  	top: 7px;
  	left: 7px;
  	width: calc(100% - 14px);
  	height: calc(100% - 14px);
  	content: '';
  	border: 1.5px dashed var(--color_re_01);
  	border-radius: 15px;
}
.btn_01 a:hover{
	color: #fff;
	background-color: var(--color_or_01);
	opacity: 0.8;
	border: 1.5px dashed #fff;
}
.btn_02_base a{/* ------ボタン-----　02 base */
	position: relative;
	padding: 20px 40px;
	border-radius: 20px;
	color: #fff;
}
.btn_02_01 a{
	background-color: var(--color_br_01);
}
.btn_02_02 a{
	background-color: var(--color_pk_01);
}
.btn_02_base a:before{
	position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  content: '';
  border: 1.5px dashed #fff;
  border-radius: 15px;
}
.btn_02_01 a:hover,.btn_02_02 a:hover{
  	background-color: var(--color_gr_01);
	opacity: 0.8;
}
.list_01 {
    list-style-type: disc;
	margin-left: 1em;
}
.list_01 li {
	padding-left: .3em;
	list-style: disc !important;
}
.list_01 li::marker {
    color: var(--color_br_01);
    font-size: 1.1em;
}

@media screen and (max-width: 767px) {
.ttl_wrap img{
	width: 40px;
}
.ttl_wrap .b_ttl {
  font-size: 2.8rem;
  margin-top: 5px;
}
.btn {
  display: table;
  margin: 30px auto;
}
}/* //sp media */

/* フッター
 ====================================================*/
.contact_bnr{
	background-color: #f3f1e7;
	border: 4px solid #fff;
	border-radius: 20px;
  	padding-block: 20px;
  	margin-top: 90px;
}
.contact_bnr p{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.contact_bnr ul{
	display: flex;
  	justify-content: center;
  	gap: 30px;
  	align-items: center;
	padding-inline: 2%;
}
.contact_bnr ul li + li{
	border-left: 1px solid var(--base);
  	padding-left: 30px;
}
.footer{
	position: relative;
	width: 100%;
	background-size: 100%;
	background-image:url("../img/common/back_foot.png");
	font-size: 1.6rem;
}
.footer_wrap {
	padding-block: 110px 5px;
	margin-top: 30px;
}
.footer_wrap .address{
	display: flex;
	gap: 40px;
	margin-top: 20px;
}
.footer_wrap figure.address_exterior{
	width: 100%;
	margin-top: 10px;
}
.footer_wrap figure.address_exterior img{
	width: 100%;
}
.footer_wrap .map{
	width: 100%;
}
.footer_nav_wrap{
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 20px;
	background-color: #808080;
	border-radius: 15px;
	padding: 30px 30px 0 60px;
	margin-block: 40px;
}
.footer_nav_head{
	padding-bottom: 20px;
}
.footer_nav_head li + li{
	padding-top: 20px;
}
.footer_nav{
	padding-bottom: 30px;
	color: #fff;
	font-size: 1.3rem;
	padding-left: 50px;
}
.footer_nav ul{
	display: flex;
	gap: 2em;
	margin-top: 10px;
}
.footer_nav ul li:before{
	content: "●";
	color: #ffff00;
	font-size: 1.1rem;
	padding-right: 1px;
}
.copyright{
	font-size: 1.4rem;
	padding-block: 10px 30px;
	letter-spacing: 2px;
}
/* sp フッター
 =====================*/
@media screen and (max-width: 767px) {
.footer {
  position: relative;
  width: 100%;
  background-size: 200% 100%;
  background-image: url("../img/common/back_foot.png");
  background-repeat: no-repeat;
  background-position: -30px 0;
font-size: 1.4rem;
}
.footer_wrap {
  padding-block: 71px 60px;
    margin-top: 0px;
	margin-bottom: 0px;
}
.contact_bnr ul{
	flex-flow: column;
}
.contact_bnr ul img{
	width: 100%;
}
.contact_bnr {
	position: relative;
  padding-inline: 30px;
}
.contact_bnr ul li + li {
  border-left: none;
  padding-left: 0px;
}
.footer_wrap .address {
  flex-flow: column;
}
.footer_wrap .address p{
  text-align: center;
}
.footer_wrap .map {
	height: auto;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.float_list{
	position: fixed;
    bottom: 0;
    z-index: 2;
    display: flex !important;
    background-color: #fff;
    border-top: 1px solid var(--base);
    width: 100%;
    justify-content: space-between;
}
.float_list img{
	_width: 100%
}
.float_list li{
	width: 100%;
    margin-inline: auto;
}
.float_list li a{
	width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}
.float_list li + li{
	border-left: 1px solid var(--base)
}

/* =============== MENUがCLOSEに =============== */
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	background: var(--color_br_01);
	cursor: pointer;
    width: 70px;
    height: 70px;
	position: fixed;
	z-index: 9999;
	top: 0rem;
	right: 0rem;
	border-radius: 0 0 0 0.05rem;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 17px;
    height: 2px;
    border-radius: 5px;
	background: #fff;
  	width: 45%;
  }


.openbtn span:nth-of-type(1) {
	top:20px;	
}

.openbtn span:nth-of-type(2) {
	top:30px;
}

.openbtn span:nth-of-type(3) {
	top:40px;
}

.openbtn span:nth-of-type(3)::after {
	content: "Menu";
	position: absolute;
	top: 5px;
	left: 1px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
    top: 24px;
    left: 22px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 36px;
    left: 22px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
	top:5px;
	left:12px;
}
/* =============== MENUがCLOSEに =============== */

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
  z-index: -1;
  opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
  top:0;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:#b4b4b4;
    /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	font-size: 1.4rem;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 10%;
  position: absolute;
}

#g-nav.panelactive ul {
    display: block;
	widht: 100%;
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
  text-align: left; 
}
#g-nav li:before{
  content: "●";
  color: #ffff00;
  font-size: 1.1rem;
  padding-right: 1px;
}

#g-nav li a{
  color: #fff;
  text-decoration: none;
  padding: 5px;
  display: inline-block;
  text-transform: uppercase;
  /*letter-spacing: 0.1em;*/
}
#g-nav .nav_list_line{
border-top: 2px dotted #fff;
    padding-top: 4px;
    margin-top: 7px;
}
.g-nav-sns{
	display: flex;
	justify-content: center;
}
.nav-btn{
	position: fixed;
	z-index: 9999;
	top: 0.1rem;
	right: 0.2rem;
	cursor: pointer;
	width: 0.3rem;
	height: 50px;
	border-radius: 5px;
}
.nav-btn span{
    display: inline-block;
	transition: all .4s;
	position: absolute;
	height: 0.02rem;
	background: #000;
	width: 100%;
  }
.nav-btn span:nth-of-type(1) {
	top:15px;	
}
.nav-btn span:nth-of-type(2) {
	top: 0.3rem;
}
.nav-btn span:nth-of-type(3) {
	top: 0.45rem;
}
.nav-btn.active span:nth-of-type(1) {
    top: 0.23rem;
	left: 0px;
	transform: translateY(6px) rotate(-45deg);
	width: 100%;
}
.nav-btn.active span:nth-of-type(2) {
	opacity: 0;
}
.nav-btn.active span:nth-of-type(3){
	top: 0.35rem;
	left: 0px;
	transform: translateY(-6px) rotate(45deg);
	width: 100%;
}

}/* //sp media */

/* 動かすcss
 ====================================================*/
/* じんわり出現
 ====================================================*/
/* ぼかしから出現 その場で*/
.blur_sonoba{
	animation-name:blurAnime;
	animation-duration:4s;
	animation-fill-mode:forwards;
}
@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
}


/* ぼかしから出現 */
.blur{
  animation-name:blurAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
}
@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger{
    opacity: 0;
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0.2;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(200px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}


/* 全共通　左から背景色が
 ====================================================*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*左から右*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
	left:0rem;
	top:0;
    width: 100%;
    height: 100%;
    background-color: #fff;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}

/* ふきだし */
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  border-radius: 30px;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}
.balloon p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
.balloon {
  margin: 1em 0;
}
}
.baloon_01{background: var(--color_gr_01);}
.baloon_01:before{ border-top: 15px solid var(--color_gr_01);}

.baloon_02{background: var(--color_br_01);}
.baloon_02:before{ border-top: 15px solid var(--color_br_01);}
