html {
	font-size: 2.0860495437vw;
}

body {
	color: #333;
	font-family: "Noto Serif", serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	word-wrap: anywhere;
}

:where(:link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]),
:where(:visited,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]),
:where(area[href],
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
	cursor: pointer;
}

:where(:-moz-any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
	cursor: pointer;
}

:where(:any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button]) {
	cursor: pointer;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/

/* Box sizing rules */

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

/* Remove default margin */

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
	list-style: none;
	padding: 0;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	-webkit-text-size-adjust: 100%;
	word-wrap: anywhere;
}

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

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

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

/* Make images easier to work with */

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

/* Inherit fonts for inputs and buttons */

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

button {
	background-color: transparent;
	background-color: initial;
	border: none;
	padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.card {
	display: grid;
	grid-area: span 4;
	grid-template-rows: subgrid;
	grid-row-gap: 0.5rem;
	row-gap: 0.5rem;
}

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

.card__title {
	font-size: 3.2vw;
	font-weight: 700;
	line-height: 1.4444444444;
}

.card__text {
	font-family: "Noto Sans JP", serif;
	font-size: 3.2vw;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.sub-title {
	font-size: 3.7333333333vw;
	font-weight: 700;
	line-height: 1.4347826087;
	padding-left: 1rem;
	position: relative;
}

.sub-title.--sm {
	font-size: 3.2vw;
}

.sub-title::before {
	background-color: #000;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 2.2vw;
	width: 0.625rem;
}

.sub-title.--sm::before {
	top: 2vw;
}

.title {
	font-size: 1.75rem;
	font-size: 5.3333333333vw;
	font-weight: 700;
	line-height: 1.4266666667;
	position: relative;
	z-index: 2;
}

.title.--slide {
	clip-path: inset(0 100% 0 0);
	font-size: 8.9552238806vw;
	position: relative;
	white-space: nowrap;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.title.--slide::after {
	background-color: #ACACAC;
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	z-index: 2;
}

.title.--slide.is-slideIn {
	animation: 0.6s forwards ease-in-out textView;
}

.title.--slide.is-slideIn::after {
	animation: 0.6s forwards ease-in-out colorBox;
}

.business {
	margin-top: 11.25rem;
	overflow-x: clip;
}

.business__bg {
	position: relative;
}

.business__bg::before {
	background-color: #F0EFEF;
	content: "";
	height: 103%;
	position: absolute;
	right: 0;
	top: 0;
	transform: skewX(-24deg);
	width: 80.7328605201%;
}

.business__title {
	position: relative;
}

.business__cards {
	margin-top: 2.125rem;
	position: relative;
}

.business__seminarImg {
	clip-path: polygon(58% 0, 100% 0%, 68% 100%, 24% 100%);
	height: 18.75rem;
	position: absolute;
	right: -1.875rem;
	top: -15.625rem;
	width: 18.75rem;
}

.business__seminarImg img {
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
}

.cards {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	     column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 2.5rem;
	row-gap: 2.5rem;
}

.company {
	margin-top: 10rem;
	overflow-x: clip;
}

.company__wrap {
	margin-top: 2.75rem;
	padding-bottom: 12.5rem;
	position: relative;
}

.company__wrap::before {
	background-color: #F0EFEF;
	content: "";
	height: 100%;
	left: -20vw;
	position: absolute;
	top: -1rem;
	transform: skewX(-26.9deg);
	width: 123%;
}

.company__contents {
	position: relative;
}

.company__content {
	display: grid;
	grid-template-columns: 10rem 1fr;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.company__content:first-child {
	padding-top: 0;
}

.company__content:not(:first-child) {
	border-top: 1px dashed #ACACAC;
}

.company__title,
.company__text {
	font-size: 3.2vw;
	font-weight: 500;
	line-height: 1.45;
}

.company__title {
	font-weight: 700;
}

.company__member {
	display: grid;
	grid-gap: 0.625rem;
	gap: 0.625rem;
	grid-template-columns: 8.75rem 1fr;
}

.company__img {
	bottom: -16.875rem;
	clip-path: polygon(43% 0, 100% 0, 63% 100%, 0% 100%);
	height: auto;
	position: absolute;
	right: calc(50% - 68vw);
	width: 80%;
}

.company__img img {
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.contact {
	margin-top: 18.75rem;
	overflow-x: clip;
}

.contact__title {
	text-align: center;
}

.contact__text {
	font-family: "Noto Sans JP", serif;
	font-size: 3.2vw;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.contact__form {
	margin-top: 3.125rem;
}

.wpcf7-response-output{
	font-family: "Noto Sans JP", serif;
	font-size: 3.2vw;
	font-weight:700;
}

.footer {
	font-family: "Noto Sans JP", serif;
	margin-top: 6.25rem;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 60px;
}

.footer__logo img {
	display: inline-block;
	-o-object-fit: contain;
	   object-fit: contain;
}

.footer__textBox {
	margin-top: 0.625rem;
	text-align: center;
}

.footer__textBox p {
	font-size: 3.2vw;
	letter-spacing: 0.05em;
	line-height: 1.4444444444;
}

.footer__textBox p + p {
	margin-top: 0.5rem;
}

.footer__lists {
	align-items: center;
	-moz-column-gap: 4.0625rem;
	     column-gap: 4.0625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 3rem;
	row-gap: 0.5rem;
}

.footer__list a {
	font-size: 3.2vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.625;
}

.footer__copyLightWrap {
	background-color: #000;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: center;
}

.footer__copyLight {
	color: #fff;
	font-size: 3.2vw;
	letter-spacing: 0.05em;
	line-height: 1.4444444444;
}

.form__content {
	align-items: center;
	border-top: 1px dashed #ACACAC;
	display: grid;
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
	grid-row-gap: 0.5rem;
	row-gap: 0.5rem;
}

.form__content:last-child {
	border-bottom: 1px dashed #ACACAC;
}

.form__content.--start {
	align-items: start;
}

.form__titleBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
}

.form__title {
	font-family: "Noto Sans JP", serif;
	font-size: 3.2vw;
	font-weight: 500;
	line-height: 1.45;
}

.form__required {
	align-items: center;
	background-color: #BA0000;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Noto Sans JP", serif;
	font-size: 3.2vw;
	font-weight: 700;
	justify-content: center;
	line-height: 1.1428571429;
	padding: 0.125rem 1.25rem;
}

.form__input input,
.form__input textarea {
	background-color: #E8E8E8;
	border: none;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	width: 100%;
	font-family: "Noto Sans JP", serif;
	font-size:3.2vw;
}

.form__input textarea {
	field-sizing: content;
	min-height: 23.375rem;
}

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

.form__submit button {
	align-items: center;
	background-color: #000;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 3.2vw;
	font-weight: 700;
	justify-content: center;
	line-height: 1.45;
	padding: 0.5rem 3.4375rem;
}

.header {
	opacity: 0;
	overflow-x: clip;
	position: relative;
	translate: 0 -3.125rem;
}

.header__logo {
	height: auto;
	left: 1.5625rem;
	position: absolute;
	top: 0.75rem;
	width: 60px;
}

.header__logo img {
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.header__nav {
	padding-left: 14.375rem;
}

.info {
	overflow-x: clip;
	padding-bottom: 6.25rem;
	padding-top: 9.375rem;
	position: relative;
}

.info::before {
	background-color: #F0EFEF;
	content: "";
	height: 85%;
	left: 7.925rem;
	position: absolute;
	top: 8.75rem;
	transform: skewX(-23.4deg);
	width: 100%;
}

.info__wrap {
	position: relative;
}

.info__text {
	font-size: 3.2vw;
	line-height: 2;
}

.info__text + .info__text {
	margin-top: 1em;
}

.info__img {
	aspect-ratio: 1253/1071;
	bottom: -11.875rem;
	clip-path: polygon(22.5rem 0, 100% 0, 25.625rem 100%, 0 100%);
	height: 41.25rem;
	overflow: hidden;
	position: absolute;
	right: calc(50% - 82vw);
	width: 100%;
}

.info__img img {
	height: auto;
	left: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 50%;
	translate: -53% -50%;
	width: 100%;
}

.info__img svg {
	height: 100%;
	position: absolute;
	transform-origin: center;
	width: 100%;
}

.info__message {
	height: 100%;
	left: calc(50% + 10.625rem);
	position: absolute;
	rotate: -71deg;
	top: 85%;
	width: 260px;
	z-index: 2;
}

.info__messageText {
	color: #8B8B8B;
	display: inline-block;
	font-family: "Roboto", serif;
	font-size: 0.75rem;
	line-height: 1.2352941176;
	rotate: 178deg;
	text-transform: capitalize;
}

.info__messageLine {
	background-color: #8B8B8B;
	height: 1px;
	width: 100%;
}

.mv {
	overflow-x: clip;
}

.mv__contents {
	position: relative;
}

.mv__bg {
	clip-path: inset(0 0 100% 0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.mv__bg::before {
	background-color: #F0EFEF;
	content: "";
	height: 100%;
	left: 2rem;
	position: absolute;
	top: 0;
	transform: skewX(-22.2deg);
	width: 40%;
}

.mv__bg.is-slideBottom {
	animation: slideBottom 0.8s ease-in-out forwards;
	clip-path: inset(0 0 100% 0);
}

.mv__title {
	left: 2%;
	position: absolute;
	top: 58.375rem;
}

.mv__imgBg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleY(0);
	transform-origin: top;
	width: 100%;
}

.mv__imgShine {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(55%, rgba(255, 255, 255, 0.2)), to(transparent));
	background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 45%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 55%, transparent 100%);
	filter: blur(5px);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scaleY(0);
	transform-origin: top;
	width: 100%;
	will-change: transform, opacity;
}

.mv__img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	overflow: hidden;
	width: 115vw;
	will-change: transform;
}

.mv__img img {
	clip-path: inset(0 0 100% 0);
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: relative;
	width: 100%;
	will-change: clip-path, transform, filter;
}

.mv__img.--1 {
	clip-path: polygon(30.5rem 0, 71.875rem 0, 48.25rem 56.75rem, 7rem 56.75rem, 30.5rem 0, 66.9375rem 21rem, 76rem 21rem, 61.375rem 100rem, 36.0625rem 100rem, 66.9375rem 21rem);
	height: 85rem;
	height: calc(100vh - 17.5rem);
	left: -33vw;
	position: relative;
	width: 153vw;
}

.mv__img.--1 img {
	--clip: 100%;
	clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 var(--clip) 0);
}

.mv__img.--2 img {
	translate: 13%;
	--clip: 100%;
	clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 var(--clip) 0);
}

.mv__img.--1 .mv__imgBg {
	background-color: #E8E8E8;
}

.mv__img.--2 .mv__imgBg {
	background-color: #E8E8E8;
}

.mv__scrollDown {
	display: none;
}

.mv__scrollText {
	font-size: 0.75rem;
	line-height: 1.5;
	rotate: 90deg;
	text-transform: uppercase;
}

.mv__scrollDownBar {
	background-color: #C6C6C6;
	height: 6.25rem;
	overflow: hidden;
	position: relative;
	width: 0.1875rem;
}

.mv__scrollDownActive {
	animation: scrollDown 2s ease-in-out backwards infinite;
	background-color: #000;
	bottom: 100%;
	display: inline-block;
	height: 3.75rem;
	left: 0;
	position: absolute;
	width: 0.1875rem;
}

.mv__message {
	display: none;
}

.mv__messageText {
	color: #8B8B8B;
	display: inline-block;
	font-family: "Roboto", serif;
	font-size: 3.2vw;
	line-height: 1.2352941176;
	rotate: 178deg;
	text-transform: capitalize;
}

.mv__messageLine {
	background-color: #8B8B8B;
	height: 1px;
	width: 100%;
}

.nav {
	font-family: "Noto Sans JP", serif;
	padding-top: 1rem;
	padding-bottom: 0.8125rem;
}

.nav__lists {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
}

.nav__list a {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.625;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.p-test {
	color: red;
	font-size: 1.5625rem;
}

.u-desktop {
	display: none;
}

@media (prefers-reduced-motion: reduce) {

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

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

.mv__bg::before {
	left: 1rem;
	transform: skewX(-27.2deg);
}

.mv__title {
	top: 46.375rem;
}

.mv__img.--1 {
	clip-path: polygon(30.5rem 0, 68.875rem 0, 48.25rem 44.75rem, 7rem 44.75rem, 30.5rem 0, 63.9375rem 18rem, 76rem 18rem, 61.375rem 100rem, 27.0625rem 100rem, 63.9375rem 18rem);
	height: 100vh;
}

}

@media (min-width: 600px) {

.mv__title {
	top: 42.075rem;
}

.mv__img.--1 {
	clip-path: polygon(30.5rem 0, 68.875rem 0, 48.25rem 41.75rem, 7rem 41.75rem, 30.5rem 0, 63.9375rem 18rem, 76rem 18rem, 61.375rem 100rem, 25.0625rem 100rem, 63.9375rem 18rem);
}

}

@media (min-width: 661px) {

.mv__bg::before {
	transform: skewX(-32.1deg);
}

.mv__title {
	top: 36.075rem;
}

.mv__img.--1 {
	clip-path: polygon(30.5rem 0, 56.875rem 0, 34.05rem 36.75rem, 7rem 36.75rem, 30.5rem 0, 59.9375rem 0rem, 76rem 0rem, 20.375rem 100rem, 0.8625rem 100rem, 61.6375rem 0rem);
}

}

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

html {
	font-size: 0.9184845006vw;
}

a,
button {
	transition: 0.3s;
}

a:hover,
button:hover {
	cursor: pointer;
	opacity: 0.7;
}

a[href*="tel:"] {
	cursor: default;
	pointer-events: none;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.l-inner {
	max-width: 1742px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.l-inner.--sm {
	max-width: 75.625rem;
}

.card {
	row-gap: 1rem;
}

.card__title {
	font-size: 1.125rem;
}

.card__text {
	font-size: 1rem;
	margin-top: 0;
}

.sub-title {
	font-size: 1.625rem;
	padding-left: 2.4375rem;
}

.sub-title.--sm {
	font-size: 1.4375rem;
}

.sub-title::before {
	top: 1rem;
	width: 2rem;
}

.sub-title.--sm::before {
	top: 1rem;
}

.title {
	font-size: 4.6875rem;
}

.title.--slide {
	font-size: min(3.90625vw, 4.6875rem);
}

.business {
	margin-top: 11.875rem;
}

.business__bg {
	padding-bottom: 16.625rem;
}

.business__bg::before {
	height: 100%;
	max-width: 50.625rem;
	right: 13.125rem;
	top: 1.25rem;
	transform: skewX(-22.7deg);
	width: 80.7328605201%;
}

.business__cards {
	margin-left: 0;
	margin-right: 0;
	margin-top: 4.625rem;
	max-width: 78.75rem;
}

.business__seminarImg {
	bottom: -7.125rem;
	clip-path: polygon(36% 0, 100% 0%, 64% 100%, 0% 100%);
	height: 46.1875rem;
	right: 0;
	top: auto;
	top: initial;
	width: 52.3125rem;
}

.business__seminarImg img {
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}

.cards {
	-moz-column-gap: 1.875rem;
	     column-gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 1.25rem;
}

.company {
	margin-top: 17.875rem;
}

.company__wrap {
	margin-top: 0.1875rem;
	padding-top: 3.875rem;
	padding-bottom: 22.5rem;
}

.company__wrap::before {
	clip-path: polygon(23.4% 0, 100% 0%, 78% 100%, 0% 100%);
	left: -27.3125rem;
	top: 0;
	transform: skewX(0);
	transform: skewX(0);
	width: 109.9290780142%;
}

.company__contents {
	max-width: 54.4375rem;
	width: 51.4775413712%;
}

.company__content {
	grid-template-columns: 15.375rem 1fr;
}

.company__title,
.company__text {
	font-size: 1.25rem;
}

.company__title {
	font-weight: 500;
}

.company__member {
	gap: 1.25rem;
	grid-template-columns: 6.25rem 1fr;
}

.company__img {
	bottom: 0;
	clip-path: polygon(36.3% 0, 100% 0, 64% 100%, 0 100%);
	height: 54.9375rem;
	left: calc(50% + 1vw);
	right: auto;
	right: initial;
	width: 62.1875rem;
}

.contact {
	margin-top: 10rem;
}

.contact__text {
	font-size: 1rem;
	margin-top: 3.0625rem;
}

.contact__form {
	margin-top: 3.0625rem;
}

.footer {
	margin-top: 10.625rem;
}

.footer__logo {
	width: auto;
}

.footer__textBox {
	margin-top: 1.5rem;
}

.footer__textBox p {
	font-size: 1.125rem;
}

.footer__lists {
	gap: 4.0625rem;
}

.footer__list a {
	font-size: 1rem;
}

.footer__copyLight {
	font-size: 1.125rem;
}

.form__content {
	gap: 2.125rem;
	grid-template-columns: 30.6034482759% 1fr;
	padding-top: 2.25rem;
	padding-bottom: 2.5rem;
}

.form__title {
	font-size: 1.25rem;
}

.form__required {
	font-size: 0.875rem;
}

.form__input input,
.form__input textarea {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	font-size: 1.25rem;
}

.form__input.--sm input {
	width: 76.6233766234%;
}
	
.wpcf7-response-output{
	font-size: 1.25rem;
}

.form__submit button {
	font-size: 1.25rem;
}

.header__logo {
	left: 2.1875rem;
	max-width: 6.25rem;
	top: 1.375rem;
	width: 5.2083333333%;
}

.header__nav {
	padding-left: 18.75rem;
}

.info {
	padding-bottom: 28.25rem;
	padding-top: 0;
}

.info::before {
	height: 100%;
	left: calc(50% - 18.125rem);
	max-width: 36.875rem;
	top: 1.5625rem;
	transform: skewX(-23deg);
	width: 33%;
}

.info__textBox {
	max-width: 40.5rem;
}

.info__text {
	font-size: 1rem;
}

.info__img {
	bottom: 0;
	clip-path: polygon(19.375rem 2.5rem, 53.75rem 2.5rem, 33.9375rem 48.75rem, 0 48.75rem, 19.375rem 2.5rem, 50.5rem 21.125rem, 97% 20.9375rem, 60.625rem 66.25rem, 31.875rem 66.25rem, 50.5rem 21.125rem);
	height: 55.78125vw;
	left: calc(50% - min(50vw, 19.375rem));
	max-height: 66.9375rem;
	max-width: 78.3125rem;
	top: 1.25vw;
	width: 78.3125rem;
}

.info__message {
	left: calc(50% - 0rem);
	rotate: -67.3deg;
	top: 112%;
	width: 63%;
}

.info__messageText {
	font-size: 1.0625rem;
}

.mv__contents {
	min-height: 48.8541666667vw;
}

.mv__bg::before {
	clip-path: polygon(15% 0, 27.9% 0, 13% 80%, 0% 80%, 15% 0);
	left: -4.4vw;
	transform: skewX(0);
	width: 123vw;
}

.mv__title {
	bottom: 13%;
	left: 0.625rem;
	top: auto;
	top: initial;
}

.mv__img {
	height: 44.4791666667vw;
	position: absolute;
	top: 0;
	width: 63.125vw;
}

.mv__img.--1 {
	clip-path: polygon(20.7% 0%, 66% 0%, 47% 66%, 0% 66%, 20.7% 0%, 71.8% 0%, 100% 0%, 71.6% 99.2%, 42.7% 99.2%, 71.8% 0%);
	height: 44.4791666667vw;
	left: 0;
	position: static;
	width: 63.125vw;
}

.mv__img.--2 {
	clip-path: polygon(43.5% 0%, 99% 0%, 71% 100%, 14% 100%);
	left: auto;
	left: initial;
	right: -5vw;
}

.mv__scrollDown {
	align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: center;
	opacity: 0;
	position: absolute;
	right: 1.25rem;
	translate: 0 -3.125rem;
}

.mv__scrollText {
	font-size: 0.875rem;
}

.mv__scrollDownBar {
	height: 17.5rem;
}

.mv__message {
	display: block;
	height: 100%;
	position: absolute;
	rotate: -66.7deg;
	--clip: 100%;
	clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 var(--clip));
	left: calc(50% - 1.875rem);
	rotate: -67.1deg;
	top: 28.6%;
	width: 53%;
}

.mv__messageText {
	font-size: 1.0625rem;
}

.nav {
	padding-top: 2.25rem;
	padding-bottom: 2.0625rem;
}

.nav__lists {
	gap: 1.5625rem;
	justify-content: start;
}

.nav__list a {
	font-size: 1rem;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-test {
	font-size: 3.125rem;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

}

@media (min-width: 1742px) {

html {
	font-size: 100%;
}

}

@keyframes textView {

from {
	clip-path: inset(0 100% 0 0);
}

to {
	clip-path: inset(0 0 0 0);
}

}

@keyframes colorBox {

0%,50% {
	transform-origin: 0 50%;
}

60%,100% {
	transform-origin: 100% 50%;
}

60% {
	transform: scaleX(1);
}

100% {
	transform: scaleX(0);
}

}

@keyframes slideBottom {

0% {
	clip-path: inset(0 0 100% 0);
}

100% {
	clip-path: inset(0 0 0 0);
}

}

@keyframes scrollDown {

0% {
	bottom: 100%;
}

100% {
	bottom: -3.75rem;
}

}

