@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
:root {}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html:has(body#service) {
	scroll-padding-top: 300px;
}

html:not(:has(body#service)) {
	scroll-padding-top: 136px;
}

body {
	font-size: 1.6rem;
}

object {
	pointer-events: none;
}

.sp {
	display: none !important;
}

a[href^="tel:"] {
	pointer-events: none;
}

a {
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pcFlex {
	display: flex;
}

.pcFlex.half {
	justify-content: space-between;
}

.pcFlex.half>* {
	width: 48%;
}

.img_r {
	overflow: hidden;
}

.img_r>img {
	float: right;
	width: 33%;
	margin-left: 15px;
	margin-bottom: 15px;
}

p, li, dt, dd, th, td, input {
	font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.6rem;
}

section {
	padding: 100px 0;
}

section p:not(:last-child) {
	margin-bottom: 1.5em;
}


/*タイトル
========================================== */
.h2Tit {
	font-size: 4rem;
}

.h3Tit {
	font-size: 3.5rem;
	margin-bottom: 36px;
}

.h4Tit {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.h5Tit {
	font-size: 2rem;
	margin-bottom: 20px;
}

.h6Tit {
	font-size: 1.8em;
	margin-bottom: 20px;
}

/*
　テキスト
========================================== */
.leadTxt {}

.note {
	font-size: 1.2rem;
}

.pcCenter {
	text-align: center;
}

/*
　ボタン,リンク
========================================== */
.btn {}



/* =======================================
  ページャー
========================================== */
/*-- pageNavi --*/
.pageNavi {
	gap: 0 1.5%;
	margin-top: 80px;
}

.pageNavi .current,
.pageNavi .inactive,
.pageNavi a {
	font-size: 1.8rem;
	width: 40px;
	height: 40px;
}

/*-- pager --*/
.pager {
	margin-top: 50px;
}

.pager a {
	font-size: 1.6rem;
	width: 200px;
}

/* =======================================
	header
========================================== */
header>div {
	position: relative;
	height: 136px;
	padding: 24px 0 22px;
}

header>div.pcFlex {
	align-items: flex-end;
}

header #logo {
	max-width: 366px;
	height: 100%;
}


/* =======================================
	gnavi
========================================== */

.gnavi {
	align-items: center;
}

.recruitLogo {
	flex: 0 0 auto;
	font-size: min(1.4vw, 20px);
}

.recruitLogo span {
	font-size: min(1.0vw, 15px);
}

#gnaviList {
	flex: 1;
	height: 100%;
	justify-content: flex-end;
	align-items: center;
	gap: 0 min(2.8vw, 36px);
}

#gnaviList>li {
	position: relative;
	color: var(--green);
	font-weight: 500;
}

#gnaviList>li>a {
	display: flex;
	align-items: center;
	color: var(--base);
	font-size: min(1.8vw, 18px);
	font-weight: 700;
	white-space: nowrap;
}

#gnaviList li.current a,
#gnaviList li a:hover {
	opacity: .7;
}

#gnaviList .hasSub>a {
	position: relative;
	gap: 0 5px;
}

.gnavi .hasSub:hover .sub {
	display: block;
	visibility: visible;
}


#gnaviList .sub {
	display: none;
	visibility: hidden;
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
	transition: all 0.6s ease-in-out;
	min-width: 100px;
}

#gnaviList>li:last-child .sub {
	left: 0;
}

#gnaviList .hasSub:hover .sub {
	display: block;
	visibility: visible;
}

#gnaviList .sub li {
	font-size: min(1.0vw, 1.4rem);
}

#gnaviList .sub li+li {
	border-top: 1px #fff solid;
}

#gnaviList .sub li a {
	display: block;
	background: var(--green);
	padding: 8px 20px 10px;
	color: var(--wh);
	font-weight: 400;
	text-align: left;
	white-space: nowrap;
}

#gnaviList .sub li a:hover {
	opacity: .7;
}

.gnavi #headLinks {
	align-items: flex-end;
	position: absolute;
	right: 0;
	top: 12px;
	gap: 0 14px;
}

#headLinks .contact,
#headLinks .recruit {
	width: 180px;
}

#headLinks .tel {
	padding-right: 10px;
	text-align: right;
}

#headLinks a:hover {
	opacity: .7;
}




/* =======================================
	main
========================================== */
main {
	margin-top: 136px;
}

/* =======================================
	footContact
========================================== */
#footContact .pcFlex:has(h2) {
	justify-content: space-between;

}

#footContact .pcFlex:has(h2) .txts {
	width: 46%;
}

#footContact .pcFlex:has(h2) ul {
	width: 50%;
}

#footContact .pcFlex:has(.tel) {
	justify-content: space-between;
	align-items: center;
}

#footContact .tel {}

#footContact .contact {
	width: 50%;
	max-width: 509px;
}

/* =======================================
	footer
========================================== */
footer a:hover {
	opacity: .7;
}

#footerNaviWrap {
	position: relative;
	align-items: flex-start;
	flex-flow: row wrap;
	gap: 30px 2%;
	padding: 23px 0 50px;
}

.footerNavi {
	width: 22%;
}

.footerNavi:nth-of-type(4) {
	width: 28%;
}

.footerNavi:not(:nth-of-type(1)) {
	margin-top: 2.7rem;
}

.footerNavi>li {
	color: var(--blue);
	font-size: 1.6rem;
	font-weight: 700;
}

.footerNavi>li>span {
	display: block;
}

.footerNavi>li+li {
	margin-top: 3rem;
}

.footerNavi li a {
	display: block;
	font-weight: 700;
}

.footerNavi>li>a {
	line-height: 1;
}

.footerNavi>li>span+ul {
	margin-top: 0.7rem;
}

.footerNavi li.hasSub ul {
	margin-top: 1.4rem;
}

.footerNavi li ul li+li {
	margin-top: 2rem;
}

.footerNavi li.hasSub ul li+li {
	margin-top: 1.2rem;
}

.footerNavi li ul li a {
	position: relative;
	padding-left: 1em;
	font-size: 15px;
}

.footerNavi li ul li a::before {
	position: absolute;
	top: 0.7em;
	left: 0;
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 8px;
	height: 7px;
	background-color: var(--blue);
	border-radius: 50%;
}

.footerNavi li ul li a span {
	display: block;
	font-size: 14px;
}

footer .footerRight .footerNavi:last-of-type>li:last-of-type {
	font-size: 14px;
}

.footBtm {
	justify-content: space-between;
}

/*
#pageTop{
	right: 4vw;
	bottom: 73px;
}*/



/* =======================================
	pgs common
========================================== */
/*-- mainTitle --*/


/*-- table --*/
.basicTable>dt,
.basicTable>div>dt {
	padding: 15px 2.5%;
	width: 23%;
}

.basicTable>dd,
.basicTable>div>dd {
	padding: 15px 2.5%;
	width: 77%;
}

.basicTable>dt:last-of-type {
	border-bottom: none;
}

.basicTable>dd:last-of-type {
	border-bottom: none;
}

table.basicTable thead th {
	font-size: 1.8rem;
}

/*		anchorLink
-----------------------------*/
.anchorLink,
.anchorLink ul {
	padding: 35px 0;
	gap: 15px 20px;
}

.pageLinks {
	padding: 35px 0;
	gap: 15px 20px;
}

.anchorLink li,
.pageLinks li {
	width: calc((100% - 20px * 3) / 4);
	height: 56px;
}

.anchorLink a,
.pageLinks li a {
	padding: 8px 10px;
}

/*		other window
-----------------------------*/

/* =======================================
	top
========================================== */

/*		#mv
-----------------------------*/
#mv {}


/*		#topService
-----------------------------*/
#topServiceContents li {
	width: calc(94% / 3);
}

#topServiceContents li a {
	font-size: min(1.74vw, 2.2rem);
}

#topServiceList {
	gap: 19px 1.2%;
}

#topServiceList li {
	width: calc((100% - 1.2% *5)/6);
	font-size: 1.55rem;
}




/*		#topFeatures
-----------------------------*/
#topFeatures {}

#topFeaturesInner {
	display: grid;
	grid-template-columns: 1fr 52.8%;
	grid-template-rows: repeat(5, auto);
	gap: 30px 8.3%;
}

#top #topFeaturesInner>h2 {
	margin-bottom: 0;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

#topFeaturesInner>figure {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}

#topFeaturesInner .topFeaturesBox {
	width: min(100%, 476px);
}

#topFeaturesInner #topFeatures01 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

#topFeaturesInner #topFeatures02 {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

#topFeaturesInner #topFeatures03 {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}

#topFeaturesInner #topFeatures04 {
	grid-column: 1 / 2;
	grid-row: 4 / 5;
}

#topFeaturesInner #topFeatures05 {
	grid-column: 2 / 3;
	grid-row: 4 / 5;
}

#topFeaturesInner>.btnWrap {
	grid-column: 1 / 3;
	grid-row: 5 / 6;
}


/*		#topAbout
-----------------------------*/
#topAboutList a {
	flex: 1;
}


/*		#topNews
-----------------------------*/




/* =======================================
	about PC
========================================== */
#aboutMessageBox {
	position: relative;
}

#aboutMessageBox figure {
	margin-left: auto;
	width: min(60vw, 708px);
}

#aboutMessageBox .txts {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

/*		aboutValueImgs
-----------------------------*/
#aboutValueImgs figure {
	flex: 1;
}

/* =======================================
	message PC
========================================== */
/*		messagePresident
-----------------------------*/
#messagePresident figure {
	float: right;
	width: 40%;
	margin-left: 30px
}

#messagePresident figure img {}

#messagePresident figure figcaption {}

#messagePresident .txt {}

/*		messageProfile
-----------------------------*/
#messageProfile .skill li {
	width: 48%;
}


/* =======================================
	esg PC
========================================== */
.esgBox div.pcFlex {
	justify-content: space-between;
}

.esgBox div.pcFlex .txts {
	width: 42%;
}

.esgBox div.pcFlex figure {
	width: 52%;
}

.esgBox ul.pcFlex {
	gap: 30px 3%;
}

.esgBox ul.pcFlex li {
	width: calc(94% / 3);
}

.esgBox ul.pcFlex li .h4Tit {
	display: grid;
	align-items: center;
}

.esgBox:not(#esgSocial) ul.pcFlex li .h4Tit {
	height: 3em;
	font-size: min(2.1vw, 2.4rem);
}

#esgSocial.esgBox ul.pcFlex {
	flex-wrap: wrap;
}

#esgSocial.esgBox ul.pcFlex li {
	width: calc(97% / 2);
}

#esgWorkingon .h3Tit {
	margin-bottom: 50px;
}

#esgWorkingon ul {
	gap: 20px;
}

#esgWorkingon ul li {
	width: calc((100% - 20px) / 3);
}

/* =======================================
	reason PC
========================================== */
#reasonWorries ul.flex {}

#reasonWorries ul.flex li {
	width: calc((100% - 3%*3)/4);
}

#reasonWorries ul li>p {
	min-height: 10rem;
}


/*		#reasonStrength
-----------------------------*/
#reasonStrength .target {
	margin-top: 60px;
}

#reasonStrength .target h5 {
	margin-bottom: 20px;
}

#reasonStrength .target ul {
	gap: 10px 2%;
	padding: 30px 2.75%;
}

#reasonStrength .target ul li {
	font-size: min(3.6vw, 1.6rem);
	width: 150px;
}

#reasonStrength .target ul li span span {
	font-size: 80%;
}

#reasonStrength .tkc {
	align-items: center;
	padding: 40px 5%;
}

#reasonStrength .tkcTxts figure {
	height: 100px;
}

#reasonStrength .tkcTxts figure img {
	width: 200px;
}

#reasonStrength .tkcTxts p {
	text-align: center;
	margin-top: 20px;
}

#reasonStrength .tkcResult p {
	width: 165px;
	height: 165px;
}

#reasonStrength .cooperation ul {
	gap: 19px 1.2%;
}

#reasonStrength .cooperation ul li {
	width: calc((100% - 1.2% *5)/6);
}

#reasonStrength .systemExample {
	display: flex;
	justify-content: space-between;
}

#reasonStrength .systemExample h5 {
	width: 23%;
}

#reasonStrength .systemExample .subTiDeco {
	height: 100%;
	padding: 0.5em;
	font-size: min(2.3vw, 2.4rem);
}

#reasonStrength .systemExample ul {
	width: 74%;
}

#reasonStrength .partner .half>dl,
#reasonStrength .policy .half>dl {
	padding: 30px 20px;
}

#reasonStrength .partner .half>dl dd,
#reasonStrength .policy .half>dl dd {
	text-align: center;
}

/*.beforeAfterBox*/
.beforeAfterBox:has(dd + dt) {
	gap: 20px 6%;
}

.beforeAfterBox dt::after {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 104%;
	width: 30px;
	height: 30px;
}

.beforeAfterBox dt {
	width: 42%;
	align-items: center
}

.beforeAfterBox dt span {
	padding: 15px;
}

.beforeAfterBox dt img {
	margin: 0 0 0 15px;
}

.beforeAfterBox dd {
	width: 50%;
}

/* =======================================
	service PC
========================================== */
#service .anchorLink li {
	width: calc((100% - 0.5% * 5) / 6);
}

#service .anchorLink li.linkPrice {
	width: 100%;
	position: relative
}

#service .anchorLink li.linkPrice a {
	width: calc((100% - 0.5% * 5) / 6);
	position: absolute;
	right: 0;
}

.beforeAfterBox {
	position: relative;
}

.beforeAfterBox dd {
	padding-left: 20px;
}

.beforeAfterBox dd:has(.serviceBALabel) {
	position: static;
}

.beforeAfterBox dd:not(:first-of-type) .serviceBALabel {
	display: none;
}

.beforeAfterBox dd .serviceBALabel {
	position: absolute;
	bottom: calc(100% + 20px);
}

.serviceBox .pcFlex.third {
	justify-content: center;
	gap: 20px 3%;
}

.serviceBox .pcFlex.third>* {
	width: calc(94/3*1%);
}

#service12 .pcFlex {
	justify-content: space-between;
	align-items: flex-start;
}

#service12 .pcFlex .txts {
	width: 45%;
}

#service12 .pcFlex dl {
	width: 50%;
}


/* =======================================
	PC  tax_audit
========================================== */
#tax_auditMain .entrust {
	justify-content: space-between;
	align-items: center;
}

#tax_auditMain .entrust dl {
	width: 29%;
}

#tax_auditMain .entrust>div {
	width: 62%;
}

#tax_auditMain .entrust dl dd .note {
	font-size: 16px;
}

/* =======================================
	PC  faq
========================================== */
#faqList .inner1200.pcFlex {
	justify-content: space-between;
}

#faqList nav {
	width: 200px;
}

#faqList .mainColumn {
	width: calc(100% - 200px - 50px);
}

/* =======================================
   PC recruit
========================================== */
#recruitMessage .txts {
	position: relative;
	width: 59%;
	margin: 0 -28.25% 0 0;
	z-index: 1;
}

#recruitMessage figure {
	/* width: 92%;
  margin: 0 -28% 0 0; */
	width: min(64.36vw, 772px);
	margin-left: auto;
}

#recruitStrengths li {
	display: flex;
	flex-flow: column;
}

#recruitStrengths li figure {
	margin-top: auto;
}

#recruitPerson ul li:not(:nth-of-type(2)) {
	margin-top: 30px;
}

#recruitEducation ul {
	justify-content: space-between;
}

#recruitEducation ul li {
	display: flex;
	flex-flow: column;
	width: 30%;
}

#recruitEducation ul li h4 {
	display: flex;
	align-items: center;
	min-height: 77px;
}

#recruitEducation ul li figure {
	margin-top: auto;
}

/* =======================================
	PC interview
========================================== */
.interviewTtl {
	justify-content: space-between;
	align-items: center;
}

.interviewTtl .txts {
	position: relative;
	width: 60%;
	margin: 0 -20% 0 0;
	z-index: 1;
}

.interviewTtl figure {
	/* width: 97%;
	margin: 0 -13% 0 0;*/
	height: 359px;
	width: min(64.36vw, 772px);
	margin-left: auto;
}

[id^="interview0"] .pcFlex:not(.interviewTtl) {
	justify-content: space-between;
	align-items: center;
}

[id^="interview0"] .pcFlex:not(.interviewTtl) .txts {
	width: 56%;
	/* max-width: 520px; */
}

[id^="interview0"] .pcFlex:not(.interviewTtl) figure {
	width: 39%;
	/* max-width: 788px; */
	/* margin: 0 -13% 0 0; */
}

[id^="interview0"] .pcFlex.flexRowReverse figure {
	/* margin: 0 0 0 -13%; */
}

[id^="interview0"] .schedule {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 0 3%;
}

.schedule::before {
	width: 80%;
	height: 2px;
	top: 1em;
	left: 10%;
}

.schedule li {
	width: min(25%, 198px);
}

.schedule dt {
	margin: 0 auto;
	width: 120px;
}

.schedule dd {
	font-size: min(1.32vw, 1.5rem);
	padding: 0.75em 0 0;
	width: 100%;
	text-align: center;
}

.schedule dd span.long {
	width: 186%;
	margin-left: -43%
}

.scheduleBox {
	margin-top: 50px;
	padding: 30px 3%;
}

/* =======================================
	news PC
========================================== */
/*		一覧
-----------------------------*/
.column2 {
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
}

.column2 nav {
	width: 240px;
}

.column2 nav h3 {
	font-size: 20px;
}

.column2 nav ul li a:hover {
	opacity: .7;
}

.column2 #newsList {
	width: calc(100% - 240px - 50px);
	padding-top: 0;
}

.newsBox a:hover {
	opacity: .7;
}

/*
.newsBox .imgs{
 width: 30%;
}
.newsBox .txts{
 width: 66%;
}*/

/*		single
-----------------------------*/
article {
	padding: 100px 0;
}

.newsDetailCont p:not(:last-child) {
	margin-bottom: 1.6em;
}

/* =======================================
	contact PC
========================================== */

/* =======================================
	PC form
========================================== */
.formArea .basicTable input[type=text],
.formArea .basicTable input[type=email],
.formArea .basicTable input[type=tel],
.formArea .basicTable select {
	padding: 8px;
	width: 100%;
}

.formArea .basicTable textarea {
	padding: 8px;
	width: 100% !important;
}

.formArea #fRecruit[style^="display: block;"] {
	display: flex !important;
}

.formArea #fRecruit dt {
	flex-flow: column;
	align-items: flex-start;
}

.confirm {}

/* =======================================
	privacypolicy PC
========================================== */





/* =======================================
	ma_guideline
========================================== */
