@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-size: 100%;
	font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div {
	display: block;
}
body * {
	box-sizing: border-box;
}
table {
	border-spacing: 0;
	width: 100%;
}
a {
	display: block;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	list-style: none;
}
/*********　共通パーツ **********/
.cf:before,
.cf:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
}
.cf:after {
	clear: both;
}
.num {
	/*font-family: 'Renner*';*/
}
.bld {
	font-weight: 900;
}
.sec-ttl {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	background: #0364ae;
	background:    -moz-linear-gradient(left,  #0364ae 0%, #38a4de 100%);
	background: -webkit-linear-gradient(left,  #0364ae 0%,#38a4de 100%);
	background:         linear-gradient(to right,  #0364ae 0%,#38a4de 100%);
	height: 265px;
	padding-top: 80px;
	margin-bottom: -80px;
}
.sec-ttl::after {
	content: '';
	display: block;
	margin: 10px auto;
	width: 100px;
	height: 2px;
	background: #fff;
	opacity: .4;
}
.consult .sec-ttl,
.form .sec-ttl {
	color: #2f63a7;
	background: none;
	height: auto;
	margin-bottom: 0;
}
.consult .sec-ttl::after,
.form .sec-ttl::after {
	background: #2f63a7;
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.l_inner {
		max-width: 1020px;
		padding: 0 10px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.l_inner {
		padding: 0 5%;
	}
	.sec-ttl {
		font-size: 22px;
		height: 160px;
		padding-top: 40px;
		margin-bottom: -40px;
	}
}

/*********　サイトレイアウト **********/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
}
.home {
	background: url('../img/body_bg.jpg') repeat-x 0 0;
}
.header {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto 25px;
	padding: 15px 10px 0;
	display: flex;
	justify-content: space-between;
}
.header a.tel {
	color: #6bb0f6;
	line-height: 1;
	padding: 17px 0 0 40px;
	background: url('../img/icn_tel.png') no-repeat 0 center;
	font-family: 'Renner*';
	font-weight: normal;
}
.header .tel .num {
	font-size: 23px;
	font-weight: 500;
}
.header .tel .fnt-s {
	font-size: 12px;
}
.fix-header {
	background: #fff;
	top: -66px;/* 上に隠す高さ */
	left: 0;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding: 0;
	position: fixed;
	opacity: 0;/* 	最初読み込んだときは透過 */
	z-index: 9999;/*　他のアイテムに対して最上位のレイヤーになるように */
	/*	opacity: 0; */
	text-align: right;
}

.fix-header .h_logo {
	float: left;
}

.fix-header .h_tel {
	margin: 25px 0 0;
}

.fix-header a {
	float: right;
	margin: 5px 0 0 15px;
}
.fix-header .content {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
@media screen and (max-width: 990px) {
	.fix-header {
		display: none;
	}

	.fix-header-sp {
		background: #fff;
		margin: 0;
		padding: 10px 0 0;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9900;
		width: 100%;
	}
	.fix-header-sp .content {
		padding-left: 5px;
		padding-right: 5px;
	}

	.fix-header-sp ul {
		width: 100%;
	}

	.fix-header-sp ul li {
		display: block;
		width: 49%;
	}

	.fix-header-sp ul li img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.home {
		background: none;
	}
	.header {
		padding-top: 10px;
	}
	.header .logo {
		width: 40px;
		height: auto;
	}
	.header a.tel {
		padding: 8px 0 0 30px;
		background: url('../img/icn_tel.png') no-repeat 0 center;
		background-size: 25px auto;
		font-size: 12px;
	}
	.header .tel .num {
		font-size: 20px;
	}
	.fix-header-sp {
		background: #fff;
		margin: 0;
		padding: 10px 0 0;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9900;
		width: 100%;
	}
	.fix-header-sp .content {
		padding-left: 5px;
		padding-right: 5px;
	}

	.fix-header-sp ul {
		width: 100%;
	}

	.fix-header-sp ul li {
		display: block;
		width: 49%;
	}

	.fix-header-sp ul li img {
		width: 100%;
		height: auto;
	}
	.flexbox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.main {
	height: 635px;
	text-align: center;
	background: url('../img/main_bg.jpg') no-repeat center 0;
}
.main-ttl {
	font-size: 45px;
	color: #103f6f;
}
.main-ttl .bld {
	font-weight: 700;
	background: linear-gradient(transparent 90%, #a3cef9 90%);
}
.main-ttl .num {
	font-size: 50px;
}
.main ul {
	display: table;
	margin: 30px auto 45px;
	border-collapse: separate;
}
.main li {
	display: table-cell;
	vertical-align: middle;
	color: #103f6f;
	font-size: 21px;
	font-weight: 700;
	width: 192px;
	height: 192px;
	padding: 5px;
	background: url('../img/main_01.png') no-repeat center center;
}
.main .btn {
	width: 320px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background: url('../img/main_btn.png') no-repeat 0 0;
}
.main .btn:hover {
	opacity: .8;
}
@media screen and (max-width: 767px) {
	.header {
		margin-bottom: 50px;
	}
	.main {
		height: 465px;
		background: url('../img/main_bg_sp.jpg') no-repeat center 0;
		background-size: cover;
	}
	.main .l_inner {
		padding: 0;
	}
	.main-ttl {
		font-size: 24px;
	}
	.main-ttl .num {
		font-size: 27px;
	}
	.main ul {
		margin: 15px auto 65px;
	}
	.main li {
		font-size: 14px;
		width: 120px;
		height: 115px;
		padding: 5px;
		background: url('../img/main_01.png') no-repeat center center;
		background-size: 110px auto;
	}
	.main .btn {
		width: 300px;
		height: 45px;
		line-height: 45px;
		background: url('../img/main_btn.png') no-repeat 0 0;
		background-size: 100% 100%;
	}
}
@media screen and (max-width: 320px) {
	.main-ttl {
		font-size: 20px;
	}
	.main-ttl .num {
		font-size: 23px;
	}
}
.consult {
	text-align: center;
	padding-bottom: 95px;
}
.consult ul {
	display: inline-block;
	text-align: left;
	margin-top: 30px;
}
.consult li {
	padding-left: 45px;
	background: url('../img/icn_check.png') no-repeat 0 0;
	margin-bottom: 15px;
	font-size: 22px;
	min-height: 35px;
}
@media screen and (max-width: 767px) {
	.consult {
		padding-bottom: 40px;
	}
	.consult li {
		padding-left: 35px;
		background: url('../img/icn_check.png') no-repeat 0 5px;
		background-size: 25px auto;
		font-size: 18px;
	}
}
.feature {
	background: #f8f8f8;
	padding-bottom: 90px;
}
.feature .l_inner {
	box-shadow: 0 0 7px rgba(0,0,0,.25);
	background: #fff;
}
.feature .point {
	position: relative;
	line-height: 1.5;
}
.feature .icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	font-size: 12px;
	background: #177cc0;
	padding-top: 10px;
}
.feature .icon .num {
	font-family: 'Renner*';
	font-size: 32px;
	display: block;
	line-height: 1;
}
.feature .ttl {
	margin: 30px 0 25px;
	text-align: center;
	color: #005ead;
	font-size: 20px;
}
@media screen and (min-width: 768px) {
	.feature .point-wrap {
		display: flex;
		flex-wrap: wrap;
		max-width: 810px;
		margin: 0 auto;
		padding-bottom: 100px;
	}
	.feature .point {
		width: 44.4%;
		max-width: 360px;
		padding-top: 100px;
	}
	.feature .point:nth-child(2n) {
		margin-left: 11.1%;
	}
}
@media screen and (max-width: 767px) {
	.feature {
		padding-bottom: 60px;
	}
	.feature .l_inner {
		margin: 0 5%;
	}
	.feature .point-wrap {
		padding-bottom: 30px;
	}
	.feature .point {
		padding-top: 80px;
		margin-bottom: 30px;
	}
	.feature .icon {
		top: 30px;
	}
	.feature .ttl {
		font-size: 18px;
	}
}
@media screen and (max-width: 320px) {
	.feature .ttl {
		font-size: 17px;
	}
}
.voice {
	background: #f3ffff;
	padding-bottom: 115px;
}
.voice .voice-wrap {
	margin: 0 auto 35px;
	box-shadow: 0 0 7px rgba(0,0,0,.25);
	background: #fff;
}

.voice .name {
	font-size: 26px;
	color: #005ead;
}
.voice .age {
	font-size: 18px;
	margin: 5px 0 20px;
}
@media screen and (min-width: 768px) {
	.voice .voice-wrap {
		display: flex;
		padding: 50px 40px 40px;
		align-items: flex-end;
	}
	.voice .txt {
		width: 72%;
	}
	.voice .image {
		width: 22%;
		margin-left: 6%;
	}
}
@media screen and (max-width: 767px) {
	.voice {
		padding-bottom: 40px;
	}
	.voice .voice-wrap {
		padding: 30px 5%;
	}
	.voice .name {
		font-size: 22px;
	}
	.voice .age {
		font-size: 16px;
	}
	.voice .image img {
		height: 200px;
		display: block;
		margin: 20px auto 0;
	}
}
.flow {
	text-align: center;
	background: #0364ae;
	background:    -moz-linear-gradient(left,  #0364ae 0%, #38a4de 100%);
	background: -webkit-linear-gradient(left,  #0364ae 0%,#38a4de 100%);
	background:         linear-gradient(to right,  #0364ae 0%,#38a4de 100%);
	padding-bottom: 110px;
}
.flow .sec-ttl {
	background: none;
}
.flow .box p:last-child {
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.flow .flow-wrap {
		display: flex;
		max-width: 900px;
		margin: 0 auto;
	}
	.flow .box {
		width: 34%;
		color: #fff;
		background: url('../img/ic_arrow.png') no-repeat right 66px;
		padding-right: 2%;
	}
	.flow .box:nth-child(3) {
		width: 32%;
		padding: 0;
		background: none;
	}
	.flow .box .ttl {
		color: #ffc836;
		font-size: 22px;
		margin: 20px 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.flow {
		padding-bottom: 40px;
	}
	.flow .flow-wrap {
		width: 100%;
	}
	.flow .box {
		background: url('../img/ic_arrow_sp.png') no-repeat center bottom;
		color: #fff;
		margin-bottom: 25px;
		padding-bottom: 35px;
	}
	.flow .box:nth-child(3) {
		padding: 0;
		background: none;
	}
	.flow .box img {
		width: 150px;
	}
	.flow .box .ttl {
		color: #ffc836;
		font-size: 18px;
		margin: 10px 0;
	}
}
.form {
	position: relative;
	background: #fff;
	padding-bottom: 125px;
}
.form .sec-ttl {
	background: none;
}
.form .form_area {
	max-width: 900px;
	margin: 60px auto 0;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.form {
		z-index: 9999;
		position: relative;
		background: #fff;
		padding: 0 0 60px;
	}
	.form .form_area {
		margin: 30px auto 0;
	}
}
.thanks {
	text-align: center;
}
.thanks p {
	font-weight: 400;
	line-height: 1.5;
}
.thanks-ttl {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}
.thanks .btn {
	display: block;
	background: #007cbd;
	width: 160px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	transition: .3s;
	margin: 50px auto;
}
.thanks .btn:hover {
	opacity: .8;
}
.footer {
	color: #fff;
	background: #0062ad;
	background:    -moz-linear-gradient(left,  #0062ad 0%, #007cbc 100%);
	background: -webkit-linear-gradient(left,  #0062ad 0%,#007cbc 100%);
	background:         linear-gradient(to right,  #0062ad 0%,#007cbc 100%);
	padding: 20px 0 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
}

.footer .company {
	display: flex;
}
.footer .logo {
	width: 80px;
	height: 80px;
	background: #fff;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.footer .logo img {
	display: block;
	margin: 0 auto;
	width: 48px;
}
.footer .company .ttl {
	font-weight: 700;
	margin-bottom: 10px;
}
.footer .copy {
	font-size: 12px;
}
@media screen and (min-width: 768px) {
	.footer .l_inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}
@media screen and (max-width: 767px) {
	.footer {
		position: relative;
		z-index: 9999;
	}
	.footer .txt {
		width: calc(100% - 90px);
	}
	.footer .copy {
		margin-top: 20px;
		text-align: center;
	}
}
.note {
	text-align: center;
	padding: 60px 0 20px;
}
@media screen and (max-width: 767px) {
	.note {
		padding: 60px 0 10px;
	}
}
.privacy-link {
	text-align: center;
	margin-top: 30px;
}
.privacy-link a {
	color: #333;
	text-decoration: underline;
	display: inline;
}

.info-text {
	padding: 80px 0 0;
	font-weight: 500;
	text-align: center;
}
.mendan{
	font-size: 26px;
    line-height: 2.6rem;
	color: #444;
}
.mendan span{
	color: #ea4545;
}