@charset "utf-8";
.header-A__text {
	font-size: 12rem;
	padding: 4px 6px 4px 16px;
}
/* header bottom */
body:has(.content) .header-bottom__title {
	visibility: hidden;
}
body:has(.content) .header-bottom__title::after {
	position: absolute;
	visibility: visible;
	left: 0;
	right: 0;
}
body:has(.contact__recruitment) .header-bottom__title::after {
	content: "Recruitment";
}
body:has(.content.news) .header-bottom__title::after {
	content: "News";
}
body:has(.content.column) .header-bottom__title::after {
	content: "Column";
}
body:has(.page__office) .header-bottom__title::after {
	content: "Office";
}
body:has(.page__information-child) .header-bottom__title::after,
body:has(.page__information) .header-bottom__title::after {
	content: "Information";
}
body:has(.page__member) .header-bottom__title::after {
	content: "Member";
}
body:has(.page__service) .header-bottom__title::after {
	content: "Service";
}
body:has(.page__privacy) .header-bottom__title::after {
	content: "Privacy";
}
/* top greetiong */
.home_greeting2-main__title {
	text-align: center;
	font-size: 26rem;
	letter-spacing: 6.4px;
}
.home_greeting2-main__text {
	font-size: 16rem;
}
.home_greeting2-main__text--space {
	margin-top: 16px;
}
.home_greeting2__name {
	margin-bottom: 16px;
}
/* top flow */
.home_flow-main-item__title {
	font-size: 20rem;
}
/* member */
.wppost .member-top__figure {
	margin: 0 auto;
}
.wppost figure.th-gray table tr > th div {
	padding: 6px 4px;
	background-color: #dfdfdf;
}
.wppost figure.th-gray table tr > td {
	padding-left: 4px;
}
.wppost figure.th-gray> table th:first-child {
	padding-top: 8px;
}
.wppost figure.th-gray table tr > td:last-child {
	border-bottom: none;
	padding-top: 4px;
	padding-bottom: 8px;
}

/* office */
.enkaku__table th,
.enkaku__table td {
	background-color: transparent !important;
	font-weight: normal !important;
	text-align: left;
}
.wppost figure.enkaku__table table tr > th {
	text-wrap: nowrap;
}
.office-images__wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.office-images__left .office-images__image--2 {
	margin-bottom: 24px;
}
/* recruitment */
.contact__recruitment .contact-top,
.contact__recruitment-test .contact-top {
	display: none;
}
.contact__recruitment h2,
.contact__recruitment-test h2 {
	/* border-left: 4px solid #000;
	background-color: #f9f9f9;
	padding: 16px; */
	margin-top: 40px;
        margin-bottom: 20px;
	font-size: 24rem;
}
.contact__recruitment h3,
.contact__recruitment-test h3 {
	margin-top: 40px;
        margin-bottom: 20px;
	font-size: 20rem;
}
figure.th-width--yagi > table tr th:first-child {
	padding-bottom: 8px;
	width: 30% !important;
}
figure.th-width--yagi > table tr td {
	padding-bottom: 8px;
}
.birthday-form.selectbox-arrow::after {
	right: 30px;
}

/** information **/
.wppost.wppost__information p,
.wppost.wppost__information-child p {
	margin: 0;
	font-size: 16rem;
}
.wppost.wppost__information strong,
.wppost.wppost__information-child strong {
	display: inline-block;
	margin-top: 20px;
}
.wppost.wppost__information #mkcontents span,
.wppost.wppost__information-child #mkcontents span {
	line-height: 2em;
}
.wppost.wppost__information #mkcontents,
.wppost.wppost__information-child #mkcontents{
	line-height: 2em;
}
.wppost.wppost__information div,
.wppost.wppost__information-child div {
	font-size: 16rem;
}
.wppost.wppost__information img,
.wppost.wppost__information-child img {
	margin: 0;
	display: inline-block;
	height: inherit;
}
.wppost.wppost__information table,
.wppost.wppost__information-child table {
	background-color: var(--body-color);
	background-size: contain;
	border-collapse: separate;
	margin: 0;
}

.wppost.wppost__information table tr.sp-c-nav td:last-child,
.wppost.wppost__information-child table tr.sp-c-nav td:last-child {
	padding-top: 146px;
}
.wppost.wppost__information table td,
.wppost.wppost__information table > tr > td {
	background-color: unset;
	color: #0d0d0d;
	padding: 0;
	border: 0;
	font-size: initial;
}
.wppost.wppost__information-child table > tbody > tr > td,
.wppost.wppost__information-child table > tr > td,
.wppost.wppost__information-child table td {
	background-color: unset;
	color: #0d0d0d;
	font-size: initial;
}
.wppost.wppost__information table[border="1"] td,
.wppost.wppost__information-child table[border="1"] td {
	border: 1px solid #dfdfdf;
}
.wppost.wppost__information dl,
.wppost.wppost__information-child dl {
	display: block;
	width: auto;
	border: 0;
}
.wppost.wppost__information dl > dt,
.wppost.wppost__information-child dl > dt {
	padding: 0;
	background: none;
	font-weight: normal;
	border: 0;
	line-height: normal;
}
.wppost.wppost__information dl.simbox dt,
.wppost.wppost__information-child dl.simbox dt,
.wppost.wppost__information dl.simbox dd,
.wppost.wppost__information-child dl.simbox dd {
	padding: 0 0 0 10px;
	border: none;
	line-height: 40px;
}
.wppost.wppost__information-child ol > li::before {
	content: none;
}

/* contact */
.contact__contact .contact-top {
	display: none;
}
.footer_bottom {
	background-color: #302B2B !important;
}

@media screen and (max-width: 1023px), print and (max-width: 1023px) {
    .side {
     display: none;
   }
}

@media screen and (min-width: 1024px), print and (min-width: 1024px) {
	.header-A__text {
		font-size: 14px;
		padding: 0;
	}
	.header-A-main-right-access__button {
		padding: 17px 10px;
	}
	/* top */
	.home_greeting2-main__title {
		text-align: left;
		font-size: 24px;
		letter-spacing: normal;
	}
	/* side */
	.side-service-ul-li__link--no-image {
		line-height: 1.5;
	}
	/* office */
	.office-images__wrapper {
		flex-direction: row;
	}
	/* member */
	.wppost .member-top {
		flex-direction: row;
		flex-wrap: nowrap;
		column-gap: 40px;
	}
	.wppost .member-top__figure {
		flex-basis: 268px;
	}
	.wppost .member-top__figure img {
		max-width: none;
	}
	.wppost figure.th-gray table tr > th div {
		background-color: transparent;
	}
	.wppost figure.th-gray table tr > td:last-child {
		border-bottom: 1px solid #dfdfdf;
	}
	.wppost figure.th-gray> table th:first-child {
		padding: 16px 22px 12px;
	}
	.wppost figure.th-gray table tr > td:last-child {
		padding: 16px 22px 12px;
	}
	.page__information .wppost.wppost--table-td-background-white table > tbody > tr > td {
		background-color: transparent;
	}
	/* recruitment */
	figure.th-width--yagi > table tr th:first-child {
		width: 20% !important;
	}
}