*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
figure,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font-family: inherit;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 100%;
}

*:focus-visible {
	outline: #43413e solid 2px;
	outline-offset: -3px;
}

html {
	overflow-x: hidden;
}

body {
	background: #fff;
	color: #43413e;
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.7;
	overflow-x: hidden;
}

p,
a,
input,
textarea {
	color: #43413e;
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.7;
}

span {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

h1,
h2,
h3,
h4 {
	color: #43413e;
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	letter-spacing: 0.06em;
	line-height: 1.7;
}

.l-inner {
	margin-inline: auto;
	max-width: 1280px;
	padding-inline: 16px;
	width: 100%;
}

.l-inner--header {
	padding-inline: 20px 0;
}

.l-inner--topFv {
	max-width: 100%;
}

.l-inner--top-service-contentInner {
	padding-inline: 0;
}

.l-inner--footer-contact {
	padding-inline: 10px;
}

.l-inner--footer--bottom {
	padding-inline: 10px;
}

.l-inner--single {
	padding-inline: 0;
}

.l-top {
	padding-top: 70px;
}

.l-top__about {
	margin-top: 60px;
}

.l-top__service {
	margin-top: 80px;
}

.l-top__works {
	margin-top: 80px;
}

.l-top__blog {
	margin-top: 80px;
}

.l-footer {
	margin-top: 80px;
}

.l-lower {
	margin-top: 70px;
}

.l-lower__breadcrumb {
	margin-top: 4px;
}

.l-lower__content {
	margin-top: 60px;
}

.l-lower-about__message {
	margin-top: 80px;
}

.l-archive-works {
	margin-top: 32px;
}

.l-single-works__other {
	margin-top: 80px;
}

.l-single-works__more {
	margin-top: 70px;
}

.c-section-heading {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
}

.c-section-heading::after {
	background: url(../img/section-heading_deco.svg) no-repeat center/contain;
	content: "";
	height: 10px;
	margin-top: 8px;
	width: 10px;
}

.c-section-heading__en {
	color: #43413e;
	font-family: "Lato", sans-serif;
	font-size: 27px;
	font-size: 1.6875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-align: center;
}

.c-section-heading__ja {
	color: #43413e;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1;
	text-align: center;
}

.c-section-heading-lead {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	text-align: center;
}

.c-section-heading.text-align-left {
	place-items: start;
}

.c-section-heading.text-align-left::after {
	content: none;
}

.c-button {
	align-items: center;
	background: #43413e;
	border-radius: 2px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding-inline: 39px 57px;
	position: relative;
	text-align: center;
}

.c-button::before {
	background: url(../img/icon-arrow.svg) no-repeat center/13px 8.05px;
	content: "";
	height: 8.05px;
	position: absolute;
	right: 16.96px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 13px;
	z-index: 2;
}

.c-button:focus-visible {
	outline: #f6822f solid 2px;
	outline-offset: -3px;
}

.c-icon-button {
	align-items: center;
	background: #43413e;
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 12px;
	height: 43px;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-inline: auto;
	max-width: 280px;
	padding-inline: 39px 42px;
	position: relative;
	width: 100%;
}

.c-icon-button::before {
	background: url(../img/icon-mail.svg) no-repeat center/contain;
	content: "";
	display: inline-block;
	height: inherit;
	transition: opacity 0.5s, background-color 0.5s;
	width: 17.5px;
}

.c-icon-button::after {
	background: url(../img/icon-arrow.svg) no-repeat center/contain;
	content: "";
	height: 8.05px;
	position: absolute;
	right: 16.95px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.5s;
	width: 13px;
}

.c-button-submit,
.c-button-prev,
.c-button-submit-02 {
	background-color: #43413e;
	background-image: url("../img/icon-arrow-right.svg");
	background-position: right 16px center;
	background-repeat: no-repeat;
	background-size: 8.05px 13px;
	border: none;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	height: 43px;
	line-height: 1;
	padding-inline: 39px 57px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-contact-form .wpcf7-form .p-contact-form__submit p {
	display: grid;
	gap: 24px;
	place-items: center;
	width: 100%;
}

.c-button-prev {
	background-image: url("../img/icon-arrow-left.svg");
	background-position: left 16px center;
	margin-inline: auto;
	min-width: 264px;
	padding-inline: 57px 39px;
}

.c-button-submit-02 {
	margin-inline: auto;
	min-width: 264px;
}

.c-slider__splide-controller-container {
	position: relative;
}

.c-slider__splide-controller {
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.c-slider__splide-arrow {
	background-color: transparent;
	border-bottom: transparent;
	border-left: 2px solid #43413e;
	border-right: transparent;
	border-top: 2px solid #43413e;
	height: 14px;
	position: absolute;
	top: 50%;
	translate: 0 calc(-50% + 2px);
	width: 14px;
}

.c-slider__splide-arrow svg {
	display: none;
}

.c-slider__splide-arrow:disabled {
	opacity: 0.2;
}

.c-slider__splide-arrows-prev {
	left: -26px;
	rotate: -45deg;
}

.c-slider__splide-arrows-next {
	right: -26px;
	rotate: 135deg;
}

.c-slider__splide-pagination {
	display: flex;
	gap: 12px;
}

.c-slider__splide-pagination-page {
	background-color: transparent;
	border: 1px solid #43413e;
	border-radius: 50%;
	height: 10px;
	width: 10px;
}

.c-slider__splide-pagination-page.is-active {
	background-color: #43413e;
}

.c-slider__single-work {
	max-width: 100%;
	overflow: hidden;
}

.c-slider__single-work-track {
	padding-block-start: 10px;
}

.c-slider__single-work-slide .p-works-item__img-pc {
	top: 9px;
}

.c-splide__archive-category-nav-slide {
	width: -moz-fit-content;
	width: fit-content;
}

.c-splide__archive-category-nav-slide.is-overflow {
	max-width: calc(100% - 60px);
}

.c-splide__archive-category-nav-slide.is-overflow .c-splide__archive-category-nav-link {
	border-bottom: 1.5px solid #43413e;
	color: #43413e;
	transition: none;
}

.c-splide__archive-category-nav-slide.is-overflow .c-splide__archive-category-nav-link.is-active {
	background-color: #43413e;
	color: #fff;
}

.c-splide__archive-category-nav-slide .c-splide__archive-category-nav-link {
	border-bottom: 1.5px solid #b7b6b6;
	color: #b7b6b6;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	height: 100%;
	padding-block: 10px;
	padding-inline: 10px;
	position: relative;
	transition: border-color 0.5s, color 0.5s, background-color 0.5s;
}

.c-splide__archive-category-nav-slide .c-splide__archive-category-nav-link.is-active {
	border-bottom: 1.5px solid #43413e;
	color: #43413e;
}

.p-header {
	background-color: #fff;
	height: 70px;
	left: 0;
	max-width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20;
}

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

.p-header__logo {
	transition: opacity 0.5s;
	z-index: 50;
}

.p-header__logo-link {
	display: inline-block;
	height: auto;
	width: 150px;
}

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

.p-header__button {
	background: rgba(217, 217, 217, 0);
	border-left: 2px solid #43413e;
	display: block;
	height: 70px;
	margin-left: auto;
	position: relative;
	width: 80px;
	z-index: 50;
}

.p-header__button.is-checked .p-header__drawer-button-bar:nth-of-type(1),
.p-header__button.is-checked .p-header__drawer-button-bar:nth-of-type(3) {
	opacity: 1;
	transform-origin: center;
}

.p-header__button.is-checked .p-header__drawer-button-bar:nth-of-type(1) {
	top: calc(50% + 7px);
	transform: rotate(45deg) translate(-50%, -50%);
}

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

.p-header__button.is-checked .p-header__drawer-button-bar:nth-of-type(3) {
	top: calc(50% - 7px);
	transform: rotate(-45deg) translate(-50%, -50%);
}

.p-header__drawer-button-bar {
	position: absolute;
}

.p-header__drawer-button-bar:nth-of-type(1),
.p-header__drawer-button-bar:nth-of-type(3) {
	background-color: #43413e;
	height: 2px;
	opacity: 0;
	transform: translateX(-50%);
	transition: transform 0.5s, opacity 0.5s;
	width: 20px;
}

.p-header__drawer-button-bar:nth-of-type(2) {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.15em;
	line-height: normal;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.5s;
}

.p-header__drawer-button-bar:nth-of-type(1) {
	left: calc(50% - 1px);
	top: calc(50% - 8px);
}

.p-header__drawer-button-bar:nth-of-type(3) {
	left: 50%;
	top: calc(50% + 8px);
}

.p-header__nav {
	background: #fff;
	background-color: #f3f7fa;
	height: calc(100vh - 70px);
	position: fixed;
	right: 0;
	top: 70px;
	transform: translateX(100%);
	transition: transform 0.5s;
	width: 100%;
	z-index: 40;
}

.p-header__nav.is-checked {
	top: 70px;
	transform: translateX(0);
}

.p-header__nav-lists {
	height: 100%;
	margin-inline: auto;
	margin-top: calc(36vh - 70px);
	width: 220px;
}

.p-header__nav-flex {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.p-header__nav-list {
	text-align: center;
}

.p-header__nav-link {
	display: grid;
	font-weight: 700;
	padding-block: 8px;
	padding-inline: 10px;
	place-items: center;
	position: relative;
}

.p-header__nav-link::after {
	background: #f6822f;
	bottom: 0;
	content: "";
	height: 2px;
	left: 10px;
	margin-top: 4px;
	position: absolute;
	transform-origin: left center;
	transition: width 300ms cubic-bezier(0.2, 0.9, 0.3, 1);
	width: 0;
}

.p-header__nav-link:focus-visible::after {
	width: calc(100% - 20px);
}

.p-header__nav-link.is-current::after {
	width: calc(100% - 20px);
}

.p-header__nav-contact-cta {
	border-radius: 2px;
	height: 45px;
	margin-top: 23px;
	width: 100%;
}

.p-header__nav-contact-cta-inner {
	align-items: center;
	background-color: #74ab8a;
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-weight: 700;
	gap: 10px;
	height: 100%;
	justify-content: center;
	padding-inline: 16px;
	position: relative;
	text-align: right;
	transition: opacity 0.5s;
	width: 100%;
}

.p-header__nav-contact-cta-inner::before {
	content: "";
	display: block;
	height: 14px;
	width: 17.5px;
	-webkit-mask-image: url(../img/icon-mail.svg);
	mask-image: url(../img/icon-mail.svg);
	-webkit-mask-size: contain;
	background-color: #fff;
	mask-size: contain;
}

.p-header__contact-cta {
	background-color: #74ab8a;
	bottom: 0;
	height: 60px;
	left: 0;
	position: fixed;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
	z-index: 50;
}

.p-header__contact-cta.is-checked {
	transform: translateY(100%);
}

.p-header__contact-cta-inner {
	align-items: center;
	color: #fff;
	display: flex;
	font-weight: 700;
	gap: 10px;
	height: 60px;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.p-header__contact-cta-inner::before {
	background: url(../img/icon-mail.svg) no-repeat center/contain;
	content: "";
	display: grid;
	height: 14px;
	width: 17.5px;
}

.p-top-button {
	background-color: #f6822f;
	border-radius: 2px;
	bottom: 40px;
	display: grid;
	height: 47px;
	opacity: 0;
	overflow: hidden;
	place-items: center;
	position: fixed;
	right: 15px;
	transform: translateY(24px);
	transition: background-color 0.5s, opacity 0.5s, transform 0.5s, visibility 0.5s;
	visibility: hidden;
	width: 47px;
	z-index: 60;
}

.p-top-button.is-active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.p-top-button__img {
	display: grid;
	height: 13px;
	place-items: center;
	transition: transform 0.5s;
	width: 20px;
}

.p-top-button__img img {
	width: 100%;
}

/* reCAPTCHA v3　表示位置 */

.grecaptcha-badge {
	bottom: 0 !important;
	position: fixed;
}

.p-footer__contact-bg {
	background: url(../img/works-bg-sp-v2.jpg);
	background-attachment: local;
	background-position: center 226px;
	background-size: 100%;
	height: 220px;
	width: 100%;
}

.p-footer__contact-content {
	background-color: #edf1f4;
	padding-block: 60px;
	text-align: center;
}

.p-footer__contact-button {
	margin-top: 50px;
	text-align: center;
}

.p-footer__bottom {
	background: #45594d;
	padding-block: 50px 30px;
}

.p-footer__bottom-content {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.p-footer__contact-lead {
	margin-top: 24px;
	text-align: center;
}

.p-footer__bottom-logo {
	left: -4px;
	position: relative;
	width: 171px;
}

.p-footer__bottom-logo img {
	width: 100%;
}

.p-footer__bottom-nav {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__bottom-nav-link {
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 10px;
	padding-block: 5px;
	transition: opacity 0.5s;
}

.p-footer__copyright {
	color: #fff;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-top: 80px;
	text-align: center;
	text-shadow: 0px 0px 20px rgba(21, 34, 26, 0.73);
	width: 100%;
}

.p-top-service__container {
	display: grid;
	gap: 40px;
}

.p-top-service__heading {
	background: #edf1f4;
	background-color: transparent;
	margin-inline: auto;
	max-width: 434px;
	padding-block: 60px 0;
	position: relative;
	width: 100%;
}

.p-top-service__heading::before {
	background: url(../img/topWorks-heading_sp.jpg) no-repeat center/cover;
	content: "";
	height: 102px;
	max-width: 65%;
	position: absolute;
	right: -16px;
	top: 0;
	width: 232px;
	z-index: -1;
}

.p-top-service__heading::after {
	background-color: #fecca9;
	bottom: -20px;
	content: "";
	height: 80px;
	left: -16px;
	position: absolute;
	width: 120px;
	z-index: -1;
}

.p-top-service__heading-content {
	background: #fffefb;
	box-shadow: 0 0 20px 0 rgba(204, 204, 204, 0.25);
	display: grid;
	gap: 15px;
	margin-inline: auto;
	max-width: 300px;
	padding-block: 24px;
	padding-inline: 16px;
	place-items: center;
	position: relative;
	width: 100%;
	z-index: 0;
}

.p-top-service__content {
	display: grid;
	gap: 80px;
	position: relative;
	z-index: 2;
}

.p-top-service__list {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
}

.p-top-service__item {
	align-items: center;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(204, 204, 204, 0.25);
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 24px;
	width: 100%;
}

.p-top-service__item-title {
	color: #45594d;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.5;
	text-align: center;
}

.p-top-service__item-title .small {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.p-top-service__item-img {
	width: 120px;
}

.p-top-service__item-img img {
	width: 100%;
}

.p-top-service__item-text {
	font-weight: 500;
}

.p-top-service__button {
	margin-top: 60px;
	text-align: center;
}

.p-top-works__container {
	display: grid;
	gap: 40px;
}

.p-top-works__heading {
	background: #edf1f4;
	background-color: transparent;
	margin-inline: auto;
	max-width: 434px;
	padding-block: 40px 0;
	position: relative;
	width: 100%;
}

.p-top-works__heading::before {
	background: url(../img/my-illust.png) no-repeat center/contain;
	bottom: -26px;
	content: "";
	height: 122px;
	max-width: 47%;
	position: absolute;
	right: -52px;
	width: 47%;
	z-index: 5;
}

.p-top-works__heading::after {
	background-color: #d7e4dd;
	content: "";
	height: 80px;
	left: -16px;
	position: absolute;
	top: 0;
	width: 120px;
	z-index: -1;
}

.p-top-works__heading-content {
	background: #fffefb;
	box-shadow: 0 0 20px 0 rgba(204, 204, 204, 0.25);
	display: grid;
	gap: 15px;
	margin-inline: auto;
	max-width: 300px;
	padding-block: 24px;
	padding-inline: 16px;
	place-items: center;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-top-works__content {
	display: grid;
	gap: 60px;
}

.p-top-works__list {
	display: grid;
	gap: 70px;
	grid-template-columns: repeat(auto-fit, 335px);
	justify-items: start;
	place-content: center;
	width: 100%;
}

.p-top-works__button {
	text-align: center;
}

.p-lower-fv {
	position: relative;
}

.p-lower-fv__content {
	height: 185px;
	width: 100%;
}

.p-lower-fv__img {
	height: 100%;
	text-align: center;
	width: 100%;
}

.p-lower-fv__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.p-lower-fv__title-wrap {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 20px 0 rgba(204, 204, 204, 0.25);
	display: grid;
	height: 130px;
	left: 50%;
	max-width: 295px;
	padding-block: 36px 24px;
	padding-inline: 24px;
	place-items: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-lower-breadcrumb {
	background: #fff;
	color: #43413e;
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.7;
}

.p-lower-breadcrumb .breadcrumb-icon::after {
	background: url(../img/breadcrumb-icon.svg) no-repeat center/7px 12px;
	content: "";
	display: inline-block;
	height: 8.05px;
	width: 13px;
}

.p-lower-breadcrumb span {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	margin-inline: 4px;
}

.p-lower-breadcrumb span a {
	color: #a6a6a6;
	display: inline-block;
	padding-block: 8px;
	transition: opacity 0.5s;
}

.p-lower-breadcrumb span:last-child {
	margin-right: 0;
}

.p-lower-breadcrumb span:first-child {
	margin-left: 0;
}

.p-lower-breadcrumb .home {
	color: #a6a6a6;
}

.p-lower-about-policy__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 65px;
	margin-top: 60px;
}

.p-lower-about-policy__item {
	width: 100%;
}

.p-lower-about-policy__img {
	aspect-ratio: 335/239;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.p-lower-about-policy__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.p-lower-about-policy__num {
	color: rgba(116, 171, 138, 0.3);
	font-size: 58px;
	font-size: 3.625rem;
	font-weight: 500;
	letter-spacing: 1.16px;
	line-height: 100%;
	margin-top: 20px;
}

.p-lower-about-policy__title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.64px;
	line-height: 185%;
	margin-top: 5px;
}

.p-lower-about-policy__text {
	letter-spacing: 0.28px;
	line-height: 200%;
	margin-top: 24px;
}

.p-lower-about-policy__text p + p {
	margin-top: 15px;
}

.p-lower-about-message {
	background-color: #edf1f4;
	overflow: hidden;
	padding-block: 70px 60px;
	position: relative;
	z-index: -4;
}

.p-lower-about-message::after {
	background: url(../img/lower-about-bg-sp.webp) no-repeat right bottom/cover;
	content: "";
	height: 475px;
	left: calc(50% - 70px);
	opacity: 0.7;
	position: absolute;
	top: 20.1117318436%;
	width: 375px;
	z-index: -1;
}

.p-lower-about-message__content {
	margin-top: 65px;
}

.p-lower-about-message__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.28px;
	line-height: 228.571%;
}

.p-lower-about-message__text p + p {
	margin-top: 10px;
}

.p-lower-about-message__img {
	height: 150px;
	margin-inline: auto;
	margin-top: 40px;
	text-align: center;
	width: 150px;
}

.p-lower-about-message__img img {
	width: 100%;
}

.p-lower-contact__lead {
	text-align: center;
}

.p-lower-contact__lead--thanks {
	margin-inline: auto;
	max-width: 534px;
}

.p-lower-contact__step {
	display: flex;
	gap: 50px;
	justify-content: center;
	margin-inline: auto;
	margin-top: 48px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lower-contact__step-item {
	display: grid;
	gap: 6px;
	place-items: center;
	width: 64px;
}

.p-lower-contact__step-item:not(:first-of-type) .p-lower-contact__step-number {
	position: relative;
}

.p-lower-contact__step-item:not(:first-of-type) .p-lower-contact__step-number::before {
	background-color: #45594d;
	content: "";
	height: 1px;
	left: -22px;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
	width: 35px;
}

.p-lower-contact__step-item.is-current .p-lower-contact__step-number {
	background-color: #45594d;
	color: #fff;
}

.p-lower-contact__step-number {
	background-color: #fff;
	border: 1px solid #45594d;
	border-radius: 50%;
	color: #45594d;
	display: grid;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	height: 38px;
	letter-spacing: 0;
	line-height: 1;
	place-items: center;
	width: 38px;
}

.p-lower-contact__step-text {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
}

.p-lower-contact__form {
	box-shadow: 0 0 20px 0 rgba(204, 204, 204, 0.25);
	margin-inline: auto;
	margin-top: 60px;
	max-width: 800px;
	padding-block: 32px;
	padding-inline: min(10vw, 20px);
}

.p-contact-form .wpcf7 p,
.p-contact-form .wpcf7 span:not(.p-contact-form__label-required) {
	display: inline;
	height: inherit;
	width: 100%;
}

.p-contact-form br {
	display: none;
}

.p-contact-form__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-contact-form__item {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.p-contact-form__label {
	align-items: center;
	display: flex;
	gap: 15px;
}

.p-contact-form__label-required {
	background: #f6822f;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1;
	padding-block: 3px;
	padding-inline: 5px;
}

.p-contact-form__input {
	width: 100%;
}

.p-contact-form__input:has(.p-contact-form__select) {
	height: 48px;
	position: relative;
}

.p-contact-form__input:has(.p-contact-form__select)::before {
	content: "";
	height: 7.239px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 11.826px;
	-webkit-mask-image: url(../img/icon-arrow.svg);
	mask-image: url(../img/icon-arrow.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #43413e;
	mask-position: center;
	z-index: 2;
}

.p-contact-form__select {
	background: #fff;
	border: 1px solid #43413e;
	border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	font-size: 0.9375rem;
	height: 48px;
	line-height: 1;
	padding-block: 12px;
	padding-inline: 12px;
	width: 100%;
}

.p-contact-form__select::-ms-expand {
	display: none;
}

.p-contact-form__select::-moz-placeholder {
	color: #ccc;
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
}

.p-contact-form__select::placeholder {
	color: #ccc;
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
}

.p-contact-form__text {
	background: #fff;
	border: 1px solid #43413e;
	border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	font-size: 0.9375rem;
	height: 48px;
	line-height: 1;
	padding-block: 12px;
	padding-inline: 12px;
	width: 100%;
}

.p-contact-form__text::-moz-placeholder {
	color: #ccc;
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
}

.p-contact-form__text::placeholder {
	color: #ccc;
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
}

.p-contact-form__textarea {
	background: #fff;
	border: 1px solid #43413e;
	border-radius: 2px;
	font-size: 15px;
	font-size: 0.9375rem;
	height: 160px;
	line-height: 1.6;
	padding-block: 12px;
	padding-inline: 12px;
	resize: vertical;
	width: 100%;
}

.p-contact-form__textarea::-moz-placeholder {
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.p-contact-form__textarea::placeholder {
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.p-contact-form__privacy-policy {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 32px;
	text-align: center;
}

.p-contact-form__privacy-policy a {
	color: #0000ee;
	font-size: 14px;
	font-size: 0.875rem;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: opacity 0.5s;
}

.p-contact-form__submit {
	margin-top: 32px;
	text-align: center;
}

.p-contact-form__submit .wpcf7-spinner {
	display: block;
}

.p-contact-form__confirm-item {
	background: #fff;
	border: 1px solid #43413e;
	border-radius: 2px;
	font-size: 15px;
	font-size: 0.9375rem;
	height: -moz-fit-content;
	height: fit-content;
	min-height: 48px;
	padding-block: 12px;
	padding-inline: 12px;
	width: 100%;
}

.p-lower-contact__button {
	margin-top: 60px;
	text-align: center;
}

.p-works-item__link {
	display: block;
}

.p-works-item__link:focus-visible {
	outline: #43413e solid 2px;
	outline-offset: 2px;
}

.p-works-item__img-mockup {
	padding-right: 54.3px;
	position: relative;
}

.p-works-item__img-mockup-pc {
	height: 233.292px;
	overflow: hidden;
	position: relative;
	transition: transform 0.5s;
	width: 280.708px;
	z-index: 2;
}

.p-works-item__img-pc-pc {
	height: 233.292px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 280.708px;
	z-index: 15;
}

.p-works-item__img-pc-pc img {
	width: 100%;
}

.p-works-item__img-pc {
	height: 63.4376339477%;
	left: 8.7px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 9.5px;
	width: 94%;
}

.p-works-item__img-pc img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.p-works-item__img-fix-sp {
	bottom: 0;
	position: absolute;
	right: 0;
}

.p-works-item__img-mockup-sp {
	height: 175.347px;
	position: relative;
	transition: transform 0.5s;
	width: 83.454px;
	z-index: 8;
}

.p-works-item__img-sp-sp {
	height: 175.347px;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 83.454px;
	z-index: 9;
}

.p-works-item__img-sp-sp img {
	width: 100%;
}

.p-works-item__img-sp {
	border-radius: 6px;
	height: 96.215569%;
	left: 4px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 91.413174%;
	z-index: 8;
}

.p-works-item__img-sp img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% top;
	object-position: 50% top;
}

.p-works-item__label {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 15px;
	max-width: 335px;
	width: 100%;
}

.p-works-item__label-category {
	background-color: #f6f6f6;
	border-left: 5px solid #74ab8a;
	color: #43413e;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1;
	padding: 8px 8px;
	transition: opacity 0.5s;
}

.p-works-item__label-category-design {
	border-left: 5px solid #df9967;
}

.p-works-item__label-category-ec {
	border-left: 5px solid #e291b7;
}

.p-works-item__label-category-lp {
	border-left: 5px solid #cee75c;
}

.p-works-item__label-category-corporate-site {
	border-left: 5px solid #8da9c9;
}

.p-works-item__title {
	font-weight: 500;
	margin-top: 13px;
	text-align: left;
	transition: opacity 0.5s;
}

.p-works-item__text-inner {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
}

.p-archive-works__category-nav {
	margin-bottom: 60px;
	width: 100%;
}

.p-archive-works__category-nav-content {
	display: flex;
	justify-content: center;
}

.p-archive-works__content {
	min-height: 18vh;
}

.p-archive-works__list {
	display: grid;
	gap: 70px;
	grid-template-columns: repeat(auto-fit, 335px);
	justify-items: start;
	place-content: center;
	width: 100%;
}

.p-single-works {
	max-width: 100%;
}

.p-single-works__content {
	overflow: visible;
}

.p-single-works__content.post-176 .p-single-works__img-sp {
	height: 54.529412%;
	top: 22%;
}

.p-single-works__head {
	display: grid;
	gap: 12px;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-single-works_title-sub {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.321px;
	line-height: 100%;
}

.p-single-works_title-body {
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 170%;
	text-align: center;
}

.p-single-works__label {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	max-width: 335px;
	width: 100%;
}

.p-single-works__label-category {
	background-color: #f6f6f6;
	border-left: 5px solid #74ab8a;
	color: #43413e;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1;
	padding: 8px 8px;
	transition: opacity 0.5s;
}

.p-single-works__label-category-design {
	border-left: 5px solid #df9967;
}

.p-single-works__label-category-ec {
	border-left: 5px solid #e291b7;
}

.p-single-works__label-category-lp {
	border-left: 5px solid #cee75c;
}

.p-single-works__label-category-corporate-site {
	border-left: 5px solid #8da9c9;
}

.p-single-works__body {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 40px;
}

.p-single-works__right {
	flex-shrink: 0;
}

.p-single-works__img-grid {
	display: grid;
	gap: 7px 7px;
	grid-template-columns: 30.1333333333% 68%;
	overflow: hidden;
	width: 100%;
}

.p-single-works__pc-wrap {
	grid-column-end: 3;
	grid-column-start: 1;
	grid-row-end: 2;
	grid-row-start: 1;
	overflow: hidden;
	position: relative;
}

.p-single-works__pc {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.p-single-works__pc img {
	width: 100%;
}

.p-single-works__img-pc {
	height: 97px;
	height: 44.7004608295%;
	position: absolute;
	right: 28%;
	text-align: center;
	top: 31.2%;
	width: 168px;
	width: 44.8%;
}

.p-single-works__img-pc img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.p-single-works__sp-wrap {
	grid-column-end: 2;
	grid-column-start: 1;
	grid-row-end: 3;
	grid-row-start: 2;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-single-works__sp {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.p-single-works__sp img {
	width: 100%;
}

.p-single-works__img-sp {
	height: 53.5294117647%;
	position: absolute;
	right: 29%;
	text-align: center;
	top: 23%;
	width: 38.0530973451%;
}

.p-single-works__img-sp img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.p-single-works__tb-wrap {
	grid-column-end: 3;
	grid-column-start: 2;
	grid-row-end: 3;
	grid-row-start: 2;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-single-works__tb {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.p-single-works__tb img {
	width: 100%;
}

.p-single-works__img-tb {
	height: 88px;
	height: 51.7647058824%;
	position: absolute;
	right: 30.2%;
	text-align: center;
	top: 24.5%;
	width: 118px;
	width: 46.2745098039%;
}

.p-single-works__img-tb img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.p-single-works__modal-open-wrap {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.p-single-works__modal-open {
	border: 2px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	display: block;
	flex: 1;
	height: -moz-fit-content;
	height: fit-content;
	overflow: hidden;
	position: relative;
	transition: border-color 0.5s;
}

.p-single-works__modal-open::after {
	background-color: rgba(149, 150, 151, 0.08);
	content: "";
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	transition: opacity 0.5s;
	width: 100%;
	z-index: 0;
}

.p-single-works__modal-open::before {
	background-color: rgba(149, 150, 151, 0.08);
	content: "";
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	transition: opacity 0.5s;
	width: 100%;
	z-index: 1;
}

.p-single-works__modal-open:focus-visible {
	border-color: #45594d;
}

.p-single-works__modal-open:hover {
	border-color: #45594d;
}

.p-single-works__modal-open:hover .p-single-works__modal-open-iconImg img {
	transform: scale(1.15);
}

.p-single-works__modal-open-img {
	width: 100%;
}

.p-single-works__modal-open-img img {
	display: block;
	height: auto;
	width: 100%;
}

.p-single-works__modal-open-iconImg {
	display: block;
	height: 23px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 23px;
	z-index: 5;
}

.p-single-works__modal-open-iconImg img {
	transition: transform 0.5s;
	width: 100%;
}

.p-single-works__modal-open-iconImg::after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 50px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	z-index: -1;
}

.p-single-works__modal-open-iconImg img {
	display: block;
	height: auto;
	width: 100%;
}

.p-single-works__modal {
	border: none;
	border-radius: 10px;
	max-height: 92vh;
	max-width: min(95vw, 1200px);
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.p-single-works__modal::backdrop {
	background-color: rgba(67, 65, 62, 0.6);
}

.p-single-works__modal-body {
	display: flex;
	flex-direction: column;
	max-height: 92vh;
	padding: 20px 16px 16px;
}

.p-single-works__modal-viewer {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 0;
	outline: none !important;
}

.p-single-works__modal-viewport {
	align-items: flex-start;
	background-color: #DADBDB;
	border-radius: 8px;
	cursor: grab;
	display: flex;
	flex: 1;
	height: min(65vh, 640px);
	justify-content: center;
	min-height: 240px;
	overflow: hidden;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	outline: none !important;
	user-select: none;
	width: 100%;
}

.p-single-works__modal-viewport:active {
	cursor: grabbing;
}

.p-single-works__modal-panzoom {
	line-height: 0;
	pointer-events: auto;
	touch-action: none;
	transform-origin: center center;
	width: 100%;
}

.p-single-works__modal-panzoom .js-modal-panzoom-img {
	display: block;
	height: auto;
	max-height: none;
	max-width: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
}

.p-single-works__modal-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 24px;
}

.p-single-works__modal-zoom-btn {
	align-items: center;
	background-color: #45594d;
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	height: 36px;
	justify-content: center;
	line-height: 1;
	min-width: 44px;
	padding: 0 14px;
	transition: opacity 0.5s;
}

.p-single-works__modal-hint {
	color: #6b6b6b;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 16px;
	text-align: center;
}

.p-single-works__modal-close {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-top: 16px;
}

.p-single-works__left {
	flex: 1;
}

.p-single-works__description p {
	font-size: 14px;
	font-size: 0.875rem;
}

.p-single-works__description .margin-top_s {
	margin-top: 12px;
}

.p-single-works__description .margin-top_m {
	margin-top: 1rem;
}

.p-single-works__description .p-single-works__wrap > div {
	border-bottom: 1px solid #babcbd;
	display: grid;
	gap: 18px;
	padding-block: 0 28px;
}

.p-single-works__description .p-single-works__wrap:not(:first-of-type) > div {
	padding-block: 28px;
}

.p-single-works__description .p-single-works__h2 {
	color: #45594d;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.5;
}

.p-single-works__description .p-single-works__text-wrap > div {
	display: grid;
	gap: 16px;
}

.p-single-works__description .p-single-works__list-wrap > div {
	display: grid;
	gap: 8px;
}

.p-single-works__description .list-deco {
	padding-left: 20px;
	position: relative;
}

.p-single-works__description .list-deco::before {
	background-color: #43413e;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 6px;
	position: absolute;
	top: 13.6px;
	transform: translateY(-50%);
	width: 5px;
}

.p-single-works__description .p-single-works__url-wrap > div,
.p-single-works__description .p-single-works__password-wrap > div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.p-single-works__description .p-single-works__password-wrap {
	margin-top: 9px;
}

.p-single-works__description .p-single-works__note-wrap > div {
	display: grid;
	gap: 9px;
}

.p-single-works__description .p-single-works__note {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-left: 23px;
}

.p-single-works__description .password-content {
	align-items: center;
	border-radius: 2px;
	display: flex;
	gap: 0;
	justify-content: center;
	overflow: hidden;
}

.p-single-works__description .password-text {
	background-color: #f4f6f8;
	display: block;
	display: grid;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	height: 100%;
	letter-spacing: 0.11em;
	min-height: 35px;
	padding-inline: 20px;
	place-items: center;
}

.p-single-works__description .password-copy-btn {
	background-color: #45594d;
	color: #fff;
	cursor: pointer;
	display: grid;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	height: 100%;
	letter-spacing: 0.06em;
	min-height: 35px;
	padding-inline: 8px;
	place-items: center;
}

.p-single-works__description .p-single-works__shortcode {
	color: #0000ee;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.7;
	text-decoration: underline;
	transition: opacity 0.5s;
}

.p-single-works__design-img {
	margin-top: 32px;
	width: 100%;
}

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

.p-single-works__other {
	overflow: hidden;
}

.p-single-works__other-heading {
	background-color: transparent;
	margin-inline: auto;
	max-width: 434px;
	padding-block: 60px 0;
	position: relative;
	width: 100%;
}

.p-single-works__other-heading::before {
	background: url(../img/single-works__other-heading_sp.jpg) no-repeat center/cover;
	content: "";
	height: 102px;
	max-width: 65%;
	position: absolute;
	right: -16px;
	top: 0;
	width: 232px;
	z-index: -1;
}

.p-single-works__other-heading::after {
	background-color: #fecca9;
	bottom: -20px;
	content: "";
	height: 80px;
	left: -16px;
	position: absolute;
	width: 120px;
	z-index: -1;
}

.p-single-works__other-heading-content {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(204, 204, 204, 0.25);
	display: grid;
	gap: 15px;
	margin-inline: auto;
	max-width: 300px;
	padding-block: 24px;
	padding-inline: 16px;
	place-items: center;
	position: relative;
	width: 100%;
	z-index: 0;
}

.p-single-works_slider-content {
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.p-single-more__content {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.p-single-more__archive-link {
	align-items: center;
	background: #fff;
	border: 1px solid #45594d;
	border-radius: 2px;
	color: #45594d;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	line-height: 1;
	min-width: 105px;
	text-align: center;
	transition: background-color 0.5s, color 0.5s;
}

.p-single-more__prev-link,
.p-single-more__next-link {
	align-items: center;
	background: #45594d;
	border-radius: 2px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	line-height: 1;
	min-width: 100px;
	min-width: 110px;
	position: relative;
}

.p-single-more__prev-link::before,
.p-single-more__next-link::before {
	background: url(../img/icon-arrow.svg) no-repeat center/contain;
	content: "";
	height: 7px;
	position: absolute;
	top: 50%;
	transition: transform 0.5s;
	width: 11px;
}

.p-single-more__prev-link {
	padding-left: 10px;
}

.p-single-more__prev-link::before {
	left: 6px;
	transform: translateY(-50%) rotate(-90deg);
}

.p-single-more__next-link {
	padding-right: 10px;
}

.p-single-more__next-link::before {
	right: 6px;
	transform: translateY(-50%) rotate(90deg);
}

.p-404__content {
	text-align: center;
}

.p-404__heading {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

.p-404__lead {
	margin-top: 28px;
}

.p-404__lead-text + .p-404__lead-text {
	margin-top: 10px;
}

.p-404__button {
	margin-top: 60px;
	text-align: center;
}

.p-archive-pagination {
	align-items: center;
	display: flex;
	gap: 7.5px;
	justify-content: center;
	margin-top: 60px;
}

.page-numbers {
	align-items: center;
	border: 1px solid #f6822f;
	border-radius: 2px;
	color: #f6822f;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	line-height: 100%;
	transition: opacity 0.5s;
	width: 30px;
}

.prev,
.next {
	background: #f6822f;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	position: relative;
	width: 69px;
}

.prev::before,
.next::before {
	background: #fff;
	content: "";
	height: 7.239px;
	position: absolute;
	top: 50%;
	transition: transform 0.5s;
	width: 11.826px;
	-webkit-mask-image: url(../img/icon-arrow.svg);
	mask-image: url(../img/icon-arrow.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #fff;
	mask-position: center;
}

.prev {
	padding-left: 19px;
}

.prev::before {
	left: 7px;
	transform: translateY(-50%) rotate(-90deg);
}

.next {
	padding-right: 19px;
}

.next::before {
	right: 7px;
	transform: translateY(-50%) rotate(90deg);
}

.p-splash {
	background: #fff;
	color: #fff;
	height: 100%;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.p-splash.is-hidden {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.p-splash__bgextend {
	animation-duration: 0.01s;
	animation-fill-mode: forwards;
	animation-name: bgextendAnimeBase;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-splash__logo {
	left: 50%;
	max-width: 260px;
	min-width: 240px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 64%;
}

.p-splash__bg {
	display: none;
}

body.p-splash__appear .p-splash__bg {
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	animation-name: PageAnime;
	animation-timing-function: ease-in-out;
	background-color: #f6822f;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transform: scaleY(0);
	width: 100%;
	z-index: 999;
}

/* 画面遷移の後現れるコンテンツ設定 */

.p-splash-wrapper {
	height: auto;
	max-width: 100%;
	opacity: 0;
	width: 100%;
}

/* bodyにappearクラスがついたら出現 */

body.p-splash__appear .p-splash-wrapper {
	animation-delay: 0.8s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: PageAnimeAppear;
	opacity: 0;
}

.p-splash-wrapper.is-default {
	opacity: 1;
	overflow: hidden;
}

.u-overflow-hidden {
	overflow: hidden;
}

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

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

.sp-hidden {
	display: none;
}

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

.u-is-inline {
	display: inline-block;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

.nowrap {
	display: inline-block;
}

.u-color__main1 {
	color: #f6822f;
}

.u-color__main2 {
	color: #74ab8a;
}

@media (hover: hover) {

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

.c-button:hover::before {
	transform: translate(30%, -50%) rotate(90deg);
}

.c-icon-button:hover {
	opacity: 0.8;
}

.c-icon-button:hover::after {
	transform: translate(30%, -50%) rotate(90deg);
}

.c-button-submit,
.c-button-prev,
.c-button-submit-02 {
	transition: opacity 0.5s;
}

.c-button-submit:hover,
.c-button-prev:hover,
.c-button-submit-02:hover {
	opacity: 0.6;
}

.c-splide__archive-category-nav-slide .c-splide__archive-category-nav-link:hover {
	border-bottom: 2px solid #43413e;
	color: #43413e;
}

.p-header__nav-link:hover::after {
	width: calc(100% - 20px);
}

.p-header__nav-contact-cta-inner:hover {
	opacity: 0.85;
}

.p-top-button:hover {
	background-color: #f6822f;
}

.p-top-button:hover .p-top-button__img {
	transform: translateY(-50%);
}

.p-footer__bottom-nav-link:hover {
	opacity: 0.6;
}

.p-contact-form__privacy-policy a:hover {
	opacity: 0.85;
}

.p-works-item__link:hover .p-works-item__img-mockup-pc {
	transform: scale(1.07);
}

.p-works-item__link:hover .p-works-item__img-mockup-sp {
	transform: scale(1.07);
}

.p-works-item__link:hover .p-works-item__title,
.p-works-item__link:hover .p-works-item__label-category {
	opacity: 0.8;
}

.p-single-works__modal-zoom-btn:hover {
	opacity: 0.85;
}

.p-single-more__archive-link:hover {
	background-color: #45594d;
	color: #fff;
}

.p-single-more__prev-link {
	transition: opacity 0.5s;
}

.p-single-more__prev-link:hover {
	opacity: 0.85;
}

.p-single-more__prev-link:hover::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}

.p-single-more__next-link {
	transition: opacity 0.5s;
}

.p-single-more__next-link:hover {
	opacity: 0.85;
}

.p-single-more__next-link:hover::before {
	transform: translate(50%, -50%) rotate(90deg);
}

}

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

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

}

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

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

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

.l-inner--single {
	padding-inline: 0;
}

.l-top__blog {
	margin-top: 17.3333333333%;
}

.c-splide__archive-category-nav-slide .c-splide__archive-category-nav-slide-list {
	justify-content: center;
}

.p-top-button {
	height: 52px;
	width: 52px;
}

.p-footer__contact-bg {
	background-position: center 298px;
	height: 300px;
}

.p-top-service__heading {
	max-width: 100%;
}

.p-top-service__heading::before {
	height: 165px;
	right: 0;
	width: 514px;
}

.p-top-service__heading::after {
	bottom: -45px;
	height: 145px;
	left: 0;
	max-width: 36%;
	width: 325px;
}

.p-top-service__heading-content {
	max-width: 450px;
}

.p-top-service__list {
	gap: 30px;
}

.p-top-works__heading {
	max-width: 100%;
}

.p-top-works__heading::before {
	bottom: -23px;
	height: 163px;
	max-width: 220px;
	right: -25px;
	width: 36%;
}

.p-top-works__heading::after {
	height: 145px;
	left: 0;
	max-width: 36%;
	width: 325px;
}

.p-top-works__heading-content {
	max-width: 450px;
}

.p-lower-about-policy__list {
	gap: 70px;
}

.p-lower-about-message::after {
	left: 50%;
}

.p-single-works__body {
	gap: 50px;
	margin-top: 50px;
}

.p-single-works__description p {
	font-size: 15px;
	font-size: 0.9375rem;
}

.p-single-works__description .list-deco {
	padding-left: 25px;
}

.p-single-works__description .list-deco::before {
	height: 5px;
	left: 10px;
	width: 5px;
}

.p-single-works__other-heading {
	max-width: 100%;
}

.p-single-works__other-heading::before {
	height: 165px;
	right: 0;
	width: 514px;
}

.p-single-works__other-heading::after {
	bottom: -45px;
	height: 145px;
	left: 0;
	max-width: 36%;
	width: 325px;
}

.p-single-works__other-heading-content {
	max-width: 450px;
}

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

}

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

p,
a,
input,
textarea {
	font-size: 16px;
	font-size: 1rem;
}

.l-inner {
	padding-inline: 40px;
}

.l-inner--header {
	padding-inline: 40px 0px;
}

.l-inner--topAbout {
	max-width: 1050px;
}

.l-inner--single {
	padding-inline: 0;
}

.l-top {
	padding-top: 80px;
}

.l-top__about {
	margin-top: 100px;
}

.l-top__service {
	margin-top: 150px;
}

.l-top__works {
	margin-top: 150px;
}

.l-footer {
	margin-top: 150px;
}

.l-lower {
	margin-top: 80px;
}

.l-lower__breadcrumb {
	margin-top: 28px;
}

.l-lower__content {
	margin-top: 80px;
}

.l-lower-about__message {
	margin-top: 150px;
}

.l-archive-works {
	margin-top: 64px;
}

.l-single-works__other {
	margin-top: 150px;
}

.l-single-works__more {
	margin-top: 100px;
}

.c-section-heading::after {
	height: 12px;
	margin-top: 10px;
	width: 12px;
}

.c-section-heading__en {
	font-size: 36px;
	font-size: 2.25rem;
}

.c-section-heading-lead {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
}

.c-section-heading--lower-title {
	gap: 8px;
}

.c-section-heading--lower-title::after {
	margin-top: 1px;
}

.c-section-heading--lower-title .c-section-heading__en {
	font-size: 43px;
	font-size: 2.6875rem;
	letter-spacing: 0.15em;
}

.c-section-heading--lower-title .c-section-heading__ja {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
}

.c-button {
	font-size: 16px;
	font-size: 1rem;
	height: 43px;
	line-height: 50px;
	padding-inline: 69px 75px;
	transition: opacity 0.5s;
}

.c-button::before {
	height: 14.309px;
	right: 18.96px;
	transition: transform 0.5s;
	width: 20.033px;
}

.c-icon-button {
	font-size: 16px;
	font-size: 1rem;
	height: 50px;
	line-height: 50px;
	min-width: 350px;
	padding-inline: 69px 77px;
	transition: opacity 0.5s, background-color 0.5s;
}

.c-icon-button::before {
	width: 20px;
}

.c-icon-button::after {
	height: 9px;
	right: 18px;
	width: 14px;
}

.c-button-submit,
.c-button-prev,
.c-button-submit-02 {
	height: 50px;
	line-height: 50px;
	padding-inline: 69px 77px;
}

.c-button-prev {
	padding-inline: 77px 69px;
}

.c-splide__archive-category-nav-slide .c-splide__archive-category-nav-link {
	border-bottom: 2px solid #b7b6b6;
	font-size: 16px;
	font-size: 1rem;
	padding-block: 10px;
	padding-inline: 20px;
}

.c-splide__archive-category-nav-slide .c-splide__archive-category-nav-link.is-active {
	border-bottom: 2px solid #43413e;
}

.p-header {
	height: 80px;
}

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

.p-header__logo-link {
	width: 175px;
}

.p-header__button {
	width: 100px;
}

.p-header__button {
	height: 80px;
}

.p-header__drawer-button-bar:nth-of-type(2) {
	font-size: 16px;
	font-size: 1rem;
}

.p-header__nav.is-checked {
	top: 80px;
}

.p-header__nav {
	height: calc(100vh - 80px);
}

.p-header__nav-lists {
	margin-top: calc(36vh - 80px);
}

.p-header__nav-flex {
	gap: 20px;
}

.p-header__nav-contact-cta {
	margin-top: 40px;
}

.p-header__contact-cta-inner {
	transition: background-color 0.5s, color 0.5s;
}

.p-header__contact-cta-inner:hover {
	background-color: #f6822f;
	color: #fff;
}

.p-footer__contact-bg {
	background: url(../img/works-bg-pc-v2.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
}

.p-footer__bottom {
	padding-block: 57px 20px;
}

.p-footer__contact-lead {
	margin-top: 25px;
}

.p-footer__bottom-logo {
	left: -14px;
	width: 208px;
}

.p-footer__bottom-nav-link {
	font-size: 15px;
	font-size: 0.9375rem;
	padding-block: 8px;
}

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

.p-top-service__container {
	gap: 60px;
}

.p-top-service__heading {
	padding-block: 150px 0;
}

.p-top-service__heading::before {
	background: url(../img/topWorks-heading.jpg) no-repeat center/cover;
	height: 282px;
	position: absolute;
	width: 837px;
}

.p-top-service__heading::after {
	bottom: -90px;
	height: 200px;
	width: 325px;
}

.p-top-service__heading-content {
	max-width: 700px;
	padding-block: 38px 46px;
	padding-inline: 16px;
}

.p-top-service__list {
	gap: 40px;
}

.p-top-service__item {
	gap: 30px;
	padding-block: 40px;
	padding-inline: 35px;
	width: calc(50% - 20px);
}

.p-top-service__item-img {
	width: 150px;
}

.p-top-works__container {
	gap: 60px;
}

.p-top-works__heading {
	padding-block: 100px 0;
}

.p-top-works__heading::before {
	bottom: -45px;
	height: 199px;
	max-width: 33%;
	right: -48px;
	width: 337px;
}

.p-top-works__heading::after {
	height: 200px;
	width: 325px;
}

.p-top-works__heading-content {
	max-width: 700px;
	padding-block: 38px 46px;
	padding-inline: 16px;
}

.p-top-works__list {
	gap: 70px 50px;
}

.p-lower-fv__content {
	height: 300px;
}

.p-lower-fv__img {
	height: 293px;
	width: 100%;
}

.p-lower-fv__title-wrap {
	height: 220px;
	max-width: 462px;
	padding-block: 47px 24px;
	padding-inline: 24px;
	top: 50%;
}

.p-lower-breadcrumb span {
	font-size: 13px;
	font-size: 0.8125rem;
}

.p-lower-breadcrumb span a:hover {
	opacity: 0.6;
}

.p-lower-breadcrumb .home:hover {
	opacity: 0.6;
}

.p-lower-about-policy__list {
	gap: 100px;
	margin-top: 120px;
}

.p-lower-about-policy__item {
	align-items: start;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.p-lower-about-policy__item:nth-of-type(2),
.p-lower-about-policy__item:nth-of-type(4) {
	flex-direction: row-reverse;
}

.p-lower-about-policy__img {
	aspect-ratio: 335/400;
	flex-shrink: 0;
	width: 50%;
}

.p-lower-about-policy__body {
	flex-shrink: 0;
	width: calc(44.4444% - 30px);
}

.p-lower-about-policy__num {
	margin-top: 0;
}

.p-lower-about-policy__title {
	margin-top: 6px;
}

.p-lower-about-policy__text {
	margin-top: 3.524862%;
}

.p-lower-about-message {
	padding-block: 100px;
}

.p-lower-about-message::after {
	left: calc(50% + 80px);
	top: 22.3463687151%;
}

.p-lower-about-message__content {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 50px;
}

.p-lower-about-message__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.32px;
	line-height: 200%;
}

.p-lower-about-message__img {
	flex-shrink: 0;
	height: 160px;
	margin-top: 0;
	width: 160px;
}

.p-lower-contact__lead--thanks {
	max-width: 612px;
}

.p-lower-contact__step {
	gap: 100px;
	margin-top: 57px;
}

.p-lower-contact__step-item:not(:first-of-type) .p-lower-contact__step-number::before {
	width: 80px;
}

.p-lower-contact__step-number {
	font-size: 20px;
	font-size: 1.25rem;
	height: 40px;
	width: 40px;
}

.p-lower-contact__step-text {
	font-size: 15px;
	font-size: 0.9375rem;
}

.p-lower-contact__form {
	padding-inline: min(10vw, 80px);
}

.p-contact-form__list {
	gap: 40px;
}

.p-contact-form__item:nth-of-type(6) {
	align-items: start;
}

.p-contact-form__item:nth-of-type(6) .p-contact-form__head {
	margin-top: 12px;
}

.p-contact-form__select {
	font-size: 16px;
	font-size: 1rem;
	padding-inline: 16px;
}

.p-contact-form__select::-moz-placeholder {
	font-size: 16px;
	font-size: 1rem;
}

.p-contact-form__select::placeholder {
	font-size: 16px;
	font-size: 1rem;
}

.p-contact-form__text {
	font-size: 16px;
	font-size: 1rem;
	padding-inline: 16px;
}

.p-contact-form__text::-moz-placeholder {
	font-size: 16px;
	font-size: 1rem;
}

.p-contact-form__text::placeholder {
	font-size: 16px;
	font-size: 1rem;
}

.p-contact-form__textarea {
	font-size: 16px;
	font-size: 1rem;
	padding-inline: 16px;
}

.p-contact-form__textarea::-moz-placeholder {
	font-size: 16px;
	font-size: 1rem;
}

.p-contact-form__textarea::placeholder {
	font-size: 16px;
	font-size: 1rem;
}

.p-contact-form__textarea {
	height: 200px;
}

.p-contact-form__privacy-policy {
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 40px;
}

.p-contact-form__privacy-policy a {
	font-size: 15px;
	font-size: 0.9375rem;
}

.p-contact-form__submit {
	margin-top: 40px;
}

.p-contact-form__confirm-item {
	font-size: 16px;
	font-size: 1rem;
	padding-inline: 16px;
}

.p-lower-contact__button {
	margin-top: 70px;
}

.p-works-item__label {
	margin-top: 16px;
}

.p-works-item__label-category {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 6px 8px;
}

.p-archive-works__list {
	gap: 70px 50px;
}

.p-single-works__head {
	gap: 16px;
}

.p-single-works__label-category {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 6px 8px;
}

.p-single-works__modal-body {
	padding: 24px 24px 20px;
}

.p-single-works__modal-controls {
	gap: 16px;
}

.p-single-works__modal-hint {
	margin-top: 24px;
}

.p-single-works__modal-close {
	margin-top: 24px;
}

.p-single-works__description p {
	font-size: 16px;
	font-size: 1rem;
}

.p-single-works__description .p-single-works__h2 {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-single-works__description .password-text {
	font-size: 16px;
	font-size: 1rem;
}

.p-single-works__description .p-single-works__shortcode {
	font-size: 16px;
	font-size: 1rem;
}

.p-single-works__description .p-single-works__shortcode:hover {
	opacity: 0.6;
}

.p-single-works__other-heading {
	padding-block: 150px 0;
}

.p-single-works__other-heading::before {
	background: url(../img/single-works__other-heading.jpg) no-repeat center/cover;
	height: 282px;
	position: absolute;
	right: 0;
	width: 837px;
}

.p-single-works__other-heading::after {
	bottom: -90px;
	height: 200px;
	width: 325px;
}

.p-single-works__other-heading-content {
	max-width: 700px;
	padding-block: 38px 46px;
	padding-inline: 16px;
}

.p-single-more__content {
	gap: 20px;
}

.p-single-more__archive-link {
	font-size: 16px;
	font-size: 1rem;
	height: 45px;
	min-width: 200px;
}

.p-single-more__prev-link,
.p-single-more__next-link {
	font-size: 16px;
	font-size: 1rem;
	height: 45px;
	min-width: 200px;
}

.p-single-more__prev-link::before,
.p-single-more__next-link::before {
	height: 8px;
	width: 12px;
}

.p-single-more__prev-link::before {
	left: 20px;
}

.p-single-more__next-link::before {
	right: 20px;
}

.p-404__heading {
	font-size: 35px;
	font-size: 2.1875rem;
}

.p-404__lead-text + .p-404__lead-text {
	margin-top: 0px;
}

.p-404__button {
	margin-top: 70px;
}

.p-archive-pagination {
	gap: 10px;
	margin-top: 100px;
}

.page-numbers {
	font-size: 14px;
	font-size: 0.875rem;
	height: 36px;
	letter-spacing: 0.28px;
	width: 36px;
}

.page-numbers:hover {
	opacity: 0.6;
}

.prev,
.next {
	height: 36px;
	width: 72px;
}

.prev:hover::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}

.next:hover::before {
	transform: translate(50%, -50%) rotate(90deg);
}

.p-splash__logo {
	max-width: 335px;
	min-width: 275px;
	width: 23%;
}

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

.sp-show {
	display: none;
}

.sp-inline-hidden {
	display: inline;
}

.sp-hidden {
	display: block;
}

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

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

}

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

body {
	font-size: 16px;
	font-size: 1rem;
}

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

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

.l-inner--single-works {
	padding-inline: 0px;
}

.p-top-works__heading::before {
	bottom: -35px;
	height: 215px;
	right: -48px;
}

.p-lower-about-policy__img {
	aspect-ratio: 335/410;
}

.p-lower-about-policy__num {
	font-size: 66px;
	font-size: 4.125rem;
	letter-spacing: 1.854px;
}

.p-lower-about-policy__title {
	font-size: 25px;
	font-size: 1.5625rem;
	letter-spacing: 1px;
	line-height: 170%;
	margin-top: 6px;
}

.p-lower-about-policy__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.32px;
	line-height: 200%;
	margin-top: 15px;
}

.p-lower-about-policy__text p + p {
	margin-top: 7px;
}

.p-lower-about-message::after {
	left: calc(50% + 50px);
}

.p-single-works_title-sub {
	font-size: 27px;
	font-size: 1.6875rem;
	letter-spacing: 0.577px;
}

.p-single-works_title-body {
	font-size: 35px;
	font-size: 2.1875rem;
}

.p-single-works__body {
	margin-top: 80px;
}

}

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

.l-inner--header {
	padding-inline: 60px;
}

.l-top__blog {
	margin-top: 185px;
}

.c-section-heading__ja {
	font-size: 18px;
	font-size: 1.125rem;
}

.p-header__logo-link {
	width: 195px;
}

.p-header__button {
	display: none;
}

.p-header__nav {
	background-color: transparent;
	height: 80px;
	position: static;
	transform: translateX(0);
}

.p-header__nav-lists {
	height: 80px;
	margin-top: 0;
	position: relative;
	width: 100%;
}

.p-header__nav-flex {
	align-items: center;
	flex-direction: row;
	height: 80px;
	justify-content: right;
	margin-right: 200px;
}

.p-header__nav-contact-cta {
	border-radius: 0;
	height: 100%;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
}

.p-header__nav-contact-cta-inner {
	border-radius: 0;
}

.p-header__contact-cta {
	display: none;
}

.p-top-button {
	height: 70px;
	width: 70px;
}

.p-footer__bottom-content {
	align-items: center;
	border-bottom: 1px solid #fff;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 14px;
}

.p-footer__bottom-logo {
	left: -18px;
}

.p-footer__bottom-nav {
	flex-direction: row;
	flex-wrap: wrap;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 10px;
}

.p-top-works__list {
	gap: 80px 50px;
}

.p-lower-about-policy__img {
	aspect-ratio: 335/335;
}

.p-lower-about-message::after {
	background: url(../img/lower-about-bg-pc.webp) no-repeat right bottom/cover;
	height: 553px;
	left: calc(50% - 200px);
	top: 9.3312597201%;
	width: 783px;
}

.p-archive-works__list {
	gap: 80px 50px;
}

.p-single-works__body {
	align-items: stretch;
	flex-direction: row-reverse;
	gap: 50px;
}

.p-single-works__right {
	width: 42.2413%;
}

.p-single-works__img-grid {
	width: 100%;
}

.p-single-works__left {
	align-self: stretch;
	flex: 1;
	width: calc(57.7587% - 25px);
}

}

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

.l-inner--about-policy {
	padding-inline: 100px;
}

.l-inner--single {
	padding-inline: 60px;
}

.l-inner--fv {
	max-width: 100%;
}

.l-inner--404 {
	padding-inline: 358px;
}

.p-top-service__item-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-top-works__heading::before {
	bottom: -23px;
	height: 245px;
	right: -25px;
}

.p-top-works__list {
	grid-template-columns: repeat(auto-fit, 353px);
}

.p-lower-about-policy__img {
	aspect-ratio: 335/239;
}

.p-works-item {
	width: 353px;
}

.p-works-item__img-mockup {
	width: 353px;
}

.p-works-item__img-mockup-pc {
	height: 246px;
	width: 296px;
}

.p-works-item__img-pc-pc {
	height: 246px;
	width: 296px;
}

.p-works-item__img-mockup-sp {
	height: 185px;
	width: 88px;
}

.p-works-item__img-sp-sp {
	height: 185px;
	width: 88px;
}

.p-archive-works__list {
	grid-template-columns: repeat(auto-fit, 353px);
}

.p-single-works__body {
	gap: 60px;
}

.p-single-works__left {
	width: calc(57.7587% - 30px);
}

}

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

.p-footer__contact-lead {
	display: inline-block;
}

}

@keyframes bgextendAnimeBase {

from {
	opacity: 1%;
}

to {
	opacity: 100%;
}

}

@keyframes PageAnime {

0% {
	transform: scaleY(0);
	transform-origin: bottom;
}

50% {
	transform: scaleY(1);
	transform-origin: bottom;
}

50.001% {
	transform-origin: top;
}

100% {
	transform: scaleY(0);
	transform-origin: top;
}

}

@keyframes PageAnimeAppear {

0% {
	opacity: 1%;
}

100% {
	opacity: 100%;
}

}

