/* ============================
foundation
========================= */

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

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

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

/* ============================
カラーパレット
 ========================= */

/* ============================
用途別
 ========================= */

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

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

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

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

/* ============================
カラーパレット
 ========================= */

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

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

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

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

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

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 18.3rem;
}

body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
}

img {
	height: auto;
	width: 100%;
}

a {
	display: block;
	transition: all 0.3s 0s ease-in-out;
}

a:hover {
	opacity: 0.7;
}

.--sp-only {
	display: none;
}

/* ============================
layout
========================= */

/* ============================
header
 ========================= */

.l-header {
	background-color: #fff;
	height: 12rem;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.2s 0s ease-in-out;
	z-index: 100;
}

.home .l-header.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 132rem;
	padding: 0 1.8rem;
	width: 100%;
}

.l-header__logo-link {
	max-width: 23.5rem;
	width: 100%;
}

.l-header__drawer-button {
	display: none;
	height: 2.1rem;
	position: relative;
	width: 3rem;
}

.l-header__drawer-bar {
	background-color: #396;
	height: 0.4rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: transform 0.5s ease 0s;
	width: 100%;
}

.l-header__drawer-bar.--top {
	top: 0;
}

.l-header__drawer-bar.--middle {
	display: block;
	top: 50%;
	transform: translate(-50%, -50%);
}

.l-header__drawer-bar.--bottom {
	bottom: 0;
}

.l-header__drawer-bar.is-active.--top {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.l-header__drawer-bar.is-active.--middle {
	display: none;
}

.l-header__drawer-bar.is-active.--bottom {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.l-header__content {
	-moz-column-gap: 4rem;
	align-items: center;
	column-gap: 4rem;
	display: flex;
}

.l-header__nav {
	flex-shrink: 0;
}

.l-header__nav-list {
	-moz-column-gap: 4rem;
	align-items: center;
	column-gap: 4rem;
	display: flex;
	justify-content: space-between;
}

.l-header__nav-item {
	color: #396;
	font-weight: 700;
}

.l-header__nav-link {
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 180%;
	padding-bottom: 0.8rem;
	padding-top: 0.8rem;
	position: relative;
}

.l-header__nav-link::after {
	background-color: #396;
	bottom: 0;
	content: "";
	height: 0.3rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s all;
	width: 0;
}

.l-header__nav-link:hover {
	opacity: 1;
}

.l-header__nav-link:hover::after {
	width: 100%;
}

.l-header__contact-text {
	line-height: 160%;
	margin-bottom: 1.6rem;
	text-align: center;
}

/* ============================
main
 ========================= */

.l-main {
	margin-top: 12rem;
}

.l-main.top {
	margin-top: 0;
}

.l-main__inner {
	margin: 0 auto;
	max-width: 130.4rem;
	padding: 0 2rem;
	width: 100%;
}

/* ============================
footer
 ========================= */

.l-footer {
	padding: 9.6rem 0 1rem;
}

.l-footer__inner {
	padding: 0 2.4rem;
}

.l-footer__list {
	-moz-column-gap: 3.2rem;
	align-items: center;
	column-gap: 3.2rem;
	display: flex;
	justify-content: center;
}

.l-footer__item {
	color: #396;
	font-size: 2rem;
	font-weight: 700;
}

.l-footer__bottom {
	-moz-column-gap: 8.8rem;
	align-items: center;
	column-gap: 8.8rem;
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}

.l-footer__logo {
	max-width: 15.2rem;
	width: 100%;
}

.l-footer__bottom-list {
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	display: flex;
	justify-content: space-between;
}

.l-footer__bottom-item {
	width: 15.3rem;
}

.l-footer__copy {
	display: block;
	margin-top: 2.6rem;
	text-align: right;
}

/* ============================
component
========================= */

/* ============================
breadcrumb
 ========================= */

.c-breadcrumb__list {
	-moz-column-gap: 1.6rem;
	align-items: center;
	column-gap: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	max-width: 123.2rem;
	width: 100%;
}

.c-breadcrumb__item {
	-moz-column-gap: 1.6rem;
	align-items: center;
	column-gap: 1.6rem;
	display: flex;
	font-size: 1.6rem;
}

.c-breadcrumb__item::after {
	content: "＞";
	display: block;
	display: grid;
	font-size: 1.6rem;
	place-content: center;
}

.c-breadcrumb__item:last-of-type {
	display: block;
}

.c-breadcrumb__item:last-of-type::after {
	display: none;
}

.c-breadcrumb__link {
	color: #396;
}

/* ============================
button
 ========================= */

.c-button {
	-moz-column-gap: 1.4rem;
	align-items: center;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	color: #396;
	column-gap: 1.4rem;
	display: flex;
	font-weight: 500;
	justify-content: center;
	padding: 0.8rem 1.6rem;
	width: 100%;
}

.c-button:hover {
	opacity: 1;
}

.c-button img {
	width: 3.2rem;
}

.c-button.--center {
	margin: 0 auto;
}

.c-button--outline {
	background: linear-gradient(0deg, #ABD7B1 -23%, #FFF 39.79%);
	border: 0.16rem solid #396;
	border-radius: 4.2rem;
	box-shadow: 0 4px 0 0 #86A98B, 0 7px 3.33px 0 rgba(0, 0, 0, 0.3);
	transition: all 0.2s 0s ease-in-out;
}

.c-button--outline:hover {
	box-shadow: none;
	transform: translateY(5%);
}

.c-button--green {
	background: linear-gradient(0deg, #396 8.85%, #33F0B0 89.58%);
	border: 0.16rem solid #396;
	border-radius: 4.2rem;
	box-shadow: 0 4px 0 0 #216141, 0 7px 3.33px 0 rgba(0, 0, 0, 0.3);
	color: #fff;
	text-shadow: 0 1.665px 1.665px rgba(0, 0, 0, 0.5);
	transition: all 0.2s 0s ease-in-out;
}

.c-button--green:hover {
	box-shadow: none;
	transform: translateY(5%);
}

.c-button--lg {
	font-size: 2.3rem;
	font-weight: 700;
	max-width: 37rem;
}

.c-button--md {
	font-size: 2.3rem;
	font-weight: 700;
	max-width: 30.5rem;
}

.c-button--sm {
	border: 0.1rem solid #396;
	border-radius: 4.5rem;
	font-family: "Jost", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	max-width: 14rem;
}

/* ============================
c-pagination
 ========================= */

.c-pagination {
	font-family: "Jost", sans-serif;
	font-size: 1.8rem;
	margin-top: 6.4rem;
	padding: 0 2rem;
}

.c-pagination ul {
	-moz-column-gap: 1.2rem;
	align-items: center;
	column-gap: 1.2rem;
	display: flex;
	justify-content: center;
}

.c-pagination__num-item a {
	border: 0.1rem solid #396;
	border-radius: 100%;
	color: #396;
	display: grid;
	height: 4.5rem;
	place-content: center;
	width: 4.5rem;
}

.c-pagination__num-item .current {
	background: #396;
	border: 0.1rem solid #396;
	border-radius: 100%;
	color: #fff;
	display: grid;
	height: 4.5rem;
	place-content: center;
	width: 4.5rem;
}

.c-pagination__arrow {
	display: block;
	width: 2.6rem;
}

.c-pagination__arrow--prev {
	margin-right: 2.4rem;
	transform: scale(-1, 1);
}

.c-pagination__arrow--next {
	margin-left: 2.4rem;
}

/* ============================
c-heading
 ========================= */

/* タイトル共通 */

.c-heading { /* ページタイトル */ /* セクションタイトル */
}

.c-heading--page {
	position: relative;
}

.c-heading--page .c-heading__en {
	color: rgba(51, 240, 176, 0.3);
	font-family: "Jost", sans-serif;
	font-size: 11.2rem;
	font-weight: 500;
	line-height: 130%;
}

.c-heading--page .c-heading__ja {
	bottom: 3.4rem;
	color: #396;
	font-size: 4rem;
	font-weight: 700;
	left: 0;
	position: absolute;
}

.c-heading--borderTop {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 100%;
	padding-top: 3rem;
	position: relative;
}

.c-heading--borderTop::after {
	background: #396;
	content: "";
	height: 0.6rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 14.4rem;
}

/* セクションタイトル */

.c-heading.--section {
	margin-bottom: 6.4rem;
	padding-bottom: 2.4rem;
}

.c-heading.--section .c-heading__en {
	font-size: 2rem;
	letter-spacing: 1.6px;
	margin-bottom: 0.8rem;
}

.c-heading.--section .c-heading__ja {
	font-size: 3.2rem;
	letter-spacing: 1.36px;
}

/* ============================
ページごと
 ========================= */

/* ============================
cta
 ========================= */

.c-cta {
	background: url(../../public/img/common/cta-bg_pc.webp) no-repeat center bottom/cover;
	padding-bottom: 8.1rem;
}

.c-cta__content {
	line-height: 2.1;
	margin: 10.6rem auto 0;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.c-cta__content-bottom-text {
	margin-top: 5.8rem;
}

.c-cta__button {
	filter: drop-shadow(0 4px 0 #216141) drop-shadow(0 7px 3.33px rgba(0, 0, 0, 0.3));
	margin: 8.2rem auto 0;
	max-width: 37rem;
	transition: all 0.2s 0s ease-in-out;
	width: 100%;
}

.c-cta__button:hover {
	filter: none;
	opacity: 1;
	transform: translateY(5%);
}

/* ============================
privacy
 ========================= */

.c-policy__inner {
	margin: 0 auto;
	max-width: 103.2rem;
	padding: 0 1.6rem;
}

.c-policy__item:not(:last-of-type) {
	margin-bottom: 8rem;
}

.c-policy__item-heading {
	font-size: 2.8rem;
	margin-bottom: 1.6rem;
}

.c-policy__item-text {
	line-height: 180%;
}

.c-policy__item-text.--right {
	text-align: right;
}

.c-policy__item-list {
	margin: 1.6rem 0 1.6rem 3.2rem;
}

.c-policy__item-list .c-policy__item-list-item {
	padding-left: 1.4rem;
	position: relative;
}

.c-policy__item-list .c-policy__item-list-item:before {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: 0.4rem;
	left: 0;
	position: absolute;
	top: 1rem;
	transform: translateY(50%);
	width: 0.4rem;
}

/* テーブル */

.c-policy__item-table {
	border: 1px solid #ccc;
	margin-top: 1.6rem;
	width: 100%;
}

.c-policy__item-table tr {
	border-bottom: 1px solid #ccc;
}

.c-policy__item-table tr:first-of-type {
	border-top: 1px solid #ccc;
}

.c-policy__item-table th,
.c-policy__item-table td {
	font-size: 1.6rem;
	line-height: 1.4285714286;
	padding: 2rem 1.6rem;
}

.c-policy__item-table th:nth-of-type(odd),
.c-policy__item-table td:nth-of-type(odd) {
	border-right: 1px solid #ccc;
}

.c-policy__item-table th {
	background-color: #f5f5f5;
	font-weight: 400;
	text-align: center;
}

.c-policy__item-table td {
	vertical-align: middle;
}

/* ============================
c-single
 ========================= */

.c-single {
	padding-bottom: 6.4rem;
}

.c-single__post {
	border: 0.4rem solid #396;
	border-radius: 3rem;
	margin: 5.6rem auto;
	max-width: 112.1rem;
	padding: 6rem;
	width: 100%;
}

.c-single__post-header {
	display: flex;
	flex-wrap: wrap;
	font-size: 2rem;
	gap: 0.8rem;
}

.c-single__post-title {
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 2.4rem;
}

.c-single__post-content {
	border-top: 0.4rem solid #396;
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 4rem;
	padding-top: 4rem;
}

.c-single__post-content > *:not(:first-of-type) {
	margin-top: 1.6rem;
}

.c-single__post-content h2,
.c-single__post-content h3,
.c-single__post-content h4,
.c-single__post-content h5 {
	font-weight: 700;
	margin: 2rem 0 1.6rem;
}

.c-single__post-content h2 {
	font-size: 2.4rem;
}

.c-single__post-content h3 {
	font-size: 2rem;
}

.c-single__post-content h4 {
	font-size: 1.8rem;
}

.c-single__post-content ul {
	list-style: disc;
	margin: 1.6rem 0;
}

.c-single__post-content ul ul {
	list-style: circle;
	margin: 0;
	padding-left: 1.6rem;
}

.c-single__post-content ol {
	list-style: decimal;
	margin: 1.6rem 0;
}

.c-single__post-content ol ul {
	list-style: circle;
	margin: 0;
	padding-left: 1.6rem;
}

.c-single__nav {
	align-items: center;
	color: #396;
	display: flex;
	font-size: 1.8rem;
	font-weight: 500;
	justify-content: space-between;
}

.c-single__nav a {
	-moz-column-gap: 1.2rem;
	align-items: center;
	column-gap: 1.2rem;
	display: flex;
}

.c-single__nav a img {
	flex-shrink: 0;
	margin: 0;
}

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

/* ============================
project
========================= */

/* ============================
p-top-mv
 ========================= */

.p-top__mv {
	position: relative;
}

.p-top__mv-wrap {
	align-items: flex-end;
	display: flex;
	left: 50%;
	margin: 0 auto;
	max-width: 130.4rem;
	padding: 0 2rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.p-top__mv-header-lead {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.88px;
	line-height: 130%;
}

.p-top__mv-header-text {
	font-size: 3.2rem;
	line-height: 1.5;
	margin-top: 0.8rem;
}

.p-top__mv-header-text .--bg {
	display: inline-block;
	margin-right: 0.4rem;
	padding: 0 1rem;
	position: relative;
	z-index: 1;
}

.p-top__mv-header-text .--bg::after {
	background: #396;
	border-radius: 0.3rem;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) skewX(-15deg);
	width: 100%;
	z-index: -1;
}

.p-top__mv-middle {
	margin-top: 1.3rem;
}

.p-top__mv-middle-text {
	font-size: 2.6rem;
	line-height: 160%;
}

.p-top__mv-middle-text .--37 {
	font-size: 3.7rem;
}

.p-top__mv-middle-title {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	display: flex;
	line-height: 1.5;
}

.p-top__mv-middle-title p {
	font-size: 6.5rem;
	font-weight: 700;
	letter-spacing: 2.6px;
}

.p-top__mv-middle-title p:first-of-type {
	font-family: "Jost", sans-serif;
	font-size: 6.6rem;
	font-style: italic;
	letter-spacing: 2.64px;
}

.p-top__mv-bottom {
	background: #fff;
	border: 0.3rem solid #396;
	border-radius: 0.8rem;
	margin-top: 1.6rem;
	max-width: 58.3rem;
	padding: 2rem 1.4rem 1.5rem;
}

.p-top__mv-bottom-list {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: flex;
	justify-content: space-between;
}

.p-top__mv-bottom-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: calc(33.3% - 4rem);
}

.p-top__mv-bottom-item-icon {
	max-width: 12.3rem;
}

.p-top__mv-bottom-item-text {
	font-feature-settings: "palt";
	color: #396;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-align: center;
}

.p-top__mv-bottom-list-arrow {
	padding-top: 3.2rem;
	width: 4.1rem;
}

.p-top__bottom-support {
	margin-top: 0.9rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-top__bottom-support p {
	line-height: 1;
	margin: 0 auto;
	max-width: 25.4rem;
	width: 100%;
}

.p-top__bottom-support .--bg {
	height: 3.6rem;
	left: -1.4rem;
	max-width: 56.9rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

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

.p-top__mv-achievement {
	-moz-column-gap: 3.4rem;
	column-gap: 3.4rem;
	display: flex;
	margin-left: -5rem;
	padding-bottom: 4.3rem;
}

.p-top__mv-achievement-item {
	color: #F2FF00;
	line-height: 1.1;
	position: relative;
	text-align: center;
}

.p-top__mv-achievement-item .--34 {
	font-size: 3.4rem;
}

.p-top__mv-achievement-item .--37 {
	font-size: 3.7rem;
}

.p-top__mv-achievement-item .--43 {
	font-size: 4.3rem;
}

.p-top__mv-achievement-item .--56 {
	font-size: 5.6rem;
}

.p-top__mv-achievement-item .--62 {
	font-size: 6.2rem;
}

.p-top__mv-achievement-item-text {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-top__mv-achievement-item-bg {
	width: 27rem;
}

.p-top__mv-bg {
	margin-top: 3.8rem;
	position: relative;
	z-index: -1;
}

/* ============================
p-top__cta
 ========================= */

.p-top__cta {
	padding: 3.4rem 0 4.1rem;
}

.p-top__cta-inner {
	margin: 0 auto;
	max-width: 82.8rem;
	padding: 0 2rem;
	width: 100%;
}

.p-top__cta-list {
	-moz-column-gap: 4.4rem;
	align-items: center;
	column-gap: 4.4rem;
	display: flex;
	justify-content: center;
}

.p-top__cta-button {
	min-height: 8.3rem;
	width: 37rem;
}

.p-top__cta-button:nth-of-type(1) {
	filter: drop-shadow(0 4px 0 #216141) drop-shadow(0 7px 3.33px rgba(0, 0, 0, 0.3));
	transition: all 0.2s 0s ease-in-out;
}

.p-top__cta-button:nth-of-type(1):hover {
	filter: none;
	opacity: 1;
	transform: translateY(5%);
}

/* ============================
p-top__service
 ========================= */

.p-top__service {
	overflow: hidden;
	padding: 4.7rem 0 6.3rem;
}

.p-top__service-wrap {
	-moz-column-gap: 13.2rem;
	column-gap: 13.2rem;
	display: flex;
	justify-content: space-between;
}

.p-top__service-content-text {
	line-height: 208%;
	margin-top: 4.8rem;
}

.p-top__service-highlight {
	background: url(../../public/img/top/service-bg_pc.webp) no-repeat center center/cover;
	border-radius: 3rem 0 0 3rem;
	margin-right: calc(50% - 50vw);
	max-width: 71.5rem;
	overflow: hidden;
	padding: 6rem 1.6rem;
	width: 100%;
}

.p-top__service-highlight-text {
	-moz-column-gap: 4.8rem;
	align-items: flex-start;
	column-gap: 4.8rem;
	display: flex;
	flex-direction: row-reverse;
	font-size: 2rem;
	font-weight: 600;
	justify-content: center;
	line-height: 130%;
}

.p-top__service-highlight-text span {
	background: #287B55;
	color: #fff;
	padding: 0.4rem 0.2rem;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

.p-top__service-list {
	margin-top: 8.8rem;
}

.p-top__service-bottom-text {
	font-size: 2rem;
	margin-top: 4.4rem;
	text-align: center;
}

.p-top__service-button {
	margin: 4.8rem auto 0;
}

/* ============================
p-top__case
 ========================= */

.p-top__case-wrap {
	margin-top: 1.6rem;
	position: relative;
}

.p-top__case-wrap-text {
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	display: flex;
	flex-direction: row-reverse;
	left: 50%;
	position: absolute;
	top: 50%;
}

.p-top__case-wrap-text .--address {
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	display: flex;
	flex-direction: row-reverse;
}

.p-top__case-wrap-text p {
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-shadow: 2px 0 0 rgba(255, 255, 255, 0.94), -2px 0 0 rgba(255, 255, 255, 0.94), 0 2px 0 rgba(255, 255, 255, 0.94), 0 -2px 0 rgba(255, 255, 255, 0.94), 2px 2px 0 rgba(255, 255, 255, 0.94), -2px 2px 0 rgba(255, 255, 255, 0.94), 2px -2px 0 rgba(255, 255, 255, 0.94), -2px -2px 0 rgba(255, 255, 255, 0.94);
	writing-mode: vertical-rl;
}

.p-top__case-wrap-text p.--mr62 {
	margin-right: 6.2rem;
}

.p-top__case-wrap-bg {
	border-radius: 3rem;
	overflow: hidden;
	position: relative;
	z-index: -1;
}

.p-top__case-list {
	margin: 7.4rem auto 0;
	max-width: 82.8rem;
	width: 100%;
}

.p-top__case-list .p-case__item {
	align-items: flex-start;
	border: none;
	padding: 0;
}

.p-top__case-list .p-case__item .p-case__excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	display: -webkit-box;
	overflow: hidden;
}

/* ============================
p-top__company
 ========================= */

.p-top__company {
	overflow: hidden;
	padding: 4.7rem 0 7.4rem;
}

.p-top__company-wrap {
	-moz-column-gap: 13.2rem;
	column-gap: 13.2rem;
	display: flex;
	justify-content: space-between;
}

.p-top__company-content-text {
	line-height: 208%;
	margin-top: 4.8rem;
}

.p-top__company-highlight {
	background: url(../../public/img/top/company-bg_pc.webp) no-repeat center center/cover;
	border-radius: 3rem;
	max-width: 42rem;
	min-height: 41.7rem;
	overflow: hidden;
	padding: 6rem 1.6rem;
	width: 100%;
}

.p-top__company-highlight-text {
	-moz-column-gap: 4.8rem;
	align-items: flex-start;
	column-gap: 4.8rem;
	display: flex;
	flex-direction: row-reverse;
	font-size: 2rem;
	font-weight: 600;
	justify-content: center;
	line-height: 130%;
}

.p-top__company-highlight-text span {
	background: #287B55;
	color: #fff;
	padding: 0.4rem 0.2rem;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

.p-top__company-list {
	margin-top: 8.8rem;
}

.p-top__company-bottom-text {
	font-size: 2rem;
	margin-top: 4.4rem;
	text-align: center;
}

.p-top__company-button {
	margin-top: 5.6rem;
}

/* ============================
アニメーション
 ========================= */

svg.js-inview {
	opacity: 1;
}

.js-inview {
	opacity: 0;
	transition: all 0.8s ease 0.3s;
}

.js-inview.is-show {
	opacity: 1;
}

.js-inview.js-inview--sp {
	opacity: 1;
}

.js-inview.--fadein-up {
	transform: translateY(3rem);
}

.js-inview.--fadein-up.p-top__case-wrap-text {
	transform: translate(-50%, -50%);
}

.js-inview.--fadein-up.p-service__support-item-heading {
	transform: translate(-50%, -50%);
}

.js-inview.--fadein-up.is-show {
	transform: translateY(0);
}

.js-inview.--fadein-up.is-show.p-top__case-wrap-text {
	transform: translate(-50%, -50%);
}

.js-inview.--fadein-up.is-show.p-service__support-item-heading {
	transform: translate(-50%, -50%);
}

.js-inview.--fadein-right {
	transform: translateX(-4rem);
}

.js-inview.--fadein-right.is-show {
	transform: translateX(0);
}

.js-inview.--fadein-left {
	transform: translateX(4rem);
}

.js-inview.--fadein-left.is-show {
	transform: translateX(0);
}

.js-inview.--slide-left {
	width: 0px;
}

.js-inview.--slide-left.is-show {
	width: 100%;
}

.js-inview.--zoom-out {
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.8s ease 0.2s;
}

.js-inview.--zoom-out.is-show {
	opacity: 1;
	transform: scale(1);
}

.js-inview.textanimation span {
	animation: fadeInChar 0.4s ease-in-out forwards;
	opacity: 0;
}

.js-inview--02 {
	transition-delay: 0.6s;
}

.js-inview--03 {
	transition-delay: 0.9s;
}

.js-inview--04 {
	transition-delay: 1.2s;
}

.js-inview--05 {
	transition-delay: 2.2s !important;
}

/* ============================
p-news
 ========================= */

.p-news {
	padding-bottom: 7.2rem;
}

.p-news__list {
	display: flex;
	flex-direction: column;
	margin-top: 4.4rem;
	row-gap: 4rem;
}

.p-news__item {
	border: 0.4rem solid #396;
	border-radius: 3rem;
	padding: 3.5rem 7.4rem 3.5rem 6.9rem;
}

.p-news__body {
	-moz-column-gap: 4.5rem;
	align-items: center;
	column-gap: 4.5rem;
	display: flex;
}

.p-news__thumbnail {
	aspect-ratio: 246/169;
	border-radius: 1.6rem;
	flex-shrink: 0;
	height: 100%;
	max-width: 24.6rem;
	overflow: hidden;
	width: 100%;
}

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

.p-news__content {
	-moz-column-gap: 5.8rem;
	align-items: flex-end;
	column-gap: 5.8rem;
	display: flex;
}

.p-news__content-wrap {
	display: flex;
	flex-direction: column;
}

.p-news__content-header {
	-moz-column-gap: 1.6rem;
	align-items: center;
	column-gap: 1.6rem;
	display: flex;
}

.p-news__content-label {
	background: #D9D9D9;
	border-radius: 1.1rem;
	font-family: "Futura";
	line-height: 110%;
	padding: 0.4rem 1.2rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-news__heading {
	font-size: 2.3rem;
	font-weight: 900;
	line-height: 140%;
}

.p-news__excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	line-height: 200%;
	margin-top: 3rem;
	overflow: hidden;
}

/* ============================
p-case
 ========================= */

.p-case {
	padding-bottom: 7.2rem;
}

.p-case__list {
	display: flex;
	flex-direction: column;
	margin-top: 4.4rem;
	row-gap: 4rem;
}

.p-case__item {
	-moz-column-gap: 4.7rem;
	align-items: center;
	border: 0.4rem solid #396;
	border-radius: 3rem;
	column-gap: 4.7rem;
	display: flex;
	padding: 3.5rem 7.4rem 3.5rem 6.9rem;
}

.p-case__info {
	min-width: 14.4rem;
	padding-top: 1.6rem;
	position: relative;
}

.p-case__info::after {
	background: #396;
	content: "";
	height: 0.6rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 12.9rem;
}

.p-case__thumbnail {
	aspect-ratio: 16/9;
	flex-shrink: 0;
	height: 100%;
	max-width: 22.4rem;
	overflow: hidden;
	width: 100%;
}

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

.p-case__content {
	-moz-column-gap: 5.8rem;
	align-items: flex-end;
	column-gap: 5.8rem;
	display: flex;
}

.p-case__excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	line-height: 200%;
	overflow: hidden;
}

/* ============================
p-service
 ========================= */

.p-service__top-text {
	font-size: 2.4rem;
	text-align: center;
}

.p-service__list {
	-moz-column-gap: 5rem;
	column-gap: 5rem;
	display: flex;
	justify-content: space-between;
	margin-top: 5.3rem;
}

.p-service__item {
	-moz-column-gap: 3rem;
	align-items: center;
	background: #FFF;
	border: 0.3rem solid #396;
	border-radius: 3rem;
	color: #396;
	column-gap: 3rem;
	display: flex;
	min-height: 19.4rem;
	padding: 3.2rem 1.6rem 3.2rem 6rem;
	position: relative;
	width: calc(33.3% - 3.3333333333rem);
}

.p-service__item .--number {
	font-size: 4.8rem;
}

.p-service__item ul li {
	font-size: 2rem;
	line-height: 170%;
}

.p-service__item-bg {
	height: 13.8rem;
	position: absolute;
	position: absolute;
	right: 3.7rem;
	top: 50%;
	transform: translateY(-50%);
	width: 13.8rem;
}

/* ============================
p-service__support
 ========================= */

.p-service__support-list {
	display: flex;
	flex-direction: column;
	margin-top: 9.7rem;
	row-gap: 10rem;
}

.p-service__support-item {
	border: 4px solid #396;
	border-radius: 3rem;
	padding: 5.7rem 7.2rem;
	position: relative;
}

.p-service__support-item-heading {
	-moz-column-gap: 3.2rem;
	align-items: center;
	background: #fff;
	column-gap: 3.2rem;
	display: flex;
	font-size: 2.8rem;
	justify-content: center;
	left: 50%;
	line-height: 1;
	padding: 1rem 2rem;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.p-service__support-item-heading-number {
	display: block;
	font-family: "Outfit", sans-serif;
	font-size: 7rem;
}

.p-service__support-item-body {
	-moz-column-gap: 6rem;
	align-items: center;
	column-gap: 6rem;
	display: flex;
	justify-content: space-between;
}

.p-service__support-item-body:nth-of-type(even) {
	flex-direction: row-reverse;
}

.p-service__support-item-body:not(:first-of-type) {
	margin-top: 3rem;
}

.p-service__support-item-content {
	flex: 1;
}

.p-service__support-item-text p {
	font-size: 1.6rem;
	line-height: 200%;
}

.p-service__support-item-text p + p {
	margin-top: 2.4rem;
}

.p-service__support-item-text p.u-font--green {
	font-weight: 600;
}

.p-service__support-item-text p .u-font--green {
	font-weight: 600;
}

.p-service__support-item-img {
	max-width: 42.2rem;
	width: 100%;
}

.p-service__support-item-text-title {
	color: #396;
	font-size: 2rem;
	font-weight: 600;
	line-height: 160%;
}

.p-service__support-item-text-title + p {
	margin-top: 0.8rem;
}

/* ============================
p-service__plan
 ========================= */

.p-service__plan {
	padding: 7.8rem 0 5.5rem;
}

.p-service__plan-heading {
	border-bottom: 0.4rem solid #396;
	font-size: 3rem;
	font-weight: 700;
	margin: 0 auto;
	padding: 0 1rem 7rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-service__plan-lead {
	line-height: 200%;
	margin-top: 4.5rem;
	text-align: center;
}

.p-service__plan-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 4.7rem;
	row-gap: 4.7rem;
}

.p-service__plan-sub-heading {
	background: rgba(51, 240, 176, 0.3);
	font-size: 2.3rem;
	font-weight: 500;
	padding: 1.5rem;
	text-align: center;
}

.p-service__plan-notes {
	line-height: 200%;
	text-align: right;
}

.p-service__plan-list {
	display: flex;
	justify-content: space-between;
}

.p-service__plan-list.--col2 {
	-moz-column-gap: 4.8rem;
	column-gap: 4.8rem;
	margin: 5.6rem auto 0;
	max-width: 95rem;
	width: 100%;
}

.p-service__plan-list.--col2 .p-service__plan-item {
	padding: 7.8rem 4rem 3.8rem;
	position: relative;
	width: calc(50% - 2.4rem);
}

.p-service__plan-list.--col2 .p-service__plan-item-heading {
	background: #fff;
	border: 0.3rem solid #396;
	border-radius: 3rem;
	color: #333;
	font-size: 3rem;
	left: 50%;
	line-height: 100%;
	padding: 1.1rem 3rem 1.3rem;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.p-service__plan-list.--col2 .p-service__plan-item-text {
	text-align: center;
}

.p-service__plan-list.--col2 .p-service__plan-item-info {
	background: #fff;
	border-radius: 1.6rem;
	color: #333;
	margin-top: 2.2rem;
	padding: 1rem 1.6rem 1.5rem;
}

.p-service__plan-list.--col2 .p-service__plan-item-info:not(:first-of-type) {
	margin-top: 2.2rem;
	padding: 1rem 1.3rem 1.5rem;
}

.p-service__plan-list.--col2 .p-service__plan-item-info-heading {
	border-bottom: 0.3rem solid #396;
	line-height: 2;
	text-align: center;
}

.p-service__plan-list.--col2 .p-service__plan-item-info-block {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
}

.p-service__plan-list.--col2 .p-service__plan-item-info-block:nth-of-type(2) {
	margin-top: 1.6rem;
}

.p-service__plan-list.--col2 .p-service__plan-item-info-block p:first-of-type {
	background: #396;
	border-radius: 0.8rem;
	color: #fff;
	display: flex;
	flex-direction: column-reverse;
	line-height: 130%;
	padding: 0.9rem 0.8rem 1rem;
	text-align: center;
	writing-mode: vertical-rl;
}

.p-service__plan-list.--col2 .p-service__plan-item-info-block p:nth-of-type(2) {
	font-size: 2.3rem;
	line-height: 120%;
	text-align: center;
}

.p-service__plan-list.--col2 .p-service__plan-item-info-block p:nth-of-type(2) .--35 {
	font-size: 3.5rem;
}

.p-service__plan-list.--col2 .p-service__plan-item-info-block p:nth-of-type(2) .--16 {
	font-size: 1.6rem;
}

.p-service__plan-list.--col2 .p-service__plan-item-info-block p:nth-of-type(2) span {
	display: inline-block;
}

.p-service__plan-list.--col3 {
	-moz-column-gap: 5.1rem;
	column-gap: 5.1rem;
	margin-top: 2.9rem;
}

.p-service__plan-list.--col3 .p-service__plan-item {
	padding: 2.7rem 2.4rem 2.8rem;
	width: calc(33.3% - 3.4rem);
}

.p-service__plan-list.--col3 .p-service__plan-item-text {
	font-size: 2.3rem;
	text-align: center;
}

.p-service__plan-list.--col3 .p-service__plan-item-img {
	margin-top: 1rem;
}

.p-service__plan-list.--col3 .p-service__plan-item-price {
	font-size: 5rem;
	font-weight: 500;
	text-align: center;
}

.p-service__plan-list.--col3 .p-service__plan-item-price .--30 {
	font-size: 3rem;
}

.p-service__plan-list.--col3 .p-service__plan-item-note {
	display: block;
	font-size: 1.6rem;
	text-align: center;
}

.p-service__plan-item {
	background: #396;
	border-radius: 3rem;
	color: #fff;
}

.p-service__plan-item-text {
	font-size: 1.6rem;
}

.p-service__plan-bottom-text {
	margin-top: 3.4rem;
	text-align: center;
}

.p-service__advice-item {
	display: flex;
	justify-content: space-between;
}

.p-service__advice-item.--top {
	margin-top: 2.9rem;
}

.p-service__advice-item.--bottom {
	margin-top: 10.4rem;
}

.p-service__advice-item-heading {
	color: #396;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: 139%;
	padding-top: 3rem;
	position: relative;
}

.p-service__advice-item-heading::after {
	background: #396;
	content: "";
	height: 0.6rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 12rem;
}

.p-service__advice-item-text {
	line-height: 200%;
	margin-top: 3rem;
}

.p-service__advice-item-right.--img {
	max-width: 48.5rem;
	width: 100%;
}

.p-service__advice-item-right.--info {
	background: #396;
	border-radius: 3rem;
	max-width: 59.1rem;
	padding: 1.2rem 3.1rem 2.9rem;
	width: 100%;
}

.p-service__advice-item-right.--info > p {
	color: #fff;
	font-size: 2rem;
	line-height: 160%;
}

.p-service__advice-item-right-box-wrap {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: flex;
	justify-content: space-between;
	margin-top: 0.9rem;
}

.p-service__advice-item-right-box {
	background: #fff;
	border-radius: 1.6rem;
	padding: 0.9rem 0.8rem 2.9rem;
	text-align: center;
	width: calc(33.3% - 1.6666666667rem);
}

.p-service__advice-item-right-box .--percentage {
	font-size: 1.6rem;
	line-height: 200%;
	position: relative;
	text-align: center;
}

.p-service__advice-item-right-box .--percentage::after {
	background: #396;
	bottom: 0;
	content: "";
	height: 0.3rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 11rem;
}

.p-service__advice-item-right-box .--price {
	font-size: 3.3rem;
	font-weight: 500;
	line-height: 96%;
	margin-top: 1.9rem;
}

.p-service__advice-item-right-box .--price .--25 {
	font-size: 2.5rem;
}

/* ============================
p-company
 ========================= */

.p-company__massage {
	margin-top: 6.4rem;
}

.p-company__massage-inner {
	margin: 0 auto;
	max-width: 124.8rem;
	width: 100%;
}

.p-company__massage-wrap {
	color: #fff;
	padding: 4.8rem 0 5rem 7.2rem;
	position: relative;
}

.p-company__massage-wrap::after {
	background: #396;
	border-radius: 3rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 113.3rem;
	z-index: -1;
}

.p-company__massage-heading {
	font-size: 2.8rem;
	font-weight: 700;
}

.p-company__massage-wrap-inner {
	-moz-column-gap: 6.7rem;
	align-items: flex-start;
	column-gap: 6.7rem;
	display: flex;
}

.p-company__massage-content {
	flex: 1;
	margin-top: 2.4rem;
}

.p-company__massage-content p:not(:first-of-type) {
	margin-top: 2.4rem;
}

.p-company__massage-content-footer {
	margin-top: 2.3rem;
}

.p-company__massage-content-footer p {
	-moz-column-gap: 1.6rem;
	align-items: center;
	column-gap: 1.6rem;
	display: flex;
	justify-content: flex-end;
}

.p-company__massage-content-footer p img {
	max-width: 14.5rem;
	width: 100%;
}

.p-company__massage-img {
	border-radius: 3rem;
	max-width: 46.8rem;
	overflow: hidden;
	width: 100%;
}

/* 経歴資格 */

.p-company__history {
	padding: 6.7rem 0 4.6rem;
}

.p-company__history-inner {
	margin: 0 auto;
	max-width: 115.6rem;
	padding: 0 2rem;
	width: 100%;
}

.p-company__history-wrap {
	margin-top: 4.05rem;
}

.p-company__history-wrap-heading {
	font-weight: 700;
}

.p-company__history-table-wrap:nth-of-type(1) tr:nth-of-type(n+3) th,
.p-company__history-table-wrap:nth-of-type(1) tr:nth-of-type(n+3) td {
	padding-top: 3.2rem;
}

.p-company__history-table-wrap:nth-of-type(1) th {
	width: 18.2rem;
}

.p-company__history-table-wrap:nth-of-type(1) td {
	padding-left: 3.8rem;
}

.p-company__history-table-wrap:nth-of-type(2) {
	margin-top: 4rem;
}

.p-company__history-table tbody tr:first-of-type th {
	font-weight: 700;
}

.p-company__history-table tbody th {
	font-weight: 500;
}

.p-company__history-list-wrap {
	margin-top: 4rem;
}

.p-company__history-list {
	-moz-column-gap: 14.3rem;
	column-gap: 14.3rem;
	display: flex;
}

.p-company__history-list-item h4 {
	color: #396;
}

.p-company__history-list-item p {
	padding-left: 1.6rem;
}

/* 事務所概要 */

.p-company__office {
	padding-bottom: 9.5rem;
}

.p-company__office-inner {
	margin: 0 auto;
	max-width: 115.6rem;
	padding: 0 2rem;
	width: 100%;
}

.p-company__office-list {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}

.p-company__office-table th {
	color: #396;
	font-weight: 500;
	width: 13.1rem;
}

.p-company__office-table td {
	padding-left: 4rem;
}

.p-company__office-table td .--12 {
	font-size: 1.2rem;
}

.p-company__office-map {
	aspect-ratio: 59/22;
	height: 100%;
	margin-top: 3rem;
	overflow: hidden;
	width: 100%;
}

/* ============================
svg
 ========================= */

/***************************************************
 * Generated by SVG Artista on 10/7/2025, 1:48:03 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

/***************************************************
 * Generated by SVG Artista on 10/7/2025, 2:05:41 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

/***************************************************
 * Generated by SVG Artista on 10/7/2025, 2:49:27 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-1 {
	stroke-dashoffset: 716.7644042969px;
	stroke-dasharray: 716.7644042969px;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .svg-elem-1 {
	stroke-dashoffset: 1433.5288085938px;
}

svg .svg-elem-2 {
	stroke-dashoffset: 240.2807312012px;
	stroke-dasharray: 240.2807312012px;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

svg.active .svg-elem-2 {
	stroke-dashoffset: 480.5614624023px;
}

svg .svg-elem-3 {
	stroke-dashoffset: 152.5425109863px;
	stroke-dasharray: 152.5425109863px;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}

svg.active .svg-elem-3 {
	stroke-dashoffset: 305.0850219727px;
}

svg .svg-elem-4 {
	stroke-dashoffset: 228.9077758789px;
	stroke-dasharray: 228.9077758789px;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}

svg.active .svg-elem-4 {
	stroke-dashoffset: 457.8155517578px;
}

svg .svg-elem-5 {
	stroke-dashoffset: 203.1552734375px;
	stroke-dasharray: 203.1552734375px;
	transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}

svg.active .svg-elem-5 {
	stroke-dashoffset: 406.310546875px;
}

/* ============================
p-careers
 ========================= */

.p-careers__top {
	margin-bottom: 12rem;
}

.p-careers__top-heading {
	font-size: 2.8rem;
	letter-spacing: 2.24px;
	line-height: 160%;
	margin-bottom: 4.8rem;
	text-align: center;
}

.p-careers__top-img {
	margin-bottom: 4.8rem;
}

.p-careers__top-content {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 4.8rem;
	padding: 3.2rem 0;
}

.p-careers__top-list {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	row-gap: 2.4rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-careers__top-item {
	-moz-column-gap: 1.6rem;
	align-items: center;
	color: #192F60;
	column-gap: 1.6rem;
	display: flex;
	font-size: 2rem;
	letter-spacing: 1.6px;
	line-height: 160%;
}

.p-careers__top-item-number {
	background-color: #192F60;
	color: #fff;
	display: grid;
	flex-shrink: 0;
	font-size: 2rem;
	font-weight: 700;
	height: 3.2rem;
	line-height: 160%;
	place-content: center;
	width: 3.2rem;
}

.p-careers__top-description {
	text-align: center;
}

.p-careers__top-description-text {
	line-height: 180%;
}

.p-careers__top-description-text:not(:last-of-type) {
	margin-bottom: 4rem;
}

/* 募集要項 */

.p-careers__recruitment {
	background-color: #F5F5F5;
	padding: 8rem 0;
}

.p-careers__heading {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.2 0.24px;
	line-height: 140%;
	margin-bottom: 4.8rem;
	padding-bottom: 1.6rem;
	position: relative;
	text-align: center;
}

.p-careers__heading::after {
	background-color: #192F60;
	bottom: 0;
	content: "";
	height: 0.2rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 32rem;
}

.p-careers__recruitment-list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
	margin-bottom: 4.8rem;
}

.p-careers__recruitment-item {
	background-color: #fff;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	padding-bottom: 2.4rem;
	width: calc(50% - 1.5rem);
}

.p-careers__recruitment-card-heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 2.4rem 3.2rem 0;
}

.p-careers__recruitment-card-heading-title {
	color: #192F60;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1.44px;
	line-height: 160%;
}

.p-careers__recruitment-card-status {
	height: 3.2rem;
	position: relative;
	width: 3.2rem;
}

.p-careers__recruitment-card-status::before,
.p-careers__recruitment-card-status::after {
	background-color: #192F60;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-careers__recruitment-card-status::before {
	height: 0.3rem;
	width: 50%;
}

.p-careers__recruitment-card-status::after {
	height: 50%;
	transition: transform 0.4s 0s linear;
	width: 0.3rem;
}

/* アコーディオン開 */

.p-careers__recruitment-card-heading.is-open .p-careers__recruitment-card-status::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

/* /アコーディオン開 */

.p-careers__recruitment-card-data {
	max-height: 0;
	overflow: hidden;
	transform: translateY(-5px);
	transition: max-height 0.6s linear, opacity 0.4s linear, transform 0.4s linear, visibility 0s linear 0.6s;
	visibility: hidden;
}

/* アコーディオン開 */

.p-careers__recruitment-card-heading.is-open + .p-careers__recruitment-card-data {
	max-height: 60rem;
	transform: translateY(0);
	transition: max-height 0.6s linear, opacity 0.4s linear, transform 0.4s linear;
	visibility: visible;
}

/* /アコーディオン開 */

.p-careers__recruitment-card-row {
	display: flex;
	padding: 0 0.8rem 1.2rem;
}

.p-careers__recruitment-card-row:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
	margin: 0 2.4rem 1.2rem;
}

.p-careers__recruitment-card-row:first-of-type {
	margin: 1.6rem 2.4rem 2.4rem;
}

.p-careers__recruitment-card-row:last-of-type {
	margin: 0 2.4rem 0;
}

.p-careers__recruitment-card-title {
	flex-shrink: 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 160%;
	width: 14.7%;
}

.p-careers__recruitment-card-content {
	font-size: 1.4rem;
	line-height: 160%;
}

/* 選考フロー */

.p-careers__flow {
	padding-top: 12rem;
}

.p-careers__flow-item {
	-moz-column-gap: 2.4rem;
	column-gap: 2.4rem;
	display: flex;
}

.p-careers__flow-item:not(:last-of-type) {
	margin-bottom: 4.8rem;
	position: relative;
}

.p-careers__flow-item:not(:last-of-type)::after {
	background-color: #ccc;
	content: "";
	height: calc(100% + 3rem);
	left: 4rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 0.4rem;
	z-index: -1;
}

.p-careers__flow-item:has(.c-button) .p-careers__flow-item-text {
	margin-bottom: 1.6rem;
}

.p-careers__flow-item-number {
	background-color: #192F60;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	font-size: 3.2rem;
	height: 8rem;
	justify-content: center;
	line-height: 100%;
	row-gap: 0.4rem;
	text-align: center;
	width: 8rem;
}

.p-careers__flow-item-number span {
	font-size: 1.2rem;
	line-height: 100%;
	text-transform: uppercase;
}

.p-careers__flow-item-content {
	flex: 1;
}

.p-careers__flow-item-heading {
	border-bottom: 0.1rem solid #ccc;
	font-size: 2rem;
	letter-spacing: 1.6px;
	line-height: 160%;
	margin-bottom: 1.2rem;
	padding-bottom: 1.2rem;
}

.p-careers__flow-item-text {
	font-size: 1.4rem;
	line-height: 160%;
}

/* ============================
p-contact
 ========================= */

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

.p-contact__wrap {
	background: #396;
	border-radius: 3rem;
	margin: 6.4rem auto 0;
	max-width: 115.3rem;
	padding: 8rem 1.6rem;
	width: 100%;
}

.p-contact__wrap-inner {
	margin: 0 auto;
	max-width: 92.8rem;
	width: 100%;
}

.p-contact__wrap-text {
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	line-height: 130%;
	text-align: center;
}

.p-contact__description-text {
	line-height: 180%;
}

/* ============================
form
 ========================= */

form {
	margin-top: 4.1rem;
}

/* 全体 */

.p-contact__form-list {
	display: flex;
	flex-direction: column;
	row-gap: 4.8rem;
}

/* 横並び */

.p-contact__flex {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	display: flex;
}

.p-contact__flex:has(> .p-contact__select-wrap) {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
}

.p-contact__flex .p-contact__field {
	flex: 1;
}

/* ラベル,入力ボックスwrap */

.p-contact__field {
	-moz-column-gap: 2.2rem;
	column-gap: 2.2rem;
	display: flex;
	justify-content: space-between;
}

.p-contact__label {
	color: #fff;
	flex: 1;
	font-size: 2rem;
	padding-top: 1.6rem;
}

.p-contact__label label {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-contact__enter {
	max-width: 69.8rem;
	width: 100%;
}

.p-contact__enter .wpcf7-form-control {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
	flex-wrap: wrap;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

input,
textarea {
	caret-color: #251716;
}

.p-contact__required,
.p-contact__free {
	background: #fff;
	border-radius: 0.4rem;
	color: #396;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 110%;
	line-height: 100%;
	padding: 0.2rem 0.8rem 0.4rem;
	text-align: center;
	vertical-align: text-bottom;
}

::-moz-placeholder {
	color: #777;
	line-height: 180%;
}

::placeholder {
	color: #777;
	line-height: 180%;
}

/* 入力ボックススタイル */

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f5f5f5;
	background-image: none;
	border: 0.1rem solid #ccc;
	border-radius: 1.6rem;
	font-size: 1em;
	padding: 1.2rem;
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
	border: 0.1rem solid #251716;
	outline: none;
}

textarea {
	height: 26.5rem;
	width: 100%;
}

/* 注釈 */

small {
	font-size: 1.4rem;
	line-height: 180%;
}

.wpcf7-list-item {
	margin: 0;
}

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

/* ラジオボタン */

.p-contact__enter .p-contact__radio-label {
	cursor: pointer;
}

.p-contact__enter {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	display: flex;
}

input[type=radio] + .wpcf7-list-item-label {
	cursor: pointer;
	display: inline-block;
	padding-left: 2.4rem;
	position: relative;
}

input[type=radio] {
	opacity: 0;
	position: absolute;
}

/* 外枠 */

input[type=radio] + .wpcf7-list-item-label::before {
	background: #fff;
	border: 0.1rem solid #ccc;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 1.6rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.6rem;
}

/* チェック時のスタイル */

input[type=radio] + .wpcf7-list-item-label::after {
	background: #192F60;
	border-radius: 50%;
	content: "";
	height: 1rem;
	left: 0.32rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 1rem;
	z-index: 1;
}

/* フォーカス時のスタイル */

input[type=radio]:focus + .wpcf7-list-item-label::before {
	box-shadow: 0 0 0.1rem 0.1rem rgba(37, 23, 22, 0.2);
}

/* チェック時の挙動 */

input[type=radio]:checked + .wpcf7-list-item-label::before {
	border-color: #192F60;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

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

.p-contact__select-wrap {
	position: relative;
}

.p-contact__select-wrap::after {
	border: 0.15rem solid #251716;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 0.8rem;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 1.2rem;
	top: 1.6rem;
	transform: rotate(135deg);
	vertical-align: middle;
	width: 0.8rem;
}

.p-contact__select-wrap.--lg {
	max-width: 16rem;
	width: 100%;
}

.p-contact__select-wrap.--sm {
	max-width: 10rem;
	width: 100%;
}

/* 確認画面 */

.p-contact-confirm .p-contact__select-wrap.--lg,
.p-contact-confirm .p-contact__select-wrap.--sm {
	max-width: 100%;
	width: -moz-fit-content;
	width: fit-content;
}

/* 確認画面では矢印非表示 */

.page-template-page-confirm .p-contact__select-wrap::after {
	display: none;
}

.p-contact__select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0.1rem solid #ccc;
	border-radius: 0;
	color: #84857F;
	cursor: pointer;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}

.p-contact__select::-ms-expand {
	display: none;
}

.p-contact__select:focus {
	border: 0.1rem solid #251716;
	box-shadow: none;
	outline: none;
}

.wpcf7-select:not(.wpcf7-not-valid) {
	color: #251716; /* 黒 */
}

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

input[type=checkbox] + .wpcf7-list-item-label {
	cursor: pointer;
	padding-left: 1.2rem;
	position: relative;
}

input[type=checkbox] {
	opacity: 0;
	position: absolute;
}

input[type=checkbox] + .wpcf7-list-item-label {
	cursor: pointer;
	padding-left: 2.8rem;
}

input[type=checkbox] + .wpcf7-list-item-label::before {
	background: #fff;
	border: 0.1rem solid #ccc;
	border-radius: 0.2rem;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

input[type=checkbox] + .wpcf7-list-item-label::after {
	border-bottom: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
	content: "";
	height: 0.8rem;
	left: 0.5rem;
	opacity: 0;
	position: absolute;
	top: 40%;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.3s;
	width: 0.5rem;
	z-index: 1;
}

input[type=checkbox]:focus + .wpcf7-list-item-label::before {
	box-shadow: 0 0 0.1rem 0.1rem rgba(37, 23, 22, 0.2);
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
	background-color: #192F60;
	border-color: #192F60;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

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

/* 送信ボタン */

.p-contact__submit {
	color: #fff;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-contact__button {
	border-radius: 500px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 130%;
	padding: 1.6rem 9.8rem 1.6rem 8rem;
	text-align: center;
}

/* 確認画面ボタン */

/* 送信,戻るボタンwrap */

.p-contact-confirm .p-contact__button-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 2.4rem;
}

/* 送信ボタン */

/* 戻るボタン */

.p-contact__prev {
	color: #192F60;
	padding-left: 2rem;
	position: relative;
}

.p-contact__prev::after {
	border-color: transparent transparent transparent currentColor;
	border-style: solid;
	border-width: 0.4rem 0 0.4rem 0.6rem;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 50%;
	transform: scale(-1, 1) translateY(-50%);
	width: 0;
}

.p-contact__prev:hover {
	opacity: 0.7;
}

.wpcf7-spinner {
	display: none;
}

/* エラー */

.wpcf7-not-valid-tip,
.wpcf7-response-output {
	color: #DA4833;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 0.6rem;
}

input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border: 0.1rem solid #DA4833 !important;
}

select.wpcf7-form-control[aria-invalid=true] {
	border: 0.1rem solid #DA4833 !important;
}

.p-contact__checkbox-label .wpcf7-not-valid .wpcf7-list-item-label::before {
	border: 0.1rem solid #DA4833;
}

.wpcf7 form .wpcf7-response-output {
	border: none;
	margin: 0.5rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #DA4833;
}

.p-contact__bottom-wrap-text {
	color: #fff;
	font-size: 2rem;
	text-align: center;
}

/* ============================
thanks
 ========================= */

.p-contact__thanks {
	background: rgba(51, 240, 176, 0.3);
	border-radius: 3rem;
	margin: 6.4rem auto 0;
	max-width: 115.3rem;
	padding: 8rem;
	padding: 8rem 1.6rem;
	text-align: center;
	width: 100%;
}

.p-contact__thanks-title {
	font-size: 3.9rem;
}

.p-contact__thanks-text {
	font-size: 2rem;
	line-height: 185%;
	margin-top: 4.6rem;
}

.p-contact__thanks-button {
	margin: 0 auto;
	margin-top: 7.2rem;
}

/* ============================
complete
 ========================= */

.p-complete__inner {
	margin: 0 auto;
	max-width: 80rem;
	width: 100%;
}

.p-complete__heading {
	font-size: 2rem;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 2.4rem;
}

.p-complete__description {
	line-height: 180%;
	margin-bottom: 2.4rem;
}

.p-complete__description-attention {
	color: #E2281C;
	font-size: 1.4rem;
	line-height: 180%;
	margin-bottom: 4rem;
}

/* ============================
p-404
 ========================= */

.p-404 {
	padding: 8rem 0;
}

.p-404__inner {
	margin: 0 auto;
	max-width: 83.2rem;
	padding: 0 1.6rem;
	width: 100%;
}

.p-404__heading {
	margin-bottom: 4rem;
	text-align: center;
}

.p-404__heading p {
	color: #192F60;
	font-size: 6.4rem;
	font-weight: 700;
	line-height: 160%;
}

.p-404__heading-text {
	font-size: 2rem;
	line-height: 130%;
}

.p-404__description {
	background-color: #F5F5F5;
	line-height: 180%;
	margin-bottom: 4rem;
	padding: 2.4rem 4rem;
}

.p-404__description-item {
	padding-left: 2rem;
	position: relative;
}

.p-404__description-item::before {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: 0.4rem;
	left: 0.6rem;
	position: absolute;
	top: 1.2rem;
	width: 0.4rem;
}

/* ============================
utility
========================= */

/* ============================
u-display
 ========================= */

/* 769px以下表示(770px以上は非表示) */

/* 768px以下表示(769px以上は非表示) */

.u-display__sp {
	display: none;
}

/* ============================
u-spacing
 ========================= */

/* 各ページ共通余白 */

.u-spacing__page {
	padding-bottom: 12rem;
	padding-top: 9.6rem;
}

.u-spacing__page--top {
	padding-top: 9.6rem;
}

/* ============================
u-font
 ========================= */

.u-font--green {
	color: #396;
}

.u-font--yellow {
	color: #F2FF00;
}

.u-font--marker {
	background: linear-gradient(transparent 70%, #F2FF00 70%);
	display: inline;
}

.u-font--700 {
	font-weight: 700;
}

/* ============================
アニメーション
 ========================= */

.js-inview--underline {
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: 0% 100%;
}

.js-inview--underline.is-active {
	animation: marker 0.8s ease-in-out forwards 0.3s;
}

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

html {
	font-size: 0.6944444444vw;
}

}

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

html {
	font-size: 10px;
}

}

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

.p-top__service-highlight {
	margin-right: calc((1440px - 100%) / -2);
}

}

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

.l-header__inner {
	background-color: #fff;
	padding-left: 0.5rem;
	padding-right: 1.8rem;
}

}

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

html {
	font-size: 2.6666666667vw;
}

html {
	scroll-padding-top: 13.4rem;
}

body.is-fixed {
	height: 100%;
	overflow: hidden;
}

.--pc-only {
	display: none;
}

.--sp-only {
	display: block;
}

.l-header {
	height: 6.5rem;
}

.l-header.is-hidden {
	opacity: 1;
	pointer-events: auto;
}

.l-header__logo-link {
	max-width: 17.1rem;
}

.l-header__drawer-button {
	display: block;
}

.l-header__content {
	background: #396;
	flex-direction: column;
	height: 100svh;
	left: 0;
	padding: 10.4rem 2.4rem 4rem;
	position: fixed;
	top: 0;
	transform: translateX(105%);
	transition: transform 0.5s ease 0s;
	width: 100%;
	z-index: -1;
}

.l-header__content.is-visible {
	overflow-x: scroll;
	transform: translateX(0);
}

.l-header__nav {
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	width: 100%;
}

.l-header__nav-list {
	align-items: flex-start;
	flex-direction: column;
	row-gap: 2.4rem;
}

.l-header__nav-item {
	color: #fff;
}

.l-header__nav-link {
	font-size: 2rem;
}

.l-header__nav-link:hover {
	color: #F2FF00;
}

.l-header__nav-link:hover::after {
	display: none;
}

.l-main {
	margin-top: 6.5rem;
	padding-top: 1.8rem;
}

.l-main.top {
	padding-top: 0;
}

.l-footer {
	padding: 6.3rem 0 1.6rem;
}

.l-footer__inner {
	padding: 0 2rem;
}

.l-footer__list {
	flex-direction: column;
	row-gap: 1.6rem;
}

.l-footer__item {
	font-size: 1.6rem;
}

.l-footer__bottom {
	flex-direction: column-reverse;
	margin-top: 4.8rem;
	row-gap: 4.8rem;
}

.l-footer__logo {
	max-width: 26.4rem;
}

.l-footer__bottom-list {
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
}

.l-footer__bottom-item {
	width: 8rem;
}

.l-footer__copy {
	margin-top: 4.8rem;
	text-align: center;
}

.c-breadcrumb__list {
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
}

.c-breadcrumb__item {
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
}

.c-button--lg {
	border-radius: 3.8rem;
	font-size: 2rem;
	max-width: 100%;
}

.c-button--md {
	border-radius: 3.8rem;
	font-size: 2rem;
	max-width: 100%;
}

.c-button--sm {
	max-width: 100%;
}

.c-pagination__num-item a {
	height: 4rem;
	width: 4rem;
}

.c-pagination__num-item .current {
	height: 4rem;
	width: 4rem;
}

.c-pagination__arrow--prev {
	margin: 0;
}

.c-pagination__arrow--next {
	margin: 0;
}

.c-heading--page .c-heading__en {
	font-size: 7.3rem;
}

.c-heading--page .c-heading__ja {
	bottom: 0;
	font-size: 3rem;
}

.c-heading.--section {
	margin-bottom: 4rem;
	padding-bottom: 1.6rem;
	text-align: center;
}

.c-heading.--section::after {
	background: repeating-linear-gradient(90deg, #ccc 0, #ccc 33.83%, #192f60 33.83%, #192f60 66.16%, #ccc 66.16%, #ccc 100%);
}

.c-heading.--section .c-heading__en {
	font-size: 1.4rem;
	letter-spacing: 1.12px;
	margin-bottom: 0.2rem;
}

.c-heading.--section .c-heading__ja {
	font-size: 2rem;
	letter-spacing: 0.8px;
}

.p-case .c-heading__en,
.p-top__case .c-heading__en {
	letter-spacing: -5.57px;
}

.c-cta {
	background: url(../../public/img/common/cta-bg_sp.webp) no-repeat center center/cover;
	padding-bottom: 5.8rem;
}

.c-cta__content {
	line-height: 2;
	margin-left: 0;
	margin-top: 8rem;
	text-align: left;
}

.c-cta__content-bottom-text {
	color: #333;
	margin-top: 1.3rem;
	text-shadow: 2px 0 0 rgba(255, 255, 255, 0.94), -2px 0 0 rgba(255, 255, 255, 0.94), 0 2px 0 rgba(255, 255, 255, 0.94), 0 -2px 0 rgba(255, 255, 255, 0.94), 2px 2px 0 rgba(255, 255, 255, 0.94), -2px 2px 0 rgba(255, 255, 255, 0.94), 2px -2px 0 rgba(255, 255, 255, 0.94), -2px -2px 0 rgba(255, 255, 255, 0.94);
}

.c-cta__content-top-text.--sp-only span {
	display: block;
}

.c-cta__content-top-text.--sp-only span:nth-of-type(2) {
	text-align: right;
}

.c-cta__button {
	margin-top: 4.6rem;
	max-width: 26.6rem;
}

.c-policy__item:not(:last-of-type) {
	margin-bottom: 4rem;
}

.c-policy__item-heading {
	font-size: 2rem;
}

.c-policy__item-list {
	margin: 1.6rem 0 1.6rem 2.8rem;
}

.c-policy__item-table th,
.c-policy__item-table td {
	font-size: 1.4rem;
}

.c-single__post {
	margin: 4rem auto 6.4rem;
	padding: 4rem 3rem 4.8rem;
}

.c-single__post-header {
	font-size: 1.6rem;
	row-gap: 0;
}

.c-single__post-title {
	font-size: 1.6rem;
	margin-top: 0;
}

.c-single__post-content {
	font-size: 1.4rem;
	line-height: 1.9;
	margin-top: 2.4rem;
	padding-top: 2.4rem;
}

.c-single__post-content > *:not(:first-of-type) {
	margin-top: 1.4rem;
}

.c-single__post-content h2 {
	font-size: 1.6rem;
}

.c-single__post-content h3 {
	font-size: 1.5rem;
}

.c-single__post-content h4 {
	font-size: 1.5rem;
}

.c-single__nav {
	margin: 0 auto;
	max-width: 22rem;
	width: 100%;
}

.p-top__mv-wrap {
	flex-direction: column;
}

.p-top__mv-content {
	width: 100%;
}

.p-top__mv-header {
	text-align: center;
}

.p-top__mv-header-lead {
	font-size: 1.7rem;
}

.p-top__mv-header-text {
	font-size: 1.8rem;
	margin-top: 1rem;
}

.p-top__mv-header-text .--bg {
	margin-right: 0.2rem;
}

.p-top__mv-header-text .--bg {
	font-size: 2.4rem;
}

.p-top__mv-middle {
	margin-top: 18.1rem;
}

.p-top__mv-middle-text {
	font-size: 1.8rem;
	line-height: 160%;
	text-align: center;
}

.p-top__mv-middle-text .--37 {
	font-size: 1.8rem;
}

.p-top__mv-middle-title {
	flex-direction: column;
	line-height: 1;
	margin-top: 0.8rem;
}

.p-top__mv-middle-title p {
	font-size: 2.8rem;
}

.p-top__mv-middle-title p:first-of-type {
	font-size: 5.2rem;
}

.p-top__mv-middle-title p:last-of-type {
	margin-left: auto;
}

.p-top__mv-bottom {
	max-width: 100%;
	padding: 0 0 0.9rem;
}

.p-top__mv-bottom-list {
	-moz-column-gap: 0;
	column-gap: 0;
	padding: 1.3rem 1.4rem 0.6rem;
	position: relative;
}

.p-top__mv-bottom-item {
	width: 33.3%;
}

.p-top__mv-bottom-item-icon {
	width: 9.2rem;
}

.p-top__mv-bottom-item-text {
	font-size: 1.3rem;
}

.p-top__mv-bottom-list-arrow {
	padding: 0;
	position: absolute;
	top: 3.1rem;
	width: 2.6rem;
}

.p-top__mv-bottom-list-arrow:nth-of-type(2) {
	left: 9.9rem;
}

.p-top__mv-bottom-list-arrow:nth-of-type(4) {
	left: 20.4rem;
}

.p-top__bottom-support {
	margin-right: auto;
	margin-top: 0;
	max-width: 32.7rem;
}

.p-top__bottom-support p {
	width: 23.1rem;
}

.p-top__bottom-support .--bg {
	height: 2.8rem;
	left: 0;
	max-width: 32.7rem;
}

.p-top__mv-achievement {
	-moz-column-gap: 1.4rem;
	column-gap: 1.4rem;
	margin: 1.6rem auto 0;
}

.p-top__mv-achievement-item {
	color: #333;
}

.p-top__mv-achievement-item .--34 {
	font-size: 1.9rem;
}

.p-top__mv-achievement-item .--37 {
	font-size: 2rem;
}

.p-top__mv-achievement-item .--43 {
	font-size: 2.3rem;
}

.p-top__mv-achievement-item .--56 {
	font-size: 3.1rem;
}

.p-top__mv-achievement-item .--62 {
	font-size: 3.4rem;
}

.p-top__mv-achievement-item-text {
	top: 0;
	transform: translateX(-50%);
}

.p-top__mv-achievement-item-bg {
	width: 14.7rem;
}

.p-top__cta {
	padding: 3.4rem 0 1.6rem;
}

.p-top__cta-list {
	flex-direction: column;
	row-gap: 2.3rem;
}

.p-top__cta-button {
	width: 100%;
}

.p-top__service {
	padding: 4.2rem 0 7.6rem;
}

.p-top__service-wrap {
	flex-direction: column;
}

.p-top__service-content {
	display: contents;
}

.p-top__service-heading {
	order: 1;
}

.p-top__service-content-text {
	margin-top: 2.5rem;
	order: 3;
}

.p-top__service-highlight {
	background: url(../../public/img/top/service-bg_sp.webp) no-repeat center center/cover;
	border-radius: 0;
	margin-left: calc(50% - 50vw);
	margin-top: 4rem;
	max-width: none;
	order: 2;
	width: 100vw;
}

.p-top__service-highlight-text {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	font-weight: 400;
	order: 3;
}

.p-top__service-list {
	margin-top: 4.6rem;
}

.p-top__service-bottom-text {
	font-size: 1.8rem;
	margin-top: 3.15rem;
}

.p-top__service-button {
	margin: 5.6rem auto 0;
	max-width: 26.7rem;
	min-height: 6.2rem;
}

.p-top__case-wrap-text {
	flex-direction: column;
	row-gap: 1.2rem;
	top: 44%;
	width: 100%;
}

.p-top__case-wrap-text .--address {
	display: block;
	flex-direction: column;
	margin: 0 auto 1.6rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top__case-wrap-text .--address p {
	text-align: left;
}

.p-top__case-wrap-text p {
	-ms-writing-mode: lr-tb;
	letter-spacing: 0;
	line-height: 200%;
	text-align: center;
	text-shadow: 1px 0 0 rgba(255, 255, 255, 0.94), -1px 0 0 rgba(255, 255, 255, 0.94), 0 1px 0 rgba(255, 255, 255, 0.94), 0 -1px 0 rgba(255, 255, 255, 0.94), 1px 1px 0 rgba(255, 255, 255, 0.94), -1px 1px 0 rgba(255, 255, 255, 0.94), 1px -1px 0 rgba(255, 255, 255, 0.94), -1px -1px 0 rgba(255, 255, 255, 0.94);
	writing-mode: horizontal-tb;
}

.p-top__case-wrap-text p.--sp-18 {
	font-size: 1.8rem;
}

.p-top__case-wrap-bg {
	border-radius: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none;
	width: 100vw;
}

.p-top__case-list {
	margin-top: 6.4rem;
	max-width: 30.4rem;
}

.p-top__case-list .p-case__item .p-case__excerpt {
	-webkit-line-clamp: 10;
	margin-top: 3.1rem;
}

.p-top__case-list .p-case__info {
	padding-top: 4rem;
}

.p-top__company {
	padding: 8rem 0 7.6rem;
}

.p-top__company-wrap {
	flex-direction: column;
}

.p-top__company-content {
	display: contents;
}

.p-top__company-heading {
	order: 1;
}

.p-top__company-content-text {
	margin-top: 2.5rem;
	order: 3;
}

.p-top__company-highlight {
	background: url(../../public/img/top/company-bg_sp.webp) no-repeat center center/cover;
	border-radius: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 4rem;
	max-width: none;
	order: 2;
	width: 100vw;
}

.p-top__company-highlight-text {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	font-weight: 400;
	order: 3;
}

.p-top__company-list {
	margin-top: 4.6rem;
}

.p-top__company-bottom-text {
	font-size: 1.8rem;
	margin-top: 3.15rem;
}

.p-top__company-button {
	margin: 5.6rem auto 0;
	max-width: 26.7rem;
	min-height: 6.2rem;
	order: 4;
}

.js-inview.js-inview--sp {
	opacity: 0;
}

.js-inview.js-inview--sp.is-show {
	opacity: 1;
}

.js-inview.--fadein-up.p-top__case-wrap-text {
	transform: translate(-50%, -40%);
}

.js-inview.--fadein-up.p-service__support-item-heading {
	transform: translate(-50%, 3rem);
}

.js-inview.--fadein-up.is-show.p-service__support-item-heading {
	transform: translateX(-50%);
}

.js-inview--02 {
	transition-delay: 0.2s;
}

.js-inview--03 {
	transition-delay: 0.2s;
}

.js-inview--04 {
	transition-delay: 0.2s;
}

.p-news {
	padding-bottom: 6.3rem;
}

.p-news__item {
	padding: 3.1rem 2.5rem 3.4rem;
}

.p-news__body {
	flex-direction: column;
	row-gap: 0.8rem;
}

.p-news__thumbnail {
	aspect-ratio: 287/201;
	max-width: 100%;
}

.p-news__content {
	align-items: center;
	flex-direction: column;
	row-gap: 2.3rem;
}

.p-news__heading {
	margin-top: 0.8rem;
}

.p-news__excerpt {
	-webkit-line-clamp: 3;
	margin-top: 0.8rem;
}

.p-news__link {
	max-width: 14rem;
}

.p-case {
	padding-bottom: 6.3rem;
}

.p-case__item {
	align-items: flex-start;
	flex-direction: column;
	padding: 3.1rem 2.5rem 3.4rem;
}

.p-case__info {
	line-height: 180%;
}

.p-case__info p:nth-of-type(2),
.p-case__info p:nth-of-type(3) {
	display: inline;
}

.p-case__thumbnail {
	aspect-ratio: 293/135;
	margin-top: 2.4rem;
	max-width: 100%;
}

.p-case__content {
	align-items: center;
	flex-direction: column;
	row-gap: 2.3rem;
}

.p-case__excerpt {
	margin-top: 2.4rem;
}

.p-case__link {
	max-width: 14rem;
}

.p-service__top-text {
	font-size: 1.8rem;
}

.p-service__list {
	flex-direction: column;
	row-gap: 2.4rem;
}

.p-service__item {
	-moz-column-gap: 2.8rem;
	column-gap: 2.8rem;
	min-height: 16.8rem;
	padding: 2rem 1.6rem 2rem 5.2rem;
	width: 100%;
}

.p-service__item .--number {
	font-size: 5rem;
}

.p-service__item-bg {
	height: 11.9rem;
	width: 11.9rem;
}

.p-service__support-item {
	padding: 5rem 2.2rem 3.2rem;
}

.p-service__support-item:first-of-type .p-service__support-item-body {
	flex-direction: column-reverse;
}

.p-service__support-item-heading {
	flex-direction: column;
	font-size: 2rem;
	padding: 0 1.1rem;
	row-gap: 1.2rem;
	top: -7.6rem;
	transform: translateX(-50%);
}

.p-service__support-item-heading-number {
	font-size: 5.4rem;
}

.p-service__support-item-body {
	flex-direction: column;
	row-gap: 1.6rem;
}

.p-service__support-item-body:nth-of-type(even) {
	flex-direction: column;
}

.p-service__support-item-body:not(:first-of-type) {
	margin-top: 1.6rem;
}

.p-service__support-item-text p + p {
	margin-top: 1.6rem;
}

.p-service__plan {
	padding: 7.6rem 0 2.6rem;
}

.p-service__plan-heading {
	font-size: 2.8rem;
	padding: 0 0 8rem;
}

.p-service__plan-lead {
	margin-top: 3.4rem;
}

.p-service__plan-wrap {
	margin-top: 7.2rem;
	row-gap: 7.2rem;
}

.p-service__plan-sub-heading {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 1.6rem 0.2rem 1.4rem;
}

.p-service__plan-notes {
	text-align: left;
}

.p-service__plan-list {
	flex-direction: column;
}

.p-service__plan-list.--col2 {
	row-gap: 7.6rem;
}

.p-service__plan-list.--col2 .p-service__plan-item {
	padding: 4.4rem 1.6rem 2.9rem;
	width: 100%;
}

.p-service__plan-list.--col2 .p-service__plan-item-heading {
	min-width: 19.8rem;
}

.p-service__plan-list.--col2 .p-service__plan-item-info-block p:first-of-type {
	line-height: 106%;
}

.p-service__plan-list.--col2 .p-service__plan-item-info-block p:nth-of-type(2) {
	font-feature-settings: "palt";
	font-size: 2.2rem;
}

.p-service__plan-list.--col2 .p-service__plan-item-info-block p:nth-of-type(2) .--16 {
	font-size: 1.4rem;
}

.p-service__plan-list.--col3 {
	margin-top: 4.8rem;
	row-gap: 3rem;
}

.p-service__plan-list.--col3 .p-service__plan-item {
	width: 100%;
}

.p-service__plan-list.--col3 .p-service__plan-item-price {
	font-size: 3.7rem;
}

.p-service__plan-list.--col3 .p-service__plan-item-price .--30 {
	font-size: 2.5rem;
}

.p-service__plan-bottom-text {
	margin-top: 2.4rem;
	text-align: left;
}

.p-service__advice-item {
	flex-direction: column;
	row-gap: 3.2rem;
}

.p-service__advice-item.--top {
	margin-top: 4.8rem;
}

.p-service__advice-item.--bottom {
	margin-top: 5.6rem;
}

.p-service__advice-item-heading {
	padding-top: 2.2rem;
}

.p-service__advice-item-text {
	margin-top: 2.2rem;
}

.p-service__advice-item-right.--img {
	max-width: 100%;
}

.p-service__advice-item-right.--info {
	max-width: 100%;
	padding: 0.7rem 1.4rem 1.4rem;
}

.p-service__advice-item-right.--info > p {
	font-size: 1.8rem;
}

.p-service__advice-item-right-box-wrap {
	-moz-column-gap: 1.4rem;
	column-gap: 1.4rem;
	margin-top: 0.6rem;
}

.p-service__advice-item-right-box {
	padding: 0.2rem 0;
	width: calc(33.3% - 0.9333333333rem);
}

.p-service__advice-item-right-box .--percentage::after {
	width: 6.8rem;
}

.p-service__advice-item-right-box .--price {
	font-size: 2.8rem;
	margin-top: 0.5rem;
}

.p-service__advice-item-right-box .--price .--25 {
	font-size: 1.6rem;
}

.p-company__massage-wrap {
	padding: 4.8rem 2rem 3.2rem;
}

.p-company__massage-wrap::after {
	width: 100%;
}

.p-company__massage-wrap-inner {
	flex-direction: column-reverse;
}

.p-company__massage-content {
	margin-top: 1.6rem;
}

.p-company__massage-content p:not(:first-of-type) {
	margin-top: 1.5rem;
}

.p-company__massage-content p {
	font-size: 1.4rem;
}

.p-company__massage-content-footer {
	margin-top: 1.6rem;
}

.p-company__history {
	padding: 6.4rem 0 5.6rem;
}

.p-company__history-wrap {
	margin-top: 2.4rem;
}

.p-company__history-table-wrap:nth-of-type(1) th {
	line-height: 160%;
	width: 11.9rem;
}

.p-company__history-table-wrap:nth-of-type(1) td {
	font-size: 1.4rem;
	padding-left: 2rem;
}

.p-company__history-list {
	flex-direction: column;
	row-gap: 0.8rem;
}

.p-company__office {
	padding-bottom: 7.2rem;
}

.p-company__office-list {
	flex-direction: column;
	margin-top: 2.4rem;
}

.p-company__office-table tr:not(:first-of-type) th,
.p-company__office-table tr:not(:first-of-type) td {
	padding-top: 0.8rem;
}

.p-company__office-table td {
	font-size: 1.4rem;
	padding-left: 2.4rem;
	word-break: break-word;
}

.p-company__office-map {
	aspect-ratio: 168/209;
	margin-top: 2.4rem;
}

.p-careers__top {
	margin-bottom: 8rem;
}

.p-careers__top-heading {
	font-size: 1.8rem;
	letter-spacing: 0.72px;
	margin-bottom: 2.4rem;
}

.p-careers__top-img {
	margin-bottom: 2.4rem;
}

.p-careers__top-content {
	margin-bottom: 2.4rem;
	padding: 2.4rem 0;
}

.p-careers__top-list {
	row-gap: 1.2rem;
}

.p-careers__top-item {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	font-size: 1.8rem;
	letter-spacing: 0.72px;
	line-height: 130%;
}

.p-careers__top-item-number {
	font-size: 1.6rem;
	height: 2.6rem;
	width: 2.6rem;
}

.p-careers__top-description-text:not(:last-of-type) {
	margin-bottom: 3.2rem;
}

.p-careers__recruitment {
	padding: 4.8rem 0;
}

.p-careers__heading {
	font-size: 2rem;
	letter-spacing: 0.8px;
	margin-bottom: 4rem;
	padding-bottom: 1.2rem;
}

.p-careers__heading::after {
	width: 5.8rem;
}

.p-careers__recruitment-list {
	flex-direction: column;
	gap: 1.6rem 2.4rem;
	margin-bottom: 4rem;
}

.p-careers__recruitment-item {
	width: 100%;
}

.p-careers__recruitment-card-heading {
	padding: 1.6rem 1.6rem 0;
}

.p-careers__recruitment-card-heading-title {
	font-size: 1.6rem;
	letter-spacing: 1.28px;
}

.p-careers__recruitment-card-row {
	padding: 0 0.4rem 1.2rem;
}

.p-careers__flow {
	padding-top: 8rem;
}

.p-careers__flow-item {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
}

.p-careers__flow-item:not(:last-of-type)::after {
	left: 3.2rem;
}

.p-careers__flow-item-number {
	font-size: 2.4rem;
	height: 6.4rem;
	width: 6.4rem;
}

.p-careers__flow-item-number span {
	font-size: 1.1rem;
}

.p-careers__flow-item-heading {
	font-size: 1.6rem;
}

.p-contact {
	margin-top: 4rem;
}

.p-contact__wrap {
	margin-top: 4rem;
	padding: 4.8rem 3rem 6.1rem;
}

.p-contact__wrap-text {
	font-size: 1.6rem;
	line-height: 200%;
}

.p-contact__form-list {
	row-gap: 1.4rem;
}

.p-contact__flex {
	-moz-column-gap: 2.4rem;
	column-gap: 2.4rem;
}

.p-contact__field {
	flex-direction: column;
}

.p-contact__label label {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	justify-content: flex-start;
}

input[type=radio] + .wpcf7-list-item-label::after {
	left: 0.3rem;
}

.p-contact__bottom-wrap-text {
	font-size: 1.6rem;
}

.p-contact__thanks {
	padding: 4.6rem 1.6rem 5.2rem;
}

.p-contact__thanks-text {
	font-size: 1.6rem;
	line-height: 175%;
	margin-top: 2.4rem;
}

.p-contact__thanks-button {
	margin-top: 2.4rem;
}

.p-complete__heading {
	font-size: 1.8rem;
}

.p-complete__description-attention {
	margin-bottom: 3.2rem;
}

.p-404 {
	padding: 6.4rem 0;
}

.p-404__inner {
	padding: 0;
}

.p-404__heading {
	margin-bottom: 3.2rem;
}

.p-404__heading p {
	font-size: 4.8rem;
}

.p-404__description {
	margin-bottom: 3.2rem;
	padding: 2.4rem 1.6rem;
}

.u-display__pc {
	display: none;
}

.u-display__sp {
	display: block;
}

.u-spacing__page {
	padding-bottom: 8rem;
	padding-top: 6.4rem;
}

.u-spacing__page--top {
	padding-top: 6.4rem;
}

}

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

.c-policy__item-table td {
	letter-spacing: 0.04em;
}

}

@keyframes fadeInChar {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes marker {

0% {
	background-size: 0% 100%;
}

100% {
	background-size: 100% 100%;
}

}

