*,
*::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,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

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

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

img {
	border: none;
	vertical-align: bottom;
}

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

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body.is-fixed {
	overflow: hidden;
}

html {
	scroll-behavior: smooth;
}

section {
	scroll-margin-top: 20px;
}

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

a {
	color: inherit;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-page-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.c-header-button {
	align-items: center;
	background-color: #C49D9D;
	border-radius: 38px;
	color: #FFFFFF;
	display: inline-flex;
	font-size: 20px;
	font-weight: 500;
	justify-content: center;
	line-height: 1.6;
	padding: 8px 15px;
	transition: background-color 0.3s ease;
}

.c-header-button:hover {
	background-color: #A98080;
}

.c-button-type1 {
	align-items: center;
	background-color: #C49D9D;
	border-radius: 35px;
	color: #FFFFFF;
	display: inline-flex;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.6;
	padding: 8px 30px;
	transition: background-color 0.3s ease;
}

.c-button-type1:hover {
	background-color: #A98080;
}

.c-button-type2 {
	align-items: center;
	background: rgba(255, 255, 255, 0.6);
	border: 2px solid #C49D9D;
	border-radius: 35px;
	color: #C49D9D;
	display: inline-flex;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.6;
	padding: 8px 38px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.c-button-type2:hover {
	background-color: #C49D9D;
	color: #FFFFFF;
}

.c-button-type2.c-button-type2--sub {
	background: transparent;
	border: 1px solid #C49D9D;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	padding: 3px 15px;
}

.c-button-type2.c-button-type2--sub:hover {
	background-color: #C49D9D;
	color: #FFFFFF;
}

.c-section-heading {
	text-align: center;
}

.c-section__en {
	color: #C49D9D;
	font-size: 28px;
	font-weight: 700;
}

.c-section__ja {
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
}

.c-section-heading-sub {
	text-align: center;
}

.c-section__ja-sub {
	background-color: #D9B4A3;
	border-radius: 13px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	padding: 4px 20px;
}

.c-section__ja-sub.c-section__ja-sub--page-about {
	background-color: #C49D9D;
	border-radius: 10px;
	color: #FEFAF8;
	padding: 4px 30px;
}

.c-work-label {
	background-color: #C49D9D;
	border-radius: 22px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.2;
	padding: 3px 6px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-contact-button {
	align-items: center;
	background-color: #C49D9D;
	border-radius: 30px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	font-weight: 700;
	gap: 16px;
	justify-content: center;
	line-height: 1.6;
	padding: 2px 40px;
	transition: background-color 0.3s ease;
}

.c-contact-button::after {
	background: url("../../assets/img/button-arrow-icon.png") no-repeat center/contain;
	content: "";
	height: 12px;
	width: 8px;
}

.c-contact-button:hover {
	background-color: #A98080;
}

.c-work-button {
	border: 1px solid #C49D9D;
	border-radius: 35px;
	color: #C49D9D;
	font-size: 16px;
	line-height: 1.8;
	padding: 6px 23px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.c-work-button:hover {
	background-color: #C49D9D;
	color: #FFFFFF;
}

.c-work-back-button {
	background-color: #C49D9D;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	padding: 7px 18px;
	transition: background-color 0.3s ease;
}

.c-work-back-button:hover {
	background-color: #A98080;
}

.c-breadcrumb {
	padding-top: 40px;
}

.c-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.c-breadcrumb__item {
	align-items: center;
	color: #999999;
	display: flex;
	font-size: 14px;
	line-height: 1.7;
}

.c-breadcrumb__item:not(:last-child)::after {
	color: #999999;
	content: ">";
	margin-left: 14px;
}

.c-breadcrumb__item:not(.is-current) {
	transition: opacity 0.3s;
}

.c-breadcrumb__item:not(.is-current):hover {
	opacity: 0.7;
}

.c-animated__fadeIn {
	opacity: 0;
	transition: opacity 2s ease, translate 1s ease;
	translate: 0 20px;
}

.c-animated__fadeIn.is-show {
	opacity: 1;
	translate: 0;
}

.p-header {
	background-color: #FFFFFF;
	height: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-inline: 20px;
}

.p-header__logo-link {
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	transition: opacity 0.3s;
}

.p-header__logo-link:hover {
	opacity: 0.7;
}

.p-header__nav {
	display: none;
}

.p-header-menu {
	align-items: center;
	display: flex;
	gap: 39px;
	justify-content: center;
}

.p-header-menu__link {
	color: #666666;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	transition: opacity 0.3s;
}

.p-header-menu__link:hover {
	opacity: 0.7;
}

.p-header__drawer {
	background: url(../../assets/img/sp/open-icon.png) no-repeat center center/contain;
	height: 18px;
	margin-top: -7px;
	width: 20px;
	z-index: 51;
}

.p-header__drawer.is-checked {
	background: url(../../assets/img/sp/close-icon.png) no-repeat center center/contain;
}

.p-overlay {
	background: rgba(196, 157, 157, 0.7);
	inset: 70px 0 0 0;
	opacity: 0;
	position: fixed;
	transition: opacity 0.3s, visibility 0s ease 0.3s;
	visibility: hidden;
	z-index: 40;
}

.p-overlay.is-checked {
	opacity: 1;
	transition: opacity 0.3s, visibility 0s;
	visibility: visible;
}

.p-drawer {
	background-color: #FFFFFF;
	height: 570px;
	position: fixed;
	right: 0;
	top: 70px;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	width: 230px;
	z-index: 41;
}

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

.p-drawer__nav {
	padding-top: 13px;
}

.p-drawer__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 60px;
	justify-content: center;
}

.p-drawer__link {
	color: #666666;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	transition: opacity 0.3s;
}

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

.p-drawer__button {
	display: flex;
	justify-content: center;
	margin-top: 38px;
}

.p-fv {
	overflow: hidden;
	padding-bottom: 36px;
	padding-top: 70px;
	position: relative;
}

.p-fv::before {
	background-image: url("../../assets/img/sp/img_fv-bg.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 135%;
	content: "";
	height: 878px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-fv__img-grass {
	left: 0;
	position: absolute;
	top: 0;
	width: 596px;
}

.p-fv__img-grass img {
	display: block;
	width: 100%;
}

.p-fv__text-name {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 34px;
	padding-left: 28px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv__text-name::after {
	background-color: #C49D9D;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 105%;
}

.p-fv__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.42;
	margin-top: 23px;
	padding-left: 23px;
}

.p-fv__title .char {
	display: inline-block;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: calc(0.05s * var(--char-index));
}

.p-fv__title.is-active .char {
	opacity: 1;
	transform: translateY(0);
}

.p-fv__text {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13px;
}

.p-fv__text .char {
	display: inline-block;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: calc(0.03s * var(--char-index));
}

.p-fv__text.is-active .char {
	opacity: 1;
	transform: translateY(0);
}

.p-fv__text-label {
	color: #666666;
	line-height: 1.8;
}

.p-fv__text-sub {
	color: #666666;
	line-height: 1.8;
}

.p-fv__work {
	margin: -30px auto 0;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv__work-pc {
	margin-left: -6px;
	width: 330px;
}

.p-fv__work-pc img {
	display: block;
	width: 100%;
}

.p-fv__work-sp {
	bottom: 12px;
	position: absolute;
	right: 19px;
	width: 80px;
	z-index: 2;
}

.p-fv__work-sp img {
	display: block;
	width: 100%;
}

.p-fv__button {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
	margin-left: 14px;
	margin-top: -20px;
	position: relative;
	z-index: 10;
}

.p-about {
	background-color: #FEFAF8;
	padding-bottom: 60px;
	padding-top: 60px;
}

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

.p-about__content {
	display: flex;
	flex-direction: column;
	gap: 55px;
}

.p-about__profile {
	margin: 56px auto 0;
	width: 253px;
}

.p-about__profile img {
	display: block;
	width: 100%;
}

.p-about__text {
	font-size: 14px;
	line-height: 1.7;
}

.p-about__button {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.p-work {
	background-color: #F5E6E6;
	padding-bottom: 132px;
	padding-top: 60px;
}

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

.p-work__content {
	margin-top: 51px;
}

.p-work__cards {
	display: grid;
	gap: 38px;
	grid-template-columns: 1fr;
	justify-content: center;
}

.p-work-card {
	background: #FFFFFF;
	border-radius: 24px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	display: block;
	overflow: hidden;
	padding: 13px 23px 15px;
	position: relative;
}

.p-work-card::before {
	align-items: center;
	background: rgba(255, 255, 255, 0.75);
	content: "詳細を見る";
	display: flex;
	font-size: 20px;
	inset: 0;
	justify-content: center;
	line-height: 1.6;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 9px;
	transition: opacity 0.7s;
	z-index: 10;
}

.p-work-card:hover::before {
	opacity: 1;
}

.p-work-card__label {
	background-color: #C49D9D;
	border-radius: 22px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.2;
	padding: 3px 6px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-work-card__img {
	margin-top: 9px;
	position: relative;
}

.p-work-card__img-pc {
	width: 100%;
}

.p-work-card__img-pc img {
	display: block;
	width: 100%;
}

.p-work-card__img-sp {
	bottom: -76px;
	left: -23px;
	position: absolute;
	width: 117px;
}

.p-work-card__img-sp img {
	display: block;
	width: 100%;
}

.p-work-card__body {
	padding-top: 10px;
	text-align: right;
}

.p-work-card__title {
	color: #C49D9D;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}

.p-work-card__text {
	color: #666666;
	font-size: 10px;
	line-height: 1.2;
	padding-top: 11px;
}

.p-contact {
	padding-bottom: 57px;
	padding-top: 53px;
}

.p-contact__heading {
	margin-bottom: 40px;
}

.p-contact__message {
	margin-top: 53px;
	text-align: center;
}

.p-contact__description {
	font-size: 14px;
	line-height: 1.7;
}

.p-contact__description-red {
	color: #BC0F39;
	font-size: 14px;
	line-height: 1.7;
}

.p-contact__form {
	margin-top: 40px;
	padding-inline: 16px;
}

.p-contact__fields {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-contact__privacy {
	font-size: 14px;
	margin-top: 10px;
}

.p-contact__button {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.p-form-field__label {
	font-size: 14px;
	line-height: 1.7;
}

.p-form-field__label-red {
	color: #BC0F39;
	font-size: 16px;
	line-height: 1;
	margin-left: 4px;
}

.p-form-field__item {
	padding-top: 9px;
}

.p-form-text {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 23px 16px 16px;
	transition: border-color 0.3s;
	width: 100%;
}

.p-form-text::-moz-placeholder {
	color: rgba(51, 51, 51, 0.25);
	font-family: "Noto Serif JP";
	font-size: 14px;
	line-height: 1.7;
}

.p-form-text::placeholder {
	color: rgba(51, 51, 51, 0.25);
	font-family: "Noto Serif JP";
	font-size: 14px;
	line-height: 1.7;
}

.p-form-text:hover,
.p-form-text:focus {
	border-color: #C49D9D;
	outline: none;
}

.p-form-textarea {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	height: 160px;
	padding: 23px 16px 16px;
	transition: border-color 0.3s;
	width: 100%;
}

.p-form-textarea::-moz-placeholder {
	color: rgba(51, 51, 51, 0.25);
	font-family: "Noto Serif JP";
	font-size: 14px;
	line-height: 1.7;
}

.p-form-textarea::placeholder {
	color: rgba(51, 51, 51, 0.25);
	font-family: "Noto Serif JP";
	font-size: 14px;
	line-height: 1.7;
}

.p-form-textarea:hover,
.p-form-textarea:focus {
	border-color: #C49D9D;
	outline: none;
}

.p-footer {
	background-color: #E8C5B5;
	padding-bottom: 60px;
	padding-top: 60px;
}

.p-footer__content {
	position: relative;
}

.p-footer__content::after {
	background: url("../../assets/img/sp/footer-line.png") no-repeat center/contain;
	bottom: -27px;
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

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

.p-footer__logo-link {
	cursor: pointer;
	font-size: 20px;
	line-height: 1.6;
	transition: opacity 0.3s;
}

.p-footer__logo-link:hover {
	opacity: 0.7;
}

.p-footer__menu-items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
	margin-top: 16px;
}

.p-footer__menu-link {
	cursor: pointer;
	font-size: 18px;
	transition: opacity 0.3s;
}

.p-footer__menu-link:hover {
	opacity: 0.7;
}

.p-footer__copyright {
	color: #666666;
	font-size: 14px;
	padding-top: 42px;
	text-align: center;
}

.p-mv {
	background-color: #F2DFD7;
	height: 312px;
	position: relative;
}

.p-mv__img {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-mv__img-left,
.p-mv__img-right {
	height: 135px;
	width: 160px;
}

.p-mv__content {
	padding-top: 151px;
}

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

.p-about-profile__img {
	flex-shrink: 0;
	margin-inline: auto;
	width: 280px;
}

.p-about-profile__img img {
	display: block;
	width: 100%;
}

.p-about-profile__body {
	padding-inline: 20px;
}

.p-about-profile__name {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.p-about-profile__text {
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	padding-top: 16px;
}

.p-about-strength {
	margin-top: 80px;
}

.p-about-strength__cards {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 40px;
	padding-inline: 30px;
}

.p-about-strength__card {
	background-color: #F5E6E6;
	border-radius: 30px;
	padding: 26px 38px 25px;
}

.p-about-strength__card-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.p-about-strength__card-text {
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	padding-top: 21px;
}

.p-about-skill {
	margin-top: 80px;
	padding-bottom: 60px;
}

.p-about-skill__card {
	margin-top: 40px;
}

.p-about-skill__body {
	background-color: #F5E6E6;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 36px;
	padding-bottom: 40px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 40px;
}

.p-about-skill__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-about-skill__item {
	position: relative;
}

.p-about-skill__item::after {
	background: url("../../assets/img/sp/skill-text-line.png") no-repeat center/contain;
	bottom: 15px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-about-skill__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	margin-left: 2px;
}

.p-about-skill__level {
	color: #999999;
	font-size: 12px;
	line-height: 1.7;
	margin-left: 2px;
}

.p-about-skill__text {
	font-size: 14px;
	line-height: 1.7;
}

.p-work-head {
	background-color: #F5E6E6;
	height: 310px;
	padding-top: 107px;
	width: 100%;
}

.p-work-head__inner {
	padding-inline: 50px;
}

.p-work-head__site-name {
	color: #C49D9D;
	font-size: 28px;
	font-weight: 700;
	padding-top: 21px;
}

.p-work-mv {
	background-color: #F5E6E6;
	height: 293px;
	margin-top: 81px;
	padding-top: 20px;
	width: 100%;
}

.p-work-mv__img {
	margin-inline: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-work-mv__img-pc {
	width: 280px;
}

.p-work-mv__img-pc img {
	display: block;
	width: 100%;
}

.p-work-mv__img-sp {
	bottom: -85px;
	position: absolute;
	right: 0px;
	width: 90px;
}

.p-work-mv__img-sp img {
	display: block;
	width: 100%;
}

.p-work-overview {
	margin-top: 60px;
}

.p-work-overview__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.p-work-overview__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-work-overview__table {
	background-color: #FEFAF8;
	border: 1px solid #999999;
	border-collapse: separate;
	border-radius: 10px;
	border-spacing: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 40px;
	overflow: hidden;
	width: 100%;
}

.p-work-overview__table th,
.p-work-overview__table td {
	vertical-align: middle;
}

.p-work-overview__table th {
	border-right: 1px solid #999999;
	padding: 12px;
	text-align: left;
	width: 105px;
}

.p-work-overview__table tr:not(:last-child) th,
.p-work-overview__table tr:not(:last-child) td {
	border-bottom: 1px solid #999999;
}

.p-work-overview__table td {
	padding: 12px 14px 12px 11px;
	width: calc(100% - 105px);
}

.p-work-overview__table td a {
	transition: opacity 0.3s;
}

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

.p-work-overview__info {
	line-height: 1.8;
	text-align: left;
}

.p-work-point {
	margin-top: 40px;
}

.p-work-point__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-work-point__title {
	color: #C49D9D;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

.p-work-point__text {
	font-size: 14px;
	line-height: 1.7;
	padding-top: 24px;
}

.p-work-navigation {
	margin-top: 40px;
	padding-bottom: 60px;
}

.p-work-navigation__prev,
.p-work-navigation__next {
	display: none;
}

.p-work-navigation__prev {
	left: 0;
}

.p-work-navigation__back {
	display: flex;
	justify-content: center;
}

.p-work-navigation__next {
	right: 0;
}

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

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

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

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

.p-fv::before {
	background-size: 100%;
}

.p-fv__work-pc {
	width: 412px;
}

.p-fv__work-sp {
	width: 97px;
}

.p-fv__button {
	margin-top: -49px;
}

.p-about__inner {
	padding-inline: 50px;
}

.p-about-profile__img {
	width: 305px;
}

.p-about-skill__body {
	padding-left: 20px;
	padding-right: 20px;
}

.p-about-skill__item::after {
	bottom: 17px;
}

.p-about-skill__level {
	font-size: 14px;
}

.p-work-mv__img-pc {
	margin-left: -40px;
	width: 320px;
}

.p-work-mv__img-sp {
	bottom: -59px;
	right: -40px;
	width: 100px;
}

}

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

.p-about-skill__item::after {
	width: 63%;
}

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

}

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

.p-fv::before {
	background-image: url("../../assets/img/img_fv-bg.jpg");
	background-size: 160%;
	height: 873px;
}

.p-work__cards {
	grid-template-columns: repeat(2, 340px);
}

.p-work__cards .p-work__card:nth-child(5) {
	grid-column: 1/3;
	justify-self: center;
}

.p-work-card {
	max-width: 340px;
}

.p-about-skill__item::after {
	width: 46%;
}

}

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

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 1000px;
}

.l-page-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 1040px;
}

.c-button-type2.c-button-type2--sub {
	border: 2px solid #C49D9D;
	font-size: 16px;
	line-height: 1.8;
	padding: 6px 31px;
}

.c-section__en {
	font-size: 36px;
}

.c-section__ja {
	font-size: 16px;
	line-height: 1.8;
}

.c-section__ja-sub {
	font-size: 24px;
	padding: 7px 33px 5px;
}

.c-section__ja-sub.c-section__ja-sub--page-bout {
	padding: 1px 30px;
}

.c-work-label {
	font-size: 14px;
	line-height: 1;
}

.c-work-back-button {
	padding: 7px 30px;
}

.p-header__inner {
	padding-left: 65px;
	padding-right: 70px;
}

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 39px;
}

.p-header-menu {
	gap: 62px;
}

.p-fv {
	padding-bottom: 120px;
}

.p-fv::before {
	background-size: 128%;
}

.p-fv__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 125px;
	max-width: 100%;
	width: 1000px;
}

.p-fv__text-name {
	margin-top: 0;
	padding-left: 0;
}

.p-fv__text-name::after {
	left: -100vw;
	width: calc(108% + 100vw);
}

.p-fv__title {
	font-size: 48px;
	line-height: 1.3;
	margin-top: 42px;
	padding-left: 0;
}

.p-fv__text {
	padding-left: 0;
	padding-right: 0;
	padding-top: 68px;
}

.p-fv__text-label {
	font-size: 18px;
	line-height: 1.6;
}

.p-fv__text-sub {
	font-size: 18px;
	line-height: 1.6;
	padding-top: 11px;
}

.p-fv__work {
	margin-left: auto;
	margin-right: -48px;
	margin-top: -198px;
}

.p-fv__work-pc {
	width: 576px;
}

.p-fv__work-sp {
	bottom: 31px;
	right: 25px;
	width: 137px;
}

.p-fv__button {
	flex-direction: row;
	gap: 60px;
	justify-content: flex-start;
	margin-left: 0;
	margin-top: -135px;
}

.p-about {
	padding-bottom: 70px;
	padding-top: 89px;
}

.p-about__inner {
	padding-inline: 0;
	width: 988px;
}

.p-about__content {
	align-items: center;
	flex-direction: row;
	gap: 172px;
	margin-top: 61px;
}

.p-about__profile {
	flex-shrink: 0;
	margin: 0;
	width: 357px;
}

.p-about__body {
	margin-top: -12px;
}

.p-about__text {
	font-size: 16px;
	line-height: 1.8;
}

.p-about__button {
	justify-content: flex-start;
	margin-top: 47px;
}

.p-work {
	padding-bottom: 253px;
	padding-top: 80px;
}

.p-work__content {
	margin-top: 56px;
}

.p-work__cards {
	grid-template-columns: repeat(2, 400px);
}

.p-work-card {
	max-width: 400px;
	padding: 15px 25px 21px;
}

.p-work-card__label {
	font-size: 14px;
	line-height: 1;
}

.p-work-card__img {
	margin-top: 10px;
}

.p-work-card__img-sp {
	bottom: -86px;
	left: -25px;
	width: 130px;
}

.p-work-card__body {
	padding-top: 12px;
}

.p-work-card__title {
	font-size: 18px;
	line-height: 1.6;
}

.p-work-card__text {
	font-size: 12px;
	line-height: 1;
}

.p-contact {
	padding-bottom: 79px;
	padding-top: 80px;
}

.p-contact__inner {
	width: 799px;
}

.p-contact__heading {
	margin-bottom: 80px;
}

.p-contact__message {
	margin-top: 73px;
}

.p-contact__description {
	font-size: 16px;
	line-height: 1.8;
}

.p-contact__description-red {
	font-size: 16px;
	line-height: 1.8;
}

.p-contact__form {
	margin-top: 76px;
}

.p-contact__fields {
	gap: 28px;
}

.p-contact__privacy {
	margin-top: 22px;
}

.p-contact__button {
	margin-top: 76px;
}

.p-form-field__label {
	font-size: 16px;
	line-height: 1;
}

.p-form-field__label-red {
	font-size: 16px;
	line-height: 1;
}

.p-form-field__item {
	padding-top: 11px;
}

.p-form-text {
	padding: 17px 16px 15px;
}

.p-form-text::-moz-placeholder {
	font-size: 16px;
	line-height: 1;
}

.p-form-text::placeholder {
	font-size: 16px;
	line-height: 1;
}

.p-form-textarea::-moz-placeholder {
	font-size: 16px;
	line-height: 1;
}

.p-form-textarea::placeholder {
	font-size: 16px;
	line-height: 1;
}

.p-footer {
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-footer__inner {
	width: 1047px;
}

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

.p-footer__content::after {
	background: url("../../assets/img/footer-line.png") no-repeat center/contain;
	bottom: -34px;
	max-width: 1000px;
	width: 100vw;
}

.p-footer__menu-items {
	flex-direction: row;
	gap: 68px;
	margin-top: 0;
}

.p-footer__copyright {
	padding-top: 59px;
}

.p-mv__img-left,
.p-mv__img-right {
	height: 237px;
	width: 283px;
}

.p-about-profile__content {
	align-items: center;
	flex-direction: row;
	gap: 41px;
	justify-content: center;
	margin-top: 102px;
}

.p-about-profile__img {
	width: 354px;
}

.p-about-profile__body {
	flex: 1;
	margin-top: -27px;
}

.p-about-profile__name {
	font-size: 24px;
	text-align: left;
}

.p-about-profile__text {
	font-size: 16px;
	line-height: 1.8;
}

.p-about-strength {
	margin-top: 94px;
}

.p-about-strength__cards {
	flex-direction: row;
	gap: 42px;
	justify-content: center;
	margin-top: 60px;
	padding-inline: 0;
}

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

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

.p-about-strength__card-text {
	font-size: 16px;
	line-height: 1.8;
}

.p-about-skill {
	margin-top: 100px;
	padding-bottom: 80px;
}

.p-about-skill__card {
	margin-top: 60px;
}

.p-about-skill__body {
	align-items: center;
	flex-direction: row;
	gap: 80px;
	padding-bottom: 57px;
	padding-left: 88px;
	padding-right: 90px;
	padding-top: 60px;
}

.p-about-skill__list {
	flex-shrink: 0;
	gap: 20px;
	width: 406px;
}

.p-about-skill__item::after {
	background: url("../../assets/img/skill-text-line.png") no-repeat center/contain;
	bottom: 24px;
	width: 100%;
}

.p-about-skill__title {
	font-size: 20px;
	margin-left: 4px;
}

.p-about-skill__level {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	margin-left: 4px;
}

.p-about-skill__text {
	flex: 1;
	font-size: 16px;
	line-height: 2;
}

.p-work-head__inner {
	padding-inline: 20px;
}

.p-work-head__site-name {
	font-size: 36px;
	padding-top: 37px;
}

.p-work-mv {
	height: 520px;
	margin-top: 96px;
	padding-top: 25px;
}

.p-work-mv__img {
	margin-inline: 0;
	width: auto;
}

.p-work-mv__img-pc {
	margin-left: 0;
	width: 753px;
}

.p-work-mv__img-pc img {
	height: 470px;
}

.p-work-mv__img-sp {
	bottom: -25px;
	right: 0;
	width: 231px;
}

.p-work-mv__img-sp img {
	height: 520px;
}

.p-work-overview {
	margin-top: 80px;
}

.p-work-overview__title {
	font-size: 24px;
	text-align: left;
}

.p-work-overview__content {
	align-items: center;
	flex-direction: row;
	gap: 80px;
	margin-top: 20px;
}

.p-work-overview__table {
	background-color: #F5EFEF;
	flex: 1;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 0;
}

.p-work-overview__table th {
	width: 180px;
}

.p-work-overview__table td {
	width: calc(100% - 180px);
}

.p-work-overview__info {
	flex-shrink: 0;
	width: 380px;
}

.p-work-point {
	margin-top: 80px;
}

.p-work-point__content {
	flex-direction: row;
	gap: 160px;
}

.p-work-point__body {
	width: calc((100% - 160px) / 2);
}

.p-work-point__title {
	font-size: 24px;
}

.p-work-point__text {
	font-size: 16px;
	line-height: 1.8;
}

.p-work-navigation {
	background-color: #F5E6E6;
	margin-top: 80px;
	padding-bottom: 0;
}

.p-work-navigation__button {
	padding-bottom: 37px;
	padding-top: 37px;
	position: relative;
}

.p-work-navigation__prev,
.p-work-navigation__next {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

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

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

}

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

.p-footer__content::after {
	max-width: 1205px;
}

.p-about-strength__cards {
	gap: 50px;
}

}

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

.p-fv::before {
	background-size: 80%;
}

.p-work__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}

.p-work__cards .p-work__card {
	flex-basis: 30%;
}

}
