body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-pc {
	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-behavior: smooth;
}

/* Set core body defaults */

body {
	background-color: #fff;
	color: #111;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

body.is-active {
	overflow: hidden;
}

/* 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 {
	-o-object-fit: cover;
	-o-object-position: center;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	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);
}

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

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

/* ホバー */

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

a:hover {
	opacity: 0.7;
}

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

.p-about {
	overflow: hidden;
	padding-bottom: 5rem;
	padding-top: 3.75rem;
	position: relative;
	z-index: 0;
}

.p-about::before {
	animation: rotation 16s linear infinite;
	background-image: url(../images/about.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 23rem;
	position: absolute;
	right: -4.125rem;
	top: 3.125rem;
	width: 23rem;
	z-index: -1;
}

.p-about__title-ne {
	color: #FF0C10;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 100%;
}

.p-about__title-jp {
	color: #FF0C10;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 100%;
	margin-top: 0.625rem;
}

.p-about__text {
	color: #3d3d3d;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 190%;
	margin-top: 1.25rem;
}

.p-contact {
	margin-top: 2.5rem;
}

.p-contact__content {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.p-contact__title {
	border: 1px solid #3d3d3d;
	border-radius: 60px;
	color: #3d3d3d;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 100%;
	margin: 0 auto;
	max-width: 9.4375rem;
	padding: 1.25rem 1.875rem;
}

.p-contact__link {
	background-color: #FF0C10;
	border: 1px solid #FF0C10;
	border-radius: 90px;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 100%;
	margin-top: 1.25rem;
	padding: 2.125rem 3.1875rem;
}

.p-contact__link:hover {
	background-color: transparent;
	color: #FF0C10;
}

.p-footer {
	background-color: #3d3d3d;
	margin-top: 5rem;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
	position: relative;
	z-index: 0;
}

.p-footer__inner {
	max-width: 1360px !important;
}

.p-footer__bg {
	animation: rotation 16s linear infinite;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 12.5rem;
	left: -13px;
	position: absolute;
	top: -9.375rem;
	width: 12.5rem;
	z-index: -1;
}

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

.p-footer__sun {
	animation: rotation 6s linear infinite;
	margin: 0 auto;
	max-width: 5.3125rem;
	width: 100%;
}

.p-footer__title {
	color: #fff;
	display: inline-block;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 100%;
	margin-top: 1.875rem;
	text-align: left;
}

.p-footer__bottom {
	margin: 6.25rem auto 0;
	max-width: 7.1875rem;
	width: 100%;
}

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

.p-fv__image {
	margin-top: 7.5rem;
	position: relative;
	width: 100%;
}

.p-fv__image::before {
	animation: rotation 8s linear infinite;
	background-image: url(../images/gear.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 7.125rem;
	position: absolute;
	right: -1.25rem;
	top: -3.3125rem;
	width: 7.125rem;
	z-index: 1;
}

.p-fv__image img {
	min-width: 1440px;
	transform: translateX(-375px);
}

.p-fv__title-en {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	left: 18px;
	position: absolute;
	top: -0.25rem;
	z-index: 1;
}

.p-fv__title-en span {
	background-color: #FF0C10;
	color: #fff;
	display: inline-block;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 80%;
}

.p-fv__title-jpBox {
	align-items: flex-start;
	bottom: 0;
	display: flex;
	flex-direction: row-reverse;
	gap: 0.625rem;
	position: absolute;
	right: 16px;
}

.p-fv__title-jp {
	background-color: #FF0C10;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 100%;
	padding: 0 0.5rem;
	writing-mode: vertical-rl;
}

.p-fv__title-jp1 {
	background-color: #FF0C10;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 100%;
	padding: 0 0.5rem;
	writing-mode: vertical-rl;
}

.p-produced {
	background-color: #FF0C10;
	border-radius: 120px;
	margin-top: 3.75rem;
	padding: 5rem 0.625rem;
}

.p-produced__content {
	padding-bottom: 2.5rem;
	position: relative;
}

.p-produced__content:first-of-type:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	max-width: 70rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.p-produced__content + .p-produced__content {
	padding-bottom: 0;
	padding-top: 2.5rem;
}

.p-produced__title {
	color: #fff;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 2.875rem;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
}

.p-produced__title-jp {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 100%;
	margin-top: 0.625rem;
	text-align: center;
}

.p-produced__image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 20.9375rem;
	width: 100%;
}

.p-produced__text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 190%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 20.9375rem;
	width: 100%;
}

.p-section-image1 {
	position: relative;
	z-index: 1;
}

.p-section-image2 {
	margin-top: -5.625rem;
}

.p-section-image3 {
	display: block;
	margin: 3.75rem auto 0;
	max-width: 20.9375rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-target-item__titleBox {
	display: flex;
	gap: 0.75rem;
}

.p-target-item + .p-target-item {
	margin-top: 5rem;
}

.p-target-item__num {
	color: #5300d9;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 3.875rem;
	font-weight: 200;
	line-height: 100%;
}

.p-target-item__title-en {
	color: #5300d9;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 100%;
}

.p-target-item__title-jp {
	color: #5300d9;
	font-size: 1rem;
	font-weight: 700;
	line-height: calc(29 / 16);
}

.p-target-item__text {
	color: #3d3d3d;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 190%;
	margin-top: 1.5rem;
}

.p-target-item__text + .p-target-item__text {
	margin-top: 0;
}

.p-target-item__slides {
	margin-top: 1.4375rem;
}

.p-target-item__slides-text {
	color: #5300d9;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: calc(29 / 12);
}

.p-target-item__wrap {
	align-items: center;
	display: flex;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.p-target-item__lists {
	align-items: center;
	animation: infinity-scroll-left 10s infinite linear 0.5s both;
	display: flex;
}

.p-target-item__list {
	min-width: 9.375rem;
	width: 100%;
}

.p-target {
	background-color: #F2FF7C;
	padding-bottom: 13.75rem;
	padding-top: 5rem;
}

.p-target__titleBox {
	border: 1px solid #3d3d3d;
	border-radius: 60px;
	margin: 0 auto;
	max-width: 12.75rem;
	padding: 1.25rem 0 1.875rem;
	width: 100%;
}

.p-target__title-en {
	color: #3d3d3d;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 3rem;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
}

.p-target__title-jp {
	color: #3d3d3d;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 100%;
	margin-top: 0.3125rem;
	text-align: center;
}

.p-target__items {
	margin-top: 3.875rem;
}

.p-target__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 18.75rem;
	width: 100%;
}

.p-target__link {
	align-items: center;
	background-color: #5300D9;
	border: 1px solid #5300D9;
	border-radius: 90px;
	color: #fff;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	line-height: 100%;
	padding: 1.9375rem;
	padding-right: 3.125rem;
	position: relative;
}

.p-target__link::before {
	background-image: url(../images/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.p-target__link:hover {
	background-color: #F2FF7C;
	color: #5300D9;
	opacity: 1;
}

.p-target__link:hover.p-target__link::before {
	background-image: url(../images/arrow-hover.svg);
}

.p-target__button2 {
	color: #5300D9;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 100%;
	margin-top: 2rem;
	text-align: center;
}

.p-target__button2warp {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.p-target__link2 {
	max-width: 8.5rem;
	width: 100%;
}

.p-target__link2:nth-of-type(2) {
	max-width: 10.5rem;
}

.p-target__link2 img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-timee {
	background-color: #F2FF7C;
	margin-top: -4.375rem;
	overflow: hidden;
	padding-top: 11.25rem;
	position: relative;
	z-index: 0;
}

.p-timee::before {
	animation: rotation 16s linear infinite;
	background-image: url(../images/timee-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 23rem;
	left: -1.875rem;
	position: absolute;
	top: 19.375rem;
	width: 23rem;
	z-index: -1;
}

.p-timee__title-en {
	color: #5300D9;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 100%;
	max-width: 32rem;
	width: 100%;
	word-break: keep-all;
}

.p-timee__space1 {
	padding-left: 0.9375rem;
}

.p-timee__space2 {
	padding-left: 0.9375rem;
}

.p-timee__title-jp {
	color: #5300D9;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 100%;
	margin-top: 1.5rem;
}

.p-timee__text {
	color: #3D3D3D;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 190%;
	margin-top: 1.875rem;
}

.p-timee__aboutBox {
	display: flex;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.p-timee__about {
	color: #000;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 150%;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.p-timee__aboutText {
	color: #000;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 170%;
}

.p-timee__image {
	margin: 0 auto;
	margin-top: 1.875rem;
	max-width: 50rem;
	width: 100%;
}

.u-pc {
	display: none;
}

.u-svg-def {
	display: none;
}

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

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

html {
	font-size: 1.3793103448vw;
}

.l-inner {
	max-width: 1240px;
	padding-left: 40px;
	padding-right: 40px;
}

.p-about {
	padding-bottom: 12.5rem;
	padding-top: 12.5rem;
}

.p-about::before {
	height: 26.25rem;
	right: 40%;
	top: 5.9375rem;
	width: 26.25rem;
}

.p-about__content {
	align-items: flex-end;
	display: flex;
	gap: 3.5rem;
}

.p-about__title-ne {
	font-size: 7.5rem;
	line-height: 90%;
}

.p-about__title-jp {
	font-size: 1.875rem;
	margin-top: 0;
}

.p-about__text {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.p-contact {
	margin-top: 5rem;
}

.p-contact__content {
	align-items: center;
	display: flex;
	gap: 8.75rem;
	justify-content: center;
}

.p-contact__title {
	font-size: 3.75rem;
	margin: 0;
	max-width: 21.625rem;
	padding: 2.5rem 3.75rem;
	position: relative;
}

.p-contact__title::before {
	background-image: url(../images/contact-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.75rem;
	position: absolute;
	right: -6.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.75rem;
}

.p-contact__link {
	margin-top: 0;
}

.p-footer {
	margin-top: 6.25rem;
}

.p-footer__bg {
	height: 25rem;
	left: auto;
	left: initial;
	right: 3.5rem;
	top: -18.75rem;
	width: 25rem;
}

.p-footer-contents {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.p-footer__top {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.p-footer__title {
	margin-top: 0;
}

.p-footer__bottom {
	margin: 0;
}

.p-fv__image {
	margin-top: 3.75rem;
}

.p-fv__image::before {
	bottom: 0;
	height: 21.625rem;
	right: 3.3125rem;
	top: auto;
	top: initial;
	width: 21.625rem;
}

.p-fv__image img {
	aspect-ratio: 1440/780;
	min-width: 0;
	min-width: initial;
	transform: translateX(0);
}

.p-fv__title-en {
	left: 0;
}

.p-fv__title-en span {
	font-size: 7.5rem;
}

.p-fv__title-jpBox {
	flex-direction: column;
	left: 26.5rem;
	top: 5rem;
}

.p-fv__title-jp {
	font-size: 2.875rem;
	writing-mode: horizontal-tb;
}

.p-fv__title-jp1 {
	font-size: 2.875rem;
	writing-mode: horizontal-tb;
}

.p-produced {
	border-radius: 240px;
	margin-top: 7.5rem;
}

.p-produced__content {
	padding-bottom: 3.75rem;
}

.p-produced__content + .p-produced__content {
	padding-top: 3.75rem;
}

.p-produced__title {
	font-size: 5rem;
}

.p-produced__title-jp {
	font-size: 1.25rem;
	margin-top: 0.9375rem;
}

.p-produced__image {
	margin-top: 2.5rem;
}

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

.p-section-image2 {
	margin-top: -7.5rem;
}

.p-section-image3 {
	margin-top: 6.25rem;
}

.p-target-item + .p-target-item {
	margin-top: 0;
}

.p-target-item__num {
	font-size: 5rem;
}

.p-target-item__title-en {
	font-size: 3rem;
}

.p-target-item__text {
	font-size: 0.875rem;
	margin-top: 1.875rem;
}

.p-target-item__slides {
	margin-top: 2.5rem;
}

.p-target-item__wrap {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.p-target-item__lists {
	animation: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.p-target-item__list {
	max-width: 16.25rem;
}

.p-target {
	padding-top: 12.5rem;
}

.p-target__titleBox {
	border-radius: 170px;
	max-width: 23.75rem;
	padding: 2.5rem 0 3.125rem;
}

.p-target__title-en {
	font-size: 5rem;
}

.p-target__title-jp {
	font-size: 1.5rem;
}

.p-target__items {
	display: flex;
	gap: 5rem;
	justify-content: center;
	margin-top: 5rem;
}

.p-timee {
	margin-top: -11.875rem;
	padding-top: 24.625rem;
}

.p-timee::before {
	left: 6%;
	top: 31.25rem;
}

.p-timee__content {
	max-width: 72.5rem;
	position: relative;
	width: 100%;
}

.p-timee__title-en {
	font-size: 7.5rem;
	line-height: 90%;
	max-width: 48rem;
}

.p-timee__space1 {
	padding-left: 0;
}

.p-timee__space2 {
	padding-left: 1.875rem;
}

.p-timee__body {
	max-width: 38.125rem;
	position: absolute;
	right: 0;
	top: 6.5625rem;
	width: 100%;
}

.p-timee__title-jp {
	font-size: 1.875rem;
}

.p-timee__text {
	font-size: 1.125rem;
	margin-top: 1.875rem;
}

.p-timee__aboutBox {
	gap: 0.625rem;
	margin-top: 1.875rem;
	max-width: 40rem;
	width: 100%;
}

.p-timee__about {
	font-size: 1rem;
}

.p-timee__aboutText {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
}

.p-timee__image {
	margin-top: 3.75rem;
}

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

}

@media (min-width: 1160px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes rotation {

0% {
	transform: rotate(0deg);
}

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

}

@keyframes infinity-scroll-left {

from {
	transform: translateX(0);
}

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

}


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