body {
	color: #000;
	font-family: "m-plus-1p", sans-serif;
}

.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;
}

.top-case {
	margin-top: 1.875rem;
	padding-bottom: 3.125rem;
}

.top-lineup {
	margin-top: 1.875rem;
	padding-bottom: 3.125rem;
}

.top-reason {
	margin-top: 1.875rem;
	padding-bottom: 3.3125rem;
}

.achievement {
	padding: 1.875rem 0 1.25rem;
}

.achievement__swiper {
	margin-top: 2.1875rem;
}

.achievement__inner {
	margin: auto;
	max-width: 500px;
	position: relative;
}

.achievement__container {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	width: auto;
}

.achievement__content {
	border-radius: 0.625rem;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 1.875rem;
}

.achievement__image img {
	-o-object-fit: cover;
	aspect-ratio: 240/170;
	border-radius: 0.625rem 0.625rem 0 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.achievement__slide {
	display: flex;
	flex-direction: column;
	height: auto;
}

.achievement__wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-start;
	padding: 1.375rem 1.25rem 2.1875rem;
}

.achievement__name {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1875;
}

.achievement__text {
	color: #333;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.7333333333;
	margin-top: 1rem;
}

.achievement__button-prev,
.achievement__button-next {
	bottom: 49%;
	cursor: pointer;
	height: 1.5rem;
	position: absolute;
	transform: translateY(-50%);
	width: 1.5rem;
	z-index: 10;
}

.achievement__button-prev {
	left: 8.8%;
}

.achievement__button-next {
	right: 8.8%;
}

.achievement__button-prev::after,
.achievement__button-next::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.achievement__button-prev::after {
	background-image: url("../images/common/achievement-button-left.webp");
}

.achievement__button-next::after {
	background-image: url("../images/common/achievement-button-right.webp");
}

.assist {
	background-image: url("../images/common/assist-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.875rem 0 3.125rem;
}

.assist__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.assist__sentence {
	margin-top: 1rem;
	text-align: center;
}

.assist__subtitle {
	color: #333;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.875;
	text-align: left;
}

.assist__list {
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	margin-top: 2.875rem;
	padding: 0 2.375rem;
}

.assist__item {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 0.625rem 0.625rem 1rem;
	width: 100%;
}

.assist__img video {
	-o-object-fit: cover;
	aspect-ratio: 240/170;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.assist__text {
	color: #333;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.7333333333;
	margin-top: 0.625rem;
	text-align: center;
}

.button__text {
	align-items: center;
	background-color: transparent;
	border: solid 2px #fff;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.625;
	min-width: 0;
	overflow: hidden;
	padding: 0.9375rem 0;
	position: relative;
	transition: background-color 0.4s ease;
	width: 100%;
}

.button__text:hover::before {
	left: 0;
}

.button__text {
	position: relative;
	z-index: 1;
}

.button__text--trial {
	background-color: #3578C8;
	border: none;
	padding: 1.0625rem 0;
}

.button__text--lineup {
	background-color: #9CC835;
	border: none;
	padding: 1.0625rem 0;
}

.button__text::after {
	background-image: url(../images/common/button-arrow.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.79375rem;
	position: absolute;
	right: 1.1875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.4s ease, transform 0.4s ease;
	width: 1.4125rem;
	z-index: 1;
}

.work__button.is-open .button__text::after {
	transform: translateY(-50%) rotate(180deg);
}

.button__text--consultation::after,
.button__text--trial::after,
.button__text--lineup::after {
	background-image: none;
}

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

.case::before {
	background-image: url("../images/common/bg-cycle.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 21.375rem;
	left: calc(50% - min(0%, 50rem));
	position: absolute;
	top: 6rem;
	width: 21.375rem;
	z-index: -1;
}

.case__bg {
	position: relative;
}

.case__bg::before {
	background-image: url("../images/common/bg-cycle.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -10rem;
	content: "";
	height: 22.25rem;
	position: absolute;
	right: calc(50% - min(-14%, 50rem));
	width: 22.25rem;
	z-index: -1;
}

.case__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.case__list {
	margin-top: 2.8125rem;
}

.case__item + .case__item {
	margin-top: 2.5rem;
}

.case__head {
	align-items: flex-start;
	display: flex;
	gap: 0.625rem;
}

.case__head img {
	height: 3.375rem;
	width: 3.375rem;
}

.case__title {
	display: flex;
	flex-direction: column;
}

.case__title-color {
	color: #3578C8;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.case__title-main {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3333333333;
}

.case__container {
	background-color: #fff;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
	margin-top: 1.375rem;
	padding: 0.9375rem;
}

.case__wrapper {
	background-color: #F7F7F7;
	padding: 0.9375rem 0.9375rem 0.9375rem;
}

.case__box + .case__box {
	margin-top: 1rem;
}

.case__task {
	background-color: #9CC835;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.6875rem 0.625rem;
	text-align: center;
}

.case__text {
	color: #333;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.6;
	margin-top: 0.3125rem;
}

.case__text span {
	font-weight: 700;
}

.case__content {
	margin-top: 1.5625rem;
	padding: 0 0.625rem;
}

.case__example {
	color: #333;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2777777778;
}

.case__images {
	margin: 0.875rem auto auto 0;
	max-width: 54.75rem;
	overflow-x: scroll;
	width: calc(100% + 1.5625rem);
}

.case__table {
	border-collapse: collapse;
	padding-right: 1.25rem;
	width: 54.75rem;
}

.case__table img {
	-o-object-fit: cover;
	aspect-ratio: 876/605;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company {
	background-color: #F7F7F7;
	padding: 2.6875rem 0 3.125rem;
}

.company__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.company__heading {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
}

.company__border {
	border-top: solid 1px #333;
	width: 13.135%;
}

.company__title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-align: center;
	width: 15.625rem;
}

.company__img {
	margin-top: 1.5625rem;
}

.company__img img {
	-o-object-fit: cover;
	aspect-ratio: 298/417;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.consultation {
	background-image: url("../images/common/consultation-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 2.8125rem 0 3.125rem;
	text-align: center;
}

.consultation__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.consultation__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3333333333;
}

.consultation__subtitle {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
	margin-top: 1.5625rem;
}

.consultation__button {
	margin-top: 1.625rem;
}

.cta {
	background-color: transparent;
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.cta__content {
	position: relative;
}

.cta__logo {
	height: 2.875rem;
	left: 1%;
	position: absolute;
	top: -107%;
	width: 2.5rem;
}

.cta__banner {
	-webkit-text-decoration: none;
	background-color: #3578C8;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0.4375rem 0 0.75rem;
	pointer-events: auto;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.cta__banner::before {
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
	content: "";
	height: 100%;
	left: -100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	width: 50%;
	z-index: 1;
}

.cta__banner.is-shining::before {
	animation: shine 0.7s ease forwards;
}

.cta__text {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1;
	position: relative;
}

.cta__text-font {
	color: #FFD966;
	font-size: 1rem;
	font-weight: 900;
}

.cta__text-font-second {
	font-size: 0.875rem;
}

.cta__arrow {
	background-color: #fff;
	bottom: 1.75rem;
	height: 0.0625rem;
	left: 52%;
	position: absolute;
	top: 77%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
	width: 20.3125rem;
}

.cta__arrow::after {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: -0.2rem;
	top: -0.4rem;
	transform: rotate(33deg);
	transform-origin: left bottom;
	transition: transform 0.3s ease;
	width: 0.75rem;
}

.faq-toggle {
	background-color: #fff;
	border-radius: 0.625rem;
}

.faq-toggle__title {
	cursor: pointer;
	padding: 0.9375rem 0rem 0rem 0.9375rem;
	position: relative;
	z-index: 1;
}

.faq-toggle__title::after {
	color: #333;
	content: "+";
	font-size: 1.375rem;
	font-weight: 700;
	position: absolute;
	right: 1.125rem;
	top: 0.5rem;
	transition: transform 0.3s ease, content 0.3s ease;
}

.open .faq-toggle__title::after {
	content: "−";
}

.faq-toggle__title-box {
	align-items: flex-start;
	display: flex;
	gap: 0.625rem;
	justify-content: flex-start;
}

.faq-toggle__title-box--answer {
	margin-top: 0.5rem;
}

.faq-toggle__title-icon {
	background-color: #3578C8;
	border-radius: 50%;
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	max-width: 1.5rem;
	text-align: center;
	width: 100%;
}

.faq-toggle__title-icon--answer {
	background-color: #9CC835;
}

.faq-toggle__title-question {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
	position: relative;
	top: -0.125rem;
	width: 70%;
}

.faq-toggle__answer {
	margin-bottom: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 3.5rem 0.9375rem 0.9375rem;
	transition: max-height 0.6s ease, opacity 0.6s ease, margin-bottom 0.6s ease;
	visibility: hidden;
}

.open .faq-toggle__answer {
	opacity: 1;
	padding: 0 3.5rem 0.9375rem 0.9375rem;
	visibility: visible;
}

.faq-toggle__title-answer {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.7142857143;
	position: relative;
}

.faq-toggle__icon {
	-webkit-user-select: none;
	-moz-user-select: none;
	color: #333;
	font-size: 1.375rem;
	font-weight: 700;
	pointer-events: none;
	position: absolute;
	right: 1.125rem;
	top: 0.5rem;
	user-select: none;
}

.faq {
	background-color: #F7F7F7;
	overflow: hidden;
	padding: 1.875rem 0 3.125rem;
}

.faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.faq__list {
	margin-top: 2.8125rem;
}

.faq__item + .faq__item {
	margin-top: 1.25rem;
}

.faq__button {
	margin-top: 2.5rem;
	text-align: center;
}

.flow {
	background-color: #99CC9D;
	padding: 1.875rem 0 3.125rem;
}

.flow__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.flow__heading {
	margin-left: auto;
	margin-right: auto;
	max-width: 21.25rem;
	position: relative;
}

.flow__logo {
	height: 9.375rem;
	left: -14%;
	position: absolute;
	top: 15%;
	width: 9.375rem;
	z-index: 1;
}

.flow__content {
	margin: 2.5rem auto 0;
	max-width: 58.75rem;
	overflow-x: scroll;
	width: calc(100% + 1.25rem);
}

.flow__table {
	border-collapse: collapse;
	padding-right: 1.25rem;
	width: 58.75rem;
}

.flow__table img {
	-o-object-fit: cover;
	aspect-ratio: 940/430;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer {
	padding: 2.5rem 0 3.125rem;
	text-align: center;
}

.footer__wrapper {
	margin-top: 1.4375rem;
}

.footer__logo img {
	height: 5rem;
	margin-left: auto;
	margin-right: auto;
	width: 5.3125rem;
}

.footer__name {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1875;
}

.footer__address {
	margin-top: 0.625rem;
}

.footer__tel {
	margin-top: 0.375rem;
}

.footer__address,
.footer__tel {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.2142857143;
}

.footer__copyright {
	color: #999999;
	font-size: 0.6875rem;
	font-weight: 300;
	line-height: 1.1818181818;
	margin-top: 2rem;
	text-align: center;
}

.fv__bg {
	-o-object-fit: cover;
	background-image: url("../images/common/fv-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
}

.fv__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 5.625rem 1.25rem 1.25rem;
	text-align: center;
}

.fv__content {
	background-color: rgba(11, 28, 38, 0.5);
	border-radius: 0 3.75rem 0 3.75rem;
	padding: 1.5rem 0.5625rem;
}

.fv__title img {
	height: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 15.625rem;
}

.fv__title-en {
	color: #fff;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1rem;
}

.fv__box {
	background-color: rgba(0, 0, 0, 0.6);
	border: solid 2px #fff;
	border-radius: 2rem;
	color: #fff;
	display: flex;
	gap: 1rem;
	height: 2.4375rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.fv__remarks {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 1.125rem;
}

.fv__remarks span {
	background-color: #3578C8;
	border-radius: 0.375rem;
	font-size: 1rem;
	font-weight: 500;
	margin-left: 0.5rem;
	padding: 0.3125rem 0.5rem 0.3125rem;
}

.fv__box-text {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.fv__box-text-color {
	color: #AEE62E;
	font-family: "Outfit", sans-serif;
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -0.05em;
	padding-left: 0.3125rem;
	position: relative;
	top: 0.1875rem;
}

.fv__box-text-font {
	font-size: 0.8125rem;
}

.fv__award {
	height: 8.8125rem;
	margin: 1.0625rem auto 0;
	width: 10rem;
}

.header__hamburger {
	padding: 0;
	z-index: 9999;
}

.header__hamburger span {
	background: #3578C8;
	display: block;
	height: 0.125rem;
	position: relative;
	transition: ease 0.3s;
	width: 1.5rem;
}

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

.header__hamburger span:nth-child(2) {
	margin: 0.375rem 0;
}

.header__hamburger span:nth-child(3) {
	top: 0;
}

/*is-OPEN時の動き*/

.header__hamburger.is-open span:nth-child(1) {
	top: 0.5rem;
	transform: rotate(35deg);
}

.header__hamburger.is-open span:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%);
}

.header__hamburger.is-open span:nth-child(3) {
	top: -0.5rem;
	transform: rotate(-35deg);
}

body.fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}

.no-scroll {
	overflow: hidden;
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.header__inner {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	height: inherit;
	height: 4.375rem;
	justify-content: space-between;
	padding: 0 1.25rem;
}

.header__logo img {
	height: 2.5rem;
	position: relative;
	width: 8.75rem;
	z-index: 9999;
}

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

.js-fade-development {
	opacity: 0;
	transform: translateY(1.25rem);
	transition: all 0.6s ease;
}

.is-visible {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}

.js-fade-development-left {
	opacity: 0;
	transform: translateX(-1.875rem);
	transition: all 0.6s ease;
}

.is-visible.js-fade-development-left {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.3s;
}

.js-fade-development-right {
	opacity: 0;
	transform: translateX(1.875rem);
	transition: all 0.6s ease;
}

.is-visible.js-fade-development-right {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.3s;
}

.lineup__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.lineup__content {
	margin: 2.1875rem auto 0;
	max-width: 32.625rem;
	overflow-x: scroll;
	width: calc(100% + 1.25rem);
}

.lineup__table {
	border-collapse: collapse;
	padding-right: 1.25rem;
	width: 32.625rem;
}

.lineup__table img {
	-o-object-fit: cover;
	aspect-ratio: 522/490;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lineup__text {
	color: #333;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.875;
	margin-top: 1.25rem;
}

.lineup__button {
	margin-top: 2.5rem;
	text-align: center;
}

.pc-nav__list {
	display: flex;
}

.pc-nav__item {
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.pc-nav__item--lift {
	margin-left: 1.25rem;
}

.pc-nav__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: flex;
	justify-content: center;
	padding: 0 min(1.38vw, 20px);
	text-decoration: none;
}

.pc-nav__ja {
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.2;
	position: relative;
}

.pc-nav__ja::after {
	background-color: rgba(0, 0, 0, 0.2);
	bottom: -0.125rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	width: 100%;
}

.pc-nav__link:hover .pc-nav__ja::after {
	transform: translateX(-50%) scaleX(1);
}

.pc-nav__button {
	background-color: #3578C8;
	border-radius: 2.5rem;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	padding: 0.75rem 0 0.8125rem;
	position: relative;
	text-align: center;
	transition: background-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
	width: 10rem;
}

.pc-nav__button:hover {
	background-color: #5c93d4;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	color: #fff;
}

.reason__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.9375rem;
}

.reason__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem 1.4375rem;
	margin-top: 2.625rem;
}

.reason__item {
	max-width: calc(50% - 0.71875rem);
	min-width: 0;
	width: 100%;
}

.reason__img {
	border-radius: 50% 0 50% 50%;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
	margin-left: auto;
	margin-right: auto;
	width: 81.634%;
}

.reason__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.reason__explanation {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7142857143;
	margin-top: 1.125rem;
	text-align: center;
	white-space: nowrap;
}

.reason__explanation span {
	color: #3578C8;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.scroll-hint-icon {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	box-sizing: border-box;
	height: auto;
	left: calc(50% - 70px);
	opacity: 0;
	padding: 20px 10px 10px 10px;
	position: absolute;
	text-align: center;
	top: calc(50% - 25px);
	transition: opacity 0.3s;
	width: 140px;
}

.section-heading {
	text-align: center;
}

.section-heading__icon {
	height: 3rem;
	margin-left: auto;
	margin-right: auto;
	width: 2.5625rem;
}

.section-heading__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.section-heading__title--assist {
	line-height: 1.5;
	margin-top: -0.625rem;
}

.section-heading__color {
	color: #9CC835;
}

.section-heading__color--white {
	color: #fff;
}

.section-heading__font {
	font-size: 2.75rem;
}

.seminar {
	background-image: url("../images/common/seminar-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.875rem 0 1.25rem;
}

.seminar__swiper {
	margin-top: 2.1875rem;
}

.seminar__inner {
	margin: auto;
	max-width: 500px;
	position: relative;
}

.seminar__container {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	width: auto;
}

.seminar__content {
	background-color: #fff;
	border-radius: 0.625rem;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 1.875rem;
}

.seminar__image img {
	-o-object-fit: cover;
	aspect-ratio: 240/170;
	border-radius: 0.625rem 0.625rem 0 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.seminar__slide {
	display: flex;
	flex-direction: column;
	height: auto;
}

.seminar__wrapper {
	color: #333;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-start;
	padding: 0.875rem 1.25rem 2.4375rem;
}

.seminar__tab {
	align-self: flex-start;
	background-color: #9CC835;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.25rem 0.375rem;
}

.seminar__text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.seminar__button-prev,
.seminar__button-next {
	bottom: 49%;
	cursor: pointer;
	height: 1.5rem;
	position: absolute;
	transform: translateY(-50%);
	width: 1.5rem;
	z-index: 10;
}

.seminar__button-prev {
	left: 8.8%;
}

.seminar__button-next {
	right: 8.8%;
}

.seminar__button-prev::after,
.seminar__button-next::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.seminar__button-prev::after {
	background-image: url("../images/common/seminar-button-left.webp");
}

.seminar__button-next::after {
	background-image: url("../images/common/seminar-button-right.webp");
}

.sp-nav {
	background-color: rgba(255, 255, 255, 0.95);
	height: 100vh;
	height: calc(1vh * 100);
	height: calc(var(--vh, 1vh) * 100);
	left: 0;
	padding: 0rem 0rem 1.875rem;
	position: fixed;
	right: 0;
	top: 4.375rem;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 8888;
}

.sp-nav.is-open {
	transform: translateX(0);
}

.sp-nav__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.sp-nav__list {
	box-sizing: border-box;
	height: 43.75rem;
	overflow-y: auto;
	padding: 0.75rem 0 1.25rem;
	text-align: center;
}

.open .sp-nav__in-list {
	opacity: 1;
	visibility: visible;
}

.sp-nav__item {
	display: block;
}

.sp-nav__item a {
	display: block;
	width: 100%;
}

.sp-nav__item--margin .sp-nav__link {
	margin-left: auto;
	margin-right: auto;
	width: 10rem;
}

.sp-nav__item--margin {
	margin-top: 0.625rem;
}

.sp-nav__ja {
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 1.25rem 0;
}

.sp-nav__link {
	background-color: #3578C8;
	border-radius: 2.5rem;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.75rem 0 0.8125rem;
	width: 10rem;
}

.sp-nav__button-text {
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.1;
}

.support {
	background-color: #F7F7F7;
	padding: 1.875rem 0 3.125rem;
	text-align: center;
}

.support__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.support__subtitle {
	color: #333;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.875;
	margin-top: 1.25rem;
	text-align: left;
}

.support__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 2.875rem;
}

.support__item {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	width: 100%;
}

.support__img {
	border-radius: 50%;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
	margin-left: auto;
	margin-right: auto;
	width: 29.85%;
}

.support__img img {
	-o-object-fit: cover;
	aspect-ratio: 100/100;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.support__wrapper {
	width: 64.17%;
}

.support__content {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	text-align: left;
}

.support__text {
	color: #333;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5714285714;
	margin-top: 0.6875rem;
	text-align: left;
}

.trial {
	background-image: url("../images/common/trial-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 1.875rem 0 3.125rem;
	text-align: center;
}

.trial__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.trial__container {
	background-color: rgba(11, 28, 38, 0.5);
	margin-top: 2.1875rem;
	padding: 0.9375rem;
}

.trial__license {
	background-color: #3578C8;
	padding: 1.125rem 2.96875rem 0.9375rem;
}

.trial__license-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}

.trial__tabs {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.875rem;
}

.trial__tab {
	background-color: #fff;
	border-radius: 1.875rem;
	color: #333;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.125;
	padding: 0.5rem 0 0.375rem;
}

.trial__tab span {
	color: #FF8888;
	font-weight: 700;
}

.trial__plus {
	height: 1.3125rem;
	margin: 0.625rem auto 0;
	width: 1.3125rem;
}

.trial__list {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 0.625rem;
}

.trial__item {
	background-color: #9CC835;
	border: solid 2px #fff;
	padding: 1rem 1.125rem 0.6875rem;
	width: 100%;
}

.trial__class {
	border-bottom: solid 1px #fff;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.1111111111;
	padding-bottom: 0.625rem;
}

.trial__text {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.625;
	margin-top: 0.375rem;
}

.trial__remarks {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.8571428571;
}

.trial__success {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 2.0625rem;
}

.trial__border {
	border-top: solid 1px #fff;
	width: 13.135%;
}

.trial__success-title {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	width: 12.375rem;
}

.trial__button {
	margin-top: 2.5rem;
}

.work {
	background-color: #94B4D4;
	padding: 1.875rem 0 3.125rem;
	text-align: center;
}

.work__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.work__content {
	margin-top: 2.625rem;
}

.work__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem 1.4375rem;
}

.work__list + .work__list {
	margin-top: 1.875rem;
}

.work__item {
	background-color: #fff;
	border-radius: 0.625rem;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
	max-width: calc(50% - 0.71875rem);
	padding: 1.6875rem 0rem 1.5625rem;
	width: 100%;
}

.work__sentence {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 1.125rem;
	min-height: 3.0625rem;
	text-align: center;
}

.work__head {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
}

.work__text {
	color: #333;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 0.5rem;
	padding: 0 0.9375rem;
}

.work__icon {
	align-items: center;
	display: flex;
	height: 3.3125rem;
	justify-content: center;
}

.work__icon img {
	height: 3.3125rem;
	margin-left: auto;
	margin-right: auto;
	width: 2.8125rem;
}

.work__icon--salary img {
	height: 3.3125rem;
	width: 3.8125rem;
}

.work__icon--price img {
	height: 3.3125rem;
	width: 3.3125rem;
}

.work__icon--list img {
	height: 2.625rem;
	width: 3.5rem;
}

.work__icon--check img {
	height: 3.3125rem;
	width: 3rem;
}

.work__icon--answer img {
	height: 2.9375rem;
	width: 3.3125rem;
}

.work__icon--kitting img {
	height: 3.3125rem;
	width: 3.625rem;
}

.work__icon--date img {
	height: 2.5625rem;
	width: 3.6875rem;
}

.work__button {
	margin-top: 2.5rem;
	text-align: center;
}

.js-work-open {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
	visibility: hidden;
}

.js-work-open.open { /* max-height: 1000px; ← 削除 */
	opacity: 1;
	visibility: visible;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.top-case {
	margin-top: 3.5rem;
	padding-bottom: 5rem;
}

.top-lineup {
	margin-top: 2.5rem;
	padding-bottom: 3.9375rem;
}

.top-reason {
	margin-top: 2.5rem;
	padding-bottom: 5.3125rem;
}

.achievement {
	padding: 2.5rem 0 5rem;
}

.achievement__swiper {
	margin-top: 3.625rem;
}

.achievement__inner {
	max-width: 66.25rem;
}

.achievement__content {
	margin-left: 1.875rem;
	margin-right: 1.875rem;
}

.achievement__image img {
	aspect-ratio: 300/200;
}

.achievement__wrapper {
	padding: 1.375rem 1.25rem 3rem;
}

.achievement__name {
	font-size: 1.125rem;
	line-height: 1.2222222222;
}

.achievement__text {
	font-size: 1rem;
	line-height: 1.625;
	margin-top: 0.625rem;
}

.achievement__button-prev,
.achievement__button-next {
	bottom: auto;
	bottom: initial;
	height: 2rem;
	top: 47%;
	width: 2rem;
}

.achievement__button-prev {
	left: -4%;
}

.achievement__button-next {
	right: -4%;
}

.assist {
	background-image: url("../images/common/assist-bg.webp");
	padding: 2.5rem 0 5rem;
}

.assist__inner {
	max-width: 73.125rem;
	padding: 0 1.5625rem;
}

.assist__sentence {
	margin-top: 1.25rem;
}

.assist__subtitle {
	font-size: 1.125rem;
	line-height: 1.6666666667;
	text-align: center;
}

.assist__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5rem;
	margin-top: 3.1875rem;
	padding: 0;
}

.assist__item {
	margin: 0;
	max-width: calc(33.3333% - 3.3333333333rem);
}

.assist__img img {
	aspect-ratio: 300/220;
}

.assist__text {
	font-size: 1rem;
	line-height: 1.625;
	text-align: center;
}

.button__text {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	width: 22.5rem;
}

.button__text::before {
	background: rgba(255, 255, 255, 0.3);
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: left 0.4s ease;
	width: 100%;
	z-index: 0;
}

.case::before {
	height: 53.75rem;
	left: calc(50% - min(-13%, 50rem));
	top: 0rem;
	width: 53.75rem;
}

.case__bg::before {
	height: 37.5rem;
	right: calc(50% - min(-21%, 50rem));
	width: 37.5rem;
}

.case__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.case__list {
	margin-top: 3.625rem;
}

.case__item + .case__item {
	margin-top: 3.75rem;
}

.case__head {
	align-items: center;
	gap: 1.25rem;
}

.case__head img {
	height: 6.25rem;
	width: 6.25rem;
}

.case__title-color {
	font-size: 1.5rem;
	line-height: 1.6666666667;
}

.case__title-main {
	font-size: 1.75rem;
	line-height: 1.4285714286;
}

.case__container {
	margin-top: 1.25rem;
	padding: 1.25rem 1.25rem 2.1875rem;
}

.case__wrapper {
	padding: 0.9375rem 0 0.9375rem 0.9375rem;
}

.case__box {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.case__box + .case__box {
	margin-top: 0.75rem;
}

.case__task {
	display: block;
	font-size: 1.125rem;
	padding: 0.625rem 0 0.75rem;
	width: 10rem;
}

.case__task--padding {
	padding: 1.4375rem 0 1.5625rem;
}

.case__text {
	font-size: 1.125rem;
	line-height: 1.5;
}

.case__content {
	padding: 0 0.9375rem;
}

.case__example {
	font-size: 1.5rem;
	line-height: 1.125;
}

.case__images {
	margin: 1.5625rem auto 0;
	max-width: 100%;
	width: 100%;
}

.case__table {
	padding-right: 0;
	width: 100%;
}

.case__table img {
	aspect-ratio: 1130/780;
}

.company {
	padding: 4.0625rem 0 5rem;
}

.company__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.company__heading {
	gap: 1.875rem;
}

.company__border {
	width: 28%;
}

.company__title {
	font-size: 1.5rem;
	line-height: 1.2083333333;
	width: 30.625rem;
}

.company__img {
	margin-top: 2.8125rem;
}

.company__img img {
	aspect-ratio: 1200/396;
}

.consultation {
	background-image: url("../images/common/consultation-bg.webp");
	padding: 4.125rem 0 3.6875rem;
}

.consultation__inner {
	max-width: 76.875rem;
	padding: 0 1.5625rem;
}

.consultation__title {
	font-size: 2rem;
	line-height: 2;
}

.consultation__subtitle {
	font-size: 1.125rem;
	line-height: 1.7777777778;
	margin-top: 0.4375rem;
}

.consultation__button {
	margin-top: 1.875rem;
}

.cta__content {
	margin-left: auto;
	width: 15rem;
}

.cta__logo {
	left: -2%;
	top: -37%;
}

.cta__banner {
	border-radius: 2.5rem 0 0 0;
	padding: 0.78125rem 2rem 1.375rem 1.34375rem;
}

.cta__text {
	font-size: 1.0625rem;
	line-height: 1.3;
}

.cta__text-font {
	font-size: 1.25rem;
}

.cta__text-font-second {
	font-size: 0.875rem;
}

.cta__arrow {
	width: 12.8125rem;
}

.cta__banner:hover .cta__arrow {
	transform: translate(-48%, -50%);
}

.faq-toggle__title {
	padding: 1.25rem 0rem 0rem 1.875rem;
}

.faq-toggle__title::after {
	right: 2.5%;
	top: 1.25rem;
}

.faq-toggle__title-box--answer {
	margin-top: 1.5625rem;
}

.faq-toggle__title-icon {
	font-size: 1.5rem;
	line-height: 1.5;
	max-width: 2.25rem;
}

.faq-toggle__title-question {
	font-size: 1.25rem;
	line-height: 1.8;
	top: 0;
	width: 100%;
}

.faq-toggle__answer {
	padding: 0 3.75rem 1.25rem 1.875rem;
}

.open .faq-toggle__answer {
	padding: 0 3.75rem 1.25rem 1.875rem;
}

.faq-toggle__title-answer {
	font-size: 1rem;
	line-height: 1.625;
	top: 0.34375rem;
}

.faq-toggle__icon {
	right: 2.5%;
	top: 1.25rem;
}

.faq {
	padding: 2.5rem 0 5rem;
}

.faq__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.faq__list {
	margin-top: 3.625rem;
}

.faq__item + .faq__item {
	margin-top: 1.875rem;
}

.faq__button {
	margin-top: 3.75rem;
}

.flow {
	padding: 2.5rem 0 5rem;
}

.flow__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.flow__heading {
	max-width: 100%;
}

.flow__logo {
	height: 12.5rem;
	left: 14%;
	top: 0%;
	width: 12.5rem;
}

.flow__content {
	margin: 5.5rem auto 0;
	max-width: 100%;
	width: 100%;
}

.flow__table {
	padding-right: 0;
	width: 100%;
}

.flow__table img {
	aspect-ratio: 1200/460;
}

.footer {
	padding: 3.125rem 0 1.9375rem;
}

.footer__wrapper {
	margin-top: 2.125rem;
}

.footer__logo img {
	height: 7.5rem;
	width: 8rem;
}

.footer__copyright {
	font-size: 0.75rem;
	line-height: 1.1666666667;
}

.fv__bg {
	background-image: url("../images/common/fv-bg.webp");
}

.fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	position: relative;
}

.fv__inner::before {
	background-image: url("../images/common/header-award.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 11rem;
	position: absolute;
	right: calc(50% - min(50%, 42rem));
	top: 6.25rem;
	width: 12.5rem;
	z-index: 1;
}

.fv__container {
	max-width: 47.5rem;
	padding: 10.625rem 0rem 5rem;
}

.fv__content {
	padding: 3.4375rem 1.25rem 3.6875rem;
}

.fv__title img {
	height: 6.25rem;
	width: 37.5rem;
}

.fv__title-en {
	font-size: 2rem;
	margin-top: 1.875rem;
}

.fv__box {
	align-items: center;
	gap: 2.375rem;
	height: 4rem;
	margin-top: 2.8125rem;
}

.fv__remarks {
	font-size: 2rem;
	line-height: 1.71875;
}

.fv__remarks span {
	font-size: 2.25rem;
	line-height: 1.5277777778;
	margin-left: 0.625rem;
	padding: 0.75rem 0.875rem 0.6875rem;
}

.fv__box-text {
	font-size: 2rem;
	position: relative;
	top: -0.8125rem;
}

.fv__box-text-color {
	font-size: 4.5rem;
}

.fv__box-text-font {
	font-size: 1.75rem;
}

.header__hamburger {
	display: none;
}

.header__inner {
	height: 5.625rem;
	padding-left: 1.875rem;
	padding-right: 1.25rem;
}

.header__logo img {
	height: 3.75rem;
	width: 13.125rem;
}

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

.lineup__inner {
	max-width: 78.125rem;
	padding: 0 1.5625rem;
}

.lineup__content {
	margin: 3.625rem auto 0;
	max-width: 100%;
	width: 100%;
}

.lineup__table {
	height: 100%;
	padding-right: 0;
	width: 100%;
}

.lineup__table img {
	aspect-ratio: 1200/490;
}

.lineup__text {
	font-size: 1.125rem;
	line-height: 1.6666666667;
	margin-top: 3.125rem;
	text-align: center;
}

.lineup__button {
	margin-top: 3.5625rem;
}

.reason__inner {
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.reason__list {
	gap: 3.4375rem 4.125rem;
	justify-content: center;
	margin-top: 3.375rem;
}

.reason__item {
	margin: 0;
	max-width: calc(25% - 3.09375rem);
}

.reason__img img {
	aspect-ratio: 1/1;
}

.reason__explanation {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 1.4375rem;
}

.reason__explanation span {
	font-size: 1.5rem;
	line-height: 1.25;
}

.section-heading__icon {
	height: 3.75rem;
	width: 3.25rem;
}

.section-heading__title {
	font-size: 2.5rem;
	line-height: 1.2;
	margin-top: 1.125rem;
}

.section-heading__title--assist {
	line-height: 1.4;
	margin-top: -0.625rem;
}

.section-heading__font {
	font-size: 4rem;
}

.seminar {
	background-image: url("../images/common/seminar-bg.webp");
	padding: 2.5rem 0 3.125rem;
}

.seminar__swiper {
	margin-top: 3.625rem;
}

.seminar__inner {
	max-width: 66.25rem;
}

.seminar__content {
	margin-left: 1.875rem;
	margin-right: 1.875rem;
}

.seminar__image img {
	aspect-ratio: 300/200;
}

.seminar__wrapper {
	padding: 0.625rem 1.25rem 0.9375rem;
}

.seminar__button-prev,
.seminar__button-next {
	bottom: auto;
	bottom: initial;
	height: 2rem;
	top: 47%;
	width: 2rem;
}

.seminar__button-prev {
	left: -4%;
}

.seminar__button-next {
	right: -4%;
}

.sp-nav {
	display: none;
}

.support {
	padding: 2.5rem 0 5.1875rem;
}

.support__inner {
	max-width: 64.375rem;
	padding: 0 1.5625rem;
}

.support__subtitle {
	font-size: 1.125rem;
	line-height: 1.6666666667;
	margin-top: 1.25rem;
	text-align: center;
}

.support__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3.3125rem 3.125rem;
	margin-top: 3.5625rem;
}

.support__item {
	flex-direction: column;
	margin: 0;
	max-width: calc(33.3333% - 2.0833333333rem);
}

.support__img {
	width: 68.185%;
}

.support__img img {
	aspect-ratio: 200/200;
}

.support__wrapper {
	width: 100%;
}

.support__content {
	font-size: 1.25rem;
	text-align: center;
}

.support__text {
	font-size: 1rem;
	line-height: 1.625;
	margin-top: 0.75rem;
	text-align: center;
}

.trial {
	background-image: url("../images/common/trial-bg.webp");
	padding: 2.5rem 0 5rem;
}

.trial__inner {
	max-width: 66.875rem;
	padding: 0 1.5625rem;
}

.trial__container {
	margin-top: 3.625rem;
	padding: 1.25rem;
}

.trial__license {
	padding: 1.625rem 1.25rem 1.875rem;
}

.trial__license-title {
	font-size: 2rem;
}

.trial__tabs {
	flex-direction: row;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.625rem;
}

.trial__tab {
	font-size: 1.125rem;
	line-height: 1.1111111111;
	padding: 1rem 0 0.875rem;
	width: 100%;
}

.trial__plus {
	margin: 0.9375rem auto 0;
}

.trial__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 0.9375rem;
}

.trial__item {
	margin: 0;
	max-width: calc(50% - 0.625rem);
	padding: 1.4375rem 1.125rem 1.0625rem;
}

.trial__class {
	font-size: 1.5rem;
	line-height: 1.125;
	padding-bottom: 0.75rem;
}

.trial__text {
	font-size: 1.125rem;
	line-height: 1.5555555556;
	margin-top: 1.125rem;
}

.trial__remarks {
	line-height: 2;
}

.trial__success {
	gap: 1.9375rem;
}

.trial__border {
	width: 28%;
}

.trial__success-title {
	font-size: 2rem;
	line-height: 1.1875;
	white-space: nowrap;
	width: 39.875rem;
}

.trial__button {
	margin-top: 4.125rem;
}

.work {
	padding: 2.5rem 0 5rem;
}

.work__inner {
	max-width: 74.375rem;
	padding: 0 1.5625rem;
}

.work__content {
	margin-top: 3.375rem;
}

.work__list {
	gap: 3.75rem;
	justify-content: center;
}

.work__list + .work__list {
	margin-top: 3.75rem;
}

.work__item {
	margin: 0;
	max-width: calc(25% - 2.8125rem);
	padding: 2.1875rem 0rem 1.875rem;
}

.work__sentence {
	margin-top: 1.125rem;
	min-height: 3.6875rem;
}

.work__head {
	font-size: 1.125rem;
	line-height: 1.634;
}

.work__text {
	font-size: 1rem;
	line-height: 1.625;
	margin-top: 0.3125rem;
	padding: 0 1.25rem;
}

.work__icon {
	height: 5rem;
}

.work__icon img {
	height: 5rem;
	width: 4.25rem;
}

.work__icon--salary img {
	height: 5rem;
	width: 5.8125rem;
}

.work__icon--price img {
	height: 5rem;
	width: 5rem;
}

.work__icon--list img {
	height: 4rem;
	width: 5.375rem;
}

.work__icon--check img {
	height: 4.875rem;
	width: 4.5rem;
}

.work__icon--answer img {
	height: 4.375rem;
	width: 4.9375rem;
}

.work__icon--kitting img {
	height: 5rem;
	width: 5.4375rem;
}

.work__icon--date img {
	height: 3.75rem;
	width: 5.4375rem;
}

.work__button {
	margin-top: 3.75rem;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes shine {

0% {
	left: -100%;
}

100% {
	left: 120%;
}

}


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