@charset 'UTF-8';
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}

/******************************
/* お問い合わせ
******************************/
.contact_flex-txtArea .en_tit1{
	margin-bottom: 2.50769rem;
}
.contact_flex-txtArea .txt_block{
	text-align: justify;
	line-height: 1.73;
}
.contact_flex-txtArea .form_label_req{
	margin: 0 3px;
}
.form_tel-block{
	margin-top: 0.16923rem;
}
.tel_num{
	font-size: 2.30769rem;
	margin-bottom: -0.2461rem;
}
.tel_num a{
	color: #000;
	display: block;
}
.tel_num a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.tel_num span{
	margin-right: 3px;
	font-size: 1.5384rem;
}
.form_tel-block p{
	color: #737477;
	font-size: 0.846rem;
	line-height: 1.69;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.contact_flex{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.contact_flex-txtArea{
		width: 30.7258%;
		position: sticky;
		top: 120px;
	}
	.form_tel-block{
		margin-top: 0.90769rem;
	}
	.tel_num{		
		margin-bottom: 0.18461rem;
	}
	.tel_num a{
		pointer-events: none;
		cursor: default;
	}
	.tel_num a:hover{
		opacity: 1; 
	}
	.contact_flex-form{
		width: 56.4516%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.tel_num{
		font-size: 1.846rem;
	}
	.tel_num span{
		font-size: 1.23rem;
	}
}
@media screen and (min-width: 992px){
	.form_tel-block p{
		font-size: 0.923rem;
	}
}
@media screen and (min-width: 1200px){
	.contact_flex-txtArea .en_tit1{
		margin-bottom: 3.4rem;
	}
	.contact_flex-txtArea .txt_block{
		font-size: 1.0714rem;
	}
	.form_tel-block{
		margin-top: 1.3714rem;
	}
	.tel_num{
		font-size: 2.5rem;
		margin-bottom: 0.0714rem;
	}
	.tel_num span{
		font-size: 1.428rem;
	}
	.form_tel-block p{
		font-size: 0.928rem;
	}
}
@media screen and (min-width: 1400px){
	.tel_num{
		font-size: 2.857rem;
		margin-bottom: -0.0285rem;
	}
}
@media screen and (max-width: 767px){
	.contact_flex-txtArea{
		margin-bottom: 4.11538rem;
	}
}
/* お問い合わせbutton */
.contact_button{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 4.11538rem;
}
.contact_button a{
	position: relative;
	background-color: #323232;
	border: 1px solid rgba(50,50,50,0.5);
    padding: 0 10px 0 0;
    font-size: 0.923rem;
    transition: .3s ease-in-out;
    color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 115px;
	height: 40px;
}
.contact_button a::after{
	position: absolute;
	content: "";
	width: 4.7px;
	height: 8.7px;
	background-image: url("../images/chevron_arrow-w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: .3s;
}
.contact_button a:hover{
	text-decoration: none;
	background-color: #fff;
    color: #323232;
}
.contact_button a:hover::after{
	background-image: url("../images/chevron_arrow.svg");
}
.contact_button a.select{
	background-color: #fff;
    color: #323232;
	padding: 0;
}
.contact_button a.select::after{
	display: none;
}
@media screen and (min-width: 768px){
	.contact_button{
		margin-bottom: 5.8538rem;
	}
	.contact_button a{
		width: calc((100% - 30px)/4);
		height: 45px;
		font-size: 1rem;
	}
	.contact_button a:not(:first-child){
		margin-left: 10px;
	}
	.contact_button a::after{
		right: 15px;
	}
	.contact_button a:hover::after{
		right: 10px;
	}
}
@media screen and (min-width: 992px){
	.contact_button a{
		width: 180px;
	}
	.contact_button a:not(:first-child){
		margin-left: 15px;
	}
}
@media screen and (min-width: 1200px){
	.contact_button{
		margin-bottom: 8.371rem;
	}
	.contact_button a{
		width: 200px;
		height: 50px;
	}
}
@media screen and (max-width: 767px){
	.contact_button a{
		width: calc((100% - 8px)/2);
	}
	.contact_button a:nth-child(even){
		margin-left: 8px;
	}
	.contact_button a:last-child, .contact_button a:nth-last-child(2){
		margin-top: 8px;
	}
}

/******************************
/* 会社概要
******************************/
/* GREETING */
.greeting-txtArea .en_tit1{
	margin-bottom: 2.0769rem;
}
.greeting-txtArea .f27{
	margin-bottom: 1.5923rem;
}
.greeting-txtArea .txt_block{
	text-align: justify;
	color: #323232;
	line-height: 2;
}
.greeting-txtArea .txt_block p + p{
	margin-top: 1.20769rem;
}
.g_sign{
	color: #505050;
	margin-top: 1.792rem;
	margin-bottom: 0;
}
.g_sign span{
	display: block;
	font-size: 1.23rem;
}
@media screen and (min-width: 768px){
	.greeting-flex{
		display: flex;
		justify-content: space-between;
	}
	.greeting-img{
		width: 39.3162%;
	}
	.greeting-txtArea{
		width: 50.4273%;
		align-self: center;
	}
	.greeting .en_tit1{
		margin-bottom: 4.115rem;
	}
	.g_sign{
		margin-top: 2.946rem;
	}
}
@media screen and (min-width: 992px){
	.greeting{
		display: flex;
		justify-content: space-between;
	}
	.greeting-flex{
		width: 83.5714%;
	}
	.greeting .en_tit1{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px){
	.greeting-txtArea .f27{
		margin-bottom: 2.2714rem;
	}
	.greeting-txtArea .txt_block{
		font-size: 1.07142rem;
	}
	.greeting-txtArea .txt_block p + p{
		margin-top: 1.3rem;
	}
	.g_sign{
		margin-top: 4rem;
	}
	.g_sign span{
		font-size: 1.2857rem;
	}
}
@media screen and (max-width: 767px){
	.greeting-img{
		margin-bottom: 3.34615rem;
	}
}
/* OUTLINE */
.outline{
	padding: 6.6923rem 0 90px;
	margin-top: 6.323rem;
}
.outline .en_tit1{
	margin-bottom: 2.8769rem;
	text-align: center;
}
.outline-contents #form td .txt_block + .txt_block{
	margin-top: 1.223rem;
}
.outline-contents #form td .txt_block .txt_block_inner{
	margin-top: 0.8923rem;
}
.outline-contents #form td .txt_block .txt_block_inner p + p{
	margin-top: 0.7076rem;
}
@media screen and (min-width: 768px){
	.outline .en_tit1{
		margin-bottom: 4.41538rem;
	}
	.outline-contents #form th, .outline-contents #form td{
		vertical-align: middle;
	}
}
@media screen and (min-width: 992px){
	.outline{
		padding: 10.384rem 0;
		margin-top: 9.784rem;
	}
	.outline-flex{
		display: flex;
		justify-content: space-between;
	}
	.outline-contents{
		width: 83.5714%;
	}
	.outline .en_tit1{
		text-align: left;
		margin-bottom: 0;
	}	
}
@media screen and (min-width: 1200px){
	.outline{
		padding: 10.384rem 0;
		margin-top: 9.784rem;
	}
	.outline-contents #form td .txt_block + .txt_block{
		margin-top: 1.2428rem;
	}
	.outline-contents #form td .txt_block .txt_block_inner{
		margin-top: 0.9857rem;
	}
	.outline-contents #form td .txt_block .txt_block_inner p + p{
		margin-top: 0.8714rem;
	}
}
@media screen and (min-width: 1400px){
	.outline{
		padding: 12.857rem 0;
		margin-top: 12.257rem;
	}
}
@media screen and (min-width: 1600px){
	.outline{
		margin-top: 12.857rem;
	}
}
/* HISTORY */
.history{
	margin-top: 90px;
}
.history .en_tit1{
	margin-bottom: 2.5769rem;
}
.history-contents ul{
	position: relative;
	width: 100%;
	max-width: 892px;
	margin-bottom: 0;
}
.history-contents ul li{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.history-year{
	width: 50px;
	font-size: 1.538rem;
	letter-spacing: 0;
	line-height: 1;
	text-align: right;
	margin-top: 0.1rem;
}
.history-txtArea{
	width: calc((100% - 50px) - 20px);
	padding-bottom: 1.9769rem;
	position: relative;
}
.history-txtArea::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: rgba(170,170,170,0.5);
	top: 0;
	left: 11.5px;
}
.history-block{
	display: flex;
	position: relative;
	padding-left: 45px;
}
.history-block + .history-block{
	margin-top: 1.30769rem;
}
.history-circle{
	position: absolute;
	width: 25px;
	top: 0;
	left: 0;
}
.history-circle::before{
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50%;
	top: 0;
	left: 0;
}
.history-circle::after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
	top: 7px;
	left: 7px;
}
.history-block .item, .history-block .con{
	letter-spacing: 0;
	line-height: 2;
}
.history-block .item{
	color: #505050;
}
@media screen and (min-width: 768px){
	.history{
		margin-top: 6.323rem;
	}
	.history-flex{
		display: flex;
		justify-content: space-between;
	}
	.history-img{
		width: 28.5714%;
	}	
	.history-contents{
		width: 63.28571%;
	}
	.history-txtArea{
		padding-bottom: 2.846rem;
	}
	.history-block + .history-block{
		margin-top: 1.5923rem;
	}
}
@media screen and (min-width: 992px){
	.history{
		margin-top: 9.7846rem;
	}
	.history-txtArea {
		width: calc((100% - 50px) - 40px);
	}
	.history-block{
		display: flex;
		justify-content: space-between;
		padding-left: 65px;
	}
	.history-block .item{
		width: 85px;
	}
	.history-block .con{
		width: calc((100% - 85px) - 30px);
	}
}
@media screen and (min-width: 1200px){
	.history{
		margin-top: 9.0428rem;
	}
	.history .en_tit1{
		margin-bottom: 4.4rem;
	}
	.history-year{
		font-size: 1.928rem;
		width: 75px;
	}
	.history-txtArea{
		width: calc((100% - 75px) - 50px);
		padding-bottom: 3.8rem;
	}
	.history-txtArea::before{
		top: 3px;
		height: calc(100% - 3px);
	}
	.history-block{
		display: flex;
		justify-content: space-between;
		padding-left: 75px;
	}
	.history-block + .history-block{
		margin-top: 2.728rem;
	}
	.history-circle{
		top: 3px;
	}
	.history-block .item, .history-block .con{
		font-size: 1.0714rem;
	}
	.history-block .item{
		width: 98px;
	}
	.history-block .con{
		width: calc((100% - 98px) - 30px);
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.history-img{
		width: 24.571%;
	}	
	.history-contents{
		width: 67.28571%;
	}
}
@media screen and (min-width: 1400px){
	.history{
		margin-top: 12.257rem;
	}
	.history-year{
		font-size: 2.1428rem;
		width: 75px;
	}
	.history-txtArea{
		width: calc((100% - 75px) - 65px);
		padding-bottom: 4.5142rem;
	}
	.history-block{
		padding-left: 90px;
	}
	.history-block + .history-block{
		margin-top: 3.085rem;
	}
	.history-block .item{
		width: 100px;
	}
	.history-block .con{
		width: calc((100% - 100px) - 50px);
	}
}
@media screen and (max-width: 991px){
	.history-block{
		flex-direction: column;
	}
	.history-block .item{
		margin-bottom: 0.438rem;
	}
}
@media screen and (max-width: 767px){
	.history .en_tit1{
		text-align: center;
	}
	.history-img{
		margin-bottom: 4.01538rem;
	}
}
/* ACCESS */
.access{
	margin-top: 6.523rem;
}
.access .en_tit1{
	margin-bottom: 2.5769rem;
}
.access_img{
	margin-bottom: 1.038rem;
}
.office{
	font-size: 1.1538rem;
	letter-spacing: 0.06em;
}
.office_add{
	color: #505050;
	letter-spacing: 0.03em;
	line-height: 1.7;
	margin-top: 0.407rem;
}
.access .p_button{
	margin-top: 1.40769rem;
	letter-spacing: 0;
}
.office_note{
	font-size: 0.846rem;
	color: #737477;
	letter-spacing: 0.03em;
	line-height: 1.69;
	margin-top: 1.623rem;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.access .en_tit1{
		margin-bottom: 4.4rem;
	}
	.access_flex{
		display: flex;
		justify-content: space-between;
	}
	.access_item{
		width: calc((100% - 40px)/3);
	}
	.office_add{
		font-size: 0.769rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.office_note{
		font-size: 0.769rem;
	}
}
@media screen and (min-width: 992px){
	.access{
		margin-top: 10.08rem;
	}
	.office{
		font-size: 1.23rem;
	}
	.office_add{
		font-size: 1rem;
	}
}
@media screen and (min-width: 1200px){
	.access{
		margin-top: 9.3428rem;
	}
	.access_item{
		width: calc((100% - 50px)/3);
	}
	.access_img{
		margin-bottom: 1.6428rem;
	}
	.office{
		font-size: 1.214rem;
	}
	.office_add{
		margin-top: 0.428rem;
	}
	.access .p_button{
		margin-top: 2.357rem;
	}
	.office_note{
		font-size: 0.928rem;
		margin-top: 2.2rem;
	}
}
@media screen and (min-width: 1400px){ 
	.access{
		margin-top: 12.457rem;
	}
	.access_flex{
		display: flex;
		justify-content: space-between;
	}
	.access_item{
		width: calc((100% - 60px)/3);
	}
}
@media screen and (max-width: 767px){
	.access_item + .access_item{
		margin-top: 3.461rem;
	}
}

/******************************
/* 採用情報
******************************/
/* page_fv */
.page_fv{
	width: 100%;
	margin-bottom: 4.21538rem;
}
@media screen and (min-width: 992px){
	.page_fv{
		margin-bottom: 6.523rem;
	}
}
@media screen and (min-width: 1200px){
	.page_fv{
		margin-bottom: 5.92857rem;
	}
}
@media screen and (min-width: 1400px){
	.page_fv{
		margin-bottom: 8.0714rem;
	}
}
@media screen and (max-width: 479px){
	.page_fv{
		height: 200px;
	}
	#page-main .page_fv img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 60% center;
	}
}
/* page_main_txt */
.page_main_txt .f27{
	margin-bottom: 1.4615rem;
}
.page_main_txt .txt_block{
	color: #323232;
	line-height: 2;
}
.page_main_txt.job_main .f27{
	margin-bottom: 0;
}
@media screen and (min-width: 1200px){
	.page_main_txt .f27{
		margin-bottom: 1.9rem;
	}
	.page_main_txt .txt_block{
		font-size: 1.0714rem;
	}
}
/* JOIN US */
.joinus{
	margin-top: 4.969rem;
}
.joinus .en_tit1{
	margin-bottom: 2.8769rem;
}
.joinus_txtArea .txt_block p + p{
	margin-top: 0.738rem;
}



.joinus_list{
	margin-bottom: 0;
}
.joinus_list li{
	list-style: none;
	margin-top: 2.484rem;
}
.joinus_list li:first-child{
	margin-top: 0;
}
.joinus-img{
	margin-bottom: 1.423rem;
}
.joinus_tit{
	font-size: 1.384rem;
	margin-bottom: 0.738rem;
}
.joinus_list .txt_block{
	color: #323232;
	line-height: 1.71;
	text-align: justify;
}
@media screen and (min-width: 768px){
	.joinus .en_tit1{
		margin-bottom: 2.4769rem;
		text-align: left;
	}
	.joinus_flex{
		display: flex;
		justify-content: space-between;
	}
	.joinus_imgArea{
		width: 47%;
	}
	.joinus_txtArea{
		width: 46%;
		align-self: center;
	}
	.joinus_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.joinus_list li{
		width: calc((100% - 60px)/3);
	}
	.joinus_list li:nth-child(2), .joinus_list li:nth-child(3){
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.joinus{
		margin-top: 8.0538rem;
	}
	.joinus .en_tit1{
		margin-bottom: 3.346rem;
	}
	.joinus_list{
		width: 82.14285%;
	}
	.joinus_list li{
		margin-top: 3.8269rem;
	}
}
@media screen and (min-width: 1200px){
	.joinus{
		margin-top: 7.4357rem;
	}
	.joinus_list li{
		width: calc((100% - 94px)/3);
		margin-top: 3.6178rem;
	}
	.joinus-img{
		margin-bottom: 2rem;
	}
	.joinus_tit{
		font-size: 1.571rem;
		margin-bottom: 1.1428rem;
	}
}
@media screen and (min-width: 1400px){
	.joinus{
		margin-top: 10.114rem;
	}
	.joinus_list li{
		margin-top: 4.957rem;
	}
}
@media screen and (max-width: 767px){
	.joinus .en_tit1{
		text-align: center;
	}
	.joinus_imgArea{
		margin-bottom: 1.907rem;
	}
}
.rec_btn-flex.contact_button{
	margin-bottom: 0;
}
@media screen and (min-width: 992px){
	.rec_btn-flex.contact_button a{
		width: 230px;
	}
}
@media screen and (min-width: 1200px){
	.rec_btn-flex.contact_button a{
		width: 280px;
	}
}
/* JOB DESCRIPTION */
.job{
	padding: 5.6538rem 0 9.423rem;
	margin-top: 6.3307rem;
	margin-bottom: -9.423rem;
}
.job .en_tit1{
	margin-bottom: 2.8769rem;
}
.job .nav{
	justify-content: space-between;
}
.job .nav-tabs{
	border-bottom: none;
	margin-bottom: 3.0769rem;
}
.job .nav-tabs .nav-item{
	margin-bottom: 0;
}
.job .nav-fill > .nav-link, .job .nav-fill .nav-item{
	width: calc((100% - 10px)/2);
	flex: unset;
}
.job .nav-tabs .nav-link{
	border: none;
	border-radius: 0;
	background-color: #fff;
	color: #000;
}
.job .nav-tabs .nav-link.active, .job .nav-tabs .nav-item.show .nav-link{
	background-color: #000;
	color: #fff;
}
.job #form td .txt_block p + p{
	margin-top: 0.7076rem;
}
@media screen and (min-width: 768px){
	.job .nav-tabs{
		width: 450px;
		margin-right: auto;
		margin-left: auto;
	}
	.job #form th{
		vertical-align: middle;
	}
}
@media screen and (min-width: 922px){
	.job{
		padding: 8.6346rem 0 14.1346rem;
		margin-top: 9.696rem;
		margin-bottom: -14.1346rem;
	}
}
@media screen and (min-width: 1200px){
	.job{
		padding: 8.01785rem 0 13.125rem;
		margin-top: 8.875rem;
		margin-bottom: -13.125rem;
	}
	.job .en_tit1{
		margin-bottom: 4.7rem;
	}
	.job .nav-tabs{
		width: 600px;
		font-size: 1.1428rem;
		margin-bottom: 4.285rem;
	}
	.job .nav-link{
		padding: 1rem;
	}
	.job .nav-fill > .nav-link, .job .nav-fill .nav-item{
		width: calc((100% - 20px)/2);
	}
	.job #form td .txt_block p + p{
		margin-top: 0.8714rem;
	}
}
@media screen and (min-width: 1400px){
	.job{
		padding: 10.7857rem 0 17.5rem;
		margin-top: 12rem;
		margin-bottom: -17.5rem;
	}
}

/******************************
/* 相続相談
******************************/
.inheritance_about .en_tit1{
	margin-bottom: 1.8769rem;
}
.inh_about-txtArea .f27{
	line-height: 1.72;
	margin-bottom: 1.4923rem;
}
.inh_about-txtArea .txt_block{
	color: #323232;
	text-align: justify;
	line-height: 2;
}
.inh_about-txtArea .txt_block p + p{
	margin-top: 0.823rem;
}
.inheritance_about-box{
	margin-top: 3.846rem;
	padding: 30px 0 50px;
}
.inheritance_about-box .inner{
	width: 84%;
	margin: 0 auto;
}
.in_inheritance-tit{
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 120px;
	color: #737477;
	font-size: 1.0769rem;
	text-align: center;
}
.in_inheritance-tit span{
	color: #67bdcb;
	font-size: 1.384rem;
	margin-top: 9px;
	margin-bottom: -0.23rem;
}
.in_inheritance-txtArea{
	font-size: 1.0769rem;
}
.in_inheritance-txtArea p{
	margin-bottom: 0;
}
.in_inheritance-txtArea ul{
	margin: 0.738rem 0 1.123rem;
}
.in_inheritance-txtArea ul li{
	list-style: none;
	position: relative;
	padding-left: 27px;
}
.in_inheritance-txtArea ul li + li{
	margin-top: 0.2rem;
}
.in_inheritance-txtArea ul li::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 11px;
	background-image: url("../images/page/check.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 5px;
	left: 0;
}
.meirt_inheritance{
	position: relative;
	margin-top: 2.1923rem;
	padding-top: 2.23rem;
}
.meirt_inheritance::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(170,170,170,0.5);
	top: 0;
	left: 0;
}
.meirt_inheritance .txt_block{
	line-height: 2;
}
.meirt_inheritance-txt{
	font-size: 1.1538rem;
	line-height: 1.67;
	margin-top: 0.923rem;
	margin-bottom: 0;
}
.meirt_inheritance-txt span{
	background: linear-gradient(transparent 65%, #bce2e8 35%);
}
@media screen and (min-width: 768px){
	.inh_about-flex{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.inh_about-img{
		width: 36.417%;
	}
	.inh_about-txtArea{
		width: 56.3%;
		align-self: center;
	}
	.inheritance_about-box .inner{
		width: 80%;
	}
	.in_inheritance{
		display: flex;
		justify-content: space-between;
	}
	.in_inheritance-txtArea{
		width: calc((100% - 120px) - 30px);
		align-self: center;
	}
	.in_inheritance-txtArea ul li::before{
		top: 7px;
	}
	.meirt_inheritance-txt{
		font-size: 1.23rem;
	}
}
@media screen and (min-width: 992px){
	.inh_about-block{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.inh_about-flex{
		width: 83.357%;
	}
	.inh_about-img{
		width: 39.4173%;
	}
	.inh_about-txtArea{
		width: 51.3%;
	}
	.inheritance_about-box{
		margin-top: 5.769rem;
		padding: 40px 0 55px;
	}
	.inheritance_about-box .inner{
		width: 70%;
		max-width: 750px;
	}
}
@media screen and (min-width: 1200px){
	.inh_about-img{
		width: 37.417%;
	}
	.inh_about-txtArea{
		width: 53.3%;
	}
	.inh_about-txtArea .f27{
		margin-bottom: 2.028rem;
	}
	.inh_about-txtArea .txt_block{
		font-size: 1.0714rem;
	}
	.inh_about-txtArea .txt_block p + p{
		margin-top: 1.3rem;
	}
	.inheritance_about-box{
		margin-top: 5.357rem;
	}
	.in_inheritance-tit{
		width: 140px;
		font-size: 1.214rem;
	}
	.in_inheritance-tit span{
		font-size: 1.428rem;
		margin-top: 18px;
		margin-bottom: -0.385rem;
	}
	.in_inheritance-txtArea{
		font-size: 1.133rem;
		width: calc((100% - 140px) - 40px);
	}
	.in_inheritance-txtArea ul{
		margin: 0.8857rem 0 1.242rem;
	}
	.in_inheritance-txtArea ul li + li{
		margin-top: 0.17142rem;
	}
	.meirt_inheritance{
		margin-top: 45px;
		padding-top: 2.7857rem;
	}
	.meirt_inheritance .txt_block{
		font-size: 1.0714rem;
	}
	.meirt_inheritance-txt{
		font-size: 1.2857rem;
		margin-top: 1.4rem;
	}
}
@media screen and (min-width: 1400px){
	.inh_about-txtArea{
		width: 50.2999%;
	}
	.inheritance_about-box{
		margin-top: 7.1428rem;
		padding: 50px 0 67px;
	}
}
@media screen and (max-width: 767px){
	.inh_about-img{
		margin-top: 2.5769rem;
	}
	.in_inheritance-tit{
		margin: 0 auto 2.007rem;
	}
}
/* ダイヤの相続サロンならこんなお悩みを解決できます！ */
.inheritance_nayami{
	margin-top: 90px;
	padding: 5.30769rem 0 5.5769rem;
}
.inheritance_nayami .f27{
	margin-bottom: 3.246rem;
}
.inheritance_nayami-resolution{
	margin-bottom: 0;
}
.inheritance_nayami-resolution li{
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.inheritance_nayami-q, .inheritance_nayami-a{
	position: relative;
	text-align: center;
	font-size: 1.0769rem;
	line-height: 1.76;
	padding: 1.5rem 0.5rem;
	width: 100%;
}
.inheritance_nayami-q{
	color: #323232;
}
.inheritance_nayami-q::before, .inheritance_nayami-a::before{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.inheritance_nayami-q::before{
	background-color: #eee;
}
.inheritance_nayami-a::before{
	background-color: #fff;
}
.inheritance_nayami-q p, .inheritance_nayami-a p{
	margin-bottom: 0;
}
.inheritance_nayami-q p span, .inheritance_nayami-a p span{
	background: linear-gradient(transparent 65%, #bce2e8 35%);
}
.inheritance_nayami-q .box, .inheritance_nayami-a .box{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.inheritance_nayami-q .box{
	background-color: #fff;
}
.inheritance_nayami-a .box{
	background-color: #bce2e8;
}
.inheritance_nayami-q .box::after, .inheritance_nayami-a .box::after{
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 12px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.inheritance_nayami-q .box::after{
	background-image: url("../images/page/question.svg");
}
.inheritance_nayami-a .box::after{
	background-image: url("../images/page/check_w.svg");
}
.inheritance_nayami-arrow{
	width: 12.5px;
	height: 10px;
	display: block;
	background-image: url("../images/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px){
	.inheritance_nayami-resolution li{
		flex-direction: row;
		justify-content: space-between;
		align-items: unset;
	}
	.inheritance_nayami-resolution li + li{
		margin-top: 15px;
	}
	.inheritance_nayami-q, .inheritance_nayami-a{
		width: calc((100% - 40px)/2);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.inheritance_nayami-arrow{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.inheritance_nayami-q, .inheritance_nayami-a{
		font-size: 1rem;
	}
}
@media screen and (min-width: 992px){
	.inheritance_nayami{
		margin-top: 10.384rem;
		padding: 8.1923rem 0 8.557rem;
	}
	.inheritance_nayami-q, .inheritance_nayami-a{
		font-size: 1.1538rem;
		width: calc((100% - 60px)/2);
		aspect-ratio: 29 / 7;
	}
	.inheritance_nayami-arrow{
		width: 15px;
		height: 12px;
	}
}
@media screen and (min-width: 1200px){
	.inheritance_nayami{
		margin-top: 9.6428rem;
		padding: 7.6071rem 0 7.803rem;
	}
	.inheritance_nayami .f27{
		margin-bottom: 5.11428rem;
	}
	.inheritance_nayami-resolution li + li{
		margin-top: 20px;
	}
	.inheritance_nayami-q, .inheritance_nayami-a{
		width: calc((100% - 80px)/2);
	}
	.inheritance_nayami-q .box, .inheritance_nayami-a .box{
		width: 40px;
		height: 40px;
	}
	.inheritance_nayami-q .box::after, .inheritance_nayami-a .box::after{
		width: 16px;
		height: 19px;
	}
	.inheritance_nayami-arrow{
		width: 20px;
		height: 16px;
	}
}
@media screen and (min-width: 1400px){
	.inheritance_nayami{
		margin-top: 180px;
		padding: 10.2857rem 0 10.571rem;
	}
	.inheritance_nayami-q, .inheritance_nayami-a{
		font-size: 1.21428rem;
	}
}
@media screen and (max-width: 767px){
	.inheritance_nayami-resolution li + li{
		margin-top: 30px;
	}
	.inheritance_nayami-arrow{
		width: 12.5px;
		height: 10px;
		display: block;
		background-image: url("../images/arrow.svg");
		background-size: contain;
		background-repeat: no-repeat;
		transform: rotate(90deg);
		margin: 10px 0;
	}
}
/* 相続の対策や手続きをトータルでご提案 */
.inheritance_total{
	position: relative;
	margin-top: 60px;
	padding-top: 60px;
}
.inheritance_total::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(170,170,170,0.5);
	top: 0;
	left: 0;
}
.inheritance_total-txtArea .f-min{
	line-height: 2.11;
	font-size: 1.30769rem;
	margin-bottom: 1.00769rem;
}
.inheritance_total-txtArea .txt_block{
	text-align: justify;
	color: #323232;
	line-height: 2;
}
.inheritance_total-summary{
	text-align: center;
	font-size: 1.0769rem;
	line-height: 1.76;
	margin-top: 2.4615rem;
}
.inheritance_total-summary p{
	margin-bottom: 0;
}
.inheritance_total-summary ul{
	display: flex;
	justify-content: center;
}
.inheritance_total-summary .col3{
	margin-top: 1.523rem;
	margin-bottom: 0;
}
.inheritance_total-summary .col2{
	margin-top: 5px;
	margin-bottom: 1.138rem;
}
.inheritance_total-summary ul li{
	list-style: none;
	background-color: #fff;
	padding: 0.48rem 0.2rem;
}
.inheritance_total-summary ul li:first-child{
	margin: 0;
}
@media screen and (min-width: 768px){
	.inheritance_total-flex{
		display: flex;
		justify-content: space-between;
	}
	.inheritance_total-img{
		width: 45.419%;
	}
	#page-main .inheritance_total-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 90% center;
	}
	.inheritance_total-txtArea{
		width: 46.597%;
		align-self: center;
	}
	.inheritance_total-txtArea .f-min{
		font-size: 1.3846rem;
		margin-bottom: 1.392rem;
	}
	.inheritance_total-summary{
		margin-top: 3.446rem;
	}
	.inheritance_total-summary ul li{
		padding: 0.48rem 1.56rem;
		margin-left: 5px;
	}
}
@media screen and (min-width: 992px){
	.inheritance_total{
		margin-top: 90px;
		padding-top: 90px;
	}
	.inheritance_total-img{
		width: 52.41935%;
	}
	#page-main .inheritance_total-img img{
		object-position: center;
	}
	.inheritance_total-txtArea{
		width: 39.5967%;
	}
}
@media screen and (min-width: 1200px){
	.inheritance_total-txtArea .f-min{
		font-size: 1.571rem;
		margin-bottom: 2.0714rem;
	}
	.inheritance_total-txtArea .txt_block{
		font-size: 1.0714rem;
	}
	.inheritance_total-summary{
		font-size: 1.214rem;
		margin-top: 3.7857rem;
	}
	.inheritance_total-summary ul li{
		padding: 0.54rem 1.75rem;
	}
	.inheritance_total-summary .col3{
		margin-top: 2.5rem;
	}
	.inheritance_total-summary .col2{
		margin-bottom: 1.6428rem;
	}
}
@media screen and (min-width: 1400px){
	.inheritance_total{
		margin-top: 120px;
		padding-top: 120px;
	}
}
@media screen and (max-width: 767px){
	.inheritance_total-img{
		margin-bottom: 1.8923rem;
	}
	.inheritance_total-summary .col2{
		flex-direction: column;
	}
	.inheritance_total-summary .col2 li{
		margin-top: 5px;
	}
	.inheritance_total-summary .col3{
		justify-content: space-between;
	}
	.inheritance_total-summary .col3 li{
		width: calc((100% - 10px)/3);
	}
}
/* INHERITANCE EXPERTS */
.inheritance_experts{
	margin-top: 5.469rem;
}
.inheritance_experts-main{
	margin-bottom: 3.246rem;
}
.inheritance_experts-main .en_tit1{
	margin-bottom: 2.3769rem;
}
.inheritance_experts-main .txt_block{
	line-height: 2;
	color: #323232;
}
.experts-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}
.experts-list li{
	width: calc((100% - 15px)/2);
	margin-top: 40px;
	list-style: none;
}
.experts-list li:first-child, .experts-list li:nth-child(2){
	margin-top: 0;
}
.experts-list li a{
	color: #000;
}
.experts-list li a:hover{
	text-decoration: none;
}
.experts-list li a:hover .p_button .arrow{
	right: -4px;
}
.experts-img{
	margin-bottom: 1.10769rem !important;
}
.experts-job, .experts-office{
	font-size: 0.7692rem;
	letter-spacing: 0.06em;
}
.experts-job{
	background-color: #323232;
	color: #fff;
	display: inline-block;
	padding: 0.05rem 0.73rem;
}
.experts-office{
	color: #323232;
	line-height: 1.7;
	margin: 0.369rem 0 0.3538rem;
}
.experts-name{
	letter-spacing: 0.06em;
	font-size: 1.23rem;
	margin-bottom: 0.823rem;
}
.experts-list .p_button{
	width: 100%;
	font-size: 0.846rem;
}
.experts-modal .modal__content{
	padding: 2.4769rem 0 3.346rem;
}
.experts-modal .en_tit1{
	margin-bottom: 1.807rem;
}
.experts-modal-flex{
	width: 85%;
	margin: 0 auto;
}
.experts-modal .experts-office{
	min-height: unset;
}
.experts-modal .experts-name{
	margin-bottom: 0;
}
.experts-modal-txtArea .txt_block{
	text-align: justify;
	line-height: 2;
	color: #323232;
}
.experts-modal-txtArea .txt_block p + p{
	margin-top: 1.053rem;
}
@media screen and (min-width: 768px){
	.experts-list li{
		width: calc((100% - 45px)/4);
	}
	.experts-list li:nth-child(3), .experts-list li:nth-child(4){
		margin-top: 0;
	}
	.experts-modal .modal__wrapper{
		max-width: 1000px;
		max-height: 757px;
	}
	.experts-modal .modal__content{
		padding: 3.2461rem 0 4.015rem;
	}
	.experts-modal-flex{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.experts-modal-imgArea{
		position: sticky;
		top: 0;
		width: 37.647058%;
	}
	.experts-modal-txtArea{
		width: 54.1176%;
		align-self: center;
	}
}
@media screen and (min-width: 992px){
	.inheritance_experts{
		margin-top: 8.3538rem;
	}
	.experts-list li{
		margin-top: 50px;
	}
	.experts-modal .modal__content{
		padding: 4.3rem 0 5.11428rem;
	}
}
@media screen and (min-width: 1200px){
	.inheritance_experts{
		margin-top: 7.7357rem;
	}
	.inheritance_experts-main{
		margin-bottom: 6.5428rem;
	}
	.inheritance_experts-main .en_tit1{
		margin-bottom: 4.2rem;
	}
	.inheritance_experts-main .txt_block{
		font-size: 1.0714rem;
	}
	.experts-list li{
		width: calc((100% - 60px)/4);
		margin-top: 60px;
	}
	.experts-img{
		margin-bottom: 1.942rem !important;
	}
	.experts-job, .experts-office{
		font-size: 0.75rem;
	}
	.experts-job{
		padding: 0.07rem 1.03rem;
	}
	.experts-office{
		margin: 0.8714rem 0 0.985rem;
	}
	.experts-name{
		font-size: 1.4285rem;
		margin-bottom: 1.5rem;
	}
	.experts-list .p_button{
		font-size: 1rem;
	}
	.experts-modal .modal__content{
		padding: 4.3rem 0 5.11428rem;
	}
	.experts-modal .en_tit1{
		margin-bottom: 3.107rem;
	}
	.experts-modal-txtArea .txt_block p + p{
		margin-top: 1.15rem;
	}
}
@media screen and (min-width: 1400px){
	.inheritance_experts{
		margin-top: 10.414rem;
	}
	.experts-list li{
		width: calc((100% - 120px)/4);
		margin-top: 70px;
	}
}
@media screen and (min-width: 1600px){
	.experts-job, .experts-office{
		font-size: 0.928rem;
	}
	.experts-modal .modal__content{
		padding: 4.3rem 0 5.11428rem;
	}
}
@media screen and (max-width: 1099px){
	.experts-office{
		min-height: calc(1.7em * 2);
	}
}
@media screen and (max-width: 767px){
	.experts-list li:last-child .experts-office, .experts-list li:nth-last-child(2) .experts-office{
		min-height: unset;
	}
	.experts-modal-txtArea{
		position: relative;
		margin-top: 1.9769rem;
		padding-top: 2.61538rem;
	}
	.experts-modal-txtArea::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		background-color: rgba(170,170,170,0.5);
		top: 0;
		left: 0;
	}
	.experts-modal-txtArea .en_tit1{
		margin-bottom: 0.923rem;
	}
}
/* PAMPHLET */
.page_pamphlet{
	margin: 90px 0 6.423rem;
	padding: 90px 0;
}
.page_pamphlet-txtArea .en_tit1{
	margin-bottom: 1.992rem;
}
.page_pamphlet-txtArea .txt_block{
	color: #323232;
	line-height: 2;
	text-align: justify;
	margin-bottom: 1.592rem;
}
@media screen and (min-width: 768px){
	.page_pamphlet-flex{
		display: flex;
		justify-content: space-between;
	}
	.page_pamphlet-img{
		width: 57.484%;
		background-color: #fff;
	}
	#page-main .page_pamphlet-img img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.page_pamphlet-txtArea{
		width: 34.532%;
		align-self: center;
	}
}
@media screen and (min-width: 992px){
	.page_pamphlet{
		margin: 135px 0 10.084rem;
		padding: 135px 0;
	}
	.page_pamphlet-img{
		width: 60.4838%;
	}
	.page_pamphlet-txtArea{
		width: 31.532258%;
	}
}
@media screen and (min-width: 1200px){
	.page_pamphlet{
		margin-bottom: 9.3428rem;
	}
	.page_pamphlet-txtArea .en_tit1{
		margin-bottom: 3.3857rem;
	}
	.page_pamphlet-txtArea .txt_block{
		font-size: 1.0714rem;
		margin-bottom: 2.4714rem;
	}
}
@media screen and (min-width: 1400px){
	.page_pamphlet{
		margin: 180px 0 12.657rem;
		padding: 180px 0;
	}
}
@media screen and (max-width: 767px){
	.page_pamphlet-img{
		margin-bottom: 3.646rem;
	}
}
/* CONTACT US */
.inheritance_contact .form_tel-block{
	position: relative;
	padding-top: 2rem;
	margin-top: 2.576rem;
}
.inheritance_contact .form_tel-block::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(170,170,170,0.5);
	top: 0;
	left: 0; 
}
.inheritance_contact .tel_txt{
	color: #323232;
	font-size: 1rem;
	margin-bottom: -0.0615rem;
}
.inheritance_contact .tel_num + .tel_num{
	margin-top: -0.7615rem;
}
@media screen and (min-width: 1200px){
	.inheritance_contact .form_tel-block{
		padding-top: 2.5714rem;
		margin-top: 3.885rem;
	}
	.inheritance_contact .tel_txt{
		margin-bottom: 0.014285rem;
	}
	.inheritance_contact .tel_num + .tel_num{
		margin-top: -0.7714rem;
	}
}

/******************************
/* 不動産売買情報
******************************/
.estate .f27{
	margin-bottom: 2.2769rem;
}
.estate ul{
	margin-bottom: 0;
}
.estate ul li{
	list-style: none;
}
.estate ul li a{
	display: block;
	color: #000;
}
.estate ul li a:hover{
	text-decoration: none;
}
.estate ul li a:hover .p_button .arrow{
	right: -4px;
}
.estate-img.zoom{
	margin-bottom: 1.523rem;
}
.estate .p_button{
	width: 100%;
}
@media screen and (min-width: 768px){
	.estate ul{
		display: flex;
		justify-content: space-between;
	}
	.estate ul li{
		width: calc((100% - 40px)/3);
	}
}
@media screen and (min-width: 1200px){
	.estate .f27{
		margin-bottom: 4.3rem;
	}
	.estate ul li{
		width: calc((100% - 60px)/3);
	}
	.estate-img.zoom{
		margin-bottom: 2.1rem;
	}
}
@media screen and (max-width: 767px){
	.estate ul li + li{
		margin-top: 55px;
	}
}

/******************************
/* プライバシーポリシー
******************************/
.policy_block p, .policy_block ul, .policy_block ol{
	color: #323232;
}
.policy_block .pmb0{
	margin-bottom: 0;
}
.policy_block + .policy_block{
	margin-top: 2.1769rem;
}
.indices li{
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.indices li.annotation{
	padding-left: 2.8em;
	text-indent: -2.8em;
}
.privacy-list li:first-child{
	list-style: none;
}
.privacy-list li:not(:first-child){
	margin-left: 1rem;
}
@media screen and (min-width: 768px){
	.indices{
		padding-left: 1.5rem;
	}
	.privacy-list{
		padding-left: 1.5rem;
	}
}
@media screen and (min-width: 1200px){
	.policy_block p, .policy_block ul, .policy_block ol{
		line-height: 2;
		font-size: 1.071rem;
	}
	.policy_block + .policy_block{
		margin-top: 3rem;
	}
}

/******************************
/* 送信完了
******************************/
.thanks_block_outer{
	text-align: center;
}
.thanks_block{
	display: inline-block;
	text-align: left;
	line-height: 2;
	color: #323232;
}
.thanks_block .txt_block p + p{
	margin-top: 0.923rem;
}
.thanks_block .p_button{
	margin-top: 2.746rem;
}
@media screen and (min-width: 1200px){
	.thanks_block .txt_block p + p{
		margin-top: 1.0428rem;
	}
	.thanks_block .p_button{
		margin-top: 3.1857rem;
	}
}