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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	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;
}

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

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

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

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

body {
	color: #3c2c25;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.l-header {
	height: 96px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.c-button {
	align-items: center;
	background-color: #e2750f;
	border-radius: 40px;
	color: #ffffff;
	display: block;
	display: inline-flex;
	flex-direction: row;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.48px;
	line-height: 1.75;
	padding: 20px 24px;
	transition: 0.3s;
}

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

.c-button .c-button__icon {
	align-items: center;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.c-button .c-button__icon svg {
	height: 100%;
	width: 100%;
}

.c-button .c-button__text {
	font-weight: 700;
	letter-spacing: 0.48px;
	line-height: 1.71;
	white-space: nowrap;
}

.c-button--header {
	display: none;
	padding: 18px 24px;
}

.c-button--header .c-button__icon {
	height: 20px;
	width: 20px;
}

.c-button--header .c-button__text {
	font-size: 14px;
	letter-spacing: 0.42px;
	line-height: 1.71;
}

.c-button--all {
	margin-bottom: clamp(50px, 24px + 6.67vw, 120px);
	margin-top: clamp(50px, 24.7px + 6.48vw, 118px);
}

.c-hamburger {
	background-color: #e2750f;
	border-radius: 50%;
	display: block;
	height: 48px;
	position: fixed;
	right: 24px;
	top: 24px;
	width: 48px;
	z-index: 100;
}

.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(1) {
	top: 22px;
	transform: translateX(-50%) rotate(-45deg);
}

.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(2) {
	display: none;
}

.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(3) {
	top: 22px;
	transform: translateX(-50%) rotate(45deg);
}

.c-hamburger__bar {
	background: #ffffff;
	border-radius: 10px;
	height: 3px;
	left: 50%;
	position: absolute;
	top: 14px;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 24px;
}

.c-hamburger__bar:nth-of-type(2) {
	top: 22px;
}

.c-hamburger__bar:nth-of-type(3) {
	top: 30px;
}

.c-to-top {
	background: #e2750f;
	border-radius: 50%;
	bottom: clamp(6px, 0.012rem + 1.55vw, 20px);
	display: inline-block;
	height: clamp(40px, 2.036rem + 1.9vw, 60px);
	opacity: 0;
	position: fixed;
	right: clamp(8px, 0.189rem + 1.33vw, 20px);
	transition: 0.5s;
	visibility: hidden;
	width: clamp(40px, 2.036rem + 1.9vw, 60px);
	z-index: 98;
}

.c-to-top.show {
	opacity: 1;
	visibility: visible;
}

.c-heading {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	padding-inline: clamp(20px, -50.9px + 18.19vw, 211px);
}

.c-heading-en {
	color: #e2750f;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.07px;
	line-height: 1.75;
}

.c-heading-ja {
	color: #3c2c25;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(28px, 1.611rem + 0.57vw, 34px);
	font-weight: inherit;
	letter-spacing: clamp(0.56px, 0.032rem + 0.01vw, 0.68px);
	line-height: 1.53;
}

.p-service__boxes {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: clamp(20px, -1.071rem + 9.52vw, 120px);
	justify-content: center;
	margin-inline: auto;
	max-width: 210px;
}

.p-service-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

.p-service-box__img {
	height: auto;
	margin-inline: auto;
	width: 100%;
}

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

.p-service-box__title {
	color: #e2750f;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1.6;
	margin-bottom: 8px;
	margin-top: 16px;
	text-align: center;
}

.p-service-box__text {
	letter-spacing: 0.08px;
	line-height: 1.75;
}

.p-step-items {
	background-color: #ffffff;
	display: block;
	margin-inline: auto;
	max-width: clamp(335px, 173.4px + 41.43vw, 770px);
	padding-block: clamp(40px, 25.1px + 3.81vw, 80px);
	padding-inline: clamp(10px, -16px + 6.67vw, 80px);
}

.p-step-items .p-step__item:last-child .p-step-item__content .p-step-item__head {
	justify-content: flex-start;
}

.p-step-item__content {
	display: flex;
	flex-direction: row;
	gap: clamp(8px, 0.314rem + 0.76vw, 16px);
	max-width: 551px;
	width: 100%;
}

.p-step-item__head {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	width: 78px;
}

.p-step-item__head-icon {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-step-item__head-text {
	color: #E2750F;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.07px;
	line-height: 1.75;
}

.p-step-item__head-line {
	border-left: 2px dashed #3c2c25;
	height: 40px;
	margin: 7px 0;
}

.p-step-item__body {
	flex: 1 1 auto;
	min-width: 0;
}

.p-step-item__body-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.p-step-item__body-text {
	font-size: 16px;
	letter-spacing: 0.08px;
	line-height: 1.75;
}

.p-cta {
	background: #ffffff;
	border-radius: 15px;
	margin-inline: auto;
	max-width: 89.7435897436%;
	padding-inline: clamp(20px, -13.4px + 8.57vw, 110px);
}

.p-cta__content {
	padding-block: clamp(40px, 25.1px + 3.81vw, 80px);
}

.p-cta__heading .c-heading {
	padding-inline-start: 5px;
}

.p-cta__body {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	margin-top: clamp(24px, 1.071rem + 1.76vw, 42.5px);
}

.p-cta__text {
	flex-grow: 1;
	letter-spacing: 0.08px;
	line-height: 1.75;
	min-width: 0;
}

.p-cta__button {
	flex-shrink: 0;
	margin-inline: auto;
	max-width: 100%;
}

.p-fv__inner {
	align-items: center;
	display: flex;
	min-height: 100svh;
	overflow: hidden;
	padding-inline: clamp(20px, -30.1px + 12.86vw, 155px);
	padding-top: 96px;
	position: relative;
}

.p-fv__contents {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 99px;
	justify-content: center;
	margin-inline: auto;
	max-width: 1130px;
	padding-top: 100px;
}

.p-fv__title {
	font-size: clamp(32px, 29px + 0.76vw, 40px);
	font-weight: 300;
	letter-spacing: 4px;
	line-height: 2;
	white-space: nowrap;
}

.p-fv__title span {
	color: #e2750f;
	font-weight: 300;
}

.p-fv__img {
	flex: 0 0 350px;
	flex-shrink: 0;
}

.fv-picture img {
	width: 100%;
}

.p-fv__deco-or1,
.p-fv__deco-or2,
.p-fv__deco-gr2 {
	z-index: -1;
}

.p-fv__deco-or1 {
	height: auto;
	left: 42px;
	position: absolute;
	top: 0;
	width: 159px;
}

.p-fv__deco-or2 {
	bottom: 0;
	height: auto;
	left: 0;
	position: absolute;
	width: 645px;
	width: clamp(257px, 112.9px + 36.95vw, 645px);
}

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

.p-fv__deco-gr2 {
	height: auto;
	position: absolute;
	right: -15%;
	rotate: 90deg;
	top: 30%;
	width: 630px;
	width: clamp(316px, 199.4px + 29.9vw, 630px);
}

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

.p-top-work {
	overflow: hidden;
}

.p-top-work__inner {
	max-width: 1232px;
	padding-inline: 20px;
	padding-top: clamp(84px, 70.6px + 3.43vw, 120px);
	position: relative;
}

.p-top-work__inner .c-heading {
	position: absolute;
}

.swiper {
	padding-top: clamp(152px, 136.4px + 4vw, 194px);
}

.p-work-card {
	box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.05);
	display: block;
	margin: 20px;
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
	height: 60px;
	position: absolute;
	top: 40px;
	width: 60px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev {
	background: url(../../assets/img/work/swiperbutton-prev.webp) no-repeat center center/contain;
}

.swiper-button-next {
	background: url(../../assets/img/work/swiperbutton-next.webp) no-repeat center center/contain;
}

.work-button_prev {
	left: auto;
	right: 25%;
}

.work-button_next {
	right: 13%;
}

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

.p-top-service {
	background-color: #faf9f7;
	padding-block: clamp(84px, 70.6px + 3.43vw, 120px);
	padding-inline: 20px;
}

.p-service__boxes {
	margin-top: clamp(84px, 70.6px + 3.43vw, 120px);
}

.p-top-flow {
	background-color: #fffcf8;
	padding-block: clamp(84px, 70.6px + 3.43vw, 120px);
}

.p-top-flow__text {
	letter-spacing: 0.08px;
	line-height: 1.75;
	padding-block: clamp(84px, 70.6px + 3.43vw, 120px);
	padding-inline: 20px;
	text-align: center;
}

.p-top-price {
	background-color: #faf9f7;
	padding-block: clamp(84px, 70.6px + 3.43vw, 120px);
	padding-inline: 20px;
}

.p-top-price__contents {
	margin-inline: auto;
	margin-top: clamp(84px, 70.6px + 3.43vw, 120px);
	max-width: clamp(350px, 194px + 40vw, 770px);
}

.p-top-price__list {
	border-top: 1px solid #e2750f;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	letter-spacing: 0.08px;
	line-height: 1.75;
	padding-block: 40px;
	padding-inline: clamp(20px, 12.6px + 1.9vw, 40px);
}

.p-top-price__list:last-child {
	border-bottom: 1px solid #e2750f;
}

.p-top-price__price {
	letter-spacing: 0.08px;
}

.p-top-price__responsive {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 5px;
	margin-top: clamp(16px, 13px + 0.76vw, 24px);
	padding-inline: 40px;
}

.p-top-price__icon {
	height: 28px;
	width: 28px;
}

.p-top-price__attention {
	display: block;
	margin-top: clamp(4px, 2.5px + 0.38vw, 8px);
	padding-inline: 40px;
}

.p-top-profile {
	padding-block: clamp(84px, 70.6px + 3.43vw, 120px);
}

.p-top-profile__content:first-child {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: clamp(24px, 3.2px + 5.33vw, 80px);
	justify-content: center;
	margin-inline: auto;
	max-width: clamp(350px, 184.3px + 42.48vw, 796px);
	padding-block: clamp(84px, 70.6px + 3.43vw, 120px);
}

.p-top-profile__content:last-child {
	margin-inline: auto;
	max-width: clamp(300px, 57.1px + 62.29vw, 954px);
	padding-inline: 20px;
}

.p-top-profile__text {
	letter-spacing: 0.08px;
	line-height: 1.75;
}

.p-top-profile__text + .p-top-profile__text {
	margin-top: 20px;
}

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

.p-top-profile__img {
	height: auto;
	width: 60%;
}

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

.p-top-profile__items {
	display: flex;
	flex-direction: column;
	gap: clamp(10px, -1.1px + 2.86vw, 40px);
	width: 100%;
}

.p-top-profile-item {
	flex: 1 1 0;
	min-width: 0;
}

.c-heading-small {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: clamp(4px, 2.5px + 0.38vw, 8px);
	justify-content: flex-end;
}

.c-heading-small .c-heading-ja {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.48px;
	line-height: 1.75;
}

.c-heading-small .c-heading-en {
	color: #feddb8;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.07px;
	line-height: 1.75;
}

.p-top-profile-item__text {
	display: block;
	display: flex;
	flex-direction: row;
	gap: 8px;
	letter-spacing: 0.08px;
	line-height: 1.75;
	margin-top: 4px;
}

.p-top-profile-item__icons {
	display: flex;
	flex-direction: row;
	gap: clamp(8px, 5px + 0.76vw, 16px);
	margin-top: 4px;
}

.p-top-profile-item__icon svg {
	height: 28px;
	width: 28px;
}

.p-cta__content-wrap {
	background: url(../../assets/img/common/CTA-bg-sp.jpg) no-repeat center center/cover;
	padding-block: 80px;
	padding-inline: 20px;
}

.p-header {
	align-items: center;
	background-color: #ffffff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-block: 20px;
	padding-inline: clamp(24px, 3.2px + 5.33vw, 80px);
	z-index: 100;
}

.p-header-nav {
	display: none;
}

.p-header-nav__items {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
}

.p-header-nav__item {
	transition: 0.3s;
}

.p-header-nav__item:hover {
	transform: translateY(-2px);
}

.p-header-nav__link {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75;
}

.c-nav-link__en {
	color: #3c2c25;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	letter-spacing: 0.64px;
}

.c-nav-link__ja {
	color: #e2750f;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	letter-spacing: 0.15px;
	margin-top: -5px;
}

.p-drawer {
	background-color: #ffffff;
	height: 100dvh;
	opacity: 0;
	overflow-y: auto;
	padding-top: 112px;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.8s;
	visibility: hidden;
	width: 100%;
	z-index: 99;
}

.p-drawer.is-fixed {
	opacity: 1;
	visibility: visible;
}

.p-drawer-menu__item {
	border-top: 1px solid #e2750f;
	padding-block: 24px;
	text-align: center;
}

.p-drawer-menu__item:last-child {
	border-bottom: 1px solid #e2750f;
}

.p-drawer-menu__link {
	display: block;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.64px;
	line-height: 1.75;
}

.p-footer {
	padding-block: 14px;
	text-align: center;
	width: 100%;
}

.p-footer__text {
	color: #e2750f;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.07px;
	line-height: 1.75;
}

.privacy-modal {
	border-radius: 10px;
	color: #3c2c25;
	font-family: "Noto Sans JP", sans-serif;
	inset: 0;
	margin: auto;
	max-height: calc(100% - 168px);
	max-width: calc(100% - 40px);
	overflow: auto;
	position: fixed;
}

.privacy-modal::backdrop {
	background: rgba(38, 38, 38, 0.5);
}

.privacy-modal__body {
	text-align: left;
}

.privacy-modal__title {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.56px;
	line-height: 1.53;
}

.privacy-modal__description {
	margin-top: clamp(40px, 37px + 0.76vw, 48px);
}

.privacy-sections {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 40px;
}

.privacy-section__title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.45px;
	line-height: 1.6;
	margin-bottom: 9px;
}

.privacy-section__dot-lists {
	list-style: disc;
	padding-left: 24px;
}

.privacy-section__dot-list ::marker {
	font-size: 50px;
}

.p-contact {
	background-color: #faf9f7;
}

.p-contact__inner {
	padding-block: clamp(84px, 70.6px + 3.43vw, 120px);
	padding-inline: 20px;
}

.p-contact__content {
	background-color: #ffffff;
	margin-inline: auto;
	margin-top: 96px;
	padding-block: clamp(40px, 25.1px + 3.81vw, 80px);
	padding-inline: clamp(8px, -18.7px + 6.86vw, 80px);
}

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

.p-form__text {
	padding-block: 56px;
}

.p-form {
	display: flex;
	flex-direction: column;
	gap: clamp(32px, 29px + 0.76vw, 40px);
}

.p-form-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-form-item-label-required {
	background-color: #e2750f;
	border-radius: 16px;
	color: #ffffff;
	margin-left: 8px;
	padding-inline: 10px;
}

.form-text {
	padding: 16px;
	width: 100%;
}

.form-email {
	padding: 16px;
	width: 100%;
}

.p-form-item-label-optional {
	border: 2px solid #e2750f;
	border-radius: 16px;
	color: #e2750f;
	margin-left: 8px;
	padding-inline: 10px;
}

.form-textarea {
	padding: 16px;
	width: 100%;
}

.p-form-privacy {
	text-align: center;
}

.p-form-privacy label {
	cursor: pointer;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form-control {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.wpcf7-form-control.is-error {
	border: 1px solid #EC0000;
}

.wpcf7-list-item input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
	opacity: 0;
}

.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.wpcf7-list-item .wpcf7-list-item-label {
	letter-spacing: 0.08px;
	line-height: 1.75;
	padding-left: 33px;
	position: relative;
	white-space: nowrap;
}

.wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-list-item .wpcf7-list-item-label::after {
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.wpcf7-list-item .wpcf7-list-item-label::before {
	border: 1px solid #767676;
	border-radius: 2px;
	height: 17px;
	width: 17px;
}

.wpcf7-list-item .wpcf7-list-item-label::after {
	background: url(../img/svg/check_box_img.svg) no-repeat center center/contain;
	height: 18px;
	opacity: 0;
	width: 18px;
}

.wpcf7-list-item {
	display: flex;
	flex-direction: row;
}

.wpcf7-list-item label {
	cursor: pointer;
}

.form-checkbox__input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.form-checkbox__input:checked + .form-checkbox__text::before {
	opacity: 0;
}

.form-checkbox__input:checked + .form-checkbox__text::after {
	opacity: 1;
}

.form-checkbox__text {
	letter-spacing: 0.08px;
	line-height: 1.75;
	padding-left: 33px;
	position: relative;
	white-space: nowrap;
}

.form-checkbox__text::before,
.form-checkbox__text::after {
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form-checkbox__text::before {
	border: 1px solid #767676;
	border-radius: 2px;
	height: 17px;
	width: 17px;
}

.form-checkbox__text::after {
	background: url(../img/svg/check_box_img.svg) no-repeat center center/contain;
	height: 18px;
	opacity: 0;
	width: 18px;
}

.form-checkbox__link {
	text-decoration-line: underline;
}

.form-submit {
	margin-inline: auto;
}

.submit-wrapper {
	text-align: center;
}

.wpcf7-submit {
	border: none;
	padding: 24px 55px;
}

.wpcf7-submit[disabled] {
	background: #717680;
	cursor: default;
	opacity: 0.5;
	pointer-events: none;
}

.custom-error {
	color: #D33365;
}

.p-work-cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(1, 1fr);
}

.p-work-card {
	border-radius: 8px;
	box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: 0.4s;
}

.p-work-card:hover {
	transform: translateY(-4px);
}

.p-work-card__img {
	aspect-ratio: 379/195;
	overflow: hidden;
}

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

.p-work-card__body {
	padding: 16px;
}

.p-work-card__body-head {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.p-work-card-tag {
	font-size: 12px;
}

.p-work-card-work {
	color: #717680;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.07px;
	line-height: 1.75;
}

.p-work-card__body-title {
	letter-spacing: 0.08px;
	line-height: 1.75;
}

.p-work-title {
	margin-inline: auto;
	margin-top: 96px;
	padding-top: clamp(108px, 91.7px + 4.19vw, 152px);
	width: 89.3333333333%;
}

.p-work-title__tag {
	font-size: 12px;
	line-height: 1.3;
}

.p-work-title__main {
	border-bottom: 1px solid #fed2a0;
	font-size: clamp(18px, 9.8px + 2.1vw, 40px);
	letter-spacing: 0.8px;
	line-height: 1.5;
	padding-bottom: clamp(24px, 21px + 0.76vw, 32px);
	padding-top: 16px;
}

.p-work__content {
	padding-top: clamp(84px, 70.6px + 3.43vw, 120px);
}

.p-work__inner {
	padding-inline: 20px;
}

.p-work__img {
	display: block;
	margin-inline: auto;
	width: 89.7435897436%;
}

.p-work__img img {
	display: block;
	height: auto;
	width: 100%;
}

.p-work-table {
	margin-inline: auto;
	padding-top: clamp(56px, 32.2px + 6.1vw, 120px);
	width: 93.3333333333%;
}

.p-work-table__row {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-work-table__row:not(:last-child) {
	margin-bottom: 56px;
}

.p-single-work__button {
	margin-block: clamp(84px, 70.6px + 3.43vw, 120px);
	text-align: center;
}

.p-about {
	margin-inline: auto;
	margin-top: 96px;
	padding-bottom: clamp(84px, 70.6px + 3.43vw, 120px);
	padding-inline: 20px;
	position: relative;
	width: 89.7435897436%;
}

.p-about__deco-or1,
.p-about__deco-or2,
.p-about__deco-gr2 {
	z-index: -1;
}

.p-about__deco-or1 {
	height: auto;
	left: 42px;
	position: absolute;
	top: 0;
	width: 159px;
}

.p-about__deco-or2 {
	bottom: 0;
	height: auto;
	left: 0;
	position: absolute;
	width: 645px;
	width: clamp(257px, 112.9px + 36.95vw, 645px);
}

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

.p-about__deco-gr2 {
	height: auto;
	position: absolute;
	right: -15%;
	rotate: 90deg;
	top: 30%;
	width: 630px;
	width: clamp(316px, 199.4px + 29.9vw, 630px);
}

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

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

.p-about__wrap {
	display: flex;
	flex-direction: column;
	gap: clamp(84px, 70.6px + 3.43vw, 120px);
	margin-inline: auto;
	padding-top: clamp(84px, 70.6px + 3.43vw, 120px);
	width: -moz-fit-content;
	width: fit-content;
}

.p-about__wrap .p-about__content .p-about__title {
	padding-top: 0;
}

.p-about__img {
	aspect-ratio: 455/282;
	max-width: 455px;
	overflow: hidden;
	width: 100%;
}

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

.p-about__content .p-about__title {
	padding-top: clamp(84px, 43.9px + 10.29vw, 192px);
}

.p-about-career {
	display: grid;
	grid-template-columns: 6em 1fr;
	padding-top: clamp(24px, 21px + 0.76vw, 32px);
	row-gap: 29px;
}

.p-about-reason__text:first-of-type {
	padding-top: clamp(56px, 47.1px + 2.29vw, 80px);
}

.p-about-reason__text + .p-about-reason__text {
	padding-top: 20px;
}

.p-about-strong__items {
	display: flex;
	flex-direction: column;
	gap: clamp(64px, 58.1px + 1.52vw, 80px);
	padding-top: clamp(56px, 47.1px + 2.29vw, 80px);
}

.p-about-strong__item-title span {
	color: #88A42C;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 0.64px;
	line-height: 1.5;
}

.p-about-strong__item-title {
	margin-bottom: clamp(16px, 13px + 0.76vw, 24px);
}

.p-archive {
	margin-top: 96px;
}

.p-archive__inner {
	margin-inline: auto;
	max-width: 82.3611111111%;
	padding-inline: 20px;
}

.p-about__heading {
	padding-top: clamp(84px, 70.6px + 3.43vw, 120px);
}

.p-archive__works {
	display: grid;
	margin-top: clamp(84px, 70.6px + 3.43vw, 120px);
}

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

.p-page__fv {
	align-items: center;
	background: url(../../assets/img/common/contact-thanks-bg-sp.jpg) no-repeat center center/contain;
	display: flex;
	height: 335px;
	margin-top: 96px;
	padding-inline: clamp(20px, -50.9px + 18.19vw, 211px);
}

.p-contact-thanks__inner {
	padding-inline: 20px;
}

.p-contact-thanks__title {
	font-size: clamp(28px, 25.8px + 0.57vw, 34px);
	letter-spacing: 0.68px;
	line-height: 1.5;
	margin-bottom: 53px;
	margin-top: clamp(64px, 43.2px + 5.33vw, 120px);
	text-align: center;
}

.p-contact-thanks__text {
	display: block;
	letter-spacing: 0.08px;
	line-height: 1.75;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

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

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

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

}

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

.c-hamburger {
	display: none;
}

.p-top-profile__content:first-child {
	flex-direction: row;
}

.p-cta__content-wrap {
	background: url(../../assets/img/common/CTA-bg.jpg) no-repeat center center/cover;
}

.p-header-nav {
	display: block;
}

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

.p-work-title {
	width: 66.8055555556%;
}

.p-work__img {
	width: 66.8055555556%;
}

.p-work-table {
	width: 61.3888888889%;
}

.p-work-table__row {
	flex-direction: row;
}

.p-work-table__head {
	text-align: left;
	width: 31.1085972851%;
}

.p-work-table__data {
	width: 68.8914027149%;
}

.p-about__wrap {
	flex-direction: row;
}

.p-about__img {
	flex: 0 0 45%;
}

.p-about__content {
	flex: 1;
}

}

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

.p-service__boxes {
	align-items: stretch;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 210px));
	max-width: 1018px;
	padding-inline: clamp(10px, -0.861rem + 6.1vw, 74px);
}

.p-cta {
	max-width: 69.3055555556%;
	padding-block: clamp(40px, 1.571rem + 3.81vw, 80px);
}

.p-fv__contents {
	flex-direction: row;
	gap: 73px;
	padding-top: 0;
}

.swiper-button-prev,
.swiper-button-next {
	display: block;
}

.p-top-profile__items {
	flex-direction: row;
}

.p-contact__content {
	max-width: 63.8888888889%;
}

.p-about {
	width: 70.6944444444%;
}

.p-page__fv {
	background: url(../../assets/img/common/contact-thanks-bg-pc.jpg) no-repeat center center/cover;
}

}

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

.c-button--header {
	display: flex;
}

.p-cta__body {
	flex-direction: row;
}

.p-fv__deco-gr2 {
	right: -80px;
	top: 0;
}

.swiper {
	margin-right: -100px;
	width: calc(100% + 100px);
}

.p-header {
	padding-inline: clamp(40px, 25.1px + 3.81vw, 80px);
}

.p-header-nav__items {
	gap: 25px;
}

.p-about__deco-gr2 {
	right: -80px;
	top: 0;
}

.p-archive__works {
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

}

