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

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

.t-mobile {
	display: none;
}

.u-mobile {
	display: none;
}

/* ホバー */

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

*,
*::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 */

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

.accordion__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
	max-width: 46.25rem;
	width: 100%;
}

.accordion__item {
	-webkit-transition: 1s;
	transition: 1s;
}

.accordion__item:not(first-child) {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.accordion__title {
	background-color: #3498db;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 21px 50px 20px 20px;
	padding: 1.3125rem 3.125rem 1.25rem 1.25rem;
	position: relative;
}

.accordion__title::before,
.accordion__title::after {
	background-color: #fff;
	content: "";
	height: 2px;
	height: 0.125rem;
	position: absolute;
	right: 21px;
	right: 1.3125rem;
	top: 50%;
	width: 18px;
	width: 1.125rem;
}

.accordion__title::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.accordion__title.is-open::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.accordion__title-text {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-left: 14px;
	margin-left: 0.875rem;
	padding-left: 1em;
	text-indent: -1em;
}

.accordion__content {
	background: #fff;
	display: none;
	padding-bottom: 21px;
	padding-bottom: 1.3125rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 21px;
	padding-top: 1.3125rem;
}

.accordion__text {
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.867;
}

.article {
	background-color: #fff;
	border-radius: 8px;
	color: #333;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 720px;
	padding: 40px 20px;
}

.article__title {
	color: #007acc;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 24px;
}

.article__meta {
	gap: 16px;
	color: #888;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	margin-bottom: 16px;
}

.article__content {
	color: #444;
	font-size: 16px;
}

.article__content h2,
.article__content h3,
.article__content h4 {
	color: #007acc;
	line-height: 1.5;
	margin-bottom: 16px;
	margin-top: 40px;
}

.article__content p {
	margin-bottom: 24px;
}

.article__content ul,
.article__content ol {
	margin-bottom: 24px;
	padding-left: 1.5em;
}

.article__content blockquote {
	background-color: #f9fafb;
	border-left: 4px solid #007acc;
	color: #555;
	margin: 32px 0;
	padding-left: 16px;
}

.article__content img {
	border-radius: 4px;
	height: auto;
	margin: 24px 0;
	max-width: 100%;
}

.blog .blog__wrapper {
	-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: 6.25rem;
}

.blog__list {
	max-width: 740px;
	max-width: 46.25rem;
	width: 100%;
}

.blog__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 740px;
	max-width: 46.25rem;
	width: 100%;
}

.blog__item + .blog__item {
	margin-top: 32px;
	margin-top: 2rem;
}

.blog__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 236.8px;
	max-width: 14.8rem;
	width: 100%;
}

.blog__date {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}

.blog__category {
	background: -webkit-gradient(linear, right top, left top, from(#3bade3), color-stop(25%, #576fe6), color-stop(51%, #9844b7), to(#ff357f)) 99% 50%/200% auto;
	background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%) 99% 50%/200% auto;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-left: 27px;
	margin-left: 1.6875rem;
	padding: 7px 22px;
	padding: 0.4375rem 1.375rem;
}

.blog__block {
	margin-left: 44px;
	margin-left: 2.75rem;
	max-width: 740px;
	max-width: 46.25rem;
	text-align: left;
	width: 100%;
}

.blog__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.4375;
}

.blog__text:hover {
	-webkit-text-decoration-color: #3466db;
	text-decoration-thickness: 3px;
	text-decoration: underline;
	text-decoration-color: #3466db;
}

.blog-btn {
	margin-top: 80px;
	margin-top: 5rem;
}

.btn-a {
	background: -webkit-gradient(linear, right top, left top, from(#3bade3), color-stop(25%, #576fe6), color-stop(51%, #9844b7), to(#ff357f)) 99% 50%/200% auto;
	background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%) 99% 50%/200% auto;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 10px 110px;
	padding: 0.625rem 6.875rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	padding-left: 90px;
	padding-left: 5.625rem;
	padding-right: 110px;
	padding-right: 6.875rem;
	padding-top: 16px;
	padding-top: 1rem;
	position: relative;
	text-align: center;
	-webkit-transition: 1s;
	transition: 1s;
	white-space: nowrap;
}

.btn-a:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.btn-a::before {
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	content: "";
	height: 100%;
	left: -75%;
	position: absolute;
	top: 0;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	width: 50%;
}

.btn-a:hover::before {
	left: 125%;
	-webkit-transition: left 0.7s;
	transition: left 0.7s;
}

.btn-a::after { /* くの字を山なりに見た時、左側の太さと色 */
	border-right: 2px solid #fff; /* くの字を山なりに見た時、右側の長さ */
	border-top: 2px solid #fff;
	content: ""; /* くの字を山なりに見た時、左側の長さ */
	height: 10px;
	margin: auto;
	position: absolute;
	right: 30px;
	right: 1.875rem;
	top: 43%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); /* くの字を山なりに見た時、右側の太さと色 */
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); /* お問い合わせはこちらのテキストの幅 + 右側のスペース */
	width: 10px; /* くの字の向き */
}

.btn-a--re {
	background: #fff;
	border: 1px solid #576fe6;
	color: #576fe6;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-a--re:hover {
	background: #576fe6;
	border-color: #576fe6;
	color: #fff;
}

.btn-a--re::after { /* くの字を山なりに見た時、左側の太さと色 */
	border-right: 2px solid #576fe6; /* くの字を山なりに見た時、右側の長さ */
	border-top: 2px solid #576fe6; /* くの字を山なりに見た時、右側の太さと色 */
}

.btn-a--re:hover::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

.btn-l {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
}

.btn-pageTop {
	background: -webkit-gradient(linear, right top, left top, from(#3bade3), color-stop(25%, #576fe6), color-stop(51%, #9844b7), to(#ff357f)) 99% 50%/200% auto;
	background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%) 99% 50%/200% auto;
	border: #fff solid 2px;
	border-radius: 0.375rem;
	bottom: 40px;
	bottom: 2.5rem;
	position: fixed;
	right: 30px;
	right: 1.875rem;
	z-index: 999;
}

.btn-pageTop a {
	display: block;
	height: 50px;
	height: 3.125rem;
	position: relative;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	width: 50px;
	width: 3.125rem;
}

.btn-pageTop a::before {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 18px;
	height: 1.125rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 12px;
	top: 0.75rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 18px;
	width: 1.125rem;
}

.cat__wrap {
	margin-bottom: 120px;
	margin-bottom: 7.5rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.coming-soon {
	background-color: #f9f9f9;
	padding: 250px 20px;
	text-align: center;
}

.coming-soon__title {
	color: #333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.coming-soon__text {
	color: #666;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.coming-soon__btn-wrapper {
	text-align: center;
}

.coming-soon__btn {
	background-color: #007acc;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 12px 24px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.coming-soon__btn:hover {
	background-color: #005a99;
}

.concept__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	max-width: 65.625rem;
	padding-left: 25px;
	padding-left: 1.5625rem;
	padding-right: 25px;
	padding-right: 1.5625rem;
	width: 100%;
}

.concept__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-top: 5rem;
	max-width: 1150px;
	max-width: 71.875rem;
	position: relative;
	width: 100%;
}

.concept__img {
	max-width: 820px;
	max-width: 51.25rem;
	width: 100%;
}

.concept__img img {
	border-radius: 6px;
	-webkit-transition: 1s;
	transition: 1s;
	width: 100%;
}

.concept__img img:hover {
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.concept__text-area-pc {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(221, 224, 237, .8);
	border-radius: 6px;
	left: 50%;
	max-width: 540px;
	max-width: 33.75rem;
	padding: 40px;
	padding: 2.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(8%, -50%);
	transform: translate(8%, -50%);
	width: 100%;
}

.concept__text-area-sp {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(221, 224, 237, .8);
	border-radius: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
	margin-top: -6.25rem;
	max-width: 540px;
	max-width: 33.75rem;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.concept__title {
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.concept__text {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1, 75;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.contact-cta {
	background-color: #f5faff;
	border-radius: 8px;
	margin-top: 60px;
	padding: 40px 20px;
	text-align: center;
}

.contact-cta__text {
	color: #333;
	font-size: 18px;
	margin-bottom: 24px;
}

.contact-cta__btns {
	gap: 20px;
	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;
}

.contact-cta__btn {
	border-radius: 8px;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	min-width: 240px;
	padding: 18px 32px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.contact-cta__btn--mail {
	background-color: #007acc;
	color: #fff;
}

.contact-cta__btn--mail:hover {
	background-color: #005b96;
}

.contact-cta__btn--tel {
	background-color: #fff;
	border: 2px solid #007acc;
	color: #007acc;
}

.contact-cta__btn--tel:hover {
	background-color: #e6f4ff;
}

/* スマホ時：縦並び */

/* 青ベースのカラースキーム */

/* メインの青色 */

/* 薄い青色（背景用） */

/* アクセントの濃い青色 */

/* テキスト用の暗い色 */

/* ボーダー用の色 */

.contact-form {
	background-color: #e6f0ff;
	margin-top: -20px;
	margin-top: -1.25rem; /* 黄色から青ベースの配色に変更 */
	padding: 77px 20px 120px;
	padding: 4.8125rem 1.25rem 7.5rem;
}

.contact-form__inner {
	background-color: #e6f0ff; /* 背景色を青系に変更 */
	border-radius: 0.625rem;
	margin: 0 auto;
	max-width: 800px;
	max-width: 50rem;
}

.contact-form__title--en,
.contact-form__title--ja {
	color: #0056b3;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1; /* 文字色を青系に変更 */
	text-align: center;
}

.contact-form__title--en {
	font-family: "Roboto", "Noto Sans JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.contact-form__title--ja {
	font-family: "Noto Sans JP", serif;
	font-size: 36px;
	font-size: 2.25rem;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.contact-form__description {
	background: #fff;
	border-radius: 1.25rem;
	-webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .05);
	box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .05);
	font-family: "Noto Sans JP", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: 36px;
	margin-top: 2.25rem;
	padding: 65px 20px;
	padding: 4.0625rem 1.25rem;
	text-align: center;
}

.contact-form__form {
	margin-top: 80px;
	margin-top: 5rem;
}

.contact-form__item,
.contact-form__item--checkbox {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.contact-form__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contact-form__item--privacy-policy {
	margin-bottom: 80px;
	margin-bottom: 5rem;
	margin-left: 30%;
	margin-right: auto;
	margin-top: 54px;
	margin-top: 3.375rem;
	max-width: 510px;
	max-width: 31.875rem;
	width: 100%;
}

.contact-form__label {
	color: #333333;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-family: "Noto Sans JP", serif;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 600;
	margin-right: 10px;
	margin-right: 0.625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	min-width: 180px;
	min-width: 11.25rem;
	white-space: nowrap; /* テキスト色を調整 */
}

.contact-form__required {
	background: #ff0000;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.08;
	margin-left: 14px;
	margin-left: 0.875rem;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
}

.contact-form__optional {
	background: #B28888;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.08;
	margin-left: 14px;
	margin-left: 0.875rem;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
}

.contact-form__input,
.contact-form__textarea {
	background: #fff;
	border: none;
	border-radius: clamp(0.25rem, 1vw, 0.3125rem);
	border-radius: 1.25rem;
	-webkit-box-shadow: 0 0.0625rem 0.3125rem rgba(0, 0, 0, .05);
	box-shadow: 0 0.0625rem 0.3125rem rgba(0, 0, 0, .05);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: clamp(14px, 3vw, 16px);
	font-size: clamp(0.875rem, 3vw, 1rem);
	font-size: 17px;
	font-size: 1.0625rem;
	padding: clamp(8px, 2vw, 10px);
	padding: clamp(0.5rem, 2vw, 0.625rem);
	width: 100%;
}

.contact-form__input {
	height: 52px;
	height: 3.25rem;
}

.contact-form__textarea {
	height: 150px;
	height: 9.375rem;
	line-height: 1.5;
	padding: 15px;
	padding: 0.9375rem;
}

input::-moz-placeholder {
	color: #999999;
	font-family: "Noto Sans JP", serif;
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: #999999;
	font-family: "Noto Sans JP", serif;
	opacity: 1;
}

input::-ms-input-placeholder {
	color: #999999;
	font-family: "Noto Sans JP", serif;
	opacity: 1;
}

input::placeholder {
	color: #999999;
	font-family: "Noto Sans JP", serif;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: #999999;
	font-family: "Noto Sans JP", serif;
	line-height: 1.6;
	opacity: 1;
	white-space: pre-line;
}

textarea::-webkit-input-placeholder {
	color: #999999;
	font-family: "Noto Sans JP", serif;
	line-height: 1.6;
	opacity: 1;
	white-space: pre-line;
}

textarea::-ms-input-placeholder {
	color: #999999;
	font-family: "Noto Sans JP", serif;
	line-height: 1.6;
	opacity: 1;
	white-space: pre-line;
}

textarea::placeholder {
	color: #999999;
	font-family: "Noto Sans JP", serif;
	line-height: 1.6;
	opacity: 1;
	white-space: pre-line;
}

.contact-form__checkbox-group {
	gap: 5px;
	gap: 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact-form__checkbox {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "Noto Sans JP", serif;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-left: 0px;
	margin-left: 0rem;
	margin-top: 0px;
	margin-top: 0rem;
	margin-top: 10px;
}

.contact-form__checkbox input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #0056b3;
	border: 0.0625rem solid #0056b3; /* チェックボックスのボーダー色を青に変更 */
	border-radius: 0.125rem;
	cursor: pointer;
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 20px;
	height: 1.25rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	margin-top: 2px;
	margin-top: 0.125rem;
	position: relative;
	width: 20px;
	width: 1.25rem;
}

.contact-form__checkbox input[type=checkbox]:checked {
	background-color: transparent;
}

.contact-form__checkbox input[type=checkbox]:checked::after { /* チェックマークの色を青に変更 */
	border-bottom: 2px solid #0056b3;
	border-bottom: 0.125rem solid #0056b3;
	border-left: 2px solid #0056b3;
	border-left: 0.125rem solid #0056b3;
	content: "";
	height: 6px;
	height: 0.375rem;
	left: 3px;
	left: 0.1875rem;
	position: absolute;
	top: 2px;
	top: 0.125rem; /* チェックマークの色を青に変更 */
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
	width: 0.625rem;
}

.contact-form__checkbox-text {
	color: #333333;
	display: inline;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-left: 0px;
	margin-left: 0rem;
	margin-top: 0px;
	margin-top: 0rem;
}

.contact-form__checkbox-text a {
	color: #0056b3;
	text-decoration: underline; /* リンク色を青に変更 */
}

.contact-form__submit {
	background-color: #0056b3; /* 送信ボタンの背景色を青に変更 */
	border: none;
	border-radius: 2.5rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 auto;
	min-width: 280px;
	min-width: 17.5rem;
	padding: 13px 40px;
	padding: 0.8125rem 2.5rem;
	text-align: center;
	-webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
	transition: opacity 0.3s ease, background-color 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.contact-form__submit:hover {
	background-color: #003d7a;
	opacity: 0.9; /* ホバー時の色を濃い青に変更 */
}

.contact-form__phone {
	margin-left: auto;
	margin-right: auto;
	margin-top: 180px;
	margin-top: 11.25rem;
	max-width: 660px;
	max-width: 41.25rem;
	text-align: center;
	width: 100%;
}

.contact-form__phone-description {
	color: #333333;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-size: 24px;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.contact-form__phone-title {
	color: #333333;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-size: 22px;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	margin-top: 80px;
	margin-top: 5rem;
	text-align: center;
}

.contact-form__phone-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid #0056b3;
	border-radius: 5rem;
	-webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .05);
	box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .05);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 20px;
	padding: 1.25rem; /* ボーダー色を青に変更 */
	position: relative;
}

.contact-form__phone-link {
	color: inherit;
	cursor: pointer;
	display: block;
	pointer-events: auto !important;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.contact-form__phone-link:active {
	opacity: 0.8;
}

.contact-form__phone-number {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0056b3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; /* 電話番号の色を青に変更 */
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.contact-form__phone-icon {
	height: 34px;
	margin-right: 8px;
	width: 34px; /* SVG内の色を青に変更する場合はfilterプロパティを使用できます */
}

.contact-form__phone-hours {
	color: #333333;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.contact-form__phone-note {
	color: #555;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: center;
}

.contact-form__phone-note-description {
	color: #666;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.contact-form__error {
	color: #ff0000;
	font-family: "Noto Sans JP", serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.contact-form__input--error,
.contact-form__textarea--error {
	background-color: rgba(255, 0, 0, .05);
	border-color: #ff0000;
}

.contact-form__item--checkbox .contact-form__error {
	margin-left: 20px;
	margin-left: 1.25rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.contact-form__input,
.contact-form__textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Noto Sans JP", serif;
	padding-left: 2em;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
	border: 1px solid #0056b3;
	font-family: "Noto Sans JP", serif;
	outline: none; /* フォーカス時のボーダー色を青に設定 */
}

::-webkit-input-placeholder {
	color: #999999;
}

:-ms-input-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

/* Contact Form 7 チェックボックスのスタイル調整 */

.wpcf7-form-control.wpcf7-checkbox {
	gap: 8px;
	gap: 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;
}

.wpcf7-list-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7-list-item-label {
	color: #333333;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-left: 8px;
	margin-left: 0.5rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.wpcf7-list-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7-list-item input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #0056b3;
	border: 0.0625rem solid #0056b3; /* チェックボックスのボーダー色を青に変更 */
	border-radius: 0.125rem;
	cursor: pointer;
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 20px;
	height: 1.25rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	margin-top: 0;
	position: relative;
	width: 20px;
	width: 1.25rem;
}

.wpcf7-list-item input[type=checkbox]:checked::after { /* チェックマークの色を青に変更 */
	border-bottom: 2px solid #0056b3;
	border-bottom: 0.125rem solid #0056b3;
	border-left: 2px solid #0056b3;
	border-left: 0.125rem solid #0056b3;
	content: "";
	height: 6px;
	height: 0.375rem;
	left: 3px;
	left: 0.1875rem;
	position: absolute;
	top: 2px;
	top: 0.125rem; /* チェックマークの色を青に変更 */
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
	width: 0.625rem;
}

.wpcf7-form-control.wpcf7-checkbox {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wpcf7-list-item label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7-list-item label > input[type=checkbox] + .wpcf7-list-item-label {
	color: #333333;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-left: 8px;
	margin-left: 0.5rem;
	margin-top: -3px;
}

.contact-form__checkbox--privacy {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.privacy-policy-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #0056b3;
	border: 0.0625rem solid #0056b3; /* チェックボックスのボーダー色を青に変更 */
	border-radius: 0.125rem;
	cursor: pointer;
	height: 20px;
	height: 1.25rem;
	position: relative;
	width: 20px;
	width: 1.25rem;
}

.privacy-policy-checkbox:checked::after { /* チェックマークの色を青に変更 */
	border-bottom: 2px solid #0056b3;
	border-bottom: 0.125rem solid #0056b3;
	border-left: 2px solid #0056b3;
	border-left: 0.125rem solid #0056b3;
	content: "";
	height: 6px;
	height: 0.375rem;
	left: 3px;
	left: 0.1875rem;
	position: absolute;
	top: 2px;
	top: 0.125rem; /* チェックマークの色を青に変更 */
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
	width: 0.625rem;
}

.contact-form__checkbox-text {
	color: #333333;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 12px;
	margin-top: 0.75rem;
	width: 100%;
}

.wpcf7-spinner {
	display: none;
}

.contact-form__recaptcha-note p {
	color: #888;
	font-size: 10px;
	margin-top: 16px;
	text-align: center;
}

.contact-form__item + .contact-form__submit {
	margin-top: 80px; /* 送信ボタンの上部にマージンを追加 */
}

.contact-form__section-title {
	-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;
}

.drawer-menu {
	background-color: #3466db;
	background-image: none;
	display: none;
	height: 100vh;
	left: 0;
	pointer-events: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 8888;
}

.drawer-menu::before {
	background-color: #007ACC;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.drawer-menu__inner {
	-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;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.drawer-menu__items {
	-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;
}

.drawer-menu__item {
	display: inline-block;
}

.drawer-menu__item:not(:first-child) {
	margin-top: 50px;
}

.drawer-menu__link {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	opacity: 0.7;
	padding: 25px 40px;
	padding: 1.5625rem 2.5rem;
}

.drawer-menu__contact {
	margin-top: 48px;
}

.drawer-menu__contact-button {
	background: #0056b3;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
	overflow: hidden;
	padding: 17px 34px;
	padding: 1.0625rem 2.125rem;
	position: relative;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	white-space: nowrap;
}

.drawer-menu__tel {
	border: 1px solid #fff;
	border-radius: 50px;
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
	z-index: 10000;
}

.drawer-menu__tel a {
	background: #0056b3;
	border-radius: 4px;
	border-radius: inherit;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	overflow: hidden;
	padding: 17px 10px;
	padding: 1.0625rem 0.625rem;
	pointer-events: auto;
	pointer-events: all !important;
	position: relative;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	white-space: nowrap;
	width: 100%;
}

.drawer-menu__tel a:active,
.drawer-menu__tel a:hover {
	background: #003d80;
	opacity: 0.9;
}

.drawer-menu__item--has-dropdown {
	position: relative;
	text-align: center;
}

.js-toggle-submenu {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	opacity: 0.7;
	padding: 25px 40px;
	padding: 1.5625rem 2.5rem;
}

.drawer-menu__submenu {
	display: none;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.drawer-menu__item--has-dropdown.open .drawer-menu__submenu {
	display: block;
}

.drawer-menu__submenu li a {
	color: #fff;
	display: block;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 600;
	opacity: 0.8;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
}

.drawer-menu__submenu li a:hover {
	background-color: rgba(255, 255, 255, .1);
	opacity: 1;
}

.faq {
	background-color: rgba(106, 182, 232, .0980392157);
}

.faq__accordion {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.feature-card {
	max-width: 400px;
	max-width: 25rem;
	width: 100%;
}

.feature-card__img {
	padding-top: 66.6666%;
	position: relative;
}

.feature-card__img img {
	-o-object-fit: cover;
	border-radius: 14% 0 0 0;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.feature-card__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	padding: 10px;
	padding: 0.625rem;
}

.feature-card__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2d2d37;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.feature-card__title span {
	color: #576fe6;
	font-size: 20px;
	font-size: 1.25rem;
}

.feature-card__text {
	color: #2d2d37;
	font-family: "Noto Sans JP", serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.75;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.feature {
	background-color: rgba(106, 182, 232, .0980392157);
}

.feature__card-wrap {
	-moz-column-gap: 2.8125rem;
	row-gap: 50px;
	row-gap: 3.125rem;
	-webkit-column-gap: 2.8125rem;
	column-gap: 2.8125rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
	justify-items: center;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.floating-btn {
	display: none;
}

.flow-detail {
	background-color: #f9fcff;
	padding: 100px 20px;
}

.flow-detail__inner {
	margin: 0 auto;
	max-width: 1000px;
}

.flow-detail__intro {
	margin-top: 80px;
	text-align: center;
}

.flow-detail__intro-text {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}

.flow-detail__steps {
	gap: 40px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin-top: 60px;
}

.flow-detail__step {
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	padding: 30px 20px;
	position: relative;
	text-align: center;
}

.flow-detail__step-header {
	-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-bottom: 20px;
	position: relative;
}

.flow-detail__step-number {
	color: #3498db;
	font-size: 28px;
	font-weight: 700;
	left: 10px;
	opacity: 0.7;
	position: absolute;
	top: -10px;
}

.flow-detail__step-img img {
	display: block;
	height: auto;
	width: 50px;
}

.flow-detail__step-title {
	color: #3466db;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.flow-detail__step-text {
	color: #444;
	font-size: 14px;
	line-height: 1.6;
}

.flow-detail__contact {
	margin-top: 120px;
	text-align: center;
}

.flow-detail__contact-text {
	color: #333;
	font-size: 16px;
	margin-bottom: 30px;
}

.flow-detail__btn .btn-a {
	background-color: #3498db;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	max-width: 360px;
	padding: 12px 32px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	width: 100%;
}

.flow-detail__btn .btn-a:hover {
	background-color: #217dbb;
}

.flow__list {
	-moz-column-gap: 2.1875rem;
	row-gap: 50px;
	row-gap: 3.125rem;
	-webkit-column-gap: 2.1875rem;
	column-gap: 2.1875rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(11.25rem, 1fr));
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-top: 6.25rem;
	max-width: 820px;
}

.flow__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	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;
	opacity: 0;
	position: relative;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.flow__item {
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.flow__item.is-show {
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .05);
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* hoverでさらに浮かぶ演出 */

.flow__item.is-show:hover {
	-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, .12), 0 6px 12px rgba(0, 0, 0, .08);
	box-shadow: 0 12px 24px rgba(0, 0, 0, .12), 0 6px 12px rgba(0, 0, 0, .08);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.flow__item01::before,
.flow__item02::before,
.flow__item03::before,
.flow__item04::before,
.flow__item05::before,
.flow__item06::before {
	color: #3466db;
	font-family: "Noto Sans JP", serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 700;
	left: 15%;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	top: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.flow__item01::before {
	content: "01";
}

.flow__item02::before {
	content: "02";
}

.flow__item03::before {
	content: "03";
}

.flow__item04::before {
	content: "04";
}

.flow__item05::before {
	content: "05";
}

.flow__item06::before {
	content: "06";
}

.flow__item__title {
	color: #3466db;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 42px;
	margin-top: 2.625rem;
	text-align: center;
}

.flow__item__img {
	-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: 14px;
	margin-top: 0.875rem;
}

.flow__item__img img {
	max-width: 50px;
	max-width: 3.125rem;
	width: 100%;
}

.flow__item__text-wrap {
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
	padding-left: 14px;
	padding-left: 0.875rem;
	padding-right: 14px;
	padding-right: 0.875rem;
	padding-top: 14px;
	padding-top: 0.875rem;
}

.flow__item__text {
	color: #2d2d37;
	font-family: "Noto Sans JP", serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.flow-btn {
	margin-top: 100px;
	margin-top: 6.25rem;
	text-align: center;
}

.footer {
	background: #007ACC;
	color: #fff;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
	text-align: center;
}

.footer__inner {
	margin: 0 auto;
	max-width: 1100px;
	max-width: 68.75rem;
}

.footer__content {
	gap: 40px;
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: clamp(80px, 15vh, 100px);
}

.footer__logo img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: invert(1);
	filter: invert(1);
}

.footer__nav {
	gap: 80px;
	gap: 5rem;
	display: grid;
	grid-template-columns: repeat(3, auto);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.footer__nav-list {
	list-style: none;
	padding: 0;
	text-align: left;
}

.footer__nav-item {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer__nav-link {
	color: #fff;
	font-size: clamp(17px, 2vw, 20px);
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.footer__nav-link:hover {
	color: #ffec80;
}

.footer__copyright {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	opacity: 0.6;
}

.floating-btn {
	bottom: 16px;
	bottom: 1rem;
	position: fixed;
	right: 16px;
	right: 1rem;
	z-index: 999;
}

.floating-btn a {
	background: -webkit-gradient(linear, left top, right top, from(#3ba3ff), to(#bc48ff));
	background: linear-gradient(to right, #3ba3ff, #bc48ff);
	border-radius: 3.125rem;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 12px 20px;
	padding: 0.75rem 1.25rem;
	text-align: center;
	text-decoration: none;
}

.floating-btn a:hover {
	opacity: 0.9;
}

.footer__logo .footer__logo-text {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}

.hamburger {
	cursor: pointer;
	height: 16px;
	height: 1rem;
	position: fixed;
	right: 15px;
	right: 0.9375rem;
	top: 30px;
	top: 1.875rem;
	width: 25px;
	width: 1.5625rem;
	z-index: 9999;
}

.hamburger span {
	background-color: #333;
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	width: 100%;
}

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

.hamburger span:nth-child(2) {
	top: 8px;
}

.hamburger span:nth-child(3) {
	top: 16px;
}

.hamburger span:nth-child(3)::after {
	color: #333;
	content: "Menu";
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 500;
	left: -2px; /*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	text-transform: uppercase;
	top: 5px;
}

.hamburger.is-active {
	right: 15px;
}

/*is-active時の動き*/

.hamburger.is-active span:nth-child(1) {
	background-color: #fff;
	top: 10px;
	top: 0.625rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

.hamburger.is-active span:nth-child(3) {
	background-color: #fff;
	top: 10px;
	top: 0.625rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.hamburger.is-active span:nth-of-type(3)::after {
	color: #fff;
	content: "Close";
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 500;
	left: 10px;
	left: 0.625rem;
	top: 6px;
	top: 0.375rem; /*3つ目の要素のafterにClose表示を指定*/
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.header {
	background-color: transparent;
	bottom: 0;
	height: 90px;
	height: 5.625rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

/* headerの色を変える */

.header.change-color {
	background-color: #fff;
}

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

.header__name {
	margin-right: auto;
	padding-bottom: 21px;
	padding-bottom: 1.3125rem;
	padding-left: 42px;
	padding-left: 2.625rem;
	padding-right: 21px;
	padding-right: 1.3125rem;
	padding-top: 21px;
	padding-top: 1.3125rem;
}

.header__logo-text {
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: regular;
	letter-spacing: 0.02em;
	line-height: 1;
}

.header__logo-text-sub {
	color: #333;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
}

.header__nav {
	height: inherit;
}

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

.header__item {
	height: inherit;
}

.header__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding: 25px 35px;
	padding: 1.5625rem 2.1875rem;
	text-align: center;
	text-transform: capitalize;
}

/* 擬似要素でテキストを表示 */

.header__link-home {
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-home:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-home::after {
	content: "home";
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.header__link-news {
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-news:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-news::after {
	content: "blog";
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.header__link-service {
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-service:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-service::after {
	content: "service";
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.header__link-flow {
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-flow:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-flow::after {
	content: "flow";
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.header__link-price {
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-price:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-price::after {
	content: "price";
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.header__link-works {
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-works:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-works::after {
	content: "works";
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.header__link-website {
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-website:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link-website::after {
	content: "web design";
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	text-align: center;
}

.header__link--contact {
	background: -webkit-gradient(linear, right top, left top, from(#3bade3), color-stop(25%, #576fe6), color-stop(51%, #9844b7), to(#ff357f)) 99% 50%/200% auto;
	background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%) 99% 50%/200% auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#1d406c), color-stop(25%, #2d62a5), color-stop(75%, #2d62a5), to(#1d406c));
	background-image: linear-gradient(to right, #1d406c, #2d62a5 25%, #2d62a5 75%, #1d406c);
	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;
	overflow: hidden;
	padding: 26px 25px;
	padding: 1.625rem 1.5625rem;
	position: relative;
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link--contact:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.header__link--contact-telBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.header__link--contact-icon {
	display: inline-block;
	max-width: 20px;
	max-width: 1.25rem;
}

.header__link--contact-tel {
	margin-left: 4px;
	margin-left: 0.25rem;
}

.header__link--contact-item {
	font-size: 16px;
	font-size: 1rem;
}

.header__link--contact-tel {
	font-size: 20px;
	font-size: 1.25rem;
}

.header__link--contact::before {
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	content: "";
	height: 100%;
	left: -75%;
	position: absolute;
	top: 0;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	width: 50%;
}

.header__link--contact:hover::before {
	left: 125%;
	-webkit-transition: left 0.7s;
	transition: left 0.7s;
}

.header__item--has-dropdown {
	position: relative;
}

.header__dropdown {
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
	display: none;
	left: 0;
	min-width: 200px;
	position: absolute;
	top: 100%;
	z-index: 1000;
}

.header__item--has-dropdown:hover .header__dropdown {
	display: block;
}

.header__dropdown li {
	border-bottom: 1px solid #eee;
}

.header__dropdown li:last-child {
	border-bottom: none;
}

.header__dropdown li a {
	color: #333;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 12px 16px;
	text-decoration: none;
	white-space: nowrap;
}

.header__dropdown li a:hover {
	background-color: #f0f8ff;
}

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

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/

#splash {
	color: #fff;
	height: 100%; /*fixedで全面に固定*/
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999;
}

/* Loading画像中央配置　*/

#splash_text {
	color: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 999;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/

/*割れる画面のアニメーション*/

.loader_cover {
	background-color: #333;
	background-image: -webkit-gradient(linear, left top, right top, from(#1d406c), color-stop(25%, #2d62a5), color-stop(75%, #2d62a5), to(#1d406c));
	background-image: linear-gradient(to right, #1d406c, #2d62a5 25%, #2d62a5 75%, #1d406c);
	height: 50%;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
	transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
	width: 100%;
}

/*上の画面*/

.loader_cover-up {
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

/*下の画面*/

.loader_cover-down {
	bottom: 0;
	position: absolute;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

/*クラス名がついたらY軸方向に0*/

.coveranime {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.menu-btn {
	margin-top: 100px;
	margin-top: 6.25rem;
	text-align: center;
}

.menu__wrap {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.menu__list {
	-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-left: auto;
	margin-right: auto;
	max-width: 960px;
	max-width: 60rem;
	width: 100%;
}

.menu__list__item {
	background: #3498db;
	background: -webkit-gradient(linear, right top, left top, from(#3bade3), color-stop(25%, #576fe6), color-stop(51%, #9844b7), to(#ff357f)) 99% 50%/200% auto;
	background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%) 99% 50%/200% auto;
	border-radius: 10px;
	color: #000;
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin: 10px;
	margin: 0.625rem;
	padding: 10px 26px;
	padding: 0.625rem 1.625rem;
	-webkit-transition: 1s;
	transition: 1s;
	white-space: nowrap;
}

.menu__list__item:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.menu__img-wrap { /* Two rows with equal height */
	gap: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr; /* Two columns with equal width */
	grid-template-rows: 1fr 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 820px;
	max-width: 51.25rem;
	padding-bottom: 21px;
	padding-bottom: 1.3125rem;
	padding-left: 21px;
	padding-left: 1.3125rem;
	padding-right: 21px;
	padding-right: 1.3125rem;
	padding-top: 21px;
	padding-top: 1.3125rem;
	width: 100%; /* Gap of 30px between grid items */
}

.menu__img {
	padding-top: 50.71875%;
	position: relative;
}

.menu__img img {
	-o-object-fit: cover;
	border-radius: 6px;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 1s;
	transition: 1s;
	width: 100%;
}

.menu__img img:hover {
	border-radius: 6px;
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

/* モバイル表示（768px以下）での電話ボタン設定 */

.mobile-tel-btn {
	display: none !important;
}

.desktop-tel-btn {
	display: inline-block !important;
}

/* モバイル環境（768px以下）でのスタイル切り替え */

.mv {
	height: 100vh;
	padding-top: -75px;
	padding-top: -4.6875rem;
	width: 100%;
}

.mv_inner {
	height: inherit;
	position: relative;
	width: 100%;
}

.mv__slider {
	height: inherit;
}

.mv__slide {
	height: inherit;
}

.mv__title-wrapper {
	left: 50%;
	padding-left: 8.3333%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

.mv__title {
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5263;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.mv__title__text {
	color: #2d2d37;
	font-family: "Noto Sans JP", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 10px;
	margin-top: 0.625rem; /* テキストの周囲にパディングを追加 */
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.news-archive {
	padding: 60px 20px;
}

.news-archive__inner {
	margin: 0 auto;
	max-width: 800px;
}

.news-archive__section {
	text-align: left;
}

.news-archive__title {
	border-bottom: 2px solid #333;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.news-archive__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-archive__item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.news-archive__link {
	color: inherit;
	text-decoration: none;
}

.news-archive__meta {
	gap: 10px;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	margin-bottom: 5px;
}

.news-archive__date {
	font-style: normal;
}

.news-archive__category {
	background-color: #eee;
	border-radius: 3px;
	font-size: 13px;
	padding: 2px 6px;
}

.news-archive__item-title {
	font-size: 18px;
	font-weight: 500;
}

.news-archive__pagination {
	margin-top: 40px;
	text-align: center;
}

.news-archive__no-posts {
	color: #999;
	font-size: 16px;
}

.news-category {
	padding: 60px 20px;
}

.news-category__inner {
	margin: 0 auto;
	max-width: 800px;
}

.news-category__title {
	border-bottom: 2px solid #333;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.news-category__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-category__item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.news-category__link {
	color: inherit;
	text-decoration: none;
}

.news-category__meta {
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}

.news-category__date {
	font-style: normal;
}

.news-category__item-title {
	font-size: 18px;
	font-weight: 500;
}

.news-category__pagination {
	margin-top: 40px;
	text-align: center;
}

.news-category__no-posts {
	color: #999;
	font-size: 16px;
}

.news-list {
	padding: 150px 20px;
}

.news-list__inner {
	margin: 0 auto;
	max-width: 800px;
}

.news-list__section {
	text-align: left;
}

.news-list__title {
	border-bottom: 2px solid #333;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.news-list__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-list__item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.news-list__link {
	color: inherit;
	text-decoration: none;
}

.news-list__meta {
	gap: 10px;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	margin-bottom: 5px;
}

.news-list__date {
	font-style: normal;
}

.news-list__category {
	background-color: #eee;
	border-radius: 3px;
	font-size: 13px;
	padding: 2px 6px;
}

.news-list__item-title {
	font-size: 18px;
	font-weight: 500;
}

.news-list__pagination {
	margin-top: 40px;
	text-align: center;
}

.news-list__no-posts {
	color: #999;
	font-size: 16px;
}

.news-list__title {
	border-bottom: 2px solid #007acc;
	color: #007acc;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.news-list__category {
	background-color: #e0f3ff;
	border-radius: 3px;
	color: #007acc;
	font-size: 13px;
	padding: 2px 6px;
}

.news-list__link:hover {
	color: #007acc;
}

.news-single {
	padding: 60px 20px;
}

.news-single__inner {
	margin: 0 auto;
	max-width: 800px;
}

.news-single__header {
	margin-bottom: 30px;
}

.news-single__title {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.news-single__meta {
	gap: 10px;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}

.news-single__date {
	font-style: normal;
	letter-spacing: 0.04em;
}

.news-single__category {
	background-color: #eee;
	border-radius: 3px;
	font-size: 13px;
	letter-spacing: 0.04em;
	padding: 2px 6px;
}

.news-single__content {
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.news-single__content h1 {
	border-bottom: 2px solid #15b8f6;
	color: #111;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-bottom: 32px;
	padding-bottom: 8px;
}

.news-single__content h2 {
	background: linear-gradient(172deg, #15b8f6 0%, #008cd6 100%);
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.45;
	margin-bottom: 24px;
	margin-top: 56px;
	padding: 12px 28px;
}

.news-single__content h3 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-bottom: 16px;
	margin-top: 40px;
	padding-left: 20px;
	position: relative;
}

.news-single__content h3::before {
	background-color: #0080cc;
	border-radius: 2px;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 4px;
}

.news-single__content h4 {
	border-bottom: 1px dashed #007acc;
	color: #007acc;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
	margin-top: 32px;
	padding-bottom: 4px;
}

.news-single__content img {
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
	display: block;
	height: auto;
	margin: 32px auto;
	max-width: 100%;
}

.news-single__content ul {
	letter-spacing: 0.04em;
	list-style: none;
	margin: 32px 0;
	padding-left: 1.5em;
}

.news-single__content ul li {
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-bottom: 0.5em;
	padding-left: 1em;
	position: relative;
}

.news-single__content ul li::before {
	color: #00a3e0;
	content: "●";
	font-size: 0.6em;
	left: 0;
	position: absolute;
	top: 0.7em;
}

.news-single__content ol {
	letter-spacing: 0.04em;
	list-style: decimal;
	margin: 32px 0;
	padding-left: 1.5em;
}

.news-single__content ol li {
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-bottom: 0.5em;
}

.news-single__content blockquote {
	background-color: #f6fbff;
	border-left: 5px solid #00a3e0;
	color: #333;
	font-style: italic;
	line-height: 1.7;
	margin: 40px 0;
	padding: 20px 24px;
}

.news-single__content blockquote p {
	margin: 0;
}

.not-found {
	padding: 100px 20px;
	text-align: center;
}

.not-found__inner {
	margin: 0 auto;
	max-width: 600px;
}

.not-found__title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

.not-found__text {
	color: #666;
	font-size: 16px;
	margin-bottom: 30px;
}

.not-found__link {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.not-found__link:hover {
	background-color: #555;
}

.parts {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.price-cta {
	background-color: #fff;
	border-radius: 8px;
	margin: 60px 0;
	padding: 40px 20px;
	text-align: center;
}

.price-cta__inner {
	margin: 0 auto;
	max-width: 800px;
	padding: 0 20px;
}

.price-cta__text {
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 24px;
}

.price-cta__buttons {
	gap: 20px;
	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;
}

.price-cta__button {
	border-radius: 8px;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	min-width: 240px;
	padding: 18px 32px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.price-cta__button--mail {
	background-color: #007acc;
	color: #fff;
}

.price-cta__button--mail:hover {
	background-color: #005b96;
}

.price-cta__button--tel {
	background-color: #fff;
	border: 2px solid #007acc;
	color: #007acc;
}

.price-cta__button--tel:hover {
	background-color: #e6f4ff;
}

.price-lead {
	background-color: #007ACC;
	padding: 230px 0 100px;
	text-align: center;
}

.price-lead__inner {
	margin: 0 auto;
	max-width: 800px;
	padding: 0 20px;
}

.price-lead__heading {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 24px;
}

.price-lead__text {
	color: #fff;
	font-size: 20px;
	line-height: 1.8;
}

.price-notes {
	background-color: #f9fafb;
	padding: 40px 20px;
	text-align: left;
}

.price-notes__inner {
	margin: 0 auto;
	max-width: 800px;
	padding: 0 20px;
}

.price-note-title {
	color: #007acc;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 24px;
	text-align: center;
}

.price-notes__text {
	background-color: #fff;
	border-left: 4px solid #007acc;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
	color: #444;
	font-size: 16px;
	line-height: 1.8;
	padding: 24px;
}

.price {
	background-color: rgba(106, 182, 232, .0980392157);
}

.price__list {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.price__list__item {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px -10px #777777;
	box-shadow: 0px 0px 20px -10px #777777;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 740px;
	max-width: 46.25rem;
	padding-bottom: 21px;
	padding-bottom: 1.3125rem;
	padding-left: 21px;
	padding-left: 1.3125rem;
	padding-right: 21px;
	padding-right: 1.3125rem;
	padding-top: 21px;
	padding-top: 1.3125rem;
	text-align: left;
	-webkit-transition: 1s;
	transition: 1s;
	width: 100%;
}

.price__list__item + .price__list__item {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.price__list__item-lead {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px -10px #777777;
	box-shadow: 0px 0px 20px -10px #777777;
	margin-left: auto;
	margin-right: auto;
	margin-top: 66px;
	margin-top: 4.125rem;
	max-width: 940px;
	max-width: 58.75rem;
	padding-bottom: 21px;
	padding-bottom: 1.3125rem;
	padding-left: 21px;
	padding-left: 1.3125rem;
	padding-right: 21px;
	padding-right: 1.3125rem;
	padding-top: 21px;
	padding-top: 1.3125rem;
	text-align: left;
	width: 100%;
}

.price__lead__main-text {
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.price__lead__title {
	color: #2d2d37;
	font-family: "Noto Sans JP", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.price__lead__sub-text {
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
	padding-left: 21px;
	padding-left: 1.3125rem;
	padding-right: 21px;
	padding-right: 1.3125rem;
	padding-top: 21px;
	padding-top: 1.3125rem;
	text-align: center;
}

.price__lead__title-sub {
	color: #2d2d37;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.price__lead__text {
	text-align: center;
}

.price__main-text {
	-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;
}

.price__title {
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.price__title-sub {
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-left: 20px;
	margin-left: 1.25rem;
}

.price__charge {
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-left: 20px;
	margin-left: 1.25rem;
}

.price__text {
	margin-top: 6px;
	margin-top: 0.375rem;
}

.price__fee {
	color: #3466db;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.4;
}

.Reasons-btn {
	margin-top: 100px;
	margin-top: 6.25rem;
	text-align: center;
}

.Reasons-card {
	background: #fff;
	border-radius: 14% 2% 2% 2%;
	max-width: 360px;
	max-width: 22.5rem;
	-webkit-transition: 1s;
	transition: 1s;
	width: 100%;
}

.Reasons-card:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 39px 31px -6px #777777;
	box-shadow: 0px 39px 31px -6px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.Reasons-card__img {
	padding-top: 66.6666%;
	position: relative;
}

.Reasons-card__img img {
	-o-object-fit: cover;
	border-radius: 14% 0 0 0;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.Reasons-card__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-left: 21px;
	padding-left: 1.3125rem;
	padding-right: 21px;
	padding-right: 1.3125rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.Reasons-card__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2d2d37;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.Reasons-card__title span {
	color: #576fe6;
	font-size: 20px;
	font-size: 1.25rem;
}

.Reasons-card__text {
	color: #2d2d37;
	font-family: "Noto Sans JP", serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.75;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.Reasons {
	background-color: rgba(106, 182, 232, .0980392157);
}

.Reasons__card-wrap {
	-moz-column-gap: 2.5rem;
	row-gap: 50px;
	row-gap: 3.125rem;
	-webkit-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
	justify-items: center;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.section-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	max-width: 62.5rem;
	padding: 20px;
	padding: 1.25rem;
	text-align: center; /* 初期状態で非表示にする */
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.8s ease;
	transition: opacity 0.5s ease, -webkit-transform 0.8s ease;
	transition: opacity 0.5s ease, transform 0.8s ease;
	transition: opacity 0.5s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
	-webkit-transition: 1s;
	transition: 1s;
	width: 100%;
}

.section-title:hover {
	border-radius: 10px;
	-webkit-box-shadow: 2px 4px 43px 10px #777777;
	box-shadow: 2px 4px 43px 10px #777777;
	-webkit-transition: 1s;
	transition: 1s;
}

.section-title__main {
	color: #3466db;
	font-family: "Noto Sans JP", serif;
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.section-title__sub {
	color: #141414;
	font-family: "Noto Sans JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

/* 両サイドに線 */

.section-title__sub {
	-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;
	text-align: center;
}

.section-title__sub::before,
.section-title__sub::after {
	background-color: #333;
	content: "";
	height: 1px;
	height: 0.0625rem;
	width: 18px;
	width: 1.125rem;
}

.section-title__sub::before {
	margin-right: 6px;
	margin-right: 0.375rem;
}

.section-title__sub::after {
	margin-left: 6px;
	margin-left: 0.375rem;
}

/* JavaScriptでスクロール検知後にクラスを付与する必要があります */

.section-title.show {
	opacity: 1; /* 表示する */
	-webkit-transform: translateY(0);
	transform: translateY(0); /* 上方向に移動しない */
}

.service-detail {
	background-color: #f9f9f9;
	padding: 80px 0;
}

.service-detail__inner {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 20px;
}

.service-detail__lead {
	margin-bottom: 48px;
	margin-top: 80px;
}

.service-detail__lead-text {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

.service-detail__section {
	margin-bottom: 60px;
}

.service-detail__heading {
	border-left: 5px solid #007acc;
	color: #007acc;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 12px;
}

.service-detail__list,
.service-detail__features {
	list-style: disc inside;
	padding-left: 0;
}

.service-detail__list li,
.service-detail__features li {
	color: #444;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 8px;
}

.service-detail__features li strong {
	color: #007acc;
	font-weight: 600;
}

.service-detail__text {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.shadow {
	-webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, .25);
	box-shadow: 5px 10px 20px rgba(0, 0, 0, .25);
}

.sp__980 {
	display: none;
}

.sp__974 {
	display: none;
}

.sp__960 {
	display: none;
}

.sp__954-425 {
	display: none;
}

.sp__768 {
	display: none;
}

.sp__684 {
	display: none;
}

.sp__680 {
	display: none;
}

.sp__610 {
	display: none;
}

.sp__610-430 {
	display: none;
}

.sp__570 {
	display: none;
}

.sp__552 {
	display: none;
}

.sp__550 {
	display: none;
}

.sp__512 {
	display: none;
}

.sp__470 {
	display: none;
}

.sp__465 {
	display: none;
}

.sp__450 {
	display: none;
}

.sp__440 {
	display: none;
}

.sp__430 {
	display: none;
}

.sp__405 {
	display: none;
}

.sp__375 {
	display: none;
}

.sp__367 {
	display: none;
}

.swiper-slide picture {
	height: inherit;
}

.swiper-slide img {
	-o-object-fit: cover;
	height: inherit;
	object-fit: cover;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.square {
	background-color: red; /* 任意の背景色を指定 */
	height: 200px;
	-webkit-transform: skewX(10deg);
	transform: skewX(10deg);
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
	width: 200px;
}

.text {
	color: #141414;
	font-family: "Noto Sans JP", serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8666;
}

.text.text--large {
	color: #141414;
	font-family: "Noto Sans JP", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

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

.top-blog {
	padding: 80px 0 120px;
	text-align: center;
}

.top-contact {
	background-color: #fff;
	padding: 100px 150px;
}

.top-contact__inner {
	margin: 0 auto;
	max-width: 800px;
}

.top-contact__lead {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
	margin-top: 100px;
	text-align: center;
}

.top-contact__btns {
	gap: 20px;
	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;
}

.top-contact__btn {
	background-color: #007ACC;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	min-width: 230px;
	padding: 14px 28px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.top-contact__btn:hover {
	background-color: #005ea8;
}

.top-contact__btn--tel {
	background-color: #fff;
	border: 2px solid #007ACC;
	color: #000;
}

.top-contact__btn--tel:hover {
	background-color: #007ACC;
	color: #fff;
}

.top-concept {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 120px;
	padding-top: 7.5rem;
}

.top-feature {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.top-Reasons {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.top-menu {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.top-price {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.top-flow {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.top-faq {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.u-hover-glow {
	border-radius: 10px;
	-webkit-transition: 1s;
	transition: 1s;
}

.u-hover-glow:hover {
	border-radius: 10px;
	-webkit-box-shadow: 2px 4px 43px 10px #777777;
	box-shadow: 2px 4px 43px 10px #777777;
}

.works {
	background-color: #f9fcff;
	padding: 100px 20px;
}

.works__inner {
	margin: 0 auto;
	max-width: 1000px;
}

.works__item {
	-webkit-animation: works-fade-up 0.8s ease-out forwards;
	animation: works-fade-up 0.8s ease-out forwards;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
	border-bottom: 1px solid #ddd;
	margin-bottom: 80px;
	opacity: 0;
	padding-bottom: 40px;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.works__item-title {
	color: #1d406c;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.works__item-text {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.works__images {
	gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.works__image {
	border-radius: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 45%;
	flex: 1 1 45%;
	max-width: 48%;
	overflow: hidden;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.works__image:hover {
	-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.works__image img {
	display: block;
	height: auto;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.works__image:hover img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.works__label {
	background-color: #2d62a5;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	left: 10px;
	padding: 4px 10px;
	pointer-events: none;
	position: absolute;
	top: 10px;
	z-index: 2;
}

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

.sp__367 {
	display: block;
}

}

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

.header__logo-text {
	font-size: 1.625rem;
}

}

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

.header__name {
	padding-bottom: 0.875rem;
	padding-left: 1.25rem;
	padding-right: 0.875rem;
	padding-top: 0.875rem;
}

.header__logo-text {
	font-size: 1.5rem;
}

.header__logo-text-sub {
	font-size: 1rem;
}

.header__link {
	padding: 1.5625rem 1.25rem;
}

}

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

.concept__text-area-pc {
	-webkit-transform: translate(-15%, -50%);
	transform: translate(-15%, -50%);
}

}

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

.header__logo-text {
	font-size: 1.25rem;
}

.header__link {
	padding: 1.5625rem 0.625rem;
}

}

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

.concept__text-area-pc {
	-webkit-transform: translate(-15%, -50%);
	transform: translate(-15%, -50%);
}

}

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

.footer__logo .footer__logo-text {
	font-size: 30px;
}

}

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

.t-desktop {
	display: none;
}

.t-mobile {
	display: block;
}

.floating-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #c0e0f5;
	background: -webkit-gradient(linear, right top, left top, from(#3bade3), color-stop(25%, #576fe6), color-stop(51%, #9844b7), to(#ff357f)) 99% 50%/200% auto;
	background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%) 99% 50%/200% auto;
	border: 2px solid #fff;
	border-radius: 10px;
	bottom: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	left: 50%;
	max-width: 12.5rem;
	padding-bottom: 0.625rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0.625rem;
	position: fixed;
	right: 0;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
	width: 100%;
	z-index: 10;
}

.header__logo {
	max-width: 8.25rem;
	width: 100%;
}

}

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

.sp__980 {
	display: block;
}

}

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

.sp__974 {
	display: block;
}

}

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

.concept__text-area-pc {
	-webkit-transform: translate(-25%, -50%);
	transform: translate(-25%, -50%);
}

.sp__960 {
	display: block;
}

}

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

.sp__954-425 {
	display: block;
}

}

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

.concept__text-area-pc {
	-webkit-transform: translate(-35%, -50%);
	transform: translate(-35%, -50%);
}

}

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

.footer__logo .footer__logo-text {
	font-size: 28px;
}

}

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

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

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

a:hover {
	opacity: 0.8;
}

.accordion__item:not(first-child) {
	margin-top: 0.5rem;
}

.accordion__title {
	padding: 1.3125rem 2.1875rem 1.25rem 0.625rem;
}

.accordion__title::before,
.accordion__title::after {
	right: 0.75rem;
	width: 1rem;
}

.accordion__title-text {
	font-size: 1rem;
	line-height: 1.857;
}

.accordion__content {
	padding-bottom: 1.5rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1rem;
}

.accordion__text {
	font-size: 1rem;
	line-height: 1.857;
}

.article {
	padding: 60px 40px;
}

.blog__list {
	width: 80%;
}

.blog__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.blog__block {
	margin-left: 0rem;
	margin-top: 0.9375rem;
}

.btn-a {
	font-size: 1rem;
	max-width: 22.5rem;
	width: 100%;
}

.btn-a::after {
	top: 40%;
}

.btn-pageTop {
	bottom: 2rem;
	right: 1.25rem;
}

.btn-pageTop a {
	height: 2rem;
	width: 2rem;
}

.btn-pageTop a::before {
	height: 0.875rem;
	top: 0.5rem;
	width: 0.875rem;
}

.coming-soon {
	padding: 150px 20px;
}

.concept__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.concept__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.concept__img img {
	margin-left: calc(-50vw - -50%);
	margin-right: calc(-50vw - -50%);
}

.concept__title {
	font-size: 1.3125rem;
}

.concept__text {
	font-size: 1rem;
}

.contact-cta__btns {
	-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;
}

.contact-form__item,
.contact-form__item--checkbox {
	gap: 0.625rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2.5rem;
}

.contact-form__item--privacy-policy {
	margin-left: auto;
}

.contact-form__input {
	height: 3.25rem;
}

.contact-form__phone-note-description {
	display: block;
}

.drawer-menu {
	display: none;
}

.drawer-menu__contact-button {
	max-width: 13.125rem;
	width: 100%;
}

.drawer-menu__tel a {
	max-width: 14.375rem;
}

.feature-card__title {
	font-size: 1.125rem;
}

.feature-card__text {
	font-size: 0.9375rem;
}

.feature__card-wrap {
	row-gap: 2.5rem;
	margin-top: 6.25rem;
}

.flow-detail__intro {
	margin-top: 40px;
}

.flow-detail__contact {
	margin-top: 80px;
}

.flow-detail__contact-text {
	margin-bottom: 20px;
}

.flow__list {
	row-gap: 3.125rem;
	gap: 3.75rem;
	grid-template-columns: auto;
	margin-top: 5rem;
}

.flow__item01::before,
.flow__item02::before,
.flow__item03::before,
.flow__item04::before,
.flow__item05::before,
.flow__item06::before {
	font-size: 2.8125rem;
}

.flow__item__title {
	font-size: 1rem;
}

.flow__item__text {
	font-size: 0.875rem;
}

.flow-btn {
	margin-top: 5rem;
}

.footer__nav {
	gap: 2.5rem;
	grid-template-columns: repeat(2, auto);
}

.header {
	height: 4.6875rem;
}

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

.header__logo-text-sub {
	font-size: 1rem;
}

.inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.menu-btn {
	margin-top: 5rem;
}

.menu__list__item {
	font-size: 0.9375rem;
	padding: 0.375rem 1rem;
}

.menu__img-wrap {
	gap: 15px;
}

.mobile-tel-btn {
	cursor: pointer !important;
	display: inline-block !important;
	max-width: 230px;
	pointer-events: auto !important;
	position: relative !important;
	width: 100%;
	z-index: 9999 !important;
}

.desktop-tel-btn {
	display: none !important;
}

.mv__title-wrapper {
	top: 60%;
}

.mv__title {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.75;
}

.mv__title__text {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.price-cta__buttons {
	-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;
}

.price__list__item {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.price__lead__title {
	font-size: 1.125rem;
}

.price__lead__sub-text {
	padding-bottom: 0.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0.625rem;
}

.price__lead__title-sub {
	font-size: 1rem;
}

.price__main-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.price__title {
	font-size: 1rem;
}

.price__sub-text {
	margin-top: 0.875rem;
}

.price__title-sub {
	font-size: 1rem;
}

.price__charge {
	font-size: 1rem;
}

.price__text {
	margin-top: 0.875rem;
}

.price__fee {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.Reasons-btn {
	margin-top: 5rem;
}

.Reasons-card__title {
	font-size: 1.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.Reasons-card__text {
	font-size: 0.9375rem;
}

.Reasons__card-wrap {
	row-gap: 2.5rem;
	margin-top: 6.25rem;
}

.sp__768 {
	display: block;
}

.text {
	font-size: 0.875rem;
	line-height: 2.1482;
}

.text.text--large {
	font-size: 1.25rem;
	line-height: 1.9;
}

.top-blog {
	padding: 60px 0 80px;
}

.top-contact {
	padding: 80px 20px;
}

.top-feature {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.top-Reasons {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.top-menu {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.top-price {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.top-flow {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.top-faq {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.works__images {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.works__image {
	max-width: 100%;
}

}

@media (max-width: 768px) {

.news-single__content h1 {
	font-size: 22px;
	margin-bottom: 24px;
}

.news-single__content h2 {
	font-size: 20px;
	margin-top: 40px;
	padding: 10px 20px;
}

.news-single__content h3 {
	font-size: 18px;
	margin-top: 32px;
}

.news-single__content h4 {
	font-size: 18px;
	margin-top: 24px;
}

.news-single__content img {
	margin: 24px auto;
}

}

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

.sp__684 {
	display: block;
}

}

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

.sp__680 {
	display: block;
}

}

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

.sp__610 {
	display: block;
}

.sp__610-430 {
	display: block;
}

}

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

.btn-a {
	max-width: 16.25rem;
	padding-bottom: 1rem;
	padding-left: 2.5rem;
	padding-right: 3.125rem;
	padding-top: 1rem;
	text-align: center;
	width: 100%;
}

.contact-form__phone-description {
	font-size: 1.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

}

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

.sp__570 {
	display: block;
}

}

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

.concept__text-area-sp {
	max-width: 21.25rem;
}

}

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

.sp__552 {
	display: block;
}

}

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

.sp__550 {
	display: block;
}

}

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

.sp__512 {
	display: block;
}

}

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

.sp__470 {
	display: block;
}

}

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

.sp__465 {
	display: block;
}

}

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

.contact-form {
	padding: 3.75rem 0.9375rem 5rem;
}

.contact-form__title--ja {
	font-size: 2rem;
}

.contact-form__description {
	font-size: 1.1875rem;
	font-weight: 500;
	padding: 2.5rem 0.625rem;
}

.sp__450 {
	display: block;
}

}

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

.sp__440 {
	display: block;
}

}

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

.footer__nav {
	gap: 1.5rem;
	grid-template-columns: 1fr;
	text-align: center;
}

.footer__nav-list {
	text-align: center;
}

.footer__nav-item {
	margin-bottom: 1.875rem;
}

.sp__610-430 {
	display: none;
}

.sp__430 {
	display: block;
}

}

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

.sp__954-425 {
	display: none;
}

}

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

.sp__405 {
	display: block;
}

}

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

.sp__375 {
	display: block;
}

}

@-webkit-keyframes works-fade-up {

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes works-fade-up {

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}


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