html{font-size: 62.5%;}
body {
	width:100%;
	height:100%;
	color: #000;
	font-family:YakuHanJP_Narrow,"kinto-sans","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	letter-spacing: 1px;
	margin:0;
	padding: 0;
	border: 0;
    box-sizing: content-box;
}
div, ul, li {
	box-sizing: border-box;
}

a:link {
	text-decoration: none;
    color: #898989;
    transition: all .4s;
}

a:visited {
    color: #898989;
}

.c-both{
    clear: both;
    height:0em;
    visibility:hidden;
    overflow:hidden;
    content:”.”;
}

img{
width:100%;
max-width: 100%;
height: auto;
}

header {
    margin: 0;
    padding: 0; 
    border-top:5px solid;
    border-image: linear-gradient(to right, #D02BAD, #7639D2, #05D7B6) 1;
    display: block;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 100;
}

#header_base {
    margin: 0 auto;
    padding: 10px 30px; 
    display: block flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.invert2 {
    background: rgba(255, 255, 255, 0.8);
}

.logo {
    width: 200px;
    height: 72px;
    background: url(images/logo.svg)center left no-repeat;
    background-size: contain;
    text-indent: -9999px;
    margin: 0;
    display: none;
}
.invert {
    display: block;
}

main {
    margin: 0 auto;
    padding: 0;
}

/*Gナビ*/
nav{
	display: block;
    position: fixed;
    right: 120px;
    top: 28px;
}
.drawer{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  text-align: right;
}
.navbar_toggle{
  z-index:9999;
}
.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #FFF;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.invert5 {
  background: #171C61;
}
.navbar_toggle_icon:nth-child(1) {
    top: 0;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 4px 0;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
}
.menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	background: #FFF;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
	background: #FFF;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
	background: #FFF;
}
.menu{
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition:ease .5s;
transition:ease .5s;
z-index:1000;
float: right;
}
.menu ul{
  padding: 0px 20px;
    width: 100%;
}
.menu ul li{
	display: block;
	text-align: center;
}
.menu ul li a{
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.invert3 ul li  a {
	color: #000!important;
    text-shadow: none;
}
.nav_icon{
	display: block flex;
    position: fixed;
    align-items: center;
    right: 30px;
    top: 38px;
}
.nav_icon img{
	filter: invert(95%) sepia(100%) saturate(20%) hue-rotate(288deg) brightness(104%) contrast(105%) drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7));
}
.invert4 img {
    filter:	none;
}
.nav_icon_mail{
	width: 20px;
    margin-right: 30px;
     transition: .4s;
}
.nav_icon_mail:hover {
transform: scale(1.2,1.2);
}
.nav_icon_tel{
	height: 23px;
 transition: .4s;
}
.nav_icon_tel:hover {
transform: scale(1.2,1.2);
}


@media screen and (min-width: 960px) {

.navbar_toggle{
  display: none;
}
.menu{
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}	
.menu ul li{
	display: block;
  padding: 0px 20px;
	text-align: center;
}

}

a.underline {
	position: relative;
}
a.underline::after {
	background: linear-gradient(to right, #d02bad, #7639d2, #05d7b6);
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -8px;
	position: absolute;
	transition: .5s all;
	width: 0;
}
@media screen and (min-width: 960px) {
	a.underline:hover::after {
		width: 100%;
	}
}

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

#header_base {
    padding: 5px 15px; 
}

.logo {
    width:113px;
    height:40px;
}
	
.drawer{
padding: 23px 15px;
position: fixed;
top: 0px;
right: 0px;
pointer-events: auto;
z-index: 100;
}
	
.menu{
background: rgba(23,28,97,0.9);
height: 100%;
position: fixed;
width: 100%;
z-index: 98;
top: 0;
left:0;
}
.menu ul{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}	
.menu ul li{
  padding: 10px 20px;
}	
.menu ul a{
	position: relative;
	pointer-events: auto;
}
.menu ul li a{
	font-size: 1.4rem;
	color: #FFF!important;
	letter-spacing: 2px;
	font-weight: bold;
}
.nav_icon{
    right: 70px;
    top: 19px;
}
.nav_icon_mail{
    margin-right: 25px;
}
.nav_icon_tel{
}
}

/*フッター*/
footer {
    background: #171C61;
    margin: 0 auto;
    padding: 18px 30px ;
    display: block flex;
    justify-content: space-between;
    align-items: center;
}
.footer_menu{
font-size:1.3rem;
color: #FFF;
display: inline-block;
}
.footer_menu:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
.copyright{
font-size:1.6rem;
color: #FFF;
font-family: din-condensed, sans-serif;
font-style: normal;
font-weight: 400;
display: flex;
align-items: center;
margin: 0;
}
.copyright::after {
content: url(images/footer_logo.svg);
display: block;
width: 50px;
height: 50px;
margin-left: 20px;
}

@media only screen and (max-width:768px){
footer {
    padding: 15px 20px;
    display: block;
    text-align: center;
}
.footer_menu{
font-size:1.2rem;
margin: 0 auto 10px;
text-align: center;
}
.copyright{
font-size:1.5rem;
display: block;
margin: 0 auto;
text-align: center;
}
.copyright::after {
width: 40px;
height: 40px;
margin: 10px auto 0;
}
}

/* ページTOPに戻る */
.pagetop {
    display: none;
	position: fixed;
	right: 30px;
	bottom: 19px;
    z-index: 50;
}
.pagetop a {
	display: block;
    background: url(images/page_top.svg);
	width: 50px;
	height: 50px;
 transition: .4s;
}
.pagetop a:hover {
transform: scale(1.2,1.2);
}
@media screen and (max-width: 768px) {
.pagetop {
	right: 15px;
	bottom: 15px;
}
.pagetop a {
	width: 40px;
	height: 40px;
}
}

/*フェードイン*/
.fadein, .time-fadein {
	opacity: 0;
	transform: translate(0, 40px);
	transition: all 800ms;
}
.fadein.scrollin, .time-fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
.fadein.fadein_l, .time-fadein.fadein_l {
	transform: translate(-50px, 0);
	transition: all 800ms;
	opacity: 0;
}
.fadein.fadein_l.scrollin, .time-fadein.fadein_l.scrollin {
	transform: translate(0, 0);
	opacity: 1;
}
.fadein.fadein_r.fadein, .time-fadein.fadein_r.fadein {
	transform: translate(50px, 0);
	transition: all 800ms;
	opacity: 0;
}
.fadein.fadein_r.scrollin, .time-fadein.fadein_r.scrollin {
	transform: translate(0, 0);
	opacity: 1;
}
@media screen and (max-width:850px) {
	/*タブレット以下は下からスライドに固定(横ずれを防ぐ為)*/
	.fadein, .time-fadein {
		transform: translate(0, 40px) !important;
	}
	.fadein.scrollin, .time-fadein.scrollin {
		opacity: 1;
		transform: translate(0, 0) !important;
	}
}



/* kv */
.kv{
  margin: 0px auto;
  height: 100vh;
  position: relative;
  width: 100%;
background: url(images/kv_pc.jpg)center top no-repeat;
background-size: cover;
padding: 0;
}
.top_logo{
height: 110px;
width: 308px;
background: url(images/top_logo.svg)center center no-repeat;
background-size: contain;
text-indent: -9999px;
-webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7)); /* SafariなどのWebkitブラウザ用 */
filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7)); 
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%)!important;
-webkit- transform: translateY(-50%) translateX(-50%)!important;
}
.top_logo.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
h1{
color: #fff;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
writing-mode: vertical-rl;
-webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7)); /* SafariなどのWebkitブラウザ用 */
filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7)); 
position: absolute;
top: 50%;
left: 5%;
transform: translateY(-50%);
-webkit- transform: translateY(-50%);
font-weight: lighter;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 3px;
    white-space: nowrap;
}
h1.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(-40%);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 940px) {
.top_logo{
width: 70%;
max-width: 230px;
bottom:0px;
top:auto;
transform: translateX(-50%);
-webkit- transform: translateX(-50%);
}
h1{
bottom:180px;
top:auto;
left: 50%;
transform: translateX(-50%);
-webkit- transform: translateX(-50%);
font-size: 1.8rem;
line-height: 2;
letter-spacing: 3px;
}
@keyframes fadeup {
  0% {
    transform: translateY(20px) translateX(-50%);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}
}

article {
margin: 0;
padding: 0;
}

/* お知らせ */
#information_area {
    display: block;
    background-color: #EFEFEF;
    padding: 100px 0px;
}
.information_contents_base {
    max-width: 1220px;
	position: relative;
	margin: 0 auto;
	padding: 0px 30px;
    display: flex;
    gap:30px;
    width: 100%;
    flex-direction: row-reverse;
}
.information_contents {
    margin: 0 auto 50px;
}
.information_item{
display: block;
border-bottom: dotted 1px #b5b5b5; 
padding: 0px 0px 22px 0px;
margin: 0 auto 28px;
}
.information_date{
font-family: din-condensed, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1.8rem;
color: #171C61;
margin-bottom: 10px;
margin-top: 0;
line-height: 1;
display: flex;
align-items: center;
}
.information_tit{
font-size: 1.4rem;
line-height: 1.6;
margin: 0;
}
.information_new{
display: inline-block;
padding: 1px 3px;
font-size: 1.6rem;
color: #FFF;
line-height: 1;
background: linear-gradient(to right, #D02BAD, #7639D2, #05D7B6);
margin-left: 15px;
}



.top_title_r {
    display: block flex;
    flex-direction: row-reverse;
}
.top_title {
    font-family: din-condensed, sans-serif;
font-style: normal;
font-weight: 400;
    font-size: 4rem;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
writing-mode: vertical-rl;
color: #171C61;
position: relative;
display: inline-block;
margin: 0;
}
.top_title:after {
    content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: calc(100% - 220px);
  background: linear-gradient(to bottom, #d02bad, #7639d2, #05d7b6);
}
h2 {
    font-size: 1.4rem;
    font-weight: bold;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
writing-mode: vertical-rl;
    letter-spacing: 5px;
}
.top_contents_l {
    width: 100%;
}
.more_view_btn {
    float: right;
    display: block;
    padding: 8px 0px 8px 40px;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 160px;
}
.more_view_btn p {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 5px;
    z-index: 15;
    display: flex;
    align-items: center;
}
.more_view_btn:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 120px;
left: 170px;
  background: linear-gradient(to right, #d02bad, #7639d2, #05d7b6);
    display: block;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.more_view_btn:hover:after {
left: 180px;
}
.more_view_btn_bk {
    display: block;
    background-color: #171C61;
    position: absolute;
    width: 230px;
    height: 100%;
    left: 0;
}

/* キャッチコピー */
#catch_area {
    background: url(images/catch_img.jpg)right top no-repeat;
    background-size: contain;
    padding: 100px 0px;
}
.catch_contents_base {
    max-width: 1220px;
	position: relative;
	margin: 0 auto;
	padding: 0px 30px;
}
.catch_contents_base img {
    max-width: 250px;
    margin-bottom: 5px;
}
.catch {
    padding-left: 110px;
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 10px;
}
.catch_p {
    margin-left: 110px;
    font-size: 1.6rem;
    display: inline-block;
    background: #7639D2;
    padding: 2px 50px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
}

/* 経営コンサルティング業務 */
#management_area {
    background: url(images/management_img.png)left top no-repeat;
    background-size: auto 85%;
    padding: 100px 0px;
    border-top: #171C61 1px solid;
}
.management_contents_base {
    max-width: 1220px;
	position: relative;
	margin: 0 auto;
	padding: 0px 30px 0px 300px;
    display: flex;
    gap:30px;
    width: 100%;
    flex-direction: row-reverse;
    min-height: 400px;
}
.top_title2 {
    font-family: din-condensed, sans-serif;
font-style: normal;
font-weight: 400;
    font-size: 4rem;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
writing-mode: vertical-rl;
color: #171C61;
position: relative;
display: inline-block;
margin: 0;
}
.top_title2:after {
    content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: calc(100% - 220px);
  background: linear-gradient(to bottom, #d02bad, #7639d2, #05d7b6);
}
.management_p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 30px;
    margin-top: 200px;
    display: block;
    background: rgba(255, 252, 255, 0.8);
    padding: 20px 30px;
}

/* 金融コンサルティング業務 */
#finance_area {
    background: url(images/finance_img.png)right top no-repeat;
    background-size: auto 85%;
    padding: 100px 0px;
    border-top: #171C61 1px solid;
}
.finance_contents_base {
    max-width: 1220px;
	position: relative;
	margin: 0 auto;
	padding: 0px 300px 0px 30px;
    display: flex;
    gap:30px;
    width: 100%;
    min-height: 400px;
}
.top_title3 {
font-family: din-condensed, sans-serif;
font-style: normal;
font-weight: 400;
    font-size: 4rem;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
writing-mode: vertical-rl;
color: #171C61;
position: relative;
display: inline-block;
margin: 0;
}
.top_title3:after {
    content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: calc(100% - 145px);
  background: linear-gradient(to bottom, #d02bad, #7639d2, #05d7b6);
}
.finance_p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 auto 30px;
    display: inline-block;
    background: rgba(255, 252, 255, 0.8);
    padding: 20px 30px;
}
.finance_grid {
    display: grid;
    gap:15px 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: 0 auto 30px;
}
.finance_box {
    background: rgba(255, 252, 255, 0.8);
}
#finance_area h3 {
    display: block flex;
    align-items: center;
    background: #EFEFEF;
    padding: 10px 18px;
    color: #171C61;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
}
#finance_area h3 span {
    color: #D02BAD;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 15px;
}
.finance_box_p {
    font-size: 1.2rem;
    padding: 15px 22px;
    margin: 0;
    line-height: 1.8;
}

/* 不動産・資産管理コンサルティング業務 */
#realestate_area {
    background: url(images/realestate_img.png)left top no-repeat;
    background-size: auto 85%;
    padding: 100px 0px;
    border-top: #171C61 1px solid;
}
.realestate_contents_base {
    max-width: 1220px;
	position: relative;
	margin: 0 auto;
	padding: 0px 30px 0px 300px;
    display: flex;
    gap:30px;
    width: 100%;
    flex-direction: row-reverse;
    min-height: 400px;
}
.top_title5 {
    font-family: din-condensed, sans-serif;
font-style: normal;
font-weight: 400;
    font-size: 4rem;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
writing-mode: vertical-rl;
color: #171C61;
position: relative;
display: inline-block;
margin: 0;
}
.top_title5:after {
    content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: calc(100% - 200px);
  background: linear-gradient(to bottom, #d02bad, #7639d2, #05d7b6);
}
.realestate_p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 30px;
    margin-top: 200px;
    display: block;
    background: rgba(255, 252, 255, 0.8);
    padding: 20px 30px;
}


/* マーケティングコンサルティング業務 */
#marketing_area {
    background: url(images/marketing_img.png)right top no-repeat;
    background-size: auto 85%;
    padding: 100px 0px;
    border-top: #171C61 1px solid;
}
.marketing_contents_base {
    max-width: 1220px;
	position: relative;
	margin: 0 auto;
	padding: 0px 300px 0px 30px;
    display: flex;
    gap:30px;
    width: 100%;
    min-height: 400px;
}
.top_title4 {
    font-family: din-condensed, sans-serif;
font-style: normal;
font-weight: 400;
    font-size: 4rem;
-ms-writing-mode: tb-rl;
-webkit-writing-mode:vertical-rl;
writing-mode: vertical-rl;
color: #171C61;
position: relative;
display: inline-block;
margin: 0;
}
.top_title4:after {
    content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: calc(100% - 220px);
  background: linear-gradient(to bottom, #d02bad, #7639d2, #05d7b6);
}
.marketing_p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 30px;
    margin-top: 120px;
    display: inline-block;
    background: rgba(255, 252, 255, 0.8);
    padding: 20px 30px;
}
.marketing_list ul {
    font-size: 1.6rem;
    font-weight: bold;
    color: #171C61;
    list-style:none;
    margin: 0 auto 30px;
    display: inline-block;
    background: rgba(255, 252, 255, 0.8);
    padding: 20px 30px;
}
.marketing_list ul li {
    background: url(images/check.svg)left center no-repeat;
    background-size:40px;
    padding-left: 60px;
    min-height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}





.br-pc {
  display: block;
}

.br-sp {
  display: none;
}


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

article {
background: none;
}

/* お知らせ */
#information_area {
    padding: 40px 0px;
}
.information_contents_base {
	padding: 0px 20px;
    display: block;
}
.information_contents {
    margin: 20px auto 30px;
}
.information_item{
padding: 0px 0px 14px 0px;
margin: 0 auto 16px;
}
.information_date{
font-size: 1.7rem;
margin-bottom: 6px;
}
.information_tit{
font-size: 1.2rem;
}
.information_new{
font-size: 1.5rem;
margin-left: 10px;
}

    
    
.top_title_r {
    display: block;
}
.top_title {
font-size: 2.8rem;
-ms-writing-mode: unset !important;
-webkit-writing-mode:unset !important;
writing-mode: unset !important;
display: flex;
align-items: center;
}
.top_title:after {
content: "";
position: relative;
height: 1px;
flex-grow: 1;
margin-left: 20px;
left: auto;
background: linear-gradient(to right, #d02bad, #7639d2, #05d7b6);
}
h2 {
font-size: 1.2rem;
-ms-writing-mode: unset !important;
-webkit-writing-mode:unset !important;
writing-mode: unset !important;
letter-spacing: 3px;
margin-top: 5px;
}
.more_view_btn {
    padding: 3px 0px 3px 30px;
    margin-right: 100px;
}
.more_view_btn p {
    font-size: 1.2rem;
    letter-spacing: 4px;
}
.more_view_btn:after {
    width: 80px;
left: 130px;
}
.more_view_btn:hover:after {
left: 140px;
}
.more_view_btn_bk {
    width: 170px;
}
    
/* キャッチコピー */
#catch_area {
    background: url(images/catch_img.jpg)center top no-repeat;
    background-size: cover;
    padding: 40px 0px;
}
.catch_contents_base {
	padding: 0px 20px;
    text-align: center;
}
.catch_contents_base img {
    max-width: 180px;
    margin: 0 auto 5px;
    text-align: center;
    display: block;
}
.catch {
    padding: 0px;
    font-size: 1.4rem;
    margin-bottom: 15px;
    text-align: left;
}
.catch_p {
    margin: 0 auto;
    font-size: 1.5rem;
    padding: 2px 25px;
    letter-spacing: 5px;
    text-align: center;
}
    
/* 経営コンサルティング業務 */
#management_area {
    background-size: 200px;
    padding: 200px 0px 40px 0px;
}
.management_contents_base {
	padding: 0px 20px;
    display: block;
	min-height: 100px;
}
.top_title2 {
font-size: 2.8rem;
-ms-writing-mode: unset !important;
-webkit-writing-mode:unset !important;
writing-mode: unset !important;
display: flex;
align-items: center;
}
.top_title2:after {
content: "";
position: relative;
height: 1px;
flex-grow: 1;
margin-left: 20px;
left: auto;
background: linear-gradient(to right, #d02bad, #7639d2, #05d7b6);
}
.management_p {
    font-size: 1.2rem;
    margin: 0 auto 20px;
    background: none;
    padding: 0;
}
    
/* 金融コンサルティング業務 */
#finance_area {
    background-size: 200px;
    padding: 200px 0px 40px 0px;
}
.finance_contents_base {
	padding: 0px 20px;
    display: block;
}
.top_title3 {
font-size: 2.8rem;
-ms-writing-mode: unset !important;
-webkit-writing-mode:unset !important;
writing-mode: unset !important;
display: flex;
align-items: center;
}
.top_title3:after {
content: "";
position: relative;
height: 1px;
flex-grow: 1;
margin-left: 20px;
left: auto;
background: linear-gradient(to right, #d02bad, #7639d2, #05d7b6);
}
.finance_p {
    font-size: 1.2rem;
    margin: 0 auto 20px;
    background: none;
    padding: 0;
}
.finance_grid {
    margin: 0 auto 20px;
}
#finance_area h3 {
    padding: 8px 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}
#finance_area h3 span {
    font-size: 1rem;
    margin-right: 8px;
}
.finance_box_p {
    font-size: 1.1rem;
    padding: 0;
}
	
/* 不動産・資産管理コンサルティング業務 */
#realestate_area {
    background-size: 200px;
    padding: 200px 0px 40px 0px;
}
.realestate_contents_base {
	padding: 0px 20px;
    display: block;
	min-height: 100px;
}
.top_title5 {
font-size: 2.8rem;
-ms-writing-mode: unset !important;
-webkit-writing-mode:unset !important;
writing-mode: unset !important;
display: flex;
align-items: center;
}
.top_title5:after {
content: "";
position: relative;
height: 1px;
flex-grow: 1;
margin-left: 20px;
left: auto;
background: linear-gradient(to right, #d02bad, #7639d2, #05d7b6);
}
.realestate_p {
    font-size: 1.2rem;
    margin: 0 auto 20px;
    background: none;
    padding: 0;
}
    
/* マーケティングコンサルティング業務 */
#marketing_area {
    background-size: 200px;
    padding: 200px 0px 40px 0px;
}
.marketing_contents_base {
	padding: 0px 20px;
    display: block;
}
.top_title4 {
font-size: 2.8rem;
-ms-writing-mode: unset !important;
-webkit-writing-mode:unset !important;
writing-mode: unset !important;
display: flex;
align-items: center;
}
.top_title4:after {
content: "";
position: relative;
height: 1px;
flex-grow: 1;
margin-left: 20px;
left: auto;
background: linear-gradient(to right, #d02bad, #7639d2, #05d7b6);
}
.marketing_p {
    font-size: 1.2rem;
    margin: 0 auto 20px;
    background: none;
    padding: 0;
}
.marketing_list ul {
    font-size: 1.4rem;
    margin: 0 auto 20px;
    background: none;
    padding: 0;
}
.marketing_list ul li {
    background-size:30px;
    padding-left: 43px;
    min-height: 30px;
    margin-bottom: 10px;
}
    
.br-pc {
  display: none;
}
	
.br-sp {
  display: block;
}
	
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
