﻿@import "https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap";
@keyframes show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes up {
	from {
		transform: translateY(10px);
	}
	to {
		transform: translateY(0px);
	}
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: rgba(0, 0, 0, 0);
}
body {
	line-height: 1;
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:target {
	scroll-margin-top: 10rem;
}
html {
	width: 100%;
	scroll-behavior: smooth;
	font-size: 10px;
}
body {
	width: 100%;
	font-size: 2rem;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.6rem;
	}
}
a {
	color: #036eb7;
	-webkit-tap-highlight-color: rgba(148, 86, 225, 0.3);
}
a[href] {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	backface-visibility: hidden;
}
a[href]:hover {
	opacity: 0.7;
}
a img {
	border-style: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.disc {
	list-style-type: disc;
	padding-left: 16px;
}
ol {
	padding-left: 16px;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
img.alignleft {
	float: left;
	margin: 0 12px 12px 0;
}
img.alignright {
	float: right;
	margin: 0 0 12px 12px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.sp {
	display: block;
}
@media screen and (min-width: 768px) {
	img.sp {
		display: none;
	}
}
img.pc {
	display: none;
}
@media screen and (min-width: 768px) {
	img.pc {
		display: block;
	}
}
em {
	color: #002659;
	font-style: normal;
	font-weight: 700;
}
strong {
	color: #c00;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center {
	text-align: center;
}
p {
	margin: 4rem 0 0;
}
p:first-of-type {
	margin-top: 0;
}
p.center {
	text-align: center;
}
input,
button,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
br.sp {
	display: inline;
}
@media screen and (min-width: 768px) {
	br.sp {
		display: none;
	}
}
br.pc {
	display: none;
}
@media screen and (min-width: 768px) {
	br.pc {
		display: inline;
	}
}
.container {
	width: 96rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
@media screen and (max-width: 768px) {
	.container {
		width: calc(100% - 4.8rem);
	}
}
.marker {
	position: relative;
	background: linear-gradient(transparent 60%, #ffff00 60%);
}
.marker span {
	position: relative;
	z-index: 1;
}
.marker.only {
	color: #333;
}
section.common {
	padding: 7.2rem 0;
}
@media screen and (max-width: 768px) {
	section.common {
		padding: 4.8rem 0;
	}
}
section.common::before {
	content: "";
	display: block;
	width: 17.6rem;
	height: 0.6rem;
	background: #002659;
	margin: 0 auto;
}
section.common h2 {
	margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
	section.common h2 {
		margin-top: 2.4rem;
	}
}
section h2,
section h3,
section h4,
section h5 {
	color: #002659;
}
section h2 {
	font-size: 3.6rem;
	text-align: center;
	color: #002659;
}
@media screen and (max-width: 768px) {
	section h2 {
		font-size: 2.8rem;
		max-width: calc(100% - 4.8rem);
		margin-left: auto;
		margin-right: auto;
		line-height: 1.35;
	}
}
section .contents_body {
	margin-top: 3.6rem;
	line-height: 1.75;
}
@media screen and (max-width: 768px) {
	section .contents_body {
		margin-top: 2.4rem;
	}
}
.catch_bar {
	height: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.2rem;
	font-weight: 700;
	background: #358bc5;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.catch_bar {
		font-size: 1.8rem;
		height: 7.2rem;
		text-align: center;
	}
}
.en {
	font-family: "Oswald", sans-serif;
}
header {
	border-top: 2rem solid #036eb7;
	width: 100%;
	height: 8rem;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
@media screen and (max-width: 768px) {
	header {
		border-top: 1rem solid #036eb7;
		height: 6rem;
	}
}
header .logo {
	width: 15.7rem;
	height: 5rem;
	background: url(../images_lp/logo.png) center center/100% 100% no-repeat;
	text-indent: 102%;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	header .logo {
		width: 10.99rem;
		height: 3.5rem;
	}
}
header .no1 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #be9918;
	display: flex;
	align-items: center;
	line-height: 1.38;
	margin-left: 5rem;
}
header .no1::before {
	content: "";
	display: block;
	width: 6.6rem;
	height: 6.2rem;
	background: url(../images_lp/no1.png) center center/100% 100% no-repeat;
	margin-right: 1rem;
}
@media screen and (max-width: 768px) {
	header .no1 {
		display: none;
	}
}
header .btn.estimation {
	width: 24.6rem;
	height: 5.4rem;
	background: url(../images_lp/free_estimation_btn01.png) center center/100% 100% no-repeat;
	text-indent: 102%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	header .btn.estimation {
		width: 17.22rem;
		height: 3.78rem;
	}
}
header .container {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}
header #menu_btn {
	position: absolute;
	display: block;
	width: 44px;
	height: 44px;
	top: 8px;
	right: 12px;
	z-index: 10000;
}
header #menu_btn div,
header #menu_btn:before,
header #menu_btn:after {
	display: block;
	transition: all 0.4s;
	box-sizing: border-box;
	position: absolute;
	left: 4px;
	width: 36px;
	height: 3px;
	background: #036eb7;
}
header #menu_btn:before,
header #menu_btn:after {
	content: "";
	display: block;
}
header #menu_btn:before {
	top: 9px;
}
header #menu_btn div {
	top: 20px;
}
header #menu_btn:after {
	bottom: 9px;
}
header #menu_btn.on:before {
	transform: translateY(11.5px) rotate(-45deg);
}
header #menu_btn.on div {
	opacity: 0;
}
header #menu_btn.on:after {
	transform: translateY(-11.5px) rotate(45deg);
}
@media screen and (min-width: 768px) {
	header #menu_btn {
		display: none;
	}
}
footer {
	margin-top: 1.5rem;
}
footer .logo {
	width: 24.6rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	footer .logo {
		width: 12.3rem;
	}
}
footer address {
	margin-top: 3.6rem;
	font-size: 1.6rem;
	font-style: normal;
	text-align: center;
	line-height: 1.75;
}
@media screen and (max-width: 768px) {
	footer address {
		font-size: 1.4rem;
		margin-top: 3rem;
	}
}
footer small {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	color: #fff;
	background: #002659;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	footer small {
		font-size: 1rem;
	}
}
footer .subnav {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #333;
	margin-top: 3.6rem;
	padding: 3.6rem 0;
}
@media screen and (max-width: 768px) {
	footer .subnav {
		flex-direction: column;
	}
}
footer .subnav li {
	margin-left: 6rem;
}
footer .subnav li:first-child {
	margin-left: 0;
}
@media screen and (max-width: 768px) {
	footer .subnav li {
		margin-left: 0;
		margin-top: 2rem;
	}
	footer .subnav li:first-child {
		margin-top: 0;
	}
}
footer .subnav li a {
	font-size: 1.8rem;
	color: #333;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	footer .subnav li a {
		font-size: 1.4rem;
	}
}
.btn {
	display: block;
}
.btn.estimation {
	text-indent: 102%;
	white-space: nowrap;
	overflow: hidden;
}
.btn.estimation.middle {
	width: 49rem;
	height: 9rem;
	background: url(../images_lp/free_estimation_btn02.png) center center/100% 100% no-repeat;
}
@media screen and (max-width: 768px) {
	.btn.estimation.middle {
		width: 28rem;
		height: 5.1428571429rem;
	}
}
#main_visual.pc {
	display: block;
	background: url(../images_lp/mv.jpg) center top/auto 71.4rem no-repeat;
	height: 100rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	#main_visual.pc {
		display: none;
	}
}
#main_visual.pc::before {
	content: "";
	display: block;
	width: 100%;
	height: 28.8rem;
	background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 109, 180) 0%, rgb(20, 61, 120) 100%);
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
}
#main_visual.pc img {
	position: absolute;
}
#main_visual.pc .catch {
	width: 98.5rem;
	top: 23.6rem;
	margin: auto;
	left: 0;
	right: 0;
}
#main_visual.pc .btn {
	width: 49rem;
	height: 9rem;
	position: absolute;
	top: 52.4rem;
	margin: auto;
	left: 0;
	right: 0;
	background: url(../images_lp/free_estimation_btn02.png) center center/100% 100% no-repeat;
	z-index: 11;
}
#main_visual.pc .container {
	height: 100%;
	position: relative;
	z-index: 10;
}
#main_visual.pc .pic {
	width: 30.4rem;
	position: absolute;
	right: -10rem;
	bottom: 0;
}
#main_visual.pc .compare_title {
	width: 71.7rem;
	height: 8.5rem;
	left: 3.6rem;
	top: 67.5rem;
}
#main_visual.pc .price {
	width: 26.6rem;
	height: 8.9rem;
	position: absolute;
	top: 78.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main_visual.pc .price.price_a {
	left: -0.8rem;
	background: rgba(255, 255, 255, 0.8);
}
#main_visual.pc .price.price_a img {
	width: 19.8rem;
}
#main_visual.pc .price.price_b {
	left: 27.4rem;
	background: #c00;
}
#main_visual.pc .price.price_b img {
	width: 22rem;
}
#main_visual.pc .price.price_c {
	left: 55.8rem;
	background: rgba(255, 255, 255, 0.8);
}
#main_visual.pc .price.price_c img {
	width: 19.8rem;
}
#main_visual.pc .compare_catch {
	position: absolute;
	bottom: 4.6rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 93.35rem;
}
#main_visual.sp {
	background: #e4ecf6;
	padding-top: 6rem;
	display: none;
}
@media screen and (max-width: 768px) {
	#main_visual.sp {
		display: block;
	}
}
#main_visual.sp .visual {
	width: 100%;
}
#main_visual.sp .btn_area {
	margin-top: 2.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.6rem 0;
	background: url(../images_lp/bg_geometric.png) center center/cover no-repeat;
}
#main_visual.sp .btn {
	width: 29.4rem;
	height: 5.4rem;
	background: url(../images_lp/free_estimation_btn02.png) center center/100% 100% no-repeat;
}

#main_visual23.pc {
	padding-top: 50px;
}

@media screen and (max-width: 768px) {
	#main_visual23.pc {
		display: none;
	}
}

#main_visual23.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	#main_visual23.sp {
		display: block;
		padding-top: 30px;
	}
}

#maker {
	padding: 4.4rem 0;
	position: relative;
}

@media screen and (max-width: 768px) {
	#maker {
		padding: 20px 10px;
	}
}

@media screen and (max-width: 768px) {
	#maker h2 {
		display: none;
	}
}
#maker ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 3rem;
	padding: 0 3.125%;
}
@media screen and (max-width: 768px) {
	#maker ul {
		margin: 0;
		padding: 0;
	}
}
#maker ul li {
	margin-left: 3%;
}
#maker ul li:first-child {
	margin-left: 0;
}
#maker ul li.rinnai {
	width: 10.5208333333%;
}
#maker ul li.noritz {
	width: 24.15rem;
}
#maker ul li.paloma {
	width: 17.95rem;
}
#maker ul li.harman {
	width: 20.5rem;
}
#maker ul li.chofu {
	width: 20.8rem;
}
#maker ul li.purpose {
	width: 21.2rem;
}
@media screen and (max-width: 768px) {
	#maker ul li {
		width: calc(50% - 0.4rem) !important;
		margin-left: 0;
	}
}
#maker ul li img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#maker ul li img {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
/*
#maker::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 5.6rem solid #fff;
	border-left: 5.7rem solid rgba(0, 0, 0, 0);
	border-right: 5.7rem solid rgba(0, 0, 0, 0);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {
	#maker::after {
		display: none;
	}
}
*/
#about {
	padding: 8rem 0;
	background: url(../images_lp/bg_dotted.png) center top/192rem auto repeat;
}
#about .container {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #333;
	text-align: center;
	box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.2);
	padding: 3rem 5rem 9.2rem;
	line-height: 1.75;
}
@media screen and (max-width: 768px) {
	#about .container {
		padding: 2rem 2.5rem 4.8rem;
	}
}
#about h2 img {
	width: 33.2rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	#about h2 img {
		width: 23.24rem;
	}
}
#about .catch {
	font-size: 3.3rem;
	font-weight: 700;
	margin-top: 5rem;
}
@media screen and (max-width: 768px) {
	#about .catch {
		font-size: 2.2rem;
		margin-top: 3rem;
	}
}
#about .catch strong {
	position: relative;
}
#about .catch strong span {
	position: relative;
	z-index: 1;
}
#about .contents_body {
	border-top: 1px solid #333;
	margin-top: 4.8rem;
	padding-top: 4.8rem;
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	#about .contents_body {
		margin-top: 3rem;
		padding-top: 3rem;
		font-size: 1.8rem;
	}
}
#about .contents_body p:last-child {
	margin-top: 7rem;
}
@media screen and (max-width: 768px) {
	#about .contents_body p:last-child {
		margin-top: 3rem;
	}
}
#about .contents_body p:last-child em {
	color: #002659;
	font-weight: bold;
}
#about .pic {
	margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
	#about .pic {
		margin-top: 3rem;
	}
}
section.present {
	padding: 4.6rem 0;
	background: url(../images_lp/bg_slash.png) center top/192rem auto repeat;
}
@media screen and (max-width: 768px) {
	section.present {
		padding: 3rem 0;
	}
}
section.present h2 img {
	width: 77.5rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	section.present h2 img {
		width: 100%;
	}
}
section.present .contents_body {
	margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
	section.present .contents_body {
		margin-top: 2rem;
	}
}
#quick_estimate {
	padding: 4rem 0;
}
#quick_estimate .container {
	line-height: 1.75;
}
#quick_estimate h2 img {
	width: 60.6rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	#quick_estimate h2 img {
		width: 100%;
	}
}
#quick_estimate .step li {
	display: flex;
	padding: 6rem 0;
	border-top: 1px solid #333;
	position: relative;
}
@media screen and (max-width: 768px) {
	#quick_estimate .step li {
		padding: 3rem 0;
		flex-direction: column;
	}
}
#quick_estimate .step li figure {
	width: 36.7rem;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}
@media screen and (max-width: 768px) {
	#quick_estimate .step li figure {
		width: 100%;
	}
}
#quick_estimate .step li .box {
	margin-left: 6.6rem;
	padding-top: 6.8rem;
}
@media screen and (max-width: 768px) {
	#quick_estimate .step li .box {
		padding-top: 3rem;
		margin-left: 0;
	}
}
#quick_estimate .step li .box .title {
	font-size: 3.2rem;
	color: #002659;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	#quick_estimate .step li .box .title {
		font-size: 2.4rem;
	}
}
#quick_estimate .step li .box .exp {
	margin-top: 1.8rem;
}
#quick_estimate .step li::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 4rem solid #036eb7;
	border-left: 4rem solid rgba(0, 0, 0, 0);
	border-right: 4rem solid rgba(0, 0, 0, 0);
	position: absolute;
	bottom: -2rem;
	left: 12.8rem;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	#quick_estimate .step li::after {
		left: 0;
		right: 0;
		margin: auto;
		border-top: 2rem solid #036eb7;
		border-left: 2rem solid rgba(0, 0, 0, 0);
		border-right: 2rem solid rgba(0, 0, 0, 0);
		bottom: -1rem;
	}
}
#quick_estimate .step li:last-child::after {
	display: none;
}
section.free_estimate {
	height: 34rem;
	background: url(../images_lp/bg_geometric.png) center center/cover repeat;
	position: relative;
}
@media screen and (max-width: 768px) {
	section.free_estimate {
		height: auto;
		overflow: hidden;
	}
}
section.free_estimate::before,
section.free_estimate::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 1.7rem;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	section.free_estimate::before,
	section.free_estimate::after {
		top: 1rem;
	}
}
section.free_estimate::after {
	top: auto;
	bottom: 1.7rem;
}
@media screen and (max-width: 768px) {
	section.free_estimate::after {
		bottom: 1rem;
	}
}
section.free_estimate .container {
	background: #036eb7;
	height: 100%;
	position: relative;
}
@media screen and (max-width: 768px) {
	section.free_estimate .container {
		margin-left: 0;
	}
}
section.free_estimate .container .inner {
	padding-top: 5.8rem;
	width: 67.9rem;
}
@media screen and (max-width: 768px) {
	section.free_estimate .container .inner {
		position: relative;
		width: 100%;
		padding-top: 3rem;
		padding-bottom: 3rem;
		z-index: 2;
	}
}
section.free_estimate .container .pic {
	width: 27.3rem;
	position: absolute;
	bottom: 0;
	right: 5rem;
	z-index: 5;
}
@media screen and (max-width: 768px) {
	section.free_estimate .container .pic {
		width: 13.65rem;
		margin-left: auto;
		margin-right: auto;
		right: -8rem;
		z-index: 1;
	}
}
section.free_estimate h2 img {
	width: 55.9rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	section.free_estimate h2 img {
		width: 90%;
	}
}
section.free_estimate .btn {
	margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
	section.free_estimate .btn {
		margin-top: 2.4rem;
	}
}
#merit .contents_body .intro {
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	#merit .contents_body .intro {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px) {
	#merit .contents_body .intro + figure {
		margin-top: 2.4rem;
	}
}
#merit #voices {
	border-top: 1px solid #333;
	margin-top: 4rem;
	position: relative;
}
#merit #voices::before {
	content: "";
	display: block;
	width: 19.75rem;
	height: 16.25rem;
	background: url(../images_lp/merit_voice-fig01.png) center center/100% 100% no-repeat;
	position: absolute;
	top: -3.6rem;
	right: 0;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	#merit #voices::before {
		display: none;
	}
}
#merit #voices h3 {
	font-size: 3.6rem;
	padding: 3.6rem 0 4.6rem;
}
@media screen and (max-width: 768px) {
	#merit #voices h3 {
		font-size: 2.2rem;
		padding: 1.8rem 0;
	}
}
#merit #voices ul {
	position: relative;
	z-index: 3;
}
#merit #voices ul li {
	border: 1px solid #333;
	background: url(../images_lp/bg_grid.png) left top/2.6rem auto repeat;
	margin-top: 1.4rem;
	padding: 1.8rem 3.2rem 1.8rem 0;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	#merit #voices ul li {
		flex-direction: column;
		padding: 1.2rem;
	}
}
#merit #voices ul li:first-child {
	margin-top: 0;
}
#merit #voices ul li figure {
	width: 21.6rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}
#merit #voices ul li .msg {
	width: 100%;
	background: #e6f0f8;
	padding: 3.2rem;
	line-height: 1.75;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	#merit #voices ul li .msg {
		padding: 1.2rem;
	}
}
#merit #voices ul li.voice01 figure img {
	width: 6rem;
}
#merit #voices ul li.voice02 figure img {
	width: 11rem;
}
#merit #voices ul li.voice03 figure img {
	width: 6.9rem;
}
#entrust {
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 109, 180) 0%, rgb(20, 61, 120) 100%);
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	padding: 6.6rem 0 4rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	#entrust {
		font-size: 2rem;
		padding: 3.6rem 0 3rem;
	}
}
#entrust::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 5.1rem solid #fff;
	border-left: 5.2rem solid rgba(0, 0, 0, 0);
	border-right: 5.2rem solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width: 768px) {
	#entrust::before {
		border-top: 2.5rem solid #fff;
		border-left: 2.6rem solid rgba(0, 0, 0, 0);
		border-right: 2.6rem solid rgba(0, 0, 0, 0);
	}
}
#reason {
	background: #f5f5f5;
}
#reason .contents_body p:first-of-type {
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	#reason .contents_body p:first-of-type {
		font-size: 1.8rem;
	}
}
#reason .price_reason {
	display: flex;
	justify-content: space-between;
	margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
	#reason .price_reason {
		flex-direction: column;
		margin-top: 2.4rem;
	}
}
#reason .price_reason li {
	width: 29.4rem;
	box-sizing: border-box;
	border: 1px solid #333;
	background: #fff;
	padding: 4.4rem 1.2rem 2rem;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#reason .price_reason li {
		width: 100%;
		display: flex;
		align-items: center;
		padding-top: 2rem;
		margin-top: 1.2rem;
	}
}
#reason .price_reason li::before {
	content: "";
	width: 7.6rem;
	height: 7.6rem;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images_lp/no01.png) center center/100% 100% no-repeat;
}
@media screen and (max-width: 768px) {
	#reason .price_reason li::before {
		width: 3.4rem;
		height: 3.4rem;
	}
}
@media screen and (max-width: 768px) {
	#reason .price_reason li > img {
		width: 40%;
	}
}
#reason .price_reason li .title {
	margin-top: 2rem;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	#reason .price_reason li .title {
		margin-top: 0;
		text-align: left;
		margin-left: 2rem;
		line-height: 1.35;
	}
}
#reason .price_reason li:nth-child(2)::before {
	background-image: url(../images_lp/no02.png);
}
#reason .price_reason li:nth-child(3)::before {
	background-image: url(../images_lp/no03.png);
}
#reason #but {
	margin-top: 4.2rem;
}
#reason #but h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2rem;
	border-bottom: 1px solid #333;
}
#reason #but h3::before {
	content: "";
	display: block;
	width: 15.3rem;
	height: 13.8rem;
	background: url(../images_lp/reason_but_balloon.png) center center/100% 100% no-repeat;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}
@media screen and (max-width: 768px) {
	#reason #but h3::before {
		width: 6.12rem;
		height: 5.52rem;
	}
}
#reason #but h3 > div {
	margin-left: 3rem;
}
@media screen and (max-width: 768px) {
	#reason #but h3 > div {
		margin-left: 1.2rem;
	}
}
#reason #but .contents_body p:first-child {
	font-size: 2rem;
}
#reason #but .contents_body p small {
	font-size: 1.2rem;
}
#reason #but .box {
	background: #fff;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
	margin-top: 3rem;
	padding: 3rem;
}
@media screen and (max-width: 768px) {
	#reason #but .box {
		padding: 2.4rem;
	}
}
#reason #but .box .upper {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	#reason #but .box .upper {
		flex-direction: column;
	}
}
#reason #but .box .upper img {
	width: 34.8rem;
}
@media screen and (max-width: 768px) {
	#reason #but .box .upper img {
		width: 100%;
	}
}
#reason #but .box .upper p {
	font-size: 1.8rem;
	margin-left: 3rem;
}
@media screen and (max-width: 768px) {
	#reason #but .box .upper p {
		margin-left: 0;
		margin-top: 1.2rem;
		font-size: 1.5rem;
	}
}
#reason #but .box h4 {
	display: flex;
	align-items: center;
	margin-top: 1.8rem;
}
#reason #but .box h4::before,
#reason #but .box h4::after {
	content: "";
	display: block;
	width: 20%;
	height: 1px;
	background: #333;
}
#reason #but .box h4::before {
	margin-right: 4.8rem;
}
@media screen and (max-width: 768px) {
	#reason #but .box h4::before {
		margin-right: 2rem;
	}
}
#reason #but .box h4::after {
	margin-left: 4.8rem;
}
@media screen and (max-width: 768px) {
	#reason #but .box h4::after {
		margin-left: 2rem;
	}
}
#reason #but .box h4 > span {
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	#reason #but .box h4 > span {
		white-space: normal;
		text-align: center;
	}
}
#reason #but .box .bottom {
	display: flex;
	align-items: center;
	margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
	#reason #but .box .bottom {
		flex-direction: column;
	}
}
#reason #but .box .bottom img {
	width: 20.6rem;
}
@media screen and (max-width: 768px) {
	#reason #but .box .bottom img {
		width: 100%;
	}
}
#reason #but .box .bottom .catch {
	text-align: center;
	font-size: 3rem;
}
@media screen and (max-width: 768px) {
	#reason #but .box .bottom .catch {
		font-size: 2rem;
		margin-top: 1.8rem;
	}
}
#faq dl {
	margin-top: 7rem;
}
#faq dl dt {
	display: flex;
	min-height: 8.4rem;
	box-shadow: 2px 2px 1px rgba(34, 34, 34, 0.1);
	position: relative;
	cursor: pointer;
}
#faq dl dt::before {
	content: "Q";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #358bc5;
	width: 7rem;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	font-weight: 600;
	font-size: 2.4rem;
	font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
	#faq dl dt::before {
		width: 4.8rem;
		font-size: 1.8rem;
	}
}
#faq dl dt .txt {
	width: calc(100% - 7rem);
	height: 100%;
	min-height: 8.4rem;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.18;
	background: #fff;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	box-sizing: border-box;
	line-height: 1.4;
	transition: 0.4s;
	padding: 1.8rem 10.5rem 1.8rem 2.4rem;
}
@media screen and (max-width: 768px) {
	#faq dl dt .txt {
		width: calc(100% - 4.8rem);
		font-size: 1.5rem;
		padding: 1.2rem 4.85rem 1.2rem 1.8rem;
	}
}
#faq dl dt::after {
	content: "";
	display: block;
	width: 1.7rem;
	height: 1.1rem;
	background: url(../images_lp/arrow_down.svg) center center/100% 100% no-repeat;
	position: absolute;
	top: 50%;
	right: 4.4rem;
	margin-top: -0.55rem;
}
@media screen and (max-width: 768px) {
	#faq dl dt::after {
		width: 0.85rem;
		height: 0.55rem;
		right: 2rem;
	}
}
#faq dl dt:hover .txt {
	background: #f2f8fb;
}
#faq dl dt.on .txt {
	background: #f2f8fb;
}
#faq dl dt.on::after {
	transform: rotate(180deg);
}
#faq dl dd {
	display: flex;
	align-items: flex-start;
	height: 0;
	overflow: hidden;
	transition: 0.4s;
}
#faq dl dd::before {
	content: "A";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #036eb7;
	width: 7rem;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	font-weight: 600;
	font-size: 2.4rem;
	padding-top: 1.4rem;
	font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
	#faq dl dd::before {
		width: 4.8rem;
		font-size: 1.8rem;
	}
}
#faq dl dd .answer {
	width: calc(100% - 7rem);
	height: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	padding-left: 2.4rem;
	line-height: 1.77;
}
@media screen and (max-width: 768px) {
	#faq dl dd .answer {
		font-size: 1.6rem;
		padding-left: 1.8rem;
	}
}
#faq dl dd + dt {
	margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
	#faq dl dd + dt {
		margin-top: 1.2rem;
	}
}
#faq dl dd.open {
	height: auto;
	padding-top: 3.8rem;
}
@media screen and (max-width: 768px) {
	#faq dl dd.open {
		padding-top: 2.4rem;
	}
}
#faq dl dd.open + dt {
	margin-top: 4rem;
}
#contact {
	background: #036eb7;
	position: relative;
}
#contact::before,
#contact::after {
	content: "";
	display: block;
	width: 100%;
	height: 34rem;
	background: url(../images_lp/bg_geometric.png) center center/cover no-repeat;
	position: absolute;
	left: 0;
	z-index: 1;
}
#contact::before {
	top: 0;
}
#contact::after {
	bottom: 0;
}
#contact .container {
	position: relative;
	z-index: 2;
}
#contact .head {
	height: 21rem;
	position: relative;
	background: #0367b7;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
	#contact .head {
		height: auto;
		padding: 3rem 0;
	}
}
#contact .head h2 {
	position: absolute;
	top: 5rem;
	left: 6.2rem;
}
@media screen and (max-width: 768px) {
	#contact .head h2 {
		position: static;
		max-width: none;
	}
}
#contact .head h2 img {
	width: 67rem;
}
@media screen and (max-width: 768px) {
	#contact .head h2 img {
		width: 100%;
	}
}
#contact .head::after {
	content: "";
	display: block;
	width: auto;
	width: 18.1rem;
	height: 24.6rem;
	background: url(../images_lp/form_person.png) center center/auto 100% no-repeat;
	position: absolute;
	bottom: 0;
	right: 2.7rem;
}
@media screen and (max-width: 768px) {
	#contact .head::after {
		display: none;
	}
}
#contact .contact_flow {
	height: 10rem;
	background: #ebebeb;
	display: flex;
	margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
	#contact .contact_flow {
		height: 5rem;
	}
}
#contact .contact_flow li {
	width: 35rem;
	margin-left: -3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: url(../images_lp/flow_bg.png) right center/auto 100% no-repeat;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	#contact .contact_flow li {
		width: 11.9rem;
		margin-left: -1rem;
	}
}
#contact .contact_flow li:first-child {
	margin-left: 0;
	z-index: 3;
}
#contact .contact_flow li:last-child {
	width: 32rem;
	z-index: 0;
	background: none;
	padding-left: 3rem;
}
@media screen and (max-width: 768px) {
	#contact .contact_flow li:last-child {
		width: 11.9rem;
		padding-left: 1rem;
	}
}
#contact .contact_flow li .label {
	font-size: 2.4rem;
	font-weight: 700;
	color: #002659;
}
@media screen and (max-width: 768px) {
	#contact .contact_flow li .label {
		font-size: 1.4rem;
		text-align: center;
		letter-spacing: 0;
		line-height: 1.2;
	}
}
#contact .contact_flow li.active {
	background: url(../images_lp/flow_bg_active.png) right center/100% 100% no-repeat;
}
#contact .contact_flow li.active .label {
	color: #fff;
}
#contact .contact_flow li:last-child.active {
	background: #002659;
}
#contact .contact_flow + .form_container {
	margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
	#contact .contact_flow + .form_container {
		margin-top: 1.5rem;
	}
}
#contact form {
	margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
	#contact form {
		margin-top: 1.5rem;
	}
}
#contact form .select_wrapper {
	display: inline-block;
	position: relative;
}
@media screen and (max-width: 768px) {
	#contact form .select_wrapper {
		width: 100%;
	}
}
#contact form .select_wrapper::after {
	content: "";
	display: block;
	border-top: 0.9rem solid #222;
	border-left: 0.9rem solid rgba(0, 0, 0, 0);
	border-right: 0.9rem solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	right: 1.8rem;
	margin-top: -0.45rem;
	pointer-events: none;
}
#contact form select {
	width: 45.5rem;
	height: 8.5rem;
	background: #fff;
	border: 1px solid #999;
	padding-left: 2rem;
	font-size: 1.8rem;
	appearance: none;
	border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
	#contact form select {
		width: 100%;
		height: 6rem;
		font-size: 1.4rem;
	}
}
#contact form .shadow {
	box-shadow: 4px 4px 0px #ccc;
}
@media screen and (max-width: 768px) {
	#contact form .shadow {
		box-shadow: 2px 2px 0px #ccc;
	}
}
#contact form input[type="text"],
#contact form input[type="tel"],
#contact form input[type="email"] {
	height: 8.5rem;
	background: #fff;
	border: 1px solid #999;
	padding-left: 2rem;
	font-size: 1.8rem;
	appearance: none;
	box-sizing: border-box;
	border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
	#contact form input[type="text"],
	#contact form input[type="tel"],
	#contact form input[type="email"] {
		height: 6rem;
		padding-left: 1.2rem;
		font-size: 1.4rem;
	}
}
#contact form input[type="file"] {
	display: none;
}
#contact form input[type="checkbox"] {
	display: none;
}
#contact form input[type="checkbox"] + label {
	background: #fff;
	padding: 1rem 0.8rem;
	font-size: 1.8rem;
	font-weight: 700;
	width: 22rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	transition: 0.4s;
	position: relative;
}
@media screen and (max-width: 768px) {
	#contact form input[type="checkbox"] + label {
		font-size: 1.4rem;
	}
}
#contact form input[type="checkbox"] + label:nth-of-type(odd) {
	margin-left: 0;
}
#contact form input[type="checkbox"] + label:nth-of-type(even) {
	margin-left: 1.6rem;
}
@media screen and (max-width: 768px) {
	#contact form input[type="checkbox"] + label:nth-of-type(even) {
		margin-left: 0;
	}
}
#contact form input[type="checkbox"] + label:nth-of-type(n + 3) {
	margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
	#contact form input[type="checkbox"] + label:nth-of-type(n + 2) {
		margin-top: 1rem;
	}
}
#contact form input[type="checkbox"] + label > .label {
	width: auto;
	font-size: 1.8rem;
	line-height: 1;
	padding: 0;
}
@media screen and (max-width: 768px) {
	#contact form input[type="checkbox"] + label > .label {
		font-size: 1.4rem;
	}
}
#contact form input[type="checkbox"] + label::before {
	content: "";
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	margin-right: 1.8rem;
}
@media screen and (max-width: 768px) {
	#contact form input[type="checkbox"] + label::before {
		width: 2.4rem;
		height: 2.4rem;
	}
}
#contact form input[type="checkbox"] + label::after {
	content: "";
	display: block;
	width: 2.7rem;
	height: 2.4rem;
	background: url(../images_lp/icon_check.svg) center center/100% 100% no-repeat;
	position: absolute;
	top: 1.6rem;
	left: 1.4rem;
	opacity: 0;
	transition: 0.4s;
}
@media screen and (max-width: 768px) {
	#contact form input[type="checkbox"] + label::after {
		width: 1.62rem;
		height: 1.44rem;
		top: 1.4rem;
		left: 1.3rem;
	}
}
#contact form input[type="checkbox"]:checked + label {
	background: #cde2f1;
}
#contact form input[type="checkbox"]:checked + label::after {
	opacity: 1;
}
#contact form input[type="radio"] {
	display: none;
}
#contact form input[type="radio"] + label {
	background: #fff;
	padding: 1.8rem 1.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	width: 24rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	transition: 0.4s;
	position: relative;
	border: 1px solid #999;
	border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
	#contact form input[type="radio"] + label {
		font-size: 1.4rem;
		width: 100%;
	}
}
#contact form input[type="radio"] + label:nth-of-type(odd) {
	margin-left: 0;
}
#contact form input[type="radio"] + label:nth-of-type(even) {
	margin-left: 1.6rem;
}
@media screen and (max-width: 768px) {
	#contact form input[type="radio"] + label:nth-of-type(even) {
		margin-left: 0;
	}
}
#contact form input[type="radio"] + label:nth-of-type(n + 3) {
	margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
	#contact form input[type="radio"] + label:nth-of-type(n + 2) {
		margin-top: 1rem;
	}
}
#contact form input[type="radio"] + label .inner {
	margin: 0;
	padding: 0;
}
#contact form input[type="radio"] + label .inner img {
	max-width: 13.6rem;
	margin-top: 0.8rem;
}
#contact form input[type="radio"] + label .label {
	width: auto;
	font-size: 2rem;
	line-height: 1;
	padding: 0;
}
@media screen and (max-width: 768px) {
	#contact form input[type="radio"] + label .label {
		font-size: 1.4rem;
	}
}
#contact form input[type="radio"] + label::before {
	content: "";
	display: block;
	width: 3rem;
	height: 3rem;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	margin-right: 1rem;
	border-radius: 50%;
}
@media screen and (max-width: 768px) {
	#contact form input[type="radio"] + label::before {
		width: 1.9rem;
		height: 1.9rem;
	}
}
#contact form input[type="radio"] + label::after {
	content: "";
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	background: #002659;
	position: absolute;
	top: 50%;
	left: 2.2rem;
	opacity: 0;
	transition: 0.4s;
	border-radius: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	#contact form input[type="radio"] + label::after {
		width: 1.1rem;
		height: 1.1rem;
		left: 2rem;
	}
}
#contact form input[type="radio"]:checked + label::after {
	opacity: 1;
}
#contact form input.short {
	width: 24.4rem;
}
@media screen and (max-width: 768px) {
	#contact form input.short {
		width: calc((100% - 0.5rem) / 2);
	}
}
#contact form input.middle {
	width: 30rem;
}
@media screen and (max-width: 768px) {
	#contact form input.middle {
		width: 20rem;
	}
}
#contact form input.full {
	width: calc(100% - 3rem);
}
@media screen and (max-width: 768px) {
	#contact form input.full {
		width: 100%;
	}
}
#contact form input[readonly] {
	background-color: #f2f2f2;
}
#contact form .btn_area {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 3.6rem;
	padding-bottom: 6.5rem;
}
#contact form .btn_area.off {
	display: none;
}
#contact form .btn_area small {
	color: #fff;
	font-size: 2rem;
	margin-top: 3rem;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	#contact form .btn_area small {
		font-size: 1.2rem;
		margin-top: 2rem;
	}
}
#contact form textarea {
	width: calc(100% - 3rem);
	height: 23.6rem;
	background: #fff;
	border: 1px solid #999;
	padding: 2rem;
	font-size: 1.8rem;
	appearance: none;
	box-sizing: border-box;
	line-height: 1.5;
	border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
	#contact form textarea {
		width: 100%;
		font-size: 1.4rem;
	}
}
#contact form button {
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.4s;
	text-align: left;
	padding: 0;
}
#contact form button[type="button"] {
	width: 49rem;
	height: 9rem;
	background: url(../images_lp/next_btn.png) center center/100% 100% no-repeat;
	text-indent: 102%;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	#contact form button[type="button"] {
		width: 28rem;
		height: 5.1428571429rem;
	}
}
#contact form button[type="button"].next {
	background: url(../images_lp/next_btn.png) center center/100% 100% no-repeat;
}
#contact form button[type="button"].order {
	background-image: url(../images_lp/order_btn.png);
}
#contact form button:hover {
	opacity: 0.9;
}
#contact form .btn {
	width: 49rem;
	height: 9rem;
	background: url(../images_lp/next_btn.png) center center/100% 100% no-repeat;
	text-indent: 102%;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	#contact form .btn {
		width: 28rem;
		height: 5.1428571429rem;
	}
}
#contact form .btn.next {
	background: url(../images_lp/next_btn.png) center center/100% 100% no-repeat;
}
#contact .form_container {
	background: #e2ebf5;
	padding: 2.8rem 5rem 0;
}
@media screen and (max-width: 768px) {
	#contact .form_container {
		padding: 1rem;
	}
}
#contact #additional_form,
#contact .flow_container {
	visibility: hidden;
	opacity: 0;
	height: 0;
	transition: 0.4s;
}
#contact #additional_form.on,
#contact .flow_container.on {
	visibility: visible;
	opacity: 1;
	height: auto;
}
#contact .msg {
	color: #fff;
	background: #5996cb;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 4.8rem;
	font-weight: 700;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	#contact .msg {
		font-size: 1.4rem;
		height: auto;
		padding: 1.5rem 0;
	}
}
#contact .msg + .field {
	border-top: none;
}
#contact .field {
	padding: 3.8rem 0;
	border-top: 1px solid #333;
	display: flex;
}
@media screen and (max-width: 768px) {
	#contact .field {
		flex-direction: column;
		padding: 1.8rem 0;
	}
}
#contact .field:first-child {
	border-top: none;
}
#contact .field .label {
	width: 31rem;
	font-size: 2.4rem;
	display: flex;
	justify-content: space-between;
	font-weight: 700;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	line-height: 3.4rem;
	padding-top: 1.6rem;
}
@media screen and (max-width: 768px) {
	#contact .field .label {
		width: 100%;
		justify-content: flex-start;
		font-size: 1.8rem;
		align-items: center;
		padding-top: 0;
	}
}
#contact .field .label.require::after {
	content: "必須";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	width: 5.8rem;
	height: 3.4rem;
	background: #c00;
}
@media screen and (max-width: 768px) {
	#contact .field .label.require::after {
		font-size: 1.1rem;
		width: 3.6rem;
		height: 2.4rem;
		margin-left: 1.2rem;
	}
}
#contact .field .label.sub {
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	#contact .field .label.sub {
		font-size: 1.6rem;
		margin-top: 1.8rem;
	}
}
#contact .field .el {
	width: calc(100% - 27rem);
	display: flex;
	padding-left: 2.8rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	#contact .field .el {
		width: 100%;
		margin-top: 1rem;
		padding-left: 0;
	}
}
#contact .field .el > * {
	margin-left: 2.2rem;
}
#contact .field .el > *:first-child {
	margin-left: 0;
}
#contact .field .el > input:first-of-type {
	margin-left: 0;
}
#contact .field .el .inner {
	margin-left: 0;
}
@media screen and (max-width: 768px) {
	#contact .field .el .inner {
		width: 100%;
	}
}
#contact .field .el.check_group,
#contact .field .el.radio_group {
	display: flex;
	flex-wrap: wrap;
}
#contact .field .el.radio_group.col2 {
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	#contact .field .el.radio_group.col2 label {
		width: calc((100% - 0.5rem) / 2);
	}
}
@media screen and (max-width: 768px) {
	#contact .field .el.radio_group.col2 label:nth-of-type(2) {
		margin-top: 0;
	}
}
#contact .field .el.end {
	align-items: flex-end;
}
#contact .field .el .note {
	font-size: 1.8rem;
	padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
	#contact .field .el .note {
		font-size: 1.2rem;
	}
}
#contact .field .el label.file {
	display: flex;
	align-items: center;
	width: 22.4rem;
	height: 6.2rem;
	background: #fff;
	border: 1px solid #999;
	padding-left: 2rem;
	appearance: none;
	box-sizing: border-box;
	border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
	#contact .field .el label.file {
		width: 16.8rem;
		height: 4.6rem;
		padding-left: 1.5rem;
	}
}
#contact .field .el label.file::before,
#contact .field .el label.file::after {
	content: "";
	display: block;
}
#contact .field .el label.file::before {
	width: 2.9rem;
	height: 2.4rem;
	background: url(../images_lp/icon_camera.svg) center center/100% 100% no-repeat;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}
@media screen and (max-width: 768px) {
	#contact .field .el label.file::before {
		width: 2.2rem;
		height: 1.7rem;
	}
}
#contact .field .el label.file .label {
	width: auto;
	height: auto;
	margin: 0 0 0 1.5rem;
	padding: 0;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	#contact .field .el label.file .label {
		font-size: 1.4rem;
		margin-left: 1rem;
	}
}
#contact .field .el label.file::after {
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images_lp/icon_plus.svg) center center/100% 100% no-repeat;
	margin-left: 2rem;
}
@media screen and (max-width: 768px) {
	#contact .field .el label.file::after {
		width: 1.1rem;
		height: 1.1rem;
		margin-left: 1.2rem;
	}
}
#contact .field .el.file {
	flex-direction: column;
}
#contact .field .el.file ul li {
	border-bottom: 1px solid #333;
	padding: 2.4rem 0;
}
#contact .field .el.file ul li:first-of-type {
	padding-top: 0;
}
#contact .field .el.file ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#contact .field .el.file .inner {
	display: flex;
	align-items: center;
	width: 100%;
}
@media screen and (max-width: 768px) {
	#contact .field .el.file .inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
#contact .field .el.file .inner .file_remove_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	width: 7rem;
	height: 3.6rem;
	background: #999;
	border: 0.3rem solid #fff;
	border-radius: 0.6rem;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}
@media screen and (max-width: 768px) {
	#contact .field .el.file .inner .file_remove_btn {
		margin-top: 1.2rem;
		width: 5.6rem;
		height: 3.3rem;
		font-size: 1.3rem;
	}
}
#contact .field .el.file .inner .state_select {
	width: calc(100% - 7.6rem - 22.4rem - 2rem);
	font-size: 1.8rem;
	color: #999;
	font-weight: 700;
	margin-left: 2rem;
}
@media screen and (max-width: 768px) {
	#contact .field .el.file .inner .state_select {
		width: 100%;
		margin-top: 1.2rem;
		font-size: 1.4rem;
		margin-left: 0;
	}
}
#contact .field .el.file .thumbs img {
	max-width: 30rem;
	margin-top: 1.8rem;
}
#contact .field.type_set_option {
	display: none;
}
#contact .field.type_set_option.on {
	display: flex;
}
#contact .within_30 {
	color: #fff;
	background: #036eb7;
	font-weight: 700;
	padding: 0.8rem;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0;
	margin-left: 2rem;
}
@media screen and (max-width: 768px) {
	#contact .within_30 {
		font-size: 1.2rem;
	}
}
#contact .within_30 span {
	display: inline-block;
	font-size: 1.2rem;
	padding-bottom: 0.5rem;
}
#contact .search_zip {
	color: #002659;
	font-size: 2rem;
	font-weight: 700;
	white-space: nowrap;
	padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
	#contact .search_zip {
		position: absolute;
		top: -3.6rem;
		right: 0;
		font-size: 1.5rem;
		padding-bottom: 0;
	}
}
