body {
	background-color: #fff;
	color: #4a4a4a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.065rem;
	line-height: 1.5;
}

body.is-fixed {
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
}

html {
	scroll-behavior: smooth;
}

/* トップページ */

.home .site-header {
	background-color: #f8f5f1;
}

/* 下層ページ */

body:not(.home) .site-header {
	background-color: #fff;
}

/*! destyle.css v4.0.1 | 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;
	min-width: 0;
}

/* 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 {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* 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;
	display: inline-block; /* 追加設定 */
	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;
}

/* span要素の設定 */

span {
	display: inline-block; /* 追加設定 */
}

/* Replaced content */

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

/**
 * Prevent vertical alignment issues.
 */

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

/* 画像の設定 - 追加設定を適用 */

img {
	height: auto; /* 追加設定 */
	vertical-align: bottom;
	width: 100%; /* 追加設定 */
	-o-object-fit: cover;
	object-fit: cover; /* 追加設定 */
}

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

.l-inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.l-inner--medium {
	max-width: 1000px;
}

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

.l-inner--work {
	padding: 0 30px;
}

.l-inner--contact,
.l-inner--error {
	padding: 0 14px;
}

.l-inner--sub-page {
	padding: 40px 15px 72px;
}

.l-section {
	padding: 80px 0;
	width: 100%;
}

.l-section--bg {
	background: #f0f0f0;
}

.l-section--narrow {
	padding: 60px 0 80px;
}

.l-header {
	width: 100%;
	z-index: 30;
}

.l-content-narrow {
	margin: 0 auto;
	max-width: 800px;
}

.l-content-medium {
	margin: 0 auto;
	max-width: 1000px;
}

.l-content-wide {
	margin: 0 auto;
	max-width: 1200px;
}

.l-footer {
	background: #4a4a4a;
	padding-block: 30px;
}

.l-lower {
	margin-inline: auto;
	max-width: 1000px;
}

.l-lower--article {
	max-width: 920px;
}

.l-main {
	padding-top: 64px;
}

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

.l-breadcrumb {
	margin: 12px auto 0;
	max-width: 1000px;
	padding-inline: 8px;
}

.l-breadcrumb--blog {
	margin-top: 120px;
}

.l-wrapper--search {
	margin-top: 16px;
}

.l-blog {
	border-radius: 15px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	width: 100%;
}

.l-blog--detail {
	box-shadow: none;
}

.l-sidebar {
	margin-top: 56px;
	width: 100%;
}

.l-sidebar .widget {
	list-style-type: none;
}

.widgettitle {
	border-bottom: 2px solid #7da3a1;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	padding-bottom: 8px;
}

.l-article-bottom {
	padding: 0 10px;
}

.widget {
	margin-bottom: 60px;
}

.widget:last-child {
	margin-bottom: 0;
}

.c-modal {
	z-index: 100;
}

.c-drawer {
	z-index: 50;
}

/* ================================
 * 汎用ボタンコンポーネント
 * ================================ */

.c-btn {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 25px;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
}

.c-btn:focus-visible {
	border-color: #7da3a1;
	outline: none;
}

.c-btn--primary {
	background-color: #f5d76e;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	gap: 10px;
	padding: 15px 40px;
}

.c-btn--primary:focus-visible {
	border-color: #4a4a4a;
	outline: none;
}

.c-btn--header:focus-visible {
	border-color: #4a4a4a;
	outline: none;
}

.c-btn--main-color {
	background-color: #7da3a1;
	color: #fff;
	padding: 15px 40px;
}

.c-btn--main-color:focus-visible {
	border-color: #f5d76e;
	outline: none;
}

.c-btn--twitter {
	background-color: #fff;
	border: 2px solid #d0d0d0;
	border-radius: 25px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	color: #4a4a4a;
	gap: 10px;
	padding: 15px 40px;
}

.c-btn--twitter:focus-visible {
	border-color: #7da3a1;
	outline: none;
}

.c-btn--large {
	padding: 20px 50px;
}

.c-btn--square {
	background-color: #f5d76e;
	border-radius: 12px;
	color: #4a4a4a;
	padding: 15px 80px;
}

.c-btn--square:focus-visible {
	border-color: #4a4a4a;
	outline: none;
}

.c-section-title {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}

.c-section-title__en {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
}

.c-section-title__en::after {
	background-color: #7da3a1;
	bottom: -5px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	width: 60px;
}

.c-section-title__en--other {
	font-size: 18px;
}

.c-section-title__ja {
	font-size: 14px;
}

.c-section-title__sub {
	line-height: 1.8;
	margin-top: 30px;
	text-align: center;
}

/* ================================
 * アウトラインボタンコンポーネント（選択系）
 * ================================ */

.c-btn-outline {
	background-color: #f8f5f1;
	border: 2px solid #7da3a1;
	max-width: 300px;
	padding: 15px;
	width: 100%;
}

.c-btn-outline--detail {
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	max-width: 180px;
	padding: 8px 18px;
}

.c-btn-outline--active {
	background-color: #7da3a1;
	color: #fff;
}

.c-btn-outline--active:focus-visible {
	border-color: #f5d76e;
	outline: none;
}

.c-btn-outline--accent-color {
	background-color: #fff;
	border: 2px solid #f5d76e;
	color: #f5d76e;
	max-width: 210px;
	padding: 10px 30px;
}

.c-btn-outline--accent-color:focus-visible {
	border-color: #4a4a4a;
	outline: none;
}

.c-portfolio-card {
	border: 2px solid transparent;
	border-radius: 10px;
}

.c-portfolio-card:focus .c-portfolio-card__overlay,
.c-portfolio-card:focus .c-tag--work,
.c-portfolio-card:hover .c-portfolio-card__overlay,
.c-portfolio-card:hover .c-tag--work {
	opacity: 1;
}

.c-portfolio-card:focus .c-portfolio-card__image img,
.c-portfolio-card:hover .c-portfolio-card__image img {
	transform: scale(1.03);
}

.c-portfolio-card:focus-visible {
	border-color: #7da3a1;
	outline: none;
}

.c-portfolio-card__image {
	aspect-ratio: 250/362;
	border-radius: 10px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	position: relative;
}

.c-portfolio-card__image img {
	height: 100%;
	-o-object-position: top;
	border-radius: 10px;
	object-position: top;
	transition: transform 0.3s ease;
}

.c-portfolio-card__body {
	padding: 8px 0 14px 0;
}

.c-portfolio-card__title {
	font-size: 20px;
	font-weight: 500;
}

.c-portfolio-card__category {
	color: #7da3a1;
	font-size: 14px;
}

.c-portfolio-card__overlay {
	align-items: center;
	aspect-ratio: 250/362;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	bottom: 0;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
}

.c-portfolio-card__overlay-text {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 3.2px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}

.c-card {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.c-card__image {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	width: 100%;
}

.c-card__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8em;
	padding-top: 20px;
}

.c-card__description {
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 20px;
}

.c-card--about {
	padding: 30px;
	transition: none;
}

.c-card__image--number {
	color: #7da3a1;
	font-size: 32px;
	font-weight: 700;
	height: auto;
	text-align: center;
}

.c-card__title--about {
	padding-top: 20px;
	text-align: center;
}

.c-card__description--about {
	text-align: center;
}

.c-card--service {
	padding: 25px;
	transition: none;
}

.c-card__image--icon {
	align-items: center;
	background-color: #f8f5f1;
	border-radius: 50%;
	display: flex;
	height: 80px;
	justify-content: center;
	margin: 0 auto 20px;
	width: 80px;
}

.c-card__image--icon i {
	color: #7da3a1;
	font-size: 32px;
}

.c-card__body--service {
	text-align: center;
}

.c-card--process {
	padding: 30px 25px;
	position: relative;
	transition: none;
}

.c-card__image--process {
	align-items: center;
	background-color: #7da3a1;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	height: 45px;
	justify-content: center;
	left: 30px;
	position: absolute;
	top: -20px;
	width: 45px;
}

.c-card--skill {
	transition: none;
}

.c-card__body--skill {
	padding: 25px 15px;
}

.c-card__title--skill {
	background: transparent; /*背景透明に*/
	border-left: solid 5px #7da3a1; /*左線*/
	color: #7da3a1;
	font-weight: 500;
	margin-bottom: 25px;
	padding: 0.25em 0.5em; /*上下 左右の余白*/
}

.c-card-price {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
	padding: 38px 25px;
	position: relative;
}

.c-card-price--popular {
	border: 2px solid #7da3a1;
}

.c-card-price__title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.c-card-price__title--small {
	font-size: 18px;
}

.c-card-price__plan {
	margin-top: 15px;
	text-align: center;
}

.c-card-price__plan--popular {
	margin-top: 9px;
}

.c-card-price__amount {
	color: #7da3a1;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.8;
}

.c-card-price__amount--small {
	font-size: 24px;
}

.c-card-price__unit {
	font-size: 18px;
	font-weight: 500;
}

.c-card-price__description {
	margin-top: 10px;
	text-align: center;
}

.c-card-price__description small {
	font-size: 12px;
	line-height: 1;
}

.c-card-price__body {
	margin-top: 30px;
}

.c-card-price__item {
	padding-block: 8px;
}

.c-card-price__item i {
	color: #7da3a1;
	margin-right: 6px;
	width: 16px;
}

.c-card-price__action {
	margin-top: 30px;
	text-align: center;
}

.c-card-price__action--basic {
	margin-top: 108px;
}

.c-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.c-tag--skill {
	gap: 6px;
}

.c-tag__item {
	background-color: #f8f5f1;
	border: 1px solid rgba(125, 163, 161, 0.2);
	border-radius: 20px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 10px;
}

.c-tag__item--popular {
	background-color: #7da3a1;
	color: #fff;
	content: "";
	font-size: 14px;
	left: 50%;
	padding: 6px 20px;
	position: absolute;
	top: -12px;
	transform: translateX(-50%);
}

.c-tag__item--post-tag {
	background-color: #f5d76e;
	border: none;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding: 4px 12px;
}

.c-tag__item--category {
	background-color: #f5d76e;
	border: 1px solid #f5d76e;
	padding: 5px 15px;
	transition: opacity 0.3s ease;
}

.c-tag__item--work-main {
	background-color: #7da3a1;
	color: #fff;
	padding: 6px 14px;
}

.c-tag__item--work-sub {
	font-size: 12px;
	padding: 6px 14px;
}

.c-tag__item--filter {
	background-color: #fff;
	border: 2px solid #7da3a1;
	border-radius: 30px;
	color: #7da3a1;
	padding: 6px 18px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.c-tag__item--filter:focus-visible {
	border-color: #f5d76e;
	outline: none;
}

.c-tag__item.is-active {
	background-color: #7da3a1;
	color: #fff;
}

/* --------------------------------------------------
  フォーム項目ステータスタグ（必須・任意）
-------------------------------------------------- */

.c-tag-required,
.c-tag-optional {
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 2px 8px;
}

.c-tag-required {
	background-color: #7da3a1;
	color: #fff;
}

.c-tag-optional {
	background-color: #e2e2e2;
	color: #fff;
}

.c-check__item {
	margin-bottom: 8px;
}

.c-check__item i {
	color: #7da3a1;
	margin-right: 6px;
	width: 16px;
}

.c-check__item i::before {
	content: "\f00c";
}

.c-faq-item {
	background-color: #f5d76e;
	border-radius: 50%;
	display: grid;
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 700;
	height: 24px;
	place-items: center;
	width: 24px;
}

.c-faq-item--answer {
	background-color: #dcb8a8;
}

.c-faq-toggle {
	background-color: #f5d76e;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	height: 24px;
	position: relative;
	width: 24px;
}

.c-faq-toggle::before,
.c-faq-toggle::after {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.c-faq-toggle::before {
	background: #4a4a4a;
	height: 2px;
	width: 13px;
}

.c-faq-toggle::after {
	background: #4a4a4a;
	height: 12px;
	width: 2px;
}

.c-faq-box {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
	max-width: 800px;
	overflow: hidden;
	transition: transform 0.3s ease;
	width: 100%;
}

.c-faq-box.is-open .c-faq-toggle {
	transform: rotate(45deg);
}

.c-faq-box__head {
	align-items: center;
	border: 2px solid transparent;
	display: flex;
	gap: 10px;
	padding: 10px 8px;
	width: 100%;
}

.c-faq-box__head:focus-visible {
	border-color: #7da3a1;
	border-radius: 15px;
	outline: none;
}

.c-faq-box__head-text {
	flex-grow: 1;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}

.c-faq-box__body {
	background: rgba(240, 240, 240, 0.3);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.c-faq-box__a {
	align-items: center;
	display: flex;
	gap: 16px;
	line-height: 1.8;
	padding: 8px 12px;
}

.c-faq-box__a-text {
	font-size: 14px;
	line-height: 1.6;
}

.c-pagetop {
	align-items: center;
	background: #7da3a1;
	border-radius: 50%;
	bottom: 20px;
	color: #fff;
	display: flex;
	height: 45px;
	justify-content: center;
	opacity: 0;
	position: fixed;
	right: 20px;
	transform: translateY(20px);
	transition: all 0.3s ease;
	visibility: hidden;
	width: 45px;
}

.c-pagetop.is-active {
	box-shadow: 0 4px 15px rgba(108, 154, 139, 0.2);
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.c-pagetop:focus-visible {
	border: 2px solid #f5d76e;
	outline: none;
}

.c-pagetop__icon {
	height: 14px;
	width: 14px;
	fill: currentColor;
	transition: transform 0.2s ease;
}

.c-arrow {
	background: #fff;
	border-radius: 4px;
	height: 20px;
	margin: 0 20px;
	position: relative;
	width: 4px;
}

.c-arrow::before,
.c-arrow::after {
	background: #fff;
	border-radius: 4px;
	content: "";
	height: 13px;
	position: absolute;
	top: -1.5px;
	width: 4px;
}

.c-arrow::before {
	left: 3px;
	transform: rotate(-45deg);
}

.c-arrow::after {
	right: 3px;
	transform: rotate(45deg);
}

.c-arrow--right {
	transform: rotate(90deg);
}

.c-arrow--left {
	margin: 0;
	transform: rotate(-90deg);
}

.c-breadcrumb {
	font-size: 12px;
	margin-bottom: 13px;
}

.c-breadcrumb span[property=itemListElement]:not(:last-child)::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free", sans-serif;
	font-weight: 900;
	margin-inline: 5px;
}

.c-breadcrumb a {
	border: 2px solid transparent;
	color: #7da3a1;
	transition: opacity 0.3s ease;
}

.c-breadcrumb a:focus-visible {
	border-color: #7da3a1;
	outline: none;
}

.c-breadcrumb .current-item,
.c-breadcrumb span[property=name]:not(:has(a)) {
	text-transform: uppercase;
}

.c-breadcrumb--search {
	margin-top: 13px;
}

.c-cta h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 24px;
	text-align: center;
}

.c-cta p {
	line-height: 1.8;
	margin-bottom: 32px;
	opacity: 0.9;
	text-align: center;
}

.c-cta__actions {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-top: 30px;
}

.c-cta__action {
	margin-top: 30px;
	text-align: center;
}

.c-page-title {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
}

.c-page-title__en {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.c-page-title__ja {
	font-size: 14px;
}

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

.c-page-title__icon::before {
	color: #fff;
	content: "\f109";
	font-family: "Font Awesome 6 Free";
}

.c-page-title__icon::after {
	background-color: #7da3a1;
	border-radius: 10px;
	content: "";
	height: 32px;
	left: -6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	z-index: -1;
}

.c-post-time {
	font-size: 12px;
	opacity: 0.9;
}

.c-post-time__release::before {
	content: "\f073";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 5px;
}

.c-post-time__update::before {
	content: "\f2f9";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 5px;
}

.c-share-btn__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.c-share-btn__link {
	align-items: center;
	border: 1px solid #4a4a4a;
	border-radius: 50%;
	color: #4a4a4a;
	display: flex;
	font-weight: 900;
	height: 40px;
	justify-content: center;
	transition: color 0.3s ease, background-color 0.3s ease;
	width: 40px;
}

.c-share-btn__link--widget-icon {
	font-size: 16px;
	height: 35px;
	width: 35px;
}

.fa-hatebu::before {
	content: "B!";
	font-family: "M PLUS Rounded 1c", sans-serif;
	white-space: nowrap;
}

.c-blog-nav {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
}

.c-blog-nav__list {
	max-width: 300px;
	width: 100%;
}

.c-blog-nav__link {
	display: block;
}

.c-blog-nav__label {
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.c-blog-nav__label--next {
	text-align: right;
}

.c-blog-nav__title {
	background-color: #f8f5f1;
	border-radius: 12px;
	font-size: 14px;
	min-height: 75px;
	padding: 15px;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 100%;
}

.c-post-card {
	border-radius: 12px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	transition: transform 0.3s ease;
}

.c-post-card__image {
	aspect-ratio: 16/9;
	overflow: hidden;
}

.c-post-card__image img {
	height: 100%;
	-o-object-position: top;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	object-position: top;
	transition: transform 0.3s ease;
}

.c-post-card__body {
	padding: 20px 25px;
}

.c-post-card__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 8px;
}

.c-post-card__content {
	font-size: 14px;
	opacity: 0.8;
}

.c-pagination {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.c-pagination .page-numbers {
	background-color: #f8f5f1;
	border: 2px solid transparent;
	border-radius: 8px;
	padding: 8px 16px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.c-pagination .page-numbers:focus-visible {
	border-color: #7da3a1;
	outline: none;
}

.c-pagination .current {
	background-color: #7da3a1;
	color: #fff;
	font-weight: 700;
}

.c-pagination span:not(.current) {
	color: #d0d0d0;
	opacity: 0.8;
}

.c-lists {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.c-list__head {
	align-items: center;
	border-bottom: 1px solid #e2e2e2;
	display: flex;
	gap: 12px;
	margin-bottom: 15px;
	padding-bottom: 8px;
}

.c-list__icon {
	align-items: flex-end;
	color: #7da3a1;
	display: flex;
	flex-shrink: 0;
	font-size: 16px;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.c-list__icon svg {
	height: 20px;
	width: 20px;
	stroke: #7da3a1;
	fill: none;
	stroke-width: 1.5;
}

.c-list__title {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 500;
}

.c-list__item {
	margin-bottom: 8px;
}

.c-list__item span {
	padding-left: 15px;
	position: relative;
}

.c-list__item strong {
	color: #f5d76e;
}

.c-list__item:before {
	background: #7da3a1;
	content: "";
	flex-shrink: 0;
	height: 1px;
	margin-right: 8px;
	margin-top: 12px;
	position: absolute;
	width: 6px;
}

.c-list__item--danger span {
	font-size: 14px;
}

.c-list__item--danger strong {
	color: #f5d76e;
}

.c-list__item--danger:before {
	display: none;
}

.c-link-line {
	border: 2px solid transparent;
	color: #7da3a1;
	text-decoration-line: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.1em;
	transition: opacity 0.3s ease;
}

.c-link-line:focus-visible {
	border-color: #7da3a1;
	outline: none;
}

/* --------------------------------------------------
  フォーム要素（汎用）
-------------------------------------------------- */

.form-text {
	background-color: #f0f0f0;
	border-radius: 4px;
	letter-spacing: 1.28px;
	line-height: 1.8;
	padding: 7px 17px;
	width: 100%;
}

.form-textarea {
	background-color: #f0f0f0;
	border-radius: 4px;
	height: 210px;
	letter-spacing: 1.28px;
	line-height: 1.8;
	padding: 7px 17px;
	width: 100%;
}

.form-text:focus,
.form-textarea:focus {
	border: 1px solid #7da3a1;
	box-shadow: 0 4px 15px rgba(108, 154, 139, 0.2);
	outline: none;
}

.form-text::-moz-placeholder,
.form-textarea::-moz-placeholder {
	color: #4a4a4a;
	opacity: 0.2;
}

.form-text::placeholder,
.form-textarea::placeholder {
	color: #4a4a4a;
	opacity: 0.2;
}

.form-checkbox,
input[type=checkbox] {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.form-checkbox:checked + .form-checkbox-text::after,
input[type=checkbox]:checked + .form-checkbox-text::after {
	opacity: 1;
}

.form-checkbox:focus + .form-checkbox-text::before,
input[type=checkbox]:focus + .form-checkbox-text::before {
	border: 2px solid #7da3a1;
	outline: none;
}

.form-checkbox-text {
	font-size: 15px;
	letter-spacing: 1.28px;
	line-height: 1.8;
	padding-left: 30px;
	position: relative;
}

.form-checkbox-text::before,
.form-checkbox-text::after {
	content: "";
	left: 0;
	position: absolute;
	top: 0.5em;
}

.form-checkbox-text::before {
	background: #fff;
	border: 1px solid #7da3a1;
	border-radius: 3px;
	height: 18px;
	width: 18px;
}

.form-checkbox-text::after {
	background-image: url("../img/check-icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 11.5px;
	left: 0.1em;
	opacity: 0;
	top: 0.7em;
	transition: opacity 0.2s;
	width: 13.5px;
}

.form-checkbox-text a {
	letter-spacing: 1.28px;
	line-height: 1.8;
}

/* --------------------------------------------------
  ローディング画像を消す
-------------------------------------------------- */

.wpcf7-spinner {
	display: none;
}

/* --------------------------------------------------
  reCAPTCHAバッジを非表示
-------------------------------------------------- */

/* --------------------------------------------------
  Turnstile センター配置
-------------------------------------------------- */

.wpcf7-turnstile,
.cf-turnstile {
	text-align: center;
}

/* --------------------------------------------------
  Contact Form 7 上書きスタイル
-------------------------------------------------- */

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

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

.wpcf7-not-valid-tip {
	color: #f5d76e;
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

/* Contact Form 7のデフォルトメッセージを非表示 */

.wpcf7-response-output {
	display: none;
}

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

input[type=checkbox]:focus + .wpcf7-list-item-label::before {
	border: 2px solid #7da3a1;
	outline: none;
}

.wpcf7-list-item-label {
	font-size: 15px;
	letter-spacing: 1.28px;
	line-height: 1.8;
	padding-left: 30px;
	position: relative;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: "";
	left: 0;
	position: absolute;
	top: 0.5em;
}

.wpcf7-list-item-label::before {
	background: #fff;
	border: 1px solid #7da3a1;
	border-radius: 3px;
	height: 18px;
	width: 18px;
}

.wpcf7-list-item-label::after {
	background-image: url("../img/check-icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 11.5px;
	left: 0.1em;
	opacity: 0;
	top: 0.7em;
	transition: opacity 0.2s;
	width: 13.5px;
}

.wpcf7-list-item-label a {
	letter-spacing: 1.28px;
	line-height: 1.8;
}

.p-header {
	background-color: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 30;
}

.p-header.is-scrolled {
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.p-header--top,
.p-header--404 {
	background-color: #f8f5f1;
}

.p-header--top.is-scrolled,
.p-header--404.is-scrolled {
	background-color: rgba(248, 245, 241, 0.95);
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.p-header__container {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 14px;
}

.p-header__logo {
	align-items: center;
	display: flex;
	gap: 6px;
}

.p-header__logo img {
	height: 36px;
	width: 36px;
}

.p-header__logo:focus-visible {
	border: 2px solid #7da3a1;
	outline: none;
}

.p-header__title {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.p-header__nav {
	display: none;
}

.p-header__link {
	background-image: linear-gradient(#7da3a1, #7da3a1);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 0 1px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 3px;
	transition: background-size 0.3s;
}

.p-header__link:focus-visible {
	border: 2px solid #7da3a1;
	outline: none;
}

.p-header__actions {
	display: none;
}

.p-header__open {
	line-height: 1.7;
	margin-left: auto;
}

.p-drawer__content {
	display: block;
}

.p-drawer__content.is-checked .p-drawer__nav {
	transform: translateX(0);
}

.p-drawer__nav {
	background: #f8f5f1;
	height: calc(100vh - 58px);
	left: 0;
	padding-block: 47px;
	position: fixed;
	top: 58px;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	width: 100%;
}

.p-drawer__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0 24px;
}

.p-drawer__group {
	margin-bottom: 0;
}

.p-drawer__group--primary {
	margin-bottom: 29px;
}

.p-drawer__group--secondary {
	margin-top: 29px;
}

.p-drawer__divider {
	background-color: rgba(74, 74, 74, 0.15);
	height: 1px;
	margin: 0 -8px;
}

.p-drawer__link {
	align-items: center;
	background-color: transparent;
	border-radius: 12px;
	display: flex;
	padding: 10px 16px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.p-drawer__icon {
	margin-right: 12px;
	width: 20px;
}

.p-drawer__btn {
	height: 22px;
	position: relative;
	width: 22px;
}

.p-drawer__btn::after {
	content: "";
	height: 44px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
}

.p-drawer__btn.is-checked .p-drawer__btn-bar:nth-of-type(1) {
	top: 8px;
	transform: rotate(45deg);
}

.p-drawer__btn.is-checked .p-drawer__btn-bar:nth-of-type(2) {
	display: none;
}

.p-drawer__btn.is-checked .p-drawer__btn-bar:nth-of-type(3) {
	top: 8px;
	transform: rotate(-45deg);
}

.p-drawer__btn-bar {
	background-color: #4a4a4a;
	border-radius: 10px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: top 0.3s ease, transform 0.3s ease;
	width: 22px;
}

.p-drawer__btn-bar:nth-of-type(1) {
	top: 0;
}

.p-drawer__btn-bar:nth-of-type(2) {
	top: 8px;
}

.p-drawer__btn-bar:nth-of-type(3) {
	top: 16px;
}

.p-fv {
	background: linear-gradient(#f8f5f1 0%, #fff 100%);
	display: grid;
	height: 100vh;
	place-content: center;
	position: relative;
}

.p-fv__decoration {
	border-radius: 50%;
	filter: blur(30px);
	opacity: 0.3;
	position: absolute;
}

.p-fv__decoration-right {
	animation: gentleFloat 8s ease-in-out infinite;
	background-color: #7da3a1;
	height: 100px;
	right: 10%;
	top: 10%;
	width: 100px;
}

.p-fv__decoration-left {
	animation: gentleFloat 10s ease-in-out infinite;
	background-color: #dcb8a8;
	bottom: 15%;
	height: 100px;
	left: 10%;
	width: 100px;
}

.p-fv__content {
	padding-inline: 15px;
}

.p-fv__head {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.19em;
	line-height: 1.4;
	text-align: center;
}

.p-fv__description {
	font-size: 0.75rem;
	line-height: 1.8;
	margin-top: 16px;
	padding-left: 15px;
}

.p-fv__action {
	margin-top: 40px;
	text-align: center;
}

.p-work__grid {
	display: grid;
	gap: 48px;
	grid-template-columns: 1fr;
	margin-top: 60px;
}

.p-work__action {
	margin-top: 48px;
	text-align: center;
}

.p-work__tag {
	margin-top: 20px;
}

.p-price__plan {
	display: grid;
	gap: 25px;
	grid-template-columns: 1fr;
	margin-top: 60px;
}

.p-price__notice {
	background-color: #f8f5f1;
	border-radius: 15px;
	margin-top: 30px;
}

.p-price__notice-inner {
	padding: 30px;
}

.p-price__notice-title {
	font-size: 18px;
	font-weight: 700;
}

.p-price__notice-list {
	padding-top: 15px;
}

.p-price__notice-item {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 8px;
	padding-left: 13px;
	position: relative;
}

.p-price__notice-item::before {
	color: #7da3a1;
	content: ".";
	font-weight: 700;
	left: 0;
	position: absolute;
	top: -7%;
}

.p-price__notice-item strong {
	color: #f5d76e;
}

.p-price__other {
	margin-top: 24px;
}

.p-price__other-list {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	margin-top: 30px;
}

.p-process__list {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	margin-top: 60px;
}

.p-about__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 35px;
	justify-content: center;
	margin-top: 30px;
}

.p-about__image img {
	border-radius: 50%;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	height: 250px;
	width: 250px;
}

.p-about__description {
	flex: 1;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.p-about__description p {
	margin-bottom: 1.5em;
}

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

.p-about__list {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	margin-top: 48px;
}

.p-skill__description {
	margin-top: 30px;
	text-align: center;
}

.p-skill__description p {
	line-height: 1.8;
}

.p-skill__item {
	display: grid;
	gap: 15px;
	grid-template-columns: 1fr;
	margin-top: 30px;
}

.p-skill__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.p-skill__image img {
	height: 35px;
	width: 35px;
}

.p-skill__text {
	font-size: 6px;
}

.p-service__container {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
	margin-top: 60px;
}

.p-faq__boxes {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

/* --------------------------------------------------
  フォーム全体（汎用）
-------------------------------------------------- */

.p-form__label {
	padding-bottom: 10.5px;
}

.p-form__label-text {
	align-items: center;
	display: flex;
	font-size: 18px;
	gap: 5px;
	letter-spacing: 1.44px;
	line-height: 1.8;
}

.p-form__field {
	margin-bottom: 22px;
}

/* --------------------------------------------------
  contactページ固有の全体スタイル
-------------------------------------------------- */

.p-contact__text {
	margin-top: 48px;
}

.p-contact__text small {
	font-size: 12px;
	line-height: 1.2;
}

.p-contact__text small a {
	opacity: 0.9;
	text-decoration: underline;
	transition: color 0.3s ease, opacity 0.3s ease;
}

.p-contact__text small a:focus-visible {
	border: 2px solid #7da3a1;
	outline: none;
}

.p-contact__text p {
	line-height: 1.8;
	margin-bottom: 5px;
}

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

.p-contact__privacy {
	margin-bottom: 28px;
	margin-top: 24px;
	text-align: center;
}

.p-contact__submit {
	margin-top: 20px;
	text-align: center;
}

.p-contact__description {
	margin-top: 30px;
	text-align: center;
}

.p-contact__description p {
	line-height: 1.8;
}

.p-contact__actions {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	margin-top: 40px;
	width: 100%;
}

/* --------------------------------------------------
  ファイルアップロード
-------------------------------------------------- */

.p-form__item--file .p-form__label-text {
	align-items: center;
	display: flex;
	font-size: 18px;
	gap: 5px;
	letter-spacing: 1.44px;
	line-height: 1.8;
}

.p-form__item--file .p-form__field-note {
	color: #666666;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 8px;
}

.wpcf7-form-control-wrap:has(.your-file) {
	display: block;
}

.your-file {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.5;
	padding: 12px 16px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.your-file::file-selector-button {
	background-color: #fff;
	border: 1px solid #7da3a1;
	border-radius: 4px;
	color: #7da3a1;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	margin-right: 12px;
	padding: 8px 16px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.your-file:focus {
	border-color: #7da3a1;
	box-shadow: 0 4px 15px rgba(108, 154, 139, 0.2);
	outline: none;
}

.your-file:focus-visible {
	border: 1px solid #7da3a1;
}

.p-footer__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.p-footer__link {
	color: #fff;
	font-family: "M PLUS Rounded 1c", sans-serif;
	opacity: 0.8;
	padding-block: 20px;
}

.p-footer__link:focus-visible {
	border: 2px solid #7da3a1;
	outline: none;
}

.p-footer__copyright {
	color: #fff;
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	margin-top: 5px;
	opacity: 0.8;
	text-align: center;
}

.p-privacy__content {
	line-height: 1.6;
	margin-top: 30px;
}

.p-privacy__content h2 {
	border-bottom: 1px solid #f0f0f0;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 40px;
	padding-bottom: 12px;
}

.p-privacy__content h2:first-of-type {
	margin-top: 30px;
}

.p-privacy__content p {
	margin-bottom: 18px;
}

.p-privacy__content li {
	list-style-type: circle;
	margin-bottom: 8px;
}

.p-privacy__content ul,
.p-privacy__content ol {
	margin-block: 15px;
	padding-left: 18px;
}

.p-page-header {
	background: linear-gradient(135deg, #7da3a1 0%, #dcb8a8 100%);
	padding: 135px 0 90px;
	position: relative;
	text-align: center;
}

.p-page-header::before {
	background: rgba(255, 255, 255, 0.1);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-page-header__title {
	color: #fff;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 37px;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
}

.p-page-header__subtitle {
	color: #fff;
	font-size: 16px;
	opacity: 0.9;
}

.p-about-strengths__head {
	margin-bottom: 20px;
	text-align: left;
}

.p-about-strengths__copy {
	margin-bottom: 73px;
}

.p-about-strengths__copy p {
	font-size: 20px;
	font-weight: 700;
	line-height: 2rem;
	text-align: center;
}

.p-about-strengths__box {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.p-about-strengths__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 20px;
}

.p-about-strengths__illustration {
	background-color: #f0f0f0;
	border-radius: 25px;
	flex-shrink: 0;
	height: 150px;
	position: relative;
	width: 150px;
}

.p-about-strengths__illustration::before {
	background-color: #7da3a1;
	border-radius: 50%;
	content: "";
	height: 80px;
	left: 50%;
	opacity: 0.8;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
}

.p-about-strengths__illustration::after {
	background-color: #f5d76e;
	border-radius: 50%;
	content: "";
	height: 40px;
	opacity: 0.8;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 40px;
}

.p-about-strengths__illustration--left::before {
	background-color: #f5d76e;
}

.p-about-strengths__illustration--left::after {
	background-color: #7da3a1;
}

.p-about-strengths__body {
	flex: 1;
}

.p-about-strengths__subtitle {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.p-about-strengths__title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}

.p-about-strengths__text {
	line-height: 1.6;
	opacity: 0.8;
}

.p-about-profile {
	background-color: #f8f5f1;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.p-about-profile__head {
	margin-bottom: 20px;
	text-align: left;
}

.p-about-profile__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 35px;
	justify-content: center;
	margin-top: 30px;
}

.p-about-profile__image img {
	border-radius: 50%;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	height: 250px;
	width: 250px;
}

.p-about-profile__description {
	flex: 1;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 18px;
}

.p-about-profile__description p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.p-about-profile__name {
	font-size: 20px;
	font-weight: 700;
}

.p-about-profile__en {
	font-family: "M PLUS Rounded 1c", sans-serif;
	letter-spacing: 0.1rem;
	margin-bottom: 20px;
	opacity: 0.8;
	padding-left: 6px;
}

.p-about-history__head {
	margin-bottom: 20px;
	text-align: left;
}

.p-about-history__item {
	margin-bottom: 26px;
}

.p-about-history__date {
	color: #7da3a1;
	font-weight: 500;
	padding-bottom: 4px;
}

.p-about-history__content {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 16px;
}

.p-about-history__content p {
	opacity: 0.8;
}

.p-about-history__content:before {
	background: #7da3a1;
	border-radius: 100%;
	content: "";
	height: 14px;
	left: 175px;
	position: absolute;
	top: 16px;
	width: 14px;
}

.p-works-page__category {
	display: grid;
	place-items: center;
}

.p-works-page__grid {
	display: grid;
	gap: 48px;
	grid-template-columns: 1fr;
	margin-top: 30px;
}

.p-work-detail__head {
	margin-bottom: 40px;
}

.p-work-detail__image {
	aspect-ratio: 16/9;
	margin-bottom: 30px;
}

.p-work-detail__image img {
	border-radius: 12px;
	height: 100%;
	-o-object-position: top;
	object-position: top;
}

.p-work-detail__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.p-work-detail__body table {
	margin-bottom: 60px;
	width: 100%;
}

.p-work-detail__body tr {
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	gap: 5px;
	padding: 26px 0;
}

.p-work-detail__body th {
	color: #7da3a1;
	font-size: 14px;
	letter-spacing: 0.07em;
}

.p-work-detail__body td {
	font-weight: 500;
	line-height: 1.8;
}

.p-work-detail__body a {
	color: #7da3a1;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.p-work-related {
	margin-bottom: 90px;
}

.p-work-related__title {
	margin-bottom: 40px;
}

.p-work-related__grid {
	display: grid;
	gap: 42px;
	grid-template-columns: 1fr;
}

.p-work-related__back {
	margin-top: 30px;
	text-align: center;
}

.p-contact-thanks {
	text-align: center;
}

.p-contact-thanks__title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

.p-contact-thanks__text {
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}

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

.p-error__title {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}

.p-error__text {
	line-height: 1.8;
	margin-bottom: 60px;
	opacity: 0.9;
}

.p-single {
	padding-bottom: 32px;
}

.p-single__header {
	padding: 24px 15px 10px;
}

.p-single__share {
	margin-bottom: 30px;
	margin-top: 25px;
}

.p-single__metas {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.p-single__head {
	margin-block: 17px;
}

.p-single__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}

.p-single__thumbnail img {
	aspect-ratio: 16/9;
	height: 100%;
	vertical-align: top;
}

.p-single__body,
.wp-block-list {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px 0;
}

.p-single__body h2,
.wp-block-list h2 {
	background: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(125, 163, 161, 0.1) 2px, rgba(125, 163, 161, 0.1) 4px);
	border-left: 3px solid #7da3a1;
	color: #7da3a1;
	font-size: 20px;
	font-weight: 700;
	margin: 2em 0 0.8em;
	padding: 15px;
}

.p-single__body h3,
.wp-block-list h3 {
	border-bottom: 2px solid #7da3a1;
	font-size: 18px;
	font-weight: 500;
	margin: 1.8em 0 0.8em;
	padding-bottom: 12px;
}

.p-single__body h4,
.wp-block-list h4 {
	border-left: 4px solid #7da3a1;
	font-size: 16px;
	font-weight: 500;
	margin: 1.6em 0 0.6em;
	padding-left: 12px;
}

.p-single__body h5,
.wp-block-list h5 {
	font-weight: 500;
	margin: 1.4em 0 0.5em;
	padding-left: 22px;
	position: relative;
}

.p-single__body h5::before,
.wp-block-list h5::before {
	background-color: #7da3a1;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 10px;
}

.p-single__body h6,
.wp-block-list h6 {
	border-bottom: 1px dotted #666666;
	color: #666666;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 1.2em 0 0.4em;
	padding-bottom: 4px;
}

.p-single__body .point-box,
.p-single__body .is-style-point,
.wp-block-list .point-box,
.wp-block-list .is-style-point {
	background-color: rgba(125, 163, 161, 0.03);
	border: 2px dashed rgba(125, 163, 161, 0.25);
	border-radius: 12px;
	margin: 1.5rem 0;
	padding: 1rem 1.5rem;
}

.p-single__body .point-box p,
.p-single__body .is-style-point p,
.wp-block-list .point-box p,
.wp-block-list .is-style-point p {
	padding-inline: 0;
}

.p-single__body .point-box p:last-child,
.p-single__body .is-style-point p:last-child,
.wp-block-list .point-box p:last-child,
.wp-block-list .is-style-point p:last-child {
	margin-bottom: 0;
}

.p-single__body .important-box,
.p-single__body .is-style-important,
.wp-block-list .important-box,
.wp-block-list .is-style-important {
	background-color: rgba(245, 215, 110, 0.08);
	border: 2px dashed rgba(245, 215, 110, 0.4);
	border-radius: 12px;
	margin: 1.5rem 0;
	padding: 1rem 1.5rem;
}

.p-single__body .important-box p,
.p-single__body .is-style-important p,
.wp-block-list .important-box p,
.wp-block-list .is-style-important p {
	padding-inline: 0;
}

.p-single__body .important-box p:last-child,
.p-single__body .is-style-important p:last-child,
.wp-block-list .important-box p:last-child,
.wp-block-list .is-style-important p:last-child {
	margin-bottom: 0;
}

.p-single__body .note-box,
.p-single__body .is-style-note,
.wp-block-list .note-box,
.wp-block-list .is-style-note {
	background-color: rgba(220, 184, 168, 0.06);
	border: 2px dashed rgba(220, 184, 168, 0.35);
	border-radius: 12px;
	margin: 1.5rem 0;
	padding: 1rem 1.5rem;
}

.p-single__body .note-box p,
.p-single__body .is-style-note p,
.wp-block-list .note-box p,
.wp-block-list .is-style-note p {
	padding-inline: 0;
}

.p-single__body .note-box p:last-child,
.p-single__body .is-style-note p:last-child,
.wp-block-list .note-box p:last-child,
.wp-block-list .is-style-note p:last-child {
	margin-bottom: 0;
}

.p-single__body .reference-box,
.p-single__body .is-style-reference,
.wp-block-list .reference-box,
.wp-block-list .is-style-reference {
	background-color: #fff;
	border: 2px solid rgba(125, 163, 161, 0.2);
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	margin: 1.5rem 0;
	padding: 1rem 1.5rem;
	position: relative;
}

.p-single__body .reference-box::before,
.p-single__body .is-style-reference::before,
.wp-block-list .reference-box::before,
.wp-block-list .is-style-reference::before {
	background-color: #7da3a1;
	border-radius: 20px;
	color: #fff;
	content: "参考";
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0.8em;
	padding: 4px 12px;
}

.p-single__body .reference-box p,
.p-single__body .is-style-reference p,
.wp-block-list .reference-box p,
.wp-block-list .is-style-reference p {
	padding-inline: 0;
}

.p-single__body .reference-box p:last-child,
.p-single__body .is-style-reference p:last-child,
.wp-block-list .reference-box p:last-child,
.wp-block-list .is-style-reference p:last-child {
	margin-bottom: 0;
}

.p-single__body .reference-box a,
.p-single__body .is-style-reference a,
.wp-block-list .reference-box a,
.wp-block-list .is-style-reference a {
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: rgba(125, 163, 161, 0.3);
	text-underline-offset: 3px;
}

.p-single__body blockquote,
.p-single__body .wp-block-quote,
.wp-block-list blockquote,
.wp-block-list .wp-block-quote {
	background-color: #f8f5f1;
	border-left: 4px solid #d0d0d0;
	color: #666666;
	margin: 1.5rem 0;
	padding: 1.2rem 1.5rem 1.2rem 3rem;
	position: relative;
}

.p-single__body blockquote::before,
.p-single__body .wp-block-quote::before,
.wp-block-list blockquote::before,
.wp-block-list .wp-block-quote::before {
	color: #d0d0d0;
	content: "";
	font-size: 3rem;
	left: 10px;
	line-height: 1;
	position: absolute;
	top: -5px;
}

.p-single__body blockquote p,
.p-single__body .wp-block-quote p,
.wp-block-list blockquote p,
.wp-block-list .wp-block-quote p {
	font-style: italic;
	margin-bottom: 0.5em;
	padding-inline: 0;
}

.p-single__body blockquote p:last-child,
.p-single__body .wp-block-quote p:last-child,
.wp-block-list blockquote p:last-child,
.wp-block-list .wp-block-quote p:last-child {
	margin-bottom: 0;
}

.p-single__body blockquote cite,
.p-single__body .wp-block-quote cite,
.wp-block-list blockquote cite,
.wp-block-list .wp-block-quote cite {
	color: #4a4a4a;
	display: block;
	font-size: 14px;
	font-style: normal;
	margin-top: 0.8em;
	text-align: right;
}

.p-single__body blockquote cite::before,
.p-single__body .wp-block-quote cite::before,
.wp-block-list blockquote cite::before,
.wp-block-list .wp-block-quote cite::before {
	content: "- ";
}

.p-single__body p,
.wp-block-list p {
	line-height: 1.8;
	margin-bottom: 18px;
	padding-inline: 1em;
}

.p-single__body a,
.wp-block-list a {
	color: #7da3a1;
	text-decoration: none;
}

.p-single__body > ul,
.wp-block-list:not(ol) {
	margin: 1.2em 0;
}

.p-single__body > ul > li,
.wp-block-list:not(ol) > li {
	margin: 0 0 0.4em;
	padding-left: 18px;
	position: relative;
}

.p-single__body > ul > li::before,
.wp-block-list:not(ol) > li::before {
	background-color: #7da3a1;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 0.8em;
	transform: translateY(-50%);
	width: 8px;
}

.p-single__body > ul > li:last-child,
.wp-block-list:not(ol) > li:last-child {
	margin-bottom: 0;
}

.p-single__body > ol,
ol.wp-block-list {
	counter-reset: ordered-list;
	margin: 1.2em 0;
}

.p-single__body > ol > li,
ol.wp-block-list > li {
	counter-increment: ordered-list;
	margin: 0 0 0.4em;
	padding-left: 32px;
	position: relative;
}

.p-single__body > ol > li::before,
ol.wp-block-list > li::before {
	color: #7da3a1;
	content: counter(ordered-list) ".";
	font-size: 1.1em;
	font-weight: 700;
	left: 0;
	line-height: 1.8;
	position: absolute;
	top: 0.7em;
	transform: translateY(-50%);
}

.p-single__body > ol > li:last-child,
ol.wp-block-list > li:last-child {
	margin-bottom: 0;
}

.p-single__tags {
	align-items: center;
	border-top: 1px solid #e2e2e2;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 20px 0;
}

.p-single__tags-head {
	background-color: #7da3a1;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 7px 14px;
}

.p-single__tags-item {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	color: #666666;
	padding: 7px 14px;
	transition: all 0.3s ease;
}

.p-single__btn .c-btn--primary {
	box-shadow: none;
	color: #4a4a4a;
}

.p-single__btn .c-btn--main-color {
	background-color: #7da3a1;
	box-shadow: none;
	color: #fff;
}

.p-single__share-text {
	letter-spacing: 0.2em;
	line-height: 1.8;
	margin-bottom: 13px;
	text-align: center;
}

.p-single__related {
	padding-block: 40px;
}

.p-single__related-head {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.p-single__related-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}

.p-single__related-link {
	border: 1px solid #f8f5f1;
	border-radius: 12px;
	border-radius: 12px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.p-single__related-image {
	aspect-ratio: 16/9;
	overflow: hidden;
}

.p-single__related-image img {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	height: 100%;
	transition: transform 0.3s ease;
}

.p-single__related-body {
	padding: 10px;
}

.p-single__related-title {
	font-size: 14px;
}

#toc_container {
	border-left: 2px solid #7da3a1;
	display: block !important;
	margin: 40px auto;
	max-width: 720px !important;
	padding: 10px;
	width: 90% !important;
}

#toc_container .toc_title {
	font-size: 18px;
	margin-bottom: 1em;
}

#toc_container .toc_title::before {
	content: "\f0ca";
	font-family: "Font Awesome 6 Free";
	font-size: 16px;
	font-weight: 700;
	margin-right: 5px;
	vertical-align: bottom;
}

#toc_container ul {
	list-style: none;
	padding-left: 20px;
}

#toc_container a {
	color: #4a4a4a;
}

#toc_container ul > li {
	counter-increment: toc;
	margin-bottom: 0.7em;
	padding-left: 1em;
	position: relative;
}

#toc_container ul > li::before {
	color: #7da3a1;
	content: "";
	content: counter(toc);
	font-weight: 700;
	left: 0;
	position: absolute;
}

#toc_container ul > li:last-child {
	margin-bottom: 0;
}

#toc_container ul > li > a {
	font-weight: 500;
}

#toc_container ul > li > ul {
	padding-left: 0;
	position: relative;
}

#toc_container ul > li > ul > li {
	counter-increment: toc-sub;
	margin-bottom: 0;
	margin-top: 0.3em;
	padding-left: 2em;
}

#toc_container ul > li > ul > li::before {
	color: #7da3a1;
	content: "";
	content: counter(toc) "-" counter(toc-sub);
	font-weight: 700;
	left: 0;
	position: absolute;
}

#toc_container ul > li > ul > li > a {
	font-weight: 400;
}

.p-archive__grid {
	display: grid;
	gap: 25px;
	grid-template-columns: 1fr;
}

.p-archive__metas {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 12px;
}

.p-archive__pagination {
	margin-top: 50px;
	padding-bottom: 40px;
}

.p-archive__empty {
	padding-bottom: 20px;
}

.p-archive__empty--archive {
	padding-top: 20px;
}

.p-archive__empty--genre {
	padding-top: 20px;
	text-align: center;
}

.p-archive__empty-text {
	font-size: 14px;
	line-height: 1.8;
}

.p-archive__title {
	border-bottom: 1px solid #e2e2e2;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.p-archive__title strong {
	color: #7da3a1;
	font-weight: 700;
}

.p-archive__title span {
	color: #666666;
	font-size: 20px;
}

.p-widget-search__container {
	background-color: #fff;
	padding: 2px;
}

.p-widget-search__form {
	position: relative;
}

.p-widget-search__field {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	font-size: 16px;
	padding: 12px 40px 12px 16px;
	width: 100%;
}

.p-widget-search__field::-moz-placeholder {
	color: #e2e2e2;
	font-size: 14px;
	font-weight: 500;
}

.p-widget-search__field::placeholder {
	color: #e2e2e2;
	font-size: 14px;
	font-weight: 500;
}

.p-widget-search__field:focus-visible {
	border-color: #7da3a1;
	box-shadow: none;
	outline: none;
}

.p-widget-search__submit {
	color: #e2e2e2;
	display: grid;
	height: 36px;
	place-items: center;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s ease, color 0.3s ease;
	width: 36px;
}

.p-widget-search__submit::before {
	content: "\f002";
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
}

.p-widget-profile__image {
	margin-bottom: 20px;
	text-align: center;
}

.p-widget-profile__image img {
	height: 120px;
	width: 120px;
}

.p-widget-profile__title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.p-widget-profile__text {
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 25px;
	padding: 0 5px;
}

.p-widget-popular__item,
.wpost-item {
	display: flex;
	padding-block: 10px;
}

.p-widget-popular__image,
.wpost-item-img {
	aspect-ratio: 16/9;
	margin-right: 0;
	overflow: hidden;
	width: 100px;
}

.p-widget-popular__image img,
.wpost-item-img img {
	height: 100%;
	transition: transform 0.3s ease;
}

.p-widget-popular__body,
.wpost-item-body {
	padding: 0 0 0 10px;
	width: calc(100% - 100px);
}

.p-widget-popular__title,
.wpost-item-title {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0;
}

.p-widget-category__list li,
.p-widget-category__list .cat-item,
.wp-block-categories-list li,
.wp-block-categories-list .cat-item,
.wp-block-categories li,
.wp-block-categories .cat-item {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding-block: 10px;
}

.p-widget-category__list a,
.wp-block-categories-list a,
.wp-block-categories a {
	font-size: 14px;
}

.p-widget-archive__list li,
.wp-block-archives-list li,
.wp-block-archives li {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding: 10px 0 13px;
}

.p-widget-archive__list a,
.wp-block-archives-list a,
.wp-block-archives a {
	font-size: 14px;
}

.p-cta {
	background: #f8f5f1;
	padding-block: 60px;
}

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

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

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

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

.u-fade-in-up {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

.u-fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.u-fade-in-up--delay-1 {
	transition-delay: 0.2s;
}

.u-fade-in-up--delay-2 {
	transition-delay: 0.4s;
}

.u-fade-in-up--delay-3 {
	transition-delay: 0.6s;
}

.u-fade-in-up--delay-4 {
	transition-delay: 0.8s;
}

.u-fade-in-up--delay-5 {
	transition-delay: 1s;
}

@media (any-hover: hover) {

.c-btn--primary:hover {
	box-shadow: none;
	transform: translateY(4px);
}

.c-btn--header:hover {
	opacity: 0.8;
	transform: none;
}

.c-btn--main-color:hover {
	box-shadow: none;
	transform: translateY(4px);
}

.c-btn--twitter:hover {
	background-color: #7da3a1;
	border-color: #7da3a1;
	box-shadow: 0 8px 25px rgba(108, 154, 139, 0.3);
	color: #fff;
	transform: translateY(4px);
}

.c-btn--square:hover {
	background-color: #4a4a4a;
	color: #fff;
}

.c-btn-outline:hover {
	background-color: #7da3a1;
	color: #fff;
}

.c-btn-outline--active:hover {
	background-color: #f8f5f1;
	color: #4a4a4a;
}

.c-btn-outline--accent-color:hover {
	background-color: #f5d76e;
	color: #fff;
}

.c-card:hover {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	transform: translateY(-5px);
}

.c-card--price-other:hover {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
	transform: translateY(0);
}

.c-card--about:hover {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
	transform: translateY(0);
}

.c-card--service:hover {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
	transform: translateY(0);
}

.c-card--process:hover {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
	transform: translateY(0);
}

.c-card--skill:hover {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
	transform: translateY(0);
}

.c-tag__item--category:hover {
	opacity: 0.7;
}

.c-tag__item--filter:hover {
	background-color: #7da3a1;
	color: #fff;
}

.c-tag__item.is-active:hover {
	opacity: 0.8;
}

.c-pagetop:hover {
	background: #5a8374;
	box-shadow: 0 8px 25px rgba(108, 154, 139, 0.3);
	transform: translateY(-3px);
}

.c-pagetop__icon:hover {
	transform: translateY(-1px);
}

.c-breadcrumb a:hover {
	color: #4a4a4a;
	opacity: 0.8;
}

.c-share-btn__link:hover {
	background-color: #f5d76e;
	border: 1px solid #f5d76e;
	color: #fff;
}

.c-blog-nav__link:hover .c-blog-nav__title {
	background-color: #7da3a1;
	color: #fff;
}

.c-post-card:hover {
	transform: translateY(-5px);
}

.c-post-card__link:hover .c-post-card__image img {
	transform: scale(1.03);
}

.c-pagination .page-numbers:hover {
	background-color: #7da3a1;
	color: #fff;
}

.c-link-line:hover {
	opacity: 0.8;
}

.p-header__logo:hover {
	opacity: 0.8;
}

.p-header__link:hover {
	background-position: bottom left;
	background-size: 100% 1px;
	color: #7da3a1;
}

.p-header__link--anchor:hover {
	background-position: initial;
	background-size: 0%;
	opacity: 0.8;
}

.p-drawer__link:hover {
	background-color: #7da3a1;
	color: #fff;
}

.p-contact__text small a:hover {
	color: #7da3a1;
	opacity: 1;
}

.your-file::file-selector-button:hover {
	background-color: #7da3a1;
	color: #fff;
}

.p-footer__link:hover {
	opacity: 1;
}

.p-work-detail__body a:hover {
	opacity: 0.7;
}

.p-single__body .reference-box a:hover,
.p-single__body .is-style-reference a:hover,
.wp-block-list .reference-box a:hover,
.wp-block-list .is-style-reference a:hover {
	text-decoration-color: #7da3a1;
}

.p-single__body a:hover,
.wp-block-list a:hover {
	opacity: 0.8;
}

.p-single__tags-item:hover {
	background-color: #7da3a1;
	border-color: #7da3a1;
	color: #fff;
}

.p-single__btn .c-btn--primary:hover {
	transform: none;
}

.p-single__btn .c-btn--main-color:hover {
	transform: none;
}

.p-single__related-link:hover .p-single__related-image img {
	transform: scale(1.05);
}

#toc_container a:hover {
	opacity: 0.8;
}

.p-widget-search__submit:hover {
	opacity: 0.7;
}

.p-widget-popular__item:hover,
.wpost-item:hover {
	opacity: 0.7;
}

.p-widget-popular__item:hover .p-widget-popular__image img,
.wpost-item:hover .p-widget-popular__image img {
	transform: scale(1.03);
}

.p-widget-category__list li:hover,
.p-widget-category__list .cat-item:hover,
.wp-block-categories-list li:hover,
.wp-block-categories-list .cat-item:hover,
.wp-block-categories li:hover,
.wp-block-categories .cat-item:hover {
	opacity: 0.8;
}

.p-widget-archive__list li:hover,
.wp-block-archives-list li:hover,
.wp-block-archives li:hover {
	opacity: 0.8;
}

}

@media (min-width: 375px) {

.l-inner--contact,
.l-inner--error {
	max-width: 800px;
	padding: 0 20px;
}

.l-article-bottom {
	padding: 0 15px;
}

.c-card-price {
	padding: 40px;
}

.c-tag--skill {
	gap: 13px;
	margin-left: 5px;
}

.c-faq-box__head {
	gap: 12px;
}

.form-checkbox-text {
	font-size: 16px;
}

.wpcf7-list-item-label {
	font-size: 16px;
}

.p-header__container {
	padding: 14px 20px;
}

.p-header__logo {
	gap: 10px;
}

.p-fv__decoration-right {
	height: 150px;
	width: 150px;
}

.p-fv__decoration-left {
	height: 150px;
	width: 150px;
}

.p-price__notice-item::before {
	top: -10%;
}

.p-about__image img {
	height: 280px;
	width: 280px;
}

.p-skill__text {
	font-size: 7px;
}

.p-footer__list {
	gap: 10px 20px;
}

.p-about-profile__image img {
	height: 300px;
	width: 300px;
}

#toc_container {
	padding: 20px;
}

}

@media (min-width: 576px) {

.l-article-bottom {
	padding: 0 25px;
}

.c-tag--skill {
	gap: 15px;
	margin-left: 10px;
}

.c-share-btn__list {
	gap: 20px;
}

.c-share-btn__link {
	font-size: 18px;
	height: 50px;
	width: 50px;
}

.c-share-btn__link--widget-icon {
	font-size: 18px;
	height: 40px;
	width: 40px;
}

.c-post-card__title {
	font-size: 18px;
}

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

.p-fv__description {
	font-size: 0.9rem;
	margin-top: 28px;
	padding-left: 18px;
}

.p-work__grid {
	gap: 32px 24px;
	grid-template-columns: repeat(2, 1fr);
}

.p-price__notice-item::before {
	top: -15%;
}

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

.p-works-page__grid {
	gap: 32px 24px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 45px;
}

.p-single__header {
	padding: 24px 25px 10px;
}

.p-single__related-list {
	gap: 20px;
}

#toc_container {
	padding: 20px 30px 30px;
}

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

}

@media (min-width: 768px) {

body {
	font-size: 16px;
}

.l-inner--narrow {
	max-width: 800px;
	padding: 0 30px;
}

.l-inner--sub-page {
	padding: 0 24px;
}

.l-section {
	padding: 120px 0;
}

.l-section--narrow {
	padding: 30px 0 120px;
}

.l-footer {
	padding-block: 40px;
}

.l-main {
	padding-top: 68px;
}

.l-main--blog,
.l-main--blog-detail,
.l-main--search {
	margin-bottom: 96px;
}

.l-main--blog-detail {
	padding-top: 120px;
}

.l-main--search {
	margin-top: 48px;
}

.l-breadcrumb {
	padding-inline: 60px;
}

.l-breadcrumb--blog {
	margin-bottom: 0;
	margin-inline: auto;
	max-width: 1140px;
}

.l-breadcrumb--blog-detail {
	margin-bottom: 12px;
	max-width: 1140px;
	padding-inline: 15px;
}

.l-wrapper--search {
	margin-top: 32px;
}

.c-btn {
	font-size: 16px;
}

.c-section-title__en {
	font-size: 48px;
}

.c-section-title__en--other {
	font-size: 28px;
}

.c-section-title__sub {
	margin-inline: auto;
	margin-top: 60px;
	max-width: 650px;
	text-align: left;
}

.c-btn-outline--accent-color {
	font-size: 15px;
}

.c-portfolio-card__body {
	padding: 20px 10px;
}

.c-portfolio-card__overlay {
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}

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

.c-card__description {
	font-size: 16px;
}

.c-card__image--process {
	font-size: 24px;
	height: 60px;
	top: -17px;
	width: 60px;
}

.c-card--skill {
	max-width: none;
}

.c-card-price {
	padding: 40px 14px;
}

.c-card-price__item {
	font-size: 14px;
}

.c-tag--work {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.c-tag__item--work-sub {
	font-size: 14px;
}

.c-tag__item--filter {
	padding: 10px 24px;
}

.c-faq-item {
	font-size: 18px;
	height: 48px;
	width: 48px;
}

.c-faq-toggle {
	height: 48px;
	width: 48px;
}

.c-faq-toggle::before {
	height: 3px;
	width: 19px;
}

.c-faq-toggle::after {
	height: 19px;
	width: 3px;
}

.c-faq-box__head {
	gap: 16px;
	padding: 20px 22px;
}

.c-faq-box__head-text {
	font-size: 16px;
	line-height: 1.8;
}

.c-faq-box__a {
	padding: 20px 22px;
}

.c-faq-box__a-text {
	font-size: 16px;
	line-height: 1.8;
}

.c-pagetop {
	bottom: 30px;
	height: 50px;
	right: 30px;
	width: 50px;
}

.c-pagetop__icon {
	height: 16px;
	width: 16px;
}

.c-breadcrumb span[property=itemListElement]:not(:last-child)::after {
	margin-inline: 7px;
}

.c-cta__actions {
	flex-direction: row;
	gap: 24px;
}

.c-page-title__en {
	font-size: 48px;
}

.c-blog-nav {
	align-items: initial;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
}

.c-blog-nav__list--next {
	grid-column: 2;
	justify-self: end;
}

.c-post-card__title {
	line-height: 1.5;
	margin-top: 10px;
}

.form-checkbox-text {
	padding-left: 34px;
}

.wpcf7-list-item-label {
	padding-left: 34px;
}

.p-header__logo {
	gap: 8px;
}

.p-header__logo img {
	height: 40px;
	width: 40px;
}

.p-fv__decoration-right {
	height: 200px;
	width: 200px;
}

.p-fv__decoration-left {
	bottom: 20%;
	height: 200px;
	width: 200px;
}

.p-fv__content {
	padding-inline: 0;
}

.p-fv__head {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
}

.p-fv__description {
	font-size: 1.1rem;
	padding-left: 0;
	text-align: center;
}

.p-work__grid {
	gap: 30px;
}

.p-work__action {
	margin-top: 30px;
}

.p-price__plan {
	gap: 15px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 80px;
}

.p-price__notice {
	margin-top: 60px;
}

.p-price__notice-title {
	font-size: 20px;
}

.p-price__notice-item {
	font-size: 16px;
	padding-left: 20px;
}

.p-price__other {
	margin-top: 40px;
}

.p-price__other-list {
	gap: 17px;
	grid-template-columns: repeat(3, 1fr);
}

.p-process__list {
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 60px;
}

.p-about__description {
	font-size: 18px;
}

.p-about__list {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 60px;
}

.p-skill__description {
	margin-top: 45px;
}

.p-skill__item {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 60px;
	grid-gap: 30px;
}

.p-service__container {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 60px;
}

.p-faq__boxes {
	gap: 30px;
	margin-top: 60px;
}

.p-contact__text {
	margin-top: 46px;
}

.p-contact__text small {
	font-size: 14px;
}

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

.p-contact__privacy {
	margin-bottom: 45px;
	margin-top: 40px;
}

.p-contact__description {
	margin-top: 45px;
}

.p-contact__actions {
	flex-direction: row;
	gap: 24px;
	margin-top: 48px;
}

.p-form__item--file .p-form__field-note {
	font-size: 14px;
}

.p-footer__list {
	gap: 40px;
}

.p-footer__link {
	padding-block: 0;
}

.p-footer__copyright {
	margin-top: 20px;
}

.p-privacy__content {
	margin-top: 60px;
}

.p-privacy__content h2 {
	font-size: 18px;
}

.p-page-header__title {
	font-size: 40px;
	letter-spacing: 0.2em;
}

.p-page-header__subtitle {
	font-size: 18px;
}

.p-about-strengths__head {
	margin-bottom: 60px;
}

.p-about-strengths__copy {
	margin-bottom: 80px;
}

.p-about-strengths__content {
	flex-direction: row;
	gap: 40px;
}

.p-about-strengths__title {
	font-size: 20px;
}

.p-about-profile__head {
	margin-bottom: 40px;
}

.p-about-profile__description p {
	font-size: 16px;
}

.p-about-profile__name {
	font-size: 28px;
}

.p-about-history__head {
	margin-bottom: 40px;
}

.p-works-page__grid {
	gap: 30px;
}

.p-work-detail__image {
	margin-bottom: 52px;
}

.p-work-detail__title {
	font-size: 40px;
}

.p-work-detail__body tr {
	flex-direction: row;
	gap: 20px;
}

.p-work-detail__body th {
	width: 25%;
}

.p-work-detail__body td {
	width: 65%;
}

.p-work-related__grid {
	grid-template-columns: repeat(2, 1fr);
}

.p-error__title {
	font-size: 52px;
}

.p-error__text {
	font-size: 18px;
}

.p-single__title {
	font-size: 24px;
	line-height: 1.6;
}

.p-single__related-list {
	gap: 30px;
}

.p-archive__grid {
	grid-template-columns: repeat(2, 1fr);
}

.p-archive__metas {
	gap: 12px;
}

.p-archive__empty {
	padding-bottom: 40px;
}

.p-archive__empty--archive {
	padding-top: 40px;
}

.p-archive__empty-text {
	font-size: 16px;
}

.p-archive__title {
	font-size: 24px;
}

.p-widget-profile__text {
	padding: 0 10px;
}

.p-widget-category__list a,
.wp-block-categories-list a,
.wp-block-categories a {
	font-size: 16px;
}

.p-widget-archive__list a,
.wp-block-archives-list a,
.wp-block-archives a {
	font-size: 16px;
}

.p-cta {
	padding-block: 80px;
}

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

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

}

@media (min-width: 992px) {

.l-inner {
	padding: 0 30px;
}

.l-inner--sub-page {
	padding: 0 48px;
}

.l-wrapper {
	display: flex;
	flex-direction: column;
	flex-direction: row;
	gap: 30px;
}

.l-blog {
	width: calc(100% - 300px);
}

.l-sidebar {
	margin-top: 0;
	width: 300px;
}

.c-btn--header {
	background-color: #f5d76e;
	font-size: 15px;
	font-weight: 500;
	padding: 4px 24px;
}

.c-card--about {
	padding: 25px;
}

.c-card__image--process {
	top: -25px;
}

.c-card-price {
	padding: 40px 38px;
}

.c-card-price__item {
	font-size: 16px;
}

.c-tag--skill {
	gap: 25px;
}

.c-blog-nav__title {
	width: 240px;
}

.p-header__container {
	margin-inline: auto;
	max-width: 1440px;
	padding: 14px 32px;
}

.p-header__right {
	align-items: center;
	display: flex;
	gap: 30px;
}

.p-header__nav {
	display: block;
}

.p-header__list {
	align-items: center;
	display: flex;
	gap: 30px;
}

.p-header__actions {
	display: block;
}

.p-header__open {
	display: none;
}

.p-drawer__content {
	display: none;
}

.p-fv__head {
	font-size: 2.79rem;
}

.p-work__grid {
	grid-template-columns: repeat(3, 1fr);
}

.p-price__plan {
	gap: 30px;
}

.p-price__other-list {
	gap: 30px;
	margin-top: 40px;
}

.p-process__list {
	grid-template-columns: repeat(4, 1fr);
	margin-top: 80px;
}

.p-about__content {
	flex-direction: row;
	margin-top: 60px;
}

.p-about__image {
	flex: 0 0 auto;
	width: 30%;
}

.p-about__action {
	text-align: left;
}

.p-skill__image img {
	height: 45px;
	width: 45px;
}

.p-skill__text {
	font-size: 8px;
}

.p-service__container {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 80px;
}

.p-about-profile__content {
	flex-direction: row;
	gap: 70px;
	margin-top: 60px;
}

.p-about-profile__image {
	flex: 0 0 auto;
	width: 30%;
}

.p-about-history__item {
	align-items: baseline;
	display: flex;
	gap: 40px;
	margin-bottom: 0;
	position: relative;
}

.p-about-history__date {
	flex-shrink: 0;
	padding-bottom: 0;
	width: 16%;
}

.p-about-history__content p {
	margin-bottom: 40px;
}

.p-about-history__content {
	border-bottom: none;
	border-left: 3px rgba(0, 0, 0, 0.1) solid;
	padding-bottom: 0;
	padding-left: 30px;
	padding-top: 10px;
}

.p-works-page__grid {
	grid-template-columns: repeat(3, 1fr);
}

.p-work-related__grid {
	grid-template-columns: repeat(3, 1fr);
}

.p-single__body h2,
.wp-block-list h2 {
	font-size: 24px;
}

.p-single__body h3,
.wp-block-list h3 {
	font-size: 20px;
}

.p-single__body h4,
.wp-block-list h4 {
	font-size: 20px;
}

.p-single__body h5,
.wp-block-list h5 {
	font-size: 18px;
}

.p-single__body h6,
.wp-block-list h6 {
	font-size: 16px;
}

.p-single__related-list {
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

}

@media (min-width: 1200px) {

.l-inner {
	padding: 0 60px;
}

.l-breadcrumb {
	padding-inline: 30px;
}

.l-breadcrumb--blog-detail {
	padding-inline: 15px;
}

.l-wrapper {
	gap: 60px;
}

.c-card-price {
	padding: 40px;
}

.c-blog-nav__title {
	width: 300px;
}

.p-fv__head {
	font-size: 3.8rem;
}

.p-skill__text {
	font-size: 10px;
}

}

@keyframes gentleFloat {

0%,100% {
	transform: translate(0, 0) scale(1);
}

33% {
	transform: translate(-30px, -20px) scale(1.1);
}

66% {
	transform: translate(20px, -40px) scale(0.9);
}

}

