@charset "utf-8";
/*  +++++++++++++++++++++++++++++++++　header */
header{
	height:60px;
	position: fixed;
	width:100%;
	max-width: 100%;
	padding:0;
	background-color:rgba(255,255,255,0.8);
	z-index: 999999;
}
header .content-area{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 60px;
}
header h1{width:34.67%;}

header .h-copy,
header .h-phone-pc{display: none;}

header .btn-phone,
header .btn-cntact{
	position: absolute;
	top:0;
	right:120px;
	display: block;
	width: 60px;
	height: 60px;
	background: #376a2f;
	font-size:1.0rem;
	letter-spacing:0.05rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
header .btn-cntact{
	background: #009944;
	right:60px;
}
header .btn-phone i,
header .btn-cntact i{
	display: block;
    color: #fff;
    font-size: 26px;
    height: 32px;
    width: 42px;
    margin: 10px auto 0;
    text-align: center;
}
header .btn-phone span,
header .btn-cntact span{
	display: block;
    color: #fff;
    bottom: 0;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1;
    height: 14px;
    text-align: center;
}
.btn-trigger {
	position: absolute;
	/*margin:2rem;*/
	width: 60px;
	height: 60px;
	cursor: pointer;
	right:0;
	top:0;
	z-index: 999999;
	background: #462fe8;
}
.btn-trigger span {
	position: absolute;
	margin:4px;
	left: 10px;
	width: 32px;
	height: 4px;
	background-color: #fff;
	border-radius: 3px;
}
.btn-trigger, .btn-trigger span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
	top: 8px;
}
.btn-trigger span:nth-of-type(2) {
	top: 18px;
}
.btn-trigger span:nth-of-type(3) {
	top: 28px;
}
.btn-trigger span:nth-of-type(4) {
	color:#fff;
	bottom: 0;
	font-size:1.0rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing:0.05rem;
	height: 14px;
	text-align: center;
	background-color: transparent;
}
#btn01.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
	opacity: 0;
}
#btn01.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.nav-menu{
	display: none;
}
.s-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #462fe8;
    color: #fff;
    /*overflow: scroll;
    max-height: 100vh;*/
    z-index: 9999;
    padding: 8vw;
}
.s-menu a{
	color: #fff;
	/*font-weight: bold;*/
	display: block;
	padding:8px 20px;
	border-bottom:1px solid #fff;
}
/* +++++++++++++++++++++++++++++++++　main */

main{
	padding-top:60px;
	width:100%;
	max-width: 100%;
}


/*++++++++++++++++++ top */
.top-main-slide{
	position: relative;
}
.top-copy{
	position:absolute;
	top:40%;
	text-align: center;
	display: block;
	width: 100%;
}
.top-copy img{
	width:96%;
}
.top-business {
	position: relative;
	z-index: 999;
	margin-top:-6rem ;
}
.top-business section{
	background: #10088c;
	background: -moz-linear-gradient( #462fe8 0%, #462fe8 30%, #10088c 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#462fe8), color-stop(30%, #462fe8), to(#10088c));
	background: -webkit-linear-gradient( #462fe8 0%, #462fe8 30%, #10088c 100%);
	background: -o-linear-gradient( #462fe8 0%, #462fe8 30%, #10088c 100%);
	background: linear-gradient( #462fe8 0%, #462fe8 30%, #10088c 100%);
	color:#fff;
	margin-bottom:3rem;
}


.top-business section h2{
	font-size: 2.4rem;
    letter-spacing: 0.25rem;
    text-align: center;
	margin-bottom:3rem;
}
.top-business section .copy-business{
	border:1px solid #fff;
	font-size:120%;
	padding:0.6rem;
	margin-bottom:3rem;
	text-align: center;
}

.top-business .btn.more-detail:hover{
	background: #8093ff;
}
.top-sttl{
	color:#462fe8;
	font-size: 2.0rem;
	margin:2rem 0;
}
.top-consulting{
	margin-bottom:4rem;
}
.top-consulting ul li{
	position: relative;
	padding-left: 20px;
	line-height: 1.6;
	margin-bottom:0.6rem;
}
.top-consulting ul li i{
	position: absolute;
	left:0;
	top:0;
	line-height: 1.6;
	color:#462fe8;
}

.top-intro{
	padding:3.6rem 15px;
	background: #10088c;
	background: -moz-linear-gradient( #462fe8 0%, #462fe8 30%, #10088c 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#462fe8), color-stop(30%, #462fe8), to(#10088c));
	background: -webkit-linear-gradient( #462fe8 0%, #462fe8 30%, #10088c 100%);
	background: -o-linear-gradient( #462fe8 0%, #462fe8 30%, #10088c 100%);
	background: linear-gradient( #462fe8 0%, #462fe8 30%, #10088c 100%);
	color:#fff;
}
.top-intro .sec-ttl01{
	color:#fff;
}

.top-accounting{
	background: #e7eaf4;
	padding:4.8rem 0 8rem;
}
.top-accounting-label figure{margin-bottom:1.8rem;}
.txt-accounting{
	text-align: center;
}
.txt-voice{
	text-align: center;
	margin:3rem 0;
}

.top-access-map{
	padding:4.8rem 0;
}
.access-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    margin: 3.6rem 0 4rem;
}
.access-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.txt-access {padding-left:15px;padding-right:0;}
.txt-access h3{color:#462fe8;}
.txt-access address{
	font-style: normal;
	letter-spacing: -0.1rem;
}

.sec-ttl01{
	font-size:1.2rem;
	text-align: center;
	margin-bottom:3.6rem;
	letter-spacing: 0.25rem;
	color:#462fe8;
}
.sec-ttl01 span{
	display: block;
	font-weight: bold;
}
.sec-ttl01 span.en-style{
	font-size:2.2rem;
}

.sec-ttl02{
	font-size:2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom:3.6rem;
	letter-spacing: 0.25rem;
	color:#462fe8;
}
#contact-area,
.contact-area{
	padding:4.8rem 20px;
	background: url(../img/bg_contact.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
#contact-area h2,
.contact-area h2{
	color:#FFF;
}
.contact-article{
	background: #fff;
	padding:3.6rem 20px;
}
.contact-article h3{
	font-weight: bold;
	font-size: 2rem;
	margin-bottom:1rem;
}


.contact-tel span{display: block;}
.contact-tel span.tel{color:#009944;font-size: 3rem;font-weight: bold;}

/*++++++++++++++++++ next ++ */
.h1_title{
	background: url(../img/about/ttl.png) no-repeat center bottom;
	background-size: cover;
	text-align: center;
	font-size: 2rem;
	color:#fff;
	font-weight: bold;
	padding:2rem;
	margin-bottom:3rem;
	height:160px;
	display: flex;
	align-items: center;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}
.h1_title span{
	display: block;
	text-align: center;
	width: 100%;
}
.h_stitle01{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding:1.4rem;
	color: #009944;
	border-top:3px solid #009944;
	border-bottom:1px solid #009944;
	margin-bottom:4rem;
}
.h_stitle02{
	background: #009944;
	color: #ffffff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding:0.8rem;
	margin-bottom:3rem;
}
.n_stitle{
	text-align: center;
	color: #009944;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom:3rem;
}
.n_stitle br{
	display: none;
}
/*++++++++++++++++++ next about ++ */

.about-style section{
	padding:4.8rem 0;
}
.about-style .sec-message{
	padding: 0 0 4.8rem;
}
.about-sttl{
	font-size: 1.8rem;
    color: #462fe8;
    text-align: center;
	margin-bottom: 1.8rem;
}
.copy-message{
	font-size:120%;
	font-weight:bold ;
}
.sec-profile h3{
	font-size: 120%;
	margin:0 0 1.8rem;
}
.sec-profile h3 span{
	font-size: 130%;
	margin-left:2rem;
}
.sec-profile .text-profile{
	padding:1.5rem;
}

.sec-profile .text-profile .img-about{
	display: flex;
	justify-content: space-between;
	margin-top:4.8rem;
}
.sec-profile .text-profile .img-about figure{
	width: 48%;
}
.sec-profile .text-profile .img-about figure:last-child{
	margin-top:10%;
}
.sec-profile .text-profile .img-about figure figcaption{
	margin-top:0.8rem;
	font-size: 80%;
}



.dl-history{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:2rem 0;
}
.sec-history dl{
	background: url(../img/line_circle.png) repeat-y 31px 0;
	background-size: 12px auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.sec-history dl dt{
	width: 80%;
	font-size: 2.4rem;
	font-weight: bold;
    display: inline-grid;
    color: #462fe8;
    background-color: #d1ddfb;
    width: 75px;
    height:75px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
}
.sec-history dl dd{
	width: calc(100% - 90px);
}
.sec-history dl .his-1990,
.sec-history dl .his-1991,
.sec-history dl .his-1993,
.sec-history dl .his-2005,
.sec-history dl .his-2015,
.sec-history dl .his-2019{margin-bottom:-12px;}
.sec-history dl .his-2006,
.sec-history dl .his-1995{margin-bottom:48px;}
.sec-history dl .his-2020{margin-bottom:14px;}

.img-office img{width: 100%;}

.sec-company table{
	width:100%;
}
.sec-company table th{
	display: block;
	color: #462fe8;
	padding:1rem 1rem 0;
	border-top:1px solid #ccc;
}
.sec-company table td{
	display: block;
	padding:1rem;
}
.sec-company table tr:last-child td{
	border-bottom:1px solid #ccc;
}


/*++++++++++++++++++ support ++ */

.support-style section{
	padding:4.8rem 0;
}
.support-style{
	background: url(../img/support/bg_support.png) no-repeat right top 420px;
}
.support-style .h1_title{
	background: url(../img/support/ttl.png) no-repeat center bottom;
	background-size: cover;
}
.support-style .sec-support{
	padding:0 0 4.8rem;
}
.support-sttl{
	font-size: 1.8rem;
    color: #462fe8;
    text-align: center;
	margin-bottom: 1.8rem;
}
.nav-support ul{
	display: flex;
	justify-content: space-between;
	margin-top:2.4rem;
	margin-bottom:4.8rem;
}
.nav-support ul li{
	width:49%;
}
.nav-support ul li a{
	display: block;
	padding:1rem 0;
	border:1px solid #8f8f8f;
	background: #fff;
	position: relative;
	color:#333333;
	text-align: center;
	font-size: 1.2rem;
}
.nav-support ul li a:hover{
	background:#8f8f8f;
}
.nav-support ul li a i{
	color: #462fe8;
	right: 1rem;
	top: 38%;
	position: absolute;
}
.flex-support{
	margin-bottom:4.8rem;
}

.flex-txt-support h3{
	font-size: 1.8rem;
	color: #462fe8;
	font-weight: bold;
	margin-bottom:2rem;
}
.flex-txt-support ul{
	background:#e5ecfc;
	padding:2.4rem 1rem;
	margin-bottom:2rem;
}
.flex-img-support img{
	width: 100%;
	margin-top:2.4rem;
	margin-bottom:3.6rem;
}
.flex-txt-support ul li {
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
    margin-bottom: 0.6rem;
}
.flex-txt-support ul li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.6;
    color: #462fe8;
}
.flex-support02{
	display: flex;
	justify-content: space-between;
	padding-bottom:4.8rem;
	flex-wrap: wrap;
}
.flex-support02 section{
	width:49%;
	border:8px solid #e7eaf4;
	background: #fff;
	margin-bottom:1rem;
	padding:1rem 1rem 0;
}
.flex-support02 section h3{
	color:#462fe8;
	text-align: center;
	margin-bottom:1.6rem;
	padding-top: 0.8rem;
	position: relative;
}
.flex-support02 section h3:after{
	content: '';
	position: absolute;
	top: -18px;
	display: inline-block;
	width: 30%;
	height: 16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #d1ddfb;
}

.sec-merit{
	background: #d7e2f7;
	padding:4.8rem 0;
}
.sec-merit h2{
	margin-left:15px;
	margin-right:15px;
}
.sec-merit ul {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.sec-merit ul li{
	width:46%;
	text-align: center;
	margin-bottom:2%;
}

.sec-case{
	padding:4.8rem 0;
}
.sec-case figure img{width: 100%;}
.txt-case-name{text-align: center;}
.txt-case-name span{
	display: block;
}


.txt-case-name span.en-case-name{
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	color: #462fe8;
}
.sec-case-support h3,
.sec-case-voice h3{
	text-align: center;
	font-size: 1.7rem;
	color: #462fe8;
	margin:0 0 3.6rem;
	padding:0;
}
.sec-case-support h3 span,
.sec-case-voice h3 span{
	display: inline-block;
	padding:0.6rem 1.2rem;
	border-top:1px solid #462fe8;
	border-bottom:1px solid #462fe8;
}

.sec-case-support figure,
.sec-case-voice figure{
	margin:3.6rem 0 3.6rem;
}

.copy-case-support,
.copy-case-voice{
	font-size: 1.8rem;
	color: #462fe8;
	font-weight: bold;
	margin-bottom:2rem;
}

.support-style section.sec-case-voice {
	/*background-image: linear-gradient(-45deg, #fff 25%, #e5ecfc 25%, #e5ecfc 50%, #fff 50%, #fff 75%, #e5ecfc 75%, #e5ecfc);
	background-size: 6px 6px;*/
	background-color: #e5ecfc;
    background-image:
   repeating-linear-gradient(45deg,
   #fff, #fff 2px,
   transparent 0, transparent 14px);
    padding: 3.6rem 1.5rem;
}

.copy-support-lp{
	font-size: 2.2rem;
	color: #462fe8;
	text-align: center;
	padding-bottom:4.8rem;
}





/*++++++++++++++++++ accounting ++ */
.accounting-style section{
	padding:4.8rem 0;
}

.accounting-style{
	background: url(../img/accounting/bg_accounting.png) no-repeat 0 420px;
	background-size: 100%;
}
.accounting-style .h1_title{
	background: url(../img/accounting/ttl.png) no-repeat center bottom;
	background-size: cover;
}
.accounting-style .sec-accounting {
    padding: 0 0 4.8rem;
}
.accounting-style section:nth-child(2){padding:0 0 4.8rem;}
.accounting-style .sec-accounting{}
.accounting-sttl{
	font-size: 1.8rem;
    color: #462fe8;
    text-align: center;
	margin-bottom: 1.8rem;
}
.remote-title{
	padding:22px 15px 10px;
	margin:3.6rem 0 5%;
	background: url(../img/accounting/bg_remote_title.jpg) no-repeat center top;
	background-size: cover;
}
.remote-title img{margin:auto auto -5%;}
.remote-copy{
	font-size: 1.6rem;
	margin:3.6rem 0;
}
.remote-copy02{color:#ee7535;}
.remote-link{
	width: 100%;
	margin: 2.4rem auto 4.8rem;
}

.movie-area{
    width: 100%;
	padding-top: 56.25%;
	height: 0;
    overflow: hidden;
    position: relative;
	margin-bottom: 3rem;
	border: 1px solid #ddd;
}
.movie-area iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*++++++++++++++++++ contact ++ */
.contact-style.thanks{
	padding-bottom: 6rem;
    border-bottom: 1px solid #18a153;
}



/*  +++++++++++++++++++++++++++++++++　footer */
footer{
	width:100%;
	max-width: 100%;
	/*border-top:1px solid #ddd;*/
	padding: 0;
}
.company-info {
	text-align:center;
}
.company-info h1 img{width:80%;}

footer address{
	font-style: normal;
	margin:1.8rem 0;
	font-size: 1.3rem;
}
footer address span{
	display: block;
}
.f-tel-txt .tel-link {
    font-size: 4rem;
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 1;
	color: #009944;
}
.f-tel-txt .tel-link a{
	color: #009944;
}
.f-tel-txt p {
	margin-top:1rem;
}
footer nav{
	padding:3rem 0;
}
.f-nav01 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom:1px solid #ddd;
	padding-bottom:3rem;
	margin: 0 -15px;
}
.f-nav01 ul li{margin:0 8px;}
.f-nav01 ul li a{color:#333333;}


.f-nav02 li{margin-bottom:3rem;}
.copyright{
	text-align: center;
	width: 100%;
	background: #009944;
	color: #fff;
	margin:0;
	padding:1.6rem 0;
}
.btn-pagetop{/* ページTOPに戻る */
	position: fixed;
	right:30px;
	bottom:30px;
	width:46px;
	z-index:99;
}
.btn-pagetop img{
	width:50px;
	display:block;
}

/* +++++++++++++++++++++++++　w320以下 */
@media screen and (max-width:320px) {
	.about-cando section h3 {
		padding: 0.4rem 1.5rem;
		font-size: 1.8rem;
	}
	.ttl-staff h2 {
		font-size: 1.8rem;
		letter-spacing: -0.2rem;
	}
	.f-tel-txt .tel-link {
		font-size: 3.6rem;
	}
	.footer-company address{
		font-size:1.2rem;
	}
	
}

/* +++++++++++++++++++++++++　w768以上 */
@media screen and (min-width:768px) {
	/* +++++++++++++++++++++++++++++++++　header */
	header{height:108px;}
	header .content-area{
		justify-content: space-between;
		padding-right: 70px;
	}
	header h1 {
		width: 40%;
	}
	header h1 img{
		width: 60%;
	}
	header .btn-phone,
	.btn-trigger {
		display: none;
	}
	header .btn-cntact {
		right: 0;
	}
	header .h-phone-pc{
		font-size: 3rem;
		display: block;
		font-weight: bold;
		line-height: 1;
		color: #009944;
		text-align: right;
		margin-bottom: 0;
	}

	header .h-phone-pc span{
		display: block;
	}
	.nav-menu {
		display:block;
		width: 100%;
		height: 48px;
	}
	.nav-menu  ul {
		text-align: center;
	}
	.nav-menu  ul li{
		display: inline-block;
	}
	.nav-menu a{
		color: #333;
		/*font-weight: bold;*/
		display: block;
		padding:8px 16px;
		font-size: 1.7rem;
	}
	/* +++++++++++++++++++++++++++++++++　main */
	main{
		padding-top:108px;
	}
	/*++++++++++++++++++ top ++ */
	.top-copy {
		top: 30%;
	}
	.top-copy img {
		width: 60%;
	}
	.top-business{
		margin-top: -3rem;
		display: flex;
		justify-content: space-between;
	}
	.top-business section{
		width: 48%;
	}
	.top-consulting{
		/*display:flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: space-between;*/
		margin: 3rem 0;
	}
	.top-consulting .top-sttl{
		margin: 0 0 2rem;
		font-size: 2.8rem;
	}
	.top-consulting ul{
		margin-bottom:5rem;
	}
	.top-consulting figure{
		margin-bottom:1.8rem;
		/*width: 45%;*/
	}
	.top-consulting .content-area{
		/*width: 53%;*/
	}
	.top-accounting-label{margin-bottom:3.6rem;}
	.flex-top-about{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom:6rem;
	}
	.flex-top-about figure{
		width: 45%;
	}
	.flex-top-about h2{
		width: 53%;
		font-size: 2.4rem;
	}
	.top-intro {
		text-align: center;
		padding: 4.8rem;
		margin-top: -6rem;
		/*margin-left: 30%;*/
		margin-bottom: 6rem;
	}

	.top-access-map {
		padding: 8rem 0;
	}
	.access-map {
		padding-bottom: 56.25%;
	}
	#contact-area,
	.contact-area {
		padding: 6.4rem 20px;
	}
	.contact-address{
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.contact-address .contact-tel{
		width:50%;
		margin-bottom: 0;
	}


	/*++++++++++++++++++ next ++ */
	.sec-ttl01 span.en-style {
		font-size: 3.2rem;
	}
	.sec-ttl01 {
		font-size: 1.6rem;
		margin-bottom: 7.2rem;
	}
	.sec-ttl02{
		font-size: 3.2rem;
		margin-bottom: 5.2rem;
	}
	/*++++++++++++++++++ about ++ */
	.about-sttl {
	    font-size:3.0rem;
	    padding-top: 4rem;
	    margin-bottom: 4rem;
	}
	.sec-message{
		text-align: center;
	}
	.sec-profile h3 {
		margin: 0 0 3.6rem;
	}
	.sec-profile h3 span{
		font-size: 140%;
	}
	.flex-profile{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content:space-between;
	}
	.flex-profile figure{width: 50%;}
	.flex-profile .text-profile{width: 45%;padding: 1.5rem 1.5rem 0 0;}
	.sec-company table {
		width:96% ;
		margin:auto;
		border-collapse: collapse;
	}
	.sec-company table td,
	.sec-company table th {
		display: table-cell;
		color: #333;
		padding: 3rem 4rem;
		border-top: 1px solid #ccc;
	}
	.sec-company table tr:last-child th {
		border-bottom: 1px solid #ccc;
	}

	/*++++++++++++++++++ support ++ */
	.support-sttl{
		font-size: 3.0rem;
		padding-top: 4rem;
		margin-bottom: 4rem;
	}
	.nav-support ul {
		width: 700px;
		margin:7rem auto;
	}
	.nav-support ul li {
		width: 48%;
	}
	.nav-support ul li a{
		font-size: 1.6rem;
		padding: 1.4rem 0;
	}
	.nav-support ul li a i {
		right: 2rem;
	}
	.txt-support{
		text-align: center;
	}
	.flex-support{
		padding:7rem 0;
		width: 100%;
		display: flex;
		justify-content:space-between;
	}
	.flex-img-support{
		width: 48%;
	}
	.flex-img-support img {
		margin-top: 0;
		margin-bottom: 0;
	}
	.flex-txt-support{
		width: 48%;
	}
	.flex-txt-support h3 {
		font-size: 2.2rem;
		margin-bottom: 4rem;
	}
	.sec-merit {
		padding: 7rem 0;
	}
	.sec-merit ul li {
		width: 24%;
	}
	.sec-case {
		padding: 7rem 0;
	}

	.flex-case-name{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
	}
	.flex-case-voice02,
	.flex-case-voice01,
	.flex-case-support{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.txt-case-support,
	.copy-case-voice,
	.txt-case-name{
		width: 50%;
	}
	.txt-case-name{text-align: left;}
	.copy-case-support{text-align: center;}
	.flex-case-name figure,
	.flex-case-voice02 figure,
	.flex-case-voice01 figure,
	.flex-case-support figure{
		width: 48%;
	}

	/*++++++++++++++++++ accounting ++ */
	.accounting-style .h1_title{
		background: url(../img/accounting/ttl.png) no-repeat center bottom;
		background-size: cover;
	}
	.accounting-sttl {
	    font-size:3.0rem;
	    padding-top: 4rem;
	    margin-bottom: 4rem;
	}
	.remote-title {
			margin: 4.9rem 0 10%;
	}
	.accounting-copy{
		text-align: center;
	}
	.remote-copy {
		margin: 0 0 4.8rem;
	}
	.remote-copy,
	.remote-copy02{
		text-align: center;
	}
	.remote-link{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.remote-link img{width: 48%;}
	.remote-link a{ width:48%;}
	.remote-link a.btn-orange {
		margin: 0;
	}
	.movie-area{
		margin-bottom:6rem;
	}

	/* +++++++++++++++++++++++++++++++++　footer */
	.footer-company .access-map {
		padding-bottom: 75%;
	}
	.f-nav01 li a{
		color:#333333;
		display: inline-block;
		padding:4px;
	}
	.f-company{
		display: flex;
	}
	.f-company .company-info{
		width:50%;
		text-align: left;
	}
	.f-company nav{
		width:50%;
		padding: 0;
	}
	.f-company .f-nav02{
		display: flex;
		justify-content: space-between;
	}
	.f-company .f-nav02 li{
		width:48%;
	}
	.company-info h1 {
		margin-bottom:1.2rem;
		line-height: 1.6;
	}
	.company-info h1 img {
		width: 44%;
	}
	footer address {
		margin: 0;
	}
	footer address span {
		display:inline-block;
	}
	footer address:last-child {
		margin: 0 0 1.8rem;
	}
	.btn-pagetop {
		bottom: -5px;
	}
	.btn-pagetop a img{
		width:30px;
		transition: all 1s;
	}
	.btn-pagetop a:hover img{
		transform: translateY(-20px) ;
	}
}
/* +++++++++++++++++++++++++　w1024以上 */
@media screen and (min-width:1024px) {
	header{
		height: 90px;
	}
	header .content-area{
		height: 90px;
		position: static;
		padding-right: 112px;
		justify-content: start;
	}
	header .btn-cntact {
		width: 90px;
		height: 90px;
	}
	header .btn-cntact i {
		font-size: 42px;
		height: 50px;
	}
	header .btn-cntact span {
		font-size: 1.2rem;
		height: 20px;
	}
	header .h-phone-pc {
		font-size: 3.6rem;
		position: absolute;
		right: 120px;
		margin-top: -30px;
	}
	.nav-menu {
		padding-right: 100px;
		margin-top: -44px;
	}
	.nav-menu ul {
		text-align: right;
	}
	/* +++++++++++++++++++++++++++++++++ main */
	main{
		padding-top:90px;
	}

	/*++++++++++++++++++ top ++ */
	.top-copy img{
		width:627px;
		height:auto;
	}
	.contact-article h3 {
		font-size: 2.8rem;
	}

	.top-business section h2{
		font-size: 3.2rem;
	}

	.top-consulting{
		display:flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: space-between;
	}
	.top-consulting figure{
		width: 45%;
	}
	.top-consulting .content-area{
		width: 53%;
	}
	.top-accounting{
		display: flex;
	}
	.top-accounting-label {
		background: #fff;
		padding: 2.4rem;
		width: 32%;
		display: flex;
		flex-wrap:wrap;
		align-items: center;
	}
	.top-accounting-label div{
		width: 100%;
	}
	.top-accounting-label .btn.more-detail {
		width: 100%;
	}
	
	.top-accounting figure {
		position: relative;
		width: 70%;
	}
	.top-intro {
		margin-top: -10rem;
		margin-left: 30%;
	}
	/*++++++++++++++++++ next ++ */
	.h1_title{
		font-size: 3rem;
		padding:5rem;
		margin-bottom:6rem;
		letter-spacing: 0.25rem;
		height:380px;
	}
	.h_stitle01{
		font-size: 2.4rem;
		padding:2rem;
		margin-bottom:8rem;
	}
	.h_stitle02{
		font-size: 2.2rem;
		margin-bottom:6rem;
	}
	.n_stitle {
		font-size: 2.5rem;
		margin-bottom:6rem;
	}
	/*++++++++++++++++++ about ++ */
	.about-sttl {
	    font-size:3.6rem;
	}
	/*.about-style section{
		padding:6rem 0 ;
	}*/
	.sec-message{
		padding:7.2rem 0 9.6rem;
	}
	.copy-about{
		margin-bottom:10rem;
		font-size: 1.6rem;
	}
.img-office{margin-bottom:3.6rem;}

	.sec-profile .img-about03{
		margin: 10% 0 0 auto;
		width: 70%;
	}
	.sec-profile .flex-profile figure img{width: 100%;}

	.sec-history dl{
		width: 90%;
		margin:  0 auto;
	}
	.dl-history{
		padding: 4.8rem 0;
	}

	/*++++++++++++++++++ support ++ */
	.support-style{
		background-size: 90%;
	}
	.support-style section{
		padding:4.8rem 0 6rem;
	}
	.support-style .sec-support{}
	.support-style .sec-case {
		padding: 10rem 0;
	}
	.support-style .sec-merit{
		padding: 6rem 0;
	}
	.support-style .sec-case-support {
		padding: 8rem 0;
	}
	.support-sttl{
		font-size: 3.6rem;
	}
	.nav-support ul {
		margin:10rem auto;
	}
	.flex-txt-support h3 {
		margin-top: 2.4rem;
	}
	.flex-txt-support ul {
		padding: 3.6rem 2.4rem;
		margin-bottom: 0;
	}
	.flex-support {
		padding: 12rem 0 ;
	}
	.flex-support02 section {
		width: 24%;
		margin-bottom: 0;
		padding: 2rem 1.6rem 0;
	}
	.flex-support02 section h3{
		font-size: 2rem;
	}
	.flex-support02 section h3:after {
		top: -28px;
		width: 40%;
	}
	.flex-support02 {
		padding-bottom:12rem;
	}
	.copy-support-lp{
		font-size: 3.2rem;
		padding-bottom:9.6rem;
	}
	.sec-merit {
		padding: 10rem 0;
	}
	.sec-merit ul li {
		width: 22%;
	}
	.sec-case {
		padding: 10rem 0;
	}
	.txt-case-name span.en-case-name{
		font-size: 1.4rem;
	}
	.sec-case-support h3,
	.sec-case-voice h3 {
		font-size: 2rem;
		margin: 0 0 4.8rem;
	}
	.sec-case-support h3 span,
	.sec-case-voice h3 span{
		padding: 0.6rem 3.6rem;
	}
	.copy-case-support,
	.copy-case-voice{
		font-size: 2.4rem;
		margin-bottom: 4.8rem;
	}
	.flex-case-name figure,
	.flex-case-voice02 figure,
	.flex-case-voice01 figure,
	.flex-case-support figure{
		width: 44%;
	}

	.support-style section.sec-case-voice {
		padding: 6rem 4.8rem;
	}

	/*++++++++++++++++++ accounting ++ */
	.accounting-style section{
		padding:4.8rem 0 6rem;
	}
	.accounting-sttl {
	    font-size:3.6rem;
	}
	.remote-copy {
		margin: 0 0 4.8rem;
	}
	.remote-link{
		width:780px;
		margin: 4.8rem auto 10rem;
	}
	.remote-link img{width: 46%;}
	.remote-link a{ width:46%;margin-left:0;margin-right:0;}

	.movie-area-wrapper{
		width: 1000px;
		margin-left:auto;
		margin-right: auto;
	}
	
	/*++++++++++++++++++ privacy ++ */
	.privacy-style ol,
	.privacy-style p{
		margin-bottom:3rem;
	}
	.privacy-style ol,
	.privacy-style ul{
		margin-bottom:5rem;
		margin-top:2rem;
	}
	.privacy-style ol li{
		margin-bottom:1.5rem;
		margin-left:4rem;
	}
	.privacy-style ul li{
		margin-bottom: 1rem;
		margin-left: 4rem;
	}
	.privacy-style h3{
		font-size: 120%;
		margin:6rem 0 2rem;
	}
	.privacy-style .parivacy-info{
		padding:2rem;
		margin-bottom:6rem;
	}
	/* +++++++++++++++++++++++++++++++++　footer */
	.footer-company {
		padding: 7rem 0;
	}
	.footer-company section{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.footer-company .company-info{
		width: 50%;
		padding-left:45px;
		text-align: left;
	}
	.footer-company h1 {
		width: 100%;
		margin: 0 0 1.8rem;
	}
	.footer-company h1 img{width:360px;}
	.footer-company h1 span{
		display: block;
	}
	.f-tel-txt .tel-link {
		text-align: left;
	}
	.footer-company .access-map{
		width:50%;
		padding-bottom: 33.33333%;
		margin-top: 0 ;
	}
	footer nav {
		padding: 5rem 0;
	}
}

/* +++++++++++++++++++++++++　w1280以上 */
@media screen and (min-width:1280px) {
	/* +++++++++++++++++++++++++++++++++　header */

	header h1 {
		width: 260px;
	}
	header h1 img {
		width:100%;
	}
	header .h-copy{
	/*	width: 460px;*/
		display: block;
		font-size: 1.6rem;
		margin-bottom: 0;
		margin-left: 3.6rem;
	}


	/* +++++++++++++++++++++++++++++++++ main */

	.contact-article{
		width:1100px;
		margin:auto;
	}

	/*++++++++++++++++++ top ++ */
	.top-title {
		padding-top:60px;
		margin-bottom:50px;
	}
	.top-copy {
		font-size: 2.4rem;
		margin-bottom:10rem;
	}
	.top-business{
		width:1160px;
		margin-left:auto;
		margin-right:auto;
	}
	.top-business section {
		margin-bottom: 12rem;
	}
	.top-business .bgappear{padding: 6rem 4.8rem;}
	.top-about h2 {
		font-size: 3rem;
		margin-top: -10rem;
	}
	.top-about {
		margin-bottom: 10rem;
	}
	.flex-top-about figure{
		position: relative;
    	z-index: 44;
	}
	.top-consulting{
		margin: 3rem 0 7.6rem;
	}
	.top-consulting .content-area {
		width: 43%;
		margin-left: 8%;
	}
	.top-intro {
		margin-top: -20rem;
		position: relative;
		z-index: 33;
	}
	.top-accounting{
		position: relative;
		display: block;
		margin-bottom: 10rem;
		padding-top: 8rem;
	}
	.top-accounting-label{
		position: relative;
		margin: 0 auto 0;
		width: 1200px;
		padding: 0;
		background: transparent;
	}
	.top-accounting-label div{
		/* position: absolute; */
		width: 408px;
		z-index: 999;
		padding:6rem 2rem;
		background: #fff;
		left: 10%;
	}
	.top-accounting figure {
		margin: -32rem auto 0rem;
		width: 1200px;
		z-index: 888;
		padding-left:255px;
	}
	.top-accounting figure img{
		width: 945px;
		display: block;
	}
	.top-accounting .btn.more-detail{width: 90%;}

	.top-access-map {
		padding: 8rem 0;
	}
	/*++++++++++++++++++ next ++ */
	/*++++++++++++++++++ about ++ */
	.flex-profile figure{
		width: 45%;
	}
	.flex-profile .text-profile {
		padding-top: 9.6rem;
	}
	.sec-profile .text-profile .img-about{
		margin-top: 9.6rem;
		width:540px;
	}
	.sec-history dl{
		width: 80%;
	}
	/*++++++++++++++++++ accounting ++ */

	.remote-title {
		padding-top:60px;
		margin-bottom: 10%;
	}
	
	/* +++++++++++++++++++++++++++++++++　footer */
	.btn-pagetop {
		bottom: 20px;
	}

}

/* +++++++++++++++++++++++++　w1600以上 */
@media screen and (min-width:1600px) {

}