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

html {
	background: #fff;
	color: #000;
	font-weight: 500;
}

/* ホバー */

a,
input[type=submit] {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:hover,
input[type=submit]:hover {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

html {
	scrollbar-gutter: stable;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.08em;
	line-height: 1.75;
}

html.is-fixed {
	overflow: hidden;
}

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

.breadcrumb {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.btn {
	background: #f7af00;
	border: 2px solid #000;
	border: 0.125rem solid #000;
	border-radius: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.btn span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.btn span:after,
.btn span:before {
	background: #000;
	content: "";
	display: block;
}

.btn span:after {
	height: 2px;
	height: 0.125rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	position: relative;
	top: 3px;
	top: 0.1875rem;
	width: 20px;
	width: 1.25rem;
}

.btn span:before {
	height: 2px;
	height: 0.125rem;
	position: absolute;
	right: 0;
	top: 51%;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	width: 5px;
	width: 0.3125rem;
}

.btn:hover {
	background: #e9e9e9;
}

.cta {
	background-attachment: scroll;
	background-image: url(../../assets/images/common/dot-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
	padding: 5rem 0;
	text-align: center;
}

.cta__content {
	background: #fff;
	border: 2px solid #000;
	border: 0.125rem solid #000;
	border-radius: 2.5rem;
	padding: 60px;
	padding: 3.75rem;
}

.cta__title {
	font-size: 36px;
	font-size: 2.25rem;
}

.cta__text {
	padding-top: 10px;
	padding-top: 0.625rem;
}

.cta__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.dot-circle {
	background-attachment: scroll;
	background-image: url(../../assets/images/common/dot-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12.5rem;
	position: absolute;
}

.faq-item {
	cursor: pointer;
}

.faq-item:not(:first-child) {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.faq-item__q {
	background: #f7af00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	padding: 1.25rem;
}

.faq-item__q:before {
	content: "Q.";
	font-family: "Didact Gothic", sans-serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	width: 65px;
	width: 4.0625rem;
}

.faq-item__q-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
	padding-right: 30px;
	padding-right: 1.875rem;
	width: 100%;
	width: calc(100% - 4.0625rem);
}

.faq-item__q-toggle {
	background: #000;
	height: 3px;
	height: 0.1875rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	position: relative;
	top: 10px;
	top: 0.625rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 30px;
	width: 1.875rem;
}

.faq-item__q-toggle:after {
	background: #000;
	content: "";
	display: block;
	height: 30px;
	height: 1.875rem;
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 3px;
	width: 0.1875rem;
}

.faq-item__a {
	background: #fff;
	display: none;
	padding: 20px;
	padding: 1.25rem;
}

.faq-item__a-text:before {
	color: #f7af00;
	content: "A.";
	font-family: "Didact Gothic", sans-serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 700;
	left: 0;
	line-height: 1;
	position: absolute;
	top: -10px;
	top: -0.625rem;
	width: 65px;
	width: 4.0625rem;
}

.faq-item__a-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	padding-left: 65px;
	padding-left: 4.0625rem;
	position: relative;
	width: 100%;
}

.faq-item.open .faq-item__a {
	display: block;
}

.faq-item.open .faq-item__q-toggle:after {
	opacity: 0;
}

.floating {
	animation: floating 1.8s ease-in-out infinite alternate-reverse;
}

.footer {
	background: #f7af00;
}

.footer__inner {
	padding: 60px 6%;
	padding: 3.75rem 6%;
}

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

.footer__logo {
	position: relative;
	width: 180px;
	width: 11.25rem;
}

.footer__nav-link {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	padding: 15px 30px;
	padding: 0.9375rem 1.875rem;
	position: relative;
}

.footer__nav-sublists {
	padding-left: 40px;
	padding-left: 2.5rem;
}

.footer__nav-sublink {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 10px 0;
	padding: 0.625rem 0;
}

a[href].footer__nav-link:hover,
.footer__nav-sublink:hover {
	color: #e9e9e9;
}

.footer__copyright {
	background: #000;
	color: #f7af00;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
}

.hamburger {
	display: none;
}

.hamburger span {
	background: #000;
	height: 2px;
	height: 0.125rem;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hamburger span:first-child {
	top: 20px;
	top: 1.25rem;
	width: 100%;
}

.hamburger span:last-child {
	bottom: 20px;
	bottom: 1.25rem;
	width: 100%;
}

.hamburger.active span:first-child {
	top: 30px;
	top: 1.875rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100%;
}

.hamburger.active span:last-child {
	bottom: auto;
	bottom: initial;
	top: 30px;
	top: 1.875rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header {
	background: #f7af00;
	color: #000;
	left: 0;
	padding: 10px 0;
	padding: 0.625rem 0;
	position: fixed;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	z-index: 100;
}

.header__inner {
	padding-left: 6%;
	padding-right: 6%;
}

.header__flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__logo {
	position: relative;
	width: 180px;
	width: 11.25rem;
}

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

.header__nav-list {
	position: relative;
}

.header__nav-link {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	padding: 15px 30px;
	padding: 0.9375rem 1.875rem;
	position: relative;
}

.header__nav-list:last-child .header__nav-link {
	background: #f7af00;
	border: 2px solid #000;
	border: 0.125rem solid #000;
	border-radius: 1.875rem;
	color: #fff;
	color: #000;
	margin-left: 30px;
	margin-left: 1.875rem;
}

.header__nav-list:not(:last-child) a[href].header__nav-link::after {
	background: #000;
	bottom: 1px;
	bottom: 0.0625rem;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 0;
	left: 30px;
	left: 1.875rem;
	position: absolute;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: calc(100% - 3.75rem);
}

.header__nav-list:not(:last-child) a[href].header__nav-link:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.header__nav-list:last-child a[href].header__nav-link:hover {
	background: #000;
	color: #f7af00;
}

.header.active {
	height: 100vh;
}

.header__nav-sublists {
	background: #e9e9e9;
	bottom: -110px;
	bottom: -6.875rem;
	display: none;
	left: 0;
	padding: 20px;
	padding: 1.25rem;
	position: absolute;
}

.header__nav-sublink {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 10px 0;
	padding: 0.625rem 0;
	white-space: nowrap;
}

.header__nav-sublink:hover {
	color: #f7af00;
}

a:not([href]).header__nav-link:after {
	background: #000;
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	display: inline-block;
	height: 10px;
	height: 0.625rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	width: 10px;
	width: 0.625rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(1100px + 16%);
	padding-left: 8%;
	padding-right: 8%;
	width: 100%;
}

.js-underline {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f7af00));
	background: linear-gradient(to bottom, transparent 70%, #f7af00 70%);
	background-repeat: no-repeat;
	background-size: 0% 100%;
}

.page-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #e9e9e9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 300px;
	height: 18.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 78px;
	padding-top: 4.875rem;
	position: relative;
	position: relative;
}

.page-title:before {
	background-attachment: scroll;
	background-image: url(../../assets/images/common/page-title-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 60px;
	height: 3.75rem;
	position: absolute;
	width: 100%;
}

.page-title__inner {
	position: relative;
}

.page-title__text {
	font-size: 48px;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.pagetop {
	background: #f7af00;
	border: 2px solid #000;
	border: 0.125rem solid #000;
	border-radius: 1.875rem;
	bottom: 240px;
	bottom: 15rem;
	height: 60px;
	height: 3.75rem;
	position: fixed;
	right: 120px;
	right: 7.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 60px;
	width: 3.75rem;
	z-index: 5;
}

.pagetop:after {
	border-left: 2px solid #000;
	border-left: 0.125rem solid #000;
	border-top: 2px solid #000;
	border-top: 0.125rem solid #000;
	content: "";
	display: block;
	height: 10px;
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: 55%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 10px;
	width: 0.625rem;
}

.pagetop:hover {
	background: #000;
}

.pagetop:hover:after {
	border-left: 2px solid #f7af00;
	border-left: 0.125rem solid #f7af00;
	border-top: 2px solid #f7af00;
	border-top: 0.125rem solid #f7af00;
}

.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;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

.sns {
	padding: 60px 0;
	padding: 3.75rem 0;
}

.sns__text {
	font-weight: 500;
	line-height: 2;
	text-align: center;
}

.sns__btns {
	gap: 20px;
	gap: 1.25rem;
	-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;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.sns__btn {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 60px;
	width: 3.75rem;
}

.sns__btn:hover {
	opacity: 0.7;
}

.sp-nav {
	display: none;
	left: 0;
	position: fixed;
	top: 50px;
	top: 3.125rem;
	width: 100%;
}

.sp-nav__lists {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.sp-nav__link {
	display: block;
	padding: 20px;
	padding: 1.25rem;
	text-align: left;
	text-shadow: 0 4px 16px #e9e9e9;
	text-shadow: 0 0.25rem 1rem #e9e9e9;
}

.sp-nav.active {
	display: block;
}

.sp-nav__sublists {
	padding-left: 40px;
	padding-left: 2.5rem;
}

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

.sp-nav__sublist:before {
	background: #000;
	border-radius: 0.625rem;
	content: "";
	display: inline-block;
	height: 10px;
	height: 0.625rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	width: 10px;
	width: 0.625rem;
}

.sp-nav__sublink {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 10px 0;
	padding: 0.625rem 0;
}

.blog-detail {
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
	max-width: 59.375rem;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.blog-detail__img {
	position: relative;
	width: 100%;
}

.blog-detail__img:before {
	content: "";
	display: block;
	padding-top: 66%;
}

.blog-detail__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.blog-detail__title {
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.blog-detail__date {
	font-size: 14px;
	font-size: 0.875rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.blog-detail__content {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.blog-detail__content p,
.blog-detail__content span {
	font-weight: 400;
	line-height: 2;
}

.blog-detail__content h2,
.blog-detail__content h3,
.blog-detail__content h4,
.blog-detail__content h5,
.blog-detail__content h6 {
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.blog-item {
	background: #fff;
	-webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, .1);
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, .1);
}

.blog-item__img {
	background: #e9e9e9;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.blog-item__img:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.blog-item__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.blog-item__text {
	padding: 15px;
	padding: 0.9375rem;
}

.blog-item__date {
	font-size: 12px;
	font-size: 0.75rem;
}

.blog-item:hover .blog-item__img img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.blog-item:hover {
	-webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, .1);
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, .1);
}

.blog-items {
	gap: 60px;
	gap: 3.75rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
}

.blog-list {
	padding: 60px 0;
	padding: 3.75rem 0;
}

.client-item__img {
	position: relative;
	width: 100%;
}

.client-item__img:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.client-item__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.client-item__body {
	background: #e9e9e9;
	padding: 60px 40px 40px;
	padding: 3.75rem 2.5rem 2.5rem;
	position: relative;
}

.client-item__logo {
	background: #fff;
	border-radius: 3.125rem;
	height: 85px;
	height: 5.3125rem;
	left: 40px;
	left: 2.5rem;
	position: absolute;
	top: -40px;
	top: -2.5rem;
	width: 85px;
	width: 5.3125rem;
}

.client-item__logo img {
	border-radius: 3.125rem;
}

.client-item__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
}

.client-item__lists {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.client-item__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.client-item__list dt,
.client-item__list dd {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 10px;
	padding: 0.625rem;
}

.client-item__list dt {
	background: #fff;
	text-align: center;
	width: 120px;
	width: 7.5rem;
}

.client-item__list dd {
	background: #fff;
	width: calc(100% - 7.5rem);
}

.client-item__list dd a {
	text-decoration: underline;
}

.client-item__list dd a:hover {
	opacity: 0.7;
}

.client-item__list:not(:first-child) dt,
.client-item__list:not(:first-child) dd {
	border-top: 2px solid #e9e9e9;
	border-top: 0.125rem solid #e9e9e9;
}

.client-item__sns {
	display: inline-block;
	width: 40px;
	width: 2.5rem;
}

.client-item__sns + .client-item__sns {
	margin-left: 10px;
	margin-left: 0.625rem;
}

.client-items {
	gap: 60px;
	gap: 3.75rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.client-list {
	padding: 60px 0;
	padding: 3.75rem 0;
}

.client-list__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	text-align: center;
}

.contact {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.contact__inner {
	max-width: 900px;
	max-width: 56.25rem;
}

.contact__text {
	padding: 40px 0;
	padding: 2.5rem 0;
	text-align: center;
}

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
[data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number,
[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number,
[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
[data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
	background-color: #e9e9e9 !important;
}

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
[data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text,
[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text,
[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
[data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__text {
	font-weight: 400 !important;
}

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
[data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number,
[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number,
[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
[data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
	background: #f7af00 !important;
	color: #000 !important;
	font-weight: 400 !important;
}

.smf-progress-tracker__item__number {
	background-color: #000 !important;
	border: 2px solid #000 !important;
	border: 0.125rem solid #000 !important;
	color: #f7af00 !important;
}

.smf-progress-tracker__item__number {
	height: 40px !important;
	height: 2.5rem !important;
	width: 40px !important;
	width: 2.5rem !important;
}

.smf-progress-tracker__item:after,
.smf-progress-tracker__item:before {
	top: 20px !important;
	top: 1.25rem !important;
}

.smf-progress-tracker__item__text {
	color: #000 !important;
}

.smf-form--letter .smf-item__col--label {
	padding-bottom: 5px !important;
	padding-bottom: 0.3125rem !important;
}

.smf-form .smf-item .smf-text-control__control {
	border-radius: 0 !important;
	padding: 10px !important;
	padding: 0.625rem !important;
}

.smf-form .smf-item .smf-textarea-control__control {
	border-radius: 0 !important;
	height: 300px !important;
	height: 18.75rem !important;
	padding: 10px !important;
	padding: 0.625rem !important;
}

.smf-form .smf-item [data-invalid="1"] {
	background: #f5dbdf !important;
	border: none !important;
}

.smf-action .smf-button-control__control {
	background: #f7af00 !important;
	border: 1px solid #f7af00 !important;
	border-radius: 0 !important;
	border-radius: 2.5rem !important;
	padding: 10px 40px !important;
	padding: 0.625rem 2.5rem !important;
	-webkit-transition: 0.3s !important;
	transition: 0.3s !important;
}

.smf-action .smf-button-control__control:hover {
	background: #000 !important;
	color: #f7af00 !important;
}

.snow-monkey-form[data-screen=confirm] .smf-form.smf-form--letter {
	padding: 30px 0 !important;
	padding: 1.875rem 0 !important;
}

.snow-monkey-form[data-screen=confirm] .smf-form--letter .smf-item {
	border-bottom: 1px solid #f7af00 !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding: 30px 0 !important;
	padding: 1.875rem 0 !important;
}

.snow-monkey-form[data-screen=confirm] .smf-form--letter .smf-item__col--label {
	width: 200px !important;
	width: 12.5rem !important;
}

.snow-monkey-form[data-screen=confirm] .smf-item__col.smf-item__col--controls {
	width: calc(100% - 12.5rem) !important;
}

.smf-action .smf-button-control__control[data-action=back] {
	background: none !important;
	border: none !important;
	color: #f7af00 !important;
	left: -300px !important;
	left: -18.75rem !important;
	position: absolute !important;
	text-decoration: underline !important;
	width: 150px !important;
	width: 9.375rem !important;
}

.smf-button-control {
	position: relative !important;
}

.smf-item__label__text {
	position: relative;
}

.smf-item__label__text::after {
	background: #da6764;
	color: #fff;
	content: "必須";
	display: grid;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 2px 5px;
	padding: 0.125rem 0.3125rem;
	place-items: center;
	position: absolute;
	right: -50px;
	right: -3.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.example {
	background: #fbeabf;
	margin-top: 180px;
	margin-top: 11.25rem;
	padding: 0px 0 80px;
	padding: 0rem 0 5rem;
	position: relative;
}

.example:before {
	background-attachment: scroll;
	background-image: url(../../assets/images/common/circle-top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 10vw;
	left: 0;
	position: absolute;
	top: -9vw;
	width: 100%;
}

.example__title {
	margin: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.example__title:before,
.example__title:after {
	background: #000;
	content: "";
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	position: absolute;
	top: 30px;
	top: 1.875rem;
	width: 40px;
	width: 2.5rem;
}

.example__title:before {
	left: -40px;
	left: -2.5rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	-webkit-transform: rotate(70deg);
	transform: rotate(70deg);
}

.example__title:after {
	margin-left: 10px;
	margin-left: 0.625rem;
	right: -40px;
	right: -2.5rem;
	-webkit-transform: rotate(-70deg);
	transform: rotate(-70deg);
}

.example__items {
	gap: 60px;
	gap: 3.75rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-top: 60px;
	padding-top: 3.75rem;
}

.example__item {
	background: #fff;
}

.example__item-img {
	position: relative;
	width: 100%;
}

.example__item-img:before {
	content: "";
	display: block;
	padding-top: 45%;
}

.example__item-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.example__item-body {
	padding: 20px;
	padding: 1.25rem;
	position: relative;
}

.example__item-top {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -40px;
	margin-top: -2.5rem;
}

.example__item-logo {
	background: #fff;
	border-radius: 3.75rem;
	width: 100px;
	width: 6.25rem;
}

.example__item-client {
	font-size: 18px;
	font-size: 1.125rem;
	padding-left: 30px;
	padding-left: 1.875rem;
	width: calc(100% - 6.25rem);
}

.example__item-client span {
	background: #f7af00;
	border-radius: 1.25rem;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
}

.example__item-title {
	border-bottom: 1px solid #000;
	border-bottom: 0.0625rem solid #000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-top: 15px;
	padding-top: 0.9375rem;
}

.example__item-detail {
	font-size: 16px;
	font-size: 1rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.service-content {
	padding: 60px 0;
	padding: 3.75rem 0;
}

.service-content__title:after {
	background: #f7af00;
	border-radius: 1.25rem;
	content: "";
	display: block;
	height: 4px;
	height: 0.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 50px;
	width: 3.125rem;
}

.service-content__items {
	gap: 30px;
	gap: 1.875rem;
	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;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.service-content__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #e9e9e9;
	border-radius: 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;
	padding: 40px;
	padding: 2.5rem;
	width: calc(33.33333% - 1.25rem);
}

.service-content__item-img {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 6.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 110px;
	height: 6.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 110px;
	width: 6.875rem;
}

.service-content__item-img img {
	height: 60px;
	height: 3.75rem;
	width: 60px;
	width: 3.75rem;
}

.service-content__item-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-top: 40px;
	padding-top: 2.5rem;
	text-align: center;
}

.service-content__item-title span {
	display: inline-block;
}

.service-content__item-detail {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.service-lead {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	padding-top: 60px;
	padding-top: 3.75rem;
	text-align: center;
}

.voice {
	background: #fbeabf;
	margin-top: 180px;
	margin-top: 11.25rem;
	padding: 0px 0 80px;
	padding: 0rem 0 5rem;
	position: relative;
}

.voice:before {
	background-attachment: scroll;
	background-image: url(../../assets/images/common/circle-top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 10vw;
	left: 0;
	position: absolute;
	top: -9vw;
	width: 100%;
}

.voice__title {
	margin: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.voice__title:before,
.voice__title:after {
	background: #000;
	content: "";
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	position: absolute;
	top: 30px;
	top: 1.875rem;
	width: 40px;
	width: 2.5rem;
}

.voice__title:before {
	left: -40px;
	left: -2.5rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	-webkit-transform: rotate(70deg);
	transform: rotate(70deg);
}

.voice__title:after {
	margin-left: 10px;
	margin-left: 0.625rem;
	right: -40px;
	right: -2.5rem;
	-webkit-transform: rotate(-70deg);
	transform: rotate(-70deg);
}

.voice__items {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	max-width: 56.25rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.voice__item:not(:first-child) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

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

.voice__item-profile {
	-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;
	width: 200px;
	width: 12.5rem;
}

.voice__item-comment {
	width: calc(100% - 12.5rem);
}

.voice__item-img {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	height: 5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	width: 5rem;
}

.voice__item-img img {
	border-radius: 2.5rem;
}

.voice__item-field {
	background: #f7af00;
	border-radius: 1.25rem;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
}

.voice__item-name {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: center;
}

.voice__item-name span {
	display: block;
}

.voice__item-comment {
	background: #fff;
	border-radius: 0.625rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	padding: 30px;
	padding: 1.875rem;
	position: relative;
}

.voice__item-comment:after {
	background: #fff;
	-webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	content: "";
	display: block;
	height: 15px;
	height: 0.9375rem;
	left: -15px;
	left: -0.9375rem;
	position: absolute;
	top: 40px;
	top: 2.5rem;
	width: 15px;
	width: 0.9375rem;
}

.mv {
	background: #f7af00;
	padding-top: 120px;
	padding-top: 7.5rem;
}

.mv__inner {
	position: relative;
}

.mv__text {
	text-align: center;
}

.mv__text span {
	background: #fff;
	border: 2px solid #000;
	border: 0.125rem solid #000;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	color: #000;
	display: block;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 15px;
	padding: 0.3125rem 0rem 0.3125rem 0.9375rem;
	text-align: center;
	white-space: nowrap;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.mv__text span + span {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.mv__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 540px;
	width: 33.75rem;
}

.mv__item {
	position: absolute;
}

.mv__item--01 {
	left: 80px;
	left: 5rem;
	top: 200px;
	top: 12.5rem;
	width: 65px;
	width: 4.0625rem;
}

.mv__item--02 {
	left: 200px;
	left: 12.5rem;
	top: 300px;
	top: 18.75rem;
	width: 85px;
	width: 5.3125rem;
}

.mv__item--03 {
	bottom: 100px;
	bottom: 6.25rem;
	left: 40px;
	left: 2.5rem;
	width: 90px;
	width: 5.625rem;
}

.mv__item--04 {
	right: 250px;
	right: 15.625rem;
	top: 200px;
	top: 12.5rem;
	width: 80px;
	width: 5rem;
}

.mv__item--05 {
	bottom: 100px;
	bottom: 6.25rem;
	right: 100px;
	right: 6.25rem;
	width: 110px;
	width: 6.875rem;
}

.top-about {
	background: #fff;
	background-attachment: scroll;
	background-image: url(../images/common/dot-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
	padding: 5rem 0;
}

.top-about__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-about__img {
	padding-right: 10%;
	width: 45%;
}

.top-about__text {
	background: #fff;
	border: 2px solid #000;
	border: 0.125rem solid #000;
	padding: 40px;
	padding: 2.5rem;
	width: 55%;
}

.top-about__title {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.top-about__detail {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.top-blog {
	background: #e9e9e9;
	overflow: hidden;
	padding: 80px 0;
	padding: 5rem 0;
}

.top-blog__inner {
	position: relative;
}

.top-blog__items {
	padding-top: 60px;
	padding-top: 3.75rem;
}

.top-blog__circle--01 {
	bottom: -10%;
	height: 400px;
	height: 25rem;
	left: -5%;
	width: 400px;
	width: 25rem;
}

.top-blog__circle--02 {
	height: 250px;
	height: 15.625rem;
	right: -5%;
	top: -10%;
	width: 250px;
	width: 15.625rem;
}

.top-blog__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.top-company {
	background: #fbeabf;
	padding: 80px 0;
	padding: 5rem 0;
}

.top-company__title:before {
	background-attachment: scroll;
	background-image: url(../../assets/images/common/contigo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 29px;
	height: 1.8125rem;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	width: 49px;
	width: 3.0625rem;
}

.top-company__message {
	gap: 120px;
	gap: 7.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.top-company__message-img {
	border-radius: 12.5rem;
	width: 25%;
}

.top-company__message-img img {
	border-radius: 12.5rem;
	-webkit-box-shadow: 0rem 0.5rem 0 #f7af00;
	box-shadow: 0rem 0.5rem 0 #f7af00;
}

.top-company__message-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	width: 75%;
}

.top-company__message-text span {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	text-align: right;
}

.top-company__overview {
	background: #fff;
	border: 2px solid #000;
	border: 0.125rem solid #000;
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	padding: 40px 60px 60px;
	padding: 2.5rem 3.75rem 3.75rem;
	width: 80%;
}

.top-company__overview dl {
	border-bottom: 2px solid #000;
	border-bottom: 0.125rem solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.top-company__overview dt,
.top-company__overview dd {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
}

.top-company__overview dt {
	text-align: center;
	width: 150px;
	width: 9.375rem;
}

.top-company__overview dd {
	padding-left: 40px;
	padding-left: 2.5rem;
	width: calc(100% - 9.375rem);
}

.top-faq {
	overflow: hidden;
	padding: 80px 0;
	padding: 5rem 0;
}

.top-faq__inner {
	position: relative;
}

.top-faq__items {
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.top-faq__circle--01 {
	height: 300px;
	height: 18.75rem;
	left: -3%;
	top: 5%;
	width: 300px;
	width: 18.75rem;
}

.top-faq__circle--02 {
	height: 150px;
	height: 9.375rem;
	right: -6%;
	top: 25%;
	width: 150px;
	width: 9.375rem;
}

.top-faq__circle--03 {
	bottom: -10%;
	height: 350px;
	height: 21.875rem;
	right: -3%;
	width: 350px;
	width: 21.875rem;
}

.top-feature {
	padding: 80px 0;
	padding: 5rem 0;
}

.top-feature__title {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	position: relative;
	text-align: center;
}

.top-feature__title span {
	font-family: "Didact Gothic", sans-serif;
	font-size: 120px;
	font-size: 7.5rem;
}

.top-feature__title:after {
	background-attachment: scroll;
	background-image: url(../../assets/images/common/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 27px;
	height: 1.6875rem;
	left: 47%;
	position: absolute;
	top: 35px;
	top: 2.1875rem;
	width: 138px;
	width: 8.625rem;
}

.top-feature__title:before {
	background-attachment: scroll;
	background-image: url(../../assets/images/common/feature-title-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 65px;
	height: 4.0625rem;
	left: 50%;
	position: absolute;
	top: -50px;
	top: -3.125rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 57px;
	width: 3.5625rem;
}

.top-feature__content {
	background: #f7af00;
	padding: 60px;
	padding: 3.75rem;
	position: relative;
}

.top-feature__content:before {
	background: #f7af00;
	border-radius: 25rem;
	content: "";
	display: block;
	height: 400px;
	height: 25rem;
	left: 50%;
	position: absolute;
	top: -180px;
	top: -11.25rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 400px;
	width: 25rem;
	z-index: -1;
}

.top-feature__item {
	gap: 60px;
	gap: 3.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px;
	padding: 2.5rem;
}

.top-feature__item:not(:first-child) {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.top-feature__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.top-feature__item-text {
	width: 65%;
}

.top-feature__item-img {
	width: 35%;
}

.top-feature__item-title {
	border-bottom: 2px solid #000;
	border-bottom: 0.125rem solid #000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.top-feature__item-detail {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.top-feature__item .top-feature__item-img img {
	margin-left: auto;
	margin-right: auto;
}

.top-feature__item:nth-child(2) .top-feature__item-img img {
	width: 260px;
	width: 16.25rem;
}

.top-feature__item:nth-child(5) .top-feature__item-img img {
	width: 120px;
	width: 7.5rem;
}

.top-nayami {
	background: #e9e9e9;
	padding: 80px 0;
	padding: 5rem 0;
	position: relative;
}

.top-nayami__items {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-top: 60px;
	padding-top: 3.75rem;
}

.top-nayami__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.top-nayami__item-text {
	background: #fff;
	border: 2px solid #000;
	border: 0.125rem solid #000;
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.top-nayami__item-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	width: 230px;
	width: 14.375rem;
}

.top-nayami__item-text:after {
	background-attachment: scroll;
	background-image: url(../../assets/images/common/nayami-fukidashi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -30px;
	bottom: -1.875rem;
	content: "";
	display: block;
	height: 23px;
	height: 1.4375rem;
	position: absolute;
	right: 60%;
	width: 21px;
	width: 1.3125rem;
}

.top-nayami__item:after {
	bottom: 90px;
	bottom: 5.625rem;
	color: #fff;
	content: "CASE";
	display: block;
	font-family: "Didact Gothic", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	left: 0;
	letter-spacing: 0.2em;
	position: absolute;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.top-nayami:after {
	background: #e9e9e9;
	bottom: -34px;
	bottom: -2.125rem;
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	display: block;
	height: 35px;
	height: 2.1875rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 65px;
	width: 4.0625rem;
}

.top-news {
	padding: 80px 0;
	padding: 5rem 0;
}

.top-news__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 60px;
	padding: 0rem 3.75rem;
}

.top-news__title {
	padding-top: 15px;
	padding-top: 0.9375rem;
	text-align: left;
	width: 250px;
	width: 15.625rem;
}

.top-news__items {
	width: calc(100% - 15.625rem);
}

.top-news__item {
	border-bottom: 2px solid #000;
	border-bottom: 0.125rem solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0;
	padding: 1.875rem 0;
}

.top-news__item-date {
	width: 120px;
	width: 7.5rem;
}

.top-news__item-title {
	font-size: 16px;
	font-size: 1rem;
	width: calc(100% - 7.5rem);
}

.top-service {
	padding: 80px 0;
	padding: 5rem 0;
}

.top-service__title-wrap {
	text-align: center;
}

.top-service__title {
	display: inline;
}

.top-service__title img {
	display: inline;
	margin-right: 15px;
	margin-right: 0.9375rem;
	position: relative;
	top: 10px;
	top: 0.625rem;
	width: 250px;
	width: 15.625rem;
}

.top-service__items {
	gap: 15%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.top-service__item {
	width: 50%;
}

.top-service__item-img {
	margin-left: auto;
	margin-right: auto;
	width: 335px;
	width: 20.9375rem;
}

.top-service__item-target {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	position: relative;
}

.top-service__item--01 .top-service__item-target {
	background: #f7af00;
}

.top-service__item--02 .top-service__item-target {
	background: #ee7300;
}

.top-service__item-target:after {
	bottom: -9px;
	bottom: -0.5625rem;
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	display: block;
	height: 10px;
	height: 0.625rem;
	left: 20px;
	left: 1.25rem;
	position: absolute;
	width: 10px;
	width: 0.625rem;
}

.top-service__item--01 .top-service__item-target:after {
	background: #f7af00;
}

.top-service__item--02 .top-service__item-target:after {
	background: #ee7300;
}

.top-service__item-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.top-service__item-detail {
	font-size: 16px;
	font-size: 1rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	padding-top: 15px;
	padding-top: 0.9375rem;
}

.top-service__item-btn {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.top-service__item--02 .top-service__item-btn {
	background: #ee7300;
}

.top-service__item--02 .top-service__item-btn:hover {
	background: #e9e9e9;
}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

html {
	font-size: 16px;
}

.sp {
	display: block;
}

.pc {
	display: none;
}

.dib {
	display: inline-block;
}

.breadcrumb {
	font-size: 0.875rem;
	padding-top: 1.25rem;
}

.btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.cta {
	padding: 2.5rem 0;
}

.cta__content {
	border-radius: 1.25rem;
	padding: 1.875rem 7%;
}

.cta__title {
	font-size: 1.5rem;
}

.cta__text {
	font-size: 0.875rem;
}

.cta__btn {
	margin-top: 1.25rem;
}

.dot-circle {
	display: none;
}

.faq-item:not(:first-child) {
	margin-top: 0.9375rem;
}

.faq-item__q {
	padding: 0.625rem;
}

.faq-item__q:before {
	font-size: 1.5rem;
	width: 1.875rem;
}

.faq-item__q-text {
	font-size: 0.875rem;
	padding-right: 0.625rem;
	width: calc(100% - 1.875rem);
}

.faq-item__q-toggle {
	width: 1.25rem;
}

.faq-item__q-toggle:after {
	height: 1.25rem;
}

.faq-item__a {
	padding: 0.625rem;
}

.faq-item__a-text:before {
	font-size: 1.5rem;
	top: 0;
	width: 1.875rem;
}

.faq-item__a-text {
	font-size: 0.875rem;
	padding-left: 1.875rem;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	width: 7.5rem;
}

.footer__nav {
	display: none;
}

.footer__copyright {
	font-size: 0.75rem;
}

.hamburger {
	display: block;
	height: 3.125rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 3.125rem;
}

.header {
	padding: 0;
}

.header__logo {
	width: 7.5rem;
}

.header__nav {
	display: none;
}

.inner {
	max-width: 1110px;
	padding-left: 5%;
	padding-right: 5%;
}

.page-title {
	height: 9.375rem;
	padding-top: 3.125rem;
}

.page-title:before {
	height: 2.5rem;
}

.page-title__text {
	font-size: 1.5rem;
}

.pagetop {
	bottom: 3.75rem;
	height: 2.5rem;
	right: 1.875rem;
	width: 2.5rem;
}

.pagetop:after {
	height: 0.375rem;
	width: 0.375rem;
}

.section-title {
	font-size: 1.5rem;
}

.sns {
	padding: 1.875rem 0 3.75rem;
}

.sns__text {
	font-size: 0.875rem;
}

.sns__btns {
	padding-top: 0.9375rem;
}

.blog-item__text {
	font-size: 0.875rem;
	padding: 0.625rem;
}

.blog-items {
	gap: 1.875rem;
	grid-template-columns: repeat(auto-fit, minmax(140px, 350px));
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-list {
	padding: 1.875rem 0;
}

.client-item__body {
	padding: 2.5rem 1.25rem 1.25rem;
}

.client-item__logo {
	height: 3.75rem;
	left: 1.25rem;
	top: -1.875rem;
	width: 3.75rem;
}

.client-item__text {
	font-size: 0.875rem;
}

.client-item__lists {
	margin-top: 0.9375rem;
}

.client-item__list dt,
.client-item__list dd {
	font-size: 0.75rem;
	padding: 0.5rem;
}

.client-item__list dt {
	width: 6.25rem;
}

.client-item__list dd {
	width: calc(100% - 6.25rem);
}

.client-items {
	gap: 1.875rem;
	grid-template-columns: repeat(auto-fit, minmax(140px, 400px));
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 1.875rem;
}

.client-list {
	padding: 1.875rem 0;
}

.client-list__text {
	font-size: 0.875rem;
	text-align: left;
}

.contact {
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
}

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
[data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text,
[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text,
[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
[data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__text {
	font-size: 0.875rem !important;
}

.smf-progress-tracker__item__number {
	height: 1.875rem !important;
	width: 1.875rem !important;
}

.smf-progress-tracker__item:after,
.smf-progress-tracker__item:before {
	top: 0.9375rem !important;
}

.smf-progress-tracker__item__text {
	font-size: 0.875rem !important;
}

.smf-item__label__text {
	font-size: 0.875rem !important;
}

.snow-monkey-form[data-screen=confirm] .smf-form.smf-form--letter {
	padding: 0.9375rem 0 !important;
}

.snow-monkey-form[data-screen=confirm] .smf-form--letter .smf-item {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	padding: 1.25rem 0 !important;
}

.snow-monkey-form[data-screen=confirm] .smf-form--letter .smf-item__col--label {
	width: 100% !important;
}

.snow-monkey-form[data-screen=confirm] .smf-item__col.smf-item__col--controls {
	width: 100% !important;
}

.smf-action .smf-button-control__control[data-action=back] {
	left: -8.125rem !important;
}

.example {
	margin-top: 3.75rem;
	padding: 1.25rem 0 2.5rem;
}

.example__title:before,
.example__title:after {
	top: 1.25rem;
}

.example__items {
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
	padding-top: 1.875rem;
}

.example__item-body {
	padding: 1.25rem 4%;
}

.example__item-logo {
	width: 3.75rem;
}

.example__item-client {
	font-size: 1rem;
	padding-left: 0.9375rem;
	width: calc(100% - 3.75rem);
}

.example__item-client span {
	font-size: 0.75rem;
}

.example__item-title {
	font-size: 1.125rem;
	padding-top: 0.625rem;
}

.example__item-detail {
	font-size: 0.875rem;
}

.service-content {
	padding: 1.875rem 0;
}

.service-content__title:after {
	margin-top: 0.625rem;
	width: 1.875rem 0.1875rem;
}

.service-content__items {
	gap: 0.9375rem;
	padding-top: 0.9375rem;
}

.service-content__item {
	border-radius: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 21.875rem;
	padding: 1.25rem;
	width: 100%;
}

.service-content__item-img {
	height: 4.375rem;
	width: 4.375rem;
}

.service-content__item-img img {
	height: 2.5rem;
	width: 2.5rem;
}

.service-content__item-title {
	font-size: 1rem;
	padding-top: 1.25rem;
}

.service-content__item-detail {
	font-size: 0.875rem;
	padding-top: 0.9375rem;
}

.service-lead {
	font-size: 0.875rem;
	padding-top: 1.875rem;
	text-align: left;
}

.voice {
	margin-top: 3.75rem;
	padding: 1.25rem 0 2.5rem;
}

.voice__title:before,
.voice__title:after {
	top: 3.125rem;
}

.voice__items {
	padding-top: 1.875rem;
}

.voice__item:not(:first-child) {
	margin-top: 1.25rem;
}

.voice__item {
	gap: 1.25rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.voice__item-profile {
	width: 6.25rem;
}

.voice__item-comment {
	width: calc(100% - 6.25rem);
}

.voice__item-img {
	height: 4.375rem;
	width: 4.375rem;
}

.voice__item-field {
	font-size: 0.75rem;
	padding-top: 0.125rem 0.3125rem;
	white-space: nowrap;
}

.voice__item-name {
	font-size: 0.75rem;
}

.voice__item-comment {
	border-radius: 0.3125rem;
	font-size: 0.875rem;
	padding: 0.9375rem;
}

.voice__item-comment:after {
	height: 0.5rem;
	left: -0.5rem;
	top: 1.25rem;
	width: 0.5rem;
}

.mv__text span {
	font-size: 1.25rem;
	padding: 0.1875rem 0 0.1875rem 0.5rem;
}

.mv__img {
	margin-top: 7.5rem;
	width: 16.875rem;
}

.mv__item--01 {
	left: 10%;
	top: 7.5rem;
	width: 2rem;
}

.mv__item--02 {
	left: 40%;
	top: 9.375rem;
	width: 2.625rem;
}

.mv__item--03 {
	bottom: 3.75rem;
	left: 7%;
	width: 2.8125rem;
}

.mv__item--04 {
	right: 15%;
	top: 7.5rem;
	width: 2.5rem;
}

.mv__item--05 {
	right: 7%;
	width: 3.4375rem;
}

.top-about {
	padding: 2.5rem 0;
}

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

.top-about__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 12.5rem;
	padding-right: 0;
	padding-right: initial;
	position: relative;
	top: 0.625rem;
	width: 100%;
}

.top-about__text {
	padding: 1.5625rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.top-about__title {
	font-size: 1.5rem;
}

.top-about__detail {
	font-size: 0.875rem;
	padding-top: 0.9375rem;
}

.top-blog {
	padding: 2.5rem 0;
}

.top-blog__items {
	padding-top: 1.875rem;
}

.top-blog__btn {
	margin-top: 2.5rem;
}

.top-company {
	padding: 2.5rem 0;
}

.top-company__message {
	gap: 1.875rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1.875rem;
}

.top-company__message-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 15.625rem;
	width: 100%;
}

.top-company__message-text {
	font-size: 0.875rem;
	width: 100%;
}

.top-company__message-text span {
	font-size: 0.875rem;
	padding-top: 1.25rem;
}

.top-company__overview {
	border-radius: 0.625rem;
	margin-top: 1.875rem;
	max-width: 40.625rem;
	padding: 1.25rem 1.875rem 1.875rem;
	width: 100%;
}

.top-company__overview dl {
	padding: 0.9375rem 0;
}

.top-company__overview dt,
.top-company__overview dd {
	font-size: 0.875rem;
}

.top-company__overview dt {
	width: 4.6875rem;
}

.top-company__overview dd {
	padding-left: 1.25rem;
	width: calc(100% - 4.6875rem);
}

.top-faq {
	padding: 2.5rem 0;
}

.top-faq__items {
	padding-top: 1.875rem;
}

.top-feature {
	padding: 2.5rem 0;
}

.top-feature__inner {
	padding-left: 0;
	padding-right: 0;
}

.top-feature__title {
	font-size: 1.5rem;
}

.top-feature__title span {
	font-size: 5.625rem;
}

.top-feature__title:after {
	height: 1.125rem;
	left: 44%;
	top: 1.875rem;
	width: 6.25rem;
}

.top-feature__title:before {
	height: 2.1875rem;
	top: -1.25rem;
	width: 1.875rem;
}

.top-feature__content {
	padding: 1.875rem;
}

.top-feature__content:before {
	height: 15.625rem;
	top: -7.5rem;
	width: 15.625rem;
}

.top-feature__item {
	gap: 1.875rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 1.25rem 7%;
}

.top-feature__item:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.top-feature__item-text {
	width: 100%;
}

.top-feature__item-img {
	width: 100%;
}

.top-feature__item-title {
	font-size: 1.125rem;
	padding-bottom: 0.3125rem;
}

.top-feature__item-detail {
	font-size: 0.875rem;
	padding-top: 0.625rem;
}

.top-feature__item-img img {
	max-width: 15.625rem;
}

.top-feature__item:nth-child(2) .top-feature__item-img img {
	width: 12.5rem;
}

.top-nayami {
	padding: 2.5rem 0;
}

.top-nayami__items {
	gap: 0rem;
	grid-template-columns: repeat(1, 1fr);
	padding-top: 1.875rem;
}

.top-nayami:after {
	bottom: -1rem;
	height: 1.0625rem;
	width: 2rem;
}

.top-news {
	padding: 2.5rem 0;
}

.top-news__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.top-news__title {
	padding-top: 0rem;
	text-align: center;
	width: 100%;
}

.top-news__items {
	width: 100%;
}

.top-news__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.25rem 0;
}

.top-news__item-date {
	font-size: 0.875rem;
	width: 100%;
}

.top-news__item-title {
	font-size: 0.875rem;
	width: 100%;
}

.top-service {
	padding: 2.5rem 0;
}

.top-service__title img {
	margin-right: 0.625rem;
	top: 0.3125rem;
	width: 9.375rem;
}

.top-service__items {
	gap: 2.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 1.875rem;
}

.top-service__item {
	width: 100%;
}

.top-service__item-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 15.625rem;
	width: 100%;
}

.top-service__item-text {
	margin-top: -2.5rem;
}

.top-service__item-title {
	font-size: 1.125rem;
}

.top-service__item-detail {
	font-size: 0.875rem;
	padding-top: 0.625rem;
}

.top-service__item-btn {
	margin-top: 1.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes floating {

0% {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

100% {
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
}

}

@keyframes floating {

0% {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

100% {
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
}

}


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