.p-page-content {
	padding: 40px 0 80px;
}

.p-page-content__body {
	line-height: 1.8;
}

.p-page-content__body h2 {
	font-size: 1.25rem;
	margin: 2em 0 0.75em;
}

.p-page-content__body h3 {
	font-size: 1.125rem;
	margin: 1.5em 0 0.5em;
}

.p-page-content__body p {
	margin-bottom: 1.5em;
}

.p-page-content__body a {
	-webkit-text-decoration: underline;
	color: var(--color-main);
	text-decoration: underline;
}

.p-page-content__body a:hover {
	opacity: 0.7;
}

.p-page-content__body img {
	height: auto;
	max-width: 100%;
}

.p-page-content__body ul,
.p-page-content__body ol {
	margin-bottom: 1.5em;
	padding-left: 1.5em;
}

.p-page-content__body ul li,
.p-page-content__body ol li {
	line-height: 1.8;
	margin-bottom: 0.5em;
}

.page-history .p-page-header__ttl-en {
	filter: drop-shadow(1px 1px 4px rgba(179, 219, 255, 0.4));
}

.page-history .p-page-header__ttl-ja {
	filter: drop-shadow(1px 1px 2px rgba(179, 219, 255, 0.7));
}

.p-history-lead {
	padding: 60px 0 80px;
}

.p-history-lead__text {
	font-size: 16px;
	line-height: 2;
}

.p-history-timeline {
	background: var(--color-bg);
	overflow: hidden;
	padding: 60px 0 80px;
	position: relative;
}

.p-history-timeline::before {
	background: url("../images/history/history-bg.png") center/cover no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-history-timeline > .l-container {
	position: relative;
	z-index: 1;
}

.p-history-timeline .c-page-ttl__en {
	color: #d7d7d7;
}

.p-history-timeline__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-history-timeline__head .c-page-ttl {
	margin-bottom: 0;
}

.p-history-timeline__body {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.p-history-timeline__group {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-history-timeline__item {
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 0;
}

.p-history-timeline__header {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.p-history-timeline__date {
	color: #8e8e8e;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	gap: 4px;
	line-height: 1.6;
}

.p-history-timeline__title {
	font-feature-settings: "palt" 1;
	color: var(--color-text);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}

.p-history-timeline__award {
	align-items: center;
	display: flex;
	gap: 8px;
}

.p-history-timeline__award-icon {
	flex-shrink: 0;
	height: 24px;
	width: 24px;
}

.p-history-timeline__award-text {
	color: var(--color-text);
	flex: 1 1 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	min-width: 0;
	word-break: break-word;
}

.p-history-affiliations {
	background: #fff;
	padding: 60px 0 80px;
}

.p-history-affiliations__groups {
	margin-top: 48px;
}

.p-history-affiliations__group {
	list-style: none;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.p-history-affiliations__group:first-child {
	padding-top: 0;
}

.p-history-affiliations__group:not(:first-child) {
	position: relative;
}

.p-history-affiliations__group:not(:first-child)::before {
	background: #e0e0e0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 64px;
}

.p-history-affiliations__item {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
}

.p-history-affiliations__item:last-child {
	margin-bottom: 0;
}

.p-history-affiliations__roles {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 32px;
	justify-content: center;
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

.p-history-affiliations__roles li {
	color: #888;
	font-size: 13px;
	line-height: 1.6;
}

.p-about-intro {
	padding: 40px 0;
}

.p-about-intro__inner {
	grid-gap: 40px;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
}

.p-about-intro__img-wrap {
	position: relative;
}

.p-about-intro__img-wrap picture {
	display: block;
}

.p-about-intro__img-wrap img {
	display: block;
	height: auto;
	width: 100%;
}

.p-about-intro__ttl {
	margin: 0 0 15px;
}

.p-about-intro__ttl img {
	display: block;
	height: auto;
	width: 100%;
}

.p-about-intro__sub {
	margin: 0 0 40px;
}

.p-about-intro__text {
	line-height: 1.8;
	margin: 0;
}

.p-about-message {
	padding: 30px 0;
}

.p-about-message__text {
	line-height: 2;
	margin: 0 0 28px;
}

.p-about-message__sig {
	text-align: right;
}

.p-about-message__sig-company,
.p-about-message__sig-role {
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.p-about-message__sig-name {
	display: inline-block;
	height: auto;
	margin-top: 8px;
	width: 160px;
}

.p-about-outline {
	background-color: var(--color-bg);
	margin-bottom: 12.9824561404vw;
	margin-top: 12.9824561404vw;
	padding: 40px 0;
	position: relative;
	z-index: 1;
}

.p-about-outline::before,
.p-about-outline::after {
	aspect-ratio: 1425/185;
	background-image: url("../images/about/frame.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.p-about-outline::before {
	top: -12.9824561404vw;
}

.p-about-outline::after {
	bottom: -12.9824561404vw;
	transform: rotate(180deg);
}

.p-about-outline__list {
	border-top: 1px solid #d0cece;
	margin: 0;
	padding: 0;
}

.p-about-outline__item {
	align-items: baseline;
	border-bottom: 1px solid #d0cece;
	display: flex;
	gap: 24px;
	padding: 20px 0;
}

.p-about-outline__term {
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 500;
	width: 90px;
}

.p-about-outline__desc {
	flex: 1;
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.p-about-outline .c-page-ttl__en {
	color: #d7d7d7;
}

.p-about-access {
	padding: 40px 0;
}

.p-about-access__map {
	aspect-ratio: 2/1;
	overflow: hidden;
}

.p-about-access__map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.p-about-access__info {
	margin-top: 24px;
}

.p-about-access__address {
	line-height: 1.8;
	margin: 0 0 16px;
}

.p-about-access__detail {
	line-height: 1.8;
	margin: 0;
}

.p-about-sdgs {
	padding: 40px 0;
}

.p-about-sdgs__inner {
	grid-gap: 40px;
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
}

.p-about-sdgs__text {
	line-height: 1.8;
	margin: 0 0 32px;
}

.p-about-sdgs__img-wrap picture {
	display: block;
}

.p-about-sdgs__img-wrap img {
	display: block;
	height: auto;
	width: 100%;
}

.p-about-recruit {
	padding: 40px 0;
}

.p-about-recruit__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-about-recruit__img-wrap picture {
	display: block;
}

.p-about-recruit__img-wrap img {
	display: block;
	height: auto;
	width: 100%;
}

.p-about-recruit__text {
	line-height: 1.8;
	margin: 0 0 32px;
}

.p-brands {
	padding: 60px 20px 80px;
}

.p-brands__head {
	margin-bottom: 40px;
}

.p-brands__list {
	grid-gap: 20px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.p-contact-intro {
	padding: 20px 0 40px;
}

.p-contact-intro p {
	line-height: 1.8;
	margin: 0;
	text-align: left;
}

.p-contact-form {
	background-color: var(--color-bg);
	margin-top: 48px;
	padding: 20px 0 80px;
}

.p-contact-form__inner {
	background-color: #fff;
	border-radius: 4px;
	padding: 40px 24px;
}

.p-contact-form__row {
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 20px 0;
}

.p-contact-form__row:first-child {
	border-top: 1px solid #e8e8e8;
}

.p-contact-form__head {
	flex-shrink: 0;
}

.p-contact-form__head p {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	margin: 0;
}

.p-contact-form__head p br {
	display: none;
}

.p-contact-form__required {
	background-color: var(--color-main);
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	padding: 3px 6px;
}

.p-contact-form__field {
	flex: 1;
}

.p-contact-form__input input[type=text],
.p-contact-form__input input[type=email],
.p-contact-form__input input[type=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: inherit;
	display: block;
	font-size: 15px;
	outline: none;
	padding: 12px 16px;
	transition: border-color 0.2s;
	width: 100%;
}

.p-contact-form__input input[type=text]:focus,
.p-contact-form__input input[type=email]:focus,
.p-contact-form__input input[type=tel]:focus {
	border-color: var(--color-main);
}

.p-contact-form__textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: inherit;
	display: block;
	font-size: 15px;
	min-height: 200px;
	outline: none;
	padding: 12px 16px;
	resize: vertical;
	transition: border-color 0.2s;
	width: 100%;
}

.p-contact-form__textarea textarea:focus {
	border-color: var(--color-main);
}

.p-contact-form__radio {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	padding-top: 10px;
}

.p-contact-form__radio .p-contact-form__radio-input {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	gap: 8px;
}

.p-contact-form__radio .p-contact-form__radio-input input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 2px solid #c8c8c8;
	border-radius: 50%;
	cursor: pointer;
	flex-shrink: 0;
	height: 18px;
	outline: none;
	position: relative;
	transition: border-color 0.2s;
	width: 18px;
}

.p-contact-form__radio .p-contact-form__radio-input input[type=radio]::after {
	background-color: var(--color-main);
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s;
	width: 8px;
}

.p-contact-form__radio .p-contact-form__radio-input input[type=radio]:checked {
	border-color: var(--color-main);
}

.p-contact-form__radio .p-contact-form__radio-input input[type=radio]:checked::after {
	opacity: 1;
}

.p-contact-form__checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
}

.p-contact-form__checkbox label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	gap: 8px;
}

.p-contact-form__checkbox label input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 2px solid #c8c8c8;
	border-radius: 2px;
	cursor: pointer;
	flex-shrink: 0;
	height: 18px;
	outline: none;
	position: relative;
	transition: border-color 0.2s, background-color 0.2s;
	width: 18px;
}

.p-contact-form__checkbox label input[type=checkbox]::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	height: 10px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 1px;
	transform: rotate(45deg);
	transition: opacity 0.2s;
	width: 6px;
}

.p-contact-form__checkbox label input[type=checkbox]:checked {
	background-color: var(--color-main);
	border-color: var(--color-main);
}

.p-contact-form__checkbox label input[type=checkbox]:checked::after {
	opacity: 1;
}

.p-contact-form__privacy {
	margin-top: 40px;
	text-align: center;
}

.p-contact-form__privacy label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 10px;
}

.p-contact-form__privacy input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 2px solid #c8c8c8;
	border-radius: 2px;
	cursor: pointer;
	flex-shrink: 0;
	height: 20px;
	outline: none;
	position: relative;
	transition: border-color 0.2s, background-color 0.2s;
	width: 20px;
}

.p-contact-form__privacy input[type=checkbox]::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	height: 11px;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 1px;
	transform: rotate(45deg);
	transition: opacity 0.2s;
	width: 6px;
}

.p-contact-form__privacy input[type=checkbox]:checked {
	background-color: var(--color-main);
	border-color: var(--color-main);
}

.p-contact-form__privacy input[type=checkbox]:checked::after {
	opacity: 1;
}

.p-contact-form__privacy-text {
	font-size: 14px;
	line-height: 1.8;
}

.p-contact-form__privacy-text a {
	-webkit-text-decoration: underline;
	color: var(--color-main);
	text-decoration: underline;
}

.p-contact-form__submit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 48px auto 0;
	max-width: 320px;
}

.p-contact-form__submit-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--color-main);
	background-image: url("../images/common/icon-arrow.svg");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 32px;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	padding: 16px 48px;
	transition: opacity 0.2s;
	width: auto;
}

.p-contact-form__submit-btn:hover {
	opacity: 0.8;
}

.wpcf7-form p {
	margin: 0;
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form .wpcf7-not-valid-tip {
	color: var(--color-main);
	display: block;
	font-size: 12px;
	margin-top: 4px;
}

.wpcf7-form .wpcf7-response-output {
	border: 1px solid var(--color-main);
	border-radius: 4px;
	font-size: 13px;
	margin-top: 24px;
	padding: 12px 16px;
}

.wpcf7-form .p-contact-form__recaptcha {
	color: #888;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 12px;
	text-align: center;
}

.wpcf7-form .p-contact-form__recaptcha a {
	-webkit-text-decoration: underline;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.p-thanks {
	padding: 20px 0 80px;
}

.p-thanks__body {
	margin-top: 48px;
}

.p-thanks__body p {
	line-height: 2;
	margin: 0 0 24px;
}

.p-thanks__body p:last-child {
	margin-bottom: 0;
}

.p-thanks .v-more {
	margin-top: 48px;
}

.p-privacy {
	padding: 60px 0 80px;
}

.p-privacy__inner {
	margin: 0 auto;
	max-width: 860px;
}

.p-privacy__lead {
	line-height: 2;
	margin: 0 0 48px;
}

.p-privacy__article {
	margin-bottom: 40px;
}

.p-privacy__article:last-child {
	margin-bottom: 0;
}

.p-privacy__heading {
	border-bottom: 1px solid var(--color-text);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 16px;
	padding-bottom: 12px;
}

.p-privacy__text {
	font-size: 0.9375rem;
	line-height: 2;
	margin: 0 0 16px;
}

.p-privacy__text:last-child {
	margin-bottom: 0;
}

.p-privacy__list {
	counter-reset: privacy-counter;
	font-size: 0.9375rem;
	line-height: 2;
	list-style: none;
	margin: 0 0 16px;
	padding-left: 0;
}

.p-privacy__list + .p-privacy__text {
	margin-top: 16px;
}

.p-privacy__list li {
	display: flex;
	gap: 8px;
	padding: 4px 0;
}

.p-privacy__list li::before {
	font-feature-settings: "tnum";
	content: "（" counter(privacy-counter) "）";
	counter-increment: privacy-counter;
	flex-shrink: 0;
	font-variant-numeric: tabular-nums;
}

.p-privacy__list:last-child {
	margin-bottom: 0;
}

.p-privacy__address {
	font-size: 0.9375rem;
	font-style: normal;
	line-height: 2;
	margin: 0;
}

.p-recruit-intro {
	padding: 48px 0;
}

.p-recruit-intro__text {
	margin: 0;
}

.p-recruit-intro__text span {
	display: block;
	font-size: 1.125rem;
	letter-spacing: 0.02em;
	line-height: 2.2;
}

.p-recruit-requirement {
	padding: 0 0 80px;
}

.p-recruit-requirement__list {
	border-top: 1px solid #d0cece;
	margin: 0;
	padding: 0;
}

.p-recruit-requirement__item {
	align-items: baseline;
	border-bottom: 1px solid #d0cece;
	display: flex;
	gap: 24px;
	padding: 20px 0;
}

.p-recruit-requirement__term {
	flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 400;
	width: 120px;
}

.p-recruit-requirement__desc {
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.8;
	margin: 0;
}

.p-recruit-entry {
	background-color: var(--color-bg);
	padding: 64px 0;
	text-align: center;
}

.p-recruit-entry .c-page-ttl {
	margin-bottom: 24px;
}

.p-recruit-entry .c-page-ttl__en {
	color: #d7d7d7;
}

.p-recruit-entry__text {
	font-size: 0.9375rem;
	line-height: 2;
	margin: 0 0 40px;
}

.p-recruit-entry__btn {
	gap: 16px;
	max-width: 300px;
	padding: 15px 32px;
	width: 100%;
}

.p-entry-intro {
	padding: 20px 0 48px;
}

.p-entry-intro__text {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin: 0;
}

.p-entry-form__row {
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 20px 0;
}

.p-entry-form__row:first-of-type {
	border-top: 1px solid #e8e8e8;
}

.p-entry-form__head {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 8px;
}

.p-entry-form__label {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.p-entry-form__required {
	background-color: var(--color-main);
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	flex-shrink: 0;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	padding: 3px 6px;
}

.p-entry-form__field {
	flex: 1;
	min-width: 0;
}

.p-entry-form__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: inherit;
	display: block;
	font-size: 15px;
	outline: none;
	padding: 12px 16px;
	transition: border-color 0.2s;
	width: 100%;
}

.p-entry-form__input::-moz-placeholder {
	color: #aaa;
}

.p-entry-form__input::placeholder {
	color: #aaa;
}

.p-entry-form__input:focus {
	border-color: var(--color-main);
}

.p-entry-form__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f5f5f5;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 10px 6px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: inherit;
	cursor: pointer;
	display: block;
	font-size: 15px;
	outline: none;
	padding: 12px 36px 12px 16px;
	transition: border-color 0.2s;
	width: 100%;
}

.p-entry-form__select:focus {
	border-color: var(--color-main);
}

.p-entry-form__radio {
	padding-top: 10px;
}

.p-entry-form__radio-input {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
}

.p-entry-form__radio-input .wpcf7-list-item {
	display: block;
	margin: 0;
}

.p-entry-form__radio-input .wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	gap: 8px;
}

.p-entry-form__radio-input .wpcf7-list-item input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 2px solid #c8c8c8;
	border-radius: 50%;
	cursor: pointer;
	flex-shrink: 0;
	height: 18px;
	outline: none;
	padding: 0;
	position: relative;
	transition: border-color 0.2s;
	width: 18px;
}

.p-entry-form__radio-input .wpcf7-list-item input[type=radio]::after {
	background-color: var(--color-main);
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s;
	width: 8px;
}

.p-entry-form__radio-input .wpcf7-list-item input[type=radio]:checked {
	border-color: var(--color-main);
}

.p-entry-form__radio-input .wpcf7-list-item input[type=radio]:checked::after {
	opacity: 1;
}

.p-entry-form__birthday {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 4px;
}

.p-entry-form__birthday-item--year {
	width: 108px;
}

.p-entry-form__birthday-item--month,
.p-entry-form__birthday-item--day {
	width: 82px;
}

.p-entry-form__birthday-sep {
	font-size: 0.9375rem;
}

.p-entry-form__address {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-entry-form__file-input {
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	display: block;
	font-size: 14px;
	padding: 10px 12px;
	width: 100%;
}

.p-entry-form__note {
	color: #888;
	font-size: 0.8125rem;
	margin: 6px 0 0;
}

.p-entry-form__textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: inherit;
	display: block;
	font-size: 15px;
	min-height: 200px;
	outline: none;
	padding: 12px 16px;
	resize: vertical;
	transition: border-color 0.2s;
	width: 100%;
}

.p-entry-form__textarea::-moz-placeholder {
	color: #aaa;
}

.p-entry-form__textarea::placeholder {
	color: #aaa;
}

.p-entry-form__textarea:focus {
	border-color: var(--color-main);
}

.p-entry-form__privacy {
	margin-top: 40px;
	text-align: center;
}

.p-entry-form__privacy .wpcf7-form-control-wrap {
	display: inline-block;
}

.p-entry-form__privacy .wpcf7-acceptance {
	display: inline-block;
}

.p-entry-form__privacy .wpcf7-list-item {
	display: block;
	margin: 0;
}

.p-entry-form__privacy .wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 10px;
}

.p-entry-form__checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 2px solid #c8c8c8;
	border-radius: 2px;
	cursor: pointer;
	flex-shrink: 0;
	height: 20px;
	outline: none;
	padding: 0;
	position: relative;
	transition: border-color 0.2s, background-color 0.2s;
	width: 20px;
}

.p-entry-form__checkbox::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	height: 11px;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 1px;
	transform: rotate(45deg);
	transition: opacity 0.2s;
	width: 6px;
}

.p-entry-form__checkbox:checked {
	background-color: var(--color-main);
	border-color: var(--color-main);
}

.p-entry-form__checkbox:checked::after {
	opacity: 1;
}

.p-entry-form__privacy-text {
	font-size: 14px;
	line-height: 1.8;
}

.p-entry-form__submit {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 48px auto 0;
	position: relative;
}

.p-entry-form__submit-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--color-main);
	background-image: url("../images/common/icon-arrow.svg");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 32px;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	min-width: 280px;
	padding: 16px 48px;
	transition: opacity 0.2s;
	width: auto;
}

.p-entry-form__submit-btn:hover:not(:disabled) {
	opacity: 0.8;
}

.p-entry-form__submit-btn:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.p-sdgs {
	padding: 48px 0 80px;
}

.p-sdgs .c-sec-heading {
	margin-bottom: 48px;
}

.p-sdgs__brand-block {
	background: var(--color-bg);
	padding: 32px 20px 48px;
}

.p-sdgs__brand-block + .p-sdgs__brand-block {
	margin-top: 64px;
}

.p-sdgs__brand-head {
	margin-bottom: 20px;
	text-align: center;
}

.p-sdgs__brand-ttl {
	color: var(--color-text);
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 10px;
	position: relative;
}

.p-sdgs__brand-ttl::after {
	background-color: var(--color-main);
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 32px;
}

.p-sdgs__card {
	background-color: #fff;
	padding: 32px 20px 48px;
}

.p-sdgs__item + .p-sdgs__item {
	margin-top: 32px;
}

.p-sdgs__item-ttl {
	border-bottom: 1px solid var(--color-main);
	color: var(--color-main);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 20px;
	padding-bottom: 14px;
}

.p-sdgs__item-body {
	padding-left: 8px;
}

.p-sdgs__item-text {
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 16px;
}

.p-sdgs__item-list {
	font-size: 14px;
	line-height: 1.8;
	list-style: disc;
	margin: 0 0 16px;
	padding-left: 20px;
}

.p-sdgs__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.p-sdgs__badges img {
	-o-object-fit: cover;
	height: 60px;
	object-fit: cover;
	width: 60px;
}

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

.p-about-intro__text {
	line-height: 2;
}

.p-about-message {
	padding: 60px 0;
}

.p-about-sdgs__text {
	line-height: 2;
}

.p-about-recruit__text {
	line-height: 2;
}

.p-brands__head {
	margin-bottom: 60px;
}

.p-brands__list {
	gap: 40px;
}

.p-contact-intro p {
	line-height: 2;
	text-align: center;
}

.p-entry-form__submit-btn {
	width: 320px;
}

}

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

.p-page-content {
	padding: 64px 0 120px;
}

.p-page-content__body h2 {
	font-size: 1.5rem;
}

.p-history-lead {
	padding: 80px 0 120px;
}

.p-history-lead__text {
	font-size: 18px;
}

.p-history-timeline {
	padding: 80px 0 120px;
}

.p-history-timeline__inner {
	align-items: flex-start;
	flex-direction: row;
	gap: 60px;
}

.p-history-timeline__head {
	flex-shrink: 0;
}

.p-history-timeline__body {
	flex: 1 1 0;
	min-width: 0;
}

.p-history-timeline__item {
	gap: 12px;
	padding: 24px 0;
}

.p-history-timeline__date {
	font-size: 16px;
}

.p-history-timeline__title {
	font-size: 16px;
}

.p-history-timeline__award-icon {
	height: 28px;
	width: 28px;
}

.p-history-timeline__award-text {
	font-size: 18px;
}

.p-history-affiliations {
	padding: 80px 0 120px;
}

.p-history-affiliations__groups {
	margin-top: 60px;
}

.p-history-affiliations__item {
	font-size: 16px;
	margin-bottom: 24px;
}

.p-history-affiliations__roles li {
	font-size: 14px;
}

.p-about-intro {
	padding: 100px 0;
}

.p-about-intro__inner {
	align-items: center;
	gap: 60px;
	grid-template-columns: 5fr 6fr;
}

.p-about-message {
	padding: 100px 0;
}

.p-about-message__text {
	margin: 0 0 48px;
}

.p-about-outline {
	padding: 120px 0;
}

.p-about-outline__item {
	gap: 40px;
	padding: 28px 0;
}

.p-about-outline__term {
	font-size: 15px;
	width: 120px;
}

.p-about-outline__desc {
	font-size: 15px;
}

.p-about-access {
	padding: 100px 0;
}

.p-about-access__map {
	aspect-ratio: 16/6;
}

.p-about-sdgs {
	padding: 100px 0;
}

.p-about-sdgs__inner {
	gap: 60px;
	grid-template-columns: 5fr 7fr;
}

.p-about-recruit {
	padding: 100px 0;
}

.p-about-recruit__inner {
	grid-gap: 60px;
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: 1fr 1fr;
}

.p-about-recruit__img-wrap {
	order: -1;
}

.p-brands {
	padding: 80px 50px 120px;
}

.p-brands__list {
	gap: 40px;
	grid-template-columns: repeat(3, 1fr);
}

.p-contact-intro {
	padding: 20px 0 60px;
}

.p-contact-form {
	margin-top: 80px;
	padding: 80px 0 120px;
}

.p-contact-form__inner {
	padding: 60px 80px;
}

.p-contact-form__row {
	align-items: flex-start;
	flex-direction: row;
	gap: 0;
	padding: 28px 0;
}

.p-contact-form__head {
	padding-top: 14px;
	width: 220px;
}

.p-contact-form__privacy {
	margin-top: 60px;
}

.p-contact-form__submit-btn {
	min-width: 320px;
}

.p-thanks {
	padding: 20px 0 120px;
}

.p-privacy {
	padding: 80px 0 120px;
}

.p-privacy__lead {
	margin-bottom: 64px;
}

.p-privacy__article {
	margin-bottom: 56px;
}

.p-privacy__heading {
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.p-recruit-intro {
	padding: 64px 0;
}

.p-recruit-intro__text span {
	font-size: 1.25rem;
}

.p-recruit-requirement {
	padding-bottom: 120px;
}

.p-recruit-requirement__item {
	gap: 60px;
	padding: 24px 0;
}

.p-recruit-requirement__term {
	font-size: 0.9375rem;
	width: 180px;
}

.p-recruit-requirement__desc {
	font-size: 0.9375rem;
}

.p-recruit-entry {
	padding: 80px 0;
}

.p-recruit-entry__text {
	font-size: 1rem;
}

.p-entry-intro {
	padding: 20px 0 64px;
}

.p-entry-intro__text {
	font-size: 1rem;
}

.p-entry-form__row {
	align-items: flex-start;
	flex-direction: row;
	gap: 0;
	padding: 28px 0;
}

.p-entry-form__head {
	padding-top: 14px;
	width: 220px;
}

.p-entry-form__privacy {
	margin-top: 60px;
}

.p-sdgs {
	padding: 80px 0 120px;
}

.p-sdgs .c-sec-heading {
	margin-bottom: 64px;
}

.p-sdgs__brand-block {
	padding: 48px 60px 64px;
}

.p-sdgs__brand-block + .p-sdgs__brand-block {
	margin-top: 80px;
}

.p-sdgs__brand-ttl {
	font-size: 32px;
}

.p-sdgs__card {
	padding: 48px 60px 64px;
}

.p-sdgs__item + .p-sdgs__item {
	margin-top: 48px;
}

.p-sdgs__item-ttl {
	font-size: 20px;
}

.p-sdgs__item-text {
	font-size: 15px;
}

.p-sdgs__item-list {
	font-size: 15px;
}

.p-sdgs__badges img {
	height: 72px;
	width: 72px;
}

}


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