body {
	color: #333;
	font-family: "Noto Sans JP",sans-serif;
	line-height: 1.45;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.br-500-less {
	display: none;
}

html {
	font-size: 16px;
}

img {
	image-rendering: auto;
}

iframe {
	border: none;
}

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

ul,
ol {
	padding: 0;
}

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

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

ul,
ol {
	list-style: none;
}

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

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

article>*+* {
	margin-top: 1em;
}

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

img:not([alt]) {
	filter: blur(10px);
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0,0,0,0);
	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;
	transition: opacity .3s;
}

.about {
	background: linear-gradient(101.81deg, #ffffff 0%, #ccdeff 97.31%);
	margin-top: 7.375rem;
	overflow: hidden;
	padding-bottom: 7.5rem;
	padding-top: 4.4375rem;
	position: relative;
}

.inner.about__inner {
	align-items: end;
	display: flex;
	gap: 3.125rem;
}

.about__img {
	max-width: 29.625rem;
	width: 100%;
}

.about__content {
	flex: 1;
	position: relative;
}

.about__copy {
	background: linear-gradient(to right, #e9f5fe, #faf5fe);
	font-size: 1.4375rem;
	font-weight: 700;
	margin-top: 4rem;
	padding: .125rem .5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.about__text {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 4rem;
}

.about__text.about__text--mt {
	margin-top: 2.125rem;
}

#banner {
	align-items: center;
	bottom: 1.875rem;
	display: flex;
	justify-content: center;
	min-height: 4.375rem;
	position: fixed;
	right: 1.875rem;
	z-index: 1000;
}

#banner a {
	border-radius: 3.125rem;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	height: inherit;
	overflow: hidden;
	padding: 15px;
	position: relative;
	text-align: center;
	transition: .2s ease;
	width: 21.25rem;
}

#banner a span {
	color: #0028b7;
	font-size: 1rem;
	font-weight: 400;
}

#banner a::before {
	background: linear-gradient(to right, #fffa29, #ffe400, #ffd200, #fffa29);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

#banner a::after {
	-webkit-mask-image: url(../images/common/arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #333;
	content: "";
	display: block;
	height: 1rem;
	mask-image: url(../images/common/arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: .625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.banner__close {
	height: 25px;
	position: absolute;
	right: 3px;
	top: -7px;
	transition: transform .3s ease-in-out;
	width: 25px;
	z-index: 1000;
}

.banner__close::before {
	background-image: url(../images/common/cross.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.btn a {
	background: linear-gradient(90deg, #3c95cf 0%, #045d98 100%);
	border: 1px solid #fff;
	border-radius: 2.625rem;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	padding: .625rem 4rem;
	transition: all .3s;
}

.btn a:hover {
	filter: brightness(1.2);
}

.cta {
	margin-top: 8.125rem;
}

.cta__container {
	border-radius: 1.5625rem;
	padding-bottom: 4.8125rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 3.375rem;
	position: relative;
}

.cta__container::before {
	-webkit-mask: linear-gradient(white 0, white 0) content-box,linear-gradient(white 0, white 0);
	-webkit-mask: linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);
	-webkit-mask-composite: xor;
	background: linear-gradient(90deg, #91d4df 0%, #366ed3 100%);
	border-radius: inherit;
	content: "";
	height: 100%;
	left: 0;
	mask-composite: exclude;
	padding: 11px;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.cta__btn-wrapper {
	align-items: end;
	display: flex;
	gap: 4rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.5rem;
	max-width: 57.8125rem;
}

.cta__text {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.cta__copy {
	color: #01b397;
	font-size: 1.75rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	margin-top: .625rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.cta__copy::before {
	background: #01b397;
	content: "";
	display: inline-block;
	height: 2px;
	left: -2.375rem;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 2.75rem;
}

.cta__copy::after {
	background: #01b397;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	right: -2.375rem;
	top: 50%;
	transform: rotate(135deg);
	width: 2.75rem;
}

.cta__copy span {
	font-size: 2.375rem;
	position: relative;
}

.cta__copy span::before {
	background-color: #fbff18;
	content: "";
	display: block;
	height: 2.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}

.cta__trial-btn a {
	background: linear-gradient(90deg, #00c49d 0%, #008087 100%);
	border: 2px solid #fff;
	border-radius: 4.125rem;
	box-shadow: 0px 6px 6px rgba(88,107,118,.22);
	color: #fff;
	display: block;
	font-size: 1.9375rem;
	font-weight: 700;
	max-height: 6.1875rem;
	padding: 1.5rem 5.9375rem 1.5rem 2.75rem;
	position: relative;
	transition: all .3s;
}

.cta__trial-btn a::after {
	background-image: url(../images/common/arrow-trial-green.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 3.25rem;
	position: absolute;
	right: 2.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.25rem;
}

.cta__trial-btn a span {
	font-size: 1.5rem;
}

.cta__contact-btn a {
	background: linear-gradient(90deg, #8db2f1 0%, #427ae4 100%);
	border: 2px solid #fff;
	border-radius: 4.125rem;
	box-shadow: 0px 6px 6px rgba(88,107,118,.22);
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1.125rem;
	max-height: 6.1875rem;
	padding: 2rem 7.5rem 2rem 5.25rem;
	position: relative;
	transition: all .3s;
}

.cta__contact-btn a::after {
	background-image: url(../images/common/arrow-contact.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 3.25rem;
	position: absolute;
	right: 2.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.25rem;
}

.cta__contact-btn a:hover,
.cta__trial-btn a:hover {
	box-shadow: none;
	transform: translateY(6px);
}

.footer {
	background: linear-gradient(135deg, #608bd6, #36568e);
	margin-top: 8.125rem;
	padding-bottom: 1.875rem;
	padding-top: 3.75rem;
}

.inner.footer__inner {
	display: flex;
	gap: 17.25rem;
	max-width: 67.5rem;
}

.footer__logo {
	display: block;
	width: 10.0625rem;
}

.footer__name {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	margin-top: .75rem;
}

.footer__list {
	grid-row-gap: .625rem;
	grid-column-gap: 7.8125rem;
	-moz-column-gap: 7.8125rem;
	color: #fff;
	column-gap: 7.8125rem;
	display: grid;
	font-size: .9375rem;
	font-weight: 700;
	grid-auto-flow: column;
	grid-template-rows: repeat(5, auto);
	margin-top: 5.375rem;
	row-gap: .625rem;
}

.footer__link {
	transition: all .3s;
}

.footer__link:hover {
	color: #b8ffee;
}

.footer__copyright {
	color: #fff;
	font-size: .8125rem;
	font-weight: 400;
	margin-top: 6.25rem;
	text-align: center;
}

.fv {
	background: linear-gradient(103.98deg, #02055e 4.68%, #5187e8 40.98%, #b6d9ff 68.2%, #578ef0 95.42%);
	height: 100svh;
	max-height: 55.3125rem;
	min-height: 48.75rem;
	padding-top: 5.375rem;
	position: relative;
}

.fv::before {
	background-image: url(../images/common/fv-mask.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 32.6875rem;
	left: calc(50% - min(48.4vw,42.625rem));
	position: absolute;
	top: 22%;
	width: 44.75rem;
}

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

.fv__content {
	padding-top: 3.75rem;
	position: relative;
	z-index: 2;
}

.fv__copy {
	color: #b7fefc;
	font-size: 1.75rem;
	font-weight: 700;
	margin-left: 1.875rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__copy::before {
	background: #b7fefc;
	content: "";
	display: inline-block;
	height: 2px;
	left: -2.375rem;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 2.75rem;
}

.fv__copy::after {
	background: #b7fefc;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	right: -2.375rem;
	top: 50%;
	transform: rotate(135deg);
	width: 2.75rem;
}

.fv__sub-title {
	background: linear-gradient(180deg, transparent 0%, transparent 30%, rgba(127, 199, 251, 0.12) 30%, #03e2cb 100%);
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	margin-top: -0.875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0,0,0,0);
	background: linear-gradient(176.11deg, #e4eeff 34.48%, #cdfff6 86.04%);
	background-clip: text;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	font-size: 7.5rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	margin-top: -1.0625rem;
	position: relative;
}

.fv__title span {
	font-size: 5.9375rem;
}

.fv__banner {
	display: flex;
	margin-top: 1rem;
	max-width: 27.8125rem;
}

.fv__user {
	background-color: #c4f2ff;
	color: #0028b7;
	font-size: 2rem;
	font-weight: 700;
	padding: 0rem .8125rem;
	text-align: center;
}

.fv__user span {
	font-size: 1.375rem;
}

.fv__gb {
	background: #031f86;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.fv__price {
	align-items: center;
	background: #00cab5;
	color: #fff;
	display: flex;
	font-size: 3.5rem;
	font-weight: 700;
	padding: .4375rem;
}

.fv__vertical {
	-ms-writing-mode: tb-rl;
	display: inline-block;
	font-size: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	writing-mode: vertical-rl;
}

.fv__yen {
	font-size: 2rem;
	margin-top: 1.375rem;
}

.fv__award-list {
	display: flex;
	gap: .625rem;
	margin-top: .625rem;
	position: relative;
	z-index: 2;
}

.fv__aware-item {
	max-width: 14.125rem;
}

.fv__img {
	max-width: 32.6875rem;
	position: absolute;
	right: calc(50% - min(48.4vw,36.625rem));
	top: 26%;
	z-index: 1;
}

.fv__btn {
	bottom: 7%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.fv__btn a {
	background: linear-gradient(to right, #fffa29, #ffe400, #ffd200, #fffa29);
	border: 2px solid #fff;
	border-radius: 2.625rem;
	box-shadow: 0px 4px 4px rgba(88,107,118,.22);
	color: #333;
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: .05em;
	overflow: hidden;
	padding: .3125rem 7.6875rem;
	position: relative;
	transition: all .3s;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__btn a::before {
	animation: btn_animation 2.5s ease-in-out infinite;
	background-color: #fbfbfb;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: -180px;
	width: 30px;
}

.fv__btn a::after {
	background-image: url(../images/common/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.0625rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.0625rem;
}

.fv__btn a span {
	font-size: 1.875rem;
}

.fv__btn a:hover {
	box-shadow: none;
	transform: translateY(6px);
}

.mv-fadein {
	opacity: 0;
}

.loading {
	background: #fff;
	display: block;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}

.hamburger {
	height: 1.375rem;
	position: relative;
	width: 1.5rem;
	z-index: 100;
}

.hamburger span {
	background-color: #045d98;
	height: .1875rem;
	position: absolute;
	transition: .3s;
	width: inherit;
}

.hamburger span:nth-child(1) {
	top: -0.0625rem;
}

.hamburger span:nth-child(2) {
	opacity: 1;
	top: .5625rem;
}

.hamburger span:nth-child(3) {
	bottom: 0rem;
}

.hamburger.is-active span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}

.sp-nav {
	display: none;
}

.sp-nav__items {
	display: flex;
	flex-direction: column;
	margin-top: 5rem;
	width: 100%;
}

.sp-nav__item {
	align-items: center;
	border-bottom: 1px solid #045d98;
	display: flex;
	justify-content: center;
	width: 100%;
}

.sp-nav__item a {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	height: inherit;
	padding: 1.5625rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.sp-nav__item a::after {
	-webkit-mask-image: url(../images/common/arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #333;
	content: "";
	display: block;
	height: .875rem;
	mask-image: url(../images/common/arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: calc(50% - 5.25rem);
	top: 50%;
	transform: translateY(-50%);
	width: .5rem;
}

.sp-nav__item.sp-nav__item--flex {
	border-bottom: none;
	display: flex;
}

.sp-nav__contact,
.sp-nav__trial {
	width: 50%;
}

.sp-nav__contact a,
.sp-nav__trial a {
	font-size: 1.125rem;
	font-weight: 700;
}

.sp-nav__contact {
	background: linear-gradient(to right, #03E1CA, #01AC9A);
	color: #fff;
}

.sp-nav__contact a::after {
	background-color: #fff;
}

.sp-nav__trial {
	background: linear-gradient(to right, #fffa29, #ffe400, #ffd200, #fffa29);
}

.sp-nav__item.sp-nav__item--login {
	border-bottom: none;
	margin-top: 1.875rem;
}

.sp-nav__item.sp-nav__item--login a {
	background: linear-gradient(to right, #3AAFD3, #1381D0);
	border: 1px solid #fff;
	border-radius: 2.5rem;
	box-shadow: 0px 4px 4px rgba(68,130,213,.32);
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 700;
	max-width: 25rem;
	padding: .625rem .75rem;
	width: 88%;
}

.sp-nav__item.sp-nav__item--login a:hover {
	box-shadow: none;
	transform: translateY(4px);
}

.sp-nav__item.sp-nav__item--login a::after {
	display: none;
}

.sp-nav__item-sub {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.sp-nav__item-sub-item .sp-nav__item-sub-link {
	font-size: .875rem;
	padding: .625rem;
}

.sp-nav__item-sub-item .sp-nav__item-sub-link::after {
	-webkit-mask-image: none;
	background-color: #333;
	border-radius: 6.1875rem;
	content: "";
	height: .3125rem;
	left: 0;
	mask-image: none;
	right: auto;
	right: initial;
	width: .3125rem;
}

body.is-active {
	height: 100%;
	overflow: hidden;
}

.overlay {
	background: rgba(0,0,0,.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transition: opacity .5s;
	width: 100%;
	z-index: 40;
}

.overlay.is-active {
	display: block;
	opacity: 1;
}

.header {
	background-color: #fff;
	height: 5.375rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: .3s;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__logo {
	align-items: start;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	position: relative;
	transition: all .3s;
	z-index: 100;
}

.header__logo:hover {
	opacity: .7;
}

.header__name {
	font-size: .625rem;
	font-weight: 500;
	margin-top: .3125rem;
}

.header__logoLink {
	width: 8.4375rem;
}

.header__drawer {
	display: none;
}

.header__pc-nav {
	display: block;
	height: inherit;
}

.header__sp-nav {
	display: none;
}

.pc-nav__items {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.pc-nav__item {
	align-items: center;
	display: flex;
	font-size: .9375rem;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	line-height: 1.4666666667;
	margin-left: 3.5rem;
}

.pc-nav__item a {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	position: relative;
	transition: all .3s;
}

.pc-nav__item.pc-nav__item--normal a::before {
	background: #045d98;
	bottom: 1.625rem;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	width: 100%;
}

.pc-nav__item.pc-nav__item--normal a:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}

.pc-nav__item.pc-nav__item--contact {
	margin-left: 1.125rem;
}

.pc-nav__item.pc-nav__item--login {
	margin-left: 3.25rem;
}

.pc-nav__item.pc-nav__item--contact a {
	background: linear-gradient(to right, #03E1CA, #01AC9A);
	border: 1px solid #fff;
	border-radius: 2.5rem;
	box-shadow: 0px 4px 4px rgba(68,130,213,.32);
	color: #fff;
	font-size: .9375rem;
	font-weight: 700;
	justify-content: start;
	max-height: 2.625rem;
	min-width: 10.8125rem;
	padding: .625rem .75rem .625rem 1.5625rem;
	position: relative;
}

.pc-nav__item.pc-nav__item--contact a::after {
	background-image: url(../images/common/circle-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.625rem;
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translateY(-50%);
	width: 1.625rem;
}

.pc-nav__item.pc-nav__item--login a {
	background: linear-gradient(to right, #3AAFD3, #1381D0);
	border: 1px solid #fff;
	border-radius: 2.5rem;
	box-shadow: 0px 4px 4px rgba(68,130,213,.32);
	color: #fff;
	font-size: .9375rem;
	font-weight: 700;
	max-height: 2.625rem;
	min-width: 11.1875rem;
	padding: .625rem .75rem;
}

.pc-nav__item.pc-nav__item--contact a:hover,
.pc-nav__item.pc-nav__item--login a:hover {
	box-shadow: none;
	transform: translateY(4px);
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.news {
	margin-top: 5.8125rem;
	min-height: 31.5625rem;
	position: relative;
}

.news__list {
	margin-left: auto;
	margin-right: auto;
	width: 65%;
}

.news__item {
	border-bottom: 1px solid #e7e7e7;
}

.news__item-link::after {
	background-image: url(../images/common/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: .875rem;
	position: absolute;
	right: .5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
	width: .4375rem;
}

.news__item-link {
	align-items: center;
	display: flex;
	gap: 2rem;
	padding-bottom: 1.375rem;
	padding-right: 2.125rem;
	padding-top: 1.375rem;
	position: relative;
	transition: all .3s;
}

.news__item-link:hover {
	opacity: .7;
}

.news__item-link:hover::after {
	right: .25rem;
}

.news__item-date {
	color: #6f6f6f;
	font-size: .9375rem;
	font-weight: 700;
	letter-spacing: .02em;
}

.news__item-title {
	font-size: .9375rem;
	font-weight: 400;
	letter-spacing: .04em;
	line-height: 1.8;
}

.page-article {
	margin-top: 13.75rem;
}

.page-article ol {
	padding-left: 1rem;
}

.page-article ol>li {
	counter-increment: cnt;
	padding-left: 1.25rem;
	text-indent: -1.25rem;
}

.page-article ol>li::before {
	content: "(" counter(cnt) ") ";
}

.page-article ol ol {
	counter-reset: cnt;
}

.page-article__title {
	text-align: center;
}

.page-article__title .section__ja-title::after {
	left: 50%;
	transform: translateX(-50%);
}

.page-article__heading {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 7.5rem;
}

.page-article__text {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.875rem;
}

.page-article__pdf {
	background-color: #f2f2f2;
	margin-top: 1.25rem;
	padding: 1.5625rem;
}

.page-article__pdf-text {
	font-weight: 700;
}

.page-article__pdf a {
	-webkit-text-decoration: underline;
	color: #045d98;
	display: block;
	margin-top: .9375rem;
	padding-left: 1.25rem;
	position: relative;
	text-decoration: underline;
}

.page-article__pdf a::after {
	-webkit-mask-image: url(../images/common/arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #045d98;
	content: "";
	display: block;
	height: .5rem;
	left: 0;
	mask-image: url(../images/common/arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: .9375rem;
}

.page-article__sub-heading {
	background-color: #ddecf3;
	border-bottom: 1px solid #045d98;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	max-width: 43.75rem;
	padding-bottom: .3125rem;
	padding-left: 1em;
	width: 80%;
}

.page-article__term {
	border: 1px solid #333;
	font-size: .9375rem;
	height: 21.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: .625rem;
	max-width: 43.75rem;
	overflow-y: auto;
	padding: 1.25rem;
	width: 80%;
}

.page-article__term div:not(:first-child) {
	margin-top: 1em;
}

.page-article__term-title {
	font-weight: 700;
}

.page-company {
	margin-top: 8.75rem;
}

.page-company__header {
	text-align: center;
}

.page-company__header .section__ja-title::after {
	left: 50%;
	transform: translateX(-50%);
}

.page-company__outline {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5.625rem;
}

.page-company__outline dt {
	align-items: center;
	background-color: #f7f7f7;
	border-top: 1px solid #cecece;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	padding-bottom: 1.375rem;
	padding-left: 2.125rem;
	padding-top: 1.375rem;
	width: 26%;
}

.page-company__outline dd {
	border-top: 1px solid #cecece;
	font-size: 1.25rem;
	font-weight: 400;
	padding-bottom: 1.375rem;
	padding-left: 2.1875rem;
	padding-top: 1.375rem;
	width: 74%;
}

.page-company__outline dt:last-child,
.page-company__outline dd:last-child {
	border-bottom: 1px solid #cecece;
}

.page-contact__form {
	height: 33.0625rem;
	margin-top: 6.25rem;
}

.page-function {
	margin-top: 6.5rem;
}

.page-function__header {
	text-align: center;
}

.page-function__header .section__ja-title::after {
	left: 50%;
	transform: translateX(-50%);
}

.page-function__text {
	font-size: 1.375rem;
	text-align: center;
}

.page-function__list {
	grid-gap: 4.25rem;
	display: grid;
	gap: 4.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.75rem;
}

.page-function__item {
	background: linear-gradient(180deg, #ffffff 0%, #e5eafb 100%);
	border-radius: .75rem;
	padding: 1.375rem;
	position: relative;
}

.page-function__item::before {
	-webkit-mask: linear-gradient(white 0, white 0) content-box,linear-gradient(white 0, white 0);
	-webkit-mask: linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);
	-webkit-mask-composite: xor;
	background: linear-gradient(180deg, #83ECE8 0%, #8197DE 100%);
	border-radius: inherit;
	content: "";
	height: 100%;
	left: 0;
	mask-composite: exclude;
	padding: 5px;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-function__wrapper {
	background-color: #fff;
	border-radius: 1.5625rem;
	display: flex;
	flex-direction: column;
	height: 10.125rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 10.125rem;
}

.page-function__item-icon {
	margin-left: auto;
	margin-right: auto;
	max-width: 4.5rem;
}

.page-function__item-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: .75rem;
	text-align: center;
}

.page-function__item-text {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1.375rem;
}

.page-fv {
	background: linear-gradient(103.98deg, #02055e 4.68%, #5187e8 40.98%, #b6d9ff 68.2%, #578ef0 95.42%);
	display: flex;
	height: 30rem;
	padding-bottom: 2.3125rem;
	padding-top: 8.3125rem;
}

.inner.page-fv__inner {
	align-items: center;
	display: flex;
	gap: 2.25rem;
	justify-content: space-between;
	max-width: 63.4375rem;
}

.inner.page-fv__inner.company-fv__inner {
	max-width: 55.6875rem;
}

.inner.page-fv__inner.plan-fv__inner {
	gap: 4.375rem;
	justify-content: space-between;
	max-width: 62.4375rem;
}

.inner.page-fv__inner.order-fv__inner {
	gap: 3.75rem;
	max-width: 62.4375rem;
}

.page-fv__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0,0,0,0);
	background: linear-gradient(176.11deg, #e4eeff 34.48%, #cdfff6 86.04%);
	background-clip: text;
	font-size: 3.4375rem;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.page-fv__img {
	max-width: 25.6875rem;
}

.page-fv__img.function-fv__img {
	max-width: 18.75rem;
}

.page-mailorder {
	margin-top: 13.75rem;
}

.page-mailorder__title {
	text-align: center;
}

.page-mailorder__title .section__ja-title::after {
	left: 50%;
	transform: translateX(-50%);
}

.page-mailorder__wrap {
	margin-top: 7.5rem;
}

.page-mailorder__wrap dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
}

.page-mailorder__wrap dt {
	background-color: #ddecf3;
	font-weight: 700;
	margin-top: .625rem;
	padding: 1.25rem;
	width: 35%;
}

.page-mailorder__wrap dd {
	border-bottom: 1px solid #ddecf3;
	margin-top: .625rem;
	padding: 1.25rem;
	width: 65%;
}

.page-mailorder__wrap dd a {
	transition: all .3s;
}

.page-mailorder__link {
	border-bottom: 1px solid #0028b7;
	color: #0028b7;
	padding-left: .8125rem;
	position: relative;
	transition: all .3s;
	width: -moz-fit-content;
	width: fit-content;
}

.page-mailorder__link::after {
	background-color: #0028b7;
	border-radius: 6.1875rem;
	content: "";
	display: block;
	height: .3125rem;
	left: 0rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: .3125rem;
}

.page-mailorder__wrap dd a:hover {
	opacity: .7;
}

.page-mailorder__link:hover {
	opacity: .7;
}

.page-order {
	margin-top: 8.75rem;
}

.page-order__title {
	text-align: center;
}

.page-order__title .section__ja-title::after {
	left: 50%;
	transform: translateX(-50%);
}

.page-order__container {
	background: linear-gradient(94.85deg, #f5fdfb 1.35%, #baf8de 100.21%);
	border-radius: 1.5rem;
	margin-top: 3.125rem;
	padding: 3.5625rem 4.75rem;
}

.page-order__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}

.page-order__btn a {
	background: linear-gradient(90deg, #00c49d 0%, #008087 100%);
	border: 2px solid #fff;
	border-radius: 4.125rem;
	box-shadow: 0px 6px 6px rgba(88,107,118,.22);
	color: #fff;
	display: block;
	font-size: 1.625rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4375rem;
	max-height: 6.1875rem;
	max-width: 21.875rem;
	padding: .5rem .9375rem .5rem 2.8125rem;
	position: relative;
	transition: all .3s;
}

.page-order__btn a.standard {
	background: linear-gradient(90deg, #3AAFD3 0%, #1381D0 100%);
}

.page-order__btn a::after {
	background-image: url(../images/common/arrow-trial-green.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.875rem;
	position: absolute;
	right: .9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.page-order__btn a:hover {
	box-shadow: none;
	transform: translateY(6px);
}

.page-order__link-list {
	font-weight: 700;
	margin-top: 1.875rem;
}

.page-order__link-item a {
	-webkit-text-decoration: underline;
	color: #045d98;
	display: block;
	line-height: 2;
	padding-left: .9375rem;
	position: relative;
	text-decoration: underline;
	transition: all .3s;
	width: -moz-fit-content;
	width: fit-content;
}

.page-order__link-item a::after {
	-webkit-mask-image: url(../images/common/arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #045d98;
	content: "";
	display: block;
	height: .5rem;
	left: 0;
	mask-image: url(../images/common/arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: .9375rem;
}

.page-order__note-list {
	font-size: .9375rem;
	line-height: 1.8;
	margin-top: 1.875rem;
}

.page-order__note-item a {
	-webkit-text-decoration: underline;
	color: #045d98;
	text-decoration: underline;
	transition: all .3s;
	width: -moz-fit-content;
	width: fit-content;
}

.page-order__note-item a:hover,
.page-order__link-item a:hover {
	opacity: .7;
}

.page-order__wrap {
	margin-top: 2.5rem;
}

.page-order__heading {
	font-size: 1.125rem;
	font-weight: 700;
}

.page-order__list {
	line-height: 1.8;
	margin-top: .625rem;
}

.page-order__item-wrapper {
	background-color: #f2f2f2;
	margin-top: 1.25rem;
	padding: 1.25rem;
}

.page-order__item-title {
	-webkit-text-decoration: underline;
	font-weight: 700;
	text-decoration: underline;
}

.page-order__item-sub {
	font-size: .9375rem;
	margin-top: .3125rem;
	padding-left: 1em;
}

.page-plan {
	margin-top: 8.75rem;
}

.page-plan__title {
	text-align: center;
}

.page-plan__title .section__ja-title::after {
	left: 50%;
	transform: translateX(-50%);
}

.page-plan__list.plan__list {
	margin-top: 5.3125rem;
}

.page-plan__option.plan__option {
	background-color: #f2f2f2;
	border-radius: 0;
	margin-top: 2.6875rem;
	max-width: none;
	max-width: initial;
}

.page-plan__option-inner {
	align-items: center;
	display: flex;
	gap: 2.6875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.plan__option-title.page-plan__option-title {
	left: auto;
	left: initial;
	position: relative;
	top: auto;
	top: initial;
}

.page-plan__academic {
	background: linear-gradient(94.85deg, #f5fdfb 1.35%, #baf8de 100.21%);
	border-radius: 1.5rem;
	margin-top: 3.125rem;
	padding: 1.875rem 2.9375rem;
	position: relative;
}

.page-plan__academic-title {
	color: #045d98;
	font-size: 1.25rem;
	font-weight: 700;
}

.page-plan__academic-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: .625rem;
}

.page-plan__academic-list {
	display: flex;
	gap: 2.0625rem;
	margin-top: .75rem;
	max-width: 45.8125rem;
}

.page-plan__academic-item {
	width: 50%;
}

.page-plan__academic-item-title {
	font-size: .875rem;
	font-weight: 700;
}

.page-plan__academic-item-text {
	font-size: .875rem;
	font-weight: 400;
	padding-left: 2em;
}

.page-plan__img {
	bottom: .5rem;
	max-width: 9.875rem;
	position: absolute;
	right: 6%;
}

.page-plan__note {
	margin-top: 3.125rem;
}

.page-plan__note-list {
	font-size: .875rem;
}

.page-plan__note-item:not(:first-child) {
	margin-top: 1.0625rem;
}

.page-plan__note-item span {
	color: #045d98;
	font-size: .875rem;
	font-weight: 400;
}

.page-plan__note-title {
	color: #045d98;
	font-size: .875rem;
	font-weight: 700;
	margin-top: 1.0625rem;
	padding-left: 1.5625rem;
	position: relative;
}

.page-plan__note-title::after {
	background-image: url(../images/common/question.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.4375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4375rem;
}

.page-plan__note-text {
	font-size: .875rem;
}

.page-privacy {
	margin-top: 13.75rem;
}

.page-privacy__title {
	text-align: center;
}

.page-privacy__title .section__ja-title::after {
	left: 50%;
	transform: translateX(-50%);
}

.page-privacy__wrap {
	margin-top: 7.5rem;
}

.page-privacy__section:not(:first-child) {
	margin-top: 1.875rem;
}

.page-privacy__heading {
	font-size: 1.125rem;
	font-weight: 700;
}

.page-privacy__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: .3125rem;
}

.page-privacy__text a {
	-webkit-text-decoration: underline;
	color: #045d98;
	text-decoration: underline;
	transition: all .3s;
}

.page-privacy__text a:hover {
	opacity: .7;
}

.page-privacy__text.page-privacy__text--mt {
	margin-top: 1.875rem;
}

.page-trademark {
	margin-top: 13.75rem;
}

.page-trademark__title {
	text-align: center;
}

.page-trademark__title .section__ja-title::after {
	left: 50%;
	transform: translateX(-50%);
}

.page-trademark__wrap {
	margin-top: 7.5rem;
}

.page-trademark__section:not(:first-child) {
	margin-top: 1.875rem;
}

.page-trademark__text {
	line-height: 1.8;
	margin-top: .625rem;
}

.page-trademark__list {
	margin-top: .625rem;
}

.page-trademark__system {
	margin-top: .625rem;
	position: relative;
}

.page-trademark__system.page-trademark__system--mt {
	margin-top: 1.875rem;
}

.page-trademark__system dl {
	background-color: #f2f2f2;
	display: flex;
	flex-wrap: wrap;
	margin-top: .625rem;
	padding: .625rem 1.25rem;
}

.page-trademark__system dt {
	font-weight: 700;
	width: 15%;
}

.page-trademark__system dd {
	width: 85%;
}

.page-trademark__system-title {
	color: #0028b7;
	font-size: 1.125rem;
	font-weight: 700;
	padding-left: 1.875rem;
	position: relative;
}

.page-trademark__system-title::before {
	background-image: url(../images/common/arrow-trademark.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.plan {
	background: linear-gradient(105.88deg, #fefeff 0%, #cdd8ff 100%);
	margin-top: 5rem;
	padding-bottom: 6.875rem;
	padding-top: 10.625rem;
	position: relative;
}

.inner.plan__inner {
	position: relative;
}

.plan__list {
	grid-gap: .9375rem;
	display: grid;
	gap: .9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.5625rem;
}

.plan__item-title {
	background: linear-gradient(91.63deg, #8ee9c0 0%, #29baa2 100%);
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	font-size: 1.6875rem;
	font-weight: 700;
	padding: .625rem;
	text-align: center;
}

.plan__item-wrapper {
	background-color: #fff;
	min-height: 6.6875rem;
	padding-bottom: 1rem;
	padding-top: .875rem;
}

.plan__item-wrapper.plan__item-wrapper--blue {
	background: linear-gradient(90deg, #f8fdff 0%, #e9f7ff 100%);
}

.plan__item-wrapper.plan__item-wrapper--green {
	background: linear-gradient(90deg, #f8fffb 0%, #ebfff5 100%);
	border-radius: 0px 0px 10px 10px;
}

.plan__item-label {
	color: #045d98;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}

.plan__item-value {
	font-size: 1.875rem;
	font-weight: 500;
	margin-top: .5rem;
	text-align: center;
}

.plan__item-value span {
	font-size: 1.25rem;
}

.plan__item-title--blue {
	background: linear-gradient(91.63deg, #7fc7f2 0%, #6d9be3 100%);
}

.plan__item-title--pink {
	background: linear-gradient(91.63deg, #f0c8fb 0%, #e387f7 99.99%);
}

.plan__option {
	background-color: #fff;
	border-radius: .625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5rem;
	max-width: 27.1875rem;
	padding: 1rem 2.6875rem;
	position: relative;
}

.plan__option-title {
	background: linear-gradient(94.55deg, #94eaf1 3.74%, #7dced4 93.32%);
	border-radius: .5rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	left: 0;
	padding: .125rem .625rem;
	position: absolute;
	text-transform: uppercase;
	top: -1.875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.plan__option-text {
	font-size: 1.125rem;
	font-weight: 600;
}

.plan__option-text.plan__option-text--mt {
	margin-top: .3125rem;
}

.plan__btn {
	margin-top: 3.5625rem;
	text-align: center;
}

.plan__img {
	bottom: .3125rem;
	max-width: 11.0625rem;
	position: absolute;
	right: calc(50% - min(48.4vw,39.625rem));
}

.safety {
	overflow: hidden;
	position: relative;
}

.safety__container {
	background-color: #3d64ab;
	border-radius: 3.0625rem;
	margin-top: 5rem;
	padding-bottom: 5rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 5rem;
	position: relative;
}

.safety__list {
	grid-gap: .9375rem;
	display: grid;
	gap: .9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.625rem;
	max-width: 61.875rem;
}

.safety__item {
	background: linear-gradient(126.86deg, #e5f6fe 3.2%, #fdf5fe 97.23%);
	border-radius: 1.5625rem;
	padding-bottom: 2.3125rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	padding-top: 2.625rem;
	position: relative;
}

.safety__item-number {
	color: #f7e1fe;
	font-size: 4.0625rem;
	font-weight: 500;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(-22%, -56%);
}

.safety__item-icon {
	margin-left: auto;
	margin-right: auto;
	max-width: 5.625rem;
}

.safety__item-icon.safety__item-icon--width {
	max-width: 3.4375rem;
}

.safety__item-title {
	color: #045d98;
	font-size: 1.375rem;
	font-weight: 700;
	margin-top: 1.125rem;
	text-align: center;
}

.safety__item-text {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 1.25rem;
}

.section__ja-title {
	color: #045d98;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
	position: relative;
}

.section__ja-title::after {
	background: linear-gradient(90deg, #b8d9ff 0%, #b8ffee 50%, #fcfdff 100%);
	bottom: -0.4375rem;
	content: "";
	height: .5rem;
	left: 0;
	position: absolute;
	width: 6.6875rem;
}

.section__ja-title.section__ja-title--safety {
	color: #fff;
	text-align: center;
}

.section__ja-title.section__ja-title--safety::after,
.section__ja-title.section__ja-title--cta::after {
	left: 50%;
	transform: translateX(-50%);
}

.section__en-title {
	color: #f6f6f6;
	font-size: 8.75rem;
	font-weight: 700;
	left: calc(50% - min(48.4vw,43.625rem));
	line-height: 1.45;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: 6.25rem;
	transform: rotate(180deg);
	writing-mode: vertical-rl;
}

.section__en-title.section__en-title--about {
	color: #eaeaea;
	left: auto;
	left: initial;
	right: calc(50% - min(53.4vw,43.625rem));
	top: 5.25rem;
	transform: rotate(0);
}

.section__en-title.section__en-title--what {
	-ms-writing-mode: initial;
	font-size: 7.5rem;
	left: 50%;
	top: 2.25rem;
	transform: rotate(0);
	transform: translateX(-50%);
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
	writing-mode: initial;
}

.section__en-title.section__en-title--plan {
	-ms-writing-mode: initial;
	color: #fff;
	left: calc(50% - min(48.4vw,34.625rem));
	top: 0rem;
	transform: rotate(0) translateY(-67%);
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
	writing-mode: initial;
}

.section__en-title.section__en-title--safety {
	left: auto;
	left: initial;
	mix-blend-mode: multiply;
	right: -0.625rem;
	top: 50%;
	transform: translate(50%, -50%);
}

.section__ja-title.section__ja-title--cta {
	text-align: center;
}

.text-wrap {
	padding-left: 1em;
	text-indent: -1em;
}

.what {
	background: linear-gradient(270deg, #fcf0ff 0%, #ffffff 100%);
	overflow: hidden;
	padding-bottom: 6.875rem;
	padding-top: 9.375rem;
	position: relative;
}

.what__content-wrapper {
	display: flex;
	gap: 8.125rem;
}

.what__text {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.875rem;
}

.what__img {
	margin-top: 3.125rem;
	max-width: 19.5rem;
	width: 100%;
}

.what__list {
	grid-row-gap: 1.375rem;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.125rem;
	max-width: 54.375rem;
	row-gap: 1.375rem;
}

.what__item {
	align-items: center;
	background-color: #fff;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	height: 8.125rem;
	justify-content: center;
	width: 8.125rem;
}

.what__item-icon {
	margin-left: auto;
	margin-right: auto;
	max-width: 3.625rem;
}

.what__item-text {
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: .3125rem;
	text-align: center;
}

.what__btn {
	margin-top: 4.5rem;
	text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0)and (min-resolution: 0.001dpcm) {

img {
	image-rendering: -webkit-optimize-contrast;
}

}

@media (max-width: 1080px) {

html {
	font-size: 1.4814814815vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

.about {
	background: linear-gradient(0deg, #fff, #ccdeff);
	margin-top: 5rem;
	padding-top: 6.25rem;
}

.inner.about__inner {
	align-items: center;
	flex-direction: column-reverse;
	max-width: 37.5rem;
}

.about__copy {
	font-size: 1.3125rem;
	padding: .125rem .375rem;
}

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

.about__text.about__text--mt {
	margin-top: 1.25rem;
}

#banner {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#banner a {
	border-radius: 0;
	box-shadow: none;
	padding: .625rem;
	width: 100%;
}

.banner__close {
	height: 2.5rem;
	right: .625rem;
	top: -0.9375rem;
	width: 2.5rem;
}

.btn a {
	font-size: 1.125rem;
}

.cta {
	margin-top: 5rem;
}

.cta__container {
	padding-left: 1.4375rem;
	padding-right: 1.4375rem;
}

.cta__btn-wrapper {
	align-items: initial;
	flex-direction: column;
	margin-top: 3.125rem;
}

.cta__text {
	font-size: 1.125rem;
}

.cta__copy {
	font-size: 1.375rem;
}

.cta__copy::before {
	width: 2.375rem;
}

.cta__copy::after {
	width: 2.375rem;
}

.cta__copy span {
	font-size: 1.625rem;
}

.cta__copy span::before {
	height: 1.875rem;
}

.cta__trial-btn a {
	border: 1px solid #fff;
	box-shadow: 0px 3px 3px rgba(88,107,118,.22);
	font-size: 1.5625rem;
	margin-left: auto;
	margin-right: auto;
	max-height: none;
	max-height: initial;
	max-width: 25rem;
	min-height: 5.4375rem;
	padding: .3125rem 3.75rem .3125rem .9375rem;
	text-align: center;
}

.cta__trial-btn a::after {
	height: 2.1875rem;
	width: 2.1875rem;
}

.cta__trial-btn a span {
	font-size: 1.25rem;
}

.cta__contact-btn a {
	align-items: center;
	border: 1px solid #fff;
	box-shadow: 0px 3px 3px rgba(88,107,118,.22);
	display: flex;
	font-size: 1.5625rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: .625rem;
	max-height: none;
	max-height: initial;
	max-width: 25rem;
	min-height: 5.4375rem;
	padding: .3125rem 3.75rem .3125rem .9375rem;
	text-align: center;
}

.cta__contact-btn a::after {
	height: 2.1875rem;
	width: 2.1875rem;
}

.footer {
	margin-top: 5rem;
}

.inner.footer__inner {
	flex-direction: column;
	gap: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.footer__logo {
	width: 7.5rem;
}

.footer__name {
	font-size: 1.125rem;
}

.footer__list {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	margin-top: 0;
	row-gap: .9375rem;
}

.footer__copyright {
	margin-top: 3.75rem;
}

.fv {
	max-height: none;
	max-height: initial;
	min-height: 53.625rem;
	padding-top: 3.75rem;
}

.fv::before {
	height: 13.75rem;
	left: calc(50% - min(48.4vw,39.625rem));
	top: 28%;
	width: 18.75rem;
}

.fv__content {
	padding-top: 1.875rem;
}

.fv__copy {
	font-size: 1.125rem;
	margin-left: 0;
	margin-left: auto;
	margin-right: auto;
}

.fv__copy::before {
	width: 1.875rem;
}

.fv__copy::after {
	width: 1.875rem;
}

.fv__sub-title {
	font-size: 1.8125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.fv__title {
	font-size: 3.6875rem;
	text-align: center;
}

.fv__title span {
	font-size: 3.0625rem;
}

.fv__banner {
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 18.75rem;
}

.fv__flex {
	display: flex;
}

.fv__user {
	font-size: 1.375rem;
	width: 50%;
}

.fv__user span {
	font-size: 1rem;
}

.fv__gb {
	font-size: 1.375rem;
	width: 50%;
}

.fv__price {
	font-size: 1.875rem;
	justify-content: center;
}

.fv__vertical {
	font-size: 1.25rem;
	margin-left: 0;
	margin-right: 0;
}

.fv__yen {
	font-size: 1.25rem;
	margin-top: 0;
}

.fv__award-list {
	justify-content: center;
	margin-top: 0rem;
}

.fv__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	position: relative;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 80%;
}

.fv__btn {
	display: none;
}

.fv__btn a {
	border: 1px solid #fff;
	box-shadow: 0px 3px 3px rgba(88,107,118,.22);
	font-size: 1.125rem;
	margin-left: auto;
	margin-right: auto;
	max-height: none;
	max-height: initial;
	max-width: 25rem;
	padding: .3125rem .625rem;
	text-align: center;
	width: 100%;
}

.fv__btn a::after {
	height: 1.5625rem;
	width: 1.5625rem;
}

.fv__btn a span {
	font-size: 1.5625rem;
}

.sp-nav {
	background-color: #fff;
	display: block;
	height: 65dvh;
	left: 0;
	min-height: 33.5rem;
	overflow-y: auto;
	position: fixed;
	top: -130%;
	transition: all .3s;
	width: 100%;
	z-index: 50;
}

.sp-nav.is-active {
	top: 0;
}

.header {
	height: 3.75rem;
}

.header__name {
	margin-top: .1875rem;
}

.header__logoLink {
	width: 5.9375rem;
}

.header__drawer {
	display: block;
}

.header__pc-nav {
	display: none;
}

.header__sp-nav {
	display: block;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.news {
	margin-top: 5rem;
}

.inner.news__inner {
	max-width: 37.5rem;
}

.news__list {
	margin-top: 1.875rem;
	width: 100%;
}

.news__item-link {
	align-items: start;
	flex-direction: column;
	gap: .625rem;
	padding-bottom: .9375rem;
	padding-right: 1rem;
	padding-top: .9375rem;
}

.page-article {
	margin-top: 8.75rem;
}

.inner.page-article__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.page-article__heading {
	font-size: 1.375rem;
	margin-top: 5rem;
}

.page-article__text {
	margin-top: 1.25rem;
}

.page-article__pdf a {
	padding-left: .625rem;
}

.page-article__pdf a::after {
	top: .875rem;
}

.page-article__sub-heading {
	width: 100%;
}

.page-article__term {
	width: 100%;
}

.page-company {
	margin-top: 5rem;
}

.inner.page-company__inner {
	max-width: 37.5rem;
}

.page-company__outline {
	flex-direction: column;
}

.page-company__outline dt {
	font-size: 1.125rem;
	padding-bottom: .9375rem;
	padding-left: .9375rem;
	padding-top: .9375rem;
	width: 100%;
}

.page-company__outline dd {
	border-top: none;
	font-size: 1.125rem;
	padding-bottom: .9375rem;
	padding-left: .9375rem;
	padding-top: .9375rem;
	width: 100%;
}

.page-contact__form {
	height: 42.5rem;
	margin-top: 3.75rem;
}

.page-function {
	margin-top: 5rem;
}

.page-function__list {
	gap: 1.875rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin-top: 3.125rem;
}

.page-function__item {
	margin-left: auto;
	margin-right: auto;
	max-width: 21.875rem;
}

.page-fv {
	align-items: center;
	display: flex;
	height: auto;
	height: initial;
	justify-content: center;
	min-height: 22rem;
	padding-top: 3.75rem;
	position: relative;
}

.inner.page-fv__inner {
	display: contents;
}

.page-fv__title {
	font-size: 2.1875rem;
}

.page-fv__img {
	bottom: 3%;
	max-width: 10.9375rem;
	position: absolute;
	right: 3%;
}

.page-fv__img.function-fv__img {
	max-width: 7.8125rem;
}

.page-mailorder {
	margin-top: 8.75rem;
}

.inner.page-mailorder__inner {
	max-width: 37.5rem;
}

.page-mailorder__wrap {
	margin-top: 5rem;
}

.page-mailorder__wrap dt {
	padding: .625rem;
	width: 100%;
}

.page-mailorder__wrap dd {
	border-bottom: none;
	font-size: .9375rem;
	padding: .625rem;
	width: 100%;
}

.page-order {
	margin-top: 5rem;
}

.inner.page-order__inner {
	max-width: 37.5rem;
}

.page-order__container {
	padding: 1.875rem .9375rem;
}

.page-order__btn a {
	border: 1px solid #fff;
	box-shadow: 0px 3px 3px rgba(88,107,118,.22);
	font-size: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-height: none;
	max-height: initial;
	max-width: 18.75rem;
	padding: .5rem .9375rem .5rem .9375rem;
	text-align: center;
}

.page-order__btn a::after {
	height: 1.5625rem;
	width: 1.5625rem;
}

.page-order__item-sub {
	padding-left: .5em;
}

.page-plan {
	margin-top: 5rem;
}

.page-plan__option.plan__option {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 1.5625rem 1rem 2.25rem;
}

.page-plan__option-inner {
	align-items: start;
	flex-direction: column;
	gap: .625rem;
}

.page-plan__academic {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 1.875rem .9375rem 10.3125rem;
}

.page-plan__academic-list {
	flex-direction: column;
}

.page-plan__academic-item {
	width: 100%;
}

.page-plan__academic-item-text {
	padding-left: 1em;
}

.page-plan__img {
	bottom: .9375rem;
	max-width: 8.125rem;
}

.page-plan__note {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.page-privacy {
	margin-top: 8.75rem;
}

.inner.page-privacy__inner {
	max-width: 37.5rem;
}

.page-privacy__wrap {
	margin-top: 5rem;
}

.page-trademark {
	margin-top: 8.75rem;
}

.inner.page-trademark__inner {
	max-width: 37.5rem;
}

.page-trademark__wrap {
	margin-top: 5rem;
}

.page-trademark__system dl {
	padding: 0rem 1.25rem .625rem 1.25rem;
}

.page-trademark__system dt {
	margin-top: .625rem;
	width: 100%;
}

.page-trademark__system dd {
	width: 100%;
}

.plan {
	padding-bottom: 11.5625rem;
	padding-top: 6.25rem;
}

.inner.plan__inner {
	max-width: 37.5rem;
}

.plan__list {
	gap: 1.875rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
}

.plan__item-title {
	font-size: 1.5rem;
}

.plan__item-wrapper {
	min-height: 5.625rem;
	padding-bottom: .625rem;
	padding-top: .625rem;
}

.plan__item-label {
	font-size: .9375rem;
}

.plan__item-value {
	font-size: 1.6875rem;
	margin-top: .1875rem;
}

.plan__item-value span {
	font-size: 1.125rem;
}

.plan__option {
	padding: 1.5625rem 1rem 1.25rem;
}

.plan__option-title {
	font-size: 1.25rem;
	top: -1.25rem;
}

.plan__option-text {
	font-size: 1rem;
}

.plan__btn {
	margin-top: 2.5rem;
}

.plan__img {
	max-width: 7.5rem;
}

.inner.safety__inner {
	max-width: 37.5rem;
}

.safety__container {
	border-radius: 1.875rem;
}

.safety__list {
	gap: 3.125rem;
	grid-template-columns: repeat(1, 1fr);
}

.safety__item {
	border-radius: 1.25rem;
}

.section__ja-title {
	font-size: 1.75rem;
	text-align: center;
}

.section__ja-title::after {
	height: .25rem;
	left: 50%;
	transform: translateX(-50%);
}

.section__en-title {
	-ms-writing-mode: initial;
	font-size: 3.4375rem;
	left: 50%;
	top: 0;
	transform: rotate(0) translate(-50%, -60%);
	writing-mode: initial;
}

.section__en-title.section__en-title--about {
	left: 50%;
	right: auto;
	right: initial;
	top: 6.25rem;
	transform: rotate(0) translate(-50%, -60%);
}

.section__en-title.section__en-title--what {
	font-size: 3.4375rem;
	text-align: center;
	top: 6.25rem;
	transform: rotate(0) translate(-50%, -60%);
}

.section__en-title.section__en-title--plan {
	left: 50%;
	transform: rotate(0) translate(-50%, -60%);
}

.section__en-title.section__en-title--safety {
	color: #eaeaea;
	left: 50%;
	right: auto;
	right: initial;
	top: 4.75rem;
	transform: translate(-50%, -50%);
}

.what {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.inner.what__inner {
	max-width: 37.5rem;
}

.what__content-wrapper {
	flex-direction: column;
	gap: 2.5rem;
}

.what__text {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.what__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.what__list {
	-moz-column-gap: .625rem;
	column-gap: .625rem;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	margin-top: 3.125rem;
	row-gap: .9375rem;
}

.what__item {
	height: auto;
	height: initial;
	min-height: 7.5rem;
	width: auto;
	width: initial;
}

.what__item-text {
	font-size: .9375rem;
}

.what__btn {
	margin-top: 3.125rem;
}

}

@media (max-width: 500px) {

.br-500-less {
	display: block;
}

}

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

.fv {
	max-height: none;
	max-height: initial;
	min-height: 47.625rem;
	padding-top: 3.75rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes btn_animation {

0% {
	opacity: 0;
	transform: scale(0) rotate(45deg);
}

80% {
	opacity: .5;
	transform: scale(0) rotate(45deg);
}

81% {
	opacity: 1;
	transform: scale(4) rotate(45deg);
}

100% {
	opacity: 0;
	transform: scale(50) rotate(45deg);
}

}


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