[data-target] {
	cursor: pointer;
}

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

html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #3c3c3c;
	font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	outline: none;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video {
	height: auto;
	max-width: 100%;
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

ul,
ol {
	list-style: none;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	background-color: #c30013;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 16px 12px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	border-color: #c30013;
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

[type="text"],
[type="email"],
[type="tel"] {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 12px 12px;
	width: 100%;
}

input:focus {
	border-color: #c30013;
	box-shadow: none;
	outline: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	background-color: #c30013;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	opacity: 0.6;
}

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0 0 0 30px;
	position: relative;
	transition: all 1s ease 0s;
}

input[type="checkbox"] + span::before {
	background: #fff;
	border: 1px solid #b9b9b9;
	border-radius: 2px;
	content: "";
	display: block;
	height: 26px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

input[type="checkbox"] + span::after {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

input[type="checkbox"]:checked + span::after {
	border-bottom: 4px solid #c30013;
	border-left: 4px solid #c30013;
	content: "";
	display: block;
	height: 15.6px;
	left: 0;
	margin-top: -0.2em;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 26px;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/arrow.svg);
	background-position: right 6px center;
	background-repeat: no-repeat;
	background-size: 24px;
	border: 1px solid #b9b9b9;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 0.4em 2.4em 0.4em 0.8em;
}

select::-ms-expand {
	display: none;
}

select:focus {
	border-color: #c30013;
	box-shadow: none;
	outline: none;
}

.container {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	margin: 0 auto;
	max-width: 100%;
	width: 1000px;
}

.inner {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: 1000px;
}

.btn {
	-webkit-appearance: none;
	background-color: #424242;
	background-image: none;
	border: 2px solid #424242;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	height: 60px;
	letter-spacing: 0.04em;
	line-height: 58px;
	margin: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	width: 300px;
}

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

.btn:hover,
.btn:focus {
	outline: none;
}

.btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.btn-contact {
	transition: all 0.3s ease 0s;
}

.btn-contact:hover {
	opacity: 0.6;
}

.btn-contact img {
	width: 240px;
}

.btn-form {
	transition: all 0.3s ease 0s;
	width: 240px;
}

.btn-form:hover {
	opacity: 0.6;
}

.drawer {
	z-index: 40;
}

.drawer-close {
	background: #000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 39;
}

.drawer-close.is-checked {
	display: block;
	opacity: 0.4;
}

.drawer-icon {
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-align: center;
	z-index: 41;
}

.drawer-icon::after {
	color: #424242;
	content: "MENU";
	display: none;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.drawer-icon.is-checked::after {
	content: "CLOSE";
}

.drawer-bars {
	display: inline-block;
	height: 19px;
	position: relative;
	vertical-align: bottom;
	width: 25px;
}

.drawer-bar {
	background: #424242;
	border-radius: 3px;
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	transition: all 0.3s linear 0s;
	width: 100%;
}

.drawer-bar:nth-of-type(1) {
	top: 0;
}

.drawer-bar:nth-of-type(2) {
	top: 8px;
}

.drawer-bar:nth-of-type(3) {
	top: 16px;
}

.is-checked .drawer-bar:nth-of-type(1) {
	top: 10px;
	transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
	background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
	top: 10px;
	transform: rotate(45deg);
}

.drawer-content {
	background: #fff;
	bottom: auto;
	color: #424242;
	height: 100%;
	left: auto;
	max-width: 90%;
	overflow: auto;
	padding-top: 60px;
	position: fixed;
	right: 0;
	text-align: left;
	top: 0;
	transform: translateX(105%);
	transition: all 0.5s ease 0s;
	width: 200px;
	z-index: 40;
}

.drawer-content.is-checked {
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
	transform: translateX(0);
}

.drawer-content--left {
	left: 0;
	right: auto;
	transform: translateX(-105%);
}

.drawer-content--top {
	bottom: auto;
	height: 100%;
	max-width: 100%;
	top: 0;
	transform: translateY(-105%);
	width: 100%;
}

.heading-line {
	background: #c30013;
	color: #fff;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin: 0 calc(50% - 50vw);
	padding: 10px calc(50vw - 50% + 20px);
	text-align: center;
	width: 100vw;
}

.heading-bector {
	background: #ffdc37;
	border-radius: 5px;
	color: #c30013;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 26px;
	font-weight: 600;
	padding: 6px 16px;
	text-align: center;
}

.heading-bector-today {
	background: #c30013;
	color: #ffdc37;
}

.heading-border {
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 22px;
	font-weight: 600;
	overflow: hidden;
	padding: 8px 26px;
	position: relative;
}

.heading-border::before {
	background: #c30013;
	content: "";
	height: 33px;
	left: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}

.heading-border-price::before {
	background: #ffdc37;
}

.footer {
	background: #c30013;
	color: #fff;
	font-family: dnp-shuei-shogomincho-std, sans-serif;
	font-weight: 700;
	padding: 32px 92px 30px;
}

.footer-lead {
	font-size: 22px;
}

.footer-lead span {
	margin-right: 20px;
}

.footer-items {
	font-size: 0;
	margin-top: 16px;
}

.footer-item {
	display: inline-block;
	font-size: 0;
	margin-bottom: 22px;
	white-space: nowrap;
}

.footer-item:nth-child(1) .footer-item-value img {
	width: 329.55px;
}

.footer-item:nth-child(2) {
	padding-left: 22px;
}

.footer-item:nth-child(2) .footer-item-value img {
	width: 325.36px;
}

.footer-item:nth-child(3) {
	margin-bottom: 0;
	margin-top: -8px;
	width: auto;
}

.footer-item:nth-child(3) .footer-item-value img {
	width: 411.83px;
}

.footer-item-label {
	display: inline-block;
	font-size: 20px;
	margin-right: 12px;
	vertical-align: middle;
}

.footer-item-label img {
	margin-bottom: 6px;
	vertical-align: middle;
	width: 56.22px;
}

.footer-item-value {
	display: inline-block;
	vertical-align: middle;
}

.footer-item-value img {
	vertical-align: middle;
}

.footer-address {
	font-size: 20px;
	margin-top: 12px;
}

.footer-address-name {
	margin-right: 12px;
}

.footer-address-zip {
	margin-right: 1em;
}

.footer-copy {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 11px;
	font-weight: 600;
	margin-top: 30px;
}

.header {
	background: transparent;
	height: auto;
	left: 0;
	padding-left: 40px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.header-logo {
	margin-right: auto;
}

.header-logo a {
	transition: all 0.3s ease 0s;
}

.header-logo a:hover {
	opacity: 0.6;
}

.header-logo img {
	width: 139.06px;
}

.about {
	margin-top: 70px;
	overflow: hidden;
	padding-bottom: 58px;
}

.about-title {
	background: #c30013;
	color: #fff;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 30px;
	font-weight: 600;
	padding: 22px 20px 18px;
	text-align: center;
}

.about-row {
	display: flex;
	padding: 56px 75px;
}

.about-img {
	text-align: center;
	width: 46%;
}

.about-img02 {
	margin-top: 23px;
}

.about-body {
	padding-left: 22px;
	width: 54%;
}

.about-body-content:last-child {
	margin-top: 46px;
}

.about-body-title {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 25px;
	font-weight: 600;
}

.about-body-p {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.66667;
	margin-top: 4px;
	padding: 0 8px;
}

.about-body-p p {
	margin-bottom: 1.5em;
}

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

.about-body-p span {
	color: #c30013;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
}

.about-contact {
	text-align: center;
}

.about-img-sp {
	margin-top: 40px;
	text-align: center;
}

.about-img-sp img {
	width: 335px;
}

.area {
	padding: 72px 76px 0;
}

.area-body {
	padding: 0 14px;
}

.area-content {
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.22222;
	margin-top: 20px;
}

.area-content span {
	color: #c30013;
}

.area-imgs {
	display: flex;
	margin-top: 20px;
}

.area-img {
	margin-right: 20px;
	width: calc(50% - 20px / 2);
}

.area-img:last-child {
	margin-right: 0;
}

.contact {
	margin-top: 78px;
	overflow: hidden;
	padding-bottom: 66px;
}

.contact-title {
	background: #c30013;
	color: #fff;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 30px;
	font-weight: 600;
	padding: 22px 20px 18px;
	text-align: center;
}

.contact-lead {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size: 17px;
	line-height: 1.76471;
	margin-top: 50px;
	padding: 0 92px;
}

.contact-lead p {
	font-weight: 400;
	margin-bottom: 1.5em;
}

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

.contact-lead span {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
}

.contact-lead span.cr-m {
	color: #c30013;
}

.contact-form {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	margin-top: 56px;
	padding: 0 60px;
}

.contact-form form {
	border-top: 1px solid #b9b9b9;
	padding-top: 30px;
}

.contact-form dl {
	display: flex;
	flex-wrap: wrap;
}

.contact-form dl dt {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 40px;
	padding: 12px 60px 8px 34px;
	position: relative;
	width: 35%;
}

.contact-form dl dt .optional,
.contact-form dl dt .required {
	background: #989898;
	color: #fff;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 10px;
	width: 57px;
}

.contact-form dl dt .required {
	background: #c30013;
}

.contact-form dl dd {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 40px;
	width: 65%;
}

.contact-form dl dd textarea {
	height: 265px;
}

.contact-radio {
	padding-top: 12px;
}

.contact-radio ul {
	display: flex;
}

.contact-radio ul li {
	margin-right: 14px;
}

.contact-radio ul li:last-child {
	margin-right: 0;
}

.contact-radio input {
	margin-right: 10px;
}

.contact-btn {
	border-top: 1px solid #b9b9b9;
	padding-top: 34px;
	text-align: center;
}

.contact-btn input {
	background: transparent url(../img/btn-form.png) no-repeat top center/contain;
	height: 68px;
	text-indent: -9999px;
	width: 240px;
}

.error_blank {
	color: #c30013;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
}

.example {
	background: #c30013;
	padding: 77px 55px 73px;
}

.example-title {
	background: #fff;
	border-radius: 3px;
	color: #c30013;
	display: inline-block;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 22px;
	font-weight: 600;
	padding: 10px 10px 9px 26px;
	position: relative;
}

.example-title::before {
	background: #c30013;
	content: "";
	height: 33px;
	left: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}

.example-items {
	margin-top: 38px;
}

.example-item {
	margin-bottom: 64px;
}

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

.example-item-title {
	color: #ffdc37;
	display: inline-block;
	font-family: dnp-shuei-shogomincho-std, sans-serif;
	font-size: 26px;
	font-weight: 700;
	padding: 0 32px;
	position: relative;
}

.example-item-title::before {
	background: transparent url(../img/icon-thunder01.png) no-repeat top center/contain;
	content: "";
	height: 37.88px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 27.32px;
}

.example-item-title::after {
	background: transparent url(../img/icon-thunder02.png) no-repeat top center/contain;
	content: "";
	height: 37.88px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 27.32px;
}

.example-item-content {
	color: #fff;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.66667;
	margin-top: 12px;
	padding-left: 6px;
}

.flow {
	margin-top: 66px;
	padding: 0 50px 86px;
}

.flow-items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 56px;
	padding: 0 20px;
}

.flow-item {
	position: relative;
	width: 50%;
}

.flow-item::after {
	background: transparent url(../img/icon-arrow-right.png) no-repeat top center/contain;
	content: "";
	height: 29.45px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 15.29px;
}

.flow-item:nth-child(1) {
	margin-bottom: 64px;
	padding-right: 80px;
}

.flow-item:nth-child(1) .flow-item-title img {
	width: 33.99px;
}

.flow-item:nth-child(2) {
	margin-bottom: 64px;
	padding-right: 72px;
}

.flow-item:nth-child(2)::after {
	display: none;
}

.flow-item:nth-child(2) .flow-item-title img {
	width: 30.88px;
}

.flow-item:nth-child(3) {
	padding-left: 80px;
}

.flow-item:nth-child(3)::after {
	left: 46px;
	right: auto;
}

.flow-item:nth-child(3) .flow-item-title img {
	width: 30.89px;
}

.flow-item:nth-child(4) {
	padding-left: 80px;
}

.flow-item:nth-child(4)::after {
	left: 36px;
	right: auto;
}

.flow-item:nth-child(4) .flow-item-title img {
	width: 32.69px;
}

.flow-item-title {
	color: #c30013;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 22px;
	font-weight: 600;
	padding: 0 0 0 46px;
	position: relative;
}

.flow-item-title img {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.flow-item-content {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.66667;
	margin-top: 18px;
}

.flow-item-content span {
	color: #c30013;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
}

.mv-bottom {
	align-items: flex-end;
	display: flex;
	margin-bottom: 29.8px;
	margin-top: -106px;
	padding: 0 33.9px 0 42px;
	position: relative;
	z-index: 2;
}

.mv-bottom-text01 {
	margin-right: auto;
}

.mv-bottom-text01 img {
	width: 433.99px;
}

.mv-bottom-icons {
	display: flex;
}

.mv-bottom-icon {
	margin-right: 8.3px;
	width: 145.2px;
}

.mv-bottom-icon:last-child {
	margin-right: 0;
}

.mv-bottom-icon-sp {
	width: 108px;
}

.mv-tel {
	position: absolute;
	right: 0;
	top: 18px;
}

.mv-tel a {
	transition: all 0.3s ease 0s;
}

.mv-tel a:hover {
	opacity: 0.6;
}

.mv-tel img {
	vertical-align: middle;
	width: 367px;
}

.mv-bottom-area {
	background: #ffdc37;
	margin: 0 0 32px;
	padding: 15px 46px;
}

.mv-bottom-area img {
	vertical-align: middle;
	width: 672.24px;
}

.mv-lead {
	margin-bottom: 38.7px;
	padding: 0 42px;
}

.mv-lead img {
	width: 898.95px;
}

.mv-lead-attention {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size: 13px;
	font-weight: 500;
	margin-top: 14px;
}

.mv-bottom-imgs {
	display: flex;
	margin-bottom: 42px;
	padding: 0 66px;
}

.mv-bottom-img {
	margin-right: 22.4px;
	width: calc(33.33333333% - 22.4px * 2 / 3);
}

.mv-bottom-img:last-child {
	margin-right: 0;
}

.mv-bottom-content {
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 2.89474;
	text-align: center;
}

.mv {
	background: transparent url(../img/mv-pc.jpg) no-repeat top center/cover;
	height: 641px;
	position: relative;
}

.mv-text {
	left: calc(50% + 40px);
	position: absolute;
	top: 42px;
}

.mv-text img {
	width: 53.86px;
}

.point-area {
	background: linear-gradient(#fff 30%, #ffebeb 0);
	margin: 44px 0;
	padding: 0 75px 47px;
	width: 100%;
}

.points {
	display: flex;
	justify-content: center;
	margin: 0 auto 54px;
	max-width: 100%;
	width: 850px;
}

.point {
	margin-right: 33px;
	text-align: center;
	width: calc(33.33333333% - 33px * 2 / 3);
}

.point:last-child {
	margin-right: 0;
}

.point-contact {
	text-align: center;
}

.point-contact img {
	width: 240px;
}

.price {
	margin-top: 75px;
	padding: 0 84px;
}

.price-body {
	padding: 0 12px;
}

.price-title {
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 22px;
	font-weight: 600;
	padding: 16px 26px 13px;
	position: relative;
}

.price-title::before {
	background: #ffdc37;
	content: "";
	height: 33px;
	left: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}

.price-img {
	margin-top: 31px;
}

.price-attention {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.66667;
	margin-top: 16px;
}

.qa {
	margin-top: 59px;
	padding: 0 50px;
}

.qa-title {
	background: #ffdc37;
	border-radius: 5px;
	color: #c30013;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 26px;
	font-weight: 600;
	padding: 17px 16px 16px;
	text-align: center;
}

.qa-items {
	margin-top: 40px;
	padding: 0 30px;
}

.qa-item {
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 43px;
}

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

.qa-item dt {
	color: #c30013;
	padding-left: 20px;
	position: relative;
}

.qa-item dt span {
	left: 0;
	position: absolute;
	top: 0;
}

.qa-item dd {
	margin-top: 16px;
	padding-left: 20px;
	position: relative;
}

.qa-item dd span {
	left: 0;
	position: absolute;
	top: 0;
}

.reason {
	overflow: hidden;
	padding: 24px 0 0;
}

.reason-points {
	padding: 0 76px;
}

.reason-title img {
	width: 531px;
}

.reason-items {
	margin-top: 36px;
}

.reason-item {
	margin-bottom: 40px;
}

.reason-item:first-child .reason-item-title img {
	width: 653px;
}

.reason-item:nth-child(2) .reason-item-title img {
	width: 529px;
}

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

.reason-item:last-child .reason-item-title img {
	width: 569px;
}

.reason-item-content {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	margin-top: 0;
	padding-left: 77px;
}

.reason-item-content span {
	background: linear-gradient(transparent 60%, #ffdc37 0);
	color: #c30013;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-feature-settings: "palt";
	font-size: 18px;
	font-weight: 600;
	line-height: 1.66667;
	margin: 0 2px;
	padding: 0 2px;
}

.reason-bg {
	background: transparent url(../img/reason01-bg.jpg) no-repeat top center/cover;
	height: 634px;
	margin: 62px 0 0;
	position: relative;
}

.reason-icon {
	bottom: -36.5px;
	position: absolute;
	right: 58.5px;
}

.reason-icon img {
	width: 201.5px;
}

.reason-content-img-text-sp {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-top: 0;
	text-align: center;
}

.reason-content {
	display: flex;
	margin-top: 53px;
	padding: 0 30px;
	text-align: center;
}

.reason-content-img {
	margin: -10px;
	width: calc(50% - 16px / 2);
}

.reason-content-body {
	margin-left: auto;
	padding: 36px 16px;
	position: relative;
	width: calc(50% - 16px / 2);
}

.reason-content-body::before {
	background: transparent url(../img/line-top.png) repeat top center/auto 100%;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.reason-content-body::after {
	background: transparent url(../img/line-bottom.png) repeat top center/auto 100%;
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}

.reason-lead {
	color: #c30013;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.8;
}

.reason-p {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.66667;
	margin-top: 16px;
}

.reason-p span {
	display: block;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
}

.staff {
	margin-top: 53px;
	overflow: hidden;
}

.staff-items {
	display: flex;
	margin-top: 36px;
	padding: 0 53px;
}

.staff-item {
	margin-right: 30px;
	width: calc(33.33333333% - 30px * 3 / 4);
}

.staff-item:last-child {
	margin-right: 0;
}

.staff-item-img {
	text-align: center;
}

.staff-item-title {
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-top: 8px;
	vertical-align: middle;
}

.staff-item-title span {
	font-size: 10px;
	margin-left: 12px;
	vertical-align: middle;
}

.today {
	background: #f5f5f5;
	padding: 50px 50px 70px;
}

.today-items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 47px;
	padding: 0 20px;
}

.today-item {
	background: #fff;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	margin-bottom: 50px;
	margin-right: 46px;
	overflow: hidden;
	width: calc(50% - 46px / 2);
}

.today-item:nth-child(2n) {
	margin-right: 0;
}

.today-item-img {
	position: relative;
	text-align: center;
}

.today-item-img .today-item-icon {
	left: 20px;
	position: absolute;
	top: 20px;
	width: 60px;
}

.today-item-body {
	padding: 14px 16px;
}

.today-item-title {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 22px;
	font-weight: 600;
}

.today-item-content {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-top: 6px;
}

.today-contact {
	margin-top: 28px;
	text-align: center;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {

.mv-bottom-area-wrap {
	overflow: hidden;
}

.point-area-wrap {
	overflow: hidden;
}

}

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

.u-hidden-tab {
	display: none;
}

}

@media (min-width: 1000px) {

.u-hidden-pc {
	display: none;
}

}

@media (max-width: 999px) {

.inner {
	padding-left: 24px;
	padding-right: 24px;
}

.footer {
	padding: 4vw 0 3vw;
}

.footer-item:nth-child(1) .footer-item-value img {
	width: 296.595px;
}

.footer-item:nth-child(2) {
	padding-left: 2.2vw;
}

.footer-item:nth-child(2) .footer-item-value img {
	width: 292.824px;
}

.about-row {
	padding-left: 0;
	padding-right: 0;
}

.about-body {
	padding-left: 3.8vw;
}

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

.contact-lead {
	margin-top: 5vw;
	padding-left: 0;
	padding-right: 0;
}

.contact-form {
	padding-left: 0;
	padding-right: 0;
}

.example {
	padding-left: 5.5vw;
	padding-right: 5.5vw;
}

.flow {
	margin-top: 6.6vw;
	padding-left: 0;
	padding-right: 0;
}

.mv-bottom {
	margin-top: -10.6vw;
	padding-left: 3.39vw;
	padding-right: 4.2vw;
}

.mv-bottom-area {
	margin-left: -24px;
	margin-right: -24px;
}

.mv-lead {
	padding-left: 4.2vw;
	padding-right: 4.2vw;
}

.mv-bottom-imgs {
	padding-left: 6.6vw;
	padding-right: 6.6vw;
}

.mv-text {
	top: 92px;
}

.point-area-wrap {
	margin-left: -24px;
	margin-right: -24px;
}

.point-area {
	padding-left: 7.5vw;
	padding-right: 7.5vw;
}

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

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

.qa-items {
	padding-left: 5.4vw;
	padding-right: 5.4vw;
}

.reason-points {
	padding-left: 7.6vw;
	padding-right: 7.6vw;
}

.reason-item-content {
	padding-left: 5.34722vw;
}

.reason-bg {
	margin-left: -24px;
	margin-right: -24px;
}

.reason-content {
	padding-left: 0;
	padding-right: 0;
}

.reason-lead {
	font-size: 18px;
}

.staff-item-title span {
	display: block;
	margin-left: 0;
}

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

.today-items {
	padding-left: 3.6vw;
	padding-right: 3.6vw;
}

}

@media (max-width: 767px) {

textarea {
	padding: 8px 6px;
}

[type="text"],
[type="email"],
[type="tel"] {
	padding: 8px 6px;
}

.inner {
	padding-left: 6px;
	padding-right: 6px;
}

.btn-contact img {
	width: 174px;
}

.btn-form {
	width: 174px;
}

.heading-line {
	font-size: 18px;
	padding: 8px 12px 6px;
}

.heading-bector {
	font-size: 18px;
	padding: 7px 13px;
}

.heading-border {
	font-size: 18px;
	padding: 6px 12px;
	text-align: center;
}

.heading-border::before {
	height: 4px;
	left: 0;
	top: 100%;
	width: 100%;
}

.footer {
	padding: 8px 14px 30px;
}

.footer-lead {
	font-size: 15px;
}

.footer-lead span {
	display: block;
	font-size: 17px;
	margin-right: 0;
	margin-top: 10px;
}

.footer-items {
	margin-top: 16px;
}

.footer-item {
	display: block;
	margin-bottom: 18px;
	padding-left: 0;
	width: 100%;
}

.footer-item:nth-child(1) .footer-item-value img {
	width: 278.86px;
}

.footer-item:nth-child(2) {
	padding-left: 0;
}

.footer-item:nth-child(2) .footer-item-value img {
	width: 275.31px;
}

.footer-item:nth-child(3) .footer-item-value img {
	width: 278.38px;
}

.footer-item-label {
	margin-right: 8px;
}

.footer-item-label img {
	width: 38px;
}

.footer-address {
	font-size: 13px;
	margin-top: 6px;
}

.footer-address-name {
	display: block;
	font-size: 15px;
	margin-right: 0;
	margin-top: 6px;
}

.footer-address-zip {
	display: block;
	margin-right: 0;
}

.footer-copy {
	font-size: 10px;
	margin-top: 5px;
}

.header {
	padding-left: 15px;
}

.header-logo img {
	width: 77.09px;
}

.about {
	margin-top: 12px;
	padding-bottom: 36px;
}

.about-title {
	font-size: 18px;
	padding: 13px 12px 11px;
}

.about-row {
	display: block;
	padding: 20px 0 0;
}

.about-img {
	width: 100%;
}

.about-body {
	padding-left: 0;
	width: 100%;
}

.about-body-content:last-child {
	margin-top: 32px;
}

.about-body-content:last-child .about-body-title {
	padding-left: 12px;
}

.about-body-title {
	font-size: 20px;
}

.about-body-p {
	margin-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
}

.about-contact {
	margin-top: 30px;
}

.area {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 28px;
}

.area-body {
	padding-left: 0;
	padding-right: 0;
}

.area-content {
	font-size: 15px;
	line-height: 2.33333;
	margin-top: 18px;
	text-align: center;
}

.area-imgs {
	margin-top: 12px;
}

.area-img {
	margin-right: 8px;
	width: calc(50% - 8px / 2);
}

.contact {
	margin-top: 28px;
	padding-bottom: 58px;
}

.contact-title {
	font-size: 18px;
	margin-left: -6px;
	margin-right: -6px;
	padding: 13px;
	text-align: center;
}

.contact-lead {
	font-size: 15px;
	line-height: 1.86667;
	margin-top: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

.contact-lead span.cr-m {
	font-size: 19px;
	line-height: 1.47368;
}

.contact-form {
	margin-top: 42px;
	padding-left: 14px;
	padding-right: 14px;
}

.contact-form form {
	padding-top: 24px;
}

.contact-form dl {
	display: block;
}

.contact-form dl dt {
	font-size: 16px;
	margin-bottom: 4px;
	padding: 0;
	width: 100%;
}

.contact-form dl dt .optional,
.contact-form dl dt .required {
	font-size: 15px;
	height: 31px;
	left: 0;
	line-height: 31px;
	right: auto;
	top: calc(100% + 6px);
	width: 48px;
}

.contact-form dl dd {
	font-size: 14px;
	margin-bottom: 18px;
	padding-left: 58px;
	width: 100%;
}

.contact-form dl dd textarea {
	height: 220px;
}

.contact-btn {
	margin-top: 30px;
	padding-top: 22.5px;
}

.contact-btn input {
	height: 48px;
	width: 174px;
}

.example {
	padding: 18px 6px 30px;
}

.example-title {
	display: block;
	font-size: 20px;
	line-height: 1.3;
	padding: 16px 12px 10px;
	text-align: center;
}

.example-title::before {
	display: none;
}

.example-items {
	margin-top: 22px;
	padding-left: 4px;
	padding-right: 4px;
}

.example-item {
	margin-bottom: 40px;
}

.example-item-title {
	display: block;
	font-size: 19px;
	line-height: 1.31579;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.example-item-title::before {
	height: 36.27px;
	width: 26.15px;
}

.example-item-content {
	margin-top: 16px;
	padding-left: 2px;
}

.flow {
	margin-top: 6px;
	padding-bottom: 36px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 30px;
}

.flow-items {
	display: block;
	margin-top: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

.flow-item {
	margin-bottom: 46px;
	width: 100%;
}

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

.flow-item::after {
	background-image: url(../img/icon-arrow-bottom.png);
	height: 15.29px;
	right: 50%;
	top: calc(100% + 18px);
	transform: translateX(50%);
	width: 29.45px;
}

.flow-item:nth-child(1) {
	margin-bottom: 40px;
	padding-right: 0;
}

.flow-item:nth-child(2) {
	margin-bottom: 44px;
	padding-right: 0;
}

.flow-item:nth-child(2)::after {
	display: block;
}

.flow-item:nth-child(3) {
	padding-left: 0;
}

.flow-item:nth-child(3)::after {
	left: auto;
	right: 50%;
}

.flow-item:nth-child(4) {
	padding-left: 0;
}

.flow-item:nth-child(4)::after {
	display: none;
}

.flow-item-title {
	white-space: nowrap;
}

.flow-item-content {
	margin-top: 6px;
	padding-left: 4px;
}

.mv-bottom {
	align-items: center;
	margin-bottom: 0;
	margin-top: -65px;
	padding-left: 0;
	padding-right: 0;
}

.mv-bottom-text01 {
	padding-left: 10px;
	padding-top: 18px;
}

.mv-bottom-text01 img {
	width: 242.77px;
}

.mv-tel {
	background: #c30013;
	margin-left: -6px;
	margin-right: -6px;
	padding: 6px 10px;
	position: static;
	top: 0;
}

.mv-bottom-area {
	margin-bottom: 10px;
	margin-left: -6px;
	margin-right: -6px;
	padding: 6px 10px;
}

.mv-lead {
	margin-bottom: 15.7px;
	margin-top: 12.3px;
	padding-left: 0;
	padding-right: 0;
}

.mv-lead-attention {
	font-size: 10px;
	margin-top: 6px;
}

.mv-bottom-imgs {
	margin-bottom: 4px;
	margin-left: -6px;
	margin-right: -6px;
	padding-left: 0;
	padding-right: 0;
}

.mv-bottom-img {
	margin-right: 4.4px;
	width: calc(33.33333333% - 4.4px * 2 / 3);
}

.mv-bottom-content {
	font-size: 14px;
	line-height: 2.35714;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.mv-bottom-content span {
	color: #c30013;
}

.mv {
	background-image: url(../img/mv-sp.png);
	height: 241px;
}

.mv-text {
	top: 42px;
}

.point-area-wrap {
	margin-left: -6px;
	margin-right: -6px;
}

.point-area {
	background: linear-gradient(#fff 56%, #ffebeb 0);
	margin-bottom: 0;
	margin-top: 9px;
	padding-bottom: 28px;
	padding-left: 6px;
	padding-right: 6px;
}

.points {
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}

.point {
	margin-right: 10px;
	width: calc(50% - 10px / 2);
}

.point:nth-child(2) {
	margin-right: 0;
}

.point:last-child {
	margin-top: -16px;
}

.price {
	margin-top: 36px;
	padding-left: 6px;
	padding-right: 6px;
}

.price-body {
	padding-left: 0;
	padding-right: 0;
}

.price-title {
	font-size: 18px;
	padding: 12px 12px 14px;
	text-align: center;
}

.price-title::before {
	height: 4px;
	left: 0;
	top: 100%;
	width: 100%;
}

.price-img {
	margin-top: 26px;
}

.qa {
	margin-top: 38.4px;
	padding-left: 0;
	padding-right: 0;
}

.qa-title {
	font-size: 18px;
	padding: 13px;
	text-align: center;
}

.qa-items {
	margin-top: 18px;
	padding-left: 8px;
	padding-right: 8px;
}

.qa-item {
	margin-bottom: 28px;
}

.qa-item dt {
	font-size: 20px;
}

.qa-item dd {
	font-size: 15px;
	margin-top: 8px;
	padding-left: 14px;
}

.reason {
	padding-top: 24px;
}

.reason-points {
	padding-left: 0;
	padding-right: 0;
}

.reason-items {
	margin-top: 20.4px;
}

.reason-item {
	margin-bottom: 24px;
}

.reason-item-title {
	padding-left: 10px;
}

.reason-item-content {
	font-size: 14px;
	line-height: 1.42857;
	margin-top: 9px;
	padding-left: 8px;
	padding-right: 12px;
}

.reason-item-content span {
	font-size: 14px;
	line-height: 1.42857;
}

.reason-bg {
	height: 270px;
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 36px;
}

.reason-icon {
	right: 12.5px;
}

.reason-icon img {
	width: 119.02px;
}

.reason-content {
	display: block;
	margin-top: 6px;
	padding-left: 0;
	padding-right: 0;
}

.reason-content-img {
	margin: 0;
	width: 100%;
}

.reason-content-img img {
	width: 328px;
}

.reason-content-body {
	margin-top: 20px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 26px;
	width: 100%;
}

.reason-lead {
	font-size: 20px;
	line-height: 1.65;
}

.reason-p {
	margin-top: 9px;
}

.reason-p span {
	display: none;
}

.staff {
	margin-top: 30px;
}

.staff-items {
	flex-wrap: wrap;
	margin-top: 28px;
	padding-left: 14px;
	padding-right: 14px;
}

.staff-item {
	margin-bottom: 24px;
	margin-right: 24px;
	width: calc(50% - 24px / 2);
}

.staff-item:nth-child(2n) {
	margin-right: 0;
}

.staff-item-title {
	font-size: 16px;
	margin-top: 6px;
}

.staff-item-title span {
	display: inline-block;
	font-size: 9px;
	margin-left: 5px;
}

.today {
	padding-bottom: 36px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 30px;
}

.today-items {
	margin-top: 21px;
}

.today-item {
	margin-bottom: 20px;
	margin-right: 0;
	width: 100%;
}

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

.today-item-img .today-item-icon {
	left: 17px;
	top: 17px;
	width: 49px;
}

.today-item-body {
	padding: 13px 16px;
}

.today-item-title {
	font-size: 18px;
}

.today-item-content {
	margin-top: 2px;
}

.u-hidden-sp {
	display: none;
}

}

