html {
	font-size: 16px;
}

body {
	font-feature-settings: "palt";
	background: #c2cdc3;
	color: #211815;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

body.pageRemoval {
	background: #edc400;
}

body.noscroll {
	overflow: hidden;
}

a {
	display: block;
	transition: 0.2s;
}

a:hover {
	opacity: 0.7;
	transition: 0.2s;
}

dt {
	font-weight: normal;
}

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

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
	-webkit-overflow-scrolling: touch;
	background: #fff;
	height: auto;
	height: 100%;
	opacity: 0;
	overflow-y: auto;
	padding: 5.3125rem 1.25rem 5.3125rem 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.6s;
	visibility: hidden;
	width: 100%;
	z-index: 20;
}

.nav.is-active {
	opacity: 1;
	visibility: visible;
}

.nav__list {
	display: flex;
	flex-direction: column;
	gap: 1.4375rem;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.nav__link {
	font-size: max(18px, 1.25rem);
	padding-left: 2.8125rem;
	text-transform: uppercase;
}

.nav__link--top {
	align-items: center;
	display: flex;
	gap: 1rem;
	padding-left: 0;
	position: relative;
	top: 0.1875rem;
}

.nav__link--top img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 1.875rem;
}

*,
*::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 */

/* Set core body defaults */

body {
	min-height: 100dvh;
	text-rendering: optimizeSpeed;
}

/* 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;
	max-width: 100%;
	width: 100%;
}

/* Inherit fonts for inputs and buttons */

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

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

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

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;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
	background: #fff;
	border-radius: 2.1875rem;
	margin-top: 1rem;
	padding: 3.125rem 3.75rem 1.75rem 1.75rem;
	position: sticky;
	top: 100%;
	top: 6.25rem;
}

.footer__inner {
	display: flex;
}

.footer__info {
	margin-right: min(10.1875rem, 12.73vw);
	min-width: -moz-fit-content;
	min-width: fit-content;
	width: 16.375rem;
}

.footer__logo {
	align-items: center;
	display: flex;
	gap: 0.875rem;
}

.footer__logo img {
	-o-object-fit: cover;
	height: 100%;
	max-width: 2.4375rem;
	object-fit: cover;
}

.footer__ttl {
	font-size: 1.3125rem;
	font-weight: 500;
	letter-spacing: 0.025em;
}

.footer__address {
	font-size: max(13px, 1rem);
	line-height: 1.8;
	margin-top: 1.875rem;
	padding-left: 3.1875rem;
}

.footer__nav {
	display: flex;
	flex: 3;
	gap: min(14rem, 17.5vw);
}

.footer__navList {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.footer__navLink {
	font-size: 1.125rem;
	text-transform: uppercase;
}

.footer__sns {
	align-items: flex-end;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1.0625rem;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.footer__snsList {
	display: flex;
	gap: 0.75rem;
	justify-content: flex-end;
	padding-right: 0.3em;
}

.footer__snsLink {
	max-width: 1.375rem;
}

.footer__qrcode {
	max-width: 8.3125rem;
}

.footer__sns img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.footer__copyright {
	font-size: 0.75rem;
	margin-top: 6.125rem;
	padding-left: 1.875rem;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
	height: 2.8125rem;
	left: 0;
	margin-inline: auto;
	max-width: 73.75rem;
	position: absolute;
	right: 0;
	top: 4.75rem;
	width: calc(100% - 5rem);
	z-index: 20;
}

.header__inner {
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 73.75rem;
	padding-inline: 1.75rem;
}

.header__logo {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.header__logo img {
	max-width: 2.6875rem;
}

.header__ttl {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.025em;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

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

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	overflow: visible;
}

/*
 * l-section
 * -------------------------------------------------------------
 */

.l-section {
	background: #fff;
	border-radius: 2.1875rem;
	padding: 3.125rem;
}

/*
 * l-SectionOverlap
 * -------------------------------------------------------------
 */

.l-SectionOverlap {
	background: #c2cdc3;
	border-radius: 2.1875rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
	z-index: 5;
}

/*
 * l-sticky
 * -------------------------------------------------------------
 */

.l-sticky {
	position: sticky;
	top: 6.25rem;
}

.l-sticky--01 {
	z-index: 1;
}

.l-sticky--02 {
	top: 6.875rem;
	z-index: 2;
}

/*
 * l-wrap
 * -------------------------------------------------------------
 */

.l-wrap {
	margin-inline: auto;
	max-width: 78.75rem;
	min-height: 100dvh;
	padding-block: 3.125rem 4.0625rem;
	padding-inline: 2.5rem;
	position: relative;
}

/*
 * burger
 * -------------------------------------------------------------
 */

.burger {
	height: 2.8125rem;
	position: relative;
	width: 3.125rem;
	z-index: 100;
}

.burger span {
	background: #000;
	display: block;
	height: 3px;
	position: absolute;
	transition: all 0.2s;
	width: 100%;
}

.burger span:nth-child(1) {
	top: 0.09375rem;
}

.burger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.burger span:nth-child(3) {
	bottom: 0.09375rem;
}

.burger span.is-active:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-40deg);
}

.burger span.is-active:nth-child(2) {
	opacity: 0;
}

.burger span.is-active:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(40deg);
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
	border: 1px solid #000;
	border-radius: 50%;
	display: grid;
	font-size: 1rem;
	height: 6.875rem;
	max-width: 6.875rem;
	place-content: center;
}

.c-btn--lg {
	border-color: #fff;
	height: 9.0625rem;
	max-width: 9.0625rem;
}

/*
 * c-contactBox
 * -------------------------------------------------------------
 */

.c-contactBox {
	background: #D4D9DC;
	border-radius: 1.25rem;
	padding: 2.75rem 2.5rem 3.125rem;
}

.c-contactBox.--removal {
	background: #f7e48c;
}

.c-contactBox__link {
	align-items: center;
	display: flex;
	font-size: 1.875rem;
	font-weight: 700;
	gap: 3.125rem;
	justify-content: center;
	margin-inline: auto;
}

.c-contactBox__link.--contact {
	font-size: 1.75rem;
}

.c-contactBox__link.--tel::before {
	background: url(./../images/common/icon_tel.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 2.9375rem;
	width: 3.125rem;
}

.c-contactBox__link.--contact::before {
	background: url(./../images/common/icon_mail.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 2.1875rem;
	width: 3rem;
}

/*
 * c-contents
 * -------------------------------------------------------------
 */

.c-contents {
	display: flex;
	gap: 3.4375rem;
	justify-content: space-between;
}

.c-contents .c-secTtl {
	min-width: 300px;
}

.c-contents.--ai-center {
	align-items: center;
}

.c-contents__desc {
	max-width: 32.625rem;
	padding-top: 2.8125rem;
}

.c-contents__desc.--pt0 {
	padding-top: 0;
}

.c-contents__lead {
	font-size: 1.5625rem;
	line-height: 1.6;
}

.c-contents__text {
	line-height: 1.55;
	margin-top: 2.0625rem;
}

.c-contents__img {
	max-width: 30.9375rem;
}

/*
 * c-float
 * -------------------------------------------------------------
 */

.c-float {
	--float-fixed-right: max(0px, calc((100vw - 1300px) / 2));
	--float-absolute-right: calc(var(--float-fixed-right) - max(2.5rem, calc((100vw - 78.75rem) / 2 + 2.5rem)));
	background: #06c755;
	border-radius: 0.6875rem 0 0 0.6875rem;
	position: fixed;
	right: 0;
	right: max(0px, calc((100vw - 1300px) / 2));
	right: var(--float-fixed-right);
	top: 9.375rem;
	transition: filter 0.2s;
	width: 4.6875rem;
	z-index: 10;
}

.c-float--top {
	position: absolute;
	right: var(--float-absolute-right);
	top: 6.25rem;
	transform: none;
}

.c-float--top.is-fixed {
	position: fixed;
	right: var(--float-fixed-right);
	top: 6.25rem;
	transform: none;
}

.c-float:hover {
	filter: brightness(110%);
	opacity: 1;
}

.c-float:hover .c-float__btn {
	filter: brightness(110%);
	opacity: 1;
}

.c-float img {
	max-width: 3.625rem;
}

.c-float__btn {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "tbudgothic-std", sans-serif;
	font-size: 1.625rem;
	gap: 1.25rem;
	letter-spacing: 0.1em;
	padding: 0.875rem 0.5625rem 1.875rem;
	writing-mode: vertical-rl;
}

.c-float__btn span {
	display: block;
}

/*
 * c-head
 * -------------------------------------------------------------
 */

.c-head {
	font-size: max(14px, 1.125rem);
	left: -1.75rem;
	letter-spacing: 0.025em;
	position: relative;
}

/*
 * c-img
 * -------------------------------------------------------------
 */

.c-img {
	border-radius: 0.625rem;
	overflow: hidden;
}

.c-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

/*
 * c-pageTop
 * -------------------------------------------------------------
 */

.c-pageTop {
	background: #fff;
	border: 2px solid #000;
	border-radius: 50%;
	bottom: 1.125rem;
	cursor: pointer;
	display: grid;
	height: 3.375rem;
	place-content: center;
	position: absolute;
	right: 1.3125rem;
	width: 3.375rem;
}

.c-pageTop a {
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	height: 1.5625rem;
	rotate: 45deg;
	translate: 0 0.375rem;
	width: 1.5625rem;
}

/*
 * c-secTtl
 * -------------------------------------------------------------
 */

.c-secTtl {
	font-size: 2.8125rem;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
}

/*
 * c-table
 * -------------------------------------------------------------
 */

.c-table {
	border: 2px solid #000;
	border-collapse: separate;
	border-radius: 0.9375rem;
	border-spacing: 0;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.c-table th,
.c-table td {
	font-size: max(13px, 1rem);
	line-height: 1.44;
	padding: 1.5rem 1.875rem;
	vertical-align: top;
}

.c-table th {
	border-right: 2px solid #000;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	width: 13.5rem;
}

.c-table__thText {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	width: 8.375rem;
}

.c-table__thLine {
	display: contents;
}

.c-table tr:not(:last-child) th,
.c-table tr:not(:last-child) td {
	border-bottom: 2px solid #000;
}

/*
 * c-text
 * -------------------------------------------------------------
 */

.c-text {
	font-size: max(13px, 1rem);
}

/*
 * companyCredo
 * -------------------------------------------------------------
 */

.companyCredo__body {
	gap: 4.6875rem;
	justify-content: flex-start;
}

.companyCredo__lists {
	counter-reset: item;
	display: flex;
	flex-direction: column;
	gap: 2.1875rem 4.8125rem;
	line-height: 1.55;
	margin-top: 2.0625rem;
	max-width: 28.875rem;
}

.companyCredo__list {
	display: flex;
	gap: 1.625rem;
}

/*
 * companyMedia
 * -------------------------------------------------------------
 */

.companyMedia__body {
	display: flex;
	gap: 4rem;
	margin-top: 2.1875rem;
}

.companyMedia__block {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.companyMedia__group {
	line-height: 1.4375;
	max-width: 31.875rem;
}

.companyMedia__group a {
	overflow-wrap: break-word;
	word-break: break-all;
}

/*
 * companyMessage
 * -------------------------------------------------------------
 */

.companyMessage__body {
	align-items: flex-start;
}

.companyMessage__imgWrap {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.companyMessage__caption {
	font-size: 1.5625rem;
	margin-top: 1.6875rem;
	text-align: right;
}

/*
 * companyOverview
 * -------------------------------------------------------------
 */

.companyOverview__tableWrap {
	margin-top: 1.875rem;
}

/*
 * companyPhil
 * -------------------------------------------------------------
 */

.companyPhil__lists {
	counter-reset: item;
	display: flex;
	flex-direction: column;
	gap: 2.1875rem;
	line-height: 1.55;
	margin-top: 2.0625rem;
	min-width: 390px;
}

.companyPhil__list {
	display: flex;
	gap: 1.625rem;
}

.companyPhil__list::before {
	content: counter(item) ".";
	counter-increment: item;
	display: inline-block;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
	padding-block: 9.5625rem 5rem;
}

.contact__text {
	line-height: 1.55;
	margin-top: 3.125rem;
}

.contact__box {
	margin: 3.25rem auto 0;
	max-width: 49.625rem;
}

.contact__form {
	margin: 4.375rem auto 0;
	max-width: 49.6875rem;
}

/*
 * form
 * -------------------------------------------------------------
 */

.form {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.form__row {
	-moz-column-gap: 5rem;
	align-items: center;
	column-gap: 5rem;
	display: flex;
}

.form__row--top {
	align-items: flex-start;
}

.form__label {
	flex-shrink: 0;
	font-size: max(14px, 1.125rem);
	letter-spacing: 0.2em;
	line-height: 1.39;
	min-width: 136px;
	width: 10.875rem;
}

.form__field {
	flex: 1;
}

.form__input,
.form__textarea {
	background: #fff;
	border: 1px solid #4b4b4b;
	border-radius: 0.3125rem;
	font-size: 1rem;
	line-height: 1.5;
	padding: 0.875rem 0.9375rem;
	width: 100%;
}

.form__input {
	height: 3.625rem;
}

.form__textarea {
	min-height: 19.8125rem;
	resize: vertical;
}

.form__input:focus,
.form__textarea:focus {
	border-color: #94a3b8;
	box-shadow: 0 0 0 1px #a0abb1;
	outline: none;
}

.form__submit {
	display: flex;
	justify-content: center;
	margin-top: 3.4375rem;
}

.form__submitBtn {
	background: #fff;
	border: 2px solid #a0abb1;
	border-radius: 62.4375rem;
	color: #8f9aa6;
	font-size: 1.4375rem;
	font-weight: 500;
	gap: 1.125rem;
	letter-spacing: 0.2em;
	min-height: 3.5rem;
	padding: 0.5rem 1rem 0.5rem 5.3125rem;
	position: relative;
	transition: opacity 0.2s ease;
	width: 16.625rem;
}

.form__submitBtn:disabled {
	cursor: not-allowed;
	opacity: 0.7;
}

.form__submitIcon {
	background: #a1adba;
	border-radius: 50%;
	height: 2.0625rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.0625rem;
}

.form__submitIcon::before {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-70%, -50%) rotate(45deg);
	width: 0.625rem;
}

.form__message {
	color: #4b4b4b;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 1.25rem;
	min-height: 1.5em;
	text-align: center;
}

.form__message.is-success {
	color: #2a7a4b;
}

.form__message.is-error {
	color: #b33a3a;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
	overflow: hidden;
	padding: 0;
	position: relative;
}

.fv__head {
	align-items: center;
	bottom: 3rem;
	display: flex;
	gap: 3.4375rem;
	left: 3.625rem;
	position: absolute;
	z-index: 2;
}

.fv__logo {
	max-width: 8.8125rem;
}

.fv__logo img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.fv__ttl {
	color: #fff;
	font-size: 4.0625rem;
	font-weight: 500;
	line-height: 1.4;
}

.fv__img img {
	-o-object-fit: cover;
	aspect-ratio: 1180/720;
	height: 100%;
	object-fit: cover;
}

.fv__img.--img2 img {
	-o-object-position: center;
	object-position: center;
}

.fv__logo img {
	animation: fvLogoQuarterSpin 7.6s infinite;
	transform: rotate(0deg);
	will-change: transform;
}

/*
 * pageFv
 * -------------------------------------------------------------
 */

.pageFv {
	padding-top: 10rem;
}

.pageFv__head {
	display: flex;
	gap: 5rem;
	justify-content: space-between;
}

.pageFv__ttl {
	font-size: 2.8125rem;
	font-weight: 500;
	line-height: 1.4;
	min-width: 300px;
}

.pageFv__desc {
	max-width: 32.625rem;
}

.pageFv__lead {
	font-size: 1.5625rem;
	line-height: 1.6;
}

.pageFv__lead.--nowrap {
	white-space: nowrap;
}

.pageFv__text {
	line-height: 1.55;
	margin-top: 2.0625rem;
}

.pageFv__img {
	aspect-ratio: 1080/373;
	border-radius: 1.25rem;
	margin-top: 2.1875rem;
	overflow: hidden;
}

.pageFv__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.pageFv__box {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 3.4375rem;
}

/*
 * recruit
 * -------------------------------------------------------------
 */

.recruit {
	border-radius: 0 0 2.1875rem 2.1875rem;
	margin-top: -4.0625rem;
	padding-top: 4.6875rem;
}

.recruit__text {
	line-height: 1.55;
	margin-top: 2rem;
}

.recruit__tableWrap {
	margin-top: 1.5625rem;
}

/*
 * recSupport
 * -------------------------------------------------------------
 */

.recSupport__contentsLead {
	max-width: 30.625rem;
}

.recSupport__list {
	grid-gap: 2.0625rem;
	display: grid;
	gap: 2.0625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.recSupport__img {
	aspect-ratio: 328/334;
}

.recSupport__desc {
	margin-top: 1.5625rem;
}

.recSupport__ttl {
	font-size: 2rem;
	font-size: clamp(1.25rem, 2.7vw, 2rem);
	line-height: 1.34375;
}

.recSupport__text {
	line-height: 1.5;
	margin-top: 1.5625rem;
}

/*
 * removal
 * -------------------------------------------------------------
 */

.removal {
	padding-top: 5rem;
}

.removal__text {
	line-height: 1.55;
	margin-top: 2.1875rem;
}

.removal__tableWrap {
	margin-top: 1.75rem;
}

.removal__imgs {
	grid-gap: 1.5625rem 1.625rem;
	display: grid;
	gap: 1.5625rem 1.625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.4375rem;
}

.removal__img {
	aspect-ratio: 345/334;
}

/*
 * styleData
 * -------------------------------------------------------------
 */

.styleData__items {
	grid-gap: 0.3125rem 2.125rem;
	display: grid;
	gap: 0.3125rem 2.125rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.styleData__img {
	aspect-ratio: 328/277;
}

.styleData__desc {
	height: 11.5625rem;
	margin-top: 1.25rem;
}

.styleData__text {
	line-height: 1.5;
}

/*
 * styleDay
 * -------------------------------------------------------------
 */

.styleDay__body {
	display: flex;
	flex-direction: column;
	gap: 4.625rem;
	margin-top: 2.5rem;
}

.styleDay__block {
	display: flex;
	gap: 5.625rem;
}

.styleDay__left {
	max-width: 27.5625rem;
}

.styleDay__head {
	align-items: center;
	display: flex;
	gap: 1.3125rem;
}

.styleDay__headImg {
	aspect-ratio: 1/1;
	border-radius: 50%;
	max-width: 11.25rem;
	overflow: hidden;
}

.styleDay__headImg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.styleDay__headDesc {
	flex: 1;
}

.styleDayNum {
	font-size: 1rem;
}

.styleDay__headText {
	line-height: 1.44;
	margin-top: 1.75rem;
}

.styleDay__imgs {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin: 5.625rem 0 0 auto;
	max-width: 15.25rem;
}

.styleDay__img {
	aspect-ratio: 244/117;
}

.styleDay__table {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 3.375rem;
	padding-bottom: 1.875rem;
	position: relative;
}

.styleDay__table::before {
	background: #000;
	content: "";
	display: block;
	height: calc(100% + 0.5rem);
	left: 4rem;
	position: absolute;
	top: -0.5rem;
	width: 1px;
}

.styleDay__tableItem {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.styleDay__tableTime {
	font-size: 1rem;
	margin-right: 0.625rem;
	padding-top: 0.625rem;
	text-align: right;
	width: 2.8125rem;
}

.styleDay__tableDot {
	background: #89a55a;
	border: 1px solid #000;
	border-radius: 50%;
	display: inline-block;
	height: 1.25rem;
	margin: 0.6875rem 1.5625rem 0 0;
	position: relative;
	width: 1.25rem;
	z-index: 1;
}

.styleDay__tableDot.--gry {
	background: #93a9c6;
}

.styleDay__tableDot.--org {
	background: #dcc373;
}

.styleDay__tableTtl {
	font-size: 2.1875rem;
	margin-top: 0.1875rem;
}

.styleDay__tableText {
	line-height: 1.44;
	margin-top: 1rem;
	max-width: 32.8125rem;
	padding-left: 6.375rem;
	width: 100%;
}

.styleDay__tableText.--notTtl {
	flex: 1;
	padding-left: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.styleDay img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

/*
 * styleFaq
 * -------------------------------------------------------------
 */

.styleFaq__list {
	display: flex;
	flex-direction: column;
	gap: 6.25rem;
	margin-top: 3.75rem;
}

.styleFaq__item {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.styleFaq__content {
	align-items: center;
	display: flex;
	font-size: 1.4375rem;
	gap: 1.5rem;
	line-height: 1.7391304348;
}

.styleFaq__eng {
	display: inline-block;
	min-width: 4.1875rem;
	width: 4.1875rem;
}

.styleFaq__eng img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.styleFaq__answer {
	padding-left: 7.1875rem;
}

/*
 * tLounge
 * -------------------------------------------------------------
 */

.tLounge {
	padding-top: 5.625rem;
}

.tLounge__btn {
	align-items: center;
	display: flex;
	gap: 0.8125rem;
	justify-content: flex-end;
	margin-top: 2.375rem;
}

.tLounge__btn::before {
	background: url(./../images/company/btn.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 0.75rem;
	width: 3.5625rem;
}

.tLounge__items {
	grid-gap: 1.625rem;
	display: grid;
	gap: 1.625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.375rem;
}

.tLounge__img {
	aspect-ratio: 345/334;
}

.movieModal {
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	z-index: 9999;
}

.movieModal.is-open {
	opacity: 1;
	visibility: visible;
}

.movieModal__overlay {
	background: rgba(0, 0, 0, 0.7);
	inset: 0;
	position: absolute;
}

.movieModal__content {
	background: #000;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(100vw, 73.75rem);
}

.movieModal__close {
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 2rem;
	position: absolute;
	right: 0;
	top: -2.5rem;
}

.movieModal__video {
	aspect-ratio: 16/9;
}

.movieModal__video video {
	display: block;
	height: 100%;
	width: 100%;
}

/*
 * topAboutLinks
 * -------------------------------------------------------------
 */

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

.topAboutLinks__link {
	aspect-ratio: 1/1;
	border-radius: 0.5625rem;
	padding: 1.25rem 1.875rem 1.875rem;
	position: relative;
}

.topAboutLinks__link:hover {
	filter: brightness(110%);
	opacity: 1;
}

.topAboutLinks__link.--yel {
	background: #dcc373;
}

.topAboutLinks__link.--grn {
	background: #89a55a;
}

.topAboutLinks__link.--red {
	background: #c88296;
}

.topAboutLinks__link::before {
	bottom: 1.6875rem;
	content: "";
	display: block;
	left: 2.375rem;
	position: absolute;
}

.topAboutLinks__link.--yel::before {
	background: url(./../images/top/link1_icon.webp) no-repeat center/100%;
	height: 6.3125rem;
	width: 5rem;
}

.topAboutLinks__link.--grn::before {
	background: url(./../images/top/link2_icon.webp) no-repeat center/100%;
	height: 6.625rem;
	width: 6.625rem;
}

.topAboutLinks__link.--red::before {
	background: url(./../images/top/link3_icon.webp) no-repeat center/100%;
	height: 6.5625rem;
	width: 7.8125rem;
}

.topAboutLinks__ttl {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 3.4375rem;
	font-weight: 500;
	gap: 0.375rem;
	letter-spacing: 0.025em;
}

.topAboutLinks__ttlRow {
	text-align: right;
}

.topAboutLinks__ttlCol {
	display: block;
	margin-left: auto;
	writing-mode: vertical-rl;
}

/*
 * topSns
 * -------------------------------------------------------------
 */

.topSns__inner {
	display: flex;
	gap: 0.9375rem;
}

.topSns__grid {
	grid-gap: 0.75rem 0.8125rem;
	display: grid;
	gap: 0.75rem 0.8125rem;
	grid-template-columns: repeat(3, 1fr);
}

.topSns__grid img {
	aspect-ratio: 1/1;
}

.topSns__link img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.topSns__block.--ig {
	flex: 1;
	padding: 2.5rem;
}

.topSns__block.--x {
	max-width: 25.5rem;
	padding: 2.1875rem 0.9375rem 3rem 1.4375rem;
}

/*
 * topStyle
 * -------------------------------------------------------------
 */

.topStyle {
	overflow: visible;
	position: relative;
}

.topStyle__body {
	align-items: flex-start;
	display: flex;
	gap: 3.3125rem;
	justify-content: space-between;
}

.topStyle__details {
	flex: 1;
	min-width: 330px;
	padding-top: 2.5rem;
}

.topStyle__text {
	line-height: 1.55;
	margin-top: 1.125rem;
}

.topStyle__btn {
	margin-top: 2.5rem;
}

.topStyle__img {
	max-width: 30.9375rem;
}

/*
 * topVideo
 * -------------------------------------------------------------
 */

.topVideo {
	padding: 1.25rem;
}

.topVideo__wrap {
	aspect-ratio: 1140/700;
	background: #ccc;
	border-radius: 1.25rem;
	overflow: hidden;
	position: relative;
}

.topVideo__movie {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.topVideo__soundToggle {
	bottom: 1.25rem;
	color: #fff;
	position: absolute;
	right: 1.25rem;
	z-index: 10;
}

/*
 * topWorks
 * -------------------------------------------------------------
 */

.topWorks {
	background: url(./../images/top/works_img.webp) no-repeat center/cover;
	color: #fff;
	padding-bottom: 12.5rem;
}

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

.topWorks__details {
	color: #fff;
	margin-top: 3.125rem;
	max-width: 32.875rem;
}

.topWorks__text {
	letter-spacing: 0.022em;
	line-height: 1.55;
	margin-top: 3.4375rem;
}

.topWorks__btn {
	min-width: 9.0625rem;
}

/*
 * topWorksList
 * -------------------------------------------------------------
 */

.topWorksList {
	margin-top: -1rem;
	padding: 4.6875rem 4.5625rem 5.3125rem;
	position: relative;
	z-index: 2;
}

.topWorksList__items {
	grid-gap: 5.875rem 4rem;
	display: grid;
	gap: 5.875rem 4rem;
	grid-template-columns: repeat(2, 1fr);
}

.topWorksList__item {
	align-items: flex-start;
	display: flex;
	gap: 0.9375rem;
	grid-column: span 1;
}

.topWorksList__img {
	border-radius: 50%;
	max-width: 12.5rem;
	overflow: hidden;
	width: 15.625vw;
}

.topWorksList__desc {
	flex: 1;
	min-width: 145px;
	padding-top: 0.375rem;
}

.topWorksList__ttl {
	font-size: 2.1875rem;
}

.topWorksList__text {
	font-size: max(14px, 1.0625rem);
	line-height: 1.35;
	margin-top: 1.25rem;
}

.topWorksList__item img {
	-o-object-fit: cover;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
}

/*
 * works
 * -------------------------------------------------------------
 */

.works {
	padding-top: 1.875rem;
}

.works__contents {
	align-items: stretch;
}

.works__desc {
	display: flex;
	flex-direction: column;
	min-width: 310px;
	padding-bottom: 3.125rem;
}

.works__lists {
	margin-top: 1.875rem;
}

.works__list {
	align-items: center;
	display: flex;
	line-height: 1.55;
}

.works__list::before {
	content: "・";
}

.works__text {
	align-items: flex-end;
	display: flex;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: auto;
}

.works__img img {
	-o-object-fit: cover;
	height: 100%;
	min-height: 310px;
	object-fit: cover;
}

.works__other {
	padding-top: 2.6875rem;
}

.works__otherBody {
	display: flex;
	gap: 4.375rem;
	justify-content: space-between;
	margin-top: 2.375rem;
}

.works__otheBlock {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 31.25rem;
}

.works__otherItem {
	align-items: flex-start;
	display: flex;
	gap: 1.25rem;
}

.works__otherImg {
	aspect-ratio: 1/1;
	border-radius: 0.25rem;
	max-width: 11.25rem;
	overflow: hidden;
}

.works__otherImg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.works__otherDesc {
	flex: 1;
}

.works__otherTtl {
	font-size: 2.1875rem;
	line-height: 1.2;
}

.works__otherTtl .indent {
	display: inline-block;
}

.works__otherText {
	line-height: 1.44;
	margin-top: 3rem;
}

.works__otherBtn {
	background: #edc400;
	border-radius: 0.3125rem;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 0.625rem 0 0 auto;
	max-width: 9.0625rem;
	padding: 0.375rem 0.375rem 0.5rem;
	text-align: center;
}

.works__otherBtn:hover {
	filter: brightness(110%);
	opacity: 1;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
	display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
	display: none;
}

@media (width >= 1025px) {

a[href^="tel:"] {
	pointer-events: none;
}

}

@media (min-width: 1300px) {

.c-float {
	border-radius: 0.6875rem;
}

}

@media (max-width: 1280px) {

html {
	font-size: 1.25vw;
}

}

@media (max-width: 1024px) {

html {
	font-size: 12px;
}

.footer__info {
	margin-right: min(10.1875rem, 8.73vw);
}

.footer__nav {
	gap: min(14rem, 12.5vw);
}

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

.topAboutLinks__ttl {
	font-size: 2.5rem;
}

.works__otherTtl {
	font-size: clamp(1.125rem, 2.3vw, 2.1875rem);
}

}

@media (max-width: 767px) {

html {
	font-size: 4.2666666667vw;
}

body {
	font-size: 0.75rem;
}

.nav__link {
	font-size: 1.25rem;
}

.footer {
	border-radius: 0.625rem;
	margin-top: 0.9375rem;
	padding: 0.9375rem;
}

.footer__inner {
	flex-direction: column;
	gap: 2.1875rem;
}

.footer__info {
	margin-right: 0;
	width: 100%;
}

.footer__logo {
	gap: 0.6875rem;
}

.footer__logo img {
	max-width: 1.8125rem;
}

.footer__ttl {
	font-size: 1rem;
}

.footer__address {
	font-size: 0.75rem;
	margin-top: 1.25rem;
	padding-left: 2.5625rem;
}

.footer__nav {
	display: none;
}

.footer__sns {
	display: block;
	padding-left: 2.5625rem;
}

.footer__snsList {
	align-items: flex-start;
	gap: 1.0625rem;
	justify-content: flex-start;
}

.footer__snsLink {
	max-width: 1.3125rem;
}

.footer__snsLink.--line {
	max-width: 1.4375rem;
}

.footer__qrcode {
	display: none;
}

.footer__copyright {
	font-size: 0.625rem;
	margin-top: 1.625rem;
	padding-left: 0;
}

.header {
	height: 1.875rem;
	top: 1.875rem;
	width: 100%;
}

.header__inner {
	max-width: calc(100% - 1.875rem);
	padding-inline: 0.9375rem;
}

.header__logo {
	gap: 1rem;
}

.header__logo img {
	max-width: 2.0625rem;
}

.header__ttl {
	font-size: 1.1875rem;
}

.l-main {
	gap: 0.9375rem;
}

.l-section {
	border-radius: 0.625rem;
	padding: 0.9375rem;
}

.l-section.--pt-lg {
	padding-top: 1.875rem;
}

.l-SectionOverlap {
	border-radius: 0.625rem;
	gap: 0.9375rem;
}

.l-sticky {
	top: 1.25rem;
}

.l-sticky--02 {
	top: 1.875rem;
}

.l-wrap {
	max-width: 34.375rem;
	padding: 0.9375rem 0.9375rem 4.375rem;
}

.burger {
	height: 1.8125rem;
	width: 2.0625rem;
}

.burger span {
	height: 1px;
}

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

.burger span:nth-child(3) {
	bottom: 0;
}

.c-btn {
	font-size: 0.625rem;
	height: 5rem;
	max-width: 5rem;
	min-width: 5rem;
}

.c-btn--lg {
	height: 5rem;
	max-width: 5rem;
	min-width: 5rem;
}

.c-contactBox {
	border-radius: 0.375rem;
	padding: 1.125rem 1.25rem 1.1875rem;
}

.c-contactBox__link {
	font-size: 1.1875rem;
	gap: 2.0625rem;
}

.c-contactBox__link.--contact {
	font-size: 1.125rem;
}

.c-contactBox__link.--tel::before {
	height: 1.875rem;
	width: 2rem;
}

.c-contactBox__link.--contact::before {
	height: 1.375rem;
	width: 1.875rem;
}

.c-contents {
	flex-direction: column;
	gap: 1.25rem;
}

.c-contents__desc {
	max-width: 100%;
	padding-top: 0;
}

.c-contents__desc.--pt0 {
	padding-top: 0;
}

.c-contents__lead {
	font-size: 1.25rem;
	line-height: 1.75;
}

.c-contents__text {
	line-height: 1.66;
	margin-top: 1.125rem;
}

.c-contents__img {
	aspect-ratio: 302/170;
	max-width: 100%;
}

.c-float {
	border-radius: 0;
	bottom: 0;
	margin: 0 calc(50% - 50vw);
	right: auto;
	top: auto;
	width: 100vw;
}

.c-float--top {
	bottom: 0;
	left: 0;
	max-width: 100vw;
	right: 0;
	top: auto;
	width: 100vw;
}

.c-float--top.is-fixed {
	bottom: 0;
	max-width: 100%;
	top: auto;
	width: 100%;
}

.c-float img {
	max-width: 2.5rem;
}

.c-float__btn {
	font-size: 1.125rem;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.3em;
	padding: 0.375rem;
	writing-mode: horizontal-tb;
}

.c-head {
	font-size: 0.625rem;
	left: auto;
}

.c-img {
	border-radius: 0.1875rem;
}

.c-pageTop {
	border-width: 1px;
	bottom: 0.875rem;
	height: 2.8125rem;
	right: 0.875rem;
	width: 2.8125rem;
}

.c-pageTop a {
	border-width: 1px;
	height: 1.4375rem;
	width: 1.4375rem;
}

.c-secTtl {
	font-size: 1.5625rem;
}

.c-table {
	border-radius: 0.25rem;
	border-width: 1px;
}

.c-table th,
.c-table td {
	font-size: 0.75rem;
	padding: 0.4375rem 0.625rem;
}

.c-table th {
	border-width: 1px;
	min-width: 5.75rem;
	width: 31.3%;
}

.c-table__thText {
	width: 100%;
}

.c-table__thText--price {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 3.375rem;
}

.c-table__thText--price .c-table__thLine {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.c-table__thText--price .c-table__thLine--sub {
	margin-top: 0.1875rem;
}

.c-table tr:not(:last-child) th,
.c-table tr:not(:last-child) td {
	border-width: 1px;
}

.c-text {
	font-size: 0.75rem;
}

.companyCredo__body {
	gap: 0;
}

.companyCredo__lists {
	flex-wrap: nowrap;
	gap: 1.25rem;
	height: auto;
	line-height: 1.66;
	margin-top: 1.25rem;
	max-width: 100%;
}

.companyCredo__list {
	gap: 0.375rem;
}

.companyMedia__body {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.companyMedia__group {
	line-height: 1.66;
}

.companyMessage__img {
	width: 38.9vw;
}

.companyMessage__caption {
	font-size: 0.6875rem;
	margin-top: 0.375rem;
}

.companyPhil__lists {
	gap: 1.25rem;
	line-height: 1.66;
	margin-top: 1.25rem;
	min-width: auto;
}

.companyPhil__list {
	gap: 0.375rem;
}

.contact {
	padding-block: 4.8125rem 2.625rem;
}

.contact__text {
	line-height: 1.66;
	margin-top: 1.25rem;
}

.contact__box {
	margin-top: 1.6875rem;
	max-width: 100%;
	padding-right: 2.5rem;
}

.contact__form {
	margin-top: 2.625rem;
	max-width: 100%;
}

.form__row {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.4375rem;
}

.form__label {
	font-size: 0.75rem;
	letter-spacing: 0.025em;
	min-width: auto;
	width: 100%;
}

.form__field {
	width: 100%;
}

.form__input,
.form__textarea {
	border-radius: 0.1875rem;
	padding: 0.375rem;
}

.form__input {
	height: 2rem;
}

.form__textarea {
	min-height: 10.875rem;
}

.form__submit {
	margin-top: 1.5625rem;
}

.form__submitBtn {
	border-width: 1px;
	font-size: 0.8125rem;
	min-height: 1.9375rem;
	padding: 0.5rem 0.375rem 0.5rem 2.8125rem;
	width: 9.125rem;
}

.form__submitIcon {
	height: 1.125rem;
	right: 0.375rem;
	width: 1.125rem;
}

.form__submitIcon::before {
	border-width: 1px;
	height: 0.375rem;
	transform: translate(-70%, -60%) rotate(45deg);
	width: 0.375rem;
}

.form__message {
	font-size: 0.75rem;
	margin-top: 0.625rem;
}

.fv {
	padding: 0;
}

.fv__head {
	align-items: flex-start;
	bottom: auto;
	flex-direction: column;
	gap: 1.25rem;
	left: 0.9375rem;
	top: 11.4375rem;
}

.fv__logo {
	max-width: 3.75rem;
}

.fv__ttl {
	font-size: 1.875rem;
	line-height: 1.4333333333;
}

.fv__img img {
	height: 38.25rem;
}

.pageFv {
	padding-top: 4.75rem;
}

.pageFv__head {
	flex-direction: column;
	gap: 1.25rem;
}

.pageFv__ttl {
	font-size: 0.75rem;
	font-weight: 400;
}

.pageFv__desc {
	max-width: 100%;
}

.pageFv__lead {
	font-size: 1.25rem;
	line-height: 1.5;
}

.pageFv__text {
	line-height: 1.66;
	margin-top: 0.75rem;
}

.pageFv__img {
	aspect-ratio: 305/171;
	border-radius: 0.375rem;
	margin-top: 1.5625rem;
}

.pageFv__box {
	gap: 0.75rem;
	margin-top: 1.4375rem;
}

.recruit {
	border-radius: 0.625rem;
	margin-top: 0;
}

.recruit__text {
	line-height: 1.66;
	margin-top: 0.625rem;
}

.recruit__tableWrap {
	margin-top: 0.75rem;
}

.recruit .c-table th {
	min-width: auto;
	width: 5.125rem;
}

.recruit .c-table__thText {
	text-align: left;
}

.recruit .c-table__thChar {
	display: contents;
}

.recruit .c-table__thChar.--not-d-contents {
	display: flex;
}

.recSupport__secTtl {
	font-size: 0.75rem;
	line-height: 1.75;
}

.recSupport__contentsLead {
	line-height: 1.5;
}

.recSupport__contentsText {
	margin-top: 0.5rem;
}

.recSupport__list {
	gap: 1.5625rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.5625rem;
}

.recSupport__img {
	aspect-ratio: 299/205;
}

.recSupport__desc {
	margin-top: 0.8125rem;
}

.recSupport__ttl {
	font-size: 1.25rem;
	line-height: 1.5;
}

.recSupport__text {
	line-height: 1.66;
	margin-top: 0.625rem;
}

.removal {
	padding-top: 2.5rem;
}

.removal__text {
	line-height: 1.66;
	margin-top: 0.8125rem;
}

.removal__secTtl {
	font-size: 1.25rem;
}

.removal__tableWrap {
	margin-top: 0.9375rem;
}

.removal__imgs {
	gap: 0.4375rem;
	margin-top: 1.75rem;
}

.removal .c-table th {
	min-width: auto;
	width: 5.125rem;
}

.styleData__items {
	gap: 1.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin: 1.5rem auto 0;
	max-width: calc(100% - 0.9375rem);
}

.styleData__desc {
	height: auto;
	margin-top: 0.9375rem;
}

.styleData__text {
	line-height: 1.66;
}

.styleDay__body {
	gap: 2.6875rem;
	margin-top: 1.875rem;
}

.styleDay__block {
	flex-direction: column;
	gap: 1.75rem;
}

.styleDay__left {
	display: contents;
}

.styleDay__head {
	align-items: flex-start;
	gap: 0.625rem;
	order: 1;
}

.styleDay__headImg {
	max-width: 5.6875rem;
}

.styleDayNum {
	font-size: 0.75rem;
}

.styleDay__headText {
	line-height: 1.66;
	margin-top: 0.625rem;
}

.styleDay__imgs {
	grid-gap: 0.5625rem 0.5rem;
	display: grid;
	gap: 0.5625rem 0.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0;
	max-width: 100%;
	order: 3;
}

.styleDay__img {
	aspect-ratio: 145/70;
}

.styleDay__table {
	gap: 1.25rem;
	margin-top: 0;
	order: 2;
	padding-bottom: 0.875rem;
	padding-left: 0.375rem;
}

.styleDay__table::before {
	left: 2.9rem;
}

.styleDay__tableTime {
	font-size: 0.625rem;
	margin-right: 0.5rem;
	padding-top: 0.5625rem;
	width: 1.6875rem;
}

.styleDay__tableDot {
	height: 0.6875rem;
	margin: 0.5625rem 0.875rem 0 0;
	width: 0.6875rem;
}

.styleDay__tableTtl {
	font-size: 1.0625rem;
}

.styleDay__tableText {
	font-size: 0.625rem;
	line-height: 1.7;
	padding-left: 3.6875rem;
}

.styleFaq__list {
	gap: 1.125rem;
	margin-top: 1.625rem;
}

.styleFaq__content {
	font-size: 0.75rem;
	gap: 0.8125rem;
	line-height: 1.66;
}

.styleFaq__eng {
	min-width: 2.3125rem;
	width: 2.3125rem;
}

.styleFaq__answer {
	align-items: flex-start;
	padding-left: 0;
}

.tLounge__secTtl {
	font-size: 0.75rem;
	font-weight: 400;
}

.tLounge__btn {
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.tLounge__btn::before {
	height: 0.5rem;
	width: 2.1875rem;
}

.tLounge__items {
	gap: 0.4375rem;
	margin-top: 1.75rem;
}

.tLounge__img {
	aspect-ratio: 97/94;
}

.movieModal__close {
	font-size: 1.25rem;
	top: -1.75rem;
}

.topAboutLinks__body {
	gap: 0.4375rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 0.9375rem;
}

.topAboutLinks__link {
	aspect-ratio: unset;
	border-radius: 0.25rem;
	height: 8.6875rem;
	padding: 0.625rem;
}

.topAboutLinks__link::before {
	bottom: 1.3125rem;
	left: 1.4375rem;
}

.topAboutLinks__link.--yel::before {
	height: 3.5rem;
	width: 2.75rem;
}

.topAboutLinks__link.--grn::before {
	height: 3.6875rem;
	width: 3.6875rem;
}

.topAboutLinks__link.--red::before {
	height: 3.625rem;
	width: 4.3125rem;
}

.topAboutLinks__ttl {
	font-size: 1.4375rem;
	gap: 0.3125rem;
}

.topSns__inner {
	flex-direction: column;
}

.topSns__grid {
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
}

.topSns__block.--ig {
	padding: 0.9375rem;
}

.topSns__block.--x {
	max-width: 100%;
	padding: 0.9375rem;
}

.topStyle__body {
	flex-direction: column;
	gap: 1.125rem;
}

.topStyle__details {
	min-width: auto;
	padding-top: 1.6875rem;
}

.topStyle__text {
	line-height: 1.42;
	margin-top: 0.6875rem;
}

.topStyle__btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.5rem;
}

.topStyle__img {
	aspect-ratio: 304/172;
	max-width: 100%;
}

.topVideo {
	padding: 0.3125rem;
}

.topVideo__wrap {
	aspect-ratio: 320/197;
	border-radius: 0.375rem;
}

.topWorks {
	padding-bottom: 0.9375rem;
}

.topWorks__body {
	flex-direction: column;
	gap: 0.4375rem;
	justify-content: start;
}

.topWorks__details {
	margin-top: 1.6875rem;
}

.topWorks__text {
	line-height: 1.68;
	margin-top: 0.4375rem;
}

.topWorks__btn {
	min-width: auto;
}

.topWorksList {
	margin-top: -0.9375rem;
}

.topWorksList__items {
	gap: 1.5625rem;
	grid-template-columns: repeat(1, 1fr);
}

.topWorksList__item {
	align-items: center;
	gap: 0.8125rem;
	grid-column: unset;
}

.topWorksList__img {
	max-width: 5rem;
}

.topWorksList__desc {
	padding-top: 0;
}

.topWorksList__ttl {
	font-size: 1.25rem;
}

.topWorksList__text {
	font-size: 0.6875rem;
	line-height: 1.55;
	margin-top: 0.4375rem;
}

.works__contents {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	margin-top: 0.625rem;
}

.works__desc {
	flex: 1;
	max-width: 9.125rem;
	min-width: auto;
	padding: 0;
}

.works__lists {
	margin-top: 0.625rem;
}

.works__text {
	font-size: 0.75rem;
	line-height: 1.66;
	margin-top: 0.625rem;
}

.works__img {
	aspect-ratio: 140/116;
	max-width: 8.75rem;
	min-width: 8.75rem;
}

.works__img img {
	min-height: 100%;
}

.works__other {
	padding-top: 0.75rem;
}

.works__otherBody {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 0.75rem;
}

.works__otheBlock {
	gap: 1.25rem;
	max-width: 100%;
}

.works__otherItem {
	align-items: flex-start;
	gap: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.works__otherImg {
	max-width: 5rem;
}

.works__otherTtl {
	font-size: 1.0625rem;
	padding-top: 0.125rem;
}

.works__otherText {
	line-height: 1.66;
	margin-top: 0.625rem;
}

.works__otherBtn {
	border-radius: 0.25rem;
	font-size: 0.8125rem;
	margin-top: 0.75rem;
	max-width: 6.6875rem;
	padding: 0.375rem 0.3125rem 0.3125rem;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fvLogoQuarterSpin {

0%,16% {
	animation-timing-function: cubic-bezier(0.45, 0, 0.2, 1);
	transform: rotate(0deg);
}

24%,42% {
	animation-timing-function: cubic-bezier(0.45, 0, 0.2, 1);
	transform: rotate(90deg);
}

50%,68% {
	animation-timing-function: cubic-bezier(0.45, 0, 0.2, 1);
	transform: rotate(180deg);
}

76%,94% {
	animation-timing-function: cubic-bezier(0.45, 0, 0.2, 1);
	transform: rotate(270deg);
}

100% {
	transform: rotate(360deg);
}

}


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