body {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.09em;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
	scroll-behavior: smooth;
	scroll-padding-top: 4.375rem;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.layout-client {
	margin-top: 5.625rem;
}

.layout-faq {
	margin-top: 3.4375rem;
}

.layout-flow {
	margin-top: 3.4375rem;
}

.layout-news {
	margin-top: 3.4375rem;
}

.layout-price {
	margin-top: 3.125rem;
}

.layout-reason {
	margin-top: 3.125rem;
}

.layout-works {
	margin-top: 5.625rem;
}

.arrow {
	background-color: #000000;
	border-radius: 9999px;
	display: block;
	height: 0.25rem;
	margin: 0.425rem 0;
	position: relative;
}

.arrow::before,
.arrow::after {
	background-color: #000000;
	border-radius: 9999px;
	content: "";
	height: 0.25rem;
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
	transform-origin: calc(100% - 2px) 50%;
	width: 1.25rem;
}

.arrow::before {
	transform: rotate(25deg);
}

.arrow::after {
	transform: rotate(-25deg);
}

.banner {
	background-color: #00c8f0;
	width: 100%;
}

.banner__image {
	display: block;
	width: 100%;
}

.button {
	background-color: #ff904d;
	border-radius: 3.125rem;
	box-shadow: 0 0.3125rem 0 rgba(51, 51, 51, 0.2);
	color: #ffffff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 1.125rem 0;
	text-align: center;
	transition: 0.2s;
	width: 100%;
}

.button.button--nav {
	font-size: clamp(0.75rem, 0.643rem + 0.54vw, 1.125rem);
	font-weight: 600;
	padding: 1rem 0.5rem;
}

.button.button--black {
	background-color: #000;
	box-shadow: 0 0.3125rem 0 #555;
	color: #fff;
}

.card {
	background-color: #ecf7fa;
	border-radius: 1.25rem;
	padding: 4.25rem 1.25rem 2.9375rem;
	position: relative;
}

.card__number {
	align-items: center;
	background-color: #43b8d5;
	border-radius: 50%;
	color: #ffffff;
	display: grid;
	font-family: "Jost", sans-serif;
	font-size: 2.75rem;
	font-weight: 700;
	height: 4.75rem;
	justify-items: center;
	left: 50%;
	line-height: 1;
	place-items: center;
	position: absolute;
	top: -5.5%;
	transform: translateX(-50%);
	width: 4.75rem;
}

.card__title {
	font-size: clamp(1.25rem, 0.804rem + 2.23vw, 2.813rem);
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.card__title .u-desktop {
	display: none;
}

.card__body {
	margin-top: 1.875rem;
}

.card__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5625rem 0.625rem;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

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

.card__image img {
	-o-object-fit: cover;
	aspect-ratio: 1080/835;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.card__text {
	font-size: clamp(1rem, 0.768rem + 1.16vw, 1.813rem);
	font-weight: 600;
	line-height: 1.5;
	margin-top: 1.875rem;
	text-align: center;
}

.category {
	align-items: center;
	background-color: #feefeb;
	display: flex;
	gap: 0.4375rem;
	justify-content: center;
	padding: 0.3125rem 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.category__image {
	display: inline-block;
	width: 0.9375rem;
}

.category__image img {
	fill: #ff904d;
	width: 100%;
}

.category__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
}

.client-swiper + .client-swiper {
	margin-top: 1.875rem;
}

.client-swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.client-swiper .swiper-slide img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	object-fit: contain;
	width: 100%;
}

.client__wrapper {
	margin-top: 3.125rem;
}

.client__lists {
	grid-gap: 0.625rem 1.25rem;
	align-items: center;
	display: grid;
	gap: 0.625rem 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	margin-top: 2.8125rem;
	place-items: center;
}

.client__item {
	max-width: 10.625rem;
	width: 100%;
}

.client__item img {
	-o-object-fit: contain;
	aspect-ratio: 390/346;
	height: auto;
	object-fit: contain;
}

.client__slider-box {
	margin-top: 1.875rem;
}

.client__slider-text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.3;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.contact {
	background-color: #43b8d5;
	padding: 3.4375rem 0;
}

.contact__body {
	background-color: #ffffff;
	border-radius: 0.625rem;
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 1.875rem;
	width: 100%;
}

.contact__form {
	margin-top: 2.5rem;
}

.faq-list__item {
	border-radius: 0.625rem;
}

.faq-list__item + .faq-list__item {
	margin-top: 1.5rem;
}

.faq-list__item-question {
	background-color: #ffffff;
	border-radius: 0 0.625rem 0.625rem 0;
	box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
	cursor: pointer;
	font-size: 0.9375rem;
	padding: 0.75rem 2.5rem 0.75rem 3.75rem;
	position: relative;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	background: #43b8d5;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transition: 0.3s;
	width: 1.125rem;
}

.faq-list__item-question::before {
	transform: translateY(-50%);
}

.faq-list__item-question::after {
	transform: translateY(-50%) rotate(90deg);
}

.faq-list__item-question.is-open::after {
	transform: rotate(0deg);
}

.faq-list__item-question span {
	align-content: center;
	background-color: #43b8d5;
	border-radius: 0.625rem 0 0 0.625rem;
	color: #ffffff;
	display: grid;
	font-size: 1.25rem;
	height: 100%;
	justify-content: center;
	left: 0;
	place-content: center;
	position: absolute;
	top: 0;
	width: 3.125rem;
}

.faq-list__item-answer {
	color: #43b8d5;
	display: none;
	font-size: 0.9375rem;
	padding: 0.9375rem 1.875rem 0.9375rem 3.75rem;
	position: relative;
}

.faq-list__item-answer span {
	color: #aaaaaa;
	display: inline-block;
	font-size: 1.25rem;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.faq {
	background-color: #f7f7f7;
	padding: 2.5rem 0 3.5625rem;
}

.faq__content {
	margin: 1.75rem auto 0;
	max-width: 62.5rem;
	width: 100%;
}

.flow-list {
	display: flex;
	flex-direction: column;
}

.flow-list__title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}

.flow-list__title span {
	margin-left: 0.5rem;
}

.flow-list__title::before {
	content: counter(list-counter) ". ";
	counter-increment: list-counter;
	display: inline-block; /* 番号をリストアイテムの前に表示 */
	font-size: 1.875rem;
	font-weight: bold;
}

.flow-list:nth-of-type(1) .flow-list__title::before {
	color: #52dcfe;
}

.flow-list:nth-of-type(2) .flow-list__title::before {
	color: #43b8d5;
}

.flow-list:nth-of-type(3) .flow-list__title::before {
	color: #ff904d;
}

.flow-list__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.flow-list__body {
	border: 0.3125rem solid #43b8d5;
	margin-top: auto;
	padding: 0.625rem;
}

.flow-list:nth-of-type(1) .flow-list__body {
	border-color: #52dcfe;
}

.flow-list:nth-of-type(2) .flow-list__body {
	border-color: #43b8d5;
}

.flow-list:nth-of-type(3) .flow-list__body {
	border-color: #ff904d;
}

.flow-list__items {
	align-items: center;
	display: flex;
	gap: 0 1.25rem;
	height: 10rem;
}

.flow-list__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem 0;
	height: inherit;
	justify-content: space-evenly;
}

.flow-list__sub-title {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}

.flow-list__arrow {
	margin-top: 1.25rem;
	position: relative;
}

.flow-list__arrow span {
	background-color: #ffffff;
	left: 50%;
	padding: 0 0.9375rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -54%);
	width: -moz-fit-content;
	width: fit-content;
}

.flow__inner.inner {
	max-width: 87.5rem;
}

.flow__body {
	margin-top: 3.75rem;
	overflow-x: scroll;
	overflow-y: hidden;
}

.flow__scroll {
	align-items: center;
	display: flex;
	gap: 0 0.625rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.flow__scroll span {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}

.flow__arrow-sp {
	background-color: #333333;
	border-radius: 9999px;
	display: inline-block;
	height: 1px;
	margin: 4.5px 0;
	position: relative;
	width: 30px;
}

.flow__arrow-sp::before,
.flow__arrow-sp::after {
	background-color: #333333;
	border-radius: 9999px;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: calc(50% - 0.5px);
	transform-origin: calc(100% - 0.5px) 50%;
	width: 10px;
}

.flow__arrow-sp::before {
	transform: rotate(30deg);
}

.flow__arrow-sp::after {
	transform: rotate(-30deg);
}

.flow__lists {
	counter-reset: list-counter;
	display: flex;
	gap: 0 1.875rem;
	width: 84.375rem;
}

.footer {
	background-color: #333333;
	color: #ffffff;
	padding: 1.25rem 0;
}

.footer__nav-items {
	align-items: center;
	display: flex;
	gap: 0 1.875rem;
	justify-content: center;
}

.footer__nav-item a {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.625rem 0;
	transition: opacity 0.3s ease-out;
}

.footer__nav-item a:hover {
	opacity: 0.7;
}

.footer__copyright {
	font-size: clamp(0.625rem, 0.518rem + 0.54vw, 1rem);
	font-weight: 400;
	line-height: 1;
	margin-top: 0.9375rem;
	text-align: center;
}

.form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.form-input input:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

.form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../../assets/images/common/arrow.svg);
	background-position: right 0.9375rem top 0.9375rem;
	background-repeat: no-repeat;
	background-size: 0.9375rem;
	border: 1px solid #ccc;
	border-radius: 0;
	cursor: pointer;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0.71875rem 3.125rem 0.71875rem 0.9375rem;
	width: 100%;
}

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

.form-select select:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

.form-submit input {
	-webkit-text-decoration: none;
	background-color: #43b8d5;
	background-image: none;
	border: none;
	border-radius: 2.5rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
	font-weight: 600;
	line-height: 1;
	padding: 0.9375rem 5.3125rem;
	text-decoration: none;
	transition: 0.3s;
}

.form-submit input:hover,
.form-submit input:focus {
	outline: none;
}

.form-submit input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 0.9375rem;
	height: 9.375rem;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.form-textarea textarea:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

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

.form__label {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.form__label span {
	background-color: #ff904d;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	margin-left: 0.625rem;
	padding: 0.3125rem;
}

.form__input,
.form__select,
.form__radio,
.form__checkbox,
.form__textarea {
	margin-top: 0.625rem;
}

.form__input,
.form__textarea {
	flex-grow: 1;
}

.form__submit {
	margin-top: 3.75rem;
	text-align: center;
}

.header {
	background-color: #ffffff;
	box-shadow: 0 0.1875rem 0.375rem rgba(51, 51, 51, 0.2);
	height: 4.375rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	padding: 0 1.25rem;
}

.header__logo {
	height: inherit;
	width: 9.375rem;
}

.header__logo a {
	align-items: center;
	display: flex;
	display: block flex;
	height: inherit;
	transition: opacity 0.3s ease-out;
	width: 100%;
}

.header__logo a:hover {
	opacity: 0.7;
}

.header__nav {
	display: none;
}

.header__nav-items {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: flex-end;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item a {
	align-items: center;
	display: flex;
	font-size: clamp(0.75rem, 0.32rem + 0.89vw, 1.125rem);
	font-weight: 600;
	height: inherit;
	line-height: 1;
	padding: 0 0.625rem;
	transition: opacity 0.3s ease-out;
}

.header__nav-item a:hover {
	opacity: 0.7;
}

.header__nav-item:not(:first-of-type) {
	margin-left: 0.9375rem;
}

.header__button {
	align-items: center;
	display: flex;
	height: inherit;
	margin-left: auto;
}

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

.introduction {
	background-color: #ecf7fa;
	padding: 3.125rem 0 3.875rem;
}

.introduction__lists {
	grid-gap: 1.0625rem;
	align-items: center;
	display: grid;
	gap: 1.0625rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	justify-items: center;
	margin-top: 1.75rem;
	place-items: center;
}

.introduction__list {
	align-items: center;
	aspect-ratio: 1;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: auto;
	justify-content: center;
	max-width: 16.5625rem;
	width: 100%;
}

.introduction__list-text {
	font-size: clamp(0.75rem, 0.679rem + 0.36vw, 1rem);
	font-size: clamp(0.594rem, 0.478rem + 0.58vw, 1rem);
	font-weight: 600;
	line-height: 1.33;
	text-align: center;
}

.introduction__list-image {
	margin-top: 0.9375rem;
	width: 4.0625rem;
}

.introduction__box {
	margin-top: 1.25rem;
	position: relative;
}

.introduction__box::after {
	background-image: url(../../assets/images/common/arrow02.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 6.6875rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 4rem;
}

.introduction__text {
	font-size: clamp(1rem, 0.607rem + 1.96vw, 2.375rem);
	font-weight: 600;
	line-height: 1.5;
	padding-top: 8.4375rem;
	text-align: center;
}

.introduction__text span {
	font-size: clamp(1.625rem, 1.125rem + 2.5vw, 3.375rem);
	position: relative;
}

.introduction__text span::before,
.introduction__text span::after {
	background-color: #ff904d;
	content: "";
	display: block;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.introduction__text span::before {
	bottom: 0;
}

.introduction__text span::after {
	bottom: -0.3125rem;
}

.main {
	margin-top: 4.375rem;
}

.mainview__body {
	width: 100%;
}

.mainview__button {
	padding: 0 1.25rem;
	width: 100%;
}

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

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

.mainview__video {
	line-height: 0;
	margin-top: 2.5rem;
	width: 100%;
}

.mainview__video video {
	width: 100%;
}

.mainview__campaign {
	background-color: #00c8f0;
	padding: 0.3125rem 0;
	width: 100%;
}

.price-list {
	border-collapse: collapse;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.price-list tr {
	border-bottom: 1px solid #ccc;
}

.price-list__space {
	display: none;
}

.price-list__head {
	font-size: 1rem;
	padding: 1.3125rem 0;
	width: 28%;
}

.price-list__head:first-of-type {
	border-radius: 0.625rem 0 0 0;
}

.price-list__head:not(:last-of-type) {
	background-color: #e4e4e4;
}

.price-list__head:last-of-type {
	background-color: #ecf7fa;
	border-radius: 0 0.625rem 0 0;
	color: #ffffff;
}

.price-list__head img {
	display: inline-block;
	margin: 0 auto;
	width: 7.5rem;
}

.price-list__label {
	display: none;
}

.price-list__sp-label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	padding: 0.625rem 0 0.3125rem;
	text-align: left;
}

.price-list__data {
	font-size: clamp(0.688rem, 0.366rem + 1.61vw, 1.813rem);
	line-height: 1.3;
	padding: 0.9375rem 0;
	width: 28%;
}

.price-list__data:not(:last-of-type) {
	background-color: #ffffff;
}

.price-list__data:last-of-type {
	background-color: #ecf7fa;
	color: #43b8d5;
	font-weight: 600;
}

.price {
	background-color: #feefeb;
	padding: 2.5rem 0 3.5625rem;
}

.price__lead {
	font-size: clamp(0.813rem, 0.455rem + 1.79vw, 2.063rem);
	font-weight: 600;
	line-height: 1.7;
	margin-top: 1.5rem;
	text-align: center;
}

.price__lead span {
	position: relative;
}

.price__lead span::before,
.price__lead span::after {
	background-color: #ff904d;
	content: "";
	display: block;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.price__lead span::before {
	bottom: 0;
}

.price__lead span::after {
	bottom: -0.3125rem;
}

.price__body {
	margin-top: 1.75rem;
}

.price__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem 0;
}

.price__item {
	max-width: 31.25rem;
	width: 100%;
}

.price__item-title {
	align-items: center;
	background-color: #43b8d5;
	border-radius: 0.625rem 0.625rem 0 0;
	color: #ffffff;
	display: flex;
	font-size: clamp(1rem, 0.714rem + 1.43vw, 2rem);
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	padding: 0.9375rem;
}

.price__price {
	background-color: #ffffff;
	border-radius: 0 0 0.625rem 0.625rem;
	font-size: clamp(2rem, 1.464rem + 2.68vw, 3.875rem);
	font-weight: 600;
	line-height: 1;
	padding: 0.6875rem;
	text-align: center;
}

.price__price span {
	font-family: "Jost", sans-serif;
	font-size: clamp(4.625rem, 3.536rem + 5.45vw, 8.438rem);
}

.price__plus {
	color: #43b8d5;
	font-size: clamp(4.063rem, 3.616rem + 2.23vw, 5.625rem);
	font-weight: 400;
	line-height: 1;
}

.price__sub-title {
	font-size: clamp(1rem, 0.643rem + 1.79vw, 2.25rem);
	font-weight: 600;
	line-height: 1;
	margin-top: 2.5rem;
	text-align: center;
}

.price__list {
	margin-top: 1.25rem;
}

.reason__title span {
	font-family: "Jost", sans-serif;
	font-size: clamp(2.25rem, 1.25rem + 5vw, 5.75rem);
	font-weight: 600;
}

.reason__cards {
	display: flex;
	flex-direction: column;
	gap: 4.8125rem 0;
	margin-top: 4.8125rem;
}

.reason__button {
	margin: 2.5rem auto 0;
	width: 100%;
}

.title {
	font-size: clamp(1.688rem, 1.335rem + 1.5vw, 2.688rem);
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.news {
	padding: 0;
}

.news__list {
	list-style: none;
	margin: 2.5rem 0 0;
	padding: 0;
}

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

.news__item:first-of-type {
	border-top: 1px solid #e5e5e5;
}

.news__item-link {
	align-items: flex-start;
	color: #333333;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	padding: 1.125rem 0;
	text-decoration: none;
}

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

.news__item-date {
	color: #666666;
	flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	width: 6rem;
}

.news__item-category {
	background-color: #00c8f0;
	border-radius: 9999px;
	color: #ffffff;
	flex-shrink: 0;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	min-width: 6.25rem;
	padding: 0.375rem 0.75rem;
	text-align: center;
}

.news__item-title {
	flex: 1 1 100%;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6;
	word-break: break-word;
}

.news__button {
	margin: 2.5rem auto 0;
	max-width: 22.5rem;
	width: 100%;
}

.news__empty {
	color: #666666;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	padding: 2.5rem 0;
	text-align: center;
}

.works__body {
	margin-top: 2.8125rem;
}

.works__content:not(:first-of-type) {
	margin-top: 4.0625rem;
}

.works__sub-title {
	border-bottom: 0.1875rem solid #333333;
	font-size: clamp(1rem, 0.714rem + 1.43vw, 2rem);
	font-weight: 600;
	line-height: 1;
	padding-bottom: 0.875rem;
	text-align: center;
}

.works__lists {
	grid-gap: 1.875rem 0;
	display: grid;
	gap: 1.875rem 0;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 3.125rem;
}

.works__list {
	align-items: center;
	background-color: #fef0eb;
	border-radius: 1.5625rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.875rem 1.25rem;
	width: 100%;
}

.works__list-title {
	align-items: center;
	display: flex;
	flex: 1;
	font-size: clamp(1rem, 0.839rem + 0.8vw, 1.563rem);
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.works__list-data {
	color: #ff904d;
	font-family: "Jost", sans-serif;
	font-size: clamp(1.875rem, 1.768rem + 0.54vw, 2.25rem);
	font-weight: 600;
	line-height: 1;
	margin-top: 1.125rem;
}

.works__list-data b {
	font-size: clamp(3.688rem, 3.295rem + 1.96vw, 5.063rem);
}

/* youtube */

.youtube {
	background-color: #ecf7fa;
	padding: 3.125rem 0;
}

.youtube__text {
	font-size: 1rem;
	margin-block-start: 1rem;
	text-align: center;
}

.youtube__body {
	display: grid;
	gap: 1.5rem;
	margin-inline: auto;
	margin-top: 2rem;
	max-width: 37.5rem;
	width: 100%;
}

.youtube__item {
	width: 100%;
}

.youtube__iframe-wrap {
	aspect-ratio: 16/9;
	position: relative;
	width: 100%;
}

.youtube__iframe-wrap iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.youtube__item-title {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0.5rem;
}

/* ===== 投稿詳細 / 固定ページ共通 ===== */

.main--single,
.main--page {
	padding: 2.5rem 0 4rem;
}

.page-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
}

.page-header {
	margin-bottom: 2rem;
	text-align: center;
}

.page-empty {
	color: #666666;
	text-align: center;
}

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

.pagination .nav-links {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	justify-content: center;
}

.pagination .page-numbers {
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0.25rem;
	color: #333333;
	display: inline-flex;
	font-size: 0.9375rem;
	height: 2.25rem;
	justify-content: center;
	min-width: 2.25rem;
	padding: 0 0.75rem;
	text-decoration: none;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.pagination .page-numbers:hover {
	background-color: #f5f5f5;
}

.pagination .page-numbers.current {
	background-color: #00c8f0;
	border-color: #00c8f0;
	color: #ffffff;
}

.pagination .page-numbers.dots {
	background: none;
	border: none;
}

.single-post {
	background-color: #ffffff;
}

.single-post__header {
	margin-bottom: 1.75rem;
}

.single-post__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 0.875rem;
	margin-bottom: 0.875rem;
}

.single-post__date {
	color: #666666;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
}

.single-post__category {
	background-color: #00c8f0;
	border-radius: 9999px;
	color: #ffffff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.375rem 0.75rem;
}

.single-post__title {
	font-size: clamp(1.375rem, 1.1rem + 1.2vw, 1.875rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin: 0;
}

.single-post__thumbnail {
	margin-bottom: 2rem;
}

.single-post__thumbnail img {
	border-radius: 0.5rem;
	display: block;
	height: auto;
	width: 100%;
}

/* ===== 本文（投稿エディタ出力部） ===== */

.single-post__content {
	word-wrap: break-word;
	color: #333333;
	font-size: 1rem;
	line-height: 1.9;
}

.single-post__content::after {
	clear: both;
	content: "";
	display: block;
}

.single-post__content > * + * {
	margin-top: 1.25rem;
}

.single-post__content p {
	margin: 0;
}

.single-post__content h2 {
	border-left: 0.375rem solid #00c8f0;
	font-size: clamp(1.25rem, 1.05rem + 0.7vw, 1.5rem);
	font-weight: 700;
	line-height: 1.4;
	margin-top: 3rem;
	padding: 0.25rem 0 0.25rem 0.875rem;
}

.single-post__content h3 {
	border-bottom: 0.1875rem solid #00c8f0;
	font-size: clamp(1.125rem, 0.99rem + 0.5vw, 1.3125rem);
	font-weight: 700;
	line-height: 1.4;
	margin-top: 2.5rem;
	padding-bottom: 0.5rem;
}

.single-post__content h4 {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 2rem;
	padding-left: 0.875rem;
	position: relative;
}

.single-post__content h4::before {
	background-color: #ff904d;
	border-radius: 9999px;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 0.625rem;
	width: 0.625rem;
}

.single-post__content h5,
.single-post__content h6 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.75rem;
}

.single-post__content a {
	color: #00a2c2;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	word-break: break-all;
}

.single-post__content a:hover {
	opacity: 0.7;
}

.single-post__content strong,
.single-post__content b {
	font-weight: 700;
}

.single-post__content em,
.single-post__content i {
	font-style: italic;
}

.single-post__content mark {
	background: linear-gradient(transparent 60%, #fff3a5 60%);
	padding: 0 0.125rem;
}

.single-post__content ul,
.single-post__content ol {
	margin: 0;
	padding-left: 1.5rem;
}

.single-post__content ul {
	list-style: disc;
}

.single-post__content ol {
	list-style: decimal;
}

.single-post__content li {
	margin-top: 0.5rem;
}

.single-post__content li:first-child {
	margin-top: 0;
}

.single-post__content li > ul,
.single-post__content li > ol {
	margin-top: 0.5rem;
}

.single-post__content blockquote {
	background-color: #f6f9fb;
	border-left: 0.25rem solid #00c8f0;
	color: #555555;
	font-style: italic;
	margin: 0;
	padding: 1rem 1.25rem;
}

.single-post__content blockquote > * + * {
	margin-top: 0.75rem;
}

.single-post__content blockquote cite {
	color: #888888;
	display: block;
	font-size: 0.875rem;
	font-style: normal;
	margin-top: 0.5rem;
}

.single-post__content img,
.single-post__content video,
.single-post__content iframe {
	display: block;
	height: auto;
	max-width: 100%;
}

.single-post__content img {
	border-radius: 0.375rem;
}

.single-post__content figure {
	margin: 0;
}

.single-post__content figure img {
	margin: 0 auto;
}

.single-post__content figcaption {
	color: #777777;
	font-size: 0.8125rem;
	line-height: 1.6;
	margin-top: 0.5rem;
	text-align: center;
}

.single-post__content .wp-caption {
	max-width: 100%;
}

.single-post__content .alignleft {
	display: block;
	margin: 1rem auto;
}

.single-post__content .alignright {
	display: block;
	margin: 1rem auto;
}

.single-post__content .aligncenter {
	display: block;
	margin: 1rem auto;
}

.single-post__content .alignwide,
.single-post__content .alignfull {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.single-post__content hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin: 2.5rem 0;
}

.single-post__content code {
	background-color: #f3f4f6;
	border-radius: 0.25rem;
	color: #d63384;
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
	font-size: 0.875em;
	padding: 0.125rem 0.375rem;
}

.single-post__content pre {
	background-color: #1f2937;
	border-radius: 0.5rem;
	color: #f5f5f5;
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
	font-size: 0.875rem;
	line-height: 1.6;
	overflow-x: auto;
	padding: 1rem 1.25rem;
}

.single-post__content pre code {
	background: transparent;
	color: inherit;
	padding: 0;
}

.single-post__content .wp-block-table {
	overflow-x: auto;
}

.single-post__content table {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	width: 100%;
}

.single-post__content th,
.single-post__content td {
	border: 1px solid #e5e5e5;
	line-height: 1.6;
	padding: 0.75rem 1rem;
	text-align: left;
	vertical-align: top;
}

.single-post__content th {
	background-color: #f6f9fb;
	font-weight: 700;
}

.single-post__content .wp-block-embed {
	margin: 0;
}

.single-post__content .wp-block-embed iframe {
	width: 100%;
}

.single-post__content .page-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 2rem;
}

/* ===== タグ ===== */

.single-post__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 2.5rem;
}

.single-post__tag {
	background-color: #f3f4f6;
	border-radius: 9999px;
	color: #555555;
	display: inline-block;
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0.5rem 0.875rem;
	text-decoration: none;
	transition: 0.2s;
}

.single-post__tag:hover {
	background-color: #00c8f0;
	color: #ffffff;
	opacity: 1;
}

/* ===== 前後/一覧へ ===== */

.post-nav {
	border-top: 1px solid #e5e5e5;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 1fr;
	margin-top: 3rem;
	padding-top: 1.5rem;
}

.post-nav a {
	color: #333333;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1.5;
	text-decoration: none;
	transition: 0.2s;
}

.post-nav a:hover {
	color: #00a2c2;
}

.post-nav__prev {
	text-align: left;
}

.post-nav__next {
	text-align: right;
}

.post-nav__back {
	text-align: center;
}

.post-nav__back a {
	background-color: #333333;
	border-radius: 9999px;
	color: #ffffff;
	font-weight: 600;
	padding: 0.625rem 1.5rem;
}

.post-nav__back a:hover {
	background-color: #00c8f0;
	color: #ffffff;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

.layout-client {
	margin-top: 9.375rem;
}

.layout-faq {
	margin-top: 8.4375rem;
}

.layout-flow {
	margin-top: 8.4375rem;
}

.layout-news {
	margin-top: 8.4375rem;
}

.layout-youtube {
	margin-top: 8.4375rem;
}

.layout-price {
	margin-top: 6.75rem;
}

.layout-works {
	margin-top: 9.375rem;
}

.banner__image {
	line-height: 0;
	margin: 0 auto;
	width: 60%;
}

.button {
	padding: 2.25rem 0;
}

.button:hover {
	box-shadow: none;
	opacity: 1;
	transform: translateY(0.3125rem);
}

.button.button--nav {
	padding: 1rem 0.9375rem;
}

.button.button--black:hover {
	box-shadow: none;
}

.card {
	padding: 7.3125rem 7.5rem 3.9375rem;
}

.card__number {
	font-size: 5.1875rem;
	height: 9.5625rem;
	width: 9.5625rem;
}

.card__title .u-desktop {
	display: inline-block;
}

.card__body {
	margin-top: 2.8125rem;
}

.card__categories {
	gap: 0.75rem 0.875rem;
	max-width: 31.25rem;
}

.card__image {
	margin-top: 3.125rem;
}

.card__text {
	margin-top: 3.125rem;
}

.category {
	padding: 0.5625rem 0.8125rem;
}

.category__text {
	font-size: 1.1875rem;
}

.client-swiper + .client-swiper {
	margin-top: 3.125rem;
}

.client__wrapper {
	margin-top: 4.375rem;
}

.client__lists {
	grid-template-columns: repeat(6, 1fr);
	margin-top: 5rem;
}

.client__slider-box {
	margin-top: 4.0625rem;
}

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

.contact {
	padding: 8.4375rem 0;
}

.contact__body {
	padding: 3.125rem;
}

.contact__form {
	margin-top: 3.75rem;
}

.faq-list__item + .faq-list__item {
	margin-top: 2.25rem;
}

.faq-list__item-question {
	font-size: 1.125rem;
	padding: 0.875rem 3.75rem 0.875rem 5rem;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	right: 1.25rem;
	width: 1.25rem;
}

.faq-list__item-answer {
	font-size: 1.125rem;
	padding: 1.25rem 2.5rem 0.9375rem 5rem;
}

.faq {
	padding: 4.5rem 0 8.4375rem;
}

.faq__content {
	margin: 4.8125rem auto 0;
}

.flow__body {
	overflow-x: visible;
	overflow-x: initial;
	overflow-y: visible;
	overflow-y: initial;
}

.flow__scroll {
	display: none;
}

.flow__lists {
	width: 100%;
}

.footer {
	padding: 1.875rem 0;
}

.footer__nav-items {
	gap: 0 3.125rem;
}

.footer__nav-item a {
	font-size: 1rem;
}

.footer__copyright {
	margin-top: 1.25rem;
}

.form-submit input {
	padding: 1.5625rem 7.8125rem;
}

.form-submit input:hover {
	opacity: 0.8;
}

.form__wrap {
	align-items: center;
	display: flex;
}

.form__wrap.form__wrap--textarea {
	align-items: flex-start;
}

.form__label {
	max-width: 12.5rem;
	width: 100%;
}

.form__wrap.form__wrap--textarea .form__label {
	margin-top: 0.625rem;
}

.form__input,
.form__select,
.form__radio,
.form__checkbox,
.form__textarea {
	margin-left: 2.1875rem;
	margin-top: 0;
}

.header__inner {
	padding: 0 1.5625rem;
}

.header__logo {
	width: 12.5rem;
}

.header__nav {
	display: block;
	flex: 1;
	height: inherit;
}

.header__button {
	margin-left: 1.25rem;
}

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

.introduction {
	padding: 4.5rem 0 7.875rem;
}

.introduction__lists {
	gap: 0 2.0625rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 6rem;
}

.introduction__list {
	aspect-ratio: 1;
	height: auto;
	width: 100%;
}

.introduction__list-image {
	margin-top: 1.875rem;
	width: 6.25rem;
}

.introduction__list:nth-of-type(3) .introduction__list-image {
	margin-left: 1.0625rem;
	margin-top: 1.25rem;
}

.introduction__box {
	margin-top: 2.25rem;
}

.introduction__text {
	padding-top: 9.375rem;
}

.mainview__inner {
	margin: 0 auto;
	max-width: 87.5rem;
	padding: 0 3.125rem;
	width: 100%;
}

.mainview__heading picture img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.mainview__button {
	margin-top: 1.25rem;
}

.mainview__video {
	margin-top: 1.25rem;
}

.price-list__space {
	display: block;
}

.price-list__head {
	font-size: 1.5rem;
	padding: 2.6875rem 0;
}

.price-list__head img {
	width: 10rem;
}

.price-list__label {
	display: table-cell;
	font-size: 1.375rem;
	text-align: left;
	width: 16%;
}

.price-list__sp-label {
	display: none;
}

.price-list__data {
	padding: 1.875rem 0;
}

.price {
	padding: 4.5rem 0 8.4375rem;
}

.price__lead {
	margin-top: 3.9375rem;
}

.price__body {
	margin-top: 4.8125rem;
}

.price__items {
	flex-direction: row;
	gap: 0 3rem;
}

.price__item-title {
	padding: 1.125rem;
}

.price__price {
	padding: 1.5rem 1.125rem;
}

.price__sub-title {
	margin-top: 8.4375rem;
}

.price__list {
	margin-top: 2.8125rem;
}

.reason__cards {
	gap: 13.75rem 0;
	margin-top: 9rem;
}

.reason__card {
	margin: 0 5.625rem;
}

.reason__button {
	margin: 3.75rem auto 0;
	max-width: 37.5rem;
}

.works__body {
	margin-top: 5rem;
}

.works__content:not(:first-of-type) {
	margin-top: 5.9375rem;
}

.works__sub-title {
	padding-bottom: 1.375rem;
}

.works__lists {
	gap: 0 2.1875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.6875rem;
}

.works__list {
	padding: 2.8125rem 2.0625rem;
}

.youtube {
	padding: 4.5rem 0 7.875rem;
}

.youtube__text {
	font-size: 1.125rem;
}

.youtube__body {
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3rem;
	max-width: none;
}

.youtube__item-title {
	font-size: 1rem;
}

.news {
	padding: 0;
}

.news__list {
	margin-top: 3.75rem;
}

.news__item-link {
	align-items: center;
	flex-wrap: nowrap;
	gap: 0 2.5rem;
	padding: 1.75rem 0.625rem;
}

.news__item-date {
	font-size: 1rem;
	width: 7rem;
}

.news__item-category {
	font-size: 0.8125rem;
	min-width: 8.125rem;
	padding: 0.5rem 1rem;
}

.news__item-title {
	flex: 1 1 auto;
	font-size: 1.0625rem;
}

.news__button {
	margin-top: 3.75rem;
}

/* ===== 投稿詳細 / 固定ページ（PC） ===== */

.main--single,
.main--page {
	padding: 5rem 0 7.5rem;
}

.single-post__header {
	margin-bottom: 2.5rem;
}

.single-post__thumbnail {
	margin-bottom: 3rem;
}

.single-post__thumbnail img {
	border-radius: 0.75rem;
}

.single-post__content {
	font-size: 1.0625rem;
	line-height: 2;
}

.single-post__content > * + * {
	margin-top: 1.5rem;
}

.single-post__content h2 {
	margin-top: 4rem;
	padding: 0.375rem 0 0.375rem 1.125rem;
}

.single-post__content h3 {
	margin-top: 3rem;
}

.single-post__content h4 {
	margin-top: 2.5rem;
}

.single-post__content blockquote {
	padding: 1.5rem 2rem;
}

.single-post__content .alignleft {
	float: left;
	margin: 0.5rem 1.5rem 1rem 0;
	max-width: 50%;
}

.single-post__content .alignright {
	float: right;
	margin: 0.5rem 0 1rem 1.5rem;
	max-width: 50%;
}

.single-post__content .alignwide {
	margin-left: -3rem;
	margin-right: -3rem;
	max-width: calc(100% + 6rem);
}

.post-nav {
	gap: 1rem 1.5rem;
	grid-template-columns: 1fr auto 1fr;
	margin-top: 4rem;
	padding-top: 2rem;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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