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

.hidden {
	overflow: hidden;
}

.sp {
	display: none;
}

.tb {
	display: none;
}

.pc {
	display: block;
}

.common-inner {
	max-width: 100rem;
	width: 100%;
	margin: 0 auto;
}

img {
	width: 100%;
	height: auto;
}

.bg-black1 {
	background-color: #000;
}

.bg-black2 {
	background-color: #17191a;
}

.bg-black3 {
	background-color: #2c2e3b;
}

.c-btn-wrap {
	display: flex;
	justify-content: center;
}

.c-btn-wrap--fv {
	margin-top: 4.5rem;
}

.c-btn-wrap--about {
	margin-top: 3.4rem;
}

.c-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.094em;
	color: #fff;
	min-width: 27.3rem;
	min-height: 6.4rem;
	padding: 1rem;
	background: linear-gradient(120deg, #0ec0f5, #8434fc);
	border-radius: 5rem;
}

.c-btn::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.c-btn.c-btn--dl::before {
	background-image: url(../img/ico_dl.png);
	width: 2.9rem;
	height: 2.9rem;
	margin-right: 0.6rem;
}

.c-btn--bg-none {
	border: 0.1rem solid #fff;
	background: none;
}

.c-btn-wrap--reservation {
	width: 27.3rem;
	height: 6.4rem;
	border-radius: 5rem;
	position: relative;
	margin-left: 3rem;
	z-index: 1;
}

.c-btn-wrap--reservation::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	padding: 0.1rem;
	border-radius: 5rem;
	background: linear-gradient(to bottom right, #a771ff 25%, #6ad1ff 50%, #5b5bf2 70%, #ff3bf4 100%);
	z-index: -1;
}

.c-btn--reservation {
	width: 100%;
	height: 100%;
	color: #00a2d1;
	background: none;
	background-color: #e0e0e0;
	z-index: 2;
}

.c-btn--reservation::before {
	background-image: url(../img/ico_reservation.png);
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 1rem;
}

.ttl-wrap {
	text-align: center;
}

.ttl {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	letter-spacing: 0.094em;
}

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

.fv {
	padding: 21rem 0 18rem;
	position: relative;
	z-index: 1;
}

.fv__bg01 {
	position: absolute;
	top: -75rem;
	left: -85rem;
	width: 173rem;
	z-index: -1;
	pointer-events: none;
}

.fv__bg02 {
	position: absolute;
	top: -85rem;
	right: -118rem;
	width: 190rem;
	z-index: -1;
	pointer-events: none;
}

.fv__copy {
	width: 76rem;
	margin: 0 auto;
}

.fv__txt {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.09em;
	text-align: center;
	margin-top: 0.5rem;
}

.fv__logo {
	display: inline-block;
	margin: 0 0.6rem;
	transform: translateY(-0.6rem);
}

.fv__logo img {
	width: 23.3rem;
}

/* worries
/* --------------------------------------------------------- */

.worries {
	padding-top: 12rem;
	margin-top: -0.2rem;
	position: relative;
	z-index: 1;
}

.worries__bg01 {
	position: absolute;
	top: -55rem;
	left: -86rem;
	width: 190rem;
	z-index: -4;
	pointer-events: none;
}

.worries__bg02 {
	position: absolute;
	top: -58rem;
	right: -70rem;
	width: 154.8rem;
	z-index: -1;
	pointer-events: none;
}

.worries__bg03 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 120%;
	height: 38.7rem;
	z-index: -2;
	background-color: #17191a;
	filter: blur(50px);
	pointer-events: none;
}

.worries__bg04 {
	position: absolute;
	top: 17rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background-color: #17191a;
	z-index: -3;
	pointer-events: none;
}

.worries__bg05 {
	display: none;
}

.worries__items {
	display: flex;
	justify-content: space-between;
	padding: 5rem 0 9rem;
}

.worries__item {
	width: 30.2rem;
	text-align: center;
	padding: 2.4rem 1rem 3.5rem;
	border-radius: 2rem;
	border: 0.1rem solid #363636;
	background-color: #242424;
}

.worries__num {
	font-size: 1.8rem;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	letter-spacing: 0.094em;
	text-decoration: underline;
}

.worries__ico {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7.8rem;
	height: 7.8rem;
	border-radius: 50%;
	background-color: #404040;
	margin: 1.4rem auto 0;
}

.worries__ico--01 img {
	width: 3.7rem;
}

.worries__ico--02 img {
	width: 3.1rem;
}

.worries__ico--03 img {
	width: 3.2rem;
}

.worries__issue {
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.094em;
	margin-top: 2rem;
}

.worries__issue-txt {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.08em;
	margin-top: 1.3rem;
}

/* solution
/* --------------------------------------------------------- */

.solution-wrap {
	background-color: #2c2e3b;
	position: relative;
	z-index: 5;
}

.solution-wrap__bg {
	position: absolute;
	bottom: -29rem;
	left: -127rem;
	width: 197.4rem;
	z-index: -1;
	pointer-events: none;
}

.solution {
	padding-top: 9rem;
}

.solution .ttl img {
	width: 40rem;
	margin: 0 0.8rem;
}

.solution__wrap {
	padding: 6.5rem 5.5rem;
	margin-top: 5rem;
	border-radius: 2.5rem;
	background-color: #000;
}

.solution__head {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.08em;
	text-align: center;
}

.solution__box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5rem;
}

.solution__flow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 4rem;
}

.solution__flow-ico {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 11.9rem;
	height: 11.9rem;
	background-color: #2c2e3b;
	border-radius: 50%;
	margin-right: 2.8rem;
}

.solution__flow-ico img {
	width: 3.7rem;
}

.solution__flow-ico-txt {
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 1rem;
}

.solution__arrows {
	width: 11rem;
	margin-bottom: 3rem;
}

.solution__arrow {
	text-align: center;
	position: relative;
}

.solution__arrow:nth-of-type(n + 2) {
	margin-top: 2.5rem;
}

.solution__arrow-txt {
	font-size: 1.4rem;
	line-height: 1.4;
}

.solution__arrow-txt._blue {
	color: #10c0f5;
}

.solution__detail {
	width: 49.8rem;
	position: relative;
	z-index: 1;
}

.solution__detail::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	padding: 0.1rem;
	border-radius: 2rem;
	background: linear-gradient(to bottom right, #a771ff 25%, #6ad1ff 50%, #5b5bf2 70%, #ff3bf4 100%);
	z-index: -1;
}

.solution__detail-ct {
	background-color: #17191a;
	padding: 1.7rem 1.5rem 3rem;
	border-radius: 2rem;
}

.solution__detail-top {
	display: flex;
	align-items: center;
	justify-content: center;
}

.solution__detail-ai {
	margin-right: 2.2rem;
}

.solution__detail-ico {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 9.6rem;
	height: 9.6rem;
	border-radius: 50%;
	background-color: #2c2e3b;
	margin: 0 auto;
}

.solution__detail-ico img {
	width: 3.3rem;
}

.solution__detail-ico-txt {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.04em;
	text-align: center;
	margin-top: 0.5rem;
	color: #0dc0f5;
}

.solution__detail-ai-pic {
	flex-shrink: 0;
	width: 21.1rem;
	margin-top: 1rem;
}

.solution__tool {
	width: 17.7rem;
	text-align: center;
}

.solution__tool-head {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.solution__tool-box-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 0.7rem;
}

.solution__tool-box {
	border-radius: 0.7rem;
	padding: 0.7rem 0 1.1rem;
	border: 0.1rem solid #414141;
}

.solution__tool-box--1 {
	margin-top: 1rem;
}

.solution__tool-box--2 {
	width: 8.5rem;
}

.solution__tool-box--3 {
	width: 8.5rem;
}

.solution__tool-ttl {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 2.5;
	margin-bottom: 0.2rem;
}

.solution__tool-items {
	display: flex;
	align-items: center;
	justify-content: center;
}

.solution__tool-items ._tool01 {
	width: 2.4rem;
}

.solution__tool-items ._tool02 {
	width: 2.4rem;
	margin: 0 2rem;
}

.solution__tool-items ._tool03 {
	width: 2.4rem;
}

.solution__tool-items ._tool04 {
	width: 2.4rem;
}

.solution__tool-items ._tool05 {
	width: 2.1rem;
	margin-right: 0.5rem;
}

.solution__tool-items ._tool06 {
	width: 2.9rem;
}

.solution__tool-etc {
	font-size: 1rem;
	letter-spacing: 0.01em;
	text-align: right;
	color: #0ec0f5;
	margin-top: 0.3rem;
}

.solution__detail-bot {
	margin-top: 1rem;
}

.solution__detail-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 2rem;
	background-color: #2c2e3b;
	padding: 1.5rem 2rem;
}

.solution__detail-item {
	display: flex;
	align-items: center;
	width: 19rem;
}

.solution__detail-item:nth-of-type(n + 3) {
	margin-top: 1.5rem;
}

.solution__detail-item img {
	width: 5rem;
	margin-right: 0.7rem;
}

.solution__detail-item-txt {
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.solution__features {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 1.2rem;
	margin-top: 4.5rem;
}

.solution__features-box-bg {
	flex-shrink: 0;
	width: 46.1rem;
	height: 31.4rem;
	padding: 0.5rem;
	border-radius: 1.4rem;
	background: linear-gradient(to bottom right, #873eff, #10c0f5 50%, #5b5bf2 100%);
}

.solution__features-box-bg--sml {
	width: 40.2rem;
	height: 15.4rem;
}

.solution__features-box-bg--sml._mt {
	margin-top: 0.5rem;
}

.solution__features-box {
	display: flex;
	align-items: center;
	height: 100%;
	border-radius: 1.4rem;
	background-color: #000;
	box-shadow: 0 0 2rem rgb(86, 116, 251);
	padding: 0 0 0 2.5rem;
}

.solution__features-ico {
	margin-right: 2rem;
}

.solution__features-ico._ico01 {
	width: 6.1rem;
}

.solution__features-ico._ico02 {
	width: 3.4rem;
}

.solution__features-ico._ico03 {
	width: 3.9rem;
}

.solution__features-info-ttl {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.solution__features-info-txt {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.048em;
	margin-top: 1.5rem;
}

/* about
/* --------------------------------------------------------- */

.about {
	background-color: #000;
	border-radius: 2.5rem;
	padding: 5.5rem 0 5rem;
	margin: 7rem auto 0;
}

.about .ttl img {
	width: 30rem;
	margin: 0 1.5rem;
}

.about__bg {
	display: none;
}

.about__txt {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: 0.08em;
	text-align: center;
	margin-top: 2.5rem;
}

.about__pic {
	width: 47.7rem;
	height: 29.4rem;
	overflow: hidden;
	border-radius: 2rem;
	margin: 1rem auto 0;
}

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

/* work
/* --------------------------------------------------------- */

.work {
	margin-top: 12rem;
	padding-bottom: 12rem;
}

.work__items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5rem;
}

.work__item-bg {
	width: 30.4rem;
	position: relative;
	z-index: 1;
}

.work__item-bg::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	padding: 0.1rem;
	border-radius: 2rem;
	background: linear-gradient(to bottom right, #a771ff 25%, #6ad1ff 50%, #5b5bf2 70%, #ff3bf4 100%);
	z-index: -1;
}

.work__item {
	background-color: #17191a;
	padding: 2.3rem 2.6rem 2.9rem;
	border-radius: 2rem;
	position: relative;
	z-index: 2;
}

.work__item img {
	position: absolute;
	top: 1.3rem;
	right: 1.3rem;
}

.work__item img._ico01 {
	width: 2.6rem;
}

.work__item img._ico02 {
	width: 2.6rem;
}

.work__item img._ico03 {
	width: 2.6rem;
}

.work__item-ttl {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.work__item-txt {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.08em;
	margin-top: 1.2rem;
}

/* flow
/* --------------------------------------------------------- */

.flow {
	padding-top: 8.5rem;
	position: relative;
	z-index: 1;
}

.flow__bg {
	position: absolute;
	top: -37rem;
	right: -114rem;
	width: 197.4rem;
	pointer-events: none;
	z-index: -1;
}

.flow__items {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
	position: relative;
	z-index: 1;
}

.flow__items::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 95%;
	height: 0.2rem;
	background-color: #434343;
	z-index: -1;
}

.flow__item {
	width: 22.5rem;
	height: 22.5rem;
	text-align: center;
	background-color: #242424;
	border: 0.1rem solid #434343;
	border-radius: 50%;
	overflow: hidden;
	padding-top: 2.8rem;
}

.flow__num {
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.094em;
}

.flow__num ._lg {
	display: inline-block;
	font-size: 3.2rem;
	margin-top: 0.2rem;
}

.flow__ttl {
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-top: 1.2rem;
}

.flow__txt {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1rem;
}

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

.contact {
	border: 0.1rem solid #363636;
	background-color: #2b2d3a;
	border-radius: 2.5rem;
	padding: 6rem 5rem 7rem;
	margin-top: 8rem;
	position: relative;
	z-index: 1;
}

.contact__txt {
	font-size: 1.7rem;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.08em;
	margin-top: 2rem;
}

.form {
	background-color: #fff;
	border-radius: 2.5rem;
	padding: 3rem 8rem;
	margin-top: 4.5rem;
}

/* ftg
/* --------------------------------------------------------- */

.ftg {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 4rem 0;
	z-index: 99;
}

.ftg__flex {
	display: flex;
	justify-content: center;
}

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

.footer {
	padding: 6rem 0 6.5rem;
	margin-bottom: 15rem;
}

.footer__copy {
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0.08em;
}

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

.hover {
	transition: all 0.3s;
}

.hover:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

}

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

html,
body {
	font-size: 0.8006405124vw;
}

}

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

.pc {
	display: none;
}

.tb {
	display: block;
}

}

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

html,
body {
	font-size: 2.6666666667vw;
}

.tb {
	display: none;
}

.sp {
	display: block;
}

.common-inner {
	max-width: 100%;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
}

.c-btn-wrap--fv {
	margin-top: 3rem;
}

.c-btn {
	font-size: 1.4rem;
	min-width: 21.9rem;
	min-height: 5rem;
}

.c-btn.c-btn--dl::before {
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 0.5rem;
}

.c-btn-wrap--reservation {
	width: 21.9rem;
	height: 5rem;
	margin-top: 1.2rem;
	margin-left: 0;
}

.c-btn--reservation::before {
	width: 1.7rem;
	height: 1.7rem;
	margin-right: 0.8rem;
}

.ttl {
	font-size: 2.7rem;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

.fv {
	padding: 6rem 0 3rem;
}

.fv__bg01 {
	top: -16rem;
	left: -17rem;
	width: 38.7rem;
}

.fv__bg02 {
	top: -20rem;
	right: -27rem;
	width: 46.9rem;
}

.fv__copy {
	width: 100%;
}

.fv__txt {
	font-size: 1.6rem;
	margin-top: 0rem;
}

.fv__txt ._sp-none {
	display: none;
}

.fv__logo {
	margin: 0.3rem 0 0 0;
	transform: translateY(0);
}

.fv__logo img {
	width: 18.9rem;
}

.worries {
	padding-top: 5rem;
}

.worries__bg01 {
	top: -18rem;
	left: -30rem;
	width: 56rem;
}

.worries__bg02 {
	top: -19rem;
	left: 13rem;
	width: 65rem;
	z-index: -4;
}

.worries__bg03 {
	top: 0rem;
	width: 120%;
	height: 38rem;
	filter: blur(30px);
}

.worries__bg04 {
	display: none;
}

.worries__bg05 {
	position: absolute;
	bottom: -56rem;
	right: -36rem;
	display: inline-block;
	width: 87.2rem;
	pointer-events: none;
	z-index: -1;
}

.worries__items {
	flex-direction: column;
	justify-content: flex-start;
	padding: 3rem 0 5.5rem;
}

.worries__item {
	width: 100%;
	padding: 1.3rem 1rem;
	border-radius: 1.4rem;
}

.worries__item:nth-of-type(n + 2) {
	margin-top: 2rem;
}

.worries__num {
	font-size: 1.6rem;
}

.worries__ico {
	width: 5.8rem;
	height: 5.8rem;
}

.worries__ico--01 img {
	width: 2.8rem;
}

.worries__ico--02 img {
	width: 2.4rem;
}

.worries__ico--03 img {
	width: 2.3rem;
}

.worries__issue {
	font-size: 2.3rem;
	margin-top: 1.5rem;
}

.worries__issue-txt {
	font-size: 1.4rem;
	margin-top: 1.3rem;
}

.solution-wrap__bg {
	display: none;
}

.solution {
	padding-top: 5.5rem;
}

.solution .ttl img {
	width: 23.6rem;
	margin: 0 0.5rem;
}

.solution__wrap {
	padding: 2.5rem 1.5rem 1.5rem;
	margin-top: 3rem;
	border-radius: 1.5rem;
}

.solution__head {
	font-size: 1.5rem;
	line-height: 1.6;
}

.solution__box {
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 2rem;
}

.solution__flow {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: 0;
}

.solution__flow-ico {
	width: 8rem;
	height: 8rem;
	margin: 0 auto;
}

.solution__flow-ico img {
	width: 2.7rem;
}

.solution__flow-ico-txt {
	font-size: 1.4rem;
}

.solution__arrows {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	width: 100%;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

.solution__arrow {
	display: flex;
	align-items: center;
}

.solution__arrow:nth-of-type(n + 2) {
	margin-top: 0;
}

.solution__arrow img {
	width: 2rem;
}

.solution__arrow--02 {
	margin-left: 2.2rem;
	margin-right: 0.6rem;
}

.solution__detail {
	width: 100%;
	margin-top: 1.5rem;
}

.solution__detail::before {
	border-radius: 1.4rem;
}

.solution__detail-ct {
	padding: 2.5rem 1.5rem;
	border-radius: 1.4rem;
}

.solution__detail-top {
	flex-direction: column;
	justify-content: flex-start;
}

.solution__detail-ai {
	margin-right: 0;
}

.solution__tool {
	margin-top: 2rem;
}

.solution__detail-bot {
	margin-top: 2.2rem;
}

.solution__detail-items {
	border-radius: 1.4rem;
	padding: 1.5rem 3rem;
}

.solution__detail-item {
	width: 100%;
}

.solution__detail-item:nth-of-type(n + 2) {
	margin-top: 0.8rem;
}

.solution__detail-item img {
	margin-right: 1.2rem;
}

.solution__detail-item-txt {
	font-size: 1.4rem;
}

.solution__features {
	flex-direction: column;
	justify-content: flex-start;
	column-gap: 0;
	row-gap: 1.2rem;
	margin-top: 3.5rem;
}

.solution__features-box-bg {
	width: 100%;
	height: auto;
	padding: 0.4rem;
}

.solution__features-box-bg--sml {
	width: 100%;
	height: auto;
}

.solution__features-box-bg--sml._mt {
	margin-top: 1.2rem;
}

.solution__features-box {
	padding: 2.6rem 1.8rem;
}

.solution__features-ico {
	flex-shrink: 0;
	margin-right: 1rem;
}

.solution__features-ico._ico01 {
	width: 5.5rem;
}

.solution__features-ico._ico02 {
	width: 3.6rem;
	margin-right: 1.4rem;
	margin-left: 1.3rem;
}

.solution__features-ico._ico03 {
	margin-right: 1.4rem;
	margin-left: 1.1rem;
}

.solution__features-info-ttl {
	font-size: 2.2rem;
}

.solution__features-info-txt {
	font-size: 1.4rem;
	margin-top: 0.9rem;
}

.about {
	background-color: #18191a;
	border-radius: 0;
	padding: 5rem 0 3rem;
	margin: 6rem auto 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.about::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 25.6rem;
	background-color: #010008;
	filter: blur(15px);
	z-index: -1;
}

.about .ttl img {
	width: 19.2rem;
	margin: 0 0.8rem 0 0.6rem;
}

.about__bg {
	position: absolute;
	top: -20rem;
	left: -25rem;
	display: inline-block;
	width: 54rem;
	pointer-events: none;
	opacity: 0.5;
	z-index: -1;
}

.about__txt {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 2rem;
}

.about__pic {
	width: 35rem;
	height: 21.5rem;
	border-radius: 2rem;
	margin: 3rem auto 0;
}

.work {
	margin-top: 5rem;
	padding-bottom: 6rem;
}

.work__items {
	flex-direction: column;
	justify-content: flex-start;
	row-gap: 1.5rem;
	margin-top: 3rem;
}

.work__item-bg {
	width: 100%;
}

.work__item-bg::before {
	border-radius: 1.4rem;
	padding: 0.15rem;
}

.work__item {
	padding: 2.5rem;
	border-radius: 1.4rem;
}

.work__item img {
	top: 1.1rem;
	right: 1.5rem;
}

.work__item-ttl {
	font-size: 1.7rem;
}

.work__item-txt {
	font-size: 1.4rem;
	margin-top: 1rem;
}

.flow {
	padding-top: 5rem;
}

.flow__bg {
	top: -42rem;
	right: -38rem;
	width: 78rem;
	opacity: 0.8;
}

.flow__items {
	flex-wrap: wrap;
	margin-top: 3rem;
}

.flow__items::before {
	width: 60%;
	top: 8rem;
	left: 50%;
	transform: translate(-50%);
	height: 0.1rem;
}

.flow__items::after {
	content: "";
	position: absolute;
	top: 21rem;
	left: 0rem;
	transform: rotate(-45deg);
	width: 80%;
	height: 0.1rem;
	background-color: #434343;
	z-index: -1;
}

.flow__item {
	width: 16.2rem;
	height: 16.2rem;
	padding-top: 1.1rem;
}

.flow__item:nth-of-type(n + 3) {
	margin-top: 3rem;
}

.flow__num {
	font-size: 1.1rem;
}

.flow__num ._lg {
	font-size: 2.2rem;
}

.flow__ttl {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.flow__txt {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.contact {
	width: 33.5rem;
	border-radius: 1.4rem;
	padding: 4rem 1.5rem;
	margin: 5rem auto 0;
}

.contact__txt {
	font-size: 1.5rem;
	line-height: 1.6;
}

.form {
	border-radius: 1.4rem;
	padding: 2rem 1.5rem;
	font-size: 1.6rem;
}

.ftg {
	padding: 2rem 0;
}

.ftg__flex {
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.footer {
	padding: 3rem 0;
	margin-bottom: 16rem;
}

}

