@font-face {
	font-family: "DIN 2014";
	src: url("../fonts/DIN2014-DemiBold.eot");
	src: local("DIN 2014 DemiBold"),local("DIN2014-DemiBold"),url("../fonts/DIN2014-DemiBold.eot?#iefix") format("embedded-opentype"),url("../fonts/DIN2014-DemiBold.woff") format("woff"),url("../fonts/DIN2014-DemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: "游ゴシック","游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	color: #011a2c;
	text-align: left;
	background-color: #fff;
	padding-top: 6.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	line-height: inherit;
	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: 500;
	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: 101rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

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

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

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

.align-items-center {
	align-items: center;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.mr-14 {
	margin-right: 1.4rem;
}

.mb-3 {
	margin-bottom: 1rem;
}

.hover {
	transition: opacity .3s ease;
}

.hover:hover {
	opacity: .7;
}

.font-sec {
	font-family: "DIN 2014",sans-serif;
}

.font-weight-medium {
	font-weight: 500;
}

.sans-serif {
	font-family: "source-han-sans-japanese",sans-serif;
}

.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;
}

.text-yellow {
	color: #fff842 !important;
}

.text-primary-light {
	color: #3191d7;
}

.text-danger {
	color: #ed4524 !important;
}

.text-black {
	color: #000;
}

.text-scarlet {
	color: #f02700;
}

.text-border-bottom {
	background: linear-gradient(transparent 60%, #fff842 60%);
}

.text-background {
	background-color: #0073c7;
	color: #fff;
	display: inline-block;
	font-size: 2.3rem;
	padding: .25rem 1.3rem .45rem;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	opacity: 0;
}

.btn,
.sf-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "source-han-sans-japanese",sans-serif;
	font-weight: 400;
	color: #011a2c;
	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,
.sf-btn:focus,
.sf-btn.focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled,
.sf-btn.disabled,
.sf-btn:disabled {
	opacity: .6;
}

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

.btn-main {
	background: #ed4524;
	color: #fff;
	border-radius: .5rem;
	font-size: 1.6rem;
	font-weight: bold;
	height: 6rem;
	margin: 0 auto;
	max-width: 87.6rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.btn-main::before {
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	box-shadow: 0 1px .4rem rgba(237,69,36,.3),0 0 4rem rgba(1,26,44,.1) inset;
	position: absolute;
	transition: all 250ms ease-out;
	z-index: -2;
}

.btn-main::after {
	content: "";
	background: url("../images/icon-arrow01.svg") no-repeat center/contain;
	height: 1.4rem;
	width: .8rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	margin-top: -0.7rem;
}

.btn-main:hover {
	color: #fff;
}

.btn-main:hover::before {
	box-shadow: 0 1px .4rem rgba(237,69,36,.3),0 0 4rem rgba(1,26,44,.1) inset;
}

.btn-main:focus,
.btn-main.focus {
	color: #fff;
}

.btn-form,
#sf-form-elements .sf-submit-btn {
	background: #ff5d42;
	background: linear-gradient(to bottom, #ff5d42 0%, #e02000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff5d42", endColorstr="#e02000",GradientType=0 );
	border: none;
	color: #fff;
	border-radius: .4rem;
	font-size: 1.6rem;
	font-weight: bold;
	height: 6rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.btn-form::before,
#sf-form-elements .sf-submit-btn::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 15px 10px -10px rgba(237,69,36,.5);
	position: absolute;
	transition: all 250ms ease-out;
	z-index: -2;
}

.btn-form::after,
#sf-form-elements .sf-submit-btn::after {
	content: "";
	background: url("../images/icon-arrow01.svg") no-repeat center/contain;
	height: 1.4rem;
	width: .8rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	margin-top: -0.7rem;
}

.btn-form:hover::before,
#sf-form-elements .sf-submit-btn:hover::before {
	box-shadow: 0 1px .4rem rgba(237,69,36,.3),0 0 4rem rgba(1,26,44,.1) inset;
}

.p-header {
	background-color: #fff;
	box-shadow: .5px .866px 5px 0px rgba(0,0,0,.21);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}

.p-header__container {
	display: flex;
	align-items: center;
	padding: 1.4rem 1.5rem;
}

.p-header__tel {
	color: #000;
	font-weight: bold;
	margin-right: 1rem;
	display: none;
}

.p-header__tel__txt {
	color: #3191d7;
	font-size: 1.7rem;
	padding-left: 5.5rem;
}

.p-header__tel__time {
	font-size: 1.7rem;
	margin-left: 3rem;
}

.p-header__tel__time span {
	font-size: 1.9rem;
}

.p-header__tel .tel {
	line-height: 1;
	white-space: nowrap;
}

.p-header .logo {
	margin-right: auto;
	padding-right: 2rem;
}

.p-header .btn-header {
	background-color: #ed4524;
	border-radius: .4rem;
	height: 4rem;
	max-width: 17.9rem;
	color: #fff;
	font-size: 1.3rem;
	position: relative;
	width: 100%;
	font-weight: bold;
}

.p-header .btn-header::after {
	content: "";
	background: url("../images/icon-arrow01.svg") no-repeat center/contain;
	height: 1.2rem;
	width: .6rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	margin-top: -0.7rem;
}

.p-header .btn-header:hover::before {
	opacity: .8;
}

.hamburger-box {
	border-left: .1rem solid #ccc;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: auto;
	height: 7rem;
	width: 7rem;
	z-index: 1100;
}

.hamburger-box.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger-box.is-active .hamburger-inner:before {
	transition: top 75ms ease,opacity 75ms ease .12s;
	opacity: 0;
	top: 0;
}

.hamburger-box.is-active .hamburger-inner:after {
	transition: bottom 75ms ease,transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .12s;
	transform: rotate(-90deg);
	bottom: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:after,
.hamburger-inner:before,
.hamburger-inner {
	width: 2.8rem;
	height: .2rem;
	background-color: #000;
	transition: transform .15s ease;
	border-radius: 1.5px;
}

.hamburger-inner {
	position: relative;
	display: block;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger-inner:before {
	position: absolute;
	top: -0.8rem;
	transition: top 75ms ease .12s,opacity 75ms ease;
}

.hamburger-inner:after {
	position: absolute;
	bottom: -0.8rem;
	transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-footer {
	color: #282728;
	padding: 3rem 0 2rem;
}

.p-footer__info__main {
	margin-right: 3.5rem;
}

.p-footer__ttl {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 2rem;
	white-space: nowrap;
}

.p-footer__txt {
	font-size: 1.2rem;
	margin-top: 1rem;
}

.p-footer__other {
	font-size: 1.2rem;
}

.p-footer__other nav {
	margin-left: 2.8rem;
}

.p-footer__other nav a {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.p-footer__other nav a:last-child {
	margin-bottom: 0;
}

.p-footer__other nav a::after {
	content: "";
	background: url("../images/icon-link.svg") no-repeat center/contain;
	height: 1.2rem;
	width: 1.2rem;
	margin-left: 1rem;
}

.p-footer__other .copyright {
	color: #6a6a6a;
	margin-top: 2.7rem;
}

.form-control {
	display: block;
	width: 100%;
	height: 47px;
	padding: 5px 10px;
	font-family: "source-han-sans-japanese",sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e6e6e6;
}

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

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

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

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

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

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

.form-control.w-50 {
	max-width: 31rem;
}

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;
}

select.form-control:not([size]):not([multiple]) {
	-webkit-appearance: none;
	background: url("../images/icon-arrow-down.svg") no-repeat right 2.8rem center;
	background-size: 1.2rem 1rem;
	padding-right: 4.5rem;
	height: 47px;
}

select.form-control:not([size]):not([multiple])::-ms-expand {
	display: none;
}

textarea.form-control {
	overflow: auto !important;
	resize: none;
	height: 20rem;
}

.radio-box__content {
	border: 1px solid #e6e6e6;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 1.3rem 2rem 1.3rem 1.3rem;
	position: relative;
	z-index: 1;
}

.radio-box__content::after {
	content: "";
	border: 1px solid #3191d7;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
}

.radio-box__content span {
	background-color: #e6e6e6;
	border-radius: 50%;
	height: 1.8rem;
	width: 1.8rem;
	flex-shrink: 0;
	margin-right: 1.5rem;
	position: relative;
}

.radio-box__content span::after {
	content: "";
	background-color: #3191d7;
	border-radius: 50%;
	height: .9rem;
	width: .9rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

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

.radio-box input:checked~.radio-box__content {
	background-color: #dbebf5;
	border-color: #3191d7;
	color: #3191d7;
}

.radio-box input:checked~.radio-box__content::after {
	opacity: 1;
}

.radio-box input:checked~.radio-box__content span {
	background-color: #fff;
}

.radio-box input:checked~.radio-box__content span::after {
	opacity: 1;
}

.checkbox-box {
	display: block;
}

.checkbox-box__content {
	border: 1px solid #e6e6e6;
	border-radius: .3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.checkbox-box__content span {
	background-color: #fff;
	border: 2px solid #e6e6e6;
	height: 2.4rem;
	width: 2.4rem;
	flex-shrink: 0;
	margin-right: 1rem;
	position: relative;
}

.checkbox-box__content span::after {
	content: "";
	border-left: 2px solid #3191d7;
	border-bottom: 2px solid #3191d7;
	height: .5rem;
	width: 1.2rem;
	position: absolute;
	transform: rotate(-45deg);
	top: .4rem;
	left: .3rem;
	opacity: 0;
}

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

.checkbox-box input:checked~.checkbox-box__content {
	background-color: #fafafa;
}

.checkbox-box input:checked~.checkbox-box__content span::after {
	opacity: 1;
}

.checkbox-custom {
	display: flex;
	cursor: pointer;
}

.checkbox-custom input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.checkbox-custom input:checked~span::after {
	opacity: 1;
}

.checkbox-custom span {
	background-color: #fff;
	border: 2px solid #e6e6e6;
	height: 2rem;
	width: 2rem;
	flex-shrink: 0;
	margin-right: 1rem;
	position: relative;
}

.checkbox-custom span::after {
	content: "";
	border-left: 2px solid #3191d7;
	border-bottom: 2px solid #3191d7;
	height: .5rem;
	width: 1.2rem;
	position: absolute;
	transform: rotate(-45deg);
	top: .2rem;
	left: .1rem;
	opacity: 0;
}

.form-row .form-col {
	margin-bottom: 1.5rem;
}

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

.form-row .label {
	margin-bottom: .5rem;
}

.tag {
	margin-left: 1rem;
}

.table {
	width: 100%;
}

.hline {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 3rem;
	text-align: center;
}

.hline .num {
	font-size: 1.305em;
	line-height: 1;
}

.hline01 {
	color: #011a2c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
}

.hline01::before {
	content: "";
	background-color: #011a2c;
	height: 4rem;
	width: .2rem;
	transform: rotate(-21deg);
	margin-right: 2rem;
}

.hline01::after {
	content: "";
	background-color: #011a2c;
	height: 4rem;
	width: .2rem;
	transform: rotate(21deg);
	margin-left: 2rem;
}

.p-mv {
	background-color: #0073c7;
	border-bottom-right-radius: 3rem;
	text-align: center;
	position: relative;
	padding-bottom: 2rem;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.p-mv__wrap {
	display: flex;
}

.p-mv__txt {
	flex: 0 0 26.4rem;
	max-width: 26.4rem;
	padding: 4.1rem 1.6rem 0 2.1rem;
}

.p-mv__slide {
	border-bottom-left-radius: 2rem;
	display: flex;
	align-items: flex-start;
	flex: 0 0 calc(100% - 26.4rem);
	max-width: calc(100% - 26.4rem);
	max-height: 36rem;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.p-mv__slide .mv-slide-item {
	flex: 0 0 33%;
	min-width: 33%;
}

.p-mv__slide .mv-slide-item:not(:last-child) {
	margin-right: .3rem;
}

.p-mv__slide .mv-slide-item li {
	margin-bottom: .3rem;
}

.p-mv__slide .mv-slide-item li.slick-slide {
	border: none;
}

.p-mv__slide .mv-slide-item--02 {
	transform: rotate(180deg);
}

.p-mv__slide .mv-slide-item--02 li.slick-slide {
	transform: rotate(180deg);
}

.p-contact {
	z-index: 2;
	position: relative;
	margin-top: -10rem;
	margin-bottom: 5rem;
}

.p-contact .container {
	max-width: 113rem;
}

.p-contact__flex {
	display: flex;
	margin: 0 -1.05rem;
	z-index: 2;
	position: relative;
}

.p-contact__item {
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1.05rem;
	padding-left: 1.05rem;
}

.p-contact__box {
	background-color: #fff;
	border-radius: .6rem;
	box-shadow: .5px .866px 4px 0px rgba(0,0,0,.21);
	overflow: hidden;
	height: 100%;
}

.p-contact__ttl {
	background-color: #e1eff9;
	color: #0073c7;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 1rem 1.5rem .9rem;
	text-align: center;
}

.p-contact__ttl h2 {
	font-size: inherit;
	font-weight: inherit;
}

.p-contact__body {
	/* background-color: #fff; */
	padding: 1.5rem;
}

.p-contact .btn-main::before,
.p-contact .btn-main::after {
	display: none;
}

.p-contact .contact-phone {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-contact .contact-phone .tel {
	font-size: 2.6rem;
	background: url("../images/icon-phone.png") no-repeat;
	background-size: 2.6rem auto;
	background-position: left 1.2rem;
	padding-left: 3.4rem;
	line-height: 1;
}

.p-contact .contact-phone__time {
	font-weight: bold;
	font-size: 1.2rem;
}

.p-contact .contact-phone__time .time {
	font-size: 1.4rem;
}

.p-request {
	background: url("../images/bg-request.png") top center;
	padding: 9rem 0 3rem;
}

.p-request__ttl {
	margin-bottom: 1.5rem;
}

.p-request__ttl .txt {
	color: #0073c7;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.4;
}

.p-request .request {
	--gap: 15px;
}

.p-request .request--sp {
	display: none;
}

.p-request .request-box {
	border-radius: .6rem;
	background: #fff;
	box-shadow: .5px .866px 2px 0px rgba(0,0,0,.08);
	margin: 0 auto;
	padding: 1.5rem 1rem;
}

.p-request .request-ttl {
	background: url("../images/bg-ttl-about.png") no-repeat;
	background-size: 100% 100%;
	font-weight: bold;
	font-size: 1.7rem;
	text-align: center;
	padding: 2.2rem 1rem 4.4rem;
}

.p-request .request-media {
	text-align: center;
}

.p-request .request-media img {
	margin: 0 auto;
}

.p-request .request-slide {
	position: relative;
}

.p-request .request-slide .prev,
.p-request .request-slide .next {
	position: absolute;
	top: 50%;
}

.p-request .request-slide .prev,
.p-request .request-slide .next {
	background: transparent url(../images/icon-arrow.svg) no-repeat;
	width: 1.4rem;
	height: 2.8rem;
}

.p-request .request-slide .prev {
	left: 2.2rem;
}

.p-request .request-slide .next {
	right: 2.2rem;
	transform: rotate(180deg);
}

.p-request .request-slide .slick-dots {
	bottom: -4.2rem;
}

.p-request .request-slide .slick-dots li {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #fff;
	border: .2rem solid #0073c7;
	border-radius: 100%;
}

.p-request .request-slide .slick-dots li button {
	display: none;
}

.p-request .request-slide .slick-dots li.slick-active {
	background-color: #0073c7;
}

.p-slide {
	margin: 0 auto;
	width: 100%;
	height: 20.8rem;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.p-slide:before {
	content: "";
	background-color: rgba(5,32,52,.52);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.p-slide__ttl {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 1.5rem;
	left: 1.5rem;
	margin: 0 auto;
	z-index: 3;
}

.p-slide__ttl span {
	border: 3px solid #fff;
	padding: .25rem 1.8rem .5rem;
	color: #fff;
	font-weight: bold;
	font-size: 2.8rem;
	position: relative;
	display: inline-block;
}

.p-slide__ttl span:after {
	content: "";
	background: url("../images/icon-triangle.svg") no-repeat;
	display: block;
	width: 19.6rem;
	height: 2.1rem;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: -2.1rem;
	left: 0;
}

.p-slide ul .slick-list {
	overflow: visible;
}

.p-slide ul li {
	outline: none;
}

.p-slide ul li img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
}

.p-about {
	background-color: #0073c7;
	position: relative;
	overflow: hidden;
	padding-bottom: 6rem;
}

.p-about__triangle {
	background-color: #0073c7;
	height: 2rem;
}

.p-about__triangle:before {
	right: 50%;
	border-right: 100rem solid transparent;
	border-left: 100rem solid;
}

.p-about__triangle:after {
	left: 50%;
	border-left: 100rem solid transparent;
	border-right: 100rem solid;
}

.p-about__triangle:after,
.p-about__triangle:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50%;
	z-index: 100;
	border-bottom: 10rem solid #dbebf5;
	transform: rotate(0.000001deg);
}

.p-about__ttl {
	text-align: center;
	margin-top: 2.7rem;
}

.p-about__ttl span {
	color: #fff842;
	font-weight: bold;
	font-size: 9rem;
}

.p-about__box {
	background-color: #fff;
	border-radius: .6rem;
	padding: 1.3rem;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-top: 4rem;
}

.p-about__media,
.p-about__content {
	flex: 0 0 100%;
	max-width: 100%;
}

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

.p-about .text-background {
	font-weight: bold;
	margin-bottom: 2.8rem;
}

.p-about__text2 {
	font-weight: bold;
	font-size: 2.7rem;
	line-height: 1.6;
	letter-spacing: -0.1rem;
	margin-bottom: 3.8rem;
}

.p-about__text3 {
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: -0.2rem;
}

.p-reason {
	background-color: #dbebf5;
	padding: 4rem 0;
}

.p-reason .hline {
	color: #0073c7;
	font-size: 2rem;
}

.p-reason .hline .num {
	font-size: 3rem;
}

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

.p-reason__list .p-reason__item {
	background-color: #fff;
	border-radius: .6rem;
	box-shadow: .5px .866px 2px 0px rgba(0,0,0,.1);
	margin-bottom: 1.8rem;
	padding: 3rem 2rem;
}

.p-reason__list .p-reason__item:last-child {
	margin-bottom: 0;
}

.p-reason__item__head {
	margin-bottom: 1.5rem;
}

.p-reason__item .text-background {
	margin-bottom: 2.8rem;
}

.p-reason__item__point {
	color: #0073c7;
	font-size: 1.7rem;
	text-transform: uppercase;
	margin-bottom: 1.8rem;
}

.p-reason__item__ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.p-reason__item__txt {
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.7;
}

.p-reason__item__txt span {
	color: #0073c7;
	border-bottom: 1px solid #0073c7;
}

.p-reason__item__date {
	font-weight: bold;
	font-size: 1.4rem;
	margin-top: 1.9rem;
}

.p-reason__item__img {
	border-radius: .3rem;
	overflow: hidden;
}

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

.p-reason__item__figure .p-reason__item__img {
	margin-bottom: 1rem;
	position: relative;
}

.p-reason__item__figure .p-reason__item__img:last-child {
	margin-bottom: 0;
}

.p-reason__item__figure .p-reason__item__img h4 {
	background-color: #a9a8ab;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	padding: .7rem 1rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 2;
}

.p-reason__item .count-wrap {
	text-align: center;
}

.p-reason__item .fee-box {
	--data-column: 4;
	--gap: 6px;
}

.p-reason__item .fee-box__row {
	display: flex;
	flex-flow: row wrap;
	margin-left: calc(var(--gap)*-1);
}

.p-reason__item .fee-box__item {
	flex: 0 0 calc(100%/var(--data-column) - (var(--gap)));
	max-width: calc(100%/var(--data-column) - (var(--gap)));
	margin: 0 0 calc(var(--gap)) calc(var(--gap));
}

.p-reason__item .fee-box__des {
	font-weight: bold;
	font-size: 1.7rem;
	margin-top: 1.5rem;
	text-align: center;
}

.p-reason__image {
	margin-top: 1.6rem;
}

.p-reason__image .p-reason__item__txt {
	margin-bottom: 2.2rem;
}

.p-support {
	background: url("../images/bg-support_sp.jpg");
	background-position: top left;
	padding: 6rem 0;
}

.p-support__head {
	margin-bottom: 8rem;
}

.p-support__ttl {
	color: #fff;
	font-size: 3.7rem;
	font-weight: bold;
	text-align: center;
}

.p-support .support-list {
	display: flex;
	flex-wrap: wrap;
}

.p-support .support-item {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 7rem;
}

.p-support .support-box {
	border: .2rem solid #fff;
	padding: 4rem 1.5rem 3rem;
	position: relative;
	height: 100%;
}

.p-support .support-head {
	position: absolute;
	top: -5.5rem;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.p-support .support-num {
	background-color: #fff627;
	border: 1.1rem solid #0877c9;
	font-size: 2.5rem;
	color: #0073c7;
	width: 8.5rem;
	height: 8.5rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.p-support .support-ttl {
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
}

.p-support .support-des {
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.p-response {
	margin-top: 7rem;
	border-radius: .6rem;
	padding: 3rem 1.5rem;
	background-color: #fff;
	box-shadow: .05rem .0866rem .2rem 0 rgba(0,0,0,.1);
}

.p-response__head {
	margin-bottom: 3rem;
}

.p-response__ttl {
	color: #0b0b0b;
	font-size: 2.7rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5rem;
}

.p-response__sub {
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.p-response .response-row {
	display: flex;
}

.p-response .response-media {
	text-align: center;
	margin-bottom: 2.5rem;
}

.p-response .response-ttl {
	color: #030303;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.25;
	text-align: center;
}

.p-response .response-des {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.56;
	margin-top: 2rem;
}

.p-compare {
	background-color: #dbebf5;
	padding: 4rem 0;
}

.p-compare__box {
	background-color: #fff;
	border-radius: .3rem;
	margin-bottom: 3rem;
	padding: 1.5rem;
}

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

.p-compare__box__ttl {
	background-color: #3191d7;
	border-radius: .3rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 2.5rem;
	padding: .5rem 1rem;
	text-align: center;
}

.p-compare__box dl {
	border-radius: .3rem;
	margin: 2rem auto 0;
	max-width: 77.4rem;
	width: 100%;
}

.p-compare__box dl dt {
	color: #515151;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.p-compare__box dl dt::after {
	content: "";
	background-color: #4472c4;
	display: block;
	height: .7rem;
	border-radius: .4rem;
	margin-top: 1rem;
}

.p-compare__box dl dd {
	margin: 2rem 0 0;
}

.p-compare__box ul li {
	background-color: #a6c9e8;
	border-radius: 2rem;
	color: #515151;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 1.5rem 1rem;
	text-align: center;
}

.p-faq {
	padding: 4rem 0;
}

.p-faq .faq-list dt {
	background-color: #dbebf5;
	border-radius: .3rem;
	color: #3191d7;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	font-size: 1.8rem;
	font-weight: bold;
	min-height: 5.6rem;
	margin-bottom: .6rem;
	padding: 1.2rem 3.5rem 1rem 5.5rem;
	position: relative;
}

.p-faq .faq-list dt::before {
	content: "Q";
	background-color: #3191d7;
	border-radius: .3rem;
	color: #fff;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "DIN 2014",sans-serif;
	flex-shrink: 0;
	height: 3.5rem;
	width: 3.5rem;
	left: 1rem;
	top: 1rem;
	position: absolute;
}

.p-faq .faq-list dt::after {
	content: "";
	border-right: 2px solid #3191d7;
	border-bottom: 2px solid #3191d7;
	height: 1.2rem;
	width: 1.2rem;
	position: absolute;
	right: 1.5rem;
	transform: rotate(45deg);
	top: 1.5rem;
}

.p-faq .faq-list dt.active::after {
	transform: rotate(-135deg);
	top: 2.4rem;
}

.p-faq .faq-list dd {
	background-color: #edeeef;
	border-radius: .3rem;
	display: none;
	font-size: 1.4rem;
	min-height: 5.9rem;
	margin: 0 0 3rem;
	padding: 1.8rem 1.3rem 2rem 5.6rem;
	position: relative;
}

.p-faq .faq-list dd::before {
	content: "A";
	background-color: #a9a8ab;
	border-radius: .3rem;
	color: #fff;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "DIN 2014",sans-serif;
	flex-shrink: 0;
	height: 3rem;
	width: 3rem;
	position: absolute;
	left: 1.3rem;
	top: 1.3rem;
}

.p-faq .faq-list dd:last-child {
	margin-bottom: 0;
}

.p-flow {
	background-color: #3191d7;
	padding: 4rem 0;
}

.p-flow .hline {
	color: #fff;
}

.p-flow__txt {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.p-flow__txt span {
	font-size: 1.28em;
}

.p-flow .flow-list {
	counter-reset: flow;
	margin: 0 auto 3rem;
}

.p-flow .flow-list li {
	background-color: #fff;
	border-radius: .3rem;
	display: flex;
	flex-flow: column;
	align-items: center;
	flex: 0 calc(20% - 1.6rem);
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	padding: 2.2rem 1rem 1.8rem;
	text-align: center;
	z-index: 1;
}

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

.p-flow .flow-list li::after {
	content: "";
	position: absolute;
}

.p-flow .flow-list li h3 {
	font-size: inherit;
	font-weight: inherit;
	margin-top: auto;
}

.p-flow .flow-list li h3::before {
	content: counter(flow) ".";
	counter-increment: flow;
	color: #3191d7;
	line-height: 1;
	text-align: center;
	font-family: "DIN 2014",sans-serif;
	font-size: 1.46em;
	margin-right: .7rem;
}

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

.p-form .form-box {
	background-color: #fff;
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,.08);
	font-weight: 400;
	max-width: 84rem;
	margin: 0 auto;
	padding: 3rem 1.5rem 2rem;
	width: 100%;
}

.p-form .form-box__ttl {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-form #sf-form-elements .sf-form-section {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.p-form .form-elements>.form-group {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1.6rem;
	padding-bottom: 1.5rem;
}

.p-form .form-elements>.form-group:first-child {
	border-top: 1px solid #e6e6e6;
	padding-top: 1.6rem;
}

.p-form .form-elements>.form-group label {
	font-size: 1.5rem;
	font-weight: bold;
}

.form-dl {
	margin-bottom: 2rem;
}

.form-dl dt {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.6rem;
}

.form-dl dt:first-child {
	border-top: 1px solid #e6e6e6;
	padding-top: 1.6rem;
}

.form-dl dt span {
	background-color: #d9534f;
	border-radius: .3rem;
	color: #fff;
	font-size: 1.2rem;
	margin-left: .5rem;
	padding: 1px .5rem;
}

.form-dl dt span.option {
	background-color: #78909c;
}

.form-dl dd {
	border-bottom: 1px solid #e6e6e6;
	font-size: 1.4rem;
	margin: 0 0 1.5rem;
	padding-bottom: 1.5rem;
}

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

.form-dl dd .form-note {
	font-size: 1.2rem;
	font-weight: 400;
}

.policy-txt {
	font-size: 1.3rem;
	line-height: 1.9;
	margin-bottom: 2rem;
	text-align: center;
}

.policy-txt a {
	color: #3191d7;
	text-decoration: underline;
}

.policy-check {
	margin-bottom: 2rem;
}

.policy-check .checkbox-custom {
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: .3rem;
	align-items: center;
	font-size: 1.3rem;
	max-width: 33.2rem;
	margin: 0 auto;
	padding: 1.5rem;
}

.form-zip {
	display: flex;
	align-items: center;
}

.form-zip .form-control {
	margin: 0 1.4rem;
	max-width: 12.4rem;
}

.layout-vertical .sf-form-content {
	padding: 0;
	max-width: 100%;
}

.p-voice {
	padding: 4rem 0;
}

.p-voice__list {
	display: flex;
	flex-wrap: wrap;
}

.p-voice__list li {
	margin-bottom: 2rem;
}

.p-voice__item {
	border: 2px solid #f7f7f7;
	border-radius: 2rem;
	height: 100%;
	padding: 3rem;
}

.p-voice__item__img {
	margin-bottom: 1rem;
	text-align: center;
}

.p-voice__item__img img {
	border-radius: 50%;
}

.p-voice__item__name {
	color: #3191d7;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: .5rem;
	text-align: center;
}

.p-voice__item__ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 1rem;
}

.p-voice__item__txt {
	font-weight: 400;
}

#sf-form-page h2 {
	font-size: 2.4rem;
}

.p-ct-fix {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background-color: rgba(0,0,0,.5);
	padding: 1.5rem 1rem;
	z-index: 999;
}

.p-ct-fix__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-ct-fix .btn-main:after {
	display: none;
}

.p-ct-fix__item {
	flex: 0 0 48%;
	padding: 0 1%;
}

.p-ct-fix__item .btn {
	border: none;
}

.p-ct-fix .contact-phone {
	background-color: #fff;
	border-radius: .5rem;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.p-ct-fix .contact-phone .tel {
	background: url("../images/icon-phone.png") no-repeat;
	background-size: 2.6rem auto;
	background-position: left .2rem;
	font-size: 1.4rem;
	padding-left: 3rem;
}

@media all and (-ms-high-contrast: none) {

.text-border-bottom {
	background: linear-gradient(transparent 45%, #fff842 45%, #fff842 80%, transparent 80%);
}

.p-contact__ttl {
	padding: 1.5rem 1.5rem .4rem;
}

.p-slide__ttl span {
	padding: .5rem 1.8rem 0;
}

.p-about .text-background {
	padding-top: 1.25rem;
}

.p-reason__item .fee-box__row {
	margin: 0 -0.6rem;
}

.p-reason__item .fee-box__item {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 .6rem;
	margin-bottom: .6rem;
}

.p-reason .text-background {
	padding: 1.45rem 1.3rem .25rem;
}

}

@media (min-width: 568px) {

.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;
}

.p-footer__info__main {
	margin-right: 5.7rem;
}

.p-request .request {
	--data-column: 3;
}

.p-request .request-row {
	display: flex;
	flex-flow: row wrap;
	margin-left: calc(var(--gap)*-1);
}

.p-request .request-item {
	flex: 0 0 calc(100%/var(--data-column) - (var(--gap)));
	max-width: calc(100%/var(--data-column) - (var(--gap)));
	margin: 0 0 calc(var(--gap)) calc(var(--gap));
}

.p-reason__item__figure {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.p-reason__item__figure .p-reason__item__img {
	margin-bottom: 0;
	width: 49.46%;
}

.check-list {
	display: flex;
	flex-wrap: wrap;
}

.check-list li {
	margin: .3rem 1.5rem .3rem 0;
}

.p-voice__list li {
	flex: 0 50%;
	max-width: 50%;
	padding: 0 1rem;
}

}

@media (min-width: 568px)and (max-width: 991px) {

.p-request .request {
	--data-column: 2;
}

}

@media (min-width: 568px)and (-ms-high-contrast: none) {

.p-request .request-row {
	margin: 0 -1.5rem;
}

.p-request .request-item {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 0 1.5rem;
	margin-bottom: 1.5rem;
}

}

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

.p-request .request-ttl {
	font-size: 1.5rem;
}

}

@media screen and (max-width: 609px)and (min-width: 320px) {

.p-mv__txt {
	padding: 3rem 1.8rem 0;
}

.p-mv__slide .mv-slide-item {
	flex: 0 0 11.3rem;
	min-width: 11.3rem;
}

}

@media (min-width: 610px) {

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

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

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

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

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

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

.p-mv__slide .mv-slide-item {
	flex: 0 0 33.33%;
	max-width: 33.33%;
}

.p-mv__slide .mv-slide-item li {
	width: 100%;
}

.p-mv__slide .mv-slide-item li img {
	width: 100%;
}

}

@media (min-width: 610px)and (max-width: 991px) {

.p-mv__wrap__wrap {
	align-items: center;
}

.p-mv__txt {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 2rem 1.6rem 0 2.1rem;
}

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

.p-mv__slide {
	flex: 0 0 50%;
	max-width: 50%;
	max-height: 100%;
}

}

@media (min-width: 768px) {

body {
	padding-top: 8.95rem;
}

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

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

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

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

.sp {
	display: none;
}

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

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

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

.btn-main {
	font-size: 1.8rem;
	height: 7.4rem;
}

.btn-main::after {
	right: 2.8rem;
}

.btn-form,
#sf-form-elements .sf-submit-btn {
	font-size: 2.3rem;
	height: 7.2rem;
}

.btn-form::after,
#sf-form-elements .sf-submit-btn::after {
	right: 2.8rem;
}

.p-header__container {
	padding: 1.4rem 1.8rem 1.4rem 3.5rem;
}

.p-header__tel {
	margin-right: 3.4rem;
}

.p-header__tel .tel {
	background: url("../images/icon-phone_2.png") no-repeat left 1.3rem/auto 2.9rem;
	font-size: 4.156rem;
	padding-left: 5.5rem;
}

.p-header .btn-header {
	font-size: 1.6rem;
	height: 5rem;
	max-width: 31rem;
}

.p-header .btn-header::before {
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	box-shadow: 0 1px .4rem rgba(237,69,36,.3),0 0 4rem rgba(1,26,44,.1) inset;
	position: absolute;
	transition: all 250ms ease-out;
	z-index: -2;
}

.p-footer {
	padding: 5rem 0;
}

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

.p-footer__ttl {
	font-size: 1.6rem;
	margin-top: 3rem;
}

.p-footer__txt {
	font-size: 1.4rem;
}

.p-footer__other {
	font-size: 1.4rem;
}

textarea.form-control {
	height: 30rem;
}

.radio-box__content {
	padding-right: 3rem;
}

.checkbox-box__content span {
	margin-right: 1.7rem;
}

.checkbox-custom span {
	height: 2.4rem;
	width: 2.4rem;
	margin-right: 1.7rem;
}

.checkbox-custom span::after {
	top: .4rem;
	left: .3rem;
}

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

.form-row .form-col {
	margin-bottom: 0;
	padding: 0 .5rem;
	width: 50%;
}

.hline {
	font-size: 3.6rem;
	margin-bottom: 7.4rem;
}

.hline01 {
	font-size: 3rem;
}

.hline01::before {
	height: 3.2rem;
	margin-right: 3.2rem;
}

.hline01::after {
	height: 3.2rem;
	margin-left: 3.2rem;
}

.p-mv {
	padding-bottom: 14.6rem;
}

.p-mv__slide {
	max-height: 74.5rem;
}

.p-contact {
	margin-bottom: 10.7rem;
}

.p-contact__item {
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 1.05rem;
	padding-left: 1.05rem;
}

.p-contact__ttl {
	font-size: 2.2rem;
}

.p-contact__body {
	padding: 2.5rem 2.5rem;
}

.p-contact .contact-phone .tel {
	font-size: 4.6rem;
	background-size: 3.5rem auto;
	background-position: left 1.5rem;
	padding-left: 4.4rem;
}

.p-contact .contact-phone__time {
	font-size: 1.7rem;
}

.p-contact .contact-phone__time .time {
	font-size: 1.9rem;
}

.p-request {
	padding: 0 0 9.7rem;
}

.p-request__ttl {
	margin-bottom: 7.8rem;
}

.p-request__ttl .txt {
	font-size: 4.5rem;
}

.p-request .request-box {
	padding: 2.2rem 1.8rem 1.5rem;
}

.p-about {
	padding-bottom: 12.2rem;
}

.p-about__media,
.p-about__content {
	flex: 0 0 50%;
	max-width: 50%;
}

.p-about__content {
	padding-left: 5rem;
}

.p-reason {
	padding: 7rem 0;
}

.p-reason .hline {
	font-size: 4.5rem;
}

.p-reason .hline .num {
	font-size: 6.5rem;
}

.p-reason__list .p-reason__item {
	padding: 7rem 6.2rem;
}

.p-reason__item__head {
	margin-bottom: 2rem;
}

.p-reason__item__ttl {
	font-size: 3rem;
	letter-spacing: -0.05em;
	margin-bottom: 3.5rem;
}

.p-reason__item__date {
	font-size: 1.5rem;
}

.p-reason__item__figure .p-reason__item__img h4 {
	font-size: 2rem;
}

.p-reason__image {
	margin-top: 2.2rem;
}

.p-support {
	padding: 10.8rem 0 7.5rem;
	background-image: url("../images/bg-support.jpg");
}

.p-support__head {
	margin-bottom: 13rem;
}

.p-support__ttl {
	font-size: 4.7rem;
}

.p-support .support-list {
	margin-right: -0.95rem;
	margin-left: -0.95rem;
}

.p-support .support-item {
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: .95rem;
	padding-left: .95rem;
}

.p-support .support-item:nth-child(-n+2) {
	margin-bottom: 7.7rem;
}

.p-support .support-box {
	padding: 5.4rem 3rem 3.5rem;
}

.p-support .support-num {
	font-size: 3.055rem;
	border-color: #1c81d3;
}

.p-support .support-ttl {
	font-size: 2.4rem;
}

.p-response {
	padding: 8.5rem 0 3.1rem;
}

.p-response__head {
	margin-bottom: 6rem;
}

.p-response__ttl {
	font-size: 3.4rem;
}

.p-response .response-item {
	flex: 1;
	padding: 2rem 3.3rem 5rem 3.8rem;
}

.p-response .response-item:not(:last-child) {
	border-right: 2px solid #e2e2e2;
}

.p-response .response-media {
	margin-bottom: 5.2rem;
}

.p-compare {
	padding: 11.5rem 0 6.6rem;
}

.p-compare__box {
	padding-bottom: 5rem;
}

.p-compare__box__ttl {
	font-size: 2.5rem;
	margin-bottom: 4.5rem;
}

.p-compare__box dl.p-compare__dl {
	margin-top: 4.5rem;
}

.p-compare__box dl dt {
	font-size: 2.7rem;
}

.p-compare__box dl dt::after {
	height: 1.4rem;
	margin-top: 2rem;
}

.p-compare__box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -0.5rem;
}

.p-compare__box ul li {
	font-size: 2.4rem;
	padding: 2.5rem 1rem;
	width: calc(50% - 0.5rem);
}

.p-compare__box ul li:nth-child(n+3) {
	margin-top: 1.6rem;
}

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

.p-faq .hline {
	margin-bottom: 5.4rem;
}

.p-faq .faq-list dt {
	font-size: 2.6rem;
	min-height: 6.5rem;
	padding: 1rem 4rem 1rem 6.6rem;
}

.p-faq .faq-list dt::before {
	font-size: 2.6rem;
	height: 4.6rem;
	width: 4.6rem;
}

.p-faq .faq-list dt::after {
	top: 1.7rem;
	height: 1.5rem;
	width: 1.5rem;
}

.p-faq .faq-list dt.active::after {
	top: 2.8rem;
}

.p-faq .faq-list dd {
	font-size: 1.8rem;
	min-height: 6.8rem;
	padding: 1.8rem 1.3rem 2rem 6.6rem;
}

.p-faq .faq-list dd::before {
	font-size: 2.6rem;
	height: 3.6rem;
	width: 3.6rem;
}

.p-flow {
	padding: 9rem 0 8.5rem;
}

.p-flow__txt {
	font-size: 2.5rem;
}

.p-flow .flow-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5.7rem;
}

.p-flow .flow-list li {
	height: 14rem;
	font-size: 2rem;
}

.p-flow .flow-list li::after {
	width: 0;
	height: 0;
	border-top: 7rem solid transparent;
	border-bottom: 7rem solid transparent;
	border-left: 1.5rem solid #fff;
	left: 100%;
	top: 0;
}

.p-form {
	padding: 8.5rem 0 8rem;
}

.p-form .form-box {
	padding: 8.2rem 8.8rem 6rem;
}

.p-form .form-box__ttl {
	font-size: 3.2rem;
	margin-bottom: 5rem;
}

.p-form .form-elements>.form-group {
	margin-bottom: 3.7rem;
	padding-bottom: 3rem;
}

.p-form .form-elements>.form-group:first-child {
	padding-top: 2.6rem;
}

.p-form .form-elements>.form-group label {
	font-size: 1.8rem;
}

.form-dl {
	margin-bottom: 3.3rem;
}

.form-dl dt {
	font-size: 1.8rem;
}

.form-dl dt:first-child {
	padding-top: 2.6rem;
}

.form-dl dt span {
	font-size: 1.4rem;
}

.form-dl dd {
	font-size: 1.6rem;
	margin-bottom: 3.7rem;
	padding-bottom: 3rem;
}

.form-dl dd .form-note {
	font-size: 1.4rem;
}

.policy-txt {
	font-size: 1.5rem;
	margin-bottom: 3rem;
}

.policy-check {
	margin-bottom: 4.5rem;
}

.policy-check .checkbox-custom {
	font-size: 1.5rem;
	padding: 2rem 2.5rem;
}

.p-voice {
	padding-top: 9rem;
}

.p-voice__list {
	margin: 0 -1rem;
}

#sf-form-page h2 {
	font-size: 3rem;
}

}

@media (min-width: 768px)and (max-width: 991px) {

body {
	padding-top: 7.8rem;
}

}

@media (max-width: 991px)and (min-width: 768px) {

.p-contact .contact-phone .tel {
	font-size: 2.5rem;
	background-size: 3rem auto;
	background-position: left 1rem;
}

.p-contact .contact-phone__time {
	font-size: 1.5rem;
}

.p-contact .contact-phone__time .time {
	font-size: 1.7rem;
}

}

@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;
}

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

.p-header__tel {
	display: flex;
	align-items: flex-end;
}

.p-header__tel__time {
	margin: 0 0 0 1rem;
}

.p-header .logo {
	padding-bottom: 1rem;
}

.p-header .btn-header::after {
	height: 1.4rem;
	width: .8rem;
	right: 2.8rem;
}

.p-mv__wrap {
	align-items: flex-start;
}

.p-mv__txt {
	flex: 0 0 68.5rem;
	max-width: 68.5rem;
	padding: 5.5rem 7.1rem 0 5.4rem;
}

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

.p-mv__slide {
	flex: 0 0 calc(100% - 68.5rem);
	max-width: calc(100% - 68.5rem);
	flex-direction: row;
	justify-content: flex-start;
}

.p-mv__slide .mv-slide-item:not(:last-child) {
	margin-right: .5rem;
}

.p-mv__slide .mv-slide-item li {
	margin-bottom: .5rem;
}

.p-mv__slide .mv-slide-item {
	flex: 0 0 27.4rem;
	max-width: 27.4rem;
}

.p-compare__box ul li {
	font-size: 2.7rem;
}

.p-flow .flow-list li {
	font-size: 2.4rem;
}

.p-voice__list li {
	flex: 0 33.33%;
	max-width: 33.33%;
}

}

@media (min-width: 992px)and (-ms-high-contrast: none),(min-width: 992px)and (-ms-high-contrast: active) {

.p-mv__slide {
	flex-basis: 100%;
}

}

@media (max-width: 1099px)and (min-width: 992px) {

.p-header__tel__txt {
	font-size: 1.5rem;
	padding-left: 3.5rem;
}

.p-header__tel__time {
	font-size: 1.5rem;
}

.p-header__tel__time span {
	font-size: 1.7rem;
}

.p-header__tel .tel {
	font-size: 3.6rem;
}

.p-contact .contact-phone .tel {
	font-size: 4.4rem;
}

}

@media (min-width: 1100px) {

.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;
}

}

@media (min-width: 1301px) {

body {
	padding-top: 9.75rem;
}

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

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

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

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

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

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

}

@media (max-width: 1099px) {

.p-header__tel .tel {
	background-size: auto 2rem;
	padding-left: 3.5rem;
}

}

@media (max-width: 767px) {

.pc {
	display: none;
}

.p-footer {
	padding-bottom: 9.5rem;
}

.p-footer__info {
	margin-bottom: 2rem;
}

.p-mv__slide .mv-slide-item li.slick-slide img {
	width: 100%;
	height: 100%;
}

.p-contact {
	display: none;
}

.p-request {
	margin-top: -3.5rem;
}

.p-request .request--pc {
	display: none;
}

.p-request .request--sp {
	display: block;
}

.p-slide__ttl span {
	font-size: 1.8rem;
}

.p-about__content {
	margin-top: 2rem;
	text-align: center;
}

.p-reason__item .fee-box {
	--data-column: 2;
}

.p-support .support-item:last-child {
	margin-bottom: 0;
}

.p-response .response-row {
	flex-direction: column;
}

.p-response .response-item:not(:last-child) {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 2px solid #e2e2e2;
}

.p-compare__box ul li {
	min-height: 7.8rem;
	margin-bottom: 1rem;
}

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

.p-flow .flow-list li {
	font-size: 2.2rem;
	margin-bottom: 2rem;
}

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

.p-flow .flow-list li::after {
	width: 0;
	height: 0;
	border-left: calc(50vw - 1.5rem) solid transparent;
	border-right: calc(50vw - 1.5rem) solid transparent;
	border-top: 1.5rem solid #fff;
	top: 100%;
	left: 0;
}

.p-ct-fix {
	display: block;
}

}

@media (max-width: 609px) {

.p-request .request-item:not(:last-child) {
	margin-bottom: 1.5rem;
}

}

@media (max-width: 567px) {

.p-request .request-ttl {
	font-size: 1.6rem;
}

.check-list li {
	max-width: 32rem;
	margin-bottom: 1rem;
}

}

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

.p-footer__info__main {
	margin-right: 2.5rem;
}

.p-footer__ttl {
	font-size: 1.2rem;
}

.hline {
	font-size: 2.6rem;
}

}

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

.p-mv__txt {
	flex: 0 0 60%;
	max-width: 60%;
	padding: 1rem;
}

.p-mv__slide {
	flex: 0 0 40%;
	max-width: 40%;
	max-height: calc(100% - 2rem);
}

}

@-webkit-keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes topAtfAnimeUp {

0% {
	transform: translateY(0%);
}

100% {
	transform: translateY(-25%);
}

}

@keyframes topAtfAnimeUp {

0% {
	transform: translateY(0%);
}

100% {
	transform: translateY(-25%);
}

}

@-webkit-keyframes leftAtfAnimeUp {

0% {
	transform: translateX(0%);
}

100% {
	transform: translateX(-25%);
}

}

@keyframes leftAtfAnimeUp {

0% {
	transform: translateX(0%);
}

100% {
	transform: translateX(-25%);
}

}

