html {
	font-size: 16px;
}

body {
	background: #fff;
	color: #231815;
	font-family: "Helvetica LT Pro", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 1.125rem;
	line-height: 1.44;
}

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

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

dt {
	font-weight: normal;
}

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

*,
*::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 {
	padding-block: 1.6875rem 1rem;
	position: sticky;
	top: 100%;
}

.footer__inner {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 72.25rem;
	padding-inline: 2.5rem;
}

.footer__logo {
	max-width: 24.375rem;
}

.footer__nav {
	flex: 1;
	width: 100%;
}

.footer__navList {
	align-items: center;
	display: flex;
	gap: 3.5rem;
	justify-content: flex-end;
}

.footer__navLink {
	line-height: 1;
	text-transform: uppercase;
}

.footer__contact {
	flex: 1;
	max-width: 11.25rem;
}

.footer__navLink.--contact {
	min-height: 3.5rem;
	width: min(100%, 11.25rem);
}

.footer__copyright {
	font-size: 0.75rem;
	padding-top: 5.3125rem;
	text-align: center;
}

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

.header {
	background: #fff;
	height: 7.5rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header__inner {
	align-items: center;
	display: flex;
	gap: min(3.125rem, 4.17vw);
	height: 100%;
	justify-content: space-between;
	padding-inline: 2.5rem;
	position: relative;
}

.header__logo {
	width: 390px;
}

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

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

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

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

.l-main {
	overflow-x: clip;
	padding-top: 7.5rem;
}

/*
 * l-sectionBg
 * -------------------------------------------------------------
 */

.l-sectionBg {
	background: #3f3b3a;
	color: #fff;
}

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

.burger {
	cursor: pointer;
	display: none;
	height: 1.3125rem;
	position: relative;
	width: 1.625rem;
	z-index: 10;
}

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

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

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

.burger span:nth-child(3) {
	top: 100%;
}

.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 {
	align-items: center;
	background: #00923a;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	justify-content: center;
	line-height: 1;
	min-height: 4.1875rem;
	padding-inline: 1.625rem;
	text-transform: uppercase;
}

.c-btn.--default {
	min-height: 4.1875rem;
	width: min(100%, 15.375rem);
}

.c-btn.--lg {
	font-size: 1.125rem;
	width: min(100%, 18.25rem);
}

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

.c-contact {
	background: #c5d1c2;
	padding-block: 6.125rem;
	text-align: center;
}

.c-contact__ttlUnit {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

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

/*
 * c-headGroup
 * -------------------------------------------------------------
 */

.c-headGroup {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.c-headGroup.--center {
	align-items: center;
	text-align: center;
}

/*
 * c-sectionTtl
 * -------------------------------------------------------------
 */

.c-sectionTtl {
	font-family: "effra-cc", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

.c-sectionTtl.--wht {
	color: #fff;
}

.c-sectionTtl.--center {
	text-align: center;
}

/*
 * c-ttlLg
 * -------------------------------------------------------------
 */

.c-ttlLg {
	font-family: "archivo-condensed", sans-serif;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1.2;
}

.c-ttlLg.--center {
	text-align: center;
}

.c-ttlLg.--wht {
	color: #fff;
}

/*
 * c-ttlMd
 * -------------------------------------------------------------
 */

.c-ttlMd {
	font-family: "archivo-condensed", sans-serif;
	font-size: 2.375rem;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
}

.c-ttlMd.--center {
	text-align: center;
}

.c-ttlMd.--wht {
	color: #fff;
}

/*
 * c-ttlSm
 * -------------------------------------------------------------
 */

.c-ttlSm {
	font-family: "archivo-condensed", sans-serif;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
}

.c-ttlSm.--center {
	text-align: center;
}

.c-ttlSm.--wht {
	color: #fff;
}

/*
 * c-ttlUnit
 * -------------------------------------------------------------
 */

.c-ttlUnit {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

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

.nav {
	flex: 1;
}

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

.nav__list {
	align-items: center;
	display: flex;
	gap: min(3.4375rem, 4.6vw);
	justify-content: flex-end;
}

.nav__link {
	font-family: "effra-cc", sans-serif;
	font-size: 1.125rem;
	line-height: 1;
	text-transform: uppercase;
}

.nav__contact {
	flex: 1;
	max-width: 11.25rem;
	min-width: 153px;
}

.nav__link.--coontact {
	min-height: 3.5rem;
	padding: 1.375rem 0.625rem 1.0625rem;
	width: min(100%, 11.25rem);
}

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

.about {
	padding-block: 7.5rem 12.5rem;
	position: relative;
}

.about::after {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #3f3b3a;
	bottom: -3.25rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	display: block;
	height: 3.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 5.625rem;
}

.about__list {
	display: flex;
	flex-direction: column;
	gap: 8.4375rem;
	margin-top: 2.5rem;
}

.about__item {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
}

.about__head {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.about__numBlock {
	align-items: center;
	display: flex;
	font-family: "effra-cc", sans-serif;
	font-size: 2rem;
	font-weight: 600;
}

.about__num {
	color: #22ac38;
	display: inline-block;
	line-height: 1;
}

.about__ttl {
	color: #727171;
	line-height: 1;
	text-transform: capitalize;
}

.about__body {
	display: flex;
	gap: 2.3125rem;
}

.about__img {
	aspect-ratio: 589/397;
	max-width: 36.8125rem;
}

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

.abouot__detail {
	flex: 1;
}

/*
 * aboutFv
 * -------------------------------------------------------------
 */

.aboutFv {
	padding-bottom: 10rem;
}

.aboutFv .fv__inner {
	position: static;
}

.aboutFv .fv__ttl {
	text-align: right;
}

.aboutFv__ttlUnit {
	gap: 1.5625rem;
	margin-left: auto;
	margin-top: 6.25rem;
	max-width: 33.3125rem;
	position: relative;
	z-index: 1;
}

.aboutFv__img {
	bottom: -0.0625rem;
	left: -0.0625rem;
	position: absolute;
	width: 48.75vw;
}

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

/*
 * aboutInfo
 * -------------------------------------------------------------
 */

.aboutInfo {
	padding-block: 9.375rem;
}

.aboutInfo__ttlUnit {
	gap: 1.875rem;
}

.aboutInfo__headGroup {
	gap: 2.1875rem;
}

.aboutInfo__list {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 4.25rem;
}

.aboutInfo__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	max-width: 28.8125rem;
}

.aboutInfo__img.--img1 {
	max-width: 23.9375rem;
}

.aboutInfo__img.--img2 {
	max-width: 13.4375rem;
}

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

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

.fv {
	padding-top: 3.4375rem;
	position: relative;
	z-index: 1;
}

.fv__inner {
	max-width: 67.5rem;
	position: relative;
}

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

.fv__ttl {
	color: #00923a;
	font-family: "effra-cc", sans-serif;
	font-size: 6.375rem;
	font-weight: 600;
	line-height: 1;
	position: relative;
	z-index: 2;
}

.fv__ttl span {
	display: inline-block;
	text-align: right;
}

.fv__ttl span:nth-child(2) {
	padding-left: 10rem;
}

.fv__body {
	align-items: center;
	display: flex;
	gap: 2.75rem;
	margin-top: -2.1875rem;
}

.fv__details {
	margin-top: -2.8125rem;
	max-width: 15.375rem;
}

.fv__btn {
	margin-top: 2.125rem;
	min-height: 4rem;
	width: min(100%, 14.625rem);
}

.fv__img {
	margin-right: calc(50% - 50vw);
}

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

.fv__logo {
	max-width: 15rem;
	position: absolute;
	right: 2.9375rem;
	top: 0.25rem;
}

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

/*
 * serviceFlow
 * -------------------------------------------------------------
 */

.serviceFlow {
	background: #efeff0;
	padding-block: 8.125rem 4.0625rem;
}

.serviceFlow__inner {
	max-width: 57.1875rem;
}

.serviceFlow__list {
	display: flex;
	flex-direction: column;
	gap: 2.0625rem;
	margin-top: 3.4375rem;
	position: relative;
}

.serviceFlow__list::before {
	background: #00923a;
	content: "";
	display: block;
	height: 90%;
	left: 4.1rem;
	position: absolute;
	top: 0;
	width: 1rem;
}

.serviceFlow__item {
	display: flex;
	gap: 2.5rem;
}

.serviceFlow__head {
	grid-gap: 0.1875rem;
	align-items: center;
	background: #00923a;
	border-radius: 50%;
	color: #fff;
	display: flex;
	display: grid;
	flex-direction: column;
	gap: 0.1875rem;
	height: 9.1875rem;
	place-content: center;
	position: relative;
	text-align: center;
	width: 9.1875rem;
	z-index: 1;
}

.serviceFlow__num {
	display: block;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-size: 2.875rem;
	font-weight: 500;
	line-height: 1;
}

.serviceFlow__ttl {
	font-family: "effra-cc", sans-serif;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.125;
	text-align: center;
	text-transform: capitalize;
}

.serviceFlow__details {
	flex: 1;
	padding-top: 2.125rem;
}

.serviceFlow__lead {
	line-height: 1.1;
}

.serviceFlow__text {
	margin-top: 0.375rem;
}

/*
 * serviceFv
 * -------------------------------------------------------------
 */

.serviceFv {
	padding-bottom: 7.5rem;
}

.serviceFv__body {
	margin: 2.3125rem calc(50% - 50vw) 0;
	padding-top: 1.875rem;
	width: 100vw;
}

.serviceFv__items {
	display: flex;
	justify-content: center;
	margin: -0.3125rem calc(50% - 50vw) 0;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.serviceFv__track {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.serviceFv__imgs {
  --loop-copy-count: 4;
  animation: loopImage 24s linear infinite;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;

}

.serviceFv__group {
	display: flex;
	flex-shrink: 0;
	gap: 2.5rem;
	padding-right: 3.125rem;
}

.serviceFv__img1 {
	width: min(10.3125rem, 13.75vw);
}

.serviceFv__img2 {
	width: min(12.1875rem, 16.25vw);
}

.serviceFv__img3 {
	width: min(12.8125rem, 17.1vw);
}

.serviceFv__img4 {
	width: min(11.625rem, 15.5vw);
}

.serviceFv__img5 {
	width: min(14.3125rem, 19vw);
}

.serviceFv__img6 {
	width: min(11.6875rem, 15.58vw);
}

.serviceFv__imgs img {
  -o-object-fit: contain;
  display: block;
  flex-shrink: 0;
  height: auto;
  object-fit: contain;
}

.serviceFv__logo {
	margin-left: auto;
	max-width: 43.875rem;
	position: absolute;
	right: 3.4375rem;
	top: 7rem;
}

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

.serviceFv__ttlUnit {
	gap: 2.8125rem;
	margin-inline: auto;
	margin-top: 2rem;
	max-width: 50rem;
}

.serviceFv__ttl {
	text-align: center;
}

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

.serviceFv__btn.--default {
	display: flex;
	justify-content: center;
	margin: 4.375rem auto 0;
}

/*
 * topData
 * -------------------------------------------------------------
 */

.topData {
	margin-top: -5.5rem;
	padding-block: 13.4375rem 7.8125rem;
}

.topData__items {
	display: flex;
	gap: 3.9375rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.topData__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	min-width: 12.125rem;
}

.topData__ttl {
	border-bottom: 2px solid #fff;
	font-family: "archivo-condensed", sans-serif;
	font-size: 1.875rem;
	font-weight: 900;
	text-align: center;
	width: 100%;
}

.topData__ttl span {
	display: inline-block;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-size: 4.875rem;
	font-weight: 800;
	line-height: 1;
	margin-right: 0.3125rem;
}

.topData__text {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

/*
 * topFeatures
 * -------------------------------------------------------------
 */

.topFeatures {
	padding-block: 8.75rem 9.6875rem;
}

.topFeatures__inner {
	max-width: 59.75rem;
}

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

.topFeatures__left {
	flex-shrink: 0;
	max-width: 21.25rem;
	position: sticky;
	top: 12.5rem;
	width: 100%;
}

.topFeatures__head {
	max-width: 21.25rem;
}

.topFeatures__text {
	margin-top: 1.875rem;
}

.topFeatures__btn {
	margin-top: 5rem;
}

.topFeatures__details {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6.25rem;
	max-width: 25rem;
}

.topFeatures__itemHead {
	align-items: baseline;
	display: flex;
	font-family: "effra-cc", sans-serif;
	justify-content: space-between;
}

.topFeatures__num {
	color: #22ac38;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1;
}

.topFeatures__numText {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

.topFeatures__img {
	aspect-ratio: 396/240;
	margin-top: 0.3125rem;
}

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

.topFeatures__itemDesc {
	margin-top: 1.25rem;
}

.topFeatures__itemTtl {
	white-space: nowrap;
}

.topFeatures__itemText {
	margin-top: 0.9375rem;
}

/*
 * topSolution
 * -------------------------------------------------------------
 */

.topSolution {
	padding-block: 7.1875rem 8.125rem;
	scroll-margin-top: 0.625rem;
}

.topSolution__head {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.topSolution__logo {
	margin-top: 1.5625rem;
	max-width: 27.625rem;
}

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

.topSolution__ttlUnit {
	margin-top: 3.75rem;
}

.topSolution__lead {
	max-width: 36.25rem;
}

.topSolution__body {
	margin: 0 calc(50% - 50vw);
	margin-top: 4.375rem;
	width: 100vw;
}

.topSolution__item {
	align-items: center;
	display: flex;
	gap: 2.8125rem;
	justify-content: center;
	margin-inline: auto;
	max-width: 75rem;
}

.topSolution__details {
	flex: 1;
	width: 50%;
}

.topSolution__detailsInner {
	margin: 0 0 0 auto;
	padding-inline: 2.5rem 0;
	width: -moz-fit-content;
	width: fit-content;
}

.topSolution__ttl {
	white-space: inherit;
}

.topSolution__text {
	margin-top: 1.5625rem;
	max-width: 25.3125rem;
}

.topSolution__img {
	height: 24.75rem;
	width: 50%;
}

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

.topSolution__item:nth-child(2n) {
	flex-direction: row-reverse;
	gap: 5.5rem;
}

.topSolution__item:nth-child(2n) .topSolution__detailsInner {
	margin: 0 auto 0 0;
	padding-inline: 0 2.5rem;
}

.topSolution__btn {
	display: flex;
	justify-content: center;
	margin-top: 5.9375rem;
}

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

.u-pc {
	display: block;
}

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

.u-sp {
	display: none;
}

@media (min-width: 1025px) {

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

}

@media (max-width: 1024px) {

html {
	font-size: 1.5625vw;
}

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

.footer__navList {
	justify-content: center;
}

.header {
	height: 5rem;
}

.header__inner {
	padding-inline: 1.25rem;
}

.burger {
	display: block;
}

.nav {
	-webkit-overflow-scrolling: touch;
	background: #fff;
	display: grid;
	height: auto;
	justify-content: center;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	padding-block: 13.75rem 11.25rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.6s;
	visibility: hidden;
	width: 100%;
	z-index: 10;
}

.nav__list {
	align-items: flex-start;
	flex-direction: column;
	gap: 2.5rem;
	height: 100%;
}

}

@media (max-width: 767px) {

html {
	font-size: 16px;
}

body {
	font-size: 0.875rem;
	line-height: 1.35;
}

footer {
	padding-block: 1.875rem 1.25rem;
}

.footer__inner {
	gap: 1.75rem;
	padding-inline: 1.875rem;
}

.footer__logo {
	max-width: 19.0625rem;
}

.footer__navList {
	gap: 1.875rem;
}

.footer__navLink {
	font-size: 0.625rem;
}

.footer__contact {
	max-width: 5.9375rem;
}

.footer__navLink.--contact {
	border-radius: 0.3125rem;
	min-height: 1.875rem;
	padding: 0.6875rem 0.125rem 0.5625rem;
	width: min(100%, 5.9375rem);
}

.footer__copyright {
	font-size: 0.5625rem;
	padding-top: 0.875rem;
}

.header {
	height: 4.4375rem;
}

.header__logo {
	width: min(15rem, 100%);
}

.l-inner {
	max-width: 34.375rem;
	padding-inline: 20px;
}

.l-main {
	padding-top: 4.4375rem;
}

.c-btn {
	border-radius: 0.4375rem;
	font-size: 0.75rem;
	min-height: 3rem;
	padding: 1.0625rem 0.625rem;
}

.c-btn.--default {
	min-height: 3rem;
	width: min(100%, 12.75rem);
}

.c-btn.--lg {
	font-size: 0.75rem;
	min-height: 3rem;
	width: min(100%, 12.75rem);
}

.c-contact {
	padding-block: 4.0625rem;
}

.c-contact__ttlUnit {
	gap: 1.125rem;
}

.c-contact__text {
	text-wrap: pretty;
}

.c-sectionTtl {
	font-size: 0.625rem;
}

.c-ttlLg {
	font-size: 1.875rem;
	line-height: 1.12;
}

.c-ttlMd {
	font-size: 1.875rem;
	line-height: 1.1;
	white-space: inherit;
}

.c-ttlSm {
	font-size: 1.4375rem;
	line-height: 1.1;
}

.c-ttlUnit {
	gap: 1.875rem;
}

.nav {
	padding-block: 6.875rem 5.625rem;
}

.nav__link.--coontact {
	font-size: 1.0625rem;
	min-height: 2.5rem;
	padding: 0.875rem 0.625rem 0.5625rem;
	width: min(100%, 9.5625rem);
}

.about {
	padding-block: 1.875rem 4.375rem;
}

.about::after {
	bottom: -0.8125rem;
	height: 0.875rem;
	width: 1.6875rem;
}

.about__list {
	gap: 4.875rem;
	margin-top: 0.75rem;
}

.about__item {
	gap: 1.375rem;
}

.about__head {
	gap: 1.0625rem;
}

.about__numBlock {
	font-size: 1.1875rem;
}

.about__body {
	flex-direction: column;
	gap: 1.5625rem;
}

.about__img {
	aspect-ratio: 312/210;
	max-width: 100%;
}

.aboutFv {
	padding-bottom: 0 !important;
}

.aboutFv .fv__ttl {
	font-size: 12.9vw;
	text-align: left;
}

.aboutFv .fv__ttl span {
	display: inline;
	padding-left: 0;
	text-align: left;
}

.aboutFv .fv__ttl span:nth-child(2) {
	padding-left: 0;
}

.aboutFv__ttlUnit {
	align-items: flex-start;
	gap: 3.8vw;
	margin-top: 4.8vw;
	max-width: 100%;
}

.aboutFv__img {
	margin-left: calc(50% - 50vw);
	margin-top: -1rem;
	position: static;
	width: 85.1vw;
}

.aboutInfo {
	padding-block: 4.375rem;
}

.aboutInfo__ttlUnit {
	gap: 1.25rem;
	margin-inline: auto;
	max-width: 19.875rem;
}

.aboutInfo__headGroup {
	gap: 0.3125rem;
}

.aboutInfo__list {
	flex-direction: column;
	gap: 3.125rem;
	margin-top: 2.5rem;
}

.aboutInfo__item {
	gap: 0.5rem;
	max-width: 100%;
}

.aboutInfo__img.--img1 {
	max-width: 11.875rem;
}

.aboutInfo__img.--img2 {
	max-width: 6.6875rem;
}

.aboutInfo__desc {
	font-size: 0.75rem;
}

.fv {
	padding-block: 12vw 14.67vw;
}

.fv__inner {
	max-width: 100%;
	padding-inline: 8.8vw;
}

.fv__ttl {
	font-size: 12.8vw;
	font-weight: 700;
}

.fv__ttl span:nth-child(2) {
	padding-left: 19.733vw;
}

.fv__body {
	flex-direction: column-reverse;
	gap: 5.87vw;
	margin-top: -3.47vw;
}

.fv__details {
	margin-top: 0;
	max-width: 74.67vw;
	width: 100%;
}

.fv__text {
	font-size: 3.73vw;
	max-width: 53.87vw;
}

.fv__btn {
	display: flex;
	font-size: 3.2vw;
	height: 12.8vw;
	margin: 10.67vw auto 0;
	max-width: 100%;
	width: 54.4vw;
}

.fv__img {
	margin: 0 calc(50% - 50vw);
}

.fv__logo {
	max-width: 26.7vw;
	right: 7.47vw;
	top: 68vw;
}

.serviceFlow {
	padding-block: 3.4375rem 4.0625rem;
}

.serviceFlow__list {
	gap: 1.875rem;
	margin-top: 2.0625rem;
}

.serviceFlow__list::before {
	height: 85%;
	left: 2.3125rem;
	width: 0.5rem;
}

.serviceFlow__item {
	gap: 1.375rem;
}

.serviceFlow__head {
	gap: 0.0625rem;
	height: 5rem;
	width: 5rem;
}

.serviceFlow__num {
	font-size: 1.875rem;
}

.serviceFlow__ttl {
	font-size: 0.625rem;
}

.serviceFlow__details {
	padding-top: 1.25rem;
}

.serviceFlow__lead {
	font-size: 1.0625rem;
	line-height: 1.2;
}

.serviceFlow__text {
	margin-top: 0.5rem;
}

.serviceFv {
	padding-bottom: 4.0625rem;
}

.serviceFv__body {
	margin-top: 0;
	padding-top: 5.33vw;
}

.serviceFv__items {
	display: block;
	left: auto;
	margin-top: 0;
	min-width: 0;
	position: relative;
	transform: none;
}

.serviceFv__group {
	gap: 1.25rem;
	padding-right: 1.875rem;
}

.serviceFv__img1 {
	width: 30.67vw;
}

.serviceFv__img2 {
	width: 36.27vw;
}

.serviceFv__img3 {
	width: 39.37vw;
}

.serviceFv__img4 {
	width: 35.2vw;
}

.serviceFv__img5 {
	width: 43.2vw;
}

.serviceFv__img6 {
	width: 35.2vw;
}

.serviceFv__logo {
	left: 50%;
	max-width: 84.27vw;
	right: auto;
	top: 53vw;
	transform: translateX(-50%);
	width: 100%;
}

.serviceFv__ttlUnit {
	align-items: flex-start;
	gap: 5.33vw;
	margin-top: 26.33vw;
	max-width: 82.13vw;
}

.serviceFv__ttl {
	font-size: 8vw;
	text-align: left;
}

.serviceFv__textWrap {
	gap: 9.1vw;
}

.serviceFv__text {
	font-size: 3.73vw;
}

.serviceFv__btn.--default {
	font-size: 3.2vw;
	height: 12.8vw;
	margin-top: 10.67vw;
	width: 54.4vw;
}

.topData {
	margin-top: 0;
	padding-block: 3.4375rem 4.0625rem;
}

.topData__items {
	align-items: center;
	flex-direction: column;
	gap: 5rem;
}

.topData__ttl {
	border-width: 1px;
}

.topData__ttl span {
	font-size: 4.9375rem;
}

.topFeatures {
	padding-block: 4.6875rem;
}

.topFeatures__inner {
	padding-inline: 2.5rem;
}

.topFeatures__body {
	flex-direction: column;
	gap: 3.4375rem;
}

.topFeatures__left {
	display: contents;
	flex-shrink: 1;
	max-width: 100%;
	position: static;
	top: auto;
	width: 100%;
}

.topFeatures__head {
	flex: 1;
	order: 1;
}

.topFeatures__text {
	margin-top: 1.25rem;
}

.topFeatures__btn {
	display: flex;
	justify-content: center;
	margin-top: 0.625rem;
	order: 3;
	width: 100%;
}

.topFeatures__details {
	gap: 4.375rem;
	max-width: 100%;
	order: 2;
}

.topFeatures__num {
	font-size: 1.875rem;
}

.topFeatures__numText {
	font-size: 0.625rem;
}

.topFeatures__itemDesc {
	margin-top: 1.125rem;
}

.topSolution {
	padding-block: 4.0625rem 5rem;
}

.topSolution__head {
	margin-inline: auto;
	max-width: 17rem;
}

.topSolution__logo {
	margin-top: 0;
	max-width: 18.3125rem;
}

.topSolution__ttlUnit {
	margin-top: 2.9375rem;
}

.topSolution__body {
	display: flex;
	flex-direction: column;
	gap: 3.9375rem;
	margin: 4.375rem auto 0;
	width: 100%;
}

.topSolution__item {
	flex-direction: column-reverse;
	gap: 2.8125rem;
	max-width: 100%;
}

.topSolution__details {
	width: 100%;
}

.topSolution__detailsInner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	padding-inline: 0;
	width: 100%;
}

.topSolution__ttl {
	text-wrap: pretty;
	text-align: center;
	width: 100%;
}

.topSolution__text {
	max-width: 17.875rem;
}

.topSolution__item:nth-child(2) .topSolution__text {
	left: 0.3125rem;
	max-width: 20rem;
	position: relative;
}

.topSolution__img {
	height: auto;
	width: 100%;
}

.topSolution__item:nth-child(2n) {
	flex-direction: column-reverse;
	gap: 2.8125rem;
}

.topSolution__item:nth-child(2n) .topSolution__detailsInner {
	margin-inline: auto;
	padding-inline: 0;
}

.topSolution__btn {
	margin-top: 0;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes loopImage {

from {
	transform: translateX(0);
}

to {
transform: translate3d(calc(-100% / var(--loop-copy-count)), 0, 0);
}

}


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