@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins:wght@700&display=swap');
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");

html {
	font-size: 62.5%;
}

body{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	overflow-x: hidden;
	position: relative;
	color: #333;
	background: #fff;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	width: 100%;
	min-height: 100vh;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

.sp {
	display: block;
	visibility: visible;
}
.pc {
	display: none;
	visibility: hidden;
}
a {
	color: #54565a;
	text-decoration: none;
}

.inner {
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.header-copy {
	width: 100%;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 0.7333em;
	padding: 2px 0;
}

.float-btn {
	position: fixed;
	bottom: -110%;
	left: 0;
	z-index: 10;
	width: 100%;
	text-align: center;
	display: flex;
	filter: drop-shadow(0 4px 4px rgb(0 0 0 / 50%));
	transition: 1s all;
}
.float-btn.sc-in {
	bottom: -0.3em;
}
.float-btn img {
	max-width: 150px;
	width: 25%;
	z-index: 1;
	margin-right: -2%;
}
.float-btn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #ffdf01;
	text-align: center;
	width: 72%;
	height: 5em;
	margin: 3% 0 4%;
	border-radius: 6px;
    color: #000;
	position: relative;
	box-shadow: 0 0.4em 0 0 #bf5a0d;
}
.float-btn a span {
	font-weight: 700;
    font-family: 'Montserrat', sans-serif;
	font-size: 7.3vw;
	font-style: italic;
}
.float-btn a::before {
	content: "＼お急ぎの方はお電話ください／";
	font-style: normal;
	font-size: 3.6vw;
	font-weight: 700;
}
.float-btn a span::before {
	font-family: "Line Awesome Free","Line Awesome Brands";
    font-weight: 900;
	content: "\f2a0";
	font-style: normal;
    font-size: 1em;
}

header {
	width: 100%;
	height: 64px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
}
header .inner {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	margin: 0 auto;
}
.header-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-logo .logo {
	display: block;
	width: 140px;
}
.header-logo p {
	line-height: 1.1;
	font-size: 0.8rem;
	font-weight: 400;
}
.header-logo p span {
	line-height: 1.6;
	font-size: 1em;
	display: block;
	font-weight: 400;
	/*letter-spacing: 0.05em;*/
}
.logo .en {
	font-family: 'Montserrat', sans-serif;
}
.header-btn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-btn li {
	margin-left: 6px;
}
.header-btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
	border-radius: 4px;
	background: #333333;
	color: #fff;
	font-size: 1rem;
	transition: .3s all;
}
.header-btn li a:hover {
	opacity: 0.8;
}
.header-btn li a.phone {
	background: #057ebb;
}
.header-btn li a::before {
	font-family: "Line Awesome Free","Line Awesome Brands";
	font-weight: 900;
}
.header-btn li a.mail::before {
	content: "\f0e0";
	font-size: 2em;
}
.header-btn li a.phone::before {
	content: "\f2a0";
	font-size: 2em;
}

body:not(#index):not(#apply) .header-btn {
	display: none;
	visibility: hidden;
}
#apply .header-btn li a.mail {
	display: none;
	visibility: hidden;
}
body:not(#apply) .header-btn li.apply-txt {
	display: none;
	visibility: hidden;
}
.header-btn li.apply-txt p {
	display: inline-block;
	margin: 0 auto;
	font-size: 0.875em;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	color: #0070e1;
	background: #fff;
	border: 2px solid #777;
	border-radius: 6px;
	padding: 0.2em 0.4em 0.3em;
	filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 20%));
	position: relative;
}
.header-btn li.apply-txt p::before,
.header-btn li.apply-txt p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    z-index: 3;
	position: absolute;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #777;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%,-50%);
    -ms-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
}
.header-btn li.apply-txt p::after {
    border-color: transparent transparent transparent #fff;
    right: 4px;
}

footer {
	background: rgb(255 223 1 / 40%);
}
.footer-link {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-link li {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-link li:first-child::before,
.footer-link li::after {
	content: "｜";
	color: rgb(0 0 0 /40%);
	display: inline-block;
}
.footer-link li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-size: 0.8667em;
	color: #000;
}
footer .inner p {
	font-size: 1.1rem;
	line-height: 1.2;
	text-align: center;
	color: #555;
	margin-bottom: 8px;
}

.copyright {
	width: 100%;
	line-height: 1.8;
	padding: 0.1em 0;
	background: #333;
	color: #eee;
	text-align: center;
	font-size: 0.8em;
}

main {
	flex: 1;
}

.main-color {
	color: #057ebb;
}
section h2 {
	font-weight: 700;
	text-align: center;
	font-size: 1.5em;
	padding: 16px 0;
	color: #000;
	line-height: 1;
	border-top: 4px solid #f9d12c;
}
/*section h2 .logo {
	font-weight: 700;
	font-family: 'Montserrat','Poppins','Murecho', sans-serif;
}*/
section .inner {
	padding: 0 10px 20px;
}

.txt-btn {
	background: #333;
	color: #fff;
	font-weight: 700;
	padding: 1em 0;
	text-align: center;
	display: block;
	margin: 2em auto 0;
	border-radius: 4px;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
	width: 80%;
	max-width: 300px;
}


.mv {
	background: #f9d12c;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.mv .inner {
	padding: 0 10px 0;
}

.mv h1 {
	margin: 0 auto;
	max-width: 500px;
}
.mv .title {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 760px;
	margin: 0 auto;
}
.mv .title p {
	font-size: 7vw;
	font-weight: 700;
	color: #000;
	text-align: center;
	display: none;
}
.mv .title > img {
	max-width: 140px;
	padding: 6% 0;
	width: 24%;
}

.mv-caution {
	display: flex;
	justify-content: center;
	font-size: 0.8em;
	font-weight: 500;
	padding: 10px;
	margin-top: 20px;
	background: rgb(255 255 255 / 85%);
	box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%);
	color: #0070e1;
}
body:not(#index) .mv-caution {
	display: none;
	visibility: hidden;
}

/*.contact {
	background: #f5f5f5;
}*/
.contact .inner {
	padding-top: 20px;
}
.contact h2,
.common h2 {
	background: #333;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: none;
	font-size: 1.2em;
}
.contact h2 small {
	font-weight: 400;
	font-size: 0.5714em;
	background: #0070e1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.5em;
	line-height: 1;
	padding: 4px 8px;
	border-radius: 2px;
}
.common h2 {
	margin-bottom: 1em;
}
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.btn li {
	width: 100%;
	margin-top: 10px;
}
.btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 400px;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
	border-radius: 4px;
	background: #333;
	color: #fff;
	font-size: 1em;
	padding: 0.8em;
	transition: .3s all;
}
.btn li a:hover {
	opacity: 0.7;
}
.btn li a.phone {
	background: #057ebb;
}
.btn li a::before {
	font-family: "Line Awesome Free","Line Awesome Brands";
	font-weight: 900;
}
.btn li a.mail::before {
	content: "\f0e0";
	font-size: 2.6em;
}
.btn li a.phone::before {
	content: "\f2a0";
	font-size: 2.6em;
}
.btn li a span {
	font-size: 1.2em;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0.5em;
	line-height: 1;
}
.btn li a span small {
	font-weight: 400;
	font-size: 0.7em;
	margin-top: 0.4em;
}

.step,
.faq {
	background: url("../img/bg.png") center top;
}

.list-step {
	display: flex;
	justify-content: space-between;
	counter-reset: step-num 0;
}
.list-step li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	font-weight: 500;
	width: 30%;
}
.list-step li::before {
	counter-increment: step-num 1;
	content: "STEP"counter(step-num);
	font-weight: 700;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
	color: #057ebb;
	font-size: 1.2em;
}
.list-step li::after {
	font-family: "Line Awesome Free","Line Awesome Brands";
	font-weight: 900;
	content: "\f5a0";
	font-size: 4em;
	color: #057ebb;
}
.list-step li:nth-child(2)::after {
	content: "\f46d";
}
.list-step li:nth-child(3)::after {
	content: "\f7d9";
}

.area-form,
.howto{
	background: rgb(255 223 1 / 20%);
}

.list-price {
	display: flex;
	justify-content: space-between;
	margin-top: 1.6em;
}
.list-price li {
	text-align: center;
	width: 49%;
	padding: 0 0 0.6em 0;
	border-radius: 0.3em;
	background: rgb(255 223 1 / 40%);
	position: relative;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.list-price li::before {
	font-family: "Line Awesome Free","Line Awesome Brands";
	font-weight: 900;
	content: "\f1ad";
	font-size: 2.8em;
	padding: 0.2em;
	color: #333;
	background: #ffdf01;
	/*border: 3px solid #ffdf01;*/
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
.list-price li:last-child::before {
	content: "\f015";
}
.list-price li h3 {
	text-align: center;
	color: #fff;
	background: #333;
	font-size: 1.1em;
	line-height: 1em;
	padding: 2em 0 0.5em;
	margin-bottom: 0.5em;
	border-radius: 0.3em 0.3em 0 0;
}
.list-price li h3 > span.type {
	font-size: 1.2em;
	font-weight: 700;
}
.list-price li:first-child h3 > span.type {
	letter-spacing: -0.1em;
}
.list-price li h3 > span {
	font-size: 0.7em;
	color: #fff;
	font-weight: 300;
}
.list-price li > span {
	font-weight: 700;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
	color: #fe1912;
	font-size: 2.2em;
	line-height: 1em;
	margin-right: 0.1em;
}
.list-caption {
	font-size: 0.675em;
	margin-top: 1em;
}
.list-caption li {
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.dl-ac {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 10px;
	padding: 10px 10px 0;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%)
}
.dl-ac:first-child {
	margin-top: 0;
}
.dl-ac dt {
	font-weight: 500;
	display: flex;
	align-items: center;
	padding: 0 0 10px;
	line-height: 2rem;
	cursor: pointer;
}
.dl-ac dt::before {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 40px;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	font-family: "Line Awesome Free","Line Awesome Brands";
	font-weight: 900;
	content: "\f1eb";
	font-size: 1.4em;
	background: #057ebb;
	color: #fff;
	margin-right: 0.5em;
}
.dl-ac dt::after {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 0 0 30px;
	width: 30px;
	height: 40px;
	font-family: "Line Awesome Free","Line Awesome Brands";
	font-weight: 900;
	content: "\f055";
	font-size: 1.4em;
	color: #999;
	margin-left: auto;
	transition: .3s all;
}
.dl-ac dt.active::after {
	content: "\f056";
}
.dl-ac dd {
	display: flex;
	line-height: 2rem;
	border-top: 1px solid #eee;
	padding: 10px 0;
}
.dl-ac dd::before {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 40px;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	font-family: "Line Awesome Free","Line Awesome Brands";
	font-weight: 900;
	content: "\f1eb";
	font-size: 1.4em;
	background: #333;
	color: #fff;
	margin-right: 0.5em;
}
.dl-ac dd p {
	margin-bottom: 1em;
	font-size: 0.933em;
	line-height: 1.6;
}

.howto .dl-ac dt {
	color: #eb5505;
}
.faq .dl-ac dt::before {
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	content: "Q";
	font-size: 1.4em;
}
.faq .dl-ac dd {
	font-size: 0.933em;
	line-height: 1.6;
}
.faq .dl-ac dd::before {
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	content: "A";
	font-size: 1.4em;
}

.operator {
	background: rgb(255 223 1 / 60%);
	color: #000;
	width: 100%;
	max-width: 640px;
	margin: 0 auto 10px;
	padding: 10px 14px;
	position: relative;
	border-radius: 4px;
}
.operator-copy {
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: 0.4em;
	color: #057ebb;
}
.operator-txt {
	font-size: 0.8667em;
	line-height: 1.6;
}
/*.operator::after {
	content: "";
    width: 30%;
    max-width: 90px;
    height: 116%;
    background: url("../img/sb_dog_01.png") no-repeat right bottom;
    background-size: contain;
    position: absolute;
    right: -8px;
    bottom: 8px;
}
.faq .operator::after,
.common .operator::after {
	background: url("../img/sb_dog_02.png") no-repeat right bottom;
	background-size: contain;
}*/

.box_yellow {
	background: rgb(255 200 0 / 30%);
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.common dl {
	overflow : hidden;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}
.common dl dt,
.common dl dd {
	width: 100%;
	padding: 10px 8px;
}
.common dl dt {
	font-weight: bold;
	width: 100%;
	background: #ebebeb;
	text-align: center;
}
.common dl dd {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
}
.common h3 {
	font-weight: bold;
	font-size: 1em;
	width: 100%;
	background: #ebebeb;
	padding: 10px 8px;
	margin: 2em 0 0.4em;
}
ol {
	margin: 0 0 0 1.6em;
}
ol li {
	margin: 0.4em 0 0 0;
}

/************************************
form
*************************************/

/*
reset
***********************/

button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}

textarea,
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #999;
	box-shadow: 3px 3px 3px 0 #eee inset;
	border-radius: 3px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

textarea {
    height: 100px; /* お好みの高さに */
}

.select {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.select select {
	appearance: none;
	width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
	padding: 8px 10px;
	box-shadow: 3px 3px 3px 0 #eee inset;
	border: 1px solid #999;
	border-radius: 3px;
	outline: 0;
	background: #fff;
	background-image: none;
	/*box-shadow: none;*/
	text-indent: 0.01px;
	text-overflow: ellipsis;
	cursor: pointer;
}
.select::before {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Line Awesome Free","Line Awesome Brands";
    font-weight: 900;
    content: "\f107";
    font-size: 1.2em;
	line-height: 42px;
    margin-right: 0.5em;
	pointer-events: none;
}

/* フォーカス時の色変更 */
textarea:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #333;
	background: rgb(255 200 0 / 30%);
	box-shadow: none;
}

/* オートコンプリート機能の背景黄色を変更 */
input:-webkit-autofill {
    -webkit-box-shadow: 3px 3px 0 0 #eee inset, 0 0 0px 1000px #fff inset;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaa;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #aaa;
}
::placeholder{ /* Others */
	color: #aaa;
}

#mail_form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 10px 10px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.common #mail_form {
	box-shadow: none;
	margin-top: 20px;
}

#mail_form h3 {
	font-size: 1.125em;
}
#mail_form h3:first-child {
	margin-top: 0;
}
#mail_form dl {
	overflow : hidden;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}

#mail_form dl dt,
#mail_form dl dd {
	width: 100%;
	text-align: left;
	background: #fff;
}
#mail_form dl dt {
	font-weight: bold;
	width: 100%;
	display: flex;
	padding: 10px 0 0;
}
#mail_form dl dd {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #dfdfdf;
	padding: 4px 0 10px;
}
#mail_form dl dt span.required,
#mail_form dl dt span.optional {
	order: 1;
	color: #fff;
	padding: 3px 6px;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.6rem;
	display: inline-block;
	margin-left: 10px;
	border-radius: 4px;
}
#mail_form dl dt span.required {
	background: #0070e1;
}
#mail_form dl dt span.optional {
	background: #999;
}
#mail_form dl dd span.error_blank,
#mail_form dl dd span.error_format,
#mail_form dl dd span.error_match,
#mail_form span.error_check {
	display : block;
	margin-top : 3px;
	width: 100%;
	color: #d7002e;
}

.txt-form {
	display: flex;
	align-items: center;
	margin-top: 8px;
}
.txt-form p {
	display: inline-block;
    width: 7em;
    margin-right: 0.5em;
}

.form_caption {
	margin: 1em 0;
}

#form_submit {
	text-align: center;
	margin-top: 10px;
}
#mail_form input[type="button"] {
	width: 100%;
    max-width: 400px;
    height: 60px;
    line-height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    background: #057ebb;
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}
#mail_form input[type="button"]:hover {
	opacity: .8;
}

span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


/* SP 375未満 iphone5 */
@media not screen and (min-width: 375px) {
	header .inner {
		padding: 0 6px;
	}
	.header-logo .logo {
		width: 124px;
	}
	.header-logo p span {
		font-size: 1.0em;
	}
	
	.btn li a span {
		font-size: 1.2em;
	}
	.header-btn li.apply-txt p {
		font-size: 0.75em;
	}
	
	section h2 {
		font-size: 1.3em;
	}
	section h2 .logo {
		width: 110px;
	}
	
	.dl-ac dt {
		font-size: 1.1em;
	}
	
	/*.faq .operator::after,
	.common .operator::after {
		width: 26%;
		right: 8px;
	}*/
	.operator-copy {
		font-size: 1.2em;
	}
}

/* SP 768未満 */
@media not screen and (min-width: 768px) {
	header {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		top: 0;
		z-index: 10;
	}
	.header-logo {
		flex-direction: column;
		align-items: flex-start;
		font-size: 1rem;
	}
	.header-logo p {
		margin-top: 2px;
	}
	
	.header-btn li a {
		flex-direction: column;
		width: 20vw;
		min-width: 75px;
		max-width: 100px;
		height: 50px;
	}
	.header-btn li a::before {
		margin-bottom: -2px;
	}
	
	footer {
		margin-bottom: 7em;
	}
	
	.btn {
		flex-direction: column;
		max-width: 400px;
	}
	.btn li:first-child {
		margin-top: 0;
	}

	#apply .btn li:first-child {
		margin-top: 0;
		text-align: center;
	}
	#apply .btn li {
		margin-top: 6px;
	}
	#apply .apply-link {
		display: none;
	}
	
	/*.faq .operator-txt,
	.common .operator-txt {
		width: 80%;
    	min-width: calc(100% - 90px);
	}*/
	
	.modal {
		display: none;
		visibility: hidden;
	}
	.tel-modal {
		display: none;
	}
	
	#mail_form dl dt br {
		display: none;
	}
}

/* PC 768以上 */
@media screen and (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}
	
	.float-btn {
		display: none;
	}
	
	.header-copy {
		font-size: 1.6rem;
	}
	header {
		height: 70px;
		box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
	}
	.inner {
		max-width: 1000px;
	}
	.header-logo {
		font-size: 1em;
	}
	.header-logo .logo {
		width: auto;
		max-width: 210px;
	}
	.header-logo p {
		margin: 0 0 0 10px;
		min-width: 200px;
		font-size: 1rem;
		letter-spacing: 0;
	}
	.header-logo p,
	.header-logo p span {
		line-height: 1.3;
	}
	.header-btn li a {
		font-size: 1.6rem;
		height: 50px;
		width: 180px;
		font-weight: 500;
	}
	.header-btn li a::before {
		margin-right: 0.2em;
	}
	.header-btn li a.mail::before {
		font-size: 2em;
	}
	.header-btn li a.phone::before {
		font-size: 1.8em;
	}
	.header-btn li.apply-txt p {
		font-size: 1.125em;
		padding: 0.4em 0.8em 0.4em;
	}
	.header-btn li.apply-txt p br {
		display: none;
	}
	
	section h2 {
		font-size: 2em;
		padding: 30px 0;
	}
	section .inner {
		padding: 0 30px 40px;
	}
	
	.mv .inner {
		padding: 0 30px 0;
	}
	.mv .title p {
		font-size: 1.4em;
	}
	.mv-title {
		font-size: 7.0rem;
	}
	.mv-title::before,
	.mv-title::after {
		font-size: 26rem;
	}
	.mv-title::before {
		left: calc(50% - 460px);
		top: -24px;
	}
	.mv-title::after {
		right: calc(50% - 440px);
		top: -24px;
	}
	.mv-caution {
		font-size: 2rem;
		margin-top: 30px;
	}
	.mv-caution br {
		display: none;
	}
	
	.contact .inner {
		padding-top: 20px;
	}
	.contact h2,
	.common h2 {
		font-size: 1.6em;
		padding: 20px 0;
	}
	.btn {
		max-width: 780px;
		justify-content: space-between;
	}
	.btn li {
		width: calc(50% - 10px);
	}
	.btn li a {
		padding: 1.2em 0.8em;
	}
	
	.list-step {
		justify-content: space-around;
	}
	.list-step li {
		font-size: 1.4em;
	}
	.list-step li br {
		display: none;
	}
	.list-step li::after {
		font-size: 5em;
		margin-top: 20px;
	}
	
	.list-price {
		max-width: 640px;
		margin: 1.6em auto;
	}
	.list-price li {
		width: 48%;
	}
	.list-caption {
		font-size: 0.8em;
	}
	
	.dl-ac {
		padding: 20px 10px 0;
		margin-top: 20px;
	}
	.dl-ac dt {
		padding: 0 10px 20px;
		font-size: 1.8rem;
	}
	.dl-ac dd {
		padding: 20px 10px 30px;
	}
	.dl-ac dd p,
	.faq .dl-ac dd {
		font-size: 1.6rem;
	}
	
	.operator {
		padding: 20px 30px;
		max-width: 640px;
		margin: 0 auto 30px;
		border-radius: 8px;
		/*-webkit-transform: translate(-70px,0);
		-ms-transform: translate(-70px,0);
		transform: translate(-70px,0);*/
	}
	/*.operator::before {
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		border-top: 8px solid transparent;
		border-right: 0 solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 16px solid rgb(255 210 0 / 40%);
		position: absolute;
		right: -16px;
		bottom: 24px;
	}
	.operator::after {
		width: 120px;
		max-width: 120px;
		height: 200px;
		right: -140px;
		bottom: 10px;
	}*/
	.operator-txt {
		font-size: 1.6rem;
		width: 100%;
	}
	/*.faq .operator::after,
	.common .operator::after {
		right: -140px;
	}*/
	
	.common dl {
		flex-direction: row;
		justify-content: space-between;
	}
	.common dl dt,
	.common dl dd {
		padding: 15px 16px;
	}
	.common dl dt {
		width: 200px;
		border-bottom: 1px solid #dfdfdf;
		align-items: center;
		justify-content: flex-end;
	}
	.common dl dd {
		width: calc(100% - 200px);
		text-align: left;
	}
	
	#mail_form {
		padding: 20px 20px 30px;
	}
	#mail_form dl {
		flex-direction: row;
		justify-content: space-between;
	}
	#mail_form dl dt {
		padding: 15px 0;
		width: 200px;
		border-bottom: 1px solid #dfdfdf;
		align-items: center;
		justify-content: flex-end;
		padding-right: 16px;
	}
	#mail_form dl dd {
		padding: 15px 0;
		width: calc(100% - 200px);
	}
	.common #mail_form dl dt {
		padding: 15px 0;
		width: 300px;
		border-bottom: 1px solid #dfdfdf;
		align-items: center;
		justify-content: flex-end;
		padding-right: 16px;
	}
	.common #mail_form dl dd {
		padding: 15px 0;
		width: calc(100% - 300px);
	}
	#form_submit {
		margin-top: 15px;
	}
	#mail_form input[type="button"] {
		height: 80px;
		font-size: 2.4rem;
	}
	
	.form_caption {
		text-align: center;
	}
	
	.modal {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		background: rgb(51 51 51 / 75%);
		overflow-y: auto;
		box-sizing: border-box;
		z-index: 9999;
		display: none;
	}
	body:not(#index):not(#apply) .modal {
		display: none;
		visibility: hidden;
	}
	.modal .inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		max-width: 520px;
		height: 100%;
		max-height: 200px;
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 30px;
		background: #fff;
		box-shadow: 0 4px 4px rgb(0 0 0 / 20%);
		border: 4px solid #ffd200;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.modal h2 {
		font-size: 2.4rem;
		border-top: none;
		color: #000;
		padding: 0 0 10px;
	}
	.modal h2::after {
		content: none;
	}
	.modal p.number {
		font-size: 5rem;
		color: #0070e1;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		justify-content: center;
		align-items: center;
		font-style: italic;
	}
	.modal p:not(.modal-close) {
		font-style: italic;
	}
	.modal p.number::before {
		font-family: "Line Awesome Free","Line Awesome Brands";
    	font-weight: 900;
		content: "\f2a0";
    	font-size: 1.2em;
		text-indent: -0.4em;
		margin-right: 0.2em;
	}
	.modal small {
		font-size: 1.8rem;
		font-weight: 500;
	}
	.modal .modal-close {
		color: #999;
		text-align: center;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 3.2rem;
	}
	.modal .modal-close::before {
		font-family: "Line Awesome Free","Line Awesome Brands";
		content: "\f057";
		font-weight: 900;
	}
	
	.tel-link {
		display: none;
	}
	
}

/* TB 1080px未満 */
@media not screen and (min-width: 1080px) {
	
}

/* PC 1080px以上 */
@media screen and (min-width: 1080px) {
	.header-btn li a {
		width: 200px;
	}
}
/* PC 1400未満 */
@media not screen and (min-width: 1400px) {
	
}
/* PC 1400以上 */
@media screen and (min-width: 1400px) {
	
}
