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

body {
	color: #323232;
}

body,
input,
textarea {
	font-family: "Noto Sans JP", sans-serif !important;
}

.hidden {display:none;}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

/* フェードアップアニメーション */

.js-fade-up {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

*,
*::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: optimizeSpeed;
}

/* 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;
}

/* inputタグの送信ボタン */
input[type="submit"] {
    border-radius: 0 !important;
    -webkit-appearance: none; /* iOSでの角丸の強制適用を解除 */
}

/* buttonタグの送信ボタン（もしあれば） */
button[type="submit"] {
    border-radius: 0 !important;
}



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

sup {
	font-size: 9px!important;
}


.pc-only {
  display: revert;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: revert;
  }
}



.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.c-button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #323232;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	gap: 3.75rem;
	line-height: 1.2;
	max-width: 16.875rem;
	padding: 1.25rem 1.6875rem 1.25rem 2.0625rem;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 100%;
	padding-left: 3.25rem;
}

.c-button.c-button--news {
	padding-left: 3.75rem;
}

.c-button:hover {
	background-color: #234696;
	color: #fff;
}

.c-button__arrow {
	height: 0.8125rem;
	position: absolute;
	right: 1.6875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4375rem;
}

.c-button__arrow::after {
	-webkit-mask-image: url("../images/common/arrow-right.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #c8c8c8;
	content: "";
	display: block;
	height: 0.8125rem;
	mask-image: url("../images/common/arrow-right.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s ease;
	width: 0.4375rem;
}

.c-button:hover .c-button__arrow::after {
	background-color: #fff;
}

.c-button--primary {
	background-color: #0066cc;
}

.c-button--primary:hover {
	background-color: #0052a3;
}

.c-button--secondary {
	background-color: transparent;
	border: 0.125rem solid #333;
	color: #333;
}

.c-button--secondary:hover {
	background-color: #333;
	color: #fff;
}

.c-button--secondary .c-button__arrow::before {
	border-color: #333;
}

.c-button--secondary:hover .c-button__arrow::before {
	border-color: #fff;
}

.c-link-button-wrapper {
	height: 18.75rem;
	margin: 0 auto;
	max-width: 61.25rem;
	width: 100%;
}

.c-link-button {
	color: #fff !important;
}

.c-link-button {
	-webkit-text-decoration: none;
	align-items: center;
	background-image: url("../images/common/link-product-button-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.75rem;
	display: flex;
	height: 100%;
	justify-content: space-between;
	overflow: hidden;
	padding: 3rem;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
}

.c-link-button:hover {
	color: #fff !important;
}

.c-link-button:hover {
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
	transform: translateY(-0.25rem);
}

.c-link-button__text {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	text-shadow: 1px 1px 10px rgb(0, 0, 0, 0.2);
	z-index: 1;
}

.c-link-button__text::after {
	bottom: 0;
	content: attr(data-text); /* テキストを複製 */ /* 外側光彩の近似：drop-shadow×2（ぼかし=1px）*/
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.35));
	left: 0; /* 下地と乗算でブレンド（Illustratorの「乗算」相当）*/
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.c-link-button__icon {
	align-items: center;
	background-image: url("../images/common/link-button-arrow-2.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 3rem;
	justify-content: center;
	position: relative;
	transition: transform 0.3s ease;
	width: 3rem;
	z-index: 1;
}

.c-link-button:hover .c-link-button__icon {
	transform: translateX(0.5rem);
}

.c-link-button:hover .c-link-button__text {
	color: #fff;
}

.c-test {
	color: red;
	font-size: 1.25rem;
}

.c-title {
	font-size: 10px;
}

.l-inner-news {
	max-width: 980px!important;
}
.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
    position: relative;
	z-index: 3;
}

.l-link-button-wrapper {
	margin: 0 auto;
	margin-top: 5.8125rem;
	max-width: 64.375rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.p-admenic-detail {
	background-color: #fff;
	margin-top: 5rem;
}

.p-admenic-detail__inner {
	margin: 0 auto;
	max-width: 70.9375rem;
	padding: 0 1.5625rem;
}

.p-admenic-detail__wrapper {
	border-top: 1px solid #231815;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15rem;
	padding-top: 5rem;
	position: relative;
}

.p-admenic-detail__left {
	align-self: flex-start;
	max-width: 31.625rem;
	position: sticky;
	top: 12.25rem;
	width: 46.636%;
}

.p-admenic-detail__sticky-image {
	opacity: 0;
	pointer-events: none;
	transition: opacity 1s ease;
}

.p-admenic-detail__sticky-image:not(:first-child) {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-admenic-detail__sticky-image:not(:first-child).is-unstuck {
	position: static;
}

.p-admenic-detail__sticky-image.is-active {
	opacity: 1;
	pointer-events: auto;
}

.p-admenic-detail__right {
	max-width: 33.1875rem;
	padding-right: 2.5rem;
	width: 48.94%;
}

.p-admenic-detail__location {
	background-color: #fff;
	border-radius: 0.3125rem;
	color: #231815;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: -2.125rem;
	margin-left: -113.291902%;
	padding: 0.3125rem 0.625rem;
	position: sticky;
	top: 6.25rem;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 10;
}

.p-admenic-detail__location--last {
	top: 6.25rem;
	top: var(--location-top, 6.25rem);
}

.p-admenic-detail__location--sp {
	display: none;
	margin-bottom: 0;
	margin-left: 0;
	position: static;
	width: auto;
}

.p-admenic-detail__location_small {
    background-color: #fff;
    color: #231815;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 1.3rem 0;
    padding: 0.3125rem 0.625rem;
}




.p-admenic-detail__labels {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
}

.p-admenic-detail__label {
	background-color: #fff;
	border: 1px solid #0d2c7a;
	color: #0d2c7a;
	display: inline-block;
	/*font-size: 1.2rem;*/
	font-size: 0.9rem;
	font-weight: 700;
	padding: 0.1875rem 0.6875rem;
	white-space: nowrap;
}

.p-admenic-detail__image {
	aspect-ratio: 530/410;
	margin-top: 1.375rem;
	width: 100%;
}

.p-admenic-detail__image-img {
	-o-object-fit: contain;
	-o-object-position: center;
	display: block;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.p-admenic-detail__content {
	position: relative;
	z-index: 1;
}

.p-admenic-detail__item {
	/*border-bottom: 1px solid #231815;*/
	padding-bottom: 3.125rem;
}
.p-admenic-detail__item__line {
	border-top: 1px solid #231815;
}

.p-admenic-detail__section:last-child .p-admenic-detail__item:last-child {
	padding-bottom: 0;
}

.p-admenic-detail__item:not(:first-child) {
	padding-top: 3.125rem;
}

.p-admenic-detail__section:not(:first-child) .p-admenic-detail__item:first-child {
	padding-top: 3.125rem;
}

.p-admenic-detail__section:last-child .p-admenic-detail__item:last-child {
	border-bottom: none;
}

.p-admenic-detail__item-title {
	color: #231815;
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 1.6;
}

.p-admenic-detail__item-text {
	color: #231815;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142857143;
	margin-top: 0.9375rem;
}

.p-admenic-detail__item-images {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-admenic-detail__item-image-wrap {
	flex: 1;
	margin: 0 auto;
	max-width: 25.5625rem;
	max-width: var(--max-width, 25.5625rem);
}

.p-admenic-detail__item-image {
	display: block;
	height: auto;
	margin-top: 0.9375rem;
	width: 100%;
}

.p-admenic-detail__item-image[data-ratio] {
	-o-object-fit: cover;
	aspect-ratio: var(--aspect-ratio);
	object-fit: cover;
}

.p-admenic-detail__item-caption {
	color: #231815;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.375;
	margin-top: 0.75rem;
	text-align: center;
}

.p-admenic-detail__item-link-wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.25rem;
}

.p-admenic-detail__item-link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 1px solid #231815;
	color: #231815;
	display: inline-flex;
	font-size: 0.6875rem;
	font-weight: 700;
	gap: 0.1875rem;
	height: 2.3125rem;
	padding: 0.625rem 1.25rem;
	text-decoration: none;
	transition: all 0.3s;
	white-space: nowrap;
}

.p-admenic-detail__item-link::after {
	border-right: 1px solid currentColor;
	border-top: 1px solid currentColor;
	content: "";
	flex-shrink: 0;
	height: 0.3125rem;
	transform: rotate(45deg);
	width: 0.3125rem;
}

.p-admenic-detail__item-link:hover {
	background-color: #234696;
	color: #fff;
}

.p-admenic-fv {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-admenic-fv__inner {
	position: relative;
	width: 100%;
}

.p-admenic-fv__wave {
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-admenic-fv__wave-img {
	aspect-ratio: 1200/790;
	display: block;
	height: auto;
	width: 100%;
}

.p-admenic-fv__container {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.p-admenic-fv__content {
	left: 1.9375rem;
	max-width: 37.6875rem;
	position: absolute;
	top: 31%;
	width: 50.25%;
}

.p-admenic-fv__title {
	color: #fff;
	display: inline-block;
	font-size: clamp(1.875rem, 0.208rem + 3.472vw, 2.813rem);
	font-weight: 700;
	line-height: 1.5555555556;
	margin-left: 1.875rem;
	opacity: 0;
	position: relative;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px 10px rgb(0, 0, 0);
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.p-admenic-fv__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-admenic-fv__title-line {
	display: block;
	position: relative;
}

.p-admenic-fv__title-line::after {
	bottom: 0;
	content: attr(data-text);
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.35));
	left: 0;
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.p-admenic-fv__logo {
	margin-top: 0.9375rem;
	max-width: 37.6875rem;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
	width: 100%;
}

.p-admenic-fv__logo.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-admenic-fv__logo-img {
	aspect-ratio: 603.5/140.5;
	display: block;
	height: auto;
	width: 100%;
}

.p-admenic-fv__devices {
	bottom: 40%;
	max-width: 45rem;
	right: 5rem;
	opacity: 0;
	position: absolute;
	transform: translateY(30px);
	transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
	width: 53.5%;
}

.p-admenic-fv__devices.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-admenic-fv__devices-img {
	display: block;
	height: auto;
	width: 100%;
}

.p-admenic-usage__inner {
	margin: 0 auto;
	max-width: 70.9375rem;
	padding: 0 1.5625rem;
}

.p-admenic-usage__heading {
	color: #323232;
	font-size: 2.375rem;
	font-weight: 400;
	line-height: 1.6;
	opacity: 0;
	text-align: center;
	transform: translateY(-30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.p-admenic-usage__heading.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-admenic-usage__text {
	color: #231815;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8333333333;
	margin-top: 2.125rem;
	opacity: 0;
	text-align: center;
	transform: translateY(30px);
	transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

.p-admenic-usage__text.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-admenic-usage__grid {
	grid-gap: 3.75rem 1.25rem;
	display: grid;
	gap: 3.75rem 1.25rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 50px;
    margin-bottom: 50px;
}

.p-admenic-grid__item {
	/*opacity: 0;
	position: relative;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;*/
}

.p-admenic-grid__item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-admenic-grid__item:nth-child(n+1):nth-child(-n+4) {
	transition-delay: 0s;
}

.p-admenic-grid__item:nth-child(n+5):nth-child(-n+8) {
	transition-delay: 0.2s;
}

.p-admenic-grid__item:nth-child(n+9):nth-child(-n+12) {
	transition-delay: 0.4s;
}

.p-admenic-grid__items {
	display: contents;
}

.p-admenic-grid__image {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-admenic-grid__image-img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 255/149;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.p-admenic-grid__label {
	background-color: #fff;
	bottom: 0;
	left: 0;
	min-width: 12.5rem;
	padding: 0.9375rem;
	z-index: 2;
}

.p-admenic-grid__label-bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-admenic-grid__label-bg-img {
	-o-object-fit: fill;
	display: block;
	height: 100%;
	object-fit: fill;
	width: 100%;
}

.p-admenic-grid__label-text {
	align-items: center;
/*	display: flex;*/
	flex-direction: row;
	gap: 0.5rem;
	position: relative;
	z-index: 2;
    text-align: center;
}

.p-admenic-grid__label-main {
	color: #323232;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-admenic-grid__label-sub {
	color: #231815;
	font-size: 0.5rem;
	font-weight: 400;
	line-height: 1.4;
}

.p-admenic {
	margin-top: -10rem;
	overflow: hidden;
	padding: 10.1875rem 0 3.125rem;
	position: relative;
}

.p-admenic__wave {
	left: 50%;
	max-width: 90.3125rem;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

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

.p-admenic__container {
	align-items: flex-end;
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.p-admenic__content {
	flex: 1;
	max-width: 35.375rem;
	padding-bottom: 0.875rem;
}

.p-admenic__title {
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 1.5714285714;
	margin-top: 0;
	text-align: center;
}

.p-admenic__title-line {
	display: block;
}

.p-admenic__logo {
	margin-top: 1.75rem;
}

.p-admenic__logo-img {
	height: auto;
	max-width: 35.375rem;
	width: 100%;
}

.p-admenic__button {
	margin-top: 2.8125rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-admenic__image {
	flex: 1;
	max-width: 30rem;
}

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

.p-benefit-modal {
	-webkit-overflow-scrolling: touch;
	display: none;
	height: 100%;
	left: 0;
	overflow-y: auto;
	padding: 2.5rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}

.p-benefit-modal.is-open {
	align-items: center;
	display: flex;
	justify-content: center;
}

html:has(.p-benefit-modal.is-open) {
	overflow: hidden;
}

.p-benefit-modal__overlay {
	background-color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-benefit-modal__container {
	animation: modalFadeIn 0.3s ease;
	background-color: transparent;
	flex-shrink: 0;
	max-width: 75rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-benefit-modal__close {
	align-items: center;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	gap: 0.5rem;
	padding: 0.5rem;
	position: absolute;
	right: 1.5rem;
	top: 27%;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.p-benefit-modal__close:hover {
	opacity: 0.7;
}

.p-benefit-modal__close-text {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
}

.p-benefit-modal__close-icon {
	height: 1.5rem;
	position: relative;
	width: 1.5rem;
}

.p-benefit-modal__close-icon::before {
	background-color: #333;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 1.25rem;
}

.p-benefit-modal__close-icon::after {
	background-color: #333;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 1.25rem;
}

.p-benefit-modal__content {
	display: flex;
	gap: 3rem;
}

.p-benefit-modal__image {
	align-items: center;
	display: flex;
	flex: 0 0 50%;
	justify-content: center;
}

.p-benefit-modal__image-img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-benefit-modal__text {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.625rem;
	padding: 4rem 3rem 3rem 0;
}

.p-benefit-modal__label {
	font-size: 1rem;
	font-weight: 900;
}

.p-benefit-modal__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
}

.p-benefit-modal__description {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-benefit-modal__description p {
	margin: 0 0 1rem;
}

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

.p-benefit {
	padding: 2.375rem 0 0;
}

.p-benefit__inner {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}

.p-benefit__header {
	padding: 0 2.5rem;
	text-align: center;
}

.p-benefit__title {
	font-size: 2.1875rem;
	font-weight: 400;
	line-height: 1.5714285714;
	margin: 0;
}

.p-benefit__slider {
	margin: 0 auto;
	margin-top: 3.875rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-benefit__slide {
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 29.875rem;
}

.p-benefit__slide-image {
	aspect-ratio: 478/300;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-benefit__slide-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.p-benefit__slide:hover .p-benefit__slide-img {
	transform: scale(1.05);
}

.p-benefit__slide-label {
	border-radius: 0.25rem;
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 900;
	left: 2.1875rem;
	line-height: 1;
	position: absolute;
	top: 2.5rem;
}

.p-benefit__slide-title {
	background-color: #e6e6e6;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	padding: 1.4375rem 2.25rem;
}

.p-benefit__nav {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	margin: 0 auto;
	margin-top: 4.8125rem;
	max-width: 22.9375rem;
}

.p-benefit__nav-button {
	align-items: center;
	background-color: #fff;
	border: 0.125rem solid #646464;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	height: 3.125rem;
	justify-content: center;
	transition: all 0.3s ease;
	width: 3.125rem;
}

.p-benefit__nav-button:hover {
	border-color: #333;
}

.p-benefit__nav-button:hover .p-benefit__nav-arrow {
	border-color: #333;
}

.p-benefit__nav-button:disabled {
	cursor: not-allowed;
	opacity: 0.3;
	pointer-events: none;
}

.p-benefit__nav-arrow {
	background-image: url(../images/common/nav-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.8125rem;
	width: 0.4375rem;
}

.p-benefit__nav-button--prev .p-benefit__nav-arrow {
	transform: rotate(180deg);
}

.p-benefit__pagination {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: center;
}

.p-benefit__dot {
	background-color: #646464;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 0.375rem;
	opacity: 1;
	padding: 0;
	position: relative;
	transition: all 0.3s ease;
	width: 0.375rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}

.p-benefit__dot.swiper-pagination-bullet-active::after {
	border: 0.0625rem solid #333;
	border-radius: 50%;
	content: "";
	height: 1.3125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.3125rem;
}

.p-footer {
	background-color: #f5f5f5;
	padding: 4.1875rem 0 2.3125rem;
}

.p-footer__inner {
	margin: 0 auto;
	max-width: 71.875rem;
	padding: 0 1.5625rem;
}

.p-footer__main {
	display: flex;
}

.p-footer__brand {
	flex-shrink: 0;
	width: 13.75rem;
}

.p-footer__logo {
	display: block;
	width: 8.9375rem;
}

.p-footer__logo img {
	height: auto;
	width: 11.25rem;
}

.p-footer__group {
	color: #646464;
	font-size: 0.8125rem;
	line-height: 1.8;
	margin-top: 1.875rem;
}

.p-footer__group-title {
	font-weight: 400;
}

.p-footer__group-company {
	font-weight: 400;
	margin-top: 0.375rem;
	color:#000;
}

.p-footer__nav {
	grid-gap: 0.8125rem;
	display: grid;
	flex: 1;
	gap: 0.8125rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-footer__nav-title {
	color: #003893;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}

.p-footer__nav-title--sub {
	color: #323232;
	margin-top: 2.5rem;
}

.p-footer__nav-title a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration-color 0.3s ease, color 0.3s ease;
}

.p-footer__nav-title a:hover {
	color: #323232;
	text-decoration-color: #323232;
}

.p-footer__nav-list {
	list-style: none;
	margin: 0;
	margin-top: 0.625rem;
	padding: 0;
}

.p-footer__nav-list--no-title {
	margin-top: 1.8125rem;
}

.p-footer__nav-item:not(:first-child) {
	margin-top: 0.375rem;
}

.p-footer__nav-item a {
	-webkit-text-decoration: underline;
	color: #333;
	display: inline-block;
	font-size: 0.8125rem;
	line-height: 1.6;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration-color 0.3s ease, color 0.3s ease;
}

.p-footer__nav-item a:hover {
	color: #646464;
	text-decoration-color: #646464;
}

.p-footer__bottom {
	border-top: 0.0625rem solid #d9d9d9;
	display: flex;
	flex-direction: column;
	gap: 2.4375rem;
	margin-top: 3.4375rem;
	padding-top: 2.875rem;
}

.p-footer__bottom-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 2.4375rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-footer__bottom-item {
	display: flex;
	position: relative;
}

.p-footer__bottom-item:not(:first-child)::before {
	background-color: #646464;
	content: "";
	height: 0.8125rem;
	left: -1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

.p-footer__bottom-item a {
	-webkit-text-decoration: none;
	align-items: center;
	border-bottom: 1px solid transparent;
	color: #333;
	display: inline-flex;
	font-size: 0.8125rem;
	gap: 0.625rem;
	line-height: 1;
	text-decoration: none;
	transition: border-bottom-color 0.3s ease, color 0.3s ease;
}

.p-footer__bottom-item a:hover {
	border-bottom-color: #646464;
	color: #646464;
}

.p-footer__link-icon {
	flex-shrink: 0;
	height: 0.6875rem;
	width: 0.875rem;
}

.p-footer__copyright {
	color: #646464;
	font-family: "Inter", sans-serif;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	margin: 0;
	text-align: center;
}

.p-header {
	background-color: #fff;
	box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.06);
	left: 0;
	position: fixed;
	top: 0;
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 1000;
}

.p-header__container {
	align-items: center;
	display: flex;
	height: 6.25rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 2.5rem;
}

.p-header__logo {
	flex-shrink: 0;
	width: 8.125rem;
	z-index: 1001;
}

.p-header__logo a {
	display: block;
	transition: opacity 0.3s ease;
}

.p-header__logo a:hover {
	opacity: 0.7;
}

.p-header__logo-img {
	width: auto;
}

.p-header__hamburger {
	background: none;
	border: none;
	cursor: pointer;
	display: none;
	flex-direction: column;
	height: 1.375rem;
	justify-content: space-between;
	padding: 0;
	transition: transform 0.3s ease;
	width: 1.75rem;
	z-index: 1001;
}

.p-header__hamburger span {
	background-color: #333;
	display: block;
	height: 0.125rem;
	transform-origin: center;
	transition: all 0.3s ease;
	width: 100%;
}

.p-header__hamburger.is-active span:nth-child(1) {
	transform: translateY(0.625rem) rotate(45deg);
}

.p-header__hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.p-header__hamburger.is-active span:nth-child(3) {
	transform: translateY(-0.625rem) rotate(-45deg);
}

.p-header__right {
	align-items: center;
	display: flex;
	gap: 2.75rem;
	margin-left: auto;
}

.p-header__right.is-open {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.p-header__nav {
	display: flex;
}

.p-header__menu {
	align-items: center;
	display: flex;
	gap: 2.8rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-header__menu-item {
	position: relative;
}

.p-header__menu-item > a {
	-webkit-text-decoration: none;
	color: #323232;
	display: block;
	font-size: 1.0625rem;
	font-weight: 500;
	padding: 0.5rem 0;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.p-header__menu-item > a::after {
	background-color: #003893;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.p-header__menu-item > a:hover {
	color: #003893;
}

.p-header__menu-item > a:hover::after {
	width: 100%;
}

.p-header__actions {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 2.3125rem;
}

.p-header__contact-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 0;
	color: #333;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: center;
	padding: 0.3125rem 1rem 0.25rem;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.p-header__contact-btn:hover {
	background-color: #333;
	color: #fff;
}

.p-header__search-btn {
	align-items: center;
	background: none;
	border: none;
	border-radius: 50%;
	color: #333;
	cursor: pointer;
	display: flex;
	height: 1.5625rem;
	justify-content: center;
	padding: 0;
	transition: all 0.3s ease;
	width: 1.5625rem;
}

.p-header__search-btn svg {
	height: 1.5rem;
	width: 1.5rem;
}

.p-header__search-btn:hover {
	background-color: #f5f5f5;
	color: #003893;
}

.p-header__search-btn.is-active {
	color: #003893;
}

.p-header__search {
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transform: translateY(-0.625rem);
	transition: all 0.3s ease;
	visibility: hidden;
	width: 100%;
}

.p-header__search.is-open {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.p-header__search-container {
	margin: 0 auto;
	max-width: 1400px;
	padding: 1.5rem 2.5rem;
}

.search-form {
	display: flex;
	gap: 0.75rem;
	margin: 0 auto;
	max-width: 37.5rem;
}

.search-form__input {
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	flex: 1;
	font-size: 0.9375rem;
	padding: 0.75rem 1.25rem;
	transition: border-color 0.3s ease;
}

.search-form__input:focus {
	border-color: #003893;
	outline: none;
}

.search-form__input::-moz-placeholder {
	color: #999;
}

.search-form__input::placeholder {
	color: #999;
}

.search-form__submit {
	background-color: #333;
	border: none;
	border-radius: 0.25rem;
	color: #fff;
	cursor: pointer;
	font-size: 0.9375rem;
	font-weight: 500;
	padding: 0.75rem 2rem;
	transition: background-color 0.3s ease;
	white-space: nowrap;
}

.search-form__submit:hover {
	background-color: #003893;
}

body {
	padding-top: 6.25rem;
}

.p-header__menu-item--has-mega {
	position: static;
}

.p-header__menu-link {
	-webkit-text-decoration: none;
	align-items: center;
	background: none;
	border: none;
	color: #323232;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 1.0625rem;
	font-weight: 500;
	justify-content: space-between;
	padding: 0.5rem 0;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.p-header__menu-link::after {
	background-color: #003893;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.p-header__menu-link:hover {
	color: #003893;
}

.p-header__menu-link:hover::after {
	width: 100%;
}

.p-header__menu-link-icon {
	display: none;
	flex-shrink: 0;
	height: 1rem;
	margin-left: 0.75rem;
	position: relative;
	width: 1rem;
}

.p-header__menu-link-icon::before {
	background-color: #333;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
	width: 100%;
}

.p-header__menu-link-icon::after {
	background-color: #333;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%) rotate(0deg);
	transition: transform 0.3s ease;
	width: 0.125rem;
}

.p-header__menu-item--has-mega:has(.p-mega-menu.is-open) .p-header__menu-link-icon::after {
	transform: translateX(-50%) rotate(90deg);
}

.p-header__accordion-toggle {
	background: none;
	border: none;
	cursor: pointer;
	display: none;
	height: 2.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
	z-index: 10;
}

.p-header__accordion-toggle span {
	background-color: #333;
	display: block;
	height: 0.125rem;
	position: relative;
	transition: transform 0.3s ease;
	width: 1rem;
}

.p-header__accordion-toggle span::before {
	background-color: #333;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 1rem;
}

.p-header__accordion-toggle.is-active span::before {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

.p-mega-menu {
	background-color: #fff;
	box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.06);
	clip-path: inset(0 -1.25rem -1.25rem -1.25rem);
	left: 50%;
	opacity: 0;
	position: fixed;
	top: 6.0rem;
	transform: translateX(-50%) translateY(-0.625rem);
	transition: all 0.3s ease;
	visibility: hidden;
	width: 93.333%;
	z-index: 1001;
}

.p-mega-menu.is-open {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
	visibility: visible;
}

.p-mega-menu__inner {
	margin: 0 auto;
	max-width: 1400px;
	padding: 2.1875rem 1.875rem 1.875rem 2.1875rem;
}

.p-mega-menu__tabs {
	display: flex;
	gap: 2.125rem;
}

.p-mega-menu__tab {
	background: none;
	border: none;
	color: #313232;
	cursor: pointer;
	font-size: 1.0625rem;
	font-weight: 500;
	padding: 0.5rem 0;
	position: relative;
	transition: color 0.3s ease;
}

.p-mega-menu__tab::after {
	background-color: #033885;
	bottom: 0.125rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transition: transform 0.3s ease;
	width: 100%;
}

.p-mega-menu__tab:hover {
	color: #033885;
}

.p-mega-menu__tab.is-active {
	color: #033885;
}

.p-mega-menu__tab.is-active::after {
	transform: scaleX(1);
}

.p-mega-menu__contents {
	margin-top: 2.375rem;
	position: relative;
}

.p-mega-menu__content {
	display: none;
}

.p-mega-menu__content.is-active {
	display: block;
}

.p-mega-menu__grid {
	display: grid;
}

.p-mega-menu__grid--category {
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-mega-menu__grid--usage {
	gap: 2.75rem;
	grid-template-columns: 14.375rem 1fr;
}

.p-mega-menu__image a {
	display: block;
	transition: opacity 0.3s ease;
}

.p-mega-menu__image a:hover {
	opacity: 0.8;
}

.p-mega-menu__image img {
	height: auto;
	width: 100%;
}

.p-mega-menu__usage-lists {
	display: flex;
	gap: 6.5rem;
}

.p-mega-menu__title {
	color: #313232;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.p-mega-menu__title a {
	-webkit-text-decoration: none;
	color: #313232;
	text-decoration: none;
	transition: color 0.3s ease;
}

.p-mega-menu__title a:hover {
	color: #21458e;
}

.p-mega-menu__subtitle {
	color: #313232;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.7647058824;
	margin-bottom: 0.3125rem;
	margin-top: 1.875rem;
}

.p-mega-menu__subtitle:first-child {
	margin-top: 0;
}

.p-mega-menu__subtitle a {
	-webkit-text-decoration: none;
	color: #313232;
	text-decoration: none;
	transition: color 0.3s ease;
}

.p-mega-menu__subtitle a:hover {
	color: #21458e;
}

.p-mega-menu__subtitle--standalone {
	margin-top: 1.25rem;
}

.p-mega-menu__list {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0.8125rem;
}

.p-mega-menu__list li {
	margin-bottom: 0;
}

.p-mega-menu__list li small {
	font-size: 70%;
}

.p-mega-menu__list li:last-child {
	margin-bottom: 0;
}

.p-mega-menu__list a {
	-webkit-text-decoration: underline;
	color: #636464;
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.p-mega-menu__list a:hover {
	color: #21458e;
	text-decoration-color: #21458e;
}

.p-link-buttons {
	padding: 4.8rem 0 0;
}

.p-link-buttons__inner {
	display: flex;
	flex-direction: column;
	gap: 6.375rem;
	margin: 0 auto;
	max-width: 64.375rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.p-mainview {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-mainview__video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-mainview__video-element {
	-o-object-fit: cover;
	-o-object-position: bottom;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}

.p-mainview__content {
	align-items: center;
	display: flex;
	height: 100%;
	padding: 20.5rem 15.8333333333%;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-mainview__catch {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}

.p-mainview__catch-line {
	color: #fff;
	display: inline-block;
	font-size: 2.8125rem;
	font-weight: 700;
	line-height: 1.4;
	opacity: 0;
	position: relative;
	text-shadow: 1px 1px 10px rgb(0, 0, 0, 0.3);
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.p-mainview__catch-line.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-mainview__catch-line::after {
	bottom: 0;
	content: attr(data-text);
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.35));
	left: 0;
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.p-mainview__catch-line--1 {
	align-self: flex-start;
}

.p-mainview__catch-line--2 {
	align-self: flex-start;
	margin-left: 4.375rem;
}

.p-mainview__scroll {
	align-items: center;
	bottom: 5.125rem;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 6.875rem;
	z-index: 3;
}

.p-mainview__scroll-text {
	color: #333;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.7647058824;
}

.p-mainview__scroll-line {
	background-color: #333;
	height: 3.625rem;
	position: relative;
	width: 0.0625rem;
}

.p-mainview__scroll-dot {
	animation: scrollDot 2s ease-in-out infinite;
	background-color: #333;
	border-radius: 50%;
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 0.625rem;
}

.p-news {
	padding:0 0 6rem 0;
}

.p-news__title {
	font-size: 1.875rem;
	font-weight: 600;
	margin-top: 0;
}

.p-news__list {
	margin-top: 3.1875rem;
}

.p-news__item:first-child {
	border-top: 0.0625rem solid #c8c8c8;
}

.p-news__item {
	border-bottom: 0.0625rem solid #c8c8c8;
	transition: border-color 0.3s ease;
}

.p-news__item:hover {
	border-bottom-color: #323232;
}

.p-news__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: flex;
	gap: 1.25rem;
	padding: 1rem 0 1.375rem;
	position: relative;
	text-decoration: none;
}

.p-news__link::after {
	-webkit-mask-image: url("../images/common/arrow-right.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #c8c8c8;
	content: "";
	flex-shrink: 0;
	height: 0.8125rem;
	mask-image: url("../images/common/arrow-right.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s ease;
	width: 0.4375rem;
}

.p-news__link:hover::after {
	background-color: #323232;
}

.p-news__date {
	color: #323232;
	flex-shrink: 0;
	font-family: "Inter", sans-serif;
	font-size: 0.9375rem;
	min-width: 6rem;
}

.p-news__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.75rem;
}

.p-news__category {
	align-self: flex-start;
	background-color: transparent;
	border: 0.0625rem solid #646464;
	color: #646464;
	display: inline-block;
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.3125rem 0.625rem;
}

.p-news__item-title {
	color: #323232;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

.p-news__empty {
	color: #999;
	font-size: 1rem;
	padding: 2.5rem 0;
	text-align: center;
}

.p-news__button {
	margin-top: 6.25rem;
	text-align: center;
}

.p-test {
	color: red;
	font-size: 1.25rem;
}

@media (max-width: 980px) {

html {
	font-size: 1.6326530612vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

a:hover {
	opacity: 0.8;
}

.c-button {
	font-size: 0.875rem;
}

.c-button.c-button--news {
	padding-left: 2.5rem;
}

.c-link-button-wrapper {
	height: 9.375rem;
	padding: 0 1rem;
}

.c-link-button {
	padding: 1.5rem 2rem;
}

.c-link-button__text {
	font-size: 1.125rem;
}

.c-link-button__icon {
	height: 2.5rem;
	width: 2.5rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-title {
	font-size: 20px;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.l-link-button-wrapper {
	margin-top: 5rem;
	padding: 0 1.25rem;
}

.p-admenic-detail {
	margin-top: 3.75rem;
}

.p-admenic-detail__inner {
	padding: 0 1.25rem;
}

.p-admenic-detail__wrapper {
	flex-direction: column;
	margin-bottom: 3.75rem;
	padding-top: 0;
}

.p-admenic-detail__left {
	display: contents;
	position: static;
}

.p-admenic-detail__sticky-image {
	margin-top: 0.625rem;
	opacity: 1;
	padding-top: 0;
	pointer-events: auto;
}

.p-admenic-detail__sticky-image:not(:first-child) {
	position: static;
}

.p-admenic-detail__sticky-image.img-1 {
	order: 1;
}

.p-admenic-detail__sticky-image.img-2 {
	order: 3;
}

.p-admenic-detail__sticky-image.img-3 {
	order: 5;
}

.p-admenic-detail__sticky-image.img-4 {
	order: 7;
}

.p-admenic-detail__right {
	display: contents;
}

.p-admenic-detail__section[data-image="1"] {
	order: 2;
}

.p-admenic-detail__section[data-image="2"] {
	order: 4;
}

.p-admenic-detail__section[data-image="3"] {
	order: 6;
}

.p-admenic-detail__section[data-image="4"] {
	order: 8;
}

.p-admenic-detail__location:not(.p-admenic-detail__location--sp) {
	display: none;
}

.p-admenic-detail__location--sp {
	display: block;
	margin-bottom: 0.625rem;
	margin-top: 1.875rem;
	text-align: center;
}

.p-admenic-detail__location--sp:nth-of-type(1) {
	order: 1;
}

.p-admenic-detail__location--sp:nth-of-type(2) {
	order: 3;
}

.p-admenic-detail__location--sp:nth-of-type(3) {
	order: 5;
}

.p-admenic-detail__labels {
	gap: 0.625rem;
}

.p-admenic-detail__label {
	font-size: 0.75rem;
	padding: 0.375rem 0.9375rem;
}

.p-admenic-detail__content {
	padding: 0 1.25rem;
}

.p-admenic-detail__item {
	padding-bottom: 1.875rem;
}

.p-admenic-detail__item:not(:first-child) {
	padding-top: 1.875rem;
}

.p-admenic-detail__section:not(:first-child) .p-admenic-detail__item:first-child {
	padding-top: 1.875rem;
}

.p-admenic-detail__item-title {
	font-size: 1.25rem;
}

.p-admenic-detail__item-text {
	font-size: 0.875rem;
	margin-top: 1.5625rem;
}

.p-admenic-detail__item-caption {
	font-size: 0.8125rem;
	margin-top: 0.75rem;
}

.p-admenic-detail__item-link-wrap {
	margin-top: 1.25rem;
}

.p-admenic-detail__item-link {
	font-size: 0.75rem;
	height: 2rem;
	padding: 0 1rem;
}

.p-admenic-fv {
	height: 23rem;
}

.p-admenic-fv__inner {
	display: flex;
	flex-direction: column;
	height: inherit;
}

.p-admenic-fv__wave {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-admenic-fv__wave-img {
	-o-object-fit: cover;
	-o-object-position: center bottom;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	width: 100%;
}

.p-admenic-fv__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem 1.125rem;
}

.p-admenic-fv__content {
	max-width: 100%;
	position: static;
	text-align: center;
	transform: none;
	width: 100%;
}

.p-admenic-fv__title {
	font-size: 1.75rem;
	margin-left: 0;
}

.p-admenic-fv__logo {
	margin: 0 auto;
	max-width: 21.5rem;
}

.p-admenic-fv__devices {
	margin-top: 1.25rem;
	max-width: 100%;
	max-width: 18.75rem;
	position: static;
	width: 100%;
}

.p-admenic-usage__inner {
	padding: 0 1.25rem;
}

.p-admenic-usage__heading {
	font-size: 1.25rem;
}

.p-admenic-usage__text {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.p-admenic-usage__grid {
	gap: 3rem;
	grid-template-columns: 1fr;
	margin-top: 3.125rem;
}

.p-admenic-grid__item:nth-child(1) {
	transition-delay: 0s;
}

.p-admenic-grid__item:nth-child(2) {
	transition-delay: 0.1s;
}

.p-admenic-grid__item:nth-child(3) {
	transition-delay: 0.2s;
}

.p-admenic-grid__item:nth-child(4) {
	transition-delay: 0.3s;
}

.p-admenic-grid__item:nth-child(5) {
	transition-delay: 0.4s;
}

.p-admenic-grid__item:nth-child(6) {
	transition-delay: 0.5s;
}

.p-admenic-grid__item:nth-child(7) {
	transition-delay: 0.6s;
}

.p-admenic-grid__item:nth-child(8) {
	transition-delay: 0.7s;
}

.p-admenic-grid__item:nth-child(9) {
	transition-delay: 0.8s;
}

.p-admenic-grid__item:nth-child(10) {
	transition-delay: 0.9s;
}

.p-admenic-grid__item:nth-child(11) {
	transition-delay: 1s;
}

.p-admenic-grid__item:nth-child(12) {
	transition-delay: 1.1s;
}

.p-admenic {
	margin-top: -3.125rem;
	padding: 3.125rem 0;
}

.p-admenic__wave {
	max-width: 50rem;
	width: 120%;
}

.p-admenic__container {
	align-items: center;
	flex-direction: column;
	gap: 2.5rem;
}

.p-admenic__content {
	padding-bottom: 0;
}

.p-admenic__title {
	font-size: 1.5rem;
}

.p-admenic__logo {
	margin-top: 1.875rem;
}

.p-admenic__logo-img {
	max-width: 25rem;
}

.p-admenic__button {
	margin-top: 3rem;
}

.p-admenic__image {
	max-width: 100%;
}

.p-admenic__image-img {
	width: 25rem;
}

.p-benefit-modal {
	padding: 1.25rem;
}

.p-benefit-modal__container {
	max-height: 90vh;
	max-width: 31.25rem;
	overflow-y: auto;
}

.p-benefit-modal__close {
	right: 1.25rem;
	top: 4%;
}

.p-benefit-modal__close-text {
	font-size: 0.75rem;
}

.p-benefit-modal__close-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.p-benefit-modal__close-icon::before {
	width: 1rem;
}

.p-benefit-modal__close-icon::after {
	width: 1rem;
}

.p-benefit-modal__content {
	flex-direction: column;
	gap: 0;
}

.p-benefit-modal__image {
	flex: none;
}

.p-benefit-modal__text {
	gap: 1rem;
	padding: 1.5rem 1.5rem 2rem;
}

.p-benefit-modal__label {
	font-size: 0.875rem;
}

.p-benefit-modal__title {
	font-size: 1.25rem;
}

.p-benefit-modal__description {
	font-size: 0.875rem;
	line-height: 1.7;
}

.p-benefit {
	padding: 1.25rem 0 0;
}

.p-benefit__inner {
	padding: 0;
}

.p-benefit__header {
	padding: 0 1rem;
}

.p-benefit__title {
	font-size: 1.25rem;
	line-height: 1.7;
}

.p-benefit__slider {
	margin-top: 3rem;
}

.p-benefit__slide {
	width: 18.75rem;
}

.p-benefit__slide-label {
	font-size: 0.75rem;
	left: 0.75rem;
	padding: 0.3125rem 0.625rem;
	top: 0.75rem;
}

.p-benefit__slide-title {
	font-size: 1rem;
	padding: 1rem 1rem;
}

.p-benefit__nav {
	gap: 1rem;
	margin-top: 2rem;
	max-width: 13.75rem;
}

.p-benefit__nav-button {
	height: 3rem;
	width: 3rem;
}

.p-benefit__nav-arrow {
	height: 0.625rem;
	width: 0.625rem;
}

.p-benefit__pagination {
	gap: 0.75rem;
}

.p-benefit__dot {
	height: 0.375rem;
	width: 0.375rem;
}

.p-benefit__dot.swiper-pagination-bullet-active::after {
	height: 1.3125rem;
	width: 1.3125rem;
}

.p-footer {
	padding: 2.5rem 0 1.25rem;
}

.p-footer__inner {
	padding: 0 1.25rem;
}

.p-footer__main {
	flex-direction: column;
	gap: 2.5rem;
}

.p-footer__brand {
	width: 100%;
}

.p-footer__logo img {
	width: 9.375rem;
}

.p-footer__nav {
	gap: 1.875rem 1rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-footer__nav-title {
	font-size: 0.9375rem;
}

.p-footer__nav-title--sub {
	margin-top: 1.5rem;
}

.p-footer__nav-list {
	margin-top: 1rem;
}

.p-footer__nav-list--no-title {
	margin-top: 1.9375rem;
}

.p-footer__nav-item a {
	font-size: 0.8125rem;
}

.p-footer__bottom {
	gap: 1rem;
	margin-top: 2.5rem;
	padding-top: 1.5rem;
}

.p-footer__bottom-links {
	flex-direction: column;
	gap: 0.75rem;
}

.p-footer__bottom-item:not(:first-child)::before {
	display: none;
}

.p-footer__bottom-item a {
	font-size: 0.75rem;
}

.p-footer__link-icon {
	height: 0.5625rem;
	width: 0.625rem;
}

.p-footer__copyright {
	font-size: 0.6875rem;
}

.p-header__container {
	height: 3.75rem;
	padding: 0 1rem;
}

.p-header__logo {
	width: 6.25rem;
}

.p-header__hamburger {
	display: flex;
}

.p-header__right {
	-webkit-overflow-scrolling: touch;
	align-items: stretch;
	background-color: #fff;
	flex-direction: column;
	gap: 2rem;
	height: calc(100vh - 3.75rem);
	left: 0;
	margin: 0;
	opacity: 0;
	overflow-y: auto;
	padding: 2rem 1rem;
	position: fixed;
	top: 3.75rem;
	transform: translateY(-1.25rem);
	transition: all 0.3s ease;
	visibility: hidden;
	width: 100%;
}

.p-header__menu {
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.p-header__menu-item {
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}

.p-header__menu-item > a {
	font-size: 1rem;
	padding: 1.25rem 0;
}

.p-header__menu-item > a::after {
	display: none;
}

.p-header__actions {
	gap: 0.75rem;
}

.p-header__contact-btn {
	font-size: 0.75rem;
	padding: 0.5rem 1rem;
}

.p-header__search-btn svg {
	height: 1.375rem;
	width: 1.375rem;
}

.p-header__search-container {
	padding: 1rem;
}

.search-form {
	flex-direction: column;
	gap: 0.5rem;
}

.search-form__input {
	font-size: 0.875rem;
	padding: 0.625rem 1rem;
}

.search-form__submit {
	font-size: 0.875rem;
	padding: 0.625rem 1.5rem;
}

body {
	padding-top: 3.75rem;
}

body.menu-open {
	overflow: hidden;
}

.p-header__menu-item--has-mega {
	position: relative;
}

.p-header__menu-link {
	font-size: 1rem;
	padding: 1.25rem 0;
	width: 100%;
}

.p-header__menu-link::after {
	display: none;
}

.p-header__menu-link-icon {
	display: block;
}

.p-header__accordion-toggle {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-mega-menu {
	border-radius: 0;
	box-shadow: none;
	clip-path: none;
	left: 0;
	max-height: 0;
	opacity: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	transform: none;
	transition: max-height 0.4s ease;
	visibility: visible;
	width: 100%;
}

.p-mega-menu.is-open {
	max-height: 187.5rem;
	transform: none;
}

.p-mega-menu__inner {
	padding: 1rem 0;
}

.p-mega-menu__tabs {
	gap: 1rem;
	margin-bottom: 1rem;
}

.p-mega-menu__tab {
	font-size: 0.875rem;
}

.p-mega-menu__grid--category {
	gap: 1rem;
	grid-template-columns: 1fr;
}

.p-mega-menu__grid--usage {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.p-mega-menu__column {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 1rem;
}

.p-mega-menu__column:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.p-mega-menu__image {
	margin: 0 auto 1.25rem;
	max-width: 12.5rem;
}

.p-mega-menu__usage-lists {
	flex-direction: column;
	gap: 1rem;
}

.p-mega-menu__title {
	font-size: 0.9375rem;
	margin-bottom: 0.5rem;
}

.p-mega-menu__subtitle {
	font-size: 0.9375rem;
	margin-bottom: 0.375rem;
	margin-top: 1rem;
}

.p-mega-menu__list li {
	margin-bottom: 0.25rem;
}

.p-mega-menu__list a {
	font-size: 0.8125rem;
}

.p-link-buttons {
	padding: 5rem 0 6.25rem;
}

.p-link-buttons__inner {
	gap: 3.125rem;
	padding: 0 1.25rem;
}

.p-mainview {
	height: 25rem;
}

.p-mainview__content {
	padding: 12.5rem 1rem;
}

.p-mainview__catch-line {
	font-size: 1.75rem;
}

.p-mainview__catch-line--2 {
	margin-left: 2.5rem;
}

.p-mainview__scroll {
	bottom: 2.5rem;
	right: 1rem;
}

.p-mainview__scroll-text {
	font-size: 0.75rem;
}

.p-mainview__scroll-line {
	height: 2.5rem;
}

.p-news {
	margin-top: 5rem;
}

.p-news__title {
	font-size: 1.75rem;
}

.p-news__list {
	margin-top: 2rem;
}

.p-news__link {
	align-items: flex-start;
	flex-direction: column;
	gap: 1rem;
	padding: 1.5rem 0;
}

.p-news__link::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.p-news__date {
	font-size: 0.875rem;
}

.p-news__content {
	gap: 0.5rem;
}

.p-news__category {
	font-size: 0.75rem;
	padding: 0.3125rem 1rem;
}

.p-news__item-title {
	font-size: 1rem;
}

.p-news__button {
	margin-top: 5rem;
}

.p-test {
	color: green;
	font-size: 3.125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes modalFadeIn {

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

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

}

@keyframes scrollDot {

0% {
	opacity: 1;
	top: 0;
}

100% {
	opacity: 0;
	top: 100%;
}

}

@media screen and (max-width: 767px) {
    body {
        /*overflow-x: hidden;*/
    }
}

.p-admenic-detail__section {
  scroll-margin-top: 100px;
}

#page_contents .post_content {
    max-width: 1400px!important;
    overflow: visible !important;
}
@media screen and (max-width: 800px) {
        #page_contents {
            padding: 0 15px 40px!important;
        }
    }


#page_header {
	margin-bottom: 50px !important;
}
@media (max-width: 768px) {
    #page_header {
        margin-bottom: 0 !important;
        padding: 0 0 0 0;
    }
}
/* 2. design_header ブロックの下部余白をリセット */
#page_header .design_header {
    margin-top: 0px !important;
    margin-bottom: 0px !important; /* 余白を 0 に設定 */
	max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

@media (max-width: 1350px) {
    #page_header .design_header {
        padding: 0 0 0 6.0rem !important;
    }
}
/* 3. 画像コンテナの下部余白をリセット */
#page_header .image {
    margin-bottom: 0px !important; /* 余白を 0 に設定 */
    position: relative;
}

/* 4. パンくずリスト（#bread_crumb）の下部マージンをリセット */
#bread_crumb {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

/* 5. コンテンツ自体の開始位置の調整（必要であれば） */
#page_contents {
    padding-top: 0px !important;
}

/* 6. その他のページタイトル設定（維持） */

/* ページコンテンツの幅を維持 */
#page_contents .post_content {
    max-width: 1400px!important;
}

/* タイトルスタイル（水平位置修正を維持） */
#page_header .large_headline {
    position: absolute !important;
    top: calc(50% - 50px) !important;
    transform: translateY(-50%) !important;
    transition: none !important;
    animation: none !important;
    text-align: left !important;
    font-size: clamp(28px, 2.5vw, 35px) !important;
    margin-bottom: 10px;
    font-weight: 600;
    z-index: 50;
    width: 100%;
    max-width: 100% !important;
	letter-spacing: 5px;
}

/* オーバーレイ、アニメーション設定（維持） */
#page_header .image::after {
    content: '';
    opacity: 0 !important;
}

#page_header .large_headline span {
    transform: none !important;
    opacity: 1 !important;
}

/* SP調整（維持） */
@media screen and (max-width: 767px) {
    #page_header .large_headline {
        top: calc(50% - 25px) !important;
        font-size: 28px !important;
        transform: translateY(-50%) !important;
        padding: 0;
    }
}
.p-pill-nav {
  text-align: center;
  margin: 40px 0;
}

.ichiran-top-conttents .p-pill-nav {
  margin: 40px 0 100px 0;
}

.p-pill-nav__item {
  margin: 0;
  list-style: none;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.p-pill-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-width: 143px;
  width: auto;

  padding: 15px 25px;
  border-radius: 0;
  border: 1px solid #333;

  text-decoration: none !important;

  /* ★ ギャップ（余白）を2倍の 32px に設定 */
  /* gap: 16px; 既存の gap: 16px はそのままに */

  font-size: 14px;
  letter-spacing: 0.10em;
  background-color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease,
              box-shadow 0.2s ease, transform 0.1s ease;
  color: #000 !important;
}

.p-pill-nav__link_02 {
  padding: 7px 2px;
  gap: 10px;
}

.p-pill-nav__link:hover {
  background-color: #234696;
  color: #fff !important;
  /*box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  transform: translateY(-1px);*/

  text-decoration: none !important;
  border-bottom: 2px solid transparent !important;
}

.p-pill-nav__label {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-pill-nav__label {
    white-space: normal !important;
  }
}
.p-pill-nav__arrow {
  font-size: 23px;
}

.p-pill-nav__label_small {
  font-size: 12px;
}

.p-pill-nav__dots {
  display: inline-flex;
  gap: 6px;
}

.p-pill-nav__dots span {
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.p-pill-nav__line {
  border-top: 1px solid #333;
  width: 100%;
  margin-top: 60px;
}

.p-pill-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;

  padding: 0;
  margin: 0 auto;
  list-style: none;
  box-sizing: border-box;
  justify-content: flex-start;
  max-width: 1160px;
  position: relative;
  z-index: 10;
}

.p-pill-nav.is-fixed {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 800px) {
  .p-pill-nav__list {
    /* ★ SP表示でもギャップを 32px に修正 */
    gap: 10px;
  }

  .p-pill-nav__link {
    width: 100%;
    padding: 10px 24px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .p-pill-nav__item {
    width: 100%;
    flex: none;
    margin-bottom: 12px;
  }

  .p-pill-nav__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
}

h2.styled_h2, h3.widget-title {
    font-size: 25px !important;
    font-weight: 600 !important;
    color: #0d2c7a !important;
    margin-bottom: 40px !important;
    text-align: left !important;
}
.ichiran-top-conttents h2.styled_h2, .ichiran-top-conttents h3.widget-title {
    margin-bottom: 80px !important;
    font-size: 1.35rem !important;
}

@media (max-width: 800px) {
    h2.styled_h2, h3.widget-title {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }
}

/* --- 汎用アンカーターゲット調整用CSS --- */

.anchor-target {
    position: relative;
}
/*
.anchor-target::before {
    content: "";
    display: block;
    height: 300px;
    margin-top: -300px;
    visibility: hidden;
    pointer-events: none;
}*/

@media screen and (max-width: 767px) {
    .anchor-target::before {
        height: 260px;
    }
}


.post_content .s_table {
    white-space: normal !important;
    overflow: auto;
    margin-bottom: 2em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: none !important;
    table-layout: auto !important;
    border-collapse: collapse;
}

.post_content .s_table th,
.post_content .s_table td {
    padding: 8px 10px;
    border-left: none !important;
    border-right: none !important;
    width: auto !important;
    word-wrap: break-word;
    word-break: break-all;
}

.post_content .s_table th {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.post_content table {
    table-layout: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
}

.post_content .tablepress th {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-left: none !important;
    border-right: none !important;
}

/* --- スマートフォン (max-width: 767px) のパディング調整 --- */
@media screen and (max-width: 767px) {
.panel-row-style {
        padding: 0px 20px 30px 20px !important;
    }

    #page_contents .post_content {
        padding: 0 !important;
    }
}
/* =========================================
   Header: Company submenu (PC dropdown / SP accordion)
   Scope: .p-header__menu > li.is-company-menu
   ========================================= */

.p-header__menu > li.is-company-menu{
  position: relative;
}

/* ul の基本（テーマ側で aria-hidden を display:none にしていても潰されないようにする） */
.p-header__menu > li.is-company-menu > ul.p-header__submenu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: block !important;
}

/* ---------- PC: dropdown ---------- */
@media (min-width: 769px){
  .p-header__menu > li.is-company-menu > ul.p-header__submenu{
    position: absolute;
    top: 100%;      /* gap無し（hoverが途切れない） */
    left: 0;
    min-width: 220px;
    padding: 10px 0;

    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    overflow: hidden;
    z-index: 1005;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
  }

  .p-header__menu > li.is-company-menu:hover > ul.p-header__submenu,
  .p-header__menu > li.is-company-menu:focus-within > ul.p-header__submenu,
  .p-header__menu > li.is-company-menu.is-open > ul.p-header__submenu{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .p-header__menu > li.is-company-menu > ul.p-header__submenu > li > a{
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #323232;
    white-space: nowrap;
    background: #fff;
  }

  .p-header__menu > li.is-company-menu > ul.p-header__submenu > li > a:hover{
    background: #f5f7fb;
    color: #003893;
  }
}

/* ---------- SP: accordion（＋位置は固定 / メガメニューへ影響なし） ---------- */
@media (max-width: 768px){
  .p-header__menu > li.is-company-menu{
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
  }

  .p-header__menu > li.is-company-menu > a{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding-right: 0 !important;
  }

  .p-header__menu > li.is-company-menu > button.p-header__accordion-toggle{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-self: end;
    align-self: center;
    margin: 0 !important;
    position: static !important;
    transform: translateY(2px); /* ＋位置の微調整 */
  }

  .p-header__menu > li.is-company-menu > ul.p-header__submenu{
    grid-column: 1 / -1;
    grid-row: 2 / 3;

    overflow: hidden;
    max-height: 0;                 /* JSで scrollHeight を入れる */
    transition: max-height .35s ease;

    padding-left: 0.75rem;
    background: transparent;
  }

  /* JSが class のみ付ける実装でも最低限開くように保険 */
  .p-header__menu > li.is-company-menu.is-open > ul.p-header__submenu{
    max-height: 999px;
  }

  .p-header__menu > li.is-company-menu > ul.p-header__submenu > li{
    border-top: 1px solid #f0f0f0;
  }

  .p-header__menu > li.is-company-menu > ul.p-header__submenu > li > a{
    display: block;
    padding: 0.9rem 0;
    text-decoration: none;
    color: #323232;
    background: transparent;
  }
}


/* =========================================
   Header: Support & Company submenu
   (PC dropdown / SP accordion)
   ========================================= */

/* 親要素の定義 */
.p-header__menu > li.is-company-menu,
.p-header__menu > li.is-support-menu {
  position: relative;
}

/* ul の基本設定 */
.p-header__menu > li.is-company-menu > ul.p-header__submenu,
.p-header__menu > li.is-support-menu > ul.p-header__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block !important;
}

/* ---------- PC: dropdown ---------- */
@media (min-width: 769px) {
  .p-header__menu > li.is-company-menu > ul.p-header__submenu,
  .p-header__menu > li.is-support-menu > ul.p-header__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    overflow: hidden;
    z-index: 1005;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
  }

  /* ホバー時に表示 */
  .p-header__menu > li.is-company-menu:hover > ul.p-header__submenu,
  .p-header__menu > li.is-support-menu:hover > ul.p-header__submenu,
  .p-header__menu > li.is-company-menu:focus-within > ul.p-header__submenu,
  .p-header__menu > li.is-support-menu:focus-within > ul.p-header__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* 子要素（aタグ）のスタイル反映 */
  .p-header__menu > li.is-company-menu > ul.p-header__submenu > li > a,
  .p-header__menu > li.is-support-menu > ul.p-header__submenu > li > a {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #323232;
    white-space: nowrap;
    background: #fff;
    font-size: 0.9375rem; /* サイズ調整 */
    transition: background 0.2s, color 0.2s;
  }

  /* ホバー時の挙動 */
  .p-header__menu > li.is-company-menu > ul.p-header__submenu > li > a:hover,
  .p-header__menu > li.is-support-menu > ul.p-header__submenu > li > a:hover {
    background: #f5f7fb;
    color: #003893;
    text-decoration: none !important;
  }
}

/* ---------- SP: accordion ---------- */
@media (max-width: 768px) {
  .p-header__menu > li.is-company-menu,
  .p-header__menu > li.is-support-menu {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
  }

  /* テキストリンク部分 */
  .p-header__menu > li.is-company-menu > a,
  .p-header__menu > li.is-support-menu > a {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding-right: 0 !important;
  }

  /* ＋ボタン（アコーディオン切り替え） */
  .p-header__menu > li.is-company-menu > button.p-header__accordion-toggle,
  .p-header__menu > li.is-support-menu > button.p-header__accordion-toggle {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    position: static !important;
    transform: translateY(2px);
    margin: 0 !important;
    display: flex; /* 強制表示 */
  }

  /* サブメニューの中身 */
  .p-header__menu > li.is-company-menu > ul.p-header__submenu,
  .p-header__menu > li.is-support-menu > ul.p-header__submenu {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    overflow: hidden;
    max-height: 0;
    transition: max-height .35s ease;
    padding-left: 0.75rem;
    background: transparent;
  }

  /* 開いている時のスタイル */
  .p-header__menu > li.is-company-menu.is-open > ul.p-header__submenu,
  .p-header__menu > li.is-support-menu.is-open > ul.p-header__submenu {
    max-height: 999px;
  }

  .p-header__menu > li.is-company-menu > ul.p-header__submenu > li,
  .p-header__menu > li.is-support-menu > ul.p-header__submenu > li {
    border-top: 1px solid #f0f0f0;
  }

  .p-header__menu > li.is-company-menu > ul.p-header__submenu > li > a,
  .p-header__menu > li.is-support-menu > ul.p-header__submenu > li > a {
    display: block;
    padding: 0.9rem 0;
    text-decoration: none;
    color: #323232;
    background: transparent;
    font-size: 0.9375rem;
  }
}

/* ===== Top link buttons: 1200px box / 3 columns / keep 12:7 ratio ===== */
@media screen and (min-width: 768px) {
  /* 1200px幅のボックス */
  .p-link-buttons__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;

    /* 余白は可変にして、1200px内で見栄え調整 */
    gap: clamp(1rem, 2vw, 2.5rem);
  }

  /* 3列で均等割り */
  .p-link-buttons .c-link-button-wrapper {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    max-width: none;
  }

  /* 12:7比率で拡大（= 240:140 の比率のまま） */
  .p-link-buttons .c-link-button {
    width: 100%;
    height: auto;           /* 元の height:100% を無効化（このセクションだけ） */
    aspect-ratio: 12 / 7;   /* 比率固定 */

    /* 3remが左右余白を大きく見せるので、このセクションだけ調整 */
    padding: clamp(1rem, 1.8vw, 2rem);
  }
}

/* ===== Top link button backgrounds (override) ===== */
.p-link-buttons .c-link-button-wrapper:nth-child(1) .c-link-button {
  background-image: url("../images/common/topbanner02.jpg") !important;
}

.p-link-buttons .c-link-button-wrapper:nth-child(2) .c-link-button {
  background-image: url("../images/common/topbanner01.jpg") !important;
}

.p-link-buttons .c-link-button-wrapper:nth-child(3) .c-link-button {
  background-image: url("../images/common/topbanner03.jpg") !important;
}
/* ===== Fix: 4つのリンクボタン（製品情報 + 下の3つ） ===== */

/* 角丸を無くす（SP/PC共通） */
.p-link-buttons .c-link-button,
.l-link-button-wrapper.c-link-button-wrapper .c-link-button{
  border-radius: 0 !important;
}

/* PC（768px〜） */
@media screen and (min-width: 768px){

  .p-link-buttons__inner{
    max-width: 980px;
  }
  .l-link-button-wrapper.c-link-button-wrapper{
    max-width: 980px;
  }

  .p-link-buttons .c-link-button,
  .l-link-button-wrapper.c-link-button-wrapper .c-link-button{
    padding: clamp(1rem, 1.8vw, 2rem);
  }

  .p-link-buttons .c-link-button__text,
  .l-link-button-wrapper.c-link-button-wrapper .c-link-button__text{
    font-size: 1.625rem !important;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px){
  .p-link-buttons .c-link-button__text,
  .l-link-button-wrapper.c-link-button-wrapper .c-link-button__text{
    white-space: normal;
  }
}
/* ===== 下3つだけ：文字とアイコンを小さく ===== */
@media screen and (min-width: 768px){

  .p-link-buttons .c-link-button__text{
    font-size: 1.3rem !important;
    white-space: nowrap; /* 1行維持 */
  }

  .p-link-buttons .c-link-button__icon{
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 768px){
  .p-link-buttons .c-link-button:hover .c-link-button__icon{
    transform: translateX(0.3rem);
  }
}
/* ===== Top background (p-admenic 以降〜footer手前) ===== */
.p-topback{
  position: relative;

  /* ここを増やすほど、背景画像の“開始”が下がる */
  --topback-offset: 200px;
}

/* 背景レイヤー（全幅） */
.p-topback::before{
  content: "";
  position: absolute;

  /* 背景レイヤー自体を下へずらす（ここが本命） */
  top: var(--topback-offset);

  left: 50%;
  transform: translateX(-50%);
  width: 100vw;

  /* 下へずらした分だけ高さを減らす（はみ出し・隠れ防止） */
  height: calc(100% - var(--topback-offset));

  background-image: url("../images/common/topback.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;

  z-index: 0;
  pointer-events: none;
}

/* 中身は背景レイヤーより前に */
.p-topback > *{
  position: relative;
  z-index: 1;
}
/* 一覧に戻るボタンのコンテナ（位置調整） */
.p-btn-return {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 60px 0 80px;
}

/* ボタン自体のスタイル（角丸なし・#666枠線と文字） */
.p-btn-return .c-button {
    background-color: transparent !important; /* 背景を透明に */
    border: 1px solid #333 !important;       /* 枠線を#666に */
    color: #333 !important;                /* 文字色を#666に */
    border-radius: 0 !important;           /* 角丸をなしに */
    max-width: 20rem;
    padding: 1rem 2rem;
    justify-content: center;
    gap: 1rem;                             /* 文字と矢印の間隔 */
    transition: all 0.3s ease;
}

/* ホバー時の挙動（背景と文字色を反転） */
.p-btn-return .c-button:hover {
    background-color: #234696 !important;     /* 背景を#666に */
    color: #fff !important;                /* 文字を白に */
}

/* 矢印アイコンの色調整 */
.p-btn-return .c-button .c-button__arrow::after {
    background-color: #333;                /* 通常時は#666 */
}

.p-btn-return .c-button:hover .c-button__arrow::after {
    background-color: #fff;                /* ホバー時は白 */
}

/* --- グリッドアイテムのホバーズーム演出 --- */

/* 画像コンテナの溢れを隠す設定 */
.p-admenic-grid__image {
    display: block;
    overflow: hidden; /* 拡大時のはみ出しをカット */
}

/* 画像自体の初期状態とアニメーション設定 */
.p-admenic-grid__image-img {
    transition: transform 0.6s ease; /* ゆっくり拡大させる */
}

/* マウスオーバー時に画像を1.1倍に拡大 */
.p-admenic-grid__item:hover .p-admenic-grid__image-img {
    transform: scale(1.1);
}

/* --- テキストリンクのスタイル調整 --- */
.p-admenic-grid__label-main {
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
    font-size: 16px;
}

/* ホバー時にテキストの色を少し変える（例：青系） */
.p-admenic-grid__label-main:hover {
    color: #0d2c7a !important;
    text-decoration: underline; /* リンクと分かりやすく下線を表示 */
}
/* カテゴリごとのセクションに全幅の罫線を追加 */
.ichiran-top-conttents .anchor-target {
    position: relative;
    padding-top: 80px; /* 線と見出しの間の余白 */
    margin-top: 80px;  /* セクション間の余白 */
}

/* 各セクションの頭に全幅のラインを引く */
.ichiran-top-conttents .anchor-target::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;      /* ブラウザの横幅いっぱい */
    height: 1px;       /* 線の太さ */
    background-color: #666; /* 線の色 */
    pointer-events: none;
}

/* スマホ時の余白調整 */
@media screen and (max-width: 767px) {
    .ichiran-top-conttents .anchor-target {
        padding-top: 40px;
        margin-top: 40px;
    }
}
/* 製品一覧：抜粋テキストのスタイル */
.p-admenic-grid__label-excerpt {
    display: block;
    padding: 15px 0 0 0;    /* 上に15pxの余白 */
    text-align: left;       /* 左寄せ */
    font-size: 15px;        /* 14px固定 */
    line-height: 1.8;
    color: #000;            /* 文字色：グレー */
    font-weight: 400;
}

/* モバイル時の微調整（必要であれば） */
@media screen and (max-width: 767px) {
    .p-admenic-grid__label-excerpt {
        font-size: 14px;    /* スマホでは少し小さくする場合 */
        padding: 10px 0 0 0;
    }
}


/* --- カレント表示（表示中ページのメニューを強調） --- */

/* 表示中のページのメニュー強調（最優先） */
.p-header__menu-item.is-current > a::after,
.p-header__menu-item.is-current > .p-header__menu-link::after {
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important; /* アニメーションによる縮小を強制解除 */
    background-color: #003893 !important;
}

.p-header__menu-item.is-current > a,
.p-header__menu-item.is-current > .p-header__menu-link {
    color: #003893 !important;
}
/* ニュース（aタグ直下）への適用を確実にする */
.p-header__menu-item.is-current > a::after {
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}
/* スマホ版（ハンバーガーメニュー内）では下線を表示しない */
@media screen and (max-width: 767px) {
    .p-header__menu-item.is-current > a::after {
        display: none !important;
    }
}
/* --- アクションエリアの調整（サイズ・余白の微調整） --- */

/* 仕切り線のスタイル：上下に伸ばして 1px #666 */
.p-header__action-separator {
    display: block;
    width: 1px;
    height: 3.0rem; /* 1.5remから大幅に延長（上下に約30pxずつ拡大相当） */
    background-color: #666; /* 線の色 */
    margin-right: 10px; /* 検索アイコンからさらに20px離す（15px + 20px） */
    margin-left: 10px;  /* メニュー側との間隔調整 */
}

/* 検索アイコンを一回り小さく調整 */
.p-header__search-btn img {
    width: 1.125rem !important; /* 元の1.5rem付近から一回り縮小 */
    height: auto !important;
    transition: opacity 0.3s ease;
}

/* 検索ボタン自体のエリア調整 */
.p-header__search-btn {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

/* スマホ版（ハンバーガーメニュー内）では非表示を維持 */
@media screen and (max-width: 767px) {
    .p-header__action-separator {
        display: none !important;
    }
}





/* --- タブメニュー：全体をグレーの塊にし、左寄せ・標準フォントに設定 --- */
.p-tab-nav-wrapper {
  background-color: #f1f1f1 !important; /* 塊全体をグレー背景に */
  padding: 25px 30px; /* 内側に余白を作り、塊としての厚みを出す */
  margin: 0 0 50px;
  width: 100%;
  box-sizing: border-box;
}

.p-tab-nav {
  display: flex;
  flex-wrap: wrap;    /* 折り返し許可 */
  justify-content: flex-start; /* PC・スマホ共に左寄せに変更 */
  gap: 15px 30px;     /* ボタン同士の隙間（上下 左右） */
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.p-tab-nav__item {
  flex: 0 0 auto;     /* 幅を固定せず中身に合わせる */
  background-color: transparent !important; /* 各アイテムの背景はなし */
}

.p-tab-nav__link {
  width: auto;        /* 幅固定を解除 */
  display: inline-block;
  padding: 5px 0;
  background: none;
  border: none;
  font-size: 15px;    /* 標準的なサイズ */
  font-weight: 400;   /* 太字(700)から標準に変更 */
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: normal; /* 文字の長さで改行を許可 */
  text-overflow: clip; /* 三点リーダーを解除 */
  line-height: 1.5;
  text-align: left;
}

.p-tab-nav__link span {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}

.p-tab-nav__link span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003893;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scaleX(0);
  opacity: 0;
  transform-origin: center;
}

.p-tab-nav__link:hover span::after,
.p-tab-nav__link.is-active span::after {
  transform: scaleX(1);
  opacity: 1;
}

.p-tab-nav__link:hover,
.p-tab-nav__link.is-active {
  color: #003893 !important;
}

/* スマホ版調整 */
@media screen and (max-width: 767px) {
  .p-tab-nav-wrapper {
    padding: 20px;
  }
  .p-tab-nav {
    gap: 10px 20px;
  }
}






/* 1. ページヘッダーのコンテナ設定 */
#page_header {
    position: relative;
    margin-bottom: 0 !important;
}

/* 2. タイトルエリアの位置調整 */
#page_header .design_header {
    position: relative;
    z-index: 2;
}

#page_header .large_headline {
    margin-top: 190px;
	margin-left: 60px;
    position: relative;
    z-index: 2;
	font-family: "Noto Sans JP", sans-serif !important;
}

/* 3. 画像コンテナの設定 */
#page_header .image {
    position: relative;
    width: 100%;
    margin: 0 !important;
    overflow: hidden;
}

/* PC版: アスペクト比を適切に設定 - 通常時も高さを増やす */
@media screen and (min-width: 768px) {
    #page_header .image {
        aspect-ratio: 1450 / 535;
    }
}

/* 4. オーバーレイの設定 */
#page_header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
}

/* 5. 画像自体の配置 */
#page_header .image img {
    position: relative !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* 6. 一覧ページ専用の調整 */
#page_header.ichiran-top .image {
    margin-bottom: 0 !important;
}

/* ===================================
   WordPress管理バー対応
   ページヘッダー全体を下げる + 画像の高さを増やす
=================================== */

/* WordPress管理バーがある時：ページヘッダー全体を下げる（PC時のみ） */
@media screen and (min-width: 783px) {
    body.admin-bar #page_header {
        padding-top: 100px; /* ページ全体を100px下げる */
    }
}

/* 管理バーがある時：画像の高さをさらに増やす */
@media screen and (min-width: 768px) {
    body.admin-bar #page_header .image {
        aspect-ratio: 1450 / 535;
    }
}

/* ===================================
   本文エリアの余白調整
=================================== */

/* 本文エリアの上部余白を詰める（大画面PC時のみ） */
@media screen and (min-width: 1601px) {
    #page_contents {
        margin-top: -350px !important;
    }

    body.admin-bar #page_contents {
        margin-top: -350px !important;
    }
}
@media screen and (min-width: 1301px) and (max-width: 1600px)  {
    #page_contents {
        margin-top: -350px !important;
    }

    body.admin-bar #page_contents {
        margin-top: -350px !important;
    }
}

/* 1300px以下：余白を減らす */
@media screen and (max-width: 1300px) {
    #page_contents {
        margin-top: -280px !important; /* 250px → 180px */
    }

    body.admin-bar #page_contents {
        margin-top: -280px !important; /* 350px → 280px */
    }
}

/* 1200px以下：画像ヘッダに乗らないように */
@media screen and (max-width: 1200px) {
    #page_contents {
        margin-top: -230px !important; /* 180px → 130px */
    }

    body.admin-bar #page_contents {
        margin-top: -230px !important; /* 280px → 230px */
    }
}

/* 1100px以下：タイトルに重ならないように */
@media screen and (max-width: 1100px) {
    #page_contents {
        margin-top: -180px !important; /* 130px → 80px */
    }

    body.admin-bar #page_contents {
        margin-top: -180px !important; /* 230px → 180px */
    }
}

/* タブレット */
@media screen and (max-width: 900px) {
    #page_contents {
        margin-top: -160px !important; /* 80px → 60px */
    }

    body.admin-bar #page_contents {
        margin-top: -160px !important; /* 180px → 160px */
    }
}

/* タブレット縦・スマホ横 */
@media screen and (max-width: 782px) {
    #page_contents {
        margin-top: -40px !important; /* 60px → 40px */
    }

    body.admin-bar #page_contents {
        margin-top: -100px !important; /* 160px → 140px */
    }
}

/* 本文エリアを前面に */
#page_contents {
    position: relative;
    z-index: 3;
}

/* ===================================
   スマホ対応
=================================== */
@media screen and (max-width: 767px) {
    /* タイトルの上余白を調整 */
    #page_header .large_headline {
        margin-top: 120px;
        margin-left: -60px;
    }

    /* ログイン時はタイトルを下げる */
    body.admin-bar #page_header .large_headline {
        margin-top: 126px; /* 80px + 46px（スマホ管理バーの高さ） */
    }

    /* 画像コンテナの設定 */
    #page_header .image {
        margin: 0 !important;
        aspect-ratio: auto;
        min-height: 330px; /* 280pxから330pxに増やす */
    }

    /* ログイン時は画像コンテナ全体を下げる */
    body.admin-bar #page_header .image {
        margin-top: 46px !important; /* 管理バー分下げる */
        min-height: 330px; /* 高さは通常時と同じ */
    }

    /* 画像の表示位置を調整 */
    #page_header .image img {
        object-position: center top;
    }

    /* スマホでは本文エリアの余白を調整 */
    #page_contents {
        margin-top: -100px !important; /* スマホでは150px詰める */
    }
}


#archive_news {
    max-width: 100%!important;
}

/* --- c-button 内の矢印アニメーション設定 --- */

/* 矢印自体の初期状態 */
.c-button .c-button__arrow {
    transition: transform 0.3s ease; /* 動きを滑らかにする */
}

/* 親ボタン（c-button）にマウスオーバーした時、矢印を右に 5px 移動 */
.c-button:hover .c-button__arrow {
    transform: translateY(-50%) translateX(5px);
}

/* ニュース一覧ボタンなど、特定のクラスが付いている場合も共通で適用 */
.c-button.c-button--news:hover .c-button__arrow {
    transform: translateY(-50%) translateX(5px);
}



/*ダッシュボードのタブメニューを非表示*/
.p-support-tabs div { display:none;}
.p-support-tabs { margin:0 auto 0!important;}



/* ===================================
   メインビジュアル
=================================== */

@media screen and (min-width: 1600px) {
    .ichiran-top-conttents {
        margin-top: -450px !important;
        position: relative;
        z-index: 3;
    }
    .post-type-archive-service .ichiran-top-conttents {
        margin-top: -300px !important;
        position: relative;
        z-index: 3;
    }

    #news_category_sort_wrap,
    #archive_news,
    #archive_blog {
        margin-top: -400px !important;
        position: relative;
        z-index: 3;
    }

    #news_category_sort_wrap + #archive_news {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1599px) {
    .ichiran-top-conttents {
        margin-top: -350px !important;
        position: relative;
        z-index: 3;
    }
    .post-type-archive-service .ichiran-top-conttents {
        margin-top: -150px !important;
        position: relative;
        z-index: 3;
    }
    #archive_news,
    #archive_blog {
        margin-top: -450px !important;
        position: relative;
        z-index: 3;
    }

    #news_category_sort_wrap + #archive_news {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1599px) {
    #news_category_sort_wrap,
    #archive_news {
        margin-top: -400px !important;
        position: relative;
        z-index: 3;
    }
    .post-type-archive-service .ichiran-top-conttents {
        margin-top: -250px !important;
        position: relative;
        z-index: 3;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
    #archive_news,
    #archive_blog {
        margin-top: -450px !important;
        position: relative;
        z-index: 3;
    }
    .post-type-archive-service .ichiran-top-conttents {
        margin-top: -150px !important;
        position: relative;
        z-index: 3;
    }

    #news_category_sort_wrap + #archive_news {
        margin-top: 0 !important;
    }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
    #news_category_sort_wrap,
    #archive_news {
        margin-top: -350px !important;
        position: relative;
        z-index: 3;
    }
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
    #news_category_sort_wrap,
    #archive_news,
    #archive_blog {
        margin-top: -250px !important;
        position: relative;
        z-index: 3;
    }
    .ichiran-top-conttents {
        margin-top: -150px !important;
        position: relative;
        z-index: 3;
    }

    #news_category_sort_wrap + #archive_news {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
    .ichiran-top-conttents,
    #news_category_sort_wrap,
    #archive_news,
    #archive_blog {
        margin-top: -200px !important;
        position: relative;
        z-index: 3;
    }

    #news_category_sort_wrap + #archive_news {
        margin-top: 0 !important;
    }
}

/* 767px以下（スマホ） */
@media screen and (max-width: 767px) {
    .ichiran-top-conttents,
    #news_category_sort_wrap,
    #archive_news,
    #archive_blog {
        margin-top: -150px !important;
        position: relative;
        z-index: 3;
    }

    #news_category_sort_wrap + #archive_news {
        margin-top: 0 !important;
    }
}


/* --- お知らせカテゴリボタン：スマホでの折り返し修正 --- */

#news_category_button.swiper {
    overflow: visible !important;
    position: relative;
    margin: 150px auto 55px;
    padding: 0 100px !important;
    width: auto;
    max-width: 1300px;
}
@media screen and (max-width: 768px) {
	#news_category_button.swiper {
    margin: 0px auto 55px !important;
    padding: 0 20px !important;
}

}

#news_category_button .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    transform: none !important;
    width: 100% !important;
    gap: 10px !important;
}

#news_category_button .item.swiper-slide {
    width: auto !important;
    margin: 0 !important;
}

.news_category_scrollbar {
    display: none !important;
}


@media screen and (min-width: 768px) {
    .tax-service_category #page_header .image {
        aspect-ratio: 1450 / 535 !important;
        height: auto !important;
    }

    body.admin-bar.tax-service_category #page_header .image {
        aspect-ratio: 1450 / 635 !important;
    }
}

@media screen and (min-width: 1301px) {
    .tax-service_category .ichiran-top-conttents {
        margin-top: -200px !important;
    }
}


/* 1101px 〜 1300px */
@media screen and (max-width: 1300px) and (min-width: 1101px) {
    .tax-service_category .ichiran-top-conttents {
        margin-top: -150px !important;
    }
}

/* 901px 〜 1100px */
@media screen and (max-width: 1100px) and (min-width: 901px) {
    .tax-service_category .ichiran-top-conttents {
        margin-top: -100px !important;
    }
}

/* 768px 〜 900px */
@media screen and (max-width: 900px) and (min-width: 768px) {
    .tax-service_category .ichiran-top-conttents {
        margin-top: -50px !important;
    }
}




@media screen and (min-width: 800px) {
    .single-service .product-header__texts {
        transform: translateY(20px) !important;
        position: relative;
        z-index: 5;
    }
}

@media screen and (max-width: 767px) {
    .single-service .product-header__texts {
        transform: none !important;
        margin-top: 30px !important;
        padding: 0 15px;
    }
}



/* --- 製品詳細：PC設定（良好なバランスを固定） --- */

/* 1. PC 全体共通 */
html body.single-service div.product-header {
    height: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    margin-left: 0 !important;
    left: 0 !important;
}

/* 2. PC ログアウト時：高さ (600px) */
html body:not(.admin-bar).single-service div.product-header {
    min-height: 600px !important;
    margin-top: 0 !important;
}

/* 3. PC ログイン中 */
html body.admin-bar.single-service div.product-header {
    margin-top: 100px !important;
    min-height: 600px !important;
}

/* 4. PC 内部コンテンツ位置 */
html body.single-service div.product-header__inner {
    max-width: 1350px !important;
    width: 95% !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    transform: translateY(-180px) !important;
}

/* 5. PC メインコンテンツ：引き上げ (-300px) */
html body.single-service div.product-content {
    margin-top: -300px !important;
    position: relative !important;
    z-index: 10 !important;
}

/* 6. 見出しフォント可変 */
html body.single-service .product-header__title {
    font-size: clamp(28px, 4vw, 40px) !important;
    line-height: 1.1 !important;
    white-space: normal !important;
}
html body.single-service .product-header__catch1 {
    font-size: clamp(18px, 3.5vw, 35px) !important;
}

/* 7. PC テキスト・画像基本設定 */
html body.single-service .product-header__texts {
    flex: 1.2 !important;
    padding-right: 30px !important;
    margin-left: 100px;
}

@media screen and (max-width: 800px) {
	html body.single-service .product-header__texts {
		margin-left: 0 !important
	}
}

html body.single-service .product-header__image {
    flex: 1 !important;
    display: flex !important;
	height: auto !important;
    justify-content: center !important;
}
html body.single-service .product-header__image img {
    width: auto !important;
    max-width: 60% !important;
    height: auto !important;
    max-height: 520px !important;
}

/* --- 【スマホ専用：800px以下】 --- */

@media screen and (max-width: 800px) {
    html body.single-service div.product-header,
    html body.admin-bar.single-service div.product-header,
    html body:not(.admin-bar).single-service div.product-header {
        min-height: 1px !important;
        height: auto !important;
        background-size: contain !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
        display: block !important;
        padding: 100px 0 30px 0 !important;
        margin-left: 0 !important;
        left: 0 !important;
    }

    html body.single-service div.product-header__inner {
        display: block !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 20px !important;
    }

    html body.single-service .product-header__texts {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-top: 0 !important;
        text-align: left !important;
    }

    html body.single-service .product-header__image {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        position: static !important;
        margin-top: 20px !important;
        display: flex !important;
        justify-content: center !important;
        flex: none !important;
    }

    html body.single-service .product-header__image img {
        max-height: 180px !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    html body.single-service div.product-content {
        margin-top: 0 !important;
        padding-top: 20px !important;
        position: relative !important;
        z-index: 20 !important;
    }
}



/* ===================================
=================================== */
body.category-7 .p-header,
body.category-works .p-header,
body.single-post .p-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

body.category-7 #page_header,
body.category-works #page_header,
body.single-post #page_header {
    margin-top: 0 !important;
}

@media screen and (min-width: 783px) {
    body.admin-bar.category-7 #page_header,
    body.admin-bar.category-works #page_header,
    body.admin-bar.single-post #page_header {
        padding-top: 92px !important;
    }
}

body.category-7 #bread_crumb,
body.category-works #bread_crumb,
body.single-post #bread_crumb {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.category-7 #page_header .large_headline,
body.category-works #page_header .large_headline,
body.single-post #page_header .large_headline {
    margin-top: 200px !important;
}

@media screen and (min-width: 768px) {
    body.category-7 #archive_blog,
    body.category-works #archive_blog,
    body.single-post #page_contents {
        position: relative !important;
        z-index: 10 !important;
    }
}

body.single-post .p-entry__title {
    font-size: 40px !important;
    line-height: 1.4;
    margin-bottom: 30px;
}

@media screen and (min-width: 1400px) {
    body.single-post #main_content {
        margin-top: -300px !important;
        position: relative;
        z-index: 10;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    body.single-post #main_content {
        margin-top: -200px !important;
        position: relative;
        z-index: 10;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    body.single-post #main_content {
        margin-top: -100px !important;
        position: relative;
        z-index: 10;
    }
}

@media screen and (max-width: 767px) {
    body.single-post #main_content {
        display: flex;
        flex-direction: column;
    }
    body.single-post #main_col {
        order: 1;
    }
    body.single-post #side_col {
        order: 2;
        margin-top: 50px;
    }
    body.single-post .p-entry__title {
        font-size: 28px !important;
    }
}

body.single-post #main_col {
    width: 68% !important;
    float: left;
}

body.single-post #side_col {
    width: 28% !important;
    float: right;
}

@media screen and (max-width: 1000px) {
    body.single-post #main_col,
    body.single-post #side_col {
        width: 100% !important;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    body.single-post #main_content {
        display: flex;
        flex-direction: column;
    }
    body.single-post #main_col {
        order: 1;
        width: 100% !important;
    }
    body.single-post #side_col {
        order: 2;
        width: 100% !important;
        margin-top: 50px;
    }
}
body.single-post .p-entry__title {
    font-size: 40px !important;
    line-height: 1.4;
    margin-bottom: 30px;
}

body.single-post #main_content {
    margin-top: clamp(-300px, calc(-50vw + 400px), -100px) !important;
    position: relative;
    z-index: 10;
}

body.single-post #main_col {
    width: 68% !important;
    float: left;
}

body.single-post #side_col {
    width: 28% !important;
    float: right;
}

@media screen and (max-width: 1000px) {
    body.single-post #main_col,
    body.single-post #side_col {
        width: 100% !important;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    body.single-post #main_content {
        display: flex;
        flex-direction: column;
        margin-top: -50px !important;
    }
    body.single-post #main_col {
        order: 1;
        width: 100% !important;
    }
    body.single-post #side_col {
        order: 2;
        width: 100% !important;
        margin-top: 50px;
    }
    body.single-post .p-entry__title {
        font-size: 28px !important;
    }
}

body.single-post .p-entry__title {
    font-size: 40px !important;
    line-height: 1.4 !important;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
}

body.single-post #main_content {
    margin-top: clamp(-300px, calc(-50vw + 400px), -100px) !important;
    position: relative;
    z-index: 10;
}

body.single-post #main_col {
    width: 68% !important;
    float: left;
}

body.single-post #side_col {
    width: 28% !important;
    float: right;
}

@media screen and (max-width: 1100px) {
    body.single-post #next_prev_post .title {
        display: block !important;
        visibility: visible !important;
    }
}

@media screen and (max-width: 1000px) {
    body.single-post #main_col,
    body.single-post #side_col {
        width: 100% !important;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    body.single-post #main_content {
        display: flex;
        flex-direction: column;
        margin-top: -50px !important;
    }
    body.single-post #main_col {
        order: 1;
        width: 100% !important;
    }
    body.single-post #side_col {
        order: 2;
        width: 100% !important;
        margin-top: 50px;
    }
    body.single-post .p-entry__title {
        font-size: 28px !important;
        margin-bottom: 30px !important;
    }
}

body.single-post h1.title.entry-title {
    font-size: 30px !important;
    line-height: 1.4 !important;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    display: block !important;
}

body.single-post #main_content {
    margin-top: clamp(-300px, calc(-50vw + 400px), -100px) !important;
    position: relative;
    z-index: 10;
}

body.single-post #main_col {
    width: 68% !important;
    float: left;
}

body.single-post #side_col {
    width: 28% !important;
    float: right;
}

@media screen and (max-width: 1100px) {
    body.single-post #next_prev_post a .title {
        display: inline !important;
        visibility: visible !important;
    }
}

@media screen and (max-width: 1000px) {
    body.single-post #main_col,
    body.single-post #side_col {
        width: 100% !important;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    body.single-post #main_content {
        display: flex;
        flex-direction: column;
        margin-top: -50px !important;
    }
    body.single-post #main_col {
        order: 1;
        width: 100% !important;
    }
    body.single-post #side_col {
        order: 2;
        width: 100% !important;
        margin-top: 50px;
    }
    body.single-post h1.title.entry-title {
        font-size: 28px !important;
        margin-bottom: 30px !important;
    }
}

/* 20260220 サポート 製品一覧css追加 */
.product_small_text {
  font-size: 12px;
}



.page_navi a, .page_navi .current, .page_navi .dots {
    border-radius: 0 !important;
    border: 1px solid #333 !important;
}

/* ADMENIC一覧：中間セクションのスマホ対応 */
@media screen and (max-width: 767px) {
    .p-admenic-middle-row {
        display: block !important;
    }
    .p-admenic-middle-row > div {
        width: 100% !important;
        margin-bottom: 30px;
    }
}