@charset "UTF-8";
/*――――――――――――――――――
	リセット
―――――――――――――――――――*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/*――――――――――――――――――
	共通
―――――――――――――――――――*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
	color: #333;
	font-size: 16px;
	padding: 100px 0;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #333;
}

a[href^=tel] {
	cursor: default;
}

.w1080 {
	max-width: 1080px;
	margin: 0 auto;
}

#sp_menu {
	display: none;
}

.bold {
	font-weight: bold;
}

.through {
	text-decoration: line-through;
}

.sp_block,
.tab_block {
	display: none;
}

.fs40 {
	font-size: 40px;
}

.fs50 {
	font-size: 50px;
}

.gmap,
#gmap {
	position: relative;
	padding-bottom: 45.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.gmap iframe,
.gmap object,
.gmap embed,
#gmap iframe,
#gmap object,
#gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slick-slide {
	outline: none;
}

.ttl01 {
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	color: #07307b;
	line-height: 1.333;
	letter-spacing: 0.05em;
}
.ttl01 span {
	font-weight: 900;
}
.ttl01.white {
	color: #fff;
}

/*――――――――――――――――――
	header
―――――――――――――――――――*/
header {
	z-index: 999;
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}
header .w1080 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	height: 100px;
	padding-bottom: 3px;
}

.header_bottom {
	background: #1955c3;
	text-align: center;
	padding: 14px 20px 12px;
}

#mv {
	background: url(../img/bg_mv.jpg) no-repeat center/cover;
	padding-top: 5px;
	font-size: 0;
	line-height: 1;
}
#mv img {
	margin-left: calc((100% - 1080px) / 2);
}

/*――――――――――――――――――
	footer
―――――――――――――――――――*/
footer small {
	display: block;
	padding: 35px 0 60px;
	font-size: 12px;
	color: #07307b;
	text-align: center;
	letter-spacing: 0.05em;
}

#f_banner {
	z-index: 999;
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: #ffef3e;
	padding-top: 11px;
}
#f_banner .w1080 {
	overflow: hidden;
}
#f_banner .left {
	float: left;
}
#f_banner .right {
	float: right;
}

/*――――――――――――――――――
	content
―――――――――――――――――――*/
.corona {
	padding: 40px 0;
	font-size: 0;
	line-height: 1;
}

@media only screen and (max-width: 736px) {
	.corona {
		padding: 20px 0;
	}
}
#section01 {
	background: url(../img/bg01.jpg) no-repeat center/cover;
	height: 300px;
	line-height: 1;
	font-size: 0;
	padding-top: 40px;
}
#section01 p {
	font-size: 14px;
	color: #fff;
	position: relative;
	top: -30px;
	letter-spacing: 0.05em;
}
#section01 p span {
	font-weight: bold;
	font-size: 21px;
}

#section02 {
	padding: 70px 0 40px;
	background: #e5f8fe url(../img/bg02.jpg) no-repeat left bottom;
}
#section02 h2 {
	margin-bottom: 30px;
}
#section02 h3 {
	color: #ff6b00;
	font-weight: 900;
	font-style: italic;
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 18px;
}
#section02 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#section02 ul li {
	text-align: left;
	width: 30.55%;
	background: #fff;
	border-radius: 10px;
	margin: 0 2.08% 40px;
	padding: 30px 0 0;
	min-height: 390px;
	box-shadow: 2px 2px 0 0 #afd6e2;
}
#section02 ul li p {
	padding: 135px 25px 0;
}
#section02 ul li:nth-child(1) {
	margin-left: 0;
}
#section02 ul li:nth-child(1) p {
	background: url(../img/reason01.jpg) no-repeat center top;
}
#section02 ul li:nth-child(2) p {
	background: url(../img/reason02.jpg) no-repeat center top;
}
#section02 ul li:nth-child(3) {
	margin-right: 0;
}
#section02 ul li:nth-child(3) p {
	background: url(../img/reason03.jpg) no-repeat center top;
}
#section02 ul li:nth-child(4) p {
	background: url(../img/reason04.jpg) no-repeat center 5px;
}
#section02 ul li:nth-child(5) p {
	background: url(../img/reason05.jpg) no-repeat center top;
}

#section03 {
	padding: 80px 0;
	background: url(../img/bg03.jpg) no-repeat center 50px/100% auto;
}
#section03 h2 {
	margin-bottom: 50px;
}
#section03 .service_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#section03 .service_list > li {
	width: 48.14%;
	margin-bottom: 40px;
}
#section03 .service_list > li:not(.off) {
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}
#section03 .service_list > li:not(.off) h3 {
	font-weight: bold;
	text-align: center;
	font-size: 38px;
	color: #fff;
	padding: 13px 0 15px;
}
#section03 .service_list > li.blue {
	background: #e6f1ff;
}
#section03 .service_list > li.blue h3 {
	background: #558ad1;
}
#section03 .service_list > li.pink {
	background: #ffedf1;
}
#section03 .service_list > li.pink h3 {
	background: #f26482;
}
#section03 .service_list > li.light_blue {
	background: #e2f5ff;
}
#section03 .service_list > li.light_blue h3 {
	background: #55a7d1;
}
#section03 .service_list > li.orange {
	background: #fff3e4;
}
#section03 .service_list > li.orange h3 {
	background: #f6a030;
}
#section03 .service_list > li.green {
	background: #eaffe9;
}
#section03 .service_list > li.green h3 {
	background: #4bb348;
}
#section03 .service_list > li.off {
	border-radius: 12px;
	background: #3667c1 url(../img/mainoumi2.png) no-repeat left bottom;
	padding: 70px 0 0 175px;
}
#section03 .service_list > li.off .text01 {
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.02em;
	font-size: 20px;
	margin-bottom: 15px;
}
#section03 .service_list > li.off .text01 span {
	color: #f7fa07;
}
#section03 .service_list .detail {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 20px 10px 15px;
}
#section03 .service_list .detail ul {
	font-size: 20px;
	font-weight: bold;
}
#section03 .service_list .detail li span {
	letter-spacing: -0.1em;
}
#section03 .service_list .detail li:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #07307b;
	border-radius: 50%;
	margin-right: 12px;
	position: relative;
	top: -2px;
}

#section04 {
	background: #E6F9FF url(../img/bg04.jpg) no-repeat center bottom/100% auto;
	padding: 65px 0 0;
	text-align: center;
}

#section05 {
	padding: 80px 0 85px;
}
#section05 h2 {
	margin-bottom: 50px;
}
#section05 .read {
	text-align: center;
	margin-bottom: 25px;
}
#section05 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#section05 ul li {
	width: 48.148%;
	border-radius: 10px;
	border: solid 3px #ff7200;
	overflow: hidden;
}
#section05 ul h3 {
	color: #fff;
	background: #ff7200;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 10px;
}
#section05 ul p {
	text-align: center;
	padding: 30px 0 30px;
}

#section06 {
	background: #e5f9ff;
	padding: 70px 0 50px;
}
#section06 h2 {
	margin-bottom: 50px;
}
#section06 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#section06 li {
	width: 18.24%;
}
#section06 h3 {
	font-size: 24px;
	color: #07307b;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	margin: 20px 0 10px;
	min-height: 60px;
}
#section06 h3.single {
	padding-top: 15px;
}

#section07 {
	background: url(../img/bg05.jpg) no-repeat center bottom/100% auto;
}
#section07 .w1080 {
	padding-top: 70px;
	padding-bottom: 60px;
	position: relative;
}
#section07 .w1080:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 45px;
	display: block;
	width: 277px;
	height: 450px;
	background: url(../img/mainoumi3.png) no-repeat left top/100% auto;
}
#section07 h2 {
	margin-bottom: 50px;
}
#section07 .fukidasi {
	margin: 0 0 15px 190px;
}
#section07 .text01 {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	margin-bottom: 12px;
}
#section07 .area {
	max-width: 820px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.85);
	color: #07307b;
	letter-spacing: 0.05em;
	padding: 20px 22px 30px;
	font-size: 14px;
	line-height: 1.7;
}
#section07 .area .bold {
	font-size: 18px;
	margin-bottom: 8px;
}

#section08 {
	padding-top: 70px;
}
#section08 h2 {
	margin-bottom: 50px;
}
#section08 dt,
#section08 dd {
	position: relative;
}
#section08 dt span,
#section08 dd span {
	position: absolute;
	top: 10px;
	left: 28px;
	font-weight: bold;
	font-size: 30px;
}
#section08 dt {
	font-weight: bold;
	color: #07307b;
	line-height: 1.3;
	background: #d3eff7;
	border-radius: 10px;
	font-size: 22px;
	padding: 18px 10px 18px 75px;
}
#section08 dd {
	margin-bottom: 60px;
	padding: 25px 0 0 75px;
	line-height: 1.75;
}
#section08 dd span {
	top: 15px;
	color: #10a0d5;
}

#section09 {
	background: #e5f9ff;
}
#section09 h2 {
	margin-bottom: 50px;
}
#section09 .w1080 {
	position: relative;
	padding-top: 70px;
	padding-bottom: 80px;
}
#section09 table {
	width: 100%;
	border-top: solid 1px #c2d3d8;
}
#section09 table tr {
	border-bottom: solid 1px #c2d3d8;
}
#section09 table th {
	width: 220px;
	vertical-align: top;
}
#section09 table th,
#section09 table td {
	padding: 30px 0;
	line-height: 1.75;
}
#section09 #pt {
	position: absolute;
	right: 0;
	top: -20px;
}

#contact {
	padding-top: 100px;
	margin-top: -100px;
}
#contact .w1080 {
	padding-top: 60px;
	padding-bottom: 80px;
}
#contact h2 {
	margin-bottom: 50px;
}
#contact .error {
	color: #f0003c;
	font-size: 14px;
	margin: 5px 0;
}
#contact .error-wrap {
	color: #f0003c;
	margin: 15px 0;
	border: solid 1px #f0003c;
	padding: 15px;
	text-align: center;
}
#contact .read {
	font-size: 20px;
	color: #f0003c;
	text-align: center;
	margin-bottom: 35px;
}
#contact .pc_tel {
	text-align: center;
	margin-bottom: 60px;
}
#contact table {
	border-top: solid 1px #07307b;
}
#contact table tr {
	border-bottom: solid 1px #07307b;
}
#contact table th {
	width: 330px;
	font-weight: bold;
	font-size: 20px;
}
#contact table th span {
	position: relative;
	top: -2px;
	margin-right: 10px;
	background: #f80500;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	width: 42px;
	height: 26px;
	line-height: 26px;
	font-weight: normal;
}
#contact table th .any {
	background: #a1a1a1;
}
#contact table td {
	padding: 25px 0;
}
#contact .trouble ul {
	margin-bottom: 15px;
}
#contact .date .text01 {
	color: #f0003c;
	margin-bottom: 25px;
}
#contact .date .text01 a {
	color: #f0003c;
	cursor: default;
}
#contact .date input,
#contact .date select {
	max-width: 250px;
	display: inline-block;
}
#contact .date div {
	margin-bottom: 20px;
}
#contact .date label {
	margin-right: 25px;
}
#contact .date ul {
	font-size: 14px;
	color: #959595;
	text-indent: -1em;
	padding-left: 1em;
}
#contact .zip div:first-child {
	margin-bottom: 15px;
}
#contact .zip div:first-child label {
	margin-right: 8px;
}
#contact .zip div:first-child input {
	display: inline-block;
	max-width: 140px;
	padding: 12px 8px;
}
#contact .zip div:last-child input {
	max-width: 580px;
}

.w_check li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
}
.w_check li:last-child {
	margin-bottom: 0;
}
.w_check input {
	-webkit-appearance: checkbox;
	visibility: hidden;
	position: absolute;
}
.w_check input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 6px;
	width: 11px;
	height: 11px;
	background: #07307b;
	border-radius: 50%;
}
.w_check label {
	cursor: pointer;
	padding-left: 25px;
	margin-right: 20px;
}
.w_check label:before {
	position: absolute;
	background: #fff;
	content: "";
	display: block;
	top: 1px;
	left: 0;
	width: 21px;
	height: 21px;
	border: 1px solid #8f8f8f;
	border-radius: 50%;
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5) inset;
}

input[type=text],
input[type=date],
textarea,
select {
	font-size: 100%;
	font-family: inherit;
	width: 100%;
	display: block;
	border: solid 1px #898989;
	padding: 12px 22px;
	border-radius: 5px;
}

input[type=text] {
	max-width: 530px;
}

textarea {
	resize: vertical;
	height: 115px;
}

select::-ms-expand {
	display: none;
}

select {
	border-color: #d4d4d4;
	background: #f2f2f2 url(../img/select.png) no-repeat right 10px center;
}

#w_confirm {
	text-align: center;
	padding-top: 40px;
}

#confirm {
	position: relative;
	color: #fff;
	border-radius: 8px;
	box-shadow: 4px 4px 0 0 #c3c2c2;
	cursor: pointer;
	width: 345px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	font-family: inherit;
	background: linear-gradient(#1954c2 50%, #164aaa 50%);
	border: none;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#confirm:hover {
	opacity: 0.6;
}
#confirm:before {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -5px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: solid #fff 9px;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}

.cta {
	background: #FFEF3F;
}
.cta .w1080 {
	position: relative;
	padding-top: 28px;
	padding-bottom: 30px;
}
.cta .w1080:before {
	position: absolute;
	right: -28px;
	bottom: 0;
	display: block;
	content: '';
	width: 348px;
	height: 327px;
	background: url(../img/mainoumi.png) no-repeat left top/100% auto;
}
.cta .time {
	color: #fff;
	font-weight: bold;
	position: relative;
}
.cta .time span {
	font-size: 18px;
	position: absolute;
	left: 23px;
	top: 27px;
	letter-spacing: -0.03em;
}
.cta .text01 {
	margin: 5px 0 10px;
}
.cta .pc_tel {
	background: #f1fcff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	max-width: 770px;
	min-height: 100px;
	padding: 0 20px;
}
.cta .pc_tel p {
	font-weight: bold;
	color: #07307b;
	font-size: 14px;
	line-height: 1.2;
}
.cta .pc_tel p span {
	font-size: 21px;
}
.cta .sp_tel {
	display: none;
}
.cta .for_mail {
	line-height: 1;
	margin-top: 12px;
}
.cta .for_mail a {
	font-size: 18px;
	color: #07307b;
	font-weight: bold;
	display: inline-block;
	background: url(../img/tri.png) no-repeat left center;
	padding-left: 12px;
	margin-left: 15px;
}

@media all and (-ms-high-contrast: none) {
	.cta .pc_tel {
		padding-top: 18px;
	}
}
/*――――――――――――――――――
	confirm
―――――――――――――――――――*/
#confirm_area {
	padding: 0;
}
#confirm_area header {
	border-bottom: solid 1px #07307b;
	position: static;
}
#confirm_area .content {
	padding-top: 75px;
}
#confirm_area .ttl01 {
	margin-bottom: 90px;
}
#confirm_area .confirm-title {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
#confirm_area .confirm-text {
	text-align: center;
	margin-bottom: 70px;
}
#confirm_area table {
	border-top: solid 1px #07307b;
	width: 100%;
}
#confirm_area table tr {
	border-bottom: solid 1px #07307b;
}
#confirm_area table th {
	width: 290px;
	padding-left: 50px;
}
#confirm_area table th,
#confirm_area table td {
	padding-top: 25px;
	padding-bottom: 25px;
}
#confirm_area .submit-btn {
	text-align: center;
	margin: 40px 0;
}
#confirm_area .goBack {
	font-weight: bold;
	background: #b8bcc2;
	position: relative;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	width: 260px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	border: none;
	cursor: pointer;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
	margin-right: 35px;
}
#confirm_area .goBack:hover {
	opacity: 0.6;
}
#confirm_area .goBack:before {
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -5px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: solid #fff 9px;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	transform: rotate(180deg);
}
#confirm_area .sendFrom {
	position: relative;
	color: #fff;
	border-radius: 8px;
	box-shadow: 4px 4px 0 0 #c3c2c2;
	cursor: pointer;
	width: 345px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	font-family: inherit;
	background: linear-gradient(#1954c2 50%, #164aaa 50%);
	border: none;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#confirm_area .sendFrom:hover {
	opacity: 0.6;
}
#confirm_area .sendFrom:before {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -5px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: solid #fff 9px;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}

@media only screen and (max-width: 1080px) {
	.tab_block {
		display: block;
	}

	.w1080 {
		padding-right: 3%;
		padding-left: 3%;
	}

	.fs50 {
		font-size: 40px;
	}

	.fs40 {
		font-size: 30px;
	}

	header #logo {
		margin-right: 10px;
	}

	.header_bottom img {
		max-width: 320px;
	}

	#mv {
		overflow: hidden;
	}
	#mv img {
		margin-left: 3%;
	}

	#section01 {
		height: auto;
		padding: 20px 0;
	}
	#section01 p {
		top: auto;
	}

	#section02 ul {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#section02 ul li {
		width: 49%;
		margin: 0 0 20px !important;
	}
	#section02 ul li.off {
		min-height: 420px;
	}

	#section03 .service_list {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}
	#section03 .service_list li {
		width: 100%;
	}

	.cta {
		overflow: hidden;
		padding: 0 3%;
	}
	.cta .w1080:before {
		right: -88px;
		z-index: 10;
		width: 248px;
		height: 228px;
	}
	.cta .time span {
		font-size: 15px;
		top: 35%;
	}
	.cta .pc_tel {
		display: block;
		padding: 20px;
	}
	.cta .pc_tel img {
		max-width: 520px;
	}
	.cta .pc_tel p br {
		display: none;
	}
	.cta .for_mail span {
		display: block;
		margin-bottom: 8px;
	}
	.cta .for_mail a {
		margin-left: 0;
	}

	#section05 ul p {
		padding: 20px 10px;
	}

	#section06 ul {
		display: block;
	}
	#section06 li {
		overflow: hidden;
		width: 100%;
		margin-bottom: 18px;
	}
	#section06 li div {
		position: relative;
		margin-left: 31%;
		padding-top: 10px;
	}
	#section06 figure {
		float: left;
		width: 29%;
	}
	#section06 h3 {
		margin-bottom: 10px;
		text-align: left;
		padding-top: 0 !important;
		min-height: 0;
	}
	#section06 h3 br {
		display: none;
	}

	#section07 {
		background-size: cover;
		overflow: hidden;
	}
	#section07 .w1080:before {
		right: -65px;
	}
	#section07 .fukidasi {
		margin-left: 0;
	}
	#section07 .fukidasi img {
		max-width: 500px;
	}
	#section07 .area {
		margin-right: 170px;
	}

	#contact table {
		border: none;
	}
	#contact table tr {
		border: none;
	}
	#contact table th,
	#contact table td {
		display: block;
		width: 100%;
	}
	#contact table th {
		border-left: solid 5px #07307b;
		border-bottom: solid 1px #07307b;
		padding: 0 10px 5px 10px;
	}
	#contact table td {
		margin-bottom: 30px;
	}

	#f_banner {
		height: auto;
	}
	#f_banner .w1080 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		padding: 0 3%;
		height: 100px;
	}
	#f_banner .left,
	#f_banner .right {
		float: none;
	}
	#f_banner .left {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 736px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.sp_block {
		display: block;
	}

	a[href^=tel] {
		cursor: pointer;
	}

	header .w1080 {
		height: 60px;
		padding-top: 3px;
	}
	header #logo {
		width: 160px;
	}
	header .text {
		width: 170px;
	}

	body {
		padding-top: 60px;
		padding-bottom: 20vw;
	}

	.header_bottom {
		padding: 8px 20px 5px;
	}
	.header_bottom img {
		width: 100%;
	}

	#mv img {
		display: none;
	}
	#mv .sp_block {
		display: block;
	}

	#section01 {
		background: url(../img/bg01_sp.jpg) no-repeat center/cover;
	}
	#section01 p {
		font-size: 11px;
		margin-top: 5px;
	}
	#section01 p span {
		font-size: 16px;
	}

	#section02 {
		background: #e5f8fe url(../img/bg02_sp.jpg) no-repeat center top/100% auto;
		padding: 30px 0;
	}
	#section02 .ttl01 {
		font-size: 20px;
	}
	#section02 .ttl01 span {
		font-size: 40px;
	}
	#section02 ul {
		display: block;
	}
	#section02 ul li {
		width: 100%;
		padding: 20px 10px 30px 15px;
		margin-bottom: 10px !important;
		min-height: 0;
	}
	#section02 ul li p {
		background-position: left 10px !important;
		background-size: 90px auto !important;
		padding: 0 0 0 110px;
		font-size: 13px;
		min-height: 115px;
	}
	#section02 ul h3 {
		font-size: 23px;
	}

	#section03 {
		background: url(../img/bg03_sp.jpg) no-repeat center 20px/100% auto;
		padding: 30px 0 40px;
	}
	#section03 .ttl01 {
		margin-bottom: 25px;
	}
	#section03 .ttl01 span {
		font-size: 30px;
	}
	#section03 .service_list + p {
		font-size: 10px;
	}
	#section03 .service_list > li {
		margin-bottom: 15px;
	}
	#section03 .service_list > li:not(.off) h3 {
		font-size: 24px;
	}
	#section03 .service_list > li.off {
		background-size: 120px auto;
		background-position: left 0 bottom -70px;
		padding: 20px 10px 20px 90px;
	}
	#section03 .service_list > li.off .text01 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#section03 .service_list > li.off .text02 {
		max-width: 230px;
	}
	#section03 .service_list .detail ul {
		font-size: 13px;
	}
	#section03 .service_list .detail ul li:before {
		width: 4px;
		height: 4px;
		margin-right: 6px;
	}
	#section03 .service_list .detail p {
		max-width: 120px;
	}

	#section04 {
		background: #E6F9FF url(../img/bg04_sp.jpg) no-repeat center bottom/100% auto;
		padding: 35px 0 40px;
	}
	#section04 .w1080 {
		padding: 0;
	}
	#section04 .ttl01 {
		font-size: 19px;
		padding: 0 2%;
		margin-bottom: 10px;
	}
	#section04 .ttl01 span {
		font-size: 26px;
	}

	#section05 {
		padding: 35px 0 40px;
	}
	#section05 .ttl01 {
		margin-bottom: 20px;
	}
	#section05 .ttl01 span {
		font-size: 30px;
	}
	#section05 .read {
		font-size: 13px;
		text-align: left;
	}
	#section05 ul {
		display: block;
	}
	#section05 ul li {
		width: 100%;
		border-width: 2px;
	}
	#section05 ul li:first-child {
		margin-bottom: 15px;
	}

	#section06 {
		padding: 35px 0 10px;
	}
	#section06 .ttl01 {
		margin-bottom: 25px;
	}
	#section06 h3 {
		font-size: 20px;
		margin-top: 5px;
	}
	#section06 li div {
		margin-left: 32%;
	}
	#section06 li p {
		font-size: 13px;
	}

	#section07 .w1080 {
		padding-top: 35px;
		padding-bottom: 40px;
	}
	#section07 .w1080:before {
		right: -35px;
		width: 157px;
		height: 254px;
	}
	#section07 .ttl01 {
		margin-bottom: 15px;
	}
	#section07 .fukidasi {
		margin-bottom: 0;
	}
	#section07 .fukidasi img {
		max-width: 100%;
	}
	#section07 .text01 {
		font-size: 13px;
	}
	#section07 .area {
		margin-right: 0;
		max-width: 250px;
		padding: 12px 14px;
	}
	#section07 .area .bold {
		font-size: 14px;
	}
	#section07 .area p {
		font-size: 11px;
	}
	#section07 .area .sp_none {
		display: none;
	}

	#section08 {
		padding: 35px 0 10px;
	}
	#section08 .ttl01 {
		margin-bottom: 25px;
	}
	#section08 dt,
	#section08 dd {
		padding-left: 40px;
	}
	#section08 dt span,
	#section08 dd span {
		font-size: 20px;
		left: 15px;
	}
	#section08 dt {
		font-size: 15px;
		padding-top: 14px;
		padding-bottom: 14px;
		border-radius: 8px;
	}
	#section08 dd {
		font-size: 13px;
		padding-top: 15px;
		margin-bottom: 30px;
	}
	#section08 dd span {
		top: 7px;
	}

	#section09 .ttl01 {
		margin-bottom: 30px;
	}
	#section09 #pt {
		width: 60px;
		top: auto;
		bottom: -35px;
		right: 10px;
	}
	#section09 .w1080 {
		padding-top: 35px;
		padding-bottom: 40px;
	}
	#section09 table {
		font-size: 13px;
		border-top: none;
	}
	#section09 table th {
		width: 85px;
	}
	#section09 table th,
	#section09 table td {
		padding: 12px 0;
	}

	.cta {
		padding: 25px 0 30px 3%;
	}
	.cta .w1080 {
		padding: 0;
	}
	.cta .w1080:before {
		content: none;
	}
	.cta .time span {
		font-size: 14px;
		top: 8%;
	}
	.cta .text01 {
		position: relative;
		z-index: 10;
		max-width: 60%;
		margin-top: -21%;
	}
	.cta .pc_tel {
		background: none;
		padding: 0;
		min-height: 0;
	}
	.cta .pc_tel img {
		display: none;
	}
	.cta .pc_tel p {
		font-size: 10px;
	}
	.cta .pc_tel p span {
		font-size: 15px;
	}
	.cta .sp_tel {
		z-index: 11;
		position: relative;
		margin-top: -8%;
		display: block;
		width: calc(100% + 10px);
	}
	.cta .line {
		display: inline-block;
		font-size: 10px;
		margin: 0 -3px 0 3px;
	}
	.cta .for_mail {
		margin-top: 15px;
		text-align: center;
		font-size: 12px;
	}
	.cta .for_mail a {
		font-size: 15px;
	}

	#contact {
		padding-top: 60px;
		margin-top: -60px;
		overflow: hidden;
	}
	#contact .zip div:first-child input {
		max-width: calc(100% - 28px);
	}
	#contact .w1080 {
		padding-top: 35px;
		padding-bottom: 40px;
	}
	#contact .ttl01 {
		letter-spacing: 0;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	#contact .read {
		font-size: 15px;
		margin-bottom: 15px;
	}
	#contact .pc_tel {
		display: none;
	}
	#contact .sp_tel {
		position: relative;
		width: 103%;
		margin-bottom: 40px;
	}
	#contact table {
		font-size: 14px;
	}
	#contact table tr:last-child td {
		margin-bottom: 30px;
	}
	#contact table td {
		padding-bottom: 0;
		margin-bottom: 40px;
	}
	#contact .date .text01 {
		font-size: 13px;
	}
	#contact .date .text01 a {
		color: #07307b;
	}

	input[type=text],
	input[type=date],
	textarea,
	select {
		padding: 10px 15px;
	}

	#w_confirm {
		padding-top: 0;
	}

	#f_banner {
		padding: 10px 0 3px;
	}
	#f_banner .w1080 {
		padding-right: 0;
		overflow: visible;
		height: auto;
	}
	#f_banner .left,
	#f_banner .right {
		display: none;
	}

	#confirm_area .content {
		padding-top: 35px;
	}
	#confirm_area .ttl01 {
		margin-bottom: 30px;
	}
	#confirm_area table {
		font-size: 14px;
	}
	#confirm_area table th,
	#confirm_area table td {
		display: block;
		width: 100%;
	}
	#confirm_area table th {
		font-weight: bold;
		padding: 15px 10px 3px;
	}
	#confirm_area table td {
		padding: 0 10px 15px;
	}
	#confirm_area .submit-btn button {
		display: block;
		margin: 10px auto;
	}
}
@media only screen and (max-width: 340px) {
	#section01 p span {
		font-size: 13px;
	}

	.cta .time span {
		font-size: 11px;
	}

	.cta .pc_tel p span {
		font-size: 10px;
	}

	#section02 .ttl01 {
		font-size: 17px;
	}

	#section02 ul h3 {
		font-size: 20px;
	}

	#section03 .service_list .detail ul {
		font-size: 11px;
	}

	#section03 .service_list > li.off .text01 {
		font-size: 12px;
	}

	#section04 .ttl01 span {
		font-size: 23px;
	}

	#section07 .area {
		max-width: 200px;
	}
	#section07 .area .sp_block {
		display: none;
	}
}
