/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
	font-size: 16px;
}

body {
	background-color: #FFFEFA;
	color: #1E1F3B;
	font-family: "Noto Sans JP", sans-serif;
}

main {
	padding-top: 4.4875rem;
}

/* link */

/* ============================================ */

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

a:hover {
	opacity: 0.8;
}

/* img */

/* ============================================ */

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

h1.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h2.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h3.wp-block-heading {
	font-size: 1.4rem;
	font-weight: revert;
	margin: 0;
}

h4.wp-block-heading {
	font-size: 1.3rem;
	font-weight: revert;
	margin: 0;
}

h5.wp-block-heading {
	font-size: 1.2rem;
	font-weight: revert;
	margin: 0;
}

h6.wp-block-heading {
	font-size: 1.1rem;
	font-weight: revert;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

.js-accordion-summary {
	cursor: pointer;
}

.js-bg-line__light {
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 1.25rem 0.625rem #fff;
	        box-shadow: 0 0 1.25rem 0.625rem #fff;
	height: 4.6875rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 4.6875rem;
}

.js-bg-line__light-gray {
	background: #EFEEEB;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 1.25rem 0.625rem #EFEEEB;
	        box-shadow: 0 0 1.25rem 0.625rem #EFEEEB;
	height: 4.6875rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 4.6875rem;
}

.js-loading {
	background-color: #F2F2F2;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	width: 100%;
	z-index: 10000;
}

.js-loading-effect-container {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.js-loading-effect {
	position: absolute;
	z-index: -1;
}

.js-loading-effect01 {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(153, 173, 186, 0.5)), color-stop(58%, #99ADBA), color-stop(76%, #FFFFFF), to(#DEDEDE));
	background: linear-gradient(to bottom, rgba(153, 173, 186, 0.5) 0%, #99ADBA 58%, #FFFFFF 76%, #DEDEDE 100%);
	height: 100vh;
	left: 72.8%;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
	-webkit-transform-origin: top;
	        transform-origin: top;
	width: 0.0625rem;
}

.js-loading-effect02 {
	background: -webkit-gradient(linear, left top, right top, from(rgba(153, 173, 186, 0.5)), color-stop(58%, #99ADBA), color-stop(76%, #FFFFFF), to(#DEDEDE));
	background: linear-gradient(to right, rgba(153, 173, 186, 0.5) 0%, #99ADBA 58%, #FFFFFF 76%, #DEDEDE 100%);
	bottom: 0%;
	height: 0.0625rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
	-webkit-transform-origin: left;
	        transform-origin: left;
	width: 100vw;
}

.js-loading-effect03 {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(153, 173, 186, 0.2)), color-stop(45%, #99ADBA), color-stop(86%, rgba(153, 173, 186, 0.2)));
	background: linear-gradient(to bottom, rgba(153, 173, 186, 0.2) 0%, #99ADBA 45%, rgba(153, 173, 186, 0.2) 86%);
	height: 100vh;
	left: 23%;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
	-webkit-transform-origin: bottom;
	        transform-origin: bottom;
	width: 0.0625rem;
}

.js-loading-effect04 {
	background: -webkit-gradient(linear, left top, right top, color-stop(9%, #fffefa), color-stop(30%, rgba(153, 173, 186, 0.6)), color-stop(50%, #99ADBA), color-stop(86%, rgba(153, 173, 186, 0.2)));
	background: linear-gradient(to right, #fffefa 9%, rgba(153, 173, 186, 0.6) 30%, #99ADBA 50%, rgba(153, 173, 186, 0.2) 86%);
	height: 0.0625rem;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
	-webkit-transform-origin: left;
	        transform-origin: left;
	width: 100vw;
}

.js-loading-text {
	position: relative;
	z-index: 10;
}

.js-loading-text__stroke {
	height: auto;
	left: 0;
	position: relative;
	top: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	width: 16.9375rem;
}

.js-loading-text__path {
	stroke: #B6B6B6;
	fill: transparent;
	opacity: 0;
}

.js-members-parallax {
	position: relative;
}

.js-members-parallax__bg-item {
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
	will-change: transform;
}

.js-parallax-img {
	overflow: hidden;
}

.js-parallax-img img {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.js-text-anime {
	color: #B6B6B6;
	display: block;
	mix-blend-mode: multiply;
	overflow: hidden;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.js-text-anime__bg {
	background-color: #1E1F3B;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.l-body {
	padding-bottom: 6.25rem;
	padding-top: 3.875rem;
}

.l-column {
	grid-gap: 2.75rem;
	display: -ms-grid;
	display: grid;
	gap: 2.75rem;
	-ms-grid-columns: 1fr 13.625rem;
	grid-template-columns: 1fr 13.625rem;
	margin-block: 2rem 5.4375rem;
	margin-inline: auto;
	max-width: 1320px;
	padding-inline: 80px;
}

.l-header {
	position: relative;
}

.l-header__top {
	padding-bottom: 0.5625rem;
	padding-top: 1.6875rem;
}

.l-header__bottom {
	height: 3.125rem;
	width: 100%;
}

.l-inner {
	margin: 0 auto;
	max-width: 1360px;
	padding-left: 80px;
	padding-right: 80px;
	width: 100%;
}

.l-inner__box {
	padding-left: 5rem;
	padding-right: 5rem;
}

.l-inner--free {
	max-width: none;
	max-width: initial;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.l-inner--top-case {
	max-width: none;
	max-width: initial;
	padding-left: 5rem;
	padding-right: 5rem;
}

.l-inner--contact {
	max-width: none;
	max-width: initial;
	padding-left: 80px;
	padding-right: 80px;
}

.l-inner--wide {
	max-width: 1612px;
}

.l-inner--semiwide {
	max-width: 1500px;
}

.l-inner--breadcrumbs {
	max-width: none;
	max-width: initial;
	padding-inline: 80px;
}

.l-inner--lower {
	max-width: none;
	max-width: initial;
	padding-inline: 80px;
}

.l-inner--midwide {
	max-width: 1420px;
}

.l-inner-semiwide-plus {
	max-width: 1540px;
}

.l-inner-footer {
	margin: 0 auto;
	padding-inline: 80px;
	padding-left: 2.5rem;
	padding-right: 80px;
	width: 100%;
}

.l-inner-narrow-plus {
	max-width: 1260px;
}

.l-inner-form {
	max-width: 1180px;
}

.l-inner--casestudy {
	max-width: 1500px;
}

.l-inner--casestudy-wide {
	max-width: 1500px;
	padding-inline: 2.5rem;
}

.c-breadcrumbs {
	margin-bottom: 2rem;
	margin-top: 3.375rem;
}

.c-breadcrumbs__list {
	color: #B6B6B6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.25rem;
}

.c-breadcrumbs__list--reverse {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.c-breadcrumbs__item {
	font-size: 0.9375rem;
	line-height: 1.6;
	position: relative;
	white-space: nowrap;
}

.c-breadcrumbs__item::after {
	background: url("../images/common/breadcrumbs-arrow.svg") no-repeat center center/cover;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: -1.625rem;
	top: 50%;
	-webkit-transform: translateY(calc(-50% + 1px));
	        transform: translateY(calc(-50% + 1px));
	width: 1.25rem;
}

.c-breadcrumbs__item:last-child::after {
	content: none;
}

.c-breadcrumbs__link {
	color: #1E1F3B;
	text-decoration: underline;
}

.c-breadcrumbs__item:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-btn__01 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #B6B6B6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	gap: 2.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: 1.9;
	padding-block: 0.5rem;
	position: relative;
	-webkit-transition: opacity 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-btn__01--1500 {
	border-bottom: 1px solid #1E1F3B;
	font-size: 1.0666666667vw;
	padding-block: 0.5333333333vw;
}

.c-btn__01:hover {
	border-bottom: 1px solid #1E1F3B;
}

a:has(.c-btn__arrow):hover .c-btn__arrow img {
	-webkit-transform: translateX(calc(100% + 1rem));
	        transform: translateX(calc(100% + 1rem));
}

.c-btn__01--arrow-box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #1E1F3B;
	border-radius: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 3.25rem;
}

.c-btn__arrow.c-btn__01--arrow {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 0.75rem;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	    -ms-flex-pack: end;
	        justify-content: end;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	width: 0.75rem;
}

.c-btn__arrow.c-btn__01--arrow img {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 0.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transform: translate(0%, 0%);
	        transform: translate(0%, 0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	width: 0.75rem;
}

.c-btn__02--arrow-box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
	width: 3.25rem;
}

.c-btn__03--arrow-box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: transparent;
	background-color: #fff;
	border-radius: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 3.25rem;
}

.c-btn.c-btn__02 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1rem 1.25rem;
	width: 14.625rem;
}

.c-btn.c-btn__02::after {
	content: none;
}

.c-btn.c-btn__02:hover .c-btn__arrow img {
	-webkit-transform: translateX(calc(100% + 1rem));
	        transform: translateX(calc(100% + 1rem));
}

.c-btn.c-btn__02:hover .c-btn__text::after {
	opacity: 1;
}

.c-btn__arrow {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	height: 1rem;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	    -ms-flex-pack: end;
	        justify-content: end;
	overflow: hidden;
	width: 1rem;
}

.c-btn__arrow img {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 0.75rem;
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	width: 0.75rem;
}

.c-btn.c-btn__02 .c-btn__text {
	font-size: 0.875rem;
	line-height: 120%;
	position: relative;
	transition: -webkit-text-decoration 0.4s ease-in-out;
	-webkit-transition: -webkit-text-decoration 0.4s ease-in-out;
	transition: text-decoration 0.4s ease-in-out;
	transition: text-decoration 0.4s ease-in-out, -webkit-text-decoration 0.4s ease-in-out;
}

.c-btn.c-btn__02 .c-btn__text::after {
	background-color: currentColor;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 100%;
}

.c-btn.c-btn__02 .c-btn__arrow {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	height: 0.75rem;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	    -ms-flex-pack: end;
	        justify-content: end;
	overflow: hidden;
	width: 0.75rem;
}

.c-btn.c-btn__02 .c-btn__arrow img {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.c-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #1E1F3B;
	border-radius: 0.125rem;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1rem 1.25rem;
	position: relative;
	width: 14.625rem;
}

.c-btn .c-btn__arrow img {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.c-btn.c-btn--to-top {
	padding-block: 1rem;
	padding-left: 1.25rem;
	text-align: left;
	width: 234px !important;
}

.c-btn.c-btn--to-top::after {
	height: 1.125rem;
	right: 1.25rem;
	width: 1.125rem;
}

.c-btn.c-btn-submit::after {
	height: 1.125rem;
	width: 1.125rem;
}

.c-btn.c-btn-back {
	background-color: transparent;
	border-bottom: 1px solid #1E1F3B;
	color: #1E1F3B;
	gap: 16px;
	margin-top: 0;
	padding: 0 0 8px 0;
	width: 11.125rem;
}

.c-btn.c-btn-back::after {
	background: url("../images/common/icon-arrow-navy.svg") no-repeat center center/cover;
	height: 1.125rem;
	left: 0rem;
	right: inherit;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
	width: 1.125rem;
}

.c-btn.c-btn-back .c-btn__arrow {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.c-btn__arrow.c-btn__arrow--diagonal {
	-webkit-transform: translate(0, 0) rotate(-45deg);
	        transform: translate(0, 0) rotate(-45deg);
}

.c-head {
	margin-top: 11rem;
}

.c-head--right {
	margin-left: auto;
}

.c-head--left {
	margin-left: 0;
	margin-left: initial;
	margin-right: auto;
}

.c-head__box {
	margin-left: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-head__box.c-head__box--reverse {
	margin-left: 0;
	margin-left: initial;
	margin-right: auto;
}

.c-link {
	color: #1E1F3B;
	display: inline-block;
	position: relative;
}

.c-link::after {
	background-color: currentColor;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) scaleX(0);
	        transform: translateX(-50%) scaleX(0);
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 75%;
}

.c-link:hover::after {
	-webkit-transform: translateX(-50%) scaleX(1);
	        transform: translateX(-50%) scaleX(1);
}

.c-loop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0.125rem;
	overflow: hidden;
	white-space: nowrap;
}

.c-loop__item {
	-webkit-animation: scroll 30s linear infinite;
	        animation: scroll 30s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.25rem;
	min-width: -moz-fit-content;
	min-width: -webkit-fit-content;
	min-width: fit-content;
	padding-right: 0.25rem;
}

.c-loop__item.c-loop__reverse {
	-webkit-animation: scroll-reverse 30s linear infinite;
	        animation: scroll-reverse 30s linear infinite;
}

.c-loop__item img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.c-top__ttl {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
}

.c-top__ttl02 {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
}

.c-top__ttl-sub {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.2vw;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
}

.c-ttl__ja {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 5rem;
	font-weight: 500;
	line-height: 1.6;
}

.c-ttl__en {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
}

.c-ttl__en span {
	font-size: 1.375rem;
}

.c-ttl02__ja {
	background: #1E1F3B;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 4%;
	line-height: 1.6;
	padding-inline: 0.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-ttl02__en {
	font-family: "Cormorant Garamond", serif;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.c-ttl03__ja {
	font-family: "Cormorant Garamond", serif;
	font-size: 6.25rem;
	line-height: 120%;
}

.c-ttl03__en {
	color: #1E1F3B;
	font-size: 1.125rem;
	line-height: 190%;
}

.c-ttl03__en span {
	font-size: 1.375rem;
}

.c-ttl__news {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}

.c-ttl__news__meta {
	color: #1E1F3B;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9375rem;
	gap: 1em;
	line-height: 1.7;
}

.c-ttl__news__meta .category {
	background-color: rgba(30, 31, 59, 0.08);
	border-radius: 20px;
	font-size: 0.9375rem;
	line-height: 170%;
	padding-inline: 1em;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-ttl__news__postttl {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-404__box {
	padding-block: 7.5rem 12.5rem;
}

.p-404__ttl {
	color: #1E1F3B;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.9;
	text-align: center;
}

.p-404__txt {
	color: #1E1F3B;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.9;
	margin-top: 3.5rem;
	text-align: center;
}

.p-404__btn {
	margin: 3.5rem auto 0;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/* ====================================
# FV
==================================== */

.p-about-fv {
	background: url(../images/about/fv_img.png) no-repeat center center/cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-filter: brightness(0.12);
	        filter: brightness(0.12);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-about-fv__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 9.375rem;
	margin-inline: auto;
	width: calc(100% - 10rem);
}

/* ====================================
# WHO WE ARE
==================================== */

.p-about-who {
	background-color: #FFFEFA;
	overflow: hidden;
}

.p-about-who__inner {
	-webkit-box-shadow: inset 0px 0px 56px 16px rgba(153, 173, 186, 0.2);
	        box-shadow: inset 0px 0px 56px 16px rgba(153, 173, 186, 0.2);
	margin: 0 auto;
	max-width: 90vw;
	padding: 8.75rem 3.125rem 7.5rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-about-who__bg-slider {
	width: 100%;
}

.p-about-who__bg-slide {
	aspect-ratio: 1500/1353;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	margin: 0 calc(50% - 50vw);
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100vw;
	z-index: -1;
}

.p-about-who__bg-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-about-who__header {
	margin-bottom: 2.25rem;
}

.p-about-who__title-en {
	font-family: "Cormorant Garamond", serif;
	font-size: 2.5rem;
	line-height: 120%;
	padding-left: 1.5rem;
	position: relative;
}

.p-about-who__title-en::before {
	background: #1E1F3B;
	border-radius: 50%;
	bottom: 50%;
	content: "";
	display: block;
	height: 0.625rem;
	left: 0;
	position: absolute;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
	width: 0.625rem;
}

.p-about-who__subtitle {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 160%;
	margin-top: 0.25rem;
}

.p-about-who__line {
	background: #1E1F3B;
	height: 4.9375rem;
	margin: 0 auto 5rem;
	width: 0.0625rem;
}

.p-about-who__main {
	margin-bottom: 8.125rem;
	position: relative;
}

.p-about-who__catch {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 190%;
	margin-bottom: 0.75rem;
}

.p-about-who__main-title {
	font-family: "Zen Old Mincho", serif;
	font-size: 6.875rem;
	letter-spacing: 0.06em;
	line-height: 120%;
	margin-bottom: 1rem;
}

.p-about-who__main-title-box-text {
	border: 1px solid #1E1F3B;
	display: inline-block;
	height: 8rem;
	letter-spacing: 0em;
	line-height: 1;
	margin-bottom: -1.4375rem;
	overflow: hidden;
	position: relative;
	width: 8rem;
}

.p-about-who__main-title-box {
	background: #1E1F3B;
	display: block;
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	-webkit-transform-origin: left;
	        transform-origin: left;
	width: 100%;
}

.p-about-who__kana {
	font-size: 1.5rem;
	line-height: 170%;
	opacity: 0.5;
}

.p-about-who__kana-quote {
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 3rem;
	line-height: 150%;
	-webkit-transform: translateY(0.8125rem);
	        transform: translateY(0.8125rem);
}

.p-about-who__desc {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 200%;
	text-align: center;
}

.p-about-who__list {
	margin-bottom: 1.5rem;
}

.p-about-who__item {
	line-height: 200%;
}

.p-about-who__list-bold {
	font-size: 1.75rem;
}

.p-about-who__desc-text {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 180%;
	text-align: center;
}

.p-about-who__desc-bold {
	font-size: 3rem;
	font-weight: 500;
	margin-left: 1.5625rem;
}

.p-about-who__desc-space {
	letter-spacing: 0.08em;
}

.p-about-who__image-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-about-who__image {
	width: 50%;
}

.p-about-who__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

/* ====================================
# what
==================================== */

.p-about-what__inner {
	padding-block: 8.75rem 7.5rem;
}

.p-about-what__wrap {
	-webkit-box-align: end;
	-webkit-align-items: end;
	    -ms-flex-align: end;
	        align-items: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-inline: 2.5rem;
}

.p-about-what__text-wrap {
	width: 51%;
}

.p-about-what__title {
	margin-bottom: 3.5rem;
	text-align: center;
}

.p-about-what__en {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 160%;
	margin: 0 auto;
	padding-left: 1.25rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-about-what__en::before {
	background: #1E1F3B;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5rem;
}

.p-about-what__heading {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 160%;
}

.p-about-what__desc {
	font-size: 1rem;
	line-height: 200%;
	margin: 0;
}

.p-about-what__image {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	    -ms-flex-pack: end;
	        justify-content: end;
	width: 30rem;
}

.p-about-what__image video {
	width: 100%;
}

/* ====================================
# why
==================================== */

.p-about-why-bg {
	background: -webkit-gradient(linear, left top, left bottom, from(#15161E), to(#A5A5A4));
	background: linear-gradient(180deg, #15161E 0%, #A5A5A4 100%);
}

.p-about-why {
	background: #15161E url(../images/about/why_bg.png) no-repeat center 100%/cover;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.p-about-why::before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 22, 30, 0)), to(#15161E));
	background: linear-gradient(180deg, rgba(21, 22, 30, 0) 0%, #15161E 100%);
	bottom: 0;
	content: "";
	height: 12.375rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.p-about-why__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: calc(100% - 5.75rem);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 5.75rem;
	min-height: 37.5rem;
}

.p-about-why__container {
	margin: 0 calc(50% - 50vw);
	position: relative;
	width: 100vw;
}

.p-about-why__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 auto;
	max-width: 78.75rem;
}

.p-about-why__header {
	margin-bottom: 2.25rem;
}

.p-about-why__subtitle {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 1rem;
	padding-left: 1.25rem;
	position: relative;
}

.p-about-why__subtitle::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5rem;
}

.p-about-why__title {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 160%;
}

.p-about-why__image {
	width: 22.5rem;
}

.p-about-why__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 6.875rem;
	width: 42vw;
}

.p-about-why__right-content {
	display: block;
	width: 100%;
}

.p-about-why__heading {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 180%;
	margin-bottom: 2.5rem;
	padding-right: 2rem;
	position: relative;
}

.p-about-why__heading::before {
	background: #fff;
	content: "";
	height: 0.0625rem;
	left: -6.875rem;
	position: absolute;
	top: 2.1875rem;
	width: 5rem;
}

.js-why-container {
	height: 100svh;
	min-height: 75rem;
}

.js-why-content-wrap {
	position: relative;
}

.js-why-content {
	left: 0;
	position: absolute;
	top: 0;
}

.js-why-content-number {
	position: relative;
}

.js-why-content-number-white {
	left: 0;
	position: absolute;
	top: 0;
}

.p-about-why__number {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 220%;
	padding-left: 1.5rem;
	position: absolute;
	right: 2.5rem;
	top: 0.625rem;
}

.p-about-why__number-white {
	color: #fff;
}

.p-about-why__number-gray {
	color: rgba(255, 255, 255, 0.4);
}

.p-about-why__desc {
	font-size: 1.125rem;
	letter-spacing: 0.02em;
	line-height: 190%;
	margin-bottom: 1.5rem;
}

.p-about-why__desc:last-of-type {
	margin-bottom: 0;
}

/* ====================================
# Credo
==================================== */

.p-about-credo {
	color: #fff;
	padding-bottom: 13.4375rem;
}

.p-about-credo__header {
	margin-bottom: 3.5rem;
	text-align: center;
}

.p-about-credo__title-en {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 160%;
	margin: 0 auto 1.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-about-credo__title {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 160%;
}

.p-about-credo__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-about-credo__left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-right: -15%;
	padding-top: 2.125rem;
	width: 56.11111111%;
}

.p-about-credo__right {
	margin-top: 6.25rem;
	width: 58.0952381%;
}

.p-about-credo__subtitle {
	border-bottom: 1px solid #7479AC;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	line-height: 160%;
	margin-bottom: 1.125rem;
	padding-bottom: 0.8125rem;
	position: relative;
}

.p-about-credo__lead {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	font-family: "Zen Old Mincho", serif;
	font-size: 1.375rem;
	line-height: 160%;
	margin-bottom: 1.125rem;
	padding-bottom: 0.8125rem;
	position: relative;
}

.p-about-credo__subtitle::before,
.p-about-credo__lead::before {
	background: #7479AC;
	border-radius: 50%;
	bottom: -0.21875rem;
	content: "";
	display: block;
	height: 0.375rem;
	position: absolute;
	right: -0.375rem;
	width: 0.375rem;
}

.p-about-credo__lead::before {
	background: rgba(255, 255, 255, 0.5019607843);
}

.p-about-credo__desc {
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 200%;
	text-align: justify;
}

.p-about-credo__lead-desc {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 200%;
	text-align: justify;
}

.p-about-credo__desc--main {
	max-width: 30.625rem;
}

.p-about-credo__desc--sub {
	max-width: 33.8125rem;
}

.p-about-credo__svg {
	display: block;
	height: 100%;
	width: 100%;
}

/* ====================================
# Credo detail
==================================== */

.p-about-credo-detail {
	overflow: hidden;
	padding-bottom: 4rem;
	position: relative;
	z-index: 0;
}

.p-about-credo-detail__bg {
	-o-object-fit: cover;
	-webkit-filter: brightness(0.12);
	        filter: brightness(0.12);
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-about-credo-detail__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 6.25rem;
	gap: 9.657320872%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 10rem;
	position: relative;
}

.p-about-credo-detail__content {
	width: 62.30529595%;
}

.p-about-credo-detail__item {
	border-bottom: 1px dashed #fff;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	position: relative;
}

.p-about-credo-detail__wrap:last-of-type .p-about-credo-detail__item:last-of-type {
	margin-bottom: 0;
}

.p-about-credo-detail__item-head {
	margin-bottom: 1.75rem;
	position: relative;
}

.p-about-credo-detail__item-head-en {
	color: rgba(255, 255, 255, 0.16);
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	line-height: 150%;
	padding-bottom: 1.5rem;
	position: relative;
	-webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	        writing-mode: vertical-lr;
}

.p-about-credo-detail__item-head-en::before {
	background: rgba(255, 255, 255, 0.16);
	bottom: 0;
	content: "";
	display: block;
	height: 1.25rem;
	left: 40%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0.0625rem;
}

.p-about-credo-detail__number {
	color: rgba(255, 255, 255, 0.16);
	font-family: "Zen Old Mincho", serif;
	font-size: 6.875rem;
	letter-spacing: -0.05em;
	line-height: 0.6;
}

.p-about-credo-detail__title {
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 3rem;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 2rem;
}

.p-about-credo-detail__lead {
	color: #fff;
	font-size: 1.375rem;
	line-height: 160%;
	margin-bottom: 1.375rem;
}

.p-about-credo-detail__desc {
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
	line-height: 180%;
}

.p-about-credo-detail__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0.25rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 2rem;
	padding: 1rem 1.5rem;
	padding-right: 3.5rem;
	position: relative;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
	width: 100%;
}

.p-about-credo-detail__link:hover,
.p-about-credo-detail__link.is-open {
	background-color: #fff;
	color: #1E1F3B;
}

.p-about-credo-detail__link:hover::before,
.p-about-credo-detail__link:hover::after,
.p-about-credo-detail__link.is-open::before,
.p-about-credo-detail__link.is-open::after {
	background-color: #1E1F3B;
}

.p-about-credo-detail__link::before {
	background-color: currentColor;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	width: 0.75rem;
}

.p-about-credo-detail__link::after {
	background-color: currentColor;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.84375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 0.0625rem;
}

.p-about-credo-detail__link.is-open::after {
	opacity: 0;
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}

.p-about-credo-detail__img-wrap {
	position: relative;
	width: 28.03738318%;
}

.p-about-credo-detail__img {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	width: 100%;
}

.p-about-credo-detail__img:nth-of-type(2) {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}

.p-about-related {
	background: #faf9f7;
	padding: 7.5rem 0 10rem;
}

.p-about-related__title {
	border-bottom: 1px dashed #9A9AA3;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.25rem;
	line-height: 160%;
	margin-bottom: 3rem;
	padding-bottom: 1.5rem;
}

.p-about-related__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-about-related__item {
	aspect-ratio: 580/324;
	border-radius: 0.25rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow: hidden;
	padding: 1.5rem 2rem;
	position: relative;
	width: 46%;
	z-index: 1;
}

.p-about-related__item:hover {
	opacity: 1;
}

.p-about-related__item:hover .p-about-related__item-bg {
	scale: 1.05;
}

.p-about-related__item-bg {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	-webkit-transition: scale 0.5s ease-in-out;
	transition: scale 0.5s ease-in-out;
	width: 100%;
	z-index: -1;
}

.p-about-related__item-bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-about-related__meta {
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 160%;
}

.p-about-related__meta span {
	font-size: 1.125rem;
}

.p-about-related__heading {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	line-height: 150%;
}

.p-about-related__desc-wrap {
	-webkit-box-align: end;
	-webkit-align-items: end;
	    -ms-flex-align: end;
	        align-items: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-about-related__desc {
	font-size: 1rem;
	line-height: 180%;
	width: 80%;
}

.p-about-related__arrow {
	border: 1px solid #fff;
	margin-left: auto;
}

.p-about-case-accordion {
	background: rgba(255, 255, 255, 0.1);
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.3s ease-out;
	transition: max-height 0.3s ease-out;
}

.p-about-case-accordion.is-open {
	max-height: 1000px;
}

.p-about-case-accordion__inner {
	padding: 1.5rem 2rem;
}

.p-about-case-accordion__content {
	color: #fff;
}

.p-about-case-accordion__title {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 2rem;
}

.p-about-case-accordion__meta {
	margin-bottom: 1.5rem;
}

.p-about-case-accordion__meta-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-about-case-accordion__meta-item dt,
.p-about-case-accordion__meta-item dd {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 160%;
	padding: 0.5rem;
}

.p-about-case-accordion__meta-item dt {
	border-bottom: 1px solid #fff;
	width: 5rem;
}

.p-about-case-accordion__meta-item dd {
	border-bottom: 1px solid rgba(154, 154, 163, 0.5);
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 5.5rem;
}

.p-about-case-accordion__desc {
	font-size: 0.9375rem;
	line-height: 160%;
	margin-bottom: 0.5rem;
	padding-left: 1.1875rem;
	position: relative;
}

.p-about-case-accordion__desc::before {
	color: #fff;
	content: "・";
	display: block;
	left: 0rem;
	position: absolute;
	top: 0rem;
}

.p-about-case-accordion__desc:last-of-type {
	margin-bottom: 0;
}

.p-about-case-accordion__close-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 190%;
	margin: 2rem auto 0;
	padding-left: 1.5rem;
	position: relative;
}

.p-about-case-accordion__close-btn::before,
.p-about-case-accordion__close-btn::after {
	background-color: currentColor;
	content: "";
	height: 0.125rem;
	left: 0.75rem;
	position: absolute;
	top: 50%;
	width: 0.875rem;
}

.p-about-case-accordion__close-btn::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.p-about-case-accordion__close-btn::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.p-about-case-accordion__close-btn:hover {
	opacity: 0.7;
}

main#business {
	overflow-x: hidden;
}

.p-business__fv-nav {
	margin-top: 4rem;
}

.p-business__fv-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
}

.p-business__fv-nav-item {
	overflow: hidden;
}

.p-business__fv-nav-link {
	border-bottom: 1px solid rgba(154, 154, 163, 0.7);
	color: #1E1F3B;
	display: inline-block;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3333333333;
	padding: 0.25rem 0.5rem;
	padding-right: 2.5rem;
	position: relative;
	z-index: 1;
}

.p-business__fv-nav-link::before {
	background: url("../images/common/arrow-tobottom.svg") no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(calc(-50% + 2px));
	        transform: translateY(calc(-50% + 2px));
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 1rem;
}

.p-business__fv-nav-link::after {
	background: url("../images/common/arrow-tobottom.svg") no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(calc(-50% - 30px));
	        transform: translateY(calc(-50% - 30px));
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	width: 1rem;
}

.p-business__fv-nav-link:hover::before {
	background: url("../images/common/arrow-tobottom.svg") no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.5rem;
	top: 100%;
	-webkit-transform: translateY(calc(-50% + 26px));
	        transform: translateY(calc(-50% + 26px));
	width: 1rem;
}

.p-business__fv-nav-link:hover::after {
	background: url("../images/common/arrow-tobottom.svg") no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(calc(-50% + 2px));
	        transform: translateY(calc(-50% + 2px));
	width: 1rem;
}

.p-business__kv {
	background-color: #FFFEFA;
	position: relative;
}

.p-business__kv-bg-line {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -1vw;
	width: 100%;
}

.p-business__kv-img {
	height: 35rem;
	margin-left: auto;
	width: 78.9333333333vw;
}

.p-business__kv-img img {
	-o-object-fit: cover;
	height: 35rem;
	object-fit: cover;
	width: 78.9333333333vw;
}

.p-business__about {
	background: #FFFEFA;
	padding-bottom: 8.75rem;
	padding-top: 12.5rem;
}

.p-business__about-ttl {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.14rem;
	line-height: 1.6;
}

.p-business__about-ttl-sub {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
}

.p-business__about-ttl-sub .quote {
	display: inline-block;
	letter-spacing: 0.09rem;
	padding-bottom: 1.40625rem;
	-webkit-transform: translateY(-0.75rem);
	        transform: translateY(-0.75rem);
}

.p-business__about-ttl-adjust {
	display: inline-block;
	margin-bottom: -0.5rem;
}

.p-business__about-box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.7333333333vw;
	margin-top: 5.1875rem;
}

.p-business__about-box-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.3333333333vw;
	height: 45.8vw;
	width: 35.3333333333vw;
}

.p-business__about-box-img-01 {
	height: 36.8666666667vw;
	margin-top: 26%;
	width: 12.6666666667vw;
}

.p-business__about-box-img-01 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-business__about-box-img-02 {
	height: 41.1333333333vw;
	right: 0;
	top: 0;
	width: 21.3333333333vw;
}

.p-business__about-box-img-02 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-business__about-box-content {
	width: 39.6vw;
}

.p-business__about-box-content-explain {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 3.7333333333vw;
}

.p-business__about-box-content-txt {
	color: #1E1F3B;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
}

.p-business__about-box-content-txt + .p-business__about-box-content-txt {
	margin-top: 1.5rem;
}

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

.p-business__support-ttl {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	text-align: center;
}

.p-business__support-txt {
	color: #1E1F3B;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
	margin-bottom: 4.1875rem;
	text-align: center;
}

.p-business__support-img {
	margin-top: 2.3125rem;
	text-align: center;
}

.p-business__support-img img {
	width: 67.5rem;
}

/* ====================================
# サークルコンテナ
==================================== */

.p-business__support-container {
	width: 100%;
}

#svgObject {
	height: auto;
	width: 100%;
}

/* ====================================
# モーダル
==================================== */

.p-business__modal {
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	z-index: 10000;
}

.p-business__modal.is-active {
	opacity: 1;
	pointer-events: auto;
}

.p-business__modal.is-active .p-business__modal-content {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
}

.p-business__modal-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-business__modal-content {
	background-color: #fff;
	border-radius: 0.5rem;
	left: 50%;
	max-height: 90vh;
	max-width: 20rem;
	opacity: 0;
	overflow-y: auto;
	padding: 2.5rem;
	padding: 0.5rem 1.25rem 1.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.95);
	        transform: translate(-50%, -50%) scale(0.95);
	-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	width: 90%;
}

.p-business__modal-icon {
	margin: 0 auto;
	max-width: 6.875rem;
}

.p-business__modal-title {
	border-bottom: 1px dashed #1E1F3B;
	font-size: 1.125rem;
	letter-spacing: 0.06rem;
	line-height: 1.6;
	margin-bottom: 0.625rem;
	padding-bottom: 1.25rem;
	text-align: center;
}

.p-business__modal-list {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

.p-business__modal-list-item {
	font-size: 0.9375rem;
	letter-spacing: 0.04rem;
	line-height: 160%;
}

.p-business__modal-close {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 190%;
	text-decoration: underline;
	text-underline-offset: 0.125rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-business__modal-close:hover {
	opacity: 0.7;
}

/* ====================================
# サークルコンテナEND
==================================== */

.p-business__case {
	background-color: #FFFEFA;
	padding-top: 8.75rem;
	position: relative;
}

.p-business__case-inner {
	position: relative;
}

.p-business__case-bg-line {
	bottom: -5%;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-business__case-ttl {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.p-business__case {
	padding-bottom: 8.75rem;
}

.p-business__case .tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 3rem;
}

.p-business__case .tabs .tabs__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(153, 173, 186, 0.2);
	border-radius: 6px 6px 0 0;
	color: #1E1F3B;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: bold;
	font-weight: 500;
	height: 3.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: -0.06rem;
	line-height: 1.6; /* 38.4px */
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.p-business__case .tabs .tabs__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #1E1F3B;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

.p-business__case .tabs .tabs__item {
	-webkit-flex-basis: 25%;
	    -ms-flex-preferred-size: 25%;
	        flex-basis: 25%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	overflow: hidden;
	position: relative;
}

.p-business__case .tabs .tabs__item:hover,
.p-business__case .tabs .tabs__item:has(input:focus) {
	background-color: #dddddd;
}

.p-business__case .tabs input {
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.p-business__case .tabs .tabs__content {
	height: 0;
	overflow: hidden;
	position: absolute;
}

.p-business__case .tabs .tabs__list:has(#tab-new > input:checked) ~ #new__content,
.p-business__case .tabs .tabs__list:has(#tab-separate > input:checked) ~ #separate__content,
.p-business__case .tabs .tabs__list:has(#tab-succession > input:checked) ~ #succession__content,
.p-business__case .tabs .tabs__list:has(#tab-reconstruction > input:checked) ~ #reconstruction__content {
	height: auto;
	margin-top: 3.5rem;
	overflow: visible;
	position: static;
}

.p-business__case .tabs .tabs__item:has(input:checked),
.p-business__case .tabs .tabs__item:has(input:focus:checked) {
	background-color: #1E1F3B;
	border-radius: 6px 6px 0 0;
	color: #fff;
}

.p-business__case .tabs__content-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.2vw;
}

.p-business__case .tabs__content-box-head {
	margin-top: 0.9375rem;
	width: 35.9333333333vw;
}

.p-business__case .tabs__content-box-img {
	width: 39vw;
}

.p-business__case .tabs__content-box-ttl-sub {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #99ADBA;
	color: #99ADBA;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Zen Old Mincho";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	height: 1.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.05rem;
	line-height: 1.6;
	padding-inline: 1rem;
}

.p-business__case .tabs__content-box-ttl {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.9vw;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.075rem;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.p-business__case .tabs__content-box-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 4rem;
}

.p-business__case .tabs__content-box-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.p-business__case .tabs__content-box-list-item-ttl {
	border-bottom: 1px solid #1E1F3B;
	padding-block: 0.625rem;
	padding-left: 0.5rem;
	width: 5rem;
}

.p-business__case .tabs__content-box-list-item-txt {
	border-bottom: 1px solid rgba(154, 154, 163, 0.5);
	padding-block: 0.625rem;
	padding-left: 5.5rem;
	width: calc(100% - 5rem);
}

.p-business__case .tabs__content-box-gray {
	background: #EEEDE8;
	margin-top: 2.5rem;
	padding: 2rem 2.5rem;
	width: 100%;
}

.p-business__case .tabs__content-box-gray-ttl {
	color: #1E1F3B;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-business__case .tabs__content-box-gray-list {
	margin-top: 1rem;
	padding-bottom: 2rem;
}

.p-business__case .tabs__content-box-gray-list {
	border-bottom: 1px solid #B6B6B6;
	margin-bottom: 2rem;
}

.p-business__case .tabs__content-box-gray-list--last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.p-business__case .tabs__content-box-gray-item {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8;
	list-style-type: square;
	margin-left: 1rem;
}

.p-business__case .tabs__content-box-gray-item + .tabs__content-box-gray-item {
	margin-top: 0.25rem;
}

.p-business__case-btn {
	background: url("../images/business/tab-btn.jpg") no-repeat center center/cover;
	border-radius: 0.25rem;
	display: block;
	margin-inline: auto;
	margin-top: 3.5rem;
	max-width: 45rem;
	padding: 1.25rem 2rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.p-business__case-btn:hover {
	opacity: 0.9;
}

.p-business__case-btn-ttl {
	border-bottom: 1px solid #9A9AA3;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 0.75rem;
	padding-bottom: 0.375rem;
}

.p-business__case-btn-txt {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 170%;
}

.p-business__case-btn-arrow-box {
	border: 1px solid #fff;
	border-radius: 0.125rem;
	margin-left: auto;
	margin-top: 1.25rem;
	padding: 0.375rem 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-business__case-btn-arrow {
	height: 12px;
	width: 12px;
}

/* ====================================
# 事例紹介
==================================== */

.p-casestudy__archive {
	padding-bottom: 10rem;
}

.p-casestudy__archive__slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	height: clamp(300px, 40vw, 520px);
	margin-bottom: 6rem;
	overflow: hidden;
	overflow: hidden;
}

.p-casestudy__archive__slide__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: clamp(0.5rem, 2vw, 1rem);
	height: 100%;
	pointer-events: none;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.1s ease-out;
	transition: -webkit-transform 0.1s ease-out;
	transition: transform 0.1s ease-out;
	transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
	width: auto;
}

.p-casestudy__archive__slide__wrap__item {
	aspect-ratio: 107/130;
	display: block;
	height: 100%;
}

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

.p-casestudy__archive__nav {
	border-bottom: solid 1px #1E1F3B;
	margin-bottom: 5rem;
	padding-bottom: 5rem;
}

.p-casestudy__archive__nav__item {
	margin-block: 0 1.875rem;
}

.p-casestudy__archive__nav__item:last-child {
	margin-block: 0;
}

.p-casestudy__archive__nav__item__ttl {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}

.p-casestudy__archive__nav__item__ttl .en {
	font-family: "Cormorant Garamond", serif;
	font-size: 2rem;
}

.p-casestudy__archive__nav__item__ttl .jp {
	color: #9A9AA3;
	font-size: 0.875rem;
}

.p-casestudy__archive__nav__item__ttl .icon {
	border: solid 1px #1E1F3B;
	border-radius: 2px;
	font-size: 1rem;
	height: 1.5rem;
	position: relative;
	width: 2.5rem;
}

.p-casestudy__archive__nav__item__ttl .icon::before {
	background-color: #1E1F3B;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0.8rem;
}

.p-casestudy__archive__nav__item__ttl .icon::after {
	background-color: #1E1F3B;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0.8rem;
}

.p-casestudy__archive__nav__item__ttl.is-open .icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}

.p-casestudy__archive__nav__item__catlist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.5rem;
	margin-block: 1rem 0;
}

.p-casestudy__archive__nav__item__catlist > li {
	display: block;
	max-width: 160px;
	width: 100%;
}

.p-casestudy__archive__nav__item__catlist > li label input {
	display: none;
}

.p-casestudy__archive__nav__item__catlist > li label span {
	background-color: rgba(182, 182, 182, 0.2);
	border-radius: 4px;
	color: #1E1F3B;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	padding: 0.3em;
	text-align: center;
}

.p-casestudy__archive__nav__item__catlist > li label span.current-cat {
	background-color: #1E1F3B;
	color: #FFF;
}

.p-casestudy__archive__nav__item__taglist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.p-casestudy__archive__nav__item__taglist > li {
	display: block;
}

.p-casestudy__archive__nav__item__taglist > li label input {
	display: none;
}

.p-casestudy__archive__nav__item__taglist > li label span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: solid 1px #B6B6B6;
	border-radius: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.3em 1em;
}

.p-casestudy__archive__nav__item__taglist > li label span::before {
	content: "#";
	display: inline-block;
}

.p-casestudy__archive__nav__item__taglist > li label span.current-tag {
	background-color: #1E1F3B;
	border: solid 1px #1E1F3B;
	color: #FFF;
}

.p-casestudy__archive__listblock {
	margin-bottom: 5rem;
	margin-inline: auto;
	max-width: 1180px;
}

.p-casestudy__archive__listblock__ttl {
	font-size: clamp(0.9375rem, 2vw, 1.125rem);
	line-height: 170%; /* 30.6px */
	margin-bottom: 2.5rem;
}

.p-casestudy__archive__pagenation {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.125rem;
	margin-inline: auto;
	max-width: 1180px;
	position: relative;
}

.p-casestudy__archive__pagenation .previouspostslink {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.p-casestudy__archive__pagenation .previouspostslink > a::after {
	content: "Prev";
}

.p-casestudy__archive__pagenation .nextpostslink {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.p-casestudy__archive__pagenation .nextpostslink > a::before {
	content: "Next";
}

.p-casestudy__archive__pagenation .previouspostslink,
.p-casestudy__archive__pagenation .nextpostslink {
	font-family: "Noto Sans JP", sans-serif;
}

.p-casestudy__archive__pagenation .previouspostslink > a,
.p-casestudy__archive__pagenation .nextpostslink > a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5em;
}

.p-casestudy__archive__pagenation .previouspostslink > a .icon,
.p-casestudy__archive__pagenation .nextpostslink > a .icon {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #1E1F3B;
	border-radius: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 3.25rem;
}

.p-casestudy__archive__pagenation .previouspostslink > a .icon .icon-left,
.p-casestudy__archive__pagenation .nextpostslink > a .icon .icon-left {
	height: 0.75rem;
	overflow: hidden;
	position: relative;
	width: 0.75rem;
}

.p-casestudy__archive__pagenation .previouspostslink > a .icon .icon-left::before,
.p-casestudy__archive__pagenation .nextpostslink > a .icon .icon-left::before {
	background: url(../../assets/images/news/icon-arrow.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	        transform: translate(0, -50%) rotate(180deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-casestudy__archive__pagenation .previouspostslink > a .icon .icon-left::after,
.p-casestudy__archive__pagenation .nextpostslink > a .icon .icon-left::after {
	background: url(../../assets/images/news/icon-arrow.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(100%, -50%) rotate(180deg);
	        transform: translate(100%, -50%) rotate(180deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-casestudy__archive__pagenation .previouspostslink > a .icon .icon-right,
.p-casestudy__archive__pagenation .nextpostslink > a .icon .icon-right {
	height: 0.75rem;
	overflow: hidden;
	position: relative;
	width: 0.75rem;
}

.p-casestudy__archive__pagenation .previouspostslink > a .icon .icon-right::before,
.p-casestudy__archive__pagenation .nextpostslink > a .icon .icon-right::before {
	background: url(../../assets/images/news/icon-arrow.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-casestudy__archive__pagenation .previouspostslink > a .icon .icon-right::after,
.p-casestudy__archive__pagenation .nextpostslink > a .icon .icon-right::after {
	background: url(../../assets/images/news/icon-arrow.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-casestudy__archive__pagenation .previouspostslink:hover .icon .icon-left::before,
.p-casestudy__archive__pagenation .nextpostslink:hover .icon .icon-left::before {
	-webkit-transform: translate(-100%, -50%) rotate(180deg);
	        transform: translate(-100%, -50%) rotate(180deg);
}

.p-casestudy__archive__pagenation .previouspostslink:hover .icon .icon-left::after,
.p-casestudy__archive__pagenation .nextpostslink:hover .icon .icon-left::after {
	-webkit-transform: translate(0%, -50%) rotate(180deg);
	        transform: translate(0%, -50%) rotate(180deg);
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}

.p-casestudy__archive__pagenation .previouspostslink:hover .icon .icon-right::before,
.p-casestudy__archive__pagenation .nextpostslink:hover .icon .icon-right::before {
	-webkit-transform: translate(100%, -50%);
	        transform: translate(100%, -50%);
}

.p-casestudy__archive__pagenation .previouspostslink:hover .icon .icon-right::after,
.p-casestudy__archive__pagenation .nextpostslink:hover .icon .icon-right::after {
	-webkit-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}

.p-casestudy__archive__pagenation .cs-pagenavi {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 1em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}

.p-casestudy__archive__pagenation .cs-pagenavi .page,
.p-casestudy__archive__pagenation .cs-pagenavi .current {
	display: block;
	position: relative;
	text-decoration: none;
	z-index: 0;
}

.p-casestudy__archive__pagenation .cs-pagenavi .page {
	color: #B6B6B6;
}

.p-casestudy__archive__pagenation .cs-pagenavi .current {
	border-bottom: solid 1px #B6B6B6;
	color: #1E1F3B;
}

.p-casestudy__archive__post {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(182, 182, 182, 0.14);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.5rem;
	margin-bottom: 2.5rem;
	padding: 2.5rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

.p-casestudy__archive__post__thumb {
	aspect-ratio: 1/1;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 100%;
	width: clamp(100px, 20vw, 160px);
}

.p-casestudy__archive__post__thumb.rebirth {
	background: url(../../assets/images/casestudy/cat-rebirth.svg) center center/contain no-repeat;
}

.p-casestudy__archive__post__thumb.succession {
	background: url(../../assets/images/casestudy/cat-succession.svg) center center/contain no-repeat;
}

.p-casestudy__archive__post__thumb.spinoff {
	background: url(../../assets/images/casestudy/cat-spinoff.svg) center center/contain no-repeat;
}

.p-casestudy__archive__post__thumb.reorganization {
	background: url(../../assets/images/casestudy/cat-reorganization.svg) center center/contain no-repeat;
}

.p-casestudy__archive__post__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-width: 0;
}

.p-casestudy__archive__post__content__type {
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 0.5rem;
	padding-left: 1.125rem;
	position: relative;
}

.p-casestudy__archive__post__content__type::before {
	background: #7479AC;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 0.625rem;
	width: 0.625rem;
}

.p-casestudy__archive__post__content__ttl {
	background: -webkit-gradient(linear, left top, right top, from(#969696), color-stop(50%, #969696), color-stop(51%, #FFF), to(#FFF)) repeat-x left bottom/4px 1px;
	background: linear-gradient(to right, #969696 0%, #969696 50%, #FFF 51%, #FFF 100%) repeat-x left bottom/4px 1px;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
}

.p-casestudy__archive__post__content__meta {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}

.p-casestudy__archive__post__content__meta__row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.5rem;
}

.p-casestudy__archive__post__content__meta__row .cat-list {
	background-color: #1E1F3B;
	border-radius: 4px;
	color: #FFF;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.25rem 2.5rem;
	text-align: center;
}

.p-casestudy__archive__post__content__meta__row .tag-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: solid 1px #B6B6B6;
	border-radius: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.1875rem 0.75rem;
}

.p-casestudy__archive__post__content__meta__row .tag-list::before {
	content: "#";
	display: inline-block;
}

.p-casestudy__archive__post__content__btn {
	text-align: right;
}

.p-casestudy__archive__post__content__btn .c-btn {
	background-color: transparent;
	border-radius: 2px;
	color: #1E1F3B;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.8125rem;
	gap: 0.5rem;
	padding: 0.5rem 0.75rem;
	width: auto;
	width: initial;
}

.p-casestudy__archive__post:hover {
	background-color: rgba(182, 182, 182, 0.44);
	opacity: 1;
}

.p-casestudy__archive__post:hover .c-btn {
	background-color: #FFF;
}

/* ====================================
# 事例紹介
==================================== */

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

.p-casestudy__single__post__header {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	            -ms-grid-row-align: stretch;
	        align-self: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: clamp(1.25rem, 4vw, 3.5rem);
	margin-bottom: 5rem;
	padding-inline: 5rem;
}

.p-casestudy__single__post__header__summary {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
}

.p-casestudy__single__post__header__summary__meta {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.75rem;
}

.p-casestudy__single__post__header__summary__meta__row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.5rem;
}

.p-casestudy__single__post__header__summary__meta__row .cat-list {
	background-color: #1E1F3B;
	border-radius: 4px;
	color: #FFF;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.25rem 2.5rem;
	text-align: center;
}

.p-casestudy__single__post__header__summary__meta__row .tag-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: solid 1px #B6B6B6;
	border-radius: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.1875rem 0.75rem;
}

.p-casestudy__single__post__header__summary__meta__row .tag-list::before {
	content: "#";
	display: inline-block;
}

.p-casestudy__single__post__header__summary__ttl {
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(1.5rem, 4vw, 2.25rem);
	letter-spacing: 0.09rem;
	line-height: 160%; /* 57.6px */
}

.p-casestudy__single__post__header__content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	            -ms-grid-row-align: stretch;
	        align-self: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: clamp(1.25rem, 4vw, 3.5rem);
}

.p-casestudy__single__post__header__content__thumb {
	aspect-ratio: 440/313;
	max-width: 440px;
	width: 40%;
}

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

.p-casestudy__single__post__header__content__list {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.p-casestudy__single__post__header__content__list > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-casestudy__single__post__header__content__list > div > dt {
	border-bottom: 1px solid #1E1F3B;
	font-size: 1rem;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
	max-width: 160px;
	padding-block: 0.75rem;
	width: 30%;
}

.p-casestudy__single__post__header__content__list > div > dd {
	border-bottom: 1px solid rgba(154, 154, 163, 0.5);
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1; /* 残りの幅を全部使う */
	font-size: 1rem;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	padding-block: 0.75rem;
	padding-left: clamp(1rem, 4vw, 2.5rem);
}

.p-casestudy__single__post__content {
	background: #F8F7F3;
	border-radius: 20px;
	overflow: hidden;
}

.p-casestudy__single__post__content__wrap {
	padding: 5rem;
}

.p-casestudy__single__post__content__ttl {
	border-bottom: 1px dashed #99ADBA;
	border-bottom: 1px dashed var(--border-gray, #99ADBA);
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 160%; /* 51.2px */
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
}

.p-casestudy__single__post__content__body {
	font-size: 0.9375rem;
	line-height: 180%; /* 27px */
	padding-inline: clamp(1rem, 3vw, 1.5rem);
}

.p-casestudy__single__post__content__body > p {
	margin-bottom: 1em;
}

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

.p-casestudy__single__post__content__body > p > a {
	color: #1E1F3B;
	text-decoration: underline;
	-webkit-text-decoration-color: #1E1F3B;
	        text-decoration-color: #1E1F3B;
}

.p-casestudy__single__post__content__body > p > a::after {
	background: url(../../assets/images/news/icon-arrow-navy.svg) center center/contain no-repeat;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: 0.25em;
	vertical-align: middle;
	width: 1em;
}

.p-casestudy__single__post__content__body > p > a:hover {
	text-decoration: none;
}

.p-casestudy__single__post__content__body > ul {
	margin-bottom: 1em;
}

.p-casestudy__single__post__content__body > ul:last-child {
	margin-bottom: 0;
}

.p-casestudy__single__post__content__body > ul li {
	padding-left: 1rem;
	position: relative;
}

.p-casestudy__single__post__content__body > ul li::before {
	background-color: #1E1F3B;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 0.625rem;
	width: 0.375rem;
}

.p-casestudy__single__post__content__body > ol {
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 1em;
}

.p-casestudy__single__post__content__body > ol:last-child {
	margin-bottom: 0;
}

.p-casestudy__single__post__content__body > blockquote {
	color: #969696;
	margin-bottom: 1em;
	padding: 0.5em 1.5em;
	position: relative;
}

.p-casestudy__single__post__content__body > blockquote::after {
	background-color: #969696;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 1px;
}

.p-casestudy__single__post__content__body > blockquote > p {
	margin-bottom: 0.5em;
}

.p-casestudy__single__post__content__body > blockquote > p:last-child {
	margin-bottom: 0;
}

.p-casestudy__single__post__content__body > blockquote cite::before {
	content: "ー";
	font-style: italic;
	margin-right: 5px;
}

.p-casestudy__single__post__content__picture {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2rem;
	padding-inline: clamp(1rem, 3vw, 1.5rem);
}

.p-casestudy__single__post__content__outline {
	margin-bottom: 6.25rem;
}

.p-casestudy__single__post__content__support {
	margin-bottom: 6.25rem;
}

.p-casestudy__single__post__content__thoughts {
	margin-bottom: 1.25rem;
}

.p-casestudy__single__post__content__thoughts__wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	            -ms-grid-row-align: stretch;
	        align-self: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: clamp(1.5rem, 5vw, 3.5rem);
	padding: 1rem 1.5rem 0px 1.5rem;
}

.p-casestudy__single__post__content__thoughts__wrap__thumb {
	aspect-ratio: 1/1;
	border-radius: 50%;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 100%;
	overflow: hidden;
	width: 190px;
}

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

.p-casestudy__single__post__content__thoughts__wrap__body {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-inline: 0;
}

.p-casestudy__single__post__content__voice {
	background: #E7E6E1;
	border-radius: 20px;
	overflow: hidden;
}

.p-casestudy__single__pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: clamp(7.5rem, 12vw, 10rem);
	margin-top: 5rem;
}

.p-casestudy__single__pager .back-to-all {
	margin-top: 0;
	margin-top: initial;
}

.p-casestudy__single__related__ttl {
	border-bottom: 1px dashed #9A9AA3;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.25rem;
	letter-spacing: 0.09rem;
	line-height: 160%; /* 38.4px */
	margin-bottom: 1.5rem;
	padding: 0px 0px 0.75rem 0;
}

.p-casestudy__single__related__listblock {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.p-casestudy__single__related__post {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background-color: rgba(182, 182, 182, 0.14);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	padding: 1.5rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

.p-casestudy__single__related__post__thumb {
	aspect-ratio: 1/1;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 100px;
	width: 100px;
}

.p-casestudy__single__related__post__thumb.rebirth {
	background: url(../../assets/images/casestudy/cat-rebirth.svg) center center/contain no-repeat;
}

.p-casestudy__single__related__post__thumb.succession {
	background: url(../../assets/images/casestudy/cat-succession.svg) center center/contain no-repeat;
}

.p-casestudy__single__related__post__thumb.spinoff {
	background: url(../../assets/images/casestudy/cat-spinoff.svg) center center/contain no-repeat;
}

.p-casestudy__single__related__post__thumb.reorganization {
	background: url(../../assets/images/casestudy/cat-reorganization.svg) center center/contain no-repeat;
}

.p-casestudy__single__related__post__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-width: 0;
}

.p-casestudy__single__related__post__content__type {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	gap: 0.5rem;
	line-height: 1.7;
	margin-bottom: 0.5rem;
}

.p-casestudy__single__related__post__content__type::before {
	background: #7479AC;
	content: "";
	height: 0.625rem;
	width: 0.625rem;
}

.p-casestudy__single__related__post__content__ttl {
	background: -webkit-gradient(linear, left top, right top, from(#969696), color-stop(50%, #969696), color-stop(51%, #FFF), to(#FFF)) repeat-x left bottom/4px 1px;
	background: linear-gradient(to right, #969696 0%, #969696 50%, #FFF 51%, #FFF 100%) repeat-x left bottom/4px 1px;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
}

.p-casestudy__single__related__post__content__meta {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.75rem;
}

.p-casestudy__single__related__post__content__meta__row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.5rem 0.25rem;
}

.p-casestudy__single__related__post__content__meta__row .cat-list {
	background-color: #1E1F3B;
	border-radius: 4px;
	color: #FFF;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.25rem 2.5rem;
	text-align: center;
}

.p-casestudy__single__related__post__content__meta__row .tag-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: solid 1px #B6B6B6;
	border-radius: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 0.1875rem 0.75rem;
}

.p-casestudy__single__related__post__content__meta__row .tag-list::before {
	content: "#";
	display: inline-block;
}

.p-casestudy__single__related__post__content__btn {
	text-align: right;
}

.p-casestudy__single__related__post__content__btn .c-btn {
	background-color: transparent;
	border-radius: 2px;
	color: #1E1F3B;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.8125rem;
	gap: 0.5rem;
	margin-top: 1.25rem;
	padding: 0.5rem 0.75rem;
	width: auto;
	width: initial;
}

.p-casestudy__single__related__post:hover {
	background-color: rgba(182, 182, 182, 0.44);
	opacity: 1;
}

.p-casestudy__single__related__post:hover .c-btn {
	background-color: #FFF;
}

main#company {
	overflow-x: hidden;
}

.p-company__kv {
	height: 35rem;
	width: 78.9333333333vw;
}

.p-company__kv img {
	-o-object-fit: cover;
	height: 35rem;
	object-fit: cover;
	width: 78.9333333333vw;
}

.p-company__message {
	padding-block: 10rem;
}

.p-company__message-box {
	-webkit-box-align: end;
	-webkit-align-items: end;
	    -ms-flex-align: end;
	        align-items: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 6.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 3.5rem;
}

.p-company__message-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: 50rem;
}

.p-company__message-main-ttl {
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 160%;
}

.p-company__message-main-txt {
	font-size: 1rem;
	line-height: 2.1;
	margin-top: 2rem;
}

.p-company__message-profile {
	text-align: right;
	width: 18.3125rem;
}

.p-company__message-profile-position {
	color: #1E1F3B;
	font-size: 0.875rem;
	letter-spacing: 4%;
	line-height: 1.7;
	margin-top: 2rem;
}

.p-company__message-profile-name {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.9;
}

.p-company__outline {
	padding-block: 2.5rem 10rem;
}

.p-company__outline-main,
.p-company__access-main {
	margin-top: 4.75rem;
	max-width: 65%;
	width: 51.25rem;
}

.p-company__access-main {
	margin-top: 0;
}

.p-company__access-map {
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	height: 24.25rem;
	overflow: hidden;
}

.p-company__access-map iframe {
	height: 45.5rem;
	margin-bottom: -10.625rem;
	margin-top: -10.625rem;
}

.p-company__access-map-btn {
	width: 16.25rem;
}

.p-company__access-address {
	color: #1E1F3B;
	color: var(--text-c-main, #1E1F3B);
	display: block;
	font-size: 1.0666666667vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 4px;
}

.p-company__access-tel,
.p-company__access-fax {
	display: block;
	font-size: 1.0666666667vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}

.p-company__outline-main table tr {
	border-bottom: 1px solid rgba(154, 154, 163, 0.5);
	color: #1E1F3B;
	font-size: 1rem;
	line-height: 1.6;
}

.p-company__outline-main table th {
	font-weight: 500;
	padding: 1.5rem 0 1.5rem 0.5rem;
	vertical-align: middle;
	width: 15.5rem;
}

.p-company__outline-main table td {
	padding-block: 1.5rem;
}

.p-company__outline-inner,
.p-company__access-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-company__outline-item-space {
	padding-inline: 0.5rem;
}

.p-company__outline-item-list-item {
	list-style-type: disc;
	margin-left: 1.25rem;
}

.p-company__outline-item-list-item-txt {
	color: #9A9AA3;
	margin-top: 1.25rem;
}

.p-company__outline-item-dl-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-company__outline-item-dl-dh {
	font-weight: normal;
	margin-right: 1rem;
	width: 7.1875rem;
}

.p-company__access {
	padding-block: 2.5rem 10rem;
}

.p-company__access-main address {
	margin-top: 1.5rem;
}

.p-company__access-main-other {
	margin-top: 1.5rem;
}

.p-company__access-main-other address * {
	display: block;
}

.p-company__access-main-other address + a {
	margin-top: 0.375rem;
}

/* ====================================
# フォーム
==================================== */

.invalid_message {
	color: #F00;
	display: none;
	font-weight: bold;
}

.mimassi_inquiry_form ~ .invalid_message {
	display: none;
}

.p-contact__form .p-contact__form-content {
	padding-bottom: 10rem;
	padding-top: 5rem;
}

.p-contact__form-txt {
	font-size: 1.25rem;
	line-height: 190%;
	margin-bottom: 8.25rem;
}

.p-contact__form-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 2.5rem;
}

.p-contact__form-item-input,
.p-contact__form-item-textarea {
	background-color: #E7E6E1 !important;
	font-size: 1.125rem;
	line-height: 190%;
	padding: 0.75rem 1.25rem;
}

.p-contact__form-item-input::-moz-placeholder, .p-contact__form-item-textarea::-moz-placeholder {
	color: #B6B6B6;
}

.p-contact__form-item-input::-webkit-input-placeholder, .p-contact__form-item-textarea::-webkit-input-placeholder {
	color: #B6B6B6;
}

.p-contact__form-item-input:-ms-input-placeholder, .p-contact__form-item-textarea:-ms-input-placeholder {
	color: #B6B6B6;
}

.p-contact__form-item-input::-ms-input-placeholder, .p-contact__form-item-textarea::-ms-input-placeholder {
	color: #B6B6B6;
}

.p-contact__form-item-input::placeholder,
.p-contact__form-item-textarea::placeholder {
	color: #B6B6B6;
}

.p-contact__form-item-input:focus,
.p-contact__form-item-input:active,
.p-contact__form-item-input:focus-visible,
.p-contact__form-item-input:active,
.p-contact__form-item-textarea:focus,
.p-contact__form-item-textarea:active,
.p-contact__form-item-textarea:focus-visible,
.p-contact__form-item-textarea:active {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #E7E6E1;
	outline: none;
}

.p-contact__form-item-input:-webkit-autofill,
.p-contact__form-item-textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #E7E6E1 inset;
	        box-shadow: 0 0 0px 1000px #E7E6E1 inset;
}

.p-contact__form-item-input:-webkit-text-fill-color,
.p-contact__form-item-textarea:-webkit-text-fill-color {
	-webkit-box-shadow: 0 0 0px 1000px #E7E6E1 inset;
	        box-shadow: 0 0 0px 1000px #E7E6E1 inset;
}

.p-contact__form-item-textarea {
	min-height: 16.375rem;
}

.p-contact__form-item--radio {
	margin-bottom: 3.5rem;
}

.p-contact__form-item-label {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25rem;
	gap: 1rem;
	line-height: 190%;
	margin-bottom: 1rem;
}

.p-contact__form-label-required {
	background-color: #1E1F3B;
	color: #FFF;
	font-size: 1rem;
	line-height: 160%;
	padding: 0rem 0.5rem;
}

.p-contact__form-radio-label {
	cursor: pointer;
	display: block;
	padding-left: 2.125rem;
	position: relative;
}

.p-contact__form-radio-label::before,
.p-contact__form-radio-label::after {
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.p-contact__form-radio-label::before {
	background-color: #fff;
	border: 1px solid #B6B6B6;
	border-radius: 50%;
	height: 1.375rem;
	left: 0rem;
	width: 1.375rem;
}

.p-contact__form-radio-label::after {
	background-color: #1E1F3B;
	border-radius: 50%;
	height: 0.875rem;
	left: 0.25rem;
	opacity: 0;
	width: 0.875rem;
}

input:checked + .p-contact__form-radio-label::after {
	opacity: 1;
}

input[type=radio] {
	clip: rect(0 0 0 0);
	border: 0;
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.p-contact__form-item-radio-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.75rem;
}

.p-contact__form-item-radio-group-item {
	font-size: 1.125rem;
	line-height: 190%;
}

.p-contact__form-box {
	background-color: #fff;
	border: 1px solid #9A9AA3;
	padding: 1.25rem;
}

.p-contact__form-box-scroll {
	max-height: 16.5625rem;
	overflow-y: scroll;
}

.p-contact__form-box-scroll::-webkit-scrollbar {
	background-color: rgba(154, 154, 163, 0.2);
	border-radius: 0.25rem;
	width: 0.25rem;
}

.p-contact__form-box-scroll::-webkit-scrollbar-thumb {
	background: #1E1F3B;
	border-radius: 0.25rem;
	width: 0.25rem;
}

.p-contact__form-box-inner {
	margin-right: 2rem;
	max-width: 57.5rem;
}

.p-contact__form-box-content {
	margin-bottom: 1rem;
}

.p-contact__form-box-content:last-of-type {
	margin-bottom: 0rem;
}

.p-contact__form-box-txt {
	font-size: 1rem;
	line-height: 170%;
	position: relative;
	text-align: justify;
}

.p-contact__form-box-txt-number {
	left: 0;
	position: absolute;
}

.p-contact__form-box-txt--bold {
	font-size: 1rem;
	font-weight: 600;
	line-height: 190%;
}

.p-contact__form-box-txt--link {
	border-bottom: 0.0625rem solid #1E1F3B;
}

.p-contact__form-box-txt--link-icon {
	position: relative;
}

.p-contact__form-box-txt--link-icon::after {
	background: url("../images/common/link_icon.svg") no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 1rem;
	margin-bottom: -2px;
	margin-left: 0.0625rem;
	width: 1rem;
}

.p-contact__form-item-checkbox {
	-moz-column-gap: 0.75rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 0.75rem;
	        column-gap: 0.75rem;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	line-height: 190%;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contact__form-item-checkbox input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.0625rem solid #1E1F3B;
	border-radius: 0.125rem;
	cursor: pointer;
	height: 1.5rem;
	position: relative;
	width: 1.5rem;
}

.p-contact__form-item-checkbox input:checked::after {
	border-bottom: 0.125rem solid #1E1F3B;
	border-left: 0.125rem solid #1E1F3B;
	content: "";
	height: 0.5rem;
	left: 0.1875rem;
	position: absolute;
	top: 0.3125rem;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	width: 0.9375rem;
}

.p-contact__form-btn {
	display: block;
	margin-inline: auto;
}

/* ====================================
# 確認画面
==================================== */

div.mimassi_inquiry_check_window table.check_data {
	margin-bottom: 6.25rem;
	width: 100%;
}

div.mimassi_inquiry_check_window table.check_data tr {
	border-bottom: 1px solid #9A9AA3;
	display: block;
	padding-block: 1.5625rem;
}

div.mimassi_inquiry_check_window table.check_data th {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 190%;
	padding-right: 1.25rem;
	width: 25rem;
}

div.mimassi_inquiry_check_window table.check_data td {
	font-size: 1.125rem;
	line-height: 190%;
	width: calc(100% - 25rem);
}

.mimassi_inquiry_button_area {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 2.5rem;
}

/* ====================================
# お問い合わせセクション
==================================== */

.p-contact {
	background: #15161E;
	position: relative;
}

.p-contact-bg {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 608px;
}

.p-contact-bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-contact__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-block: 180px;
}

.p-contact__box-item {
	width: 520px;
}

.p-contact__ttl-ja {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
}

.p-contact__ttl-en {
	color: #FFF;
	font-family: "Cormorant Garamond", serif;
	font-size: 90px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -0.9px;
	line-height: 1.2; /* 108px */
	margin-top: 8px;
}

.p-contact__explain {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
	margin-top: 16px;
}

.p-contact__list {
	margin-top: 120px;
}

.p-contact__list-item + .p-contact__list-item {
	margin-top: 16px;
}

.p-contact__list-item-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	color: #1E1F3B;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: 1.2;
	padding: 24px 20px;
	position: relative;
}

.p-contact__list-item-link-ttl {
	position: relative;
}

.p-contact__list-item-link:hover .p-contact__list-item-link-ttl::after {
	opacity: 1;
}

.p-contact__list-item-link-ttl::after {
	background-color: #1E1F3B;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 100%;
}

.p-contact__list-item-tel {
	border-bottom: 1px solid #9A9AA3;
	border-top: 1px solid #9A9AA3;
	color: #FFF;
	margin-top: 16px;
}

.p-contact__list-item-link-tel {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 16px 20px;
}

.p-contact__list-item-link-tel-txt {
	color: #FFF;
	color: var(--text-white, #FFF);
	font-family: "Zen Old Mincho", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
}

.p-contact__list-item-link-tel:hover .p-contact__list-item-link-tel-txt::after {
	opacity: 1;
}

.p-contact__list-item-link-tel:hover .p-contact__list-item-link-tel-caution::after {
	opacity: 1;
}

.p-contact__list-item-link-tel-txt::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 100%;
}

.p-contact__list-item-link-tel-caution::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 100%;
}

.p-contact__list-item-link-tel-caution {
	color: #DEDEDE;
	display: inline-block;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 8px;
	position: relative;
}

.p-contact__list-item-link-tel-number {
	color: #FFF;
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
}

.c-btn__bg-arrow::before {
	background: url("../images/common/icon-arrow.svg") no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translate X(calc(-50% + 2px));
	        transform: translate X(calc(-50% + 2px));
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 1rem;
}

.c-btn__bg-arrow::after {
	background: url("../images/common/icon-arrow.svg") no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(calc(-50% - 30px));
	        transform: translateY(calc(-50% - 30px));
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 1rem;
}

.c-btn__bg-arrow:hover::before {
	background: url("../images/common/icon-arrow.svg") no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.5rem;
	top: 100%;
	-webkit-transform: translateY(calc(-50% + 26px));
	        transform: translateY(calc(-50% + 26px));
	width: 1rem;
}

.c-btn__bg-arrow:hover::after {
	background: url("../images/common/icon-arrow.svg") no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(calc(-50% + 2px));
	        transform: translateY(calc(-50% + 2px));
	width: 1rem;
}

.p-faq {
	background: #FFFEFA;
	padding-block: 6.25rem 12.5rem;
}

.p-faq__heading {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
}

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

.p-faq__accordion {
	border-top: 1px solid #1E1F3B;
	padding: 0.9375rem 0rem 0.9375rem 0.5rem;
	position: relative;
}

.p-faq__accordion:last-of-type {
	border-bottom: 1px solid #1E1F3B;
}

.p-faq__accordion::before {
	background: #1E1F3B;
	content: "";
	height: 2px;
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	width: 12px;
}

.p-faq__accordion::after {
	background: #1E1F3B;
	content: "";
	height: 12px;
	pointer-events: none;
	position: absolute;
	right: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
	width: 2px;
}

.p-faq__title {
	color: #1E1F3B;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	padding-left: 3rem;
	position: relative;
}

.p-faq__title::before {
	color: #1E1F3B;
	content: "Q .";
	font-family: "Cormorant Garamond", serif;
	font-size: 1.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.p-faq__content {
	margin-top: 2.0625rem;
}

.p-faq__content-inner {
	color: #1E1F3B;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	padding-left: 3rem;
	padding-right: 3.5rem;
	position: relative;
}

.p-faq__content-inner::before {
	color: #1E1F3B;
	content: "A .";
	font-family: "Cormorant Garamond", serif;
	font-size: 1.375rem;
	left: 0;
	position: absolute;
	top: 0;
}

summary::-webkit-details-marker,
summary::marker {
	color: transparent !important;
	display: none !important;
	font-size: 0 !important;
}

.js-accordion[open]::before {
	top: 23px;
}

.js-accordion[open]::after {
	opacity: 0;
}

.p-footer {
	background: #FFFEFA;
	border-top: 1px solid #1E1F3B;
	padding-block: 5rem 1.25rem;
}

.p-footer.p-footer--top {
	border-top: none;
}

.p-footer__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-footer__logo {
	display: block;
	height: 1.5333333333vw;
	margin-top: 8px;
	width: 10.6666666667vw;
}

.p-footer__c-name {
	color: #1E1F3B;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 32px;
}

.p-footer__c-address {
	color: #1E1F3B;
	color: var(--text-c-main, #1E1F3B);
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 4px;
}

.p-footer__c-tel,
.p-footer__c-fax {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}

.p-footer__c-tel {
	margin-top: 8px;
}

.p-footer__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 56px;
}

.p-footer__menu-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 15px;
}

.p-footer__menu-list.p-footer__menu-list--comming {
	color: #B6B6B6 !important;
}

.p-footer__menu-list.p-footer__menu-list--comming .p-footer__menu-item {
	font-weight: 400;
}

.p-footer__menu-item {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
}

.p-footer__menu-layer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 56px;
	margin-right: 20px;
}

.p-footer__menu-list-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4px;
}

.p-footer__menu-item-child {
	margin-left: 8px;
	padding-left: 12px;
	position: relative;
}

.p-footer__menu-item-child::before {
	background: #1E1F3B;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 8px;
}

.p-footer__menu-item-child:first-child {
	margin-top: 10px;
}

.p-footer__menu-link-child {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.71;
}

.p-footer__message {
	margin-top: 121px;
	width: 100%;
}

.p-footer__small {
	color: #B6B6B6;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 32px;
	text-align: left;
}

.p-footer__note {
	display: block;
	height: 2rem;
	margin-top: 2rem;
	width: 2rem;
}

.p-fv {
	background-color: #FFFEFA;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-fv__inner {
	background-color: #FFFEFA;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-inline: auto;
	width: calc(100% - 10rem);
}

.p-fv__inner--underline {
	border-bottom: 1px solid #1E1F3B;
}

.p-header {
	background: #FFFEFA;
	border-bottom: 1px solid transparent;
	padding-block: 1rem;
	position: fixed;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	z-index: 10000;
}

.p-header-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-header__logo {
	font-size: medium;
	font-size: initial;
	margin: auto 0;
	z-index: 1001;
}

.p-header__logo a {
	background: url("../images/common/logo@2x.png") no-repeat center center/cover;
	background-repeat: no-repeat;
	background-size: contain; /* 画像サイズに合わせて調整 */
	display: block;
	height: 1.25rem;
	text-indent: -9999px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 8.8125rem;
}

header.scrolled {
	background: #FFFEFA;
	border-bottom: 1px solid #99ADBA;
	padding-block: 1.625rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

header.scrolled .p-header__logo a {
	height: 1.125rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 7.75rem;
}

.scrolled .p-header__nav {
	background: #FFFEFA;
}

.p-header__nav-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	min-width: 57.5rem;
	width: 68vw;
}

.p-header__nav-content-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}

.p-header__nav-list-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
}

.p-header__nav-list-link {
	color: #B6B6B6;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.046875rem;
	line-height: 1.8;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__nav-list-link:hover .p-header__nav-list-link-arrow img {
	-webkit-transform: translateX(calc(100% + 1rem));
	        transform: translateX(calc(100% + 1rem));
}

.p-header__nav-list-link::before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__nav-list .p-header__nav-list-link--contact {
	background: #1E1F3B;
	color: #FFF;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	padding: 0.625rem 1rem;
	position: relative;
	width: 9rem;
}

.p-header__nav-list .p-header__nav-list-link--catalog {
	background: transparent;
	border: 1px solid #1E1F3B;
	color: #1E1F3B;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	padding: 0.625rem 1rem;
	position: relative;
	width: 7.75rem;
}

.p-header__nav-list-link.p-header__nav-list-link--main {
	color: #1E1F3B;
}

.p-header__nav-list-item-link-sub {
	display: none;
}

.p-header__nav-list-item-company {
	display: none;
}

.p-header__nav-list-item-staff-pc {
	display: block;
	margin-left: 1rem;
}

.p-header__nav-list-item-staff-tab {
	display: none;
}

.p-header__nav-list-item-company-txt {
	font-size: 15px;
}

.p-header__nav-list-item-company-img {
	height: 48px;
	width: 144px;
}

.p-header__nav-button {
	display: none;
}

.p-header__hamburger {
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 2.5rem;
}

.p-header__hamburger-line {
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(calc(-50% - 0.6666666667vw));
	        transform: translateY(calc(-50% - 0.6666666667vw));
	-webkit-transition: inherit;
	transition: inherit;
	width: 28px;
	z-index: 1002;
}

.p-header__hamburger-line {
	font-size: 0;
}

.p-header__hamburger-line,
.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
	background: #1E1F3B;
	content: "";
	display: block;
	height: 0.0625rem;
	max-width: 40px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 1.5rem;
	z-index: 100;
}

.p-header__hamburger-line {
	background: transparent;
}

.p-header__hamburger-line::before {
	bottom: 0.25rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__hamburger-line::after {
	right: 0;
	top: 0.25rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__hamburger-txt {
	bottom: 0rem;
	font-size: 0.9375rem;
	line-height: 1.4666666667;
	position: absolute;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line {
	background-color: transparent;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line::before {
	bottom: 0;
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line::after {
	top: 0;
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}

.visuallyHidden {
	clip: rect(0 0 0 0);
	border: 0;
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.p-header-inner .p-header__nav-contact-sp {
	display: none;
	margin-top: 0;
	opacity: 1;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: visible;
}

.p-header__nav.is-active ~ .p-header__nav-contact-sp-wrap .p-header__nav-contact-sp {
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
}

.p-header__nav-contact-sp-wrap {
	display: none;
}

.contact-modal {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-shadow: none;
	        box-shadow: none;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	opacity: 0;
	position: absolute;
	right: 2.875rem;
	top: 4.6875rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 20000;
}

header.scrolled .contact-modal {
	top: 4.0625rem;
}

.contact-modal.is-active {
	display: block;
	opacity: 1;
	pointer-events: auto;
}

.contact-modal__content {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: rgba(30, 31, 59, 0.6);
	border-radius: 0.125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.75rem;
	padding: 1.25rem;
	position: relative;
	width: 13.125rem;
}

.contact-modal__btn {
	background: #fff;
	border-radius: 0.125rem;
	color: #1E1F3B;
	font-size: 0.875rem;
	padding: 0.71875rem 0.625rem;
	padding-left: 1.25rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contact-modal__btn::before {
	background: #7479AC;
	content: "";
	display: block;
	height: 0.3125rem;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.3125rem;
}

.p-member-fv {
	background-color: #EFEEEB;
	margin-top: -4.5rem;
	overflow: hidden;
}

.p-member-fv__inner {
	height: 63.9375rem;
	position: relative;
}

.p-member-fv__breadcrumbs {
	display: none;
}

.p-member-fv__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 57.3125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 2;
}

.p-member-fv__box-lead {
	display: block;
	font-size: 1.3333333333vw;
	line-height: 190%;
	text-align: center;
}

.p-member-fv__box-ttl {
	font-family: "Cormorant Garamond", serif;
	font-size: 8.8vw;
	font-weight: 100;
	line-height: 120%;
	margin-bottom: 1.25rem;
	text-align: center;
}

.p-member-fv__box-txt {
	font-size: 1.2vw;
	font-weight: 300;
	line-height: 190%;
	text-align: center;
}

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

.p-member-fv__img-group-item {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	position: absolute;
}

.p-member-fv__img-group-item01 {
	left: 16.7vw;
	top: 5vw;
	width: 9.4375rem;
	z-index: 1;
}

.p-member-fv__img-group-item02 {
	right: 4vw;
	top: 7.5vw;
	width: 12.5rem;
}

.p-member-fv__img-group-item03 {
	left: 0vw;
	top: 16vw;
	width: 21.25rem;
}

.p-member-fv__img-group-item04 {
	bottom: 1.7vw;
	right: 11.6vw;
	width: 29.5rem;
}

.p-member-fv__bgline-group {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-member-fv__bgline-item {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-member-fv__bgline-item01 {
	position: absolute;
	top: -35.5vw;
}

.p-member-fv__bgline-item01--white {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -1vw;
	width: 100%;
}

.p-member-fv__bgline-item01--gray {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0vw;
	width: 100%;
}

.p-member-fv__bgline-item02 {
	position: absolute;
	top: 22vw;
}

.p-member-fv__bgline-item02--white {
	left: -31.7vw;
	overflow: hidden;
	position: absolute;
	top: 20vw;
	width: 100%;
}

.p-member-fv__bgline-item02--gray {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0vw;
	width: 100%;
}

.p-member-fv__bgline-item03 {
	position: absolute;
	top: 45.9vw;
}

.p-member-fv__bgline-item03--white {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0vw;
	width: 100%;
}

.p-member-fv__bgline-item03--gray {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -1vw;
	width: 100%;
}

/* ====================================
# メンバー一覧
==================================== */

.p-member-list__inner {
	padding-bottom: 12.5rem;
	padding-top: 5rem;
}

.p-member-list__head {
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 100;
	line-height: 120%;
	margin-bottom: 3.5rem;
	padding-left: 1.375rem;
	position: relative;
}

.p-member-list__head::before {
	background-color: #7479AC;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 60%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.75rem;
}

.p-member-list__list {
	grid-gap: 6.25rem 2rem;
	display: -ms-grid;
	display: grid;
	gap: 6.25rem 2rem;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.p-member-list__list-item {
	display: -ms-grid;
	display: grid;
}

.p-member-list__list-item:hover .p-member-list__list-item-img--hover01::before,
.p-member-list__list-item:hover .p-member-list__list-item-img--hover02::before,
.p-member-list__list-item:hover .p-member-list__list-item-img--hover03::before,
.p-member-list__list-item:hover .p-member-list__list-item-img--hover04::before {
	opacity: 1;
}

.p-member-list__list-item-img {
	-o-object-fit: cover;
	margin-bottom: 0.5rem;
	object-fit: cover;
	position: relative;
	width: 100%;
}

.p-member-list__list-item-img--hover01::before,
.p-member-list__list-item-img--hover02::before,
.p-member-list__list-item-img--hover03::before,
.p-member-list__list-item-img--hover04::before {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
	z-index: 1;
}

.p-member-list__list-item-img--hover01::before {
	background: url(../images/member/modal_hover_effect01.png) no-repeat center center/cover;
}

.p-member-list__list-item-img--hover02::before {
	background: url(../images/member/modal_hover_effect02.png) no-repeat center center/cover;
}

.p-member-list__list-item-img--hover03::before {
	background: url(../images/member/modal_hover_effect03.png) no-repeat center center/cover;
}

.p-member-list__list-item-img--hover04::before {
	background: url(../images/member/modal_hover_effect04.png) no-repeat center center/cover;
}

.p-member-list__list-item-img picture {
	height: 100%;
}

.p-member-list__lead-br {
	display: block;
}

.p-member-list__list-item-txt {
	font-size: 0.8125rem;
	line-height: 150%;
	margin-bottom: 0.25rem;
}

.p-member-list__list-item-name {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #7479AC;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 0.75rem;
}

.p-member-list__list-item-name-ttl {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 150%;
}

.p-member-list__list-item-name-plus {
	background-color: #1E1F3B;
	border-radius: 0.125rem;
	height: 1.25rem;
	position: relative;
	width: 2.5rem;
}

.p-member-list__list-item-name-plus::before {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 0.5rem;
}

.p-member-list__list-item-name-plus::after {
	background-color: #fff;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 0.0625rem;
}

/* ====================================
# モーダル
==================================== */

.p-member-modal {
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	z-index: 10000;
}

.p-member-modal.is-active {
	opacity: 1;
	pointer-events: auto;
}

.p-member-modal__overlay {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-member-modal__content {
	background-color: #fff;
	height: 90vh;
	left: 50%;
	max-height: 100%;
	min-height: -moz-fit-content;
	min-height: -webkit-fit-content;
	min-height: fit-content;
	opacity: 0;
	padding: 5rem 1.75rem 3.5rem 3.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	width: 90%;
}

.p-member-modal.is-active .p-member-modal__content {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
}

.p-member-modal__content-inner {
	height: 100%;
	overflow-y: scroll;
	padding-right: 3.5rem;
	scrollbar-color: #1E1F3B #EFEEEB;
	scrollbar-width: thin;
}

.p-member-modal__content-inner::-webkit-scrollbar {
	background-color: #EFEEEB;
	border-radius: 0.25rem;
	width: 0.25rem;
}

.p-member-modal__content-inner::-webkit-scrollbar-thumb {
	background: #1E1F3B;
	border-radius: 0.25rem;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: 9.0625rem;
	width: 0.25rem;
}

.p-member-modal__content-inner::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.p-member-modal__close {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 2rem;
	gap: 0.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	padding: 0.5rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.p-member-modal__close-txt {
	color: #1E1F3B;
	font-size: 1rem;
	line-height: 150%;
}

.p-member-modal__close-icon {
	background-color: #1E1F3B;
	border-radius: 0.125rem;
	height: 1.75rem;
	position: relative;
	width: 3.75rem;
}

.p-member-modal__close-icon::before,
.p-member-modal__close-icon::after {
	background-color: #fff;
	border-radius: 0.125rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 0.625rem;
}

.p-member-modal__close-icon::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.p-member-modal__close-icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.p-member-modal__right {
	width: 39.46902655%;
}

.p-member-modal__image {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-member-modal__img {
	border-radius: 4px;
	height: auto;
	width: 100%;
}

.p-member-modal__info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-member-modal__role {
	font-size: 1rem;
	line-height: 150%;
	margin-bottom: 0.5rem;
}

.p-member-modal__title {
	-webkit-box-align: end;
	-webkit-align-items: end;
	    -ms-flex-align: end;
	        align-items: end;
	border-bottom: 1px solid #1E1F3B;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	margin-bottom: 2.5rem;
	padding-bottom: 1.5rem;
}

.p-member-modal__title-name {
	font-size: 2rem;
	font-weight: 500;
	line-height: 150%;
}

.p-member-modal__title-en {
	font-size: 1rem;
	font-weight: 200;
	line-height: 200%;
}

.p-member-modal__description {
	font-size: 1rem;
	line-height: 150%;
}

.p-member-modal__wrap {
	border-bottom: 1px dashed #99ADBA;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.125rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-member-modal__wrap:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.p-member-modal__content-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	width: 56.19469027%;
}

.p-member-modal__lead {
	margin-bottom: 2rem;
	padding-inline: 3.125rem 1.875rem;
	padding-top: 1.875rem;
	position: relative;
}

.p-member-modal__lead-text {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 150%;
}

.p-member-modal__lead-text-box-wrap {
	letter-spacing: 0.06em;
}

.p-member-modal__lead-text-box {
	display: inline-block;
	letter-spacing: 0;
	margin-inline: 0.25rem 0.5rem;
	padding-bottom: 0.25rem;
	position: relative;
}

.p-member-modal__lead-text-box::before {
	border: 1px solid #1E1F3B;
	content: "";
	height: 2.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 2.75rem;
}

.p-member-modal__lead-quote {
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 4.5rem;
	font-weight: 500;
	letter-spacing: 0.09rem;
	line-height: 150%;
	position: absolute;
}

.p-member-modal__lead-quote:first-of-type {
	left: 0;
	top: 0rem;
}

.p-member-modal__lead-quote:last-of-type {
	bottom: -3.75rem;
	right: 0;
}

.p-member-modal__desc {
	font-size: 1rem;
	line-height: 180%;
}

.p-member-modal__bottom-item {
	margin-bottom: 2.5rem;
}

.p-member-modal__bottom-title {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 0.75rem;
}

.p-member-modal__bottom-text {
	font-size: 1rem;
	line-height: 180%;
}

.p-member-modal__bottom-img {
	-o-object-fit: cover;
	aspect-ratio: 240/240;
	object-fit: cover;
	width: 15rem;
}

.p-member-modal__bottom-img img {
	border-radius: 50%;
}

.p-member-modal__bottom-content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-member-modal__bottom-content {
	background-color: rgba(238, 237, 232, 0.44);
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 2.5rem 3.25rem;
}

/* ====================================
# お知らせ・コラム
==================================== */

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

.p-news__archive {
	grid-gap: 3rem;
	display: -ms-grid;
	display: grid;
	gap: 3rem;
	-ms-grid-columns: clamp(160px, 25%, 300px) 1fr;
	grid-template-columns: clamp(160px, 25%, 300px) 1fr;
}

.p-news__archive__sidebar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4rem;
}

.p-news__archive__listblock__ttl {
	font-size: clamp(0.9375rem, 2vw, 1.125rem);
	line-height: 170%; /* 30.6px */
	margin-bottom: 2.5rem;
}

.p-news__sidebar__archive__navttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5em;
	position: relative;
}

.p-news__sidebar__archive__navttl .jp {
	background-color: #1E1F3B;
	color: #FFF;
	font-size: 0.8125rem;
	line-height: 100%;
	padding: 0.25em 0.5em;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-news__sidebar__archive__navttl .en {
	color: #1E1F3B;
	font-family: "Cormorant Garamond", serif;
	font-size: 3.5rem;
	line-height: 100%;
}

.p-news__sidebar__archive__navlist {
	margin-top: 1.5rem;
}

.p-news__sidebar__archive__navlist li {
	margin-bottom: 0.5rem;
}

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

.p-news__sidebar__archive__navlist li > a {
	font-size: 0.875rem;
	padding-left: 1em;
	position: relative;
}

.p-news__sidebar__archive__navlist li > a::before {
	background-color: #1E1F3B;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 0.65em;
}

.p-news__sidebar__archive__navlist li.current-cat > a {
	color: #969696;
}

.p-news__sidebar__archive__navselect {
	background: url("../../assets/images/news/icon-arrow-navy-toggle.svg") center right 16px/16px 16px no-repeat rgba(153, 173, 186, 0.16);
	border-radius: 10px;
	display: none;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.375rem;
	padding: 1rem 1.25rem;
	width: 100%;
}

.p-news-archive__pagenation {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.125rem;
	padding: 3rem;
	position: relative;
}

.p-news-archive__pagenation .previouspostslink {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.p-news-archive__pagenation .previouspostslink > a::after {
	content: "Prev";
}

.p-news-archive__pagenation .nextpostslink {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.p-news-archive__pagenation .nextpostslink > a::before {
	content: "Next";
}

.p-news-archive__pagenation .previouspostslink,
.p-news-archive__pagenation .nextpostslink {
	font-family: "Noto Sans JP", sans-serif;
}

.p-news-archive__pagenation .previouspostslink > a,
.p-news-archive__pagenation .nextpostslink > a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5em;
}

.p-news-archive__pagenation .previouspostslink > a .icon,
.p-news-archive__pagenation .nextpostslink > a .icon {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #1E1F3B;
	border-radius: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 3.25rem;
}

.p-news-archive__pagenation .previouspostslink > a .icon .icon-left,
.p-news-archive__pagenation .nextpostslink > a .icon .icon-left {
	height: 0.75rem;
	overflow: hidden;
	position: relative;
	width: 0.75rem;
}

.p-news-archive__pagenation .previouspostslink > a .icon .icon-left::before,
.p-news-archive__pagenation .nextpostslink > a .icon .icon-left::before {
	background: url(../../assets/images/news/icon-arrow.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	        transform: translate(0, -50%) rotate(180deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-news-archive__pagenation .previouspostslink > a .icon .icon-left::after,
.p-news-archive__pagenation .nextpostslink > a .icon .icon-left::after {
	background: url(../../assets/images/news/icon-arrow.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(100%, -50%) rotate(180deg);
	        transform: translate(100%, -50%) rotate(180deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-news-archive__pagenation .previouspostslink > a .icon .icon-right,
.p-news-archive__pagenation .nextpostslink > a .icon .icon-right {
	height: 0.75rem;
	overflow: hidden;
	position: relative;
	width: 0.75rem;
}

.p-news-archive__pagenation .previouspostslink > a .icon .icon-right::before,
.p-news-archive__pagenation .nextpostslink > a .icon .icon-right::before {
	background: url(../../assets/images/news/icon-arrow.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-news-archive__pagenation .previouspostslink > a .icon .icon-right::after,
.p-news-archive__pagenation .nextpostslink > a .icon .icon-right::after {
	background: url(../../assets/images/news/icon-arrow.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-news-archive__pagenation .previouspostslink:hover .icon .icon-left::before,
.p-news-archive__pagenation .nextpostslink:hover .icon .icon-left::before {
	-webkit-transform: translate(-100%, -50%) rotate(180deg);
	        transform: translate(-100%, -50%) rotate(180deg);
}

.p-news-archive__pagenation .previouspostslink:hover .icon .icon-left::after,
.p-news-archive__pagenation .nextpostslink:hover .icon .icon-left::after {
	-webkit-transform: translate(0%, -50%) rotate(180deg);
	        transform: translate(0%, -50%) rotate(180deg);
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}

.p-news-archive__pagenation .previouspostslink:hover .icon .icon-right::before,
.p-news-archive__pagenation .nextpostslink:hover .icon .icon-right::before {
	-webkit-transform: translate(100%, -50%);
	        transform: translate(100%, -50%);
}

.p-news-archive__pagenation .previouspostslink:hover .icon .icon-right::after,
.p-news-archive__pagenation .nextpostslink:hover .icon .icon-right::after {
	-webkit-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}

.p-news-archive__pagenation .wp-pagenavi {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 1em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}

.p-news-archive__pagenation .wp-pagenavi .pages {
	display: none;
}

.p-news-archive__pagenation .wp-pagenavi .page,
.p-news-archive__pagenation .wp-pagenavi .current,
.p-news-archive__pagenation .wp-pagenavi .previouspostslink,
.p-news-archive__pagenation .wp-pagenavi .nextpostslink {
	display: block;
	position: relative;
	text-decoration: none;
	z-index: 0;
}

.p-news-archive__pagenation .wp-pagenavi .page {
	color: #B6B6B6;
}

.p-news-archive__pagenation .wp-pagenavi .current {
	border-bottom: solid 1px #B6B6B6;
	color: #1E1F3B;
}

.p-news-archive__pagenation .wp-pagenavi .extend {
	color: #B6B6B6;
}

.p-news__archive__post {
	grid-gap: 2.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: solid 1px #1E1F3B;
	color: #1E1F3B;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: clamp(132px, 33%, 200px) 1fr;
	grid-template-columns: clamp(132px, 33%, 200px) 1fr;
	padding: 1.25rem 3rem 1.25rem 1rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s; /* スマホでホバーさせない */
}

.p-news__archive__post__thumb {
	aspect-ratio: 50/31;
	border-radius: 4px;
	height: auto;
	max-width: 200px;
	overflow: hidden;
}

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

.p-news__archive__post__content {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-news__archive__post__content__meta {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.p-news__archive__post__content__meta .update {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9375rem;
	gap: 0.5em;
	line-height: 170%;
}

.p-news__archive__post__content__meta .update::before {
	aspect-ratio: 1/1;
	background-color: #7479AC;
	content: "";
	height: 0.45em;
	width: 0.45em;
}

.p-news__archive__post__content__meta .category {
	background-color: rgba(30, 31, 59, 0.08);
	border-radius: 20px;
	font-size: 0.9375rem;
	line-height: 170%;
	padding-inline: 1em;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-news__archive__post__content__title {
	border-bottom: dotted 1px #1E1F3B; /*text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;*/
	display: inline;
	font-size: 1.125rem;
	line-height: 170%;
}

.p-news__archive__post__arrow {
	height: 1rem;
	overflow: hidden;
	position: absolute;
	right: 1rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 1rem;
}

.p-news__archive__post__arrow::before {
	background: url(../../assets/images/news/icon-arrow-navy.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-news__archive__post__arrow::after {
	background: url(../../assets/images/news/icon-arrow.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

/* ====================================
# お知らせ・コラム
==================================== */

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

.p-news__single__post {
	border-bottom: solid 1px #1E1F3B;
	margin-bottom: 6.25rem;
	margin-inline: auto;
	max-width: 1020px;
	padding-bottom: 5rem;
}

.p-news__single__pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-inline: auto;
	max-width: 1020px;
	position: relative;
}

.p-news__single__pager .back-to-all {
	left: 50%;
	margin-top: 0;
	margin-top: initial;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 9rem;
}

.p-news__single__pager .prev-link,
.p-news__single__pager .next-link {
	display: none;
}

.p-news__single__pager .prev-link.is-active,
.p-news__single__pager .next-link.is-active {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}

.p-news__single__pager .prev-link__text,
.p-news__single__pager .next-link__text {
	border-bottom: solid 1px #1E1F3B;
	display: block;
	padding-bottom: 0.1em;
}

.p-news__single__pager .prev-link__icon {
	height: 0.75rem;
	overflow: hidden;
	position: relative;
	width: 0.75rem;
}

.p-news__single__pager .prev-link__icon::before {
	background: url(../../assets/images/news/icon-arrow-navy.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	        transform: translate(0, -50%) rotate(180deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-news__single__pager .prev-link__icon::after {
	background: url(../../assets/images/news/icon-arrow-navy.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(100%, -50%) rotate(180deg);
	        transform: translate(100%, -50%) rotate(180deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-news__single__pager .prev-link__text {
	display: block;
}

.p-news__single__pager .prev-link:hover .prev-link__icon::before {
	-webkit-transform: translate(-100%, -50%) rotate(180deg);
	        transform: translate(-100%, -50%) rotate(180deg);
}

.p-news__single__pager .prev-link:hover .prev-link__icon::after {
	-webkit-transform: translate(0%, -50%) rotate(180deg);
	        transform: translate(0%, -50%) rotate(180deg);
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}

.p-news__single__pager .next-link__text {
	display: block;
}

.p-news__single__pager .next-link__icon {
	height: 0.75rem;
	overflow: hidden;
	position: relative;
	width: 0.75rem;
}

.p-news__single__pager .next-link__icon::before {
	background: url(../../assets/images/news/icon-arrow-navy.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-news__single__pager .next-link__icon::after {
	background: url(../../assets/images/news/icon-arrow-navy.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-news__single__pager .next-link:hover .next-link__icon::before {
	-webkit-transform: translate(100%, -50%);
	        transform: translate(100%, -50%);
}

.p-news__single__pager .next-link:hover .next-link__icon::after {
	-webkit-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}

.p-request {
	position: relative;
}

.p-request-bg {
	width: 580px;
}

.p-request-bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-request__box {
	border-top: 1px solid #9A9AA3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-block: clamp(60px, 9vw, 120px);
}

.p-request__box-item {
	width: 520px;
}

.p-request__ttl-ja {
	color: #1E1F3B;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
}

.p-request__ttl-en {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -0.9px;
	line-height: 1.2; /* 108px */
	margin-top: 8px;
}

.p-request__explain {
	color: #1E1F3B;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
	margin-top: 16px;
}

.p-request__list {
	margin-top: clamp(24px, 4vw, 64px);
}

.p-request__list-item + .p-request__list-item {
	margin-top: 16px;
}

.p-request__list-item-link {
	background-color: #1E1F3B;
	color: #fff;
	display: block;
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	line-height: 1.2;
	padding: 24px 20px;
	position: relative;
}

.p-request__list-item-link::before {
	background: #fff;
	border-radius: 2px;
	content: "";
	height: 1.6vw;
	position: absolute;
	right: 1.3333333333vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 3.4666666667vw;
}

.p-request__list-item-link::after {
	background: #1E1F3B;
	background: url("../images/common/icon-arrow-navy.svg") no-repeat center center/cover;
	content: "";
	height: 0.8vw;
	position: absolute;
	right: 2.6666666667vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.8vw;
	z-index: 1;
}

.p-request__list-item-tel {
	border-bottom: 1px solid #9A9AA3;
	border-top: 1px solid #9A9AA3;
	color: #1E1F3B;
	margin-top: 16px;
}

.p-request__list-item-link-tel {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 16px 20px;
}

.p-request__list-item-link-tel-txt {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
}

.p-request__list-item-link-tel-caution {
	color: #1E1F3B;
	display: inline-block;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 8px;
}

.p-request__list-item-link-tel-number {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
}

.p-strength {
	padding-block: 10rem 15rem;
	position: relative;
}

.p-strength__bg {
	height: 100vh;
	position: absolute;
	top: 0;
	z-index: -1;
}

.p-strength__bg::before {
	background-image: url(../images/business/strength-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-strength__heading {
	color: #FFF;
	font-family: "Zen Old Mincho", serif;
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.p-strength__lists {
	grid-column-gap: 7.5rem;
	-moz-column-gap: 7.5rem;
	-webkit-column-gap: 7.5rem;
	        column-gap: 7.5rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (18.125rem)[3];
	grid-template-columns: repeat(3, 18.125rem);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 7.5rem;
}

.p-strength__link {
	display: inline-block;
	position: relative;
}

.p-strength__link:hover .p-strength__image img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.p-strength__link::after {
	background: url(../images/business/strength-arrow.svg) no-repeat center center/cover;
	bottom: -16px;
	content: "";
	height: 1.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1.25rem;
}

.p-strength__image {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.p-strength__image img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.p-strength__number {
	color: #FFF;
	content: "";
	font-family: "Cormorant Garamond", serif;
	font-size: 5.625rem;
	opacity: 0.6;
	position: absolute;
	right: -20px;
	top: -26px;
}

.p-strength__text {
	color: #FFF;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding: 1rem;
	text-align: center;
}

.p-strength__text01 {
	position: relative;
}

.p-strength__contents {
	margin-inline: auto;
	margin-top: 7.5rem;
}

.p-strength__content {
	background: rgba(255, 255, 255, 0.92);
	padding: 0 2rem 7.5rem;
}

.p-strength__content:not(:first-of-type) {
	margin-top: 5rem;
}

.p-strength__head2 {
	margin-inline: auto;
	max-width: 73.75rem;
}

.p-strength__number2 {
	color: #1E1F3B;
	display: inline-block;
	font-family: "Cormorant Garamond", serif;
	font-size: 8.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.6;
	opacity: 0.2;
}

.p-strength__box {
	-moz-column-gap: 6.25rem;
	-webkit-box-align: end;
	-webkit-align-items: end;
	    -ms-flex-align: end;
	        align-items: end;
	border-bottom: 1px dashed #9A9AA3;
	color: #1E1F3B;
	-webkit-column-gap: 6.25rem;
	        column-gap: 6.25rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 1.5rem;
}

.p-strength__title {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	width: 30rem;
}

.p-strength__lead {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
}

.p-strength__lists2 {
	margin-inline: auto;
	margin-top: 3.5rem;
	max-width: 66.25rem;
}

.p-strength__list2 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(190, 193, 210, 0.7);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-strength__list2:nth-of-type(1) {
	background: rgba(190, 193, 210, 0.7);
}

.p-strength__list2:nth-of-type(2) {
	background: rgba(190, 193, 210, 0.5);
}

.p-strength__list2:nth-of-type(3) {
	background: rgba(190, 193, 210, 0.3);
}

.p-strength__list2:not(:first-of-type) {
	margin-top: 2rem;
}

.p-strength__text2 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-inline: 2.5rem;
}

.p-strength__headings {
	border-bottom: 1px solid rgba(154, 154, 163, 0.6);
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	padding-bottom: 0.5rem;
}

.p-strength__desc2 {
	color: #1E1F3B;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.07em;
	line-height: 1.7;
	margin-top: 1.5rem;
}

.p-strength__problem {
	color: #1E1F3B;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.9;
	margin-top: 2.5rem;
	padding-left: 1.125rem;
	position: relative;
}

.p-strength__problem::before {
	background: #7479AC;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 10px;
}

.p-strength__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.p-strength__item {
	background: #1E1F3B;
	color: #FFF;
	display: inline-block;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding: 0.125rem 0.75rem;
}

.p-strength__image2 {
	width: 20.625rem;
}

.p-strength__low {
	margin-inline: auto;
	margin-top: 7.5rem;
	max-width: 66.25rem;
}

.p-strength__heading2 {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
}

.p-strength__image3 {
	margin-top: 1rem;
}

.p-strength__graph {
	-moz-column-gap: 4.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #B6B6B6;
	-webkit-column-gap: 4.5rem;
	        column-gap: 4.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	margin-top: 6.25rem;
	max-width: 66.25rem;
	padding-bottom: 4.5rem;
}

.p-strength__image4 {
	width: 27rem;
}

.p-strength__text3 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-strength__tag {
	background: #1E1F3B;
	color: #FFF;
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding: 0.0625rem 0.5rem;
}

.p-strength__tag span {
	margin-left: 0.25rem;
}

.p-strength__title2 {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.075rem;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.p-strength__desc3 {
	color: #1E1F3B;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
	margin-top: 4rem;
}

.p-strength__desc3--mt40 {
	margin-top: 2.5rem;
}

.p-strength__desc4 {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.p-strength__chart {
	margin-inline: auto;
	margin-top: 4.5rem;
	max-width: 66.25rem;
}

.p-strength__wrap2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-strength__image5 {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 20px 4px rgba(153, 173, 186, 0.24);
	        box-shadow: 0px 0px 20px 4px rgba(153, 173, 186, 0.24);
	margin-top: 2.5rem;
	padding: 2rem;
}

.p-strength__graph2 {
	margin-inline: auto;
	max-width: 66.25rem;
}

.p-strength__image6-wrap {
	margin-top: 3.25rem;
}

.p-strength__image6-head {
	display: none;
}

.p-strength__image6 {
	position: relative;
}

.p-contact__thx-inner {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.p-contact__thx-ttl {
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 190%;
	margin-bottom: 3.5rem;
	text-align: center;
}

.p-contact__thx-txt {
	font-size: 1rem;
	line-height: 190%;
	margin-bottom: 1.5rem;
	text-align: center;
}

.p-contact__thx-txt:last-of-type {
	margin-bottom: 3.5rem;
}

.p-contact__thx-btn {
	margin: 0 auto;
}

/* ====================================
# WP Block Editorのデフォルトスタイル調整用
==================================== */

.wp-blockeditor-style p {
	font-size: 0.9375rem;
	line-height: 1.9;
	margin-bottom: 1.5em;
}

.wp-blockeditor-style p:last-child {
	margin-bottom: 0;
}

.wp-blockeditor-style p > a {
	color: #1E1F3B;
	text-decoration: underline;
	-webkit-text-decoration-color: #1E1F3B;
	        text-decoration-color: #1E1F3B;
}

.wp-blockeditor-style p > a::after {
	background: url(../../assets/images/news/icon-arrow-navy.svg) center center/contain no-repeat;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: 0.25em;
	vertical-align: middle;
	width: 1em;
}

.wp-blockeditor-style p > a:hover {
	text-decoration: none;
}

.wp-blockeditor-style h1 {
	font-size: clamp(1.375rem, 3vw, 2rem);
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 1.5em;
}

.wp-blockeditor-style h2 {
	font-size: clamp(1.375rem, 3vw, 2rem);
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 1.5em;
}

.wp-blockeditor-style h3 {
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 1.5em;
}

.wp-blockeditor-style h4 {
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 1.5em;
}

.wp-blockeditor-style h5 {
	font-size: clamp(1.0625rem, 2vw, 1.375rem);
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.wp-blockeditor-style h6 {
	font-size: clamp(1rem, 2vw, 1.125rem);
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 1.5em;
}

.wp-blockeditor-style ul:not(.wp-block-post-template) {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 1.5em;
}

.wp-blockeditor-style ul:not(.wp-block-post-template):last-child {
	margin-bottom: 0;
}

.wp-blockeditor-style ul:not(.wp-block-post-template) li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}

.wp-blockeditor-style ul:not(.wp-block-post-template) li:last-child {
	margin-bottom: 0;
}

.wp-blockeditor-style ul:not(.wp-block-post-template) li::marker {
	color: #1E1F3B;
}

.wp-blockeditor-style ol {
	counter-reset: list-counter; /* カウンターを初期化 */
	margin-bottom: 1.5em;
}

.wp-blockeditor-style ol:last-child {
	margin-bottom: 0;
}

.wp-blockeditor-style ol li {
	counter-increment: list-counter; /* カウンターを加算 */
	margin-bottom: 0.5em;
	padding-left: 1.5em;
	position: relative;
}

.wp-blockeditor-style ol li:last-child {
	margin-bottom: 0;
}

.wp-blockeditor-style ol li::before {
	color: #1E1F3B;
	content: counter(list-counter) ". ";
	left: 0;
	position: absolute;
	top: 0;
}

.wp-blockeditor-style .wp-block-quote {
	color: #969696;
	margin-bottom: 1.5em;
	padding: 0.5em 1.5em;
	position: relative;
}

.wp-blockeditor-style .wp-block-quote::after {
	background-color: #969696;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 1px;
}

.wp-blockeditor-style .wp-block-quote > p {
	margin-bottom: 0.5em;
}

.wp-blockeditor-style .wp-block-quote > p:last-child {
	margin-bottom: 0;
}

.wp-blockeditor-style .wp-block-quote cite::before {
	content: "ー";
	font-style: italic;
	margin-right: 5px;
}

.wp-blockeditor-style .wp-block-separator {
	border: none;
	border-left: none;
	border-right: none;
	border-top: solid 1px;
	color: #B6B6B6;
	margin: 60px auto;
}

.wp-blockeditor-style .wp-block-code {
	margin-bottom: 1.5em;
}

.wp-blockeditor-style .wp-block-preformatted {
	font-family: inherit;
	margin-bottom: 1.5em;
}

.wp-blockeditor-style .wp-block-table {
	border-radius: 4px;
	margin-bottom: 1.5em !important;
}

.wp-blockeditor-style .wp-block-table figcaption {
	text-align: center;
}

.wp-blockeditor-style .wp-block-table table {
	border: solid 1px #99ADBA;
	width: auto !important;
}

.wp-blockeditor-style .wp-block-table table thead {
	border: none;
}

.wp-blockeditor-style .wp-block-table table thead th {
	background-color: #1E1F3B;
	border: none;
	border-right: solid 1px #99ADBA;
	color: #FFF;
	padding: 0.75em;
	white-space: nowrap;
}

.wp-blockeditor-style .wp-block-table table tfoot {
	border: none;
}

.wp-blockeditor-style .wp-block-table table tfoot td {
	background: rgba(30, 31, 59, 0.3);
	border: none;
	border-right: solid 1px #99ADBA;
	padding: 0.75em;
	white-space: nowrap;
}

.wp-blockeditor-style .wp-block-table table tr:nth-child(odd) {
	background: #FFF;
}

.wp-blockeditor-style .wp-block-table table tr:nth-child(even) {
	background: #E7E6E1;
}

.wp-blockeditor-style .wp-block-table table tr td {
	border: none;
	border-right: solid 1px #99ADBA;
	padding: 0.75em;
	white-space: nowrap;
}

.wp-blockeditor-style .wp-block-verse {
	font-family: inherit;
	font-style: italic;
	margin-bottom: 1.5em;
}

.wp-blockeditor-style .wp-block-image {
	margin: 0 0 1.5em;
}

.wp-blockeditor-style .wp-block-image figcaption {
	margin-bottom: 1em;
	margin-top: 0.5em;
	text-align: center;
}

.wp-blockeditor-style .wp-block-gallery {
	margin-bottom: 1.5em;
}

.wp-blockeditor-style .wp-block-gallery .blocks-gallery-grid {
	margin: 0 auto 1.5em;
	width: 100%;
}

.wp-blockeditor-style .wp-block-gallery > figcaption {
	margin-bottom: 1.5rem;
}

.wp-blockeditor-style .wp-block-cover {
	margin-bottom: 1.5em;
}

.wp-blockeditor-style .wp-block-file {
	margin-bottom: 1.5em;
}

.wp-blockeditor-style .wp-block-media-text {
	margin-bottom: 1.5em;
}

.wp-blockeditor-style .wp-block-embed {
	margin-bottom: 1.5em;
}

.wp-blockeditor-style .wp-block-buttons {
	margin-bottom: 1.5em;
}

.wp-blockeditor-style .wp-block-button__link {
	background-color: #FFFEFA;
	border: solid 1px #1E1F3B;
	border-radius: 2px;
	color: #1E1F3B;
	font-size: 1rem;
	padding-right: 2.5em;
	position: relative;
}

.wp-blockeditor-style .wp-block-button__link::after {
	background: url(../../assets/images/news/icon-arrow-navy.svg) center center/contain no-repeat;
	content: "";
	display: block;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 1em;
}

.wp-blockeditor-style .wp-block-columns > p {
	margin-bottom: 0;
	margin-bottom: initial;
}

.wp-blockeditor-style .wp-block-columns.has-background {
	padding: 2em;
}

.wp-blockeditor-style .wp-block-columns:last-child {
	margin-bottom: 0;
}

.wp-blockeditor-style .wp-block-column > p {
	margin-bottom: 0;
	margin-bottom: initial;
}

.wp-blockeditor-style .wp-block-column:last-child {
	margin-bottom: 0;
}

.wp-blockeditor-style .wp-block-group > p {
	margin-bottom: 0;
	margin-bottom: initial;
}

.wp-blockeditor-style .wp-block-group.has-background {
	padding: 2em;
}

.wp-blockeditor-style .wp-block-group:last-child {
	margin-bottom: 0;
}

.wp-blockeditor-style .more-link {
	display: block;
	text-align: right;
}

.wp-blockeditor-style .wp-link-pages {
	text-align: right;
}

.wp-blockeditor-style .wp-link-pages .post-page-numbers {
	padding: 0 3px;
}

.wp-blockeditor-style .post-nav-links {
	border-bottom: solid 1px #1E1F3B;
	border-top: solid 1px #1E1F3B;
	margin-bottom: 1.5em;
	padding: 1em;
}

.wp-blockeditor-style .post-nav-links .post-nav-ttl {
	padding: 0 3px 0 0;
}

.wp-blockeditor-style .post-nav-links .post-page-numbers {
	padding: 0 3px;
}

.wp-blockeditor-style .post-nav-links .current {
	font-weight: 500;
}

.wp-blockeditor-style .wp-block-search {
	margin-bottom: 1em;
}

.wp-blockeditor-style .wp-block-social-links {
	margin: 0 auto 1em;
}

.wp-blockeditor-style .wp-block-calendar table th {
	border-right: solid 1px #FFF;
	text-align: center;
}

.wp-blockeditor-style .wp-block-calendar table th:last-child {
	border-right: none;
}

.wp-blockeditor-style iframe {
	aspect-ratio: 16/9;
	display: block;
	height: auto;
	height: initial;
	margin: 0 auto;
	width: 100% !important;
}

.p-top__business {
	margin-top: 10.625rem;
	position: relative;
}

.p-top__business-dec {
	height: 15.5333333333vw;
	position: absolute;
	right: 0;
	top: 6.6666666667vw;
	width: 20.2vw;
}

.p-top__business-img {
	max-width: 40vw;
}

.p-top__business-wrap {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-top__business-content-wrap {
	padding-bottom: 2.5rem;
	padding-inline: 7.6vw 6.6666666667vw;
	width: calc(100% - 40vw);
}

.p-top__business-content-ttl {
	color: #1E1F3B;
	font-family: "Zen Old Mincho", serif;
	font-size: 4.2666666667vw;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
}

.p-top__business-content-message {
	color: #1E1F3B;
	font-size: 1.4666666667vw;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 35.2px */
	margin-top: 3.5rem;
}

.p-top__business-content-message span {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8666666667vw;
	letter-spacing: 0.07rem;
	margin-left: 0.375rem;
}

.p-top__business-content-explain {
	font-size: 1.0666666667vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
	margin-top: 1.75rem;
}

.p-top__business-link {
	margin-top: 3.5rem;
}

.p-top__case {
	margin-top: 12.125rem;
	padding-bottom: 4.75rem;
	position: relative;
}

.p-top__case-bg-line {
	bottom: -16vw;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-top__case-ttl {
	margin-bottom: 2.5rem;
}

.p-top__case-list {
	grid-column-gap: 1.583125rem;
	-moz-column-gap: 1.583125rem;
	-webkit-column-gap: 1.583125rem;
	        column-gap: 1.583125rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	-ms-grid-rows: 2.5fr 1fr;
	grid-template-rows: 2.5fr 1fr;
	margin-bottom: 2.5rem;
}

.p-top__case-list-item {
	border-radius: 4px;
	display: -ms-grid;
	display: grid;
	-ms-grid-row-span: 2;
	grid-row: span 2;
	-ms-grid-rows: subgrid;
	grid-template-rows: subgrid;
	overflow: hidden;
	padding: 1.25rem;
	position: relative;
}

.p-top__case-list-item:hover {
	opacity: 1;
}

.p-top__case-list-item:hover .p-top__case-list-item-bg {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.p-top__case-list-item:hover .p-top__case-list-item-arrow-box {
	background-color: #fff;
}

.p-top__case-list-item-bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	width: 100%;
	z-index: -1;
}

.p-top__case-list-item-bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top__case-list-item-ttl {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Old Mincho", serif;
	font-size: 3.4666666667vw;
	font-style: normal;
	font-weight: 500;
	-ms-grid-row: 1;
	grid-row: 1;
	letter-spacing: 0.3em;
	line-height: 120%; /* 62.4px */
	margin-right: auto;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	z-index: 1;
}

.p-top__case-list-item-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-grid-row: 2;
	grid-row: 2;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-top__case-list-item-txt {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0666666667vw;
	font-style: normal;
	font-weight: 300;
	line-height: 1.7;
	margin-bottom: 0.25rem;
	z-index: 1;
}

.p-top__case-list-item-arrow-box {
	margin-left: auto;
}

.p-top__case-btn {
	margin: 0 auto;
}

.p-top__case-list-item .p-top__case-list-item-arrow svg {
	vertical-align: baseline;
	width: 0.75rem;
}

.p-top__case-list-item:hover .p-top__case-list-item-arrow svg path {
	fill: #1E1F3B;
	-webkit-transition: fill 0.4s ease-in-out;
	transition: fill 0.4s ease-in-out;
}

.p-top__case-list-item-arrow > div {
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.p-top__case-list-item:hover .p-top__case-list-item-arrow > div {
	-webkit-transform: translateX(calc(100% + 1rem));
	        transform: translateX(calc(100% + 1rem));
}

.p-top__clients {
	margin-top: 3.125rem;
	padding-bottom: 8.75rem;
}

.p-top__clients-box {
	background-color: #fff;
	border: 1px solid #000;
	padding: 1.5rem 0;
}

.p-top__clients-box-ttl {
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 2rem;
	margin-left: 2rem;
}

.p-top__clients-box-content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.53125rem;
}

.p-top__clients-box-content-wrap--sp {
	display: none;
}

.p-top__clients-box-content-item-img {
	height: 4.8125rem;
	position: relative;
}

.p-top__clients-box-content-item-img::before {
	background: #B6B6B6;
	content: "";
	height: 3rem;
	position: absolute;
	right: -0.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.0625rem;
}

.p-top__column-bottom-wrap .p-top__column-scrollbar {
	background: #e0e0e0;
	border-radius: 0.125rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 0.25rem;
	margin-right: 4rem;
	overflow: hidden;
	position: relative;
	top: 0;
}

.p-top__column-bottom-wrap .p-top__column-scrollbar .swiper-scrollbar-drag {
	background: #1E1F3B;
	border-radius: 0.125rem;
	height: 100%;
}

.p-top__column-bottom-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	position: relative;
}

.p-top__column-ttl {
	margin-bottom: 1.5rem;
}

.p-top__column-ttl02 {
	line-height: 1.2;
}

.p-top__column-head {
	margin-bottom: 16px;
}

.p-top__column-en {
	color: #7479ac;
	display: block;
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
}

.p-top__column-ja {
	color: #1e1f3b;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}

.p-top__column-swiper {
	margin-right: calc(50% - 50vw);
}

.p-top__column-list {
	margin-bottom: 2.5rem;
	margin-right: calc(50% - 50vw);
}

.p-top__column-item:hover {
	opacity: 1;
}

.p-top__column-item:hover .p-top__column-thumb img {
	scale: 1.05;
}

.p-top__column-item:hover .p-top__column-arrow svg path {
	fill: #fff;
	-webkit-transition: fill 0.4s ease-in-out;
	transition: fill 0.4s ease-in-out;
}

.p-top__column-thumb {
	border-radius: 0.25rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
}

.p-top__column-thumb img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	-webkit-transition: scale 0.3s ease-in-out;
	transition: scale 0.3s ease-in-out;
	width: 100%;
}

.p-top__news-arrow > div {
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.p-top__column-item:hover .p-top__column-arrow > div {
	-webkit-transform: translateX(calc(100% + 1rem));
	        transform: translateX(calc(100% + 1rem));
}

.p-top__column-date {
	display: block;
	font-size: 0.9375rem;
	line-height: 170%;
	margin-bottom: 0.25rem;
	padding-left: 0.75rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top__column-date::before {
	background-color: #7479AC;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.375rem;
}

.p-top__column-title {
	font-size: 1.125rem;
	line-height: 170%;
}

.p-top__column-link {
	border-bottom: none;
	gap: 1rem;
	margin-left: auto;
}

.p-top__column-link:hover {
	border-bottom: none;
}

.p-top__company {
	position: relative;
}

.p-top__company-dec01 {
	aspect-ratio: 160/553;
	bottom: 0;
	height: 34.5625rem;
	left: 0;
	position: absolute;
	width: 10rem;
}

.p-top__company-dec02 {
	aspect-ratio: 320/627;
	bottom: 5rem;
	height: 39.1875rem;
	left: 11.25rem;
	position: absolute;
	width: 20rem;
}

.p-top__company-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-bottom: 10rem;
	padding-top: 9.0625rem;
}

.p-top__company-box-item {
	width: 46.7333333333vw;
}

.p-top__company-list {
	margin-top: 56px;
}

.p-top__company-list-item {
	border-bottom: 1px solid #B6B6B6;
	padding: 16px 8px;
}

.p-top__company-list-item-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}

.p-top__company-list-item-link:hover .c-btn__arrow img {
	-webkit-transform: translateX(calc(100% + 1rem));
	        transform: translateX(calc(100% + 1rem));
}

.p-top__company-list-item-link:hover .p-top__company-list-item-link-ttl-en::after {
	opacity: 1;
}

.p-top__company-list-item-link-ttl {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}

.p-top__company-list-item-link-ttl-en {
	font-family: "Cormorant Garamond", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 6px;
	position: relative;
}

.p-top__company-list-item-link-ttl-en::after {
	background-color: #1E1F3B;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 100%;
}

.p-top__members {
	background-color: #000;
}

.p-top__members-inner {
	background-color: #15161E;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.p-top__members-content {
	left: 50%;
	padding: 0 1.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	z-index: 3;
}

.p-top__members-content-sub {
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 190%;
	text-align: center;
}

.p-top__members-content-ttl {
	color: #fff;
	font-family: "Cormorant Garamond", serif;
	font-size: 120px;
	font-weight: 100;
	line-height: 120%;
	margin-bottom: 1.25rem;
	text-align: center;
}

.p-top__members-content-txt {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 190%;
	margin-bottom: 45px;
	text-align: center;
}

.p-top__members-content-link {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1rem;
	gap: 0;
	line-height: 190%;
	margin: 0 auto;
	max-width: 16.25rem;
	width: 100%;
}

.p-top__members-content-link:hover {
	border-bottom: 1px solid #fff;
}

.p-top__members-bg {
	background-color: #15161E;
	overflow: hidden;
}

.p-top__members-bg::before {
	background-color: rgba(21, 22, 30, 0.9);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-top__members-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem;
	margin: 0 -2.625rem;
	width: calc(100vw + 5.25rem);
}

.p-top__members-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4rem;
	width: 25%;
}

.p-top__members-list-item:nth-of-type(1) {
	-webkit-transform: translateY(-18.125rem);
	        transform: translateY(-18.125rem);
}

.p-top__members-list-item:nth-of-type(2) {
	-webkit-transform: translateY(-25.625rem);
	        transform: translateY(-25.625rem);
}

.p-top__members-list-item:nth-of-type(3) {
	-webkit-transform: translateY(-4.375rem);
	        transform: translateY(-4.375rem);
}

.p-top__members-list-item:nth-of-type(4) {
	-webkit-transform: translateY(-1.25rem);
	        transform: translateY(-1.25rem);
}

.p-top__members-list-item-img {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.p-top__members-list-item-img-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}

.p-top__members-imgs {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.p-top__members-img01,
.p-top__members-img02,
.p-top__members-img03 {
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top__members-img01 {
	max-width: 15.4666666667vw;
	right: 5.0625rem;
	-webkit-transform: translateY(18vh);
	        transform: translateY(18vh);
}

.p-top__members-img02 {
	left: 0;
	max-width: 22.1333333333vw;
	-webkit-transform: translateY(66vh);
	        transform: translateY(66vh);
}

.p-top__members-img03 {
	max-width: 25.3333333333vw;
	right: 0;
	-webkit-transform: translateY(130vh);
	        transform: translateY(130vh);
}

.p-top__message {
	position: relative;
}

.p-top__message-bg-line {
	bottom: -37vw;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-top__message-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 5.3125rem;
	padding-top: 7.6875rem;
	width: 82.6666666667vw;
}

.p-top__message-title {
	font-family: "Zen Old Mincho", serif;
	font-size: 4.125rem;
	font-weight: 400;
	line-height: 150%;
	width: 30rem;
}

.p-top__message-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
	margin-top: 0.9375rem;
	width: 30.8125rem;
}

.p-top__message-content-txt--block {
	display: block;
}

.p-top__message-content-txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.7;
}

.p-top__message-content-txt--large {
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 1.5rem;
}

.p-top__message-content-txt--large-span {
	font-size: 3rem;
	font-weight: 500;
	line-height: 180%;
}

main#top {
	overflow-x: hidden;
}

.p-top__mv {
	background-color: #FFFEFA;
	padding-top: 5.4375rem;
	top: 0;
	width: 100%;
	z-index: 10;
}

.p-top__mv-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-top__mv-content-main {
	font-family: "Zen Old Mincho", serif;
	font-size: 80px;
}

.p-top__mv-content-sub {
	margin-top: auto;
}

.p-top__news-inner {
	padding-block: 7.5rem 5rem;
}

.p-top__news-ttl {
	margin-bottom: 1.5rem;
}

.p-top__news-ttl02 {
	line-height: 1.2;
}

.p-top__news-head {
	margin-bottom: 16px;
}

.p-top__news-en {
	color: #7479ac;
	display: block;
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
}

.p-top__news-ja {
	color: #1e1f3b;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}

.p-top__news-list {
	border-top: 1px solid #1E1F3B;
	margin-bottom: 16px;
}

.p-top__news-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #1E1F3B;
	color: #1e1f3b;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.375rem 1rem;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.p-top__news-item:hover {
	background: #1E1F3B;
	color: #fff;
	opacity: 1;
}

.p-top__news-item:hover .p-top__news-arrow svg path {
	fill: #fff;
	-webkit-transition: fill 0.4s ease-in-out;
	transition: fill 0.4s ease-in-out;
}

.p-top__news-arrow > div {
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.p-top__news-item:hover .p-top__news-arrow > div {
	-webkit-transform: translateX(calc(100% + 1rem));
	        transform: translateX(calc(100% + 1rem));
}

.p-top__news-date {
	font-size: 0.9375rem;
	line-height: 170%;
	margin-right: 1rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top__news-title-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	gap: 1rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-top__news-title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1rem;
	line-height: 170%;
}

.p-top__news-link {
	border-bottom: none;
	margin-left: auto;
}

.p-top__news-link:hover {
	border-bottom: none;
}

.anchor {
	display: block;
	margin-top: -80px;
	padding-top: 80px;
}

.u-anchor-none {
	pointer-events: none;
}

.u-hidden-1500 {
	display: block;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-pc-ib {
	display: none;
}

.u-hidden-1024 {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-sm {
	display: block;
}

.u-hidden-sm-none {
	display: none;
}

.u-hidden-sp-ib {
	display: inline-block;
}

.u-hidden-pc-f {
	display: none;
}

.u-hidden-sp-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.u-hidden-sp-if {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.u-mb1 {
	margin-bottom: 0.0625rem;
}

.u-mb2 {
	margin-bottom: 0.125rem;
}

.u-mb3 {
	margin-bottom: 0.1875rem;
}

.u-mb4 {
	margin-bottom: 0.25rem;
}

.u-mb5 {
	margin-bottom: 0.3125rem;
}

.u-mb6 {
	margin-bottom: 0.375rem;
}

.u-mb7 {
	margin-bottom: 0.4375rem;
}

.u-mb8 {
	margin-bottom: 0.5rem;
}

.u-mb9 {
	margin-bottom: 0.5625rem;
}

.u-mb10 {
	margin-bottom: 0.625rem;
}

.u-mb11 {
	margin-bottom: 0.6875rem;
}

.u-mb12 {
	margin-bottom: 0.75rem;
}

.u-mb13 {
	margin-bottom: 0.8125rem;
}

.u-mb14 {
	margin-bottom: 0.875rem;
}

.u-mb15 {
	margin-bottom: 0.9375rem;
}

.u-mb16 {
	margin-bottom: 1rem;
}

.u-mb17 {
	margin-bottom: 1.0625rem;
}

.u-mb18 {
	margin-bottom: 1.125rem;
}

.u-mb19 {
	margin-bottom: 1.1875rem;
}

.u-mb20 {
	margin-bottom: 1.25rem;
}

.u-mb21 {
	margin-bottom: 1.3125rem;
}

.u-mb22 {
	margin-bottom: 1.375rem;
}

.u-mb23 {
	margin-bottom: 1.4375rem;
}

.u-mb24 {
	margin-bottom: 1.5rem;
}

.u-mb25 {
	margin-bottom: 1.5625rem;
}

.u-mb26 {
	margin-bottom: 1.625rem;
}

.u-mb27 {
	margin-bottom: 1.6875rem;
}

.u-mb28 {
	margin-bottom: 1.75rem;
}

.u-mb29 {
	margin-bottom: 1.8125rem;
}

.u-mb30 {
	margin-bottom: 1.875rem;
}

.u-mb31 {
	margin-bottom: 1.9375rem;
}

.u-mb32 {
	margin-bottom: 2rem;
}

.u-mb33 {
	margin-bottom: 2.0625rem;
}

.u-mb34 {
	margin-bottom: 2.125rem;
}

.u-mb35 {
	margin-bottom: 2.1875rem;
}

.u-mb36 {
	margin-bottom: 2.25rem;
}

.u-mb37 {
	margin-bottom: 2.3125rem;
}

.u-mb38 {
	margin-bottom: 2.375rem;
}

.u-mb39 {
	margin-bottom: 2.4375rem;
}

.u-mb40 {
	margin-bottom: 2.5rem;
}

.u-mb41 {
	margin-bottom: 2.5625rem;
}

.u-mb42 {
	margin-bottom: 2.625rem;
}

.u-mb43 {
	margin-bottom: 2.6875rem;
}

.u-mb44 {
	margin-bottom: 2.75rem;
}

.u-mb45 {
	margin-bottom: 2.8125rem;
}

.u-mb46 {
	margin-bottom: 2.875rem;
}

.u-mb47 {
	margin-bottom: 2.9375rem;
}

.u-mb48 {
	margin-bottom: 3rem;
}

.u-mb49 {
	margin-bottom: 3.0625rem;
}

.u-mb50 {
	margin-bottom: 3.125rem;
}

.u-mb51 {
	margin-bottom: 3.1875rem;
}

.u-mb52 {
	margin-bottom: 3.25rem;
}

.u-mb53 {
	margin-bottom: 3.3125rem;
}

.u-mb54 {
	margin-bottom: 3.375rem;
}

.u-mb55 {
	margin-bottom: 3.4375rem;
}

.u-mb56 {
	margin-bottom: 3.5rem;
}

.u-mb57 {
	margin-bottom: 3.5625rem;
}

.u-mb58 {
	margin-bottom: 3.625rem;
}

.u-mb59 {
	margin-bottom: 3.6875rem;
}

.u-mb60 {
	margin-bottom: 3.75rem;
}

.u-mb61 {
	margin-bottom: 3.8125rem;
}

.u-mb62 {
	margin-bottom: 3.875rem;
}

.u-mb63 {
	margin-bottom: 3.9375rem;
}

.u-mb64 {
	margin-bottom: 4rem;
}

.u-mb65 {
	margin-bottom: 4.0625rem;
}

.u-mb66 {
	margin-bottom: 4.125rem;
}

.u-mb67 {
	margin-bottom: 4.1875rem;
}

.u-mb68 {
	margin-bottom: 4.25rem;
}

.u-mb69 {
	margin-bottom: 4.3125rem;
}

.u-mb70 {
	margin-bottom: 4.375rem;
}

.u-mb71 {
	margin-bottom: 4.4375rem;
}

.u-mb72 {
	margin-bottom: 4.5rem;
}

.u-mb73 {
	margin-bottom: 4.5625rem;
}

.u-mb74 {
	margin-bottom: 4.625rem;
}

.u-mb75 {
	margin-bottom: 4.6875rem;
}

.u-mb76 {
	margin-bottom: 4.75rem;
}

.u-mb77 {
	margin-bottom: 4.8125rem;
}

.u-mb78 {
	margin-bottom: 4.875rem;
}

.u-mb79 {
	margin-bottom: 4.9375rem;
}

.u-mb80 {
	margin-bottom: 5rem;
}

.u-mb81 {
	margin-bottom: 5.0625rem;
}

.u-mb82 {
	margin-bottom: 5.125rem;
}

.u-mb83 {
	margin-bottom: 5.1875rem;
}

.u-mb84 {
	margin-bottom: 5.25rem;
}

.u-mb85 {
	margin-bottom: 5.3125rem;
}

.u-mb86 {
	margin-bottom: 5.375rem;
}

.u-mb87 {
	margin-bottom: 5.4375rem;
}

.u-mb88 {
	margin-bottom: 5.5rem;
}

.u-mb89 {
	margin-bottom: 5.5625rem;
}

.u-mb90 {
	margin-bottom: 5.625rem;
}

.u-mb91 {
	margin-bottom: 5.6875rem;
}

.u-mb92 {
	margin-bottom: 5.75rem;
}

.u-mb93 {
	margin-bottom: 5.8125rem;
}

.u-mb94 {
	margin-bottom: 5.875rem;
}

.u-mb95 {
	margin-bottom: 5.9375rem;
}

.u-mb96 {
	margin-bottom: 6rem;
}

.u-mb97 {
	margin-bottom: 6.0625rem;
}

.u-mb98 {
	margin-bottom: 6.125rem;
}

.u-mb99 {
	margin-bottom: 6.1875rem;
}

.u-mb100 {
	margin-bottom: 6.25rem;
}

.u-mr1 {
	margin-right: 0.0625rem;
}

.u-mr2 {
	margin-right: 0.125rem;
}

.u-mr3 {
	margin-right: 0.1875rem;
}

.u-mr4 {
	margin-right: 0.25rem;
}

.u-mr5 {
	margin-right: 0.3125rem;
}

.u-mr6 {
	margin-right: 0.375rem;
}

.u-mr7 {
	margin-right: 0.4375rem;
}

.u-mr8 {
	margin-right: 0.5rem;
}

.u-mr9 {
	margin-right: 0.5625rem;
}

.u-mr10 {
	margin-right: 0.625rem;
}

.u-mr11 {
	margin-right: 0.6875rem;
}

.u-mr12 {
	margin-right: 0.75rem;
}

.u-mr13 {
	margin-right: 0.8125rem;
}

.u-mr14 {
	margin-right: 0.875rem;
}

.u-mr15 {
	margin-right: 0.9375rem;
}

.u-mr16 {
	margin-right: 1rem;
}

.u-mr17 {
	margin-right: 1.0625rem;
}

.u-mr18 {
	margin-right: 1.125rem;
}

.u-mr19 {
	margin-right: 1.1875rem;
}

.u-mr20 {
	margin-right: 1.25rem;
}

.u-mr21 {
	margin-right: 1.3125rem;
}

.u-mr22 {
	margin-right: 1.375rem;
}

.u-mr23 {
	margin-right: 1.4375rem;
}

.u-mr24 {
	margin-right: 1.5rem;
}

.u-mr25 {
	margin-right: 1.5625rem;
}

.u-mr26 {
	margin-right: 1.625rem;
}

.u-mr27 {
	margin-right: 1.6875rem;
}

.u-mr28 {
	margin-right: 1.75rem;
}

.u-mr29 {
	margin-right: 1.8125rem;
}

.u-mr30 {
	margin-right: 1.875rem;
}

.u-mr31 {
	margin-right: 1.9375rem;
}

.u-mr32 {
	margin-right: 2rem;
}

.u-mr33 {
	margin-right: 2.0625rem;
}

.u-mr34 {
	margin-right: 2.125rem;
}

.u-mr35 {
	margin-right: 2.1875rem;
}

.u-mr36 {
	margin-right: 2.25rem;
}

.u-mr37 {
	margin-right: 2.3125rem;
}

.u-mr38 {
	margin-right: 2.375rem;
}

.u-mr39 {
	margin-right: 2.4375rem;
}

.u-mr40 {
	margin-right: 2.5rem;
}

.u-mr41 {
	margin-right: 2.5625rem;
}

.u-mr42 {
	margin-right: 2.625rem;
}

.u-mr43 {
	margin-right: 2.6875rem;
}

.u-mr44 {
	margin-right: 2.75rem;
}

.u-mr45 {
	margin-right: 2.8125rem;
}

.u-mr46 {
	margin-right: 2.875rem;
}

.u-mr47 {
	margin-right: 2.9375rem;
}

.u-mr48 {
	margin-right: 3rem;
}

.u-mr49 {
	margin-right: 3.0625rem;
}

.u-mr50 {
	margin-right: 3.125rem;
}

.u-mr51 {
	margin-right: 3.1875rem;
}

.u-mr52 {
	margin-right: 3.25rem;
}

.u-mr53 {
	margin-right: 3.3125rem;
}

.u-mr54 {
	margin-right: 3.375rem;
}

.u-mr55 {
	margin-right: 3.4375rem;
}

.u-mr56 {
	margin-right: 3.5rem;
}

.u-mr57 {
	margin-right: 3.5625rem;
}

.u-mr58 {
	margin-right: 3.625rem;
}

.u-mr59 {
	margin-right: 3.6875rem;
}

.u-mr60 {
	margin-right: 3.75rem;
}

.u-mr61 {
	margin-right: 3.8125rem;
}

.u-mr62 {
	margin-right: 3.875rem;
}

.u-mr63 {
	margin-right: 3.9375rem;
}

.u-mr64 {
	margin-right: 4rem;
}

.u-mr65 {
	margin-right: 4.0625rem;
}

.u-mr66 {
	margin-right: 4.125rem;
}

.u-mr67 {
	margin-right: 4.1875rem;
}

.u-mr68 {
	margin-right: 4.25rem;
}

.u-mr69 {
	margin-right: 4.3125rem;
}

.u-mr70 {
	margin-right: 4.375rem;
}

.u-mr71 {
	margin-right: 4.4375rem;
}

.u-mr72 {
	margin-right: 4.5rem;
}

.u-mr73 {
	margin-right: 4.5625rem;
}

.u-mr74 {
	margin-right: 4.625rem;
}

.u-mr75 {
	margin-right: 4.6875rem;
}

.u-mr76 {
	margin-right: 4.75rem;
}

.u-mr77 {
	margin-right: 4.8125rem;
}

.u-mr78 {
	margin-right: 4.875rem;
}

.u-mr79 {
	margin-right: 4.9375rem;
}

.u-mr80 {
	margin-right: 5rem;
}

.u-mr81 {
	margin-right: 5.0625rem;
}

.u-mr82 {
	margin-right: 5.125rem;
}

.u-mr83 {
	margin-right: 5.1875rem;
}

.u-mr84 {
	margin-right: 5.25rem;
}

.u-mr85 {
	margin-right: 5.3125rem;
}

.u-mr86 {
	margin-right: 5.375rem;
}

.u-mr87 {
	margin-right: 5.4375rem;
}

.u-mr88 {
	margin-right: 5.5rem;
}

.u-mr89 {
	margin-right: 5.5625rem;
}

.u-mr90 {
	margin-right: 5.625rem;
}

.u-mr91 {
	margin-right: 5.6875rem;
}

.u-mr92 {
	margin-right: 5.75rem;
}

.u-mr93 {
	margin-right: 5.8125rem;
}

.u-mr94 {
	margin-right: 5.875rem;
}

.u-mr95 {
	margin-right: 5.9375rem;
}

.u-mr96 {
	margin-right: 6rem;
}

.u-mr97 {
	margin-right: 6.0625rem;
}

.u-mr98 {
	margin-right: 6.125rem;
}

.u-mr99 {
	margin-right: 6.1875rem;
}

.u-mr100 {
	margin-right: 6.25rem;
}

.u-pl1 {
	padding-left: 0.0625rem;
}

.u-pl2 {
	padding-left: 0.125rem;
}

.u-pl3 {
	padding-left: 0.1875rem;
}

.u-pl4 {
	padding-left: 0.25rem;
}

.u-pl5 {
	padding-left: 0.3125rem;
}

.u-pl6 {
	padding-left: 0.375rem;
}

.u-pl7 {
	padding-left: 0.4375rem;
}

.u-pl8 {
	padding-left: 0.5rem;
}

.u-pl9 {
	padding-left: 0.5625rem;
}

.u-pl10 {
	padding-left: 0.625rem;
}

.u-pl11 {
	padding-left: 0.6875rem;
}

.u-pl12 {
	padding-left: 0.75rem;
}

.u-pl13 {
	padding-left: 0.8125rem;
}

.u-pl14 {
	padding-left: 0.875rem;
}

.u-pl15 {
	padding-left: 0.9375rem;
}

.u-pl16 {
	padding-left: 1rem;
}

.u-pl17 {
	padding-left: 1.0625rem;
}

.u-pl18 {
	padding-left: 1.125rem;
}

.u-pl19 {
	padding-left: 1.1875rem;
}

.u-pl20 {
	padding-left: 1.25rem;
}

.u-pl21 {
	padding-left: 1.3125rem;
}

.u-pl22 {
	padding-left: 1.375rem;
}

.u-pl23 {
	padding-left: 1.4375rem;
}

.u-pl24 {
	padding-left: 1.5rem;
}

.u-pl25 {
	padding-left: 1.5625rem;
}

.u-pl26 {
	padding-left: 1.625rem;
}

.u-pl27 {
	padding-left: 1.6875rem;
}

.u-pl28 {
	padding-left: 1.75rem;
}

.u-pl29 {
	padding-left: 1.8125rem;
}

.u-pl30 {
	padding-left: 1.875rem;
}

.u-pl31 {
	padding-left: 1.9375rem;
}

.u-pl32 {
	padding-left: 2rem;
}

.u-pl33 {
	padding-left: 2.0625rem;
}

.u-pl34 {
	padding-left: 2.125rem;
}

.u-pl35 {
	padding-left: 2.1875rem;
}

.u-pl36 {
	padding-left: 2.25rem;
}

.u-pl37 {
	padding-left: 2.3125rem;
}

.u-pl38 {
	padding-left: 2.375rem;
}

.u-pl39 {
	padding-left: 2.4375rem;
}

.u-pl40 {
	padding-left: 2.5rem;
}

.u-pl41 {
	padding-left: 2.5625rem;
}

.u-pl42 {
	padding-left: 2.625rem;
}

.u-pl43 {
	padding-left: 2.6875rem;
}

.u-pl44 {
	padding-left: 2.75rem;
}

.u-pl45 {
	padding-left: 2.8125rem;
}

.u-pl46 {
	padding-left: 2.875rem;
}

.u-pl47 {
	padding-left: 2.9375rem;
}

.u-pl48 {
	padding-left: 3rem;
}

.u-pl49 {
	padding-left: 3.0625rem;
}

.u-pl50 {
	padding-left: 3.125rem;
}

.u-pl51 {
	padding-left: 3.1875rem;
}

.u-pl52 {
	padding-left: 3.25rem;
}

.u-pl53 {
	padding-left: 3.3125rem;
}

.u-pl54 {
	padding-left: 3.375rem;
}

.u-pl55 {
	padding-left: 3.4375rem;
}

.u-pl56 {
	padding-left: 3.5rem;
}

.u-pl57 {
	padding-left: 3.5625rem;
}

.u-pl58 {
	padding-left: 3.625rem;
}

.u-pl59 {
	padding-left: 3.6875rem;
}

.u-pl60 {
	padding-left: 3.75rem;
}

.u-pl61 {
	padding-left: 3.8125rem;
}

.u-pl62 {
	padding-left: 3.875rem;
}

.u-pl63 {
	padding-left: 3.9375rem;
}

.u-pl64 {
	padding-left: 4rem;
}

.u-pl65 {
	padding-left: 4.0625rem;
}

.u-pl66 {
	padding-left: 4.125rem;
}

.u-pl67 {
	padding-left: 4.1875rem;
}

.u-pl68 {
	padding-left: 4.25rem;
}

.u-pl69 {
	padding-left: 4.3125rem;
}

.u-pl70 {
	padding-left: 4.375rem;
}

.u-pl71 {
	padding-left: 4.4375rem;
}

.u-pl72 {
	padding-left: 4.5rem;
}

.u-pl73 {
	padding-left: 4.5625rem;
}

.u-pl74 {
	padding-left: 4.625rem;
}

.u-pl75 {
	padding-left: 4.6875rem;
}

.u-pl76 {
	padding-left: 4.75rem;
}

.u-pl77 {
	padding-left: 4.8125rem;
}

.u-pl78 {
	padding-left: 4.875rem;
}

.u-pl79 {
	padding-left: 4.9375rem;
}

.u-pl80 {
	padding-left: 5rem;
}

.u-pl81 {
	padding-left: 5.0625rem;
}

.u-pl82 {
	padding-left: 5.125rem;
}

.u-pl83 {
	padding-left: 5.1875rem;
}

.u-pl84 {
	padding-left: 5.25rem;
}

.u-pl85 {
	padding-left: 5.3125rem;
}

.u-pl86 {
	padding-left: 5.375rem;
}

.u-pl87 {
	padding-left: 5.4375rem;
}

.u-pl88 {
	padding-left: 5.5rem;
}

.u-pl89 {
	padding-left: 5.5625rem;
}

.u-pl90 {
	padding-left: 5.625rem;
}

.u-pl91 {
	padding-left: 5.6875rem;
}

.u-pl92 {
	padding-left: 5.75rem;
}

.u-pl93 {
	padding-left: 5.8125rem;
}

.u-pl94 {
	padding-left: 5.875rem;
}

.u-pl95 {
	padding-left: 5.9375rem;
}

.u-pl96 {
	padding-left: 6rem;
}

.u-pl97 {
	padding-left: 6.0625rem;
}

.u-pl98 {
	padding-left: 6.125rem;
}

.u-pl99 {
	padding-left: 6.1875rem;
}

.u-pl100 {
	padding-left: 6.25rem;
}

@media (hover: hover) {

.p-header__nav-list-link:hover {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

}

@media (any-hover: hover) {

.p-news__archive__post:hover {
	background-color: #1E1F3B;
	color: #FFF;
	opacity: 1;
}

.p-news__archive__post:hover .p-news__archive__post__arrow::before {
	-webkit-transform: translate(100%, -50%);
	        transform: translate(100%, -50%);
}

.p-news__archive__post:hover .p-news__archive__post__arrow::after {
	-webkit-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
}

}

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

.c-btn__01--1500 {
	font-size: 16px;
	padding-block: 8px;
}

.c-top__ttl {
	font-size: 4.2666666667vw;
}

.c-top__ttl02 {
	font-size: 3.7333333333vw;
}

.c-top__ttl-sub {
	font-size: 18px;
}

.c-top__ttl-sub span {
	font-size: 20px;
}

.p-business__case-bg-line {
	bottom: -15%;
}

.p-business__case .tabs__content-box-ttl {
	font-size: 30px;
}

.p-company__access-address {
	font-size: 16px;
}

.p-company__access-tel,
.p-company__access-fax {
	font-size: 16px;
}

.p-contact-bg {
	width: 40.5333333333vw;
}

.p-contact__box-item {
	width: 34.6666666667vw;
}

.p-footer__logo {
	height: 23px;
	width: 160px;
}

.p-footer__message {
	width: 71.5447154472vw;
}

.p-member-fv__inner {
	height: 68.2vw;
}

.p-member-fv__box {
	height: 61.1333333333vw;
}

.p-member-fv__box-lead {
	font-size: 1.3333333333vw;
}

.p-member-fv__box-ttl {
	font-size: 8.8vw;
}

.p-member-fv__box-txt {
	font-size: 1.2vw;
}

.p-member-fv__img-group-item01 {
	width: 10.0666666667vw;
}

.p-member-fv__img-group-item02 {
	width: 13.3333333333vw;
}

.p-member-fv__img-group-item03 {
	width: 22.6666666667vw;
}

.p-member-fv__img-group-item04 {
	width: 31.4666666667vw;
}

.p-request__list-item-link::before {
	height: 24px;
	right: 20px;
	width: 52px;
}

.p-request__list-item-link::after {
	height: 12px;
	right: 40px;
	width: 12px;
}

.p-top__business-dec {
	height: 233px;
	right: 0;
	top: 6.6666666667vw;
	width: 303px;
}

.p-top__business-content-wrap {
	width: calc(100% - 600px);
}

.p-top__business-content-ttl {
	font-size: 64px;
}

.p-top__business-content-message {
	font-size: 22px;
}

.p-top__business-content-message span {
	font-size: 28px;
}

.p-top__business-content-explain {
	font-size: 16px;
}

.p-top__case-list-item-ttl {
	font-size: 3.25rem;
}

.p-top__case-list-item-txt {
	font-size: 16px;
}

.p-top__clients-box-ttl {
	font-size: 2.1333333333vw;
}

.p-top__company-box {
	padding-bottom: 10.6666666667vw;
	padding-top: 9.6666666667vw;
}

.p-top__company-list-item {
	padding: 1.0666666667vw 0.5333333333vw;
}

.p-top__members-content-sub {
	font-size: 1.2vw;
}

.p-top__members-content-ttl {
	font-size: 8vw;
}

.p-top__members-content-txt {
	font-size: 1.0666666667vw;
}

.p-top__message-title {
	font-size: 4.4vw;
	width: 32vw;
}

.p-top__message-content {
	width: 32.8666666667vw;
}

.p-top__message-content-txt {
	font-size: 1.3333333333vw;
}

.p-top__message-content-txt--large {
	font-size: 2.1333333333vw;
}

.p-top__message-content-txt--large-span {
	font-size: 3.2vw;
}

.u-hidden-1500 {
	display: none;
}

}

@media (min-width: 1500px) {

.p-about-why__image {
	max-width: 31.25rem;
	width: 24vw;
}

.p-about-why__right {
	width: 42%;
}

}

@media (max-width: 1500px) {

.p-about-credo-detail__title {
	font-size: 3.2vw;
}

}

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

.p-contact__list-item-link {
	font-size: 1.6vw;
}

.p-contact__list-item-link-tel-txt {
	font-size: 1.3333333333vw;
}

.p-contact__list-item-link-tel-caution {
	font-size: 0.8666666667vw;
}

.p-contact__list-item-link-tel-number {
	font-size: 1.6vw;
}

.p-request-bg {
	width: 48.2%;
}

.p-request__box-item {
	width: 43.3%;
}

.p-request__ttl-ja {
	font-size: 1.2vw;
}

.p-request__ttl-en {
	font-size: 2.6666666667vw;
}

.p-request__explain {
	font-size: 1.0666666667vw;
}

.p-request__list-item-link {
	font-size: 1.6vw;
}

.p-request__list-item-link-tel-txt {
	font-size: 1.3333333333vw;
}

.p-request__list-item-link-tel-caution {
	font-size: 0.8666666667vw;
}

.p-request__list-item-link-tel-number {
	font-size: 1.6vw;
}

}

@media (max-width: 1440px) {

.p-about-credo__left {
	width: 50%;
}

.p-about-credo__right {
	width: 50%;
}

}

@media (max-width: 1420px) {

.p-about-why__container {
	margin: 0;
	width: 100%;
}

.p-about-why__number {
	right: -2.5rem;
}

}

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

.p-member-list__lead-br {
	display: none;
}

}

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

.p-top__message-title {
	width: 39.453125vw;
}

.p-top__message-content {
	width: 36.81640625vw;
}

}

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

.p-contact-bg {
	width: 48.0632411067vw;
}

.p-contact__box-item {
	width: 41.1067193676vw;
}

}

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

html {
	font-size: 1.3333333333vw;
}

.u-hidden-tab {
	display: none;
}

.u-hidden-tab-sp {
	display: none;
}

}

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

.p-footer__c-name {
	font-size: 1.2727272727vw;
}

.p-footer__c-address {
	font-size: 1.2727272727vw;
}

.p-footer__c-tel,
.p-footer__c-fax {
	font-size: 1.2727272727vw;
}

.p-footer__menu-item {
	font-size: 1.4545454545vw;
}

.p-footer__menu-link-child {
	font-size: 1.2727272727vw;
}

.p-footer__small {
	font-size: 1.0909090909vw;
}

}

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

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

.l-inner--free {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.l-inner--top-case {
	padding-left: 56px;
	padding-right: 56px;
}

.l-inner--contact {
	padding-left: 56px;
}

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

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

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

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

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

.l-inner-semiwide-plus {
	padding-left: 56px;
	padding-right: 56px;
}

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

.l-inner-narrow-plus {
	padding-left: 56px;
	padding-right: 56px;
}

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

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

.l-inner--casestudy-wide {
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

.c-btn__01--1500 {
	font-size: 1.5625vw;
}

.c-top__ttl {
	font-size: 6.25vw;
}

.c-top__ttl-sub {
	font-size: 1.7578125vw;
}

.p-contact__ttl-ja {
	font-size: 1.7578125vw;
}

.p-contact__ttl-en {
	font-size: 8.7890625vw;
}

.p-contact__explain {
	font-size: 1.5625vw;
}

.p-top__business-dec {
	top: -15.625vw;
}

.p-top__business-img {
	max-width: 44.62890625vw;
}

.p-top__business-wrap {
	gap: 3.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-top__business-content-wrap {
	padding: 0;
	padding-right: 1rem;
	width: 45.41015625vw;
}

.p-top__business-content-message {
	font-size: 2.1484375vw;
	margin-top: 4.8828125vw;
}

.p-top__business-content-message span {
	font-size: 2.734375vw;
}

.p-top__business-content-explain {
	font-size: 1.5625vw;
	margin-left: 0;
	margin-top: 4.8828125vw;
}

.p-top__case {
	margin-top: 185px;
}

.p-top__case-bg-line {
	bottom: 13vw;
}

.p-top__company-dec01 {
	height: 54.00390625vw;
	width: 15.625vw;
}

.p-top__company-dec02 {
	bottom: 7.8125vw;
	height: 61.23046875vw;
	left: 17.578125vw;
	width: 31.25vw;
}

.p-top__company-box-item {
	width: 37.890625vw;
}

.p-top__message-wrap {
	padding-bottom: 7.5rem;
}

.u-hidden-1024 {
	display: block;
}

}

@media (max-width: 1024px) {

.p-fv__inner {
	width: calc(100% - 112px);
}

}

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

html {
	font-size: 16px;
}

main {
	padding-top: 4.8125rem;
}

a {
	opacity: 1;
	opacity: initial;
}

.js-accordion-content {
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.is-open .js-accordion-content {
	height: 100%;
	opacity: 1;
}

.p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary {
	position: relative;
}

.p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary::after {
	border-bottom: 1px solid #AD9B83;
	border-left: 1px solid #AD9B83;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.625rem;
}

.is-open .p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary::after {
	-webkit-transform: translateY(-50%) rotate(135deg);
	        transform: translateY(-50%) rotate(135deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary + ul {
	display: none;
	height: 0;
}

.is-open .p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary + ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.js-loading-text__stroke {
	width: 13.125rem;
}

.js-loading-text__stroke {
	width: 11.25rem;
}

.splide {
	margin-left: calc(50% - 50vw);
	margin-top: 1rem;
}

.l-body {
	padding-bottom: 4.375rem;
	padding-top: 0.75rem;
}

.l-column {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-block: 0 5rem;
	max-width: 37.5rem;
	padding-inline: 20px;
}

.l-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.l-header__top {
	background: #FFFEFB;
	height: 3.375rem;
	padding-block: 0;
}

.l-header__bottom {
	background: #FFF;
	height: 3.375rem;
	padding-block: 0;
}

.l-inner {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner__box {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.l-inner--free {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner--top-case {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner--contact {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner--wide {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner--semiwide {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner--breadcrumbs {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner--lower {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner--midwide {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner-semiwide-plus {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner-footer {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner-narrow-plus {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner-form {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner--casestudy {
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.l-inner--casestudy-wide {
	max-width: 100%;
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

.c-breadcrumbs {
	margin-bottom: 0.875rem;
	margin-top: 0.875rem;
}

.c-breadcrumbs__list {
	gap: 1.4375rem;
}

.c-breadcrumbs__list--reverse {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

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

.c-breadcrumbs__item::after {
	height: 0.9375rem;
	right: -1.125rem;
	width: 0.9375rem;
}

.c-btn__01--1500 {
	font-size: 0.9375rem;
	padding-block: 0.5rem;
}

.c-btn__01--arrow-box {
	height: 1.25rem;
	width: 2.5rem;
}

.c-btn__02--arrow-box {
	height: 1.25rem;
	width: 2.5rem;
}

.c-btn__03--arrow-box {
	height: 1.25rem;
	width: 2.5rem;
}

.c-btn {
	margin-top: 2.5rem;
	padding: 1rem;
	width: 14.6875rem;
}

.c-head {
	margin-top: 5.25rem;
}

.c-top__ttl {
	font-size: 2.25rem;
	margin-top: -0.5rem;
}

.c-top__ttl02 {
	font-size: 2.25rem;
	margin-top: -0.5rem;
}

.c-top__ttl-sub {
	font-size: 1.125rem;
}

.c-top__ttl-sub span {
	font-size: 1.125rem;
}

.c-ttl__ja {
	font-size: 3rem;
	margin-top: -0.125rem;
}

.c-ttl__ja--news {
	font-size: 2.375rem;
	margin-top: -0.125rem;
}

.c-ttl__en {
	font-size: 1.125rem;
}

.c-ttl__en span {
	font-size: 1.25rem;
}

.c-ttl02__ja {
	font-size: 0.9375rem;
}

.c-ttl02__en {
	font-size: 3.25rem;
	line-height: 1.2;
}

.c-ttl03__ja {
	font-size: 3rem;
	margin-top: -0.125rem;
}

.c-ttl03__ja--news {
	font-size: 2.375rem;
	margin-top: -0.125rem;
}

.c-ttl03__en {
	font-size: 1.125rem;
}

.c-ttl03__en span {
	font-size: 1.25rem;
}

.c-ttl__news__postttl {
	font-size: 1.5rem;
	margin-top: -0.125rem;
}

.p-404__box {
	padding-block: 5rem 7.5rem;
}

.p-404__ttl {
	font-size: 1rem;
}

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

.p-404__btn {
	margin-top: 2.5rem;
}

.p-about-fv {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-about-fv__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	margin-bottom: 15.3846153846vw;
	width: calc(100% - 80px);
}

.p-about-who__inner {
	padding: 4.375rem 1.25rem 5rem;
}

.p-about-who__bg-slide {
	aspect-ratio: 390/549;
}

.p-about-who__header {
	margin-bottom: 7.6923076923vw;
}

.p-about-who__title-en {
	font-size: 7.1794871795vw;
	padding-left: 4.1025641026vw;
}

.p-about-who__title-en::before {
	height: 1.5384615385vw;
	width: 1.5384615385vw;
}

.p-about-who__subtitle {
	font-size: 4.6153846154vw;
}

.p-about-who__line {
	height: 14.358974359vw;
	margin-bottom: 15.3846153846vw;
}

.p-about-who__catch {
	font-size: 5.1282051282vw;
}

.p-about-who__main-title {
	font-size: 13.3333333333vw;
}

.p-about-who__main-title-box-text {
	height: 17.9487179487vw;
	line-height: 1.2;
	margin-bottom: -3.90625vw;
	width: 17.9487179487vw;
}

.p-about-who__kana {
	font-size: 3.5897435897vw;
}

.p-about-who__kana-quote {
	font-size: 6.1538461538vw;
	-webkit-transform: translateY(1.0256410256vw);
	        transform: translateY(1.0256410256vw);
}

.p-about-who__desc {
	font-size: 4.1025641026vw;
}

.p-about-who__list-bold {
	font-size: 4.6153846154vw;
}

.p-about-who__desc-text {
	font-size: 5.641025641vw;
}

.p-about-who__desc-bold {
	font-size: 7.1794871795vw;
	margin-left: 1.25rem;
}

.p-about-who__image {
	height: 46.1538461538vw;
}

.p-about-what__inner {
	padding-block: 15.3846153846vw 30.7692307692vw;
}

.p-about-what__wrap {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 2rem;
	padding-inline: 0;
}

.p-about-what__text-wrap {
	width: 100%;
}

.p-about-what__en {
	font-size: 3.8461538462vw;
	padding-left: 4.1025641026vw;
}

.p-about-what__en::before {
	height: 1.5384615385vw;
	width: 1.5384615385vw;
}

.p-about-what__heading {
	font-size: 8.2051282051vw;
}

.p-about-what__desc {
	font-size: 0.9375rem;
}

.p-about-what__image {
	margin: 0 auto;
	max-width: 30rem;
	width: 100%;
}

.p-about-why__inner {
	display: block;
	height: calc(100% - 4.0625rem);
	margin-top: 4.0625rem;
}

.p-about-why__wrap {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-inline: 0;
}

.p-about-why__image {
	margin: 0 auto;
	width: 51.2820512821vw;
}

.p-about-why__right {
	padding-left: 0;
	width: 100%;
}

.p-about-why__heading {
	font-size: 1.75rem;
	margin: 0 auto 2rem;
	padding-right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-about-why__heading::before {
	display: none;
}

.js-why-container {
	height: 100rem;
	min-height: 0;
	min-height: initial;
}

.js-why-content-wrap {
	height: 21.875rem;
	margin-top: 4.0625rem;
}

.js-why-content {
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.p-about-why__number {
	display: none;
	right: 0rem;
}

.p-about-why__desc {
	font-size: 1rem;
	line-height: 170%;
	margin-bottom: 1.5rem;
}

.p-about-credo {
	padding-bottom: 14.358974359vw;
}

.p-about-credo__title {
	font-size: 2rem;
}

.p-about-credo__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-about-credo__left {
	margin-right: 0;
	width: 100%;
}

.p-about-credo__right {
	margin-top: 0;
	width: 100%;
}

.p-about-credo__left-item:first-of-type {
	width: 100%;
}

.p-about-credo__subtitle {
	font-size: 1.75rem;
}

.p-about-credo__lead {
	font-size: 1.5rem;
}

.p-about-credo__subtitle::before,
.p-about-credo__lead::before {
	display: none;
}

.p-about-credo__desc {
	margin-right: 0;
}

.p-about-credo__desc--main {
	max-width: 100%;
}

.p-about-credo__desc--sub {
	max-width: 100%;
}

.p-about-credo-detail__bg {
	display: none;
}

.p-about-credo-detail__wrap {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 0.25rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4.5rem;
	margin-bottom: 4rem;
	padding: 5.1282051282vw 4.1025641026vw;
}

.p-about-credo-detail__content {
	width: 100%;
}

.p-about-credo-detail__item {
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-about-credo-detail__item-head {
	margin-bottom: 1.25rem;
}

.p-about-credo-detail__item-head-en {
	color: rgba(255, 255, 255, 0.24);
	font-size: 1rem;
	padding-bottom: 0.8125rem;
}

.p-about-credo-detail__item-head-en::before {
	background: rgba(255, 255, 255, 0.24);
	height: 0.625rem;
}

.p-about-credo-detail__number {
	color: rgba(255, 255, 255, 0.24);
	font-size: 5.625rem;
}

.p-about-credo-detail__title {
	font-size: 2rem;
	margin-bottom: 1.25rem;
}

.p-about-credo-detail__lead {
	font-size: 1.25rem;
}

.p-about-credo-detail__desc {
	font-size: 0.9375rem;
}

.p-about-credo-detail__link {
	padding: 0.75rem 1rem;
}

.p-about-credo-detail__link::before {
	right: 1rem;
}

.p-about-credo-detail__link::after {
	right: 1.34375rem;
}

.p-about-credo-detail__img-wrap {
	width: 100%;
}

.p-about-credo-detail__img {
	width: 100%;
}

.p-about-related__title {
	font-size: 1.75rem;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}

.p-about-related__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-about-related__item {
	aspect-ratio: unset;
	height: 15.625rem;
	padding: 1rem;
	width: 100%;
}

.p-about-related__heading {
	font-size: 2rem;
}

.p-about-related__desc-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-about-related__desc {
	font-size: 0.9375rem;
}

.p-about-case-accordion__inner {
	padding: 1.5rem 1.25rem;
}

.p-about-case-accordion__title {
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
}

.p-about-case-accordion__meta-item dd {
	padding-left: 1.125rem;
}

.p-business__fv-nav {
	margin-top: 2.5rem;
}

.p-business__fv-nav-list {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.9375rem 1rem;
}

.p-business__fv-nav-link {
	font-size: 0.9375rem;
}

.p-business__kv {
	padding-top: 2.5rem;
}

.p-business__kv-bg-line {
	top: 20vw;
}

.p-business__kv-img {
	height: 20rem;
	width: 95.8974358974vw;
}

.p-business__kv-img img {
	height: 20rem;
	width: 95.8974358974vw;
}

.p-business__about {
	padding-block: 7.5rem 6.25rem;
}

.p-business__about-ttl {
	font-size: 1.75rem;
}

.p-business__about-ttl-sub .quote {
	font-size: 1.125rem;
	padding-bottom: 0;
	-webkit-transform: translateY(-0.3125rem);
	        transform: translateY(-0.3125rem);
}

.p-business__about-ttl-sub {
	font-size: 1.25rem;
}

.p-business__about-box {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	border-bottom: 1px dashed #B6B6B6;
	gap: 2.0625rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 3.5rem;
	padding-bottom: 2.5rem;
}

.p-business__about-box-img {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 0;
	height: 32.125rem;
	height: auto;
	margin-left: calc(50% - 50vw);
	width: 6rem;
}

.p-business__about-box-img-01 {
	height: auto;
	margin-top: -1.875rem;
	position: relative;
	width: 3.0625rem;
	z-index: 2;
	z-index: 1;
}

.p-business__about-box-img-01 img {
	aspect-ratio: 49/161;
}

.p-business__about-box-img-02 {
	height: auto;
	width: 100%;
}

.p-business__about-box-img-02 img {
	aspect-ratio: 96/350;
}

.p-business__about-box-content {
	margin-top: 2.8125rem;
	width: 95%;
}

.p-business__about-box-content-explain {
	margin-top: 0rem;
}

.p-business__about-box-content-txt {
	font-size: 0.9375rem;
}

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

.p-business__support-ttl {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.p-business__support-txt {
	font-size: 0.9375rem;
	line-height: 1.7;
}

.p-business__support-img {
	margin-top: 2rem;
	width: 100%;
}

.p-business__support-img img {
	width: 100%;
}

.p-business__modal-content {
	padding: 1.25rem;
	width: 95%;
}

.p-business__case {
	padding-block: 5rem 6.25rem;
}

.p-business__case-bg-line {
	bottom: -5vw;
}

.p-business__case-ttl {
	font-size: 2rem;
}

.p-business__case .tabs {
	margin-top: 1.5rem;
}

.p-business__case .tabs .tabs__item {
	border-radius: 4px;
	font-size: 1.125rem;
	height: 2.8125rem;
}

.p-business__case .tabs .tabs__list {
	grid-gap: 0.75rem;
	border-bottom: none;
	display: -ms-grid;
	display: grid;
	gap: 0.75rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-business__case .tabs .tabs__item:has(input:checked),
.p-business__case .tabs .tabs__item:has(input:focus:checked) {
	border-radius: 4px;
}

.p-business__case .tabs__content-box {
	display: block;
	width: 100%;
}

.p-business__case .tabs__content-box-head {
	width: 100%;
}

.p-business__case .tabs__content-box-img {
	margin-top: 0.9375rem;
	width: 100%;
}

.p-business__case .tabs__content-box-ttl-sub {
	font-size: 1rem;
}

.p-business__case .tabs__content-box-ttl {
	font-size: 1.5rem;
	letter-spacing: 0.04rem;
}

.p-business__case .tabs__content-box-list {
	margin-top: 1.5rem;
}

.p-business__case .tabs__content-box-list-item-ttl {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	padding-left: 0.25rem;
	width: 4rem;
}

.p-business__case .tabs__content-box-list-item-txt {
	font-size: 0.875rem;
	line-height: 1.6;
	padding-left: 3.1875rem;
}

.p-business__case .tabs__content-box-gray {
	padding: 1.5rem 2rem;
}

.p-casestudy__archive {
	padding-top: 2rem;
}

.p-casestudy__archive__nav__item__catlist {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-casestudy__archive__nav__item__catlist > li {
	max-width: none;
	max-width: initial;
}

.p-casestudy__archive__nav__item__catlist > li#cat-all {
	-ms-grid-column-span: 2;
	grid-column: span 2;
	width: calc(50% - 0.25em);
}

.p-casestudy__archive__pagenation .previouspostslink > a .icon,
.p-casestudy__archive__pagenation .nextpostslink > a .icon {
	height: 1.25rem;
	width: 2.5rem;
}

.p-casestudy__archive__pagenation .previouspostslink > a::before,
.p-casestudy__archive__pagenation .previouspostslink > a::after,
.p-casestudy__archive__pagenation .nextpostslink > a::before,
.p-casestudy__archive__pagenation .nextpostslink > a::after {
	content: none;
}

.p-casestudy__archive__post {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	padding: 1rem;
}

.p-casestudy__archive__post__content__meta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}

.p-casestudy__archive__post__content__btn .c-btn {
	margin-top: 1rem;
}

.p-casestudy__single {
	padding-top: 2rem;
}

.p-casestudy__single__post__header__summary__meta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem 0.75rem;
}

.p-casestudy__single__post__header__summary__thumb {
	max-width: 320px;
	width: 100%;
}

.p-casestudy__single__post__header__summary__table {
	width: 100%;
}

.p-casestudy__single__post__header__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-casestudy__single__post__header__content__thumb {
	width: 100%;
}

.p-casestudy__single__post__header__content__list {
	width: 100%;
}

.p-casestudy__single__post__content__picture {
	gap: 1rem;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-casestudy__single__post__content__thoughts__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 1rem 1rem 0px 1rem;
}

.p-casestudy__single__related__ttl {
	font-size: 1.5rem;
	letter-spacing: 0.06rem;
}

.p-casestudy__single__related__listblock {
	gap: 1.5rem;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-casestudy__single__related__post__content__meta {
	gap: 0.5rem;
}

.p-casestudy__single__related__post {
	padding: 1rem;
}

.p-company__kv img {
	height: 20rem;
	width: 95.8974358974vw;
}

.p-company__kv {
	height: 20rem;
	margin-top: 1rem;
	width: 95.8974358974vw;
}

.p-company__message {
	padding-block: 6.25rem 5rem;
}

.p-company__message-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.5rem;
}

.p-company__message-main {
	width: 100%;
}

.p-company__message-main-ttl {
	font-size: 1.25rem;
}

.p-company__message-main-txt {
	font-size: 0.9375rem;
	line-height: 1.7;
	margin-top: 1.5rem;
}

.p-company__message-profile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	width: 100%;
}

.p-company__message-profile-img {
	width: 41.5384615385vw;
}

.p-company__message-profile-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.p-company__message-profile-position {
	text-align: left;
}

.p-company__outline {
	padding-block: 2.5rem 5rem;
}

.p-company__outline-main,
.p-company__access-main {
	margin-top: 1.5rem;
	max-width: 100%;
	width: 100%;
}

.p-company__access-map {
	height: 10.3125rem;
}

.p-company__access-map iframe {
	height: 31.5625rem;
}

.p-company__access-address {
	display: none;
	font-size: 0.8125rem;
}

.p-company__access-tel,
.p-company__access-fax {
	display: none;
	font-size: 0.8125rem;
}

.p-company__outline-main table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0.625rem 0.25rem;
}

.p-company__outline-main table th {
	padding: 0;
	width: 100%;
}

.p-company__outline-main table td {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
	padding: 0;
}

.p-company__outline-inner,
.p-company__access-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-company__access {
	padding-block: 2.5rem 7.5rem;
}

.p-contact__form .p-contact__form-content {
	padding-inline: 0rem;
	padding-top: 3.5rem;
}

.p-contact__form-txt {
	font-size: 1rem;
	line-height: 170%;
	margin-bottom: 3.5rem;
}

.p-contact__form-item {
	margin-bottom: 1.4375rem;
}

.p-contact__form-item-input,
.p-contact__form-item-textarea {
	font-size: 1rem;
	padding: 0.75rem;
}

.p-contact__form-item-textarea {
	min-height: 15.5rem;
}

.p-contact__form-item--radio {
	margin-bottom: 2.5rem;
}

.p-contact__form-item-label {
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.p-contact__form-label-required {
	font-size: 0.9375rem;
}

.p-contact__form-item-radio-group {
	gap: 0.5rem;
}

.p-contact__form-item-radio-group-item {
	font-size: 0.9375rem;
}

.p-contact__form-box-scroll {
	max-height: 17.5rem;
}

.p-contact__form-box-txt {
	font-size: 0.9375rem;
	line-height: 170%;
}

.p-contact__form-box-txt--bold {
	font-size: 0.9375rem;
}

.p-contact__form-item-checkbox {
	font-size: 1rem;
}

div.mimassi_inquiry_check_window table.check_data {
	margin-bottom: 3.5rem;
}

div.mimassi_inquiry_check_window table.check_data tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
	padding-block: 0.625rem;
}

div.mimassi_inquiry_check_window table.check_data th {
	font-size: 1rem;
	line-height: 160%;
	padding-right: 0;
	width: 100%;
}

div.mimassi_inquiry_check_window table.check_data td {
	font-size: 0.9375rem;
	line-height: 160%;
	width: 100%;
}

.p-contact-bg {
	height: 61.1979166667vw;
	width: 45.5729166667vw;
}

.p-contact__box {
	padding-bottom: 5rem;
	padding-top: 62.5vw;
}

.p-contact__box-item {
	width: 100%;
}

.p-contact__ttl-ja {
	font-size: 0.9375rem;
}

.p-contact__ttl-en {
	font-size: 3.25rem;
	margin-top: 0;
}

.p-contact__explain {
	font-size: 0.875rem;
	margin-top: 12px;
}

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

.p-contact__list-item + .p-contact__list-item {
	margin-top: 1rem;
}

.p-contact__list-item-link {
	font-size: 1.125rem;
	padding: 1.25rem 0.75rem 1.25rem 0.75rem;
}

.p-contact__list-item-link-tel {
	padding: 0.875rem 0.25rem;
}

.p-contact__list-item-link-tel-txt {
	font-size: 1rem;
}

.p-contact__list-item-link-tel-caution {
	font-size: 0.8125rem;
}

.p-contact__list-item-link-tel-number {
	font-size: 1rem;
}

.p-faq {
	padding-block: 5rem 7.5rem;
}

.p-faq__heading {
	font-size: 2rem;
}

.p-faq__contents {
	margin-top: 1.5rem;
}

.p-faq__accordion {
	padding: 0.75rem 0.5rem;
}

.p-faq__title {
	padding-right: 3rem;
}

.p-faq__content-inner {
	padding-right: 3rem;
}

#business .js-accordion-content {
	height: auto;
	opacity: 1;
	overflow: visible;
	overflow: initial;
}

.p-footer__box {
	border-bottom: 1px solid #B6B6B6;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-bottom: 2.5rem;
}

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

.p-footer__c-name {
	display: none;
	font-size: 0.8125rem;
}

.p-footer__c-address {
	display: none;
	font-size: 0.8125rem;
}

.p-footer__c-tel,
.p-footer__c-fax {
	display: none;
	font-size: 0.8125rem;
}

.p-footer__c-tel {
	display: none;
	font-size: 0.8125rem;
}

.p-footer__menu {
	gap: 3.125rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 3rem;
}

.p-footer__menu {
	padding-right: 0;
}

.p-footer__menu-item {
	font-size: 0.9375rem;
}

.p-footer__menu-layer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-right: 0;
}

.p-footer__menu-link-child {
	font-size: 0.875rem;
}

.p-footer__message {
	margin-top: 4.5rem;
	max-width: 18.5625rem;
	width: 100%;
}

.p-footer__small {
	font-size: 0.75rem;
	margin-top: 1rem;
}

.p-footer__note {
	height: 2rem;
	margin-top: 0.5rem;
	width: 2rem;
}

.p-fv {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-fv__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	width: calc(100% - 80px);
}

.p-fv__inner--underline {
	padding-bottom: 1.875rem;
}

.p-header {
	padding-block: 1.125rem;
}

.p-header-inner {
	padding-inline: 1rem;
}

.p-header__logo a {
	height: 1rem;
	width: 6.875rem;
}

header.scrolled {
	padding-block: 0.75rem;
}

header.scrolled .p-header__logo a {
	height: 1rem;
	width: 6.875rem;
}

.p-header__nav {
	background: #FFF;
	height: 100vh;
	left: 0;
	margin-top: 76px;
	opacity: 0;
	overflow: auto;
	padding: 2.625rem 1.25rem;
	position: fixed;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 400px;
	z-index: -100;
}

.p-header__nav {
	width: 100%;
}

.p-header__nav.is-active {
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: visible;
	z-index: 999;
}

.scrolled .p-header__nav {
	margin-top: 4.0625rem;
}

.p-header__nav-list {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	max-width: 560px;
	min-width: 0;
	min-width: initial;
}

.p-header__nav-content-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	max-width: 560px;
	width: 100%;
}

.p-header__nav-list-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	max-width: 560px;
	width: 100%;
}

.p-header__nav-list-item {
	border-bottom: 1px solid #9A9AA3;
	width: 100%;
}

.p-header__nav-list-item.p-header__nav-list-item--contact {
	border: none;
}

.p-header__nav-list-item.p-header__nav-list-item--catalog {
	border: none;
}

.p-header__nav-list-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1rem 0.625rem;
	width: 100%;
}

.p-header__nav-list-link::after {
	content: none;
}

.p-header__nav-list .p-header__nav-list-link--contact {
	height: 3rem;
	margin-top: auto;
	width: 100%;
}

.p-header__nav-list .p-header__nav-list-link--catalog {
	height: 3rem;
	margin-top: auto;
	width: 100%;
}

.p-header__nav-list-item-link-sub {
	color: #928461;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.p-header__nav-list-item-company {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top: 1px solid #CCC;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.75rem;
	margin-top: 2.875rem;
	padding: 2.125rem 0.75rem 0;
}

.p-header__nav-list-item-staff-pc {
	display: none;
}

.p-header__nav-list-item-staff-tab {
	display: block;
}

.p-header__nav-button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border: 1px solid #1E1F3B;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	height: 2.5rem;
	width: 4rem;
	z-index: 1001;
}

.p-header__hamburger-line,
.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
	width: 1.875rem;
}

.p-header__hamburger-txt {
	font-size: 0.625rem;
}

.p-header-inner .p-header__nav-contact-sp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
	width: 7.125rem;
}

.p-header__nav-contact-sp-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}

.p-member-fv {
	margin-top: -4.8125rem;
	padding-top: 4.8125rem;
}

.p-member-fv__inner {
	height: 66.5625rem;
}

.p-member-fv__breadcrumbs {
	display: block;
	padding-left: 1.25rem;
	position: relative;
	z-index: 2;
}

.p-member-fv__box {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-top: 16.25rem;
}

.p-member-fv__box-lead {
	font-size: 1rem;
}

.p-member-fv__box-ttl {
	font-size: clamp(4.5rem, 15vw, 6.25rem);
	margin-bottom: 1.5625rem;
}

.p-member-fv__box-txt {
	font-size: 0.9375rem;
	line-height: 170%;
}

.p-member-fv__img-group-item01 {
	left: 0vw;
	top: 7.5rem;
}

.p-member-fv__img-group-item02 {
	right: 3vw;
	top: 10vw;
}

.p-member-fv__img-group-item03 {
	bottom: 10vw;
	left: 50%;
	top: auto;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 13.375rem;
}

.p-member-fv__img-group-item04 {
	display: none;
}

.p-member-fv__bgline-item01 {
	top: -45vw;
}

.p-member-fv__bgline-item01--white {
	top: -2vw;
}

.p-member-fv__bgline-item02 {
	top: -17vw;
}

.p-member-fv__bgline-item02--white {
	left: 0vw;
	top: 0vw;
}

.p-member-fv__bgline-item02--gray {
	left: 0vw;
	top: 2vw;
}

.p-member-fv__bgline-item03 {
	top: 90vw;
}

.p-member-fv__bgline-item03--gray {
	top: -2vw;
}

.p-member-list__list {
	gap: 3.5rem 2rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-member-list__lead-br {
	display: block;
}

.p-member-list__list-item-name-plus {
	height: 0.875rem;
	width: 1.875rem;
}

.p-member-list__list-item-name-plus::before {
	height: 0.0625rem;
	width: 0.375rem;
}

.p-member-list__list-item-name-plus::after {
	height: 0.375rem;
	width: 0.0625rem;
}

.p-member-modal__content {
	padding: 5rem 0 3.5rem 1rem;
}

.p-member-modal__content-inner {
	padding-right: 1.5rem;
}

.p-member-modal__close-txt {
	display: none;
}

.p-member-modal__close-icon {
	height: 2.25rem;
	width: 3.75rem;
}

.p-member-modal__right {
	width: 100%;
}

.p-member-modal__image {
	margin: 0 auto;
	width: 100%;
}

.p-member-modal__role {
	font-size: 0.9375rem;
}

.p-member-modal__title {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}

.p-member-modal__title-name {
	font-size: 1.5rem;
}

.p-member-modal__title-en {
	font-size: 0.9375rem;
}

.p-member-modal__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.p-member-modal__content-left {
	width: 100%;
}

.p-member-modal__lead {
	margin-bottom: 0rem;
	padding-block: 0;
	padding-inline: 0;
}

.p-member-modal__lead-text {
	font-size: 1.5rem;
	padding-inline: 1.5rem;
}

.p-member-modal__lead-text-box {
	margin-inline: 0.25rem 0.375rem;
	padding-bottom: 0;
}

.p-member-modal__lead-text-box::before {
	height: 2rem;
	top: 53%;
	width: 2rem;
}

.p-member-modal__lead-quote {
	font-size: 2.25rem;
}

.p-member-modal__lead-quote:first-of-type {
	top: -1.25rem;
}

.p-member-modal__lead-quote:last-of-type {
	bottom: -1.875rem;
}

.p-member-modal__desc {
	font-size: 0.9375rem;
	padding-inline: 1.5rem;
}

.p-member-modal__bottom-item {
	padding-inline: 1.5rem;
}

.p-member-modal__bottom-text {
	font-size: 0.9375rem;
}

.p-member-modal__bottom-img {
	margin: 0 auto;
}

.p-member-modal__bottom-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 1.5rem;
}

.p-news__archive {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-news__archive__sidebar {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 2rem;
}

.p-news__archive__sidebar__box {
	width: 50%;
}

.p-news__sidebar__archive__navttl {
	display: none;
}

.p-news__sidebar__archive__navlist {
	display: none;
}

.p-news__sidebar__archive__navselect {
	display: block;
}

.p-news-archive__pagenation .previouspostslink > a::before,
.p-news-archive__pagenation .previouspostslink > a::after,
.p-news-archive__pagenation .nextpostslink > a::before,
.p-news-archive__pagenation .nextpostslink > a::after {
	content: none;
}

.p-news-archive__pagenation .previouspostslink > a .icon,
.p-news-archive__pagenation .nextpostslink > a .icon {
	height: 1.25rem;
	width: 2.5rem;
}

.p-news__archive__post {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 1rem;
	padding: 1.25rem 0;
}

.p-news__archive__post__content__meta {
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.p-news__archive__post__content__meta .update {
	font-size: 0.875rem;
}

.p-news__archive__post__content__meta .category {
	font-size: 0.875rem;
}

.p-news__archive__post__content__title {
	font-size: 0.9375rem;
}

.p-news__archive__post__arrow {
	display: none;
}

.p-news__single__pager .prev-link__icon {
	height: 1.25rem;
	width: 1.25rem;
}

.p-news__single__pager .prev-link__text {
	display: none;
}

.p-news__single__pager .next-link__icon {
	height: 1.25rem;
	width: 1.25rem;
}

.p-news__single__pager .next-link__text {
	display: none;
}

.p-request-bg {
	width: 100%;
}

.p-request__box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	padding-bottom: 7.5rem;
	padding-top: 3.5rem;
}

.p-request__box-item {
	width: 100%;
}

.p-request__ttl-ja {
	font-size: 0.9375rem;
}

.p-request__ttl-en {
	font-size: 1.5rem;
	margin-top: 0;
}

.p-request__explain {
	font-size: 0.9375rem;
	margin-top: 12px;
}

.p-request__list {
	margin-top: 1.5rem;
}

.p-request__list-item + .p-request__list-item {
	margin-top: 1rem;
}

.p-request__list-item-link {
	font-size: 1.125rem;
	padding: 1.25rem 3.25rem 1.25rem 0.75rem;
}

.p-request__list-item-link::before {
	height: 1.25rem;
	right: 0.75rem;
	width: 2.5rem;
}

.p-request__list-item-link::after {
	height: 0.75rem;
	right: 1.625rem;
	width: 0.75rem;
}

.p-request__list-item-link-tel {
	padding: 0.875rem 0.25rem;
}

.p-request__list-item-link-tel-txt {
	font-size: 1rem;
}

.p-request__list-item-link-tel-caution {
	font-size: 0.8125rem;
}

.p-request__list-item-link-tel-number {
	font-size: 1rem;
}

.p-strength {
	padding-block: 7.5rem 6.25rem;
}

.p-strength__bg::before {
	background-image: url(../images/business/sp-strength-bg.jpg);
}

.p-strength__heading {
	font-size: 2rem;
}

.p-strength__lists {
	display: block;
	margin-inline: auto;
	margin-top: 2rem;
	width: 100%;
}

.p-strength__list {
	border-bottom: 1px dashed #B6B6B6;
	width: 100%;
}

.p-strength__link {
	-moz-column-gap: 1rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 1rem;
	        column-gap: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0.875rem 1rem 0.875rem 1.75rem;
}

.p-strength__link::after {
	bottom: 30px;
	left: auto;
	left: initial;
	right: 16px;
	-webkit-transform: none;
	        transform: none;
}

.p-strength__image {
	width: 4.5rem;
}

.p-strength__number {
	font-size: 2.5rem;
	left: 0;
	right: auto;
	right: initial;
	top: 0;
}

.p-strength__text {
	font-size: 1.0625rem;
	padding: 0;
	text-align: left;
}

.p-strength__contents {
	margin-top: 3.5rem;
}

.p-strength__content {
	overflow: hidden;
	padding: 0 1rem 3.5rem;
}

.p-strength__content:not(:first-of-type) {
	margin-top: 3rem;
}

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

.p-strength__box {
	display: block;
}

.p-strength__title {
	font-size: 1.5rem;
	width: 100%;
}

.p-strength__lead {
	font-size: 0.9375rem;
	line-height: 1.7;
	margin-top: 2rem;
}

.p-strength__lists2 {
	margin-top: 2rem;
	max-width: 100%;
	min-width: 18.25rem;
	width: 74.8717948718vw;
}

.p-strength__list2 {
	display: block;
}

.p-strength__text2 {
	padding: 1rem;
}

.p-strength__headings {
	font-size: 1.5rem;
	letter-spacing: -0.06em;
}

.p-strength__desc2 {
	font-size: 0.9375rem;
	margin-top: 0.75rem;
}

.p-strength__problem {
	margin-top: 1.5rem;
}

.p-strength__items {
	display: block;
	margin-top: 0.3125rem;
}

.p-strength__item {
	font-size: 0.875rem;
	padding: 0.0625rem 0.5rem;
}

.p-strength__item:not(:first-of-type) {
	margin-top: 0.3125rem;
}

.p-strength__image2 {
	width: 100%;
}

.p-strength__image2 img {
	-o-object-fit: cover;
	aspect-ratio: 292/160;
	object-fit: cover;
}

.p-strength__list2:first-of-type .p-strength__image2 img {
	-o-object-position: 50% 15%;
	object-position: 50% 15%;
}

.p-strength__low {
	margin-top: 3.5rem;
	max-width: 100%;
	width: 74.8717948718vw;
}

.p-strength__graph {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	margin-top: 2.5rem;
	max-width: 100%;
	padding-bottom: 2.75rem;
	width: 74.8717948718vw;
}

.p-strength__image4 {
	margin-top: 2rem;
	width: 100%;
}

.p-strength__title2 {
	font-size: 1.375rem;
	margin-top: 1.0625rem;
}

.p-strength__desc3 {
	font-size: 0.875rem;
	margin-top: 1.5rem;
}

.p-strength__desc4 {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.p-strength__chart {
	margin-top: 2.75rem;
	max-width: 100%;
	width: 74.8717948718vw;
}

.p-strength__wrap2 {
	overflow-x: auto !important;
	overflow-y: hidden !important;
}

.p-strength__image5 {
	background: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	margin-top: 2rem;
	min-width: 21.9375rem;
	overflow-x: scroll;
	padding: 2rem;
	padding: 0 0rem 0.625rem 0;
	white-space: nowrap;
	width: 100%;
}

.p-strength__graph2 {
	overflow-x: hidden;
	padding-inline: 1rem;
}

.p-strength__image6-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	margin-top: 1.75rem;
}

.p-strength__image6-head {
	display: block;
	left: 0;
	min-width: 2.4375rem;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 124px;
	width: 10vw;
	z-index: 1;
}

.p-strength__image6 {
	min-width: 31.25rem;
	white-space: nowrap;
}

.p-contact__thx-ttl {
	font-size: 1.375rem;
	line-height: 170%;
	margin-bottom: 2.5rem;
	text-align: left;
}

.p-contact__thx-txt {
	font-size: 0.9375rem;
	line-height: 170%;
	text-align: left;
}

.p-contact__thx-txt:last-of-type {
	margin-bottom: 2.5rem;
}

.p-contact__thx-btn {
	margin: 0;
}

.p-top__business-dec {
	display: none;
}

.p-top__business-img {
	margin-right: calc(50% - 50vw);
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	width: 100vw;
}

.p-top__business-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
	width: 100%;
}

.p-top__business-content {
	padding-inline: 0;
	width: 100%;
}

.p-top__business-content-wrap {
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.p-top__business-content-message {
	font-size: 1.125rem;
	margin-top: 1.75rem;
}

.p-top__business-content-message span {
	font-size: 1.375rem;
}

.p-top__business-content-explain {
	font-size: 0.9375rem;
	margin-top: 1rem;
}

.p-top__business-link {
	margin-left: auto;
	margin-top: 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top__case {
	margin-top: 10.5rem;
}

.p-top__case-bg-line {
	bottom: auto;
	bottom: initial;
	top: -24vw;
}

.p-top__case-ttl {
	margin-top: 1rem;
}

.p-top__case-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.625rem;
	margin-bottom: 2rem;
}

.p-top__case-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 21.875rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-top__case-list-item-ttl {
	font-size: 2rem;
}

.p-top__case-list-item-content {
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	    -ms-flex-pack: end;
	        justify-content: end;
}

.p-top__case-list-item-txt {
	font-size: 0.9375rem;
	font-weight: 400;
}

.p-top__clients-box-ttl {
	font-size: 1.75rem;
	margin-bottom: 1.25rem;
	margin-left: 1.25rem;
}

.p-top__clients-box-content-wrap--sp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-top__clients-box-content-item-img {
	height: 3.4375rem;
}

.p-top__clients-box-content-item-img::before {
	height: 2.5rem;
}

.p-top__column-list {
	margin-bottom: 1.5rem;
}

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

.p-top__column-link {
	gap: 1.25rem;
}

.p-top__company-dec01 {
	bottom: 0;
	height: 10.0625rem;
	width: 3.0625rem;
	z-index: 2;
}

.p-top__company-dec02 {
	bottom: 9.5625rem;
	height: 21.875rem;
	left: 0;
	width: 5.5rem;
	z-index: 1;
}

.p-top__company-box {
	padding-bottom: 5.3125rem;
	padding-top: 7.5rem;
	width: 100%;
}

.p-top__company-box-item {
	margin-left: 4.375rem;
	width: 76.0416666667vw;
}

.p-top__company-list {
	margin-top: 1.25rem;
}

.p-top__company-list-item-link-ttl {
	font-size: 0.8125rem;
}

.p-top__company-list-item-link-ttl-en {
	font-size: 1.75rem;
}

.p-top__members-content-sub {
	font-size: 1rem;
}

.p-top__members-content-ttl {
	font-size: clamp(4.5rem, 15vw, 6.25rem);
}

.p-top__members-content-txt {
	font-size: 0.9375rem;
}

.p-top__members-list {
	gap: 1.25rem;
	margin: 0 -4.0625rem;
	width: calc(100vw + 8.125rem);
}

.p-top__members-list-item {
	gap: 1.25rem;
	width: 50%;
}

.p-top__members-img01 {
	max-width: 26.1538461538vw;
	right: 2.5rem;
}

.p-top__members-img02 {
	max-width: 38.4615384615vw;
}

.p-top__members-img03 {
	max-width: 50vw;
}

.p-top__message-bg-line {
	bottom: -81vw;
}

.p-top__message-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
	padding-bottom: 1.875rem;
	padding-top: 9.5625rem;
	width: 100%;
}

.p-top__message-title {
	display: none;
	font-size: 3.25rem;
}

.p-top__message-content {
	margin-top: 0;
	width: 100%;
}

.p-top__message-content-txt--large {
	font-size: 1.25rem;
}

.p-top__message-content-txt--large-span {
	font-size: 2rem;
}

.p-top__mv {
	padding-top: 7rem;
}

.p-top__mv-content-main img {
	margin-left: -20px;
	max-width: 560px;
}

.p-top__mv-silde {
	margin-inline: calc(50% - 50vw);
	padding-right: 13.0208333333vw;
}

.p-top__news-inner {
	padding-block: 6.25rem 4rem;
}

.p-top__news-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 2rem;
	padding: 0.625rem 0.5rem;
}

.p-top__news-date {
	margin-right: 0;
	padding-left: 0.75rem;
	position: relative;
}

.p-top__news-date::after {
	background-color: #7479AC;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.375rem;
}

.p-top__news-title-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.25rem;
}

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

.u-hidden-pc {
	display: block;
}

.u-hidden-pc-ib {
	display: inline-block;
}

.u-hidden-sp {
	display: none;
}

.u-hidden-sp-ib {
	display: none;
}

.u-hidden-pc-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.u-hidden-sp-f {
	display: none;
}

.u-hidden-sp-if {
	display: none;
}

.u-sp-ib {
	display: inline-block;
}

.u-hidden-tab {
	display: inline-block;
}

.u-hidden-tab-sp {
	display: none;
}

}

@media (max-width: 550px) {

.js-why-content {
	width: 100%;
}

}

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

.p-member-fv__bgline-item03 {
	top: 140vw;
}

}

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

.js-bg-line__light {
	height: 3.125rem;
	width: 3.125rem;
}

.js-bg-line__light-gray {
	height: 3.125rem;
	width: 3.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.l-inner--casestudy-wide {
	max-width: 100%;
	padding-left: 0;
	padding-left: initial;
	padding-right: 0;
	padding-right: initial;
}

.c-top__ttl-sub {
	font-size: 1rem;
}

.p-about-fv__inner {
	width: calc(100% - 40px);
}

.p-about-what__inner {
	padding-block: 20.5128205128vw 30.7692307692vw;
}

.p-about-why__title {
	font-size: 1.25rem;
}

.p-about-why__heading {
	font-size: 1.5rem;
}

.js-why-container {
	height: 81.25rem;
}

.p-about-why__desc {
	font-size: 0.9375rem;
}

.p-about-credo__title {
	font-size: 1.5rem;
}

.p-about-credo__subtitle {
	font-size: 1.5rem;
}

.p-about-credo__lead {
	font-size: 1.25rem;
}

.p-about-credo-detail__item-head-en {
	padding: 0;
}

.p-about-credo-detail__item-head-en::before {
	display: none;
}

.p-about-credo-detail__number {
	font-size: 5rem;
}

.p-about-credo-detail__title {
	font-size: 1.75rem;
}

.p-about-credo-detail__lead {
	font-size: 1.125rem;
}

.p-about-related__title {
	font-size: 1.5rem;
}

.p-about-case-accordion__title {
	font-size: 1.125rem;
}

.p-business__fv-nav-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-business__kv-bg-line {
	top: 60vw;
}

.p-business__about-ttl {
	font-size: 1.6875rem;
}

.p-business__support-img {
	margin-inline: calc(50% - 50vw);
	padding-inline: 0.625rem;
	width: auto;
}

.p-business__support-container {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.p-business__case-bg-line {
	bottom: -15vw;
}

.p-business__case .tabs__content-box-ttl {
	font-size: 6.1538461538vw;
}

.p-business__case .tabs__content-box-gray {
	padding: 1rem;
}

.p-business__case-btn {
	padding: 1.25rem;
}

.p-business__case-btn-txt {
	font-size: 0.9375rem;
}

.p-casestudy__archive__nav {
	padding-bottom: 1rem;
}

.p-casestudy__archive__nav__item__ttl--tag {
	border-top: solid 1px #1E1F3B;
	padding-top: 1rem;
	width: 100%;
}

.p-casestudy__archive__nav__item__ttl .icon {
	margin-left: auto;
}

.p-casestudy__single__post__header {
	padding-inline: 1.25rem;
}

.p-casestudy__single__post__content__wrap {
	padding: 3.5rem 1.25rem;
}

.p-contact-bg {
	height: 102.5641025641vw;
	width: 56.4102564103vw;
}

.p-contact__box {
	padding-bottom: 5rem;
	padding-top: 25rem;
}

.p-footer {
	padding-top: 4.125rem;
}

.p-footer__c-name {
	margin-top: 0.75rem;
}

.p-footer__menu-layer {
	gap: 1rem;
}

.p-footer__menu-list-child {
	gap: 2px;
}

.p-footer__menu-item-child:first-child {
	margin-top: 3px;
}

.p-fv__inner {
	width: calc(100% - 40px);
}

.p-header__nav-list {
	max-width: 100%;
	width: 100%;
}

.p-member-fv__inner {
	height: 238.4615384615vw;
}

.p-member-fv__box {
	padding-top: 66.6666666667vw;
	width: 88vw;
}

.p-member-fv__box-ttl {
	font-size: 4.5rem;
}

.p-member-fv__img-group-item01 {
	top: 34.4vw;
	width: 24.6153846154vw;
}

.p-member-fv__img-group-item02 {
	top: 7.5vw;
	width: 33.8461538462vw;
}

.p-member-fv__img-group-item03 {
	bottom: 9.7vw;
	width: 54.8717948718vw;
}

.p-member-fv__bgline-item01 {
	top: -46vw;
}

.p-member-fv__bgline-item02 {
	top: 15vw;
}

.p-member-fv__bgline-item03 {
	top: 161vw;
}

.p-member-fv__bgline-item03--white {
	top: 0vw;
}

.p-member-list__list {
	gap: 3.5rem 1rem;
}

.p-member-list__list-item-txt {
	font-size: 0.75rem;
}

.p-member-list__list-item-name-ttl {
	font-size: 1.0625rem;
}

.p-member-list__list-item-name-ttl {
	font-size: 1rem;
}

.p-member-modal__lead-text .p-member-modal__lead-text--small {
	display: block;
	font-size: 1.34375rem;
	width: 105%;
}

.p-strength__text {
	font-size: 0.9375rem;
}

.p-top__case-bg-line {
	top: -44vw;
}

.p-top__case-list-item {
	height: 16rem;
}

.p-top__clients-box-ttl {
	font-size: 1.5rem;
	margin-left: 1rem;
}

.p-top__company-box-item {
	margin-left: auto;
	width: 62.0512820513vw;
}

.p-top__members-content-ttl {
	font-size: 4.5rem;
}

.p-top__members-img01 {
	right: 1.25rem;
	-webkit-transform: translateY(9svh);
	        transform: translateY(9svh);
}

.p-top__members-img02 {
	-webkit-transform: translateY(75svh);
	        transform: translateY(75svh);
}

.p-top__members-img03 {
	-webkit-transform: translateY(145svh);
	        transform: translateY(145svh);
}

.p-top__message-bg-line {
	bottom: -66vw;
}

.p-top__message-wrap {
	padding-bottom: 1.875rem;
	padding-top: 5rem;
}

.p-top__message-title {
	font-size: 2.5rem;
}

.p-top__message-content {
	gap: 1.25rem;
}

.p-top__message-content-txt {
	font-size: 1.0625rem;
}

.p-top__message-content-txt--large {
	font-size: 1.25rem;
}

.p-top__message-content-txt--large-span {
	font-size: 2rem;
}

.p-top__mv {
	padding-top: 5.4375rem;
}

.p-top__mv-silde {
	padding-right: 1rem;
}

.p-top__news-inner {
	padding-block: 3.5rem 2.5rem;
}

.u-hidden-sm {
	display: none;
}

.u-hidden-sm-none {
	display: block;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes scroll {

0% {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@keyframes scroll {

0% {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-webkit-keyframes scroll-reverse {

0% {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

100% {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@keyframes scroll-reverse {

0% {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

100% {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

