body {
	color: #444444;
	font-family: "Noto Sans JP", serif;
}

.fade {
	opacity: 0;
	transform: translateY(20px);
	transition: 0.8s;
}

.fade.visible {
	opacity: 1;
	transform: translateY(0);
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.8;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

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

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

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

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

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

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

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.l-company {
	margin-bottom: 2.25rem;
}

.l-flow {
	margin-bottom: 2.0625rem;
}

.l-graduate {
	margin-bottom: 3.125rem;
}

.l-media {
	margin-bottom: 2.375rem;
}

.l-recommend {
	margin-bottom: 2.25rem;
}

.l-staff {
	margin-bottom: 2.25rem;
}

.l-success {
	margin-bottom: 3.4375rem;
}

.l-trial {
	margin-bottom: 3.125rem;
}

.l-use {
	margin-bottom: 2.5rem;
}

.l-what {
	margin-bottom: 2.75rem;
}

.l-why {
	margin-bottom: 2.25rem;
}

.btn__body {
	animation: btnmove 1s ease 0s infinite alternate;
	background: linear-gradient(45deg, rgb(51, 102, 153) 0%, rgb(93, 143, 237) 100%);
	border-radius: 0.625rem;
	display: inline-block;
	filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.2));
	height: 3.5625rem;
	margin-bottom: 0.75rem;
	text-align: center;
	width: 17.8125rem;
}

.btn__body:hover {
	opacity: 1;
}

.btn__body--top {
	margin-bottom: 0;
}

.btn__small-text {
	background-color: #ffffff;
	color: #31549D;
	display: inline-block;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 700;
	height: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 0.875rem;
	margin-bottom: 0.25rem;
	width: 5.75rem;
}

.btn__small-text--orange {
	color: #D26C36;
}

.btn__big-text {
	color: #ffffff;
	font-size: 1.3125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.btn__annotation {
	font-feature-settings: "palt";
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	position: relative;
	text-align: center;
}

.close {
	background-image: url(../images/common/bg_close.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 1.875rem;
	padding-top: 1.5rem;
}

.close__title {
	font-feature-settings: "palt";
	color: #ffffff;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.23;
	margin-bottom: 1.5rem;
}

.close__text {
	font-feature-settings: "palt";
	color: #ffffff;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.86;
	margin-bottom: 1.875rem;
}

.close__text:last-of-type {
	margin-bottom: 0;
}

.company__content {
	background-color: #ffffff;
	border: 1px solid #ED6E2D;
	border-radius: 0.625rem;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3019607843));
	padding-bottom: 1.5rem;
	padding-left: 1.125rem;
	padding-top: 1.25rem;
	position: relative;
}

.company__title {
	color: #ED6E2D;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.444;
	margin-bottom: 0.25rem;
}

.company__list {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-left: 0.25rem;
}

.company__list-head {
	position: relative;
	width: 25%;
}

.company__list-head span {
	line-height: 2;
	position: absolute;
	right: -0.125rem;
}

.company__list-text {
	font-feature-settings: "palt";
	width: 75%;
}

.company__logo {
	position: absolute;
	right: 1.375rem;
	top: 0.75rem;
	width: 4.4375rem;
}

.company__image {
	bottom: 0;
	filter: drop-shadow(3px -1px 3px rgba(0, 0, 0, 0.3));
	position: absolute;
	right: -0.875rem;
	width: 8.5625rem;
}

.comparison {
	background-color: #F1EFE3;
	padding-bottom: 1.75rem;
	padding-top: 3.1875rem;
}

.comparison__title {
	margin-bottom: 2rem;
}

.comparison__image {
	display: block;
	margin-bottom: 1.125rem;
}

.comparison__text {
	font-feature-settings: "palt";
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 2.05;
	text-align: center;
}

.comparison__text-orange {
	color: #ED6E2D;
}

.fix-btn {
	bottom: 0.625rem;
	opacity: 0;
	position: fixed;
	right: 0.625rem;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: hidden;
	width: 17.8125rem;
	z-index: 9999;
}

.fix-btn.show {
	opacity: 1;
	visibility: visible;
}

.fix-btn.hide {
	opacity: 0;
	visibility: hidden;
}

.fix-btn__body {
	max-width: 17.8125rem;
}

.fix-btn__body img {
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

.flow {
	background-image: url(../images/common/bg_lattice.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.flow__title-wrapper {
	margin-bottom: 1.375rem;
	text-align: center;
}

.flow__title-parts {
	background-color: #333333;
	border-radius: 1.625rem;
	color: #ffffff;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 2.0625;
	margin-bottom: 1.4375rem;
	padding: 0 1rem;
	position: relative;
}

.flow__title-parts::after {
	border-color: #333333 transparent transparent transparent;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	bottom: -0.375rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.flow__item-wrapper {
	margin-bottom: 2.625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	position: relative;
}

.flow__item-wrapper::before {
	background-image: linear-gradient(to bottom, #065F80 0px, #065F80 3px, transparent 3px, transparent 5px);
	background-repeat: repeat-y;
	background-size: 100% 5px;
	content: "";
	height: 95%;
	left: 2.5625rem;
	position: absolute;
	top: 0.625rem;
	transform: translateX(-50%);
	width: 1px;
}

.flow__item {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.flow__item:last-of-type {
	margin-bottom: 0;
}

.flow__icon {
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
	flex-shrink: 0;
	width: 5.125rem;
}

.flow__step {
	margin-bottom: 0.25rem;
	width: 3.25rem;
}

.flow__text {
	font-feature-settings: "palt";
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.41;
}

.flow__btn {
	text-align: center;
}

.footer {
	margin-bottom: 2.125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: center;
}

.footer__logo {
	margin: 0 auto 2.25rem;
	width: 9.25rem;
}

.footer__link {
	display: flex;
	gap: 2%;
	justify-content: center;
}

.footer__link-item {
	color: #ED6E2D;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.graduate-card {
	background-color: #ffffff;
	border-radius: 0.625rem;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
	padding-bottom: 2.125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
}

.graduate-card__head-wrapper {
	margin-bottom: 1.375rem;
	margin-right: -1.25rem;
	position: relative;
}

.graduate-card__title-wrapper {
	bottom: -1.25rem;
	left: -1.25rem;
	position: absolute;
}

.graduate-card__name {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 0.5rem;
	margin-left: 0.8125rem;
}

.graduate-card__title-orange {
	font-feature-settings: "palt";
	background-color: #ED6E2D;
	color: #ffffff;
	display: inline-block;
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	padding-left: 0.8125rem;
	padding-right: 1rem;
}

.graduate-card__text {
	font-feature-settings: "palt";
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.857;
	text-align: justify;
}

.graduate {
	background-color: #F1EFE3;
	padding-bottom: 2.5rem;
	padding-top: 2.375rem;
}

.graduate__title {
	margin-bottom: 2.5rem;
}

.graduate__btn {
	text-align: center;
}

.graduate__swiper,
.staff__swiper {
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	position: relative;
}

.graduate__swiper .swiper,
.staff__swiper .swiper {
	margin-right: -0.625rem;
	padding-bottom: 4.1875rem;
	padding-right: 0.625rem;
}

.graduate__swiper .swiper-pagination,
.staff__swiper .swiper-pagination {
	align-items: center;
	bottom: 2.5rem;
	display: flex;
	height: 0.625rem;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.graduate__swiper .swiper-pagination .swiper-pagination-bullet,
.staff__swiper .swiper-pagination .swiper-pagination-bullet {
	background-color: #FFFFFF;
	border-radius: 50%;
	height: 0.625rem;
	margin: 0 0.625rem;
	opacity: 1;
	width: 0.625rem;
}

.graduate__swiper .swiper-pagination .swiper-pagination-bullet-active,
.staff__swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ED6E2D;
}

.graduate__swiper .swiper-button-prev,
.graduate__swiper .swiper-button-next,
.staff__swiper .swiper-button-prev,
.staff__swiper .swiper-button-next {
	background-image: url(../images/common/swiper-btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3019607843));
	height: 2.5rem;
	position: absolute;
	top: 46%;
	width: 1.6875rem;
	z-index: 2;
}

.graduate__swiper .swiper-button-prev,
.staff__swiper .swiper-button-prev {
	left: -0.875rem;
	transform: scale(-1, 1);
}

.graduate__swiper .swiper-button-next,
.staff__swiper .swiper-button-next {
	right: -0.875rem;
}

.graduate__swiper .swiper-button-prev::after,
.staff__swiper .swiper-button-prev::after {
	content: "";
}

.graduate__swiper .swiper-button-next::after,
.staff__swiper .swiper-button-next::after {
	content: "";
}

.header {
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
	left: 50%;
	max-width: 31.375rem;
	position: fixed;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 4.1875rem;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.header__logo {
	width: 6.875rem;
}

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

.media__title {
	margin-bottom: 3.75rem;
}

.media__list {
	margin-bottom: 3.125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
}

.media__btn {
	text-align: center;
}

.recommend {
	background-image: url(../images/common/bg_lattice.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2.3125rem;
	padding-top: 1.625rem;
}

.recommend__head {
	position: relative;
}

.recommend__text-wrapper {
	padding-bottom: 0.75rem;
}

.recommend__title {
	font-feature-settings: "palt";
	color: #ED6E2D;
	font-size: 1.3125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.43;
	margin-bottom: 0.625rem;
}

.recommend__company,
.recommend__name {
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 1.3125rem;
}

.recommend__company {
	font-size: 0.6875rem;
	line-height: 1.3636363636;
}

.recommend__name {
	font-size: 1.25rem;
	line-height: 1.2;
}

.recommend__image {
	bottom: -0.5rem;
	filter: drop-shadow(3px -2px 2px rgba(0, 0, 0, 0.2));
	position: absolute;
	right: 0.5rem;
	width: 6.5625rem;
}

.recommend__text {
	font-feature-settings: "palt";
	background-color: #F7DFBD;
	border-radius: 0.9375rem;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 1.25rem 1.3125rem 1.5rem;
	text-align: justify;
}

.section-title-small {
	font-feature-settings: "palt";
	color: #ED6E2D;
	font-size: 1.375rem;
	letter-spacing: 0.02em;
	line-height: 1.1;
	position: relative;
	text-align: center;
}

.section-title-small--black {
	color: #444444;
}

.section-title-small--staff {
	margin-bottom: 2.125rem;
}

.section-title-small::before {
	background-color: #ED6E2D;
	bottom: -0.8125rem;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3rem;
}

.section-title-small--black::before {
	background-color: #444444;
}

.section-title-small--staff::before {
	content: none;
}

.section-title {
	font-feature-settings: "palt";
	color: #ED6E2D;
	font-size: 1.375rem;
	letter-spacing: 0.08em;
	line-height: 1.36;
	text-align: center;
}

.staff-card {
	background-color: #ffffff;
	border-radius: 0.9375rem;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
	padding: 1.875rem 1.125rem 1.5rem 1.125rem;
}

.staff-card__head {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.staff-card__image {
	flex-shrink: 0;
	width: 8.0625rem;
}

.staff-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 129/129;
	object-fit: cover;
}

.staff-card__name-ja {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0.3125rem;
	margin-left: 0.5rem;
}

.staff-card__name-en {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	margin-left: 0.5rem;
	text-transform: uppercase;
}

.staff-card__tags {
	font-feature-settings: "palt";
	display: flex;
	flex-wrap: wrap;
	gap: 0.1875rem;
}

.staff-card__tag {
	border: 1px solid #ED6E2D;
	border-radius: 0.6875rem;
	color: #ED6E2D;
	font-size: 0.8125rem;
	font-weight: 500;
	padding-left: 0.25rem;
	padding-right: 0.5rem;
}

.staff-card__text {
	font-feature-settings: "palt";
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8666666667;
	text-align: justify;
}

.staff {
	background-color: #F1EFE3;
	padding-top: 3.25rem;
	position: relative;
}

.success__title {
	margin-bottom: 2.75rem;
}

.success__text {
	font-feature-settings: "palt";
	color: #ED6E2D;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8888888889;
	margin-bottom: 2.25rem;
}

.success__image {
	display: block;
	margin-bottom: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
}

.success__btn {
	text-align: center;
}

.top__fv {
	display: inline-block;
	margin-bottom: 1.375rem;
}

.top__text {
	font-feature-settings: "palt";
	color: #444444;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.9;
	margin-bottom: 0.25rem;
	text-align: center;
}

.top__btn {
	margin-bottom: 2.25rem;
	text-align: center;
}

.trial__title-wrapper {
	text-align: center;
}

.trial__title-parts {
	background-color: #333333;
	border-radius: 1.625rem;
	color: #ffffff;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.0625;
	margin-bottom: 1.25rem;
	padding: 0 1rem;
	position: relative;
}

.trial__title-parts::after {
	border-color: #333333 transparent transparent transparent;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	bottom: -0.375rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.trial__title {
	letter-spacing: 0.01em;
	margin-bottom: 2.25rem;
}

.trial__point-wrapper {
	border: 2px solid #ED6E2D;
	border-radius: 0.625rem;
	padding-bottom: 8.125rem;
	padding-left: 1.625rem;
	padding-right: 1.25rem;
	padding-top: 1.875rem;
	position: relative;
}

.trial__point {
	margin-bottom: 1.75rem;
}

.trial__point:nth-of-type(2) {
	margin-bottom: 2.5rem;
}

.trial__point:last-of-type {
	margin-bottom: 0;
}

.trial__point-title-wrapper {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-bottom: 1rem;
}

.trial__point-title-wrapper--point3 {
	margin-bottom: 0.4375rem;
}

.trial__point-number {
	background-color: #ED6E2D;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	height: 3.8125rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	width: 3.8125rem;
}

.trial__point-number-small {
	font-size: 0.6875rem;
}

.trial__point-title {
	font-feature-settings: "palt";
	font-size: 1.375rem;
	letter-spacing: 0.01em;
	line-height: 1.45;
}

.trial__point-text {
	font-feature-settings: "palt";
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.857;
	text-align: justify;
}

.trial__point-text-orange {
	color: #ED6E2D;
}

.trial__image {
	bottom: -0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 10.25rem;
}

.use {
	background-image: url(../images/common/bg_user.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 1.75rem;
	padding-top: 2rem;
	position: relative;
}

.use__title {
	margin-bottom: 1.3125rem;
}

.use__content {
	align-items: flex-start;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	width: 92.3%;
}

.use__content--reverse {
	flex-flow: row-reverse;
	justify-content: flex-start;
}

.use__content:first-of-type {
	gap: 3rem;
	margin-bottom: 2.5rem;
}

.use__content:nth-of-type(2) {
	gap: 2.25rem;
	margin-bottom: 2.5rem;
}

.use__content:nth-of-type(3) {
	gap: 2.625rem;
	margin-bottom: 2.5rem;
}

.use__content:last-of-type {
	gap: 2.25rem;
	margin-right: 0;
}

.use__text-wrapper {
	flex-shrink: 0;
	margin-bottom: 0.5rem;
}

.use__text-black {
	font-feature-settings: "palt";
	font-size: 0.8125rem;
	font-weight: 700;
	margin-bottom: 0.375rem;
	text-align: center;
}

.use__text-orange {
	font-feature-settings: "palt";
	color: #ffffff;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
}

.use__text-orange span {
	background-color: #999999;
	display: inline-block;
	padding: 0 0.5rem;
}

.use__text-orange span:first-of-type {
	margin-bottom: 0.1875rem;
}

.use__image--1 {
	margin-right: 0.625rem;
	margin-top: -0.3125rem;
	width: 25%;
}

.use__image--2 {
	width: 28%;
}

.use__image--3 {
	margin-right: 0.5rem;
	width: 31%;
}

.use__image--4 {
	margin-top: -0.125rem;
	width: 20%;
}

.what-card {
	display: flex;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
	flex-direction: column;
}

.what-card__head {
	font-feature-settings: "palt";
	background-color: #ED6E2D;
	border-radius: 0.25rem 0.25rem 0 0;
	color: #ffffff;
	font-size: 0.6875rem;
	line-height: 1.458;
	padding-bottom: 0.3125rem;
	padding-top: 0.5rem;
	text-align: center;
}

.what-card__content {
	align-items: center;
	background-color: #ffffff;
	border-radius: 0 0 0.25rem 0.25rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding-bottom: 0.5rem;
	padding-top: 0.3125rem;
}

.what-card__image {
	margin-bottom: 0.5625rem;
	width: 3rem;
}

.what-card__list {
	text-align: left;
}

.what-card__list-item {
	font-feature-settings: "palt";
	font-size: 0.625rem;
	line-height: 1.3;
	padding-left: 0.5em;
	text-indent: -0.5em;
}

.what-card__list-item:first-of-type {
	margin-bottom: 0.1875rem;
}

.what-card__list-item::before {
	font-feature-settings: "palt";
	content: "・";
}

.what {
	text-align: center;
}

.what__title {
	font-feature-settings: "palt";
	background-color: #ED6E2D;
	color: #ffffff;
	display: inline-block;
	font-size: 1.375rem;
	line-height: 1.73;
	margin-bottom: 1.3125rem;
	padding: 0 0.75rem;
	text-align: center;
}

.what__intro {
	font-feature-settings: "palt";
	font-size: 1.1875rem;
	font-weight: bold;
	line-height: 2.21;
	margin-bottom: 1.375rem;
}

.what__intro-orange {
	color: #ED6E2D;
}

.what__cards {
	display: flex;
	gap: 0.375rem;
	justify-content: space-between;
	padding-bottom: 1.9375rem;
}

.what__card-item {
	transform: translateZ(0);
	width: 33.3333333333%;
}

.what__btn {
	margin-bottom: 0.625rem;
	text-align: center;
}

.what__annotation {
	text-align: left;
}

.what__annotation-item {
	color: #B3B3B3;
	font-size: 0.625rem;
	font-weight: 400;
}

.why-card__sub-title {
	font-feature-settings: "palt";
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.23;
	margin-bottom: 1.5rem;
	text-align: center;
}

.why-card__sub-title--small {
	font-size: 0.6875rem;
	line-height: 1.31;
	margin-bottom: 1.6875rem;
}

.why-card__text-wrapper {
	background-color: #ffffff;
	border-radius: 0.625rem;
	padding-bottom: 5.125rem;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
	padding-top: 1.75rem;
	position: relative;
}

.why-card__text-wrapper--small {
	height: 20.625rem;
	padding-bottom: 6.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.875rem;
}

.why-card__main-title {
	background-color: #ED6E2D;
	color: #ffffff;
	font-size: 1.0625rem;
	left: 50%;
	line-height: 1.7;
	padding: 0 0.75rem;
	position: absolute;
	text-align: center;
	top: -1rem;
	transform: translateX(-50%);
	white-space: nowrap;
}

.why-card__main-title--small {
	align-items: center;
	display: flex;
	font-size: 0.9375rem;
	height: 2.8125rem;
	line-height: 1.31;
	top: -1.5625rem;
}

.why-card__text {
	font-feature-settings: "palt";
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.857;
	text-align: justify;
	word-break: break-all;
}

.why-card__image {
	position: absolute;
}

.why-card__image--staff {
	bottom: -4.125rem;
	right: -0.75rem;
	width: 13rem;
}

.why-card__image--youtube {
	bottom: -0.25rem;
	right: -1rem;
	width: 9.6875rem;
}

.why-card__image--book {
	bottom: -0.5rem;
	right: -0.25rem;
	width: 7.625rem;
}

.why {
	background-image: url(../images/common/bg_why.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.25rem;
	padding-top: 1.875rem;
}

.why__title-wrapper {
	text-align: center;
}

.why__title-parts {
	background-color: #ED6E2D;
	border-radius: 1.625rem;
	color: #ffffff;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.0625;
	margin-bottom: 0.75rem;
	padding: 0 1rem;
	position: relative;
}

.why__title-parts::after {
	border-color: #ED6E2D transparent transparent transparent;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	bottom: -0.375rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.why__title {
	font-feature-settings: "palt";
	font-size: 1.1875rem;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin-bottom: 1.9375rem;
}

.why__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 5.125rem 0.875rem;
}

.why__cards-item--big {
	width: 100%;
}

.why__cards-item--small {
	width: calc((100% - 0.875rem) / 2);
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.l-company {
	margin-bottom: 5rem;
}

.l-flow {
	margin-bottom: 4.375rem;
}

.l-graduate {
	margin-bottom: 4.875rem;
}

.l-media {
	margin-bottom: 4rem;
}

.l-recommend {
	margin-bottom: 4.875rem;
}

.l-staff {
	margin-bottom: 5.125rem;
}

.l-success {
	margin-bottom: 4.625rem;
}

.l-use {
	margin-bottom: 5rem;
}

.l-what {
	margin-bottom: 4.5rem;
}

.l-why {
	margin-bottom: 5rem;
}

.btn__body--top {
	height: 4.625rem;
	padding-top: 0.5rem;
	width: 21.875rem;
}

.btn__small-text {
	width: 7rem;
}

.btn__small-text--top {
	font-size: 0.6875rem;
	height: 1rem;
}

.btn__big-text--top {
	font-size: 1.625rem;
}

.close {
	background-image: url(../images/common/bg_close_pc.png);
	padding-bottom: 4.375rem;
	padding-top: 4.875rem;
}

.close__title,
.close__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 43.25rem;
}

.close__title {
	font-size: 1.75rem;
	letter-spacing: -0.02em;
	line-height: 1.14;
	margin-bottom: 2.875rem;
}

.close__text {
	font-size: 1.25rem;
	letter-spacing: 0.035em;
	line-height: 1.95;
	margin-bottom: 2.375rem;
}

.company__content {
	border-radius: 1.4375rem;
	border-width: 3px;
	filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.3019607843));
	padding-bottom: 3.75rem;
	padding-left: 3rem;
	padding-right: 3.75rem;
	padding-top: 3.375rem;
}

.company__title {
	font-size: 2rem;
	line-height: 1.374;
	margin-bottom: 0.625rem;
}

.company__list {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.44;
	margin-left: 0;
	width: 46%;
}

.company__list-head span {
	line-height: 2.44;
}

.company__logo {
	right: 3.125rem;
	top: 1.875rem;
	width: 7.5625rem;
}

.company__image {
	filter: drop-shadow(7px -2px 7px rgba(0, 0, 0, 0.3));
	right: 12.5rem;
	width: 20.125rem;
}

.comparison {
	padding-bottom: 4.625rem;
	padding-top: 4.75rem;
}

.comparison__title {
	margin-bottom: 2.875rem;
}

.comparison__image {
	margin: 0 auto;
	margin-bottom: 2.875rem;
	max-width: 33.625rem;
}

.comparison__text {
	font-size: 1.25rem;
	letter-spacing: 0.02em;
	line-height: 1.85;
}

.fix-btn {
	right: 1.875rem;
}

.flow {
	background-image: url(../images/common/bg_lattice_pc.png);
	padding-bottom: 4.625rem;
	padding-top: 5rem;
}

.flow__title-wrapper {
	margin-bottom: 4.25rem;
}

.flow__title-parts {
	font-size: 1.375rem;
	letter-spacing: -0.03em;
	line-height: 1.95;
	margin-bottom: 1.375rem;
}

.flow__title-parts::after {
	border-width: 10px 14px 0 14px;
}

.flow__item-wrapper {
	display: flex;
	gap: 6.25rem;
	justify-content: center;
	margin-bottom: 5.125rem;
	max-width: 100%;
}

.flow__item-wrapper::before {
	content: none;
}

.flow__item {
	flex-direction: column;
	gap: 1.5rem;
	padding-top: 3rem;
	position: relative;
	width: 16.5rem;
}

.flow__icon {
	width: 6.875rem;
}

.flow__step {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 4.375rem;
}

.flow__text {
	font-size: 1.25rem;
	line-height: 1.2;
}

.footer {
	margin-bottom: 5rem;
}

.footer__link {
	gap: 0.875rem;
	justify-content: center;
}

.graduate-card {
	padding-bottom: 2.375rem;
	padding-left: 1.6875rem;
	padding-right: 1.6875rem;
}

.graduate-card__head-wrapper {
	margin-bottom: 1rem;
	margin-right: -1.6875rem;
}

.graduate-card__title-wrapper {
	bottom: 0.625rem;
	left: 0;
}

.graduate-card__name {
	font-size: 0.875rem;
}

.graduate-card__title-orange {
	font-size: 0.875rem;
	line-height: 1.93;
}

.graduate-card__text {
	font-size: 0.8125rem;
	line-height: 2.15;
}

.graduate {
	padding-bottom: 4.75rem;
	padding-top: 6.8125rem;
}

.graduate__title {
	margin-bottom: 3.75rem;
}

.graduate__swiper,
.staff__swiper {
	max-width: 100%;
}

.graduate__swiper .swiper,
.staff__swiper .swiper {
	margin-right: 0;
	overflow: visible;
	padding-bottom: 0;
	padding-right: 0;
}

.graduate__swiper .swiper-wrapper,
.staff__swiper .swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	justify-content: space-between;
}

.graduate__swiper .swiper-button-prev,
.graduate__swiper .swiper-button-next,
.staff__swiper .swiper-button-prev,
.staff__swiper .swiper-button-next {
	display: none;
}

.graduate__swiper .swiper {
	margin-bottom: 3.9375rem;
}

.graduate__swiper .swiper-slide {
	width: calc((100% - 3rem) / 3);
}

.staff__swiper .swiper-slide {
	width: calc((100% - 6.75rem) / 4);
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.media__title {
	margin-bottom: 2.1875rem;
}

.recommend {
	background-image: url(../images/common/bg_lattice_pc.png);
	padding-bottom: 5rem;
	padding-top: 4.5rem;
}

.recommend__text-wrapper {
	padding-bottom: 2.375rem;
}

.recommend__title {
	font-size: 2rem;
	letter-spacing: 0.035em;
	line-height: 1.58625;
	margin-bottom: 3.0625rem;
}

.recommend__prof { /* justify-content: flex-end; */
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	margin-right: 17rem;
}

.recommend__company,
.recommend__name {
	text-align: left;
	width: 12.5rem;
}

.recommend__company {
	font-size: 0.75rem;
}

.recommend__name {
	font-size: 1.375rem;
}

.recommend__image {
	right: 2.875rem;
	width: 14.0625rem;
}

.recommend__text {
	font-size: 0.875rem;
	padding: 3rem 3.1875rem 1.75rem;
}

.section-title-small {
	font-size: 1.75rem;
	line-height: 1.2;
}

.section-title-small--staff {
	margin-bottom: 3.375rem;
}

.section-title-small::before {
	bottom: -0.625rem;
	width: 2.8125rem;
}

.section-title {
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.section-title--trial {
	font-size: 1.6875rem;
	letter-spacing: 0;
	line-height: 1.11;
}

.section-title--comparison {
	letter-spacing: 0.01em;
}

.staff-card {
	padding: 1.5625rem 0.875rem 1.75rem 0.875rem;
}

.staff-card__head {
	align-items: flex-end;
}

.staff-card__image {
	width: 6.125rem;
}

.staff-card__name-ja {
	font-size: 0.875rem;
}

.staff-card__name-en {
	font-size: 0.625rem;
}

.staff-card__tags {
	gap: 0.125rem;
}

.staff-card__tag {
	border-radius: 0.4375rem;
	font-size: 0.625rem;
	padding-left: 0.125rem;
	padding-right: 0.25rem;
}

.staff-card__text {
	font-size: 0.8125rem;
	line-height: 2.15;
}

.staff {
	padding-bottom: 4.875rem;
	padding-top: 4.875rem;
}

.success__title {
	margin-bottom: 4.375rem;
}

.success__text {
	letter-spacing: 0.01em;
	line-height: 1.17;
	margin-bottom: 1.9375rem;
	text-align: center;
}

.success__image {
	max-width: 60.125rem;
}

.top__fv {
	margin-bottom: 2.625rem;
}

.top__sankan {
	margin: 0 auto 2.625rem;
	max-width: 34.25rem;
}

.top__text {
	font-size: 0.9375rem;
	line-height: 1.72;
}

.top__btn {
	margin-bottom: 3.125rem;
}

.trial__title-parts {
	font-size: 1.375rem;
	letter-spacing: 0.02em;
	line-height: 2.3;
	margin-bottom: 1.625rem;
	padding: 0 1.375rem;
}

.trial__title-parts::after {
	border-width: 10px 14px 0 14px;
}

.trial__title {
	margin-bottom: 2.5rem;
}

.trial__point-wrapper {
	border-radius: 0.9375rem;
	border-width: 3px;
	padding-bottom: 8.75rem;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3rem;
}

.trial__point {
	margin-bottom: 3.1875rem;
}

.trial__point-title-wrapper {
	justify-content: flex-start;
	margin-bottom: 1.3125rem;
}

.use {
	background-image: url(../images/common/bg_user_pc.png);
	padding-bottom: 5.25rem;
	padding-top: 5rem;
}

.use__title {
	font-size: 1.75rem;
	letter-spacing: 0.01em;
	margin-bottom: 1.5rem;
}

.use__content {
	align-items: center;
	width: 55%;
}

.use__content--reverse {
	justify-content: flex-end;
}

.use__content:first-of-type {
	gap: 6.875rem;
	margin-bottom: 3.75rem;
}

.use__content:nth-of-type(2) {
	gap: 3.75rem;
	margin-bottom: 3.75rem;
}

.use__content:nth-of-type(3) {
	align-items: flex-end;
	gap: 6.125rem;
	margin-bottom: 3.75rem;
}

.use__content:last-of-type {
	gap: 3.25rem;
	margin-right: auto;
}

.use__text-wrapper {
	margin-bottom: 0;
}

.use__text-black {
	font-size: 1.125rem;
	line-height: 1.56;
}

.use__text-orange {
	font-size: 1rem;
	line-height: 1.625;
}

.use__text-orange span:first-of-type {
	margin-bottom: 0.25rem;
}

.use__image--1 {
	margin-right: 3.625rem;
	margin-top: 0.3125rem;
	width: 20%;
}

.use__image--2 {
	margin-left: 2.8125rem;
	width: 21.5%;
}

.use__image--3 {
	margin-right: 2.625rem;
	width: 25%;
}

.use__image--4 {
	margin-left: 3.9375rem;
	width: 15.5%;
}

.what-card__head {
	font-size: 1.1875rem;
	line-height: 1.53;
	padding-bottom: 0.625rem;
	padding-top: 0.75rem;
}

.what-card__content {
	border-radius: 0 0 0.5625rem 0.5625rem;
	gap: 0.625rem;
	padding-bottom: 0.8125rem;
	padding-top: 0.6875rem;
}

.what-card__image {
	width: 5.4375rem;
}

.what-card__list-item {
	font-size: 1.0625rem;
}

.what-card__list-item:first-of-type {
	margin-bottom: 0.5rem;
}

.what__title {
	font-size: 1.75rem;
	line-height: 1.57;
	margin-bottom: 1.375rem;
	padding: 0 1.5rem;
}

.what__intro {
	letter-spacing: 0.05em;
	margin-bottom: 2.5rem;
}

.what__cards {
	gap: 1.6875rem;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 4.375rem;
	width: 39.125rem;
}

.what__annotation {
	display: inline-block;
}

.why-card__sub-title {
	letter-spacing: 0.02em;
}

.why-card__sub-title--small {
	font-size: 1rem;
	line-height: 1.23;
	margin-bottom: 0.875rem;
}

.why-card__text-wrapper--small {
	height: 13.625rem;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
	padding-top: 2.125rem;
}

.why-card__main-title--small {
	font-size: 1.0625rem;
	height: auto;
	justify-content: center;
	line-height: 1.7;
	top: -0.625rem;
	width: 81%;
}

.why-card__text {
	letter-spacing: 0.05em;
}

.why-card__image--youtube {
	bottom: -3.75rem;
	right: 0.625rem;
	width: 14.875rem;
}

.why-card__image--book {
	bottom: -3.75rem;
	right: 0;
	width: 9.875rem;
}

.why {
	background-image: url(../images/common/bg_why_pc.png);
	padding-bottom: 8.125rem;
	padding-top: 5rem;
}

.why__title-parts {
	font-size: 1.375rem;
	letter-spacing: 0.02em;
	line-height: 1.95;
	margin-bottom: 0.9375rem;
}

.why__title-parts::after {
	border-width: 10px 14px 0 14px;
}

.why__title {
	font-size: 1.75rem;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin-bottom: 1.875rem;
}

.why__cards {
	gap: 5.8125rem 3.75rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 44.375rem;
}

.why__cards-item--big {
	margin: 0 12rem;
}

.why__cards-item--small {
	width: calc((100% - 3.75rem) / 2);
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes btnmove {

from {
	transform: scale(0.9, 0.9);
}

to {
	transform: scale(1, 1);
}

}


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