body {
	background-color: #fffaf2;
	color: #000;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}

:root {
	--cat-color: #bf7f73;
}

.cat-news {
	--cat-color: #bf7f73;
}

.cat-topics {
	--cat-color: #6f9fbf;
}

.cat-insights {
	--cat-color: #72be78;
}

.cat-products-solutions {
	--cat-color: #c48f9a;
}

.cat-stories {
	--cat-color: #c9a45f;
}

.cat-culture {
	--cat-color: #9a8bbf;
}

.cat-faq {
	--cat-color: #8c949c;
}

.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;
}

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

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

.c-block-gokai {
	background-color: #f7f7f7;
	border-radius: 1rem;
	margin-top: 2rem;
	padding: 1.875rem 1.875rem 2.5rem;
}

.c-block-gokai__header {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
}

.c-block-gokai__headings {
	flex: 1 1 auto;
	min-width: 0;
}

.c-block-gokai__header .c-block-gokai__label {
	color: #d80f14;
	color: var(--cat-accent, #d80f14);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0;
}

.c-block-gokai__header .c-block-gokai__title {
	color: #d80f14;
	color: var(--cat-accent, #d80f14);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.c-block-gokai__divider {
	border: none;
	border-top: 0.0625rem solid #d80f14;
	border-top: 0.0625rem solid var(--cat-accent, #d80f14);
	height: 0;
	margin-top: 1rem;
	width: 100%;
}

.c-block-gokai__body {
	margin-top: 1rem;
}

.c-block-gokai__body > :first-child {
	margin-top: 0;
}

.c-block-gokai__body p {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1rem;
}

.c-block-gokai__icon {
	flex: 0 0 auto;
	height: 2.75rem;
	position: relative;
	width: 3.4375rem;
}

.c-block-gokai__icon-circle {
	background-color: #fff;
	border-radius: 50%;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 2rem;
}

.c-block-gokai__icon-circle--right {
	left: 1.4375rem;
	top: 0.75rem;
}

.c-block-gokai__icon-ring {
	background-color: transparent;
	border: 0.125rem solid #e50000;
	border-radius: 50%;
	box-sizing: border-box;
	height: 1.25rem;
	left: 0.375rem;
	position: absolute;
	top: 0.375rem;
	width: 1.25rem;
}

.c-block-gokai__icon-cross {
	height: 1.25rem;
	left: 1.8125rem;
	position: absolute;
	top: 1.125rem;
	width: 1.25rem;
}

.c-block-gokai__icon-cross::before,
.c-block-gokai__icon-cross::after {
	background-color: #000;
	content: "";
	height: 0.125rem;
	left: 50%;
	margin-left: -0.625rem;
	margin-top: -0.0625rem;
	position: absolute;
	top: 50%;
	width: 1.25rem;
}

.c-block-gokai__icon-cross::before {
	transform: rotate(45deg);
}

.c-block-gokai__icon-cross::after {
	transform: rotate(-45deg);
}

.c-block-matome {
	margin-top: 2rem;
}

.c-block-matome__head {
	align-items: center;
	background-color: #d80f14;
	background-color: var(--cat-accent, #d80f14);
	display: flex;
	gap: 0.875rem;
	min-height: 4.5625rem;
	padding: 0.75rem 1.875rem;
}

.c-block-matome__head .c-block-matome__pill {
	align-items: center;
	background-color: #fcffae;
	border-radius: 0.5rem;
	color: #d80f14;
	color: var(--cat-accent, #d80f14);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 3rem;
	min-width: 4.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.c-block-matome__head .c-block-matome__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0;
}

.c-block-matome__body {
	background-color: #edf7ee;
	padding: 1.5rem 1.875rem 2rem;
}

.p-single.cat-news .c-block-matome__body {
	background-color: #f7f0ee;
}

.p-single.cat-topics .c-block-matome__body {
	background-color: #eef3f7;
}

.p-single.cat-insights .c-block-matome__body {
	background-color: #eef7ef;
}

.p-single.cat-products-solutions .c-block-matome__body {
	background-color: #f8f2f3;
}

.p-single.cat-stories .c-block-matome__body {
	background-color: #fdf4ed;
}

.p-single.cat-culture .c-block-matome__body {
	background-color: #f3f1f7;
}

.p-single.cat-faq .c-block-matome__body {
	background-color: #f1f2f3;
}

.c-block-matome__body > :first-child {
	margin-top: 0;
}

.c-block-matome__body p {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1rem;
}

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

.c-heading-reveal {
	opacity: 1;
	position: relative;
	z-index: 0;
}

.c-heading-reveal.is-reveal-ready:not(.is-inview) {
	opacity: 0;
}

.c-heading-reveal::before {
	background-color: #d80f14;
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 0;
	z-index: 2;
}

.c-heading-reveal.is-inview {
	animation: c-heading-reveal-text 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.c-heading-reveal.is-inview::before {
	animation: c-heading-reveal-mask 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.p-mv__line + .p-mv__line.is-inview {
	animation-delay: 0.2s;
}

.p-mv__line + .p-mv__line.is-inview::before {
	animation-delay: 0.2s;
}

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

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

.l-footer {
	background-color: #fff;
	position: relative;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-main {
	overflow-x: clip;
}

.l-texture {
	position: relative;
	z-index: 0;
}

.l-texture--upper::before {
	background-image: url(../images/common/article-bg-composed.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.1;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.l-texture--lower {
	background: #fff5e6;
}

.l-texture--lower::before {
	background-image: url(../images/common/article-bg-composed.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.1;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-about {
	background-color: #fff;
	position: relative;
}

.p-about__band {
	background: linear-gradient(90deg, #d80d14 0%, rgba(229, 99, 0, 0.4) 100%);
	padding-bottom: 5.25rem;
	padding-top: 4.875rem;
	text-align: center;
}

.p-about__brand {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
}

.p-about__brand-br {
	display: none;
}

.p-about__inner {
	isolation: isolate;
	padding-bottom: 6.75rem;
	padding-top: 5.625rem;
	position: relative;
	text-align: center;
	z-index: 0;
}

.p-about__inner::before {
	background: url(../images/common/about-bg.jpg) center center/cover no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: -2;
}

.p-about__heading {
	color: #d80f14;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-about__lead {
	color: #000;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 4.5625rem;
}

.p-article {
	background-color: #fff;
	border-radius: 1rem;
	margin-top: 1.25rem;
	position: relative;
	z-index: 1;
}

.p-article__inner {
	padding: 2.5rem 5rem 3rem;
}

.p-article__inner > :first-child {
	margin-top: 0;
}

.p-article__series {
	align-items: center;
	background-color: var(--cat-accent);
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	gap: 1.75rem;
	line-height: 1.4;
	min-height: 2.75rem;
	padding: 0.375rem 1rem;
}

.p-article__series-label {
	flex: 0 0 auto;
	font-size: 0.875rem;
}

.p-article__series-heading {
	font-size: 1.125rem;
	font-weight: 700;
}

.p-article__title {
	color: #000;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4285714286;
	margin-top: 1.0625rem;
}

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

.p-article__date {
	color: #000;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.p-article__hero {
	aspect-ratio: 760/316;
	border-radius: 1rem;
	margin-top: 1.625rem;
	overflow: hidden;
}

.p-article__heroimg {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-article__heroimg.is-contain {
	-o-object-fit: contain;
	background-color: #fff;
	object-fit: contain;
	padding: 0.75rem;
}

.p-article__content {
	margin-top: 2.3125rem;
}

.p-article__content > :first-child {
	margin-top: 0;
}

.p-article__content h2 {
	color: var(--cat-accent);
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.5;
	margin-top: 3rem;
	padding-left: 1.25rem;
	position: relative;
}

.p-article__content h2::before {
	background-color: var(--cat-accent);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 0.25rem;
}

.p-article__content h3 {
	color: var(--cat-accent);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 2.25rem;
}

.p-article__content p {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1.5rem;
}

.p-article__content figure {
	margin-top: 2rem;
}

.p-article__content p + figure {
	margin-top: 1.25rem;
}

.p-article__content figure + h2,
.p-article__content figure + h3 {
	margin-top: 3rem;
}

.p-article__content img {
	-o-object-fit: cover;
	border-radius: 0.5rem;
	height: 21.353125rem;
	object-fit: cover;
	width: 100%;
}

.p-article__content img.is-contain {
	-o-object-fit: contain;
	background-color: #fff;
	object-fit: contain;
	padding: 0.75rem;
}

.p-article__content ul,
.p-article__content ol {
	margin-top: 1.5rem;
	padding-left: 1.5rem;
}

.p-article__content li {
	color: #000;
	font-size: 1rem;
	line-height: 1.75;
}

.p-article__content ul li {
	list-style: disc;
}

.p-article__content ol li {
	list-style: decimal;
}

.p-article__content li + li {
	margin-top: 0.5rem;
}

.p-article__content a {
	-webkit-text-decoration: underline;
	color: var(--cat-accent);
	text-decoration: underline;
}

.p-article__content .wp-block-buttons {
	margin-top: 2.5rem;
}

.p-article__content .wp-block-button__link {
	-webkit-text-decoration: none;
	background-color: var(--cat-accent);
	box-shadow: inset 0 0 0 0.125rem var(--cat-accent);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.p-article__content strong {
	font-weight: 700;
}

.p-breadcrumb {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.p-breadcrumb__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.125rem 0;
}

.p-breadcrumb__item {
	align-items: center;
	color: #000;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.p-breadcrumb__item + .p-breadcrumb__item::before {
	border-right: 0.125rem solid #d80f14;
	border-top: 0.125rem solid #d80f14;
	content: "";
	flex-shrink: 0;
	height: 0.375rem;
	margin-left: 0.6875rem;
	margin-right: 0.6875rem;
	transform: rotate(45deg);
	width: 0.375rem;
}

.p-breadcrumb__link {
	color: #000;
}

.p-breadcrumb__current {
	color: #000;
}

.p-cta {
	padding-bottom: 6rem;
	position: relative;
	z-index: 0;
}

.p-cta__box {
	background: linear-gradient(90deg, #d80d14 0%, rgba(229, 99, 0, 0.4) 100%);
	border-radius: 2.5rem;
	padding: 3.4375rem 6.25rem 4.25rem;
}

.p-cta__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1666666667;
	padding-bottom: 1.4375rem;
	position: relative;
	text-align: center;
}

.p-cta__title-br {
	display: none;
}

.p-cta__title::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 0.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.5rem;
}

.p-cta__list {
	grid-gap: 2.1875rem 2.1875rem;
	display: grid;
	gap: 2.1875rem 2.1875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-cta__item {
	align-items: center;
	background: #fff;
	border-radius: 1rem;
	color: #000;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.5;
	min-height: 5rem;
	padding: 1rem 1.5rem;
	text-align: center;
}

.p-footer__inner {
	padding-bottom: 2.5rem;
	padding-top: 1.75rem;
	text-align: center;
}

.p-footer__navlist {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.p-footer__navitem {
	align-items: center;
	display: flex;
}

.p-footer__navitem + .p-footer__navitem::before {
	color: #da1911;
	content: "｜";
	font-weight: 800;
}

.p-footer__navlink {
	color: #000;
	display: block;
	font-size: 1rem;
	font-weight: 800;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-footer__logo {
	color: #d90f14;
	display: block;
	font-family: "Jost", "Futura", "Century Gothic", "Noto Sans JP", sans-serif;
	font-size: 2.625rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 0.625rem;
}

.p-footer__catch {
	color: #000;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 0.75rem;
}

.p-footer__corp {
	align-items: center;
	color: #000;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.p-footer__corparrow {
	color: #d90f14;
	font-size: 1rem;
	line-height: 1;
}

.p-footer__bottom {
	background: linear-gradient(90deg, #d80d14 0%, #e56300 100%);
}

.p-footer__copy {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 900;
	padding: 1.375rem 1.25rem;
	text-align: center;
}

.p-footer__navlink,
.p-footer__corp {
	position: relative;
}

.p-footer__navlink::after {
	background: #d80f14;
	bottom: -0.125rem;
	content: "";
	height: 0.125rem;
	left: 1rem;
	opacity: 0;
	position: absolute;
	right: 1rem;
	transform: scaleX(0.5);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.p-footer__corp::after {
	background: #d80f14;
	bottom: -0.1875rem;
	content: "";
	height: 0.125rem;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0.5);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.p-header__inner {
	align-items: center;
	background: linear-gradient(90deg, #d80d14 0%, #e56300 100%);
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	min-height: 7.5rem;
	padding-left: 2.0625rem;
	padding-right: 2.0625rem;
}

.p-header__brand {
	grid-column-gap: 1.5625rem;
	-moz-column-gap: 1.5625rem;
	align-items: center;
	color: #fff;
	column-gap: 1.5625rem;
	display: grid;
	flex-shrink: 0;
	grid-template-columns: auto auto;
}

.p-header__logo {
	grid-row: 1/3;
	width: 7rem;
}

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

.p-header__title {
	font-family: "Jost", "Futura", "Century Gothic", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-style: italic;
	font-weight: 700;
	grid-column: 2;
	grid-row: 1;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.p-header__catch {
	font-size: 1rem;
	font-weight: 700;
	grid-column: 2;
	grid-row: 2;
	line-height: 1.4;
}

.p-gnav__list {
	align-items: stretch;
	display: flex;
}

.p-gnav__item {
	border-left: 0.0625rem solid #fff;
	display: flex;
}

.p-gnav__item:last-child {
	border-right: 0.0625rem solid #fff;
}

.p-gnav__link {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	justify-content: center;
	padding: 0.25rem clamp(0.5rem, (100vw - 1185px) / 14, 1.5rem);
}

.p-gnav__icon {
	align-items: center;
	display: flex;
	height: 1.375rem;
	justify-content: center;
}

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

.p-gnav__label {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.p-header__toggle {
	display: none;
}

.p-header__bar {
	background-color: #fff;
	display: block;
	height: 0.125rem;
	transition: transform 0.3s, opacity 0.3s;
	width: 100%;
}

.is-drawer-open .p-header__bar:nth-child(1) {
	transform: translateY(0.375rem) rotate(45deg);
}

.is-drawer-open .p-header__bar:nth-child(2) {
	opacity: 0;
}

.is-drawer-open .p-header__bar:nth-child(3) {
	transform: translateY(-0.375rem) rotate(-45deg);
}

.p-drawer {
	display: none;
}

.is-drawer-open .p-drawer {
	opacity: 0.9;
	pointer-events: auto;
	visibility: visible;
}

.p-drawer__nav {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 1.5625rem 1.25rem 3.125rem;
	width: 100%;
}

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

.p-drawer__link {
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 800;
	line-height: 2.5;
}

.p-drawer__about {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1.5rem;
}

.p-drawer__corp {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.375rem;
	margin-top: 1.875rem;
}

.p-drawer__arrow {
	font-size: 1rem;
	line-height: 1;
}

body.is-drawer-lock {
	overflow: hidden;
}

.p-gnav__label {
	position: relative;
}

.p-gnav__label::after {
	background: #fff;
	bottom: -0.25rem;
	content: "";
	height: 0.125rem;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0.4);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.p-hub {
	padding-bottom: 3.75rem;
	padding-top: 8.125rem;
	position: relative;
	z-index: 0;
}

.p-hub__head {
	text-align: center;
}

.p-hub__title {
	color: #d80f14;
	font-size: 2rem;
	font-weight: 700;
	line-height: 0.875;
	padding-bottom: 1.5rem;
	position: relative;
}

.p-hub__title::after {
	background: #d80f14;
	bottom: 0;
	content: "";
	height: 0.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.5rem;
}

.p-hub__intro {
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 2.25rem;
	text-align: center;
}

.p-hub__cards {
	grid-gap: 2.5rem 2.4375rem;
	display: grid;
	gap: 2.5rem 2.4375rem;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.875rem;
}

.p-hub__card {
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.p-hub__cardlink {
	display: block;
	height: 100%;
}

.p-hub__cardhead {
	align-items: center;
	background: linear-gradient(180deg, #d80d14 0%, #e56300 100%);
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	justify-content: center;
	min-height: 8.75rem;
}

.p-hub__cardicon {
	align-items: center;
	display: flex;
	height: 2.375rem;
	justify-content: center;
}

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

.p-hub__carden {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.p-hub__cardbody {
	padding: 1.375rem 1.5rem 2rem;
	text-align: center;
}

.p-hub__cardjp {
	color: #d80f14;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-hub__carddesc {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1rem;
	text-align: left;
}

.p-hub__card.cat-topics .p-hub__carddesc {
	letter-spacing: -0.04em;
}

.p-hub {
	scroll-margin-top: 7.5rem;
}

.p-hub__card {
	transition: box-shadow 0.35s ease;
}

.p-hubcta {
	display: none;
}

.p-hubcta__link {
	align-items: center;
	background: linear-gradient(90deg, #d80d14 0%, rgba(229, 99, 0, 0.4) 100%);
	border-radius: 1.5rem;
	color: #fff;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	min-height: 3.375rem;
	padding-left: 1.4375rem;
	padding-right: 1.0625rem;
	width: 100%;
}

.p-hubcta__text {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.p-hubcta__text small {
	font-size: 0.875rem;
}

.p-hubcta__arrow {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 1.8125rem;
	justify-content: center;
	width: 1.8125rem;
}

.p-hubcta__arrow::before {
	border-bottom: 0.125rem solid #e56001;
	border-right: 0.125rem solid #e56001;
	content: "";
	height: 0.5rem;
	margin-top: -0.1875rem;
	transform: rotate(45deg);
	width: 0.5rem;
}

.p-hubcta__arrow {
	transition: transform 0.3s ease;
}

.p-intro {
	overflow: hidden;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
	z-index: 0;
}

.p-intro__inner {
	position: relative;
}

.p-intro__watermark {
	color: #d8630e;
	font-size: 11.25rem;
	font-weight: 900;
	left: 50%;
	letter-spacing: -0.01em;
	line-height: 1.2333333333;
	margin-left: -50vw;
	opacity: 0.054;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% - 2.9375rem));
	white-space: nowrap;
	width: 100vw;
	z-index: 0;
}

.p-intro__watermark-track {
	animation: p-intro-watermark-loop 18s linear infinite;
	display: flex;
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
}

.p-intro__watermark-text {
	flex-shrink: 0;
	padding-right: 0.28em;
}

.p-intro__text {
	color: #d80e14;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-mv {
	background: url(../images/common/hero.jpg) center center/cover no-repeat;
	isolation: isolate;
	min-height: 58.1875rem;
	overflow: hidden;
	padding-top: 7.5rem;
	position: relative;
}

.p-mv::before {
	background: linear-gradient(90deg, #800000 0%, #48f8ff 100%);
	bottom: 0;
	content: "";
	left: 0;
	mix-blend-mode: overlay;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 7.5rem;
	z-index: -1;
}

.p-mv__inner {
	align-items: flex-end;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
	min-height: 50.6875rem;
	padding-bottom: 5.875rem;
	padding-left: min(16.25rem, 13.5%);
	padding-right: min(16.25rem, 13.5%);
	position: relative;
}

.p-mv__body {
	color: #fff;
	transform: translateY(-3rem);
}

.p-mv__eyebrow {
	font-family: "Dancing Script", "Corsiva Hebrew", "Snell Roundhand", cursive;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-shadow: 0 0 6.1875rem #ff7907;
}

.p-mv__eyebrow-br {
	display: none;
}

.p-mv__headline {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 8.4375rem;
}

.p-mv__line {
	background: linear-gradient(90deg, #d80d14 0%, #e56300 100%);
	color: #fff;
	display: inline-block;
	font-size: 3.375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	padding: 0.125rem 0.875rem;
	text-shadow: 0 0 6.1875rem #ff7907;
}

.p-mv__cta {
	align-items: center;
	background: linear-gradient(90deg, #d80d14 0%, rgba(229, 99, 0, 0.4) 100%);
	border-radius: 1.5rem;
	color: #fff;
	display: inline-flex;
	gap: 0.625rem;
	justify-content: space-between;
	max-width: 18.75rem;
	padding: 1.25rem 1.5rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__cta-text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-mv__cta-text small {
	font-size: 1.125rem;
}

.p-mv__cta-arrow {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 1.8125rem;
	justify-content: center;
	width: 1.8125rem;
}

.p-mv__cta-arrow::before {
	border-bottom: 0.125rem solid #e56001;
	border-right: 0.125rem solid #e56001;
	content: "";
	height: 0.5rem;
	margin-top: -0.1875rem;
	transform: rotate(45deg);
	width: 0.5rem;
}

.p-mv__cta {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-mv__cta-arrow {
	transition: transform 0.3s ease;
}

.p-news {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: relative;
	scroll-margin-top: 7.5rem;
	z-index: 0;
}

.p-news__head {
	text-align: center;
}

.p-news__eyebrow {
	color: #d80f14;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.p-news__title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 0.375rem;
	padding-bottom: 1rem;
	position: relative;
}

.p-news__title::after {
	background: #d80f14;
	bottom: 0;
	content: "";
	height: 0.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.5rem;
}

.p-news__tabs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0;
	justify-content: center;
	margin-top: 1.75rem;
}

.p-news__tab {
	align-items: center;
	background: transparent;
	border: 0;
	color: #000;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.375rem;
	line-height: 1.5;
	padding-left: 1rem;
	padding-right: 1rem;
	white-space: nowrap;
}

.p-news__tab + .p-news__tab {
	border-left: 0.0625rem solid rgba(0, 0, 0, 0.5);
}

.p-news__tab.is-current {
	color: #d80f14;
	position: relative;
}

.p-news__tab.is-current::after {
	background: #d80f14;
	bottom: -0.125rem;
	content: "";
	height: 0.125rem;
	left: 1rem;
	position: absolute;
	right: 1rem;
}

.p-news__dot {
	background: #bf7f73;
	background: var(--cat-color);
	display: inline-block;
	height: 0.5rem;
	width: 0.5rem;
}

.p-news__filter {
	display: none;
}

.p-news__list {
	grid-gap: 2.5625rem 2.5rem;
	display: grid;
	gap: 2.5625rem 2.5rem;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.375rem;
}

.p-news__card {
	background: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
}

.p-news__cardlink {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.p-news__thumb {
	aspect-ratio: 373/188;
	overflow: hidden;
	position: relative;
}

.p-news__thumb img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-news__thumb img.is-contain {
	-o-object-fit: contain;
	background-color: #fff;
	object-fit: contain;
	padding: 0.75rem;
}

.p-news__new {
	height: 4.625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 4.625rem;
	z-index: 2;
}

.p-news__new::before {
	background: #fff039;
	bottom: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-news__new-txt {
	color: #d80f14;
	font-size: 1.125rem;
	font-weight: 800;
	left: -0.5625rem;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 0.9375rem;
	transform: rotate(-45deg);
	width: 4.5rem;
}

.p-news__badge {
	align-items: center;
	background: #bf7f73;
	background: var(--cat-color);
	border-radius: 1rem;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	min-height: 1.4375rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	position: absolute;
	right: 0.875rem;
	top: 0.875rem;
}

.p-news__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.25rem 1.375rem 1.375rem;
}

.p-news__series {
	color: #d80f14;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-news__cardtitle {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-news__series + .p-news__cardtitle {
	margin-top: 1.0625rem;
}

.p-news__role {
	color: #000;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142857143;
	margin-top: 0.375rem;
}

.p-news__date {
	color: #4d4d4d;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: auto;
	padding-top: 0.625rem;
}

.p-news__empty {
	color: #4d4d4d;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 3.375rem;
	text-align: center;
}

.p-news__pager {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 5rem;
}

.p-news__page {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 50%;
	color: #000;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	height: 2.5rem;
	justify-content: center;
	padding: 0;
	width: 2.5rem;
}

.p-news__page.is-current {
	background: #d80f14;
	color: #fff;
}

.p-news__card {
	transition: box-shadow 0.35s ease;
}

.p-news__thumb img {
	transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.p-news__tab {
	position: relative;
}

.p-news__tab:not(.is-current)::after {
	background: #bf7f73;
	background: var(--cat-color, #d80f14);
	bottom: -0.125rem;
	content: "";
	height: 0.125rem;
	left: 1rem;
	opacity: 0;
	position: absolute;
	right: 1rem;
	transform: scaleX(0.5);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.p-news__page {
	transition: background-color 0.25s ease, color 0.25s ease;
}

.p-pickup {
	padding-bottom: 2.5rem;
	padding-top: 3.75rem;
	position: relative;
	z-index: 0;
}

.p-pickup__head {
	text-align: center;
}

.p-pickup__eyebrow {
	color: #d80f14;
	font-size: 1rem;
	font-weight: 900;
}

.p-pickup__title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.375rem;
	padding-bottom: 1.125rem;
	position: relative;
}

.p-pickup__title::after {
	background: #d80f14;
	bottom: 0;
	content: "";
	height: 0.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.5rem;
}

.p-pickup__swiper {
	margin-top: 5rem;
	overflow: visible;
	position: relative;
}

.p-pickup__swiper .swiper-slide {
	height: auto;
	transition: opacity 0.4s;
	width: 45.5625rem;
}

.p-pickup__swiper .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.5;
}

.p-pickup__card {
	display: flex;
	flex-direction: column;
}

.p-pickup__thumb {
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
}

.p-pickup__thumb img {
	-o-object-fit: cover;
	display: block;
	height: 16.1875rem;
	object-fit: cover;
	width: 100%;
}

.p-pickup__badge {
	align-items: center;
	background: #bf7f73;
	background: var(--cat-color);
	border-radius: 1rem;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	left: 2.0625rem;
	line-height: 1;
	min-height: 1.5rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	position: absolute;
	top: 7.125rem;
}

.p-pickup__cardtitle {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	left: 2.25rem;
	position: absolute;
	top: 9.8125rem;
}

.p-pickup__cardtitle-lg,
.p-pickup__cardtitle-sm {
	-webkit-box-decoration-break: clone;
	background: #fff;
	box-decoration-break: clone;
	color: #000;
	font-weight: 700;
	line-height: 1.1;
	padding: 0.1875rem 0.375rem;
}

.p-pickup__cardtitle-lg {
	font-size: 1.75rem;
}

.p-pickup__cardtitle-sm {
	font-size: 1.5rem;
}

.p-pickup__desc {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.75rem;
}

.p-pickup__prev,
.p-pickup__next {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
	cursor: pointer;
	display: flex;
	height: 1.8125rem;
	justify-content: center;
	position: absolute;
	top: 8.125rem;
	transform: translateY(-50%);
	transition: transform 0.25s ease;
	width: 1.8125rem;
	z-index: 5;
}

.p-pickup__prev {
	left: calc(50% - 23.6875rem);
}

.p-pickup__next {
	right: calc(50% - 23.6875rem);
}

.p-pickup__prev::before,
.p-pickup__next::before {
	border-right: 0.125rem solid #e56001;
	border-top: 0.125rem solid #e56001;
	content: "";
	height: 0.5rem;
	width: 0.5rem;
}

.p-pickup__next::before {
	margin-left: -0.1875rem;
	transform: rotate(45deg);
}

.p-pickup__prev::before {
	margin-right: -0.1875rem;
	transform: rotate(-135deg);
}

.p-pickup__thumb {
	transition: box-shadow 0.35s ease;
}

.p-pickup__thumb img {
	transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.p-single {
	--cat-accent: #bf7f73;
	background-color: #fffaf2;
	position: relative;
}

.p-single.cat-news {
	--cat-accent: #bf7f73;
}

.p-single.cat-topics {
	--cat-accent: #6f9fbf;
}

.p-single.cat-insights {
	--cat-accent: #72be78;
}

.p-single.cat-products-solutions {
	--cat-accent: #c48f9a;
}

.p-single.cat-stories {
	--cat-accent: #eba467;
}

.p-single.cat-culture {
	--cat-accent: #9a8bbf;
}

.p-single.cat-faq {
	--cat-accent: #8c949c;
}

.p-single__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.p-article-head {
	background-color: #d80f14;
	padding-bottom: 3rem;
	padding-top: 10.5rem;
}

.p-article-head__en {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-article-head__jp {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.p-article-hero {
	background: url(../images/common/insights-hero.png) center center/cover no-repeat;
	min-height: 20rem;
}

.p-article-hero__box {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	padding-top: 4rem;
}

.p-article-hero__label {
	align-items: center;
	background-color: var(--cat-accent);
	border-radius: 1rem;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	height: 1.5rem;
	line-height: 1;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.p-article-hero__cardtitle {
	align-items: baseline;
	background-color: #fff;
	display: inline-flex;
	gap: 0.875rem;
	margin-top: 0.75rem;
	padding: 0.375rem 0.875rem;
}

.p-article-hero__cardtitle-lg {
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.p-article-hero__cardtitle-sm {
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}

.p-article-hero__cardtext {
	background-color: #fff;
	color: #000;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.25rem;
	padding: 0.375rem 0.875rem;
}

.p-single__main {
	padding-bottom: 6.25rem;
	padding-top: 0.75rem;
	position: relative;
	z-index: 0;
}

.p-single__main::before {
	background-image: url(../images/common/article-bg-composed.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.1;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

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

.p-strip::after {
	background: #fff;
	bottom: 0;
	content: "";
	left: 0;
	mix-blend-mode: overlay;
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-strip__track {
	animation: p-strip-scroll 45s linear infinite;
	display: flex;
	width: -moz-max-content;
	width: max-content;
}

.p-strip__item {
	flex-shrink: 0;
	width: 20rem;
}

.p-strip__item img {
	-o-object-fit: cover;
	display: block;
	height: 13.3125rem;
	object-fit: cover;
	width: 100%;
}

.p-toc {
	background-color: #f7f7f7;
	border-radius: 0.5rem;
	margin-top: 2.3125rem;
	padding: 1rem 1.75rem 1.75rem;
}

.p-toc__title {
	border-bottom: 0.0625rem solid var(--cat-accent);
	color: var(--cat-accent);
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1;
	padding-bottom: 0.875rem;
}

.p-toc__list {
	margin-top: 0.75rem;
}

.p-toc__link {
	align-items: center;
	color: #000;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.5625rem;
	line-height: 1.75;
}

.p-toc__link::before {
	border-bottom: 0.125rem solid var(--cat-accent);
	border-right: 0.125rem solid var(--cat-accent);
	content: "";
	flex-shrink: 0;
	height: 0.5rem;
	transform: translateY(-0.125rem) rotate(45deg);
	width: 0.5rem;
}

.p-toc__item--sub .p-toc__link {
	padding-left: 1.25rem;
}

@media (prefers-reduced-motion: reduce) {

.c-heading-reveal {
	opacity: 1;
}

.c-heading-reveal::before {
	display: none;
}

.p-intro__watermark-track {
	animation: none;
}

}

@media (hover: hover) {

.p-article__content .wp-block-button__link:hover {
	background-color: #fff;
	color: var(--cat-accent);
}

.p-footer__navlink:hover::after,
.p-footer__corp:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.p-gnav__link:hover .p-gnav__label::after {
	opacity: 1;
	transform: scaleX(1);
}

.p-hub__card:hover {
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.14);
}

.p-hubcta__link:hover .p-hubcta__arrow {
	transform: scale(1.18);
}

.p-mv__cta:hover {
	box-shadow: 0 0.625rem 1.5rem rgba(216, 13, 20, 0.4);
	transform: translateY(-0.25rem);
}

.p-mv__cta:hover .p-mv__cta-arrow {
	transform: scale(1.18);
}

.p-news__card:hover {
	box-shadow: 0 0.875rem 1.875rem rgba(0, 0, 0, 0.12);
}

.p-news__card:hover .p-news__thumb img {
	transform: scale(1.06);
}

.p-news__tab:not(.is-current):hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.p-news__page:not(.is-current):hover {
	background: rgba(216, 15, 20, 0.12);
	color: #d80f14;
}

.p-pickup__prev:hover,
.p-pickup__next:hover {
	transform: translateY(-50%) scale(1.15);
}

.p-pickup__card:hover .p-pickup__thumb {
	box-shadow: 0 0.875rem 1.875rem rgba(0, 0, 0, 0.14);
}

.p-pickup__card:hover .p-pickup__thumb img {
	transform: scale(1.06);
}

}

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

.p-header__nav {
	display: none;
}

.p-header__toggle {
	background-color: #4d4d4d;
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 0.25rem;
	height: 2.5rem;
	justify-content: center;
	padding: 0.75rem 0.8125rem;
	width: 2.5rem;
	z-index: 110;
}

.p-drawer {
	align-items: flex-start;
	background: linear-gradient(180deg, #d80d14 0%, #e56300 100%);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 7.5rem;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	z-index: 90;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

@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-block-gokai {
	border-radius: 0.75rem;
	margin-top: 1.5rem;
	padding: 1.5rem 1.25rem 1.75rem;
}

.c-block-gokai__header .c-block-gokai__label {
	font-size: 0.875rem;
}

.c-block-gokai__header .c-block-gokai__title {
	font-size: 1.125rem;
}

.c-block-gokai__divider {
	margin-top: 0.875rem;
}

.c-block-gokai__body {
	margin-top: 0.875rem;
}

.c-block-matome {
	margin-top: 1.5rem;
}

.c-block-matome__head {
	gap: 0.625rem;
	min-height: 3.75rem;
	padding: 0.625rem 1.25rem;
}

.c-block-matome__head .c-block-matome__pill {
	font-size: 0.875rem;
	min-height: 2.5rem;
	min-width: 3.75rem;
}

.c-block-matome__head .c-block-matome__title {
	font-size: 1.25rem;
}

.c-block-matome__body {
	padding: 1.25rem 1.25rem 1.5rem;
}

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

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

.l-header {
	position: relative;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.p-about__band {
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.p-about__brand {
	font-size: 1.5rem;
	line-height: 1.4;
}

.p-about__brand-br {
	display: inline;
}

.p-about__inner {
	padding-bottom: 4.5rem;
	padding-top: 3.625rem;
}

.p-about__inner::before {
	background-image: url(../images/common/about-bg-sp.jpg);
}

.p-about__heading {
	font-size: 1.5rem;
	line-height: 1.66;
}

.p-about__lead {
	font-size: 1.125rem;
	line-height: 2.2;
	margin-top: 2.75rem;
}

.p-article {
	border-radius: 0.75rem;
	margin-top: 0.875rem;
}

.p-article__inner {
	padding: 1.75rem 1.25rem 2rem;
}

.p-article__series {
	font-size: 0.875rem;
	gap: 0.875rem;
	min-height: 2.5rem;
}

.p-article__series-heading {
	font-size: 0.875rem;
}

.p-article__title {
	font-size: 1.375rem;
	line-height: 1.5;
}

.p-article__hero {
	border-radius: 0.5rem;
	margin-top: 1.25rem;
}

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

.p-article__content h2 {
	font-size: 1.25rem;
	margin-top: 2.5rem;
	padding-left: 1rem;
}

.p-article__content h3 {
	font-size: 1.125rem;
	margin-top: 1.75rem;
}

.p-article__content p {
	margin-top: 1.25rem;
}

.p-article__content figure {
	margin-top: 1.5rem;
}

.p-article__content p + figure {
	margin-top: 1rem;
}

.p-article__content figure + h2,
.p-article__content figure + h3 {
	margin-top: 2.5rem;
}

.p-article__content img {
	aspect-ratio: 760/341.65;
	height: auto;
}

.p-article__content .wp-block-buttons {
	margin-top: 2rem;
}

.p-breadcrumb__item {
	font-size: 0.75rem;
}

.p-breadcrumb__item + .p-breadcrumb__item::before {
	margin-left: 0.4375rem;
	margin-right: 0.4375rem;
}

.p-cta {
	padding-bottom: 3.125rem;
}

.p-cta__box {
	border-radius: 1.5rem;
	padding: 1.75rem 0.875rem 1.75rem;
}

.p-cta__title {
	font-size: 1.125rem;
	line-height: 1.55;
	padding-bottom: 1.125rem;
}

.p-cta__title-br {
	display: inline;
}

.p-cta__list {
	gap: 0.5rem;
	grid-template-columns: 1fr;
	margin-top: 2.1875rem;
}

.p-footer__inner {
	padding-bottom: 1.5rem;
}

.p-footer__nav {
	display: none;
}

.p-footer__logo {
	font-size: 1.625rem;
	margin-top: 0;
	white-space: nowrap;
}

.p-footer__catch {
	margin-top: 0.5rem;
}

.p-header__inner {
	min-height: 4.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-header__brand {
	-moz-column-gap: 0.25rem;
	column-gap: 0.25rem;
	grid-template-columns: auto 1fr;
	row-gap: 0.25rem;
}

.p-header__logo {
	grid-row: 1;
	width: 3.4375rem;
}

.p-header__title {
	font-size: 1rem;
	line-height: 1;
}

.p-header__catch {
	font-size: 0.5625rem;
	grid-column: 1/3;
	white-space: nowrap;
}

.p-drawer {
	bottom: 0;
	left: 0;
	right: 0;
	top: 4.25rem;
}

.p-hub {
	padding-bottom: 2.5rem;
	padding-top: 3.125rem;
}

.p-hub__title {
	font-size: 1.375rem;
	padding-bottom: 1.125rem;
}

.p-hub__cards {
	gap: 1.5rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.p-hub__cardhead {
	min-height: 7.9375rem;
}

.p-hub__carden {
	font-size: 1.3125rem;
}

.p-hub__cardbody {
	padding: 1.375rem 1.375rem 1.625rem;
}

.p-hub__cardjp {
	font-size: 1.125rem;
}

.p-hub {
	scroll-margin-top: 0;
}

.p-hubcta {
	display: block;
	margin-top: 2.125rem;
}

.p-intro {
	padding-bottom: 0;
	padding-top: 2.5rem;
}

.p-intro__watermark {
	font-size: 4.375rem;
	transform: translateY(-50%);
}

.p-intro__watermark-track {
	animation-duration: 12s;
}

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

.p-mv {
	background-position: center 72%;
	background-size: auto 135%;
	min-height: 25.3125rem;
	padding-top: 0;
}

.p-mv::before {
	top: 0;
}

.p-mv__inner {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.875rem;
	justify-content: flex-end;
	min-height: 25.3125rem;
	padding-bottom: 0.6875rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-mv__body {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	transform: none;
}

.p-mv__eyebrow {
	font-size: 1rem;
	margin-top: 0.625rem;
	order: 2;
}

.p-mv__eyebrow-br {
	display: inline;
}

.p-mv__headline {
	gap: 0.625rem;
	margin-top: 0;
	order: 1;
}

.p-mv__line {
	font-size: 2rem;
	padding: 0.0625rem 0.625rem;
}

.p-mv__cta {
	display: none;
}

.p-news {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	scroll-margin-top: 0;
}

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

.p-news__tabs {
	display: none;
}

.p-news__filter {
	display: block;
	margin-top: 1.25rem;
	position: relative;
}

.p-news__filter::after {
	border-left: 0.5625rem solid transparent;
	border-right: 0.5625rem solid transparent;
	border-top: 0.6875rem solid #d80f14;
	content: "";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.p-news__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: none;
	border-radius: 0.5rem;
	color: #000;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.25rem;
	font-weight: 700;
	height: 3rem;
	padding: 0 3rem 0 1.3125rem;
	width: 100%;
}

.p-news__list {
	gap: 1.5rem;
	grid-auto-rows: auto;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.p-news__new {
	height: 4.1875rem;
	width: 4.1875rem;
}

.p-news__new-txt {
	font-size: 1rem;
	left: -0.625rem;
	top: 0.8125rem;
	width: 4.125rem;
}

.p-news__empty {
	font-size: 0.9375rem;
	margin-top: 1.5rem;
}

.p-pickup {
	padding-bottom: 1.5rem;
	padding-top: 1.875rem;
}

.p-pickup__title {
	font-size: 1.25rem;
	line-height: 1.2;
}

.p-pickup__swiper {
	margin-top: 2.5rem;
}

.p-pickup__swiper .swiper-slide {
	width: 21.125rem;
}

.p-pickup__thumb img {
	height: 10.625rem;
}

.p-pickup__badge {
	left: 1rem;
	top: 2.0625rem;
}

.p-pickup__cardtitle {
	left: 1.1875rem;
	top: 4.75rem;
}

.p-pickup__prev,
.p-pickup__next {
	box-shadow: none;
	top: 5.3125rem;
}

.p-pickup__prev {
	left: -0.875rem;
}

.p-pickup__next {
	right: -0.875rem;
}

.p-article-head {
	padding-bottom: 1.5rem;
	padding-top: 2rem;
}

.p-article-head__en {
	font-size: 1.375rem;
}

.p-article-head__jp {
	font-size: 0.8125rem;
	margin-top: 0.25rem;
}

.p-article-hero {
	min-height: 10rem;
}

.p-article-hero__box {
	padding-top: 1.5rem;
}

.p-article-hero__label {
	font-size: 0.8125rem;
	height: 1.25rem;
}

.p-article-hero__cardtitle {
	gap: 0.5rem;
	margin-top: 0.5rem;
	padding: 0.25rem 0.625rem;
}

.p-article-hero__cardtitle-lg {
	font-size: 1.25rem;
}

.p-article-hero__cardtitle-sm {
	font-size: 0.875rem;
}

.p-article-hero__cardtext {
	font-size: 0.6875rem;
	padding: 0.3125rem 0.625rem;
}

.p-single__main {
	padding-bottom: 3.5rem;
	padding-top: 0.5rem;
}

.p-strip__item {
	width: 7.75rem;
}

.p-strip__item img {
	height: 5.1875rem;
}

.p-toc {
	margin-top: 1.75rem;
	padding: 0.875rem 1.125rem 1.25rem;
}

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

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

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes c-heading-reveal-mask {

0% {
	left: 0;
	right: 100%;
}

50% {
	left: 0;
	right: -5%;
}

100% {
	left: 105%;
	right: -5%;
}

}

@keyframes c-heading-reveal-text {

0%,50% {
	opacity: 0;
}

50.01%,100% {
	opacity: 1;
}

}

@keyframes p-intro-watermark-loop {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-50%);
}

}

@keyframes p-strip-scroll {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-50%);
}

}


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