@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* body,Anchor
------------------------------------------------*/
* { box-sizing: border-box; }
body {
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #333;
}
a {
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none;
}
a[href^="tel:"] {
	pointer-events: none;
}
a:link,
a:visited,
a:hover {color: #333; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
.inner {
	width: 1000px;
	max-width: 80%;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.align-center {
	text-align: center;
}
.sp-block {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.font-serif {
	font-family: "Noto Serif JP", serif;
}
#pagescroll {
	margin: 0;
}
#pagescroll a {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 200;
	background: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.3;
	transition: opacity 0.3s;
}
#pagescroll a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-left: solid 3px #fff;
	border-top: solid 3px #fff;
	margin: 3px 0 0;
}
#pagescroll a:hover {
	opacity: 0.5;
}
@media screen and (max-width:1024px) {
	.inner {
		width: 90%;
		max-width: none;
		margin: 0 5%;
	}
}
@media screen and (max-width:767px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	body {
		line-height: 1.7;
		font-size: 15px;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	.pc-block {
		display: none !important;
	}
	.sp-block {
		display: block !important;
	}
	.wrap_box {
		position: relative;
		height: 0;
		padding-top: 56.25%;
	}
	.wrap_box iframe,
	.wrap_box object,
	.wrap_box embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#pagescroll a {
		right: 10px;
		bottom: 80px;
	}
}
/* footer
------------------------------------------------*/
#footer.inner {
	text-align: center;
	padding: 20px 0 100px;
}
#footer.inner p {
	margin: 0;
	font-size: 15px;
}
#footer.inner p a:hover {
	text-decoration: underline;
}
#footer.inner small {
	font-size: 15px;
	color: #888;
}
/* header
------------------------------------------------*/
#header.inner {
	align-items: center;
	padding: 20px 0;
}
#header img {
	display: block;
	max-width: 100%;
	height: auto;
}
#header a {
	display: block;
}
#header a:hover img {
	opacity: 0.8;
}
#logo {
	margin: 0;
	line-height: 1;
	font-size: 10px;
}
#logo a {
	width: 200px;
}
#header dl {
	align-items: center;
	margin: 0;
}
#header dt {
	margin: 0 5px 0 0;
    font-size: 14px;
}
#header dd {
	display: flex;
	margin: 0;
}
#header dd:not(.sp-block) a {
	    background: url(img/icon-tel-b.svg) no-repeat left center;
    background-size: auto 28px;
    padding: 0 0 0 30px;
    line-height: 1.1;
    font-family: "Noto Serif JP", serif;
    font-size: 35px;
    font-weight: 700;
}
#header dd ul {
	display: flex;
}
#header dd ul li {
	border: 1px solid #1E6BCE;
	border-radius: 5px;
	margin: 0 0 0 5px;
	padding: 3px 5px;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
	color: #1E6BCE;
}
#header dd ul li span {
	display: block;
}
#header .call {
	margin: 0;
}
#header .call a {
	background: #FF5800;
	display: flex;
    align-items: center;
	border-radius: 30px;
	padding: 0 1em;
	line-height: 3;
	height: 3em;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	pointer-events: all;
}
#header .call a.sp-block {
	display: none;
}
#header .call a:hover {
	opacity: 0.8;
}
#header .call a::before {
	content: "";
	background: url("img/icon-tel-w.svg") no-repeat left center / contain;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0.2em 0 0;
}
@media screen and (max-width:1230px) {
	#header.inner {
		padding: 10px 0 15px;
	}
	#header dl {
		display: block;
	}
	#header dt {
		margin: 0;
	}
}
@media screen and (max-width:915px) {
	#header dl {
		display: none;
	}
}
@media screen and (max-width:767px) {
	#header.inner {
		width: 100%;
		margin: 0;
		padding: 10px 15px;
	}
	#logo a {
		width: 160px;
	}
	#header .call a {
		padding: 0 0.5em;
		font-size: 12px;
	}
	#header .call a.sp-block {
		display: flex !important;
	}
	#header .call a.pc-block {
		display: none;
	}
	#header .call a::before {
		width: 14px;
		height: 14px;
	}
}
/* title
------------------------------------------------*/
#title {
	background: linear-gradient(90deg, #1E6BCE 0%, #1454A7 100%);
	padding: 50px 0;
}
.home #title {
	background: linear-gradient(90deg, #5D98E3 0%, #A1D7FE 100%);
}
#title .inner {
	position: relative;
}
#title h1 {
	width: 50%;
	margin: 0;
}
#title .img {
	position: absolute;
	right: 0;
	bottom: -50px;
	width: 50%;
}
#title img {
	max-width: 100%;
	height: auto;
}
body:not(.home) #title h1 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
	letter-spacing: 0.06em;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
}
body:not(.home) #title h1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #7FA4D5;
	width: 100px;
	height: 3px;
	margin: 0 0 0 -50px;
}
@media screen and (max-width:1024px) {
	#title h1 {
		width: 55%;
	}
	#title .img {
		right: -20px;
		width: 45%;
	}
}
@media screen and (max-width:767px) {
	#title {
		padding: 30px 0;
	}
	.home #title {
		padding: 30px 0 0;
	}
	#title h1 {
		width: 100%;
	}
	#title h1 img {
		max-width: none;
		width: 100%;
		margin: 0 auto;
	}
	#title .img {
		position: inherit;
		right: auto;
		bottom: auto;
		width: 100%;
	}
	body:not(.home) #title h1 {
		font-size: 24px;
	}
	body:not(.home) #title h1:after {
		width: 80px;
		margin: 0 0 0 -40px;
	}
}
/* main
------------------------------------------------*/
#main {
	display: block;
}
body:not(.home) #main {
	border-bottom: 1px solid #ccc;
	padding: 0 0 30px;
}
#main h2 {
	position: relative;
	margin: 40px 0;
	padding: 0 0 10px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.06em;
	font-family: "Noto Serif JP", serif;
	font-size: 42px;
	font-weight: 700;
}
#main h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #1E6BCE;
	width: 100px;
	height: 4px;
	margin: 0 0 0 -50px;
}
#main h2 span:first-child {
	display: inline-block;
	background: #1E6BCE;
	border-radius: 5px;
	margin: 0 0 5px;
	padding: 5px 20px;
	letter-spacing: 0.03em;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 23px;
	color: #FFF500;
}
#main h2 span:last-child {
	display: block;
}
#main h2 + p {
	margin: 40px auto;
	text-align: center;
	font-size: 18px;
}
#main h2 + p.thanks {
	background: #E7ECF8;
	padding: 0.5em;
}
#main img {
	max-width: 100%;
	height: auto;
}
.outer {
	padding: 0 50px;
}
.cta-area {
	background: #FFEFC6;
	max-width: 1300px;
	border-radius: 20px;
	margin: 10px auto;
	padding: 0 0 40px;
}
.cta-area .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 88%;
}
.cta-area .box {
	display: block;
	width: 49%;
	border: 3px solid;
	border-radius: 20px;
	text-align: center;
}
.cta-area .box.tel {
	background: #FFEFE6;
	border-color: #FF5800;
	box-shadow: 0 6px 0 #C74906;
}
.cta-area .box.tel h3 {
	background: #FF5800;
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
	margin: 0;
	letter-spacing: 0.03em;
	font-size: 25px;
	color: #fff;
}
.cta-area .box.tel h3 span {
	background: url("img/icon-tel-w.svg") no-repeat left center;
	background-size: auto 40px;
	padding: 5px 0 5px 45px;
}
.cta-area .box.tel h3 span b {
	font-size: 30px;
	font-weight: 700;
	color: #FFF500;
}
.cta-area .box.tel dl {
	margin: 10px 0;
}
.cta-area .box.tel dt a {
	background: url("img/icon-tel-free.svg") no-repeat left center;
	background-size: auto 36px;
	padding: 0 0 0 70px;
	line-height: 1.1;
	font-family: "Noto Serif JP", serif;
	font-size: 45px;
	font-weight: 700;
}
.cta-area .box.tel dd {
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #FF5800;
}
.cta-area .box.mail {
	border-color: #1E6BCE;
	box-shadow: 0 6px 0 #00275A;
}
.cta-area .box.mail a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	background: #1E6BCE;
	height: 100%;
	border-radius: 17px;
	font-weight: 700;
	color: #fff;
}
.cta-area .box.mail a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	background: #fff;
	width: 8px;
	height: 12px;
	margin: -6px 0 0;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.cta-area .box.mail a:hover {
	opacity: 0.8;
}
.cta-area .box.mail p {
	margin: 0;
}
.cta-area .box.mail p:first-child {
	display: inline-block;
	position: relative;
	background: #FFF500;
	border-radius: 32px;
	padding: 0 20px 0.1em;
	line-height: 1.4;
	font-size: 25px;
	color: #1E6BCE;
}
.cta-area .box.mail p:first-child:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -13px;
	left: 50%;
	background: #FFF500;
	width: 14px;
	height: 14px;
	margin: 0 0 0 -7px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.cta-area .box.mail p:first-child span {
	line-height: 1;
	font-size: 44px;
}
.cta-area .box.mail p:last-child {
	width: 100%;
	margin: 10px 0 0;
	font-size: 33px;
}
.cta-area .box.mail p:last-child span {
	background: url("img/icon-mail.svg") no-repeat left center;
	background-size: 40px auto;
	padding: 0 0 0 50px;
}
.cta-area.only {
	padding: 40px 0;
}
.cta-area.only .inner {
	display: block;
}
.cta-area.only .box {
	width: 70%;
	margin: 0 auto;
}
.cta-area.only .box.tel h3 {
	padding: 10px;
}
.cta-area .inner ul {
	background: url("img/cta-img.png") no-repeat left top 10px;
	background-size: 175px auto;
	width: 100%;
	padding: 20px 0 20px 175px;
}
.cta-area .inner ul li {
	position: relative;
	margin: 13px 0;
	padding: 0 0 0 30px;
	line-height: 1.5;
	font-size: 22px;
}
.cta-area .inner ul li:before,
.cta-area .inner ul li:after {
	content: '';
	position: absolute;
}
.cta-area .inner ul li:before {
	top: 6px;
	left: 0;
	background: #1E6BCE;
	width: 25px;
	height: 25px;
	border-radius: 3px;
}
.cta-area .inner ul li:after {
	top: 11px;
	left: 5px;
  width: 10px;
  height: 5px;
  border-left: 3px solid #FFF500;
  border-bottom: 3px solid #FFF500;
  transform: rotate(-45deg);
}
.cta-area .inner ul li strong {
	background: linear-gradient(transparent 40%, #FFF500 40%)
}
#plan ul {
	max-width: 1300px;
	margin: 40px auto 60px;
}
#plan li {
	width: 24%;
}
#plan li a {
	display: block;
	position: relative;
	background: #fff;
	height: 100%;
	border: 1px solid;
	border-radius: 10px;
	padding: 0 10px 50px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	font-family: "Noto Serif JP", serif;
	text-align: center;
	font-size: 14px;
}
#plan li a:before,
#plan li a:after {
	display: block;
	position: absolute;
}
#plan li a:before {
	content: "詳しくはこちら";
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px;
	text-align: center;
	font-weight: 700;
}
#plan li a:after {
	content: "";
	display: block;
	bottom: 16px;
	right: 10px;
	background: #888;
  width: 5px;
  height: 8px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#plan li a:hover {
	opacity: 0.7;
}
#plan li p {
	margin: 0;
}
#plan li p:first-child {
	width: calc(100% + 20px);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 -10px 10px;
	padding: 10px 5px;
	line-height: 1;
	font-size: 17px;
	color: #fff;
}
#plan li h3 {
	margin: 0;
	letter-spacing: 0.04em;
	font-size: 27px;
	font-weight: 700;
}
#plan li ul {
	display: flex;
	justify-content: space-between;
	margin: 0 0 5px;
}
#plan li ul li {
	width: 24%;
	border: 1px solid #888;
	border-radius: 5px;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
#plan li ul li.nobg {
	background: #fff;
	color: #707070;
}
#plan li .price {
	display: inline-block;
	position: relative;
	margin: 5px 0;
	line-height: 1;
	font-size: 38px;
	font-weight: 700;
	color: #E35700;
}
#plan li .price span:first-child {
	font-size: 16px;
}
#plan li .price span:last-child {
	position: absolute;
	top: 5px;
	right: -12px;
	font-size: 14px;
	font-weight: 500;
}
#plan li small {
	font-size: 16px;
	display: block;
}
#plan li .blue {
	border-color: #1E6BCE;
}
#plan li .blue:before {
	background: #E7ECF8;
	color: #1E6BCE;
}
#plan li .blue p:first-child {
	background: #1E6BCE;
}
#plan li .blue ul li:not([class]) {
	background: #1E6BCE;
	border-color: #1E6BCE;
}
#plan li .green {
	border-color: #009FA8;
}
#plan li .green:before {
	background: #E1F4F5;
	color: #009FA8;
}
#plan li .green p:first-child {
	background: #009FA8;
}
#plan li .green ul li:not([class]) {
	background: #009FA8;
	border-color: #009FA8;
}
#plan li .purple {
	border-color: #7F1084;
}
#plan li .purple:before {
	background: #ECDCED;
	color: #7F1084;
}
#plan li .purple p:first-child {
	background: #7F1084;
}
#plan li .purple ul li:not([class]) {
	background: #7F1084;
	border-color: #7F1084;
}
#plan .outer + .inner {
	background: #FFF6AF;
	border: 3px solid #E2BC1D;
	margin-bottom: 60px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
#plan .outer + .inner p {
	margin: 0;
}
#area .flex li {
	width: 49%;
	border: 1px solid #1454A7;
	border-radius: 10px;
	margin: 0 0 20px;
	padding: 0 20px 20px;
}
#area .flex li p {
	margin: 0;
}
#area .flex li p:first-child {
	width: calc(100% + 40px);
	margin: 0 -20px 10px;
}
#area .flex li img {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
#area .flex li h3 {
	margin: 0 0 10px;
	line-height: 1.5;
	font-family: "Noto Serif JP", serif;
	font-size: 27px;
	font-weight: 700;
	color: #1454A7;
}
#area .flex li table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px;
	font-size: 16px;
}
#area .flex li th {
	padding: 5px 0 5px 30px;
	text-align: left;
	white-space: nowrap;
	line-height: 1.6;
	font-weight: 700;
	color: #1454A7;
}
#area .flex li td {
	padding: 5px 10px;
	line-height: 1.6;
}
#area .flex li .addr th {
	background: url("img/icon-map.svg") no-repeat left center;
	background-size: 24px auto;
}
#area .flex li .acce th {
	background: url("img/icon-train.svg") no-repeat left center;
	background-size: 24px auto;
}
#area .flex li .park th {
	background: url("img/icon-parking.svg") no-repeat left center;
	background-size: 24px auto;
}
#area .flex li .numb th {
	background: #E2BC1D;
	padding: 5px 0;
	text-align: center;
	color: #fff;
}
#area .flex li .numb td {
	background: #FFF6AF;
	font-weight: 700;
}
#area .flex li a {
	display: block;
	background: #1454A7;
	border-radius: 90px;
	padding: 10px;
	box-shadow: 0 6px 0 #00214B;
	text-align: center;
	line-height: 1.4;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
#area .flex li a:hover {
	opacity: 0.8;
}
#area .flex li a span:first-child {
	background: url("img/icon-tel-w.svg") no-repeat left center;
	background-size: 30px auto;
	padding: 0 0 0 40px;
	letter-spacing: 0.03em;
}
#area .flex li a span:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
}
#area .flex li a small {
	background: #FFF500;
	margin: 0 0 0 10px;
	padding: 0 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: #1454A7;
}
#reason .flex + .flex {
	border-top: 1px solid #ccc;
	margin: 20px 0 0;
	padding: 20px 0 0;
}
#reason .flex .img,
#reason .flex .txt {
	width: 48%;
	margin: 0;
}
#reason .flex .img img {
	border-radius: 15px;
}
#reason .flex .txt h3 {
	position: relative;
	margin: 0;
	padding: 10px 0 10px 80px;
	line-height: 1.5;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-weight: 700;
}
#reason .flex .txt h3 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #C4D6FF;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	padding: 8px 0 0px;
	text-align: center;
	line-height: 1;
	font-size: 33px;
	color: #1E6BCE;
}
#reason .flex .txt h3 span:before {
	content: "理由";
	display: block;
	font-size: 15px;
}
#reason .flex .txt h4 {
	display: inline-block;
	background: linear-gradient(transparent 50%, #E7ECF8 50%);
	margin: 20px 0 0;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 700;
	color: #1E6BCE;
}
#flow {
	background: #F4F8FF;
	margin: 40px 0 80px;
	padding: 20px 0 80px;
}
#flow .inner > .flex li {
	width: calc(50% - 2px);
}
#flow .inner > dl {
	display: flex;
	position: relative;
	background: #fff;
	margin: 40px 0 0;
}
#flow .inner > dl:last-child {
	margin: 40px 0 60px;
}
#flow .inner > dl:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -25px;
	left: 105px;
	background: #888;
	width: 30px;
	height: 12px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#flow .inner > dl:last-child:after {
	content: none;
}
#flow .inner > dl dt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: linear-gradient(90deg, #628BBF 0%, #1454A7 100%);
	width: 240px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
}
#flow .inner > dl dt span:first-child {
	display: block;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 40px;
	font-size: 24px;
	color: #1454A7;
}
#flow .inner > dl dt span:last-child {
	display: block;
	width: 100%;
}
#flow .inner > dl dd {
	width: calc(100% - 240px);
	border: 1px solid #ccc;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0;
	padding: 30px;
}
#flow .inner > dl dd p {
	margin: 0;
}
#flow .inner > dl dd p + p {
	margin: 1em 0 0;
}
#flow .inner > dl dd strong {
	color: #1E6BCE;
}
#faq {
	margin: 0 0 50px;
}
#faq dl {
	margin: 0 0 10px;
}
#faq dt {
	position: relative;
	background: #E0EBFF;
	border: 1px solid #1E6BCE;
	padding: 25px 55px 25px 90px;
	border-radius: 10px;
	line-height: 1.5;
	font-weight: bold;
	cursor: pointer;
}
#faq dd {
	display: none;
	position: relative;
	min-height: 85px;
	border: 1px solid #1E6BCE;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0;
	padding: 15px 25px 15px 90px;
	line-height: 1.65;
}
#faq dt:before,
#faq dt:after,
#faq dd:before,
#faq dd:after {
	display: block;
	position: absolute;
	left: 15px;
	width: 60px;
}
#faq dt:before,
#faq dd:before {
	content: "";
	height: 60px;
	border-radius: 50%;
}
#faq dt:after,
#faq dd:after {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
}
#faq dt:before {
	top: 50%;
	transform: translate(0, -50%);
	background: #fff;
}
#faq dt:after {
	content: "Q";
	top: 45%;
	transform: translate(0, -50%);
	color: #1E6BCE;
}
#faq dd:before {
	top: 15px;
	background: #1E6BCE;
}
#faq dd:after {
	content: "A";
	top: 17px;
	color: #fff;
}
#faq dt span {
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
}
#faq dt span:before,
#faq dt span:after {
	content: "";
	display: block;
	background: #1E6BCE;
	width: 24px;
	height: 2px;
	margin: -1px 0 0;
}
#faq dt span:after {
	transform: rotate(90deg);
}
#faq dt.active {
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#faq dt.active span:after {
	content: none;
}
#company {
	background: url("img/company-bg.jpg") no-repeat center top;
	background-size: 100% auto;
	margin: 80px 0 0;
	padding: 60px 0 0;
}
#company table {
	width: 86%;
	background: #fff;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	margin: 10px auto 60px;
	font-size: 15px;
}
#company table th,
#company table td {
	padding: 15px;
	border-top: 1px solid #ccc;
}
#company table th {
	background: #3B6BAA;
	color: #fff;
}
#contact {
	margin: 60px 0 0;
	background: linear-gradient(90deg, #D2DDF8 0%, #E7ECF8 100%);
	padding: 80px 0;
}
#contact h2 {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 33px;
}
#contact h2:after {
	content: none;
}
#contact h2 span:first-child {
	background: #FFF500;
	border: 1px solid #1E6BCE;
	border-radius: 32px;
	padding: 10px 20px;
	font-size: 16px;
	color: #1E6BCE;
}
#contact form {
	background: #fff;
	width: 860px;
	border: 3px solid #A9B8CB;
	border-top: 10px solid #1E6BCE;
	border-radius: 10px;
	margin: 0 auto;
	padding: 30px 0 40px;
}
#contact form input,
#contact form textarea {
	border: 1px solid #888;
	padding: 5px;
	vertical-align: middle;
	font-size: 15px;
}
#contact form p {
	margin: 30px 0 0;
	text-align: center;
}
#contact form .submitbtn {
	background: #1E6BCE;
	width: 350px;
	border: 0;
	border-radius: 90px;
	padding: 15px 0;
	box-shadow: 0 6px 0 #00275A;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
#contact form .submitbtn:hover {
	cursor: pointer;
	opacity: 0.8;
}
#main .backbtn {
	background: #777;
	border: 1px solid #777;
	border-radius: 60px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
#main .submitbtn {
	background: #1E6BCE;
	border: 0;
	border-radius: 60px;
	padding: 15px 50px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}
#contact form .mini {
	width: 35%;
}
#contact form .half {
	width: 60%;
}
#contact form .full {
	width: 100%;
}
#main form table {
	width: 700px;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	margin: 20px auto;
	font-size: 15px;
}
#main form table th,
#main form table td {
	padding: 20px 0 20px 20px;
	border-top: 1px solid #ccc;
	vertical-align: top;
}
#main form table th {
	position: relative;
	width: 160px;
	padding: 20px 35px 20px 0;
	text-align: left;
}
.home #main form table th:after {
	content: "必須";
	display: block;
	position: absolute;
	top: 24px;
	right: 0;
	background: #D00008;
	border-radius: 5px;
	padding: 0 6px;
	font-size: 12px;
	color: #fff;
}
.home #main form table th.norequired {
	padding: 20px 0;
}
.home #main form table th.norequired:after {
	content: "";
}
.home #main form table td ul {
	display: flex;
	flex-wrap: wrap;
}
.home #main form table td ul li {
	margin: 0 1em 0 0;
}
.home #main form table td ul li:last-child {
	margin: 0;
}
#main .error_messe {
	background: #ffe6e7;
	padding: 0.5em;
	color: #D00008;
}
#main form .note {
	width: 700px;
	margin: 1.5em auto;
	text-align: left;
	font-size: 0.9em;
}
#main #privacypolicy {
	background-color: #f7f7f7;
    border: #ccc 1px solid;
    box-sizing: border-box;
	border-radius: 10px;
    height: 180px;
    margin: 20px auto 0;
    padding: 0 25px 0;
    overflow-y: scroll;
	text-align: left;
	font-size: 0.85em;
	width: 700px;
}
#main #privacypolicy h3 {
	margin: 20px 0;
}
#main #privacypolicy h4 {
	margin: 20px 0 0;
	font-size: 1.1em;
}
#main #privacypolicy p {
	margin: 0 0 1.5em;
	text-align: left;
}
@media screen and (max-width:1024px) {
	.outer {
		padding: 0;
	}
	.cta-area {
		max-width: none;
		margin: 10px 35px;
	}
	.cta-area .inner {
		max-width: none;
	}
	.cta-area .inner ul {
		background-size: 145px auto;
		padding: 15px 0 15px 145px;
	}
	.cta-area .inner ul li {
		font-size: 20px;
	}
	.cta-area .inner ul li:before {
		top: 4px;
	}
	.cta-area .inner ul li:after {
		top: 9px;
	}
	.cta-area .box.tel h3,
	.cta-area .box.mail p:first-child {
		font-size: 22px;
	}
	.cta-area .box.tel h3 span b,
	.cta-area .box.mail p:first-child span{
		font-size: 25px;
	}
	.cta-area .box.tel dt a {
		background-size: auto 30px;
		padding: 0 0 0 55px;
		font-size: 36px;
	}
	.cta-area .box.mail a:after {
		right: 10px;
	}
	.cta-area .box.mail p:last-child {
		font-size: 26px;
	}
	.cta-area .box.mail p:last-child span {
		background-size: 35px auto;
		padding: 0 0 0 40px;
	}
	.cta-area .box.tel dd {
		margin: 5px 0 0;
		font-size: 16px;
	}
	.cta-area.only .box {
		width: 90%;
	}
	#plan ul.flex {
		margin: 40px 35px 20px;
	}
	#plan ul.flex > li {
		width: 49%;
		margin: 0 0 20px;
	}
	#plan li a {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	#plan li p:first-child {
		font-size: 16px;
	}
	#plan li p:first-child + p {
		width: 40%;
	}
	#plan li h3 {
		letter-spacing: 0.04em;
		font-size: 24px;
	}
	#plan li div {
		width: 58%;
	}
	#plan li ul li {
		font-size: 11px;
	}
	#plan li .price {
		font-size: 28px;
	}
	#plan li .price span:first-child {
		font-size: 12px;
	}
	#plan li .price span:last-child {
		position: absolute;
		top: 3px;
		right: -9px;
		font-size: 10px;
	}
	#plan li small {
		font-size: 13px;
	}
	#area .flex li h3 {
		font-size: 24px;
	}
	#area .flex li table {
		font-size: 15px;
	}
	#area .flex li a {
		font-size: 20px;
	}
	#area .flex li a span:last-child {
		margin: 5px 0 0;
		font-size: 26px;
	}
	#area .flex li a small {
		width: 70px;
		font-size: 12px;
	}
	#reason .flex .img {
		width: 40%;
	}
	#reason .flex .txt {
		width: 56%
	}
	#reason .flex .txt h3 {
		padding: 4px 0 4px 60px;
		font-size: 28px;
	}
	#reason .flex .txt h3 span {
		width: 50px;
		height: 50px;
		padding: 6px 0 0px;
		font-size: 26px;
	}
	#reason .flex .txt h3 span:before {
		font-size: 12px;
	}
	#contact form,
	#main form .note,
	#main #privacypolicy {
		width: 90%;
	}
	#main form table {
		width: 90%;
	}
}
@media screen and (max-width:767px) {
	#main h2 {
		margin: 30px 0 20px;
		font-size: 28px;
	}
	#main h2:after {
		width: 80px;
		height: 3px;
		margin: 0 0 0 -40px;
	}
	#main h2 span:first-child {
		padding: 5px 15px;
		font-size: 16px;
	}
	#main h2 + p {
		margin: 30px auto;
		text-align: left;
		font-size: 16px;
	}
	.cta-area {
		margin: 10px 5%;
		padding: 0 0 25px;
	}
	.cta-area .inner ul {
		background-size: 100px;
		padding: 0 0 0 110px;
	}
	.cta-area .inner ul li {
		padding: 0 0 0 25px;
		font-size: 17px;
	}
	.cta-area .inner ul li:before {
		width: 20px;
		height: 20px;
	}
	.cta-area .inner ul li:after {
		width: 8px;
		height: 4px;
	}
	.cta-area .box {
		width: 100%;
	}
	.cta-area .box.tel h3 {
		font-size: 18px;
	}
	.cta-area .box.tel h3 span {
		background-size: auto 20px;
		padding: 5px 0 5px 25px;
	}
	.cta-area .box.tel dt a {
		background-size: auto 26px;
		padding: 0 0 0 50px;
		font-size: 32px;
	}
	.cta-area .box.tel dd {
		font-size: 16px;
	}
	.cta-area .box.mail {
		margin: 20px 0 0;
	}
	.cta-area .box.mail a {
		padding: 10px 0;
	}
	.cta-area .box.mail p:last-child {
		font-size: 21px;
	}
	.cta-area.only {
		padding: 20px 0;
	}
	.cta-area.only .box {
		width: 100%;
	}
	#plan ul.flex {
		margin: 30px 5% 10px;
	}
	#plan ul.flex > li {
		width: 100%;
	}
	#plan li p:first-child + p {
		width: 50%;
	}
	#plan li div {
		width: 48%;
	}
	#plan li a:before {
		font-size: 13px;
	}
	#plan li a:after {
		bottom: 12px;
	}
	#plan .outer + .inner {
		margin-bottom: 40px;
		font-size: 16px;
	}
	#area .flex li {
		padding: 0 10px 20px;
	}
	#area .flex li p:first-child {
		width: calc(100% + 20px);
		margin: 0 -10px 10px;
	}
	#area .flex li h3 {
		font-size: 20px;
	}
	#area .flex li table {
		font-size: 14px;
	}
	#area .flex li th,
	#area .flex li td {
		display: block;
		width: 100%;
		padding: 0 0 10px;
	}
	#area .flex li th {
		padding: 0 0 0 22px;
	}
	#area .flex li a {
		font-size: 14px;
	}
	#area .flex li .addr th,
	#area .flex li .acce th,
	#area .flex li .park th {
		background-size: 18px auto;
	}
	#area .flex li .numb th,
	#area .flex li .numb td {
		padding: 3px 5px;
		line-height: 1.4;
	}
	#area .flex li a span:first-child {
		background-size: 16px auto;
		padding: 0 0 0 25px;
	}
	#area .flex li a span:first-child:after {
		content: "24時間年中無休";
		display: block;
		background: #FFF500;
		margin: 5px 10px 0;;
		padding: 0 10px;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 10px;
		color: #1454A7;
	}
	#area .flex li a span:last-child {
		display: none;
	}
	#reason .flex,
	#reason .flex + .flex {
		width: 80%;
		margin: 0 auto;
	}
	#reason .flex .img {
		width: 100%;
		margin: 0 0 10px;
	}
	#reason .flex .txt {
		width: 100%;
	}
	#reason .flex .txt h3 {
		padding: 6px 0 6px 60px;
		font-size: 24px;
	}
	#reason .flex .txt h4 {
		font-size: 16px;
	}
	#flow {
		margin: 40px 0 50px;
		padding: 10px 0 50px;
	}
	#flow .inner > dl {
		display: block;
	}
	#flow .inner > dl:after {
		left: 50%;
		margin: 0 0 0 -15px;
	}
	#flow .inner > dl dt {
		justify-content: left;
		width: 100%;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		padding: 10px 20px;
		letter-spacing: 0.06em;
		font-size: 20px;
	}
	#flow .inner > dl dt span:first-child {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	#flow .inner > dl dt span:last-child {
		display: inline;
		width: auto;
		margin: 0 0 0 10px;
	}
	#flow .inner > dl dd {
		width: 100%;
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
		padding: 20px;
	}
	#faq dt {
		padding: 15px 35px 15px 60px;
	}
	#faq dt:before,
	#faq dt:after,
	#faq dd:before,
	#faq dd:after {
		left: 10px;
		width: 40px;
	}
	#faq dt:before,
	#faq dd:before {
		height: 40px;
	}
	#faq dt:after,
	#faq dd:after {
		font-size: 20px;
	}
	#faq dd {
		padding: 15px 15px 15px 60px;
	}
	#faq dt span {
		right: 15px;
	}
	#faq dt span:before,
	#faq dt span:after {
		width: 18px;
	}
	#company {
		margin: 50px 0 0;
		padding: 20px 0 0;
	}
	#company table {
		width: 100%;
		margin: 10px auto 30px;
		font-size: 14px;
	}
	#company table th,
	#company table td {
		padding: 10px;
	}
	#contact {
		margin: 40px 0 0;
		padding: 50px 0;
	}
	#contact h2 {
		margin: 0;
		font-size: 22px;
	}
	#contact h2 span:first-child {
		font-size: 15px;
	}
	#main form table {
		width: 85%;
	}
	#main form table th,
	#main form table td {
		display: block;
		width: 100%;
	}
	#main form table th {
		padding: 15px 0 5px 0;
	}
	.home #main form table th {
		padding: 15px 0 5px 40px;
	}
	.home #main form table th.norequired {
		padding: 15px 0 5px 0;
	}
	.home #main form table th:after {
		top: 18px;
		left: 0;
		right: auto;
	}
	#main form table td {
		border-top: 0;
		padding: 0 0 20px;
	}
	#contact form {
		padding: 20px 0 30px;
	}
	#contact form .half,
	#contact form .mini {
		width: 100%;
	}
	#contact form .submitbtn {
		width: 240px;
		font-size: 16px;
	}
}
@media screen and (max-width:480px) {
	.cta-area .inner ul {
		background-position: left bottom;
	}
	.cta-area .inner ul li {
		font-size: 16px;
	}
	#plan li p:first-child + p {
		width: 100%;
	}
	#plan li div {
		width: 100%;
	}
	#plan li h3 {
		margin: 5px;
    font-size: 30px;
	}
	#plan li .price {
		font-size: 38px;
	}
	#plan li .price span:first-child {
		font-size: 16px;
	}
	#plan li .price span:last-child {
		position: absolute;
		top: 5px;
		right: -12px;
		font-size: 14px;
	}
	#plan li small {
		font-size: 16px;
	}
	#area .flex li h3 {
		font-size: 17px;
	}
	#area .flex li table {
		font-size: 13px;
	}
	#area .flex li a {
		font-size: 12px;
	}
	#reason .flex,
	#reason .flex + .flex {
		width: 100%;
	}
	#flow .cta-area .inner ul,
	#faq + .outer .cta-area .inner ul,
	#company .cta-area .inner ul {
		background-position: 5px 10px;
	}
}
/* scrollfollow
------------------------------------------------*/
#scrollfollow {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: #1454A7;
	width: 100%;
}
#scrollfollow .inner {
	position: relative;
	top: -10px;
}
#scrollfollow a {
	display: block;
}
#scrollfollow img {
	max-width: 100%;
	height: auto;
}
#scrollfollow a:hover img {
	opacity: 0.7;
}
#scrollfollow ul {
	align-items: flex-end;
}
#scrollfollow ul li {
	width: 61%;
}
#scrollfollow ul li + li {
	width: 38%;
	margin: 0 0 2px;
}
#scrollfollow ul li:first-child a {
	pointer-events: all;
}
@media screen and (max-width:1024px) {
	#scrollfollow ul li + li {
		margin: 0;
	}
}
@media screen and (max-width:767px) {
	#scrollfollow {
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 80%, rgba(255,255,255,0) 100%);
		padding: 5px 10px 0;
	}
	#scrollfollow .inner {
		top: 0;
		width: 100%;
		margin: 0;
	}
	#scrollfollow ul {
		margin: 0;
	}
	#scrollfollow ul li,
	#scrollfollow ul li + li {
		width: calc(50% - 5px);
		margin: 0;
	}
	#scrollfollow ul li img {
		margin: 0 0 0 auto;
	}
	#scrollfollow ul li + li img {
		margin: 0 auto 0 0;
	}
	#scrollfollow .logo {
		background: #1E6BCE;
		margin: 5px -10px 0;
		padding: 2px;
		line-height: 1;
		text-align: center;
	}
	#scrollfollow .logo img {
		width: 140px;
	}
}
@media screen and (max-width:480px) {
	#scrollfollow img {
		max-width: none;
		width: 100%;
	}
}

/* .remodal
------------------------------------------------*/
.remodal-wrapper {
	overflow: auto;
	-webkit-overflow-scrolling: touch; /* Androidでのスムーズスクロール */
}
.remodal {
	max-width: 1000px;
	border-radius: 10px;
	text-align: left;
}
.remodal img {
	max-width: 100%;
	height: auto;
}
.remodal-cancel {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	min-width: auto;
	width: 40px;
	height: 40px;
	padding: 0;
}
.remodal-cancel:before,
.remodal-cancel:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 3px;
	background: #888;
}
.remodal-cancel:before {
	transform: rotate(45deg);
}
.remodal-cancel:after {
	transform: rotate(-45deg);
}
.remodal-cancel:hover {
	background: #f7f7f7;
}
.remodal h3 {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 45px;
	font-weight: 700;
}
.remodal h3 small {
	margin: 0 1em 0 0;
	letter-spacing: 0.05em;
	font-size: 0.5em;
	color: #666;
}
.remodal h3 + ul {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.remodal h3 + ul li {
	width: 100px;
	border: 1px solid #888;
	border-radius: 5px;
	line-height: 1;
	margin: 0 2px;
	padding: 5px 0;
	text-align: center;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.remodal h3 + ul li.nobg {
	background: #fff;
	color: #707070;
}
.remodal h3 + ul.blue li:not([class]) {
	background: #1E6BCE;
	border-color: #1E6BCE;
}
.remodal h3 + ul.purple li:not([class]) {
	background: #7F1084;
	border-color: #7F1084;
}
.remodal h3 + ul.green li:not([class]) {
	background: #009FA8;
	border-color: #009FA8;
}
.remodal .price {
	margin: 0;
	text-align: center;
	line-height: 1.5;
	font-family: "Noto Serif JP", serif;
	font-size: 48px;
	font-weight: 700;
	color: #E35700;
}
.remodal .price span {
	font-size: 20px;
}
.remodal .price small {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.remodal h4 {
	background: #E35700;
	margin: 20px 0 10px;
	padding: 5px 10px;
	font-size: 18px;
	color: #fff;
}
.remodal ul + h4 {
	background: #888;
}
.remodal h4 + ul {
	display: flex;
	flex-wrap: wrap;
}
.remodal h4 + ul li {
	width: calc(100% / 3);
	margin: 5px 0;
}
.remodal h4 + ul li:before {
	content: "・";
}
.remodal .cta-area {
	margin: 30px auto;
}
.remodal .cta-area .inner {
	justify-content: center;
	max-width: 70%;
	padding: 30px 0 0;
}
.remodal .cta-area .box {
	width: 100%;
}
.remodal .cta-area .box  + .box {
	margin: 30px 0 0;
}
.remodal .cta-area .box.tel h3 {
	padding: 5px 0;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
}
.remodal .cta-area .box.tel h3 span {
	display: inline-block;
	padding: 0 0 0 50px;
}
.remodal .cta-area .box.mail a {
	padding: 20px 0;
}
.remodal .cta-area + p {
	font-size: 12px;
}
.remodal .call h2 {
	margin: 0 0 1em;
	text-align: center;
}
.remodal .call .tel {
	background: #FFEFE6;
    border: 3px solid#FF5800;
    box-shadow: 0 6px 0 #C74906;
	display: block;
    border-radius: 20px;
    text-align: center;
}
.remodal .call .tel h3 {
	background: #FF5800;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    margin: 0;
	padding: 10px;
    letter-spacing: 0.03em;
    font-size: 20px;
    color: #fff;
}
.remodal .call .tel h3 span {
	background: url(img/icon-tel-w.svg) no-repeat left center;
    background-size: auto 40px;
    padding: 5px 0 5px 45px;
}
.remodal .call .tel dl {
	margin: 10px 0;
}
.remodal .call .tel dt a {
	background: url("img/icon-tel-free.svg") no-repeat left center;
	background-size: auto 36px;
	padding: 0 0 0 70px;
	line-height: 1.1;
	font-family: "Noto Serif JP", serif;
	font-size: 45px;
	font-weight: 700;
}
.remodal .call .tel dd {
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #FF5800;
}
@media screen and (max-width:1024px) {
	.remodal {
		max-width: 700px;
		padding: 30px 0;
	}
	.remodal h3 {
		font-size: 40px;
	}
	.remodal h3 small {
		display: block;
	}
	.remodal h3 + ul li {
		font-size: 13px;
	}
	.remodal .cta-area .inner {
		width: auto;
		margin: 0 auto;
	}
}
@media screen and (max-width:767px) {
	.remodal {
		width: 90%;
	}
	.remodal h3 {
		font-size: 30px;
	}
	.remodal h4 {
		font-size: 16px;
	}
	.remodal .price {
		font-size: 36px;
	}
	.remodal .price span {
		font-size: 16px;
	}
	.remodal .price small {
		font-size: 14px;
	}
	.remodal h4 + ul li {
		width: 50%;
	}
	.remodal .cta-area .inner {
		max-width: 90%;
	}
	.remodal .cta-area .box.tel h3 span {
		background-size: auto 30px;
		padding: 0 0 0 40px;
	}
	.remodal .cta-area + p {
		font-size: 11px;
	}
}