/*-- 変数定義 ------------------------------*/

/* colors --------------------------------*/

/* font ----------------------------------*/

/* layout-inner --------------------------*/

/* z-index -------------------------------*/

/*-- 要素単位指定 ------------------------------*/

/*-- レスポンシブ ------------------------------*/

/* breakpoint -------------------------------*/

/*-- font ------------------------------*/

/*-- position 
position-absoluteを使用した位置調整用mixin------------------------------*/

/*-- background ------------------------------*/

/*-- flex 
flexboxを使用した並び調整用mixin------------------------------*/

/* reset css -------------------------------*/

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

/*-- base ------------------------------*/

body {
	background-color: #ffffff;
	color: #3d3d3d;
	font-family: noto-sans, sans-serif;
}

img {
	height: auto;
	max-width: 100%;
}

.sp-only {
	display: none;
}

/*-- インナー幅 ------------------------------*/

.inner {
	margin: 0 auto;
	max-width: 1920px;
	padding: 0 0px;
	width: 100%;
}

.header {
	background-color: transparent;
	font-family: noto-sans-cjk-jp, sans-serif;
	margin-top: 1.875rem;
	position: fixed;
	transition: 0.3s background-color ease-out;
	width: 100%;
	z-index: 2000;
}

.header.js-header-active {
	background-color: #ffffff;
	margin: 0;
	padding-top: 1.875rem;
}

.header__wrap {
	align-items: center;
	display: flex;
	height: 7.3125rem;
	justify-content: space-between;
}

.header__logo {
	margin-left: 9.25rem;
	position: relative;
	transition: 0.3s all ease-out;
	width: 8.875rem;
}

.header__logo a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.header__logo:hover {
	cursor: pointer;
	opacity: 0.7;
}

.header__right {
	align-items: center;
	display: flex;
}

.header__tel-icon {
	background-image: url("../img/tel_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 2.25rem;
	left: -2.6875rem;
	position: absolute;
	top: 0.1875rem;
	transition: 0.3s all ease-out;
	width: 2.25rem;
	z-index: 2500;
}

.header__tel-icon:hover {
	cursor: pointer;
	opacity: 0.7;
}

.header__nav {
	color: #8b8b8b;
	margin-right: 2.9375rem;
}

.header__list {
	-moz-column-gap: 1.75rem;
	align-items: center;
	column-gap: 1.75rem;
	display: flex;
}

.header__item {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4545454545;
	position: relative;
}

.header__item a {
	display: block;
}

.header__item a::after {
	background-color: #108af5;
	bottom: -0.875rem;
	content: "";
	display: block;
	height: 0.175rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.5s all ease-out;
	width: 100%;
}

.header__item a:hover::after {
	opacity: 1;
}

.header__item:first-child {
	margin-right: 0.5rem;
	padding: 0 0.75rem 0;
}

.header__btn {
	margin-right: 0.8125rem;
}

.header__tel-wrap {
	color: #108af5;
	margin-right: 2.8125rem;
	text-align: right;
}

.header__text {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
}

.header__tel {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.2;
	transition: 0.3s all ease-out;
}

.header__tel:hover {
	cursor: pointer;
	opacity: 0.7;
}

.footer {
	padding: 4.6875rem 0 0;
}

.footer__wrap {
	position: relative;
}

.footer__main {
	display: flex;
	margin: 0 auto 5.8125rem;
	width: 99.4375rem;
}

.footer__left {
	font-family: noto-sans-cjk-jp, sans-serif;
	margin-left: 0.9375rem;
	margin-right: 6.375rem;
}

.footer__overview-title {
	color: #b2c4d3;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2.53125;
	margin-bottom: 1.4375rem;
}

.footer__overview-content {
	align-items: center;
	display: flex;
	margin-left: 0.1875rem;
}

.footer__overview-content:nth-child(2) .footer__overview-head {
	margin-right: 12.0625rem;
}

.footer__overview-content:nth-child(3) .footer__overview-head {
	margin-right: 9.5625rem;
}

.footer__overview-content:nth-child(4) .footer__overview-head {
	margin-right: 11.1875rem;
}

.footer__overview-content:nth-child(5) .footer__overview-head {
	margin-right: 4.6875rem;
}

.footer__overview-content:nth-child(6) .footer__overview-head {
	margin-right: 7.125rem;
}

.footer__overview-content:not(:last-child) {
	margin-bottom: 1.875rem;
}

.footer__overview-head {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5384615385;
}

.footer__overview-body {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.1111111111;
	text-align: left;
}

.footer__center {
	margin-right: 6.875rem;
}

.footer__menu-title {
	color: #b2c4d3;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2.53125;
	margin-bottom: 1.4375rem;
}

.footer__list {
	margin-left: 0.3125rem;
}

.footer__item {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.1111111111;
	transition: 0.3s all ease-out;
}

.footer__item:not(:last-child) {
	margin-bottom: 1.875rem;
}

.footer__item:hover {
	cursor: pointer;
	opacity: 0.7;
}

.footer__right {
	text-align: left;
}

.footer__privacy {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 4.5;
	margin: 4.6875rem 0 1.5625rem 0.625rem;
}

.footer__privacy:hover {
	cursor: pointer;
	opacity: 0.7;
}

.footer__flex {
	-moz-column-gap: 2.5rem;
	align-items: center;
	column-gap: 2.5rem;
	display: flex;
	justify-content: space-between;
}

.footer__line {
	position: relative;
	transition: 0.3s all ease-out;
	width: 4.25rem;
}

.footer__line a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer__line:hover {
	cursor: pointer;
	opacity: 0.7;
}

.footer__tel-wrap {
	color: #108af5;
	margin-top: 2.1875rem;
}

.footer__text {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
}

.footer__tel {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.2;
	margin-left: 0.9375rem;
	transition: 0.3s all ease-out;
}

.footer__tel:hover {
	cursor: pointer;
	opacity: 0.7;
}

.footer__copyright {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 4.5;
	margin-left: -0.625rem;
	text-align: center;
}

.footer__scroll-wrap {
	bottom: 6.75rem;
	color: #108af5;
	position: absolute;
	right: 1.8125rem;
	transition: 0.3s all ease-out;
}

.footer__scroll-wrap:hover {
	cursor: pointer;
	opacity: 0.7;
}

.footer__scroll {
	align-items: center;
	display: flex;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.6363636364;
}

.footer__arrow {
	background-image: url("../img/arrow2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 2.3125rem;
	margin-right: 0.625rem;
	width: 2.3125rem;
}

.btn {
	align-items: center;
	background-color: #108af5;
	color: #fcfcfc;
	cursor: pointer;
	display: flex;
	justify-content: center;
	transition: 0.3s all ease-out;
}

.btn:hover {
	opacity: 0.7;
}

.btn--type1 {
	font-size: 1.375rem;
	font-weight: 700;
	height: 4.25rem;
	letter-spacing: 0em;
	line-height: 1.4545454545;
	width: 12.625rem;
}

.btn--type2 {
	border: 0.125rem solid #1174cb;
	border-radius: 0.5625rem;
	box-shadow: 0.3125rem 0.3125rem 0rem #4facfe;
	font-size: 1.375rem;
	font-weight: 700;
	height: 4.25rem;
	letter-spacing: 0em;
	line-height: 1.4545454545;
	margin: auto;
	position: relative;
	width: 26.1875rem;
}

.btn--contact {
	background: #108af5;
	border: none;
	border-radius: 0.4375rem;
	font-size: 1.375rem;
	font-weight: 700;
	height: 4.25rem;
	letter-spacing: 0em;
	line-height: 1.3636363636;
	margin: auto;
	width: 26.1875rem;
}

.btn--footer {
	height: 4.25rem;
	width: 17.125rem;
}

.btn--line {
	background-color: #6fc55e;
	font-size: 1.1875rem;
	font-weight: 700;
	height: 4.375rem;
	letter-spacing: 0em;
	line-height: 1.4210526316;
	padding-top: 0.625rem;
	width: 15.0625rem;
}

.section-title {
	font-size: 4.1875rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.2089552239;
	text-align: center;
}

.section-subtitle {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: center;
}

.form {
	margin-top: 2.5rem;
}

.form table {
	margin: 0 auto 0;
	width: 45.8125rem;
}

.form th {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	margin-left: 0.25rem;
	text-align: left;
	width: 100%;
}

.form td {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4545454545;
	text-align: left;
	width: 100%;
}

.form p {
	padding-left: 0.625rem;
}

.form__company-head {
	margin-bottom: 0.1875rem;
}

.form__company-body {
	margin-bottom: 0.8125rem;
}

.form__name-head {
	margin-bottom: 0.4375rem;
}

.form__name-body {
	margin-bottom: 0.8125rem;
}

.form__mail-head {
	margin-bottom: 0.4375rem;
}

.form__mail-body {
	margin-bottom: 1.125rem;
}

.form__tel-head {
	margin-bottom: 0.1875rem;
}

.form__tel-body {
	margin-bottom: 1.0625rem;
}

.form__content-head {
	margin-bottom: 0.9375rem;
}

.form__content-body {
	margin-bottom: 0.9375rem;
}

.form__text-head {
	margin-bottom: 0.4375rem;
}

.form__text-body {
	margin-bottom: 2.5rem;
}

.form input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fbfbfb;
	background-image: none;
	border: none;
	border-radius: 0.625rem;
	box-shadow: inset 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	color: inherit;
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	height: 2.1875rem;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	padding: 0.5625rem 0.9375rem;
	width: 100%;
}

.form input[type=text]:focus {
	border: 0.0625rem solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
}

.form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fbfbfb;
	background-image: none;
	border: none;
	border-radius: 0.625rem;
	box-shadow: inset 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	color: inherit;
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	height: 7.625rem;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	padding: 0.5625rem 0.9375rem;
	width: 100%;
}

.form textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
}

.form__radio {
	display: none;
}

.form__radio + span {
	cursor: pointer;
	display: inline-block;
	margin-right: 0.8125rem;
	padding-left: 1.6875rem;
	position: relative;
}

.form__radio + span::before {
	background: #fbfbfb;
	border-radius: 0.53125rem;
	box-shadow: inset 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	content: "";
	display: block;
	height: 1.0625rem;
	left: 0.1875rem;
	position: absolute;
	top: -0.125rem;
	width: 1.0625rem;
}

.form__radio + span::after {
	-webkit-transform: translateY(-50%);
	background: #3d3d3d;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 0.375rem;
	opacity: 0;
	position: absolute;
	top: 0.4375rem;
	transition: all 0.3s ease 0s;
	width: 0.625rem;
}

.form__radio:checked + span::after {
	opacity: 1;
}

.form__radio--last {
	margin: 0 !important;
}

.fv {
	overflow: hidden;
	padding: 9.1875rem 0 8.4375rem;
	position: relative;
}

.fv::before {
	background-image: url("../img/fv_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1500;
}

.fv::after {
	background-image: url("../img/fv_logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 93.75rem;
	left: 3.375rem;
	position: absolute;
	top: -13.25rem;
	width: 67.5rem;
	z-index: -1000;
}

.fv__wrap {
	display: flex;
	margin-bottom: 4.75rem;
}

.fv__left {
	margin: 6.5rem 0 0 12rem;
}

.fv__text {
	color: #3c3c3c;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	margin-bottom: 2.0625rem;
}

.fv__title {
	color: #3c3c3c;
	font-size: 6.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25;
	margin-bottom: 3.25rem;
}

.fv__container-wrap {
	display: flex;
	margin-left: 0.875rem;
}

.fv__container {
	align-items: center;
	background-color: #ffffff;
	border-radius: 0.875rem;
	display: flex;
	flex-direction: column;
	font-family: noto-sans-cjk-jp, sans-serif;
	height: 10.3125rem;
	justify-content: center;
	position: relative;
	text-align: center;
	width: 21.5rem;
}

.fv__container::after {
	background: linear-gradient(#00f2fe 0%, #4facfe 100%);
	border-radius: 1.0625rem;
	box-shadow: 0rem 0rem 0.625rem #3abffe;
	content: "";
	display: block;
	height: 10.9375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 22.125rem;
	z-index: -1;
}

.fv__container:last-child {
	margin-left: 3.5rem;
}

.fv__container:last-child .fv__container-head {
	margin: -0.125rem 0 2.125rem;
}

.fv__container:last-child .fv__container-body {
	font-size: 2.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1136363636;
	margin-left: 0.625rem;
}

.fv__container:last-child .fv__container-body span {
	font-size: 4.25rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 0.7205882353;
}

.fv__container-head {
	color: #4facfe;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1666666667;
	margin: 0 0 0.5625rem -0.3125rem;
}

.fv__container-body {
	color: #108af5;
	font-size: 2.6875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.0930232558;
}

.fv__right {
	pointer-events: none;
	position: relative;
}

.fv__img {
	left: -4rem;
	position: absolute;
	top: -3.6875rem;
	width: 60.3125rem;
}

.fv__btn {
	font-family: noto-sans-cjk-jp, sans-serif;
}

.fv__scroll-wrap {
	bottom: 3rem;
	left: 20.625rem;
	position: absolute;
	transition: 0.3s all ease-out;
}

.fv__scroll-wrap:hover {
	cursor: pointer;
	opacity: 0.7;
}

.fv__scroll {
	align-items: center;
	display: flex;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.6363636364;
	position: relative;
}

.fv__scroll a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.fv__arrow {
	background-image: url("../img/arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 2.1875rem;
	margin-right: 1.375rem;
	width: 2.1875rem;
}

.about {
	overflow: hidden;
	padding: 6.5625rem 0 8.125rem;
	position: relative;
}

.about::before {
	background-image: url("../img/about_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1500;
}

.about::after {
	background-image: url("../img/about_logobg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 8.8125rem;
	left: 50%;
	position: absolute;
	top: 35.625rem;
	transform: translateX(-50%);
	width: 147.875rem;
	z-index: -1000;
}

.about__wrap {
	text-align: center;
}

.about__accent-text {
	color: #108af5;
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 0.9473684211;
	margin: 1.5625rem 0 1.875rem;
}

.about__cards {
	-moz-column-gap: 4.9375rem;
	align-items: center;
	column-gap: 4.9375rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 5.5rem auto 0;
	width: 96.5625rem;
}

.about__card {
	background: #ffffff;
	border-radius: 1.125rem;
	box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	height: 29.625rem;
	width: 28.4375rem;
}

.about__card:nth-child(1) {
	width: 29.8125rem;
}

.about__card:nth-child(1) .about__card-title {
	margin: 3rem 0 -7.0625rem;
}

.about__card:nth-child(1) .about__card-img {
	margin-bottom: 11.1875rem;
}

.about__card:nth-child(2) .about__card-title {
	margin: 2.75rem 0 1.0625rem;
}

.about__card:nth-child(2) .about__card-img {
	margin-bottom: 3.3125rem;
}

.about__card:nth-child(3) .about__card-title {
	margin: 2.75rem 0 1.6875rem;
}

.about__card:nth-child(3) .about__card-img {
	margin-bottom: 2.6875rem;
}

.about__card-title {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4;
}

.about__card-img {
	height: 11.875rem;
	margin: auto;
	width: 23.625rem;
}

.about__card-text {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

.feature01 {
	overflow: hidden;
	padding: 6.5625rem 0 8.125rem;
}

.feature01__main {
	margin: 13.875rem auto 0;
	width: 100.1875rem;
}

.feature01__container {
	position: relative;
}

.feature01__container:nth-child(1) {
	margin-bottom: 15.625rem;
}

.feature01__container:nth-child(1) .feature01__img {
	right: -1.5rem;
	top: -7.5625rem;
	width: 53.75rem;
}

.feature01__container:nth-child(1) .feature01__point {
	margin-bottom: 1.5rem;
}

.feature01__container:nth-child(1) .feature01__title {
	margin-bottom: 1.5625rem;
}

.feature01__container:nth-child(2) {
	margin-bottom: 12.6875rem;
}

.feature01__container:nth-child(2) .feature01__img {
	left: -7.0625rem;
	top: -8.6875rem;
	width: 58.75rem;
}

.feature01__container:nth-child(2) .feature01__text-wrap {
	margin-left: auto;
}

.feature01__container:nth-child(2) .feature01__point {
	margin-bottom: 2.9375rem;
}

.feature01__container:nth-child(2) .feature01__title {
	margin-bottom: 1.9375rem;
}

.feature01__container:nth-child(3) {
	margin-bottom: 12.0625rem;
}

.feature01__container:nth-child(3) .feature01__img {
	right: 5.3125rem;
	top: -3.5rem;
	width: 34rem;
}

.feature01__container:nth-child(3) .feature01__point {
	margin-bottom: 2.9375rem;
}

.feature01__container:nth-child(3) .feature01__title {
	margin-bottom: 2rem;
}

.feature01__container:nth-child(4) .feature01__img {
	left: -2.6875rem;
	top: -10.0625rem;
	width: 50.125rem;
}

.feature01__container:nth-child(4) .feature01__text-wrap {
	margin-left: auto;
}

.feature01__container:nth-child(4) .feature01__point {
	margin-bottom: 3rem;
}

.feature01__container:nth-child(4) .feature01__title {
	margin-bottom: 2.1875rem;
}

.feature01__img {
	position: absolute;
}

.feature01__text-wrap {
	margin-left: 2.625rem;
	text-align: left;
	width: 45.6875rem;
}

.feature01__point {
	color: #00f2fe;
	font-family: futura-pt, sans-serif;
	font-size: 2.8125rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.2;
}

.feature01__title {
	font-size: 3.4375rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4181818182;
}

.feature01__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

.feature01__text span {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2;
}

.feature02 {
	padding: 6.5625rem 0 6.6875rem;
}

.feature02__main {
	display: flex;
	justify-content: space-between;
	margin: 2.3125rem auto 6.5625rem;
	width: 102.375rem;
}

.feature02__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.feature02__container:nth-child(1) .feature02__request {
	color: #94ff7e;
}

.feature02__container:nth-child(1) .feature02__img::after {
	background-image: url("../img/feature_request-arrow1.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5.625rem;
	content: "";
	display: block;
	height: 6.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 5.8125rem;
}

.feature02__container:nth-child(2) {
	margin-top: 2.5625rem;
}

.feature02__container:nth-child(2) .feature02__request {
	color: #ffa8f8;
}

.feature02__container:nth-child(2) .feature02__img::after {
	background-image: url("../img/feature_request-arrow2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5.625rem;
	content: "";
	display: block;
	height: 6.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 5.8125rem;
}

.feature02__container:nth-child(3) {
	margin-top: 5.5625rem;
}

.feature02__container:nth-child(3) .feature02__request {
	color: #ffc453;
}

.feature02__container:nth-child(3) .feature02__img::after {
	background-image: url("../img/feature_request-arrow3.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5.625rem;
	content: "";
	display: block;
	height: 6.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 5.8125rem;
}

.feature02__container:nth-child(4) {
	margin-right: 0.9375rem;
	margin-top: 8.0625rem;
}

.feature02__container:nth-child(4) .feature02__request {
	color: #cc7ac6;
}

.feature02__container:nth-child(4) .feature02__img::after {
	background-image: url("../img/feature_request-arrow4.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5.625rem;
	content: "";
	display: block;
	height: 6.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 5.8125rem;
}

.feature02__request {
	font-family: futura-pt, sans-serif;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.55;
}

.feature02__text {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4285714286;
}

.feature02__img {
	position: relative;
	width: 22.5rem;
}

.feature02__title {
	font-size: 3.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4;
	text-align: center;
}

.feature02__title:last-child {
	-o-border-image: linear-gradient(to right, rgba(148, 255, 126, 0.58) 0%, rgba(255, 168, 248, 0.58) 29.06%, rgba(255, 196, 83, 0.58) 66.01%, rgba(169, 122, 204, 0.58) 100%);
	border-bottom: 0.4375rem solid;
	border-image: linear-gradient(to right, rgba(148, 255, 126, 0.58) 0%, rgba(255, 168, 248, 0.58) 29.06%, rgba(255, 196, 83, 0.58) 66.01%, rgba(169, 122, 204, 0.58) 100%);
	border-image-slice: 1;
	margin: auto;
	padding-bottom: 0.3125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.step {
	overflow: hidden;
	padding: 6.5625rem 0 8.4375rem;
	position: relative;
}

.step::before {
	background-image: url("../img/step_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1500;
}

.step__title-wrap {
	display: flex;
	flex-direction: column;
	row-gap: 2.25rem;
}

.step__main {
	display: flex;
	justify-content: space-between;
	margin: 0.875rem auto 0;
	width: 101.25rem;
}

.step__container {
	align-items: center;
	background-image: url("../img/step_box-pc.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	flex-direction: column;
	height: 40.5rem;
	position: relative;
	text-align: center;
	width: 24.375rem;
}

.step__container:nth-child(1) .step__img {
	left: 5.75rem;
	position: absolute;
	top: 10.875rem;
	width: 10.75rem;
}

.step__container:nth-child(2) .step__img {
	position: absolute;
	top: 11.875rem;
	width: 10rem;
}

.step__container:nth-child(3) .step__img {
	position: absolute;
	top: 11.25rem;
	width: 10rem;
}

.step__container:nth-child(4) {
	margin-right: 4.25rem;
}

.step__container:nth-child(4) .step__img {
	position: absolute;
	top: 12.25rem;
	width: 10.1875rem;
}

.step__container:not(:last-child)::after {
	-webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: #b2c4d3;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	content: "";
	display: block;
	height: 1.375rem;
	position: absolute;
	right: -0.8125rem;
	top: 18.75rem;
	transform: rotate(90deg);
	width: 1.625rem;
}

.step__step {
	color: #108af5;
	font-family: futura-pt, sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.3666666667;
	position: absolute;
	top: 5.625rem;
}

.step__text {
	color: #000000;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.25;
	position: absolute;
	top: 24.8125rem;
}

.faq {
	padding: 6.5625rem 0 11.75rem;
}

.faq__main {
	margin: 5.75rem auto 0;
	width: 82.375rem;
}

.faq__container {
	margin-bottom: 4.3125rem;
	padding-right: 0.5rem;
}

.faq__container:nth-child(2) {
	margin-bottom: 5.5625rem;
}

.faq__container:nth-child(3) {
	margin-bottom: 5.8125rem;
}

.faq__question {
	border-bottom: 0.125rem solid #9dd1ff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.59375;
	margin-bottom: 1.75rem;
	padding: 0 0 1.3125rem 4.6875rem;
	position: relative;
}

.faq__question::before {
	background-color: #4facfe;
	border-radius: 100%;
	color: #fcfcfc;
	content: "Q.";
	display: block;
	font-size: 1.625rem;
	font-weight: 700;
	height: 3.5625rem;
	left: 0;
	letter-spacing: 0em;
	line-height: 2;
	position: absolute;
	text-align: center;
	top: 0;
	width: 3.5625rem;
}

.faq__answer {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	padding-left: 4.6875rem;
	position: relative;
}

.faq__answer::before {
	background-color: #10e1fe;
	border-radius: 100%;
	color: #fcfcfc;
	content: "A.";
	display: block;
	font-size: 1.625rem;
	font-weight: 700;
	height: 3.5625rem;
	left: 0;
	letter-spacing: 0em;
	line-height: 2;
	position: absolute;
	text-align: center;
	top: 0.3125rem;
	width: 3.5625rem;
}

.contact {
	padding-bottom: 6.125rem;
	padding-top: 6.9375rem;
	position: relative;
}

.contact::before {
	background-image: url("../img/contact_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1500;
}

.contact__title-wrap {
	display: flex;
	flex-direction: column;
	row-gap: 4.375rem;
}

.contact__form {
	height: 755px;
}

.contact__tel-wrap {
	align-items: center;
	background: #fbfbfb;
	border-radius: 1.625rem;
	display: flex;
	flex-direction: column;
	height: 10rem;
	justify-content: center;
	margin: 5.875rem auto 4.25rem;
	row-gap: 0.625rem;
	text-align: center;
	width: 66.75rem;
}

.contact__tel-title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.25;
}

.contact__tel {
	color: #108af5;
	font-size: 3.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.2;
	transition: 0.3s all ease-out;
}

.contact__tel:hover {
	cursor: pointer;
	opacity: 0.7;
}

.contact__line-wrap {
	background: #fbfbfb;
	border-radius: 3.4375rem;
	height: 25.75rem;
	margin: auto;
	padding-top: 4.0625rem;
	text-align: center;
	width: 66.75rem;
}

.contact__line-title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.25;
	margin-bottom: 2.1875rem;
}

.contact__line-content {
	-moz-column-gap: 10rem;
	column-gap: 10rem;
	display: flex;
	justify-content: center;
}

.contact__line-text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.7142857143;
	margin-bottom: 1.5rem;
	text-align: left;
}

.contact__line-right {
	margin-right: 0.3125rem;
	width: 12.1875rem;
}

.privacy {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	padding: 17rem 0 10.875rem;
}

.privacy__wrap {
	margin: auto;
	width: 93.9375rem;
}

.privacy__container {
	margin-top: 5.0625rem;
}

.privacy__head {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
}

@media screen and (max-width: 1919px) and (min-width: 768px) {

html {
	font-size: calc(1600 / 1920 * 1vw);
}

}

@media screen and (max-width: 767px) {

html {
	font-size: calc(1600 / 394 * 1vw);
}

.sp-only {
	display: block;
}

.pc-only {
	display: none;
}

.inner {
	padding: 0 0px;
}

.header {
	background: #ffffff;
	box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.05);
	margin: 0;
}

.header.js-header-active {
	padding: 0;
}

.header__wrap {
	height: 3.875rem;
}

.header__logo {
	margin-left: 1.25rem;
	width: 5.0625rem;
}

.header__right {
	position: relative;
}

.header__nav {
	display: none;
}

.header__btn {
	margin-right: 1.375rem;
}

.header__tel-wrap {
	display: none;
}

.footer {
	padding: 1.5625rem 0 1.25rem;
}

.footer__main {
	flex-direction: column;
	margin: 0;
	width: auto;
}

.footer__left {
	margin: 0 0 6rem;
}

.footer__overview-title {
	margin-bottom: 0.875rem;
	text-align: center;
}

.footer__overview-content {
	align-items: start;
	flex-direction: column;
	margin: 0 0 0 3.3125rem;
}

.footer__overview-content:nth-child(2) .footer__overview-head {
	margin: 0 0 0.5rem;
}

.footer__overview-content:nth-child(3) .footer__overview-head {
	margin: 0 0 0.6875rem;
}

.footer__overview-content:nth-child(4) .footer__overview-head {
	margin: 0 0 0.4375rem;
}

.footer__overview-content:nth-child(5) .footer__overview-head {
	margin: 0 0 0.3125rem;
}

.footer__overview-content:nth-child(6) .footer__overview-head {
	margin: 0 0 0.5625rem;
}

.footer__overview-content:not(:last-child) {
	margin-bottom: 1.6875rem;
}

.footer__overview-head {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.6666666667;
}

.footer__center {
	display: none;
}

.footer__privacy {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 5.0625;
	margin: 0 auto -0.3125rem;
	text-align: center;
}

.footer__flex {
	display: none;
}

.footer__tel-wrap {
	display: none;
}

.footer__copyright {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	margin-left: 0;
}

.footer--privacy .footer__left {
	display: none;
}

.footer--privacy .footer__scroll-wrap {
	bottom: 7.25rem;
}

.btn--type1 {
	font-size: 0.875rem;
	font-weight: 700;
	height: 2.5625rem;
	letter-spacing: 0em;
	line-height: 1.4285714286;
	width: 7.3125rem;
}

.btn--type2 {
	height: 4.25rem;
	width: 21.1875rem;
}

.btn--contact {
	width: 22.0625rem;
}

.btn--line {
	font-size: 1.1875rem;
	font-weight: 700;
	height: 4.25rem;
	letter-spacing: 0em;
	line-height: 1.4210526316;
	margin: auto;
	padding-top: 0.4375rem;
	width: 15.0625rem;
}

.section-title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.25;
}

.section-subtitle {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

.form {
	margin-top: 1.8125rem;
}

.form table {
	width: 22.0625rem;
}

.form th {
	margin-left: 0.375rem;
}

.form td {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.1428571429;
}

.form p {
	padding: 0;
}

.form__content-head {
	margin-bottom: 1.125rem;
}

.form__content-body {
	margin-bottom: 1.9375rem;
}

.form__radio + span {
	margin: 0 0 0.8125rem;
}

.fv {
	padding: 5.4375rem 0 2.25rem;
}

.fv::before {
	background-image: url("../img/fv_bg-sp.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fv::after {
	display: none;
}

.fv__wrap {
	flex-direction: column;
	margin-bottom: 26.875rem;
}

.fv__left {
	margin: 0;
}

.fv__text {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.1875;
	margin: 0 0 0.6875rem 1.75rem;
}

.fv__title {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin: 0 0 1.25rem 2rem;
}

.fv__container-wrap {
	-moz-column-gap: 1.375rem;
	column-gap: 1.375rem;
	justify-content: center;
	margin: 0;
}

.fv__container {
	height: 4.875rem;
	width: 9.5625rem;
}

.fv__container::after {
	height: 4.875rem;
	width: 9.5625rem;
}

.fv__container:last-child {
	margin: 0;
}

.fv__container:last-child .fv__container-head {
	margin-bottom: 0.6875rem;
}

.fv__container:last-child .fv__container-body {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.15;
	margin: 0;
}

.fv__container:last-child .fv__container-body span {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 0.71875;
}

.fv__container-head {
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25;
	margin: 0;
}

.fv__container-body {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.05;
}

.fv__img {
	left: -3.0625rem;
	top: -1.375rem;
	width: 30rem;
}

.fv__scroll-wrap {
	display: none;
}

.about {
	padding: 2.5rem 0 3.1875rem;
}

.about::before {
	background-size: cover;
}

.about::after {
	left: 66.125rem;
	top: 41.75rem;
}

.about__accent-text {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	margin: 1.25rem 0 1.1875rem;
}

.about__cards {
	-moz-column-gap: 0;
	column-gap: 0;
	flex-direction: column;
	margin: 2.8125rem 0 0;
	row-gap: 4.0625rem;
	width: auto;
}

.about__card {
	height: 20.8125rem;
	width: 22.0625rem;
}

.about__card:nth-child(1) {
	width: 22.0625rem;
}

.about__card:nth-child(1) .about__card-title {
	margin: 1.4375rem 0 -5rem;
}

.about__card:nth-child(1) .about__card-img {
	margin: 0 auto 7.875rem;
}

.about__card:nth-child(2) .about__card-title {
	margin: 1.5rem 0 0.9375rem;
}

.about__card:nth-child(2) .about__card-img {
	margin: 0 auto 1.875rem;
}

.about__card:nth-child(3) {
	height: 20.4375rem;
}

.about__card:nth-child(3) .about__card-title {
	margin: 1.125rem 0 1rem;
}

.about__card:nth-child(3) .about__card-img {
	margin: 0 auto 1.8125rem;
}

.about__card-title {
	font-size: 1.3125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.380952381;
}

.about__card-img {
	height: 8.5625rem;
	width: 17.5rem;
}

.about__card-text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

.feature01 {
	padding: 2.5rem 0 4.25rem;
}

.feature01__main {
	margin: 21.25rem 0 0;
	width: auto;
}

.feature01__container:nth-child(1) {
	margin-bottom: 19.6875rem;
}

.feature01__container:nth-child(1) .feature01__img {
	right: -0.875rem;
	top: -17.875rem;
	width: 25.5rem;
}

.feature01__container:nth-child(1) .feature01__point {
	margin-bottom: -0.375rem;
}

.feature01__container:nth-child(1) .feature01__title {
	margin-bottom: 0.6875rem;
}

.feature01__container:nth-child(2) {
	margin-bottom: 20rem;
}

.feature01__container:nth-child(2) .feature01__img {
	left: -2.4375rem;
	top: -20.625rem;
	width: 28.25rem;
}

.feature01__container:nth-child(2) .feature01__text-wrap {
	margin: 0 auto;
}

.feature01__container:nth-child(2) .feature01__point {
	margin-bottom: -0.375rem;
}

.feature01__container:nth-child(2) .feature01__title {
	margin-bottom: 0.6875rem;
}

.feature01__container:nth-child(3) {
	margin-bottom: 21.6875rem;
}

.feature01__container:nth-child(3) .feature01__img {
	left: -0.0625rem;
	right: initial;
	top: -17.3125rem;
	width: 24.6875rem;
}

.feature01__container:nth-child(3) .feature01__point {
	margin-bottom: -0.4375rem;
}

.feature01__container:nth-child(3) .feature01__title {
	margin-bottom: 0.625rem;
}

.feature01__container:nth-child(4) .feature01__img {
	left: -1.3125rem;
	right: initial;
	top: -20.8125rem;
	width: 26.875rem;
}

.feature01__container:nth-child(4) .feature01__text-wrap {
	margin: 0 auto;
}

.feature01__container:nth-child(4) .feature01__point {
	margin-bottom: -0.4375rem;
}

.feature01__container:nth-child(4) .feature01__title {
	margin-bottom: 0.6875rem;
}

.feature01__text-wrap {
	margin: auto;
	width: 22.3125rem;
}

.feature01__point {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.9285714286;
}

.feature01__title {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4285714286;
}

.feature01__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

.feature01__text span {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2;
}

.feature02 {
	padding: 2.5rem 0 5.6875rem;
}

.feature02__main {
	flex-direction: column;
	margin: 2.6875rem auto 2.9375rem;
	width: auto;
}

.feature02__container:nth-child(1) {
	margin-bottom: 0.75rem;
}

.feature02__container:nth-child(1) .feature02__img::after {
	bottom: 0.25rem;
	left: -1.4375rem;
	transform: initial;
	width: 4.6875rem;
}

.feature02__container:nth-child(2) {
	margin: 0 0 1.25rem;
}

.feature02__container:nth-child(2) .feature02__img::after {
	bottom: 0rem;
	left: 12.625rem;
	transform: initial;
	width: 4.6875rem;
}

.feature02__container:nth-child(3) {
	margin: 0 0 1.5625rem;
}

.feature02__container:nth-child(3) .feature02__img::after {
	bottom: 0.25rem;
	left: -1.4375rem;
	transform: initial;
	width: 4.6875rem;
}

.feature02__container:nth-child(4) {
	margin: 0;
}

.feature02__container:nth-child(4) .feature02__img::after {
	bottom: 0rem;
	left: 12.625rem;
	transform: initial;
	width: 4.6875rem;
}

.feature02__request {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5714285714;
}

.feature02__text {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.45;
	margin-bottom: -10px;
}

.feature02__img {
	width: 16.875rem;
}

.feature02__title:first-of-type {
	margin-bottom: 0.0625rem;
	padding-left: 0.6875rem;
}

.feature02__title:last-child {
	border: none;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
}

.feature02__title:last-child span {
	-o-border-image: linear-gradient(to right, rgba(148, 255, 126, 0.58) 0%, rgba(255, 168, 248, 0.58) 29.06%, rgba(255, 196, 83, 0.58) 66.01%, rgba(169, 122, 204, 0.58) 100%);
	border-bottom: 0.4375rem solid;
	border-image: linear-gradient(to right, rgba(148, 255, 126, 0.58) 0%, rgba(255, 168, 248, 0.58) 29.06%, rgba(255, 196, 83, 0.58) 66.01%, rgba(169, 122, 204, 0.58) 100%);
	border-image-slice: 1;
	margin: auto;
	padding-bottom: 0rem;
	width: -moz-fit-content;
	width: fit-content;
}

.feature02__title:last-child span:first-child {
	display: block;
	margin-bottom: 0.6875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.feature02__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2.25;
}

.step {
	padding: 2.5rem 0 0;
}

.step__title-wrap {
	row-gap: 1.1875rem;
}

.step__main {
	flex-direction: column;
	justify-content: initial;
	margin: 2.8125rem 0 0;
	row-gap: 0.3125rem;
	width: auto;
}

.step__container {
	background-image: url("../img/step_box-sp.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 22.8125rem;
	margin: auto;
	width: 23.125rem;
}

.step__container:nth-child(1) .step__img {
	left: 7.0625rem;
	top: 5.8125rem;
	width: 9.125rem;
}

.step__container:nth-child(2) .step__img {
	top: 5.625rem;
	width: 9.25rem;
}

.step__container:nth-child(2) .step__text {
	top: 16rem;
}

.step__container:nth-child(3) .step__img {
	top: 5rem;
	width: 8.625rem;
}

.step__container:nth-child(3) .step__text {
	top: 16rem;
}

.step__container:nth-child(4) {
	margin: 0 auto;
}

.step__container:nth-child(4) .step__img {
	top: 6.3125rem;
	width: 9.25rem;
}

.step__container:nth-child(4) .step__text {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.1428571429;
	top: 17.0625rem;
}

.step__container:not(:last-child)::after {
	display: none;
}

.step__step {
	top: 1.9375rem;
}

.step__text {
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.2307692308;
	top: 16.875rem;
}

.faq {
	padding: 1.875rem 0 2.4375rem;
}

.faq__main {
	margin: 4.25rem auto 0;
	width: 22.125rem;
}

.faq__container {
	margin-bottom: 1.875rem;
	padding: 0;
}

.faq__container:nth-child(2) {
	margin-bottom: 2rem;
}

.faq__container:nth-child(2) .faq__question {
	padding-bottom: 0.375rem;
}

.faq__container:nth-child(3) {
	margin-bottom: 1.875rem;
}

.faq__question {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	margin-bottom: 1.0625rem;
	padding: 0 0 0.75rem 2.125rem;
}

.faq__question::before {
	font-size: 0.75rem;
	font-weight: 700;
	height: 1.75rem;
	left: 0.0625rem;
	letter-spacing: 0em;
	line-height: 2;
	top: -0.25rem;
	width: 1.75rem;
}

.faq__answer {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.7142857143;
	padding-left: 2.1875rem;
}

.faq__answer::before {
	font-size: 0.875rem;
	font-weight: 700;
	height: 1.75rem;
	left: 0.0625rem;
	letter-spacing: 0em;
	line-height: 1.5714285714;
	top: -0.1875rem;
	width: 1.75rem;
}

.contact {
	padding: 3.75rem 0 5.5rem;
}

.contact::before {
	background-image: url("../img/contact_bg-sp.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.contact__title-wrap {
	row-gap: 1.1875rem;
}

.contact__form {
	height: 797px;
}

.contact__tel-wrap {
	height: 11.0625rem;
	margin: 4.6875rem auto 2.5rem;
	width: 22rem;
}

.contact__tel-title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.3333333333;
}

.contact__tel {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.25;
}

.contact__line-wrap {
	border-radius: 1.625rem;
	height: 39.5625rem;
	padding-top: 2rem;
	width: 22rem;
}

.contact__line-title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	margin-bottom: 1.5625rem;
}

.contact__line-content {
	-moz-column-gap: 0;
	align-items: center;
	column-gap: 0;
	flex-direction: column;
	justify-content: initial;
	position: relative;
}

.contact__line-text {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-bottom: 16.375rem;
	text-align: center;
}

.contact__line-right {
	margin: 0;
	position: absolute;
	top: 8.125rem;
}

.privacy {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2;
	padding: 8.375rem 0 6.25rem;
}

.privacy__wrap {
	width: 22.0625rem;
}

.privacy__container {
	margin-top: 2.625rem;
}

.privacy__head {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2;
}

}
