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

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

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

html {
	font-size: 16px;
}

html.is-fixed {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

html.is-fixed,
body.is-fixed {
	height: 100%;
	overflow: hidden;
	-ms-touch-action: none;
	    touch-action: none;
}

body {
	-webkit-font-feature-settings: "liga", "kern";
	        font-feature-settings: "liga", "kern";
	-webkit-font-smoothing: antialiased;
	background: #FAFAFA;
	color: #232323;
	font-family: "Inter", serif, "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-weight: 400;
}

p,
li,
a,
span {
	letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4 {
	-webkit-font-feature-settings: "liga", "kern";
	        font-feature-settings: "liga", "kern";
	font-weight: 600;
	letter-spacing: 0em; /* Inter の特徴に寄せる */
}

#main_col {
	width: 100% !important;
}

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

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

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

.l-header {
	background: #FFF;
}

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

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

.l-inner--max {
	max-width: 1440px;
}

.l-mv {
	aspect-ratio: 1440/789;
	background: url("../images/mv/mv@2x.jpg") no-repeat center center/cover;
	width: 100%;
}

/* Design Plus Font for Like Button Icons */

@font-face {
	font-family: "design_plus";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/design_plus.woff") format("woff");
}

.btn_login-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-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	margin-top: 2.5rem;
}

.btn-login {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 0.25rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Inter;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	gap: 0.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 100%;
	padding: 0.75rem 2.5rem;
	text-align: center;
	width: 11rem;
}

.btn--green {
	background: #00AEBB;
}

.btn--green::before {
	content: none !important;
}

.btn--gray {
	background: #888888;
}

.btn--gray::before {
	content: none !important;
}

.cat {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #00AEBB;
	border-radius: 0.25rem;
	color: #FFF;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: Inter;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	gap: 10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	margin-bottom: 0 !important;
	margin-bottom: initial !important;
	padding: 0.25rem 0.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.btn-gray__date {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F1F1F1;
	border-radius: 1.25rem;
	color: #585858;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: Inter;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	gap: 0.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	padding: 0.25rem 0.5rem;
	white-space: nowrap;
}

.btn-archives {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FDD000;
	border-radius: 0.25rem;
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Inter;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	gap: 0.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 100%;
	padding: 0.25rem 0.5rem;
	position: relative;
	width: 8.875rem;
}

.btn-archives::after {
	background: url("../images/seminer/archives.svg") no-repeat center center/cover;
	content: "";
	height: 0.5625rem;
	position: absolute;
	right: 0.84375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.4375rem;
}

.btn-archives span {
	-webkit-transform: translateX(-0.25rem);
	        transform: translateX(-0.25rem);
}

/* お気に入りボタン / Favorite button */

#single_post_header .like_button {
	background: #000;
	color: #fff;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: -35px;
}

#single_post_header.no_image .like_button {
	bottom: -1px;
	top: auto;
}

#single_post_header .like_button .like_label {
	display: block;
	padding-left: 20px;
	position: relative;
}

#single_post_header .like_button:before {
	content: "\e93f";
	display: block;
	font-family: "design_plus";
	font-size: 15px;
	left: 18px;
	position: absolute;
	top: 0px;
}

#single_post_header .like_button.active:before {
	content: "\e87d";
}

/* Like message animation */

.like_message {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #000;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	font-size: 12px;
	height: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 50%;
	line-height: 1.2;
	opacity: 0;
	padding: 0 15px;
	pointer-events: none;
	position: absolute;
	top: -40px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: 100;
}

.like_message:after {
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	bottom: -6px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0;
}

.like_button.clicked {
	pointer-events: none;
}

.like_button.clicked .like_message {
	-webkit-animation: like_animation 1.5s ease forwards;
	        animation: like_animation 1.5s ease forwards;
}

/* List like button (for archive/list views) */

.list_like_button {
	background: #000;
	color: #fff;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -40px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 40px;
	z-index: 100;
}

.list_like_button:hover {
	color: #fff;
}

.list_like_button .like_label {
	display: none;
}

.list_like_button:before {
	content: "\e93f";
	display: block;
	font-family: "design_plus";
	font-size: 18px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.list_like_button.active:before {
	content: "\e87d";
}

/* Hide like message in related posts */

#related_post .list_like_button {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

#related_post .like_message {
	display: none;
}

/* Responsive styles for like button */

.c-highlight {
	background: #EAFF00;
	padding: 0.1875rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-highlight--red {
	background: #C50018;
	padding: 0.1875rem;
}

.c-to-top {
	bottom: 2.375rem;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 2.1875rem;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 20000;
}

.c-to-top.change {
	bottom: 6.25rem;
}

.c-to-top img {
	height: 3.125rem;
	width: 3.125rem;
}

.c-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.ttl02 {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
	background: initial !important;
	border-left: 0;
	border-left: initial;
	color: #333;
	font-family: Inter;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 !important;
}

.ttl02.ttl02--white {
	color: #FFF;
}

.ttl02.ttl02--green {
	color: #00B2BC;
}

.ttl02-txt {
	color: #000;
	font-family: Inter;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.ttl03 {
	color: #000;
	font-family: Inter;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.post-list__wrap {
	margin-top: 1.5rem;
}

.post-list__wrap .post-item__img:nth-child(3) {
	aspect-ratio: initial;
	height: auto;
}

.post-list {
	grid-gap: 1.25rem 0.625rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem 0.625rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.post-list__box-two-one {
	grid-gap: 0.625rem;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -ms-grid;
	display: grid;
	gap: 0.625rem;
	-ms-grid-columns: 2fr 1fr;
	grid-template-columns: 2fr 1fr;
}

.post-list__box-two-one .post-list {
	grid-gap: 0.625rem;
	display: -ms-grid;
	display: grid;
	gap: 0.625rem;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	height: 100%;
}

.post-list__box-two-one .post-list .post-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;
}

.post-list__box-two-one > .post-item {
	-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: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.post-list.post-list--double {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.post-item {
	background: #FFF;
	border-radius: 0.5rem;
	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;
}

.post-item a {
	color: inherit;
	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;
	text-decoration: none;
}

.post-item__img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	border-radius: 0.5rem 0.5rem 0 0;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	object-fit: cover;
	overflow: hidden;
}

.post-item__img--thumb {
	-o-object-fit: cover;
	aspect-ratio: 352/368;
	border-radius: 0.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.post-item__img--movie {
	overflow: visible;
	overflow: initial;
}

.post-item__img--movie img {
	-o-object-fit: cover;
	aspect-ratio: 704/402;
	object-fit: cover;
}

.post-item__ttl-interview {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #000;
	display: -webkit-box;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	overflow: hidden;
}

.post-item__ttl a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.4;
	overflow: hidden;
}

.post-item__ttl-sub {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-top: 1.25rem;
}

.post-item__ttl-sub + * {
	margin-top: 0.375rem !important;
}

.post-item__mt0 {
	margin-top: 0;
}

.post-item__ttl-report {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	margin-top: 0;
	overflow: hidden;
}

.post-item__txt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #888;
	display: -webkit-box;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.2;
	margin-bottom: 0 !important;
	margin-bottom: initial !important;
	margin-top: 1rem;
	overflow: hidden;
}

.post-item__intervier-txt-sub {
	color: #444444;
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 1rem;
}

.post-item__txt-interview {
	color: #888;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0 !important;
	margin-bottom: initial !important;
	margin-top: 0.75rem;
}

.post-item__tag-interview {
	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;
}

.post-item__tag-interview span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F1F1F1;
	border-radius: 0.25rem;
	color: #000;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	padding: 0.25rem 0.5rem;
}

.post-item__box {
	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;
	padding: 1.25rem;
}

.post-item__box-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: 0.5rem;
}

.post-item__box-meta .cat {
	margin-top: 0;
}

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

.page-navigation .page-numbers {
	-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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-navigation .page-numbers li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-navigation .page-numbers a,
.page-navigation .page-numbers span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: transparent;
	border-radius: 100vmax;
	color: #888;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	height: 2rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.031875rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 2rem;
}

.page-navigation .page-numbers a {
	color: #00B2BC;
	text-decoration: underline;
}

.page-navigation .page-numbers a:hover {
	color: #00AEBB;
}

.page-navigation .page-numbers .current {
	background: #00AEBB;
	color: #FFF;
}

.post-item__single-tag {
	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;
}

.post-item__single-tag span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F1F1F1;
	border-radius: 0.25rem;
	color: #000000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.8125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	padding: 0.25rem 0.5rem;
}

.posts__pick {
	grid-gap: 2.6875rem;
	background: #FFF;
	border-radius: 1rem;
	display: -ms-grid;
	display: grid;
	gap: 2.6875rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.5rem;
	padding: 1.5rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.posts__pick-link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.posts__pick-left {
	aspect-ratio: 258/145;
}

.posts__pick-left img {
	aspect-ratio: 258/145;
}

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

.posts__pick-right-cat-list {
	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-right: auto;
	margin-top: 1rem;
}

.posts__pick-right-cat {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F1F1F1;
	border-radius: 0.25rem;
	color: #000;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: Inter;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	padding: 0.25rem 0.5rem;
}

.posts__pick-right-ttl-sub {
	color: #000;
	font-family: Inter;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	margin-top: 1.5rem;
}

.posts__pick-right-ttl {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #000;
	display: -webkit-box;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.2;
	line-height: 1.2;
	margin-top: 1rem;
	overflow: hidden;
}

.posts__pick-right-ttl--mt0 {
	margin-top: 0;
}

.posts__pick-right-txt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: #000;
	display: -webkit-box;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.posts__event {
	background: #FFF;
	margin-top: 5.5rem;
	padding-block: 1.375rem 4.5625rem;
	position: relative;
}

.posts__event::before {
	background: #FFF;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
	width: 100%;
}

.posts__event::after {
	background: #FFF;
	bottom: 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	width: 100%;
}

.posts__event-box {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.5rem;
}

.post-item__txt-interview {
	line-height: 1.2;
}

.post-meta-tags {
	-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;
}

.post-meta-tags .cat {
	margin: 0;
}

.post-meta-tags .single__meb-only {
	margin: 0;
}

.about__box-job-field {
	margin-top: 3.5rem;
}

.about__box-job-field-txt {
	margin-top: 1.25rem;
}

.about__box-job-field-txt .about-box__txt + .about-box__txt {
	margin-top: 2rem;
}

.about__box-job-field.about__box-dec {
	background-color: white;
	border-radius: 0.5rem;
	margin-top: 3.5rem;
	padding: 2.5rem 1.5rem;
}

.about__box-labo.about__box-dec {
	background-color: white;
	border-radius: 0.5rem;
	margin-top: 3.5rem;
	padding: 2.5rem 1.5rem;
}

.about__box-job-field-txt02 {
	margin-top: 3.25rem;
}

.about__box-job-field-txt02 .about-box__txt + .about-box__txt {
	margin-top: 2rem;
}

.about-box__txt {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

.about-box__txt span {
	font-size: 0.8125rem;
}

.about__box-job-field-img {
	margin-top: 1.25rem;
}

.about__box-labo {
	margin-top: 3.5rem;
}

.about__box-labo-txt {
	margin-top: 1.25rem;
}

.about__contents {
	margin-top: 5rem;
}

.about__member {
	margin-top: 5rem;
}

.about__member-list {
	grid-gap: 1.25rem 1rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem 1rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
}

.about__member-item {
	border-radius: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.about__member-img {
	width: 13.75rem;
}

.about__member-main {
	background: #FFF;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 1rem 1rem 1rem 1.25rem;
}

.about__member-main-ttl {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #00AEBB;
	border-radius: 0.25rem;
	color: #FFFFFF;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.8125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.25rem 0.5rem;
}

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

.about__member-main-name {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	margin-left: 0.5rem;
}

.about__member-position {
	color: #000;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0.875rem;
}

.about__member-explain {
	color: #000;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 1rem;
}

.about__message {
	margin-top: 4.25rem;
}

.about__message-content {
	border-radius: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1rem;
	overflow: hidden;
}

.about__message-content-img {
	aspect-ratio: 1/1;
	width: 14.8125rem;
}

.about__message-content-main {
	background: #FFF;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 1.625rem 2.25rem 1rem 1.75rem;
}

.about__message-content-main-ttl {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

.about__message-content-main-txt {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.about__message-content-txt-sub {
	color: #000;
	display: inline-block;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.5rem;
}

.about__company {
	margin-top: 3.5rem;
}

.about__company-body {
	background: #FFF;
	border-radius: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1rem;
	padding: 1.125rem;
}

.about__company-body-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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 14.375rem;
}

.about__company-body-img img {
	width: 10rem;
}

.about__company-body-main {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	color: #000;
	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;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	gap: 0.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.5;
}

#container {
	overflow: hidden;
	width: 100% !important;
}

#content-full {
	width: 100%;
}

#content {
	margin-inline: auto;
	max-width: 1170px;
	padding: 5rem 3rem 7.75rem 3rem !important;
	width: 100%;
}

.content {
	max-width: 1170px;
	padding-inline: 1.625rem 3rem;
	width: 100%;
}

.content__single-bottom {
	margin-bottom: 7.75rem;
	max-width: 1170px;
	padding-inline: 1.625rem 3rem;
	width: 100%;
}

#main_content {
	background: #FBFBFB;
	left: 18rem !important;
	overflow: hidden;
	position: relative;
	width: calc(100% - 18rem) !important;
}

#mobile_menu > ul li {
	font-size: 1rem !important;
}

#mobile_menu > ul li a {
	display: inline-block;
	line-height: 1 !important;
	padding: 0.9375rem 2.25rem !important;
	width: 100% !important;
}

#mobile_menu > ul li > ul.sub-menu li a {
	background: #3ABDC6 !important;
}

.e-learning__cat-box {
	margin-top: 1.875rem;
	padding-left: 2.5rem;
	width: 56.875rem;
}

.e-learning__cat-box-ttl {
	color: #000;
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.e-learning__cat-list {
	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 0.5rem;
	margin-top: 1.25rem;
}

.e-learning__cat-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F2F2F2;
	border-radius: 0.25rem;
	color: #000;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.5;
	padding: 0.125rem 0.875rem;
}

.e-learning__cat-link.is-active {
	background: #00AEBB;
	color: #FFF;
}

#footer {
	background-color: #00AEBB !important;
	color: #FFF;
	left: 16.75rem !important;
	padding-inline: 3rem;
	width: calc(100% - 16.75rem) !important;
}

#footer_nav {
	padding-left: 16.75rem !important;
	width: 100%;
}

.footer__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	max-width: 1170px;
	padding-block: 4.625rem 7.75rem;
	position: relative;
	width: 100%;
}

.footer__container::before {
	background: #00AEBB;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-98%);
	        transform: translateX(-98%);
	width: 100%;
	z-index: -1;
}

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

.footer__meta-box {
	color: #FFF;
	font-family: Inter;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 5.125rem;
}

.footer__meta-box address {
	margin-top: 1.25rem;
}

.footer__meta-main {
	margin-top: 0.75rem;
}

.footer__menu-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem;
}

.footer__menu-nav {
	color: #FFF;
	font-family: Inter;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer__menu-nav-link {
	display: inline-block;
	padding-block: 0.875rem;
}

.footer__menu-nav-link span {
	font-size: 0.75rem;
}

.footer__menu-nav-link.footer__menu-nav-link--02 {
	padding-block: 0.625rem;
}

.footer__menu-nav02 {
	margin-top: 4.75rem;
}

.footer__menu-nav02-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer__menu-nav02-list:first-child .footer__menu-nav02-link {
	padding-left: 0;
}

.footer__menu-nav02-link {
	color: #FFF;
	display: inline-block;
	font-family: Inter;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-inline: 0.75rem;
}

.footer__meta-box-sp {
	display: none;
}

.header {
	background: #FBFBFB;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 100vh; /* 全画面の高さを維持 */
	left: 0;
	overflow-x: hidden; /* flex レイアウト内で潰れ防止 */ /* 横スクロールを無効化 */
	overflow-y: auto; /* 内容が多い場合はスクロール可能に */
	position: fixed;
	scrollbar-color: rgba(0, 0, 0, 0.25) transparent; /* acc-content.is-open時も高さは変更しない */
	scrollbar-width: thin;
	top: 0;
	width: 15.5rem; /* ←PC時の幅 */
	z-index: 1000; /* ▼ Firefox scrollbar */
}

/* ▼ Chrome / Edge */

.header::-webkit-scrollbar {
	width: 8px; /* Windows はここが太く表示される */
}

.header::-webkit-scrollbar-track {
	background: transparent;
}

.header::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.25);
	border-radius: 4px;
}

/* ─────────────────────────────
  CUSTOM NAV（白カード + 階層ナビ）
───────────────────────────── */

.custom-nav {
	-webkit-overflow-scrolling: touch; /* ───────────
      HR Plus の子 UL（青ボックス）
  ─────────── */ /* ───────────
      第1階層（白背景）
  ─────────── */
	background: #fff;
	border: 1px solid #F2F2F2;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-left: 1.25rem;
	overflow-x: hidden;
	overflow-y: auto;
	padding-block: 1rem;
	width: 14.75rem;
}

.custom-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.custom-nav ul li a {
	margin-inline: auto;
	padding-left: 10% !important;
}

.custom-nav ul li .acc-btn {
	padding-left: 10% !important;
}

.custom-nav ul .menu-title li a {
	padding-left: 8px !important;
}

.custom-nav ul .menu-title a.left {
	padding-left: 0 !important;
}

.custom-nav > ul > li > a {
	color: #000;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	padding-block: 0.9375rem;
	padding-left: 2.25rem;
	text-decoration: none;
}

.custom-nav .sub-menu {
	background: #2FB7C8; /* 画像の青 */
	margin-top: 0.75rem;
	padding: 1rem;
	padding-left: 1.25rem;
}

.custom-nav .sub-menu li {
	color: #fff;
	font-weight: 700;
	margin-bottom: 0.75rem; /* ───────────
      第3階層（白文字の小項目）
  ─────────── */
}

.custom-nav .sub-menu li a {
	color: #fff;
	font-size: 0.875rem;
}

.custom-nav .sub-menu li:last-child {
	margin-bottom: 0;
}

.custom-nav .sub-menu li ul {
	margin-top: 0.5rem;
	padding-left: 0rem;
}

.custom-nav .sub-menu li ul li {
	color: #fff;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
	padding-block: 0.625rem;
}

.custom-nav .sub-menu li ul li:last-child {
	margin-bottom: 0;
}

.ttl-sub {
	font-size: 0.75rem;
}

.menu-title {
	font-size: 0.9375rem;
	font-weight: 600;
}

.menu-title ul li {
	font-size: 0.875rem;
}

.custom-nav .sub-menu li ul li a.is-wrapped {
	font-size: 0.8125rem !important;
}

.menu-title a {
	display: block;
	line-height: 1.4; /* 明示指定（超重要） */
}

.custom-nav__link {
	position: relative;
}

.custom-nav__link-icon {
	position: relative;
}

.custom-nav__link-icon::after {
	background: url("../images/common/txt-arrow@2x.png") no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: -0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.375rem;
}

/* アコーディオンボタン */

.custom-nav .acc-btn {
	background: none;
	border: none;
	color: #000;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	padding-block: 0.9375rem;
	padding-left: 2.25rem;
	text-align: left;
	width: 100%;
}

.acc-btn.is-open {
	color: #00AEBB;
}

.acc-btn.is-open .custom-nav__link-icon::after {
	background: url("../images/common/txt-arrow02@2x.png") no-repeat center center/cover;
	height: 0.375rem;
	top: calc(50% + 0.125rem);
	width: 0.625rem;
}

.acc-btn.is-open .underline {
	text-decoration: underline;
}

.custom-nav__link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.custom-nav__link:hover {
	color: #00AEBB;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.custom-nav__link:hover .custom-nav__link-icon {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.custom-nav__link:hover .custom-nav__link-icon::after {
	background: url("../images/common/txt-arrow02@2x.png") no-repeat center center/cover;
	height: 0.375rem;
	top: calc(50% + 0.125rem);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.625rem;
}

.custom-nav__link:hover .underline {
	text-decoration: underline;
}

/* アコーディオン中身（閉じた状態） */

.custom-nav .acc-content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.35s ease;
	transition: max-height 0.35s ease;
}

/* 開いた状態 */

.custom-nav .acc-content.is-open {
	max-height: 1000px;
}

#header_logo {
	border-bottom: none !important;
	height: 9.1875rem !important;
	min-height: 0 !important;
	min-height: initial !important;
	padding-bottom: 1.9375rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 2.75rem;
	width: 100%;
}

#container #header {
	width: 18.125rem;
}

.simplebar-content-wrapper {
	border-right: none;
}

#global_menu {
	border-bottom: none !important;
	border-top: none !important;
	padding-bottom: 2rem;
}

.btn_login-wrap {
	margin-top: 1.625rem;
}

#container #header {
	width: 18rem !important;
}

.header__nav {
	background: #FFF;
	border: 1px solid #F2F2F2;
	border-radius: 8px;
	margin-left: 20px;
	margin-right: 20px;
	max-height: calc(100vh - 200px);
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 2.0625rem;
	scrollbar-color: #888 #f1f1f1;
	scrollbar-width: thin;
	width: 15.5rem;
}

.header__nav::-webkit-scrollbar {
	width: 6px;
}

.header__nav::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

.header__nav::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 3px;
}

.header__nav::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.header__hamburger {
	-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: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 2.5rem;
}

.header__hamburger-line {
	height: 1.0625rem;
	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: 1.875rem;
	z-index: 1002;
}

.header__hamburger-line {
	font-size: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.header__hamburger-line,
.header__hamburger-line::before,
.header__hamburger-line::after {
	background-color: #FFF;
	content: "";
	display: block;
	height: 0.125rem;
	max-width: 40px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 2.5rem;
	z-index: 100;
}

header.scrolled .header__hamburger-line,
header.scrolled .header__hamburger-line::before,
header.scrolled .header__hamburger-line::after {
	background-color: #00AEBB;
}

.header:not(.header--top) .header__hamburger-line,
.header:not(.header--top) .header__hamburger-line::before,
.header:not(.header--top) .header__hamburger-line::after {
	background-color: #00AEBB;
}

header.scrolled .header__hamburger-txt {
	color: #00AEBB;
}

.header:not(.header--top) .header__hamburger-txt {
	color: #00AEBB;
}

.header__hamburger-line::after {
	right: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

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

.header__hamburger-line::after {
	top: 0.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header__hamburger-txt {
	bottom: -1.1875rem;
	color: #FFF;
	position: absolute;
}

.header__nav-button[aria-expanded=true] .header__hamburger-txt {
	color: #fff;
}

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

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

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

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

#global_menu .child_menu_button {
	background: transparent;
	border: none;
	cursor: pointer;
	display: block !important;
	height: 2.5rem;
	margin: 0;
	padding: 0;
	position: absolute !important;
	right: 0.625rem;
	top: 0rem;
	width: 2.5rem;
	z-index: 100;
}

#global_menu .child_menu_button::before {
	border-bottom: 0.125rem solid #333;
	border-right: 0.125rem solid #333;
	content: "";
	height: 0.625rem;
	left: 0.9375rem;
	position: absolute;
	top: 0.9375rem;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 0.625rem;
}

#global_menu .child_menu_button.active::before {
	-webkit-transform: rotate(225deg) !important;
	        transform: rotate(225deg) !important;
}

.acc-content {
	overflow: hidden;
}

.sub-menu {
	margin-right: calc(50% - 50vw);
}

.sub-menu .child_menu_button::before {
	border-bottom: 0.125rem solid #fff !important;
	border-right: 0.125rem solid #fff !important;
}

#global_menu .open > .child_menu_button:before {
	-webkit-transform: rotate(225deg) !important;
	        transform: rotate(225deg) !important;
}

#global_menu > ul > li {
	position: relative !important;
}

#global_menu li:has(ul) {
	position: relative !important;
}

#global_menu li.open > ul {
	display: block !important;
}

.hr-plus__fv {
	width: 100%;
}

.hr-plus__fv .pc {
	display: block;
}

.hr-plus__fv .sp {
	display: none;
}

.hr-plus__head {
	margin-top: 3rem;
	padding: 0 important !important;
}

.hr-plus .content.hr-plus__head-content {
	padding: 0 important !important;
}

.hr-plus__head {
	-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: 2.25rem;
}

.hr-plus__head-logo {
	width: 10rem;
}

.hr-plus__head-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.hr-plus__head-content-txt {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}

.hr-plus__head-content-txt span {
	color: #00AEBB;
	font-weight: 500;
}

.hr-plus__function {
	margin-top: 4.6875rem;
}

.hr-plus__function-list {
	grid-gap: 1rem;
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.25rem;
}

.hr-plus__human {
	margin-top: 5rem;
}

.hr-plus__theme {
	margin-top: 5rem;
}

.hr-plus__theme-video {
	margin-inline: auto;
	margin-top: 3.3125rem;
	width: 52.25rem;
}

.hr-plus__map {
	background: #0582A4;
	color: #FFF;
	margin-inline: calc(50% - 50vw);
	margin-top: 5.625rem;
	padding-block: 2.5rem;
	padding-inline: calc(50vw - 50%);
	position: relative;
	width: 100vw;
}

.hr-plus__map::before {
	background: #0582A4;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(99%);
	        transform: translateX(99%);
	width: 120vw;
}

.hr-plus__map-box {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.25rem;
}

.hr-plus__use {
	margin-top: 5rem;
	padding-bottom: 4.5rem;
}

.hr-plus__use-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: 2.5rem;
	margin-top: 1.75rem;
}

.hr-plus__use-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.75rem;
}

.hr-plus__use-img {
	position: relative;
	width: 30rem;
}

.hr-plus__use-img img {
	width: 30rem;
}

.hr-plus__use-item.hr-plus__use-item--arrow .hr-plus__use-img::before {
	background: url("../images/hr-plus-top/use-traiangle.svg") no-repeat center center/cover;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	top: -1.5rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1rem;
}

.hr-plus__use-item-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.hr-plus__use-ttl {
	color: #0B85A5;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.hr-plus__use-txt {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1rem;
}

.hr-plus__use-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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.hr-plus__advisor {
	background: #FFF;
	border-radius: 1rem;
	border-radius: 1rem;
	margin-bottom: 7.75rem;
	padding: 2.5rem 3rem;
}

.hr-plus__advisor-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: 1.25rem;
}

.hr-plus__advisor-item-adjust {
	margin-top: 3.9375rem;
}

.hr-plus__advisor-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	margin-top: 1.25rem;
}

.hr-plus__advisor-img {
	width: 15rem;
}

.hr-plus__advisor-content {
	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;
}

.hr-plus__advisor-content-ttl {
	color: #000;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.hr-plus__advisor-content-pos {
	color: #000;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 1rem;
}

.hr-plus__advisor-content-txt {
	color: #000;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 1.25rem;
}

.hrp-information {
	padding-top: 5rem;
}

.hrp-information__caution {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #00B2BC;
	border-radius: 1.875rem;
	color: #FFF;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: Inter;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 100%;
	margin-inline: auto;
	padding: 0.375rem 0.875rem;
	position: relative;
	width: 28.75rem;
}

.hrp-information__caution::before {
	background: url("../images/hr-plus/information/watch.svg") no-repeat center center/cover;
	content: "";
	height: 0.8125rem;
	left: 0.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.75rem;
}

.hrp-information__caution-wrap {
	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;
}

.hrp-information-announce {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 1.125rem;
}

.hrp-information-announce-txt {
	padding-top: 0.9375rem;
}

.hrp-information-announce-txt span.hrp-information-announce-txt-inner {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	color: #000;
	font-family: Inter;
	font-size: 1.3939375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.hrp-information-announce-txt span.hrp-information-announce-txt-inner02 {
	color: #000;
	font-family: Inter;
	font-size: 1.44375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.hrp-information-announce-txt .hr-plus {
	padding-right: 0.625rem;
	position: relative;
}

.hrp-information-announce-txt .hr-plus::before {
	background: url("../images/hr-plus/information/dec-left@2x.png") no-repeat center center/cover;
	content: "";
	height: 3.625rem;
	left: -2.9375rem;
	position: absolute;
	top: -2.625rem;
	width: 3.8125rem;
}

.hrp-information-announce-txt .hr-plus img {
	height: 2.25rem;
	-webkit-transform: translateY(0.1875rem);
	        transform: translateY(0.1875rem);
	width: 6.875rem;
}

.hrp-information-announce-txt .labo {
	padding-inline: 0.625rem;
}

.hrp-information-announce-txt .labo img {
	height: 2.3125rem;
	-webkit-transform: translateY(0.1875rem);
	        transform: translateY(0.1875rem);
	width: 10.25rem;
}

.hrp-information-announce-txt-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hrp-information-announce-txt-inner .txt {
	margin-top: 1rem;
}

.hrp-information-announce-img {
	position: relative;
}

.hrp-information-announce-img::before {
	background: url("../images/hr-plus/information/dec-right@2x.png") no-repeat center center/cover;
	content: "";
	height: 4.1875rem;
	position: absolute;
	right: -1.75rem;
	top: -2.0625rem;
	width: 3.9375rem;
}

.hrp-information-announce-img img {
	height: 8.25rem;
	width: ren(219);
}

.hrp-information-announce-date {
	background: repeating-linear-gradient(to right, #BFBFBF 0 0.125rem, transparent 0.125rem 0.375rem) top left/auto 1px repeat-x, repeating-linear-gradient(to right, #BFBFBF 0 0.125rem, transparent 0.125rem 0.375rem) bottom left/auto 1px repeat-x;
	color: #000;
	font-family: Inter;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.0525rem;
	line-height: 1; /* 28px */
	margin-top: 1rem;
	padding: 0.375rem 0;
}

.hrp-information-announce-explain {
	margin-top: 4.5rem;
}

.hrp-information-announce-explain p {
	color: #000;
	font-family: Inter;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2;
}

.hrp-information-announce-explain p .logo-hr {
	padding-inline: 0.25rem;
}

.hrp-information-announce-explain p .logo-hr img {
	height: 1.75rem;
	-webkit-transform: translateY(-4px);
	        transform: translateY(-4px);
	width: 5.25rem;
}

.hrp-information-announce-explain p .logo-labo {
	padding-inline: 0.25rem;
}

.hrp-information-announce-explain p .logo-labo img {
	height: 1.6875rem;
	-webkit-transform: translateY(-6px);
	        transform: translateY(-6px);
	width: 7.5rem;
}

.hrp-information-announce-explain p .logo-newone {
	padding-inline: 0.25rem;
}

.hrp-information-announce-explain p .logo-newone img {
	height: 1.1875rem;
	-webkit-transform: translateY(-8px);
	        transform: translateY(-8px);
	width: 11.25rem;
}

.hrp-information-member {
	margin-top: 3.75rem;
	padding-bottom: 7.75rem;
}

.hrp-information-member-txt {
	color: #000;
	font-family: Inter;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.hrp-information-member-txt span {
	color: #00AEBB;
}

.hrp-information-member__content-ttl-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hrp-information-member__content {
	grid-gap: 0.75rem;
	display: -ms-grid;
	display: grid;
	gap: 0.75rem;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	margin-top: 1.875rem;
}

.hrp-information-member__content .hrp-information-member__content-item {
	background: #FFF;
	border-radius: 0.5rem;
	padding: 1.75rem 1.875rem 2.5rem;
}

.hrp-information-member__content .hrp-information-member__content-item-link {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.hrp-information-member__content .hrp-information-member__content-item-link:hover .hrp-information-member__content-ttl-link {
	color: #00B2BC;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hrp-information-member__content .hrp-information-member__content-item02 {
	background: #FFF;
	border-radius: 0.5rem;
	grid-column: 1/-1;
	padding: 1.875rem 1.875rem 1.5rem;
}

.hrp-information-member__content-ttl {
	color: #000;
	font-family: Inter;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.hrp-information-member__content-txt {
	color: #000;
	font-family: Inter;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
}

.hrp-information-member__content-ttl-link {
	position: relative;
}

.hrp-information-member__content-ttl-link::after {
	content: ">";
	font-size: 0.875rem;
	position: absolute;
	right: -0.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.hrp-information-member__content-box01 {
	margin-top: 3.5rem;
}

.hrp-information-member__content-box01-img {
	text-align: center;
}

.hrp-information-member__content-box01-img img {
	height: 2.3125rem;
	width: 7rem;
}

.hrp-information-member__content-box01-list {
	grid-gap: 1rem;
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 28.125rem;
}

.hrp-information-member__content-box02 {
	margin-top: 2.5rem;
	text-align: center;
}

.hrp-information-member__content-box02-movie {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #00AEBB;
	border-radius: 2.75rem;
	color: #FFF;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: Inter;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 600;
	height: 1.9375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	margin-inline: auto;
	padding: 0.5rem 0.625rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.hrp-information-member__content-box02-list {
	grid-gap: 1rem;
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 28.125rem;
}

.hrp-information-member__content-list-study {
	grid-gap: 1rem;
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.5rem;
}

.hrp-information-member__content-item-study h4 {
	color: #646464;
	font-family: Inter;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.hrp-information-member__content-item-study img {
	aspect-ratio: 223/125;
	margin-top: 0.625rem;
	width: 100%;
}

.labo-about {
	padding-top: 5.625rem;
}

.footer__meta-img01 {
	aspect-ratio: 269/60;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 3.75rem;
	width: 16.8125rem;
}

.footer__meta-img02 {
	aspect-ratio: 71/13;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 1.625rem;
	width: 8.875rem;
}

.labo-about__box-link {
	background: #FFF;
	border-radius: 0.5rem;
	color: #000000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.5rem;
}

.labo-about__box-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 3rem;
	position: relative;
}

.labo-about__box-content-link {
	bottom: 1.25rem;
	color: #00AEBB;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 100%;
	position: absolute;
	right: 1.75rem;
}

.labo-about__box-content-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.6875rem;
}

.labo-about__box-content-ttl-sp {
	display: none;
}

.labo-about__box-img {
	aspect-ratio: 496/331;
	border-radius: 0.5rem 0 0 0.5rem;
	height: 20.6875rem;
	width: 31rem;
}

.labo-about__box-content-img {
	aspect-ratio: 104/23;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 2.875rem;
	width: 13rem;
}

.labo-about__box-content-img + p {
	color: #333;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.labo-about__box-content-txt {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	margin-top: 2.125rem;
}

.membership-login #main_content #main_col #account_content_wrap {
	margin-inline: auto;
	width: min(55.5555555556vw, 640px) !important;
}

#login_modal_wrap .headline,
#register_modal_wrap .headline {
	background: #00AEBB !important;
	font-size: min(1.7361111111vw, 20px) !important;
	font-weight: 600;
}

#login_modal_wrap .design_button,
#register_modal_wrap .design_button {
	background: #00AEBB !important;
	font-size: min(1.7361111111vw, 20px) !important;
	font-weight: 600;
}

#login_modal_wrap .input_field,
#register_modal_wrap .input_field {
	background: #ECF9F9 !important;
	border: none !important;
}

#lost_password {
	font-size: min(1.3020833333vw, 15px) !important;
	font-weight: 300;
}

body.membership-login #account_content_wrap .form_wrap .submit button {
	margin-bottom: 1rem;
}

#modal_overlay #register_modal_wrap .register_form_area {
	padding: 1.25rem;
}

#modal_overlay #register_modal_wrap .register_form_area .post_content {
	font-size: 0.9375rem !important;
	line-height: 1.8 !important;
}

.partner {
	margin-top: 3.5rem;
}

.partner__companies {
	grid-gap: 0.8125rem;
	display: -ms-grid;
	display: grid;
	gap: 0.8125rem;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	margin-top: 1rem;
}

.post-list__wrap {
	margin-top: 1.5rem;
}

.post-list__wrap .post-item__img:nth-child(3) {
	aspect-ratio: initial;
	height: auto;
}

.post-list {
	grid-gap: 1.25rem 0.625rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem 0.625rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.post-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.post-list__box-two-one {
	grid-gap: 0.625rem;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -ms-grid;
	display: grid;
	gap: 0.625rem;
	-ms-grid-columns: 2fr 1fr;
	grid-template-columns: 2fr 1fr;
}

.post-list__box-two-one .post-list {
	grid-gap: 0.625rem;
	display: -ms-grid;
	display: grid;
	gap: 0.625rem;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	height: 100%;
}

.post-list__box-two-one .post-list .post-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;
}

.post-list__box-two-one > .post-item {
	-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: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.post-list.post-list--double {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.post-item {
	background: #FFF;
	border-radius: 0.5rem;
	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: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-item-link {
	color: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	text-decoration: none;
}

.post-item__img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	border-radius: 0.5rem 0.5rem 0 0;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: auto;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.post-item__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.post-item__box {
	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;
	padding: 1.25rem;
}

.post-item__box-top {
	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;
}

.post-item__single-tag {
	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: auto;
	padding-top: 1rem;
}

.post-item__single-tag span {
	background: #F1F1F1;
	border-radius: 0.25rem;
	color: #000;
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.25rem 0.5rem;
}

.post-item__img--thumb {
	-o-object-fit: cover;
	aspect-ratio: 352/368;
	border-radius: 0.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.post-item__img--movie {
	overflow: visible;
	overflow: initial;
}

.post-item__img--movie img {
	-o-object-fit: cover;
	aspect-ratio: 704/402;
	object-fit: cover;
}

.post-item__ttl-interview {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #000;
	display: -webkit-box;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	overflow: hidden;
}

.post-item__ttl {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 1.0625rem;
	overflow: hidden;
}

.post-item__ttl a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	letter-spacing: 0.03em;
	overflow: hidden;
}

.post-item__ttl-sub {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-top: 1.25rem;
}

.post-item__ttl-sub + * {
	margin-top: 0.375rem !important;
}

.post-item__mt0 {
	margin-top: 0;
}

.post-item__ttl-report {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	margin-top: 0;
	overflow: hidden;
}

.post-item__txt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #888;
	display: -webkit-box;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.2;
	margin-bottom: 0 !important;
	margin-bottom: initial !important;
	margin-top: 1rem;
	overflow: hidden;
}

.post-item__intervier-txt-sub {
	color: #444444;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1rem;
}

.post-item__txt-interview {
	color: #888;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0 !important;
	margin-bottom: initial !important;
	margin-top: 0.75rem;
}

.p-single {
	padding-bottom: 9.375rem;
	padding-top: 5rem;
}

.single__meta {
	background: #FFF;
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5rem;
}

.single__meta-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-block: 0;
	padding-left: 0;
	padding-right: 2rem;
}

.single__meta-box .cat {
	margin-top: 0;
}

.single__ttl {
	color: #000;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1rem;
}

.single__tag {
	color: #888;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	gap: 0.5rem;
	line-height: 1;
	margin-top: 0.9375rem;
}

.single__tag span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F1F1F1;
	border-radius: 0.25rem;
	color: #000;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: Inter;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	padding: 0.25rem 0.5rem;
}

.single__meb-only {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FDD000;
	border-radius: 1.25rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.8125rem;
	height: 1.3125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-block: 0.25rem;
	padding-inline: 1.125rem 0.75rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.single__meb-only::before {
	background: url("../images/single/member.svg") no-repeat center center/cover;
	content: "";
	height: 0.5625rem;
	left: 0.6875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(calc(-50% - 0.05em));
	        transform: translateY(calc(-50% - 0.05em));
	width: 0.4375rem;
}

.single__meb-only span {
	-webkit-transform: translate(0.25rem, 0.03em);
	        transform: translate(0.25rem, 0.03em);
}

.single__meb-only.is-post {
	height: 1.5625rem;
	padding-inline: 1.125rem 1rem;
}

.single__archive {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FDD000;
	border-radius: 0.25rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.8125rem;
	height: 1.3125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.25rem 0.5rem;
	position: relative;
	width: 8.875rem;
}

.single__archive::before {
	background: url("../images/single/member.svg") no-repeat center center/cover;
	content: "";
	height: 0.5625rem;
	position: absolute;
	right: 0.6875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.4375rem;
}

.single__archive span {
	-webkit-transform: translate(-0.25rem, 0.0625rem);
	        transform: translate(-0.25rem, 0.0625rem);
}

.single__favorite {
	position: relative;
}

.single__favorite::before,
.single__favorite::after {
	-webkit-mask: url("../images/single/heart.svg") no-repeat center/contain;
	content: "";
	height: 0.5625rem;
	left: 0.8125rem;
	-webkit-mask: url("../images/single/heart.svg") no-repeat center/contain;
	        mask: url("../images/single/heart.svg") no-repeat center/contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	width: 0.625rem;
}

.single__favorite::before {
	background-color: #FFF;
	opacity: 1;
}

.single__favorite::after {
	background-color: #00B2BC;
	opacity: 0;
}

.single__favorite:hover::before {
	opacity: 0;
}

.single__favorite:hover::after {
	opacity: 1;
}

.single__favorite span {
	-webkit-transform: translateX(0.25rem);
	        transform: translateX(0.25rem);
}

.single__favorite a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #00B2BC !important;
	border-radius: 1.25rem;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	height: 1.5625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.25rem 0.5rem;
	-webkit-transition: background 0.2s ease, color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease;
	width: 10.625rem;
}

.single__favorite:hover a {
	background: #FFF !important;
	border: 1px solid #00B2BC !important;
	color: #00B2BC !important;
}

.single__kind {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.6875rem;
	margin-top: 1rem;
}

.single__txt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	color: #000;
	display: -webkit-box;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.875rem;
	overflow: hidden;
}

.single__meta-img {
	width: 29rem;
}

.single__meta-img {
	aspect-ratio: 528/290;
	width: 29rem;
}

.single__toc {
	margin-top: 1.25rem;
}

#ez-toc-container {
	border: 1px solid #F2F2F2 !important;
	border-radius: 0.5rem;
	font-size: 1rem !important;
	padding: 1.25rem 2.25rem !important;
}

#ez-toc-container nav {
	margin-top: 0.5rem;
}

#ez-toc-container .ez-toc-title {
	color: #00AEBB;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

#ez-toc-container a {
	color: #4A4A4A !important;
	line-height: 1.9;
}

#ez-toc-container a.ez-toc-toggle {
	display: none !important;
}

.ez-toc-list ez-toc-list-level-1 {
	color: #000;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}

.ez-toc-container nav {
	margin-top: 0.5rem !important;
}

.single__content {
	background-color: #FFFFFF;
	border-radius: 0.5rem;
	margin-top: 2.25rem;
	padding: 1rem 1.5rem 2rem;
}

.single__content * + h1 {
	margin-top: 2.25rem;
}

.single__content h1 {
	color: #00AEBB;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

.single__content h1 + * {
	margin-top: 1rem;
}

.single__content * + h2 {
	margin-top: 2.25rem;
}

.single__content h2 {
	color: #00AEBB;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

.single__content h2 + * {
	margin-top: 1rem;
}

.single__content * + h3 {
	margin-top: 1rem;
}

.single__content h3 {
	color: #333;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.single__content h3 + * {
	margin-top: 1rem;
}

.single__content * + h4 {
	margin-top: 1rem;
}

.single__content h4 {
	color: #333;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
}

.single__content h4 + * {
	margin-top: 1rem;
}

.single__content * + h5 {
	margin-top: 1rem;
}

.single__content h5 {
	color: #333;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.single__content h5 + * {
	margin-top: 1rem;
}

.single__content * + h6 {
	margin-top: 1rem;
}

.single__content h6 {
	color: #333;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
}

.single__content h6 + * {
	margin-top: 1rem;
}

.single__content p {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 2;
}

.single__content p span {
	color: #00B2BC;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
}

.single__content ul {
	margin-left: 1.25rem;
}

.single__content ul li {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	list-style-type: disc;
}

.single__content ol {
	margin-left: 1.25rem;
}

.single__content ol li {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	list-style-type: decimal;
}

.single__content ul + * {
	margin-top: 1rem;
}

.single__content ol + * {
	margin-top: 1rem;
}

.single__content * + * {
	margin-top: 1rem;
}

.single__content figure {
	margin-block: 3rem;
}

.single__content a {
	color: #00B2BC !important;
	text-decoration: underline !important;
}

.single__content strong {
	color: #00B2BC !important;
	font-weight: 500 !important;
}

.single__nav {
	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-top: 1.5rem;
}

.single__nav-prev {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background: #42B9C4;
	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;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	height: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	padding-block: 0.625rem;
	padding-block: 0.625rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	position: relative;
	width: 19.75rem;
}

.single__nav-prev::before {
	background: url("../images/single/arrow-nav.svg") no-repeat center center/contain;
	content: "";
	height: 1.25rem;
	left: 0.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2.25rem;
}

.single__nav-next {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background: #42B9C4;
	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;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	height: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	padding-block: 0.625rem;
	padding-left: 0.875rem;
	padding-right: 2.5rem;
	position: relative;
	width: 19.75rem;
}

.single__nav-next::before {
	background: url("../images/single/arrow-nav.svg") no-repeat center center/contain;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
	width: 2.25rem;
}

.single__nav-label {
	margin-bottom: 0.25rem; /* 隙間を作る */
}

.single__nav-label {
	margin-bottom: 0.25rem; /* 隙間を作る */
}

.single__nav-prev-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal; /* ← 念のため */
	width: 100%; /* ← これ重要 */
}

.single__nav-next-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal; /* ← 念のため */
	width: 100%; /* ← これ重要 */
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid #D9D9D9 !important;
}

.wp-block-table table {
	background: #FFF;
	font-size: 1rem;
}

.wp-block-table table tr:first-child th,
.wp-block-table table tr:first-child td {
	padding: 1.5rem 1rem;
}

.wp-block-table table tr th,
.wp-block-table table tr td {
	padding: 1rem;
}

.single__nav {
	-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: 1.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 2.5rem;
}

.single__nav-prev {
	margin-right: auto;
}

.single__nav-next {
	margin-left: auto;
}

#single_register .desc {
	font-size: 0.9375rem;
	line-height: 1.5;
}

#single_register .open_register_modal,
#single_register .external_link,
#modal_overlay .form_wrap .submit button {
	font-size: 0.9375rem;
	height: 3.125rem !important;
	line-height: 3.125rem !important;
	margin-bottom: 30px !important;
	margin-top: 1rem !important;
	max-width: 300px !important;
	width: 100% !important;
}

#single_not_login_user {
	background: #FFF;
	border-radius: 0.5rem;
	color: #000;
	display: -webkit-box;
	font-size: 0.875rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2rem;
	margin-top: 0.875rem;
	padding: 1.5rem;
}

.solution-box {
	margin-top: 3rem;
}

.solution-box__logo img {
	height: 0.875rem;
	width: 6.3125rem;
}

.solution-box-list {
	grid-gap: 1.75rem;
	display: -ms-grid;
	display: grid;
	gap: 1.75rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1rem;
}

.solution-box-item {
	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;
}

.solution-box-item-content {
	background: #FFF;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 1.5rem 1.125rem;
}

.solution-box-item-content-ttl {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.solution-box-item-content-txt {
	color: #000;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.solution__map {
	margin-top: 4rem;
}

.solution__map-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: 1.25rem;
	margin-top: 1rem;
}

.solution__map-item {
	background: #FFF;
	border-radius: 1.5625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.solution__map-item-sp {
	overflow-x: auto;
	padding-right: 20px;
}

.solution__map-item-sp img.lv3 {
	max-width: none;
	max-width: initial;
	width: 585px;
}

.solution__map-item-sp img.lv2 {
	max-width: none;
	max-width: initial;
	width: 519px;
}

.solution__map-item-sp img.lv1 {
	max-width: none;
	max-width: initial;
	width: 590px;
}

.solution__map-item-sp img.lv0 {
	max-width: none;
	max-width: initial;
	width: 337px;
}

.solution__map-item-ttl-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: 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;
	position: relative;
	width: 10.9375rem;
}

.solution__map-item-ttl-area::after {
	background: repeating-linear-gradient(to bottom, #BFBFBF 0 0.125rem, transparent 0.125rem 0.375rem);
	bottom: 1.5rem;
	content: "";
	position: absolute;
	right: 0;
	top: 1.5rem;
	width: 1px;
}

.solution__map-item-ttl-area::before {
	border-bottom: 0.375rem solid #BFBFBF;
	border-left: 0.375rem solid transparent;
	border-right: 0.375rem solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 1.125rem;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
	width: 0;
}

.solution__map-item-ttl-area.solution__map-item-ttl-area--top {
	position: relative;
}

.solution__map-item-ttl-area.solution__map-item-ttl-area--top::after {
	background: repeating-linear-gradient(to bottom, #BFBFBF 0 0.125rem, transparent 0.125rem 0.375rem);
	bottom: 1.5rem;
	content: "";
	position: absolute;
	right: 0;
	top: 1.5rem;
	width: 1px;
}

.solution__map-item-ttl-area.solution__map-item-ttl-area--top::before {
	content: none;
}

.solution__map-item-ttl-area.solution__map-item-ttl-area--sp {
	display: none;
	margin-top: 2rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.solution__map-item-ttl-area.solution__map-item-ttl-area--sp .solution__map-item-ttl {
	-webkit-box-orient: initial;
	-webkit-box-direction: initial;
	-webkit-flex-direction: initial;
	    -ms-flex-direction: initial;
	        flex-direction: initial;
	padding-bottom: 0.5rem;
	padding-left: 0;
}

.solution__map-item-main.solution__map-item-main--lv0 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: -moz-fit-content !important;
	width: -webkit-fit-content !important;
	width: fit-content !important;
}

.solution__map-item-ttl {
	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-left: 1.25rem;
	width: 10.9375rem;
}

.solution__map-item-ttl.solution__map-item-ttl--lv0 {
	-webkit-transform: translateY(0.625rem);
	        transform: translateY(0.625rem);
}

.solution__map-item-ttl span {
	color: #000;
	display: inline-block;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.solution__map-item-ttl span.big-lv3 {
	color: #F05D29;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

.solution__map-item-ttl span.big-lv2 {
	color: #FFA424;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.solution__map-item-ttl span.big-lv2::before {
	background: url("../images/solution/lv2@2x.png") no-repeat center center/cover;
	content: "";
	height: 1.375rem;
	left: 50%;
	position: absolute;
	top: -1.625rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1.4375rem;
}

.solution__map-item-ttl span.big-lv1 {
	color: #00B2BC;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.solution__map-item-ttl span.big-lv1::before {
	background: url("../images/solution/lv1@2x.png") no-repeat center center/cover;
	content: "";
	height: 1.375rem;
	left: 50%;
	position: absolute;
	top: -1.625rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1.4375rem;
}

.solution__map-item-ttl span.big-lv0 {
	color: #999999;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.solution__map-item-ttl span.big-lv0::before {
	background: url("../images/solution/lv0@2x.png") no-repeat center center/cover;
	content: "";
	height: 1.375rem;
	left: 50%;
	position: absolute;
	top: -1.625rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1.4375rem;
}

.solution__map-item-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 2rem 4.5rem;
	padding-block: 1.5rem;
	padding-left: 3rem;
}

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

.solution__map-item-box-cat {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F05D29;
	border-radius: 3.125rem;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 100%;
	padding: 0.25rem 1.25rem;
	width: 100%;
}

.solution__map-item-box-cat.solution__map-item-box-cat--lv2 {
	background: #FFA424;
}

.solution__map-item-box-list-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1rem;
	padding-bottom: 1rem;
}

.solution__map-item-box-list li {
	color: #000;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

.solution__map-item-box-list-img img {
	margin-top: 1.25rem;
	width: 9.375rem;
}

.solution__map-item-box-cat.solution__map-item-box-cat--lv1 {
	background: #00B2BC;
}

.talk__box {
	margin-top: 4rem;
}

.talk__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: 1.25rem;
	margin-top: 1.5rem;
}

.talk__item-link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.talk__item {
	background: #FFF;
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.75rem;
	overflow: hidden;
	padding: 1.5rem 1.5rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.talk__item img {
	-o-object-fit: cover;
	aspect-ratio: 513/290;
	border-radius: 0.5rem;
	height: 18.125rem;
	object-fit: cover;
	width: 32.0625rem;
}

.talk__item-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;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.75rem;
}

.post-meta-tags {
	-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;
}

.post-meta-tags .single__archive {
	height: auto;
	margin: 0;
	padding: 0.25rem 0.75rem;
	width: auto;
}

.post-meta-tags .single__archive::before {
	display: none;
}

.post-meta-tags .single__archive span {
	font-size: 0.8125rem;
	-webkit-transform: none;
	        transform: none;
}

.post-meta-tags .single__meb-only {
	margin: 0;
}

.post-meta-tags .cat {
	margin: 0;
}

.talk__item-content {
	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;
	flex-direction: column;
}

.talk__item-ttl-sub {
	color: #000;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 1.4375rem;
}

.talk__item-ttl {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #000;
	display: -webkit-box;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 0.5rem;
	overflow: hidden;
}

.talk__item-tag-box {
	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 1rem;
	margin-top: 1rem;
}

.talk__item-tag {
	background: #F5F5F5;
	border-radius: 0.25rem;
	color: #888;
	color: #444444;
	display: inline-block;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: auto;
	padding: 0.25rem 0.5rem;
}

.talk__item-txt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: #444444;
	display: -webkit-box;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	margin-top: 1.25rem;
	overflow: hidden;
}

.talk__about {
	margin-top: 4rem;
}

.talk__about-box {
	position: relative;
}

.talk__about-box::after {
	background: url("../images/seminer/talk-about-bg@2x.png") no-repeat center center/cover;
	content: "";
	height: 20.5rem;
	position: absolute;
	right: 6.75rem;
	top: 1.125rem;
	width: 23.875rem;
}

.talk__about-box-main {
	background: #FFF;
	border-radius: 2.5rem;
	padding: 3.625rem 4.25rem 3rem;
}

.talk__about-box-main-ttl {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	gap: 0.375rem;
	line-height: 100%;
}

.talk__about-box-main-ttl img {
	aspect-ratio: 290/31;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 1.9375rem;
	width: 18.125rem;
}

.talk__about-box-main-txt {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.5rem;
	width: 28.3125rem;
}

.talk__about-box-img {
	display: none;
}

.talk__event {
	margin-top: 4.75rem;
}

.talk__item-meta + .talk__item-ttl {
	margin-top: 1rem;
}

.top-about {
	background: #FFF;
	border-radius: 2.5rem;
	margin-top: 3.25rem;
	padding: 2.5rem 2.125rem 2.125rem 2.125rem;
}

.top-about__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.125rem;
}

.top-about-ttl {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	gap: 0.25rem;
	line-height: 1;
}

.top-about-ttl img {
	height: 3.3125rem;
	width: 10rem;
}

.top-about__main {
	width: 36.875rem;
}

.top-about-txt {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.375rem;
}

.top-about__img {
	justify-content-width: 22.4375rem;
	-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;
	-webkit-box-pack: flex-end img;
	-webkit-justify-content: flex-end img;
	    -ms-flex-pack: flex-end img;
	        justify-content: flex-end img;
}

.top-about__img-sp {
	display: none;
}

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

.top-make {
	background: -webkit-gradient(linear, left bottom, left top, from(#007982), color-stop(43.75%, #13AAB5));
	background: linear-gradient(0deg, #007982 0%, #13AAB5 43.75%);
	margin-top: 4.75rem;
	position: relative;
}

.top-make::before {
	background: -webkit-gradient(linear, left bottom, left top, from(#007982), color-stop(43.75%, #13AAB5));
	background: linear-gradient(0deg, #007982 0%, #13AAB5 43.75%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-98%);
	        transform: translateX(-98%);
	width: 100%;
	z-index: 0;
}

.top-make::after {
	background: -webkit-gradient(linear, left bottom, left top, from(#007982), color-stop(43.75%, #13AAB5));
	background: linear-gradient(0deg, #007982 0%, #13AAB5 43.75%);
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(98%);
	        transform: translateX(98%);
	width: 100vw;
	z-index: 0;
}

.top-make__box {
	padding-bottom: 4.5rem;
	padding-top: 2.875rem;
	position: relative;
	z-index: 1;
}

.top-pickup__item-link {
	display: block;
	height: 100%;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}

.top-pickup__item-link.top-pickup__item-link--half {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}

.top-pickup .swiper-autoheight,
.top-pickup .swiper-autoheight .swiper-slide {
	height: 100%;
}

.top-pickup__wrap {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 1.5rem;
}

.top-pickup__wrap.swiper .swiper-slide {
	height: auto;
	width: 80vw !important;
}

.top-pickup__item {
	background: #FFF;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top-pickup__item img {
	width: 33.125rem;
}

.top-pickup__item-box {
	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;
	height: 100%;
	padding: 1.5rem 2rem 2.5rem;
}

.top-pickup__item.top-pickup__item--big {
	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;
	min-height: 0;
}

.top-pickup__item.top-pickup__item--big img {
	-o-object-fit: cover !important;
	aspect-ratio: 528/297 !important;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: auto !important;
	max-width: 100% !important;
	object-fit: cover !important;
	width: 100% !important;
}

.top-pickup__item.top-pickup__item--big .top-pickup__item-box-cat {
	margin-top: 1rem;
}

.top-pickup__item.top-pickup__item--big .post-item__box .cat__box {
	margin-top: 0;
}

.top-pickup__item-box-top .cat__box {
	margin-top: 0.375rem;
}

.top-pickup__item-col {
	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;
	gap: 1rem;
	min-height: 0;
}

.cat__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;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.625rem;
}

.cat__box * {
	margin-top: 0 !important;
}

.cat__box .single__archive {
	height: auto;
	margin: 0;
	padding: 0.25rem 0.625rem;
	padding-right: 1.125rem;
	position: relative;
	width: auto;
}

.cat__box .single__archive::before {
	background: url(../images/single/member.svg) no-repeat center center/cover;
	content: "";
	height: 0.5625rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(calc(-50% - 0.05em));
	        transform: translateY(calc(-50% - 0.05em));
	width: 0.4375rem;
}

.cat__box .single__archive span {
	font-size: 0.8125rem;
	-webkit-transform: translateY(0.03em);
	        transform: translateY(0.03em);
}

.cat {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #00AEBB;
	border-radius: 0.25rem;
	color: #FFF;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	gap: 10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	margin-bottom: 0 !important;
	margin-bottom: initial !important;
	margin-top: 0.625rem;
	padding-inline: 0.5rem;
}

.cat.cat--gray {
	background: #8D8D8D;
}

.cat.cat--recruiting {
	background: #00AEBB;
}

.top-pickup__item-box-ttl-sub {
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	color: #444444;
	display: -webkit-box;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.2;
	margin-top: 0.75rem;
	overflow: hidden;
}

.top-pickup__item-box-ttl {
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
	background: initial !important;
	border-left: 0 !important;
	border-left: initial !important;
	color: #000;
	color: initial !important;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.45;
	margin-top: 0.625rem;
	overflow: hidden;
	padding: 0 !important;
	padding: initial !important;
}

.top-pickup__item-box-sub-ttl {
	margin-top: 1rem;
}

.top-pickup__item-box-cat {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.top-pickup__item-box-cat-item {
	background: #F5F5F5;
	border-radius: 0.25rem;
	color: #888;
	color: #444444;
	display: inline-block;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	padding: 0.25rem 0.5rem;
}

.top-pickup__item.top-pickup__item--half {
	background: #FFF;
	border-radius: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.top-pickup__item.top-pickup__item--half img {
	-o-object-fit: cover !important;
	aspect-ratio: 71/40 !important;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: auto !important;
	max-width: 17.75rem !important;
	min-width: 17.75rem !important;
	object-fit: cover !important;
	width: 17.75rem !important;
}

.top-pickup__item.top-pickup__item--half .top-pickup__item-box-ttl {
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1rem;
	line-height: 1.4;
	overflow: hidden;
}

.top-pickup__item.top-pickup__item--half .top-pickup__item-box-ttl-sub {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.5rem;
}

.top-pickup__item.top-pickup__item--half .top-pickup__item-box-cat-item-box {
	margin-top: 0.5rem;
}

.top-pickup__item.top-pickup__item--half .top-pickup__item-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: 100%;
	padding: 0.25rem 0.75rem 0.5rem 1rem;
}

.post-item__tags {
	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;
}

.post-item__tag {
	background: #F5F5F5;
	border-radius: 0.25rem;
	color: #888;
	color: #444444;
	display: inline-block;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	padding: 0.25rem 0.5rem;
}

.post-item__ttl-sub {
	color: #444444;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.top-pickup__item-box > .top-pickup__item-box-ttl:first-child {
	margin-top: 0;
}

.swiper-wrapper {
	height: auto !important;
}

.top-seminer {
	margin-top: 4.3125rem;
}

.top-interview {
	margin-top: 2.25rem;
}

.top-column {
	margin-top: 2.25rem;
}

.top-report {
	margin-top: 2.25rem;
}

.link-view__wrap {
	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;
	margin-top: 1rem;
}

.link-view__wrap--reverse {
	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;
	margin-top: 1rem;
}

.link-view {
	color: #00AEBB;
	font-family: Inter;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.0375rem;
	line-height: 1;
	text-align: right;
	text-align: center;
}

.link-view.link-view--white {
	color: #FFF;
}

.ez-toc-link {
	border-bottom: 1px solid #ECECEC;
	display: block;
	width: 100%;
}

#ez-toc-container a {
	line-height: 2.4;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-pc-ib {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.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-visually-hidden {
	display: none;
}

.u-mt-20 {
	margin-top: 1.25rem;
}

@media (hover: hover) and (pointer: fine) {

.posts__pick-link:hover {
	text-decoration: none;
}

.posts__pick-link:hover .posts__pick {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.post-item-link:hover {
	text-decoration: none;
}

.post-item-link:hover .post-item {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.talk__item-link:hover {
	text-decoration: none;
}

.talk__item-link:hover .talk__item {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.top-pickup__item-link:hover {
	text-decoration: none;
}

.top-pickup__item:hover {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {

.posts__pick-link:hover {
	text-decoration: none;
}

.posts__pick-link:hover .posts__pick {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.post-item-link:hover {
	text-decoration: none;
}

.post-item-link:hover .post-item {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.talk__item-link:hover {
	text-decoration: none;
}

.talk__item-link:hover .talk__item {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.top-pickup__item-link:hover {
	text-decoration: none;
}

.top-pickup__item:hover {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

}

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

.custom-nav__link.is-current {
	color: #00AEBB;
}

.custom-nav__link.is-current .custom-nav__link-icon::after {
	background: url("../images/common/txt-arrow02@2x.png") no-repeat center center/cover;
	height: 0.375rem;
	top: calc(50% + 0.125rem);
	width: 0.625rem;
}

.custom-nav__link.is-current .underline {
	text-decoration: underline;
}

}

@media (min-width: 1440px) {

/* 1440px以上のときに適用されるスタイル */

#main_content {
	width: calc(100% - 288px) !important;
}

}

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

html {
	font-size: 1.1111111111vw;
}

.u-hidden-tab {
	display: none;
}

.u-hidden-tab-sp {
	display: none;
}

}

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

#single_post_header .like_button {
	padding: 0;
	width: 35px;
}

#single_post_header .like_button .like_label {
	display: none;
}

#single_post_header .like_button .like_message {
	display: none !important;
}

#single_post_header .like_button:before {
	left: 10px;
}

.like_message {
	display: none;
}

}

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

html {
	font-size: 16px;
}

a {
	opacity: 1;
	opacity: initial;
}

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

.js-accordion-content {
	display: none;
}

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

.l-inner {
	max-width: 37.5rem;
	padding-left: 16px;
	padding-right: 16px;
}

.l-inner--narrow {
	max-width: 37.5rem;
	padding-left: 16px;
	padding-right: 16px;
}

.l-inner--max {
	max-width: 37.5rem;
	padding-left: 16px;
	padding-right: 16px;
}

.l-mv {
	aspect-ratio: 375/563;
	background: url("../images/mv/mv-sp@2x.jpg") no-repeat center center/cover;
}

.btn_login-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-bottom: 14.1333333333vw;
	padding-inline: 9.6vw !important;
}

.btn--green {
	background: #FFF;
	color: #00AEBB;
}

.btn--gray {
	background: #006F77;
	color: #FFFFFF;
}

.c-highlight {
	padding: 0.2666666667vw;
}

.c-to-top {
	display: none;
}

.post-list {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.post-list__box-two-one {
	gap: 1rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.post-list__box-two-one .post-list {
	gap: 1rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.post-list.post-list--double {
	gap: 1rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.post-item__tag-interview {
	margin-top: 0.75rem;
}

.posts__pick {
	gap: 1rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.posts__event {
	padding-block: 2.25rem;
}

.posts__event-box {
	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;
}

.about__member-list {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.about__member-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.about__member-img {
	width: 100%;
}

.about__member-img img {
	-o-object-fit: cover;
	-o-object-position: center 30%;
	aspect-ratio: 340/200;
	object-fit: cover;
	object-position: center 30%; /* ← 顔が上にある人物写真に最適 */
}

.about__message-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.about__message-content-img {
	aspect-ratio: initial;
	width: 100%;
}

.about__message-content-img img {
	-o-object-fit: cover;
	-o-object-position: center 30%;
	aspect-ratio: 340/200;
	object-fit: cover;
	object-position: center 30%; /* ← 顔が上にある人物写真に最適 */
}

.about__message-content-main {
	padding: 1.25rem;
}

.about__company-body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.about__company-body-img {
	margin-top: 1.5rem;
	width: 100%;
}

.about__company-body-main {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 1.5rem;
}

#container {
	overflow: visible;
	overflow: initial;
}

#content {
	padding-bottom: 4.8125rem !important;
	padding-inline: 1.25rem !important;
	padding-inline: 0;
	padding-top: 2.875rem !important;
}

.content {
	padding-inline: 1.25rem;
}

.content__single-bottom {
	padding-inline: 1rem;
}

#main_content {
	left: 0 !important;
	overflow-x: hidden;
	padding-left: 0 !important;
	width: 100% !important;
}

#mobile_menu > ul li a {
	color: #FFF !important;
	position: relative;
}

.e-learning__cat-box {
	padding-left: 0;
	width: 100%;
}

#footer {
	left: 0 !important;
	padding-inline: 5.3333333333vw !important;
	width: 100% !important;
	width: 100% !important;
}

#footer_nav {
	padding-left: 0 !important;
}

.footer__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
	padding-block: 1.625rem 2.0625rem;
}

.footer__meta-box {
	display: none;
}

.footer__menu-nav-link {
	font-size: 0.9375rem;
}

.footer__menu-nav02 {
	margin-top: 1.5625rem;
}

.footer__menu-nav02-link {
	padding-inline: 1rem;
}

.footer__meta-box-sp {
	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;
	margin-top: 2.1875rem;
}

.header {
	height: 5rem !important;
	padding-right: 0;
}

.custom-nav {
	background: #00AEBB;
	border: none;
	border-radius: 0;
	height: auto; /* SPは開閉式なのでスクロール不要 */
	margin-left: 0;
	overflow: visible;
	padding-right: 0;
	position: fixed;
	top: 5rem;
	width: 100%;
}

.custom-nav ul li a {
	padding-inline: 10%;
}

.custom-nav ul .menu-title li a {
	padding-left: 16px !important;
}

.custom-nav > ul > li > a {
	color: #FFF;
	padding-left: 0;
}

.custom-nav .sub-menu {
	padding-left: 10% !important;
}

.custom-nav__link-icon::after {
	background: url("../images/common/txt-arrow-white@2x.png") no-repeat center center/cover;
}

.custom-nav .acc-btn {
	color: #FFF;
	padding-left: 0;
}

.acc-btn.is-open .custom-nav__link-icon::after {
	background: url("../images/common/txt-arrow-white02@2x.png") no-repeat center center/cover;
}

.custom-nav__link:hover {
	color: #FFF;
}

#header {
	min-height: 0 !important;
	min-height: initial !important;
	padding-bottom: 0 !important;
}

#header_logo {
	height: 2.6875rem !important;
	margin-bottom: 1.125rem !important;
	margin-left: 1.3125rem !important;
	margin-top: 1.125rem !important;
	padding-bottom: v0 !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	width: 8.125rem !important;
}

#container #header {
	background: #FFF;
	left: 0;
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 0;
	width: 100% !important;
	z-index: 1000 !important;
}

#global_menu {
	-webkit-overflow-scrolling: touch;
	border-radius: 0 !important;
	max-height: calc(100vh - 42.6666666667vw);
	overflow-x: visible;
	overflow-y: auto;
	padding-block: 8.5333333333vw !important;
	padding-bottom: 26.6666666667vw !important;
	width: 100%;
}

#global_menu > ul li a {
	background: #00AEBB;
	color: #FFF;
}

.btn_login-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #00AEBB;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-inline: auto;
	margin-top: 0 !important;
	max-width: 37.5rem;
	padding-inline: initial !important;
	padding-top: 3.3125rem;
	width: 100% !important;
}

.btn_login-wrap .btn-login {
	max-width: 220px;
	width: 100%;
}

.header__top {
	-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-right: 1rem;
}

.header__nav {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #00AEBB !important;
	border-radius: 0 !important;
	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;
	height: 100vh;
	height: 100dvh;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	left: 100%;
	max-height: 100vh;
	max-height: 100dvh;
	overflow: visible;
	overflow-y: auto;
	padding-bottom: 5rem;
	position: fixed;
	scrollbar-width: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	z-index: 100;
}

.header__nav::-webkit-scrollbar {
	display: none;
}

.header__nav.is-active {
	left: 0;
}

.header__hamburger-line,
.header__hamburger-line::before,
.header__hamburger-line::after {
	background-color: #00AEBB;
	width: 1.875rem;
}

.header.is-white-section .header__hamburger-line,
.header.is-white-section .header__hamburger-line::before,
.header.is-white-section .header__hamburger-line::after {
	background-color: #00AEBB;
}

.header.is-drawer-open .header__hamburger-line,
.header.is-drawer-open .header__hamburger-line::before,
.header.is-drawer-open .header__hamburger-line::after {
	background-color: #00AEBB;
}

.header.is-drawer-open .header__hamburger-line {
	background-color: transparent;
}

.header.is-drawer-open .header__logo a {
	background: url("../images/header/logo-default.svg") no-repeat center center/contain;
}

.header__hamburger-txt {
	color: #232323;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 1.2px;
}

#global_menu .child_menu_button {
	display: block !important;
	height: 2.75rem;
	position: absolute !important;
	right: 0.9375rem;
	top: 0rem;
	width: 2.75rem;
}

#global_menu .child_menu_button::before {
	border-color: #fff;
	left: 1.0625rem;
	top: 1.0625rem;
}

#global_menu > ul > li {
	padding-right: 3.75rem;
	position: relative !important;
}

#global_menu ul ul {
	display: none;
	padding-left: 1.25rem;
}

#global_menu ul ul.open {
	display: block;
}

.hr-plus__fv {
	padding-left: 0;
}

.hr-plus__fv .pc {
	display: none;
}

.hr-plus__fv .sp {
	display: block;
}

.hr-plus__head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.hr-plus__function-list {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.hr-plus__theme-video {
	margin-top: 2.5rem;
	width: 100%;
}

.hr-plus__map-box {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.hr-plus__use-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
}

.hr-plus__use-img {
	width: 100%;
}

.hr-plus__use-img img {
	width: 100%;
}

.hr-plus__advisor {
	padding: 1.5rem 1rem;
}

.hr-plus__advisor-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.hr-plus__advisor-img {
	width: 100%;
}

.hrp-information__caution {
	line-height: 1.2;
	padding-left: 2rem;
}

.hrp-information-announce {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.hrp-information-announce-txt span.hrp-information-announce-txt-inner {
	line-height: 1;
}

.hrp-information-announce-txt-inner {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.hrp-information-announce-img img {
	height: auto;
	max-width: 600px;
}

.hrp-information-member {
	padding-bottom: 1.25rem;
}

.hrp-information-member__content {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.hrp-information-member__content-list-study {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.labo-about {
	background: #FFF;
	margin-inline: calc(50% - 50vw);
	margin-top: 40px;
	padding-inline: calc(50vw - 50%);
	padding-top: 2rem;
}

.footer__meta-img01 {
	height: auto;
	width: 10rem;
}

.labo-about__box-link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.labo-about__box-content {
	padding: 0;
	padding-bottom: 2.5rem;
	padding-top: 1.5rem;
}

.labo-about__box-content-link {
	right: 1rem;
}

.labo-about__box-content-ttl {
	display: none;
}

.labo-about__box-content-ttl-sp {
	-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.6875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.labo-about__ttl02 {
	display: none;
}

.labo-about__box-img {
	height: auto;
	height: initial;
	width: 100%;
	width: 100%;
}

.labo-about__box-content-img {
	height: auto;
	width: 10.625rem;
}

.labo-about__box-content-txt {
	margin-top: 0;
}

#login_modal_wrap .headline,
#register_modal_wrap .headline {
	font-size: 1.125rem !important;
}

#login_modal_wrap .design_button,
#register_modal_wrap .design_button {
	font-size: 1.125rem !important;
}

#lost_password {
	font-size: 0.875rem !important;
}

#modal_overlay #register_modal_wrap .input_field {
	width: 100% !important;
}

#modal_overlay #register_modal_wrap .receive_email {
	width: 100% !important;
}

#modal_overlay #register_modal_wrap .privacy_policy {
	width: 100% !important;
}

.partner__companies {
	gap: 0.375rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.post-item {
	width: 100%;
}

.post-item-link {
	width: 100%;
}

.p-single {
	padding-top: 2.5rem;
}

.single__meta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.single__meta-box {
	padding-bottom: 0;
	padding-inline: 0;
	padding-top: 2rem;
}

.single__meb-only {
	font-size: 0.6875rem;
}

.single__kind {
	gap: 0.5rem;
}

.single__txt {
	-webkit-box-orient: initial;
	-webkit-line-clamp: initial;
	display: block;
	overflow: visible;
}

.single__meta-img {
	width: 100%;
}

#ez-toc-container {
	padding: 1.25rem 1.125rem !important;
}

.single__nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.single__nav-prev {
	width: 100%;
}

.single__nav-next {
	width: 100%;
}

#single_register {
	padding: 1.25rem;
}

.solution-box-list {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.solution__map-item {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.solution__map-item-wrap {
	overflow-x: auto;
}

.solution__map-item-ttl-area {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.solution__map-item-ttl-area::after {
	content: none;
}

.solution__map-item-ttl-area::before {
	content: none;
}

.solution__map-item-ttl-area.solution__map-item-ttl-area--pc {
	display: none;
}

.solution__map-item-ttl-area.solution__map-item-ttl-area--sp {
	display: block;
}

.solution__map-item-ttl {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.solution__map-item-ttl.solution__map-item-ttl--lv0 {
	-webkit-transform: none;
	        transform: none;
	-webkit-transform: initial;
	        transform: initial;
}

.solution__map-item-main {
	gap: 1rem 0.75rem;
	margin-top: 0rem;
	padding-block: 1.5rem;
	padding-inline: 0.75rem;
	width: 48.75rem;
}

.solution__map-item-box-list-box {
	line-height: 1.2;
	margin-top: 0.5rem;
}

.talk__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.talk__item img {
	aspect-ratio: initial;
	height: auto;
	width: 100%;
}

.talk__about-box::after {
	content: none;
}

.talk__about-box-main {
	border-radius: 0.5rem;
	padding: 2.3125rem 0.5rem 4.25rem;
}

.talk__about-box-main-ttl {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.talk__about-box-main-ttl img {
	height: auto;
	width: 13.9375rem;
}

.talk__about-box-main-txt {
	width: 100%;
}

.talk__about-box-img {
	display: block;
	margin-top: 1.25rem;
}

.top-about {
	border-radius: 0.5rem;
	padding-inline: 0.5rem !important;
}

.top-about__box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
}

.top-about-ttl {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.top-about__main {
	width: 100%;
}

.top-about__img {
	display: none;
}

.top-about__img-sp {
	display: block;
	margin-top: 1.75rem;
}

.top-labo {
	margin-top: 3rem;
}

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

.top-make__box {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.top-pickup__item-link.top-pickup__item-link--half {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.top-pickup {
	margin-right: calc(50% - 50vw);
	position: relative;
	width: 100vw;
}

.top-pickup__wrap {
	display: block !important;
	gap: 0 !important;
}

.top-pickup__item {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.top-pickup__item img {
	height: auto;
	width: 100% !important;
}

.top-pickup__item-box {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1rem;
}

.top-pickup__item.top-pickup__item--big {
	-webkit-box-flex: 0 !important;
	-webkit-flex: none !important;
	    -ms-flex: none !important;
	        flex: none !important;
	height: auto;
}

.cat {
	font-size: 0.6875rem;
}

.top-pickup__item-box-ttl-sub {
	margin-top: 1rem;
}

.top-pickup__item-box-ttl {
	font-size: 1.25rem;
	margin-top: 0.25rem;
}

.cat + .top-pickup__item-box-ttl {
	margin-top: 1rem;
}

.top-pickup__item.top-pickup__item--half {
	-webkit-box-flex: 0 !important;
	-webkit-flex: none !important;
	    -ms-flex: none !important;
	        flex: none !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-block: 0;
}

.top-pickup__item.top-pickup__item--half img {
	max-width: 100% !important;
	min-width: 100% !important;
	width: 100% !important;
}

.top-pickup__item.top-pickup__item--half .top-pickup__item-box-ttl-sub {
	margin-top: 0.5rem;
}

.top-pickup__item.top-pickup__item--half .top-pickup__item-box {
	padding: 0.75rem 0.75rem 1.5rem 0.75rem;
}

.top-pickup__item-box-cat-item-box {
	margin-top: 0.5rem;
}

.link-view__wrap--reverse {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.link-view {
	font-size: 1rem;
}

.ez-toc-link {
	width: 100%;
}

.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 screen and (max-width: 768px) and (max-width: 768px) {

.top-pickup__inner {
	margin: 0 auto;
	width: 100%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

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

.top-pickup__item img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	object-fit: cover;
	width: 100%;
}

.top-pickup__item--big,
.top-pickup__item--half {
	all: unset;
	display: block;
}

}

@-webkit-keyframes fadeSlideIn {

0% {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@keyframes fadeSlideIn {

0% {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes like_animation {

0% {
	top: -30px;
}

20% {
	opacity: 1;
	top: -40px;
}

70% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes like_animation {

0% {
	top: -30px;
}

20% {
	opacity: 1;
	top: -40px;
}

70% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

