body {
	background-color: #F2F2F2;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

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

html {
	font-size: 16px;
}

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

input[type=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;
}

.contact {
	padding-bottom: 7.625rem;
	padding-top: 4.25rem;
}

.contact__icon {
	margin-left: auto;
	margin-right: auto;
	width: 5.5rem;
}

.contact__title {
	font-size: 3.5625rem;
	font-weight: 500;
	text-align: center;
}

.contact__subtitle {
	background-color: #E60012;
	color: #fff;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 3.25rem;
	padding: 0.875rem 0;
	text-align: center;
}

.contact__text {
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 2.375rem;
	text-align: center;
}

.contact__description {
	font-size: 1.1rem;
	font-weight: 500;
	margin-top: 2.375rem;
	text-align: center;
}

.contact__note {
	font-size: 0.9375rem;
	font-weight: 400;
	margin-top: 1.875rem;
	text-align: center;
}

.contact-form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	padding-left: 9.375rem;
	padding-right: 9.375rem;
}

.contact-form__group + .contact-form__group {
	margin-top: 2rem;
}

.contact-form__group label {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	font-weight: 400;
}

.contact-form__required {
	background-color: #FBD9DC;
	border-radius: 1.25rem;
	color: #E60012;
	font-size: 0.8125rem;
	margin-left: 8px;
	padding: 0 0.5rem;
}

input[type=text] {
	background-color: #fff;
	border: 1px solid #808080;
	border-radius: 0.5rem;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.7222222222;
	margin-top: 0.625rem;
	padding: 0.5rem 1.25rem;
	width: 100%;
}

input[type=text]::-moz-placeholder {
	color: #ccc;
	font-size: 1.25rem;
	font-weight: 400;
}

input[type=text]::placeholder {
	color: #ccc;
	font-size: 1.25rem;
	font-weight: 400;
}

.contact-form__group.contact-form__group--checkbox {
	margin-top: 3.125rem;
}

.contact-form__note,
.contact-form__note-address {
	font-size: 1rem;
	font-weight: 400;
}

.contact-form__group .contact-form__checkbox {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: 1rem;
}

.contact-form__group .contact-form__checkbox input[type=checkbox] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #808080;
	border-radius: 0.3125rem;
	cursor: pointer;
	height: 1.6875rem;
	margin: 0;
	position: relative;
	width: 1.6875rem;
}

.contact-form__group .contact-form__checkbox input[type=checkbox]::after {
	border-bottom: 0.1875rem solid #E6E6E6;
	border-right: 0.1875rem solid #E6E6E6;
	content: "";
	height: 0.875rem;
	left: 0.5625rem;
	position: absolute;
	top: 0.25rem;
	transform: rotate(45deg);
	width: 0.5rem;
}

.contact-form__group .contact-form__checkbox input[type=checkbox]:checked::after {
	border-bottom: 0.1875rem solid #E60012;
	border-right: 0.1875rem solid #E60012;
	content: "";
	height: 0.875rem;
	left: 0.5625rem;
	position: absolute;
	top: 0.25rem;
	transform: rotate(45deg);
	width: 0.5rem;
}

.contact-form__checkbox-text {
	font-size: 1.4375rem;
	font-weight: 400;
}

.contact-form__submit-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.contact-form__submit {
	background-color: #E60012;
	border: none;
	border-radius: 2.5rem;
	color: white;
	cursor: pointer;
	font-size: 1.6875rem;
	font-weight: 700;
	padding: 0.625rem;
	transition: background-color 0.3s;
	width: 19.125rem;
}

.contact__bottom-text {
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.2692307692;
	margin-top: 3.875rem;
	text-align: center;
}

.contact__company {
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 4.25rem;
	text-align: center;
}

.contact__tel {
	margin-right: 4.125rem;
	margin-top: 1.25rem;
}

.contact__tel-link {
	grid-gap: 1.125rem;
	align-items: center;
	display: grid;
	gap: 1.125rem;
	grid-template-columns: 3.9375rem auto;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.contact__tel-number {
	font-size: 3.9375rem;
	font-weight: 500;
	line-height: 1;
}

.contents {
	margin-top: 1.875rem;
}

.fap {
	padding-bottom: 4.0625rem;
}

.fap__title {
	border-bottom: 0.1875rem solid #E60012;
	font-size: 2.25rem;
	font-weight: 500;
	padding-bottom: 0.8125rem;
}

.faq__list {
	margin-top: 4.5rem;
}

.faq__item {
	position: relative;
}

.faq__item + .faq__item {
	margin-top: 8.75rem;
}

.faq__item + .faq__item::after {
	background-color: #ccc;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: -4.375rem;
	transform: translateX(-50%);
	width: 41.5rem;
}

.faq__question {
	grid-gap: 1.75rem;
	display: grid;
	gap: 1.75rem;
	grid-template-columns: 3.3125rem 1fr;
}

.faq__question-icon {
	margin-top: 0.375rem;
}

.faq__question-text {
	font-size: 1.6875rem;
	font-weight: 600;
	line-height: 1.2962962963;
}

.faq__answer {
	grid-gap: 1.75rem;
	display: grid;
	gap: 1.75rem;
	grid-template-columns: 3.3125rem 1fr;
	margin-top: 1.875rem;
}

.faq__answer-icon {
	margin-top: 0.375rem;
}

.faq__answer-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.65;
}

.faq__answer-text span {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.mv {
	padding-top: 2.25rem;
}

.mv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 2.5rem;
	padding-right: 3.75rem;
}

.mv__container {
	grid-gap: 2.375rem;
	display: grid;
	gap: 2.375rem;
	grid-template-columns: 61.8644067797% auto;
}

.mv__swiper {
	aspect-ratio: 730/810;
	width: 100%;
}

.swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 730/810;
	height: auto;
	object-fit: cover;
}

.mv__swiper-navigation {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: -5rem;
}

.swiper-button-prev,
.swiper-button-next {
	background-color: #E60012;
	border-radius: 50%;
	height: 4.375rem;
	margin: 0;
	position: relative;
	width: 4.375rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	border-right: 0.1875rem solid #fff;
	border-top: 0.1875rem solid #fff;
	content: "";
	height: 1.375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 1.375rem;
}

.swiper-button-prev::after {
	transform: translate(-25%, -50%) rotate(-135deg);
}

.swiper-button-next::after {
	transform: translate(-75%, -50%) rotate(45deg);
}

.swiper-pagination {
	max-width: 18.75rem;
	position: static;
}

.swiper-pagination {
	display: flex;
	gap: 1.625rem;
	justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet {
	background-color: #999999;
	height: 1.25rem;
	opacity: 1;
	opacity: initial;
	width: 1.25rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #E60012;
}

.mv__contents {
	margin-top: 4.5rem;
}

.mv__service-category {
	font-size: 1.125rem;
	font-weight: 400;
}

.mv__service-name {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 0.5rem;
}

.mv__service-text {
	font-size: 1.1875rem;
	font-weight: 400;
	margin-top: 1.25rem;
}

.mv__button-primary {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #E60012;
	border-radius: 4rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.6875rem;
	font-weight: 700;
	justify-content: center;
	margin-top: 3.125rem;
	padding: 1.5625rem 5rem;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s;
}

.mv__button-primary::after {
	border-color: #fff;
	border-right: 0.1875rem solid;
	border-top: 0.1875rem solid;
	content: "";
	height: 1.375rem;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: rotate(45deg) translateX(-63%);
	width: 1.375rem;
}

.mv__button-secondary {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.125rem solid #E60012;
	border-radius: 2rem;
	color: #E60012;
	display: inline-flex;
	font-size: 1rem;
	font-weight: bold;
	justify-content: center;
	margin-top: 0.625rem;
	padding: 0.625rem 3.5rem;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s;
}

.mv__button-secondary::after {
	border-color: #E60012;
	border-right: 0.125rem solid;
	border-top: 0.125rem solid;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: rotate(45deg) translateX(-50%);
	width: 0.75rem;
}

.overview {
	align-items: center;
	position: relative;
}

.overview__arrow {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6rem;
	max-width: 11.375rem;
}

.overview__check-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding: 0 3.75rem;
}

.overview__contents {
	grid-gap: 3.4375rem;
	align-items: center;
	background-color: #F2F2F2;
	border: 0.3125rem solid #E60012;
	border-radius: 1.0625rem;
	display: grid;
	gap: 3.4375rem;
	grid-template-columns: 9.375rem auto;
	margin-top: 4.5rem;
	padding: 2.125rem 17.5rem 3rem 2.875rem;
	position: relative;
}

.overview__message-sub {
	font-size: 1.3125rem;
	font-weight: 400;
}

.overview__message-main {
	-webkit-text-decoration: underline;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 0.625rem;
	text-decoration: underline;
}

.overview__message-main span {
	color: #E60012;
}

.overview__men {
	bottom: 0;
	max-width: 20.625rem;
	position: absolute;
	right: 0;
}

.procedure__title {
	border-bottom: 0.1875rem solid #E60012;
	font-size: 2.25rem;
	font-weight: 500;
	padding-bottom: 0.8125rem;
}

.procedure__list {
	margin-top: 3.375rem;
}

.procedure__item {
	background-color: #F2F2F2;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	padding-bottom: 1.5rem;
	padding-left: 2.5rem;
	padding-top: 1.125rem;
	position: relative;
}

.procedure__item:nth-of-type(1) {
	padding-right: 6.75rem;
}

.procedure__item:nth-of-type(2) {
	padding-right: 4.25rem;
}

.procedure__item:nth-of-type(3) {
	display: block;
	padding-right: 4.25rem;
}

.procedure__item::before {
	-webkit-clip-path: polygon(50% 2.5rem, 0% 0%, 5rem 0%);
	background-color: #B3B3B3;
	clip-path: polygon(50% 2.5rem, 0% 0%, 5rem 0%);
	content: "";
	height: 2.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 5rem;
}

.procedure__item:nth-of-type(1):before,
.procedure__item:nth-of-type(2):before {
	bottom: -2.9375rem;
}

.procedure__item:nth-of-type(3):before {
	bottom: -5.25rem;
}

.procedure__item::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #E60012;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
	height: 2.1875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.1875rem;
}

.procedure__item::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #E60012;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
	height: 2.1875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.1875rem;
}

.procedure__item + .procedure__item {
	margin-top: 3.4375rem;
}

.procedure__step-title-wrap {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.procedure__step-container {
	align-items: center;
	display: flex;
	gap: 0.1875rem;
}

.procedure__step-step {
	max-width: 2.8125rem;
}

.procedure__step-number {
	max-width: 2.5rem;
}

.procedure__step-title {
	font-size: 2.1875rem;
	font-weight: 600;
}

.procedure__step-text-wrapper {
	margin-top: 0.875rem;
}

.procedure__item:nth-of-type(3) .procedure__step-text-wrapper {
	margin-top: 0;
}

.procedure__step-text {
	font-size: 1.25rem;
	font-weight: 500;
}

.procedure__item:nth-of-type(1) .procedure__step-image {
	margin-top: 0.375rem;
	max-width: 6.25rem;
}

.procedure__item:nth-of-type(2) .procedure__step-image {
	margin-top: 1.6875rem;
	max-width: 11.5rem;
}

.procedure__item:nth-of-type(3) .procedure__step-contents-container:nth-of-type(2) .procedure__step-image {
	margin-top: 0.5rem;
	max-width: 11.5rem;
}

.procedure__item:nth-of-type(3) .procedure__step-contents-container:nth-of-type(3) .procedure__step-image {
	margin-right: 1.5rem;
	margin-top: 0.125rem;
	max-width: 9.875rem;
}

.procedure__step-notes {
	font-size: 0.9375rem;
	font-weight: 400;
	margin-top: 0.625rem;
}

.procedure__step-sub-title {
	color: #E60012;
	font-size: 1.5rem;
	font-weight: 600;
}

.procedure__step-contents-container {
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.procedure__step-contents-container + .procedure__step-contents-container {
	margin-top: 3.375rem;
}

.procedure__step4 {
	background-color: #F2F2F2;
	border: 0.375rem solid #E60012;
	border-radius: 0.8125rem;
	margin-top: 6.875rem;
	padding: 1.25rem 1.25rem 1.875rem;
}

.procedure__step4-container {
	align-items: center;
	display: flex;
	gap: 0.1875rem;
	justify-content: center;
}

.procedure__step4-step {
	max-width: 2.8125rem;
}

.procedure__step4-number {
	max-width: 2.5rem;
}

.procedure__ste4p-title {
	font-size: 3.125rem;
	font-weight: 700;
	text-align: center;
}

.procedure__step4-text-wrapper {
	text-align: center;
}

.procedure__step4-text {
	font-size: 1.125rem;
	font-weight: 500;
}

.footer {
	background-color: #F2F2F2;
	padding-top: 3.125rem;
}

.footer__title {
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
}

.footer__company {
	grid-gap: 1.125rem;
	align-items: center;
	display: grid;
	gap: 1.125rem;
	grid-template-columns: 4.8125rem auto;
	justify-content: center;
	margin-top: 0.5rem;
}

.footer__company-name {
	font-size: 1.875rem;
	font-weight: 600;
}

.footer__association {
	grid-gap: 1.625rem;
	display: grid;
	gap: 1.625rem;
	grid-template-columns: 6.25rem auto;
	justify-content: center;
	margin-top: 2.5rem;
}

.footer__association-text {
	font-size: 1.5rem;
	font-weight: 500;
}

.footer__association-link-text {
	font-size: 0.9375rem;
	font-weight: 400;
}

.footer__association-link {
	color: #2EA7E0;
	font-size: 0.9375rem;
	font-weight: 400;
	transition: opacity 0.3s;
}

.footer__copy {
	background-color: #E60012;
	color: #fff;
	display: block;
	font-size: 0.8125rem;
	font-weight: 400;
	margin-top: 1.875rem;
	padding: 0.625rem 0;
	text-align: center;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/

.header {
	background-color: #fff;
	height: 5.1875rem;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 2.5rem;
	padding-right: 3.75rem;
}

.header__name-wrapper {
	align-items: center;
	display: flex;
	gap: 1rem;
	height: inherit;
	padding-top: 1.5rem;
}

.header__copy {
	color: #E60012;
	font-size: 0.8875rem;
	font-weight: 400;
}

.header__name {
	font-size: 1.6375rem;
	font-weight: 600;
}

.header__logo {
	height: inherit;
	max-width: 10rem;
	padding-top: 1rem;
	width: 100%;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

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

.plan-selector {
	margin-top: 3.5rem;
}

.plan-selector__title {
	font-size: 1.125rem;
	font-weight: 400;
}

.plan-selector__title .required {
	background-color: #FBD9DC;
	border-radius: 1.25rem;
	color: #E60012;
	font-size: 0.8125rem;
	font-weight: 400;
	margin-left: 0.75rem;
	padding: 0 0.5rem;
}

.plan-selector__options {
	margin-top: 0.625rem;
}

.radio-item {
	align-items: center;
	display: flex;
}

.radio-item input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #B3B3B3;
	border-radius: 50%;
	height: 1.4375rem;
	margin-left: 0;
	margin-right: 0.5rem;
	margin-top: 0;
	position: relative;
	width: 1.4375rem;
}

.radio-item input[type=radio]:checked::after {
	background: #E60012;
	border-radius: 50%;
	content: "";
	height: 0.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-52%, -48%);
	width: 0.875rem;
}

.radio-item label {
	font-size: 1.25rem;
	font-weight: 600;
}

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

.price-display {
	margin-top: 3.75rem;
}

.price-display__label {
	font-size: 1.125rem;
}

.price-display__amount {
	align-items: center;
	background-color: #fff;
	border-radius: 0.5rem;
	display: flex;
	font-weight: 600;
	justify-content: space-between;
	margin-top: 0.625rem;
	padding: 0.625rem 0.5rem 0.625rem 1.875rem;
}

.price-display__price {
	font-size: 2.3125rem;
}

.price-display__unit {
	font-size: 1.25rem;
}

.tab {
	margin-top: 2.875rem;
}

.tab-buttons__inner {
	grid-gap: 1.0625rem;
	display: grid;
	gap: 1.0625rem;
	grid-template-columns: repeat(4, 1fr);
}

.tab-button {
	background-color: #fff;
	border: none;
	border-radius: 0.875rem 0.875rem 0 0;
	color: #E60012;
	cursor: pointer;
	font-size: 1.375rem;
	font-weight: 600;
	padding: 1.125rem 0.125rem 1.125rem;
	position: relative;
}

.tab-button.active {
	background-color: #E60012;
	color: white;
}

.tab-button::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #fff;
	bottom: -1.5rem;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
	height: 1.5625rem;
	left: 0;
	position: absolute;
	width: 2.9375rem;
}

.tab-button.active::after {
	background-color: #E60012;
}

.tab-buttons__image {
	margin-left: auto;
	margin-right: auto;
}

.tab-buttons__image--car {
	max-width: 3.5625rem;
}

.tab-buttons__image--document {
	max-width: 3.0625rem;
}

.tab-buttons__image--qa {
	max-width: 5.375rem;
}

.tab-buttons__image--law {
	max-width: 3.0625rem;
}

.tab-buttons__image path {
	fill: #999;
}

.tab-button.active .tab-buttons__image path {
	fill: #fff;
}

.tab-buttons__text {
	margin-top: 0.1875rem;
}

.tab-contents {
	background-color: #fff;
	padding-bottom: 7.5rem;
}

.tab-content {
	display: none;
	padding-top: 7.5rem;
}

.tab-content.active {
	display: block;
}

.commercial-law__table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 2rem;
	width: 100%;
}

.commercial-law__table th,
.commercial-law__table td {
	border: 1px solid #ccc;
	padding: 1rem;
	vertical-align: top;
}

.commercial-law__table th {
	background-color: #f5f5f5;
	font-weight: 600;
	white-space: nowrap;
	width: 30%;
}

.commercial-law__table td {
	line-height: 1.6;
}

@media (hover: hover) {

.contact-form__submit:hover {
	opacity: 0.7;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.8;
}

.mv__button-primary:hover {
	opacity: 0.8;
}

.mv__button-secondary:hover {
	opacity: 0.8;
}

.footer__association-link:hover {
	opacity: 0.8;
}

}

@media (max-width: 1280px) {

html {
	font-size: 1.25vw;
}

}

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

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 16px;
}

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

.contact {
	padding-bottom: 4rem;
	padding-top: 2.125rem;
}

.contact__icon {
	width: 4.75rem;
}

.contact__title {
	font-size: 1.875rem;
	margin-top: 0.75rem;
}

.contact__subtitle {
	font-size: 1.5rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 2.125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact__text {
	font-size: 1.25rem;
	letter-spacing: -0.01em;
	line-height: 1.3181818182;
	margin-top: 2rem;
}

.contact__note {
	font-size: 0.875rem;
	letter-spacing: -0.007em;
	line-height: 1.5714285714;
	margin-top: 1.5rem;
	text-align: left;
}

.contact-form {
	margin-top: 1.625rem;
	padding-left: 0;
	padding-right: 0;
}

.contact-form__group label {
	margin-left: 0.625rem;
}

input[type=text] {
	font-size: 1.125rem;
}

input[type=text]::-moz-placeholder {
	font-size: 1.125rem;
}

input[type=text]::placeholder {
	font-size: 1.125rem;
}

.contact-form__group.contact-form__group--checkbox {
	margin-top: 1.875rem;
}

.contact-form__note,
.contact-form__note-address {
	font-size: 1rem;
}

.contact-form__group .contact-form__checkbox {
	margin-left: 0;
	margin-top: 0.75rem;
}

.contact-form__submit-wrapper {
	margin-top: 2.125rem;
}

.contact__bottom-text {
	font-size: 1.25rem;
	line-height: 1.45;
	margin-top: 2.375rem;
}

.contact__company {
	font-size: 1.25rem;
	letter-spacing: -0.015em;
	line-height: 1.45;
	margin-top: 2.1875rem;
}

.contact__tel {
	margin-right: 0;
}

.contact__tel-link {
	gap: 0.75rem;
	grid-template-columns: 2.75rem auto;
}

.contact__tel-number {
	font-size: 2.8125rem;
	line-height: 1;
}

.fap {
	padding-bottom: 1.5rem;
}

.fap__title {
	font-size: 1.25rem;
	padding-bottom: 0.625rem;
}

.faq__list {
	margin-top: 1.25rem;
}

.faq__item + .faq__item {
	margin-top: 3.125rem;
}

.faq__item + .faq__item::after {
	top: -1.5625rem;
	width: 100%;
}

.faq__question {
	gap: 0.75rem;
	grid-template-columns: 2.375rem 1fr;
}

.faq__question-text {
	font-size: 1.125rem;
	line-height: 1.6111111111;
}

.faq__answer {
	gap: 0.75rem;
	grid-template-columns: 2.375rem 1fr;
	margin-top: 1.0625rem;
}

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

.mv {
	padding-top: 0;
}

.mv__inner {
	padding-left: 0;
	padding-right: 0;
}

.mv__container {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.mv__swiper-navigation {
	margin-top: -2.875rem;
}

.swiper-button-prev,
.swiper-button-next {
	height: 2.25rem;
	width: 2.25rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	height: 0.625rem;
	width: 0.625rem;
}

.swiper-pagination {
	max-width: 9.375rem;
}

.swiper-pagination {
	gap: 0.625rem;
}

.swiper-pagination .swiper-pagination-bullet {
	height: 0.625rem;
	width: 0.625rem;
}

.mv__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 31.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.mv__service-category {
	font-size: 1rem;
}

.mv__service-name {
	font-size: 1.875rem;
	line-height: 1.16;
	margin-top: 0.5rem;
}

.mv__service-text {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.mv__button-primary {
	display: block;
	font-size: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	padding: 1.4375rem 4.375rem;
	width: 20.9375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.mv__button-secondary {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.overview__arrow {
	margin-top: 1rem;
	max-width: 3.375rem;
}

.overview__check-inner {
	max-width: 31.25rem;
	padding: 0 1.25rem;
}

.overview__contents {
	gap: 0.5rem;
	grid-template-columns: 2.875rem auto;
	margin-top: 1.4375rem;
	padding: 0.5rem 2.5rem 0.75rem 0.375rem;
}

.overview__message-sub {
	font-size: 0.625rem;
}

.overview__message-main {
	font-size: 0.9375rem;
	line-height: 1.3;
	margin-top: 0.375rem;
}

.overview__men {
	bottom: -0.25rem;
	max-width: 6.75rem;
	right: -1.25rem;
}

.procedure {
	padding-bottom: 0.875rem;
}

.procedure__title {
	font-size: 1.25rem;
	padding-bottom: 0.625rem;
}

.procedure__list {
	margin-top: 1.25rem;
}

.procedure__item {
	flex-direction: column;
	gap: 1rem;
	padding-bottom: 1.75rem;
	padding-left: 1.25rem;
	padding-top: 0.875rem;
}

.procedure__item:nth-of-type(1) {
	padding-right: 1.25rem;
}

.procedure__item:nth-of-type(2) {
	padding-right: 1.25rem;
}

.procedure__item:nth-of-type(3) {
	padding-right: 1.25rem;
}

.procedure__item::before {
	-webkit-clip-path: polygon(50% 1.875rem, 0% 0%, 100% 0%);
	clip-path: polygon(50% 1.875rem, 0% 0%, 100% 0%);
	height: 1.875rem;
	width: 3.5625rem;
}

.procedure__item:nth-of-type(3):before {
	bottom: -3.125rem;
}

.procedure__item + .procedure__item {
	margin-top: 4.1875rem;
}

.procedure__step-step {
	max-width: 2.25rem;
}

.procedure__step-number {
	max-width: 2rem;
}

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

.procedure__step-text-wrapper {
	margin-top: 1.375rem;
}

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

.procedure__item:nth-of-type(3) .procedure__step-text {
	margin-top: 0.875rem;
}

.procedure__step-image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.procedure__item:nth-of-type(2) .procedure__step-image {
	margin-top: 1rem;
}

.procedure__item:nth-of-type(3) .procedure__step-contents-container:nth-of-type(2) .procedure__step-image {
	margin-top: 1.125rem;
}

.procedure__item:nth-of-type(3) .procedure__step-contents-container:nth-of-type(3) .procedure__step-image {
	margin-right: auto;
	margin-top: 1.125rem;
}

.procedure__step-notes {
	font-size: 0.875rem;
	letter-spacing: -0.05em;
	margin-top: 1rem;
}

.procedure__step-sub-title {
	font-size: 1.25rem;
}

.procedure__step-contents-container {
	flex-direction: column;
}

.procedure__step-contents-container + .procedure__step-contents-container {
	margin-top: 2.375rem;
}

.procedure__step4 {
	border-radius: 0.625rem;
	margin-top: 4.25rem;
	padding: 0.9375rem 0.9375rem 1.5625rem;
}

.procedure__step4-step {
	max-width: 2.25rem;
}

.procedure__step4-number {
	max-width: 2rem;
}

.procedure__ste4p-title {
	font-size: 1.875rem;
	margin-top: 0.9375rem;
}

.procedure__step4-text-wrapper {
	margin-top: 1.25rem;
	text-align: left;
}

.procedure__step4-text {
	font-size: 1.125rem;
	line-height: 1.4;
}

.footer {
	padding-top: 1.75rem;
}

.footer__title {
	font-size: 1.125rem;
}

.footer__company {
	gap: 0.4375rem;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.footer__company-logo {
	margin-left: auto;
	margin-right: auto;
	width: 4.8125rem;
}

.footer__company-name {
	font-size: 1.25rem;
	text-align: center;
}

.footer__association {
	gap: 0.9375rem;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.footer__association-logo {
	margin-left: auto;
	margin-right: auto;
	width: 6.25rem;
}

.footer__association-text {
	font-size: 1.125rem;
	text-align: center;
}

.footer__text-wrap {
	text-align: center;
}

.footer__association-link-text {
	font-size: 0.75rem;
}

.footer__association-link {
	font-size: 0.75rem;
}

.footer__copy {
	font-size: 0.5rem;
	margin-top: 0.8125rem;
	padding: 1rem 0;
}

.header {
	height: 4.5rem;
}

.header__inner {
	align-items: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__name-wrapper {
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
	justify-content: center;
	padding-top: 0;
}

.header__copy {
	font-size: 0.8875rem;
	line-height: 1;
}

.header__name {
	font-size: 1.125rem;
	line-height: 1;
}

.header__logo {
	max-width: 7.5625rem;
	padding-top: 0;
}

.inner {
	max-width: 500px;
	padding-left: 19px;
	padding-right: 19px;
}

.plan-selector {
	margin-top: 1.625rem;
}

.plan-selector__title {
	font-size: 1rem;
}

.plan-selector__title .required {
	font-size: 0.6875rem;
	margin-left: 0.375rem;
}

.plan-selector__options {
	margin-top: 1.125rem;
}

.radio-item label {
	font-size: 1.125rem;
}

.radio-item + .radio-item {
	margin-top: 0.625rem;
}

.price-display {
	margin-top: 1.875rem;
}

.price-display__label {
	font-size: 1rem;
}

.price-display__amount {
	margin-top: 0.625rem;
	padding: 1.125rem 0.5rem 1.125rem 1.875rem;
}

.price-display__price {
	font-size: 1.875rem;
}

.price-display__unit {
	font-size: 1.125rem;
}

.tab {
	margin-top: 1.125rem;
}

.tab-buttons__inner {
	gap: 0.625rem;
	padding-left: 0;
	padding-right: 0;
}

.tab-button {
	border-radius: 0.375rem 0.375rem 0 0;
	font-size: 0.75rem;
	padding: 0.625rem 0.0625rem 0.375rem;
}

.tab-button::after {
	bottom: -0.5625rem;
	height: 0.625rem;
	width: 1.1875rem;
}

.tab-buttons__image--car {
	max-width: 1.4375rem;
}

.tab-buttons__image--document {
	max-width: 1.25rem;
}

.tab-buttons__image--qa {
	max-width: 2.1875rem;
}

.tab-buttons__image--law {
	max-width: 1.25rem;
}

.tab-buttons__text {
	margin-top: 0.375rem;
}

.tab-contents {
	padding-bottom: 2.375rem;
}

.tab-content {
	padding-top: 2.25rem;
}

.commercial-law__table th,
.commercial-law__table td {
	padding: 0.5rem;
}

.commercial-law__table th {
	font-size: 0.875rem;
	white-space: normal;
}

.commercial-law__table td {
	font-size: 0.875rem;
}

.contact__description {
	font-size: 1rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}
}


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