* {
	box-sizing: border-box;
}

html {
	font-size: 1.43vw;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	text-align: left;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none !important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.container {
	margin: auto;
	max-width: 120.1rem;
	padding-left: 3.7rem;
	padding-right: 3.7rem;
	width: 100%;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.align-items-end {
	align-items: flex-end;
}

.mr-6 {
	margin-right: 0.6rem;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.cl-white {
	color: #fff;
}

.cl-secondary {
	color: #ff9000;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	color: #333;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
}

.btn:focus,
.btn.focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.6;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn-primary {
	background-color: #11bd00;
	border-bottom: 0.7rem solid #1f9b12;
	border-radius: 5.2rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	height: 10.4rem;
	margin: 0 auto;
	max-width: 60.9rem;
	width: 100%;
}

.btn-primary:hover {
	border-bottom: none;
}

.btn-primary::after {
	content: '';
	border-bottom: 0.5rem solid #fff;
	border-right: 0.5rem solid #fff;
	height: 1.2rem;
	width: 1.2rem;
	margin-left: 2.2rem;
	transform: rotate(-45deg);
}

.p-header {
	padding: 1.8rem 0 1.1rem;
	text-align: center;
}

.p-footer {
	background-color: #ff9000;
	color: #fff;
	padding: 4.2rem 0 4rem;
	text-align: center;
}

.p-footer__nav {
	display: flex;
	justify-content: center;
}

.p-footer__nav a {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: .14em;
	margin-right: 7rem;
}

.p-footer__nav a:last-child {
	margin-right: 0;
}

.p-footer .copyright {
	font-size: 1.7rem;
	letter-spacing: .2em;
	margin-top: 4.2rem;
}

.form-control {
	display: block;
	width: 100%;
	height: 6.5rem;
	padding: 0.5rem 1.5rem;
	font-family: #d1cec1;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	background-clip: padding-box;
	border: 0.2rem solid #ccc;
	border-radius: 0.3rem;
	letter-spacing: .1em;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #333;
}

.form-control::-moz-placeholder {
	color: #9f9f9f;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #9f9f9f;
	opacity: 1;
}

.form-control::placeholder {
	color: #9f9f9f;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f0f0f0;
	opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-group-row {
	margin-bottom: 2.2rem;
}

.form-group-row > label {
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 1rem;
}

.form-group-row > label .tag {
	background-color: #d9534f;
	border-radius: 0.3rem;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	margin-left: 1rem;
	padding: 0.1rem 0.6rem;
}

.form-group {
	margin-bottom: 1.3rem;
}

.form-group:last-child {
	margin-bottom: 0;
}

.form-group label {
	font-size: 2.2rem;
	display: block;
	margin-bottom: 0.5rem;
}

.form-group-col {
	font-size: 2.2rem;
	width: 100%;
}

.form-group-col .col {
	flex: 1;
}

.form-row {
	display: flex;
	margin: 0 -1.2rem;
}

.form-row:last-child .form-group {
	margin-bottom: 0;
}

.form-row .col-6 {
	padding: 0 1.2rem;
	width: 50%;
}

.radio-box input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.radio-box input:checked + div span {
	border-color: #45c5c5;
}

.radio-box input:checked + div span::after {
	opacity: 1;
}

.radio-box input + div {
	border: 0.2rem solid #d1cec1;
	border-radius: 0.3rem;
	background-color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 3rem;
	padding: 0.8rem;
}

.radio-box input + div span {
	border: 1px solid #d1cec1;
	border-radius: 50%;
	height: 2.5rem;
	width: 2.5rem;
	margin-right: 2rem;
	position: relative;
}

.radio-box input + div span::after {
	content: '';
	border: 0.7rem solid #45c5c5;
	border-radius: 50%;
	position: absolute;
	left: -0.5rem;
	right: -0.5rem;
	bottom: -0.5rem;
	top: -0.5rem;
	opacity: 0;
}

.error {
	color: #d9534f;
	font-size: 1.8rem;
	margin-top: 0.5rem;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.table {
	width: 100%;
}

.hline01 {
	background-color: #ffedb2;
	color: #ff9000;
	font-size: 3.8rem;
	font-weight: bold;
	position: relative;
}

.hline01::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 2.5rem 1.5rem 0;
	border-color: transparent #c37106 transparent transparent;
	position: absolute;
	top: 100%;
	left: 0;
}

.hline01 span {
	display: inline-block;
	padding: 1.7rem 4rem;
	position: relative;
}

.hline01 span::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5rem 2.2rem 0 0;
	border-color: #ffedb2 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 100%;
}

.hline01 span::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5rem 0 0 2.2rem;
	border-color: transparent transparent transparent #ffedb2;
	position: absolute;
	bottom: 0;
	left: 100%;
}

.hline {
	margin-bottom: 4.6rem;
	text-align: center;
}

.hline__ttl {
	font-size: 4.3rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
}

.hline__sub {
	color: #ff9000;
	font-family: "Hiragino Sans GB", sans-serif;
	font-size: 1.7rem;
	font-weight: bold;
}

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

.hline.hline--white .hline__sub {
	color: #fff;
}

.p-mv {
	background-color: #fff8e1;
	overflow: hidden;
}

.p-mv .container {
	position: relative;
	padding-top: 11rem;
	z-index: 1;
}

.p-mv__top {
	position: absolute;
	left: -2.5rem;
	top: -7rem;
}

.p-mv__img {
	position: absolute;
	top: 1.3rem;
	right: -18.6%;
	z-index: -1;
	max-width: 88.95%;
}

.p-mv__ttl {
	font-size: 7rem;
	font-weight: bold;
	margin-bottom: 11.7rem;
}

.p-mv__txt {
	font-size: 3rem;
	line-height: 1.6;
}

.p-mv__link {
	z-index: 10;
}

.p-mv__link__txt {
	border-radius: 50%;
	border: 0.6rem solid #11bd00;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #11bd00;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.12;
	margin: 0 0 -4.5rem auto;
	height: 13.9rem;
	width: 13.9rem;
	position: relative;
	z-index: 1;
}

.p-mv .text-dot {
	position: relative;
}

.p-mv .text-dot::before {
	content: '';
	background-color: #ffd97f;
	border-radius: 50%;
	height: 1.4rem;
	width: 1.4rem;
	position: absolute;
	left: 50%;
	margin-left: -0.7rem;
	bottom: 100%;
}

.text-line {
	background: url("../images/bg-line.jpg") repeat-x left bottom;
	background-size: auto 2.3rem;
}

.p-form {
	background-color: #ff9000;
	padding: 7.2rem 0 4rem;
}

.p-form__wrap {
	background-color: #fff8e1;
	padding: 7rem 4.2rem 3rem;
	position: relative;
}

.p-form__wrap .hline01 {
	position: absolute;
	top: -3.2rem;
	left: -2.5rem;
}

.p-point {
	padding: 7rem 0 5.5rem;
}

.p-point__ttl {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.9;
	margin-bottom: 3rem;
	text-align: center;
}

.p-point__ttl span {
	display: inline-block;
	vertical-align: top;
	margin-top: 1rem;
}

.p-point__ttl span img {
	max-width: 42.1rem;
}

.p-point__sub {
	color: #ff9000;
	font-family: "Hiragino Sans GB";
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: .2em;
	margin-bottom: 7.8rem;
	text-align: center;
}

.p-point__txt {
	display: none;
}

.common-btn__ttl {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 3rem;
	text-align: center;
}

.point-list {
	counter-reset: point;
	margin-bottom: 5.4rem;
}

.point-list .point-item {
	position: relative;
	text-align: center;
}

.point-list .point-item__img img {
	border-radius: 50%;
	max-width: 34rem;
	width: 100%;
}

.point-list .point-item__ttl {
	font-size: 4rem;
	font-weight: bold;
	margin: 3.6rem 0 3.2rem;
}

.point-list .point-item__txt {
	font-size: 2.6rem;
	line-height: 1.85;
}

.logo-slider {
	margin-bottom: 3rem;
}

.logo-slider__item {
	margin: 0 1.5rem;
}

.logo-slider__item img {
	max-height: 12.8rem;
}

.logo-slider .slick-track {
	display: flex;
	align-items: center;
}

.p-voice {
	background-color: #ff9000;
	padding: 7rem 0 4.3rem;
}

.p-voice__list {
	margin: 0 -2.7rem 12.4rem;
	position: relative;
}

.p-voice__list .slick-arrow {
	-webkit-appearance: none;
	background-color: #ffedb2;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	padding: 0;
	outline: none;
	position: absolute;
	top: 50%;
	margin-top: -4.6rem;
	height: 9.3rem;
	width: 9.3rem;
	z-index: 20;
}

.p-voice__list .slick-arrow::after {
	content: '';
	border-right: 0.8rem solid #fff;
	border-bottom: 0.8rem solid #fff;
	height: 2rem;
	width: 2rem;
	position: absolute;
}

.p-voice__list .slick-prev {
	left: 0.2rem;
}

.p-voice__list .slick-prev::after {
	transform: rotate(135deg);
	left: 3.8rem;
	top: 3.3rem;
}

.p-voice__list .slick-next {
	right: 0.2rem;
}

.p-voice__list .slick-next::after {
	transform: rotate(-45deg);
	top: 3.3rem;
	left: 2.8rem;
}

.p-voice__list .slick-dots {
	display: flex !important;
	justify-content: center;
	position: absolute;
	top: calc(100% + 5.4rem);
	left: 0;
	right: 0;
}

.p-voice__list .slick-dots li {
	margin: 0 3.3rem;
}

.p-voice__list .slick-dots li.slick-active button {
	background-color: #ffe285;
}

.p-voice__list .slick-dots li button {
	-webkit-appearance: none;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	height: 1.9rem;
	width: 1.9rem;
	padding: 0;
	margin: 0;
	outline: none;
}

.p-voice__item {
	background-color: #fff;
	border-radius: 1rem;
	margin: 0 2.7rem;
	padding: 3.4rem 4.2rem 3.7rem;
}

.p-voice__item__img {
	border-radius: 1rem;
	overflow: hidden;
}

.p-voice__item__img img {
	width: 100%;
}

.p-voice__item__txt {
	font-size: 2.6rem;
	line-height: 1.89;
	margin: 1.4rem 0 3rem;
	padding-left: 3.8rem;
}

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

.p-voice__item__result .box {
	border: 1px solid #4b4b4b;
	font-size: 2.6rem;
	padding: 2.2rem 3.8rem 4rem;
	width: 43%;
}

.p-voice__item__result .box__ttl {
	border-bottom: 1px solid #4b4b4b;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 3rem;
	padding-bottom: 1.2rem;
	text-align: center;
}

.p-voice__item__result .box__txt {
	margin: 0 -2rem 0 -1rem;
}

.p-voice__item__result .box.box--after {
	border: 0.3rem solid #ff9000;
	color: #ff9000;
	position: relative;
}

.p-voice__item__result .box.box--after::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 1.9rem solid transparent;
	border-bottom: 1.9rem solid transparent;
	border-left: 3.7rem solid #ffb300;
	position: absolute;
	top: 50%;
	margin-top: -1.9rem;
	right: calc(100% + 2.2rem);
}

.p-voice__item__result .box.box--after .box__ttl {
	border-color: #ff9000;
}

.p-flow {
	background-color: #fff8e1;
	padding: 6rem 0 2.8rem;
}

.p-flow__list {
	counter-reset: flow;
	margin-bottom: 4.4rem;
}

.p-flow__list li:last-child .flow-item::after {
	display: none;
}

.p-flow__list .flow-item {
	position: relative;
}

.p-flow__list .flow-item::after {
	content: '';
	position: absolute;
}

.p-flow__list .flow-item__order {
	color: #ff9000;
	position: absolute;
	left: -0.6rem;
	bottom: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	z-index: 1;
}

.p-flow__list .flow-item__order::after {
	content: counters(flow, ".", decimal-leading-zero);
	counter-increment: flow;
	color: #ffde8f;
	font-size: 5.8rem;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.p-flow__list .flow-item__img {
	background-color: #fff8e1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16.3rem;
	width: 16.3rem;
}

.p-flow__list .flow-item__img img {
	max-width: 8.2rem;
}

.p-flow__list .flow-item__ttl {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.p-faq {
	padding: 7rem 0 5.6rem;
}

.faq-list {
	color: #ff9000;
	max-width: 93.7rem;
	margin: 0 auto;
	width: 100%;
}

.faq-list dt {
	background-color: #fff8e1;
	border: 0.6rem solid #fff8e1;
	border-radius: 1rem;
	display: flex;
	cursor: pointer;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: .1em;
	margin-top: 3rem;
	padding: 2rem 5.2rem 2rem 2.2rem;
	position: relative;
}

.faq-list dt:first-child {
	margin-top: 0;
}

.faq-list dt::before {
	content: 'Q';
	background-color: #ff9000;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.3rem;
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 2.2rem;
	padding-left: 0.3rem;
	height: 3.7rem;
	width: 3.4rem;
}

.faq-list dt::after {
	content: '';
	border-bottom: 0.5rem solid #ff9000;
	border-right: 0.5rem solid #ff9000;
	height: 1.3rem;
	width: 1.3rem;
	transform: rotate(45deg);
	position: absolute;
	right: 2.8rem;
	top: 50%;
	margin-top: -1.3rem;
}

.faq-list dt.open::after {
	transform: rotate(-135deg);
	margin-top: -0.7rem;
}

.faq-list dd {
	border: 0.6rem solid #fff8e1;
	border-radius: 0 0 1rem 1rem;
	display: none;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.65;
	letter-spacing: .08em;
	margin: -0.6rem 0 0;
	padding: 3.7rem 3rem 4rem 8.3rem;
	position: relative;
}

.faq-list dd::before {
	content: 'A.';
	font-size: 2.3rem;
	font-weight: bold;
	flex-shrink: 0;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
	height: 3.7rem;
	width: 3.7rem;
	position: absolute;
	left: 3rem;
	top: 3.8rem;
}

@media (min-width: 576px) {

.d-sm-none {
	display: none !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-flex {
	display: flex !important;
}

.text-sm-left {
	text-align: left !important;
}

.text-sm-right {
	text-align: right !important;
}

.text-sm-center {
	text-align: center !important;
}

}

@media (min-width: 768px) {

html {
	font-size: 0.91vw;
}

body {
	font-size: 1.4rem;
}

.d-md-none {
	display: none !important;
}

.d-md-block {
	display: block !important;
}

.d-md-flex {
	display: flex !important;
}

.text-md-left {
	text-align: left !important;
}

.text-md-right {
	text-align: right !important;
}

.text-md-center {
	text-align: center !important;
}

.btn-primary {
	border-radius: 4rem;
	height: 8.2rem;
	max-width: 50.4rem;
}

.p-header {
	text-align: left;
}

.p-footer {
	padding: 5.2rem 0 4.4rem;
}

.p-footer__nav a {
	font-size: 2rem;
}

.form-group-row {
	display: flex;
	align-items: flex-start;
	margin-bottom: 5rem;
}

.form-group-row > label {
	justify-content: flex-end;
	flex-shrink: 0;
	margin-top: 1.4rem;
	margin-right: 7.5rem;
	margin-bottom: 0;
	text-align: right;
	width: 21.5rem;
}

.form-group-row > label.blank-top {
	margin-top: 5rem;
}

.form-group {
	margin-bottom: 1.6rem;
}

.hline__ttl {
	font-size: 3.9rem;
	margin-bottom: 2rem;
}

.p-mv .container {
	padding-top: 10rem;
	padding-bottom: 1.1rem;
}

.p-mv__wrap {
	background-color: #fff;
	border-radius: 1.5rem;
	max-width: 61.2rem;
	padding: 5rem 4rem 1.5rem;
	position: relative;
}

.p-mv__img {
	right: -7.4rem;
	max-width: 64.65%;
}

.p-mv__ttl {
	margin-bottom: 3.6rem;
}

.p-mv__txt {
	font-size: 2.4rem;
	line-height: 2;
}

.p-mv__link {
	position: absolute;
	right: 5rem;
	bottom: 2rem;
	width: 50.4rem;
}

.text-line-pc {
	background: url("../images/bg-line.jpg") repeat-x left bottom;
	background-size: auto 2.3rem;
}

.p-form {
	padding: 5.4rem 0 2.8rem;
}

.p-form__wrap {
	padding: 7.8rem 14.4rem 2rem 8.5rem;
}

.p-form__wrap .hline01 {
	top: -4rem;
}

.p-point {
	padding: 11.5rem 0 10rem;
}

.p-point__ttl {
	margin-bottom: 4rem;
}

.p-point__sub {
	margin-bottom: 4rem;
}

.p-point__txt {
	display: block;
	font-size: 2.2rem;
	line-height: 2.27;
	margin-bottom: 5.8rem;
	text-align: center;
}

.common-btn__ttl {
	font-size: 2.5rem;
	margin-bottom: 2rem;
}

.point-list {
	display: flex;
	margin: 0 -1rem 7rem;
}

.point-list li {
	flex: 0 33.33%;
	max-width: 33.33%;
	padding: 0 0.5rem;
}

.point-list .point-item__img img {
	max-width: 24.5rem;
}

.point-list .point-item__ttl {
	font-size: 2.5rem;
	margin: 3.9rem 0 2rem;
}

.point-list .point-item__txt {
	font-size: 1.7rem;
	line-height: 1.89;
}

.logo-slider {
	margin-bottom: 4rem;
}

.p-voice {
	padding-bottom: 2.4rem;
}

.p-voice__list {
	margin: 0 -1.5rem 12.4rem;
}

.p-voice__list .slick-prev {
	left: -2.2rem;
}

.p-voice__list .slick-next {
	right: -2.2rem;
}

.p-voice__list .slick-dots li {
	margin: 0 2.5rem;
}

.p-voice__list .slick-dots li button {
	height: 1.4rem;
	width: 1.4rem;
}

.p-voice__item {
	padding: 2.6rem 2.9rem 2.8rem;
}

.p-voice__item__txt {
	font-size: 1.9rem;
	margin: 1.6rem 0 3rem;
	padding-left: 3rem;
}

.p-voice__item__result .box {
	font-size: 1.9rem;
	padding: 1.6rem 2.6rem 3.3rem;
}

.p-voice__item__result .box__ttl {
	font-size: 2.4rem;
	margin-bottom: 2.6rem;
	padding-bottom: 1rem;
}

.p-voice__item__result .box__txt {
	margin-right: -1rem;
}

.p-voice__item__result .box.box--after::before {
	display: none;
}

.p-flow {
	padding-bottom: 4.8rem;
}

.p-flow .hline {
	margin-bottom: 7.8rem;
}

.p-flow__list {
	display: flex;
	justify-content: center;
	margin-bottom: 8rem;
}

.p-flow__list li {
	margin-right: 5.8rem;
	text-align: center;
}

.p-flow__list li:last-child {
	margin-right: 0;
}

.p-flow__list .flow-item::after {
	width: 0;
	height: 0;
	border-top: 1.9rem solid transparent;
	border-bottom: 1.9rem solid transparent;
	border-left: 2.7rem solid #ffb300;
	left: calc(100% + 1.8rem);
	top: 6rem;
}

.p-flow__list .flow-item__order::after {
	font-size: 5.6rem;
}

.p-flow__list .flow-item__img {
	background-color: #fff;
	height: 15.8rem;
	width: 15.8rem;
}

.p-flow__list .flow-item__ttl {
	font-size: 2.5rem;
	margin: 4.3rem 0 0;
}

.p-flow__list .flow-item__txt {
	display: none;
}

.p-faq {
	padding: 6.5rem 0 3.2rem;
}

.faq-list {
	margin-bottom: 4.6rem;
}

.faq-list dt {
	padding-left: 2.4rem;
	padding-right: 8.6rem;
}

.faq-list dt::after {
	right: 6rem;
}

.faq-list dd {
	font-size: 2.3rem;
}

}

@media (min-width: 992px) {

.d-lg-none {
	display: none !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-flex {
	display: flex !important;
}

.text-lg-left {
	text-align: left !important;
}

.text-lg-right {
	text-align: right !important;
}

.text-lg-center {
	text-align: center !important;
}

}

@media (min-width: 1200px) {

html {
	font-size: 10px;
}

.d-xl-none {
	display: none !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-flex {
	display: flex !important;
}

.text-xl-left {
	text-align: left !important;
}

.text-xl-right {
	text-align: right !important;
}

.text-xl-center {
	text-align: center !important;
}

.p-mv__link {
	right: 15rem;
}

.point-list .point-item__txt {
	font-size: 1.9rem;
}

.p-voice__list .slick-prev {
	left: -3rem;
}

.p-voice__list .slick-next {
	right: -3rem;
}

}

@media (max-width: 767px) {

.p-mv__box {
	background-color: #fff;
	border-radius: 1.5rem;
	padding: 4.4rem 2.5rem 2rem;
	position: relative;
}

.p-mv__link {
	margin: -5.2rem -3.7rem 0;
	position: relative;
	padding: 0 3.7rem;
}

.p-mv__link::after {
	content: '';
	background-color: #ff9000;
	position: absolute;
	left: 0;
	right: 0;
	top: 7rem;
	bottom: 0;
	z-index: -1;
}

.text-line-sp {
	background: url("../images/bg-line.jpg") repeat-x left 115%;
	background-size: auto 1.3rem;
}

.point-list li {
	margin-bottom: 10rem;
}

.point-list li:last-child {
	margin-bottom: 0;
}

.point-list .point-item::before {
	content: 'point';
	color: #ff9000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.8rem;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.point-list .point-item::after {
	content: counters(point, ".", decimal-leading-zero);
	counter-increment: point;
	color: #fff8e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14rem;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	left: -1rem;
	top: -1rem;
	z-index: 1;
}

.p-flow__list {
	background-color: #fff;
	border-radius: 1rem;
	padding: 10rem 4rem 8.5rem 8rem;
}

.p-flow__list li {
	margin-bottom: 12rem;
}

.p-flow__list li:last-child {
	margin-bottom: 0;
}

.p-flow__list .flow-item {
	display: flex;
	align-items: center;
}

.p-flow__list .flow-item::after {
	width: 0;
	height: 0;
	border-left: 1.9rem solid transparent;
	border-right: 1.9rem solid transparent;
	border-top: 2.7rem solid #ffb300;
	top: calc(100% + 4.4rem);
	left: 6.3rem;
}

.p-flow__list .flow-item__img {
	flex-shrink: 0;
	margin-right: 1.9rem;
}

}

