body {
	background-color: #f7f7f7;
	color: #231815;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.u-desktop {
	display: block;
}

.u-tab {
	display: none;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol,
li {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.comparison {
	margin-top: 6.1875rem;
	padding-bottom: 8.25rem;
	position: relative;
}

.comparison__body {
	background-color: #fffcf3;
	border-radius: 5rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.comparison::after {
	background: transparent url(../images/common/arrow-repeat.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 5.75rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3rem;
}

.comparison__img {
	margin: 3.5rem auto 0;
	max-width: 70rem;
}

.contact {
	background-color: #f6b800;
	margin-top: 11.5rem;
	overflow: hidden;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.contact__inner {
	position: relative;
}

.contact__inner::after {
	aspect-ratio: 1/1;
	background: transparent url(../images/common/bg-circle-contact.webp) no-repeat center center/cover;
	bottom: -30rem;
	content: "";
	left: -25rem;
	max-width: 50rem;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.contact__body {
	background-color: #fff;
	border-radius: 2.5rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
	z-index: 1;
}

.contact__top {
	margin-left: auto;
	margin-right: auto;
	max-width: 70rem;
	position: relative;
}

.contact__data {
	max-width: 28.125rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.contact__form {
	margin-top: 3.5rem;
}

.cta-sec {
	background-color: #f6b800;
	margin-top: 2.5rem;
	overflow: hidden;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.cta-sec__inner {
	position: relative;
}

.cta-sec__inner::after {
	aspect-ratio: 1/1;
	background: transparent url(../images/common/bg-circle-contact.webp) no-repeat center center/cover;
	bottom: -30rem;
	content: "";
	max-width: 50rem;
	position: absolute;
	right: -28.5rem;
	width: 100%;
	z-index: 0;
}

.cta-sec__body {
	background-color: #fff;
	border-radius: 2.5rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
	z-index: 1;
}

.cta-sec__title {
	font-size: 1.75rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: center;
}

.cta-sec__list {
	display: flex;
	gap: 3.5rem;
	justify-content: center;
	margin: 3.5rem auto 0;
}

.cta-sec__block {
	max-width: 25rem;
	width: calc(50% - 1.75rem);
}

.cta-sec__btn {
	margin-top: 1.5rem;
}

.feature {
	margin-top: 8rem;
}

.feature__inner.inner {
	max-width: 78.125rem;
}

.feature__cards {
	-moz-column-gap: 7.5rem;
	column-gap: 7.5rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.5rem;
	position: relative;
	row-gap: 5.5rem;
}

.feature__card {
	background: #fff;
	border-radius: 1rem;
	padding: 2rem;
	width: calc(50% - 3.75rem);
}

.feature__card-title {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	margin-bottom: 1rem;
	position: relative;
	z-index: 1;
}

.feature__card-title::after {
	background-color: #ffe28b;
	border-radius: 0.125rem;
	bottom: 0.1875rem;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.feature__card-text {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.feature__button {
	margin-top: 1rem;
	max-width: 15rem;
}

.feature__card-subtext-wrap {
	margin-top: 1rem;
	position: relative;
}

.feature__card-subtext {
	background-color: #fff;
	color: #ef6a00;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	padding-right: 0.5rem;
	position: relative;
	z-index: 1;
}

.feature__card-subtext-wrap::after {
	background-image: repeating-linear-gradient(90deg, #ef6a00, #ef6a00 6px, transparent 6px, transparent 13px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 100% 2px;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(82% - 0.5rem);
	z-index: 0;
}

.feature__list-item {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	padding-left: 1rem;
	position: relative;
}

.feature__list-item::before {
	color: #231815;
	content: "・";
	left: 0;
	position: absolute;
}

.feature__logo {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #fffcf3;
	border-radius: 50%;
	box-shadow: 0 0 1.25rem rgba(51, 51, 51, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 50%;
	margin: 1.25rem 0;
	max-width: 15rem;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -56%);
	width: 100%;
}

.feature__logo img {
	max-width: 12.5rem;
}

.fv {
	margin-top: 5rem;
	padding: 6rem 0;
}

.fv__inner {
	position: relative;
}

.fv__inner.inner {
	max-width: 90rem;
	padding-left: 7.5rem;
	padding-right: 0.5rem;
}

.fv__inner::after {
	aspect-ratio: 1/1;
	background: transparent url(../images/common/bg-circle-fv.webp) no-repeat center center/cover;
	content: "";
	left: -31.3125rem;
	max-width: 68.25rem;
	position: absolute;
	top: -39.1875rem;
	width: 100%;
	z-index: 0;
}

.fv__body {
	align-items: center;
	display: flex;
	gap: 1.1875rem;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.fv__content {
	max-width: 45.25rem;
	width: 55.9505409583%;
}

.fv__subtext {
	border-bottom: 0.25rem solid #f6b800;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	padding-bottom: 0.5rem;
}

.fv__subtext span {
	font-family: "Montserrat", sans-serif;
}

.fv__title {
	font-size: 3rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1.5rem;
	white-space: nowrap;
}

.fv__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-top: 1.5rem;
}

.fv__text span {
	font-family: "Montserrat", sans-serif;
}

.fv__bottom {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	margin-left: -1.0625rem;
	margin-top: 2.375rem;
}

.fv__img {
	max-width: 20.125rem;
}

.fv__cta {
	max-width: 20rem;
	width: 197.5%;
}

.fv__btn {
	margin-top: 1rem;
}

.page-wrap {
	overflow: hidden;
}

.qa {
	margin-top: 8rem;
	position: relative;
	z-index: 2;
}

.qa__contents-wrap {
	background-color: #fffcf3;
	border-radius: 5rem;
	padding: 6rem 0;
}

.qa__main-title {
	position: relative;
}

.qa__main-img {
	aspect-ratio: 32/16;
	max-width: 20rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.qa__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 70rem;
}

.qa__list {
	margin-top: 2.5rem;
	position: relative;
	z-index: 1;
}

.service {
	margin-top: 8rem;
}

.service__inner {
	position: relative;
}

.service__body {
	background-color: #fffcf3;
	border-radius: 5rem;
	margin-top: 5rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
	z-index: 1;
}

.service__subtitle {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-top: 2.5rem;
	text-align: center;
}

.service__subtext {
	font-size: 1.75rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
	margin-top: 2.5rem;
	text-align: center;
}

.service__boxs {
	display: flex;
	gap: 3.1875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5rem;
	max-width: 70rem;
}

.service__item {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	max-width: 21.25rem;
	position: relative;
	text-align: center;
}

.service__item:not(:first-child):before {
	background-color: #7d7d7d;
	bottom: 25.1497005988%;
	content: "";
	height: 2px;
	left: -3.25rem;
	position: absolute;
	width: 3.4375rem;
}

.service__top {
	padding-top: 5rem;
	position: relative;
	width: 100%;
}

.service__number {
	color: #fdeec2;
	font-size: 10rem;
	left: 0;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	top: 0;
	z-index: 0;
}

.service__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 14.5625rem;
	position: relative;
	z-index: 1;
}

.service__image img {
	aspect-ratio: 233/162;
}

.service__content {
	text-align: left;
	width: 100%;
}

.service__title {
	background-color: #231815;
	border-radius: 1rem 1rem 0 0;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.04em;
	padding-bottom: 1rem;
	padding-top: 1rem;
	text-align: center;
}

.service__list {
	background-color: #fff;
	border-radius: 0 0 1rem 1rem;
	min-height: 12.5625rem;
	padding: 1.5rem;
}

.service__list-item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	padding-left: 1.75rem;
	position: relative;
}

.service__list-item span {
	font-family: "Montserrat", sans-serif;
}

.service__list-item::before {
	color: #d50037;
	content: "●";
	font-size: 0.8125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.service__list-item + .service__list-item {
	margin-top: 1rem;
}

.swiper {
	height: 100%;
}

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

.swiper-slide {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	width: auto;
}

.swiper-slide img {
	-o-object-fit: contain;
	border-radius: 1rem;
	box-shadow: 0 0 1.25rem rgba(51, 51, 51, 0.1);
	display: block;
	height: 90px;
	object-fit: contain;
	width: auto;
}

.voice {
	margin-top: 8rem;
}

.voice__inner {
	position: relative;
}

.voice__inner.inner {
	max-width: 78.125rem;
}

.voice__subtitle {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-top: 2.5rem;
	text-align: center;
}

.voice__body {
	margin: 5rem auto 0;
	position: relative;
	z-index: 1;
}

.voice__boxs {
	display: flex;
	gap: 2.4375rem;
}

.voice__item {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 1rem;
	flex: 1;
	max-width: 23.375rem;
	padding-top: 2.1875rem;
}

.voice__title {
	color: #f6b800;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	text-align: center;
}

.voice__image {
	margin-top: 0.5625rem;
}

.voice__bottom {
	margin-top: 5rem;
}

.worries__inner {
	position: relative;
}

.worries__body {
	background-color: #fff;
	border-radius: 5rem;
	padding: 6rem 0;
	position: relative;
	z-index: 1;
}

.worries__boxs {
	display: flex;
	gap: 3.0625rem;
	justify-content: center;
	margin: 3.5rem auto 0;
	max-width: 70rem;
}

.worries__box {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: calc(33% - 2.0416666667rem);
}

.worries__card {
	background: #f7f7f7;
	border-radius: 1rem;
	padding: 1.5rem;
	text-align: center;
	width: 100%;
}

.worries__card-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}

.worries__image {
	aspect-ratio: 1/1;
	margin-bottom: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 12.5rem;
}

.worries__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.worries__bottom {
	margin-top: 2rem;
	padding-top: 2.25rem;
	position: relative;
	text-align: center;
}

.worries__bottom::before {
	aspect-ratio: 48/20;
	background: transparent url(../images/common/arrow-orange.webp) no-repeat center center/cover;
	content: "";
	left: 50%;
	max-width: 3rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.worries__bottom-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
}

.worries__bottom-text span {
	font-family: "Montserrat", sans-serif;
}

.worries__btn {
	margin: 3.5625rem auto 0;
	max-width: 25rem;
}

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

.accordion {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0 1.25rem rgba(51, 51, 51, 0.1);
}

.accordion__q {
	align-items: center;
	cursor: pointer;
	display: flex;
	padding: 1.5rem 2rem 1.5rem 2.5rem;
	position: relative;
	transition: all 0.3s ease 0s;
}

.accordion__q span {
	color: #f6b800;
	font-size: 2.5rem;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.accordion__q.js-open {
	padding-bottom: 1rem;
}

.accordion__q p {
	color: #3b3634;
	font-size: 1.25rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
	padding-left: 2.5rem;
	padding-right: 2.75rem;
	position: relative;
	width: 100%;
}

.accordion__q p::after {
	background: transparent url(../images/common/ico-plus.webp) no-repeat center center/cover;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.accordion__q.js-open p::after {
	background-image: url(../images/common/ico-minus.webp);
}

.accordion-list__item:first-of-type .accordion__a {
	display: block;
}

.accordion__a {
	display: none;
	padding: 0 2.5rem 1.5rem 7.125rem;
}

.accordion__a.js-open {
	display: block;
}

.accordion__a p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.box__top {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.box__left {
	max-width: 6.4375rem;
}

.box__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 5rem;
}

.box__name {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-top: 0.5rem;
	text-align: center;
	white-space: nowrap;
}

.box__right {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.5rem;
	width: 27.125rem;
}

.box__txt {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.box__bottom {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0 1.25rem rgba(51, 51, 51, 0.1);
	cursor: pointer;
	margin-top: 2.0625rem;
	padding: 1.5rem 2.5rem;
	position: relative;
}

.box__bottom::before {
	border-bottom: 1.0625rem solid #fff;
	border-left: 1.25rem solid transparent;
	border-right: 1.25rem solid transparent;
	border-style: solid;
	border-top: 0;
	content: "";
	height: 0;
	left: 1.9375rem;
	position: absolute;
	top: -1.0625rem;
	width: 0;
}

.box__body {
	padding-bottom: 2.75rem;
	position: relative;
}

.box__body::after {
	background: transparent url(../images/common/ico-plus.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 1.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.5rem;
}

.box__body.js-open::after {
	background-image: url(../images/common/ico-minus.webp);
}

.box__title {
	color: #3b3634;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
	padding-bottom: 1.25rem;
	position: relative;
}

.box__title::after {
	background-image: repeating-linear-gradient(90deg, #c7c7c7, #c7c7c7 12px, transparent 12px, transparent 20px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 2px;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.box__span {
	font-size: 1.25rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
}

.boxs__item:first-of-type .box__sub {
	display: block;
}

.box__sub {
	display: none;
	padding-top: 1.25rem;
}

.box__a {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.boxs {
	-moz-column-gap: 5rem;
	column-gap: 5rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 3.875rem;
}

.boxs__item {
	width: calc(50% - 2.5rem);
}

.circle::before {
	aspect-ratio: 1/1;
	border: 5rem solid #f6b800;
	border-radius: 50%;
	content: "";
	display: block;
	max-width: 40rem;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.fv__inner.circle::before {
	bottom: -17.875rem;
	max-width: 46.25rem;
	right: -8.75rem;
}

.worries__inner.circle::before {
	bottom: -15.25rem;
	left: -20.8125rem;
	max-width: 35rem;
}

.service__inner.circle::before {
	bottom: -23rem;
	right: -23.375rem;
}

.cta-sec__inner.circle::before {
	left: -23.5rem;
	top: -25rem;
}

.voice__inner.circle::before {
	bottom: -17.1875rem;
	left: -26.0625rem;
}

.contact__inner.circle::before {
	max-width: 50rem;
	right: -28.3125rem;
	top: -30.0625rem;
}

.circle--orange::before {
	border-color: #ef6a00;
}

.contact-btn {
	background-color: #231815;
	border-radius: 0.25rem;
	cursor: pointer;
	display: inline-block;
	padding: 0.75rem;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.contact-btn--data {
	background-color: #ef6a00;
}

.contact-btn:hover {
	transform: scale(0.95);
}

.contact-btn > span,
.contact-btn p {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding-left: 2.25rem;
	position: relative;
}

.contact-btn p {
	display: inline-block;
}

.contact-btn > span::before,
.contact-btn p::before {
	background: transparent url(../images/common/ico-mail.svg) no-repeat center center/cover;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.contact-btn--data span::before,
.contact-btn--data p::before {
	background-image: url(../images/common/ico-download.svg);
}

.contents-title {
	text-align: center;
}

.contents-title__en {
	color: #f6b800;
	font-size: 3.5rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-bottom: 0.5rem;
	text-transform: capitalize;
}

.contents-title--cap .contents-title__en {
	text-transform: none;
}

.contents-title__ja {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
}

.cta-black-btn {
	background-color: #231815;
	border-radius: 0.25rem;
	cursor: pointer;
	display: inline-block;
	padding: 1.1875rem 1.125rem 1.125rem;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.cta-black-btn--big {
	padding: 1.25rem;
}

.cta-black-btn:hover {
	transform: scale(0.95);
}

.cta-black-btn span {
	color: #fff;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding-left: 2.25rem;
	position: relative;
}

.cta-black-btn span::before,
.cta-black-btn span::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
}

.cta-black-btn span::before {
	background-image: url(../images/common/ico-mail.svg);
	height: 1.25rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.cta-black-btn span::after {
	background-image: url(../images/common/ico-line.webp);
	height: 1rem;
	right: -1.5625rem;
	top: -0.625rem;
	width: 1.6875rem;
}

.fv .cta-onImg-btn {
	display: none;
}

.cta-onImg-btn {
	background-color: #ef6a00;
	border-radius: 0.25rem;
	cursor: pointer;
	display: inline-block;
	padding: 1.25rem 2.5rem 1.25rem 1.875rem;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.cta-onImg-btn:hover {
	transform: scale(0.95);
}

.cta-onImg-btn__img {
	bottom: 0.5rem;
	left: 2.0625rem;
	max-width: 8.1875rem;
	position: absolute;
}

.cta-onImg-btn__txt {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding-right: 2.25rem;
	position: relative;
	text-align: right;
}

.cta-onImg-btn__txt::before,
.cta-onImg-btn__txt::after {
	content: "";
	position: absolute;
	top: 50%;
}

.cta-onImg-btn__txt::before {
	background: transparent url(../images/common/arrow-red.webp) no-repeat center center/cover;
	height: 0.5rem;
	right: 0.4375rem;
	transform: translateY(-50%);
	width: 0.3125rem;
	z-index: 2;
}

.cta-onImg-btn__txt::after {
	background-color: #fff;
	border-radius: 50%;
	display: block;
	height: 1.25rem;
	right: 0;
	transform: translateY(-50%);
	width: 1.25rem;
}

.cta-orange-btn {
	background-color: #ef6a00;
	border-radius: 0.25rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 1rem;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.cta-orange-btn:hover {
	transform: scale(0.95);
}

.cta-orange-btn::before,
.cta-orange-btn::after {
	content: "";
	position: absolute;
	top: 50%;
}

.cta-orange-btn::before {
	background: transparent url(../images/common/arrow-red.webp) no-repeat center center/cover;
	height: 0.5rem;
	right: 1.9375rem;
	transform: translateY(-50%);
	width: 0.3125rem;
	z-index: 2;
}

.cta-orange-btn::after {
	background-color: #fff;
	border-radius: 50%;
	display: block;
	height: 1.25rem;
	right: 1.5rem;
	transform: translateY(-50%);
	width: 1.25rem;
}

footer {
	background-color: #333;
	color: #fff;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.footer__inner.inner {
	max-width: 77.5rem;
	padding: 0 2.5rem;
}

.footer__body {
	display: flex;
	justify-content: space-between;
}

.footer__left {
	display: flex;
	gap: 1.5rem;
}

.footer__link {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding-right: 1.0625rem;
	position: relative;
}

.footer__link:hover {
	opacity: 0.7;
}

.footer__link::after {
	background: transparent url(../images/common/ico-page.svg) no-repeat center center/cover;
	content: "";
	height: 0.8125rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8125rem;
}

.footer__right {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

header {
	background-color: #fff;
	box-shadow: 0 0 1.25rem rgba(51, 51, 51, 0.1);
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s;
	z-index: 2000;
}

.header__inner.inner {
	height: inherit;
	max-width: 90rem;
	padding: 0 2.5rem;
}

.header__body {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__left {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.header__logo {
	height: inherit;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	max-width: 15rem;
}

.header__subtext {
	border: 0.0625rem solid #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 0.25rem 0.5rem;
}

.header__subtext span {
	font-family: "Montserrat", sans-serif;
}

.header__right {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	height: inherit;
	width: 37.0588235294%;
}

.header__btn {
	max-width: 15rem;
	width: calc(50% - 0.75rem);
}

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

.sec-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.625rem;
}

.sec-title__sub {
	border-bottom: 2px solid #231815;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	padding-bottom: 0.5rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.sec-title__sub::before {
	background-color: #f7f7f7;
	border-bottom: 2px solid #231815;
	border-left: 2px solid #231815;
	bottom: -0.4375rem;
	content: "";
	height: 0.75rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(-45deg);
	width: 0.75rem;
	z-index: 2;
}

.sec-title__main {
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding-left: 3.25rem;
	padding-right: 2.875rem;
	padding-top: 0.5rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.sec-title__main::before,
.sec-title__main::after {
	background: transparent url(../images/common/deco-title.webp) no-repeat center center/cover;
	content: "";
	height: 2.5rem;
	position: absolute;
	width: 2.5rem;
}

.sec-title__main::before {
	left: 0;
	top: 0;
}

.sec-title__main::after {
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}

.sub-txt {
	text-align: center;
}

.sub-txt--left {
	text-align: left;
}

.sub-txt__top span {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	padding: 0 1rem;
	position: relative;
}

.sub-txt--comparison .sub-txt__top span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
}

.sub-txt__top--contact span {
	font-size: 1.5rem;
}

.sub-txt__top span::before,
.sub-txt__top span::after {
	background-color: #f6b800;
	border-radius: 0.125rem;
	content: "";
	height: 0.875rem;
	position: absolute;
	top: 50%;
	width: 0.125rem;
}

.sub-txt--comparison .sub-txt__top span::before,
.sub-txt--comparison .sub-txt__top span::after,
.sub-txt__top--contact span::before,
.sub-txt__top--contact span::after {
	height: 1.125rem;
}

.sub-txt__top span::before {
	left: 0;
	transform: translateY(-50%) rotate(-16deg);
}

.sub-txt__top span::after {
	right: 0;
	transform: translateY(-50%) rotate(16deg);
}

.sub-txt__bottom {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	margin-top: 0.5rem;
	text-align: center;
}

.sub-txt--comparison .sub-txt__bottom {
	font-size: 1.75rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
}

.sub-txt__bottom--big {
	font-family: "Montserrat", sans-serif;
	font-size: 2.75rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1rem;
	text-align: left;
}

@media (max-width: 1280px) {

html {
	font-size: 1.25vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.comparison {
	margin-top: 1.9375rem;
	padding-bottom: 4.9375rem;
}

.comparison__body {
	border-radius: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 2rem 1rem;
}

.comparison::after {
	height: 3.4375rem;
	width: 1.8125rem;
}

.sub-txt__bottom-span {
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
	margin-top: 0.5rem;
}

.comparison__img {
	margin-top: 1.5rem;
}

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

.contact__inner::after {
	bottom: -18.8125rem;
	left: -10.125rem;
	max-width: 25rem;
}

.contact__body {
	border-radius: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 40.625rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.contact__top {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.contact__data {
	max-width: 16.875rem;
	position: static;
	transform: translateY(0);
}

.contact__form {
	margin-top: 2rem;
}

.cta-sec {
	margin-top: 1.5rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.cta-sec__inner::after {
	bottom: -12.25rem;
	max-width: 25rem;
	right: -13.8125rem;
}

.cta-sec__body {
	border-radius: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 40.625rem;
	padding: 2.5rem 1rem;
}

.cta-sec__title {
	font-size: 1.25rem;
}

.cta-sec__list {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2rem;
}

.cta-sec__block {
	margin-left: auto;
	margin-right: auto;
	max-width: 20rem;
	width: 100%;
}

.cta-sec__block:nth-child(2) {
	padding-top: 2.5rem;
	position: relative;
}

.cta-sec__block:nth-child(2)::before {
	background-image: repeating-linear-gradient(90deg, #ef6a00, #ef6a00 6px, transparent 6px, transparent 12px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.feature {
	margin-top: 3.5rem;
}

.feature__inner.inner {
	padding: 0 0.875rem;
}

.feature__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.feature__cards {
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem;
}

.feature__card {
	padding: 1.5rem 1rem;
	width: 100%;
}

.feature__card-title {
	font-size: 1.125rem;
}

.feature__card-title::after {
	bottom: -0.25rem;
}

.feature__card-text {
	font-size: 0.875rem;
}

.feature__button {
	max-width: none;
	max-width: initial;
}

.feature__card-subtext {
	font-size: 0.75rem;
	white-space: nowrap;
}

.feature__list-item {
	font-size: 0.75rem;
	margin-bottom: 0;
}

.feature__list-item::before {
	font-size: 0.75rem;
}

.feature__logo {
	display: none;
}

.fv {
	margin-top: 4.5rem;
	padding-bottom: 0rem;
	padding-top: 2.5rem;
}

.fv__inner.inner {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.fv__inner::after {
	left: -17.5rem;
	top: -22.5rem;
	width: 37.5rem;
}

.fv__body {
	flex-direction: column;
	gap: 1.5625rem;
}

.fv__content {
	max-width: 39.25rem;
	width: 100%;
}

.fv__subtext {
	font-size: 1rem;
	padding-bottom: 0;
}

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

.fv__text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.fv__bottom {
	display: block;
	margin: 2.1875rem auto 0;
	max-width: 21.75rem;
}

.fv__img {
	display: none;
}

.fv__cta {
	max-width: none;
	max-width: initial;
	width: 100%;
}

.fv__balloon {
	margin: 0 calc(50% - 50vw);
}

.fv__btn {
	margin-top: 1.5rem;
}

.qa {
	margin-top: 3.5rem;
}

.qa__inner.inner {
	padding: 0 0.875rem;
}

.qa__contents-wrap {
	border-radius: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 39.75rem;
	padding: 3.5rem 1rem;
}

.qa__main-img {
	margin-top: 0.5rem;
	max-width: 12.5rem;
	position: static;
	transform: translateY(0);
}

.qa__body {
	max-width: 28.125rem;
}

.qa__list {
	margin-top: 0;
}

.service {
	margin-top: 3.6875rem;
}

.service__inner {
	max-width: 39.75rem;
}

.service__body {
	border-radius: 2.5rem;
	margin-top: 1.5rem;
	padding: 2.5rem 1rem;
}

.service__subtitle {
	font-size: 0.875rem;
	margin-top: 1.5rem;
	text-align: left;
}

.service__contents-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.service__subtext {
	font-size: 1.25rem;
	margin-top: 1.5rem;
	text-align: left;
}

.service__boxs {
	align-items: center;
	flex-direction: column;
	gap: 4.5rem;
	margin-top: 2rem;
}

.service__item {
	max-width: none;
	max-width: initial;
	width: 100%;
}

.service__item:not(:first-child):before {
	background-color: #f6b800;
	bottom: auto;
	left: 50%;
	top: -2.5rem;
	transform: translateX(-50%) rotate(90deg);
	width: 2.5rem;
}

.service__image {
	margin-top: 0;
	max-width: 13.375rem;
}

.service__content {
	margin-top: -0.1875rem;
	position: relative;
	z-index: 2;
}

.service__title {
	font-size: 0.875rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.service__list {
	min-height: 0;
	min-height: initial;
	padding: 1rem 1.5rem 1.5rem;
}

.service__list-item {
	font-size: 1rem;
	padding-left: 1.125rem;
}

.service__list-item::before {
	font-size: 0.625rem;
}

.service__list-item + .service__list-item {
	margin-top: 0.5rem;
}

.voice {
	margin-top: 3.5rem;
}

.voice__inner.inner {
	max-width: 39.75rem;
	padding: 0 0.875rem;
}

.voice__subtitle {
	font-size: 0.875rem;
	margin-top: 1.5rem;
	text-align: left;
}

.voice__body {
	margin-top: 2rem;
}

.voice__top-wrap {
	margin: 0 calc(50% - 50vw);
}

.voice__boxs {
	flex-wrap: nowrap;
	gap: 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	overflow-x: scroll;
}

.voice__item {
	border-radius: 0.875rem;
	min-width: 19.75rem;
	padding-top: 1.875rem;
}

.voice__title {
	font-size: 1.25rem;
}

.voice__bottom {
	margin-top: 2.5rem;
}

.worries {
	margin-top: 2.5625rem;
}

.worries__body {
	border-radius: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 2.5rem 0.8125rem;
}

.worries__boxs {
	flex-direction: column;
	gap: 2rem;
	margin-top: 2rem;
	max-width: 28.125rem;
}

.worries__box {
	width: 100%;
}

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

.worries__image {
	max-width: 10rem;
}

.worries__text {
	font-size: 0.875rem;
}

.worries__bottom {
	margin-top: 1.5rem;
	padding-top: 1.3125rem;
}

.worries__bottom::before {
	max-width: 2rem;
}

.worries__bottom-text {
	font-size: 1.125rem;
}

.worries__btn {
	margin-top: 2rem;
	max-width: 19.75rem;
}

.accordion-list__item + .accordion-list__item {
	margin-top: 1rem;
}

.accordion {
	border-radius: 0.5rem;
}

.accordion__q {
	padding: 1.5rem 1rem;
}

.accordion__q span {
	font-size: 1.5rem;
}

.accordion__q p {
	font-size: 0.875rem;
	line-height: 1.7;
	padding-left: 1rem;
	padding-right: 2.25rem;
}

.accordion__q p::after {
	height: 1.25rem;
	width: 1.25rem;
}

.accordion__a {
	padding: 0 1rem 1.5rem 3.3125rem;
}

.accordion__a p {
	font-size: 0.875rem;
}

.box__left {
	max-width: 5.5rem;
}

.box__name {
	font-size: 0.75rem;
}

.box__right {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	row-gap: 0rem;
	width: calc(100% - 1.5rem - 5.5rem);
}

.box__txt {
	font-size: 1rem;
}

.box__bottom {
	margin-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.box__body {
	padding-bottom: 2.5rem;
}

.box__title {
	font-size: 1.25rem;
	padding-bottom: 1rem;
}

.box__span {
	font-size: 1rem;
}

.box__sub {
	padding-top: 1rem;
}

.box__a {
	font-size: 0.875rem;
}

.boxs {
	flex-direction: column;
	gap: 2.5rem;
}

.boxs__item {
	width: 100%;
}

.circle::before {
	border-width: 3.75rem;
	max-width: 25rem;
}

.fv__inner.circle::before {
	bottom: -10.1875rem;
	right: -9.625rem;
	width: 25rem;
}

.worries__inner.circle::before {
	bottom: -5.4375rem;
	left: -12.5625rem;
	width: 25rem;
}

.service__inner.circle::before {
	bottom: -3.875rem;
	right: -12.6875rem;
	width: 25rem;
}

.cta-sec__inner.circle::before {
	left: -12.5rem;
	top: -15rem;
	width: 25rem;
}

.voice__inner.circle::before {
	bottom: -12.5rem;
	left: -12.5625rem;
	width: 25rem;
}

.contact__inner.circle::before {
	right: -12.5rem;
	top: -16rem;
	width: 25rem;
}

.contact-btn {
	padding: 0.5625rem;
}

.contact-btn--header {
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.4375rem 0.25rem;
}

.contact-btn > span,
.contact-btn p {
	font-size: 0.875rem;
	padding-left: 2.125rem;
}

.contact-btn--header span {
	font-size: 0.5rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	padding-left: 0;
	white-space: nowrap;
}

.contact-btn--header p {
	line-height: 0;
}

.contact-btn--header > span,
.contact-btn--header p {
	padding-left: 0;
	padding-top: 1.375rem;
	text-align: center;
}

.contact-btn > span::before,
.contact-btn p::before {
	height: 1.125rem;
	width: 1.125rem;
}

.contact-btn--header span::before,
.contact-btn--header p::before {
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
}

.contents-title__en {
	font-size: 2.5rem;
	margin-bottom: 0.25rem;
}

.contents-title__ja {
	font-size: 0.875rem;
}

.cta-black-btn {
	padding: 1rem;
}

.cta-black-btn--big {
	padding: 1.125rem;
}

.cta-black-btn span {
	font-size: 0.875rem;
}

.cta-black-btn span::after {
	height: 1.3125rem;
	right: -1.3125rem;
	top: -0.8125rem;
}

.fv .cta-onImg-btn {
	display: inline-block;
	padding: 1.25rem 1.5625rem 1.25rem 0.9375rem;
}

.cta-onImg-btn {
	font-size: 1.75rem;
	letter-spacing: 0em;
	padding: 1.25rem 1.375rem 1.25rem 0.9375rem;
}

.cta-onImg-btn__img {
	bottom: 0.5rem;
	left: 0.625rem;
	max-width: 7.6875rem;
}

.fv .cta-onImg-btn__img {
	bottom: 0.0625rem;
	left: 1.1875rem;
	max-width: 8.5rem;
}

.cta-onImg-btn__txt {
	font-size: 0.875rem;
}

.cta-orange-btn {
	font-size: 1.75rem;
	letter-spacing: 0em;
	padding: 1.3125rem 0.9375rem 1.375rem;
}

footer {
	padding-top: 1.5rem;
}

.footer__body {
	align-items: center;
	flex-direction: column;
	gap: 1.5rem;
}

header {
	height: 4.5rem;
}

.header__inner.inner {
	padding: 0 0.5rem;
}

.header__logo a {
	max-width: 7.5rem;
}

.header__subtext {
	font-size: 0.625rem;
	padding: 0.125rem 0.25rem;
}

.header__right {
	gap: 0.5rem;
	justify-content: end;
	width: 33.3333333333%;
}

.header__btn {
	max-width: 3.5rem;
	width: calc(50% - 0.25rem);
}

.inner {
	padding-left: 16px;
	padding-right: 16px;
}

.sec-title {
	gap: 1rem;
}

.sec-title__sub {
	font-size: 1rem;
}

.sec-title__sub::before {
	bottom: -0.375rem;
	height: 0.625rem;
	width: 0.625rem;
}

.sec-title__main {
	font-size: 1.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0;
}

.sec-title__main::before,
.sec-title__main::after {
	height: 1.5rem;
	width: 1.5rem;
}

.sub-txt--left {
	text-align: center;
}

.sub-txt__top span {
	font-size: 0.875rem;
}

.sub-txt--comparison .sub-txt__top span {
	font-size: 0.875rem;
}

.sub-txt__top--contact span {
	font-family: "Montserrat", sans-serif;
}

.sub-txt__bottom {
	font-size: 1rem;
	margin-top: 0.25rem;
}

.sub-txt--comparison .sub-txt__bottom {
	font-size: 1.25rem;
}

.sub-txt__bottom--big {
	font-size: 1.25rem;
	line-height: 1.7;
	text-align: center;
}

}

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

.u-tab {
	display: block;
}

}

@media (max-width: 376px) {

html {
	font-size: 4.2553191489vw;
}

}

/* フォーム追加設定 */

.form-columns-1,.form-columns-2{
	max-width: 100%!important;
}

.form-columns-1 input,.form-columns-2 input,.form-columns-1 select,.form-columns-2 select{
	border: 1px solid #c7c7c7;
	background-color:  #f7f7f7;
	border-radius: 0.25rem;
	width: 100%!important;
	padding: 0.5rem 1rem 0.35rem 1rem;
}

input:-webkit-autofill {
  background-color: #f7f7f7 !important;
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset !important;
  -webkit-text-fill-color: #231815 !important;
}

/* placeholder */
.form-columns-1 input::placeholder{
	color: #c7c7c7;
	font-weight: normal;
}

/* 余白 */
.form-columns-1+*,.form-columns-2+*{
	margin-top: 1.5rem!important;
}

label[id^="label-"]+*,label[id^="label-"] span+*{
	margin-top: .25rem;
}

.hs-field-desc+*{
	margin-top: .5rem;
}

/* セクション */
.contact__form{
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
	margin-top: 5.5rem;

}

@media screen and (max-width: 767px) {
	.contact__form{
	margin-top: 2rem;
	}
}

.contact__body{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

/* 必須項目 */
.hs-form-required{
	color:#ef6a00;
	margin-left: 0.25rem;
}
.hs-error-msg.hs-main-font-element{

}

/* 注釈 */
.hs-field-desc,.hs-error-msg.hs-main-font-element{
	font-size: 0.875rem;
	font-weight: normal;
}

*+.no-list.hs-error-msgs.inputs-list{
	padding-top: 0.25rem;
}

/* セレクトタグ */
select,input{
	color:#231815;
	font-weight: normal;
}

.form-columns-1 select,.form-columns-2 select{
	padding-right: 1.5rem;
}

select:invalid { 
	color:  #c7c7c7;
	font-weight: normal;
}

select option:first-child {
	color: #c7c7c7;
	font-weight: normal;
}

select option { 
	color:#231815;
	font-weight: normal;
}

.input:has(select){
	position: relative;
}

.input:has(select)::after{
    content: "";
    position: absolute;
    top: 50%;
	background: transparent url(../images/common/arrow-red.webp) no-repeat center center / cover;
    height: 0.5rem;
    right: 1rem;
	transform: translateY(-50%) rotate(90deg);
    width: 0.3125rem;
    z-index: 2;
}

/* チェックボックス */

.hs-form-checkbox,.hs-form-booleancheckbox{
	color:#231815;
	font-weight: normal;
}

input[type="checkbox"]{
	display: block;
	width: auto!important;
	appearance: auto!important;
}

.hs-error-msg.hs-main-font-element{
	color:#f2545b;
}

/* プライバシーポリシー */

div:has(.hs-dependent-field)+.hs-richtext{
	font-weight: normal;
}


.hs-richtext a{
	color:#ef6a00;
	text-decoration: underline;
	padding-right: 0.25rem;
}

.hs-richtext a:hover{
	text-decoration: none;
}

.hs-form-checkbox-display{
	display: flex;
	gap: 0.5rem;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 1.85rem!important;
}

.legal-consent-container .hs-form-booleancheckbox-display>input {
margin-top: 0.45rem;
}


/* ボタン */

.actions {
	margin-top: 4rem;
}

.actions input{
	background-color:#ef6a00;
	color:#fff;
	padding: 1rem;
	min-width: 300px;
	border-radius: 0.25rem;
	transition: all 0.3s ease 0s;
	font-weight: bold;
}

.actions input:hover {
	transform: scale(0.95);
}

/* @media screen and (max-width: 767px) { */
	.actions{
	text-align: center;
	}
/* } */


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