/*--------------------------------------------------------------------
共通
--------------------------------------------------------------------*/
.text01 {
	margin: 0 4%;
	font-weight: 500;
	line-height: 1.8;
  color: #053650;
}
.title01 {
	font-size: 1.6em;
    font-weight: bold;
	line-height: 1.3;
    text-align: center;
	color: #0042ad;
    position: relative;
}
.title02 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #222222;
    letter-spacing: 1.6;
    position: relative;
}
.title01:after,.title02:after {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 8px;
    border-bottom: 4px solid #0042ad;
    right: 40%;
    left: 40%;
}

/* 黄色マーカーアニメーション前のスタイル */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffe763, #ffe763); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 40%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
  /* padding-left: 30px; */
}

/* 黄色マーカーアニメーション発火時 */
.js-marker.inview {
  background-size: 100% 40%; /* '30%'の部分は上で設定した太さに合わせる */
  /* padding-left: 30px; */
}

/*--------------------------------------------------------------------
 footer
--------------------------------------------------------------------*/
footer {
    padding: 2em 4% 6em;
    line-height: 1.8;
    display: block;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
footer .contacts .company {
    font-weight: bolder;
    vertical-align: middle;
    font-size: 1.2em;
}
footer .contacts .company img {
    vertical-align: middle;
    margin-right: 12px;
    max-width: 20%;
}
footer .contacts .telicon {
    float: left;
    max-width: 10%;
}
footer .contacts .tel {
    vertical-align: middle;
    font-size: 1.1em;
    font-weight: 700;
}

.copy {
    padding: 0.8em 0;
    font-size: 11rem;
}
.pagetop {
    position: fixed;
    right: 1px;
    bottom: 100px;
	z-index: 100;
}
.cp_text01{
	margin: 10px 0 0 0;
	line-height: 1.4em;
	font-size: 0.8em;
}
.cp_text02{
	text-align: left;
	padding: 0.5 4% 1em 4%;
	line-height: 1.4em;
}

/*--------------------------------------------------------------------
content
--------------------------------------------------------------------*/
content {
	display: block;
}


/*--------------------------------------------------------------------
 table
--------------------------------------------------------------------*/
.bg_gray {
    background: #e5e5e5 !important;
}
.bg_yellow {
    background: #ffffe2 !important;
}
.bg_green {
    background: #3dccaa !important;
}
.bg_blue {
    background: #0042ad !important;
}
.bg_white {
    background: #FFFFFF !important;
}


/*--------------------------------------------------------------------
 コンテンツ横枠
--------------------------------------------------------------------*/
.contents_in {
  margin: 0 4%;
}

/*--------------------------------------------------------------------
 選ばれる理由
--------------------------------------------------------------------*/
#reason {
  position: relative;
  padding-bottom: 40px;
}
#reason:before {
  content: "";
  display: block;
  background: linear-gradient(90deg, rgb(19,115,169,0.8) 0%, rgb(41,189,169,0.8) 100%);
  clip-path: polygon(0 70vw, 100% 80vw, 100% 100%, 0 calc(100% - 10vw));
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
#reason .reason_img {
  margin-bottom: 30px;
}


/*--------------------------------------------------------------------
 サービス
--------------------------------------------------------------------*/
#service {
  background: url(../images/service_bg.webp)left top no-repeat;
  background-size: cover;
  margin: -100px 0 100px;
}
#service .service_tit {
  margin: 140px 0 30px;
}
#service .service_in {
  margin: 0 4%;
}
#service .service_in img {
  margin-bottom: 10px;
}
#service .service_in .acd_area p {
  margin-bottom: 15px;
}


/*--------------------------------------------------------------------
 料金
--------------------------------------------------------------------*/
#price {
  background: #e9f6f7;
  padding: 40px 0;
}
#price .price_img {
  margin-bottom: 30px;
}


/*--------------------------------------------------------------------
 FAQ
--------------------------------------------------------------------*/
#faq {
  padding: 50px 0;
}
#faq .faq_title {
  margin-bottom: 30px;
}
#FAQ .menu_toggle {
  display: none
}
#FAQ .menu_toggle:checked+.faq_q+.faq_a {
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-top: 20px;
}
#FAQ .menu_toggle:checked+.faq_q .Label::before {
  -webkit-transform: rotate(-45deg)!important;
  transform: rotate(-45deg)!important;
  margin-top: 0;
}
#FAQ .faq_q
, #FAQ .faq_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 10px;
}
#FAQ .faq_q {
  background: #e9f6f7;
  padding-top: 20px;
  padding-bottom: 20px;
}
#FAQ .faq_a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  
  height: 0;
  overflow: hidden;
  
  margin-bottom: 30px;
}
#FAQ .faq_q:before
, #FAQ .faq_a:before {
  content:"";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
#FAQ .faq_q:before {
  background-image: url(../images/faq_q.webp);
}
#FAQ .faq_a:before {
  background-image: url(../images/faq_a.webp);
}
#FAQ .faq_q p
, #FAQ .faq_a p {
  margin: 0 20px 0 60px;
  flex-shrink: 999;
}
#FAQ .Label {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  
  width: 45px;
  position: relative;
  min-height: 50px;
}
#FAQ .Label::before {
  content:"";  
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #1c99b8;
  border-right: 2px solid #1c99b8;
  transform: rotate(135deg);
  margin-top: -6px;
  
  position: absolute;
  top: 20px;
}


/*--------------------------------------------------------------------
 口コミ
--------------------------------------------------------------------*/
#reviews {
  padding: 30px 0 50px;
}
#reviews .reviews_tit {
  margin-bottom: 30px;
}
#reviews .reviews_box {
  margin: 0 4% 30px;
  text-align: center;
  position: relative;
}
#reviews .reviews_box a {
  width: 70%;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 7px;
  left: 15%;
}


/*--------------------------------------------------------------------
 会社概要
--------------------------------------------------------------------*/
#about {
  padding: 50px 0;
  background: #e9f6f7;
}
#about .about_tit {
  margin-bottom: 30px;
}
#about .about_in {
  padding: 0 4%;
}
#about .about_in .about_list {
	margin-bottom: 20px;
}
#about .font_B {
	color: #1c99b8;
}
hr.about_line {
	border-top: 1px solid #8c8b8b;
	margin: 20px 0;
}

/*--------------------------------------------------------------------
　CM
--------------------------------------------------------------------*/
.cmarea {
  margin-top: 30px;
  padding: 30px 4%;
  text-align: center;
}
.cmarea .cm_tit {
  margin-bottom: 20px;
}
.cmarea .cmarea_txt {
  text-align: left;
  display: inline-block;
}
.cmarea .cmarea_txt p {
  margin-bottom: 15px;
}
.cmarea h3 {
  margin: 20px 0;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #1c9ab9;
  color: #1c9ab9;
}
.cmarea .cmarea_cm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.cmarea .cmarea_cm iframe {
  width: 168px;
  height: 95px;
  max-width: 49.5%;
  margin-bottom: 20px;
}
.cmarea .cmarea_book {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 10px;
  padding: 0 10px;
}
.cmarea .cmarea_book p:first-of-type {
  flex-shrink: 999;
}
.cmarea .cmarea_book p:nth-of-type(2) {
  width: 3.5em;
}




/*--------------------------------------------------------------------
 レスポンシブ下部固定
--------------------------------------------------------------------*/
.ft_contact {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    border-top: 1px solid #bfbfbf;
	background: #eef4fe;
}
.ft_contact .ft_con {
    display: flex;
}
.ft_contact .ft_con a {
    width: 100%;
    padding: 1px 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    min-height: 1px;
}
.ft_contact .ft_con img {
    max-width: 85%;
    max-height: 50px;
    height: auto;
    margin: 5px 0;
    vertical-align: middle;
}

/*LINEあり*/
.ft_text {
    padding: 15px 0 0 0;
    width: 28%;
    background: #eef4fe;
    height: 30px;
}
.ft_line {
    width: 26%;
    background: #06c755;
    padding: 5px 0 3px 0;
}
.ft_mail {
	width: 26%;
    background: #46cbc8;
    padding: 10px 0 0 0;
}
.ft_tel {
	width: 26%;
    background-color: #0042ad;
    padding: 4px 0 0 0;
}
.ft_line img {
    width: 32%;
}
.ft_mail img {
	width: 30%;
}
.ft_tel img {
	width: 25%;
}






/*--------------------------------------------------------------------
 お問い合わせ
--------------------------------------------------------------------*/
.form_area {
	padding : 10px 0;
}

#form .form {
	line-height: 220%;
	width: 96%;
	margin: 1em auto 0 auto;
}
/*#form form input{
	width: 100%;
	height: 3em;
	margin-bottom: 1em;
}*/
	
#form form input[type="text"], #form form input[type="tel"] {
	width: 100%;
	height: 3em;
	margin-bottom: 1em;
}
.must {
	padding: 3px;
	background: #024eae;
	color: #FFF;
	border-radius: 4px;
	margin-right: 6px;
	font-size: 12rem;
}
.nini {
	padding: 3px;
	background: #626262;
	color: #FFF;
	border-radius: 4px;
	margin-right: 6px;
	font-size: 12rem;
}
#form form textarea {
	width: 100%;
	height: 12em;
}
#form hr {
	height: 1px;
	background-color: #d9d9d9;
	border: none;
	color: #d9d9d9;
}
.form_sec01 {
	width: 96%;
	margin: 1em auto;
	text-align: center;
	font-size: 18rem;
	color: #024eae;
}
.form_sec01 ul {
	width: 300px;
	margin: 0 auto 0.5em auto;
	padding-left: 10px;
}
.form_sec01 ul li {
	list-style: none;
	float: left;
	padding-right: 10px;
}
#form form input.submit_button {
	font-size: 22px !important;
	width: 100%;
	height: 60px !important;
	color: #024eae;
	font-weight: bold;
	background: #ffffff;
	background: url(../images/common/icon/arrow02.gif) no-repeat 90% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
	background: url(../images/common/icon/arrow02.gif) no-repeat 90% center, -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	border: #dadbdd 1px solid;
	border-radius: 10px;
	-webkit-box-shadow: #ccc 0px 3px 4px;
	box-shadow: #ccc 0px 3px 4px;
}
#form form input.correct_button {
	width: 100%;
	font-size: 22px !important;
	height: 60px !important;
	color: #333;
	font-weight: bold;
	background: #ffffff;
	background: url(../images/common/icon/arrow02.gif) no-repeat 90% center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
	background: url(../images/common/icon/arrow02.gif) no-repeat 90% center, -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	border: #dadbdd 1px solid;
	border-radius: 10px;
	-webkit-box-shadow: #ccc 0px 3px 4px;
	box-shadow: #ccc 0px 3px 4px;
}
#form form h4 {
	font-size: 16rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer_nav {
    background-image: url(../images/common/icon/bg01.gif);
    background-size: auto 8px;
    background-repeat: repeat-x;
    padding-top: 8px;
    font-size: 14rem;
    margin-bottom: 1.5em;
}
#footer_nav a {
    display: block;
    color: #024eae;
    padding: 1em 4%;
    background: #fbfdfe;
    background: url(../images/common/icon/arrow02.gif) no-repeat 96% center, -webkit-gradient(linear, 0 0, 0 bottom, from(#fbfdfe), to(#E2ECF5));
    background: url(../images/common/icon/arrow02.gif) no-repeat 96% center, -webkit-linear-gradient(#fbfdfe, #E2ECF5);
    background-size: 8px 12px, 100% 100%;
}

.form_area_frame {
    width: 92%;
    margin: 0px 4%;
    padding: 10px 0;
    background-color: #eef4fea6;
}

.form_area {
    background: url(../images/seminar_box_bg.gif);
    /* background-size: auto 100%; */
    padding: 10px 0;
    background-repeat: inherit;
}
.form_sec01 {
    width: 310px;
    margin: 10px auto;
	vertical-align: middle;
}
.form_l{
    float: left;
}
.form_r{
    float: left;
	padding: 10px 0 0 7px;
}

/*--------------------------------------------------------------------
　アコーディオン
--------------------------------------------------------------------*/
.acd_wapper *, .acd_wapper *:before, .acd_wapper *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.acd_wapper {
	position: relative;
	margin-bottom: 70px;
}
.acd_wapper label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 80px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgb(250 252 252 / 0%) 0%, rgb(255 255 255 / 95%) 90%);
}
.acd_wapper input:checked + label {
	background: inherit;
}
.acd_wapper label:after {
	position: absolute;
	z-index: 2;
	bottom: -40px;
	left: 20%;
  content: '';
  display: inline-block;
  width: 60%;
  height: 50px;
  background-image: url(../images/acd_on.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.acd_wapper input {
	display: none;
}
.acd_wapper .acd_area {
	overflow: hidden;
	height: 80px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s 0s ease;
}
.acd_wapper input:checked + label:after {
  background-image: url(../images/acd_off.webp);
}
.acd_wapper input:checked ~ .acd_area {
	height: auto;
	transition: all 0.5s 0s ease;
}

/*--------------------------------------------------------------------
　アクセスマップ Start
--------------------------------------------------------------------*/
#accessmap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 4% 40px;
}
#accessmap .acmap_wapper {
  position: relative;
	margin-bottom: 10px;
  width: 48.5%;
}
#accessmap .acmap_wapper .acmap_title {
	position: relative;
  border-bottom: 2px solid #053650;
  display: inline-block;
  width: 4.5em;
  text-align: center;
  margin-bottom: 15px;
}
#accessmap .acmap_wapper label {
	position: absolute;
	z-index: 1;
	top: 0;
  right: 0;
	width: 100%;
	cursor: pointer;
}
#accessmap .acmap_wapper label:after {
	position: absolute;
	z-index: 2;
	top: 5px;
  right: 0;
  content: '';
  display: inline-block;
  width: 60%;
  height: 30px;
  background-image: url(https://vs-group.jp/ppc/setsuritsu-tokyo/taxsp/images/acmap_on.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
#accessmap .acmap_wapper input {
	display: none;
}
#accessmap .acmap_wapper .acmap_area {
	overflow: hidden;
	height: 0; /* 開く前に見えている部分の高さ */
	transition: all 0.5s 0s ease;
}
#accessmap .acmap_wapper .acmap_area p {
  line-height: 1.2;
  margin-bottom: 10px;
}
#accessmap .acmap_wapper input:checked + label:after {
  background-image: url(https://vs-group.jp/ppc/setsuritsu-tokyo/taxsp/images/acmap_off.webp);
}
#accessmap .acmap_wapper input:checked ~ .acmap_area {
	height: auto;
	transition: all 0.5s 0s ease;
}
/*--------------------------------------------------------------------
　アクセスマップ End
--------------------------------------------------------------------*/