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

body {
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}

.u-mobile {
	display: none;
}

html {
	font-size: 62.5%;
}

/* pcの電話番号発信対応 */

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

/* ホバー */

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

a:hover {
	opacity: 0.8;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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: optimizeSpeed;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	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;
}

.ability {
	background-color: #fff;
	padding-bottom: 40px;
	padding-bottom: 4rem;
	padding-top: 40px;
	padding-top: 4rem;
}

.ability__title {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.57;
	text-align: center;
}

.ability__items {
	gap: 0 65px;
	gap: 0 6.5rem;
	display: grid;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 1010px;
	max-width: 101rem;
	padding-left: 25px;
	padding-left: 2.5rem;
	padding-right: 25px;
	padding-right: 2.5rem;
	width: 100%;
}

.ability__image {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	min-height: 152px;
	min-height: 15.2rem;
	width: auto;
}

.ability__title-sub {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	height: 50px;
	height: 5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
	margin-top: 15px;
	margin-top: 1.5rem;
	text-align: center;
	width: 100%;
}

.ability__text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.875;
	margin-top: 15px;
	margin-top: 1.5rem;
	text-align: left;
}

.accordion {
	width: 100%;
}

.accordion__lead {
	color: #C4C437;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 3;
	position: relative;
}

.accordion__lead::after {
	background: url(../img/accordion-service.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 13px;
	height: 1.3rem;
	position: absolute;
	right: -18px;
	right: -1.8rem;
	top: 56%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 13px;
	width: 1.3rem;
}

.accordion__item:last-of-type {
	border-bottom: 2px dotted #D9D934;
}

.accordion__title {
	background-color: #fff;
	border-top: 2px dotted #D9D934;
	cursor: pointer;
	padding: 17px 0;
	padding: 1.7rem 0;
	position: relative;
}

.accordion__title::before,
.accordion__title::after {
	background-color: #000;
	content: "";
	height: 1.5px;
	height: 0.15rem;
	position: absolute;
	right: 12px;
	right: 1.2rem;
	top: 50%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	width: 10px;
	width: 1rem;
}

.accordion__title::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion__title.is-open::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion__title.is-open::before {
	opacity: 0;
}

.accordion__title.not-line::before,
.accordion__title.not-line::after {
	display: none;
}

.accordion__title-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}

.accordion__content {
	display: none;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	padding-left: 15px;
	padding-left: 1.5rem;
	padding-right: 15px;
	padding-right: 1.5rem;
}

.accordion__content.accordion__content--large {
	padding-left: 0;
}

.accordion__content-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.accordion__text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7;
	width: 88%;
}

.accordion__list {
	padding-left: 15px;
	padding-left: 1.5rem;
}

.accordion__link {
	color: #000;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 7px 0;
	padding: 0.7rem 0;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.accordion__link:hover {
	color: #D9D934;
	opacity: 1;
}

.accordion__q {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #D9D934;
	border-radius: 50%;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Hammersmith One", sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 600;
	height: 44px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	margin-right: 15px;
	margin-right: 1.5rem;
	text-transform: uppercase;
	width: 44px;
}

.accordion__a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #D9D934;
	border-radius: 50%;
	color: #D9D934;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Hammersmith One", sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 600;
	height: 44px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	margin-right: 15px;
	margin-right: 1.5rem;
	text-transform: uppercase;
	width: 44px;
}

.ana-detail_bg {
	background-color: #343430;
	padding-bottom: 116px;
	padding-bottom: 11.6rem;
	padding-top: 57px;
	padding-top: 5.7rem;
}

.ana-detail {
	border-top: 1px solid #fff;
	margin-top: 62px;
	margin-top: 6.2rem;
	padding-top: 20px;
	padding-top: 2rem;
}

.ana-detail__title {
	color: #fff;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.4;
	text-align: center;
}

.ana-detail__contents {
	gap: 4px 5px;
	gap: 0.4rem 0.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 13px;
	margin-top: 1.3rem;
}

.ana-detail__content {
	background-color: #fff;
	border-radius: 1rem;
	height: 270px;
	height: 27rem;
	padding: 14px 30px 20px;
	padding: 1.4rem 3rem 2rem;
}

.ana-detail__content h3 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.4;
	text-align: center;
}

.ana-detail__content p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.ana-service__title-block {
	text-align: center;
}

.ana-service__sub {
	color: #F0E9AC;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
}

.ana-service__title {
	color: #fff;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}

.ana-service__flex {
	gap: 60px;
	gap: 6rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 48px;
	margin-top: 4.8rem;
}

.ana-service__card {
	width: calc(50% - 3rem);
}

.ana-service__img {
	aspect-ratio: 56/36;
}

.ana-service__img img {
	aspect-ratio: 56/36;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.ana-service__sub-title {
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2.83;
	text-align: center;
}

.ana-service__last {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: center;
}

.ana-top {
	background: url(../img/price_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -180px;
	margin-top: -18rem;
	overflow: hidden;
	padding-bottom: 200px;
	padding-bottom: 20rem;
	padding-top: 245px;
	padding-top: 24.5rem;
	position: relative;
	z-index: 2;
}

.ana-top__arrow {
	bottom: -50px;
	bottom: -5rem;
	left: 0;
	position: absolute;
	width: 300px;
	width: 30rem;
	z-index: -1;
}

.ana-top__animation {
	bottom: 50px;
	bottom: 5rem;
	pointer-events: none;
	position: absolute;
	right: 100px;
	right: 10rem;
	width: 630px;
	width: 63rem;
	will-change: transform, opacity, filter;
	z-index: -1;
}

.ana-top__title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.57;
	text-align: center;
}

.ana-top__contents {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3;
	margin-top: 64px;
	margin-top: 6.4rem;
	text-align: center;
}

.ana-top__contents span {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.56;
}

.ana-worries {
	background: url(../img/ana-worries-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	padding-bottom: 10rem;
	padding-top: 150px;
	padding-top: 15rem;
	position: relative;
	z-index: 2;
}

.ana-worries__title {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.57;
	text-align: center;
}

.ana-worries__flex {
	gap: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	margin-top: 7rem;
	max-width: 1060px;
	max-width: 106rem;
	width: 100%;
}

.ana-worries__img {
	aspect-ratio: 37/46;
	width: 35%;
}

.ana-worries__img img {
	aspect-ratio: 37/46;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.ana-worries__body {
	position: relative;
	width: 60%;
}

.ana-worries__body p {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 15px;
	margin-top: 1.5rem;
	padding-left: 1em;
	text-indent: -1em;
}

.ana-worries__last {
	bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	position: absolute;
	right: 0;
}

.breadcrumbs {
	bottom: 15px;
	bottom: 1.5rem;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	left: 30px;
	left: 3rem;
	position: absolute;
	z-index: 2;
}

.breadcrumbs a {
	color: #000;
	font-weight: 700;
}

.breadcrumbs a span {
	color: #000;
}

.breadcrumbs span:last-of-type:not(a span) {
	color: #767676;
}

.breadcrumbs span:last-of-type:not(a span) span[property=name] {
	color: #767676;
}

.breadcrumbs span[property=name] {
	display: inline-block;
	max-width: 150px;
	max-width: 15rem;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

.button {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 4.72;
	max-width: 410px;
	max-width: 41rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.button::after {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 10%;
	position: absolute;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: width 0.3s ease, left 0.3s ease;
	transition: width 0.3s ease, left 0.3s ease;
	width: 80%;
}

.button:hover {
	opacity: 1;
}

.button:hover::after {
	left: 0;
	width: 100%;
}

.button.button--white {
	color: #fff;
}

.button.button--white::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 10%;
	position: absolute;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: width 0.3s ease, left 0.3s ease;
	transition: width 0.3s ease, left 0.3s ease;
	width: 80%;
}

.button.button--white:hover::after {
	left: 0;
	width: 100%;
}

.button.button--small {
	width: 180px;
	width: 18rem;
}

.button02 {
	background-color: #4883AB;
	border-radius: 9999px;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	color: #fff;
	display: inline-block;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 3.4;
	max-width: 640px;
	max-width: 64rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.button02::after {
	background: url(../img/button02-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 36px;
	height: 3.6rem;
	position: absolute;
	right: 63px;
	right: 6.3rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 36px;
	width: 3.6rem;
}

.button02:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.button03 {
	display: inline-block;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.4;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.button03:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.card {
	background-color: #fff;
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 2;
}

.card:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.card__number {
	color: #FAF3BA;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	left: -20px;
	left: -2rem;
	letter-spacing: -0.03em;
	position: absolute;
	top: -65px;
	top: -6.5rem;
	z-index: -1;
}

.card__img img {
	aspect-ratio: 37/22;
	-o-object-fit: cover;
	border-top-left-radius: 5px;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 5px;
	border-top-right-radius: 0.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.card__body {
	padding-left: 30px;
	padding-left: 3rem;
	padding-right: 30px;
	padding-right: 3rem;
	padding-top: 20px;
	padding-top: 2rem;
}

.card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.42;
	overflow: hidden;
}

.card__info {
	margin-top: auto;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	padding-left: 30px;
	padding-left: 3rem;
	padding-right: 30px;
	padding-right: 3rem;
}

.card__category {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42;
	overflow: hidden;
}

.card02 {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.card02:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.card02__img {
	aspect-ratio: 16/9;
}

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

.card02__body {
	padding-top: 10px;
	padding-top: 1rem;
}

.card02__date {
	font-family: "Hammersmith One", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: -0.03em;
}

.card02__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.375;
	margin-top: 7px;
	margin-top: 0.7rem;
	overflow: hidden;
}

.card02__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.428;
	margin-top: 13px;
	margin-top: 1.3rem;
	overflow: hidden;
}

.card02__category-block {
	margin-top: auto;
	padding-top: 20px;
	padding-top: 2rem;
}

.card02__category {
	background-color: #000;
	border-radius: 0.8rem;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	padding: 7px 20px;
	padding: 0.7rem 2rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.case-study {
	margin-top: 66px;
	margin-top: 6.6rem;
	padding-bottom: 70px;
	padding-bottom: 7rem;
}

.case-study__title-block {
	text-align: center;
}

.case-study__title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 2.42;
}

.case-study__sub {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 4.72;
	margin-top: -24px;
	margin-top: -2.4rem;
}

.case-study__contents {
	margin-top: 20px;
	margin-top: 2rem;
}

.case-study__contents + .case-study__contents {
	margin-top: 80px;
	margin-top: 8rem;
}

.case-study__title-sub-block {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.case-study__title-sub-block h3 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2.83;
	margin-right: 25px;
	margin-right: 2.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.case-study__title-sub-block span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #D9D934;
	border-radius: 9999px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.case-study__text {
	font-size: 14px;
	font-size: 1.4rem;
}

.case-study__grid {
	gap: 60px 50px;
	gap: 6rem 5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 68px;
	margin-top: 6.8rem;
}

.case-study__button-block {
	margin-top: 40px;
	margin-top: 4rem;
	text-align: center;
}

.category-list {
	gap: 20px 40px;
	gap: 2rem 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 40px;
	margin-top: 4rem;
}

.category-list__item {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.category-list__item.is-active::after {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 1px;
	height: 0.1rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.code-animation {
	background-color: #343430;
	padding-bottom: 127px;
	padding-bottom: 12.7rem;
	padding-top: 50px;
	padding-top: 5rem;
}

.code-animation__title-block {
	text-align: center;
}

.code-animation__sub {
	color: #F0E9AC;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.code-animation__title {
	color: #fff;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}

.code-animation__lead {
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.5;
	margin-top: 20px;
	margin-top: 2rem;
	text-align: center;
}

.code-animation__items {
	gap: 20px;
	gap: 2rem;
	display: grid;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 4rem;
	max-width: 1010px;
	max-width: 101rem;
	padding-left: 10px;
	padding-left: 1rem;
	padding-right: 10px;
	padding-right: 1rem;
	width: 100%;
}

.code-animation__item {
	background: #fff;
	border-radius: 2rem;
	line-height: 30px;
	line-height: 3rem;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	padding-left: 30px;
	padding-left: 3rem;
	padding-top: 20px;
	padding-top: 2rem;
}

.code-animation__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.code-animation__title-sub {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	margin-left: 10px;
	margin-left: 1rem;
}

.code-animation__image {
	height: 35px;
	height: 3.5rem;
	vertical-align: middle;
	width: 35px;
	width: 3.5rem;
}

.code-feature {
	padding-bottom: 80px;
	padding-bottom: 8rem;
}

.code-feature__img {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 400px;
	height: 40rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	z-index: 2;
}

.code-feature__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.code-feature__title {
	color: #fff;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.57;
}

.code-feature__contents {
	margin-top: 45px;
	margin-top: 4.5rem;
}

.code-feature__card + .code-feature__card {
	margin-top: 45px;
	margin-top: 4.5rem;
}

.code-feature__head {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	max-width: 110rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	width: 100%;
}

.code-feature__number {
	color: #D9D934;
	display: block;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.code-feature__title-sub {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.57;
}

.code-feature__line {
	border: 1px solid #D9D934;
}

.code-feature__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-top: 2.5rem;
	max-width: 1100px;
	max-width: 110rem;
	width: 100%;
}

.code-feature__text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
}

.code-flow {
	background-color: #D9D9D9;
	padding-bottom: 113px;
	padding-bottom: 11.3rem;
	padding-left: 60px;
	padding-left: 6rem;
	padding-right: 60px;
	padding-right: 6rem;
	padding-top: 80px;
	padding-top: 8rem;
}

.code-flow__contents {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1310px;
	max-width: 131rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	padding-top: 50px;
	padding-top: 5rem;
	width: 100%;
}

.code-flow__inner {
	padding-left: 25px;
	padding-left: 2.5rem;
	padding-right: 25px;
	padding-right: 2.5rem;
	width: 100%;
}

.code-flow__title-block {
	text-align: center;
}

.code-flow__sub {
	color: #00A2DE;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.code-flow__main {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.6;
	margin-top: 5px;
	margin-top: 0.5rem;
}

.cord-flow__items {
	gap: 20px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 15px;
	margin-top: 1.5rem;
}

.cord-flow__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 36px 20px 36px 54px;
	padding: 3.6rem 2rem 3.6rem 5.4rem;
}

.cord-flow__headings {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 400px;
}

.cord-flow__img {
	height: 120px;
	height: 12rem;
	margin-right: 40px;
	margin-right: 4rem;
	width: 120px;
	width: 12rem;
}

.cord-flow__img img {
	width: 120px;
	width: 12rem;
}

.cord-flow__title-block {
	width: 238px;
	width: 23.8rem;
}

.cord-flow__title-sub {
	color: #00A2DE;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.cord-flow__title {
	color: #333;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	margin-right: 20px;
	margin-right: 2rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.cord-flow__text-block {
	width: 100%;
}

.cord-flow__text {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}

.collapsible {
	width: 100%;
}

.collapsible__item + .collapsible__item {
	margin-top: 50px;
	margin-top: 5rem;
}

.collapsible__title {
	background-color: #D9D934;
	border-radius: 1rem;
	cursor: pointer;
	padding: 22px 20px 54px 80px;
	padding: 2.2rem 2rem 5.4rem 8rem;
	position: relative;
}

.collapsible__title::before,
.collapsible__title::after {
	background-color: #fff;
	content: "";
	height: 2px;
	height: 0.2rem;
	position: absolute;
	right: 28px;
	right: 2.8rem;
	top: 50%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	width: 13px;
	width: 1.3rem;
}

.collapsible__title::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.collapsible__title.is-open::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.collapsible__title.is-open::before {
	opacity: 0;
}

.collapsible__title-text {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}

.collapsible__title-text::before {
	color: #fff;
	content: "Q";
	font-family: "Hammersmith One", sans-serif;
	font-size: 50px;
	font-size: 5rem;
	left: -50px;
	left: -5rem;
	letter-spacing: -0.03em;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.collapsible__content {
	background-color: #fff;
	border-radius: 0.5rem;
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	margin-top: -3rem;
	padding: 25px 30px;
	padding: 2.5rem 3rem;
	position: relative;
	width: 90%;
}

.collapsible__text {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}

.column {
	margin-top: 50px;
	margin-top: 5rem;
}

.column__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.column__title {
	color: #FAF3BA;
	font-family: "Hammersmith One", sans-serif;
	font-size: 150px;
	font-size: 15rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.column__title-sub {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2;
}

.column__right {
	margin-top: 70px;
	margin-top: 7rem;
	width: 500px;
	width: 50rem;
}

.column__category-block {
	gap: 21px 17px;
	gap: 2.1rem 1.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.column__category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	border-radius: 1rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	padding: 10px 27px;
	padding: 1rem 2.7rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.column__category:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.column__button-block {
	text-align: right;
}

.column__cards {
	gap: 45px 40px;
	gap: 4.5rem 4rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 47px;
	margin-top: 4.7rem;
}

.column__swiper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	margin-top: 3.2rem;
	max-width: 480px;
	max-width: 48rem;
	padding-bottom: 40px;
	padding-bottom: 4rem;
	width: 84%;
}

.company {
	padding-bottom: 103px;
	padding-bottom: 10.3rem;
}

.company__bg {
	background-color: #D9D934;
	padding-bottom: 60px;
	padding-bottom: 6rem;
	padding-top: 35px;
	padding-top: 3.5rem;
}

.company__logo {
	margin-left: 57px;
	margin-left: 5.7rem;
	width: 876px;
	width: 87.6rem;
}

.company__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 108px;
	margin-top: 10.8rem;
	max-width: 1000px;
	max-width: 100rem;
	width: 100%;
}

.company__row {
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 0 15px;
	padding: 1.8rem 0 1.5rem;
}

.company__row:last-of-type {
	border-bottom: none;
}

.company__term {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	width: 260px;
	width: 26rem;
}

.company__description {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.8;
}

.company__link-item + .company__link-item {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.company__map {
	aspect-ratio: 144/63;
	width: 100%;
}

.company__map iframe {
	aspect-ratio: 144/63;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company__info {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.66;
	margin-top: 24px;
	margin-top: 2.4rem;
	text-align: center;
}

.cta-top-new {
	height: 400px;
	height: 40rem;
	padding-top: 25px;
	padding-top: 2.5rem;
	position: relative;
	width: 100%;
}

.cta-top-new__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.cta-top-new__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cta-top-new__i {
	height: 462px;
	height: 46.2rem;
	position: absolute;
	right: 40px;
	right: 4rem;
	top: -30px;
	top: -3rem;
	width: 464px;
	width: 46.4rem;
	z-index: 3;
}

.cta-top-new__i img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cta-top-new__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	max-width: 144rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.cta-top-new__title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 2.83;
	position: relative;
	text-align: center;
	z-index: 10;
}

.cta-top-new__button-block {
	margin-top: 34px;
	margin-top: 3.4rem;
	position: relative;
	text-align: center;
	z-index: 10;
}

.cta-top-new__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #4883AB;
	border-radius: 9999px;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	height: 120px;
	height: 12rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.18em;
	line-height: 2.83;
	max-width: 500px;
	max-width: 50rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.cta-top-new__button::after {
	background: url(../img/cta-button-new-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 50px;
	height: 5rem;
	position: absolute;
	right: 36px;
	right: 3.6rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 50px;
	width: 5rem;
}

.cta-top-new__button:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.cta-top {
	height: 400px;
	height: 40rem;
	padding-top: 25px;
	padding-top: 2.5rem;
	position: relative;
	width: 100%;
}

.cta-top__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.cta-top__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cta-top__i {
	height: 462px;
	height: 46.2rem;
	position: absolute;
	right: 40px;
	right: 4rem;
	top: -30px;
	top: -3rem;
	width: 464px;
	width: 46.4rem;
	z-index: 3;
}

.cta-top__i img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cta-top__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	max-width: 144rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.cta-top__contents {
	background-color: #242424;
	border-radius: 1rem;
	height: 350px;
	height: 35rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	padding-top: 22px;
	padding-top: 2.2rem;
	width: 100%;
}

.cta-top__title {
	color: #D9D934;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 2.83;
	position: relative;
	text-align: center;
	z-index: 10;
}

.cta-top__button-block {
	gap: 30px;
	gap: 3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 34px;
	margin-top: 3.4rem;
	position: relative;
	text-align: center;
	z-index: 10;
}

.cta-top__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #D9D934;
	border-radius: 9999px;
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	height: 120px;
	height: 12rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.18em;
	line-height: 2.83;
	max-width: 500px;
	max-width: 50rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.cta-top__button::after {
	background: url(../img/cta-top_button-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 50px;
	height: 5rem;
	position: absolute;
	right: 36px;
	right: 3.6rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 50px;
	width: 5rem;
}

.cta-top__button:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.cta {
	width: 100%;
}

.cta.cta--mt {
	margin-top: -160px;
	margin-top: -16rem;
	position: relative;
	z-index: 4;
}

.cta.cta--mt02 {
	margin-top: 20px;
	margin-top: 2rem;
}

.cta__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	max-width: 144rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.cta__contents {
	background-color: #242424;
	border-radius: 1rem;
	height: 320px;
	height: 32rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	padding-top: 27px;
	padding-top: 2.7rem;
	width: 100%;
}

.cta__contents.cta__contents--ana {
	padding-top: 50px;
	padding-top: 5rem;
}

.cta__contents.cta__contents--coding {
	padding-top: 50px;
	padding-top: 5rem;
}

.cta__contents.cta__contents--service {
	height: 390px;
	height: 39rem;
}

.cta__title {
	color: #D9D934;
	font-size: 35px;
	font-size: 3.5rem;
	letter-spacing: 0.18em;
	line-height: 2.428;
	text-align: center;
}

.cta__lead {
	color: #D9D934;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.5;
	text-align: center;
}

.cta__lead.cta__lead--small {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.72;
	margin-top: 10px;
	margin-top: 1rem;
}

.cta__lead span {
	display: inline-block;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	margin-top: 10px;
	margin-top: 1rem;
}

.cta__button-block {
	margin-top: 34px;
	margin-top: 3.4rem;
	text-align: center;
}

.cta__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #D9D934;
	border-radius: 9999px;
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 500;
	height: 88px;
	height: 8.8rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 3.4;
	max-width: 640px;
	max-width: 64rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.cta__button:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.cta__button::after {
	background: url(../img/cta-top_button-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 50px;
	height: 5rem;
	position: absolute;
	right: 36px;
	right: 3.6rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 50px;
	width: 5rem;
}

.data {
	background: url(../img/data-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 20px;
	margin-top: 2rem;
	overflow: hidden;
	padding-bottom: 50px;
	padding-bottom: 5rem;
	padding-top: 95px;
	padding-top: 9.5rem;
}

.data__title {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 2.42;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.data__title::before {
	background: url(../img/data-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 156px;
	height: 15.6rem;
	left: -178px;
	left: -17.8rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 164px;
	width: 16.4rem;
}

.data__contents {
	gap: 52px;
	gap: 5.2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
	margin-top: 6.5rem;
	max-width: 1180px;
	max-width: 118rem;
	width: 100%;
}

.data__contents.data__contents--mt {
	margin-top: 10px;
	margin-top: 1rem;
}

.data__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 35px 10px;
	padding: 3.5rem 1rem;
}

.data__content p {
	color: #4883AB;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.data__button-block {
	margin-top: 40px;
	margin-top: 4rem;
	text-align: center;
}

.data__button-block02 {
	margin-top: 43px;
	margin-top: 4.3rem;
	text-align: center;
}

.data__lead {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.1;
	margin-top: 40px;
	margin-top: 4rem;
}

.data__button-block03 {
	margin-top: 4px;
	margin-top: 0.4rem;
	text-align: left;
}

.demerit {
	margin-top: 65px;
	margin-top: 6.5rem;
}

.demerit__title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.57;
	text-align: center;
}

.demerit__cards {
	gap: 20px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 4rem;
	max-width: 860px;
	max-width: 86rem;
	width: 100%;
}

.demerit__card {
	aspect-ratio: 28/25;
	width: calc(33.333% - 1.4rem);
}

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

.demerit__last {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.94;
	margin-top: 30px;
	margin-top: 3rem;
	text-align: center;
}

.demerit__arrow {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 4rem;
	width: 200px;
	width: 20rem;
}

.drawer-menu {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	display: none;
	height: 100vh;
	left: 0;
	overflow: auto;
	padding-top: 100px;
	padding-top: 10rem;
	position: absolute;
	right: 0;
	top: -10px;
	top: -1rem;
	width: 100%;
	z-index: 5000;
}

.drawer-menu__inner {
	height: inherit;
	width: 100%;
}

.drawer-menu__accordion {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-left: 3rem;
	padding-right: 30px;
	padding-right: 3rem;
	width: 100%;
}

.drawer-menu__last {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-top: 6rem;
	padding-bottom: 30px;
	padding-bottom: 3rem;
	padding-left: 30px;
	padding-left: 3rem;
	padding-right: 30px;
	padding-right: 3rem;
	width: 100%;
}

.drawer-menu__logo {
	width: 170px;
	width: 17rem;
}

.drawer-menu__info {
	margin-top: 30px;
	margin-top: 3rem;
}

.drawer-menu__company {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1;
}

.drawer-menu__address {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.18em;
	line-height: 1.41;
}

.drawer-menu__address span {
	font-weight: 700;
}

.drawer-menu__button-block {
	gap: 21px;
	gap: 2.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 77px;
	margin-top: 7.7rem;
}

.drawer-menu__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	border-radius: 9999px;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.3em;
	line-height: 1.428;
	padding: 10px 30px;
	padding: 1rem 3rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.drawer-menu__button:hover {
	background-color: #FAF3BA;
	color: #000;
	opacity: 1;
}

.drawer-menu__small {
	display: block;
	font-family: "Hammersmith One", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1.75;
	margin-top: 38px;
	margin-top: 3.8rem;
}

.faq {
	margin-top: 107px;
	margin-top: 10.7rem;
	padding-bottom: 70px;
	padding-bottom: 7rem;
}

.faq__title {
	font-size: 50px;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.4;
}

.faq__collapsible {
	margin-top: 22px;
	margin-top: 2.2rem;
	width: 100%;
}

.feature {
	background: url(../img/feature_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -30px;
	margin-top: -3rem;
	padding-bottom: 74px;
	padding-bottom: 7.4rem;
	padding-top: 130px;
	padding-top: 13rem;
}

.feature__lead {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

.feature__lead span {
	background-color: #fff;
}

.feature__contents {
	background-color: #fff;
	border-radius: 1rem;
	margin-top: 53px;
	margin-top: 5.3rem;
	padding-bottom: 96px;
	padding-bottom: 9.6rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	padding-top: 40px;
	padding-top: 4rem;
}

.feature__title-block {
	text-align: center;
}

.feature__sub {
	color: #F0E9AC;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.feature__title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}

.feature__items {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-top: 6rem;
	width: 830px;
	width: 83rem;
}

.feature__item + .feature__item {
	margin-top: 40px;
	margin-top: 4rem;
}

.feature__number {
	color: #D9D934;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
	margin-left: 60px;
	margin-left: 6rem;
}

.feature__title-sub {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.57;
	margin-left: 60px;
	margin-left: 6rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.feature__body {
	border-top: 2px solid #D9D934;
	margin-top: 20px;
	margin-top: 2rem;
	padding-top: 25px;
	padding-top: 2.5rem;
}

.feature__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.875;
	margin-left: 60px;
	margin-left: 6rem;
	margin-right: 60px;
	margin-right: 6rem;
}

.flow {
	background-color: #D9D934;
	overflow: hidden;
	padding-bottom: 85px;
	padding-bottom: 8.5rem;
	padding-top: 70px;
	padding-top: 7rem;
}

.flow__inner {
	position: relative;
}

.flow__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flow__sub {
	color: #FAF3BA;
	font-family: "Hammersmith One", sans-serif;
	font-size: 150px;
	font-size: 15rem;
	left: 0;
	letter-spacing: -0.03em;
	line-height: 1;
	position: absolute;
	top: 30px;
	top: 3rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); /* 縦向きにする設定 */
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.flow__contents {
	margin-left: auto;
	width: 83%;
}

.flow__title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 2;
}

.flow__title span {
	font-size: 60px;
	font-size: 6rem;
	line-height: 1;
}

.flow__content {
	gap: 30px;
	gap: 3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), to(transparent));
	background: linear-gradient(to right, #fff 0%, #fff 50%, transparent 100%);
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 40px;
	margin-top: 4rem;
	padding: 19px 28px;
	padding: 1.9rem 2.8rem;
}

.flow__content + .flow__content {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.flow__text-block {
	width: 77%;
}

.flow__number {
	color: #242424;
	font-family: "Hammersmith One", sans-serif;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.flow__title-sub {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 500;
}

.flow__text {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.428;
	margin-top: 13px;
	margin-top: 1.3rem;
}

.footer {
	margin-top: 60px;
	margin-top: 6rem;
	padding-bottom: 72px;
	padding-bottom: 7.2rem;
}

.footer__flex {
	gap: 80px;
	gap: 8rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer__left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.footer__logo {
	width: 200px;
	width: 20rem;
}

.footer__info {
	margin-top: 47px;
	margin-top: 4.7rem;
}

.footer__company {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.16;
}

.footer__address {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.18em;
	line-height: 1.5;
}

.footer__address span {
	font-weight: 700;
}

.footer__button-block {
	gap: 21px;
	gap: 2.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 77px;
	margin-top: 7.7rem;
}

.footer__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	border-radius: 9999px;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.3em;
	line-height: 1.428;
	padding: 10px 30px;
	padding: 1rem 3rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.footer__button:hover {
	background-color: #FAF3BA;
	color: #000;
	opacity: 1;
}

.footer__small {
	display: block;
	font-family: "Hammersmith One", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1.75;
	margin-top: 38px;
	margin-top: 3.8rem;
}

.footer__right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer__lead {
	color: #C4C437;
	font-size: 20px;
	font-size: 2rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.footer__lead::after {
	background: url(../img/accordion-service.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 16px;
	height: 1.6rem;
	position: absolute;
	right: -22px;
	right: -2.2rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 16px;
	width: 1.6rem;
}

.footer__row {
	gap: 20px;
	gap: 2rem;
	display: grid;
	grid-template-columns: 2fr 3fr 1.5fr;
	margin-top: 40px;
	margin-top: 4rem;
}

.footer__row.footer__row--middle {
	grid-template-columns: 2fr 4.5fr 0;
}

.footer__row.footer__row--last {
	grid-template-columns: 2fr 2.5fr 2fr;
}

.footer__section {
	width: 100%;
}

.footer__section--simple {
	gap: 15px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__heading {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.166;
}

.footer__list {
	margin-top: 20px;
	margin-top: 2rem;
}

.footer__item {
	line-height: 1.8;
}

.footer__link {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.footer__link:hover {
	color: #D9D934;
	opacity: 1;
}

.footer__divider {
	border: none;
	border-top: 1px solid #D9D934;
	margin-top: 38px;
	margin-top: 3.8rem;
}

.footer__bottom {
	margin-top: auto;
}

.footer__sub-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer__sub-item::after {
	color: #000;
	content: "|";
	font-weight: normal;
	margin: 0 18px;
	margin: 0 1.8rem;
}

.footer__sub-item {
	font-size: 12px;
	font-size: 1.2rem;
}

.footer__sub-item:last-child::after {
	display: none;
}

.footer__sub-link {
	display: inline-block;
	line-height: 1.8;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.footer__sub-link:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.footer__last {
	background-color: #F4F2E9;
	border-radius: 1rem;
	margin-top: 44px;
	margin-top: 4.4rem;
	padding: 20px 72px 24px;
	padding: 2rem 7.2rem 2.4rem;
	text-align: center;
}

.footer__last-lead {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}

.footer__last-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin-top: 14px;
	margin-top: 1.4rem;
	padding: 0;
}

.footer__last-flex li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
}

.footer__last-flex li::after {
	color: #000;
	content: "|";
	font-weight: normal;
	margin: 0 16px;
	margin: 0 1.6rem;
}

.footer__last-flex li:last-child::after {
	display: none;
}

.footer__last-flex li a {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.footer__last-flex li a:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.form {
	letter-spacing: 0.05em;
}

.form__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-top: 1px solid #e1ecf0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 25px;
	padding-bottom: 2.5rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-top: 21px;
	padding-top: 2.1rem;
}

.form__item:last-of-type {
	border-bottom: 1px solid #e1ecf0;
}

.form__title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 18px;
	margin-top: 1.8rem;
	width: 20%;
}

.form__title.form__title-top {
	width: 19%;
}

.form__content {
	gap: 4px;
	gap: 0.4rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 68%;
}

.form__content.form__content-top {
	display: block;
	width: 67.8%;
}

.form__title + .form__content {
	margin-left: 71px;
}

.form__check {
	margin-left: -10px;
	margin-left: -1rem;
	margin-top: 18px;
	margin-top: 1.8rem;
}

.form__title + .form__check {
	margin-left: 71px;
}

.form__post-code {
	height: 14px;
	height: 1.4rem;
	margin-top: 18px;
	margin-top: 1.8rem;
	width: 18px;
	width: 1.8rem;
}

.form__required {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e02828;
	border-radius: 0.3rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	margin-right: 15px;
	margin-right: 1.5rem;
	margin-top: 15px;
	margin-top: 1.5rem;
	padding: 7px 0;
	padding: 0.7rem 0;
	width: 57px;
}

.form__required + .form__content {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.form__required + .form__content.form__content-top {
	margin-top: -10px;
	margin-top: -1rem;
}

.form__check-lists label {
	display: block;
}

.form__check-lists label:not(:first-child) {
	margin-top: 26px;
	margin-top: 2.6rem;
}

.form__privacy-policy {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 80px;
	margin-top: 8rem;
	text-align: center;
}

.form__btn {
	margin-top: 50px;
	margin-top: 5rem;
	text-align: center;
}

.form__submit {
	display: inline-block;
	position: relative;
}

.form__submit::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 40px;
	height: 4rem;
	position: absolute;
	right: 17px;
	right: 1.7rem;
	top: 37%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 40px;
	width: 4rem;
	z-index: 3;
}

.form__submit::after {
	background-image: url(../img/arrow-red.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 14px;
	height: 1.4rem;
	position: absolute;
	right: 30px;
	right: 3rem;
	top: 38%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 15px;
	width: 1.5rem;
	z-index: 4;
}

.form__privacy-link {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}

.form__underline {
	border-bottom: 1px solid #111;
}

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #f5f7fa;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 2px solid #e1ecf0;
	border-radius: 0.3rem;
	font-family: inherit; /*↓カスタム */
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 800px;
	max-width: 80rem;
	padding: 11px 20px;
	padding: 1.1rem 2rem;
	width: 100%;
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 2px solid #00a2de;
}

[type=text]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b0c1d3;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
}

[type=text]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b0c1d3;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
}

[type=text]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b0c1d3;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
}

[type=text]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b0c1d3;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
}

[type=text]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b0c1d3;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
}

[type=text]::-ms-input-placeholder,
[type=search]::-ms-input-placeholder,
[type=tel]::-ms-input-placeholder,
[type=url]::-ms-input-placeholder,
[type=email]::-ms-input-placeholder,
[type=password]::-ms-input-placeholder,
[type=date]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #b0c1d3;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
}

[type=text]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=url]::placeholder,
[type=email]::placeholder,
[type=password]::placeholder,
[type=date]::placeholder,
textarea::placeholder {
	color: #b0c1d3;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
}

button,
[type=button],
[type=submit] {
	background-color: #e02828;
	background-image: none;
	border: none;
	border-radius: 9999px;
	-webkit-box-shadow: 2px 2px 10px rgba(224, 40, 40, .5);
	box-shadow: 2px 2px 10px rgba(224, 40, 40, .5);
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1; /*↓リセットCSS */
	margin: 0;
	padding: 27px 0;
	padding: 2.7rem 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s; /*↓カスタム */
	width: 450px;
	width: 45rem;
}

button::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 40px;
	height: 4rem;
	position: absolute;
	right: 17px;
	right: 1.7rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 40px;
	width: 4rem;
}

button::after {
	background-image: url(../img/arrow-red.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 14px;
	height: 1.4rem;
	position: absolute;
	right: 30px;
	right: 3rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 15px;
	width: 1.5rem;
}

button:hover,
[type=button]:hover,
[type=submit]:hover {
	opacity: 0.8;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	color: #111;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 30px 0 0;
	margin: 0 3rem 0 0;
	padding: 0 0 0 40px;
	padding: 0 0 0 4rem;
	position: relative;
}

[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #e1ecf0;
	border-radius: 0.2rem;
	content: "";
	display: block;
	height: 30px;
	height: 3rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	width: 3rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	background: #00a2de;
	border-radius: 0.2rem;
	content: "";
	display: block;
	height: 20px;
	height: 2rem;
	left: 5px;
	left: 0.5rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	width: 2rem;
}

[type=checkbox].accept {
	border: 2px solid #e1ecf0;
	border-radius: 0.3rem;
	cursor: pointer;
	display: block;
	height: 30px;
	height: 3rem;
	left: -10px;
	left: -1rem;
	position: relative;
	top: 14px;
	top: 1.4rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 30px;
	width: 3rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox]::after {
	content: "";
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

[type=checkbox]:checked::after {
	border-bottom: 2px solid #00a2de;
	border-left: 2px solid #00a2de;
	content: "";
	display: block;
	height: 10px;
	height: 1rem;
	left: 0;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 44%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 24px;
	width: 2.4rem;
}

textarea {
	height: 370px;
	height: 37rem;
	resize: none;
	width: 100%;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-submit {
	background-color: #e02828;
	border-radius: 9999px;
	-webkit-box-shadow: 2px 2px 10px rgba(224, 40, 40, .5);
	box-shadow: 2px 2px 10px rgba(224, 40, 40, .5);
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	padding: 27px 0;
	padding: 2.7rem 0;
	text-align: center;
	-webkit-transition: background-color 0.3s, opacity 0.3s;
	transition: background-color 0.3s, opacity 0.3s;
	width: 450px;
	width: 45rem;
}

.wpcf7-submit:hover {
	opacity: 0.8;
}

div.wpcf7 .wpcf7-spinner {
	display: block;
}

.free {
	padding-bottom: 65px;
	padding-bottom: 6.5rem;
	padding-top: 77px;
	padding-top: 7.7rem;
	position: relative;
}

.free__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

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

.free__lead {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.7;
}

.free__lead span {
	font-size: 80px;
	font-size: 8rem;
	line-height: 1;
}

.free__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 4rem;
	max-width: 980px;
	max-width: 98rem;
	width: 100%;
}

.free__contents dl {
	gap: 17px;
	gap: 1.7rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px dotted #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.free__contents dl + dl {
	margin-top: 10px;
	margin-top: 1rem;
}

.free__contents dt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #2E2F29;
	border-radius: 1rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 30px;
	font-size: 3rem;
	height: 52px;
	height: 5.2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 480px;
	width: 48rem;
}

.free__contents dd {
	font-size: 60px;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
}

.free__contents dd span {
	font-family: "Hammersmith One", sans-serif;
	font-size: 100px;
	font-size: 10rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1;
}

.free__button-block {
	margin-top: 50px;
	margin-top: 5rem;
	text-align: center;
}

.free__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FAF3BA;
	border-radius: 1rem;
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	max-width: 98rem;
	padding: 34px 10px;
	padding: 3.4rem 1rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.free__button:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.free__button::after {
	background: url(../img/cta-top_button-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 25px;
	height: 2.5rem;
	position: absolute;
	right: 288px;
	right: 28.8rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 25px;
	width: 2.5rem;
}

.fv {
	min-height: 700px;
	min-height: 70rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.fv__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

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

.fv__line {
	font-family: "Hammersmith One", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.23em;
	position: absolute;
	right: -110px;
	right: -11rem;
	top: 230px;
	top: 23rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fv__i {
	bottom: 40px;
	bottom: 4rem;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
	position: absolute;
	right: -40px;
	right: -4rem;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	width: 520px;
	width: 52rem;
	z-index: -1;
}

.fv__lead {
	font-size: 65px;
	font-size: 6.5rem;
	font-weight: 700;
	line-height: 1.3;
	padding-top: 178px;
	padding-top: 17.8rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.fv__lead-line {
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
}

.fv__lead-line.top {
	padding-top: 30px;
	padding-top: 3rem;
}

.fv__lead-text {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.fv__lead-text .large {
	font-family: "Hammersmith One", sans-serif;
	font-size: 130px;
	font-size: 13rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 0;
}

.fv__news {
	margin-top: 45px;
	margin-top: 4.5rem;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.hamburger {
	background-color: #000;
	border-radius: 2rem;
	cursor: pointer;
	height: 40px;
	height: 4rem;
	position: fixed;
	right: 16px;
	right: 1.6rem;
	top: 0;
	width: 50px;
	width: 5rem;
	z-index: 9999;
}

.hamburger.is-active {
	right: 16px;
	right: 1.6rem;
	top: 0;
}

.hamburger span {
	background-color: #fff;
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 24px;
	width: 2.4rem;
}

.hamburger span:nth-child(1) {
	top: 16px;
	top: 1.6rem;
}

.hamburger span:nth-child(2) {
	top: 22px;
	top: 2.2rem;
}

.hamburger.is-active span:nth-child(1) {
	left: 13px;
	left: 1.3rem;
	top: 19px;
	top: 1.9rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
	left: 13px;
	left: 1.3rem;
	top: 19px;
	top: 1.9rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header {
	background-color: transparent;
	height: 40px;
	height: 4rem;
	left: 50%;
	position: fixed;
	top: 40px;
	top: 4rem;
	-webkit-transform: translate(-50%, -200%);
	transform: translate(-50%, -200%);
	width: 100%;
	z-index: 1000;
}

.header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
	max-width: 122rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.header__name {
	margin-right: auto;
}

.header__logo {
	width: 200px;
	width: 20rem;
}

.header__nav {
	height: inherit;
}

.header__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.header__item {
	height: inherit;
}

.header__item:not(:first-child) {
	margin-left: 20px;
	margin-left: 2rem;
}

.header__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__link.header__link--contact {
	background-color: #000;
	border-radius: 9999px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.3em;
	padding: 10px 30px;
	padding: 1rem 3rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header__link.header__link--contact:hover {
	background-color: #FAF3BA;
	color: #000;
	opacity: 1;
}

.help {
	background: url(../img/help_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	padding-top: 88px;
	padding-top: 8.8rem;
}

.help__title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.57;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.help__title::before {
	color: #D9D934;
	content: "“";
	font-size: 182px;
	font-size: 18.2rem;
	font-weight: 700;
	left: -56px;
	left: -5.6rem;
	line-height: 1;
	position: absolute;
	top: -68px;
	top: -6.8rem;
}

.help__title::after {
	bottom: -150px;
	bottom: -15rem;
	color: #D9D934;
	content: "”";
	font-size: 182px;
	font-size: 18.2rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	right: -70px;
	right: -7rem;
}

.help__flex {
	gap: 8%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 76px;
	margin-top: 7.6rem;
}

.help__text-block {
	width: 600px;
	width: 60rem;
}

.help__text {
	background-image: linear-gradient(#D9D934 1px, transparent 1px);
	background-position: 0 2.6em;
	background-repeat: repeat;
	background-size: 100% 2.8em;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.8;
}

.help__text:last-of-type {
	background-image: none;
}

.help__img {
	margin-top: 42px;
	margin-top: 4.2rem;
	width: 40%;
}

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

.js-fadeUp {
	opacity: 0;
	will-change: transform, opacity, filter;
}

.js-textAnimation {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	display: inline-block;
	will-change: clip-path, transform, opacity;
}

.kaizen {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #fff), color-stop(10%, #D9D934), to(#D9D934));
	background: linear-gradient(to bottom, #fff 0%, #fff 10%, #D9D934 10%, #D9D934 100%);
	margin-top: 88px;
	margin-top: 8.8rem;
	overflow-x: hidden;
	padding-bottom: 87px;
	padding-bottom: 8.7rem;
	padding-top: 100px;
	padding-top: 10rem;
	position: relative;
	z-index: 1;
}

.kaizen__inner {
	position: relative;
}

.kaizen__i {
	position: absolute;
	right: 20px;
	right: 2rem;
	top: -90px;
	top: -9rem;
	width: 478px;
	width: 47.8rem;
	z-index: -1;
}

.kaizen__title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 2;
}

.kaizen__title span {
	font-size: 60px;
	font-size: 6rem;
	line-height: 1.16;
}

.kaizen__lead {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.75;
	margin-top: 50px;
	margin-top: 5rem;
}

.kaizen__cards {
	position: relative;
}

.kaizen__card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #343430;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: sticky;
	top: 0;
	width: 100%;
}

.kaizen__card > *:not(img) {
	position: relative;
	z-index: 3;
}

.kaizen__card::after {
	color: #fff;
	content: "Digital Marketing    CACHICA Inc.";
	font-family: "Hammersmith One", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	left: 20px;
	left: 2rem;
	letter-spacing: 0.23em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	white-space: nowrap;
	z-index: 2;
}

.kaizen__number {
	color: #FAF3BA;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	left: -20px;
	left: -2rem;
	letter-spacing: -0.03em;
	line-height: 1;
	position: absolute;
	top: 0;
}

.kaizen__flex {
	gap: 7%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.kaizen__left {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 68px;
	padding-bottom: 6.8rem;
	padding-top: 66px;
	padding-top: 6.6rem;
	position: relative;
	width: 435px;
	width: 43.5rem;
}

.kaizen__line01 {
	background: url(../img/project_line.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 56px;
	height: 5.6rem;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 56px;
	width: 5.6rem;
}

.kaizen__line02 {
	background: url(../img/project_line.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 56px;
	height: 5.6rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	width: 5.6rem;
}

.kaizen__line03 {
	background: url(../img/project_line.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 56px;
	height: 5.6rem;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	width: 56px;
	width: 5.6rem;
}

.kaizen__line04 {
	background: url(../img/project_line.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 56px;
	height: 5.6rem;
	position: absolute;
	right: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 56px;
	width: 5.6rem;
}

.kaizen__text {
	color: #fff;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.428;
	text-align: center;
}

.kaizen__img {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	width: 42%;
}

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

.lead {
	margin-top: -80px;
	margin-top: -8rem;
}

.lead__title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2.83;
}

.lead__text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.1;
	margin-top: 12px;
	margin-top: 1.2rem;
	max-width: 655px;
	max-width: 65.5rem;
	width: 100%;
}

.lead__button-block {
	margin-top: 20px;
	margin-top: 2rem;
}

.merit {
	margin-top: 52px;
	margin-top: 5.2rem;
	overflow: hidden;
	padding-bottom: 110px;
	padding-bottom: 11rem;
	position: relative;
	z-index: 2;
}

.merit__sub-title {
	color: #F0E9AC;
	font-family: "Hammersmith One", sans-serif;
	font-size: 300px;
	font-size: 30rem;
	font-weight: 400;
	left: -30px;
	left: -3rem;
	letter-spacing: -0.03em;
	line-height: 1;
	position: absolute;
	top: 0;
	z-index: -1;
}

.merit__i {
	position: absolute;
	right: 64px;
	right: 6.4rem;
	top: 0;
	width: 402px;
	width: 40.2rem;
	z-index: -1;
}

.merit__title {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.57;
	margin-top: 200px;
	margin-top: 20rem;
}

.merit__contents {
	margin-top: 45px;
	margin-top: 4.5rem;
}

.merit__card + .merit__card {
	margin-top: 45px;
	margin-top: 4.5rem;
}

.merit__head {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	max-width: 110rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	width: 100%;
}

.merit__number {
	color: #D9D934;
	display: block;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.merit__title-sub {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.57;
}

.merit__line {
	border: 1px solid #D9D934;
}

.merit__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-top: 2.5rem;
	max-width: 1100px;
	max-width: 110rem;
	width: 100%;
}

.merit__text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
}

.needs {
	margin-top: 57px;
	margin-top: 5.7rem;
	padding-bottom: 52px;
	padding-bottom: 5.2rem;
}

.needs__title {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.57;
	text-align: center;
}

.needs__flex {
	gap: 23px;
	gap: 2.3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: auto;
	margin-right: auto;
	margin-top: 52px;
	margin-top: 5.2rem;
	max-width: 1163px;
	max-width: 116.3rem;
	width: 100%;
}

.needs__img {
	aspect-ratio: 52/25;
}

.needs__img img {
	aspect-ratio: 52/25;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.needs__title-sub {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 2.27;
}

.news {
	margin-right: auto;
	max-width: 470px;
	max-width: 47rem;
	width: 100%;
}

.news__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 17px;
	margin-bottom: 1.7rem;
}

.news__content:hover {
	opacity: 1;
}

.news__content + .news__content {
	border-top: 1px solid #000;
	padding-top: 18px;
	padding-top: 1.8rem;
}

.news__info {
	width: 25%;
}

.news__date {
	font-family: "Hammersmith One", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	margin-left: 33px;
	margin-left: 3.3rem;
}

.news__block {
	margin-left: 50px;
	margin-left: 5rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: calc(75% - 5rem);
}

.news__content:hover .news__block {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.news__text {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.offer {
	background-color: #D9D934;
	padding-bottom: 90px;
	padding-bottom: 9rem;
	padding-top: 43px;
	padding-top: 4.3rem;
}

.offer__title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.4;
	text-align: center;
}

.offer__flex {
	gap: 56px;
	gap: 5.6rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offer__card {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.offer__card:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.offer__img {
	aspect-ratio: 415/254;
}

.offer__img img {
	aspect-ratio: 415/254;
	-o-object-fit: cover;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.offer__title-sub {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2.83;
	text-align: center;
}

.offer__last {
	gap: 20px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 77px;
	margin-top: 7.7rem;
}

.offer__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 9999px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	padding: 15px 40px 19px;
	padding: 1.5rem 4rem 1.9rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.offer__link:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.page-fv {
	padding-bottom: 80px;
	padding-bottom: 8rem;
	padding-top: 130px;
	padding-top: 13rem;
	position: relative;
	z-index: 2;
}

.page-fv.page-fv--archive-works {
	padding-bottom: 240px;
	padding-bottom: 24rem;
}

.page-fv__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.page-fv__bg img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 100%;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.page-fv__contents {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top-left-radius: 30px;
	border-top-left-radius: 3rem;
	border-top-right-radius: 30px;
	border-top-right-radius: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 154px;
	height: 15.4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	z-index: 1;
}

.page-fv__contents::before {
	background: url(../img/page-fv_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 30px;
	border-top-left-radius: 3rem;
	border-top-right-radius: 30px;
	border-top-right-radius: 3rem;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.page-fv__title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}

.page-fv__en {
	color: #F0E9AC;
	font-family: "Hammersmith One", sans-serif;
	font-size: 150px;
	font-size: 15rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
	margin-top: 46px;
	margin-top: 4.6rem;
}

.page-sub {
	background: url(../img/page-web_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	height: 45rem;
	margin-top: -80px;
	margin-top: -8rem;
	padding-top: 123px;
	padding-top: 12.3rem;
	position: relative;
	width: 100%;
	z-index: 3;
}

.page-sub.page-sub--new {
	background: url(../img/page-new.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-sub.page-sub--analytics {
	background: url(../img/page-ana.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-sub.page-sub--coding {
	background: url(../img/page-coding_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	height: 40rem;
	margin-top: -80px;
	margin-top: -8rem;
	padding-top: 85px;
	padding-top: 8.5rem;
	position: relative;
	width: 100%;
	z-index: 3;
}

.page-sub__lead {
	color: #fff;
	font-family: "Hammersmith One", sans-serif;
	font-size: 50px;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	text-align: center;
}

.page-sub__lead.page-sub--analytics {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	line-height: 1.3;
}

.page-sub__lead.page-sub--coding {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	margin-top: 8px;
	margin-top: 0.8rem;
	text-align: left;
}

.page-sub__lead-small {
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}

.page-sub.page-sub--service {
	background: url(../img/page-service_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	padding-top: 77px;
	padding-top: 7.7rem;
	position: relative;
	width: 100%;
}

.page-sub__top {
	color: #D9D934;
	font-family: "Hammersmith One", sans-serif;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}

.page-sub__lead-service {
	color: #fff;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 13px;
	margin-top: 1.3rem;
}

.page-sub__text {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 21px;
	margin-top: 2.1rem;
}

.page-sub__flex {
	gap: 55px;
	gap: 5.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 52px;
	margin-top: 5.2rem;
}

.page-sub__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 140px;
	height: 14rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 250px;
	width: 25rem;
}

.page-sub__yellow {
	color: #D9D934;
	font-family: "Hammersmith One", sans-serif;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 400;
}

.page-sub__yellow span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 2.17;
}

.page-sub__content p {
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: -10px;
	margin-top: -1rem;
}

.page-sub__link-block {
	gap: 30px;
	gap: 3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 10px;
	border-top-right-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 74px;
	margin-top: 7.4rem;
	padding: 30px 20px;
	padding: 3rem 2rem;
	width: 100%;
}

.page-sub__link {
	font-size: 16px;
	font-size: 1.6rem;
}

.philosophy {
	background: url(../img/philosophy_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 90px;
	padding-bottom: 9rem;
}

.philosophy__img {
	height: 330px;
	height: 33rem;
	width: 100%;
}

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

.philosophy__title-block {
	margin-top: 60px;
	margin-top: 6rem;
	text-align: center;
}

.philosophy__sub {
	color: #F0E9AC;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.philosophy__title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}

.philosophy__lead {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.57;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 5rem;
	max-width: 1115px;
	max-width: 111.5rem;
	width: 100%;
}

.philosophy__text-block {
	margin-left: 100px;
	margin-left: 10rem;
	margin-top: 57px;
	margin-top: 5.7rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.philosophy__text-block + .philosophy__text-block {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.philosophy__text-block span {
	background: #D9D934;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.83;
}

.philosophy__text {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.75;
}

.pinch {
	background: url(../img/pinch-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 150px;
	padding-bottom: 15rem;
	padding-top: 130px;
	padding-top: 13rem;
}

.pinch__title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.57;
	text-align: center;
}

.pinch__lead {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.83;
	text-align: center;
}

.pinch__lead span {
	font-weight: 700;
}

.pinch__contents {
	background-color: #fff;
	border-radius: 1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 52px;
	margin-top: 5.2rem;
	max-width: 1180px;
	max-width: 118rem;
	padding-bottom: 50px;
	padding-bottom: 5rem;
	padding-left: 25px;
	padding-left: 2.5rem;
	padding-right: 25px;
	padding-right: 2.5rem;
	padding-top: 60px;
	padding-top: 6rem;
	width: 100%;
}

.pinch__title-block {
	text-align: center;
}

.pinch__sub {
	color: #00A2DE;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.pinch__main {
	color: #111;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.6;
}

.pinch__text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.875;
	margin-top: 15px;
	margin-top: 1.5rem;
	text-align: center;
}

.pinch__table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 3rem;
	max-width: 960px;
	max-width: 96rem;
	width: 100%;
}

.pinch__attention {
	font-weight: 600;
}

.pinch__attention-text:first-child {
	margin-top: 15px;
	margin-top: 1.5rem;
}

.pinch__attention-text {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 2px;
	margin-top: 0.2rem;
}

.plan-support_bg {
	background: url(../img/plan-support_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 70px;
	padding-bottom: 7rem;
	padding-top: 60px;
	padding-top: 6rem;
}

.plan {
	border-bottom: 2px solid #D9D934;
	padding-bottom: 60px;
	padding-bottom: 6rem;
}

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

.plan__sub {
	color: #F0E9AC;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.plan__title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}

.plan__contents {
	gap: 20px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 44px;
	margin-top: 4.4rem;
}

.plan__content {
	background-color: #D9D934;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	padding: 7px 25px 0;
	padding: 0.7rem 2.5rem 0;
	position: relative;
	width: 380px;
	width: 38rem;
}

.plan__content-title {
	border-bottom: 2px solid #fff;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2.833;
	text-align: center;
}

.plan__price-box {
	gap: 15px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 22px;
	margin-top: 2.2rem;
	padding: 10px 0;
	padding: 1rem 0;
}

.plan__price-label {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2.833;
}

.plan__price-number {
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	line-height: 0.6;
}

.plan__price-unit {
	-ms-flex-item-align: end;
	align-self: flex-end;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.plan__description {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 22px;
	margin-top: 2.2rem;
	padding-bottom: 70px;
	padding-bottom: 7rem;
}

.plan__target {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #2F2725;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 25px;
	font-size: 2.5rem;
	height: 120px;
	height: 12rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.2;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: auto;
	text-align: center;
	width: 100vw;
}

.plan__lead {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 40px;
	margin-top: 4rem;
	text-align: center;
}

.pre-footer {
	background-color: #D9D934;
	padding-bottom: 35px;
	padding-bottom: 3.5rem;
	padding-top: 34px;
	padding-top: 3.4rem;
}

.pre-footer__title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 2;
}

.pre-footer__lead-block {
	gap: 68px;
	gap: 6.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 2;
}

.pre-footer__lead-block span {
	font-family: "Hammersmith One", sans-serif;
	font-size: 130px;
	font-size: 13rem;
	font-weight: 400;
	letter-spacing: -0.01em;
}

.pre-footer__lead {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
}

.pre-footer__i {
	position: absolute;
	right: -360px;
	right: -36rem;
	top: -170px;
	top: -17rem;
	width: 478px;
	width: 47.8rem;
}

.pre-footer__title-block {
	text-align: left;
}

.pre-footer__flex {
	gap: 56px;
	gap: 5.6rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 68px;
	margin-top: 6.8rem;
}

.pre-footer__card {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.pre-footer__card:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.pre-footer__img {
	aspect-ratio: 415/254;
}

.pre-footer__img img {
	aspect-ratio: 415/254;
	-o-object-fit: cover;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.pre-footer__title-sub {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2.83;
	text-align: center;
}

.pre-footer__last {
	gap: 20px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 77px;
	margin-top: 7.7rem;
}

.price {
	background: url(../img/price_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-top: 7rem;
}

.price__title {
	font-size: 50px;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.4;
}

.price__lead {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.75;
	margin-top: 40px;
	margin-top: 4rem;
}

.price__table {
	background-color: #242424;
	border-radius: 5rem;
	margin-top: 40px;
	margin-top: 4rem;
	padding: 36px 40px 50px;
	padding: 3.6rem 4rem 5rem;
}

.price__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px dashed #D9D934;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}

.price__row + .price__row {
	margin-top: 20px;
	margin-top: 2rem;
}

.price__item-name {
	color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75;
	margin-left: 20px;
	margin-left: 2rem;
	width: 320px;
	width: 32rem;
}

.price__badge {
	background-color: #fff;
	border-radius: 9999px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.75;
	margin-left: 30px;
	margin-left: 3rem;
	padding: 2px 26px;
	padding: 0.2rem 2.6rem;
}

.price__cost {
	color: #D9D934;
	font-family: "Hammersmith One", sans-serif;
	font-size: 50px;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	margin-left: auto;
}

.price__cost span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.16;
	margin-left: 3px;
	margin-left: 0.3rem;
}

.price__description {
	color: #D9D934;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 30px;
	font-size: 3rem;
	line-height: 2.5;
	margin-left: auto;
}

.project__top {
	height: 270px;
	height: 27rem;
	width: 100%;
}

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

.project__lead {
	background-color: #fff;
	padding-bottom: 105px;
	padding-bottom: 10.5rem;
	padding-top: 82px;
	padding-top: 8.2rem;
}

.project__lead-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
	max-width: 102rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.project__contents {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 78px;
	padding-bottom: 7.8rem;
	padding-top: 56px;
	padding-top: 5.6rem;
	position: relative;
}

.project__line01 {
	background: url(../img/project_line.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 94px;
	height: 9.4rem;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 94px;
	width: 9.4rem;
}

.project__line02 {
	background: url(../img/project_line.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 94px;
	height: 9.4rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 94px;
	width: 9.4rem;
}

.project__line03 {
	background: url(../img/project_line.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 94px;
	height: 9.4rem;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	width: 94px;
	width: 9.4rem;
}

.project__line04 {
	background: url(../img/project_line.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 94px;
	height: 9.4rem;
	position: absolute;
	right: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 94px;
	width: 9.4rem;
}

.project__title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.project__title .number {
	display: inline-block;
	font-family: "Hammersmith One", sans-serif;
	font-size: 100px;
	font-size: 10rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	margin-right: 16px;
	margin-right: 1.6rem;
}

.project__title .last {
	font-size: 63px;
	font-size: 6.3rem;
	font-weight: 700;
	line-height: 1;
}

.project__large-text {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.4;
	margin-top: 27px;
	margin-top: 2.7rem;
	text-align: center;
}

.project__text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.11;
	margin-top: 45px;
	margin-top: 4.5rem;
	text-align: center;
}

.project__cards-block {
	background-color: #D9D934;
	padding-bottom: 76px;
	padding-bottom: 7.6rem;
	padding-top: 95px;
	padding-top: 9.5rem;
}

.project__cards {
	gap: 56px 20px;
	gap: 5.6rem 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.project__swiper {
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
	max-width: 48rem;
	padding-bottom: 30px;
	padding-bottom: 3rem;
	padding-top: 30px;
	padding-top: 3rem;
	position: relative;
	width: 100%;
}

.project__button-block {
	margin-top: 50px;
	margin-top: 5rem;
	text-align: center;
}

.reason {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff)), url(../img/plan-support_bg.jpg);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%), url(../img/plan-support_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
	padding-bottom: 100px;
	padding-bottom: 10rem;
	padding-top: 107px;
	padding-top: 10.7rem;
	position: relative;
	z-index: 2;
}

.reason__i {
	bottom: 30px;
	bottom: 3rem;
	position: absolute;
	right: 0;
	width: 500px;
	width: 50rem;
	z-index: -1;
}

.reason__title-block {
	text-align: center;
}

.reason__title {
	font-size: 50px;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.7;
}

.reason__title-sub {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 4.72;
	margin-top: -24px;
	margin-top: -2.4rem;
}

.reason__items {
	margin-top: 60px;
	margin-top: 6rem;
}

.reason__item + .reason__item {
	margin-top: 50px;
	margin-top: 5rem;
}

.reason__item--02 {
	margin-left: 120px;
	margin-left: 12rem;
}

.reason__item--03 {
	margin-left: 240px;
	margin-left: 24rem;
}

.reason__number {
	color: #D9D934;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.reason__item-title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.57;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	position: relative;
}

.reason__item-title::after {
	background-color: #D9D934;
	bottom: 0;
	content: "";
	height: 2px;
	height: 0.2rem;
	left: -100vw;
	position: absolute;
	right: -40px;
	right: -4rem;
}

/* 個別に右への突き出し量を調整 */

.reason__item-title--01::after {
	right: 340px;
	right: 34rem;
	width: auto;
}

.reason__item-title--02::after {
	right: 170px;
	right: 17rem;
	width: auto;
}

.reason__item-title--03::after {
	right: 0;
	width: auto;
}

.reason__item-body {
	margin-top: 30px;
	margin-top: 3rem;
}

.reason__text {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
}

.scroll-infinity__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.scroll-infinity__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
}

.scroll-infinity__list--left {
	-webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__list--left.fast {
	-webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
	animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.scroll-infinity__list--right {
	-webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
	animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
	margin-right: 35px;
	margin-right: 3.5rem;
	width: 39vw;
}

.scroll-infinity__item > img {
	width: 100%;
}

.service-list {
	background-color: #343430;
	padding-bottom: 90px;
	padding-bottom: 9rem;
	padding-top: 34px;
	padding-top: 3.4rem;
}

.service-list__title {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 3.4;
	text-align: center;
	width: 100%;
}

.service-list__grid {
	gap: 14px 20px;
	gap: 1.4rem 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 36px;
	margin-top: 3.6rem;
}

.service-list__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	border-radius: 9999px;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.875;
	padding: 10px;
	padding: 1rem;
}

.service {
	color: #fff;
	padding-bottom: 87px;
	padding-bottom: 8.7rem;
	padding-top: 50px;
	padding-top: 5rem;
	position: relative;
	width: 100%;
}

.service__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.service__bg img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 100%;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.service__line {
	font-family: "Hammersmith One", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	left: -70px;
	left: -7rem;
	letter-spacing: 0.23em;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
}

.service__title {
	border-bottom: 1px solid #fff;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.83;
	text-align: center;
	width: 100%;
}

.service__contents {
	gap: 55px 133px;
	gap: 5.5rem 13.3rem;
	display: grid;
	grid-template-columns: 245fr 385fr;
	margin-left: auto;
	margin-top: 30px;
	margin-top: 3rem;
	max-width: 770px;
	max-width: 77rem;
	width: 100%;
}

.service__content {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.service__content h3 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 3.4;
}

.service__content ul {
	margin-top: 4px;
	margin-top: 0.4rem;
}

.service__content li {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.875;
}

.service__content a {
	display: inline-block;
	height: inherit;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.service__content a:hover {
	color: #D9D934;
	opacity: 1;
}

.single-works {
	margin-top: -180px;
	margin-top: -18rem;
	padding-bottom: 190px;
	padding-bottom: 19rem;
	position: relative;
	z-index: 2;
}

.single-works__flex {
	gap: 100px;
	gap: 10rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.single-works__category {
	gap: 28px;
	gap: 2.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.single-works__category-item {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.single-works__category-item.is-active::after {
	background-color: #000;
	bottom: -2px;
	bottom: -0.2rem;
	content: "";
	height: 1px;
	height: 0.1rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.single-works__contents {
	width: 70%;
}

.single-works__info {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-works__title {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
}

.single-works__category {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	margin-top: 12px;
	margin-top: 1.2rem;
}

.single-works__date {
	font-family: "Hammersmith One", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.71;
}

.single-works__img {
	aspect-ratio: 888/553;
	margin-top: 45px;
	margin-top: 4.5rem;
}

.single-works__img img {
	aspect-ratio: 888/553;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-works__content h2 {
	border-bottom: 1px solid #D9D934;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 80px;
	margin-top: 8rem;
	padding-bottom: 18px;
	padding-bottom: 1.8rem;
}

.single-works__content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 80px;
	margin-top: 8rem;
	padding-bottom: 13px;
	padding-bottom: 1.3rem;
	position: relative;
}

.single-works__content h3::after {
	background: -webkit-gradient(linear, left top, right top, from(#D9D934), color-stop(12%, #D9D934), color-stop(12%, #E1ECF0), to(#E1ECF0));
	background: linear-gradient(90deg, #D9D934 0%, #D9D934 12%, #E1ECF0 12%, #E1ECF0 100%);
	bottom: 0;
	content: "";
	height: 2px;
	height: 0.2rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.single-works__content h4 {
	border-bottom: 1px dotted #999;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 80px;
	margin-top: 8rem;
	padding-bottom: 13px;
	padding-bottom: 1.3rem;
}

.single-works__content h3 + p,
.single-works__content h4 + p {
	margin-top: 20px;
	margin-top: 2rem;
}

.single-works__content p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	margin-top: 42px;
	margin-top: 4.2rem;
}

.single-works__content a {
	border-bottom: 1px solid #000;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}

.single-works__content figure {
	aspect-ratio: 888/553 !important;
	margin-top: 20px;
	margin-top: 2rem;
	max-width: 460px;
	max-width: 46rem;
	width: 100% !important;
}

.single-works__content figure img {
	-o-object-fit: cover;
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.single-works__content figcaption {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.66667;
	margin-top: 10px;
	margin-top: 1rem;
}

.single-works__content { /* 画像の中央寄せ */
}

.single-works__content .aligncenter {
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.single-works__content { /* figureタグで囲まれた画像の中央寄せ */
}

.single-works__content .aligncenter img {
	height: auto;
}

.single-works__content { /* 画像右寄せ */
}

.single-works__content .alignright {
	height: auto;
	margin-left: auto;
}

.single-works__content { /* figureタグで囲まれた画像右寄せ */
}

.single-works__content .alignright img {
	height: auto;
}

.single-works__content { /* 位置指定のない画像 */
}

.single-works__content .alignnone {
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.single-works__content { /* figureタグで囲まれた位置指定のない画像 */
}

.single-works__content .alignnone img {
	height: auto;
}

.single-works__content { /* 自動折り返し有効化 */
}

.single-works__content pre {
	white-space: pre-wrap;
}

.single-works__content ul,
.single-works__content ol {
	margin-top: 70px;
	margin-top: 7rem;
}

.single-works__content li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.1875;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	padding-top: 10px;
	padding-top: 1rem;
	position: relative;
}

.single-works__content ul li {
	padding-left: 12px;
	padding-left: 1.2rem;
}

.single-works__content ul li::before {
	background-color: #D9D934;
	border-radius: 50%;
	content: "";
	height: 5px;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 5px;
	width: 0.5rem;
}

.single-works__content ol {
	counter-reset: number;
	list-style-type: none !important;
}

.single-works__content ol li {
	padding-left: 20px;
	padding-left: 2rem;
}

.single-works__content ol li:before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	border-radius: 50%;
	color: white;
	content: counter(number);
	counter-increment: number;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Hammersmith One", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	height: 16px;
	height: 1.6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	width: 1.6rem;
}

.single-works__content table {
	border-collapse: collapse;
	border-left: 1px solid #E1ECF0;
	border-top: 1px solid #E1ECF0;
	margin-top: 80px;
	margin-top: 8rem;
	width: 100%;
}

.single-works__content table th,
.single-works__content table td {
	border-bottom: 1px solid #E1ECF0;
	border-right: 1px solid #E1ECF0;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 0;
	padding: 2rem 0;
	text-align: center;
}

.single-works__content table th {
	background-color: #F5F7FA;
}

.single-works__content table td:nth-of-type(1) {
	background-color: #f5f7fa;
	height: 23px;
	text-align: center;
	width: 16.8338% !important;
}

.single-works__content table td:nth-of-type(2) {
	height: 23px;
	padding: 20px;
	padding: 2rem;
	text-align: left;
}

.single-works__button-block {
	margin-top: 90px;
	margin-top: 9rem;
	text-align: center;
}

.case-study-card {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.case-study-card:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.case-study-card__img {
	aspect-ratio: 450/280;
	border-radius: 2rem;
}

.case-study-card__img img {
	aspect-ratio: 450/280;
	-o-object-fit: cover;
	border-radius: 2rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.case-study-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 18px;
	margin-top: 1.8rem;
	overflow: hidden;
}

.case-study-card__title img {
	display: inline-block;
	margin-right: 10px;
	margin-right: 1rem;
	width: 20px;
	width: 2rem;
}

.case-study-card__category {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.33;
	margin-left: 30px;
	margin-left: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.sub-contact {
	margin-bottom: 140px;
	margin-bottom: 14rem;
	margin-top: -200px;
	margin-top: -20rem;
	position: relative;
	z-index: 2;
}

.sub-contact__inner.sub-contact__inner--document {
	max-width: 1250px;
	max-width: 125rem;
}

.sub-contact__text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.875;
	margin-top: 60px;
	margin-top: 6rem;
	text-align: center;
}

.sub-contact__company {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	margin-top: 30px;
	margin-top: 3rem;
	text-align: center;
}

.sub-contact__content {
	margin-top: 82px;
	margin-top: 8.2rem;
}

.sub-contact__content.sub-contact__content--document {
	gap: 30px 16px;
	gap: 3rem 1.6rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.sub-contact__content-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e02828;
	border-radius: 9999px;
	-webkit-box-shadow: 2px 2px 10px rgba(224, 40, 40, .5);
	box-shadow: 2px 2px 10px rgba(224, 40, 40, .5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 22px;
	padding: 2.2rem;
	width: 100%;
}

.sub-contact__content-button span {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.sub-contact__content-button img {
	width: 30px;
	width: 3rem;
}

.sub-document {
	margin-top: -260px;
	margin-top: -26rem;
	padding-bottom: 160px;
	padding-bottom: 16rem;
	position: relative;
	z-index: 2;
}

.sub-document__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	max-width: 125rem;
	padding-left: 25px;
	padding-left: 2.5rem;
	padding-right: 25px;
	padding-right: 2.5rem;
}

.sub-document__title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.5;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	text-align: center;
}

.sub-document__underline {
	-webkit-text-decoration-color: #f6ac0e;
	-webkit-text-decoration-line: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-thickness: 8px;
	text-decoration-thickness: 0.8rem;
	text-underline-offset: 16px;
	text-underline-offset: 1.6rem;
	text-decoration-color: #f6ac0e;
	text-decoration-line: underline;
	text-decoration-skip-ink: none;
}

.sub-document__contents {
	gap: 56px;
	gap: 5.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 117px;
	margin-top: 11.7rem;
}

.sub-document__item {
	gap: 38px;
	gap: 3.8rem;
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 70px 40px 83px;
	padding: 7rem 4rem 8.3rem;
}

.sub-document__img-block {
	aspect-ratio: 450/280;
}

.sub-document__img-block img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-document__img-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 10px;
	margin-top: 1rem;
	text-align: center;
}

.sub-document__text-block {
	width: 114%;
}

.sub-document__sub-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.667;
}

.sub-document__sub-text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 20px;
	margin-top: 2rem;
}

.sub-document__sub-button-block {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.sub-document__sub-button {
	background-color: #e02828;
	border-radius: 9999px;
	-webkit-box-shadow: 2px 2px 10px rgba(224, 40, 40, .5);
	box-shadow: 2px 2px 10px rgba(224, 40, 40, .5);
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	padding: 27px 0;
	padding: 2.7rem 0;
	position: relative;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 450px;
	width: 45rem;
}

.sub-document__sub-button:hover {
	opacity: 0.8;
}

.sub-document__sub-button::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 40px;
	height: 4rem;
	position: absolute;
	right: 17px;
	right: 1.7rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 40px;
	width: 4rem;
}

.sub-document__sub-button::after {
	background-image: url(../img/arrow-red.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 14px;
	height: 1.4rem;
	position: absolute;
	right: 30px;
	right: 3rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 15px;
	width: 1.5rem;
}

.support {
	margin-top: 50px;
	margin-top: 5rem;
}

.support__title-block {
	text-align: center;
}

.support__sub {
	color: #F0E9AC;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.support__title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}

.support__img {
	margin-top: 40px;
	margin-top: 4rem;
	width: 100%;
}

.support__lead {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 40px;
	margin-top: 4rem;
	text-align: center;
}

.swiper-slide img {
	aspect-ratio: 335/420;
}

.swiper-button-prev,
.swiper-button-next {
	bottom: 0;
	height: 12px;
	height: 1.2rem;
	right: 100px;
	right: 10rem;
	top: auto;
	top: initial;
	width: 12px;
	width: 1.2rem;
}

.swiper-button-prev {
	left: 106px;
	left: 10.6rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	height: 8px;
	height: 0.8rem;
	left: 0;
	position: absolute;
	top: 24%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	width: 0.8rem;
}

.swiper-button-prev::after {
	left: 0;
	top: 24%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	margin: 0 0.5rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.swiper-pagination-bullet {
	background-color: #fff;
	border-radius: 0;
	height: 2px;
	opacity: 0.53;
	width: 40px;
	width: 4rem;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
}

.project__swiper .swiper-slide img {
	aspect-ratio: 280/182;
	-o-object-fit: cover;
	object-fit: cover;
}

.project__swiper .swiper-button-prev,
.project__swiper .swiper-button-next {
	bottom: 0;
	height: 12px;
	height: 1.2rem;
	right: 40px;
	right: 4rem;
	top: auto;
	top: initial;
	width: 12px;
	width: 1.2rem;
}

.project__swiper .swiper-button-prev {
	left: 36px;
	left: 3.6rem;
}

.project__swiper .swiper-button-prev::after,
.project__swiper .swiper-button-next::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	height: 8px;
	height: 0.8rem;
	left: 0;
	position: absolute;
	top: 24%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	width: 0.8rem;
}

.project__swiper .swiper-button-prev::after {
	left: 0;
	top: 24%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.swiper-horizontal > .project__swiper .swiper-pagination-bullets .swiper-pagination-bullet,
.project__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
	margin: 0 0.2rem;
}

.project__swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.project__swiper .swiper-pagination-bullet {
	background-color: #fff;
	border-radius: 0;
	height: 2px;
	opacity: 0.53;
	width: 14px;
	width: 1.4rem;
}

.project__swiper .swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
}

.youtube__swiper .swiper-slide img {
	aspect-ratio: 280/182;
	-o-object-fit: cover;
	object-fit: cover;
}

.youtube__swiper .swiper-button-prev,
.youtube__swiper .swiper-button-next {
	bottom: 0;
	height: 12px;
	height: 1.2rem;
	right: 70px;
	right: 7rem;
	top: auto;
	top: initial;
	width: 12px;
	width: 1.2rem;
}

.youtube__swiper .swiper-button-prev {
	left: 76px;
	left: 7.6rem;
}

.youtube__swiper .swiper-button-prev::after,
.youtube__swiper .swiper-button-next::after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	content: "";
	height: 8px;
	height: 0.8rem;
	left: 0;
	position: absolute;
	top: 24%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	width: 0.8rem;
}

.youtube__swiper .swiper-button-prev::after {
	left: 0;
	top: 24%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.swiper-horizontal > .youtube__swiper .swiper-pagination-bullets .swiper-pagination-bullet,
.youtube__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
	margin: 0 0.2rem;
}

.youtube__swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.youtube__swiper .swiper-pagination-bullet {
	background-color: #000;
	border-radius: 0;
	height: 2px;
	opacity: 0.53;
	width: 14px;
	width: 1.4rem;
}

.youtube__swiper .swiper-pagination-bullet-active {
	background-color: #000;
	opacity: 1;
}

.column__swiper .swiper-slide img {
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
}

.column__swiper .swiper-button-prev,
.column__swiper .swiper-button-next {
	bottom: 0;
	height: 12px;
	height: 1.2rem;
	right: 70px;
	right: 7rem;
	top: auto;
	top: initial;
	width: 12px;
	width: 1.2rem;
}

.column__swiper .swiper-button-prev {
	left: 76px;
	left: 7.6rem;
}

.column__swiper .swiper-button-prev::after,
.column__swiper .swiper-button-next::after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	content: "";
	height: 8px;
	height: 0.8rem;
	left: 0;
	position: absolute;
	top: 24%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	width: 0.8rem;
}

.column__swiper .swiper-button-prev::after {
	left: 0;
	top: 24%;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.swiper-horizontal > .column__swiper .swiper-pagination-bullets .swiper-pagination-bullet,
.column__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
	margin: 0 0.2rem;
}

.column__swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.column__swiper .swiper-pagination-bullet {
	background-color: #000;
	border-radius: 0;
	height: 2px;
	opacity: 0.53;
	width: 14px;
	width: 1.4rem;
}

.column__swiper .swiper-pagination-bullet-active {
	background-color: #000;
	opacity: 1;
}

.table {
	gap: 6px;
	gap: 0.6rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 5.6rem repeat(7, 150px);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.table__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #00A2DE;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 18px;
	padding-bottom: 1.8rem;
	padding-top: 22px;
	padding-top: 2.2rem;
	text-align: center;
}

.table__title-item,
.table__content-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.1875;
	padding-left: 24px;
	padding-left: 2.4rem;
	padding-right: 15px;
	padding-right: 1.5rem;
	text-align: left;
}

.table__title-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 1.8;
}

.table__content-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 0;
	padding: 0.5rem 0;
}

.table__color01 {
	background-color: #f5f7fa;
}

.table__color02 {
	background-color: #e9eef4;
}

.text.text--mt {
	margin-top: -40px;
	margin-top: -4rem;
}

.text__title span {
	background-color: #242424;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.8;
	padding-left: 10px;
	padding-left: 1rem;
}

.text__scroll {
	aspect-ratio: 2/1;
	margin-top: -30px;
	margin-top: -3rem;
	position: relative;
	z-index: -1;
}

.text__scroll .scroll-infinity__wrap {
	aspect-ratio: 2/1;
}

.text__scroll .scroll-infinity__wrap img {
	aspect-ratio: 2/1;
	-o-object-fit: cover;
	object-fit: cover;
}

.value {
	overflow-x: hidden;
	padding-bottom: 100px;
	padding-bottom: 10rem;
	padding-top: 64px;
	padding-top: 6.4rem;
	position: relative;
}

.value__i {
	position: absolute;
	right: 0;
	top: 97px;
	top: 9.7rem;
	width: 500px;
	width: 50rem;
	z-index: -1;
}

.value__title-block {
	text-align: center;
}

.value__sub {
	color: #F0E9AC;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.value__title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}

.value__items {
	margin-top: 60px;
	margin-top: 6rem;
}

.value__item + .value__item {
	margin-top: 50px;
	margin-top: 5rem;
}

.value__item--02 {
	margin-left: 120px;
	margin-left: 12rem;
}

.value__item--03 {
	margin-left: 240px;
	margin-left: 24rem;
}

.value__number {
	color: #D9D934;
	font-family: "Hammersmith One", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.value__item-title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.57;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
	position: relative;
}

.value__item-title::after {
	background-color: #D9D934;
	bottom: 0;
	content: "";
	height: 2px;
	height: 0.2rem;
	left: -100vw;
	position: absolute;
	right: -40px;
	right: -4rem;
}

/* 個別に右への突き出し量を調整 */

.value__item-title--01::after {
	right: 340px;
	right: 34rem;
	width: auto;
}

.value__item-title--02::after {
	right: 170px;
	right: 17rem;
	width: auto;
}

.value__item-title--03::after {
	right: 0;
	width: auto;
}

.value__item-body {
	margin-top: 30px;
	margin-top: 3rem;
}

.value__text {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
}

.voice {
	background: url(../img/voice-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 42px;
	margin-top: 4.2rem;
	overflow: hidden;
	padding-bottom: 84px;
	padding-bottom: 8.4rem;
	padding-top: 116px;
	padding-top: 11.6rem;
	position: relative;
	z-index: 2;
}

.voice__text-animation {
	color: rgba(255, 255, 255, .3);
	font-family: "Hammersmith One", sans-serif;
	font-size: 260px;
	font-size: 26rem;
	font-weight: 400;
	left: 47px;
	left: 4.7rem;
	letter-spacing: -0.03em;
	position: absolute;
	top: 0;
	z-index: -1;
}

.voice__title-block {
	text-align: center;
}

.voice__title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 2.42;
}

.voice__title-sub {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 4.72;
	margin-top: -24px;
	margin-top: -2.4rem;
}

.voice__contents {
	gap: 46px 43px;
	gap: 4.6rem 4.3rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
	margin-top: 4.6rem;
	max-width: 1143px;
	max-width: 114.3rem;
	width: 100%;
}

.voice__card {
	gap: 30px;
	gap: 3rem;
	background-color: #fff;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 40px 47px 32px;
	padding: 4rem 4.7rem 3.2rem;
}

.voice__text {
	font-size: 16px;
	font-size: 1.6rem;
}

.voice__last {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: auto;
}

.voice__last span {
	font-weight: 700;
}

.web {
	background-color: #343430;
	margin-top: 90px;
	margin-top: 9rem;
	padding-bottom: 93px;
	padding-bottom: 9.3rem;
	padding-top: 54px;
	padding-top: 5.4rem;
}

.web__title {
	color: #fff;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.23;
	text-align: center;
}

.web__cards {
	gap: 20px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.web__card.web__card--02 {
	margin-top: 100px;
	margin-top: 10rem;
}

.web__card.web__card--03 {
	margin-top: 200px;
	margin-top: 20rem;
}

.web__swiper {
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	margin-top: -3rem;
	max-width: 480px;
	max-width: 48rem;
	padding-bottom: 38px;
	padding-bottom: 3.8rem;
	width: 100%;
}

.web__button-block {
	margin-top: 27px;
	margin-top: 2.7rem;
	text-align: center;
}

.works-list {
	margin-top: -170px;
	margin-top: -17rem;
	padding-bottom: 220px;
	padding-bottom: 22rem;
	position: relative;
	z-index: 2;
}

.works-list__grid {
	gap: 60px 50px;
	gap: 6rem 5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.works-card {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.works-card:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.works-card__img {
	aspect-ratio: 450/280;
	border-radius: 2rem;
}

.works-card__img img {
	aspect-ratio: 450/280;
	-o-object-fit: cover;
	border-radius: 2rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.works-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 18px;
	margin-top: 1.8rem;
	overflow: hidden;
}

.works-card__title img {
	display: inline-block;
	margin-right: 10px;
	margin-right: 1rem;
	width: 20px;
	width: 2rem;
}

.works-card__category {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.33;
	margin-left: 30px;
	margin-left: 3rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.works {
	overflow-x: hidden;
	padding-top: 100px;
	padding-top: 10rem;
	position: relative;
}

.works.works--page {
	padding-bottom: 84px;
	padding-bottom: 8.4rem;
	padding-top: 66px;
	padding-top: 6.6rem;
}

.works__title {
	color: #FAF3BA;
	font-family: "Hammersmith One", sans-serif;
	font-size: 150px;
	font-size: 15rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	margin-bottom: -90px;
	margin-bottom: -9rem;
	margin-left: auto;
	margin-right: 20px;
	margin-right: 2rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 4;
}

.works__title.works__title--page {
	line-height: 1;
	margin-bottom: 0;
	margin-bottom: initial;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.works__lead {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.945;
}

.works__scroll {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.works__scroll.works__scroll--page {
	margin-top: 68px;
	margin-top: 6.8rem;
}

.works__scroll + .works__scroll {
	margin-top: 30px;
	margin-top: 3rem;
}

.works__button-block {
	margin-top: 25px;
	margin-top: 2.5rem;
	text-align: right;
}

.worries {
	background: url(../img/worries_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -160px;
	margin-top: -16rem;
	padding-bottom: 86px;
	padding-bottom: 8.6rem;
	padding-top: 265px;
	padding-top: 26.5rem;
	position: relative;
	z-index: 3;
}

.worries__flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.worries__title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.57;
	position: relative;
}

.worries__title::after {
	color: rgba(217, 217, 52, .5);
	content: "?";
	font-family: "Hammersmith One", sans-serif;
	font-size: 500px;
	font-size: 50rem;
	font-weight: 400;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.worries__right {
	width: 650px;
	width: 65rem;
}

.worries__content {
	gap: 25px;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #D9D934;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 10px 35px 26px;
	padding: 3rem 1rem 3.5rem 2.6rem;
	width: 100%;
}

.worries__content + .worries__content {
	margin-top: 10px;
	margin-top: 1rem;
}

.worries__icon {
	width: 26px;
	width: 2.6rem;
}

.worries__text {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75;
}

.wp-pagenavi {
	gap: 5px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 100px;
	margin-top: 10rem;
}

.wp-pagenavi .current {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #F0E9AC;
	border-radius: 0.3rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Hammersmith One", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	height: 40px;
	height: 4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	width: 4rem;
}

.wp-pagenavi .page {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border-radius: 0.3rem;
	color: #909090;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Hammersmith One", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	height: 40px;
	height: 4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	width: 40px;
	width: 4rem;
}

.wp-pagenavi .page:hover {
	background-color: #F0E9AC;
	color: #fff;
}

.wp-pagenavi .previouspostslink {
	height: 40px;
	height: 4rem;
	width: 40px;
	width: 4rem;
}

.wp-pagenavi .nextpostslink {
	height: 40px;
	height: 4rem;
	width: 40px;
	width: 4rem;
}

.youtube {
	margin-top: 121px;
	margin-top: 12.1rem;
	padding-bottom: 90px;
	padding-bottom: 9rem;
}

.youtube__flex {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.youtube__title {
	color: #FAF3BA;
	font-family: "Hammersmith One", sans-serif;
	font-size: 150px;
	font-size: 15rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
}

.youtube__title-sub {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2;
}

.youtube__contents {
	gap: 45px 40px;
	gap: 4.5rem 4rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 45px;
	margin-top: 4.5rem;
}

.youtube__swiper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 3rem;
	max-width: 480px;
	max-width: 48rem;
	padding-bottom: 42px;
	padding-bottom: 4.2rem;
	width: 84%;
}

.youtube__content {
	aspect-ratio: 16/9;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.youtube__content:hover {
	opacity: 1;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.youtube__content img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

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

.pre-footer__i {
	right: -44rem;
}

}

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

.footer__row {
	grid-template-columns: 2.5fr 2.5fr 1.5fr;
}

.footer__row.footer__row--middle {
	grid-template-columns: 2.5fr 4fr 0;
}

.footer__row.footer__row--last {
	grid-template-columns: 2.5fr 2fr 2fr;
}

.footer__sub-nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__sub-item::after {
	display: none;
}

.footer__sub-link {
	display: inline-block;
	width: 100%;
}

.fv__i {
	right: 0;
	width: 40rem;
}

.help__title::before {
	font-size: 13rem;
	left: -0.6rem;
	top: -2.8rem;
}

.help__title::after {
	bottom: -11rem;
	font-size: 13rem;
	right: -3rem;
}

.help__flex {
	gap: 4%;
}

.help__img {
	width: 32%;
}

.kaizen__number {
	left: 8rem;
}

.philosophy__text-block {
	margin-left: 0;
}

.pre-footer__i {
	display: none;
}

.price__row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 0.3rem;
}

.price__item-name {
	margin-left: 0;
}

.price__badge {
	margin-left: 0;
	margin-top: 1rem;
}

.price__cost {
	margin-left: 0;
}

.price__description {
	margin-left: 0;
}

.reason__i {
	bottom: 30rem;
	width: 24rem;
}

.value__i {
	top: 4rem;
	width: 33rem;
}

}

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

.ability__items {
	gap: 1rem 0.5rem;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(6, 1fr);
	text-align: center;
}

.ability__image {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 15rem;
}

.ability__title-sub {
	font-size: 1.8rem;
	height: 2.7rem;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.ability__text {
	text-align: center;
}

.ana-detail__content {
	padding: 1.4rem 2rem 2rem;
}

.ana-detail__content h3 {
	font-size: 2rem;
}

.ana-worries__body p {
	font-size: 1.6rem;
}

.case-study__grid {
	gap: 6rem 3rem;
}

.code-animation__lead {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 2.5rem;
}

.code-animation__items {
	gap: 1rem;
	grid-template-columns: 6fr;
	grid-template-rows: 1fr;
}

.code-animation__item {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.cord-flow__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2.5rem;
}

.cord-flow__headings {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.cord-flow__img {
	margin-right: 2rem;
}

.cord-flow__title-block {
	font-size: inherit;
	text-align: left;
	width: 100%;
}

.cord-flow__title {
	font-size: 1.8rem;
	margin-right: 0;
	margin-top: 0;
}

.cord-flow__text {
	font-size: 1.4rem;
}

.cta-top-new__button {
	font-size: 2.4rem;
	height: 9rem;
}

.cta-top-new__button::after {
	height: 3.8rem;
	right: 2.4rem;
	width: 3.8rem;
}

.cta-top__button {
	font-size: 2.4rem;
	height: 9rem;
}

.cta-top__button::after {
	height: 3.8rem;
	right: 2.4rem;
	width: 3.8rem;
}

.cta__button::after {
	height: 3.8rem;
	right: 2.4rem;
	width: 3.8rem;
}

.data__contents {
	gap: 2.4rem;
}

.demerit__last {
	font-size: 1.6rem;
}

.footer__logo {
	width: 17rem;
}

.footer__last {
	padding: 2rem 3rem 2.4rem;
}

.fv__i {
	display: none;
}

.header__logo {
	width: 13rem;
}

.kaizen__i {
	width: 45rem;
}

.offer__flex {
	gap: 2rem;
}

.pinch__text {
	font-size: 1.6rem;
	text-align: left;
}

.pinch__attention-text {
	font-size: 1.3rem;
}

.plan__content {
	padding: 0.7rem 2rem 0;
}

.plan__content-title {
	font-size: 2.4rem;
}

.plan__price-box {
	gap: 1rem;
}

.plan__price-label {
	font-size: 2.4rem;
}

.plan__price-number {
	font-size: 5rem;
}

.plan__description {
	font-size: 1.4rem;
	padding-bottom: 4.5rem;
}

.plan__target {
	font-size: 1.8rem;
	height: 9rem;
}

.pre-footer__flex {
	gap: 2rem;
}

.table {
	grid-template-rows: 5.6rem repeat(7, 130px);
}

.table__title-item,
.table__content-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.table__title-item {
	font-size: 1.4rem;
}

.table__content-item {
	font-size: 1.4rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.works-list__grid {
	gap: 6rem 3rem;
}

.worries__flex {
	gap: 10rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.worries__title {
	text-align: center;
}

}

@media (max-width: 1024px) {

html {
	font-size: 0.9765625vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

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

.ability {
	padding-bottom: 2rem;
	padding-top: 3rem;
}

.ability__title {
	font-size: 2.2rem;
}

.accordion__text {
	font-size: 1.6rem;
}

.ana-detail_bg {
	padding-bottom: 6.6rem;
}

.ana-detail__title {
	font-size: 2.2rem;
}

.ana-detail__contents {
	grid-template-columns: repeat(2, 1fr);
}

.ana-detail__content {
	height: 22rem;
}

.ana-detail__content p {
	font-size: 1.4rem;
	margin-top: 0;
}

.ana-service__sub {
	font-size: 5rem;
}

.ana-service__title {
	font-size: 2rem;
}

.ana-service__flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.6rem;
	max-width: 52rem;
	width: 100%;
}

.ana-service__card {
	width: 100%;
}

.ana-service__sub-title {
	font-size: 2rem;
}

.ana-service__last {
	font-size: 1.4rem;
}

.ana-top__arrow {
	bottom: 6rem;
	width: 15rem;
}

.ana-top__title {
	font-size: 2rem;
}

.ana-top__contents {
	font-size: 1.5rem;
	line-height: 2.8;
}

.ana-top__contents span {
	font-size: 2.3rem;
}

.ana-worries {
	margin-top: -3rem;
	padding-bottom: 8rem;
}

.ana-worries__title {
	font-size: 2.2rem;
}

.ana-worries__flex {
	gap: 2.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 4rem;
}

.ana-worries__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 32rem;
	width: 100%;
}

.ana-worries__body {
	width: 100%;
}

.ana-worries__body p {
	font-size: 1.4rem;
}

.ana-worries__last {
	bottom: -4rem;
	font-size: 1.4rem;
}

.breadcrumbs {
	font-size: 1.1rem;
	left: 1.5rem;
}

.button {
	font-size: 1.2rem;
	line-height: 4;
	max-width: 26rem;
}

.button.button--small {
	width: 8.2rem;
}

.button02 {
	font-size: 1.3rem;
	max-width: 32rem;
}

.button02::after {
	height: 2rem;
	right: 1.6rem;
	width: 2rem;
}

.button03 {
	font-size: 1.3rem;
}

.card__number {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.card__img img {
	aspect-ratio: 335/200;
}

.card__body {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.8rem;
}

.card__title {
	-webkit-line-clamp: 1;
	font-size: 1.2rem;
	line-height: 1.66;
}

.card__info {
	padding-bottom: 1.8rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.card__category {
	font-size: 1.2rem;
	line-height: 1.66;
}

.card02:hover {
	opacity: 0.8;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
}

.card02__date {
	font-size: 1.2rem;
}

.card02__title {
	font-size: 1.4rem;
	margin-top: 1rem;
}

.card02__text {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 1rem;
}

.card02__category {
	border-radius: 0.5rem;
	font-size: 1.1rem;
	padding: 0.7rem 1.3rem;
}

.case-study {
	margin-top: 4.6rem;
	padding-bottom: 6rem;
}

.case-study__title {
	font-size: 2.2rem;
}

.case-study__sub {
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 0.4rem;
}

.case-study__contents {
	margin-top: 4rem;
}

.case-study__contents + .case-study__contents {
	font-size: 4rem;
}

.case-study__title-sub-block {
	gap: 0.8rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.case-study__title-sub-block h3 {
	font-size: 2rem;
	line-height: 1.6;
	margin-right: 0;
}

.case-study__title-sub-block span {
	font-size: 1.2rem;
	padding: 0.6rem;
}

.case-study__text {
	margin-top: 2rem;
}

.case-study__grid {
	gap: 4rem 3rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4rem;
}

.case-study__button-block {
	margin-top: 3.4rem;
}

.category-list {
	gap: 1.5rem 2rem;
}

.category-list__item {
	font-size: 1.4rem;
}

.code-animation {
	padding-bottom: 9rem;
}

.code-animation__sub {
	font-size: 5rem;
}

.code-animation__title {
	font-size: 2rem;
}

.code-animation__lead {
	font-size: 1.4rem;
}

.code-feature {
	padding-bottom: 5.6rem;
}

.code-feature__img {
	height: 27rem;
}

.code-feature__title {
	font-size: 2.2rem;
}

.code-feature__contents {
	margin-top: 3.8rem;
}

.code-feature__card + .code-feature__card {
	margin-top: 3.2rem;
}

.code-feature__number {
	font-size: 4.5rem;
}

.code-feature__title-sub {
	font-size: 2.2rem;
}

.code-feature__body {
	margin-top: 2rem;
}

.code-feature__text {
	font-size: 1.6rem;
	line-height: 1.8;
}

.code-flow {
	padding-bottom: 7rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.code-flow__inner {
	padding-left: 2rem;
	padding-right: 2rem;
}

.code-flow__main {
	font-size: 2.4rem;
}

.cord-flow__item {
	padding: 1rem;
}

.collapsible__item + .collapsible__item {
	margin-top: 3rem;
}

.collapsible__title {
	padding: 1.8rem 1.8rem 3.8rem 6rem;
}

.collapsible__title::before,
.collapsible__title::after {
	right: 2rem;
}

.collapsible__title-text {
	font-size: 1.6rem;
}

.collapsible__title-text::before {
	font-size: 3.6rem;
	left: -4rem;
}

.collapsible__content {
	padding: 2rem;
}

.collapsible__text {
	font-size: 1.4rem;
}

.column {
	margin-top: 4.6rem;
}

.column__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.column__title {
	font-size: 7rem;
}

.column__title-sub {
	font-size: 1.4rem;
}

.column__right {
	margin-right: auto;
	margin-top: 2.4rem;
	max-width: 37rem;
	width: 100%;
}

.column__category-block {
	gap: 1rem 0.6rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.column__category {
	border-radius: 0.5rem;
	font-size: 1.2rem;
	padding: 0.6rem 1.4rem;
}

.column__button-block {
	margin-top: 3rem;
	text-align: center;
}

.company {
	padding-bottom: 6rem;
}

.company__bg {
	padding-bottom: 4rem;
}

.company__logo {
	margin-left: 1.5rem;
	width: 32rem;
}

.company__list {
	margin-top: 4rem;
}

.company__row {
	display: block;
	padding: 1.6rem 0;
}

.company__term {
	font-size: 1.6rem;
	text-align: left;
	width: 100%;
}

.company__description {
	font-size: 1.4rem;
	margin-top: 0.5rem;
}

.company__link-item + .company__link-item {
	margin-top: 0.4rem;
}

.company__info {
	font-size: 1.6rem;
	margin-top: 2rem;
}

.cta-top-new {
	height: 17rem;
	padding-top: 2.8rem;
}

.cta-top-new__i {
	display: none;
}

.cta-top-new__title {
	font-size: 1.4rem;
	line-height: 1.428;
}

.cta-top-new__button-block {
	margin-top: 2.5rem;
}

.cta-top-new__button {
	font-size: 1.5rem;
	height: 6rem;
	max-width: 26rem;
}

.cta-top-new__button::after {
	height: 2.5rem;
	right: 2.1rem;
	width: 2.5rem;
}

.cta-top {
	height: 32.4rem;
	overflow-x: hidden;
	overflow-y: visible;
	padding-top: 2.8rem;
}

.cta-top__i {
	height: 25.2rem;
	right: -10rem;
	top: 6.4rem;
	width: 25.3rem;
}

.cta-top__contents {
	height: 26rem;
}

.cta-top__title {
	font-size: 1.4rem;
	line-height: 1.428;
}

.cta-top__button-block {
	gap: 1.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2.5rem;
}

.cta-top__button {
	font-size: 1.5rem;
	height: 6rem;
	max-width: 26rem;
}

.cta-top__button::after {
	height: 2.5rem;
	right: 2.1rem;
	width: 2.5rem;
}

.cta.cta--mt {
	margin-top: -8rem;
}

.cta__contents {
	height: 23rem;
}

.cta__contents.cta__contents--ana {
	padding-top: 2.7rem;
}

.cta__contents.cta__contents--coding {
	padding-top: 3rem;
}

.cta__contents.cta__contents--h {
	height: 26rem;
}

.cta__contents.cta__contents--service {
	height: 31rem;
}

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

.cta__lead {
	font-size: 1.8rem;
	margin-top: 1rem;
}

.cta__lead.cta__lead--small {
	font-size: 1.2rem;
}

.cta__lead.mt {
	margin-top: 0;
}

.cta__lead span {
	font-size: 2rem;
	margin-top: 0.6rem;
}

.cta__button-block {
	margin-top: 2.5rem;
}

.cta__button {
	font-size: 1.6rem;
	height: 6rem;
}

.cta__button::after {
	height: 2.5rem;
	right: 2.1rem;
	width: 2.5rem;
}

.data {
	margin-top: -4rem;
	padding-top: 14.5rem;
}

.data__title {
	font-size: 1.8rem;
}

.data__title::before {
	height: 6.6rem;
	left: -8rem;
	width: 7rem;
}

.data__contents {
	gap: 2rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 4rem;
	max-width: 42rem;
}

.data__content p {
	font-size: 2rem;
}

.data__button-block {
	margin-top: 3rem;
}

.data__button-block02 {
	margin-top: 3.2rem;
}

.data__lead {
	font-size: 1.5rem;
}

.data__button-block03 {
	margin-top: 1.2rem;
}

.demerit {
	margin-top: 4.8rem;
}

.demerit__title {
	font-size: 2.6rem;
}

.demerit__cards {
	gap: 1.4rem;
	margin-top: 3rem;
	max-width: 60rem;
}

.demerit__card {
	width: calc(50% - 0.7rem);
}

.demerit__last {
	font-size: 1.4rem;
}

.demerit__arrow {
	margin-top: 3rem;
	width: 17rem;
}

.drawer-menu__button-block {
	gap: 1.4rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 2.6rem;
}

.drawer-menu__small {
	margin-top: 1.3rem;
	text-align: center;
}

.faq {
	margin-top: 7rem;
	padding-bottom: 5rem;
}

.faq__title {
	font-size: 3.6rem;
}

.feature {
	padding-bottom: 5.6rem;
	padding-top: 10rem;
}

.feature__lead {
	font-size: 2.6rem;
}

.feature__contents {
	margin-top: 4.6rem;
	padding-bottom: 5.6rem;
	padding-top: 3rem;
}

.feature__sub {
	font-size: 5rem;
}

.feature__title {
	font-size: 2rem;
}

.feature__items {
	margin-top: 4rem;
	width: 100%;
}

.feature__number {
	font-size: 4rem;
	margin-left: 1rem;
}

.feature__title-sub {
	font-size: 2.6rem;
	margin-left: 1rem;
	margin-top: 0;
}

.feature__body {
	margin-top: 1.6rem;
	padding-top: 1.6rem;
}

.feature__text {
	font-size: 1.4rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.flow {
	padding-bottom: 6rem;
	padding-top: 5rem;
}

.flow__sub {
	display: none;
}

.flow__contents {
	margin-left: 0;
	margin-left: initial;
	width: 100%;
}

.flow__title {
	font-size: 2.6rem;
}

.flow__title span {
	font-size: 4rem;
}

.flow__content {
	gap: 2rem;
	margin-top: 3rem;
}

.flow__number {
	font-size: 3rem;
}

.footer {
	margin-top: 5.4rem;
	padding-bottom: 2.3rem;
}

.footer__flex {
	display: block;
}

.footer__left {
	-ms-flex-negative: initial;
	flex-shrink: initial;
	width: 100%;
}

.footer__info {
	margin-top: 3rem;
}

.footer__company {
	font-size: 1.6rem;
	line-height: 1;
}

.footer__address {
	font-size: 1.2rem;
	line-height: 1.41;
}

.footer__button-block {
	gap: 1.4rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 2.6rem;
}

.footer__small {
	margin-top: 1.3rem;
	text-align: center;
}

.footer__right {
	display: none;
}

.form__item {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
}

.form__title {
	display: inline-block;
	width: auto;
}

.form__title.form__title-top {
	display: inline-block;
	width: auto;
}

.form__content {
	margin-right: 0;
	margin-top: 2rem;
	width: 100%;
}

.form__content.form__content-top {
	width: 100%;
}

.form__title + .form__content {
	margin-left: 0;
}

.form__check {
	width: 100%;
}

.form__title + .form__check {
	margin-left: 0;
}

.form__required {
	margin-left: 1rem;
	margin-right: 0;
	margin-top: 1.2rem;
}

.form__privacy-policy {
	margin-top: 5.5rem;
}

.form__submit::before {
	height: 3.3rem;
	right: 1.4rem;
	width: 3.3rem;
}

.form__submit::after {
	height: 0.8rem;
	right: 2.5rem;
	width: 1rem;
}

.wpcf7-submit {
	max-width: 100%;
	padding: 2.2rem 0;
	width: 33.5rem;
}

.free {
	padding-bottom: 3.7rem;
	padding-top: 3rem;
}

.free__lead {
	font-size: 1.4rem;
}

.free__lead span {
	font-size: 4rem;
	line-height: 1.5;
}

.free__contents {
	margin-top: 2rem;
	max-width: 60rem;
}

.free__contents dl {
	gap: 0.8rem;
	border-bottom: 1px dotted #000;
}

.free__contents dt {
	border-radius: 0.5rem;
	font-size: 1.3rem;
	height: 2.3rem;
	width: 21.2rem;
}

.free__contents dd {
	font-size: 2.6rem;
}

.free__contents dd span {
	font-size: 4.4rem;
}

.free__button {
	border-radius: 0.5rem;
	font-size: 1.2rem;
	max-width: 30rem;
	padding: 1.4rem 0.5rem;
}

.free__button::after {
	height: 1.1rem;
	right: 0.9rem;
	width: 1.1rem;
}

.fv {
	height: auto;
	height: initial;
	padding-bottom: 3.3rem;
}

.fv__line {
	font-size: 1.8rem;
	left: 4rem;
	line-height: 2;
	right: auto;
	right: initial;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
}

.fv__i {
	bottom: auto;
	bottom: initial;
	display: block;
	right: -7rem;
	top: 2rem;
	width: 40rem;
}

.fv__lead {
	font-size: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 52rem;
}

.fv__lead-text .large {
	font-size: 5rem;
}

.fv__news {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.8rem;
}

.header {
	top: 1rem;
}

.header__name {
	left: 2rem;
	position: fixed;
	top: 1rem;
	z-index: 5001;
}

.help {
	padding-top: 4.8rem;
}

.help__title {
	font-size: 2.6rem;
}

.help__title::before {
	font-size: 9rem;
}

.help__title::after {
	bottom: -8rem;
	font-size: 9rem;
	right: -2rem;
}

.help__flex {
	gap: 3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 4rem;
}

.help__text-block {
	max-width: 60rem;
	width: 100%;
}

.help__text {
	background-position: 0 2.4em;
	background-size: 100% 2.6em;
	font-size: 1.6rem;
	line-height: 2.6;
}

.help__img {
	margin-top: 0;
	max-width: 32rem;
	width: 100%;
}

.inner {
	padding-left: 2rem;
	padding-right: 2rem;
}

.kaizen {
	margin-top: 5rem;
	padding-bottom: 6rem;
	padding-top: 13rem;
}

.kaizen__i {
	top: -13rem;
	width: 26rem;
}

.kaizen__title {
	font-size: 2.4rem;
	line-height: 1.7;
}

.kaizen__title span {
	font-size: 4rem;
}

.kaizen__lead {
	font-size: 1.8rem;
	margin-top: 3.5rem;
}

.kaizen__number {
	font-size: 5rem;
	left: 3rem;
	top: -5rem;
}

.kaizen__flex {
	gap: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.kaizen__left {
	max-width: 32rem;
	padding-bottom: 4.2rem;
	padding-top: 4rem;
	width: 100%;
}

.kaizen__line01 {
	height: 3.2rem;
	width: 3.2rem;
}

.kaizen__line02 {
	height: 3.2rem;
	width: 3.2rem;
}

.kaizen__line03 {
	height: 3.2rem;
	width: 3.2rem;
}

.kaizen__line04 {
	height: 3.2rem;
	width: 3.2rem;
}

.kaizen__text {
	font-size: 2.6rem;
}

.kaizen__img {
	max-width: 36rem;
	width: 100%;
}

.lead {
	margin-top: 0;
}

.lead__title {
	font-size: 1.8rem;
	line-height: 4.72;
}

.lead__text {
	font-size: 1.2rem;
	line-height: 2.5;
	margin-top: -0.4rem;
}

.lead__button-block {
	text-align: center;
}

.merit {
	padding-bottom: 7rem;
}

.merit__sub-title {
	font-size: 10rem;
	left: -1rem;
}

.merit__i {
	display: none;
}

.merit__title {
	font-size: 2.2rem;
	margin-top: 6rem;
}

.merit__contents {
	margin-top: 3.8rem;
}

.merit__card + .merit__card {
	margin-top: 3.2rem;
}

.merit__number {
	font-size: 4.5rem;
}

.merit__title-sub {
	font-size: 2.2rem;
}

.merit__body {
	margin-top: 2rem;
}

.merit__text {
	font-size: 1.6rem;
	line-height: 1.8;
}

.needs {
	padding-bottom: 1.8rem;
}

.needs__title {
	font-size: 2.2rem;
}

.needs__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 4rem;
	max-width: 56rem;
}

.needs__title-sub {
	font-size: 1.6rem;
}

.news {
	margin-left: auto;
}

.news__content {
	margin-bottom: 1.2rem;
}

.news__content + .news__content {
	padding-top: 1.2rem;
}

.news__date {
	font-size: 1.2rem;
	margin-left: 0.8rem;
}

.news__block {
	margin-left: 1.5rem;
	width: calc(75% - 1.5rem);
}

.news__text {
	font-size: 1.2rem;
}

.offer {
	padding-bottom: 6.6rem;
}

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

.offer__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4rem;
	max-width: 46rem;
}

.offer__title-sub {
	font-size: 1.8rem;
}

.offer__last {
	gap: 1.6rem;
	margin-top: 5.6rem;
}

.offer__link {
	font-size: 1.4rem;
	padding: 1.2rem 2.4rem 1.3rem;
}

.page-fv {
	padding-bottom: 5rem;
	padding-top: 9rem;
}

.page-fv.page-fv--archive-works {
	padding-bottom: 15rem;
}

.page-fv__contents {
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	height: 13rem;
}

.page-fv__contents::before {
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}

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

.page-fv__en {
	font-size: 7rem;
	margin-top: 3rem;
}

.page-sub {
	height: 24rem;
	margin-top: -6rem;
	padding-top: 8rem;
}

.page-sub.page-sub--analytics {
	padding-top: 5rem;
}

.page-sub.page-sub--coding {
	height: 24rem;
	margin-top: -6rem;
	padding-top: 8rem;
}

.page-sub.page-sub--coding {
	padding-top: 5rem;
}

.page-sub__lead {
	font-size: 2.5rem;
}

.page-sub__lead-small {
	font-size: 1.3rem;
}

.page-sub.page-sub--service {
	padding-top: 4.5rem;
}

.page-sub__top {
	font-size: 2rem;
}

.page-sub__lead-service {
	font-size: 2.8rem;
	line-height: 1.5;
}

.page-sub__text {
	font-size: 1.3rem;
	font-weight: 500;
}

.page-sub__flex {
	gap: 1.2rem;
	margin-top: 4rem;
}

.page-sub__content {
	gap: 0.7rem;
	height: 12rem;
	width: 10rem;
}

.page-sub__yellow {
	font-size: 2.4rem;
}

.page-sub__yellow span {
	font-size: 1.8rem;
}

.page-sub__content p {
	font-size: 1.3rem;
}

.page-sub__link-block {
	gap: 1.2rem 2rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 6rem;
	padding: 2rem 1rem;
}

.page-sub__link {
	font-size: 1.4rem;
}

.philosophy {
	padding-bottom: 5.5rem;
}

.philosophy__img {
	height: 20rem;
}

.philosophy__title-block {
	margin-top: 4rem;
}

.philosophy__sub {
	font-size: 5rem;
}

.philosophy__title {
	font-size: 2rem;
}

.philosophy__lead {
	font-size: 2.2rem;
	margin-top: 3.8rem;
}

.philosophy__text-block {
	margin-top: 4rem;
}

.philosophy__text-block span {
	font-size: 2rem;
}

.philosophy__text {
	font-size: 1.6rem;
	line-height: 2.2;
}

.pinch {
	padding-bottom: 6rem;
	padding-top: 10rem;
}

.pinch__title {
	font-size: 2.2rem;
}

.pinch__lead {
	font-size: 1.5rem;
	margin-top: 1rem;
}

.pinch__contents {
	padding-left: 2rem;
	padding-right: 2rem;
}

.pinch__main {
	font-size: 2.4rem;
}

.pinch__text {
	font-size: 1.4rem;
}

.plan-support_bg {
	padding-bottom: 5.5rem;
	padding-top: 4.5rem;
}

.plan {
	padding-bottom: 4.5rem;
}

.plan__sub {
	font-size: 5rem;
}

.plan__title {
	font-size: 2rem;
}

.plan__contents {
	gap: 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 3rem;
}

.plan__content {
	max-width: 40rem;
	width: 100%;
}

.pre-footer__title {
	font-size: 2.4rem;
	line-height: 1.6;
}

.pre-footer__lead-block {
	gap: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pre-footer__lead-block span {
	font-size: 6rem;
}

.pre-footer__lead {
	font-size: 2rem;
	line-height: 1.3;
	margin-top: -1rem;
}

.pre-footer__title-block {
	margin-top: 3rem;
	text-align: center;
}

.pre-footer__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4rem;
	margin-top: 3.4rem;
	max-width: 46rem;
}

.pre-footer__title-sub {
	font-size: 1.8rem;
}

.pre-footer__last {
	gap: 1.6rem;
	margin-top: 5.6rem;
}

.price {
	padding-top: 5.5rem;
}

.price__title {
	font-size: 3.6rem;
}

.price__lead {
	font-size: 1.8rem;
	margin-top: 3rem;
}

.price__table {
	border-radius: 2rem;
	margin-top: 3.4rem;
	padding: 3rem 2rem;
}

.price__row {
	padding-bottom: 1rem;
}

.price__item-name {
	font-size: 1.6rem;
	width: 100%;
}

.price__badge {
	font-size: 1.4rem;
}

.price__cost {
	font-size: 2.8rem;
	line-height: 1;
	margin-top: 1rem;
}

.price__cost span {
	font-size: 2rem;
}

.price__description {
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 1rem;
}

.project__top {
	height: 15rem;
}

.project__lead {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.project__contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	padding-bottom: 2.4rem;
	padding-top: 2.4rem;
	width: 100%;
}

.project__line01 {
	height: 3.2rem;
	width: 3.2rem;
}

.project__line02 {
	height: 3.2rem;
	width: 3.2rem;
}

.project__line03 {
	height: 3.2rem;
	width: 3.2rem;
}

.project__line04 {
	height: 3.2rem;
	width: 3.2rem;
}

.project__title {
	font-size: 1.8rem;
}

.project__title .number {
	font-size: 5.2rem;
	margin-right: 0;
}

.project__title .last {
	font-size: 3rem;
}

.project__large-text {
	font-size: 1.2rem;
	line-height: 1.58;
	margin-top: 1.7rem;
}

.project__text {
	font-size: 1.2rem;
	line-height: 2.33;
	margin-top: 2.1rem;
}

.project__cards-block {
	padding-bottom: 4.7rem;
	padding-top: 4.2rem;
}

.project__swiper {
	padding-top: 4rem;
}

.project__button-block {
	margin-top: 3rem;
}

.reason {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.reason__i {
	display: none;
}

.reason__title {
	font-size: 3.2rem;
}

.reason__title-sub {
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 0.4rem;
}

.reason__items {
	margin-top: 4.5rem;
}

.reason__item + .reason__item {
	margin-top: 4rem;
}

.reason__item--02 {
	margin-left: 0;
}

.reason__item--03 {
	margin-left: 0;
}

.reason__number {
	font-size: 5rem;
}

.reason__item-title {
	font-size: 2.2rem;
	padding-bottom: 1rem;
}

.reason__item-title::after {
	left: 0;
}

.reason__item-title--01::after {
	right: auto;
	right: initial;
	width: 100%;
}

.reason__item-title--02::after {
	right: auto;
	right: initial;
	width: 100%;
}

.reason__item-title--03::after {
	right: auto;
	right: initial;
	width: 100%;
}

.reason__item-body {
	margin-top: 2rem;
}

.reason__text {
	font-size: 1.6rem;
}

.scroll-infinity__item {
	margin-right: 1.2rem;
	width: 50vw;
}

.service-list {
	padding-bottom: 5rem;
	padding-top: 2.4rem;
}

.service-list__title {
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 3.66;
}

.service-list__grid {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3rem;
}

.service-list__button {
	font-size: 1.4rem;
}

.service {
	padding-bottom: 2.8rem;
	padding-top: 2.2rem;
}

.service__line {
	font-size: 0.8rem;
	left: -4.2rem;
}

.service__title {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 5.66;
}

.service__contents {
	gap: 0;
	grid-template-columns: repeat(1, 1fr);
	margin-right: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.service__content h3 {
	font-size: 1.4rem;
	line-height: 6.07;
}

.service__content ul {
	margin-top: -1.8rem;
}

.service__content li {
	font-size: 1.1rem;
	line-height: 2;
}

.single-works {
	margin-top: -12rem;
	padding-bottom: 8rem;
}

.single-works__flex {
	gap: 8rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.single-works__category {
	gap: 1.5rem 2rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-works__category-item {
	font-size: 1.4rem;
}

.single-works__contents {
	width: 100%;
}

.single-works__title {
	font-size: 3.2rem;
}

.single-works__category {
	font-size: 1.6rem;
}

.single-works__date {
	font-size: 1.2rem;
}

.single-works__content p {
	font-size: 1.4rem;
}

.single-works__content a {
	font-size: 1.4rem;
}

.single-works__content table td:nth-of-type(1) {
	width: 23% !important;
}

.single-works__content table td:nth-of-type(2) {
	height: 23px;
	padding: 2rem 1rem;
	text-align: left;
}

.single-works__content table th,
.single-works__content table td {
	font-size: 1.4rem;
	padding: 2rem 0.3rem;
}

.single-works__button-block {
	margin-top: 6rem;
}

.case-study-card__img {
	border-radius: 1rem;
}

.case-study-card__img img {
	border-radius: 1rem;
}

.case-study-card__title {
	font-size: 1.6rem;
	margin-top: 1.3rem;
}

.case-study-card__title img {
	margin-right: 0.5rem;
	width: 1.4rem;
}

.case-study-card__category {
	margin-left: 2rem;
	margin-top: 0.6rem;
}

.sub-contact {
	margin-bottom: 8rem;
	margin-top: -9rem;
}

.sub-contact.sub-contact--document {
	margin-top: -15rem;
}

.sub-contact__text {
	font-size: 1.6rem;
	margin-top: 0.5rem;
	text-align: left;
}

.sub-contact__content {
	margin-top: 5rem;
}

.sub-contact__content.sub-contact__content--document {
	grid-template-columns: repeat(1, 1fr);
}

.sub-document {
	margin-top: -18rem;
	padding-bottom: 8rem;
}

.sub-document__title {
	font-size: 3rem;
}

.sub-document__contents {
	margin-top: 6.8rem;
}

.sub-document__item {
	gap: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 4rem 2.5rem 5rem;
}

.sub-document__img-block {
	margin-left: auto;
	margin-right: auto;
	max-width: 54rem;
	width: 100%;
}

.sub-document__text-block {
	width: 100%;
}

.sub-document__sub-title {
	font-size: 2rem;
}

.sub-document__sub-text {
	font-size: 1.6rem;
	margin-top: 2.4rem;
}

.sub-document__sub-button {
	max-width: 100%;
	width: 33.5rem;
}

.sub-document__sub-button::before {
	height: 3.3rem;
	right: 1.4rem;
	width: 3.3rem;
}

.sub-document__sub-button::after {
	height: 0.8rem;
	right: 2.5rem;
	width: 1rem;
}

.support {
	margin-top: 4rem;
}

.support__sub {
	font-size: 5rem;
}

.support__title {
	font-size: 2rem;
}

.support__img {
	margin-top: 3rem;
}

.support__lead {
	margin-top: 3rem;
}

.table__title-item {
	font-size: 1.3rem;
}

.text.text--mt {
	margin-top: -2rem;
}

.text__title span {
	font-size: 2.6rem;
	padding-left: 0.5rem;
}

.value {
	padding-bottom: 6rem;
	padding-top: 4rem;
}

.value__i {
	display: none;
}

.value__sub {
	font-size: 5rem;
}

.value__title {
	font-size: 2rem;
}

.value__items {
	margin-top: 4.5rem;
}

.value__item + .value__item {
	margin-top: 4rem;
}

.value__item--02 {
	margin-left: 0;
}

.value__item--03 {
	margin-left: 0;
}

.value__number {
	font-size: 5rem;
}

.value__item-title {
	font-size: 2.2rem;
	padding-bottom: 1rem;
}

.value__item-title::after {
	left: 0;
}

.value__item-title--01::after {
	right: auto;
	right: initial;
	width: 100%;
}

.value__item-title--02::after {
	right: auto;
	right: initial;
	width: 100%;
}

.value__item-title--03::after {
	right: auto;
	right: initial;
	width: 100%;
}

.value__item-body {
	margin-top: 2rem;
}

.value__text {
	font-size: 1.6rem;
}

.voice {
	margin-top: 2.4rem;
	padding-bottom: 6rem;
}

.voice__text-animation {
	font-size: 12rem;
	left: 0;
	top: 8rem;
}

.voice__title {
	font-size: 2.2rem;
}

.voice__title-sub {
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 0.4rem;
}

.voice__contents {
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(4, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 56rem;
	width: 100%;
}

.voice__card {
	gap: 2rem;
	padding: 2rem;
}

.web {
	margin-top: 4.7rem;
	padding-bottom: 3.8rem;
	padding-top: 0;
}

.web__title {
	font-size: 1.6rem;
	line-height: 5.31;
}

.works-list {
	margin-top: -10rem;
	padding-bottom: 10rem;
}

.works-list__grid {
	gap: 4rem 3rem;
	grid-template-columns: repeat(2, 1fr);
}

.works-card__img {
	border-radius: 1rem;
}

.works-card__img img {
	border-radius: 1rem;
}

.works-card__title {
	font-size: 1.6rem;
	margin-top: 1.3rem;
}

.works-card__title img {
	margin-right: 0.5rem;
	width: 1.4rem;
}

.works-card__category {
	margin-left: 2rem;
	margin-top: 0.6rem;
}

.works {
	padding-top: 3rem;
}

.works.works--page {
	padding-bottom: 5rem;
	padding-top: 4rem;
}

.works__title {
	font-size: 8rem;
	margin-bottom: -5rem;
	margin-right: 0;
}

.works__lead {
	font-size: 1.6rem;
}

.works__scroll.works__scroll--page {
	margin-top: 4.8rem;
}

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

.works__button-block {
	text-align: center;
}

.worries {
	padding-bottom: 6rem;
	padding-top: 20rem;
}

.worries__flex {
	gap: 8rem;
}

.worries__title {
	font-size: 2.4rem;
}

.worries__title::after {
	font-size: 25rem;
}

.worries__right {
	max-width: 60rem;
	width: 100%;
}

.worries__content {
	gap: 1.2rem;
	border-radius: 1rem;
	padding: 2rem 1rem 2rem 2rem;
}

.worries__icon {
	width: 1.8rem;
}

.worries__text {
	font-size: 1.6rem;
}

.wp-pagenavi {
	margin-top: 6rem;
}

.youtube {
	margin-top: 3rem;
	padding-bottom: 5rem;
}

.youtube__title {
	font-size: 7rem;
}

.youtube__title-sub {
	font-size: 1.4rem;
}

.youtube__button-block {
	margin-top: 3rem;
	text-align: center;
}

}

@media (max-width: 768px) {

html {
	font-size: 62.5%;
}

}

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

.ability__text {
	text-align: left;
}

.accordion__q {
	font-size: 2rem;
	height: 30px;
	margin-right: 0.5rem;
	width: 30px;
}

.accordion__a {
	font-size: 2rem;
	height: 30px;
	margin-right: 0.5rem;
	width: 30px;
}

.ana-detail__contents {
	grid-template-columns: repeat(1, 1fr);
}

.ana-detail__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 42rem;
	width: 100%;
}

.case-study__grid {
	gap: 4rem 2rem;
}

.cta__button {
	font-size: 1.4rem;
}

.cta__button::after {
	height: 2rem;
	right: 1.4rem;
	width: 2rem;
}

.feature__lead {
	font-size: 2.3rem;
}

.feature__title-sub {
	font-size: 2.3rem;
}

.flow__content {
	gap: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flow__text-block {
	width: 100%;
}

.kaizen {
	background: #D9D934;
	padding-top: 4rem;
}

.kaizen__i {
	display: none;
}

.service-list__grid {
	grid-template-columns: repeat(1, 1fr);
}

.service-list__button {
	margin-left: auto;
	margin-right: auto;
	max-width: 32rem;
	width: 100%;
}

.service__contents {
	margin-left: 8rem;
}

.single-works__content table td:nth-of-type(1) {
	width: 25% !important;
}

.sub-document__contents {
	gap: 3rem;
}

.sub-document__item {
	padding: 2rem 2rem 2.5rem;
}

.works-list__grid {
	gap: 4rem 2rem;
}

}

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

.kaizen__card::after {
	display: none;
}

.kaizen__left {
	padding-bottom: 2.2rem;
	padding-top: 2rem;
}

.kaizen__text {
	font-size: 2.2rem;
}

.kaizen__img {
	max-width: 28rem;
}

}

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

.case-study__grid {
	gap: 3rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
	width: 100%;
}

.drawer-menu__button-block {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__button-block {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fv__line {
	font-size: 1.2rem;
	left: 2rem;
}

.help__title::before {
	display: none;
}

.help__title::after {
	display: none;
}

.works-list__grid {
	gap: 3rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
	width: 100%;
}

}

@media (max-width: 375px) {

html {
	font-size: 2.6666666667vw;
}

}

@-webkit-keyframes infinity-scroll-left {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@keyframes infinity-scroll-left {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@-webkit-keyframes infinity-scroll-right {

from {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

to {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

}

@keyframes infinity-scroll-right {

from {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

to {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

}


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