@charset "UTF-8";
/*-------------------------------------------
mv
--------------------------------------------*/
.mv_outer {
  background-color: #f2f9f3;
  position: relative;
  /*height: 600px;*/
}
.mv_img {
  position: relative;
  min-width: 1020px;
  width: 100%;
}
.mv_img img {
  width: 60.5%;
}
.mv_box_outer {
  width: 100%;
  position: absolute;
  display: grid;
  grid-template-columns: 54% 39%;
  top: 50%;
  transform: translateY(-50%);
  /*display: -webkit-box;
	position: absolute;
	margin: 0 auto;
	padding: 54px 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;*/
}
.mv_box_inner {
  background: #fff;
  box-shadow: 0 4px 8px rgba(13, 40, 85, 0.15);
  box-sizing: border-box;
  padding: 8% 7% 7%;
  grid-column: 2 / 3;
}
.mv_box_subtit_wrap {
  text-align: center;
}
.mv_box_subtit {
  display: inline-block;
  /*font-family: var(--mincho);*/
  font-weight: 300;
  font-size: 1.0em;
  background: var(--SubColor);
  color: #fff;
  margin: 0 auto;
  padding: 1% 7% 1.3%;
  border-radius: 2px;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.08em;
}
.mv_box_tit {
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 1.95em;
  color: #333;
  text-align: center;
  padding-top: 3.0%;
  padding-bottom: 2.5%;
  line-height: 1.5;
}
.mv_box_list {
  list-style: none;
  font-size: 1.02em;
  color: #000;
}
.mv_box_list li {
  padding: 2.5% 0;
  line-height: 1.35;
  text-indent: -2.2em;
  padding-left: 1.8em;
  letter-spacing: 0;
}
.mv_box_list li img {
	width: 1.2em;
  height: 1.23em;
  margin-right: 0.3em;
  margin-left: 0.5em;
  }
.mv_box_list li:nth-child(n + 2) {
  border-top: 1px solid #e7e7e7;
}
/*------------------------------------
information
------------------------------------*/
.information {
  border-bottom: 1px solid #ccc;
}
.information_inner {
  margin: 0 auto;
  padding: 1% 0 1.05%;
  line-height: 1.8;
}
.information_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information_inner dl dd {
  position: relative;
  padding-left: 1.3vw;
  text-align: center;
  font-size: 0.94em;
}
.information_inner dl dd::before {
  display: inline-block;
  position: absolute;
  content: "";
  background: url("../images/icon_newsArrow.svg") no-repeat center center;
  width: 0.8vw;
  height: 0.8vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*-------------------------------------------
topページ　余白共通
--------------------------------------------*/
.top_con01,
.top_con02,
.top_con03,
.top_flow,
.top_faq {
  padding: 5% 0;
}
/*-------------------------------------------
top_con01
--------------------------------------------*/
.wrap_top_message,
.wrap_lower_message {
  max-width: 66%;
  margin: 0 auto;
}
.message_box {
  display: flex;
  justify-content: space-between;
}
.message_box_txt {
  width: 56%;
}
.message_box_img {
  width: 39%;
}
.top_con01_ttl {
  font-family: var(--mincho);
  font-size: 1.95vw;
  font-weight: 500;
  line-height: 1.45;
  padding-bottom: 1.2vw;
  color: #333;
}
.message_box_p {
  line-height: 1.5;
}
.message_box_p + p {
  padding-top: 1.2vw;
}
.message_box_sign {
  text-align: right;
  font-size: 1.5vw;
  padding-top: 1.2vw;
}
.message_box_sign span {
  font-size: 0.65em;
  display: inline-block;
  padding-right: 1.2em;
}

/*-------------------------------------------
top_con02
--------------------------------------------*/
.top_con02 dl a {
  color: #000;
  text-decoration: none;
}
.top_con02 dl a:hover {
  opacity: 1;
}
.top_con02 dl a:hover img {
  transform: scale(1.1, 1.1);
}
.top_con02_dl2 img,
.top_con02_dl3 img {
  transition: all 0.3s ease-in-out;
}
.top_con02 {
  background-color: var(--GrayBgColor);
}
.top_con02_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3vw;
}
.top_con02_li2 li:nth-child(2n) {
  margin-right: 0;
}
.top_con02_li2,
.top_con02_li3 {
  position: relative;
}
.top_con02_ul .box,
.top_con03_ul .box {
  padding: 4.0% 5.3%;
  background: #fff;
  box-sizing: border-box;
  box-shadow: -1px 3px 10px -1px #ccc;
  width: 90%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.top_con02_li2 .box span.number,
.top_con02_li3 .box span.number {
  padding: 0.3% 2.5% 0 0;
  color: var(--AccentColor);
  font-weight: 600;
  font-size: 0.85em;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.top_con02_li2 .box p.top_con02_title {
  padding-bottom: 1.0%;
  color: #333;
  /*font-family: 'Noto Serif JP', serif;*/
  font-weight: 400;
  font-size: 1.15em;
  align-items: center;
}
.top_con02_li2 .box p.top_con02_txt {
  line-height: 1.4;
  font-size: 0.8em;
  color: #777;
}
.top_con02_li3 .box p.top_con02_title {
  padding-bottom: 1.0%;
  color: #333;
  /*font-family: 'Noto Serif JP', serif;*/
  font-weight: 400;
  font-size: 1.05em;
  align-items: center;
}
.top_con02_li3 .box p.top_con02_txt {
  line-height: 1.4;
  font-size: 0.75em;
  color: #777;
}
.top_con02_ul span.cont {
  color: #4472c4;
}
/*サポート内容2分割の場合*/
.top_con02_li2 {
  width: 48%;
  overflow: hidden;
  padding-bottom: 4.5vw;
}
.top_con02_li2 img {
  width: 100%;
  height: 22vw;
  object-fit: cover;
}
.top_con02_li2 .top_con02_img {
  width: 100%;
  overflow: hidden;
}
/*サポート内容3分割の場合*/
.top_con02_li3 {
  width: 31.5%;
  overflow: hidden;
  padding-bottom: 5vw;
}
.top_con02_li3 img {
  width: 100%;
  object-fit: cover;
}
.top_con02_li3 .top_con02_img {
  width: 100%;
  overflow: hidden;
}

/*-------------------------------------------
top_con03
--------------------------------------------*/

/*-------------------------------------------
共通見出し タイトル左　右側英語 バージョン
--------------------------------------------*/
#home h3{
	font-family: var(--mincho);
	font-weight: 500;
	font-size: 2.6vw;
	position: relative;
	padding-bottom: 0.8vw;
	margin-top: -1.2vw;
    color: #333;
}

.top_h3_lead{
	padding-bottom: 3.0vw;
  font-size: 0.95vw;
  /*font-weight: 400;
  color: #333;*/
}
.top_con02 h3::before,
.top_con03 h3::before,
.top_flow h3::before,
.top_faq h3::before
{
	content: "SERVICE";
	font-size: 5.1vw;
	position: absolute;
	right: 0;
	top: 1.5vw;
	font-weight: 400;
	letter-spacing: 0.0em;
}
.top_con02 h3::before
{
	content: "SERVICE";
  color: #fff;
}
.top_con03 h3::before
{
	content: "STRENGTH";
  color: #ECECEC;
}
.top_flow h3::before
{
	content: "FLOW";
  color: #ECECEC;
}
.top_faq h3::before
{
	content: "FAQ";
  color: #fefefe;
}

/*-------------------------------------------
共通見出し タイトル中央　下線 バージョン
--------------------------------------------*/
/*#home h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.8vw;
  padding-bottom: 0.9vw;
  box-sizing: border-box;
  background: none;
  position: relative;
  text-align: center;
  width: 100%;
  color: #333;
  line-height: 140%;
}
#home h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.2vw;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border: 1px solid var(--AccentColor);
  border-width: 2px 1.6vw;
}
.top_h3_lead {
  font-size: 1.03em;
  text-align: center;
  padding-bottom: 4%;
  line-height: 1.65;
}*/

.top_con03 {
  background-color: var(--SubColor);
  background: linear-gradient(180deg, #fff 0%, #fff 60%, var(--SubColor) 60%, var(--SubColor) 100%);
  /*background: linear-gradient(white 28vw, var(--SubColor) 28vw);*/
}
.top_con03_ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.top_con03_ul li {
  width: 31%;
}
.top_con03_img {
  width: 100%;
  padding-bottom: 4%;
}
.top_con03_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top_con_03_wrap p:first-child {
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.4;
}
.top_con03_txt {
  font-size: 0.9vw;
  line-height: 1.4;
}
.top_con_03_wrap {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  padding-bottom: 2.2%;
  position: relative;
}
.top_con03_num {
	font-family: 'Noto Serif JP', serif;
	color: #36911d;
	line-height: 1;
	font-size: 3.8em;
	position: absolute;
	top: -0.2em;
	right: 0;
}

/*-------------------------------------------
news
--------------------------------------------*/
#top_news .top_news_ttlarea h3 span {
	display: block;
	padding-top: 1.0vw;
    font-size: 0.95vw;
    color: #acacac;
    padding-top: 0.5vw;
    padding-bottom: 1.5%;
}
.top_news_inner {
	display: flex;
	padding: 5.2% 0;
}

.top_news_ttlarea {
	width: 18%;
}

.top_news_txtarea {
	width: 82%;
}

.top_news_txtdl {
	display: flex;
	justify-content: space-between;
	padding-bottom: 2.5%;
	border-bottom: 1px solid #d8d8d8;
}

.top_news_txtdl+dl {
	padding-top: 2.5%;
}

.top_news_txtdl dt {
	width: 14.5%;
	text-align: center;
}

.top_news_txtdl .top_news_cate {
	font-size: 0.75vw;
	color: #fff;
	text-align: center;
	background-color: var(--SubColor);
	width: 11.5%;
	height: 1.61vw;
	line-height: 1.61vw;
	padding: 0 2%;
	margin-top: 0.1%;
}

.top_news_txtdl .top_news_txt {
	font-size: 0.98vw;
	width: 74%;
	padding: 0 3.5%;
}

.top_news_ttl {
	font-size: 1.1vw;
	font-weight: 500;
	padding-bottom: 0.3em;
}

.top_news_text {
	font-size: 0.98vw;
}

/*-------------------------------------------
top_flow
--------------------------------------------*/
.yrsiFlow {
  display: flex;
  justify-content: space-between;
}
.yrsiFlow li {
  width: 24.4%;
  position: relative;
}
/* .yrsiFlow li + li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--AccentColor);
  font-weight: 900;
  font-size: 1.25vw;
  position: absolute;
  left: -1vw;
  top: 4.5vw;
} */
.yrsiFlow li:nth-of-type(2):before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--AccentColor);
  font-weight: 900;
  font-size: 1.25vw;
  position: absolute;
  left: -1vw;
  top: 4.5vw;
}
.yrsiFlow li:nth-of-type(3):before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--AccentColor);
  font-weight: 900;
  font-size: 1.25vw;
  position: absolute;
  left: -1vw;
  top: 4.5vw;
}
.yrsiFlow li:nth-of-type(4):before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--AccentColor);
  font-weight: 900;
  font-size: 1.25vw;
  position: absolute;
  left: -1vw;
  top: 4.5vw;
}

.photo {
  width: 65%;
  margin: 0 auto;
  border: 5px solid #efefef;
  border-radius: 1000px;
}
.title {
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 3%;
}
.text {
  font-size: 0.8em;
  padding: 0 7.5%;
}
.top_con_flow_txt01 {
  font-weight: 400;
  font-size: 1.35em;
  text-align: center;
  padding-top: 5%;
}

/* よくある質問
----------------------------------------------------------*/
.top_faq {
  background: #f2f4f6;
}
.bellows--is-open {
  margin-bottom: 3%;
  box-shadow: rgb(204, 204, 204) -1px 3px 10px -1px;
  padding: 2% 5%;
  background: rgb(255, 255, 255);
}
.bellows__header{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1em;
  text-align: left;
  border-bottom: 1px solid rgb(153, 153, 153);
  padding-bottom: 2%;
  margin-bottom: 2%;
}
.bellows__header:first-child {
  margin-top: 0;
}
.bellows__header img {
  width: 1.2em;
  margin-left: 0.7em;
}
.bellows__header h4 {
  margin: 0;
  padding-bottom: 0;
  background: none;
  text-align: left;
  font-size: 1.1em;
  font-weight: 400;
  /* padding: 1.5% 4% 2% 0; */
  /* border-bottom: 1px solid rgb(153, 153, 153); */
  position: relative;
}
/* .bellows__header h4::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 1%;
  background: url(../images/icon_q.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1.8vw;
  height: 1.8vw;
} */
.bellows__content {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 1em;
  text-align: left;
  /* padding-bottom: 2%; */
}
.bellows__content img {
  width: 1.2em;
  margin-top: 0.4em;
  margin-left: 0.7em;
}
p.last {
  padding-bottom: 0;
  line-height: 1.8;
  position: relative;
  padding-right: 4%;
}
/* p.last::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 1%;
  top: 7%;
  background: url(../images/icon_a.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1.5vw;
  height: 1.5vw;
} */
.bellows--is-open {
  margin-bottom: 3%;
  box-shadow: rgb(204, 204, 204) -1px 3px 10px -1px;
  padding: 3.4% 5% 3.8%;
  background: rgb(255, 255, 255);
}

/*-------------------------------------------
下層ページ
--------------------------------------------*/
/*----- 下層mv -----*/
.lower_mv{
	background-image: url("../images/h2_bg_pc.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.4vw;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding-left: 9.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: 5.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_paddingTop{
	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(--AccentColor);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0)
}
/*-------------------------------------------
aboutus
--------------------------------------------*/
/*----- 代表挨拶 ------*/
.message_box{
	display: flex;
	justify-content: space-between;
}
.message_box_txt{
	width: 55%;
}
.message_box_img{
	width: 40%;
}
.message_box_ttl{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.0vw;
	font-weight: 500;
	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.4vw;
	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.05vw;
	font-weight: 500;
	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_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_faq_ttl{
	font-size: 1.2vw;
	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;
	text-align: left;
	font-size: 1.05vw;
}
.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;
} */
 .faq_content_textBox {
	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;
}
.font_small {
	font-size: 0.9em;
}
/*--------アコーディオンの設定ここまで------*/


/*-------------------------------------------
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-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;
	font-weight: 300;
}
.fee_table tr:nth-of-type(n+2) th{
	text-align: left;
	background-color: var(--TableBgColor);
	font-weight: 300;
}
.fee_table tr:nth-of-type(n+2) td{
	text-align: left;
	background-color: #fff;
}
.fee_table .zei_small,
.fee_list_ul .zei_small {
	font-size: 0.9em;
}
.fee_table_ttl01{
	font-size: 1.2vw;
	font-weight: 500;
	padding-bottom: 1.2%;
}
.fee_table_ttl01:nth-of-type(n+2),
#fee_06 .fee_table_ttl01{
	padding-top: 3.2%;
}
.text_small {
	font-size: 0.9em;
}
.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_attend,.table_note_area p{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 0.95em;
}
.link_color_blue {
	color: #4472c4;
	text-decoration: underline;
}

/*テーブルの横幅*/
.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%;}

.fee_list {
	font-weight: 700;
	padding-top: 1em;
	/*font-size: 1.11em;*/
}
.fee_list02 {
	font-weight: 700;
	padding-top: 0;
	/*font-size: 1.11em;*/
}
.fee_list_ul {
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 0.3em;
	/*font-size: 1.11em;*/
}
/*-------------------------------------------
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: 400;
	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
}
.contact_paddingTop {
    padding-top: 5.2vw;
}
/*---お問い合わせフォーム---*/
.form_wrap{
	padding-top: 5.2vw;
}
.form_info{
	text-align: center;
	padding-top: 2.5vw;
}
#contact h4 {
	font-size: 1.4em;
}

/*---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(--BtnColor);
	/*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_box p a {
  text-decoration: underline;
}



/*-------------------------------------------
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;
}
.policy_text03{
	margin-top: 1vw;
}
.policy_add {
	text-align: right;
	margin-top: 5vw;
	line-height: 1.57;
}


/*-------------------------------------------
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 + 4vw);
    right: 11.09vw;
  }
  /*--top_con01--*/
  .wrap_top_message,
  .wrap_lower_message {
    max-width: 92%;
  }
  .mv_box_tit {
    font-size: 2em;
    padding-top: 3%;
    padding-bottom: 1%;
  }
  .mv_box_outer {
    grid-template-columns: 50% 45%;
}
.mv_box_list {
  font-size: 1.1em;
}
  /*.mv_box_list li::before {
    content: "";
    background: url(../images/icon_checkbox.svg) no-repeat;
    width: 1.5vw;
    height: 1.5vw;
    display: inline-block;
  }*/

  /*--下層ページ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;
  }
  .service_link_box a,
  .service_link_box2 a {
    height: 6.2vw;
  }
  /*-------------------------------------------
下層ページ　Fee2
--------------------------------------------*/
  .wrap_r_fee2 {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {

 .information_inner dl dd {
    text-align: left;
}

/*-------------------------------------------
共通見出し タイトル 左　英文字 右 バージョン
--------------------------------------------*/
#home h3 {
  font-weight: 600;
  font-size: 1.65em;
  text-align: center;
  margin-bottom: 6.3%;
  line-height: 1.8;
}
.top_news_h3_sp {
	position: relative;
	font-weight: 600;
	font-size: 1.65em;
	text-align: center;
	margin-bottom: 6.3%;
	line-height: 1.8;
}
.top_con02 h3::before,
.top_con03 h3::before,
.top_flow h3::before,
.top_faq h3::before,
.top_news_h3_sp::before{
  font-size: 0.45em;
  right: 50%;
  top: auto;
  bottom: -20%;
  transform: translateX(50%);
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #acacac;
}
.top_news_h3_sp::before{
  content: "NEWS";
  position: absolute;
}
.top_h3_lead {
  font-size: 0.95em;
  padding-bottom: 7%;
}

/*-------------------------------------------
共通見出し タイトル中央　下線 バージョン
--------------------------------------------*/
  /*#home h3 {
    margin-bottom: 6%;
    padding-bottom: 3%;
    box-sizing: border-box;
    background: none;
    position: relative;
    text-align: center;
    width: 100%;
    color: #000;
    line-height: 130%;
    font-size: 24px;
  }
  .top_h3_lead {
    font-size: 1.06em;
    text-align: left;
    padding-bottom: 3.1%;
  }

  #home h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.2vw;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border: 1px solid var(--AccentColor);
    border-width: 1px 20px;
  }/*

  /*--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(80px + 3vw);
    right: 4.5%;
  }
  .mv_txt h2 {
    /*font-family: 'Noto Serif JP', serif;*/
    font-weight: 700;
    font-size: 2.1rem;
    /*color: #fff;*/
    text-align: right;
    line-height: 1.55;
  }
  .mv_img {
    width: 100%;
    min-width: 100%;
    left: 0;
    margin-left: 0;
    position: relative;
  }
  .mv_img img {
    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;
  }
  .mv_box_outer {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 45px 0;
    display: block;
    transform: translateY(0%);
    /*display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		 max-width: 1240px; */
  }
  .mv_box_outer {
    position: relative;
    width: 92%;
    margin: 0 auto;
    padding: 0;
    display: block;
    padding-bottom: 6vw;
  }
  .mv_box_inner {
    transform: translateY(0);
    margin-top: -45px;
    padding: 7vw 5vw;
  }
  .mv_box_subtit {
    font-weight: 400;
    font-size: 0.85em;
    padding: 1.5vw 4.0vw;
  }
  .mv_box_tit {
    font-size: 5.4vw;
    font-weight: 700;
    padding: 3.5vw 0 2.3vw;
  }
  .mv_box_list li {
    padding: 2vw 0 2vw 6vw;
    position: relative;
    font-size: 4vw;
	line-height: 1.6;
    text-indent: -2.8em;
  }
  .mv_box_list li img {
	width: 1.1em;
	height: 1.48em;
    margin-right: 1.0vw;
    margin-left: 5vw;
}
  /*-- 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;
  }
  .information_inner dl dd {
    line-height: 1.3;
    padding: 1vw 0 1vw 4.5vw;
    font-weight: 400;
    color: #777;
    font-size: 3.5vw;
  }
  .information_inner dl dd::before {
    width: 2.3vw;
    height: 2.3vw;
  }
  /*----------top_con01-------------------*/
  .top_con01,
  .top_con02,
  .top_con03,
  .top_flow,
  .top_faq{
    padding: 10% 0;
  }
  .top_con03 {
    padding-bottom: 0;
  }
  .top_con01 {
    background-color: #fff;
  }
  .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: 5.8vw;
    line-height: 1.45;
    /*position: relative;*/
    padding-bottom: 3.5%;
    padding-top: 4%;
    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%;
    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 .wrap_r:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
  }
  .top_con02_ul {
    display: block;
  }
  .top_con02_li2,
  .top_con02_li3 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20vw;
    margin-bottom: 8%;
  }
  .top_con02_li2 .box p.top_con02_title,
  .top_con02_li3 .box p.top_con02_title{
    font-size: 1.1em;
	font-weight: 500;
  }
  .top_con02_ul li:last-child {
    margin-bottom: 0;
  }
  .top_con02_li2 .top_con02_img,
  .top_con02_li3 .top_con02_img {
    min-height: 220px;
  }
  .top_con02_li2 .top_con02_img img,
  .top_con02_li3 .top_con02_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top_con02_ul .box,
  .top_con03_ul .box {
    padding: 3.2% 4% 4%;
  }
  .top_con02_li2 .box span.number,
  .top_con02_li3 .box span.number {
    font-size: 0.8em;
  }
  .top_con02_li2 .box p.title,
  .top_con02_li3 .box p.title {
    font-size: 1.25em;
    line-height: 1.2;
  }
  .top_con02_li2 .box p.top_con02_txt,
  .top_con02_li3 .box p.top_con02_txt {
    font-size: 0.9em;
	line-height: 1.45;
  }

  /*----------top_con03-------------------*/
  .top_con03 .wrap_r:nth-of-type(2) {
    max-width: 100%;
  }

  .top_con03_img {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 1em;
  }
  .top_con03 {
    /*background-color: var(--SubColor);
		background: linear-gradient(white 28vw, var(--SubColor) 28vw);*/
    background: #fff;
  }

  .top_con03_ul {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
    /*display: flex;*/
    /*color: #fff;*/
  }
  .top_con03_ul li {
    width: 100%;
    background-color: var(--SubColor);
    /*background: linear-gradient(white 34vw, var(--SubColor) 34vw);*/
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 42%,
      var(--SubColor) 42%,
      var(--SubColor) 100%
    );
    padding-bottom: 8%;
    margin-bottom: 8%;
  }
  .top_con03_ul li:last-of-type {
    margin-bottom: 0;
  }
  .top_con03_img {
    min-height: 220px;
    padding-bottom: 4.5%;
  }
  .top_con03_img {
    min-height: 220px;
  }
  .top_con_03_wrap {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1.5%;
  }
  .top_con03_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .top_con_03_wrap p:first-child {
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: 500;
    padding: 0;
  }
  .top_con03_num {
    font-size: 3.8em;
    padding: 0;
    font-weight: 400;
    line-height: 1;
    text-align: right;
  }
  .top_con03_txt {
    width: 90%;
    margin: 0 auto;
    font-size: 0.95em;
    line-height: 1.45;
    font-weight: 300;
    padding: 0;
  }

  /*--news
----------------------------------------------------------*/
.top_news_inner {
	display: block;
	padding: 10% 0;
}

.top_news_ttlarea {
	width: 100%;
}

.top_news_txtarea {
	width: 100%;
}

.top_news_txtdl {
	display: block;
	/*flex-wrap: wrap;
justify-content: flex-start;
align-items: center;*/
	padding: 0 1% 3%;
	border-bottom: 1px solid #d8d8d8;
}

.top_news_txtdl+dl {
	padding-top: 3%;
}

.top_news_txtdl dt {
	display: inline;
	font-size: 1.3rem;
	/*width: 5.6em;*/
	text-align: left;
}

.top_news_txtdl .top_news_cate {
	display: inline-block;
	font-size: 1rem;
	/*color: #fff;
text-align: center;
background-color: var(--SubColor);*/
	width: 17%;
	height: auto;
	line-height: 1.7em;
	padding: 0 0%;
	margin-top: 0%;
	margin-left: 1.5%;
}

.top_news_txtdl .top_news_txt {
	font-size: 1.4rem;
	width: 100%;
	padding: 1.6% 0% 0;
}

.top_news_ttl {
	font-size:  1.6rem;
	padding-bottom: 0.3em;
}

.top_news_text {
	font-size:  1.45rem;
}

  /* ご依頼の流れ
----------------------------------------------------------*/
  #home04 {
  }
  .yrsiFlow {
    margin-bottom: 6%;
    overflow: hidden;
    display: block;
  }
  .photo {
    border: none;
  }
  .yrsiFlow li:nth-of-type(2):before {
    display: none;
  }
  .yrsiFlow li:nth-of-type(3):before {
    display: none;
  }
  .yrsiFlow li:nth-of-type(4):before {
    display: none;
  }
  .yrsiFlow li {
    width: 100%;
    padding-bottom: 8%;
  }
  .yrsiFlow li:nth-of-type(1) {
    background: url(../images/arrow05.png) no-repeat center 94%;
    background-size: 18px;
  }
  .yrsiFlow li:nth-of-type(2) {
    background: url(../images/arrow05.png) no-repeat center 94%;
    background-size: 18px;
  }
  .yrsiFlow li:nth-of-type(3) {
    background: url(../images/arrow05.png) no-repeat center 94%;
    background-size: 18px;
  }
  .yrsiFlow li:last-child {
    padding-bottom: 0;
    background: none;
  }
  .yrsiFlow li .border {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5% 5%;
    background: #fff;
    border: 2px solid #efefef;
    border-radius: 8px;
    overflow: hidden;
  }
  .yrsiFlow li .photo {
    width: 30%;
    padding-right: 4%;
  }
  .yrsiFlow li .photo img {
    width: 100%;
  }
  .yrsiFlow li .box {
    vertical-align: middle;
  }
  .yrsiFlow li p.title {
    padding-top: 0;
    padding-bottom: 1.5%;
    color: #000;
    line-height: 130%;
    /*font-family: var(--mincho);*/
    font-weight: 500;
    font-size: 1.12em;
    text-align: left;
  }
  .yrsiFlow li p.text {
    padding: 0;
    line-height: 1.45;
    font-size: 0.9em;
	color: #777;
  }
  .top_con_flow_txt01 {
	font-weight: 400;
	font-size: 1.2em;
	text-align: center;
	padding-top: 0%;
	max-width: 100%;
  }
  /*-------------------------------------------
	よくある質問
	--------------------------------------------*/
  .bellows__header h4 {
    /* padding: 1% 0 3% 7%; */
    font-size: 0.95em;
	line-height: 1.4;
	font-weight: 500;
	padding-right: 4%;
  }
  p.last {
	padding-bottom: 0;
	line-height: 1.4;
	position: relative;
	padding-right: 4%;
	font-size: 0.95em;
  }
  .bellows__header {
    margin-bottom: 4%;
  }
  .bellows--is-open {
	margin-bottom: 5%;
    padding: 6% 5% 6%;
  }
  /* p.last {
    padding: 1% 0 3% 7%;
  } */
  .bellows__header h4::before {
    width: 3.2vw;
    height: 3.2vw;
	  top: 10%;
    padding-top: 1%;
  }
  p.last::before {
    width: 3vw;
    height: 3vw;
  }
  .bellows__header{
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 1em;
	text-align: left;
	border-bottom: 1px solid rgb(153, 153, 153);
	padding-bottom: 4%;
	margin-bottom: 4%;
  }
  .bellows__header img {
	width: 1.1em;
	margin-left: 0.7em;
  }
  .bellows__content img {
	width: 1.1em;
	margin-top: 0.4em;
	margin-left: 0.7em;
  }

  /*-------------------------------------------
	下層ページ
	--------------------------------------------*/
	.lower_mv{
		background-image: url("../images/h2_bg_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position:center top;
		height: 23.0vw;
		min-height: 200px;
		max-width: 100%;
		margin-top: 11vw;
		/*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.1rem;
		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_paddingTop{
		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: 1.6em;
		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: 75%;
		max-width: 400px;
	}
	.message_box_ttl{
		font-size: 2.1rem;
		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%;
	}
	.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;
	}
	#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;
	}
	.font_small {
		font-size: 0.85em;
	}
/*.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;
	}
	.office_info_age:not(:first-of-type) {
		padding-top: 3%;
	}
	.office_info_span {
		padding-top: 0.5em;
	}

/*----- アクセス ------*/
/*.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_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;*/
		border: solid 1px #aaaaaa;
		/*padding: 2.55%;
		padding-left: 2.5%;
		padding-right: 7%;*/
		display: block;
		cursor: pointer;
		text-align: left;
		font-size: 1.05em;
	}
	.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;
	} */
  .faq_content_textBox {
    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%;
	font-weight: 400;
}
.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),
	#fee_06 .fee_table_ttl01{
		padding-top: 5%;
	}

	.text_small {
		font-size: 0.8em;
	}
	.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: -1em;
		padding-left: 1em;
	}

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

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

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

	
.fee_list {
	/*font-size: 1.12em;*/
}
.fee_list_ul {
	text-indent: 0;
	padding-left: 0;
	padding-top: 0.3em;
	/*font-size: 1.12em;*/
}

	/*-------------------------------------------
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.5%;
	}
	.contactpage_point li{
		font-size: 1.3rem;
		font-weight: 400;
		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;
	}
	#contact h4 {
		font-size: 1.25em;
		font-weight: 500;
		line-height: 1.3;
	}
	.contact_paddingTop {
		padding-top: 10%;
	}
	/*---お問い合わせフォーム---*/
	.form_wrap{
		padding-top: 10%;
	}
	.form_info{
		text-align: left;
		padding-top: 2.5vw;
		font-size: 0.95em;
		padding-top: 4.5%;
	}

	/*---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 1.5vw 0;
	}
	.policy_text03 {
    margin-top: 1.5vw;
	}
	.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: 15vw;
	  font-size: 1.45rem;
	  line-height: 1.4;
	}
	}
