body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

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

a:hover {
	opacity: 0.6;
}

.top-access {
	margin-top: 5rem;
}

.top-company {
	margin-top: 5rem;
}

.top-contact {
	margin-top: 5rem;
}

.top-design {
	margin-top: 5rem;
}

.top-entryForm {
	margin-top: 5rem;
}

.top-footer {
	margin-top: 3.625rem;
}

.top-greeting {
	margin-top: 5rem;
}

.top-guidelines {
	margin-top: 5rem;
}

.top-internShip {
	margin-top: 5rem;
}

.top-noveworks {
	margin-top: 5rem;
}

.top-performance {
	margin-top: 5rem;
}

.top-philosophy {
	margin-top: 5rem;
}

.top-profile {
	margin-top: 5rem;
}

.top-quality {
	margin-top: 5rem;
}

.top-qualityTrust {
	margin-top: 8.125rem;
}

.top-recruit {
	margin-top: 5rem;
}

.top-staff {
	margin-top: 5rem;
}

.top-staffSingle {
	margin-top: 5rem;
}

.top-works {
	margin-top: 7.375rem;
}

.top-worksArchive {
	margin-top: 2.5rem;
}

.top-worksSingle {
	margin-top: 3.75rem;
}

.about__wrapper {
	margin-top: 5rem;
}

.about__sectionHeader {
	margin-top: 10.3125rem;
}

.about__logo {
	margin-top: 7.25rem;
}

.access {
	padding-bottom: 5rem;
}

.access__wrapper {
	margin-top: 5rem;
}

.access__body {
	margin-top: 5rem;
}

.access__mapCards:nth-of-type(2) {
	margin-top: 2.5rem;
}

.access__logo {
	text-align: center;
}

.access__logo img {
	-o-object-fit: cover;
	aspect-ratio: 350/74;
	display: inline-block;
	object-fit: cover;
	width: 15rem;
}

.button {
	border: solid 1px #3F3F3F;
	color: #2F2F30;
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 9.375rem;
	z-index: 0;
}

.button::before {
	background-color: #2F2F30;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.3s;
	width: 0%;
	z-index: -1;
}

.button:hover {
	color: #fff;
	opacity: 1;
	opacity: initial;
	transition: 0.3s;
	z-index: 100;
}

.button:hover::before {
	width: 100%;
}

.button.button--small {
	background-color: rgba(131, 133, 135, 0.76);
	border: none;
	color: #F1F1F1;
	font-size: 0.5rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	width: 100%;
}

.button.button--small.button--smallArrow {
	letter-spacing: 0.46em;
}

.button.button--logo {
	background-color: #EAE5E5;
	border: solid 1px #5B5959;
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	width: 12.5rem;
}

.button--logo:before {
	background-color: #5B5959;
}

.button--logo:hover {
	color: #EAE5E5;
}

.button.button--contact {
	background-color: #3F3F3F;
	color: #fff;
	padding: 0;
	width: 7.375rem;
}

.button.button--contact::before {
	background-color: #fff;
}

.button.button--contact .wpcf7-submit {
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.6875rem 0;
}

.button.button--contact:hover .wpcf7-submit {
	color: #3F3F3F;
}

.button.button--staffSingle {
	border: none;
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	line-height: 1;
}

.button--staffSingle:before {
	background-color: #5B5959;
}

.button--staffSingle:hover {
	color: #EAE5E5;
}

.card {
	background-color: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	padding: 1rem;
	padding-bottom: 1.5rem;
}

.card:hover {
	opacity: 0.6;
}

.card__image {
	-o-object-fit: cover;
	aspect-ratio: 300/300;
	object-fit: cover;
	width: 100%;
}

.card__image img {
	height: 100%;
}

.card__body {
	margin-top: 1.5rem;
}

.card__header {
	border-bottom: solid 1px #000;
	margin-top: 0.625rem;
	padding-bottom: 0.25rem;
}

.card__date {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
}

.card__title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.375rem;
}

.card__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.cards {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.categories {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.75rem;
	justify-content: center;
}

.category__card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.category__image img {
	-o-object-fit: contain;
	-o-object-position: bottom;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: bottom;
	width: 4.75rem;
}

.category__name {
	color: #515050;
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	text-align: center;
}

.company__wrapper {
	margin-top: 3.75rem;
}

.company__body {
	margin-top: 5rem;
}

.company__text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 2;
	text-align: center;
}

.companyContents {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	padding-bottom: 1.625rem;
	position: relative;
}

.companyContents::before {
	background-color: #DFE4E5;
	bottom: 0;
	content: "";
	height: 40%;
	left: -20%;
	position: absolute;
	width: 140%;
	z-index: -1;
}

.companyContents__title {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1.75;
}

.companyContents__image img {
	-o-object-fit: cover;
	aspect-ratio: 910/608;
	object-fit: cover;
	width: 40.5rem;
}

.companyContents__body {
	margin-top: 2rem;
}

.companyContents__text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

.companyLogo-area__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.companyLogo-area__logo {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.companyLogo-area__logo.companyLogo-area__logo--first img {
	-o-object-fit: cover;
	aspect-ratio: 374/66;
	object-fit: cover;
	width: 16.625rem;
}

.companyLogo-area__logo.companyLogo-area__logo--second img {
	-o-object-fit: cover;
	aspect-ratio: 366/76;
	object-fit: cover;
	width: 16.25rem;
}

.companyLogo-area__logo.companyLogo-area__logo--third img {
	-o-object-fit: contain;
	aspect-ratio: 336/60;
	object-fit: contain;
	width: 15rem;
}

.contact {
	padding-bottom: 3.75rem;
}

.contact__wrapper {
	margin-top: 3.75rem;
}

.contact__body {
	margin-top: 3.75rem;
}

.contact__text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.contact__box {
	border: solid 1px #CCC9BE;
	margin-top: 2.5rem;
	padding: 1.25rem;
}

.contact__box-text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
}

.contact__header {
	margin-top: 3.75rem;
}

.contact__telBlock {
	align-items: center;
	background-color: #CCC9BE;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 2.8125rem;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
}

.contact__telBlock-unit {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.contact__telBlock-text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.35;
}

.contact__telBlock-text.contact__telBlock-text--white {
	background-color: #fff;
	letter-spacing: 0.15em;
	padding: 0.125rem;
}

.contact__telBlock-tel {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	position: relative;
}

.contactForm__content {
	align-items: center;
	border-bottom: solid 1px #A3A3A3;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.5rem 0;
}

.contactForm__content.contactForm__content--top {
	border-top: solid 1px #A3A3A3;
	margin-top: 0;
}

.contactForm__content--textarea {
	height: 15rem;
}

.contactForm__title {
	align-items: center;
	color: #000;
	display: flex;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 1.25rem;
	letter-spacing: 0;
	line-height: 1;
	width: 100%;
}

.contactForm__text {
	background-color: #E8E3D3;
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.625rem 1rem;
	width: 100%;
}

.contactForm__required {
	color: #768924;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.contactForm__checkBox {
	align-items: center;
	border-bottom: solid 1px #A3A3A3;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.5rem 0;
}

.contactForm__content .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}

.contactForm__checkBox .wpcf7-form-control-wrap {
	width: 100%;
}

.contactForm__checkBox .wpcf7-list-item-label {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.contactForm__acceptance {
	border-bottom: solid 1px #A3A3A3;
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

.contactForm__acceptance .wpcf7-list-item input[type=checkbox] {
	background-color: #E8E3D3;
	display: inline-block;
	height: 1.0625rem;
	margin: 0;
	margin-bottom: 0.25rem;
	margin-right: 0.875rem;
	position: relative;
	vertical-align: -0.5rem;
	width: 1.0625rem;
}

.contactForm__acceptance .wpcf7-list-item input[type=checkbox]:checked:before {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	display: inline-block;
	height: 1rem;
	left: 0.375rem;
	position: absolute;
	top: 0rem;
	transform: rotate(50deg);
	width: 0.5rem;
}

.contactForm__acceptance .wpcf7-list-item {
	margin: 0;
}

.contactForm__button {
	margin-top: 2.5rem;
	text-align: center;
}

.contactForm__textarea {
	background-color: #E8E3D3;
	height: 11.375rem;
	padding: 0.5rem 1rem;
	width: 100%;
}

.contactForm__check {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	width: 100%;
}

.contactForm__check .wpcf7-list-item {
	line-height: 1.5;
	margin: 0;
}

.contactForm__check .wpcf7-list-item input[type=checkbox] {
	border: 1px solid #000;
	display: inline-block;
	height: 0.875rem;
	margin: 0;
	margin-bottom: 0.1875rem;
	margin-right: 0.125rem;
	position: relative;
	vertical-align: -0.3125rem;
	width: 0.875rem;
}

.contactForm__check .wpcf7-list-item input[type=checkbox]:checked:before {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	display: inline-block;
	height: 0.5625rem;
	left: 0.3125rem;
	position: absolute;
	top: 0rem;
	transform: rotate(50deg);
	width: 0.3125rem;
}

.contactForm__checkBox--sub .contactForm__check .wpcf7-list-item input[type=checkbox] {
	border-radius: 50%;
}

.contactForm__checkBox--sub .contactForm__check .wpcf7-list-item input[type=checkbox]:checked:before {
	background-color: #000;
	border: none;
	border-radius: 50%;
	height: 0.625rem;
	left: 0.09375rem;
	top: 0.09375rem;
	width: 0.625rem;
}

.contactForm__content--file .wpcf7-form-control-wrap {
	display: none;
}

.contactForm__block {
	align-items: center;
	color: #000;
	display: flex;
	flex-direction: row;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 1rem;
	letter-spacing: 0;
	line-height: 1;
}

.contactForm__block.contactForm__block--sub {
	gap: 0.625rem;
}

.contactForm__block-item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.contactForm__block-title {
	color: #000;
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.contactForm__content .wpcf7-file {
	color: #000;
	content: "ファイルが選択されていません";
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	height: 100%;
	letter-spacing: 0;
	line-height: 1;
	padding-left: 0;
}

.contactForm__content input[type=file]::file-selector-button {
	background-color: #fff;
	border: solid 1px #E8E3D3;
	color: #000;
	content: "ファイルをアップロード";
	cursor: pointer;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	height: 100%;
	letter-spacing: 0;
	line-height: 1;
	margin-right: 1.375rem;
	padding: 0.75rem;
}

.contactForm__fileLabel {
	align-items: flex-start;
	color: #000;
	display: flex;
	flex-direction: column;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 1.375rem;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.contactForm__fileLabel-button {
	border: solid 1px #E8E3D3;
	color: #000;
	cursor: pointer;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.75rem;
}

.contactForm__fileLabel input[type=file] {
	display: none;
}

.contactForm__privacyAccordion {
	margin-top: 3.75rem;
}

.contactForm__column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.contactForm__content.contactForm__content--adress .contactForm__block.contactForm__block--sub {
	width: 88%;
}

.contactForm__content.contactForm__content--academic-background .contactForm__block {
	align-items: flex-start;
	color: #000;
	display: flex;
	flex-direction: column;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.contactForm__block--academic-background .contactForm__text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.contactForm__block-group .contactForm__block-unit .wpcf7-form-control-wrap {
	width: 5.625rem;
}

.contactForm__block-unit.contactForm__block-unit--month {
	width: 6.25rem;
}

.contactForm__block-group {
	display: flex;
	flex-direction: row;
	gap: 0.625rem;
	width: 100%;
}

.contactForm__block-unit {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	justify-content: flex-start;
	width: 10rem;
}

.contactForm__block-unit:first-of-type {
	justify-content: flex-start;
}

.contactForm__block-unit.contactForm__block-unit--school {
	width: 100%;
}

.contactForm__block-unit.contactForm__block-unit--school .wpcf7-form-control-wrap {
	width: 80%;
}

.contactForm__block-unit.contactForm__block-unit--month .wpcf7-form-control-wrap {
	width: 80%;
}

.contactForm__block.contactForm__block--academic-background {
	row-gap: 1.25rem;
}

.contactForm__fileButton {
	border: solid 1px #E8E3D3;
	color: #000;
	cursor: pointer;
	display: block;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.75rem;
}

.contactForm__content.contactForm__content--dropMenu .wpcf7-form-control-wrap::before {
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width: 0.375rem 0 0.375rem 0.5rem;
	content: "";
	height: 0;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 0;
}

.contactForm__postSearch {
	border: solid 1px #000;
	border-radius: 0.375rem;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 0.125rem 0;
	width: 13.75rem;
}

.contentsBlock {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: 2.5rem;
	justify-content: flex-end;
}

.contentsBlock__image img {
	-o-object-fit: cover;
	aspect-ratio: 550/340;
	object-fit: cover;
}

.contentsBlock__text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

.contentsBlock--philosophy .contentsBlock__images {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	position: relative;
}

.contentsBlock--philosophy .contentsBlock__image img {
	-o-object-fit: cover;
	aspect-ratio: 406/242;
	object-fit: cover;
	width: 100%;
}

.definitionItem {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.85);
	border-top: solid 1px #666666;
	display: flex;
}

.definitionItem--first {
	border-top: none;
}

.definitionItem__name {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.8;
	padding: 1rem 0;
	text-align: center;
	width: 26%;
}

.definitionItem__text {
	border-left: solid 1px #666666;
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.8;
	padding: 1rem 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	width: 74%;
}

.design__container {
	margin-top: 5rem;
	overflow: hidden;
}

.entryButton {
	border-radius: 1.625rem;
	color: #fff;
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	padding-bottom: 1.4375rem;
	padding-top: 2rem;
	position: relative;
	width: 18.75rem;
}

.entryButton::before {
	background-image: url(../images/common/entry-button.png);
	background-size: cover;
	border-radius: 1.625rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.entryForm {
	padding-bottom: 3.75rem;
}

.entryForm__wrapper {
	margin-top: 3.75rem;
}

.entryForm__body {
	margin-top: 3.75rem;
}

.error {
	padding-top: 5rem;
}

.error__body {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.error__title {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.error__button {
	margin-top: 2.5rem;
	text-align: center;
}

.footer {
	background-color: #F1F1F1;
	padding-top: 5.125rem;
}

.footer__copyright {
	background-color: #414242;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin-top: 4.125rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	text-align: center;
}

.footerLogo-area__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.footerLogo-area__logo {
	display: block;
}

.footerLogo-area__logo img {
	-o-object-fit: contain;
	aspect-ratio: 320/60;
	object-fit: contain;
	width: 14.625rem;
}

.footerLogo-area__logo.companyLogo-area__logo--first img {
	-o-object-fit: cover;
	aspect-ratio: 334/60;
	object-fit: cover;
	width: 14.875rem;
}

.footerLogo-area__logo.companyLogo-area__logo--second img {
	-o-object-fit: cover;
	aspect-ratio: 326/68;
	object-fit: cover;
	width: 14.5rem;
}

.footerLogo-area__logo.companyLogo-area__logo--first img {
	-o-object-fit: cover;
	aspect-ratio: 300/34;
	object-fit: cover;
	width: 13.375rem;
}

.footerNav-menu {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.footerNav-menu__link {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
}

.footerNav {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.footerNav__logo {
	-o-object-fit: cover;
	aspect-ratio: 70/30;
	display: inline-block;
	object-fit: cover;
	width: 4.375rem;
}

.footerNav__logo img {
	height: 100%;
}

.footerNav__items {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr 1fr;
}

.footerNav__item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 0.875rem;
}

.footerNav__menu {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
}

.formHeader__title {
	color: #768924;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.6875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
}

.formHeader__body {
	margin-top: 2.5rem;
}

.formHeader__text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-top: 1.125rem;
}

.formHeader__text:first-of-type {
	margin-top: 0;
}

.formHeader__textGreen {
	color: #768924;
}

.greeting-twoColumn {
	align-items: flex-end;
	display: flex;
	flex-direction: column-reverse;
	gap: 2.5rem;
}

.greeting-twoColumn__image {
	width: 100%;
}

.greeting-twoColumn__image img {
	-o-object-fit: cover;
	aspect-ratio: 600/800;
	object-fit: cover;
}

.greeting-twoColumn__block {
	width: 100%;
}

.greeting-twoColumn__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.greeting-twoColumn__title {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
}

.greeting-twoColumn__subTitle {
	color: #C6D4D7;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.32em;
	line-height: 1;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.greeting-twoColumn__subTitle::before {
	background-color: #C6D4D7;
	box-shadow: 1px 0.5px 0px 0px rgba(0, 0, 0, 0.2);
	content: "";
	height: 0.03125rem;
	left: -6rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5.1875rem;
}

.greeting-twoColumn__body {
	display: flex;
	flex-direction: column;
	gap: 2.75rem;
	margin-top: 2.625rem;
	padding: 1.25rem;
	position: relative;
}

.greeting-twoColumn__body::before {
	background-color: rgba(220, 218, 211, 0.23);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.greeting-twoColumn__block__text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

.greeting {
	overflow: hidden;
	padding-top: 3.75rem;
	position: relative;
}

.greeting::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	aspect-ratio: 1/1;
	background-color: #DFE4E5;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 28.5rem;
	z-index: -1;
}

.greeting__bottom {
	margin-top: 1rem;
	text-align: right;
}

.greeting__ceo {
	align-items: center;
	border-bottom: solid 1px #000;
	display: inline-flex;
	gap: 2.5rem;
	padding-bottom: 0.625rem;
}

.greeting__ceo-item {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1;
}

.greeting__ceo-name {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
}

.groupCompany-contents {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	justify-content: flex-end;
}

.groupCompany-contents__image {
	position: relative;
}

.groupCompany-contents__image::before {
	aspect-ratio: 984/334;
	background-color: #DFE4E5;
	content: "";
	left: -8.25rem;
	position: absolute;
	top: 5rem;
	width: 30rem;
	z-index: -1;
}

.groupCompany-contents__image::after {
	aspect-ratio: 652/334;
	background-color: #DFE4E5;
	bottom: -3rem;
	content: "";
	position: absolute;
	right: -2.5rem;
	width: 25rem;
	z-index: -1;
}

.groupCompany-contents__image img {
	-o-object-fit: cover;
	aspect-ratio: 855/570;
	object-fit: cover;
	width: 38rem;
}

.groupCompany-contents__block {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.25rem;
}

.groupCompany-contents__logo img {
	-o-object-fit: contain;
	aspect-ratio: 508/106;
	object-fit: contain;
	width: 15rem;
}

.groupCompany-contents__body {
	text-align: center;
}

.groupCompany-contents__text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

.groupCompany-gallery {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.groupCompany-gallery__image-large img {
	-o-object-fit: cover;
	aspect-ratio: 964/546;
	object-fit: cover;
	width: 100%;
}

.groupCompany-gallery__image-small {
	position: relative;
}

.groupCompany-gallery__image-small::before {
	aspect-ratio: 652/334;
	background-color: #DFE4E5;
	content: "";
	left: 3.75rem;
	position: absolute;
	top: 7.375rem;
	width: 29.125rem;
	z-index: -1;
}

.groupCompany-gallery__image-small img {
	-o-object-fit: cover;
	aspect-ratio: 606/400;
	object-fit: cover;
	width: 100%;
}

.groupCompany-logo__block {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	justify-content: center;
}

.groupCompany-logo__image {
	text-align: center;
}

.groupCompany-logo__image img {
	-o-object-fit: contain;
	aspect-ratio: 508/106;
	display: inline-block;
	object-fit: contain;
	width: 15rem;
}

.groupCompany-logo__image.groupCompany-logo__image--panasonic img {
	-o-object-fit: cover;
	aspect-ratio: 420/102;
	object-fit: cover;
	width: 15rem;
}

.groupCompany-logo__button {
	margin-top: 2.5rem;
	text-align: center;
}

.guidelines__bg {
	overflow-x: clip;
	position: relative;
}

.guidelines__bg::before {
	background-color: #DFE4E5;
	content: "";
	height: 16.875rem;
	left: 50%;
	position: absolute;
	top: 22.125rem;
	transform: rotate(15deg) translateX(-50%);
	width: 200%;
	z-index: -1;
}

.guidelines__wrapper {
	margin-top: 3.75rem;
}

.hamburger {
	height: 1.5rem;
	position: relative;
	width: 2rem;
	z-index: 1000;
}

.hamburger span {
	background-color: #000;
	height: 0.0625rem;
	position: absolute;
	right: 0;
	width: 2rem;
}

.hamburger,
.hamburger span {
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.5s;
}

.hamburger span:nth-child(1) {
	top: -0.0625rem;
}

.hamburger span:nth-child(2) {
	top: 47%;
}

.hamburger span:nth-child(3) {
	bottom: 0rem;
}

.hamburger.active span:nth-of-type(1) {
	right: -0.25rem;
	transform: translateY(0.75rem) rotate(37deg);
	width: 2.5rem;
}

.hamburger.active span:nth-of-type(2) {
	opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
	right: -0.25rem;
	transform: translateY(-0.75rem) rotate(-37deg);
	width: 2.5rem;
}

.header {
	background: #F1F1F1;
	height: 5rem;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.header__inner.inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__logo {
	align-items: center;
	display: block;
	z-index: 1000;
}

.header__logo:hover {
	opacity: 0.6;
}

.header__image {
	align-items: center;
	display: flex;
}

.header__image img {
	-o-object-fit: contain;
	aspect-ratio: 206/50;
	height: 2.25rem;
	max-width: 9.125rem;
	object-fit: contain;
	width: 9.125rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.internShip {
	padding-bottom: 3.75rem;
}

.internShip__wrapper {
	margin-top: 3.75rem;
}

.internShip__body {
	margin-top: 3.75rem;
}

.jobOpenings {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.jobOpenings__wrapper {
	margin-top: 5rem;
}

.jobOpenings__body {
	margin-top: 5rem;
	padding: 1.25rem;
	position: relative;
}

.jobOpenings__body::before {
	background-image: url(../images/common/jobOpenings-bg.jpg);
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.jobOpenings__body.jobOpenings__body--noveworks::before {
	background-image: url(../images/common/jobOpenings-bg2.jpg);
}

.jobOpenings__body.jobOpenings__body--ito::before {
	background-image: url(../images/common/jobOpenings-bg3.jpg);
}

.jobOpenings__body:first-of-type {
	margin-top: 0;
}

.jobOpenings__button {
	margin-top: 5rem;
	text-align: center;
}

.mapCard {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.mapCard__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 555/370;
	object-fit: cover;
	width: 100%;
}

.mapCard__body {
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
}

.mapCard__body-header {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.mapCard__title {
	background-color: #3F3F3F;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.5em;
	line-height: 1;
	padding: 0.375rem 0.875rem;
}

.mapCard__address {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
}

.mapCard__body-bottom {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.mapCard__tel {
	display: flex;
	flex-direction: row;
}

.mapCard__tel-item {
	color: #00A1E9;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1;
}

.mapCard__tel-number {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1;
}

.mapCards {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.mapCards__block {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-row: span 2;
	grid-template-rows: subgrid;
}

.mapCards__logo {
	align-items: center;
	display: flex;
	justify-content: center;
}

.mapCards__logo img {
	-o-object-fit: contain;
	aspect-ratio: 372/66;
	object-fit: contain;
	width: 15rem;
}

.mapCards__logo.mapCards__logo--ito img {
	-o-object-fit: cover;
	aspect-ratio: 300/34;
	object-fit: cover;
	width: 13.375rem;
}

.mv {
	padding-top: 5rem;
}

.mv__wrapper {
	position: relative;
}

.mv__image {
	display: block;
}

.mv__image img {
	-o-object-fit: cover;
	aspect-ratio: 375/667;
	object-fit: cover;
	width: 100%;
}

.mv__body {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 10;
}

.mv__title {
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-align: left;
	text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.75);
}

.mv__subTitle {
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.2;
	margin-top: 1.5rem;
	text-align: left;
	text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.75);
}

.mvSub {
	overflow: hidden;
	padding-top: 5rem;
}

.mvSub__wrapper {
	position: relative;
}

.mvSub__image {
	display: block;
	position: relative;
}

.mvSub__image::before {
	background: rgba(232, 227, 211, 0.5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.mvSub__image img {
	-o-object-fit: cover;
	aspect-ratio: 1918/478;
	height: 18.75rem;
	object-fit: cover;
}

.mvSub__body {
	position: absolute;
	top: 40%;
	width: 100%;
}

.mvSub__title {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1;
	text-align: center;
}

.mvSub__subTitle {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.4em;
	line-height: 1;
	margin-top: 2.5rem;
	text-align: center;
}

.noveworks {
	overflow: hidden;
}

.noveworks__wrapper {
	margin-top: 5rem;
}

.noveworks__body {
	margin-top: 5rem;
}

.otherWorks-card {
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
}

.otherWorks-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 296/194;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.otherWorks-card__body {
	-moz-column-gap: 0.75rem;
	align-items: flex-start;
	column-gap: 0.75rem;
	display: flex;
	flex-direction: column;
	row-gap: 0.25rem;
}

.otherWorks-card__category {
	background-color: #414242;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 0.1875rem 0.5rem;
}

.otherWorks-card__title {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
}

.otherWorks__inner.inner {
	position: relative;
}

.otherWorks__title {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.2;
	text-align: center;
}

.otherWorks__subTitle {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin-top: 1rem;
	text-align: center;
}

.otherWorks__body {
	margin-top: 2.5rem;
	position: relative;
}

.ourValue {
	overflow: hidden;
	padding-bottom: 5rem;
	position: relative;
}

.ourValue::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	aspect-ratio: 1160/898;
	background-image: url(../images/common/recruit-bg.jpg);
	background-size: cover;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	content: "";
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	width: 51.5rem;
	z-index: -1;
}

.ourValue__top {
	padding-top: 2.5rem;
	position: relative;
}

.ourValue__top::before {
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	aspect-ratio: 1684/710;
	background-color: #DFE4E5;
	bottom: 0;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	content: "";
	position: absolute;
	right: -13.125rem;
	width: 75rem;
	z-index: -1;
}

.ourValue__top-title {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.ourValue__top-titleColor {
	color: #768924;
}

.ourValue__top-body {
	margin-top: 2.5rem;
}

.ourValue__top-text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 1.25rem;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.ourValue__top-gallery {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 5rem;
}

.ourValue__top-image img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
}

.ourValue__banner {
	margin-top: 5rem;
}

.ourValue__main {
	margin-top: 5rem;
}

.ourValue__main-block {
	position: relative;
}

.ourValue__main-block::before {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
	aspect-ratio: 156/132;
	background-color: #DFE4E5;
	clip-path: polygon(0 0, 0 100%, 100% 0);
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 6.875rem;
	z-index: -1;
}

.ourValue__main-block::after {
	-webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
	aspect-ratio: 524/440;
	background-color: #DFE4E5;
	bottom: 0;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	content: "";
	position: absolute;
	right: 0;
	width: 23.25rem;
	z-index: -1;
}

.ourValue__main-block.ourValue__main-block--first {
	margin-top: 0;
}

.ourValue__main-block.ourValue__main-block--second {
	margin-top: 5rem;
	padding-bottom: 0;
}

.ourValue__main-block.ourValue__main-block--second::after {
	-webkit-clip-path: polygon(0 75%, 0 0, 100% 100%, 25% 100%);
	aspect-ratio: 1680/688;
	background-color: #DFE4E5;
	bottom: 0;
	clip-path: polygon(0 75%, 0 0, 100% 100%, 25% 100%);
	content: "";
	left: 0;
	position: absolute;
	width: 74.75rem;
	z-index: -1;
}

.ourValue__main-block.ourValue__main-block--third::after {
	display: none;
}

.ourValue__main-block.ourValue__main-block--third {
	margin-top: 5rem;
}

.ourValue__main-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.ourValue__point-title {
	width: 100%;
}

.ourValue__point-image {
	width: 100%;
}

.ourValue__point-image img {
	-o-object-fit: cover;
	aspect-ratio: 822/506;
	object-fit: cover;
	width: 36.5rem;
}

.ourValue__main-contents {
	margin-top: 3.75rem;
}

.ourValue__main-block--second .ourValue__main-contents {
	margin-top: 0;
	padding-top: 2.5rem;
	position: relative;
}

.ourValue__bottom {
	margin-top: 5rem;
}

.ourValue__button {
	text-align: center;
}

.page-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 4.875rem;
	padding-right: 4.875rem;
}

.page-nav__item a {
	color: #000;
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.4em;
	line-height: 1.2;
	position: relative;
}

.page-nav__item a:hover {
	opacity: 0.6;
}

.page-nav__item.page-nav__item--top a {
	background-color: #F1F1F1;
	color: #000;
	padding-bottom: 0.3125rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.375rem;
}

.page-nav__item.page-nav__item--next a::before,
.page-nav__item.page-nav__item--prev a::before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	height: 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
	z-index: -1;
}

.page-nav__item.page-nav__item--next a::before {
	right: -1.625rem;
}

.page-nav__item.page-nav__item--next a::after {
	border-right: solid 1.5px #fff;
	border-top: solid 1.5px #fff;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: -1.4375rem;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg) skew(-20deg, -20deg);
	width: 0.5rem;
}

.page-nav__item.page-nav__item--prev a::before {
	left: -1.625rem;
}

.page-nav__item.page-nav__item--prev a::after {
	border-right: solid 1.5px #fff;
	border-top: solid 1.5px #fff;
	content: "";
	height: 0.5rem;
	left: -0.9375rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(225deg) skew(-20deg, -20deg);
	width: 0.5rem;
}

.pcNav-items {
	display: flex;
	flex-direction: row;
	gap: 4.125rem;
}

.pcNav-items.pcNav-items--recruit {
	gap: 2.5rem;
}

.pcNav-items__link {
	color: #000;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.5;
	padding-bottom: 0.625rem;
	padding-top: 0.8125rem;
	text-align: center;
	width: 9.375rem;
}

.pcNav-items__link:hover {
	background-color: #F1F1F1;
}

.pcNav-items__itemCard {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pcNav-items__itemCard-image img {
	-o-object-fit: cover;
	aspect-ratio: 320/214;
	object-fit: cover;
	width: 14.25rem;
}

.pcNav-items__itemCard-logo.pcNav-items__itemCard-logo--first img {
	-o-object-fit: contain;
	aspect-ratio: 242/26;
	object-fit: contain;
	width: 10.75rem;
}

.pcNav-items__itemCard-logo.pcNav-items__itemCard-logo--second img {
	-o-object-fit: contain;
	aspect-ratio: 206/44;
	object-fit: contain;
	width: 9.125rem;
}

.pcNav-items__itemCard-logo.pcNav-items__itemCard-logo--third img {
	-o-object-fit: contain;
	aspect-ratio: 263/30;
	object-fit: contain;
	width: 11.625rem;
}

.pcNav-items__itemCard-text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
}

.pcNav {
	display: none;
}

.pcNav__items {
	align-items: center;
	display: flex;
}

.pcNav__body {
	background-color: #F1F1F1;
	display: none;
	left: 50%;
	padding: 2.25rem 7.5rem;
	position: absolute;
	top: 3.125rem;
	transform: translateX(-50%);
	width: 66rem;
	z-index: 100;
}

.pcNav__body.active {
	display: block;
}

.pcNav__body.pcNav__body--recruit {
	padding: 2.25rem 2.5rem;
}

.pcNav__item-block {
	position: relative;
}

.pcNav__menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.375rem 2.5rem;
}

.pcNav__subTitle::after {
	background: #fff;
	bottom: -0.1875rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transform: scale(0, 1); /*X方向0、Y方向1*/
	transform-origin: center top; /*上部中央基点*/ /*アニメーションの指定*/
	transition: all 0.3s; /*線の形状*/
	width: 100%;
}

.pcNav__menu:hover {
	opacity: 0.6;
}

/*現在地とhoverの設定*/

.pcNav__menu:hover .pcNav__subTitle::after {
	transform: scale(1, 1); /*X方向にスケール拡大*/
}

.pcNav__title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.performance__container {
	margin-top: 5rem;
	overflow: hidden;
}

.philosophy__bg {
	overflow-x: clip;
	position: relative;
}

.philosophy__bg::before {
	background-color: #DFE4E5;
	content: "";
	height: 16.875rem;
	left: 50%;
	position: absolute;
	top: -24.75rem;
	transform: rotate(-16deg) translateX(-50%);
	width: 200%;
	z-index: -1;
}

.philosophy__wrapper {
	margin-top: 3.625rem;
}

.privacyAccordion__title {
	background-color: #768924;
	color: #000;
	cursor: pointer;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 2rem;
	padding-top: 1rem;
	position: relative;
}

.privacyAccordion__title::before {
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: #000;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.75rem;
}

.privacyAccordion__title.active::before {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.3s;
}

.privacyAccordion__body {
	border: solid 1px #CCC9BE;
	border-top: none;
	padding: 1.5rem 1rem;
}

.privacyAccordion__text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 2rem;
}

.privacyAccordion__text:first-of-type {
	margin-top: 0;
}

.privacyAccordion__textGreen {
	color: #768924;
}

.profile {
	overflow: hidden;
}

.profile__contents {
	display: flex;
	flex-direction: column-reverse;
	gap: 3.75rem;
	margin-top: 3.75rem;
}

.profile__body {
	position: relative;
	width: 100%;
}

.profile__subTitle {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.profile__subTitle-middle {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: max(24px, min(3.2vw, 42px));
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1.2;
}

.profile__subTitle-normal {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: max(18px, min(2.4vw, 34px));
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1.2;
}

.profile__subTitle-large {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: max(24px, min(3.2vw, 42px));
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1.2;
}

.profile__contentsBody {
	margin-top: 2.5rem;
}

.profile__contentsBody-text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 2.5;
}

.profile__contentsBody-image {
	margin-top: 2rem;
}

.profile__contentsBody-image img {
	-o-object-fit: contain;
	aspect-ratio: 604/402;
	object-fit: contain;
	width: 100%;
}

.profile__button {
	margin-top: 2.5rem;
	text-align: center;
}

.profile__image {
	position: relative;
	width: 100%;
}

.profile__image::before {
	background-color: #DFE4E5;
	content: "";
	height: 50%;
	left: -9.875rem;
	position: absolute;
	top: 2.5rem;
	width: 100%;
	z-index: -1;
}

.profile__image::after {
	background: #DFE4E5;
	bottom: -2rem;
	content: "";
	height: 50%;
	left: 8.875rem;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.profile__image img {
	-o-object-fit: contain;
	aspect-ratio: 1003/668;
	object-fit: contain;
	width: 44.625rem;
}

.profileHeader__title {
	align-items: center;
	color: #000;
	display: inline-flex;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.625rem;
	font-weight: 500;
	gap: 0.625rem;
	letter-spacing: 0.32em;
	line-height: 1.5;
}

.profileHeader__title::after {
	background-color: #111;
	content: "";
	height: 1px;
	width: 100vw;
}

.quality__container {
	margin-top: 5rem;
	overflow: hidden;
}

.quality__logoArea {
	margin-top: 5rem;
}

.qualityTrust-contents {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.qualityTrust-contents__title {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.375rem;
	font-weight: 500;
	grid-area: 1/1/4/6;
	letter-spacing: 0.02em;
	line-height: 1.9;
	text-align: center;
}

.qualityTrust-contents__image {
	display: flex;
	grid-area: 3/1/10/6;
	justify-content: center;
}

.qualityTrust-contents__image img {
	-o-object-fit: contain;
	aspect-ratio: 360/400;
	object-fit: contain;
	width: 100%;
}

.qualityTrust-contents__logo {
	display: flex;
	grid-area: 2/6/8/11;
}

.qualityTrust-contents__logo img {
	-o-object-fit: contain;
	aspect-ratio: 808/722;
	object-fit: contain;
	width: 100%;
}

.qualityTrust-contents.qualityTrust-contents--company {
	grid-template-rows: repeat(8, 1fr);
}

.qualityTrust-contents--company .qualityTrust-contents__title {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.375rem;
	font-weight: 500;
	grid-area: 1/1/3/11;
	letter-spacing: 0.03em;
	line-height: 2;
	text-align: center;
}

.qualityTrust-contents--company .qualityTrust-contents__image {
	grid-area: 4/2/10/5;
	justify-content: flex-start;
}

.qualityTrust-contents--company .qualityTrust-contents__logo {
	grid-area: 4/5/9/11;
	justify-content: flex-start;
}

.qualityTrust-contents--company .qualityTrust-contents__logo img {
	aspect-ratio: 808/680;
}

.recruitBanner {
	display: flex;
	flex-direction: row;
	position: relative;
}

.recruitBanner::before {
	background-color: rgba(114, 114, 114, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.recruitBanner.recruitBanner--staffSingle {
	flex-direction: column;
}

.recruitBanner.recruitBanner--staffSingle::before {
	display: none;
}

.recruitBanner-text {
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.2em;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.recruitBanner-textThree {
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1;
}

.recruitBanner-image {
	width: 14.3%;
}

.recruitBanner-image img {
	-o-object-fit: cover;
	aspect-ratio: 278/422;
	object-fit: cover;
	width: 100%;
}

.recruitBanner--staffSingle .recruitBanner-image {
	width: 100%;
}

.recruitBanner--staffSingle .recruitBanner-image img {
	-o-object-fit: cover;
	aspect-ratio: 254/382;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.recruitContents {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: 2.5rem;
	justify-content: flex-start;
}

.recruitContents.recruitContents--third {
	padding-bottom: 1.625rem;
}

.recruitContents__image img {
	-o-object-fit: cover;
	aspect-ratio: 708/424;
	object-fit: cover;
}

.recruitContents--third .recruitContents__image img {
	-o-object-fit: cover;
	aspect-ratio: 646/400;
	object-fit: cover;
	width: 28.75rem;
}

.recruitContents__text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

.recruitContents--third .recruitContents__image {
	position: relative;
}

.recruitContents--third .recruitContents__image::before {
	aspect-ratio: 334/482;
	background-color: #DFE4E5;
	content: "";
	left: -11.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 14rem;
	z-index: -1;
}

.recruitPoint-title {
	padding-bottom: 1.125rem;
	position: relative;
}

.recruitPoint-title__header {
	align-items: baseline;
	display: inline-flex;
	flex-direction: row;
	gap: 0.875rem;
	position: relative;
}

.recruitPoint-title__header:before {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: -3.125rem;
	transform: rotate(135deg);
	width: 5rem;
	z-index: -1;
}

.recruitPoint-title__point {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
}

.recruitPoint-title__number {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1;
}

.recruitPoint-title__text {
	bottom: 0;
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	left: 7.5rem;
	letter-spacing: 0.2em;
	line-height: 1;
	position: absolute;
}

.recruitPoint-title__text-color {
	color: #768924;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
}

.recruitPoint-title__text-small {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
}

.sectionHeader {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
}

.sectionHeader::before {
	-webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
	background-color: #fff;
	clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
	content: "";
	height: 6rem;
	left: 50%;
	position: absolute;
	top: -1.75rem;
	transform: translateX(-50%);
	width: 17.375rem;
	z-index: -1;
}

.sectionHeader::after {
	-webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
	background-color: #5A5B5B;
	clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
	content: "";
	height: 6rem;
	left: 50%;
	position: absolute;
	top: -1.8125rem;
	transform: translateX(-50%);
	width: 17.5rem;
	z-index: -10;
}

.sectionHeader__title {
	color: #768924;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.125rem;
	font-weight: 500;
	letter-spacing: 0.24em;
	line-height: 1.2;
}

.sectionHeader__subTitle {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
}

.spNav-items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.spNav-items__link {
	color: #000;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.5;
	padding-bottom: 0.625rem;
	padding-top: 0.8125rem;
	text-align: center;
	width: 9.375rem;
}

.spNav-items__link:hover {
	background-color: #F1F1F1;
}

.spNav-items__itemCard {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.spNav-items__itemCard-image img {
	-o-object-fit: cover;
	aspect-ratio: 320/214;
	object-fit: cover;
	width: 14.25rem;
}

.spNav-items__itemCard-logo.spNav-items__itemCard-logo--first img {
	-o-object-fit: contain;
	aspect-ratio: 242/26;
	object-fit: contain;
	width: 10.75rem;
}

.spNav-items__itemCard-logo.spNav-items__itemCard-logo--second img {
	-o-object-fit: contain;
	aspect-ratio: 206/44;
	object-fit: contain;
	width: 9.125rem;
}

.spNav-items__itemCard-logo.spNav-items__itemCard-logo--third img {
	-o-object-fit: contain;
	aspect-ratio: 263/30;
	object-fit: contain;
	width: 11.625rem;
}

.spNav-items__itemCard-text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
}

.spNav {
	background-color: #fff;
	display: none;
	height: 100%;
	left: 0;
	overflow: scroll;
	padding-top: 7.5rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.spNav__inner.inner {
	max-width: 31.25rem;
}

.spNav__item {
	margin-top: 1.5rem;
	text-align: center;
}

.spNav__item:first-child {
	margin-top: 0;
}

.spNav__body {
	display: none;
	margin-top: 2.5rem;
	padding-bottom: 1.875rem;
}

.spNav__body.active {
	display: block;
}

.staff {
	padding-bottom: 13.75rem;
}

.staff__bg {
	overflow-x: clip;
	position: relative;
}

.staff__bg::before {
	background-color: #DFE4E5;
	content: "";
	height: 16.875rem;
	left: 50%;
	position: absolute;
	top: 33.125rem;
	transform: rotate(15deg) translateX(-50%);
	width: 200%;
	z-index: -1;
}

.staff__body {
	margin-top: 2.375rem;
}

.staff__image img {
	-o-object-fit: cover;
	aspect-ratio: 254/386;
	height: 100%;
	object-fit: cover;
}

.staff__button {
	margin-top: 2.75rem;
	text-align: center;
}

.staffArchive {
	overflow: hidden;
	padding-bottom: 5rem;
	position: relative;
}

.staffArchive::after {
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	aspect-ratio: 1/1;
	background-color: #DFE4E5;
	bottom: 3.75rem;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	position: absolute;
	right: 0;
	width: 21.5625rem;
	z-index: -1;
}

.staffArchive__wrapper {
	margin-top: 5rem;
}

.staffCard {
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
	position: relative;
}

.staffCard:nth-child(4n-1)::before {
	background-color: #DFE4E5;
	content: "";
	height: 94.4%;
	left: -13.5rem;
	position: absolute;
	top: 4.5625rem;
	width: 61.7%;
	z-index: -1;
}

.staffCard:nth-child(4n)::before {
	background-color: #DFE4E5;
	content: "";
	height: 66.6%;
	position: absolute;
	right: -12.875rem;
	top: -9.75rem;
	width: 61.7%;
	z-index: -1;
}

.staffCard__image img {
	-o-object-fit: cover;
	aspect-ratio: 600/820;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.staffCard__name {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.32em;
	line-height: 1;
}

.staffCard__occupation {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.32em;
	line-height: 1;
}

.staffCards {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.staffContent__body h2 {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.75;
}

.staffContent__body p {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.75;
}

.staffContent__body p:first-of-type {
	margin-top: 2.125rem;
}

.staffContents {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.staffContents__image {
	width: 100%;
}

.staffContents__block {
	width: 100%;
}

.staffContents--second .staffContents__image {
	margin-top: 3.75rem;
}

.staffContents--third .staffContents__image {
	margin-top: 3.75rem;
}

.staffContents--first .staffContents__image img {
	-o-object-fit: cover;
	aspect-ratio: 614/820;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.staffContents--second .staffContents__image img {
	-o-object-fit: cover;
	aspect-ratio: 708/424;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.staffContents--third .staffContents__image img {
	-o-object-fit: cover;
	aspect-ratio: 730/478;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.staffContents__block-header {
	background-color: #DFE4E5;
	padding-bottom: 1.6875rem;
	padding-left: 2.1875rem;
	padding-top: 1.5rem;
	width: 20.625rem;
}

.staffContents__block-text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	line-height: 1;
	margin-top: 1.125rem;
}

.staffContents__block-text:first-child {
	margin-top: 0;
}

.staffContents--first .staffContents__content {
	margin-top: 1.6875rem;
}

.staffSingle {
	padding-bottom: 5rem;
}

.staffSingle__button {
	margin-top: 5rem;
	text-align: center;
}

.staffSingle__bottom {
	border-top: solid 1px #5B6060;
	margin-top: 3.75rem;
	padding-top: 3.75rem;
}

.staffSingle__bottom-button {
	text-align: center;
}

.staffSingle__bottom-wrapper {
	margin-top: 2.9375rem;
}

.sub-sectionHeader {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.sub-sectionHeader::before {
	background-color: #000;
	content: "";
	flex-grow: 0.2;
	height: 1px;
}

.sub-sectionHeader__title {
	color: #768924;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.sub-sectionHeader__subTitle {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 1rem;
}

.sub-sectionHeader.sub-sectionHeader--right {
	justify-content: flex-end;
}

.sub-sectionHeader--right::before {
	display: none;
}

.sub-sectionHeader--right::after {
	background-color: #000;
	content: "";
	flex-grow: 0.2;
	height: 1px;
}

.sub-sectionHeader--right .sub-sectionHeader__subTitle {
	margin-top: 0;
}

.swiper-slide-active .slide-image,
.swiper-slide-duplicate-active .slide-image,
.swiper-slide-prev .slide-image {
	animation: zoomUp 10s linear 0s 1 normal both;
}

.swiper-slide {
	align-items: center; /* Center slide text vertically */
	display: flex;
	height: auto;
	justify-content: center;
	width: 19.75rem;
}

.swiper-slide.swiper-slide--works {
	height: 100%;
	width: 100%;
}

.swiper-button-next {
	top: 16rem;
}

.swiper-button-next::before {
	border-right: solid 1.5px #414242;
	border-top: solid 1.5px #414242;
	content: "";
	height: 0.625rem;
	left: 38%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg) skew(-20deg, -20deg);
	width: 0.625rem;
}

.swiper-button-prev::before {
	border-right: solid 1.5px #414242;
	border-top: solid 1.5px #414242;
	content: "";
	height: 0.625rem;
	left: 62%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(225deg) skew(-20deg, -20deg);
	width: 0.625rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	border: solid 1px #414242;
	border-radius: 50%;
	content: "";
	font-family: inherit;
	font-size: inherit;
	height: 1.5625rem;
	letter-spacing: 0;
	line-height: 1;
	width: 1.5625rem;
}

.swiper-button-prev {
	left: 0;
	top: 16rem;
}

.thanks {
	padding-bottom: 10rem;
	padding-top: 5rem;
}

.thanks__title {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.thanks__text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 2.5rem;
	text-align: center;
}

.topHeader__title {
	align-items: center;
	color: #000;
	display: flex;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.75rem;
	font-weight: 500;
	gap: 1.25rem;
	line-height: 1;
	text-align: center;
}

.topHeader__title::before,
.topHeader__title::after {
	background-color: #000;
	content: "";
	flex-grow: 1;
	height: 1px;
}

.works__body {
	margin-top: 1.75rem;
	position: relative;
}

.works__body::before {
	background-color: #DFE4E5;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 2.25rem;
	width: 100%;
	z-index: -1;
}

.works__image img {
	-o-object-fit: contain;
	aspect-ratio: 444/296;
	height: 100%;
	object-fit: contain;
	width: 19.75rem;
}

.works__button {
	margin-top: 3.875rem;
	text-align: center;
}

.worksArchive {
	padding-bottom: 5rem;
}

.worksArchive__container {
	margin-top: 2.5rem;
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
	position: relative;
}

.worksArchive__container::before {
	background-color: #F1F1F1;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.worksArchive__page-nav {
	margin-top: 3.75rem;
}

.worksCard {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
	padding: 0.75rem;
}

.worksCard__image img {
	-o-object-fit: cover;
	aspect-ratio: 300/196;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.worksCard__title {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
}

.worksCards {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.worksSingle {
	padding-bottom: 5rem;
}

.worksSingle__header {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.worksSingle__title {
	border-bottom: solid 1px #000;
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 1.2;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.worksSingle__category {
	background-color: #3F3F3F;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-top: 1.125rem;
	padding: 0.375rem 0.75rem;
}

.worksSingle__thumbnail {
	margin-top: 2.5rem;
}

.worksSingle__thumbnail img {
	-o-object-fit: contain;
	aspect-ratio: 972/648;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.worksSingle__contents {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	margin-top: 3.75rem;
}

.worksSingle__body p {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.worksSingle__block {
	background-color: #F1F1F1;
	padding: 1.25rem;
}

.worksSingle__block-title {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.worksSingle__block-body {
	border-top: solid 1px #000;
	margin-top: 0.75rem;
	padding-top: 0.625rem;
}

.worksSingle__block-unit {
	grid-gap: 1.625rem;
	align-items: flex-start;
	display: grid;
	gap: 1.625rem;
	grid-template-columns: 0.2fr 1fr;
	margin-top: 0.75rem;
}

.worksSingle__block-unit:first-child {
	margin-top: 0;
}

.worksSingle__block-item {
	background-color: #fff;
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.25rem 0;
	text-align: center;
	width: 4.25rem;
}

.worksSingle__block-text {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
}

.worksSingle__imageTop {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 3.75rem;
}

.worksSingle__imageTop-image img {
	-o-object-fit: cover;
	aspect-ratio: 736/490;
	object-fit: cover;
	width: 100%;
}

.worksSingle__imageBottom {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 3.75rem;
}

.worksSingle__imageBottom-image img {
	-o-object-fit: cover;
	aspect-ratio: 468/312;
	object-fit: cover;
	width: 100%;
}

.worksSingle__page-nav {
	margin-top: 5rem;
}

.worksSingle__otherWorks {
	margin-top: 2.5rem;
}

.worksSingle__button {
	margin-top: 2.5rem;
	text-align: center;
}

.wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.wp-pagenavi span {
	color: #A3CA0F;
}

.wp-pagenavi a {
	color: #000;
}

.wp-pagenavi .nextpostslink {
	background-color: #000;
	border-radius: 50%;
	display: block;
	height: 1.375rem;
	padding: 0;
	position: relative;
	width: 1.375rem;
}

.wp-pagenavi .nextpostslink::before {
	border-right: solid 1.5px #fff;
	border-top: solid 1.5px #fff;
	content: "";
	height: 0.6875rem;
	left: 36%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg) skew(-20deg, -20deg);
	width: 0.6875rem;
}

.wp-pagenavi .previouspostslink {
	background-color: #000;
	border-radius: 50%;
	display: block;
	height: 1.375rem;
	padding: 0;
	position: relative;
	width: 1.375rem;
}

.wp-pagenavi .previouspostslink::before {
	border-right: solid 1.5px #fff;
	border-top: solid 1.5px #fff;
	content: "";
	height: 0.6875rem;
	left: 68%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(225deg) skew(-20deg, -20deg);
	width: 0.6875rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.top-access {
	margin-top: 8.25rem;
}

.top-company {
	margin-top: 5.5rem;
}

.top-contact {
	margin-top: 7.5625rem;
}

.top-design {
	margin-top: 8.875rem;
}

.top-entryForm {
	margin-top: 5.25rem;
}

.top-greeting {
	margin-top: 9.25rem;
}

.top-guidelines {
	margin-top: 10.125rem;
}

.top-internShip {
	margin-top: 5.25rem;
}

.top-noveworks {
	margin-top: 8rem;
}

.top-performance {
	margin-top: 6.625rem;
}

.top-philosophy {
	margin-top: 7.875rem;
}

.top-profile {
	margin-top: 0;
	margin-top: initial;
}

.top-quality {
	margin-top: 6.25rem;
}

.top-recruit {
	margin-top: 6.75rem;
}

.top-staff {
	margin-top: 7.125rem;
}

.top-staffSingle {
	margin-top: 7.125rem;
}

.top-worksArchive {
	margin-top: 3.5rem;
}

.top-worksSingle {
	margin-top: 4rem;
}

.about__inner.inner {
	max-width: 70.25rem;
}

.access {
	padding-bottom: 6.875rem;
}

.access.access--noveworks {
	padding-bottom: 11rem;
}

.access.access--zainobu {
	padding-bottom: 10.75rem;
}

.access.access--ito {
	padding-bottom: 13.125rem;
}

.access__inner.inner {
	max-width: 58rem;
}

.access__wrapper {
	margin-top: 6.375rem;
}

.access--zainobu .access__wrapper {
	margin-top: 12.875rem;
}

.access__body {
	margin-top: 8.25rem;
}

.access__mapCards:nth-of-type(2) {
	margin-top: 2.875rem;
}

.access__logo img {
	width: 15.625rem;
}

.button.button--small {
	width: 6.125rem;
}

.button.button--logo {
	font-size: 1.125rem;
	letter-spacing: 0.7em;
	width: 15rem;
}

.button.button--staffSingle {
	font-size: 1.25rem;
}

.categories {
	gap: 4.125rem;
}

.category__name {
	font-size: 0.875rem;
}

.company__inner.inner {
	max-width: 78.75rem;
}

.company__wrapper {
	margin-top: 5.125rem;
}

.company__body {
	margin-top: 3.75rem;
}

.company__text {
	font-size: 1.125rem;
}

.companyContents {
	align-items: center;
	flex-direction: row;
	gap: 4rem;
	justify-content: flex-end;
	padding-left: max(24px, min(4.3vw, 58px));
}

.companyContents.companyContents--reverse {
	flex-direction: row-reverse;
	padding-left: 0;
	padding-left: initial;
	padding-right: max(24px, min(4.3vw, 58px));
}

.companyContents::before {
	height: 78%;
	left: 0;
	width: 100vw;
}

.companyContents--reverse.companyContents::before {
	left: auto;
	left: initial;
	right: 0;
}

.companyContents__title {
	font-size: max(24px, min(3.1vw, 42px));
	width: 44%;
}

.companyContents__block {
	width: 56%;
}

.companyContents__text {
	font-size: max(12px, min(1.4vw, 18px));
}

.companyLogo-area__body {
	flex-direction: row;
	gap: 10.625rem;
}

.companyLogo-area__logo {
	gap: 3.125rem;
}

.contact {
	padding-bottom: 9.25rem;
}

.contact__inner.inner {
	max-width: 50rem;
}

.contact__wrapper {
	margin-top: 4.5rem;
}

.contact__body {
	margin-top: 4.625rem;
}

.contact__text {
	font-size: 1rem;
	line-height: 1.2;
}

.contact__box {
	margin-top: 4.375rem;
	padding-bottom: 2.125rem;
	padding-left: 2.875rem;
	padding-top: 2.125rem;
}

.contact__box-text {
	font-size: 0.8125rem;
}

.contact__header {
	margin-top: 4.75rem;
}

.contact__telBlock {
	flex-direction: row;
	gap: 6.0625rem;
}

.contact__telBlock-unit {
	align-items: flex-start;
	gap: 0.125rem;
}

.contact__telBlock-tel {
	font-size: 1.75rem;
}

.contact__telBlock-tel::before {
	background-color: #000;
	content: "";
	height: 100%;
	left: -2.5rem;
	position: absolute;
	top: 0;
	width: 0.03125rem;
}

.contactForm__content {
	flex-direction: row;
	gap: 3.25rem;
	padding: 1.375rem 0;
	padding-left: 1.25rem;
}

.contactForm__title {
	grid-gap: 0;
	display: grid;
	font-size: 0.9375rem;
	gap: 0;
	grid-template-columns: 1fr 0.5fr;
	width: 26.9%;
}

.contactForm__checkBox {
	flex-direction: row;
	gap: 3.25rem;
	padding: 1.375rem 0;
	padding-left: 1.25rem;
}

.contactForm__content .wpcf7-form-control-wrap {
	width: 65.7%;
}

.contactForm__content .contactForm__block .wpcf7-form-control-wrap {
	width: 80%;
}

.contactForm__checkBox .wpcf7-form-control-wrap {
	width: 65.7%;
}

.contactForm__checkBox .wpcf7-list-item-label {
	font-size: 0.9375rem;
}

.contactForm__acceptance {
	margin-top: 2.5rem;
}

.contactForm__button {
	margin-top: 3.1875rem;
}

.contactForm__check {
	flex-direction: row;
	gap: max(9px, min(1.2vw, 18px));
}

.contactForm__check .wpcf7-list-item input[type=checkbox] {
	margin-bottom: 0.1875rem;
	margin-right: 0.125rem;
}

.contactForm__block {
	gap: 1.375rem;
	width: 42.3%;
}

.contactForm__block-item {
	align-items: center;
	flex-direction: row;
	gap: 0.125rem;
}

.contactForm__block-title {
	width: 21%;
}

.contactForm__content .wpcf7-file {
	font-size: 0.9375rem;
}

.contactForm__content input[type=file]::file-selector-button {
	font-size: 1rem;
}

.contactForm__fileLabel {
	align-items: center;
	flex-direction: row;
	width: 65.7%;
}

.contactForm__fileLabel-button {
	font-size: 0.9375rem;
}

.contactForm__privacyAccordion {
	margin-top: 4.875rem;
}

.contactForm__column {
	width: 65.7%;
}

.contactForm__content.contactForm__content--adress .wpcf7-form-control-wrap {
	width: 100%;
}

.contactForm__content.contactForm__content--adress .contactForm__block.contactForm__block--sub {
	width: 75%;
}

.contactForm__content.contactForm__content--intern .contactForm__title,
.contactForm__content.contactForm__content--abroad .contactForm__title {
	grid-template-columns: 1fr;
}

.contactForm__content.contactForm__content--intern .contactForm__block {
	width: 64.4%;
}

.contactForm__content.contactForm__content--academic-background .contactForm__block {
	flex-direction: row;
	font-size: 0.75rem;
	width: 100%;
}

.contactForm__block--academic-background .contactForm__text {
	font-size: 0.75rem;
}

.contactForm__block-group .contactForm__block-unit .wpcf7-form-control-wrap {
	width: 55%;
}

.contactForm__block-unit.contactForm__block-unit--month .wpcf7-form-control-wrap {
	width: 70%;
}

.contactForm__block-unit.contactForm__block-unit--month {
	width: 25%;
}

.contactForm__block-unit.contactForm__block-unit--school .wpcf7-form-control-wrap {
	width: 80%;
}

.contactForm__block-unit {
	justify-content: flex-end;
	width: 100%;
}

.contactForm__block-unit:first-of-type {
	width: 60%;
}

.contactForm__block.contactForm__block--academic-background {
	gap: 0.625rem;
}

.contactForm__content.contactForm__content--company .wpcf7-form-control-wrap {
	width: 42.7%;
}

.contactForm__fileButton {
	font-size: 0.9375rem;
}

.contactForm__content.contactForm__content--dropMenu .wpcf7-form-control-wrap {
	width: 42.7%;
}

.contentsBlock {
	flex-direction: row;
	gap: 3.125rem;
}

.contentsBlock__image img {
	width: 24.5rem;
}

.contentsBlock__text {
	font-size: 1.0625rem;
}

.contentsBlock.contentsBlock--philosophy {
	align-items: flex-end;
	flex-direction: row-reverse;
	padding-left: 7.5rem;
}

.contentsBlock--philosophy .contentsBlock__body {
	padding-bottom: 4.75rem;
}

.contentsBlock--philosophy .contentsBlock__image img {
	width: 18.125rem;
}

.contentsBlock__image--philosophyFirst {
	left: -12.375rem;
	position: absolute;
	top: -12.875rem;
}

.definitionItem__name {
	letter-spacing: 0.3em;
	width: 14.1%;
}

.definitionItem__text {
	letter-spacing: 0.1em;
	padding-left: 1.5rem;
	width: 85.9%;
}

.design__container {
	margin-top: 3rem;
}

.design__inner.inner {
	max-width: 82.75rem;
	padding-left: 5.8125rem;
}

.entryButton {
	font-size: 2.125rem;
	padding-bottom: 2.875rem;
	padding-top: 4rem;
	width: 37.25rem;
}

.entryForm {
	padding-bottom: 4.625rem;
}

.entryForm__inner.inner {
	max-width: 50rem;
}

.entryForm__wrapper {
	margin-top: 4.5rem;
}

.entryForm__body {
	margin-top: 4.625rem;
}

.error {
	padding-top: 7.875rem;
}

.footerLogo-area__inner.inner {
	max-width: 61.625rem;
}

.footerLogo-area__body {
	flex-direction: row;
	gap: 7.5rem;
}

.footerNav {
	flex-direction: row;
	justify-content: center;
}

.footerNav__logo {
	aspect-ratio: 70/40;
}

.footerNav__items {
	display: flex;
	gap: 2.875rem;
}

.footerNav__item {
	margin-top: 0;
}

.formHeader__body {
	margin-top: 3.125rem;
}

.greeting-twoColumn {
	flex-direction: row;
	gap: 1.375rem;
}

.greeting-twoColumn__image {
	width: 42.0168067227%;
}

.greeting-twoColumn__block {
	width: 55.8823529412%;
}

.greeting-twoColumn__header {
	flex-direction: row;
	gap: max(72px, min(9vw, 114px));
}

.greeting-twoColumn__title {
	font-size: 2rem;
}

.greeting-twoColumn__subTitle {
	font-size: 1.375rem;
	margin-top: 1rem;
	text-shadow: inherit;
}

.greeting {
	padding-top: 2.75rem;
}

.greeting::before {
	z-index: 0;
}

.greeting__inner.inner {
	max-width: 69.125rem;
}

.greeting__bottom {
	margin-top: 1.375rem;
}

.greeting__ceo-item {
	font-size: 1rem;
}

.greeting__ceo-name {
	font-size: 1.5rem;
}

.groupCompany-contents {
	flex-direction: row;
	gap: 5rem;
}

.groupCompany-contents__image {
	width: 52.4%;
}

.groupCompany-contents__image::before {
	top: 7.25rem;
	width: 37.5rem;
}

.groupCompany-contents__image::after {
	bottom: auto;
	bottom: initial;
	right: -3.5rem;
	top: 13.5rem;
	width: 29rem;
}

.groupCompany-contents__block {
	padding-top: 2.625rem;
	width: 47.6%;
}

.groupCompany-contents__logo img {
	width: 22.625rem;
}

.groupCompany-contents__text {
	font-size: max(12px, min(1.4vw, 18px));
}

.groupCompany-gallery {
	flex-direction: row;
	gap: 8rem;
}

.groupCompany-gallery__image-large img {
	width: 42.875rem;
}

.groupCompany-gallery__image-small {
	margin-top: 1.5rem;
}

.groupCompany-gallery__image-small img {
	width: 27rem;
}

.groupCompany-logo__block {
	flex-direction: row;
	gap: 8.875rem;
}

.groupCompany-logo__image img {
	width: 22.625rem;
}

.groupCompany-logo__image.groupCompany-logo__image--panasonic img {
	width: 18.75rem;
}

.groupCompany-logo__button {
	margin-top: 3.875rem;
}

.guidelines__inner.inner {
	max-width: 77.875rem;
}

.guidelines__wrapper {
	margin-top: 3.375rem;
}

.hamburger {
	display: none;
}

.header {
	height: auto;
	padding-top: 1.375rem;
}

.header__inner.inner {
	flex-direction: column;
	gap: 0.625rem;
}

.header__image img {
	height: 2.25rem;
	max-width: 9.125rem;
	width: 9.125rem;
}

.header__hamburger {
	display: none;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.internShip {
	padding-bottom: 9.25rem;
}

.internShip__inner.inner {
	max-width: 50rem;
}

.internShip__wrapper {
	margin-top: 4.5rem;
}

.internShip__body {
	margin-top: 4.625rem;
}

.jobOpenings {
	padding-bottom: 8.75rem;
	padding-top: 5.5rem;
}

.jobOpenings__inner.inner {
	max-width: 63.25rem;
}

.jobOpenings__wrapper {
	margin-top: 8rem;
}

.jobOpenings__body {
	padding-bottom: 4.25rem;
	padding-left: 6.125rem;
	padding-right: 6.125rem;
	padding-top: 5.5rem;
}

.jobOpenings__button {
	margin-top: 7.125rem;
}

.mapCard__title {
	font-size: 1.125rem;
	padding: 0.625rem 1.75rem;
}

.mapCard__address {
	font-size: 1.125rem;
}

.mapCard__tel-item {
	font-size: 1.125rem;
}

.mapCard__tel-number {
	font-size: 1.125rem;
}

.mapCards {
	grid-column-gap: 6.875rem;
	-moz-column-gap: 6.875rem;
	grid-row-gap: 4rem;
	column-gap: 6.875rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 4rem;
}

.mapCards.mapCards--zainobu {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.mapCards__block {
	gap: 1.5rem;
}

.mapCards__logo img {
	width: 16.5rem;
}

.mv {
	padding-top: 7.875rem;
}

.mv__image img {
	aspect-ratio: 1920/914;
}

.mv__body {
	top: 36.3%;
	transform: none;
	transform: initial;
}

.mv__body-inner.inner {
	max-width: 72.75rem;
}

.mv__title {
	color: #fff;
	font-size: 3.125rem;
}

.mvSub {
	padding-top: 7.875rem;
}

.mvSub__image img {
	height: auto;
}

.mvSub__title {
	font-size: 3.625rem;
}

.mvSub__subTitle {
	font-size: 1.625rem;
	margin-top: max(36px, min(4.8vw, 66px));
}

.noveworks__inner.inner {
	max-width: 80.75rem;
}

.noveworks__wrapper {
	margin-top: 8rem;
}

.noveworks__body {
	margin-top: 9.75rem;
}

.otherWorks-card__image img {
	width: 13.125rem;
}

.otherWorks-card__category {
	font-size: 0.6875rem;
}

.otherWorks__inner.inner {
	max-width: 79.25rem;
}

.otherWorks__title {
	font-size: 3.3125rem;
}

.otherWorks__subTitle {
	font-size: 1.3125rem;
	margin-top: 1.3125rem;
}

.otherWorks__body {
	margin-top: 3.625rem;
	padding-left: 3.1875rem;
	padding-right: 3.1875rem;
}

.ourValue {
	padding-bottom: 7.75rem;
}

.ourValue::before {
	opacity: 1;
	opacity: initial;
}

.ourValue__inner.inner {
	max-width: 81.875rem;
}

.ourValue__top {
	padding-bottom: 2.5rem;
	padding-top: 12.125rem;
}

.ourValue__top-content {
	margin-right: 42%;
}

.ourValue__top-title {
	font-size: 2.5rem;
	text-shadow: inherit;
}

.ourValue__top-body {
	margin-top: 3.125rem;
}

.ourValue__top-text {
	text-shadow: inherit;
}

.ourValue__top-gallery {
	flex-direction: row;
	gap: 6.25rem;
	margin-top: 8rem;
}

.ourValue__top-image img {
	width: 13.5rem;
}

.ourValue__banner {
	margin-top: 9.625rem;
}

.ourValue__main {
	margin-top: 8.625rem;
}

.ourValue__main-block.ourValue__main-block--second {
	margin-top: 9.625rem;
	padding-bottom: 7.25rem;
}

.ourValue__main-block.ourValue__main-block--third {
	margin-top: 5.5rem;
}

.ourValue__main-inner.inner {
	max-width: 81.875rem;
}

.ourValue__main-header {
	flex-direction: row;
	gap: initial;
}

.ourValue__point-title {
	width: 55%;
}

.ourValue__point-image {
	width: 45%;
}

.ourValue__main-contents {
	margin-top: 5rem;
}

.ourValue__main-block--second .ourValue__main-contents {
	padding-top: 6.5rem;
}

.ourValue__bottom {
	margin-top: 9rem;
}

.pcNav {
	display: block;
	position: relative;
}

.performance__container {
	margin-top: 4.25rem;
}

.performance__inner.inner {
	max-width: 82.75rem;
	padding-right: 5.8125rem;
}

.philosophy {
	padding-bottom: 1.25rem;
}

.privacyAccordion__title {
	font-size: 1.125rem;
	padding-bottom: 1.25rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.25rem;
}

.privacyAccordion__title::before {
	height: 0.6875rem;
	right: 2.5rem;
	width: 1.0625rem;
}

.privacyAccordion__body {
	padding-bottom: 2.375rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.5rem;
}

.profile__inner.inner {
	max-width: 78.25rem;
}

.profile__header {
	margin-left: 4rem;
}

.profile__contents {
	flex-direction: row;
	gap: 7.125rem;
	margin-top: 2.5rem;
}

.profile__body {
	width: 47.2367049009%;
}

.profile__subTitle-middle {
	margin-left: 5.375rem;
}

.profile__subTitle-normal {
	margin-left: 10.75rem;
}

.profile__contentsBody {
	margin-top: 5.25rem;
}

.profile__contentsBody-inner {
	padding-left: 1.875rem;
	padding-right: 9.5rem;
}

.profile__contentsBody-image img {
	width: 26.875rem;
}

.profile__button {
	bottom: 0;
	left: 93.5%;
	margin-top: 0;
	margin-top: initial;
	position: absolute;
}

.profile__image {
	margin-right: -50vw;
	padding-top: 7.75rem;
}

.profile__image::before {
	height: 14.875rem;
	top: 16.1875rem;
	width: 31.25rem;
}

.profile__image::after {
	height: 14.875rem;
	width: 45.375rem;
}

.profileHeader__title {
	font-size: 3.625rem;
	gap: 3.75rem;
}

.quality__container {
	margin-top: 3rem;
}

.quality__inner.inner {
	max-width: 82.75rem;
	padding-left: 5.8125rem;
}

.quality__logoArea {
	margin-top: 6rem;
}

.qualityTrust-contents {
	grid-gap: initial;
	align-items: center;
	display: grid;
	gap: initial;
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: repeat(10, 1fr);
}

.qualityTrust-contents__title {
	font-size: 2.125rem;
}

.qualityTrust-contents__image img {
	aspect-ratio: 360/580;
	width: 16rem;
}

.qualityTrust-contents__logo img {
	width: 35.875rem;
}

.qualityTrust-contents--company .qualityTrust-contents__title {
	font-size: 2.625rem;
	letter-spacing: 0.18em;
	line-height: 2.4;
}

.qualityTrust__inner.inner {
	max-width: 78.25rem;
}

.recruitBanner.recruitBanner--staffSingle {
	flex-direction: row;
}

.recruitBanner-text {
	font-size: 1.5rem;
}

.recruitBanner-textThree {
	font-size: 4rem;
}

.recruitBanner--staffSingle .recruitBanner-image {
	width: 14.3%;
}

.recruitContents {
	flex-direction: row;
	gap: 5rem;
}

.recruitContents.recruitContents--third {
	justify-content: flex-end;
}

.recruitContents--second .recruitContents__image {
	left: 0;
	position: absolute;
	top: -3.75rem;
}

.recruitContents__image img {
	width: 31.5rem;
}

.recruitContents__text {
	font-size: 1.0625rem;
}

.recruitContents--second .recruitContents__body {
	margin-left: max(367px, min(50%, 630px));
}

.recruitContents--third .recruitContents__body {
	width: 47%;
}

.recruitContents--third .recruitContents__image::before {
	width: 14.875rem;
}

.recruitPoint-title {
	padding-bottom: 3.625rem;
}

.recruitPoint-title__header {
	gap: 2rem;
}

.recruitPoint-title__header:before {
	bottom: -1.25rem;
	transform: rotate(140deg);
	width: 8.375rem;
}

.recruitPoint-title__point {
	font-size: 1.375rem;
}

.recruitPoint-title__number {
	font-size: 4.5rem;
}

.recruitPoint-title__text {
	font-size: max(20px, min(2.6vw, 36px));
	left: 10.625rem;
}

.recruitPoint-title__text-color {
	font-size: max(20px, min(2.6vw, 36px));
}

.recruitPoint-title__text-small {
	font-size: 1.5rem;
}

.spNav__inner.inner {
	max-width: 70.625rem;
}

.staff__inner.inner {
	max-width: 82.75rem;
}

.staffArchive {
	padding-bottom: 8.75rem;
}

.staffArchive::after {
	bottom: 9.125rem;
}

.staffArchive__inner.inner {
	max-width: 64.375rem;
}

.staffArchive__wrapper {
	margin-top: 8.25rem;
}

.staffCard:nth-child(odd) {
	margin-top: 5.375rem;
}

.staffCard__name {
	font-size: 1.25rem;
}

.staffCard__occupation {
	font-size: 0.8125rem;
}

.staffCards {
	grid-column-gap: 7.75rem;
	-moz-column-gap: 7.75rem;
	grid-row-gap: 9rem;
	column-gap: 7.75rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 9rem;
}

.staffContent__body h2 {
	font-size: 1.8rem;
}

.staffContent__body p {
	font-size: 1rem;
}

.staffContents {
	flex-direction: row;
	gap: 5.625rem;
}

.staffContents.staffContents--first {
	padding-left: 2.375rem;
}

.staffContents.staffContents--second {
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 4.0625rem;
	margin-top: 6.125rem;
}

.staffContents.staffContents--third {
	gap: 5.375rem;
	margin-top: 3.5625rem;
}

.staffContents__image {
	width: 41.7%;
}

.staffContents__block {
	width: 50.3%;
}

.staffContents--second .staffContents__image {
	margin-top: 1.75rem;
	width: 44%;
}

.staffContents--third .staffContents__image {
	margin-top: 4.1875rem;
	width: 45.5%;
}

.staffContents__block-text {
	font-size: 0.9375rem;
}

.staffSingle {
	padding-bottom: 9.25rem;
}

.staffSingle__inner.inner {
	max-width: 77.25rem;
}

.staffSingle__button {
	margin-top: 8.625rem;
}

.staffSingle__bottom {
	margin-top: 4.875rem;
	padding-top: 4.5rem;
}

.staffSingle__bottom-inner.inner {
	max-width: 77.25rem;
}

.sub-sectionHeader__title {
	font-size: 3.625rem;
	letter-spacing: 0.2em;
}

.sub-sectionHeader__subTitle {
	font-size: 1.625rem;
	margin-top: 1.5rem;
}

.swiper-button-next {
	right: 0;
	top: 15rem;
}

.swiper-button-prev {
	top: 15rem;
}

.topHeader__title {
	font-size: 2.625rem;
	gap: 3.5rem;
}

.works__body-inner.inner {
	max-width: 85.375rem;
}

.worksArchive {
	padding-bottom: 7.875rem;
}

.worksArchive__container {
	margin-top: 2.625rem;
	padding-bottom: 5.125rem;
	padding-top: 3.375rem;
}

.worksArchive__inner.inner {
	max-width: 72rem;
}

.worksArchive__page-nav {
	margin-top: 5.125rem;
}

.worksCard {
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	padding: 0.9375rem;
}

.worksCard__image img {
	width: 13.375rem;
}

.worksCards {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	grid-row-gap: 4.875rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 4.875rem;
}

.worksSingle {
	padding-bottom: 6.0625rem;
}

.worksSingle__inner.inner {
	max-width: 72.125rem;
}

.worksSingle__title {
	font-size: 1.75rem;
	padding-bottom: 0.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.worksSingle__category {
	font-size: 1.125rem;
	letter-spacing: 0.5em;
	padding: 0.5rem 1rem;
}

.worksSingle__thumbnail {
	margin-top: 3.375rem;
}

.worksSingle__thumbnail img {
	width: 43.25rem;
}

.worksSingle__contents {
	flex-direction: row;
	gap: 4.625rem;
	margin-top: 6.125rem;
}

.worksSingle__body {
	width: 50%;
}

.worksSingle__body p {
	font-size: 0.9375rem;
	line-height: 2;
}

.worksSingle__block {
	padding-bottom: 1.125rem;
	padding-left: 1.75rem;
	padding-right: 2.25rem;
	padding-top: 1.125rem;
	width: 50%;
}

.worksSingle__block-title {
	font-size: 1.125rem;
}

.worksSingle__block-item {
	font-size: 0.8125rem;
	padding: 0.3125rem 0;
}

.worksSingle__block-text {
	font-size: 0.875rem;
}

.worksSingle__imageTop {
	grid-gap: 3.25rem;
	display: grid;
	gap: 3.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.625rem;
}

.worksSingle__imageTop-image img {
	width: 32.75rem;
}

.worksSingle__imageBottom {
	grid-gap: 3.5rem;
	display: grid;
	gap: 3.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.875rem;
}

.worksSingle__imageBottom-image img {
	width: 20.8125rem;
}

.worksSingle__page-nav {
	margin-top: 5.6875rem;
}

.worksSingle__otherWorks {
	margin-top: 3.125rem;
}

.worksSingle__button {
	margin-top: 3.125rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes zoomOut {

from {
	opacity: 0;
	transform: scale(1.2);
}

to {
	opacity: 1;
	transform: scale(1);
}

}

@keyframes zoomUp {

0% {
	transform: scale(1);
}

100% {
	transform: scale(1.15);
}

}


/*# sourceMappingURL=style.css.map */
