/*-----------------
基本設定
------------------*/
body{
  font-size: 2.5vw;
}
.pc{
  display: none;
}
.tab{
  display: block;
}
.mobi{
  display: none;
}
.pc.tab{
  display: block;
}
.tab.mobi{
  display: block;
}
.wrapper{
  width: 95%;
  margin: auto;
}
h2{
  font-size: 3.5vw;
}
/*-----------------
header
------------------*/
.header-wrap{
  flex-wrap: wrap;
  height: 70px;
}
.header-wrap .logo{
  margin-left: 10px;
  width:50%;
}
.hamburger {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 999;
}
.hamburger span{
  width: 55px;
  height: 2px;
  background: #888888;
  display: block;
  position: absolute;
  left: 50%;
  transition: all ease .3s;
}
.hamburger span:first-of-type{
  top: 16px;
  transform: translateX(-50%);
}
.hamburger span:nth-of-type(2){
  top: 50%;
  transform: translate(-50%,-50%);
}
.hamburger span:last-of-type{
  bottom: 16px;
  transform: translateX(-50%);
}
.hamburger span.active{
  background: #fff;
}
.hamburger span:first-of-type.active{
  transform: rotate(-45deg) translateX(-50%);
  width: 50px;
}
.hamburger span:nth-of-type(2).active{
  opacity: 0;
}
.hamburger span:last-of-type.active{
  transform: rotate(45deg) translateX(-50%);
  width: 50px;
}
.header-nav{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all ease .3s;
  background: #282f5f;
  height: 100%;
}
.header-nav ul{
  margin-top: 50px;
  padding: 0 20px;
}
.header-nav a{
  color:#fff;
  padding: 10px;
  border-bottom: 1px solid #fff;
  display: block;
}
.header-nav .logo{
  border-bottom: 0;
}
.header-nav li:last-of-type{
  margin-top: 100px;
}
.header-nav .btn{
  border-bottom: 0;
  background: #fff;
  color: #282f5f;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.header-nav li .btn::before{
  content: none;
}
.header-nav.active{
  transform: translateX(0);
}
/*-----------------
top
------------------*/
.top{
  margin-top: 70px;
}
.top h1{
  font-size: 4vw;
}
/*-----------------
about
------------------*/
.about-wrap img{
  width: 40%;
}
.about-txt{
  width: 55%;
}
/*-----------------
service
------------------*/
.service-boxes-border dl{
  width: calc(95% / 2);
  height: 380px;
}
.service-boxes-border dt{
  font-size: 2.8vw;
}
.service_audit-achievement{
  padding: 30px 20px;
}
.service_audit-achievement li{
  font-size: 2vw;
}

.service-wrap{
  column-gap: 20px;
}
.service-wrap img{
  width: 40%;
}
.service_taxation .service-wrap{
  margin: 50px 0 0;
}
.service_taxation-corporate{
  padding: 50px 0;
}
.service-boxes dl{
  height: 320px;
}
.service-boxes dt{
  font-size: 3vw;
}

.service_taxation-individual-flex{
  margin: 50px auto;
}
.service_taxation-individual-flex img{
  width: 40%;
}
.service_taxation-individual-txt P:first-of-type{
  margin-bottom: 20px;
}
.service_taxation-individual-txt .big::before{
  width: 100px;
  top: -50px;
}
.service_taxation-individual-txt .big{
  margin-top: 80px;
  font-size: 2.8vw;
}
.service_taxation-individual{
  padding: 50px 0 150px;
}
/*-----------------
cta
------------------*/
.cta{
  margin-top: -160px;
}
.cta-inner{
  padding: 50px 30px;
  bottom: 30px;
}
.cta-inner p{
  font-size: 2.5vw;
}
.cta-inner a{
  font-size: 2.5vw;
  padding: 20px 20px 20px 100px;
}
.cta-inner a::after{
  width: 25px;
}
/*-----------------
greeting
------------------*/
.greeting{
  padding: 50px 0;
}
.greeting-inner img{
  width: 40%;
}
/*-----------------
footer
------------------*/
.footer-wrap{
  flex-wrap: wrap;
}

.footer-nav{
  justify-content: space-between;
  margin: 30px auto;
  width: 100%;
}
/*-----------------
page
------------------*/
.page-wrap{
  margin-top: 70px;
}
.page-ttl{
  font-size: 4vw;
}
.page h1{
  font-size: 3vw;
}
.breadcrumbs{
  margin-bottom: 20px;
}
.page-wrap .cta{
  padding: 30px 0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.page-wrap .cta-inner{
  position: unset;
  transform: translateX(0);
}
/*-----------------
page profile
------------------*/
.profile{
  column-gap: 30px;
}
.profile-txt p{
  font-size: 3vw;
  margin-bottom: 20px;
}
.profile-txt p span{
  font-size: 2.5vw;
}
.profile-txt p:first-of-type{
  margin-bottom: 30px;
}
.profile img{
  width: 40%;
}
.profile-txt li{
  margin-bottom: 20px;
  padding-left: 18vw;
}
.profile-txt li span::before{
  left: 12vw;
}
/*-----------------
page contact
------------------*/
.contact{
  padding: 30px 2.5%;
}