/* リキッドレイアウト対応 */

html {
	scroll-behavior: smooth;
}

body {
	background-color: #f2f2f2;
	color: #141414;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

body.is-modal-open,
body.is-hidden {
	overflow: hidden;
}

.pc {
	display: block;
}

.u-sp {
	display: none;
}

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-padding-top: 4.375rem;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

:where(dialog) {
	background-color: transparent;
	background-color: initial;
	border: medium none currentColor;
	border: initial;
	color: inherit;
	height: auto;
	height: initial;
	max-height: none;
	max-height: initial;
	max-width: none;
	max-width: initial;
	overflow: visible;
	overflow: initial;
	padding: 0;
	padding: initial;
	width: auto;
	width: initial;
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	padding: 0;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.about {
	overflow-x: clip;
}

.about__title {
	background-color: #fff;
	border-bottom: 2px solid #141414;
	padding-bottom: 1.5rem;
	padding-top: 2.625rem;
}

.about__inner.inner {
	grid-gap: min(3.1944444444vw, 2.875rem);
	display: grid;
	gap: min(3.1944444444vw, 2.875rem);
	grid-template-columns: min(32.9861111111vw, 29.6875rem) 1fr;
	margin-top: 9.5625rem;
	position: relative;
}

.about__img {
	grid-column: 1/2;
	justify-self: right;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(-1.0625rem, -2.5rem);
	width: min(32.9861111111vw, 29.6875rem);
}

.about__content {
	background-image: -webkit-image-set(url(../images/img_about-bubble.avif) type("image/avif"), url(../images/img_about-bubble.png) type("image/png"));
	background-image: image-set(url(../images/img_about-bubble.avif) type("image/avif"), url(../images/img_about-bubble.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	grid-column: 2/3;
	height: -moz-fit-content;
	height: fit-content;
	position: relative;
}

.about__content::after {
	aspect-ratio: 466/640;
	background-image: -webkit-image-set(url(../images/img_about02.avif) type("image/avif"), url(../images/img_about02.png) type("image/png"));
	background-image: image-set(url(../images/img_about02.avif) type("image/avif"), url(../images/img_about02.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -13rem;
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: -8.0625rem;
	width: 29.125rem;
	z-index: 5;
}

.about__content-inner {
	padding-bottom: 11.0625rem;
	padding-left: 4.3125rem;
	padding-right: 2.5rem;
	padding-top: 2.25rem;
}

.about__name {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.about__name span {
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-left: 1.25rem;
}

.about__text.text {
	line-height: 1.4;
	margin-top: 1.125rem;
}

.about__text + .about__text {
	margin-top: 1rem;
}

.about__gallery {
	background-color: #e2cfc7;
	border-bottom: 2px solid #141414;
	margin-top: 1.25rem;
	padding-bottom: 5.6875rem;
	padding-top: 5.3125rem;
	position: relative;
	z-index: 1;
}

.about__gallery-img {
	border: 2px solid #141414;
	overflow: hidden;
	width: 16.875rem;
}

.about__gallery-img img {
	-o-object-fit: cover;
	aspect-ratio: 270/240;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.about__bubble-wrap {
	align-items: center;
	bottom: 0;
	display: flex;
	left: 2.875rem;
	position: absolute;
}

.about__bubble-icon picture,
.about__bubble-icon img {
	width: 10.5625rem;
}

.about__bubble {
	background-image: -webkit-image-set(url(../images/img_about-bubble02.avif) type("image/avif"), url(../images/img_about-bubble02.png) type("image/png"));
	background-image: image-set(url(../images/img_about-bubble02.avif) type("image/avif"), url(../images/img_about-bubble02.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 1.0625rem;
	font-weight: 700;
	height: -moz-fit-content;
	height: fit-content;
	margin-left: -1.5rem;
	padding-bottom: 0.625rem;
	padding-left: 1.25rem;
	padding-right: 0.5rem;
	padding-top: 0.625rem;
}

.contact {
	padding-bottom: 5.25rem;
	padding-top: 5.25rem;
}

.contact__title {
	text-align: center;
}

.contact__text {
	margin-top: 2.5rem;
	text-align: center;
}

.contact__text + .contact__text {
	margin-top: 1.75rem;
}

.contact__form-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8.375rem;
	max-width: 62.5rem;
	position: relative;
}

.contact__bubble-wrap {
	align-items: center;
	display: flex;
	left: 0rem;
	position: absolute;
	top: 0.625rem;
	transform: translateY(-100%);
}

.contact__bubble-icon picture,
.contact__bubble-icon img {
	width: 10.5625rem;
}

.contact__bubble {
	background-image: -webkit-image-set(url(../images/img_contact-bubble01.avif) type("image/avif"), url(../images/img_contact-bubble01.png) type("image/png"));
	background-image: image-set(url(../images/img_contact-bubble01.avif) type("image/avif"), url(../images/img_contact-bubble01.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 1.0625rem;
	font-weight: 700;
	height: -moz-fit-content;
	height: fit-content;
	margin-left: -0.75rem;
	padding-bottom: 0.625rem;
	padding-left: 1.25rem;
	padding-right: 0.5rem;
	padding-top: 0.625rem;
}

.drawer {
	color: #fff;
	display: none;
}

.drawer__container {
	background-color: rgba(20, 20, 20, 0.9);
	height: 100vh;
	margin-left: auto;
	padding-bottom: 5rem;
	padding-top: min(11.9444444444vw, 10.75rem);
	width: 23.125rem;
}

.drawer__content {
	height: 100%;
	overflow-y: auto;
}

.drawer__inner {
	display: flex;
	flex-direction: column;
	height: 31.25rem;
}

.drawer__nav {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.drawer__info {
	border-top: 2px solid #fff;
	margin-top: 7.5rem;
	padding-top: 5rem;
}

.drawer__logo {
	filter: brightness(0) invert(1);
	margin-left: auto;
	margin-right: auto;
	width: 10.9375rem;
}

.drawer__link {
	align-items: center;
	display: flex;
	font-size: 1.0625rem;
	gap: 0.25rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-left: 0.625rem;
}

.drawer__link::before {
	background-image: -webkit-image-set(url(../images/icon_tel.avif) type("image/avif"), url(../images/icon_tel.png) type("image/png"));
	background-image: image-set(url(../images/icon_tel.avif) type("image/avif"), url(../images/icon_tel.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.1875rem;
	width: 1.1875rem;
}

.drawer__link:nth-child(3)::before {
	background-image: -webkit-image-set(url(../images/icon_instagram.avif) type("image/avif"), url(../images/icon_instagram.png) type("image/png"));
	background-image: image-set(url(../images/icon_instagram.avif) type("image/avif"), url(../images/icon_instagram.png) type("image/png"));
}

.footer {
	background-color: #141414;
	color: #fff;
	padding-top: 2.875rem;
}

.footer__content + .footer__content {
	border-top: 2px solid #fff;
	margin-top: 2rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.footer__inner.inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.footer__info {
	display: flex;
	flex-direction: column;
}

.footer__logo {
	filter: brightness(0) invert(1);
	width: 15.0625rem;
}

.footer__link {
	align-items: center;
	display: flex;
	font-size: 1.0625rem;
	gap: 0.25rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-left: 0.625rem;
	margin-top: 0.875rem;
}

.footer__link::before {
	background-image: -webkit-image-set(url(../images/icon_tel.avif) type("image/avif"), url(../images/icon_tel.png) type("image/png"));
	background-image: image-set(url(../images/icon_tel.avif) type("image/avif"), url(../images/icon_tel.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.1875rem;
	width: 1.1875rem;
}

.footer__link:nth-child(3)::before {
	background-image: -webkit-image-set(url(../images/icon_instagram.avif) type("image/avif"), url(../images/icon_instagram.png) type("image/png"));
	background-image: image-set(url(../images/icon_instagram.avif) type("image/avif"), url(../images/icon_instagram.png) type("image/png"));
}

.footer__nav {
	margin-left: auto;
}

.footer__policy,
.footer__copy {
	font-size: max(0.75rem, 10px);
	letter-spacing: 0.05em;
}

.footer__copy {
	justify-self: right;
}

.form {
	background-color: #fff;
	border: 2px solid #141414;
	padding-bottom: 3.5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 5rem;
}

.form__wrap + .form__wrap {
	margin-top: 0.8125rem;
}

.form__label {
	font-size: 1.25rem;
}

.form__label span {
	background-color: #c83f0f;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.52;
	margin-left: 0.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.form__label span.optional {
	background-color: #808080;
}

.form__input {
	margin-top: 0.625rem;
}

.form__input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #e5e5e5;
	padding: 0.9375rem;
	width: 100%;
}

.form__input input:focus {
	outline: none;
}

.form__input input::-moz-placeholder {
	color: #b2b2b2;
	font-weight: 400;
}

.form__input input::placeholder {
	color: #b2b2b2;
	font-weight: 400;
}

.form__textarea {
	margin-top: 0.625rem;
}

.form__textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #e5e5e5;
	height: 14.375rem;
	padding: 0.625rem;
	width: 100%;
}

.form__textarea textarea:focus {
	box-shadow: none;
	outline: none;
}

.form__privacy {
	margin-top: 2.375rem;
	text-align: center;
}

.form__privacy input {
	display: none;
}

.form__privacy input + span {
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0 0 0 2.5rem;
	position: relative;
}

.form__privacy input + span::before {
	background: #fff;
	border: 1px solid #141414;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0.3125rem;
	width: 1.25rem;
}

.form__privacy input + span::after {
	border-bottom: 0.1875rem solid #c83f0f;
	border-left: 0.1875rem solid #c83f0f;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.125rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 0.75rem;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.form__privacy input + span a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.form__privacy input:checked + span::after {
	opacity: 1;
}

.form__submit-wrap {
	margin-top: 2.5rem;
	text-align: center;
}

.form__submit {
	position: relative;
}

.form__submit::before {
	background-color: #c83f0f;
	border: 2px solid #141414;
	content: "";
	display: block;
	height: 100%;
	left: 0.375rem;
	position: absolute;
	top: 0.375rem;
	width: 100%;
}

.form__submit span {
	background-color: #fff;
	border: 2px solid #141414;
	cursor: pointer;
	display: inline-block;
	display: inline-block;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.9375rem 3.125rem;
	position: relative;
	transition: 0.3s;
	z-index: 1;
}

.form__submit span::after {
	background-color: #141414;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	content: "";
	display: block;
	height: 1rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
	z-index: 2;
}

.hamburger {
	display: flex;
	height: 1.9375rem;
	width: 1.875rem;
}

.hamburger::after {
	bottom: -0.5rem;
	content: "Menu";
	font-family: "Archivo Black", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.75;
	position: absolute;
	transition: color 0.3s;
}

.hamburger span {
	background-color: #141414;
	display: inline-block;
	height: 1px;
	position: absolute;
	transition: background-color 0.3s, transform 0.3s, opacity 0.3s;
	width: 100%;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	top: 0.5rem;
}

.hamburger span:nth-child(3) {
	top: 1rem;
}

.hamburger.is-open::after {
	color: #fff;
}

.hamburger.is-open span {
	background-color: #fff;
}

.hamburger.is-open span:nth-child(1) {
	top: 0.5rem;
	transform: rotate(135deg);
}

.hamburger.is-open span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
	top: 0.5rem;
	transform: rotate(-135deg);
}

.header {
	background-color: #f2f2f2;
	border-bottom: 0.125rem solid #141414;
	height: 6.25rem;
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 100;
}

.header__inner.inner {
	align-items: center;
	display: flex;
	height: 100%;
	max-width: 1440px;
	padding-left: 1.875rem;
	padding-right: 2.875rem;
}

.header__logo {
	width: 11.75rem;
}

.header__hamburger {
	position: fixed;
	right: 3rem;
	top: 2.125rem;
	z-index: 120;
}

.header__drawer {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: z-index-drawer;
}

.loop {
	overflow: hidden;
}

.loop__track {
	animation: loop 40s linear infinite;
	display: flex;
	gap: 2.5rem;
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
}

.loop.loop--about .loop__track {
	gap: 1.25rem;
}

.modal-slider {
	position: relative;
}

.modal-slider__img img {
	-o-object-fit: cover;
	aspect-ratio: 482/428;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.modal-slider__content {
	align-self: center;
}

.modal-slider__title {
	font-size: 1.5625rem;
	letter-spacing: 0.05em;
	line-height: 1.8229166667;
}

.modal-slider__title-en {
	color: #999999;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: -0.5rem;
}

.modal-slider__list {
	display: flex;
	gap: 1.6875rem;
	margin-top: 3.0625rem;
}

.modal-slider__list + .modal-slider__list {
	margin-top: 1.25rem;
}

.modal-slider__list-title {
	border: 1px solid #141414;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.modal-slider .slick-arrow {
	background-image: -webkit-image-set(url(../images/icon_arrow01.avif) type("image/avif"), url(../images/icon_arrow01.png) type("image/png"));
	background-image: image-set(url(../images/icon_arrow01.avif) type("image/avif"), url(../images/icon_arrow01.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1rem;
	left: -1.625rem;
	position: absolute;
	top: 50%;
	width: 0.5rem;
}

.modal-slider .slick-arrow::before {
	display: none;
}

.modal-slider .slick-next {
	left: auto;
	right: -1.375rem;
	scale: -1 1;
}

.modal-slider .slick-dots {
	bottom: -3.125rem;
	display: flex;
	gap: 0.8125rem;
	justify-content: center;
}

.modal-slider .slick-dots li {
	margin: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.modal-slider .slick-dots li button {
	height: 0.5rem;
	width: 0.5rem;
}

.modal-slider .slick-dots li button:before {
	background-color: #141414;
	border-radius: 100vh;
	font-size: 0;
	height: 0.5rem;
	opacity: 0.5;
	padding: 0.5;
	width: 0.5rem;
}

.modal-slider .slick-dots li.slick-active button:before {
	opacity: 1;
}

.mv-slider .slick-track {
	padding-bottom: 0.625rem;
}

.mv-slider__slide {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	opacity: 0.6;
	position: relative;
	transition: opacity 0.5s;
	width: min(70.3472222222vw, 63.3125rem);
	z-index: 1;
}

.mv-slider__slide::after {
	background-color: #c83f0f;
	border: 2px solid #141414;
	content: "";
	display: block;
	height: 100%;
	left: 0.5rem;
	position: absolute;
	top: 0.5rem;
	width: 100%;
	z-index: -1;
}

.mv-slider__slide.slick-current.slick-active {
	opacity: 1;
}

.mv-slider__slide picture,
.mv-slider__slide img {
	-o-object-fit: cover;
	aspect-ratio: 1013/597;
	border: 1px solid #141414;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mv {
	border-bottom: #141414 2px solid;
}

.mv__inner.inner {
	max-width: 100%;
	position: relative;
}

.mv__slider {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.25rem;
}

.mv__counter {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-align: right;
}

.mv__copy {
	bottom: 1.375rem;
	left: calc(50% - min(48vw, 42.5rem));
	position: absolute;
	width: min(60.0694444444vw, 55.3125rem);
}

.nav {
	grid-gap: 1.5rem 2rem;
	display: grid;
	gap: 1.5rem 2rem;
	grid-template-columns: 1fr auto;
	height: 100%;
}

.nav__item {
	height: 100%;
}

.nav__item a {
	align-items: left;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-transform: uppercase;
}

.nav__en {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.nav__ja {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.nav.nav--footer {
	gap: 0.4375rem 2.8125rem;
	grid-auto-flow: column;
	grid-template-rows: repeat(3, 1fr);
}

.nav.nav--footer .nav__ja {
	display: inline-block;
	margin-top: -0.25rem;
}

.nav.nav--drawer {
	width: -moz-fit-content;
	width: fit-content;
}

.service-card {
	position: relative;
}

.service-card::before {
	background-color: #c83f0f;
	border: 2px solid #141414;
	content: "";
	display: block;
	height: 100%;
	left: 0.5rem;
	position: absolute;
	top: 0.5rem;
	width: 100%;
	z-index: 0;
}

.service-card__inner {
	background-color: #fff;
	border: 2px solid #141414;
	padding-bottom: 3.125rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 4.375rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.service-card__title p {
	font-family: "Archivo Black", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}

.service-card__title h3 {
	color: #c83f0f;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0.875rem;
}

.service-card__text {
	margin-top: 2.25rem;
}

.service {
	background-image: -webkit-image-set(url(../images/bg_service.avif) type("image/avif"), url(../images/bg_service.jpg) type("image/jpg"));
	background-image: image-set(url(../images/bg_service.avif) type("image/avif"), url(../images/bg_service.jpg) type("image/jpg"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5.875rem;
	padding-top: 6.25rem;
	position: relative;
}

.service::before {
	background-color: #141414;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.service__inner.inner {
	position: relative;
	z-index: 1;
}

.service__title {
	text-align: center;
}

.service__contents {
	grid-gap: min(3.8888888889vw, 3.5rem);
	display: grid;
	gap: min(3.8888888889vw, 3.5rem);
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5.875rem;
}

.story {
	overflow-x: clip;
	padding-bottom: 6.25rem;
	padding-top: 6.5625rem;
}

.story__title {
	text-align: center;
}

.story__contents {
	grid-gap: min(4.9305555556vw, 4.4375rem);
	display: grid;
	gap: min(4.9305555556vw, 4.4375rem);
	grid-template-columns: 1fr min(45.1388888889vw, 40.625rem);
	margin-top: 7.3125rem;
}

.story__content {
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin-left: auto;
	position: sticky;
	top: 10rem;
	width: -moz-fit-content;
	width: fit-content;
}

.story__copy-wrap {
	position: relative;
}

.story__copy-wrap::before {
	aspect-ratio: 169/132;
	background-image: -webkit-image-set(url(../images/icon01.avif) type("image/avif"), url(../images/icon01.png) type("image/png"));
	background-image: image-set(url(../images/icon01.avif) type("image/avif"), url(../images/icon01.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.5625rem;
	content: "";
	display: block;
	height: auto;
	left: -11.875rem;
	position: absolute;
	width: 10.5625rem;
}

.story__copy-wrap::after {
	background-color: #141414;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: calc(50% - 13.125rem);
	position: absolute;
	translate: -100%;
	width: 100vw;
}

.story__copy {
	align-self: center;
	background-image: -webkit-image-set(url(../images/img_story-bubble02.avif) type("image/avif"), url(../images/img_story-bubble02.png) type("image/png"));
	background-image: image-set(url(../images/img_story-bubble02.avif) type("image/avif"), url(../images/img_story-bubble02.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 1.875rem;
	font-weight: 700;
	height: -moz-fit-content;
	height: fit-content;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-left: -2.0625rem;
	padding-bottom: 0.375rem;
	padding-left: 2.875rem;
	padding-right: 1.25rem;
	padding-top: 0.625rem;
	position: relative;
}

.story__text {
	margin-top: 4.5rem;
}

.story__text + .story__text {
	margin-top: 1.875rem;
}

.story__gallery {
	grid-row-gap: 0.625rem;
	-moz-column-gap: 1rem;
	grid-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: 1fr min(16.1111111111vw, 14.5rem);
	row-gap: 0.625rem;
}

.story__gallery-img {
	border: 2px solid #141414;
}

.story__gallery-img:nth-child(-n+3) {
	grid-column: span 2;
}

.story__gallery-img picture,
.story__gallery-img img {
	-o-object-fit: cover;
	aspect-ratio: 233/364;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.story__gallery-img:nth-child(-n+3) picture,
.story__gallery-img:nth-child(-n+3) img {
	aspect-ratio: 650/500;
}

.story__gallery-text {
	align-self: center;
	background-image: -webkit-image-set(url(../images/img_story-bubble01.avif) type("image/avif"), url(../images/img_story-bubble01.png) type("image/png"));
	background-image: image-set(url(../images/img_story-bubble01.avif) type("image/avif"), url(../images/img_story-bubble01.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: min(1.25vw, 1.125rem);
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-top: -2.1875rem;
	min-height: min(11.6666666667vw, 10.5rem);
	padding-bottom: 2rem;
	padding-left: 1.125rem;
	padding-right: 1.75rem;
	padding-top: 1.625rem;
}

.strength-item {
	position: relative;
}

.strength-item:nth-child(1)::before {
	aspect-ratio: 232/200;
	background-image: -webkit-image-set(url(../images/img_strengt-deco.avif) type("image/avif"), url(../images/img_strengt-deco.png) type("image/png"));
	background-image: image-set(url(../images/img_strengt-deco.avif) type("image/avif"), url(../images/img_strengt-deco.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: calc(50% - 10rem);
	top: 9.375rem;
	width: 14.5rem;
}

.strength-item__point {
	align-items: center;
	aspect-ratio: 1;
	background-color: #c83f0f;
	border: 2px solid #141414;
	border-radius: 100vh;
	color: #fff;
	display: flex;
	font-size: 1.5625rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	line-height: 1.2;
	position: absolute;
	text-align: center;
	translate: -26% -42%;
	width: 7.6875rem;
}

.strength-item__img {
	border: 2px solid #141414;
}

.strength-item__img img {
	-o-object-fit: cover;
	aspect-ratio: 260/400;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.strength-item__text {
	margin-top: 1rem;
}

.strength {
	background-color: #fff;
	border-bottom: 2px solid #141414;
	padding-bottom: 7.75rem;
	padding-top: 7.5rem;
	position: relative;
}

.strength__inner.inner {
	grid-gap: min(3.4722222222vw, 3.125rem);
	display: grid;
	gap: min(3.4722222222vw, 3.125rem);
	grid-template-columns: auto 1fr;
}

.strength__title {
	transform: translateX(-1.375rem);
}

.strength__contents {
	grid-gap: 3.1875rem;
	display: grid;
	gap: 3.1875rem;
	grid-template-columns: repeat(3, 16.25rem);
	margin-top: 3.5625rem;
}

.strength__content:nth-child(2) {
	margin-top: 2.5rem;
}

.strength__content:nth-child(3) {
	margin-top: 5rem;
}

.strength__bubble-wrap {
	align-items: center;
	bottom: -0.6875rem;
	display: flex;
	position: absolute;
	right: calc(50% - min(48vw, 37.6875rem));
}

.strength__bubble-icon picture,
.strength__bubble-icon img {
	width: 10.5625rem;
}

.strength__bubble {
	background-image: -webkit-image-set(url(../images/img_strength-bubble.avif) type("image/avif"), url(../images/img_strength-bubble.png) type("image/png"));
	background-image: image-set(url(../images/img_strength-bubble.avif) type("image/avif"), url(../images/img_strength-bubble.png) type("image/png"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 1.0625rem;
	font-weight: 700;
	height: -moz-fit-content;
	height: fit-content;
	margin-left: -1.4375rem;
	padding-bottom: 0.625rem;
	padding-left: 1.25rem;
	padding-right: 0.5rem;
	padding-top: 0.625rem;
}

.text {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.title__en {
	-webkit-text-stroke: 0.3125rem #141414;
	color: #fff;
	font-family: "Archivo Black", sans-serif;
	font-size: 8.125rem;
	font-weight: 400;
	line-height: 1;
	paint-order: stroke fill;
	text-transform: uppercase;
}

.title__ja {
	font-feature-settings: "palt";
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 0.3125rem;
}

.title.title--service .title__en {
	-webkit-text-stroke: 0.3125rem #c83f0f;
}

.title.title--service .title__ja {
	color: #fff;
}

.title.title--strength {
	writing-mode: vertical-lr;
}

.title.title--strength .title__en {
	margin-right: 0.875rem;
}

.title.title--strength .title__ja {
	margin-top: 0.875rem;
}

.works-item {
	cursor: pointer;
}

.works-item__img {
	border: 2px solid #141414;
}

.works-item__img img {
	-o-object-fit: cover;
	aspect-ratio: 366/326;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.works-item__title {
	font-weight: 500;
	margin-top: 0.5rem;
}

.works-item__title-en {
	color: #999999;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.works-modal {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.works-modal.is-open {
	align-items: center;
	display: flex;
	justify-content: center;
}

.works-modal__overlay {
	background: rgba(20, 20, 20, 0.8);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.works-modal__panel {
	background: #fff;
	padding: 4.375rem min(3.8888888889vw, 3.5rem);
	position: relative;
	width: min(76.3888888889vw, 68.75rem);
}

.works-modal__close {
	aspect-ratio: 1;
	display: inline-block;
	height: auto;
	position: absolute;
	right: 1.75rem;
	top: 2rem;
	width: 1.75rem;
}

.works-modal__close span {
	background-color: #141414;
	display: inline-block;
	height: 0.125rem;
	left: 0;
	position: absolute;
	rotate: 45deg;
	top: 0.5rem;
	width: 100%;
}

.works-modal__close span:nth-child(2) {
	rotate: -45deg;
}

.works-modal__body {
	grid-gap: min(7.6388888889vw, 6.875rem);
	display: grid;
	gap: min(7.6388888889vw, 6.875rem);
	grid-template-columns: min(33.4722222222vw, 30.125rem) 1fr;
}

.works {
	border-bottom: 2px solid #141414;
	padding-bottom: 7.5rem;
	padding-top: 7.375rem;
}

.works__title {
	text-align: center;
}

.works__list {
	grid-gap: 2.8125rem;
	display: grid;
	gap: 2.8125rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 6.25rem;
}

@media (min-width: 768px) {

html {
	scroll-padding-top: 5rem;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

.pc {
	display: none;
}

.u-sp {
	display: block;
}

html {
	font-size: 16px;
}

.inner {
	max-width: 600px;
	padding-left: 20px;
	padding-right: 20px;
}

.about__title {
	padding-bottom: 1.375rem;
	padding-top: 1.8125rem;
}

.about__inner.inner {
	gap: 0;
	grid-template-columns: 1fr;
	margin-top: 1.6875rem;
}

.about__img {
	grid-row: 2/3;
	justify-self: center;
	left: auto;
	position: static;
	top: auto;
	transform: translate(-0.5rem, 0);
	width: 18.4375rem;
}

.about__content {
	background-image: -webkit-image-set(url(../images/img_about-bubble_sp.avif) type("image/avif"), url(../images/img_about-bubble_sp.png) type("image/png"));
	background-image: image-set(url(../images/img_about-bubble_sp.avif) type("image/avif"), url(../images/img_about-bubble_sp.png) type("image/png"));
	grid-column: unset;
}

.about__content::after {
	bottom: 8rem;
	right: 4.125rem;
	transform: translate(50%, 50%);
	width: max(10.75rem, min(45.8666666667vw, 18.75rem));
}

.about__content-inner {
	padding-bottom: 12.5rem;
	padding-left: max(0.5625rem, 2.4vw);
	padding-right: max(0.5625rem, 2.4vw);
}

.about__text.text {
	line-height: 1.8666666667;
}

.about__text + .about__text {
	margin-top: 1.0625rem;
}

.about__gallery {
	margin-top: -3.875rem;
	padding-bottom: 3.5rem;
	padding-top: 3.3125rem;
}

.about__gallery-img {
	width: 10.4375rem;
}

.about__bubble-wrap {
	bottom: 1.5rem;
	flex-direction: column-reverse;
	left: 0.875rem;
}

.about__bubble-icon picture,
.about__bubble-icon img {
	margin-top: 0.375rem;
	width: 5.875rem;
}

.about__bubble {
	background-image: -webkit-image-set(url(../images/img_about-bubble02_sp.avif) type("image/avif"), url(../images/img_about-bubble02_sp.png) type("image/png"));
	background-image: image-set(url(../images/img_about-bubble02_sp.avif) type("image/avif"), url(../images/img_about-bubble02_sp.png) type("image/png"));
	margin-left: 0;
	padding-bottom: 1.125rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.625rem;
}

.contact {
	padding-bottom: 3.1875rem;
	padding-top: 2.75rem;
}

.contact__text {
	margin-top: 2.75rem;
}

.contact__form-wrap {
	margin-top: 6.6875rem;
}

.contact__bubble-wrap {
	left: -0.4375rem;
	top: 0.375rem;
}

.contact__bubble-icon picture,
.contact__bubble-icon img {
	width: 5.875rem;
}

.contact__bubble {
	margin-left: -0.3125rem;
}

.drawer__container {
	max-width: 25rem;
	padding-bottom: 2.5rem;
	padding-top: min(32vw, 7.5rem);
	width: 100%;
}

.drawer__info {
	margin-top: 5rem;
	padding-top: 2.5rem;
}

.footer {
	padding-top: 3.125rem;
}

.footer__content + .footer__content {
	margin-top: 4.0625rem;
	padding-bottom: 1.0625rem;
	padding-top: 0.8125rem;
}

.footer__inner.inner {
	gap: 0;
	grid-template-columns: 1fr;
}

.footer__info {
	align-items: center;
	text-align: center;
}

.footer__link {
	margin-left: 0;
	margin-top: 1rem;
}

.footer__link::before {
	height: 1.4375rem;
	width: 1.4375rem;
}

.footer__link:nth-child(3)::before {
	height: 1.1875rem;
	width: 1.1875rem;
}

.footer__nav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.9375rem;
}

.footer__policy,
.footer__copy {
	text-align: center;
}

.footer__copy {
	justify-content: center;
	margin-top: 0.8125rem;
}

.form {
	padding-bottom: 3.5rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 2.375rem;
}

.form__wrap + .form__wrap {
	margin-top: 1rem;
}

.form__label span {
	font-size: max(0.6875rem, 10px);
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.form__input {
	margin-top: 0.3125rem;
}

.form__input input {
	padding: 0.875rem;
}

.form__textarea textarea {
	height: 10.75rem;
}

.form__privacy input + span {
	padding-left: 1.25rem;
}

.form__privacy input + span::before {
	height: 0.8125rem;
	width: 0.8125rem;
}

.form__submit-wrap {
	margin-top: 1.8125rem;
}

.form__submit {
	max-width: 15.4375rem;
	width: 100%;
}

.form__submit span {
	width: 100%;
}

.form__submit span::after {
	right: 1.5625rem;
}

.hamburger::after {
	bottom: -0.125rem;
}

.header {
	height: 3.9375rem;
}

.header__inner.inner {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.header__logo {
	width: 6.875rem;
}

.header__hamburger {
	right: 1.75rem;
	top: 1.375rem;
}

.loop.loop--about .loop__track {
	gap: 0.625rem;
}

.modal-slider__content {
	margin-top: 2.5rem;
}

.modal-slider__title {
	font-size: 1.125rem;
}

.modal-slider__title-en {
	font-size: 0.8125rem;
}

.modal-slider__list {
	margin-top: 1.5rem;
}

.modal-slider__list + .modal-slider__list {
	margin-top: 1rem;
}

.modal-slider .slick-arrow {
	left: -1rem;
}

.modal-slider .slick-next {
	left: auto;
	right: -1rem;
}

.modal-slider .slick-dots {
	bottom: -1.875rem;
	gap: 0.5rem;
}

.modal-slider .slick-dots li button {
	height: 0.375rem;
	width: 0.375rem;
}

.mv-slider__slide {
	width: 21.25rem;
}

.mv-slider__slide picture,
.mv-slider__slide img {
	aspect-ratio: 340/627;
}

.mv__counter {
	margin-right: -0.75rem;
	margin-top: 0.25rem;
}

.mv__copy {
	bottom: 1.1875rem;
	width: 21.875rem;
}

.service-card__inner {
	padding-bottom: 2.5rem;
	padding-top: 2.25rem;
}

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

.service-card__title h3 {
	font-size: 1.25rem;
	margin-top: 0.625rem;
}

.service-card__text {
	margin-top: 1.375rem;
}

.service {
	padding-bottom: 5rem;
	padding-top: 3.125rem;
}

.service__contents {
	gap: 2rem;
	grid-template-columns: 1fr;
	margin-top: 1.6875rem;
}

.story {
	padding-bottom: 4.375rem;
	padding-top: 3rem;
}

.story__contents {
	gap: 2.3125rem;
	grid-template-columns: 1fr;
	margin-top: 3rem;
}

.story__content {
	margin-left: 0;
	position: static;
}

.story__copy-wrap {
	margin-left: auto;
	margin-right: auto;
	padding-right: 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.story__copy-wrap::before {
	bottom: -0.125rem;
	left: 1.3125rem;
	width: 5.8125rem;
}

.story__copy-wrap::after {
	bottom: 0.125rem;
	left: calc(50% - 4.0625rem);
}

.story__copy {
	font-size: 1.0625rem;
	margin-left: 6.625rem;
	padding-bottom: 0.375rem;
	padding-left: 1.75rem;
	padding-right: 1.25rem;
	padding-top: 0.3125rem;
	width: 14.375rem;
	width: 13.25rem;
}

.story__text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.story__text + .story__text {
	margin-top: 0.875rem;
}

.story__gallery {
	-moz-column-gap: 0.0625rem;
	column-gap: 0.0625rem;
	grid-template-columns: 1fr min(31.7333333333vw, 23.4375rem);
	row-gap: 0.5rem;
}

.story__gallery-text {
	font-size: max(10px, min(2.6666666667vw, 0.875rem));
	line-height: 1.541;
	min-height: 0;
	padding-bottom: 0.875rem;
	padding-left: 0.25rem;
	padding-right: 0.5rem;
	padding-top: 0.875rem;
}

.strength {
	overflow-x: clip;
}

.strength-item:nth-child(1)::before {
	top: 6.25rem;
}

.strength-item__point {
	font-size: 1.375rem;
	line-height: 1.1727272727;
	translate: -27% -41%;
	width: 6.625rem;
}

.strength {
	padding-bottom: 6.5rem;
	padding-top: 4.25rem;
}

.strength__inner.inner {
	grid-template-columns: 1fr;
	padding-left: 3.125rem;
	padding-right: 1.875rem;
}

.strength__title {
	left: calc(50% - min(48vw, 15.625rem));
	position: absolute;
	top: 3.25rem;
	transform: translateX(0rem);
}

.strength__contents {
	gap: 4.25rem;
	grid-template-columns: 1fr;
}

.strength__content {
	margin-left: auto;
	margin-right: 0;
	width: max(14.1875rem, min(60.5333333333vw, 17.5rem));
}

.strength__content:nth-child(2) {
	margin-left: 0;
	margin-right: auto;
	margin-top: 0;
}

.strength__content:nth-child(3) {
	margin-top: 0;
}

.strength__bubble-wrap {
	bottom: -0.4375rem;
	left: calc(50% - min(46vw, 17.5rem));
	right: auto;
}

.strength__bubble-icon picture,
.strength__bubble-icon img {
	width: 5.875rem;
}

.strength__bubble {
	margin-left: -0.4375rem;
}

.text {
	font-size: 0.9375rem;
}

.text.service-card__text {
	font-size: 1rem;
}

.text.strength-item__text {
	font-size: 1.0625rem;
	line-height: 1.5452941176;
}

.text.works-item__title {
	font-size: 1.125rem;
}

.title__en {
	font-size: 3.125rem;
	letter-spacing: 0;
}

.title__ja {
	font-size: 0.9375rem;
	margin-top: -0.1875rem;
}

.title.title--strength .title__en {
	margin-right: 0.375rem;
	margin-top: -0.25rem;
}

.title.title--strength .title__ja {
	margin-top: 0;
}

.about__title .title .title__en {
	font-size: 5rem;
}

.works-item__title-en {
	font-size: 0.8125rem;
}

.works-modal__panel {
	max-width: 28.125rem;
	padding: 2.5rem 1.25rem;
	width: 90%;
}

.works-modal__close {
	right: 0.75rem;
	top: 0.75rem;
	width: 1rem;
}

.works-modal__body {
	display: block;
}

.works-modal__slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.works {
	padding-bottom: 2.6875rem;
	padding-top: 3.5rem;
}

.works__list {
	gap: 1.625rem;
	grid-template-columns: repeat(auto-fill, minmax(14.375rem, 1fr));
	margin-top: 3.125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes loop {

from {
	transform: translateX(0);
}

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

}


/*# sourceMappingURL=style.css.map */
