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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
div,
figure,
figcaption,
span,
img,
a,
table,
tr,
th,
td,
blockquote {
	border: 0;
	font-size: 100%;
	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: #1C1411;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.6;
}

body.is-fixed {
	overflow: hidden;
}

.pc-hidden {
	display: none;
}

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

/* PCでのみ初期状態を非表示にする */

.l-header {
	background: #fff;
	height: auto;
	left: 0;
	padding: 1.078125rem 1rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.l-section {
	padding-bottom: 8.125rem;
	padding-top: 6.25rem;
}

.l-inner {
	margin-inline: auto;
	max-width: 64.25rem;
	padding-inline: 1.875rem;
}

.l-content {
	padding-top: 4.0625rem;
}

.c-lower-page {
	overflow: hidden;
	padding-top: 0;
}

.c-lower-page__inner {
	padding-top: 3.125rem;
}

.c-lower-page__title__wrapper {
	background: linear-gradient(173deg, #FFF 48.72%, #E3E1E1 153.46%);
	height: 8.125rem;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	padding: 0 calc(50vw - 50%);
	position: relative;
	width: 100vw;
}

.c-btn {
	background-color: #1C1411;
	color: #FFFFFF;
	cursor: pointer;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	overflow: hidden;
	padding: 0.625rem 2.5rem;
	position: relative;
	z-index: 1;
}

.c-btn::after {
	background-color: #857E7C;
	content: "";
	height: 15.625rem;
	position: absolute;
	right: 0;
	top: 0;
	transform: skewY(-50deg) scale(1, 0);
	transform-origin: left top;
	transition: 0.4s ease;
	width: 100%;
	z-index: -1;
}

.c-view-more__button {
	text-align: end;
}

.c-view-more__button .c-view-more__button-link {
	display: inline-block;
	padding-block: 0.625rem;
	padding-left: 0.5rem;
	padding-right: 2.8125rem;
}

.c-view-more__button .c-view-more__button-text {
	display: inline-block;
	font-family: "Manrope", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	position: relative;
}

.c-view-more__button .c-view-more__button-arrow {
	height: 1.25rem;
	left: calc(100% + 1rem);
	position: absolute;
	top: 50%;
	transition: left 0.5s ease;
	translate: 0 -50%;
	width: 1.25rem;
}

.c-hover-under-line {
	display: inline-block;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.c-hover-under-line::after {
	background: #1C1411;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	scale: 0;
	transform-origin: left center;
	transition: scale 0.5s ease;
	width: 100%;
}

.c-contact__btn-wrap {
	margin-top: 1.25rem;
	text-align: center;
}

.c-black__btn {
	display: inline-block;
	margin-inline: auto;
	padding-inline: 3.25rem;
}

.wpcf7-submit {
	border: none;
	outline: none;
}

.c-summary__button {
	margin-top: 3.125rem;
	text-align: center;
}

.c-summary__button-text {
	font-size: 1rem;
}

.c-backtotop__button {
	text-align: center;
}

.--lower-works {
	margin-top: 2.53125rem;
}

.--lower-about {
	margin-top: 3.125rem;
}

.c-summary__button-link {
	padding-inline: 2.03125rem;
}

.c-section-h2__title {
	color: #1C1411; /* en/h2 section title */
	font-family: "Manrope", sans-serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1;
	margin-inline: auto;
	max-width: 60.5rem;
	position: relative;
	z-index: 1;
}

.c-copyright {
	position: relative;
	text-align: center;
	z-index: 2;
}

.c-name__text-wrapper {
	border-bottom: 1px solid #3D3A39;
	padding-bottom: 0.25rem;
	padding-top: 1.5625rem;
}

.c-name__text-ja {
	font-size: 1.125rem;
	font-weight: 500;
	margin-right: 1.5rem;
}

.c-name__text-en {
	font-family: "Manrope", sans-serif;
	font-size: 0.875rem;
	vertical-align: bottom;
}

.c-title__decoration-text {
	font-size: 11rem;
	right: calc(50% - 30.65625rem);
	top: -5rem;
}

.c-decoration-text {
	color: #F5F2F2;
	font-family: "Manrope", sans-serif;
	position: absolute;
}

.c-lower-page-top__name-ja {
	font-size: 1.75rem;
	font-weight: 400;
}

.c-profile-content__wrapper {
	display: grid;
	grid-template-areas: "profile profile" "career career" "keyword keyword" "photo-1 photo-2";
	grid-template-columns: 1fr 1fr;
	row-gap: 1.25rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
}

.profile {
	grid-area: profile;
}

.career {
	grid-area: career;
}

.keyword {
	grid-area: keyword;
	margin-top: 0.5rem;
}

.photo-1 {
	grid-area: photo-1;
}

.photo-2 {
	grid-area: photo-2;
}

.c-detail__title {
	color: #857E7C;
	font-family: "Manrope", sans-serif;
	font-size: 0.875rem;
}

.c-profile__list-title {
	margin-top: 1rem;
}

.c-detail__list-text {
	font-size: 1rem;
	margin-top: 0.5625rem;
}

.c-nav {
	align-items: center;
	display: flex;
	justify-content: end;
	-moz-column-gap: 3.125rem;
	column-gap: 3.125rem;
}

.c-nav__list {
	display: flex;
	font-family: "Manrope", sans-serif;
	-moz-column-gap: 3.125rem;
	column-gap: 3.125rem;
}

.c-nav__list li a {
	font-weight: 500;
}

.c-nav__bg-img {
	aspect-ratio: 1177/671;
	background: url(../img/img-footer-decoration-white-logo.webp) center/cover no-repeat;
	bottom: -29.0625rem;
	height: 41.9375rem;
	left: -9.5625rem;
	position: absolute;
	width: 73.5625rem;
	z-index: -1;
}

.c-sns-icon {
	aspect-ratio: 32/33;
	height: 2.0625rem;
	width: 2rem;
}

.c-copyright__text {
	font-family: "Manrope", sans-serif;
	font-size: 0.875rem;
}

.c-card {
	cursor: pointer;
	height: auto !important;
	width: 18.5rem !important;
}

.c-slide-card-img-wrap {
	overflow: hidden;
}

.c-slide-card-img-wrap img {
	height: 14.5625rem;
	transition: scale 0.3s ease;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.c-card__body {
	padding-block: 1.5rem;
	padding-inline: 1rem;
}

.c-card__title {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.4;
	padding-bottom: 1rem;
}

.c-category__list {
	display: flex;
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
}

.c-category {
	font-size: 0.875rem;
	line-height: 1.2;
}

.c-summary__categories {
	display: flex;
	-moz-column-gap: 2.5rem;
	align-items: center;
	column-gap: 2.5rem;
	padding-top: 3.875rem;
}

.--gallery {
	font-size: 1.125rem;
	line-height: 1.4;
}

.c-summary__category-link {
	font-size: 1.125rem;
}

.c-summary__category-link a.is-active {
	border-bottom: 1px solid #1C1411;
}

.c-summary__cards {
	display: grid;
	gap: 3.75rem 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	padding-top: 2.5rem;
}

.c-summary-card__img-wrap img {
	height: 13.875rem;
}

.c-summary-card__body {
	padding-block: 1.5rem 0;
	padding-inline-start: 0;
}

.c-form {
	padding-top: 1.25rem;
}

.c-form__field {
	display: flex;
	gap: 2.5rem;
	margin-top: 1rem;
}

.c-form__field:first-child {
	margin-top: 0;
}

.c-form__head {
	align-items: flex-start;
	display: flex;
	flex-shrink: 0;
	width: 13.25rem;
}

.c-form-field__tag {
	padding-left: 0.5rem;
	padding-top: 0.125rem;
}

.wpcf7-text::-moz-placeholder,
.wpcf7-email::-moz-placeholder,
.wpcf7-textarea::-moz-placeholder {
	color: #857E7C;
}

.wpcf7-text::placeholder,
.wpcf7-email::placeholder,
.wpcf7-textarea::placeholder {
	color: #857E7C;
}

[type=text],
[type=email],
textarea {
	background: #FFFFFF;
	border-bottom: 1px solid #1C1411;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	padding: 0.25rem 1rem;
}

textarea {
	padding-bottom: 0;
}

.c-contact-form__checkbox {
	display: block;
	text-align: center;
}

[type=checkbox] {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	cursor: pointer;
	overflow: hidden;
}

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

.wpcf7-list-item-label {
	cursor: pointer;
	display: inline-block;
	padding-left: 1.75rem;
	position: relative;
}

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

.wpcf7-list-item-label::before {
	background: #FFF;
	height: 1.25rem;
	left: 0;
	width: 1.25rem;
}

.wpcf7-list-item-label::after {
	border-bottom: 1.5px solid #1C1411;
	border-left: 1.5px solid #1C1411;
	height: 0.4375rem;
	left: 0.4375rem;
	opacity: 0;
	rotate: -45deg;
	top: 0.625rem;
	width: 0.75rem;
}

.wpcf7-list-item-label .wpcf7 form.sent .wpcf7-response-output {
	display: none;
}

.c-contact-form__accept {
	margin-top: 1.25rem;
	text-align: center;
}

.c-contact-form__accept-underline {
	border-bottom: 1px solid #1C1411;
}

.c-breadcrumb {
	font-family: "Manrope", sans-serif;
	font-size: 0.875rem;
	padding-top: 6rem;
}

.c-breadcrumb__angle-right {
	background: url(../img/img-breadcrumb-rightSmall.svg) center/cover no-repeat;
	display: inline-block;
	height: 1.5rem;
	margin-inline: 0.5rem;
	vertical-align: middle;
	width: 1.5rem;
}

.c-breadcrumb-wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	row-gap: 0.5625rem;
}

.p-fv {
	margin-top: -3.125rem;
	padding-bottom: 0;
	padding-top: 0;
}

.p-fv__inner {
	margin-inline: auto;
	max-width: 90rem;
	overflow: hidden;
	position: relative;
}

.p-fv__bg {
	height: auto;
	margin-left: 14.75rem;
	margin-top: -20.84375rem;
	max-width: 75.25rem;
	overflow: hidden;
	width: 100%;
}

.p-fv-bg__img {
	display: block;
	height: 19.1875rem;
	max-width: 75.25rem;
	width: 100%;
}

.p-fv-bg__img img {
	display: block;
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center -7rem;
	object-position: center -7rem;
}

.p-fv__logo {
	aspect-ratio: 775.5/491;
	display: block;
	height: auto;
	margin-left: 1.875rem;
	margin-right: auto;
	max-width: 48.46875rem;
	position: relative;
	width: 100%;
	z-index: 100;
}

.p-fv__logo.is-out {
	transition: opacity 1s ease-out;
	visibility: hidden; /* クリック不可にする */
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 88rem;
}

.p-header-logo__scroll-top-text {
	font-family: "Manrope", sans-serif;
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1; /* 44px */
}

.is-scroll {
	opacity: 0; /* 初期は透明 */
	transition: opacity 0.3s ease;
	visibility: hidden; /* クリック不可にする */
}

.is-scroll.is-visible {
	opacity: 1;
	visibility: visible;
}

/* front-page だけ初期非表示 */

.is-front-page .is-scroll {
	opacity: 0;
	transition: opacity 0.3s ease;
	visibility: hidden; /* クリック不可にする */
}

/* 共通の見える状態 */

.is-scroll.is-visible {
	opacity: 1;
	visibility: visible;
}

.p-works {
	overflow: hidden;
	padding-bottom: 8.125rem;
	padding-top: 6.25rem;
}

.p-works__inner {
	margin-inline: auto;
	max-width: 64.25rem;
	padding-inline: 1.875rem;
	position: relative;
}

.p-works-card {
	padding-bottom: 5rem;
	padding-top: 4.0625rem;
}

.p-works-card__inner {
	margin-inline: auto;
	width: 60.5rem;
}

.p-works-card__swiper-container,
.p-works__swiper,
.p-works__swiper-wrapper,
.p-works__slide-item {
	position: relative;
}

.p-works__swiper {
	overflow: visible !important;
}

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

.p-works__slide-item {
	box-shadow: 0 0.25rem 1rem 0 rgba(28, 20, 17, 0.05);
}

.p-works-navigation-button__wrapper {
	display: flex;
	position: absolute;
	right: 1.875rem;
	top: 1.5rem;
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
}

/* 位置のreset */

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: unset;
	left: unset;
	margin: 0 !important;
	padding: 0 !important;
	right: unset;
	top: unset;
}

/* =============================
    ナビゲーションボタン
============================= */

/* デフォルトのボタンを初期化 */

.swiper-button-prev::after,
.swiper-button-next::after {
	content: "" !important; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */

.swiper-button-prev,
.swiper-button-next {
	height: 2.5rem !important;
	width: 2.5rem !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
}

.p-works__prev,
.p-works__next {
	left: 0;
	position: static !important;
	transition: all 0.3s ease;
}

/* =============================
    ページネーション (bullets)
============================= */

/* 位置の設定 (枠組み) */

.swiper-pagination-bullets.swiper-pagination-horizontal {
	left: 0 !important;
	top: 490px;
}

/* それぞれのページネーション */

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	background: #E0DDDC;
	border-radius: 0;
	height: 0.3125rem;
	margin-inline: 0.25rem;
	opacity: 1;
	width: 2.5rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:first-of-type {
	margin-left: 0;
}

/* activeな部分 */

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	background: #3D3A39;
	transition: all 0.2s ease;
	width: 3.75rem;
}

.--zi a {
	position: relative;
	z-index: 15;
}

.p-service {
	padding-top: 0;
}

.p-service-card-contents {
	display: flex;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	padding-bottom: 1.8125rem;
}

.p-service-card__container {
	margin-inline: auto;
	max-width: 18.5rem;
}

.p-service-card__title {
	text-align: center;
}

.p-service-card__title h3 {
	font-size: 1.125rem;
	font-weight: 500;
}

.p-service-card__img {
	height: 6.25rem;
	text-align: center;
}

.p-service-card__bg {
	margin-inline: auto;
	margin-top: 2rem;
	width: 14.5625rem;
}

.dev {
	background: url(../img/img-service-development.svg) center/cover no-repeat;
}

.code {
	background: url(../img/img-service-coding.svg) center/cover no-repeat;
}

.photo {
	background: url(../img/img-service-photo.svg) center/cover no-repeat;
}

.p-service-card__description {
	letter-spacing: 0.3px;
	margin-top: 1.875rem;
}

.p-service-photo__btn {
	margin-top: 1rem;
}

.p-service-photo__btn .p-service-photo__link {
	border: 1px solid #1C1411;
	padding-block: 0.125rem;
	padding-left: 2rem;
	padding-right: 3.25rem;
}

.p-service-photo__btn .p-service-photo__text {
	font-size: 0.875rem;
	font-weight: 500;
}

.p-about {
	padding-top: 0;
}

.p-about__container {
	display: flex;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
}

.p-about__description {
	letter-spacing: 0.0125rem;
	padding-top: 0.125rem;
}

.p-about__coding-checklist {
	padding-top: 0.5rem;
}

.p-about__coding-checklist-title {
	font-size: 1.125rem;
	font-weight: 500;
	padding-top: 1.25rem;
}

.p-about__coding-checkitem {
	padding-bottom: 0.0625rem;
}

.p-about__skills-title {
	font-family: "Manrope", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	padding-bottom: 0.4375rem;
	padding-top: 1.25rem;
}

.p-about__skills-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.p-about__skills-list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	max-width: 30rem;
	-moz-column-gap: 0.78125rem;
	column-gap: 0.78125rem;
	row-gap: 0.5rem;
}

.p-about__skill {
	background: #3D3A39;
	color: #FFFFFF;
	font-family: "Manrope", sans-serif;
	font-size: 0.875rem;
	padding-inline: 0.5rem;
}

.p-about__img {
	aspect-ratio: 296/317;
	display: block;
	width: 18.5rem;
}

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

.p-about__btn {
	padding-top: 2.5rem;
	text-align: start;
}

.p-contact {
	background-color: #EDEBEB;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	padding: 0 calc(50vw - 50%);
	position: relative;
	width: 100vw;
}

.p-contact__inner {
	margin-bottom: -4rem;
	max-width: 90rem;
	padding-top: 4.0625rem;
}

.p-contact__content {
	margin-inline: auto;
	max-width: 39.5rem;
}

.p-contact-form-field__items {
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
}

.p-contact__decoration-text {
	color: #F5F2F2;
	display: block;
	font-family: "Manrope", sans-serif;
	font-size: 10rem;
	margin-right: -1.875rem;
	margin-top: -3.78125rem;
	text-align: end;
}

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

.p-footer {
	background: linear-gradient(180deg, #FFF 24.06%, #E3E1E1 177.58%);
	overflow: hidden;
}

.p-footer-nav__bg-img {
	left: calc(50% - 54.4375rem);
}

.p-footer__bg {
	position: relative;
	z-index: 2;
}

.p-footer__inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-inline: auto;
	max-width: 85rem;
	padding: 1.25rem 1rem;
	position: relative;
	z-index: 3;
}

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

.p-footer__nav {
	justify-content: start;
}

.p-footer__privacy-text {
	font-family: "Manrope", sans-serif;
	font-size: 0.875rem;
	vertical-align: bottom;
}

.p-lower-about__text-wrapper {
	padding-bottom: 0.28125rem;
	padding-top: 1.5rem;
}

.p-lower-about__img-wrapper {
	position: relative;
}

.p-lower-about__img-decoration-text {
	font-size: 1.125rem;
	line-height: 1.4;
	position: absolute;
	right: calc(50% + 7.5rem);
	top: calc(50% + 1.875rem);
}

.p-lower-about__img {
	overflow: hidden;
}

.p-lower-about__img img {
	height: 30.25rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center -10rem;
	object-position: center -10rem;
}

.p-lower-about__name-ja {
	line-height: 1;
	margin-right: 3.125rem;
}

.p-lower-about__name-en {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	vertical-align: middle;
}

.p-lower-about__photo-btn {
	margin-top: 0.5rem;
	text-align: start;
}

.p-lower-about__photo-btn .p-lower-about__photo-text {
	font-size: 1rem;
}

.c-view-more__button-link.p-lower-about__photo-link {
	border: 1px solid #1C1411;
	padding-block: 0.125rem;
	padding-left: 2rem;
	padding-right: 3.25rem;
}

.p-lower-about__other-img {
	aspect-ratio: 464/232;
	margin-top: 2.8125rem;
	max-width: 29rem;
	overflow: hidden;
}

.p-lower-about__other-img img {
	margin-top: -3.125rem;
	width: 29rem;
}

.c-grid-photo-2 img {
	-o-object-position: center 1.25rem;
	object-position: center 1.25rem;
}

.c-profile__list-title {
	padding-left: 1.125rem;
	position: relative;
}

.c-profile__list-title::before {
	content: "◾️";
	left: 0;
	position: absolute;
	top: 55%;
	translate: 0 -50%;
}

.p-single__content {
	padding-top: 0;
}

.p-single__img img {
	height: 37.8125rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-single__text-wrapper {
	padding-top: 1.25rem;
}

.p-single__text-container {
	display: flex;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	padding-top: 3.75rem;
}

.p-single__text-detail {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding-top: 0.125rem;
	width: 18.5rem;
}

.p-single__detail-title {
	line-height: 1.2;
}

.p-single-detail__list-text {
	margin-top: 0.5rem;
}

.p-single__text-description {
	align-self: stretch;
	flex: 1;
}

.p-single__tosite {
	display: flex;
	-moz-column-gap: 0.625rem;
	align-items: center;
	column-gap: 0.625rem;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	margin-top: 0.5625rem;
}

.p-single__post-links {
	display: flex;
	justify-content: space-between;
	margin-top: 3.0625rem;
}

.p-single__post-links a {
	font-family: "Manrope", sans-serif;
	font-size: 1.125rem;
}

.c-view-more__button .p-single__post-link {
	font-size: 1.125rem;
}

.c-view-more__button .--prev-link,
.c-view-more__button .--next-link {
	font-weight: 500;
}

.c-view-more__button .--back-summary {
	font-family: "IBM Plex Sans JP", sans-serif;
	padding-right: 0.5rem;
}

.c-view-more__button .--prev-link {
	padding-left: 2.8125rem;
	padding-right: 0.5rem;
}

.c-view-more__button .--next-link {
	padding-right: 2.8125rem;
}

.c-view-more__button .--prev-arrow {
	left: 10%;
}

.c-view-more__button .--next-arrow {
	left: 70%;
}

.p-gallery__decoration-text {
	left: calc(50% - 0.5rem);
	white-space: nowrap;
}

.p-gallery__card {
	cursor: default;
}

.p-gallery__card-img-wrap img {
	height: 13.875rem;
	width: 18.5rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.--op img {
	-o-object-position: center -2.5rem;
	object-position: center -2.5rem;
}

.p-gallery__category-list {
	flex-direction: column;
	gap: 0.625rem;
}

.p-404 {
	overflow: hidden;
	position: relative;
}

.p-404__container {
	border: 1px solid;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-inline: auto;
	max-width: 29rem;
	padding-block: 2.5rem;
	padding-inline: 1rem;
}

.p-404__title {
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.6;
}

.p-404__img img {
	height: 20.25rem;
	width: 27rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-404__description {
	font-size: 1.125rem;
	line-height: 1.4;
}

.p-404__button {
	margin-top: 3.125rem;
}

.p-404-loop__wrap {
	display: flex;
	gap: 2.5rem;
	height: 16rem;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	padding: 0 calc(50vw - 50%);
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 100vw;
	z-index: -1;
}

.p-404-loop__text {
	color: #F5F2F2;
	flex: 0 0 auto;
	font-family: "Manrope", sans-serif;
	font-size: 10rem;
	white-space: nowrap;
}

.p-404-loop__text:nth-child(odd) {
	animation: loop 50s -25s linear infinite;
}

.p-404-loop__text:nth-child(even) {
	animation: loop2 50s linear infinite;
}

.p-privacy__title {
	font-weight: 700;
}

.p-privacy__text {
	margin-bottom: 0.25rem;
}

.--ml {
	margin-left: 0.875rem;
}

.--mb {
	margin-block: 0.375rem;
}

.p-privacy__text,
.p-privacy__explanation,
.p-privacy-explanation__text {
	font-weight: 400;
}

.p-privacy-explanation__text-wrapper {
	margin-left: 1.875rem;
}

.p-privacy-explanation__text {
	padding-block: 0.25rem;
	padding-left: 1rem;
	position: relative;
}

.p-privacy-explanation__text::before {
	background: #1C1411;
	border-radius: 50%;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0.375rem;
}

.p-thanks__inner {
	position: relative;
}

.p-thanks__wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: center;
	margin-inline: auto;
	max-width: 20.1875rem;
	padding-block: 2.5rem;
}

.p-thanks__title {
	font-size: 1.75rem;
	font-weight: 400;
}

.p-thanks__text {
	font-size: 1.125rem;
	line-height: 1.4;
}

.p-thanks__bg {
	left: 50%;
	position: absolute;
	translate: -50%;
	z-index: -1;
}

.p-thanks__bg svg {
	height: 12.1875rem;
	width: 12.1875rem;
}

.--thanks {
	margin-top: 3.125rem;
}

.p-thanks__decoration-text {
	bottom: -12.625rem;
	font-size: 10rem;
	left: 24.96875rem;
	white-space: nowrap;
}

@media (any-hover: hover) {

.c-btn:hover::after {
	transform: skewY(-50deg) scale(1, 1);
	transform-origin: left top;
}

.c-view-more__button .c-view-more__button-link:hover .c-view-more__button-arrow {
	left: calc(100% + 2.25rem);
}

.c-hover-under-line:hover::after {
	scale: 1;
	transform-origin: left center;
}

.c-nav__list li:hover {
	cursor: pointer;
}

.c-slide-card:hover .c-slide-card-img-wrap img,
.c-summary__card:hover .c-slide-card-img-wrap img {
	scale: 1.2;
}

.c-contact-form__accept-underline:hover {
	color: #857E7C;
}

.p-works__prev:hover,
.p-works__next:hover {
	background: #3D3A39;
	transition: all 0.3s ease;
}

.p-works__prev svg:hover,
.p-works__next svg:hover {
	fill: #fff;
}

.c-view-more__button .--prev-link:hover .c-view-more__button-arrow {
	left: calc(-50% + 2.25rem);
}

.c-view-more__button .--next-link:hover .c-view-more__button-arrow {
	left: calc(50% + 2.25rem);
}

.p-gallery__card:hover .c-slide-card-img-wrap img {
	scale: 1;
	transition: scale 1s ease;
}

}

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

.js-hide-on-load .l-header,
.js-hide-on-load .p-fv__bg,
.js-hide-on-load .p-fv__logo,
.js-hide-on-load .l-footer {
	opacity: 0 !important; /* !importantは競合を防ぐために使用 */
}

}

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

html {
	font-size: calc(16 / 1008 * 100vw);
}

}

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

.p-header-logo__scroll-top-text {
	font-size: 2rem;
}

}

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

html {
	font-size: calc(16 / 375 * 100vw);
}

.sp-hidden {
	display: none;
}

.pc-hidden {
	display: block;
}

.pc-hidden-in {
	display: inline-block;
}

.l-header {
	padding-block: 11px;
}

.l-section {
	padding-bottom: 3.75rem;
}

.l-content {
	padding-top: 2.5rem;
}

.c-lower-page__inner {
	padding-top: 2rem;
}

.c-lower-page__title__wrapper {
	height: 4rem;
}

.c-contact__btn-wrap {
	margin-top: 1.8125rem;
}

.c-summary__button {
	margin-top: 2rem;
}

.--lower-works {
	margin-top: 1.40625rem;
}

.--lower-about {
	margin-top: 2rem;
}

.c-section-h2__title {
	font-size: 2.5rem;
}

.c-privacy__text {
	font-size: 0.8125rem;
}

.c-copyright {
	font-size: 0.8125rem;
}

.--footer {
	margin-top: 2rem;
}

.c-name__text-wrapper {
	padding-top: 1.5rem;
}

.c-title__decoration-text {
	font-size: 6.25rem;
	overflow: hidden;
	right: -3.4375rem;
	top: -3.5rem;
}

.c-lower-page-top__name-ja {
	font-size: 1.25rem;
}

.c-profile-content__wrapper {
	gap: 2rem;
	grid-template-areas: "profile" "career" "photo-1" "keyword" "photo-2";
	grid-template-columns: 1fr;
}

.c-detail__title {
	font-size: 0.8125rem;
}

.c-profile__list-title {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.c-detail__list-text {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.c-nav {
	flex-direction: column;
	justify-content: center;
}

.c-nav__list {
	align-items: center;
	flex-direction: column;
	row-gap: 2rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-nav__bg-img {
	aspect-ratio: 602/343;
	bottom: -2.1875rem;
	height: 21.4375rem;
	left: -4.375rem;
	right: -9.9375rem;
	width: 37.625rem;
}

.c-sns-icon {
	margin-inline: auto;
}

.c-copyright__text {
	font-size: 0.8125rem;
}

.c-card {
	width: 17.8125rem !important;
}

.c-slide-card-img-wrap img {
	height: 13.375rem;
}

.c-card__body {
	padding-bottom: 1.5rem;
	padding-top: 1rem;
}

.c-card__title {
	font-size: 1rem;
}

.c-category {
	font-size: 0.8125rem;
}

.--works__summary {
	right: -3.625rem;
	top: -3rem;
}

.c-summary__categories {
	align-items: flex-start;
	flex-wrap: wrap;
	row-gap: 1rem;
}

.--gallery {
	font-size: 1rem;
	line-height: 1.6;
}

.c-summary__category-link {
	font-size: 1rem;
}

.c-summary__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.96875rem;
	padding-top: 2rem;
}

.c-summary__card {
	width: 100% !important;
}

.c-summary-card__img-wrap img {
	height: 14.75rem;
}

.c-summary-card__body {
	padding-block: 1.0625rem 0;
}

.c-summary-card__title {
	padding-bottom: 0.75rem;
}

.c-form {
	padding-top: 2rem;
	position: relative;
	z-index: 2;
}

.c-form__field {
	flex-direction: column;
	gap: 0.5rem;
}

.c-form-field__item {
	font-size: 0.875rem;
}

[type=text],
[type=email],
textarea {
	font-size: 0.875rem;
	height: 2.5rem;
	max-width: 19.6875rem;
}

textarea {
	height: 261px;
	resize: vertical;
}

.wpcf7-list-item-label {
	padding-left: 2.375rem;
	text-align: start;
}

.wpcf7-list-item-label::before {
	height: 1.875rem;
	width: 1.875rem;
}

.wpcf7-list-item-label::after {
	height: 0.5625rem;
	left: 0.625rem;
	top: 0.5625rem;
	width: 1rem;
}

.c-contact-form__accept .wpcf7-list-item-label::after {
	top: 1.25rem;
}

.c-contact-form__accept {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 1.8125rem;
}

.c-breadcrumb {
	font-size: 0.8125rem;
	padding-top: 4.25rem;
}

.c-breadcrumb-wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	row-gap: 0.5625rem;
}

.p-fv {
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 3.75rem;
}

.p-fv__inner {
	height: 24.6875rem;
}

.p-fv__bg {
	height: 21.5625rem;
	margin-left: 0;
	margin-top: -15.65625rem;
	width: 23.4375rem;
}

.p-fv__bg:before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-fv-bg__img {
	height: 21.5625rem;
	width: 23.4375rem;
	-o-object-position: center 3.125rem;
	object-position: center 3.125rem;
}

.p-fv-bg__img img {
	-o-object-position: center center;
	object-position: center center;
}

.p-fv__logo {
	aspect-ratio: 375/250;
	height: 15.625rem;
	margin: 0;
	top: 11.5rem;
	width: 23.4375rem;
	z-index: 50;
}

.p-header-logo__scroll-top-text {
	font-size: 1.1875rem;
}

.is-scroll {
	opacity: 1;
	visibility: visible;
}

.p-works {
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
}

.p-works-card {
	padding-block: 2.5rem;
}

.p-works-navigation-button__wrapper {
	display: none;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: none;
}

.p-service-card-contents {
	flex-direction: column;
	gap: 2rem;
	padding-bottom: 0;
}

.p-service-card__container {
	max-width: 100%;
}

.p-service-card__title h3 {
	font-size: 1rem;
}

.p-service-card__img svg {
	height: 5rem;
	width: 5rem;
}

.p-service-card__bg {
	height: 5rem;
	margin-top: 1.25rem;
	width: 11.3125rem;
}

.p-service-card__description {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 1.25rem;
	vertical-align: middle;
}

.p-service-photo__btn .p-service-photo__link {
	padding-block: 0.0625rem;
}

.p-about__container {
	flex-direction: column-reverse;
	row-gap: 1.9375rem;
}

.p-about__description {
	font-size: 0.875rem;
	line-height: 1.8;
	padding-top: 0;
}

.p-about__coding-checklist-title {
	font-size: 1rem;
	padding-top: 1rem;
}

.p-about__coding-checkitem {
	font-size: 0.875rem;
	line-height: 1.8;
	padding-bottom: 0;
}

.p-about__skills-title {
	font-size: 1rem;
	padding-top: 1rem;
}

.p-about__skills-list {
	max-width: 19.6875rem;
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
	row-gap: 0.75rem;
}

.p-about__skill {
	font-size: 0.8125rem;
}

.p-about__img {
	aspect-ratio: 315/339;
	height: 21.1875rem;
	width: 19.6875rem;
}

.p-about__btn {
	padding-top: 2rem;
}

.p-contact__inner {
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.p-contact-document__text {
	font-size: 0.875rem;
	line-height: 1.8;
}

.p-contact-form__head {
	font-size: 0.875rem;
}

.p-contact-form-field__wrapper {
	padding-top: 0.0625rem;
}

.p-contact-form-field__items {
	row-gap: 0.5625rem;
}

.p-contact-checkbox__text::after {
	top: 50%;
	translate: 0 -50%;
}

.p-contact__decoration-text {
	margin-bottom: -1.375rem;
	margin-left: -5.875rem;
	margin-top: -10.0625rem;
	text-align: center;
}

.wpcf7-list-item {
	padding-block: 0.21875rem;
}

.p-footer-nav__bg-img {
	bottom: -28.4375rem;
	left: calc(50% - 14.75rem);
}

.p-footer__inner {
	display: block;
	gap: 2rem;
	padding-top: 2.5rem;
}

.p-footer__container {
	flex-direction: column;
	text-align: center;
}

.p-footer__privacy-text {
	margin-top: 2rem;
	text-align: center;
}

.p-footer__sns-icon {
	margin-top: 2rem;
}

.p-header__drawer {
	background: #fff;
	background: linear-gradient(149deg, #FFF 38.25%, #E3E1E1 104.41%);
	height: auto;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 56px;
	transition: translate 0.5s ease;
	translate: 0 -101%;
	width: 100%;
	z-index: 90;
}

.p-header__drawer.js-show {
	translate: 0;
}

.p-header-drawer__menu {
	height: -moz-fit-content;
	height: fit-content;
	row-gap: 85px;
	width: 100%;
}

.p-header-drawer__list {
	align-items: center;
	font-size: 18px;
	height: 384px;
	justify-content: space-between;
}

.p-drawer-nav__bg-img {
	bottom: 36px;
	height: 343px;
	left: auto;
	right: 50%;
	translate: 50% 0;
	width: 602px;
}

.p-header-drawer__inner {
	display: flex;
	flex-direction: column;
	height: auto;
	padding-bottom: 8px;
	padding-inline: 16px;
	padding-top: 92px;
	row-gap: 40px;
	text-align: center;
	width: 100%;
}

.p-drawer-copyright__text {
	font-size: 13px;
}

.p-drawer__icon {
	display: flex;
	flex-direction: column;
	height: 12px;
	justify-content: space-between;
	position: fixed;
	right: 16px;
	top: 24px;
	width: 42px;
	z-index: 102;
}

.p-drawer-icon__bar {
	background: #000;
	height: 1px;
	transition: all 0.3s ease;
	width: 100%;
}

.p-drawer-privacy__text {
	font-size: 13px;
}

.p-drawer__icon.js-show .p-drawer-icon__bar:nth-of-type(1) {
	rotate: 165deg;
	translate: 0 5px;
}

.p-drawer__icon.js-show .p-drawer-icon__bar:nth-of-type(2) {
	display: none;
}

.p-drawer__icon.js-show .p-drawer-icon__bar:nth-of-type(3) {
	rotate: -165deg;
	translate: 0 -6px;
}

.p-lower-about__text-wrapper {
	line-height: 1;
	padding-bottom: 0.125rem;
	padding-top: 2.5rem;
}

.p-about-decoration {
	top: -3rem;
}

.p-lower-about__img-decoration-text {
	font-size: 1rem;
	right: 1.4375rem;
}

.p-lower-about__img {
	display: block;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.p-lower-about__img img {
	height: 14.625rem;
	-o-object-position: center -1rem;
	object-position: center -1rem;
}

.p-lower-about__name-ja {
	margin-right: 0.5rem;
}

.p-lower-about__name-en {
	font-size: 1rem;
}

.p-lower-about__photo-btn {
	margin-bottom: 2.1875rem;
	text-align: right;
}

.p-lower-about__photo-btn .p-lower-about__photo-text {
	font-size: 0.875rem;
}

.c-view-more__button-link.p-lower-about__photo-link {
	padding-left: 2rem;
}

.p-lower-about__other-img {
	margin: 0 calc(50% - 50vw);
	margin-top: 0.5rem;
	width: 100vw;
}

.p-single__content {
	padding-top: 0;
}

.p-single__img img {
	height: 12.3125rem;
}

.p-single__text-wrapper {
	padding-bottom: 0.1875rem;
	padding-top: 1.25rem;
}

.p-single__name-ja {
	line-height: 1.6;
}

.p-single__text-container {
	flex-direction: column;
	gap: 2rem;
}

.p-single__text-detail {
	gap: 1rem;
	padding-top: 0;
}

.p-single__tosite {
	font-size: 0.875rem;
}

.p-single__post-links {
	align-items: center;
	margin-top: 3.125rem;
	padding-inline: 0.5rem;
}

.p-single__post-button {
	height: 1.25rem;
	width: 1.25rem;
}

.p-single__post-arrow {
	padding-inline: 0.5rem;
}

.p-gallery__decoration-text {
	left: 9.3125rem;
	top: -2.875rem;
}

.p-gallery__card-img-wrap img {
	width: 19.6875rem;
}

.p-404 {
	padding-top: 3.125rem;
}

.p-404__inner {
	padding-top: 0;
}

.p-404__title {
	font-size: 1.25rem;
}

.p-404__img img {
	height: 13.25rem;
}

.p-404__description {
	font-size: 1rem;
	line-height: 1.6;
}

.p-privacy__contents {
	font-size: 0.875rem;
}

.--pre-wrap {
	overflow-wrap: break-word;
	white-space: normal;
}

.p-thanks__inner {
	padding-inline: 1.625rem;
	padding-top: 3.125rem;
}

.p-thanks__decoration-text {
	bottom: -5.3125rem;
	font-size: 3.6875rem;
	left: 50%;
	translate: -50%;
}

}

@media screen and (any-hover: hover) and (max-width: 767px) {

.c-view-more__button .c-view-more__button-link:hover .c-view-more__button-arrow {
	left: calc(100% + 1.625rem);
}

}

@keyframes loop {

0% {
	transform: translateX(100%);
}

to {
	transform: translateX(-100%);
}

}

@keyframes loop2 {

0% {
	transform: translateX(0);
}

to {
	transform: translateX(-200%);
}

}

