@charset "UTF-8";
html {
	font-size: 62.5%;
}

body {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-family: YakuHanJPs, "Poppins", "Noto Sans JP", san-serif;
	font-size: inherit;
	font-style: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}
body * {
	border: none;
	box-sizing: border-box;
	font-size: inherit;
	font-style: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

ul li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:has(img) {
	border: none;
}

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

ruby, rt {
	display: inline;
	text-align: inherit;
}

.semiB {
	font-weight: var(--sBold);
}

.open {
	background: url(/cms/corp/service/goomo/common/images/btn_menu_bg.svg) no-repeat 0 100%;
	background-size: contain;
	inset-block-start: 2.6041666667vw;
	inset-inline-end: 1.5625vw;
	-webkit-padding-after: 0.3125vw;
	        padding-block-end: 0.3125vw;
	position: fixed;
	transition: padding 0.2s;
	width: 10.5208333333vw;
	z-index: 9000;
}
.open:hover {
	padding-block: 0.3125vw 0;
}
.open button {
	background: transparent;
	cursor: pointer;
}

.menu {
	background-color: #fff;
	height: 100%;
	inset-block: 0;
	opacity: 0;
	overflow: auto;
	position: fixed;
	visibility: hidden;
	z-index: 9000;
}
.menu .close {
	aspect-ratio: 101/46;
	background: url(/cms/corp/service/goomo/common/images/btn_close_bg.svg) no-repeat 0 100%;
	background-size: contain;
	inset-block-start: 2.34375vw;
	inset-inline-end: 1.5625vw;
	-webkit-padding-after: 0.3125vw;
	        padding-block-end: 0.3125vw;
	position: fixed;
	transition: padding 0.2s;
	width: 10.5208333333vw;
	z-index: 9001;
}
.menu .close:hover {
	padding-block: 0.3125vw 0;
}
.menu .close button {
	background: transparent;
	cursor: pointer;
}
.menu .frame {
	font-weight: var(--bold);
	margin-inline: auto;
}
.menu .frame .list {
	grid-area: list;
}
.menu .frame .list li {
	-webkit-border-after: 2px solid #000;
	        border-block-end: 2px solid #000;
}
.menu .frame .list li a, .menu .frame .list li .nolink {
	color: inherit;
	display: block;
	font-size: min(2.8985507246vw, 3rem);
	-webkit-padding-after: 5.4166666667%;
	        padding-block-end: 5.4166666667%;
	text-decoration: none;
}
.menu .frame .list li a:not(.nolink), .menu .frame .list li .nolink:not(.nolink) {
	transition: opacity 0.2s;
}
.menu .frame .list li a:not(.nolink):hover, .menu .frame .list li .nolink:not(.nolink):hover {
	opacity: 0.5;
}
.menu .frame .list li .label {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 0.5333333333em;
}
.menu .frame .list li .label .ja {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.menu .frame .list li .label .ja::after {
	aspect-ratio: 1/1;
	background: url(/cms/corp/service/goomo/common/images/ico_arrow.svg) no-repeat 100% 50%;
	background-size: 72.7272727273% auto;
	content: "";
	display: block;
	-webkit-filter: invert(100%);
	        filter: invert(100%);
	width: 0.7333333333em;
}
.menu .frame .list li .label .en {
	display: block;
	font-size: min(2.3188405797vw, 2.4rem);
	font-weight: var(--sBold);
}
.menu .frame .list li a[target=_blank] .label .ja::after {
	background: url(/cms/corp/service/goomo/common/images/ico_blank.svg) no-repeat 50% 50%;
	background-size: contain;
}
.menu .frame .list li .nolink {
	opacity: 0.5;
}
.menu .frame .list li .nolink .ja::after {
	content: none !important;
}
.menu .frame .apps {
	grid-area: apps;
}
.menu .frame .apps dd {
	-webkit-padding-before: 5%;
	        padding-block-start: 5%;
}
.menu .frame .apps ul {
	display: flex;
	justify-content: space-between;
}
.menu .frame .apps ul img {
	height: 3.9583333333vw;
	width: auto;
}
.menu .frame .sns {
	display: flex;
	grid-area: sns;
}
.menu .frame .sns li:not(:first-of-type) {
	-webkit-margin-start: 0.9375vw;
	        margin-inline-start: 0.9375vw;
}
.menu .frame .sns a {
	transition: opacity 0.2s;
}
.menu .frame .sns a:hover {
	opacity: 0.5;
}
.menu .frame .sns img {
	-webkit-filter: invert(100%);
	        filter: invert(100%);
}
.menu .frame .sns img[src*=ico_fb] {
	width: 1.6666666667vw;
}
.menu .frame .sns img[src*=ico_ig] {
	width: 1.4583333333vw;
}
.menu .frame .sns img[src*=ico_x] {
	width: 1.4583333333vw;
}
.menu .frame .sns img[src*=ico_yt] {
	width: 1.9791666667vw;
}

.init {
	z-index: 1;
}
.init::after {
	background-color: rgba(0, 0, 0, 0.6);
	content: "";
	height: 100vh;
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: all 0.5s;
	visibility: hidden;
	width: 100vw;
	z-index: 8999;
}
.init .menu {
	transition: all 0.5s;
}

.lock {
	height: 100vh;
	overflow: hidden;
	width: 100vw;
}
.lock .menu {
	opacity: 1;
	visibility: visible;
}

.header {
	-webkit-padding-before: 8.0208333333vw;
	        padding-block-start: 8.0208333333vw;
	position: relative;
	z-index: 1;
}
.header .trademark {
	inset-block-start: 1.3541666667vw;
	inset-inline-start: 3.59375vw;
	position: absolute;
	width: 12.3958333333vw;
	z-index: 3;
}
.header .title {
	display: flex;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.header .title .label {
	display: flex;
	flex-direction: column-reverse;
}
.header .title .label .ja {
	letter-spacing: 0.04em;
}
.header .title .label .en {
	display: block;
	font-size: min(3.8647342995vw, 4rem);
	font-weight: var(--bold);
}
.header .title::after {
	aspect-ratio: 1/1;
	background-color: var(--c1);
	border-radius: 100%;
	content: "";
	display: block;
	height: 100%;
	inset-block: 0;
	inset-inline-start: -0.625vw;
	position: absolute;
	z-index: -1;
}

.download {
	background-color: var(--c1);
}
.download .content {
	margin-inline: auto;
}
.download .content .head {
	color: #fff;
}
.download .content .head .label {
	display: flex;
	flex-direction: column-reverse;
	font-weight: var(--bold);
	letter-spacing: 0.14em;
	row-gap: 0.7333333333em;
}
.download .content .head .label .en {
	display: block;
	font-size: 4.6875vw;
	font-weight: var(--sBold);
	letter-spacing: normal;
}
.download .content .description .text dt {
	font-size: min(1.9323671498vw, 2rem);
	font-weight: var(--medium);
	letter-spacing: 0.08em;
	line-height: 1.6;
}
.download .content .description .text dd {
	-webkit-padding-before: 3.7572254335%;
	        padding-block-start: 3.7572254335%;
}
.download .content .description .text ul {
	display: flex;
	justify-content: space-between;
}
.download .content .description .text ul img {
	height: 5.7291666667vw;
	width: auto;
}

.footer .index {
	background-color: var(--c2);
	border-start-end-radius: 8.3333333333vw;
	border-start-start-radius: 8.3333333333vw;
	color: #fff;
	display: grid;
	font-weight: var(--bold);
	margin-inline: auto;
}
.footer .index .list {
	display: grid;
	grid-area: list;
	grid-template-columns: repeat(3, 30%);
	justify-content: space-between;
	-webkit-padding-after: 4.5%;
	        padding-block-end: 4.5%;
	width: 100%;
}
.footer .index .list li {
	-webkit-border-after: 2px solid #fff;
	        border-block-end: 2px solid #fff;
}
.footer .index .list li a, .footer .index .list li .nolink {
	color: inherit;
	display: block;
	font-size: min(2.8985507246vw, 3rem);
	-webkit-padding-after: 5.4166666667%;
	        padding-block-end: 5.4166666667%;
	text-decoration: none;
}
.footer .index .list li a:not(.nolink), .footer .index .list li .nolink:not(.nolink) {
	transition: opacity 0.2s;
}
.footer .index .list li a:not(.nolink):hover, .footer .index .list li .nolink:not(.nolink):hover {
	opacity: 0.5;
}
.footer .index .list li .label {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 0.5333333333em;
}
.footer .index .list li .label .ja {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.footer .index .list li .label .ja::after {
	aspect-ratio: 1/1;
	background: url(/cms/corp/service/goomo/common/images/ico_arrow.svg) no-repeat 100% 50%;
	background-size: 72.7272727273% auto;
	content: "";
	display: block;
	width: 0.7333333333em;
}
.footer .index .list li .label .en {
	display: block;
	font-size: min(2.3188405797vw, 2.4rem);
	font-weight: var(--sBold);
}
.footer .index .list li a[target=_blank] .label .ja::after {
	background: url(/cms/corp/service/goomo/common/images/ico_blank.svg) no-repeat 50% 50%;
	background-size: contain;
}
.footer .index .list li .nolink {
	opacity: 0.5;
}
.footer .index .list li .nolink .ja::after {
	content: none !important;
}
.footer .index .trademark {
	grid-area: mark;
}
.footer .index .publication {
	display: flex;
	grid-area: public;
}
.footer .index .publication .privacy {
	font-weight: var(--sBold);
}
.footer .index .publication .privacy a {
	color: inherit;
	display: flex;
	text-decoration: none;
	transition: opacity 0.2s;
}
.footer .index .publication .privacy a:hover {
	opacity: 0.5;
}
.footer .index .publication .privacy a::after {
	aspect-ratio: 1/1;
	background: url(/cms/corp/service/goomo/common/images/ico_blank.svg) no-repeat 50% 50%;
	background-size: contain;
	content: "";
	display: block;
	-webkit-margin-start: 0.875em;
	        margin-inline-start: 0.875em;
	width: 1em;
}
.footer .index .publication .sns {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
.footer .index .publication .sns li:not(:first-of-type) {
	-webkit-margin-start: 0.9375vw;
	        margin-inline-start: 0.9375vw;
}
.footer .index .publication .sns a {
	transition: opacity 0.2s;
}
.footer .index .publication .sns a:hover {
	opacity: 0.5;
}
.footer .index .publication .sns img[src*=ico_fb] {
	width: 1.6666666667vw;
}
.footer .index .publication .sns img[src*=ico_ig] {
	width: 1.4583333333vw;
}
.footer .index .publication .sns img[src*=ico_x] {
	width: 1.4583333333vw;
}
.footer .index .publication .sns img[src*=ico_yt] {
	width: 1.9791666667vw;
}
.footer .index .rights {
	font-family: var(--ja);
	grid-area: rights;
}

.download + .footer {
	background-color: var(--c1);
}

:root {
	--c1: #fcc700;
	--c2: #1f2599;
	--ja: "Note Sans JP", sans-serif;
	--en: "Poppins", sans-serif;
	--regular: 400;
	--medium: 500;
	--sBold: 600;
	--bold: 700;
	--pc: 1920;
	--sp: 828;
	--sm: (max-width: 374px);
	--md: (max-width: 768px);
	--lg: (max-width: 1024px);
	--xl: (max-width: 1280px);
	--mx: (max-width: 1600px);
	--md-up: (min-width: 769px);
	--lg-up: (min-width: 1025px);
	--xl-up: (min-width: 1281px);
	--mx-up: (min-width: 1601px);
}

body {
	background: url(/cms/corp/service/goomo/about/images/bg_header_pc.svg) no-repeat 0 0;
	background-size: contain;
}

.main {
	-webkit-margin-before: 5.5208333333vw;
	        margin-block-start: 5.5208333333vw;
}
.main .theme {
	position: relative;
	z-index: 1;
}
.main .theme .copy {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: var(--bold);
	margin-inline: auto;
	position: relative;
	z-index: 2;
}
.main .theme .copy .sleep {
	color: var(--c2);
}
.main .theme .copy .life {
	color: var(--c1);
}
.main .theme .body {
	-webkit-margin-before: 3.9583333333vw;
	        margin-block-start: 3.9583333333vw;
	margin-inline: auto;
	position: relative;
	width: 67.7083333333vw;
	z-index: 2;
}
.main .theme .body .text {
	font-size: min(2.5120772947vw, 2.6rem);
	font-weight: var(--medium);
	line-height: 1.6923076923;
}
.main .theme .body .more {
	-webkit-margin-before: 5.0769230769%;
	        margin-block-start: 5.0769230769%;
	-webkit-margin-start: auto;
	        margin-inline-start: auto;
	-webkit-padding-after: 0.3076923077%;
	        padding-block-end: 0.3076923077%;
	position: relative;
	transition: all 0.4s;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.main .theme .body .more:hover {
	padding-block: 0.3076923077% 0;
}
.main .theme .body .more a {
	aspect-ratio: 4/1;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 100vh;
	color: inherit;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.main .theme .body .more a .label {
	align-items: center;
	display: flex;
	font-size: min(1.7391304348vw, 1.8rem);
	font-weight: var(--bold);
	height: 100%;
	letter-spacing: 0.16em;
	padding-inline: 1.5625vw 3.4375vw;
	width: 100%;
}
.main .theme .body .more a::after {
	aspect-ratio: 1/1;
	background: var(--c2) url(/cms/corp/service/goomo/common/images/ico_arrow.svg) no-repeat 50% 50%;
	background-size: 20% auto;
	border: 1px solid #000;
	border-radius: 100vh;
	content: "";
	display: block;
	height: 100%;
	inset-block: 0;
	inset-inline-end: 0;
	margin-block: -2px;
	-webkit-margin-end: -2px;
	        margin-inline-end: -2px;
	position: absolute;
	transition: all 0.4s;
}
.main .theme .body .more a:hover::after {
	background-color: var(--c1);
}
.main .theme .body .more::after {
	aspect-ratio: 4/1;
	background-color: #000;
	border-radius: 100vh;
	content: "";
	display: block;
	inset-block-end: 0;
	inset-inline: 0;
	position: absolute;
	z-index: -1;
}
.main .theme .play {
	position: relative;
	z-index: 1;
}
.main .theme .play .box {
	aspect-ratio: 16/9;
	background-color: rgba(0, 0, 0, 0.4);
	margin-inline: auto;
	position: relative;
	width: 67.7083333333vw;
}
.main .theme .play .box iframe {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}
.main .index {
	margin-inline: auto;
	width: 64.0625vw;
}
.main .index .text {
	font-size: min(4.8309178744vw, 5rem);
	font-weight: var(--sBold);
	text-align: center;
}
.main .index .list {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	-webkit-margin-before: 5.5284552846%;
	        margin-block-start: 5.5284552846%;
}
.main .index .list li {
	-webkit-padding-after: 0.325203252%;
	        padding-block-end: 0.325203252%;
	position: relative;
	transition: all 0.4s;
	width: 30.081300813%;
	z-index: 1;
}
.main .index .list li:hover {
	padding-block: 0.325203252% 0;
}
.main .index .list li a {
	align-items: center;
	aspect-ratio: 185/36;
	background-color: #fff;
	border: 3px solid #000;
	border-radius: 100vh;
	color: inherit;
	display: flex;
	font-size: 1.0416666667vw;
	font-weight: var(--medium);
	justify-content: space-between;
	padding-inline: 5.4054054054%;
	text-decoration: none;
	width: 100%;
}
.main .index .list li a::after {
	background: url(/cms/corp/service/goomo/common/images/ico_anchor.svg) no-repeat 0 0;
	background-size: cover;
	content: "";
	display: block;
	height: 0.8571428571em;
	transition: -webkit-filter 0.4s;
	transition: filter 0.4s;
	transition: filter 0.4s, -webkit-filter 0.4s;
	width: 1.09375vw;
}
.main .index .list li a:hover::after {
	-webkit-filter: brightness(0) saturate(100%);
	        filter: brightness(0) saturate(100%);
}
.main .index .list li dl {
	align-items: center;
	display: flex;
	flex-grow: 1;
}
.main .index .list li dl dt, .main .index .list li dl dd {
	white-space: nowrap;
}
.main .index .list li dl dd {
	flex-grow: 1;
	padding-inline: 1em;
	text-align: center;
}
.main .index .list li::after {
	aspect-ratio: 185/36;
	background-color: #000;
	border-radius: 100vh;
	content: "";
	display: block;
	inset-block-end: 0;
	inset-inline: 0;
	position: absolute;
	z-index: -1;
}
.main .features {
	-webkit-margin-before: 7.2916666667vw;
	        margin-block-start: 7.2916666667vw;
	position: relative;
	z-index: 1;
}
.main .features .feature {
	background-color: #1b2186;
	border-radius: 8.3333333333vw;
	display: grid;
	grid-template-areas: ". body .";
	grid-template-columns: auto 83.3333333333vw auto;
	margin-block: -8.3333333333vw;
	position: relative;
	z-index: 3;
}
.main .features .feature:nth-of-type(1) {
	background-color: var(--c1);
	border-end-end-radius: 0;
	border-end-start-radius: 0;
	-webkit-margin-before: 0;
	        margin-block-start: 0;
	-webkit-padding-after: 8.3333333333vw;
	        padding-block-end: 8.3333333333vw;
	z-index: 1;
}
.main .features .feature:nth-of-type(1) .no {
	color: #fff !important;
}
.main .features .feature:nth-of-type(2) {
	background-color: #fff;
	border-end-end-radius: 0;
	border-end-start-radius: 0;
	-webkit-margin-after: 0;
	        margin-block-end: 0;
	-webkit-padding-after: 8.3333333333vw;
	        padding-block-end: 8.3333333333vw;
	z-index: 2;
}
.main .features .feature:nth-of-type(3) {
	color: #fff;
}
.main .features .feature:nth-of-type(4) {
	background-color: #fff;
	border-start-end-radius: 0;
	border-start-start-radius: 0;
	-webkit-margin-before: 0;
	        margin-block-start: 0;
	-webkit-padding-before: 8.3333333333vw;
	        padding-block-start: 8.3333333333vw;
	z-index: 2;
}
.main .features .feature:nth-of-type(5) {
	background-color: var(--c1);
	border-start-end-radius: 0;
	border-start-start-radius: 0;
	-webkit-margin-after: 0;
	        margin-block-end: 0;
	-webkit-padding-before: 8.3333333333vw;
	        padding-block-start: 8.3333333333vw;
	z-index: 1;
}
.main .features .feature:nth-of-type(5) .no {
	color: #fff !important;
}
.main .features .feature .body {
	grid-area: body;
	padding-block: 4.6875vw 4.1666666667vw;
}
.main .features .feature .body .head {
	font-size: min(3.8647342995vw, 4rem);
	font-weight: var(--bold);
}
.main .features .feature .body .head .label {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 0.35em;
}
.main .features .feature .body .head .label .no {
	color: var(--c1);
	display: block;
	font-weight: var(--sBold);
}
.main .features .feature .body .outline {
	-webkit-margin-before: 4.125%;
	        margin-block-start: 4.125%;
}
.main .features .feature .body .outline .image {
	display: block;
}
.main .features .feature .body .outline .points .point dt {
	font-weight: var(--bold);
}
.main .features .feature .body .outline .points .point dd.note {
	display: flex;
}
.main .features .feature .body .outline .points .point dd.note::before {
	content: "※";
}
.main .features .feature .body .outline .points .point dd.more {
	font-size: min(1.5458937198vw, 1.6rem);
	margin: 3.75% 0 0 auto;
	text-align: right;
}
.main .features .feature .body .outline .points .point dd.more a {
	align-items: center;
	color: inherit;
	display: inline-flex;
	flex-direction: row;
	line-height: normal;
	text-decoration: none;
}
.main .features .feature .body .outline .points .point dd.more a .label {
	transition: opacity 0.5s;
}
.main .features .feature .body .outline .points .point dd.more a::after {
	aspect-ratio: 1/1;
	background-color: var(--c2);
	content: "";
	display: block;
	-webkit-margin-start: 0.625em;
	        margin-inline-start: 0.625em;
	-webkit-mask: url(/cms/corp/service/goomo/common/images/ico_circle.svg) no-repeat 0 0/contain;
	        mask: url(/cms/corp/service/goomo/common/images/ico_circle.svg) no-repeat 0 0/contain;
	transition: background-color 0.5s;
	width: 1.375em;
}
.main .features .feature .body .outline .points .point dd.more a.alt::after {
	background-color: var(--c1);
}
.main .features .feature .body .outline .points .point dd.more a:hover .label {
	opacity: 0.6;
}
.main .features .feature .body .outline .points .point dd.more a:hover::after {
	background-color: var(--c1);
}
.main .features .feature .body .outline .points .point dd.more a.alt:hover::after {
	background-color: #fff;
}
.main .features .feature .body .outline .points .point dd.pict {
	-webkit-margin-before: 3.75%;
	        margin-block-start: 3.75%;
}
.main .features .feature .body .smart .point {
	background-color: var(--c1);
}
.main .features .feature .body .smart .point > * {
	margin-inline: auto;
}
.main .features .feature .body .smart .point .sub {
	font-size: min(2.8985507246vw, 3rem);
	font-weight: var(--bold);
}
.main .features .feature .body .smart .point .text {
	font-size: min(1.7391304348vw, 1.8rem);
	line-height: 1.7777777778;
}
.main .features .feature .body .smart .point .example {
	padding: 3.3333333333%;
}
.main .features .feature .body .smart .point .example .order {
	-webkit-margin-before: 1em;
	        margin-block-start: 1em;
}
.main .features .feature .body .smart .point .order {
	counter-reset: order;
}
.main .features .feature .body .smart .point .order li {
	align-items: center;
	display: flex;
	font-size: min(1.7391304348vw, 1.8rem);
	line-height: 1.7777777778;
}
.main .features .feature .body .smart .point .order li::before {
	align-items: center;
	border: 1px solid #000;
	border-radius: 100vh;
	box-sizing: border-box;
	content: counter(order);
	counter-increment: order;
	display: flex;
	font-size: min(1.3526570048vw, 1.4rem);
	height: 1.2857142857em;
	justify-content: center;
	line-height: 1.2857142857em;
	-webkit-margin-end: 0.2857142857em;
	        margin-inline-end: 0.2857142857em;
	width: 1.2857142857em;
}
.main .features .feature .body .smart .point .note {
	display: flex;
	font-size: min(1.3526570048vw, 1.4rem);
	line-height: 1.4285714286;
	-webkit-margin-before: 1.25%;
	        margin-block-start: 1.25%;
}
.main .features .feature .body .smart .point .note::before {
	content: "※";
}
.main .features .feature .body .other {
	-webkit-margin-before: 5.25%;
	        margin-block-start: 5.25%;
}
.main .features .feature .body .other .sub {
	font-size: min(3.8647342995vw, 4rem);
	font-weight: var(--bold);
}
.main .features .feature .body .other .text {
	-webkit-margin-before: 3.125%;
	        margin-block-start: 3.125%;
}
.main .features .feature .body .other .text dt {
	font-size: min(2.3188405797vw, 2.4rem);
	font-weight: var(--medium);
	line-height: 1.3333333333;
}
.main .features .feature .body .other .text dd {
	font-size: min(1.7391304348vw, 1.8rem);
	line-height: 1.7777777778;
	-webkit-margin-before: 1.25%;
	        margin-block-start: 1.25%;
}
.main .solving {
	background: url(/cms/corp/service/goomo/about/images/bg_solving_pc01.svg) no-repeat 0 0, url(/cms/corp/service/goomo/about/images/bg_solving_pc02.svg) no-repeat right 0 bottom 9.375vw;
	background-size: 21.6666666667vw 26.7708333333vw, 40.625vw 53.125vw;
	-webkit-margin-before: 5.2083333333vw;
	        margin-block-start: 5.2083333333vw;
	padding-block: 0.5208333333vw 9.375vw;
}
.main .solving .head {
	font-size: min(3.8647342995vw, 4rem);
	font-weight: var(--bold);
	letter-spacing: 0.06em;
	text-align: center;
}
.main .solving .scene {
	margin-inline: auto;
}
.main .solving .scene li {
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 3.3333333333vw;
	overflow: hidden;
	padding: 3.75% 1.875% 3.125%;
}
.main .solving .scene li .caption {
	-webkit-margin-before: 6.7307692308%;
	        margin-block-start: 6.7307692308%;
}
.main .solving .scene li .caption p {
	font-size: min(1.7391304348vw, 1.8rem);
	letter-spacing: 0.08em;
	line-height: 1.7777777778;
}
.main .solving .scene li .caption p:not(:first-of-type) {
	-webkit-margin-before: 0.9615384615%;
	        margin-block-start: 0.9615384615%;
}
.main .solving .scene li .caption p.note {
	display: flex;
}
.main .solving .scene li .caption p.note::before {
	content: "※";
}
@media (max-width: 768px) {
	.forPc {
		display: none;
	}
	.open {
		inset-block-start: 4.1062801932vw;
		inset-inline-end: 4.8309178744vw;
		-webkit-padding-after: 0.7246376812vw;
		        padding-block-end: 0.7246376812vw;
		width: 24.3961352657vw;
	}
	.open:hover {
		padding-block: 0.7246376812vw 0;
	}
	.menu {
		inset-inline: 0;
		padding-block: 24.8792270531vw 12.8019323671vw;
		width: 100%;
	}
	.menu .close {
		inset-block-start: 4.1062801932vw;
		inset-inline-end: 4.8309178744vw;
		-webkit-padding-after: 0.7246376812vw;
		        padding-block-end: 0.7246376812vw;
		width: 24.3961352657vw;
	}
	.menu .close:hover {
		padding-block: 0.7246376812vw 0;
	}
	.menu .frame {
		width: 90.3381642512%;
	}
	.menu .frame .list {
		margin-inline: auto;
		width: 61.4973262032%;
	}
	.menu .frame .list li {
		border-block-end-width: 1px;
	}
	.menu .frame .list li:not(:first-of-type) {
		-webkit-padding-before: 16.9565217391%;
		        padding-block-start: 16.9565217391%;
	}
	.menu .frame .list li a, .menu .frame .list li .nolink {
		font-size: 4.8309178744vw;
		-webkit-padding-after: 4.7826086957%;
		        padding-block-end: 4.7826086957%;
	}
	.menu .frame .list li .label {
		row-gap: 0.4em;
	}
	.menu .frame .list li .label .ja::after {
		background-size: 63.6363636364% auto;
		width: 0.55em;
	}
	.menu .frame .list li .label .en {
		font-size: 3.8647342995vw;
	}
	.menu .frame .apps {
		-webkit-padding-before: 14.4385026738%;
		        padding-block-start: 14.4385026738%;
	}
	.menu .frame .apps dt {
		font-size: 4.8309178744vw;
		letter-spacing: 0.12em;
		text-align: center;
	}
	.menu .frame .apps ul img {
		height: 14.2512077295vw;
	}
	.menu .frame .sns {
		height: 6.2801932367vw;
		justify-content: center;
		-webkit-padding-before: 10.4278074866%;
		        padding-block-start: 10.4278074866%;
	}
	.menu .frame .sns li:not(:first-of-type) {
		-webkit-margin-start: 3.6231884058vw;
		        margin-inline-start: 3.6231884058vw;
	}
	.menu .frame .sns img[src*=ico_fb] {
		width: 6.2801932367vw;
	}
	.menu .frame .sns img[src*=ico_ig] {
		width: 5.7971014493vw;
	}
	.menu .frame .sns img[src*=ico_x] {
		width: 5.7971014493vw;
	}
	.menu .frame .sns img[src*=ico_yt] {
		width: 7.0048309179vw;
	}
	.header {
		-webkit-padding-before: 25.6038647343vw;
		        padding-block-start: 25.6038647343vw;
	}
	.header .trademark {
		inset-block-start: 3.8647342995vw;
		inset-inline-start: 9.7826086957vw;
		width: 33.8164251208vw;
	}
	.header .title {
		align-items: flex-start;
		min-height: 32.3671497585vw;
		-webkit-padding-before: 3.1400966184vw;
		        padding-block-start: 3.1400966184vw;
		-webkit-padding-start: 12.3188405797vw;
		        padding-inline-start: 12.3188405797vw;
	}
	.header .title .label {
		font-size: 6.038647343vw;
		row-gap: 0.16em;
	}
	.header .title .label .en {
		font-size: 4.8309178744vw;
	}
	.header .title::after {
		inset-inline-start: -1.4492753623vw;
	}
	.download .content {
		padding-block: 15.4589371981% 7.729468599%;
		width: 90.3381642512%;
	}
	.download .content .head {
		align-items: flex-start;
		display: flex;
		justify-content: space-between;
	}
	.download .content .head::after {
		aspect-ratio: 1/1;
		background: url(/cms/corp/service/goomo/common/images/ico_app.svg) no-repeat 0 0;
		background-size: cover;
		content: "";
		display: block;
		width: 21.7391304348vw;
	}
	.download .content .head .label {
		font-size: 4.8309178744vw;
		row-gap: 0.65em;
		width: 64.9758454106vw;
	}
	.download .content .head .label .en {
		font-size: 10.8695652174vw;
	}
	.download .content .description {
		-webkit-padding-before: 7.2192513369%;
		        padding-block-start: 7.2192513369%;
	}
	.download .content .description .text dt {
		font-size: 3.8647342995vw;
		line-height: 1.5;
	}
	.download .content .description .text dd {
		-webkit-padding-before: 6.1497326203%;
		        padding-block-start: 6.1497326203%;
	}
	.download .content .description .text ul img {
		height: 14.2512077295vw;
	}
	.footer .index {
		border-start-end-radius: 12.077294686vw;
		border-start-start-radius: 12.077294686vw;
		grid-template-areas: ". list list list ." ". public public public ." ". mark mark mark ." ". rights rights rights .";
		grid-template-columns: auto 39.8550724638% 10.6280193237% 39.8550724638% auto;
		grid-template-rows: repeat(4, auto);
		padding-block: 13.0434782609% 7.2463768116%;
	}
	.footer .index .list {
		grid-template-columns: repeat(2, 44.1176470588%);
		-webkit-padding-after: 14.9732620321%;
		        padding-block-end: 14.9732620321%;
	}
	.footer .index .list li {
		border-block-end-width: 1px;
	}
	.footer .index .list li:nth-of-type(n+3) {
		-webkit-padding-before: 14.5454545455%;
		        padding-block-start: 14.5454545455%;
	}
	.footer .index .list li a, .footer .index .list li .nolink {
		font-size: 3.8647342995vw;
		-webkit-padding-after: 5.4545454545%;
		        padding-block-end: 5.4545454545%;
	}
	.footer .index .list li .label {
		row-gap: 0.5em;
	}
	.footer .index .list li .label .ja::after {
		background-size: 63.6363636364% auto;
		width: 0.6875em;
	}
	.footer .index .list li .label .en {
		font-size: 3.3816425121vw;
	}
	.footer .index .trademark {
		justify-self: center;
		-webkit-margin-before: 13.3689839572%;
		        margin-block-start: 13.3689839572%;
		width: 44.1176470588%;
	}
	.footer .index .publication {
		align-items: center;
		flex-direction: column;
	}
	.footer .index .publication .privacy {
		font-size: 3.3816425121vw;
	}
	.footer .index .publication .privacy a::after {
		-webkit-margin-start: 0.5714285714em;
		        margin-inline-start: 0.5714285714em;
		width: 0.7857142857em;
	}
	.footer .index .publication .sns {
		height: 6.2801932367vw;
		-webkit-margin-before: 11.4973262032%;
		        margin-block-start: 11.4973262032%;
	}
	.footer .index .publication .sns li:not(:first-of-type) {
		-webkit-margin-start: 3.6231884058vw;
		        margin-inline-start: 3.6231884058vw;
	}
	.footer .index .publication .sns img[src*=ico_fb] {
		width: 6.2801932367vw;
	}
	.footer .index .publication .sns img[src*=ico_ig] {
		width: 5.7971014493vw;
	}
	.footer .index .publication .sns img[src*=ico_x] {
		width: 5.7971014493vw;
	}
	.footer .index .publication .sns img[src*=ico_yt] {
		width: 7.0048309179vw;
	}
	.footer .index .rights {
		font-size: 2.8985507246vw;
		-webkit-padding-before: 2.6737967914%;
		        padding-block-start: 2.6737967914%;
		text-align: center;
	}
	body {
		background-image: url(/cms/corp/service/goomo/about/images/bg_header_sp.svg);
	}
	.main {
		-webkit-margin-before: 24.8792270531vw;
		        margin-block-start: 24.8792270531vw;
	}
	.main .theme .copy {
		font-size: 6.7632850242vw;
		letter-spacing: 0.04em;
		line-height: 1.5714285714;
		white-space: nowrap;
		width: 90.3381642512vw;
	}
	.main .theme .body {
		-webkit-margin-before: 2.8985507246vw;
		        margin-block-start: 2.8985507246vw;
		width: 90.3381642512vw;
	}
	.main .theme .body .text {
		font-size: 4.347826087vw;
		line-height: 1.8055555556;
	}
	.main .theme .body .more {
		-webkit-margin-before: 6.9518716578%;
		        margin-block-start: 6.9518716578%;
		-webkit-padding-after: 0.5347593583%;
		        padding-block-end: 0.5347593583%;
	}
	.main .theme .body .more:hover {
		padding-block: 0.5347593583% 0;
	}
	.main .theme .body .more a {
		aspect-ratio: 9/2;
		border-width: 1px;
	}
	.main .theme .body .more a .label {
		font-size: 3.3816425121vw;
		padding-inline: 5.0724637681vw 14.2512077295vw;
	}
	.main .theme .body .more a::after {
		background-size: 20% auto;
		border-width: 1px;
		margin-block: -1px;
		-webkit-margin-end: -1px;
		        margin-inline-end: -1px;
	}
	.main .theme .body .more::after {
		aspect-ratio: 9/2;
	}
	.main .theme .play {
		background: url(/cms/corp/service/goomo/about/images/bg_play_pc01.svg) no-repeat 2.8985507246vw 0, url(/cms/corp/service/goomo/about/images/bg_play_pc02.svg) no-repeat right -9.6618357488vw bottom 0;
		background-size: 23.1884057971vw 28.0193236715vw, 41.0628019324vw 41.0628019324vw;
		-webkit-margin-before: 0.9661835749vw;
		        margin-block-start: 0.9661835749vw;
		padding-block: 11.1111111111vw 23.4299516908vw;
	}
	.main .theme .play .box {
		width: 90.3381642512vw;
	}
	.main .index {
		-webkit-margin-before: -2.1739130435vw;
		        margin-block-start: -2.1739130435vw;
		width: 90.3381642512vw;
	}
	.main .index .text {
		font-size: 6.038647343vw;
	}
	.main .index .list {
		justify-content: space-around;
		-webkit-margin-before: 8.0213903743%;
		        margin-block-start: 8.0213903743%;
	}
	.main .index .list li {
		-webkit-padding-after: 0.5347593583%;
		        padding-block-end: 0.5347593583%;
		width: 48.9304812834%;
	}
	.main .index .list li:nth-of-type(n+3) {
		-webkit-margin-before: 2.6737967914%;
		        margin-block-start: 2.6737967914%;
	}
	.main .index .list li:hover {
		padding-block: 0.5347593583% 0;
	}
	.main .index .list li a {
		aspect-ratio: 183/35;
		border-width: 1px;
		font-size: 2.6570048309vw;
		padding-inline: 5.4644808743%;
	}
	.main .index .list li a::after {
		width: 2.5362318841vw;
	}
	.main .index .list li::after {
		aspect-ratio: 183/35;
	}
	.main .features {
		-webkit-margin-before: 12.077294686vw;
		        margin-block-start: 12.077294686vw;
	}
	.main .features .feature {
		border-radius: 12.077294686vw;
		grid-template-columns: auto 90.3381642512vw auto;
		margin-block: -12.077294686vw;
	}
	.main .features .feature:nth-of-type(1) {
		-webkit-padding-after: 12.077294686vw;
		        padding-block-end: 12.077294686vw;
	}
	.main .features .feature:nth-of-type(2) {
		-webkit-padding-after: 12.077294686vw;
		        padding-block-end: 12.077294686vw;
	}
	.main .features .feature:nth-of-type(4) {
		-webkit-padding-before: 12.077294686vw;
		        padding-block-start: 12.077294686vw;
	}
	.main .features .feature:nth-of-type(5) {
		-webkit-padding-before: 12.077294686vw;
		        padding-block-start: 12.077294686vw;
	}
	.main .features .feature .body {
		padding-block: 13.0434782609vw 11.5942028986vw;
	}
	.main .features .feature .body .head {
		font-size: 6.038647343vw;
	}
	.main .features .feature .body .head .label {
		row-gap: 0.32em;
	}
	.main .features .feature .body .head .label .no {
		font-size: 4.8309178744vw;
	}
	.main .features .feature .body .outline {
		-webkit-margin-before: 8.8235294118%;
		        margin-block-start: 8.8235294118%;
	}
	.main .features .feature .body .outline .points {
		-webkit-margin-before: 7.486631016%;
		        margin-block-start: 7.486631016%;
	}
	.main .features .feature .body .outline .points .point:not(:first-of-type) {
		-webkit-margin-before: 7.2192513369%;
		        margin-block-start: 7.2192513369%;
	}
	.main .features .feature .body .outline .points .point dt {
		font-size: 4.8309178744vw;
		line-height: 1.6;
	}
	.main .features .feature .body .outline .points .point dd {
		font-size: 3.3816425121vw;
		line-height: 1.7142857143;
		-webkit-margin-before: 1.6042780749%;
		        margin-block-start: 1.6042780749%;
	}
	.main .features .feature .body .outline .points .point dd.note {
		font-size: 2.6570048309vw;
		line-height: 1.3636363636;
		-webkit-margin-before: 2.6737967914%;
		        margin-block-start: 2.6737967914%;
	}
	.main .features .feature .body .outline .points .point dd.more {
		font-size: 3.3816425121vw;
		-webkit-margin-before: 4.9450549451%;
		        margin-block-start: 4.9450549451%;
	}
	.main .features .feature .body .outline .points .point dd.more a::after {
		-webkit-margin-start: 0.8571428571em;
		        margin-inline-start: 0.8571428571em;
		width: 1.3571428571em;
	}
	.main .features .feature .body .outline .points .point dd.pict {
		-webkit-margin-before: 4.6703296703%;
		        margin-block-start: 4.6703296703%;
	}
	.main .features .feature .body .outline .points .text {
		font-size: 3.3816425121vw;
		line-height: 1.7142857143;
	}
	.main .features .feature .body .smart {
		-webkit-margin-before: 6.6844919786%;
		        margin-block-start: 6.6844919786%;
	}
	.main .features .feature .body .smart .image {
		display: block;
		margin-inline: auto;
		width: 87.1657754011%;
	}
	.main .features .feature .body .smart .point {
		border-radius: 7.2463768116vw;
		-webkit-margin-before: 6.6844919786%;
		        margin-block-start: 6.6844919786%;
		padding-block: 8.0213903743%;
	}
	.main .features .feature .body .smart .point > * {
		width: 89.3048128342%;
	}
	.main .features .feature .body .smart .point .sub {
		font-size: 4.8309178744vw;
	}
	.main .features .feature .body .smart .point .text {
		font-size: 3.3816425121vw;
		line-height: 1.7142857143;
	}
	.main .features .feature .body .smart .point .example {
		padding: 2.3952095808%;
	}
	.main .features .feature .body .smart .point .order li {
		font-size: 3.3816425121vw;
		line-height: 1.7142857143;
	}
	.main .features .feature .body .smart .point .order li::before {
		font-size: 2.6570048309vw;
		height: 1.2727272727em;
		line-height: 1.2727272727em;
		-webkit-margin-end: 0.1818181818em;
		        margin-inline-end: 0.1818181818em;
		width: 1.2727272727em;
	}
	.main .features .feature .body .smart .point .note {
		font-size: 2.6570048309vw;
		line-height: 1.3636363636;
		-webkit-margin-before: 0.8982035928%;
		        margin-block-start: 0.8982035928%;
	}
	.main .features .feature .body .other {
		-webkit-margin-before: 6.6844919786%;
		        margin-block-start: 6.6844919786%;
	}
	.main .features .feature .body .other .sub {
		font-size: 6.038647343vw;
	}
	.main .features .feature .body .other .text {
		-webkit-margin-before: 6.6844919786%;
		        margin-block-start: 6.6844919786%;
	}
	.main .features .feature .body .other .text dt {
		font-size: 4.347826087vw;
		line-height: 1.1666666667;
	}
	.main .features .feature .body .other .text dd {
		font-size: 3.3816425121vw;
		line-height: 1.7142857143;
		-webkit-margin-before: 1.6042780749%;
		        margin-block-start: 1.6042780749%;
	}
	.main .solving {
		background: url(/cms/corp/service/goomo/about/images/bg_solving_sp01.svg) no-repeat 0 114.0096618357vw, url(/cms/corp/service/goomo/about/images/bg_solving_sp02.svg) no-repeat right 0 bottom 14.2512077295vw;
		background-size: 12.077294686vw 295.652173913vw, 10.6280193237vw 200.7246376812vw;
		-webkit-margin-before: 23.4299516908vw;
		        margin-block-start: 23.4299516908vw;
		-webkit-padding-after: 21.7391304348vw;
		        padding-block-end: 21.7391304348vw;
	}
	.main .solving .head {
		font-size: 6.038647343vw;
	}
	.main .solving .scene {
		-webkit-margin-before: 7.729468599vw;
		        margin-block-start: 7.729468599vw;
		width: 90.3381642512vw;
	}
	.main .solving .scene li {
		border-radius: 7.729468599vw;
		border-width: 1px;
		padding: 9.0909090909% 6.1497326203% 6.6844919786%;
	}
	.main .solving .scene li:not(:first-of-type) {
		-webkit-margin-before: 8.0213903743%;
		        margin-block-start: 8.0213903743%;
	}
	.main .solving .scene li .caption p {
		font-size: 3.3816425121vw;
		line-height: 1.7142857143;
	}
	.main .solving .scene li .caption p:not(:first-of-type) {
		-webkit-margin-before: 0.583090379%;
		        margin-block-start: 0.583090379%;
	}
	.main .solving .scene li .caption p.note {
		font-size: 2.6570048309vw;
	}
}
@media (min-width: 769px) {
	.forSp {
		display: none;
	}
	.menu {
		border-end-start-radius: 6.25vw;
		border-start-start-radius: 6.25vw;
		inset-inline-end: 0;
		padding-block: 13.75vw 8.5416666667vw;
		width: 70.8333333333vw;
	}
	.menu .frame {
		display: grid;
		grid-template-areas: "list list list" "apps . sns";
		grid-template-columns: 46.1538461538% 7.6923076923% 46.1538461538%;
		grid-template-rows: repeat(2, auto);
		width: 76.4705882353%;
	}
	.menu .frame .list {
		display: grid;
		grid-template-columns: repeat(2, 46.1538461538%);
		justify-content: space-between;
		-webkit-padding-after: 13.2692307692%;
		        padding-block-end: 13.2692307692%;
		width: 100%;
	}
	.menu .frame .list li:nth-of-type(n+3) {
		-webkit-padding-before: 10.8333333333%;
		        padding-block-start: 10.8333333333%;
	}
	.menu .frame .apps dt {
		font-size: 1.3541666667vw;
		text-align: justify;
		text-align-last: justify;
	}
	.menu .frame .sns {
		align-items: center;
		align-self: flex-end;
		height: 1.6666666667vw;
		justify-content: flex-end;
	}
	.lock::after {
		opacity: 1;
		visibility: visible;
	}
	.header .title {
		align-items: center;
		min-height: 20.9375vw;
		-webkit-padding-start: 8.3333333333vw;
		        padding-inline-start: 8.3333333333vw;
	}
	.header .title .label {
		font-size: min(4.8309178744vw, 5rem);
		padding-top: 0.625vw;
		row-gap: 0.52em;
	}
	.download .content {
		display: grid;
		grid-template-areas: "head . body";
		grid-template-columns: 35% auto 58.125%;
		grid-template-rows: auto;
		max-width: 1600px;
		padding-block: 5.1041666667% 3.3333333333%;
		width: 83.3333333333%;
	}
	.download .content .head {
		grid-area: head;
	}
	.download .content .head .label {
		font-size: 1.5625vw;
	}
	.download .content .description {
		display: flex;
		grid-area: body;
		justify-content: space-between;
		-webkit-padding-before: 0.4301075269%;
		        padding-block-start: 0.4301075269%;
	}
	.download .content .description .text {
		width: 74.4086021505%;
	}
	.download .content .description::after {
		aspect-ratio: 1/1;
		background: url(/cms/corp/service/goomo/common/images/ico_app.svg) no-repeat 0 0;
		background-size: 100% auto;
		content: "";
		display: block;
		margin-block: 2.1505376344%;
		width: 19.3548387097%;
	}
	.footer .index {
		grid-template-areas: ". list list list ." ". mark . . ." ". rights . public .";
		grid-template-columns: auto 25% 33.3333333333% 25% auto;
		grid-template-rows: repeat(3, auto);
		padding-block: 9.8958333333% 3.8541666667%;
	}
	.footer .index .list li:nth-of-type(n+4) {
		-webkit-padding-before: 12.0833333333%;
		        padding-block-start: 12.0833333333%;
	}
	.footer .index .trademark {
		align-self: flex-end;
		-webkit-margin-after: 2.5%;
		        margin-block-end: 2.5%;
		width: 44.1666666667%;
	}
	.footer .index .publication {
		align-items: center;
		justify-content: flex-end;
	}
	.footer .index .publication .privacy {
		font-size: min(1.5458937198vw, 1.6rem);
		-webkit-margin-end: 12.5%;
		        margin-inline-end: 12.5%;
	}
	.footer .index .publication .sns {
		grid-area: sns;
		height: 1.6666666667vw;
	}
	.footer .index .rights {
		align-self: center;
		font-size: min(1.3526570048vw, 1.4rem);
		-webkit-padding-start: 0.8333333333%;
		        padding-inline-start: 0.8333333333%;
	}
	.main .theme .copy {
		font-size: 3.6458333333vw;
		text-align: justify;
		text-align-last: justify;
		white-space: nowrap;
		width: 83.3333333333vw;
	}
	.main .theme .play {
		background: url(/cms/corp/service/goomo/about/images/bg_play_pc01.svg) no-repeat right 85.625vw top 0, url(/cms/corp/service/goomo/about/images/bg_play_pc02.svg) no-repeat left 73.9583333333vw bottom 1.1458333333vw;
		background-size: 10vw 12.0833333333vw, 17.7083333333vw 17.7083333333vw;
		-webkit-margin-before: -1.25vw;
		        margin-block-start: -1.25vw;
		padding-block: 7.3958333333vw 9.1666666667vw;
	}
	.main .index .list li:not(:nth-of-type(3n+1)) {
		-webkit-margin-start: 4.8780487805%;
		        margin-inline-start: 4.8780487805%;
	}
	.main .index .list li:nth-of-type(n+4) {
		-webkit-margin-before: 3.2520325203%;
		        margin-block-start: 3.2520325203%;
	}
	.main .features .feature .body .outline .image {
		margin-inline: auto;
		width: 81.25%;
	}
	.main .features .feature .body .outline .points {
		-webkit-margin-before: 3.375%;
		        margin-block-start: 3.375%;
	}
	.main .features .feature .body .outline .points:has(.point) {
		display: flex;
		justify-content: space-between;
	}
	.main .features .feature .body .outline .points:has(.point):has(> :nth-child(-n+2):last-child)::after {
		content: "";
		display: block;
		width: 30%;
	}
	.main .features .feature .body .outline .points .point {
		width: 30%;
	}
	.main .features .feature .body .outline .points .point dt {
		font-size: min(2.1256038647vw, 2.2rem);
		letter-spacing: 0.02em;
		line-height: 2;
	}
	.main .features .feature .body .outline .points .point dd {
		font-size: min(1.7391304348vw, 1.8rem);
		letter-spacing: 0.02em;
		line-height: 1.7777777778;
	}
	.main .features .feature .body .outline .points .point dd.note {
		font-size: min(1.3526570048vw, 1.4rem);
		justify-content: flex-end;
		-webkit-margin-before: 2.0833333333%;
		        margin-block-start: 2.0833333333%;
	}
	.main .features .feature .body .outline .points .text {
		font-size: min(1.7391304348vw, 1.8rem);
		letter-spacing: 0.02em;
		line-height: 1.7777777778;
	}
	.main .features .feature .body .smart {
		align-items: flex-end;
		display: flex;
		justify-content: space-between;
		-webkit-margin-before: 4.125%;
		        margin-block-start: 4.125%;
	}
	.main .features .feature .body .smart .image {
		width: 53.875%;
	}
	.main .features .feature .body .smart .point {
		border-radius: 3.125vw;
		padding-block: 3.75%;
		width: 40%;
	}
	.main .features .feature .body .smart .point > * {
		width: 75%;
	}
	.main .solving .scene {
		align-content: stretch;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		-webkit-margin-before: 3.9583333333vw;
		        margin-block-start: 3.9583333333vw;
		width: 83.3333333333vw;
	}
	.main .solving .scene li {
		width: 30%;
	}
	.main .solving .scene li:not(:nth-of-type(3n+1)) {
		-webkit-margin-start: 5%;
		        margin-inline-start: 5%;
	}
	.main .solving .scene li:nth-of-type(n+4) {
		-webkit-margin-before: 5%;
		        margin-block-start: 5%;
	}
	.main .solving .scene li .caption p.note {
		font-size: min(1.3526570048vw, 1.4rem);
		justify-content: flex-end;
	}
}