@charset "UTF-8";
/*-------------------------------------------
mv
--------------------------------------------*/
.mv{
	width: 100%;
	position: relative;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 61%, var(--SubColor) 61%, var(--SubColor) 100%);
}
.mv_side{
	writing-mode: vertical-rl;
	letter-spacing: 0.55em;
	position: absolute;
	top: 6.5vw;
	left: 2.4vw;
	transform: translateX(-50%);
}
.mv_txt {
	position: absolute;
	/* top: 6.83vw;
	right: 11.09vw; */
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2em 2.7em;
	background: #00000070;
}
.mv_txt h2{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2.0vw;
	color: #fff;
	text-align: left;
	line-height: 1.55;
}
.mv_img{
	width: 90%;
	margin: 0 auto;
}
/*-- NEWS --*/
.mv_news_area{
	background-color: var(--SubColor);
	color: #fff;
	padding: 2vw 0 2.8vw;
	position: relative;
}
.mv_news_area::after{
	content: "";
	border-top: 1.6vw solid var(--SubColor);
	border-right: 1.6vw solid transparent;
	border-left: 1.6vw solid transparent;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,80%);
}
.mv_news_area_inner{
	display: flex;
	justify-content: space-between;
}
.mv_news_ttl{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.1vw;
	line-height: 1.6;
	padding-right: 3.65vw;
}
.mv_news_ttl span{
	display: block;
	font-size: 0.35em;
}
.mv_news_area_txt{
	width: 89vw;
}
.mv_news_area_txt dl{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding: 0.9vw 0.4vw;
	line-height: 1.3;
}
.mv_news_area_txt dl:first-of-type{
	padding-top: 0.5vw;
}
.mv_news_area_txt dt{
	font-size: 0.95vw;
	font-weight: 300;
}
.mv_news_area_txt dd:first-of-type{
	font-size: 0.65vw;
	background-color: var(--AccentColor);
	width: 5vw;
	text-align: center;
	line-height: 1.66vw;
	margin: 0 1.3vw;
	font-weight: 300;
}
.mv_news_area_txt dd:nth-of-type(2){
	font-size: 0.86vw;
	line-height: 1.3vw;
	font-weight: 300;
}
.mv_news_area_txt a{
	color: #fff;
}
.mv_news_area_txt a:hover{
	opacity: 1;
}
/*-------------------------------------------
top_con01
--------------------------------------------*/
.top_con01,.top_con02,.top_con03,.top_flow{
	padding: 6.03vw 0 7.03vw;
	position: relative;
}
.top_con01{
	padding-bottom: 10.03vw
}
.top_con01::before{
	content: "";
	width: 82.343vw;
	height: 35.5vw;
	background-color: var(--GrayBgColor);
	position: absolute;
	bottom: 6.5vw;
	left: 0;
	z-index: -1;
}
.top_con01_ttl{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.6vw;
	line-height: 1.4;
	position: relative;
	padding-bottom: 0%;
	font-weight: 500;
}
.top_con01_ttl::after{
	content: "ABOUT US";
	font-size: 5.21vw;
	color: #ECECEC;
	position: absolute;
	right: 0;
	top: 52%;
	transform: translateY(-50%);
	font-weight: 400;
}
.top_con01_box{
	display: flex;
	justify-content: space-between;
}
.top_con01_txtbox{
	width: 41%;
	padding-top: 9.5%;
	line-height: 1.65
}
.top_con01_txtbox .top_con01_txt01+p{
	padding-top: 2.5%;;
}
.top_con01_btn a:hover{
	opacity: 1;
	color: #fff;
	transition-delay: .2s;
}
.top_con01_btn a{
	display: inline-block;
	color: var(--SubColor);
	text-decoration: none;
	text-align: center;
	width: 16.98vw;
	background-color: #fff;
	border: 1px solid var(--SubColor);
	/*padding-left: 4vw;*/
	line-height: 3.5vw;
	margin-top: 9.5%;
	position: relative;
	overflow: hidden;
	transition: ease .2s;
}
.top_con01_btn a svg{
	vertical-align: middle;
	width: 1.1vw;
	margin-left: 4vw;
	fill:var(--SubColor);
}
.home_con01_img{
	width: 55.5%;
}

/*-------------------------------------------
top_con02
--------------------------------------------*/
.top_con02{
	background-image: url("../images/top_servicebg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	z-index: 1;
}
.top_con02::before{
	content: "";
	background-color: rgba(72,95,25,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#home h3{
	font-family: 'Noto Serif JP', serif;

	font-weight: 500;
	font-size: 2.75vw;
	position: relative;
	padding-bottom: 1.2vw;
}
.top_h3_lead{
	padding-bottom: 3.6vw;
}
.top_con02 h3::before,
.top_con03 h3::before,
.top_flow h3::before{
	content: "SERVICE";
	font-size: 5.21vw;
	color: #9ca786;
	position: absolute;
	right: 0;
	top: 2.5vw;
	font-weight: 400;
	letter-spacing: 0.03em;
}
.top_con02_dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2vw 0;
}
.top_con02_dl a:hover{
	opacity: 1;
}
.top_con02_dl a:hover img{
	/*opacity: 0.6;*/
	transform: scale(1.1,1.1);
	transition : .3s;
}
.top_con02_dl a:hover .cont{
	/*text-decoration: underline;*/
	transition : .5s;
}
.top_con02_dl a{
	color: #333;
	text-decoration: none;
	width: 48.5%;
}
.top_con02_dlbox{
	display: grid;
	grid-template-columns: 27.7% 1fr;
	background-color: var(--GrayBgColor);
	align-items: center;
}
.top_con02_img{
	/* width: 42.3%; */
	overflow: hidden;
}
.top_con02_dltxt{
	padding: 0 5% 1.2%;
}
.top_con02_dltxt dt{
	font-size: 1.35vw;
	padding-bottom: 2.8%;
	font-weight: 500;
}
.top_con02_dltxt dt span{
	font-size: 1.25vw;
	color: var(--AccentColor);
	padding-right: 0.5vw;
}
.top_con02_dltxt dd{
	font-size: 0.94vw;
	color: #707070;
}
.top_con02_dl span.cont {
	color: #4473BB;
}
.top_con02_dltxt dt .text_small {
	font-size: 0.8em;
	color: #333333;
}

/*-------------------------------------------
top_con03
--------------------------------------------*/
.top_con03 {
	background-color: var(--SubColor);
	background: linear-gradient(white 28vw, var(--SubColor) 28vw);
}
.top_con03 h3::before{
	content: "STRENGTH";
	color: #ECECEC;
	top: 2.5vw;
}
.top_con03_ul{
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.top_con03_ul li{
	width: 32.55%;
}
.top_con03_img{
	width: 100%;
	height: 16vw;
}
.top_con03_img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.top_con03_ul p:first-of-type{
	font-size: 1.2vw;
	font-weight: 500;
	padding: 3.5% 0% 3.5%;
}
.top_con03_ul:nth-of-type(2) p{
	font-size: 1.0vw;
	padding: 0 0;
	font-weight: 300;
}


/*-------------------------------------------
top_flow
--------------------------------------------*/
.top_flow h3{
	position: relative;
}
.top_flow h3::before{
	content: "FLOW";
	color: #ECECEC;
	top: 2.5vw;
}
.top_flow_ol{
	display: flex;
	justify-content: space-between;
}
.top_flow_ol li{
	width: 24%;
	position: relative;
	border: 1px solid #707070;
	text-align: center;
	margin-top: 1.14vw;
}
.flow_step{
	font-size: 1.14vw;
	color: #fff;
	background-color: var(--SubColor);
	display: inline-block;
	padding: 1.3% 14% 1.7%;
	border-radius: 1000px;
	transform: translateY(-50%);
}
.flow_ttl{
	font-size: 1.35vw;
	font-weight: 500;
}
.flow_icon{
	width: 50%;
	margin: 0 auto;
}
.flow_txt{
	font-size: 0.93vw;
	text-align: left;
	padding: 0 6% 8%;;
}
.top_con_flow_txt01{
	font-size: 1.56vw;
	font-weight: 400;
	text-align: center;
	padding-top: 3.7vw;
}



/*-------------------------------------------
下層ページ
--------------------------------------------*/
/*----- 下層mv -----*/
.lower_mv{
	background-image: url("../images/lower_mv.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position:left top;
	height: 23.0vw;
	display: flex;
	align-items: center;
	position: relative;
}
.lower_mv::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
}

.lower_mv h2{
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 2.35vw;
	font-weight: 500;
	line-height: 1.6;
	padding-left: 4.0vw;
	position: relative;
	z-index: 1;
}
.lower_mv h2 span{
	font-size: 0.4em;
	display: block;
	color: #fff;
}
.pankuzu{
	font-size: 0.85vw;
	padding-top: 1.5em;
	padding-left: 4.0vw;
	color: #999;
}
.pankuzu a{
	color: #999;
	text-decoration: none;
}
/*----- section title bg -----*/
.lower_section{
	padding-bottom: 5.20vw;
}
.lower_section_bg{
	background-color: var(--GrayBgColor);
	padding-bottom: 5.20vw;
	/*padding: 5.20vw 0;*/
}
.fee_bg:nth-of-type(even) {
    background-color: var(--GrayBgColor);
}
#aboutus .lower_section_bg:nth-of-type(3) {
    padding-top: 0;
}
.lower_section_bg__{
	padding-top: 5.2vw;
}
.white_bg{
	background-color: #fff;
	padding-bottom: 5.20vw;
	box-shadow: -1px 3px 10px -1px #ccc;
}
.lower_section section.white_bg+section{
	margin-top: 4.16vw;
}

/*----- section title -----*/
.lower_section_ttl h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4vw;
	font-weight: 500;
	text-align: center;
	position: relative;
	margin-bottom: 2.87vw;
	padding-top: 4.5vw;
	padding-bottom: 1.2vw;
}
.lower_section_ttl h3::after{
	content: "";
	height: 0.25vw;
	width: 5.0vw;
	background-color: var(--SubColor);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0)
}
/*-------------------------------------------
aboutus
--------------------------------------------*/
/*----- 代表挨拶 ------*/
.message_box{
	display: flex;
	justify-content: space-between;
}
.message_box_txt{
	/* width: 56%; */
	width: 100%;
}
.message_box_img{
	/* width: 38%; */
}
.message_box_ttl{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6vw;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 1.2vw;
	color: #333333;
}
.message_box_p{
	line-height: 1.65;
}
.message_box_p+p{
	padding-top: 1.2vw;
}
.message_box_sign{
	text-align: right;
	font-size: 1.45vw;
	padding-top: 1.2vw;
	font-weight: 400;
}
.message_box_sign span {
	font-size: 0.65em;
	display: inline-block;
	padding-right: 1.2em;
}

/*----- 事務所概要 ------*/
.office_info dl{
	display: flex;
}
.office_info dt{
	font-weight: 600;
	color: #555555;
	width: 17.5%;
	padding: 2.97% 0;
	padding-left: 1.86%;
	border-bottom: 0.156vw solid var(--SubColor);
}
.office_info dd{
	width: 82.5%;
	padding: 2.97% 0;
	padding-left: 4.24%;
	border-bottom: 0.156vw solid #d8d8d8;
}
.office_info_age:not(:first-of-type) {
    padding-top: 2%;
}
.office_info dl:first-child dt{
	font-weight: 600;
	padding-top: 1.5%;
	color: #555555;
}
.office_info dl:first-child dd{
	padding-top: 1.5%;
}
.office_info_imgarea{
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding-top: 3.64vw;
}
.office_info_imgarea li{
	width: 31.25%;
}
.office_info_imgarea li p{
	padding-top: 0.8vw;
	font-size: 0.9vw;
}

/*----- アクセス ------*/
.access01{
	text-align: center;
}
.access01 span{
	display: inline-block;
	padding-right: 1em;
}
.access_gmap iframe{
	display: block;
	width: 100%;
	height: 36vw;
	margin-top: 2.0%;;
}
.access_howto{
	display: flex;
	margin-top: 2.2%;
}
.access_howto .howto_ttl{
	font-size: 0.9vw;
	font-weight: 600;
	padding-bottom: 0.5vw;
	color: #555555;
}
.howto01,.howto02{
	width: 50%;
}
.howto02{
	border-left: 1px solid #cccccc;
	padding-left: 4.15%;
}
.access_howto ul li{
	font-size: 0.9vw;
	padding-bottom: 0.1vw;
	line-height: 1.6;
}


/*-------------------------------------------
service
--------------------------------------------*/
/*--ページ上部アンカーリンク--*/
.service_link_box{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
	gap: 1.55vw 1.2vw;
	margin: 4.1vw 0;
}
.service_link_box li{
	/* width: 31.5%; */
	/*background-image: url("../images/arrow01.svg");*/
	background-repeat: no-repeat;
	background-position: center right 6%;
	background-size: 0.6em auto;
}
.service_link_box a{
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 1.15vw;
	color: #000;
	text-decoration: none;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	text-align: left;
	border: 1px solid #bbbbbb;
	padding-left: 5.5%;
	padding-right: 6.5%;
	height: 5vw;
	position: relative;
}
.service_link_box a::after{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	color: #555;
	font-weight: 900;
	font-size: 0.95vw;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}
.lower_section_ttl h3 span {
	font-size: 0.8em;
	line-height: 1.4;
	/* display: block; */
  }
/*.service_link_box a::after{
	content: "↓";
	color: #555;
	font-size: 0.95vw;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}*/
/*--業務内容説明文--*/
.service_explain{
	display: flex;
	justify-content: space-between;
}
.service_explain_txt{
	width: 50%;
}
.service_explain_txt ul {
	padding-bottom: 0.5em;
}
.service_explain_link {
    text-align: right;
    margin-top: 3vw;
    text-decoration: underline;
    color: var(--linkColor);
}
.service_explain_img{
	width: 47%;
	height: 20vw;
}
.service_explain_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_explain_txt p+p{
	padding-top: 1.2vw;
}
.service_explain_ttl {
	display: block;
	font-weight: 700;
	padding-bottom: 0.2em;
}

/*-よくある質問-*/
.service_faq_ttl{
	font-size: 1.25vw;
	font-weight: 600;
	padding: 4.0% 0 1.5%;
}
.service_faq_item{
	position: relative;
}

/*アコーディオン*/
.service_faq .toggle {
	display: none;
}
.service_faq .option {
	position: relative;
	margin-bottom: 2.0%;
}
.service_faq .option:last-of-type{
	margin-bottom: 0;
}
.service_faq .title,
.service_faq .content {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.service_faq .title {
	border: solid 1px #aaaaaa;
	padding: 2.55%;
	padding-left: 2.5%;
	padding-right: 7%;
	display: block;
	cursor: pointer;
}
.service_faq .title::after,
.service_faq .title::before {
	content: "";
	position: absolute;
	right: 3.5%;
	top: calc(50% - 0.4em);
	width: 2px;
	height: 0.8em;
	background-color: #707070;
	transition: all 0.3s;
}
.service_faq .title::after {
	transform: rotate(90deg);
}
.service_faq .content {
	max-height: 0;
	overflow: hidden;
}
.service_faq .content p {
	margin: 0;
	padding: 1em 1.4em 1em;
}
.service_faq .toggle:checked + .title + .content {
	max-height: 5000px;
	transition: all 1.0s;
}
.service_faq .toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}
/*--------アコーディオンの設定ここまで------*/


/*-------------------------------------------
fee
--------------------------------------------*/
.fee_section_introtxt{
	padding-bottom: 1.5vw;
	line-height: 1.5;
}
.fee_table{
	width: 100%;
}
.fee_table th,.fee_table td{
	border: 1px solid #cacaca;
	font-weight: 400;
	/*font-size: 1.3vw;*/
	vertical-align: middle;
	padding: 1.4vw;
}
.fee_table tr:first-of-type th{
	background-color: var(--SubColor);
	color: #fff;
	padding: 0.68vw;
}
.fee_table tr:nth-of-type(n+2) th{
	text-align: left;
	background-color: var(--TableBgColor);
}
.fee_table tr:nth-of-type(n+2) td{
	text-align: left;
	background-color: #fff;
}
.fee_table .zei_small {
	font-size: 0.8em;
}
.fee_table .small_indent {
	font-size: 0.8em;
}
.fee_table_ttl01{
	font-size: 1.2vw;
	font-weight: 500;
	padding-bottom: 1.2%;
}
.fee_table_ttl01:nth-of-type(n+2){
	padding-top: 3.2%;
}
.table_note_area{
	font-size: 0.95vw;
	margin-top: 1.2vw;
	line-height: 1.5;
}
.table_note_area li+li{
	padding-top: 0.26vw;
}
.table_note_area li,.table_note_area p{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 0.95em;
}

/*テーブルの横幅*/
.fee_table3_7 tr th:first-of-type{width: 30%;}
.fee_table3_7 tr td:nth-of-type(2){width: 70%;}

.fee_table4_6 tr th:first-of-type{width: 40%;}
.fee_table4_6 tr td:nth-of-type(2){width: 60%;}

.fee_table5_5 tr th:first-of-type,.fee_table5_5 tr td:nth-of-type(2){width: 50%;}

/*-------------------------------------------
fee2
--------------------------------------------*/
.miniTextBox p {
	text-align: center;
  }
  .lower_section_bg_fee2 {
	background-color: var(--GrayBgColor);
	padding: 5.2vw 0px;
  }
  .white_bg2 {
    background-color: #fff;
    padding-bottom: 5.20vw;
    padding-top: 5.20vw;
    box-shadow: -1px 3px 10px -1px #ccc;
  }
  .wrap_r_fee2 {
    max-width: 75%;
    margin: 0 auto;
}
  .wrap_s_fee2 {
	max-width: 65vw;
	margin: 0px auto;
  }
  .fee2 dl dt {
	font-size: 1.2vw;
    position: relative;
    padding-bottom: 0.7vw;
    margin-bottom: 0.7vw;
    line-height: 100%;
    font-weight: 600;
    /* padding-top: 1.5%; */
    color: #000;
    /* width: 82.5%; */
    width: 100%;
    border-bottom: 1px solid #707070;
  }
  .fee2_small {
    font-size: 0.8em;
    padding-left: 2%;
  }
  .fee2 dl:not(:first-child) {
	margin-top: 3.5vw;
  }

/*-------------------------------------------
contact
--------------------------------------------*/
.contact_info{
	text-align: center;
}
.contactpage_point{
	display: flex;
	justify-content: space-between;
	width: 78%;
	margin: 0 auto;
	padding: 3.8% 0;
}
.contactpage_point li{
	width: 31.5%;
	border: 1px solid #000;
	text-align: center;
	padding: 0.85vw;
}
.contactpage_point li span{
	font-size: 0.8em;
}
.contact_telbox{
	border: 0.26vw solid #ececec;
	padding: 2.4%;
	text-align: center;
}
h4{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.0;
}
.contact_telbox_tel a{
	color: #333333;
	text-decoration: none;
	font-size: 3.0vw;
	padding-left: 2.3vw;
	background: url(../images/icon_tel.svg) no-repeat;
	background-size: 1.8vw 1.8vw;
	background-position: left 0.45em;
	font-family: 'Noto Serif JP', serif;
}
.contact_telbox_uketsuke{
	font-size: 0.9vw;
}
#contact .lower_section_bg {
    padding-bottom: 0
}
/*---お問い合わせフォーム---*/
.form_wrap{
	padding-top: 5.2vw;
}
.form_info{
	text-align: center;
	padding-top: 2.5vw;
}


/*---form---*/
.contact_form{
	padding-top: 2.9vw;
}
.contact_form dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d8d8d8;
	padding: 2.3% 1.7%;
}
.contact_form dl:first-of-type{
	padding-top: 0;
}
.contact_form dl:last-of-type{
	margin-bottom: 3.12vw;
}
.contact_form dt{
	width: 26%;
	
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}
.contact_form dd{
	width: 70.5%;
}
.contact_form span.hissu,
.contact_form span.nini{
font-size: 0.75em;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	background-color: var(--SubColor);
	padding: 0.25vw 1.1vw;
	letter-spacing: 0.2em;
	margin-left: 1.04vw;
}
.contact_form span.nini{
	background-color: #b7b7b7;
}
.checkbox label{
	display: inline-block;
}
.checkbox label:nth-of-type(n+2){
	padding-top: 0.26vw;
}
input,textarea{
	font-size:1.1vw;
}
#company,
#name,
#telefon,
#ad,
#Email,
#remarks{
	width:100%;
	background-color: #f3f3f3;
	border: none;
	padding: 0.8vw 0.7vw;
	}
#remarks{
	height: 12vw;
}
/*form placeholdeのfontcolor*/
input::placeholder,
textarea::placeholder{
	color: #a1a1a1;
	font-size:1vw;
}
/*submit*/
form_b{
	text-align: center;
}
.btn_effect01{
	background: none;
	background-color: var(--AccentColor);
	/*border: 1px solid var(--AccentColor);*/
	border:none;
	color: #fff;
	font-size: 1.4vw;
	letter-spacing: 0.08em;
	width: 33%;
	height: 3.5vw;
	border-radius: 1000px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
/*form input[type=submit] {
	background: none;
	background-color: var(--AccentColor);
	border: 1px solid var(--AccentColor);
	color: #fff;
	font-size: 1.4vw;
	letter-spacing: 0.08em;
	width: 33%;
	height: 3.5vw;
	border-radius: 1000px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}
form input[type=submit]:hover{
	text-decoration: none;
	background-color: #fff;
	color: var(--SubColor);
	border: 1px solid var(--SubColor);
}
form input[type=submit],
form input[type=submit]::before,
form input[type=submit]::after {
	transition: all .3s;
}
form input[type=submit]:hover {
	color: var(--SubColor);
	text-decoration: none;
}
*/

/*ラジオボタン*/
.radio-input{
	display: none;
}
.radio-input + label{
	padding-left: 23px;
	position:relative;
	margin-right: 40px;
}
.radio-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
	background-color: #fff;
}
.radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: var(--SubColor);
	border-radius: 50%;
}

/*チェックボックス*/

.checkbox-input{
	display: none;
}
.checkbox-parts{
	padding-left: 1.45vw;
	position:relative;
}
.checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.3vw;
	left: 0;
	width: 0.88vw;
	height: 0.88vw;
	border: 1px solid #999;
	border-radius: 2px;
	background-color: #fff;
}
.checkbox-input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	/*top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;*/
	top: 0vw;
	left: 0.26vw;
	width: 0.36vw;
	height: 0.729vw;
	transform: rotate(40deg);
	border-bottom: 3px solid var(--SubColor);
	border-right: 3px solid var(--SubColor);
}

/*個人情報保護方針チェック*/
.policy_box{
	text-align: center;
	margin-bottom: 2.8vw;
}
.policy_box a{
	color: #000;
}
.policy_box p{
	margin-top: 0.5vw;
	font-size: 0.9vw;
}



/*-------------------------------------------
policy
--------------------------------------------*/
.policy_wrap{
	padding-top: 5.2vw;
}
.policy_info{
	text-align: left;
}
.policy_wrap dl{
	margin-top: 3.5vw;
}
.policy_wrap dt{
	font-size: 1.2vw;
	padding-bottom: 0.7vw;
	margin-bottom: 0.7vw;
	border-bottom: 1px solid #707070;
	font-weight: 600;
}
.policy_wrap ul{
	margin: 1vw 0;
}
.policy_wrap ul li{
	text-indent: -1em;
	padding-left: 1em;
}


/*-------------------------------------------
blog一覧
--------------------------------------------*/
.blog_wrap{
	padding: 5.2vw 0;
	display: flex;
	justify-content: space-between;
}
.blog_wrap a{
	color: #000;
	text-decoration: none;
}
.blog_wrap a:hover{
	text-decoration: underline;
}
.blog_content{
	width: 71%;
}
.blog_wrap aside{
	width: 26%;
}
.blog_content dl{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #d8d8d8;
	padding: 2.5% 1.5%;;
}
.blog_content > dl:first-of-type{
	padding-top: 0;
}
.blog_content dt{
	width: 12%;
}
.blog_content .cate{
	font-size: 0.9vw;
	color: #fff;
	background-color: var(--SubColor);
	padding: 0.15vw;
	width: 14.5%;
	margin-top: 0.2vw;
	text-align: center;
}
.blog_content .blog_ttl{
	width: 64%;
}
.blog_wrap .aside02{
	margin-top: 2.7vw;
}
.blog_wrap .aside01>p:first-of-type,
.blog_wrap .aside02>p:first-of-type{
	font-size: 1.19vw;
	font-weight: 600;
	padding-bottom: 1.14vw;
	border-bottom: 3px solid var(--SubColor);
}
.blog_wrap aside li{
	border-bottom: 1px solid #d8d8d8;
	padding: 1.7vw 0;
}
.pagefeed{
	margin-top: 2.5vw;
	text-align: center;
}
.pagefeed span{
	display: inline-block;
	padding: 0.36vw 0.52vw;
	border: 1px solid var(--SubColor);
	margin: 0 0.35vw;
}
.pagefeed .current{
	background-color: var(--SubColor);
	color: #fff;
}

.blog_detail time{
	color: #333;
	font-size: 0.83vw;
}
.blog_detail .blog_h3ttl{
	font-size: 2.08vw;
	font-weight: 400;
	padding: 0.52vw 0 1.3vw;
	margin-bottom: 1.5vw;
	position: relative;
	width: 100%;
	border-bottom: 3px solid #d8d8d8;
}
.blog_detail .blog_h3ttl:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 30%;
	height: inherit;
	border-bottom: 3px solid var(--SubColor);
}
.blog_detail p+p{
	padding-top: 1.5vw;
	line-height: 1.53;
}


/*-------------------------------------------
レスポンシブ
--------------------------------------------*/
@media screen and (max-width: 959px){
	.mv_txt {
		position: absolute;
		/* top: calc(70px + 4.0vw); */
		right: 11.09vw;
	}

	/*--下層ページMV--*/
	.lower_mv{
	margin-top: clamp(43px, 10vw, 70px);
	}
	/*--service.html 　ページ上部アンカーリンク flexからgridへ--*/
	.service_link_box{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
		gap:10px 2.5%;
		margin: 7% 0;
	}
	.service_link_box li{
		width: auto;
	}
	.top_con02_dltxt{
		padding: 0 10% 1.2%;
	}
/*-------------------------------------------
下層ページ　Fee2
--------------------------------------------*/
.wrap_r_fee2 {
	max-width: 90%;
}
}


@media screen and (max-width: 767px){
	/*--mv--*/
	.mv{
		width: 100%;
		position: relative;
		/*background: linear-gradient(180deg, #ffffff 0%, #ffffff 61%, var(--SubColor) 61%, var(--SubColor) 100%);*/
		background: #fff;
	}
	.mv_side{
		/*writing-mode: vertical-rl;
		letter-spacing: 0.55em;
		position: absolute;
		top: 5.8vw;
		left: 2.4vw;
		transform: translateX(-50%);*/
		display: none;
	}
	.mv_txt {
		position: absolute;
		/* top: calc(60px + 3.0vw); */
		left: 0;
		top: 0;
		transform: translate(0, 0);
		bottom: 0;
		top: 76%;
		width: 100%;
		padding-left: 1.5em;
		padding-right: 1.5em;
		padding-top: 1.2em;
	}
	.mv_txt h2{
		/*font-family: 'Noto Serif JP', serif;*/
		font-weight: 700;
		font-size: 1.9rem;
		/*color: #fff;*/
		text-align: left;
		line-height: 1.55;
	}
	.mv_img{
		width: 100%;
		/*margin: 0 auto;*/
	}
	.mv_img img{
		min-height: 530px;
		width: 100%;
		object-fit: cover;
		margin-top: 11vw;
	}
	.lower_mv_wrap {
		background-repeat: no-repeat;
        background-size: cover;
        min-height: 180px;
        max-width: 100%;
        background-position: center top;
    }
		/*-- NEWS --*/
	.mv_news_area{
		background-color: var(--GrayBgColor);
		color: #333;
		padding: 5% 0 6%;
		/*position: relative;*/
	}
	.mv_news_area::after{
		/*content: "";*/
		border-top: 16px solid #f3f3f3;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		/*position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%,80%);*/
		z-index: 1;
	}
	.mv_news_area_inner{
		/*display: flex;*/
		flex-direction: column;
		/*justify-content: space-between;*/
	}
	.mv_news_ttl{
		/*font-family: 'Noto Serif JP', serif;*/
		font-size: 2.2rem;
		line-height: 1.5;
		text-align: center;
		padding-right: 0;
		padding-bottom: 4.5%;
	}
	.mv_news_ttl span{
		display: block;
		font-size: 0.45em;
	}
	.mv_news_area_txt{
		width: 100%;
	}
	.mv_news_area_txt dl{
		/*display: flex;*/
		flex-wrap: wrap;
		align-items: center;
		border-bottom: 1px solid #999;
		padding: 3.5% 1%;
		line-height: 1.3;
	}
	.mv_news_area_txt dl:first-of-type{
		padding-top: 0vw;
	}
	.mv_news_area_txt dt{
		font-size: 1.27rem;
		font-weight: 400;
		color: #aaa;
	}
	.mv_news_area_txt dd:first-of-type{
		font-size: 0.85rem;
		/*background-color: var(--AccentColor);*/
		width: auto;
		text-align: center;
		line-height: 1.8;
		padding: 0 2.5%;
		margin: 0 3%;
		font-weight: 400;
		color: #fff;
	}
	.mv_news_area_txt dd:nth-of-type(2){
		font-size: 1.3rem;
		line-height: 1.3;
		font-weight: 400;
		width: 100%;
		padding-top: 1%;
		color: #555;
	}
	.mv_news_area_txt a{
	color: #555;
	}
		/*----------top_con01-------------------*/
	.top_con01,.top_con02,.top_con03,.top_flow{
		padding: 9% 0 11.5%;
		/*position: relative;*/
	}
	.top_con03{
		padding-bottom: 0;
	}
	.top_con01{
		background-color: #fff;
		padding-bottom: 10.03vw;
	}
	.top_con01::before{
		content: none;
		/*width: 100%;
		height: 60%;
		background-color: var(--GrayBgColor);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;*/
	}
	.top_con01_ttl{
		/*font-family: 'Noto Serif JP', serif;*/
		font-size: 2.2rem;
		line-height: 1.4;
		/*position: relative;*/
		padding-bottom: 4%;
		padding-top: 1.5%;
		font-weight: 700;
	}
	.top_con01_ttl::after{
		content: none;
		/*font-size: 5.21vw;
		color: #ECECEC;
		position: absolute;
		right: 0;
		top: 52%;
		transform: translateY(-50%);
		font-weight: 400;*/
	}
	.top_con01_box{
		/*display: flex;*/
		flex-direction: column-reverse;
		justify-content: space-between;
	}
	.top_con01_txtbox{
		width: 100%;
		padding-top: 4.0%;
		line-height: 1.65
	}
	.top_con01_txtbox .top_con01_txt01+p{
		padding-top: 2.5%;
	}
		.top_con01_btn{
			text-align: center;
		}
	.top_con01_btn a:hover{
		opacity: 1;
	}
	.top_con01_btn a{
		/*display: inline-block;
		color: var(--SubColor);
		text-decoration: none;
		text-align: center;*/
		width: auto;
		min-width: 240px;
		/*background-color: #fff;
		border: 1px solid var(--SubColor);*/
		/*padding: 0.8em 0.8em 0.85em 4em;*/
		padding: 0.85em 0 0.9em 0;
		line-height: 1.5;
		margin-top: 5%;
		/*position: relative;
		overflow: hidden;
		transition: ease .2s;*/
	}
	.top_con01_btn a svg{
		/*vertical-align: middle;*/
		width: 0.9em;
		margin-left: 3em;
		/*fill:var(--SubColor);*/
	}
	.home_con01_img{
		width: 100%;
	}
	
	
		/*----------top_con02-------------------*/
	.top_con02{
		/*background-image: url("../images/top_servicebg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
		z-index: 1;*/
	}
	.top_con02::before{
		/*content: "";
		background-color: rgba(24,77,121,0.76);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;*/
	}
	#home h3{
		/*font-family: 'Noto Serif JP', serif;*/
		font-weight: 600;
		font-size: 2.3rem;
		text-align: center;
		/*position: relative;*/
		margin-bottom: 6.3%;
		line-height: 1.8;
	}
	.top_h3_lead{
		font-size: 1.35rem;
		padding-bottom: 7%;
	}
	.top_con02 h3::before,
	.top_con03 h3::before,
	.top_flow h3::before{
		/*content: "SERVICE";*/
		font-size: 0.45em;
		/*color: #7E91AF;
		position: absolute;*/
		right: 50%;
		top: auto;
		bottom: -20%;
		transform: translateX(50%);
		font-weight: 400;
		letter-spacing: 0.03em;
	}
	.top_con02_dl{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 1.5rem 0;
	}
	/*.top_con02_dl a:hover{
		opacity: 1;
	}*/
	/*.top_con02_dl a:hover img{
		opacity: 0.6;
		transition : .3s;
	}*/
	/*.top_con02_dl a:hover .cont{
		text-decoration: underline;
		transition : .5s;
	}*/
	.top_con02_dl a{
		color: #333;
		text-decoration: none;
		width: 100%;
	}
	.top_con02_dlbox{
		/*display: flex;
		background-color: var(--GrayBgColor);
		align-items: center;*/
	}
	.top_con02_img{
		/* width: 27%; */
	}
	.top_con02_dltxt{
		/* width: 73%; */
		padding: 0 3% 0% 4%;
	}
	.top_con02_dltxt dt{
		font-size: 1.6rem;
		padding-bottom: 1.5%;
		font-weight: 400;
		text-indent: -1em;
		padding-left: 1em;
	}
	.top_con02_dltxt dt span{
		font-size: 1.6rem;
		/*color: var(--AccentColor);*/
		padding-right: 2%;
	}
	.top_con02_dltxt dt .text_small {
		font-size: 0.8em;
		color: #333333;
	}
	.top_con02_dltxt dd{
		font-size: 1.22rem;
		line-height: 1.4;
		/*color: #707070;*/
	}
	.top_con02_dl span.cont {
		/*color: #4473BB;*/
		font-size: 1.2rem;
	}

		/*----------top_con03-------------------*/
	.top_con03 .wrap_r{
		max-width: 100%;
	}
	.top_con03 .top_h3_lead,.top_con03_img,.top_con03_ul p{
		width: 90%;
		margin: 0 auto;
	}
	.top_con03 {
		/*background-color: var(--SubColor);
		background: linear-gradient(white 28vw, var(--SubColor) 28vw);*/
		background: #fff;
	}
	.top_con03 h3::before{
		content: "STRENGTH";
		color: #acacac;
		top: auto;
	}
	.top_con03_ul{
		/*display: flex;*/
		flex-direction: column;
		justify-content: space-between;
		/*color: #fff;*/
	}
	.top_con03_ul li{
		width: 100%;
		background-color: var(--SubColor);
		background: linear-gradient(white 34vw, var(--SubColor) 34vw);
		padding-bottom: 7.5%;
		margin-bottom: 8%;
	}
	.top_con03_ul li:last-of-type {
		margin-bottom: 0;
}
	.top_con03_img{
		min-height: 220px;
		height: 45vw;
	}
	.top_con03_img img{
		/*object-fit: cover;
		width: 100%;
		height: 100%;*/
	}
	.top_con03_ul p:first-of-type{
		font-size: 1.65rem;
		line-height: 1.43;
		font-weight: 500;
		padding: 3.5% 0% 2.0%;
	}
	.top_con03_ul p:nth-of-type(2){
		font-size: 1.45rem;
		padding: 0 0% 0;
		font-weight: 300;
		line-height: 1.5;
	}
	
	
	/*-------------- top_flow ------------------*/
	.top_flow h3{
		position: relative;
	}
	.top_flow h3::before{
		/*content: "FLOW";*/
		color: #acacac;
		top: auto;
	}
	.top_flow_ol{
		/*display: flex;*/
		/*flex-direction: column;*/
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap:15px;
	}
	.top_flow_ol li{
		width: 48%;
		/*position: relative;
		border: 1px solid #707070;*/
		text-align: center;
		margin-top: 0%;
	}
	.flow_step{
		font-size: 1.35rem;
		/*color: #fff;
		background-color: var(--SubColor);*/
		display: inline-block;
		padding: 0.5% 8% 0.45%;
		/*border-radius: 1000px;
		transform: translateY(-50%);*/
		white-space: nowrap;
		width: 50%;
		min-width: 75px;
		text-align: center;
	}
	.flow_ttl{
		font-size: 1.6rem;
		font-weight: 500;
	}
	.flow_icon{
		width: 40%;
		margin: 0 auto;
		padding: 0.5em 0 0.5em;
	}
	.flow_txt{
		font-size: 1.3rem;
		text-align: left;
		padding: 0 6% 8%;;
		line-height: 1.45;
	}
	.top_con_flow_txt01{
		font-size: 1.65rem;
		font-weight: 500;
		/*text-align: center;*/
		padding-top: 7%;
	}
	
	
	
	/*-------------------------------------------
	下層ページ
	--------------------------------------------*/
	.lower_mv{
		background-image: url("../images/lower_mv_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position:center top;
		height: 23.0vw;
		min-height: 180px;
		max-width: 100%;
		/*display: flex;
		align-items: center;
		position: relative;*/
	}
/*.lower_mv::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}*/

	.lower_mv h2{
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
		font-size: 2.0rem;
		font-weight: 400;
		line-height: 1.6;
		padding-left: 4.0vw;
		/*position: relative;
		z-index: 1;*/
	}
	.lower_mv h2 span{
		font-size: 0.45em;
		/*display: block;
		color: #fff;*/
	}
	.pankuzu{
		font-size: 1.0rem;
		padding-top: 1.5em;
		padding-left: 0vw;
		/*color: #999;*/
	}
	/*.pankuzu a{
		color: #999;
		text-decoration: none;
	}*/
	
	
	/*----- section title bg -----*/
	.lower_section{
		padding-bottom: 10%;
	}
	.lower_section_bg{
		/*background-color: var(--GrayBgColor);*/
		padding-bottom: 10%;
	}
	.lower_section_bg__{
		padding-top: 11%;
	}
	.white_bg{
		/*background-color: #fff;*/
		padding-bottom: 10%;
		box-shadow: -1px 3px 10px -1px #ccc;
	}
	.lower_section section.white_bg+section{
		margin-top: 8%;
	}
	/*----- section title -----*/
	.lower_section_ttl h3{
		/*font-family: 'Noto Serif JP', serif;*/
		font-size: 2.2rem;
		line-height: 1.3;
		/*font-weight: 400;
		text-align: center;
		position: relative;*/
		margin-bottom: 6%;
		padding-top: 10%;
		padding-bottom: 3.5%;
		font-weight: 600;
	}
/*	#service .lower_section_ttl h3{
		padding-top: 1%;
	}*/
	.lower_section_ttl h3::after{
		/*content: "";*/
		height: 2px;
		width: 40px;
		/*background-color: var(--SubColor);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0)*/
	}
	/*-------------------------------------------
aboutus
--------------------------------------------*/
	/*----- 代表挨拶 ------*/
	.message_box{
		/*display: flex;*/
		flex-direction: column-reverse;
		/*justify-content: space-between;*/
		align-items: center;
	}
	.message_box_txt{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.message_box_img{
		width: 70%;
		max-width: 400px;
	}
	.message_box_ttl{
		font-size: 1.98rem;
		font-weight: 600;
		line-height: 1.35;
		padding-bottom: 3%;
		/*color: #333333;*/
	}
	.message_box_p{
		line-height: 1.5;
	}
	.message_box_p+p{
		padding-top: 3.5%;
	}
	.message_box_sign{
		order: -1;
		/* text-align: center; */
		font-size: 1.8rem;
		padding-top: 3%;
		padding-bottom: 5%;
		width: 100%;
	}
	.message_box_sign span {
		font-size: 0.65em;
		padding-right: 1.0em;
	}

	/*----- 事務所概要 ------*/
	.office_info dl{
		/*display: flex;*/
		flex-direction: column;
		padding: 3.8% 2%;
		border-bottom: 1px solid #d8d8d8;
	}
	.office_info_age:not(:first-of-type) {
		padding-top: 3%;
	}
	#aboutus .office_info dt{
		/*font-weight: 600;
		color: #555555;*/
		font-size: 1.5rem;
		width: 100%;
		padding: 0% 0;
		font-weight: 600;
		/*padding-left: 0%;*/
		/*border-bottom: 0.156vw solid var(--SubColor);*/
		border: none;
	}
	#aboutus .office_info dl dd{
		width: 100%;
		padding: 1.5% 0 0;
		/*border-bottom: 0.156vw solid #d8d8d8;*/
		border: none;
	}
	#aboutus .office_info dl dd ul li:not(:first-child){
		padding-top: 0.5em;
	}
/*.office_info dl:first-child dt{
	font-weight: 600;
	padding-top: 1.5%;
	color: #555555;
}*/
/*.office_info dl:first-child dd{
	padding-top: 0%;
}*/
	.office_info_imgarea{
		/*display: flex;
		justify-content: space-between;
		text-align: center;*/
		flex-direction: column;
		padding-top: 6%;
	}
	.office_info_imgarea li{
		width: 100%;
	}
	.office_info_imgarea li p{
		padding-top: 2%;
		padding-bottom: 5%;
		font-size: 1.4rem;
	}
	.office_info_imgarea li:last-of-type p{
		padding-bottom: 0;
	}

/*----- アクセス ------*/
/*.access01{
	text-align: center;
}*/
	.access01{
		padding-bottom: 2.5%;
	}
	.access01 span{
		display: block;
		padding-right: 0;
}
	.access_gmap iframe{
		/*display: block;
		width: 100%;*/
		height: 36vw;
		min-height: 300px;
		margin-top: 2.0%;;
	}
	.access_howto{
		/*display: flex;*/
		flex-direction: column;
		margin-top: 4%;
	}
	.access_howto .howto_ttl{
		font-size: 1.5rem;
		font-weight: 600;
		padding-bottom: 1%;
		/*color: #555555;*/
	}
	.howto02{
		/*border-left: 1px solid #707070;*/
		border: none;
		border-top: 1px solid #cccccc;
		padding-top: 3%;
		margin-top: 3%;
	}
		.howto01,.howto02{
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.access_howto ul li{
		font-size: 1.45rem;
		/*padding-bottom: 0.2vw;
		line-height: 1.6;*/
	}
/*-------------------------------------------
service
--------------------------------------------*/
/*--ページ上部アンカーリンク--*/
/*--service.html 　ページ上部アンカーリンク flexからgridへ--*/
	.service_link_box{
		/*display: grid;*/
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
		/*gap:10px 2.5%;
		margin: 7% 0;*/
	}
		.service_link_box li{
		/*width: auto;
		background-image: url("../images/arrow01.svg");
		background-repeat: no-repeat;*/
		background-position: center right 4%;
		background-size: 0.6em auto;
	}
	.service_link_box a{
		font-size: 1.5rem;
		/*color: #000;
		text-decoration: none;
		display: block;
		border: 1px solid #aaaaaa;*/
		/*padding: 7.5% 5.5%;*/
		padding: max(4vw, 15px) 4vw;
		height: 11vw;
	}
	.service_link_box a::after{
	/*font-family: "Font Awesome 5 Free";
	content: '\f054';*/
	color: #555;
	font-weight: 900;
	font-size: 0.75em;
	/*position: absolute;*/
	right: 1.2em;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}

	/*--業務内容説明文--*/
	.service_explain{
		display: flex;
		/*justify-content: space-between;*/
		flex-direction: column-reverse;
	}
	.service_explain_txt{
		width: 100%;
	}
	.service_explain_txt ul li {
		text-indent: -1em;
		padding-left: 1em;
	}
	.service_explain_img{
		width: min(100%,500px);
		margin: 0 auto;
		height: auto;
		padding-bottom: 5%;
	}
	/*.service_explain_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}*/
	.service_explain_txt p+p{
		padding-top: 4%;
	}

	/*-よくある質問-*/
	.service_faq_ttl{
		font-size: 1.7rem;
		font-weight: 600;
		padding: 6.0% 0 2.5%;
	}
	/*.service_faq_item{
		position: relative;
	}*/
	.service_faq_item::before{
		/*content: url("../images/arrow01.svg");
		display: block;*/
		width: 0.7em;
		height: auto;
		position: absolute;
		left: 1.4em;
		top: 0.7em;
		/*transform: rotate(-90deg);*/
	}

	/*.service_faq_item::before{
		content: '→';
		color: #a1a1a1;
		font-size: 0.95vw;
		position: absolute;
		left: 1.97em;
		top: 1.97em;
	}*/
	/*アコーディオン*/
	/*.service_faq .toggle {
		display: none;
	}*/
	.service_faq .option {
		position: relative;
		margin-bottom: 3.0%;
	}
	.service_faq .option:last-of-type{
		margin-bottom: 0;
	}
	/*.service_faq .title,
	.service_faq .content {
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}*/
	.service_faq .title {
		/*border: solid 1px #aaaaaa;*/
		padding: 0.8em 2.2em 0.8em 0.8em;
		/*display: block;
		cursor: pointer;*/
	}
	.service_faq .title::after,
	.service_faq .title::before {
		/*content: "";
		position: absolute;*/
		right: 1.25em;
		top: calc(50% - 0.4em);
		/*width: 2px;
		height: 0.8em;
		background-color: #707070;
		transition: all 0.3s;*/
	}
	/*.service_faq .title::after {
		transform: rotate(90deg);
	}
	.service_faq .content {
		max-height: 0;
		overflow: hidden;
	}*/
	.service_faq .content p {
		margin: 0;
		padding: 0.8em 0.8em 0.8em;
	}
	.service_faq .toggle:checked + .title + .content {
		max-height: 5000px;
		/*transition: all 1.0s;*/
	}
	/*.service_faq .toggle:checked + .title::before {
		transform: rotate(90deg) !important;
	}*/
	/*--------アコーディオンの設定ここまで------*/


/*-------------------------------------------
	fee
	--------------------------------------------*/
	.fee_section_introtxt{
		padding-bottom: 3%;
		line-height: 1.5;
	}
	.fee_table_outer_s{
		width: 100%;
		margin: 0 auto;
		overflow-x: scroll;
	}
		.fee_table_outer_s .fee_table{
		width: 100%;
		min-width: 500px;
	}
.fee_table th,.fee_table td{
	/*border: 1px solid #cacaca;
	font-weight: normal;
	vertical-align: middle;*/
	padding: 4%;
}
.fee_table tr:first-of-type th{
	/*background-color: var(--SubColor);
	color: #fff;*/
	padding: 1.3%;
}
.fee_table tr:nth-of-type(n+2) th{
	/*text-align: left;
	background-color: var(--TableBgColor);*/
}
.fee_table tr:nth-of-type(n+2) td{
	/*text-align: right;
	background-color: #fff;*/
}
	.fee_table .zei_small{
		font-size: 0.8em;
	}
	.fee_table_ttl01{
		font-size: 1.6rem;
		font-weight: 600;
		padding-bottom: 2%;
		padding-top: 1%;
		line-height: 1.3;
	}
	.fee_table_ttl01:nth-of-type(n+2){
		padding-top: 5%;
	}
	.table_note_area{
		font-size: 1.3rem;
		margin-top: 2.5%;
		/*line-height: 1.5;*/
	}
	.table_note_area li+li{
	padding-top: 0.7%;
	}
	.table_note_area li{
		text-indent: -1.25em;
		padding-left: 1.5em;
	}
	.small_indent {
		text-indent: -1em;
		padding-left: 1em;
		font-size: 0.8em;
	}

	/*テーブルの横幅*/
	.fee_table3_7 tr th:first-of-type{width: 40%;}
	.fee_table3_7 tr td:nth-of-type(2){width: 70%;}

	.fee_table4_6 tr th:first-of-type{width: 40%;}
	.fee_table4_6 tr td:nth-of-type(2){width: 60%;}

	.fee_table5_5 tr th:first-of-type,.fee_table5_5 tr td:nth-of-type(2){width: 50%;}

	/*-------------------------------------------
Fee2
--------------------------------------------*/
.white_bg2 {
	padding-bottom: 10%;
	padding-top: 10%;
}
.wrap_s_fee2 {
    max-width: 90%;
}
.fee2 dl dt {
	position: relative;
	margin-bottom: 3%;
	padding-bottom: 2%;
	line-height: 125%;
	width: 100%;
	border-bottom: 1px solid #707070;
	font-size: 1.6rem;
	padding-bottom: 1.5vw;
	margin-bottom: 2.3vw;
	font-weight: 600;
}
.fee2 dl:not(:first-child) {
	margin-top: 10%;
}
.pc_none {
	display: block;
}
.fee2_small {
	font-size: 0.85em;
	padding-left: 0%;
}
	/*-------------------------------------------
contact
--------------------------------------------*/
	.contact_info{
		text-align: left;
	}
	.contactpage_point{
		/*display: flex;
		justify-content: space-between;*/
		width: 100%;
		margin: 0 auto;
		padding: 4% 0 4%;
	}
	.contactpage_point li{
		font-size: 1.3rem;
		font-weight: 500;
		width: 31.5%;
		/*border: 1px solid #000;
		text-align: center;*/
		padding: 2% 0;
		line-height: 1.35;
	}
	.contactpage_point li span{
		font-size: 0.8em;
	}
	.contact_telbox{
		border: 5px solid #ececec;
		padding: 5%;
		/*text-align: center;*/
	}
	h4{
		/*font-family: 'Noto Serif JP', serif;*/
		font-size: 2.0rem;
		font-weight: 600;
		/*text-align: center;*/
		line-height: 1.0;
		padding-bottom: 0%;
	}
	.contact_telbox_tel{
		padding: 2% 0;
		line-height: 1;
	}
	.contact_telbox_tel a{
		/*color: #333333;
		text-decoration: none;*/
		line-height: 1;
		font-size: 3.0rem;
		padding-left: 1em;
		/*background: url(../images/icon_tel.svg) no-repeat;*/
		background-size: 0.75em auto;
		background-position: left 3.3vw;
	}
	.contact_telbox_uketsuke{
		font-size: 1.2rem;
	}
	/*---お問い合わせフォーム---*/
	.form_wrap{
		padding-top: 10%;
	}
	.form_info{
		text-align: left;
		padding-top: 2.5vw;
	}

	/*---form---*/
	.contact_form{
		padding-top: 6%;
	}
	.contact_form dl{
		display: flex;
		align-items: flex-start;
		/*justify-content: space-between;*/
		flex-direction: column;
		/*border-bottom: 1px solid #d8d8d8;*/
		border:none;
		padding: 5.5% 0 0;
	}
	/*.contact_form dl:first-of-type{
		padding-top: 0;
	}*/
	.contact_form dl:last-of-type{
		margin-bottom: 5.5%;
	}
	.contact_form dt{
		width: 100%;
		font-weight: 600;
		margin-bottom: 1%;
		/*display: flex;
		justify-content: space-between;*/
	}
	.contact_form dd{
		width: 100%;
		padding-top: 1.5%;
	}
	.contact_form span.hissu,
	.contact_form span.nini{
		font-size: 0.7em;
		font-weight: 600;
		/*color: #fff;
		display: inline-block;
		background-color: var(--SubColor);*/
		padding: 0.7% 2% 0.2%;
		letter-spacing: normal;
		margin-bottom: 0.5%;
		margin-left: 2%;
		margin-right: 1px;
	}
	.contact_form span.nini{
		/*background-color: #b7b7b7;*/
	}
	.checkbox label{
		display: inline-block;
	}
	.checkbox label:nth-of-type(n+2){
		padding-top: 1%;
	}
	input,textarea{
		font-size:1.6rem;
	}
	#company,
	#name,
	#telefon,
	#ad,
	#Email,
	#remarks{
		/*width:100%;
		background-color: #f3f3f3;*/
		border: none;
		border:1px solid #ccc;
		padding: 3%;
		}
	#remarks{
		min-height: 150px;
	}
	/*form placeholdeのfontcolor*/
	input::placeholder,
	textarea::placeholder{
		color: #a1a1a1;
		font-size: inherit;
	}
	/*submit*/
	form_b{
		text-align: center;
		pointer-events: none;
	}
	.btn_effect01{
		appearance: none;
		-webkit-appearance: none;
		/*background: none;
		background-color: var(--SubColor);
		border: 1px solid var(--SubColor);
		color: #fff;*/
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.08em;
		width: 90%;
		height: 56px;
		border-radius: 1000px;
		cursor: pointer;
		display: block;
		margin: 0 auto;
	}
	/*form input[type=submit] {
		appearance: none;
		-webkit-appearance: none;
		background: none;
		background-color: var(--SubColor);
		border: 1px solid var(--SubColor);
		color: #fff;
		font-size: 1.8rem;
		font-weight: 600;
		letter-spacing: 0.08em;
		width: 90%;
		height: 56px;
		border-radius: 1000px;
		cursor: pointer;
		display: block;
		margin: 0 auto;
	}*/
	/*form input[type=submit]:hover{
		text-decoration: none;
		background-color: #fff;
		color: var(--SubColor);
		border: 1px solid var(--SubColor);
	}
	form input[type=submit],
	form input[type=submit]::before,
	form input[type=submit]::after {
		transition: all .3s;
	}
	form input[type=submit]:hover {
		color: var(--SubColor);
		text-decoration: none;
	}*/

	/*ラジオボタン*/
	.radio-input{
		display: none;
	}
	.radio-input + label{
		padding-left: 23px;
		position:relative;
		margin-right: 40px;
	}
	.radio-input + label::before{
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		left: 0;
		width: 15px;
		height: 15px;
		border: 1px solid #999;
		border-radius: 50%;
		background-color: #fff;
	}
	.radio-input:checked + label::after{
		content: "";
		display: block;
		position: absolute;
		top: 8px;
		left: 3px;
		width: 11px;
		height: 11px;
		background: var(--SubColor);
		border-radius: 50%;
	}

	/*チェックボックス*/
	.checkbox{
	line-height: 0.9;
	}
	/*.checkbox-input{
		display: none;
	}*/
	.checkbox-parts{
		padding-left: 1.3em;
		/*position:relative;*/
		display: inline-block;
		padding-top: 1px;
		padding-bottom:8px;
	}
	.checkbox-parts::before{
		/*content: "";
		display: block;
		position: absolute;*/
		/*top:2px;*/
		left: 0;
		width: 0.9em;
		height: 0.9em;
		border: 1px solid #777;
		/*border-radius: 2px;
		background-color: #fff;*/
	}
	.checkbox-input:checked + .checkbox-parts::after{
		/*content: "";
		display: block;
		position: absolute;*/
		top: -0.2em;
		left: 0.2em;
		width: 0.4em;
		height: 0.8em;
		transform: rotate(40deg);
		border-bottom: 3px solid var(--SubColor);
		border-right: 3px solid var(--SubColor);
	}

	/*個人情報保護方針チェック*/
	.policy_box{
		text-align: left;
		margin-bottom: 5%;
	}
	.policy_box label{
		line-height: 0.9;
	}
	.policy_box .checkbox-parts{
		display: flex;
		/*justify-content: center;*/
	}
	.policy_box a{
		color: #000;
	}
	.policy_box p{
		padding-left: 7%;
		margin-top: 0.5vw;
		margin-bottom: 6vw;
		font-size: 1.2rem;
	}
	.policy_box span.hissu{
		padding: 1.5% 2% 1.3%;
		margin-top: -2px;
	}
	
		/*-------------------------------------------
	policy
	--------------------------------------------*/
	.policy_wrap{
		padding-top: 11%;
	}
	.policy_info{
		text-align: left;
	}
	.policy_wrap dl{
		margin-top: 8%;
	}
	.policy_wrap dt{
		font-size: 1.6rem;
		padding-bottom: 1.5vw;
		margin-bottom: 1.5vw;
		border-bottom: 1px solid #707070;
		font-weight: 600;
	}
	.policy_wrap ul{
		margin: 1vw 0;
	}
	.policy_wrap ul li{
	text-indent: -1em;
	padding-left: 1em;
	}
}

@media screen and (max-width: 592px) {
	/*-------------------------------------------
	service
	--------------------------------------------*/
	.service_link_box a,
	.service_link_box2 a {
	  height: 14vw;
	  font-size: 1.45rem;
	  line-height: 1.4;
	}
	}
